forked from jamesshore/lets_code_javascript
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
96 lines (96 loc) · 2.32 KB
/
package.json
File metadata and controls
96 lines (96 loc) · 2.32 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
{
"_args": [
[
"elliptic@^6.0.0",
"/Users/jshore/Documents/Projects/weewikipaint/node_modules/browserify-sign"
]
],
"_from": "elliptic@>=6.0.0 <7.0.0",
"_id": "[email protected]",
"_inCache": true,
"_installable": true,
"_location": "/elliptic",
"_nodeVersion": "5.2.0",
"_npmUser": {
"email": "[email protected]",
"name": "indutny"
},
"_npmVersion": "3.3.12",
"_phantomChildren": {},
"_requested": {
"name": "elliptic",
"raw": "elliptic@^6.0.0",
"rawSpec": "^6.0.0",
"scope": null,
"spec": ">=6.0.0 <7.0.0",
"type": "range"
},
"_requiredBy": [
"/browserify-sign",
"/create-ecdh"
],
"_resolved": "https://registry.npmjs.org/elliptic/-/elliptic-6.1.0.tgz",
"_shasum": "68130e03823b4ce024955ad1be195e148099d654",
"_shrinkwrap": null,
"_spec": "elliptic@^6.0.0",
"_where": "/Users/jshore/Documents/Projects/weewikipaint/node_modules/browserify-sign",
"author": {
"email": "[email protected]",
"name": "Fedor Indutny"
},
"bugs": {
"url": "https://github.com/indutny/elliptic/issues"
},
"dependencies": {
"bn.js": "^4.0.0",
"brorand": "^1.0.1",
"hash.js": "^1.0.0",
"inherits": "^2.0.1"
},
"description": "EC cryptography",
"devDependencies": {
"browserify": "^3.44.2",
"coveralls": "^2.11.3",
"istanbul": "^0.3.17",
"jscs": "^1.11.3",
"jshint": "^2.6.0",
"mocha": "^2.1.0",
"uglify-js": "^2.4.13"
},
"directories": {},
"dist": {
"shasum": "68130e03823b4ce024955ad1be195e148099d654",
"tarball": "http://registry.npmjs.org/elliptic/-/elliptic-6.1.0.tgz"
},
"files": [
"lib"
],
"gitHead": "b465fea90447f3b6c0b3f55e5fd6ecdedc1282f2",
"homepage": "https://github.com/indutny/elliptic",
"keywords": [
"Cryptography",
"EC",
"Elliptic",
"curve"
],
"license": "MIT",
"main": "lib/elliptic.js",
"maintainers": [
{
"name": "indutny",
"email": "[email protected]"
}
],
"name": "elliptic",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/indutny/elliptic.git"
},
"scripts": {
"coveralls": "cat ./coverage/lcov.info | coveralls",
"test": "make lint && istanbul test _mocha --reporter=spec test/*-test.js"
},
"version": "6.1.0"
}