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
92 lines (92 loc) · 2.19 KB
/
package.json
File metadata and controls
92 lines (92 loc) · 2.19 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
{
"_args": [
[
"bn.js@^4.1.1",
"/Users/jshore/Documents/Projects/weewikipaint/node_modules/browserify-sign"
]
],
"_from": "bn.js@>=4.1.1 <5.0.0",
"_id": "[email protected]",
"_inCache": true,
"_installable": true,
"_location": "/bn.js",
"_nodeVersion": "5.2.0",
"_npmUser": {
"email": "[email protected]",
"name": "indutny"
},
"_npmVersion": "3.3.12",
"_phantomChildren": {},
"_requested": {
"name": "bn.js",
"raw": "bn.js@^4.1.1",
"rawSpec": "^4.1.1",
"scope": null,
"spec": ">=4.1.1 <5.0.0",
"type": "range"
},
"_requiredBy": [
"/asn1.js",
"/browserify-rsa",
"/browserify-sign",
"/create-ecdh",
"/diffie-hellman",
"/elliptic",
"/miller-rabin",
"/public-encrypt"
],
"_resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.6.4.tgz",
"_shasum": "67b1ec994775d87652e350c62adbb66e7c05bc50",
"_shrinkwrap": null,
"_spec": "bn.js@^4.1.1",
"_where": "/Users/jshore/Documents/Projects/weewikipaint/node_modules/browserify-sign",
"author": {
"email": "[email protected]",
"name": "Fedor Indutny"
},
"bugs": {
"url": "https://github.com/indutny/bn.js/issues"
},
"dependencies": {},
"description": "Big number implementation in pure javascript",
"devDependencies": {
"istanbul": "^0.3.5",
"mocha": "^2.1.0",
"semistandard": "^7.0.4"
},
"directories": {},
"dist": {
"shasum": "67b1ec994775d87652e350c62adbb66e7c05bc50",
"tarball": "http://registry.npmjs.org/bn.js/-/bn.js-4.6.4.tgz"
},
"gitHead": "c9d5ab8106d27c95c0e00c5651603bd35b279938",
"homepage": "https://github.com/indutny/bn.js",
"keywords": [
"BN",
"Big number",
"BigNum",
"Modulo",
"Montgomery"
],
"license": "MIT",
"main": "lib/bn.js",
"maintainers": [
{
"name": "indutny",
"email": "[email protected]"
}
],
"name": "bn.js",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/indutny/bn.js.git"
},
"scripts": {
"lint": "semistandard",
"test": "npm run lint && npm run unit",
"unit": "mocha --reporter=spec test/*-test.js"
},
"version": "4.6.4"
}