-
Notifications
You must be signed in to change notification settings - Fork 2.1k
/
Copy pathnpm-shrinkwrap.json
98 lines (98 loc) · 2.82 KB
/
npm-shrinkwrap.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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
{
"name": "bitcore",
"version": "0.8.0",
"dependencies": {
"aes": {
"version": "0.1.0",
"from": "aes@=0.1.0",
"resolved": "https://registry.npmjs.org/aes/-/aes-0.1.0.tgz"
},
"asn1.js": {
"version": "0.4.1",
"from": "aes@=0.4.1",
"resolved": "https://registry.npmjs.org/asn1.js/-/asn1.js-0.4.1.tgz"
},
"bn.js": {
"version": "0.15.2",
"from": "[email protected]",
"resolved": "https://registry.npmjs.org/bn.js/-/bn.js-0.15.2.tgz"
},
"bs58": {
"version": "2.0.0",
"from": "[email protected]",
"resolved": "https://registry.npmjs.org/bs58/-/bs58-2.0.0.tgz"
},
"bufferput": {
"version": "0.1.2",
"from": "[email protected]",
"resolved": "https://registry.npmjs.org/bufferput/-/bufferput-0.1.2.tgz"
},
"buffers": {
"version": "0.1.1",
"from": "[email protected]",
"resolved": "https://registry.npmjs.org/buffers/-/buffers-0.1.1.tgz"
},
"elliptic": {
"version": "0.15.12",
"from": "[email protected]",
"resolved": "https://registry.npmjs.org/elliptic/-/elliptic-0.15.12.tgz",
"dependencies": {
"bn.js": {
"version": "0.15.2",
"from": "[email protected]",
"resolved": "https://registry.npmjs.org/bn.js/-/bn.js-0.15.2.tgz"
},
"hash.js": {
"version": "0.3.2",
"from": "[email protected]",
"resolved": "https://registry.npmjs.org/hash.js/-/hash.js-0.3.2.tgz"
},
"inherits": {
"version": "2.0.1",
"from": "inherits@^2.0.1"
}
}
},
"inherits": {
"version": "2.0.1",
"from": "[email protected]",
"resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.1.tgz"
},
"hash.js": {
"version": "0.3.2",
"from": "[email protected]",
"resolved": "https://registry.npmjs.org/hash.js/-/hash.js-0.3.2.tgz",
"dependencies": {
"inherits": {
"version": "2.0.1",
"from": "inherits@^2.0.1"
}
}
},
"lodash": {
"version": "2.4.1",
"from": "lodash@=2.4.1",
"resolved": "https://registry.npmjs.org/lodash/-/lodash-2.4.1.tgz"
},
"jsrsasign": {
"version": "0.0.3",
"from": "[email protected]",
"resolved": "https://registry.npmjs.org/jsrsasign/-/jsrsasign-0.0.3.tgz"
},
"protobufjs": {
"version": "3.0.0",
"from": "[email protected]",
"resolved": "https://registry.npmjs.org/protobufjs/-/protobufjs-3.0.0.tgz"
},
"sha512": {
"version": "0.0.1",
"from": "sha512@=0.0.1",
"resolved": "https://registry.npmjs.org/sha512/-/sha512-0.0.1.tgz"
},
"socks5-client": {
"version": "0.3.6",
"from": "[email protected]",
"resolved": "https://registry.npmjs.org/socks5-client/-/socks5-client-0.3.6.tgz"
}
}
}