-
Notifications
You must be signed in to change notification settings - Fork 11
/
package-lock.json
358 lines (358 loc) · 11.9 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
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
{
"name": "handout",
"version": "1.0.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "handout",
"version": "1.0.0",
"license": "MIT",
"dependencies": {
"bcfg": "^0.1.6",
"bcrypto": "https://github.com/pinheadmz/bcrypto#ssl1",
"blgr": "^0.1.7",
"bns": "https://github.com/pinheadmz/bns#cname1",
"bweb": "^0.1.10"
}
},
"node_modules/bcfg": {
"version": "0.1.7",
"resolved": "https://registry.npmjs.org/bcfg/-/bcfg-0.1.7.tgz",
"integrity": "sha512-+4beq5bXwfmxdcEoHYQsaXawh1qFzjLcRvPe5k5ww/NEWzZTm56Jk8LuPmfeGB7X584jZ8xGq6UgMaZnNDa5Ww==",
"dependencies": {
"bsert": "~0.0.10"
},
"engines": {
"node": ">=8.0.0"
}
},
"node_modules/bcrypto": {
"version": "5.5.0",
"resolved": "git+ssh://git@github.com/pinheadmz/bcrypto.git#dd15c2c39af6fafd46ba789f387c473116eb8d55",
"hasInstallScript": true,
"license": "MIT",
"dependencies": {
"bufio": "~1.0.7",
"loady": "~0.0.5"
},
"engines": {
"node": ">=8.0.0"
}
},
"node_modules/bfile": {
"version": "0.2.2",
"resolved": "https://registry.npmjs.org/bfile/-/bfile-0.2.2.tgz",
"integrity": "sha512-X205SsJ7zFAnjeJ/pBLqDqF10x/4Su3pBy8UdVKw4hdGJk7t5pLoRi+uG4rPaDAClGbrEfT/06PGUbYiMYKzTg==",
"engines": {
"node": ">=8.0.0"
}
},
"node_modules/bheep": {
"version": "0.1.5",
"resolved": "https://registry.npmjs.org/bheep/-/bheep-0.1.5.tgz",
"integrity": "sha512-0KR5Zi8hgJBKL35+aYzndCTtgSGakOMxrYw2uszd5UmXTIfx3+drPGoETlVbQ6arTdAzSoQYA1j35vbaWpQXBg==",
"dependencies": {
"bsert": "~0.0.10"
},
"engines": {
"node": ">=8.0.0"
}
},
"node_modules/binet": {
"version": "0.3.7",
"resolved": "https://registry.npmjs.org/binet/-/binet-0.3.7.tgz",
"integrity": "sha512-GF+QD4ajs3GWabaVzso7Kn9aZEbwI0e54FKU2ID8bM/7rIk7BpSJytB1KS7SMpix+fWAi9MAGkOgSFljl0aaKg==",
"dependencies": {
"bs32": "~0.1.5",
"bsert": "~0.0.10"
},
"engines": {
"node": ">=8.0.0"
}
},
"node_modules/blgr": {
"version": "0.1.8",
"resolved": "https://registry.npmjs.org/blgr/-/blgr-0.1.8.tgz",
"integrity": "sha512-9AvDK+lc92q//63S8cHtkaB060YOZqoqd0DkMwn35mR1SrcY0FXnCHePHZFx6Oe1d/6wj8Lw7mKEGoShCUf3Yw==",
"dependencies": {
"bsert": "~0.0.10"
},
"engines": {
"node": ">=8.0.0"
}
},
"node_modules/bns": {
"version": "0.15.0",
"resolved": "git+ssh://git@github.com/pinheadmz/bns.git#b08696583bec5d6483ca44c0dfc404084f4ff3d7",
"license": "MIT",
"dependencies": {
"bcrypto": "~5.4.0",
"bfile": "~0.2.2",
"bheep": "~0.1.5",
"binet": "~0.3.6",
"bs32": "~0.1.6",
"bsert": "~0.0.10",
"btcp": "~0.1.5",
"budp": "~0.1.6",
"bufio": "~1.0.7"
},
"bin": {
"bns-keygen": "bin/bns-keygen",
"bns-prove": "bin/bns-prove",
"dig.js": "bin/dig.js",
"dig2json": "bin/dig2json",
"json2dig": "bin/json2dig",
"json2rr": "bin/json2rr",
"json2zone": "bin/json2zone",
"named.js": "bin/named.js",
"rr2json": "bin/rr2json",
"whois.js": "bin/whois.js",
"zone2json": "bin/zone2json"
},
"engines": {
"node": ">=8.0.0"
},
"optionalDependencies": {
"unbound": "~0.4.3"
}
},
"node_modules/bns/node_modules/bcrypto": {
"version": "5.4.0",
"resolved": "https://registry.npmjs.org/bcrypto/-/bcrypto-5.4.0.tgz",
"integrity": "sha512-KDX2CR29o6ZoqpQndcCxFZAtYA1jDMnXU3jmCfzP44g++Cu7AHHtZN/JbrN/MXAg9SLvtQ8XISG+eVD9zH1+Jg==",
"hasInstallScript": true,
"dependencies": {
"bufio": "~1.0.7",
"loady": "~0.0.5"
},
"engines": {
"node": ">=8.0.0"
}
},
"node_modules/bs32": {
"version": "0.1.6",
"resolved": "https://registry.npmjs.org/bs32/-/bs32-0.1.6.tgz",
"integrity": "sha512-usjDesQqZ8ihHXOnOEQuAdymBHnJEfSd+aELFSg1jN/V3iAf12HrylHlRJwIt6DTMmXpBDQ+YBg3Q3DIYdhRgQ==",
"dependencies": {
"bsert": "~0.0.10"
},
"engines": {
"node": ">=8.0.0"
}
},
"node_modules/bsert": {
"version": "0.0.10",
"resolved": "https://registry.npmjs.org/bsert/-/bsert-0.0.10.tgz",
"integrity": "sha512-NHNwlac+WPy4t2LoNh8pXk8uaIGH3NSaIUbTTRXGpE2WEbq0te/tDykYHkFK57YKLPjv/aGHmbqvnGeVWDz57Q==",
"engines": {
"node": ">=8.0.0"
}
},
"node_modules/bsock": {
"version": "0.1.9",
"resolved": "https://registry.npmjs.org/bsock/-/bsock-0.1.9.tgz",
"integrity": "sha512-/l9Kg/c5o+n/0AqreMxh2jpzDMl1ikl4gUxT7RFNe3A3YRIyZkiREhwcjmqxiymJSRI/Qhew357xGn1SLw/xEw==",
"dependencies": {
"bsert": "~0.0.10"
},
"engines": {
"node": ">=8.0.0"
}
},
"node_modules/btcp": {
"version": "0.1.5",
"resolved": "https://registry.npmjs.org/btcp/-/btcp-0.1.5.tgz",
"integrity": "sha512-tkrtMDxeJorn5p0KxaLXELneT8AbfZMpOFeoKYZ5qCCMMSluNuwut7pGccLC5YOJqmuk0DR774vNVQLC9sNq/A==",
"engines": {
"node": ">=8.0.0"
}
},
"node_modules/budp": {
"version": "0.1.6",
"resolved": "https://registry.npmjs.org/budp/-/budp-0.1.6.tgz",
"integrity": "sha512-o+a8NPq3DhV91j4nInjht2md6mbU1XL+7ciPltP66rw5uD3KP1m5r8lA94LZVaPKcFdJ0l2HVVzRNxnY26Pefg==",
"engines": {
"node": ">=8.0.0"
}
},
"node_modules/bufio": {
"version": "1.0.7",
"resolved": "https://registry.npmjs.org/bufio/-/bufio-1.0.7.tgz",
"integrity": "sha512-bd1dDQhiC+bEbEfg56IdBv7faWa6OipMs/AFFFvtFnB3wAYjlwQpQRZ0pm6ZkgtfL0pILRXhKxOiQj6UzoMR7A==",
"engines": {
"node": ">=8.0.0"
}
},
"node_modules/bweb": {
"version": "0.1.10",
"resolved": "https://registry.npmjs.org/bweb/-/bweb-0.1.10.tgz",
"integrity": "sha512-3Kkz/rfsyAWUS+8DV5XYhwcgVN4DfDewrP+iFTcpQfdZzcF6+OypAq7dHOtXV0sW7U/3msA/sEEqz0MHZ9ERWg==",
"dependencies": {
"bsert": "~0.0.10",
"bsock": "~0.1.8"
},
"bin": {
"bweb": "bin/bweb"
},
"engines": {
"node": ">=8.0.0"
}
},
"node_modules/loady": {
"version": "0.0.5",
"resolved": "https://registry.npmjs.org/loady/-/loady-0.0.5.tgz",
"integrity": "sha512-uxKD2HIj042/HBx77NBcmEPsD+hxCgAtjEWlYNScuUjIsh/62Uyu39GOR68TBR68v+jqDL9zfftCWoUo4y03sQ==",
"engines": {
"node": ">=8.0.0"
}
},
"node_modules/unbound": {
"version": "0.4.3",
"resolved": "https://registry.npmjs.org/unbound/-/unbound-0.4.3.tgz",
"integrity": "sha512-2ISqZLXtzp1l9f1V8Yr6S+zuhXxEwE1CjKHjXULFDHJcfhc9Gm3mn19hdPp4rlNGEdCivKYGKjYe3WRGnafYdA==",
"hasInstallScript": true,
"optional": true,
"dependencies": {
"loady": "~0.0.5"
},
"engines": {
"node": ">=8.0.0"
}
}
},
"dependencies": {
"bcfg": {
"version": "0.1.7",
"resolved": "https://registry.npmjs.org/bcfg/-/bcfg-0.1.7.tgz",
"integrity": "sha512-+4beq5bXwfmxdcEoHYQsaXawh1qFzjLcRvPe5k5ww/NEWzZTm56Jk8LuPmfeGB7X584jZ8xGq6UgMaZnNDa5Ww==",
"requires": {
"bsert": "~0.0.10"
}
},
"bcrypto": {
"version": "git+ssh://git@github.com/pinheadmz/bcrypto.git#dd15c2c39af6fafd46ba789f387c473116eb8d55",
"from": "bcrypto@https://github.com/pinheadmz/bcrypto#ssl1",
"requires": {
"bufio": "~1.0.7",
"loady": "~0.0.5"
}
},
"bfile": {
"version": "0.2.2",
"resolved": "https://registry.npmjs.org/bfile/-/bfile-0.2.2.tgz",
"integrity": "sha512-X205SsJ7zFAnjeJ/pBLqDqF10x/4Su3pBy8UdVKw4hdGJk7t5pLoRi+uG4rPaDAClGbrEfT/06PGUbYiMYKzTg=="
},
"bheep": {
"version": "0.1.5",
"resolved": "https://registry.npmjs.org/bheep/-/bheep-0.1.5.tgz",
"integrity": "sha512-0KR5Zi8hgJBKL35+aYzndCTtgSGakOMxrYw2uszd5UmXTIfx3+drPGoETlVbQ6arTdAzSoQYA1j35vbaWpQXBg==",
"requires": {
"bsert": "~0.0.10"
}
},
"binet": {
"version": "0.3.7",
"resolved": "https://registry.npmjs.org/binet/-/binet-0.3.7.tgz",
"integrity": "sha512-GF+QD4ajs3GWabaVzso7Kn9aZEbwI0e54FKU2ID8bM/7rIk7BpSJytB1KS7SMpix+fWAi9MAGkOgSFljl0aaKg==",
"requires": {
"bs32": "~0.1.5",
"bsert": "~0.0.10"
}
},
"blgr": {
"version": "0.1.8",
"resolved": "https://registry.npmjs.org/blgr/-/blgr-0.1.8.tgz",
"integrity": "sha512-9AvDK+lc92q//63S8cHtkaB060YOZqoqd0DkMwn35mR1SrcY0FXnCHePHZFx6Oe1d/6wj8Lw7mKEGoShCUf3Yw==",
"requires": {
"bsert": "~0.0.10"
}
},
"bns": {
"version": "git+ssh://git@github.com/pinheadmz/bns.git#b08696583bec5d6483ca44c0dfc404084f4ff3d7",
"from": "bns@https://github.com/pinheadmz/bns#cname1",
"requires": {
"bcrypto": "~5.4.0",
"bfile": "~0.2.2",
"bheep": "~0.1.5",
"binet": "~0.3.6",
"bs32": "~0.1.6",
"bsert": "~0.0.10",
"btcp": "~0.1.5",
"budp": "~0.1.6",
"bufio": "~1.0.7",
"unbound": "~0.4.3"
},
"dependencies": {
"bcrypto": {
"version": "5.4.0",
"resolved": "https://registry.npmjs.org/bcrypto/-/bcrypto-5.4.0.tgz",
"integrity": "sha512-KDX2CR29o6ZoqpQndcCxFZAtYA1jDMnXU3jmCfzP44g++Cu7AHHtZN/JbrN/MXAg9SLvtQ8XISG+eVD9zH1+Jg==",
"requires": {
"bufio": "~1.0.7",
"loady": "~0.0.5"
}
}
}
},
"bs32": {
"version": "0.1.6",
"resolved": "https://registry.npmjs.org/bs32/-/bs32-0.1.6.tgz",
"integrity": "sha512-usjDesQqZ8ihHXOnOEQuAdymBHnJEfSd+aELFSg1jN/V3iAf12HrylHlRJwIt6DTMmXpBDQ+YBg3Q3DIYdhRgQ==",
"requires": {
"bsert": "~0.0.10"
}
},
"bsert": {
"version": "0.0.10",
"resolved": "https://registry.npmjs.org/bsert/-/bsert-0.0.10.tgz",
"integrity": "sha512-NHNwlac+WPy4t2LoNh8pXk8uaIGH3NSaIUbTTRXGpE2WEbq0te/tDykYHkFK57YKLPjv/aGHmbqvnGeVWDz57Q=="
},
"bsock": {
"version": "0.1.9",
"resolved": "https://registry.npmjs.org/bsock/-/bsock-0.1.9.tgz",
"integrity": "sha512-/l9Kg/c5o+n/0AqreMxh2jpzDMl1ikl4gUxT7RFNe3A3YRIyZkiREhwcjmqxiymJSRI/Qhew357xGn1SLw/xEw==",
"requires": {
"bsert": "~0.0.10"
}
},
"btcp": {
"version": "0.1.5",
"resolved": "https://registry.npmjs.org/btcp/-/btcp-0.1.5.tgz",
"integrity": "sha512-tkrtMDxeJorn5p0KxaLXELneT8AbfZMpOFeoKYZ5qCCMMSluNuwut7pGccLC5YOJqmuk0DR774vNVQLC9sNq/A=="
},
"budp": {
"version": "0.1.6",
"resolved": "https://registry.npmjs.org/budp/-/budp-0.1.6.tgz",
"integrity": "sha512-o+a8NPq3DhV91j4nInjht2md6mbU1XL+7ciPltP66rw5uD3KP1m5r8lA94LZVaPKcFdJ0l2HVVzRNxnY26Pefg=="
},
"bufio": {
"version": "1.0.7",
"resolved": "https://registry.npmjs.org/bufio/-/bufio-1.0.7.tgz",
"integrity": "sha512-bd1dDQhiC+bEbEfg56IdBv7faWa6OipMs/AFFFvtFnB3wAYjlwQpQRZ0pm6ZkgtfL0pILRXhKxOiQj6UzoMR7A=="
},
"bweb": {
"version": "0.1.10",
"resolved": "https://registry.npmjs.org/bweb/-/bweb-0.1.10.tgz",
"integrity": "sha512-3Kkz/rfsyAWUS+8DV5XYhwcgVN4DfDewrP+iFTcpQfdZzcF6+OypAq7dHOtXV0sW7U/3msA/sEEqz0MHZ9ERWg==",
"requires": {
"bsert": "~0.0.10",
"bsock": "~0.1.8"
}
},
"loady": {
"version": "0.0.5",
"resolved": "https://registry.npmjs.org/loady/-/loady-0.0.5.tgz",
"integrity": "sha512-uxKD2HIj042/HBx77NBcmEPsD+hxCgAtjEWlYNScuUjIsh/62Uyu39GOR68TBR68v+jqDL9zfftCWoUo4y03sQ=="
},
"unbound": {
"version": "0.4.3",
"resolved": "https://registry.npmjs.org/unbound/-/unbound-0.4.3.tgz",
"integrity": "sha512-2ISqZLXtzp1l9f1V8Yr6S+zuhXxEwE1CjKHjXULFDHJcfhc9Gm3mn19hdPp4rlNGEdCivKYGKjYe3WRGnafYdA==",
"optional": true,
"requires": {
"loady": "~0.0.5"
}
}
}
}