-
Notifications
You must be signed in to change notification settings - Fork 0
/
package-lock.json
55 lines (55 loc) · 1.92 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
{
"name": "dashtx",
"version": "0.20.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "dashtx",
"version": "0.20.1",
"license": "SEE LICENSE IN LICENSE",
"bin": {
"dashtx-inspect": "bin/inspect.js"
},
"devDependencies": {
"@dashincubator/secp256k1": "^1.7.1-5",
"@types/node": "^20.12.7",
"dashkeys": "^1.1.3",
"zora": "^5.2.0"
}
},
"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
},
"node_modules/@types/node": {
"version": "20.12.7",
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.12.7.tgz",
"integrity": "sha512-wq0cICSkRLVaf3UGLMGItu/PtdY7oaXaI/RVU+xliKVOtRna3PRY57ZDfztpDL0n11vfymMUnXv8QwYCO7L1wg==",
"dev": true,
"dependencies": {
"undici-types": "~5.26.4"
}
},
"node_modules/dashkeys": {
"version": "1.1.3",
"resolved": "https://registry.npmjs.org/dashkeys/-/dashkeys-1.1.3.tgz",
"integrity": "sha512-4GF5KA/HSJB8IWVm+duMK/FHs+k1IV40b4Cx5n7hU03yRxWqatc8KiPR6jAUpkdMELw6pz8RvDDKn/y1ubm+wQ==",
"dev": true
},
"node_modules/undici-types": {
"version": "5.26.5",
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz",
"integrity": "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==",
"dev": true
},
"node_modules/zora": {
"version": "5.2.0",
"resolved": "https://registry.npmjs.org/zora/-/zora-5.2.0.tgz",
"integrity": "sha512-FSZOvfJVfMWhk/poictNsDBCXq/Z+2Zu2peWs6d8OhWWb9nY++czw95D47hdw06L/kfjasLevwrbUtnXyWLAJw==",
"dev": true
}
}
}