-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage-lock.json
82 lines (82 loc) · 2.71 KB
/
package-lock.json
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
{
"name": "iz3-bitcore-crypto",
"version": "1.0.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"bitcore-lib": {
"version": "0.13.19",
"resolved": "https://registry.npmjs.org/bitcore-lib/-/bitcore-lib-0.13.19.tgz",
"integrity": "sha1-SK8em9oQBnwasWJjRyta3SAA89w=",
"requires": {
"bn.js": "=2.0.4",
"bs58": "=2.0.0",
"buffer-compare": "=1.0.0",
"elliptic": "=3.0.3",
"inherits": "=2.0.1",
"lodash": "=3.10.1"
},
"dependencies": {
"bn.js": {
"version": "2.0.4",
"resolved": "https://registry.npmjs.org/bn.js/-/bn.js-2.0.4.tgz",
"integrity": "sha1-Igp81nf38b+pNif/QZN3b+eBlIA="
},
"bs58": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/bs58/-/bs58-2.0.0.tgz",
"integrity": "sha1-crcTvtIjoKxRi72g484/SBfznrU="
},
"buffer-compare": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/buffer-compare/-/buffer-compare-1.0.0.tgz",
"integrity": "sha1-rKp6lm6Y7un64Usxw5pfFY+zxKI="
},
"elliptic": {
"version": "3.0.3",
"resolved": "https://registry.npmjs.org/elliptic/-/elliptic-3.0.3.tgz",
"integrity": "sha1-hlybQgv75VAGuflp+XoNLESWZZU=",
"requires": {
"bn.js": "^2.0.0",
"brorand": "^1.0.1",
"hash.js": "^1.0.0",
"inherits": "^2.0.1"
},
"dependencies": {
"brorand": {
"version": "1.0.5",
"resolved": "https://registry.npmjs.org/brorand/-/brorand-1.0.5.tgz",
"integrity": "sha1-B7VMowKGq9Fxig4qgwgD79yb+gQ="
},
"hash.js": {
"version": "1.0.3",
"resolved": "https://registry.npmjs.org/hash.js/-/hash.js-1.0.3.tgz",
"integrity": "sha1-EzL/ABVsCg/92CNgE9B7d6BFFXM=",
"requires": {
"inherits": "^2.0.1"
}
}
}
},
"inherits": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.1.tgz",
"integrity": "sha1-sX0I0ya0Qj5Wjv9xn5GwscvfafE="
},
"lodash": {
"version": "3.10.1",
"resolved": "https://registry.npmjs.org/lodash/-/lodash-3.10.1.tgz",
"integrity": "sha1-W/Rejkm6QYnhfUgnid/RW9FAt7Y="
}
}
},
"bitcore-message": {
"version": "1.0.4",
"resolved": "https://registry.npmjs.org/bitcore-message/-/bitcore-message-1.0.4.tgz",
"integrity": "sha1-QMJHnRtPvcUboKbvF6RqfA5ImFM=",
"requires": {
"bitcore-lib": "^0.13.7"
}
}
}
}