forked from zone117x/node-stratum-pool
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage-lock.json
68 lines (68 loc) · 3.01 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
{
"name": "stratum-pool-taproot",
"version": "0.1.2",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"async": {
"version": "3.2.6",
"resolved": "https://registry.npmjs.org/async/-/async-3.2.6.tgz",
"integrity": "sha512-htCUDlxyyCLMgaM3xXg0C0LW2xqfuQ6p05pCEIsXuyQ+a1koYKTuBMzRNwmybfLgvJDMd0r1LTn4+E0Ti6C2AA=="
},
"base58-native": {
"version": "0.1.4",
"resolved": "https://registry.npmjs.org/base58-native/-/base58-native-0.1.4.tgz",
"integrity": "sha512-kXfNvAXkmS+rwIQQ4sG2eP4ioJDI1CCcDOOuGnhR3jKTmJHMRuIGW7QGRb4op8/Kd+upsoyIprxS274FwUC9hw==",
"requires": {
"bignum": ">=0.6.1"
}
},
"bech32-buffer": {
"version": "0.2.1",
"resolved": "https://registry.npmjs.org/bech32-buffer/-/bech32-buffer-0.2.1.tgz",
"integrity": "sha512-fCG1TyZuCN48Sdw97p/IR39fvqpFlWDVpG7qnuU1Uc3+Xtc/0uqAp8U7bMW/bGuVF5CcNVIXwxQsWwUr6un6FQ=="
},
"bignum": {
"version": "0.13.1",
"resolved": "https://registry.npmjs.org/bignum/-/bignum-0.13.1.tgz",
"integrity": "sha512-sPtvw/knt6nmBm4fPgsu+FtNypM5y2Org723h9fAOl7UDgc8nyIbVbcBCatVR/nOJWCsKctSE14u+3bW5sAkFA==",
"requires": {
"bindings": "^1.5.0",
"nan": "^2.14.0",
"safe-buffer": "^5.2.0"
}
},
"bindings": {
"version": "1.5.0",
"resolved": "https://registry.npmjs.org/bindings/-/bindings-1.5.0.tgz",
"integrity": "sha512-p2q/t/mhvuOj/UeLlV6566GD/guowlr0hHxClI0W9m7MWYkL1F0hLo+0Aexs9HSPCtR1SXQ0TD3MMKrXZajbiQ==",
"requires": {
"file-uri-to-path": "1.0.0"
}
},
"file-uri-to-path": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/file-uri-to-path/-/file-uri-to-path-1.0.0.tgz",
"integrity": "sha512-0Zt+s3L7Vf1biwWZ29aARiVYLx7iMGnEUl9x33fbB/j3jR81u/O2LbqK+Bm1CDSNDKVtJ/YjwY7TUd5SkeLQLw=="
},
"multi-hashing-taproot": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/multi-hashing-taproot/-/multi-hashing-taproot-1.0.0.tgz",
"integrity": "sha512-x3EDtbqfGjakyGUuG+GH58nrWXoiOKLM0oorn/qxMLS13TJk/0J/tTZuNig6uioPi23riDjq4Fa9fIOM02fpGA==",
"requires": {
"bindings": "*",
"nan": "^2.15.0"
}
},
"nan": {
"version": "2.20.0",
"resolved": "https://registry.npmjs.org/nan/-/nan-2.20.0.tgz",
"integrity": "sha512-bk3gXBZDGILuuo/6sKtr0DQmSThYHLtNCdSdXk9YkxD/jK6X2vmCyyXBBxyqZ4XcnzTyYEAThfX3DCEnLf6igw=="
},
"safe-buffer": {
"version": "5.2.1",
"resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz",
"integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ=="
}
}
}