-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage-lock.json
71 lines (71 loc) · 2.43 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
{
"name": "dashgov",
"version": "1.0.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "dashgov",
"version": "1.0.0",
"license": "SEE LICENSE IN LICENSE",
"devDependencies": {
"@dashincubator/secp256k1": "^1.7.1-5",
"@types/node": "^22.1.0",
"dashkeys": "^1.1.5",
"dashtx": "^0.20.1",
"dotenv": "^16.4.5"
}
},
"node_modules/@dashincubator/secp256k1": {
"version": "1.7.1-5",
"resolved": "https://registry.npmjs.org/@dashincubator/secp256k1/-/secp256k1-1.7.1-5.tgz",
"integrity": "sha512-3iA+RDZrJsRFPpWhlYkp3EdoFAlKjdqkNFiRwajMrzcpA/G/IBX0AnC1pwRLkTrM+tUowcyGrkJfT03U4ETZeg==",
"dev": true,
"license": "MIT"
},
"node_modules/@types/node": {
"version": "22.1.0",
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.1.0.tgz",
"integrity": "sha512-AOmuRF0R2/5j1knA3c6G3HOk523Ga+l+ZXltX8SF1+5oqcXijjfTd8fY3XRZqSihEu9XhtQnKYLmkFaoxgsJHw==",
"dev": true,
"dependencies": {
"undici-types": "~6.13.0"
}
},
"node_modules/dashkeys": {
"version": "1.1.5",
"resolved": "https://registry.npmjs.org/dashkeys/-/dashkeys-1.1.5.tgz",
"integrity": "sha512-ohHoe3bNeWZPsVxmOrWFaqZrJP3GeuSk6AtAawUCx0ZXVkTraeDQyMMp7ewhy3OEHkvs5yy6woMAQnwhmooX8w==",
"dev": true
},
"node_modules/dashtx": {
"version": "0.20.1",
"resolved": "https://registry.npmjs.org/dashtx/-/dashtx-0.20.1.tgz",
"integrity": "sha512-+Y0vxmkCzZ2+qrWgrHDxYust6io/jeMaNkcaPFI3ZjWcwVQEBnARyqWDTvHvfISUeROkPEUwEJ2GSOXY9Tnprg==",
"dev": true,
"license": "SEE LICENSE IN LICENSE",
"bin": {
"dashtx-inspect": "bin/inspect.js"
}
},
"node_modules/dotenv": {
"version": "16.4.5",
"resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.4.5.tgz",
"integrity": "sha512-ZmdL2rui+eB2YwhsWzjInR8LldtZHGDoQ1ugH85ppHKwpUHL7j7rN0Ti9NCnGiQbhaZ11FpR+7ao1dNsmduNUg==",
"dev": true,
"license": "BSD-2-Clause",
"engines": {
"node": ">=12"
},
"funding": {
"url": "https://dotenvx.com"
}
},
"node_modules/undici-types": {
"version": "6.13.0",
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.13.0.tgz",
"integrity": "sha512-xtFJHudx8S2DSoujjMd1WeWvn7KKWFRESZTMeL1RptAYERu29D6jphMjjY+vn96jvN3kVPDNxU/E13VTaXj6jg==",
"dev": true
}
}
}