-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage-lock.json
More file actions
89 lines (89 loc) · 2.55 KB
/
package-lock.json
File metadata and controls
89 lines (89 loc) · 2.55 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
{
"name": "gitmark-test",
"version": "0.1.0-alpha.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "gitmark-test",
"version": "0.1.0-alpha.1",
"license": "MIT",
"dependencies": {
"@noble/secp256k1": "^2.3.0",
"btctx": "^0.1.0",
"sendtx": "^0.1.0",
"txo_parser": "^0.0.2"
},
"bin": {
"git-mark": "mark.js"
},
"engines": {
"node": ">=18.0.0"
}
},
"../txbuilder": {
"name": "btctx",
"version": "0.1.0",
"extraneous": true,
"license": "MIT",
"dependencies": {
"@cmdcode/tapscript": "^1.4.6"
},
"bin": {
"btctx": "cli.js"
},
"engines": {
"node": ">=18.0.0"
}
},
"node_modules/@cmdcode/tapscript": {
"version": "1.5.3",
"resolved": "https://registry.npmjs.org/@cmdcode/tapscript/-/tapscript-1.5.3.tgz",
"integrity": "sha512-WCTtZsp5aXk7IKM9DpCSkDjx9eW9WrPxfmFPyfLcYnwEqnEvd+6iAjp8A5elkVfepMZ1e69OHO2qULYlH4TUWA==",
"license": "CC-BY-1.0"
},
"node_modules/@noble/secp256k1": {
"version": "2.3.0",
"resolved": "https://registry.npmjs.org/@noble/secp256k1/-/secp256k1-2.3.0.tgz",
"integrity": "sha512-0TQed2gcBbIrh7Ccyw+y/uZQvbJwm7Ao4scBUxqpBCcsOlZG0O4KGfjtNAy/li4W8n1xt3dxrwJ0beZ2h2G6Kw==",
"funding": {
"url": "https://paulmillr.com/funding/"
}
},
"node_modules/btctx": {
"version": "0.1.0",
"resolved": "https://registry.npmjs.org/btctx/-/btctx-0.1.0.tgz",
"integrity": "sha512-Som2eiMlysVbYToMFyZgR+Qbh0Pt/9rSYjj4q3LS1rQdft3ix46pr6hqVVgJ5GtCrJdqlmvv15GcqVvarLOu/g==",
"license": "MIT",
"dependencies": {
"@cmdcode/tapscript": "^1.4.6"
},
"bin": {
"btctx": "cli.js"
},
"engines": {
"node": ">=18.0.0"
}
},
"node_modules/sendtx": {
"version": "0.1.0",
"resolved": "https://registry.npmjs.org/sendtx/-/sendtx-0.1.0.tgz",
"integrity": "sha512-CVJsCKTmdPAp/Nvwtp1kKKw3OBf58U9y2Awz+VSkPXReu9CPAegjkumDw4zXXdYhGvvG05A4wVsCxeFjeV0xhg==",
"license": "MIT",
"bin": {
"sendtx": "cli.js"
},
"engines": {
"node": ">=18.0.0"
}
},
"node_modules/txo_parser": {
"version": "0.0.2",
"resolved": "https://registry.npmjs.org/txo_parser/-/txo_parser-0.0.2.tgz",
"integrity": "sha512-coe888JCMd5Fb1BUnfS1i0oJ4/WIJ/JXmT8dcqlgXBZoHECgmBIadtsHXjI2lL8vuFW8oMORfWqecgpgycpwpw==",
"bin": {
"txo-parser": "cli.js"
}
}
}
}