forked from vechain/connex
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package-lock.json
51 lines (51 loc) · 1.36 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
{
"name": "@vechain/connex-repl",
"version": "2.1.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@vechain/connex-repl",
"version": "2.0.8",
"license": "LGPL-3.0",
"dependencies": {
"bignumber.js": "^9.0.0",
"repl.history": "^0.1.4"
},
"bin": {
"connex": "dist/index.js"
},
"engines": {
"node": ">=10.0.0"
}
},
"node_modules/bignumber.js": {
"version": "9.0.0",
"resolved": "https://registry.npmjs.org/bignumber.js/-/bignumber.js-9.0.0.tgz",
"integrity": "sha512-t/OYhhJ2SD+YGBQcjY8GzzDHEk9f3nerxjtfa6tlMXfe7frs/WozhvCNoGvpM0P3bNf3Gq5ZRMlGr5f3r4/N8A==",
"engines": {
"node": "*"
}
},
"node_modules/repl.history": {
"version": "0.1.4",
"resolved": "https://registry.npmjs.org/repl.history/-/repl.history-0.1.4.tgz",
"integrity": "sha1-gDZxcfN4HW5CmccXWMJTCX9dWDI=",
"bin": {
"repl.history": "bin/repl.history"
}
}
},
"dependencies": {
"bignumber.js": {
"version": "9.0.0",
"resolved": "https://registry.npmjs.org/bignumber.js/-/bignumber.js-9.0.0.tgz",
"integrity": "sha512-t/OYhhJ2SD+YGBQcjY8GzzDHEk9f3nerxjtfa6tlMXfe7frs/WozhvCNoGvpM0P3bNf3Gq5ZRMlGr5f3r4/N8A=="
},
"repl.history": {
"version": "0.1.4",
"resolved": "https://registry.npmjs.org/repl.history/-/repl.history-0.1.4.tgz",
"integrity": "sha1-gDZxcfN4HW5CmccXWMJTCX9dWDI="
}
}
}