-
-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathpackage-lock.json
134 lines (134 loc) · 4.3 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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
{
"name": "micro-key-producer",
"version": "0.7.4",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "micro-key-producer",
"version": "0.7.4",
"license": "MIT",
"dependencies": {
"@noble/ciphers": "^1.2.0",
"@noble/curves": "^1.8.0",
"@noble/hashes": "^1.7.0",
"@scure/base": "~1.2.1",
"micro-packed": "~0.7.1"
},
"devDependencies": {
"@paulmillr/jsbt": "0.3.1",
"micro-should": "0.5.1",
"prettier": "3.3.2",
"typescript": "5.5.2"
},
"funding": {
"url": "https://paulmillr.com/funding/"
}
},
"node_modules/@noble/ciphers": {
"version": "1.2.0",
"resolved": "https://registry.npmjs.org/@noble/ciphers/-/ciphers-1.2.0.tgz",
"integrity": "sha512-YGdEUzYEd+82jeaVbSKKVp1jFZb8LwaNMIIzHFkihGvYdd/KKAr7KaJHdEdSYGredE3ssSravXIa0Jxg28Sv5w==",
"license": "MIT",
"engines": {
"node": "^14.21.3 || >=16"
},
"funding": {
"url": "https://paulmillr.com/funding/"
}
},
"node_modules/@noble/curves": {
"version": "1.8.0",
"resolved": "https://registry.npmjs.org/@noble/curves/-/curves-1.8.0.tgz",
"integrity": "sha512-j84kjAbzEnQHaSIhRPUmB3/eVXu2k3dKPl2LOrR8fSOIL+89U+7lV117EWHtq/GHM3ReGHM46iRBdZfpc4HRUQ==",
"license": "MIT",
"dependencies": {
"@noble/hashes": "1.7.0"
},
"engines": {
"node": "^14.21.3 || >=16"
},
"funding": {
"url": "https://paulmillr.com/funding/"
}
},
"node_modules/@noble/hashes": {
"version": "1.7.0",
"resolved": "https://registry.npmjs.org/@noble/hashes/-/hashes-1.7.0.tgz",
"integrity": "sha512-HXydb0DgzTpDPwbVeDGCG1gIu7X6+AuU6Zl6av/E/KG8LMsvPntvq+w17CHRpKBmN6Ybdrt1eP3k4cj8DJa78w==",
"license": "MIT",
"engines": {
"node": "^14.21.3 || >=16"
},
"funding": {
"url": "https://paulmillr.com/funding/"
}
},
"node_modules/@paulmillr/jsbt": {
"version": "0.3.1",
"resolved": "https://registry.npmjs.org/@paulmillr/jsbt/-/jsbt-0.3.1.tgz",
"integrity": "sha512-mZFkB8GcGu9UPcQqNNqe8xH3t31LkeufYUON//dcm1ASWHBT0caiwek/MxbH5/N5wtCfaH5L4tRAcaQWGO7w9w==",
"dev": true,
"license": "MIT",
"bin": {
"jsbt": "jsbt.js"
}
},
"node_modules/@scure/base": {
"version": "1.2.1",
"resolved": "https://registry.npmjs.org/@scure/base/-/base-1.2.1.tgz",
"integrity": "sha512-DGmGtC8Tt63J5GfHgfl5CuAXh96VF/LD8K9Hr/Gv0J2lAoRGlPOMpqMpMbCTOoOJMZCk2Xt+DskdDyn6dEFdzQ==",
"license": "MIT",
"funding": {
"url": "https://paulmillr.com/funding/"
}
},
"node_modules/micro-packed": {
"version": "0.7.1",
"resolved": "https://registry.npmjs.org/micro-packed/-/micro-packed-0.7.1.tgz",
"integrity": "sha512-Ab7jfxdnrwH3QtHNkz+hIwPxfl7IXPDcODZ0ED645uqHn/iijboGhBfUk5H53mdbmrbiQxagmUYkbzrYKEDwLA==",
"license": "MIT",
"dependencies": {
"@scure/base": "~1.2.1"
},
"funding": {
"url": "https://paulmillr.com/funding/"
}
},
"node_modules/micro-should": {
"version": "0.5.1",
"resolved": "https://registry.npmjs.org/micro-should/-/micro-should-0.5.1.tgz",
"integrity": "sha512-i3BdNfiAf4PyEEjyxNO2Ex/C0V4ux9ZCKyxSbF6p/n9+UqhRsUbae8PfTM9Came91lGzJLEFlAtAEkY4eSpq6w==",
"dev": true,
"license": "MIT"
},
"node_modules/prettier": {
"version": "3.3.2",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-3.3.2.tgz",
"integrity": "sha512-rAVeHYMcv8ATV5d508CFdn+8/pHPpXeIid1DdrPwXnaAdH7cqjVbpJaT5eq4yRAFU/lsbwYwSF/n5iNrdJHPQA==",
"dev": true,
"bin": {
"prettier": "bin/prettier.cjs"
},
"engines": {
"node": ">=14"
},
"funding": {
"url": "https://github.com/prettier/prettier?sponsor=1"
}
},
"node_modules/typescript": {
"version": "5.5.2",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.2.tgz",
"integrity": "sha512-NcRtPEOsPFFWjobJEtfihkLCZCXZt/os3zf8nTxjVH3RvTSxjrCamJpbExGvYOF+tFHc3pA65qpdwPbzjohhew==",
"dev": true,
"bin": {
"tsc": "bin/tsc",
"tsserver": "bin/tsserver"
},
"engines": {
"node": ">=14.17"
}
}
}
}