-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage-lock.json
More file actions
55 lines (55 loc) · 1.68 KB
/
package-lock.json
File metadata and controls
55 lines (55 loc) · 1.68 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
{
"name": "kmd-solomining",
"version": "0.3.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "kmd-solomining",
"version": "0.3.0",
"hasInstallScript": true,
"license": "GPL-3.0",
"dependencies": {
"ecurve": "git+https://github.com/cryptocoinjs/ecurve.git#ee8a22ee3fcd78548a0b87c8d943b3ada4f5a26e"
},
"engines": {
"node": ">=21.4"
}
},
"node_modules/bigi": {
"version": "1.4.2",
"resolved": "https://registry.npmjs.org/bigi/-/bigi-1.4.2.tgz",
"integrity": "sha512-ddkU+dFIuEIW8lE7ZwdIAf2UPoM90eaprg5m3YXAVVTmKlqV/9BX4A2M8BOK2yOq6/VgZFVhK6QAxJebhlbhzw=="
},
"node_modules/ecurve": {
"version": "1.0.6",
"resolved": "git+ssh://git@github.com/cryptocoinjs/ecurve.git#ee8a22ee3fcd78548a0b87c8d943b3ada4f5a26e",
"integrity": "sha512-ak3MnLd5vxIo/q+aKUFLorF3OelnRAyA/toYkNqU9Lc8DSk28fLukqYJRAdGPE8dRZHG02VWB8Biwqs2tdoupQ==",
"license": "MIT",
"dependencies": {
"bigi": "^1.1.0",
"safe-buffer": "^5.0.1"
}
},
"node_modules/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==",
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/feross"
},
{
"type": "patreon",
"url": "https://www.patreon.com/feross"
},
{
"type": "consulting",
"url": "https://feross.org/support"
}
],
"license": "MIT"
}
}
}