package-lock.json raw
1 {
2 "name": "svelte-app",
3 "version": "1.0.0",
4 "lockfileVersion": 3,
5 "requires": true,
6 "packages": {
7 "": {
8 "name": "svelte-app",
9 "version": "1.0.0",
10 "dependencies": {
11 "@noble/curves": "^1.4.0",
12 "@noble/hashes": "^1.4.0",
13 "applesauce-core": "^4.4.2",
14 "applesauce-signers": "^4.2.0",
15 "hash-wasm": "^4.12.0",
16 "nostr-tools": "^2.17.0",
17 "qrcode": "^1.5.3",
18 "sirv-cli": "^2.0.0"
19 },
20 "devDependencies": {
21 "@rollup/plugin-commonjs": "^24.0.0",
22 "@rollup/plugin-node-resolve": "^15.0.0",
23 "@rollup/plugin-terser": "^0.4.0",
24 "rollup": "^3.15.0",
25 "rollup-plugin-copy": "^3.5.0",
26 "rollup-plugin-css-only": "^4.3.0",
27 "rollup-plugin-livereload": "^2.0.0",
28 "rollup-plugin-svelte": "^7.1.2",
29 "svelte": "^3.55.0"
30 }
31 },
32 "node_modules/@jridgewell/gen-mapping": {
33 "version": "0.3.13",
34 "dev": true,
35 "license": "MIT",
36 "dependencies": {
37 "@jridgewell/sourcemap-codec": "^1.5.0",
38 "@jridgewell/trace-mapping": "^0.3.24"
39 }
40 },
41 "node_modules/@jridgewell/resolve-uri": {
42 "version": "3.1.2",
43 "dev": true,
44 "license": "MIT",
45 "engines": {
46 "node": ">=6.0.0"
47 }
48 },
49 "node_modules/@jridgewell/source-map": {
50 "version": "0.3.11",
51 "dev": true,
52 "license": "MIT",
53 "dependencies": {
54 "@jridgewell/gen-mapping": "^0.3.5",
55 "@jridgewell/trace-mapping": "^0.3.25"
56 }
57 },
58 "node_modules/@jridgewell/sourcemap-codec": {
59 "version": "1.5.5",
60 "dev": true,
61 "license": "MIT"
62 },
63 "node_modules/@jridgewell/trace-mapping": {
64 "version": "0.3.31",
65 "dev": true,
66 "license": "MIT",
67 "dependencies": {
68 "@jridgewell/resolve-uri": "^3.1.0",
69 "@jridgewell/sourcemap-codec": "^1.4.14"
70 }
71 },
72 "node_modules/@noble/ciphers": {
73 "version": "0.5.3",
74 "license": "MIT",
75 "funding": {
76 "url": "https://paulmillr.com/funding/"
77 }
78 },
79 "node_modules/@noble/curves": {
80 "version": "1.9.7",
81 "resolved": "https://registry.npmjs.org/@noble/curves/-/curves-1.9.7.tgz",
82 "integrity": "sha512-gbKGcRUYIjA3/zCCNaWDciTMFI0dCkvou3TL8Zmy5Nc7sJ47a0jtOeZoTaMxkuqRo9cRhjOdZJXegxYE5FN/xw==",
83 "license": "MIT",
84 "dependencies": {
85 "@noble/hashes": "1.8.0"
86 },
87 "engines": {
88 "node": "^14.21.3 || >=16"
89 },
90 "funding": {
91 "url": "https://paulmillr.com/funding/"
92 }
93 },
94 "node_modules/@noble/hashes": {
95 "version": "1.8.0",
96 "resolved": "https://registry.npmjs.org/@noble/hashes/-/hashes-1.8.0.tgz",
97 "integrity": "sha512-jCs9ldd7NwzpgXDIf6P3+NrHh9/sD6CQdxHyjQI+h/6rDNo88ypBxxz45UDuZHz9r3tNz7N/VInSVoVdtXEI4A==",
98 "license": "MIT",
99 "engines": {
100 "node": "^14.21.3 || >=16"
101 },
102 "funding": {
103 "url": "https://paulmillr.com/funding/"
104 }
105 },
106 "node_modules/@nodelib/fs.scandir": {
107 "version": "2.1.5",
108 "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz",
109 "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==",
110 "dev": true,
111 "license": "MIT",
112 "dependencies": {
113 "@nodelib/fs.stat": "2.0.5",
114 "run-parallel": "^1.1.9"
115 },
116 "engines": {
117 "node": ">= 8"
118 }
119 },
120 "node_modules/@nodelib/fs.stat": {
121 "version": "2.0.5",
122 "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz",
123 "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==",
124 "dev": true,
125 "license": "MIT",
126 "engines": {
127 "node": ">= 8"
128 }
129 },
130 "node_modules/@nodelib/fs.walk": {
131 "version": "1.2.8",
132 "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz",
133 "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==",
134 "dev": true,
135 "license": "MIT",
136 "dependencies": {
137 "@nodelib/fs.scandir": "2.1.5",
138 "fastq": "^1.6.0"
139 },
140 "engines": {
141 "node": ">= 8"
142 }
143 },
144 "node_modules/@polka/url": {
145 "version": "1.0.0-next.29",
146 "license": "MIT"
147 },
148 "node_modules/@rollup/plugin-commonjs": {
149 "version": "24.1.0",
150 "dev": true,
151 "license": "MIT",
152 "dependencies": {
153 "@rollup/pluginutils": "^5.0.1",
154 "commondir": "^1.0.1",
155 "estree-walker": "^2.0.2",
156 "glob": "^8.0.3",
157 "is-reference": "1.2.1",
158 "magic-string": "^0.27.0"
159 },
160 "engines": {
161 "node": ">=14.0.0"
162 },
163 "peerDependencies": {
164 "rollup": "^2.68.0||^3.0.0"
165 },
166 "peerDependenciesMeta": {
167 "rollup": {
168 "optional": true
169 }
170 }
171 },
172 "node_modules/@rollup/plugin-node-resolve": {
173 "version": "15.3.1",
174 "dev": true,
175 "license": "MIT",
176 "dependencies": {
177 "@rollup/pluginutils": "^5.0.1",
178 "@types/resolve": "1.20.2",
179 "deepmerge": "^4.2.2",
180 "is-module": "^1.0.0",
181 "resolve": "^1.22.1"
182 },
183 "engines": {
184 "node": ">=14.0.0"
185 },
186 "peerDependencies": {
187 "rollup": "^2.78.0||^3.0.0||^4.0.0"
188 },
189 "peerDependenciesMeta": {
190 "rollup": {
191 "optional": true
192 }
193 }
194 },
195 "node_modules/@rollup/plugin-terser": {
196 "version": "0.4.4",
197 "dev": true,
198 "license": "MIT",
199 "dependencies": {
200 "serialize-javascript": "^6.0.1",
201 "smob": "^1.0.0",
202 "terser": "^5.17.4"
203 },
204 "engines": {
205 "node": ">=14.0.0"
206 },
207 "peerDependencies": {
208 "rollup": "^2.0.0||^3.0.0||^4.0.0"
209 },
210 "peerDependenciesMeta": {
211 "rollup": {
212 "optional": true
213 }
214 }
215 },
216 "node_modules/@rollup/pluginutils": {
217 "version": "5.3.0",
218 "dev": true,
219 "license": "MIT",
220 "dependencies": {
221 "@types/estree": "^1.0.0",
222 "estree-walker": "^2.0.2",
223 "picomatch": "^4.0.2"
224 },
225 "engines": {
226 "node": ">=14.0.0"
227 },
228 "peerDependencies": {
229 "rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0"
230 },
231 "peerDependenciesMeta": {
232 "rollup": {
233 "optional": true
234 }
235 }
236 },
237 "node_modules/@scure/base": {
238 "version": "1.1.1",
239 "funding": [
240 {
241 "type": "individual",
242 "url": "https://paulmillr.com/funding/"
243 }
244 ],
245 "license": "MIT"
246 },
247 "node_modules/@scure/bip32": {
248 "version": "1.3.1",
249 "license": "MIT",
250 "dependencies": {
251 "@noble/curves": "~1.1.0",
252 "@noble/hashes": "~1.3.1",
253 "@scure/base": "~1.1.0"
254 },
255 "funding": {
256 "url": "https://paulmillr.com/funding/"
257 }
258 },
259 "node_modules/@scure/bip32/node_modules/@noble/curves": {
260 "version": "1.1.0",
261 "license": "MIT",
262 "dependencies": {
263 "@noble/hashes": "1.3.1"
264 },
265 "funding": {
266 "url": "https://paulmillr.com/funding/"
267 }
268 },
269 "node_modules/@scure/bip32/node_modules/@noble/curves/node_modules/@noble/hashes": {
270 "version": "1.3.1",
271 "license": "MIT",
272 "engines": {
273 "node": ">= 16"
274 },
275 "funding": {
276 "url": "https://paulmillr.com/funding/"
277 }
278 },
279 "node_modules/@scure/bip32/node_modules/@noble/hashes": {
280 "version": "1.3.2",
281 "license": "MIT",
282 "engines": {
283 "node": ">= 16"
284 },
285 "funding": {
286 "url": "https://paulmillr.com/funding/"
287 }
288 },
289 "node_modules/@scure/bip39": {
290 "version": "1.2.1",
291 "license": "MIT",
292 "dependencies": {
293 "@noble/hashes": "~1.3.0",
294 "@scure/base": "~1.1.0"
295 },
296 "funding": {
297 "url": "https://paulmillr.com/funding/"
298 }
299 },
300 "node_modules/@scure/bip39/node_modules/@noble/hashes": {
301 "version": "1.3.2",
302 "license": "MIT",
303 "engines": {
304 "node": ">= 16"
305 },
306 "funding": {
307 "url": "https://paulmillr.com/funding/"
308 }
309 },
310 "node_modules/@types/estree": {
311 "version": "1.0.8",
312 "dev": true,
313 "license": "MIT"
314 },
315 "node_modules/@types/fs-extra": {
316 "version": "8.1.5",
317 "resolved": "https://registry.npmjs.org/@types/fs-extra/-/fs-extra-8.1.5.tgz",
318 "integrity": "sha512-0dzKcwO+S8s2kuF5Z9oUWatQJj5Uq/iqphEtE3GQJVRRYm/tD1LglU2UnXi2A8jLq5umkGouOXOR9y0n613ZwQ==",
319 "dev": true,
320 "license": "MIT",
321 "dependencies": {
322 "@types/node": "*"
323 }
324 },
325 "node_modules/@types/glob": {
326 "version": "7.2.0",
327 "resolved": "https://registry.npmjs.org/@types/glob/-/glob-7.2.0.tgz",
328 "integrity": "sha512-ZUxbzKl0IfJILTS6t7ip5fQQM/J3TJYubDm3nMbgubNNYS62eXeUpoLUC8/7fJNiFYHTrGPQn7hspDUzIHX3UA==",
329 "dev": true,
330 "license": "MIT",
331 "dependencies": {
332 "@types/minimatch": "*",
333 "@types/node": "*"
334 }
335 },
336 "node_modules/@types/minimatch": {
337 "version": "5.1.2",
338 "resolved": "https://registry.npmjs.org/@types/minimatch/-/minimatch-5.1.2.tgz",
339 "integrity": "sha512-K0VQKziLUWkVKiRVrx4a40iPaxTUefQmjtkQofBkYRcoaaL/8rhwDWww9qWbrgicNOgnpIsMxyNIUM4+n6dUIA==",
340 "dev": true,
341 "license": "MIT"
342 },
343 "node_modules/@types/node": {
344 "version": "24.7.1",
345 "resolved": "https://registry.npmjs.org/@types/node/-/node-24.7.1.tgz",
346 "integrity": "sha512-CmyhGZanP88uuC5GpWU9q+fI61j2SkhO3UGMUdfYRE6Bcy0ccyzn1Rqj9YAB/ZY4kOXmNf0ocah5GtphmLMP6Q==",
347 "dev": true,
348 "license": "MIT",
349 "dependencies": {
350 "undici-types": "~7.14.0"
351 }
352 },
353 "node_modules/@types/resolve": {
354 "version": "1.20.2",
355 "dev": true,
356 "license": "MIT"
357 },
358 "node_modules/acorn": {
359 "version": "8.15.0",
360 "dev": true,
361 "license": "MIT",
362 "bin": {
363 "acorn": "bin/acorn"
364 },
365 "engines": {
366 "node": ">=0.4.0"
367 }
368 },
369 "node_modules/ansi-regex": {
370 "version": "5.0.1",
371 "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
372 "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
373 "license": "MIT",
374 "engines": {
375 "node": ">=8"
376 }
377 },
378 "node_modules/ansi-styles": {
379 "version": "4.3.0",
380 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
381 "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
382 "license": "MIT",
383 "dependencies": {
384 "color-convert": "^2.0.1"
385 },
386 "engines": {
387 "node": ">=8"
388 },
389 "funding": {
390 "url": "https://github.com/chalk/ansi-styles?sponsor=1"
391 }
392 },
393 "node_modules/anymatch": {
394 "version": "3.1.3",
395 "dev": true,
396 "license": "ISC",
397 "dependencies": {
398 "normalize-path": "^3.0.0",
399 "picomatch": "^2.0.4"
400 },
401 "engines": {
402 "node": ">= 8"
403 }
404 },
405 "node_modules/anymatch/node_modules/picomatch": {
406 "version": "2.3.1",
407 "dev": true,
408 "license": "MIT",
409 "engines": {
410 "node": ">=8.6"
411 },
412 "funding": {
413 "url": "https://github.com/sponsors/jonschlinkert"
414 }
415 },
416 "node_modules/applesauce-core": {
417 "version": "4.4.2",
418 "resolved": "https://registry.npmjs.org/applesauce-core/-/applesauce-core-4.4.2.tgz",
419 "integrity": "sha512-zuZB74Pp28UGM4e8DWbN1atR95xL7ODENvjkaGGnvAjIKvfdgMznU7m9gLxr/Hu+IHOmVbbd4YxwNmKBzCWhHQ==",
420 "license": "MIT",
421 "dependencies": {
422 "@noble/hashes": "^1.7.1",
423 "@scure/base": "^1.2.4",
424 "debug": "^4.4.0",
425 "fast-deep-equal": "^3.1.3",
426 "hash-sum": "^2.0.0",
427 "light-bolt11-decoder": "^3.2.0",
428 "nanoid": "^5.0.9",
429 "nostr-tools": "~2.17",
430 "rxjs": "^7.8.1"
431 },
432 "funding": {
433 "type": "lightning",
434 "url": "lightning:nostrudel@geyser.fund"
435 }
436 },
437 "node_modules/applesauce-core/node_modules/@scure/base": {
438 "version": "1.2.6",
439 "resolved": "https://registry.npmjs.org/@scure/base/-/base-1.2.6.tgz",
440 "integrity": "sha512-g/nm5FgUa//MCj1gV09zTJTaM6KBAHqLN907YVQqf7zC49+DcO4B1so4ZX07Ef10Twr6nuqYEH9GEggFXA4Fmg==",
441 "license": "MIT",
442 "funding": {
443 "url": "https://paulmillr.com/funding/"
444 }
445 },
446 "node_modules/applesauce-signers": {
447 "version": "4.2.0",
448 "resolved": "https://registry.npmjs.org/applesauce-signers/-/applesauce-signers-4.2.0.tgz",
449 "integrity": "sha512-celexNd+aLt6/vhf72XXw2oAk8ohjna+aWEg/Z2liqPwP+kbVjnqq4Z1RXvt79QQbTIQbXYGWqervXWLE8HmHg==",
450 "license": "MIT",
451 "dependencies": {
452 "@noble/hashes": "^1.7.1",
453 "@noble/secp256k1": "^1.7.1",
454 "@scure/base": "^1.2.4",
455 "applesauce-core": "^4.2.0",
456 "debug": "^4.4.0",
457 "nanoid": "^5.0.9",
458 "nostr-tools": "~2.17",
459 "rxjs": "^7.8.2"
460 },
461 "funding": {
462 "type": "lightning",
463 "url": "lightning:nostrudel@geyser.fund"
464 }
465 },
466 "node_modules/applesauce-signers/node_modules/@noble/secp256k1": {
467 "version": "1.7.2",
468 "resolved": "https://registry.npmjs.org/@noble/secp256k1/-/secp256k1-1.7.2.tgz",
469 "integrity": "sha512-/qzwYl5eFLH8OWIecQWM31qld2g1NfjgylK+TNhqtaUKP37Nm+Y+z30Fjhw0Ct8p9yCQEm2N3W/AckdIb3SMcQ==",
470 "funding": [
471 {
472 "type": "individual",
473 "url": "https://paulmillr.com/funding/"
474 }
475 ],
476 "license": "MIT"
477 },
478 "node_modules/applesauce-signers/node_modules/@scure/base": {
479 "version": "1.2.6",
480 "resolved": "https://registry.npmjs.org/@scure/base/-/base-1.2.6.tgz",
481 "integrity": "sha512-g/nm5FgUa//MCj1gV09zTJTaM6KBAHqLN907YVQqf7zC49+DcO4B1so4ZX07Ef10Twr6nuqYEH9GEggFXA4Fmg==",
482 "license": "MIT",
483 "funding": {
484 "url": "https://paulmillr.com/funding/"
485 }
486 },
487 "node_modules/array-union": {
488 "version": "2.1.0",
489 "resolved": "https://registry.npmjs.org/array-union/-/array-union-2.1.0.tgz",
490 "integrity": "sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==",
491 "dev": true,
492 "license": "MIT",
493 "engines": {
494 "node": ">=8"
495 }
496 },
497 "node_modules/balanced-match": {
498 "version": "1.0.2",
499 "dev": true,
500 "license": "MIT"
501 },
502 "node_modules/binary-extensions": {
503 "version": "2.3.0",
504 "dev": true,
505 "license": "MIT",
506 "engines": {
507 "node": ">=8"
508 },
509 "funding": {
510 "url": "https://github.com/sponsors/sindresorhus"
511 }
512 },
513 "node_modules/brace-expansion": {
514 "version": "2.0.2",
515 "dev": true,
516 "license": "MIT",
517 "dependencies": {
518 "balanced-match": "^1.0.0"
519 }
520 },
521 "node_modules/braces": {
522 "version": "3.0.3",
523 "dev": true,
524 "license": "MIT",
525 "dependencies": {
526 "fill-range": "^7.1.1"
527 },
528 "engines": {
529 "node": ">=8"
530 }
531 },
532 "node_modules/buffer-from": {
533 "version": "1.1.2",
534 "dev": true,
535 "license": "MIT"
536 },
537 "node_modules/camelcase": {
538 "version": "5.3.1",
539 "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz",
540 "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==",
541 "license": "MIT",
542 "engines": {
543 "node": ">=6"
544 }
545 },
546 "node_modules/chokidar": {
547 "version": "3.6.0",
548 "dev": true,
549 "license": "MIT",
550 "dependencies": {
551 "anymatch": "~3.1.2",
552 "braces": "~3.0.2",
553 "glob-parent": "~5.1.2",
554 "is-binary-path": "~2.1.0",
555 "is-glob": "~4.0.1",
556 "normalize-path": "~3.0.0",
557 "readdirp": "~3.6.0"
558 },
559 "engines": {
560 "node": ">= 8.10.0"
561 },
562 "funding": {
563 "url": "https://paulmillr.com/funding/"
564 },
565 "optionalDependencies": {
566 "fsevents": "~2.3.2"
567 }
568 },
569 "node_modules/cliui": {
570 "version": "6.0.0",
571 "resolved": "https://registry.npmjs.org/cliui/-/cliui-6.0.0.tgz",
572 "integrity": "sha512-t6wbgtoCXvAzst7QgXxJYqPt0usEfbgQdftEPbLL/cvv6HPE5VgvqCuAIDR0NgU52ds6rFwqrgakNLrHEjCbrQ==",
573 "license": "ISC",
574 "dependencies": {
575 "string-width": "^4.2.0",
576 "strip-ansi": "^6.0.0",
577 "wrap-ansi": "^6.2.0"
578 }
579 },
580 "node_modules/color-convert": {
581 "version": "2.0.1",
582 "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
583 "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
584 "license": "MIT",
585 "dependencies": {
586 "color-name": "~1.1.4"
587 },
588 "engines": {
589 "node": ">=7.0.0"
590 }
591 },
592 "node_modules/color-name": {
593 "version": "1.1.4",
594 "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
595 "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
596 "license": "MIT"
597 },
598 "node_modules/colorette": {
599 "version": "1.4.0",
600 "resolved": "https://registry.npmjs.org/colorette/-/colorette-1.4.0.tgz",
601 "integrity": "sha512-Y2oEozpomLn7Q3HFP7dpww7AtMJplbM9lGZP6RDfHqmbeRjiwRg4n6VM6j4KLmRke85uWEI7JqF17f3pqdRA0g==",
602 "dev": true,
603 "license": "MIT"
604 },
605 "node_modules/commander": {
606 "version": "2.20.3",
607 "dev": true,
608 "license": "MIT"
609 },
610 "node_modules/commondir": {
611 "version": "1.0.1",
612 "dev": true,
613 "license": "MIT"
614 },
615 "node_modules/concat-map": {
616 "version": "0.0.1",
617 "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz",
618 "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==",
619 "dev": true,
620 "license": "MIT"
621 },
622 "node_modules/console-clear": {
623 "version": "1.1.1",
624 "license": "MIT",
625 "engines": {
626 "node": ">=4"
627 }
628 },
629 "node_modules/debug": {
630 "version": "4.4.3",
631 "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz",
632 "integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==",
633 "license": "MIT",
634 "dependencies": {
635 "ms": "^2.1.3"
636 },
637 "engines": {
638 "node": ">=6.0"
639 },
640 "peerDependenciesMeta": {
641 "supports-color": {
642 "optional": true
643 }
644 }
645 },
646 "node_modules/decamelize": {
647 "version": "1.2.0",
648 "resolved": "https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz",
649 "integrity": "sha512-z2S+W9X73hAUUki+N+9Za2lBlun89zigOyGrsax+KUQ6wKW4ZoWpEYBkGhQjwAjjDCkWxhY0VKEhk8wzY7F5cA==",
650 "license": "MIT",
651 "engines": {
652 "node": ">=0.10.0"
653 }
654 },
655 "node_modules/deepmerge": {
656 "version": "4.3.1",
657 "dev": true,
658 "license": "MIT",
659 "engines": {
660 "node": ">=0.10.0"
661 }
662 },
663 "node_modules/dijkstrajs": {
664 "version": "1.0.3",
665 "resolved": "https://registry.npmjs.org/dijkstrajs/-/dijkstrajs-1.0.3.tgz",
666 "integrity": "sha512-qiSlmBq9+BCdCA/L46dw8Uy93mloxsPSbwnm5yrKn2vMPiy8KyAskTF6zuV/j5BMsmOGZDPs7KjU+mjb670kfA==",
667 "license": "MIT"
668 },
669 "node_modules/dir-glob": {
670 "version": "3.0.1",
671 "resolved": "https://registry.npmjs.org/dir-glob/-/dir-glob-3.0.1.tgz",
672 "integrity": "sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==",
673 "dev": true,
674 "license": "MIT",
675 "dependencies": {
676 "path-type": "^4.0.0"
677 },
678 "engines": {
679 "node": ">=8"
680 }
681 },
682 "node_modules/emoji-regex": {
683 "version": "8.0.0",
684 "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
685 "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
686 "license": "MIT"
687 },
688 "node_modules/estree-walker": {
689 "version": "2.0.2",
690 "dev": true,
691 "license": "MIT"
692 },
693 "node_modules/fast-deep-equal": {
694 "version": "3.1.3",
695 "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",
696 "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==",
697 "license": "MIT"
698 },
699 "node_modules/fast-glob": {
700 "version": "3.3.3",
701 "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.3.tgz",
702 "integrity": "sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==",
703 "dev": true,
704 "license": "MIT",
705 "dependencies": {
706 "@nodelib/fs.stat": "^2.0.2",
707 "@nodelib/fs.walk": "^1.2.3",
708 "glob-parent": "^5.1.2",
709 "merge2": "^1.3.0",
710 "micromatch": "^4.0.8"
711 },
712 "engines": {
713 "node": ">=8.6.0"
714 }
715 },
716 "node_modules/fastq": {
717 "version": "1.19.1",
718 "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.19.1.tgz",
719 "integrity": "sha512-GwLTyxkCXjXbxqIhTsMI2Nui8huMPtnxg7krajPJAjnEG/iiOS7i+zCtWGZR9G0NBKbXKh6X9m9UIsYX/N6vvQ==",
720 "dev": true,
721 "license": "ISC",
722 "dependencies": {
723 "reusify": "^1.0.4"
724 }
725 },
726 "node_modules/fill-range": {
727 "version": "7.1.1",
728 "dev": true,
729 "license": "MIT",
730 "dependencies": {
731 "to-regex-range": "^5.0.1"
732 },
733 "engines": {
734 "node": ">=8"
735 }
736 },
737 "node_modules/find-up": {
738 "version": "4.1.0",
739 "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz",
740 "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==",
741 "license": "MIT",
742 "dependencies": {
743 "locate-path": "^5.0.0",
744 "path-exists": "^4.0.0"
745 },
746 "engines": {
747 "node": ">=8"
748 }
749 },
750 "node_modules/fs-extra": {
751 "version": "8.1.0",
752 "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-8.1.0.tgz",
753 "integrity": "sha512-yhlQgA6mnOJUKOsRUFsgJdQCvkKhcz8tlZG5HBQfReYZy46OwLcY+Zia0mtdHsOo9y/hP+CxMN0TU9QxoOtG4g==",
754 "dev": true,
755 "license": "MIT",
756 "dependencies": {
757 "graceful-fs": "^4.2.0",
758 "jsonfile": "^4.0.0",
759 "universalify": "^0.1.0"
760 },
761 "engines": {
762 "node": ">=6 <7 || >=8"
763 }
764 },
765 "node_modules/fs.realpath": {
766 "version": "1.0.0",
767 "dev": true,
768 "license": "ISC"
769 },
770 "node_modules/function-bind": {
771 "version": "1.1.2",
772 "dev": true,
773 "license": "MIT",
774 "funding": {
775 "url": "https://github.com/sponsors/ljharb"
776 }
777 },
778 "node_modules/get-caller-file": {
779 "version": "2.0.5",
780 "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz",
781 "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==",
782 "license": "ISC",
783 "engines": {
784 "node": "6.* || 8.* || >= 10.*"
785 }
786 },
787 "node_modules/get-port": {
788 "version": "3.2.0",
789 "license": "MIT",
790 "engines": {
791 "node": ">=4"
792 }
793 },
794 "node_modules/glob": {
795 "version": "8.1.0",
796 "dev": true,
797 "license": "ISC",
798 "dependencies": {
799 "fs.realpath": "^1.0.0",
800 "inflight": "^1.0.4",
801 "inherits": "2",
802 "minimatch": "^5.0.1",
803 "once": "^1.3.0"
804 },
805 "engines": {
806 "node": ">=12"
807 },
808 "funding": {
809 "url": "https://github.com/sponsors/isaacs"
810 }
811 },
812 "node_modules/glob-parent": {
813 "version": "5.1.2",
814 "dev": true,
815 "license": "ISC",
816 "dependencies": {
817 "is-glob": "^4.0.1"
818 },
819 "engines": {
820 "node": ">= 6"
821 }
822 },
823 "node_modules/globby": {
824 "version": "10.0.1",
825 "resolved": "https://registry.npmjs.org/globby/-/globby-10.0.1.tgz",
826 "integrity": "sha512-sSs4inE1FB2YQiymcmTv6NWENryABjUNPeWhOvmn4SjtKybglsyPZxFB3U1/+L1bYi0rNZDqCLlHyLYDl1Pq5A==",
827 "dev": true,
828 "license": "MIT",
829 "dependencies": {
830 "@types/glob": "^7.1.1",
831 "array-union": "^2.1.0",
832 "dir-glob": "^3.0.1",
833 "fast-glob": "^3.0.3",
834 "glob": "^7.1.3",
835 "ignore": "^5.1.1",
836 "merge2": "^1.2.3",
837 "slash": "^3.0.0"
838 },
839 "engines": {
840 "node": ">=8"
841 }
842 },
843 "node_modules/globby/node_modules/brace-expansion": {
844 "version": "1.1.12",
845 "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.12.tgz",
846 "integrity": "sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==",
847 "dev": true,
848 "license": "MIT",
849 "dependencies": {
850 "balanced-match": "^1.0.0",
851 "concat-map": "0.0.1"
852 }
853 },
854 "node_modules/globby/node_modules/glob": {
855 "version": "7.2.3",
856 "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz",
857 "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
858 "deprecated": "Glob versions prior to v9 are no longer supported",
859 "dev": true,
860 "license": "ISC",
861 "dependencies": {
862 "fs.realpath": "^1.0.0",
863 "inflight": "^1.0.4",
864 "inherits": "2",
865 "minimatch": "^3.1.1",
866 "once": "^1.3.0",
867 "path-is-absolute": "^1.0.0"
868 },
869 "engines": {
870 "node": "*"
871 },
872 "funding": {
873 "url": "https://github.com/sponsors/isaacs"
874 }
875 },
876 "node_modules/globby/node_modules/minimatch": {
877 "version": "3.1.2",
878 "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
879 "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
880 "dev": true,
881 "license": "ISC",
882 "dependencies": {
883 "brace-expansion": "^1.1.7"
884 },
885 "engines": {
886 "node": "*"
887 }
888 },
889 "node_modules/graceful-fs": {
890 "version": "4.2.11",
891 "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz",
892 "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==",
893 "dev": true,
894 "license": "ISC"
895 },
896 "node_modules/hash-sum": {
897 "version": "2.0.0",
898 "resolved": "https://registry.npmjs.org/hash-sum/-/hash-sum-2.0.0.tgz",
899 "integrity": "sha512-WdZTbAByD+pHfl/g9QSsBIIwy8IT+EsPiKDs0KNX+zSHhdDLFKdZu0BQHljvO+0QI/BasbMSUa8wYNCZTvhslg==",
900 "license": "MIT"
901 },
902 "node_modules/hash-wasm": {
903 "version": "4.12.0",
904 "resolved": "https://registry.npmjs.org/hash-wasm/-/hash-wasm-4.12.0.tgz",
905 "integrity": "sha512-+/2B2rYLb48I/evdOIhP+K/DD2ca2fgBjp6O+GBEnCDk2e4rpeXIK8GvIyRPjTezgmWn9gmKwkQjjx6BtqDHVQ==",
906 "license": "MIT"
907 },
908 "node_modules/hasown": {
909 "version": "2.0.2",
910 "dev": true,
911 "license": "MIT",
912 "dependencies": {
913 "function-bind": "^1.1.2"
914 },
915 "engines": {
916 "node": ">= 0.4"
917 }
918 },
919 "node_modules/ignore": {
920 "version": "5.3.2",
921 "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.3.2.tgz",
922 "integrity": "sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==",
923 "dev": true,
924 "license": "MIT",
925 "engines": {
926 "node": ">= 4"
927 }
928 },
929 "node_modules/inflight": {
930 "version": "1.0.6",
931 "dev": true,
932 "license": "ISC",
933 "dependencies": {
934 "once": "^1.3.0",
935 "wrappy": "1"
936 }
937 },
938 "node_modules/inherits": {
939 "version": "2.0.4",
940 "dev": true,
941 "license": "ISC"
942 },
943 "node_modules/is-binary-path": {
944 "version": "2.1.0",
945 "dev": true,
946 "license": "MIT",
947 "dependencies": {
948 "binary-extensions": "^2.0.0"
949 },
950 "engines": {
951 "node": ">=8"
952 }
953 },
954 "node_modules/is-core-module": {
955 "version": "2.16.1",
956 "dev": true,
957 "license": "MIT",
958 "dependencies": {
959 "hasown": "^2.0.2"
960 },
961 "engines": {
962 "node": ">= 0.4"
963 },
964 "funding": {
965 "url": "https://github.com/sponsors/ljharb"
966 }
967 },
968 "node_modules/is-extglob": {
969 "version": "2.1.1",
970 "dev": true,
971 "license": "MIT",
972 "engines": {
973 "node": ">=0.10.0"
974 }
975 },
976 "node_modules/is-fullwidth-code-point": {
977 "version": "3.0.0",
978 "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz",
979 "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==",
980 "license": "MIT",
981 "engines": {
982 "node": ">=8"
983 }
984 },
985 "node_modules/is-glob": {
986 "version": "4.0.3",
987 "dev": true,
988 "license": "MIT",
989 "dependencies": {
990 "is-extglob": "^2.1.1"
991 },
992 "engines": {
993 "node": ">=0.10.0"
994 }
995 },
996 "node_modules/is-module": {
997 "version": "1.0.0",
998 "dev": true,
999 "license": "MIT"
1000 },
1001 "node_modules/is-number": {
1002 "version": "7.0.0",
1003 "dev": true,
1004 "license": "MIT",
1005 "engines": {
1006 "node": ">=0.12.0"
1007 }
1008 },
1009 "node_modules/is-plain-object": {
1010 "version": "3.0.1",
1011 "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-3.0.1.tgz",
1012 "integrity": "sha512-Xnpx182SBMrr/aBik8y+GuR4U1L9FqMSojwDQwPMmxyC6bvEqly9UBCxhauBF5vNh2gwWJNX6oDV7O+OM4z34g==",
1013 "dev": true,
1014 "license": "MIT",
1015 "engines": {
1016 "node": ">=0.10.0"
1017 }
1018 },
1019 "node_modules/is-reference": {
1020 "version": "1.2.1",
1021 "dev": true,
1022 "license": "MIT",
1023 "dependencies": {
1024 "@types/estree": "*"
1025 }
1026 },
1027 "node_modules/jsonfile": {
1028 "version": "4.0.0",
1029 "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-4.0.0.tgz",
1030 "integrity": "sha512-m6F1R3z8jjlf2imQHS2Qez5sjKWQzbuuhuJ/FKYFRZvPE3PuHcSMVZzfsLhGVOkfd20obL5SWEBew5ShlquNxg==",
1031 "dev": true,
1032 "license": "MIT",
1033 "optionalDependencies": {
1034 "graceful-fs": "^4.1.6"
1035 }
1036 },
1037 "node_modules/kleur": {
1038 "version": "4.1.5",
1039 "license": "MIT",
1040 "engines": {
1041 "node": ">=6"
1042 }
1043 },
1044 "node_modules/light-bolt11-decoder": {
1045 "version": "3.2.0",
1046 "resolved": "https://registry.npmjs.org/light-bolt11-decoder/-/light-bolt11-decoder-3.2.0.tgz",
1047 "integrity": "sha512-3QEofgiBOP4Ehs9BI+RkZdXZNtSys0nsJ6fyGeSiAGCBsMwHGUDS/JQlY/sTnWs91A2Nh0S9XXfA8Sy9g6QpuQ==",
1048 "license": "MIT",
1049 "dependencies": {
1050 "@scure/base": "1.1.1"
1051 }
1052 },
1053 "node_modules/livereload": {
1054 "version": "0.9.3",
1055 "dev": true,
1056 "license": "MIT",
1057 "dependencies": {
1058 "chokidar": "^3.5.0",
1059 "livereload-js": "^3.3.1",
1060 "opts": ">= 1.2.0",
1061 "ws": "^7.4.3"
1062 },
1063 "bin": {
1064 "livereload": "bin/livereload.js"
1065 },
1066 "engines": {
1067 "node": ">=8.0.0"
1068 }
1069 },
1070 "node_modules/livereload-js": {
1071 "version": "3.4.1",
1072 "dev": true,
1073 "license": "MIT"
1074 },
1075 "node_modules/local-access": {
1076 "version": "1.1.0",
1077 "license": "MIT",
1078 "engines": {
1079 "node": ">=6"
1080 }
1081 },
1082 "node_modules/locate-path": {
1083 "version": "5.0.0",
1084 "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz",
1085 "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==",
1086 "license": "MIT",
1087 "dependencies": {
1088 "p-locate": "^4.1.0"
1089 },
1090 "engines": {
1091 "node": ">=8"
1092 }
1093 },
1094 "node_modules/magic-string": {
1095 "version": "0.27.0",
1096 "dev": true,
1097 "license": "MIT",
1098 "dependencies": {
1099 "@jridgewell/sourcemap-codec": "^1.4.13"
1100 },
1101 "engines": {
1102 "node": ">=12"
1103 }
1104 },
1105 "node_modules/merge2": {
1106 "version": "1.4.1",
1107 "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz",
1108 "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==",
1109 "dev": true,
1110 "license": "MIT",
1111 "engines": {
1112 "node": ">= 8"
1113 }
1114 },
1115 "node_modules/micromatch": {
1116 "version": "4.0.8",
1117 "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz",
1118 "integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==",
1119 "dev": true,
1120 "license": "MIT",
1121 "dependencies": {
1122 "braces": "^3.0.3",
1123 "picomatch": "^2.3.1"
1124 },
1125 "engines": {
1126 "node": ">=8.6"
1127 }
1128 },
1129 "node_modules/micromatch/node_modules/picomatch": {
1130 "version": "2.3.1",
1131 "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz",
1132 "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==",
1133 "dev": true,
1134 "license": "MIT",
1135 "engines": {
1136 "node": ">=8.6"
1137 },
1138 "funding": {
1139 "url": "https://github.com/sponsors/jonschlinkert"
1140 }
1141 },
1142 "node_modules/minimatch": {
1143 "version": "5.1.6",
1144 "dev": true,
1145 "license": "ISC",
1146 "dependencies": {
1147 "brace-expansion": "^2.0.1"
1148 },
1149 "engines": {
1150 "node": ">=10"
1151 }
1152 },
1153 "node_modules/mri": {
1154 "version": "1.2.0",
1155 "license": "MIT",
1156 "engines": {
1157 "node": ">=4"
1158 }
1159 },
1160 "node_modules/mrmime": {
1161 "version": "2.0.1",
1162 "license": "MIT",
1163 "engines": {
1164 "node": ">=10"
1165 }
1166 },
1167 "node_modules/ms": {
1168 "version": "2.1.3",
1169 "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
1170 "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
1171 "license": "MIT"
1172 },
1173 "node_modules/nanoid": {
1174 "version": "5.1.6",
1175 "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-5.1.6.tgz",
1176 "integrity": "sha512-c7+7RQ+dMB5dPwwCp4ee1/iV/q2P6aK1mTZcfr1BTuVlyW9hJYiMPybJCcnBlQtuSmTIWNeazm/zqNoZSSElBg==",
1177 "funding": [
1178 {
1179 "type": "github",
1180 "url": "https://github.com/sponsors/ai"
1181 }
1182 ],
1183 "license": "MIT",
1184 "bin": {
1185 "nanoid": "bin/nanoid.js"
1186 },
1187 "engines": {
1188 "node": "^18 || >=20"
1189 }
1190 },
1191 "node_modules/normalize-path": {
1192 "version": "3.0.0",
1193 "dev": true,
1194 "license": "MIT",
1195 "engines": {
1196 "node": ">=0.10.0"
1197 }
1198 },
1199 "node_modules/nostr-tools": {
1200 "version": "2.17.0",
1201 "resolved": "https://registry.npmjs.org/nostr-tools/-/nostr-tools-2.17.0.tgz",
1202 "integrity": "sha512-lrvHM7cSaGhz7F0YuBvgHMoU2s8/KuThihDoOYk8w5gpVHTy0DeUCAgCN8uLGeuSl5MAWekJr9Dkfo5HClqO9w==",
1203 "license": "Unlicense",
1204 "dependencies": {
1205 "@noble/ciphers": "^0.5.1",
1206 "@noble/curves": "1.2.0",
1207 "@noble/hashes": "1.3.1",
1208 "@scure/base": "1.1.1",
1209 "@scure/bip32": "1.3.1",
1210 "@scure/bip39": "1.2.1",
1211 "nostr-wasm": "0.1.0"
1212 },
1213 "peerDependencies": {
1214 "typescript": ">=5.0.0"
1215 },
1216 "peerDependenciesMeta": {
1217 "typescript": {
1218 "optional": true
1219 }
1220 }
1221 },
1222 "node_modules/nostr-tools/node_modules/@noble/curves": {
1223 "version": "1.2.0",
1224 "resolved": "https://registry.npmjs.org/@noble/curves/-/curves-1.2.0.tgz",
1225 "integrity": "sha512-oYclrNgRaM9SsBUBVbb8M6DTV7ZHRTKugureoYEncY5c65HOmRzvSiTE3y5CYaPYJA/GVkrhXEoF0M3Ya9PMnw==",
1226 "license": "MIT",
1227 "dependencies": {
1228 "@noble/hashes": "1.3.2"
1229 },
1230 "funding": {
1231 "url": "https://paulmillr.com/funding/"
1232 }
1233 },
1234 "node_modules/nostr-tools/node_modules/@noble/curves/node_modules/@noble/hashes": {
1235 "version": "1.3.2",
1236 "resolved": "https://registry.npmjs.org/@noble/hashes/-/hashes-1.3.2.tgz",
1237 "integrity": "sha512-MVC8EAQp7MvEcm30KWENFjgR+Mkmf+D189XJTkFIlwohU5hcBbn1ZkKq7KVTi2Hme3PMGF390DaL52beVrIihQ==",
1238 "license": "MIT",
1239 "engines": {
1240 "node": ">= 16"
1241 },
1242 "funding": {
1243 "url": "https://paulmillr.com/funding/"
1244 }
1245 },
1246 "node_modules/nostr-tools/node_modules/@noble/hashes": {
1247 "version": "1.3.1",
1248 "resolved": "https://registry.npmjs.org/@noble/hashes/-/hashes-1.3.1.tgz",
1249 "integrity": "sha512-EbqwksQwz9xDRGfDST86whPBgM65E0OH/pCgqW0GBVzO22bNE+NuIbeTb714+IfSjU3aRk47EUvXIb5bTsenKA==",
1250 "license": "MIT",
1251 "engines": {
1252 "node": ">= 16"
1253 },
1254 "funding": {
1255 "url": "https://paulmillr.com/funding/"
1256 }
1257 },
1258 "node_modules/nostr-wasm": {
1259 "version": "0.1.0",
1260 "license": "MIT"
1261 },
1262 "node_modules/once": {
1263 "version": "1.4.0",
1264 "dev": true,
1265 "license": "ISC",
1266 "dependencies": {
1267 "wrappy": "1"
1268 }
1269 },
1270 "node_modules/opts": {
1271 "version": "2.0.2",
1272 "dev": true,
1273 "license": "BSD-2-Clause"
1274 },
1275 "node_modules/p-limit": {
1276 "version": "2.3.0",
1277 "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz",
1278 "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==",
1279 "license": "MIT",
1280 "dependencies": {
1281 "p-try": "^2.0.0"
1282 },
1283 "engines": {
1284 "node": ">=6"
1285 },
1286 "funding": {
1287 "url": "https://github.com/sponsors/sindresorhus"
1288 }
1289 },
1290 "node_modules/p-locate": {
1291 "version": "4.1.0",
1292 "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz",
1293 "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==",
1294 "license": "MIT",
1295 "dependencies": {
1296 "p-limit": "^2.2.0"
1297 },
1298 "engines": {
1299 "node": ">=8"
1300 }
1301 },
1302 "node_modules/p-try": {
1303 "version": "2.2.0",
1304 "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz",
1305 "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==",
1306 "license": "MIT",
1307 "engines": {
1308 "node": ">=6"
1309 }
1310 },
1311 "node_modules/path-exists": {
1312 "version": "4.0.0",
1313 "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz",
1314 "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==",
1315 "license": "MIT",
1316 "engines": {
1317 "node": ">=8"
1318 }
1319 },
1320 "node_modules/path-is-absolute": {
1321 "version": "1.0.1",
1322 "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz",
1323 "integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==",
1324 "dev": true,
1325 "license": "MIT",
1326 "engines": {
1327 "node": ">=0.10.0"
1328 }
1329 },
1330 "node_modules/path-parse": {
1331 "version": "1.0.7",
1332 "dev": true,
1333 "license": "MIT"
1334 },
1335 "node_modules/path-type": {
1336 "version": "4.0.0",
1337 "resolved": "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz",
1338 "integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==",
1339 "dev": true,
1340 "license": "MIT",
1341 "engines": {
1342 "node": ">=8"
1343 }
1344 },
1345 "node_modules/picomatch": {
1346 "version": "4.0.3",
1347 "dev": true,
1348 "license": "MIT",
1349 "engines": {
1350 "node": ">=12"
1351 },
1352 "funding": {
1353 "url": "https://github.com/sponsors/jonschlinkert"
1354 }
1355 },
1356 "node_modules/pngjs": {
1357 "version": "5.0.0",
1358 "resolved": "https://registry.npmjs.org/pngjs/-/pngjs-5.0.0.tgz",
1359 "integrity": "sha512-40QW5YalBNfQo5yRYmiw7Yz6TKKVr3h6970B2YE+3fQpsWcrbj1PzJgxeJ19DRQjhMbKPIuMY8rFaXc8moolVw==",
1360 "license": "MIT",
1361 "engines": {
1362 "node": ">=10.13.0"
1363 }
1364 },
1365 "node_modules/qrcode": {
1366 "version": "1.5.4",
1367 "resolved": "https://registry.npmjs.org/qrcode/-/qrcode-1.5.4.tgz",
1368 "integrity": "sha512-1ca71Zgiu6ORjHqFBDpnSMTR2ReToX4l1Au1VFLyVeBTFavzQnv5JxMFr3ukHVKpSrSA2MCk0lNJSykjUfz7Zg==",
1369 "license": "MIT",
1370 "dependencies": {
1371 "dijkstrajs": "^1.0.1",
1372 "pngjs": "^5.0.0",
1373 "yargs": "^15.3.1"
1374 },
1375 "bin": {
1376 "qrcode": "bin/qrcode"
1377 },
1378 "engines": {
1379 "node": ">=10.13.0"
1380 }
1381 },
1382 "node_modules/queue-microtask": {
1383 "version": "1.2.3",
1384 "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz",
1385 "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==",
1386 "dev": true,
1387 "funding": [
1388 {
1389 "type": "github",
1390 "url": "https://github.com/sponsors/feross"
1391 },
1392 {
1393 "type": "patreon",
1394 "url": "https://www.patreon.com/feross"
1395 },
1396 {
1397 "type": "consulting",
1398 "url": "https://feross.org/support"
1399 }
1400 ],
1401 "license": "MIT"
1402 },
1403 "node_modules/randombytes": {
1404 "version": "2.1.0",
1405 "dev": true,
1406 "license": "MIT",
1407 "dependencies": {
1408 "safe-buffer": "^5.1.0"
1409 }
1410 },
1411 "node_modules/readdirp": {
1412 "version": "3.6.0",
1413 "dev": true,
1414 "license": "MIT",
1415 "dependencies": {
1416 "picomatch": "^2.2.1"
1417 },
1418 "engines": {
1419 "node": ">=8.10.0"
1420 }
1421 },
1422 "node_modules/readdirp/node_modules/picomatch": {
1423 "version": "2.3.1",
1424 "dev": true,
1425 "license": "MIT",
1426 "engines": {
1427 "node": ">=8.6"
1428 },
1429 "funding": {
1430 "url": "https://github.com/sponsors/jonschlinkert"
1431 }
1432 },
1433 "node_modules/require-directory": {
1434 "version": "2.1.1",
1435 "resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz",
1436 "integrity": "sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==",
1437 "license": "MIT",
1438 "engines": {
1439 "node": ">=0.10.0"
1440 }
1441 },
1442 "node_modules/require-main-filename": {
1443 "version": "2.0.0",
1444 "resolved": "https://registry.npmjs.org/require-main-filename/-/require-main-filename-2.0.0.tgz",
1445 "integrity": "sha512-NKN5kMDylKuldxYLSUfrbo5Tuzh4hd+2E8NPPX02mZtn1VuREQToYe/ZdlJy+J3uCpfaiGF05e7B8W0iXbQHmg==",
1446 "license": "ISC"
1447 },
1448 "node_modules/resolve": {
1449 "version": "1.22.10",
1450 "dev": true,
1451 "license": "MIT",
1452 "dependencies": {
1453 "is-core-module": "^2.16.0",
1454 "path-parse": "^1.0.7",
1455 "supports-preserve-symlinks-flag": "^1.0.0"
1456 },
1457 "bin": {
1458 "resolve": "bin/resolve"
1459 },
1460 "engines": {
1461 "node": ">= 0.4"
1462 },
1463 "funding": {
1464 "url": "https://github.com/sponsors/ljharb"
1465 }
1466 },
1467 "node_modules/resolve.exports": {
1468 "version": "2.0.3",
1469 "dev": true,
1470 "license": "MIT",
1471 "engines": {
1472 "node": ">=10"
1473 }
1474 },
1475 "node_modules/reusify": {
1476 "version": "1.1.0",
1477 "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.1.0.tgz",
1478 "integrity": "sha512-g6QUff04oZpHs0eG5p83rFLhHeV00ug/Yf9nZM6fLeUrPguBTkTQOdpAWWspMh55TZfVQDPaN3NQJfbVRAxdIw==",
1479 "dev": true,
1480 "license": "MIT",
1481 "engines": {
1482 "iojs": ">=1.0.0",
1483 "node": ">=0.10.0"
1484 }
1485 },
1486 "node_modules/rollup": {
1487 "version": "3.29.5",
1488 "dev": true,
1489 "license": "MIT",
1490 "bin": {
1491 "rollup": "dist/bin/rollup"
1492 },
1493 "engines": {
1494 "node": ">=14.18.0",
1495 "npm": ">=8.0.0"
1496 },
1497 "optionalDependencies": {
1498 "fsevents": "~2.3.2"
1499 }
1500 },
1501 "node_modules/rollup-plugin-copy": {
1502 "version": "3.5.0",
1503 "resolved": "https://registry.npmjs.org/rollup-plugin-copy/-/rollup-plugin-copy-3.5.0.tgz",
1504 "integrity": "sha512-wI8D5dvYovRMx/YYKtUNt3Yxaw4ORC9xo6Gt9t22kveWz1enG9QrhVlagzwrxSC455xD1dHMKhIJkbsQ7d48BA==",
1505 "dev": true,
1506 "license": "MIT",
1507 "dependencies": {
1508 "@types/fs-extra": "^8.0.1",
1509 "colorette": "^1.1.0",
1510 "fs-extra": "^8.1.0",
1511 "globby": "10.0.1",
1512 "is-plain-object": "^3.0.0"
1513 },
1514 "engines": {
1515 "node": ">=8.3"
1516 }
1517 },
1518 "node_modules/rollup-plugin-css-only": {
1519 "version": "4.5.5",
1520 "dev": true,
1521 "license": "MIT",
1522 "dependencies": {
1523 "@rollup/pluginutils": "5"
1524 },
1525 "engines": {
1526 "node": ">=14"
1527 },
1528 "peerDependencies": {
1529 "rollup": "<5"
1530 }
1531 },
1532 "node_modules/rollup-plugin-livereload": {
1533 "version": "2.0.5",
1534 "dev": true,
1535 "license": "MIT",
1536 "dependencies": {
1537 "livereload": "^0.9.1"
1538 },
1539 "engines": {
1540 "node": ">=8.3"
1541 }
1542 },
1543 "node_modules/rollup-plugin-svelte": {
1544 "version": "7.2.3",
1545 "dev": true,
1546 "license": "MIT",
1547 "dependencies": {
1548 "@rollup/pluginutils": "^4.1.0",
1549 "resolve.exports": "^2.0.0"
1550 },
1551 "engines": {
1552 "node": ">=10"
1553 },
1554 "peerDependencies": {
1555 "rollup": ">=2.0.0",
1556 "svelte": ">=3.5.0"
1557 }
1558 },
1559 "node_modules/rollup-plugin-svelte/node_modules/@rollup/pluginutils": {
1560 "version": "4.2.1",
1561 "dev": true,
1562 "license": "MIT",
1563 "dependencies": {
1564 "estree-walker": "^2.0.1",
1565 "picomatch": "^2.2.2"
1566 },
1567 "engines": {
1568 "node": ">= 8.0.0"
1569 }
1570 },
1571 "node_modules/rollup-plugin-svelte/node_modules/@rollup/pluginutils/node_modules/picomatch": {
1572 "version": "2.3.1",
1573 "dev": true,
1574 "license": "MIT",
1575 "engines": {
1576 "node": ">=8.6"
1577 },
1578 "funding": {
1579 "url": "https://github.com/sponsors/jonschlinkert"
1580 }
1581 },
1582 "node_modules/run-parallel": {
1583 "version": "1.2.0",
1584 "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz",
1585 "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==",
1586 "dev": true,
1587 "funding": [
1588 {
1589 "type": "github",
1590 "url": "https://github.com/sponsors/feross"
1591 },
1592 {
1593 "type": "patreon",
1594 "url": "https://www.patreon.com/feross"
1595 },
1596 {
1597 "type": "consulting",
1598 "url": "https://feross.org/support"
1599 }
1600 ],
1601 "license": "MIT",
1602 "dependencies": {
1603 "queue-microtask": "^1.2.2"
1604 }
1605 },
1606 "node_modules/rxjs": {
1607 "version": "7.8.2",
1608 "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-7.8.2.tgz",
1609 "integrity": "sha512-dhKf903U/PQZY6boNNtAGdWbG85WAbjT/1xYoZIC7FAY0yWapOBQVsVrDl58W86//e1VpMNBtRV4MaXfdMySFA==",
1610 "license": "Apache-2.0",
1611 "dependencies": {
1612 "tslib": "^2.1.0"
1613 }
1614 },
1615 "node_modules/sade": {
1616 "version": "1.8.1",
1617 "license": "MIT",
1618 "dependencies": {
1619 "mri": "^1.1.0"
1620 },
1621 "engines": {
1622 "node": ">=6"
1623 }
1624 },
1625 "node_modules/safe-buffer": {
1626 "version": "5.2.1",
1627 "dev": true,
1628 "funding": [
1629 {
1630 "type": "github",
1631 "url": "https://github.com/sponsors/feross"
1632 },
1633 {
1634 "type": "patreon",
1635 "url": "https://www.patreon.com/feross"
1636 },
1637 {
1638 "type": "consulting",
1639 "url": "https://feross.org/support"
1640 }
1641 ],
1642 "license": "MIT"
1643 },
1644 "node_modules/semiver": {
1645 "version": "1.1.0",
1646 "license": "MIT",
1647 "engines": {
1648 "node": ">=6"
1649 }
1650 },
1651 "node_modules/serialize-javascript": {
1652 "version": "6.0.2",
1653 "dev": true,
1654 "license": "BSD-3-Clause",
1655 "dependencies": {
1656 "randombytes": "^2.1.0"
1657 }
1658 },
1659 "node_modules/set-blocking": {
1660 "version": "2.0.0",
1661 "resolved": "https://registry.npmjs.org/set-blocking/-/set-blocking-2.0.0.tgz",
1662 "integrity": "sha512-KiKBS8AnWGEyLzofFfmvKwpdPzqiy16LvQfK3yv/fVH7Bj13/wl3JSR1J+rfgRE9q7xUJK4qvgS8raSOeLUehw==",
1663 "license": "ISC"
1664 },
1665 "node_modules/sirv": {
1666 "version": "2.0.4",
1667 "license": "MIT",
1668 "dependencies": {
1669 "@polka/url": "^1.0.0-next.24",
1670 "mrmime": "^2.0.0",
1671 "totalist": "^3.0.0"
1672 },
1673 "engines": {
1674 "node": ">= 10"
1675 }
1676 },
1677 "node_modules/sirv-cli": {
1678 "version": "2.0.2",
1679 "license": "MIT",
1680 "dependencies": {
1681 "console-clear": "^1.1.0",
1682 "get-port": "^3.2.0",
1683 "kleur": "^4.1.4",
1684 "local-access": "^1.0.1",
1685 "sade": "^1.6.0",
1686 "semiver": "^1.0.0",
1687 "sirv": "^2.0.0",
1688 "tinydate": "^1.0.0"
1689 },
1690 "bin": {
1691 "sirv": "bin.js"
1692 },
1693 "engines": {
1694 "node": ">= 10"
1695 }
1696 },
1697 "node_modules/slash": {
1698 "version": "3.0.0",
1699 "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz",
1700 "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==",
1701 "dev": true,
1702 "license": "MIT",
1703 "engines": {
1704 "node": ">=8"
1705 }
1706 },
1707 "node_modules/smob": {
1708 "version": "1.5.0",
1709 "dev": true,
1710 "license": "MIT"
1711 },
1712 "node_modules/source-map": {
1713 "version": "0.6.1",
1714 "dev": true,
1715 "license": "BSD-3-Clause",
1716 "engines": {
1717 "node": ">=0.10.0"
1718 }
1719 },
1720 "node_modules/source-map-support": {
1721 "version": "0.5.21",
1722 "dev": true,
1723 "license": "MIT",
1724 "dependencies": {
1725 "buffer-from": "^1.0.0",
1726 "source-map": "^0.6.0"
1727 }
1728 },
1729 "node_modules/string-width": {
1730 "version": "4.2.3",
1731 "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
1732 "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
1733 "license": "MIT",
1734 "dependencies": {
1735 "emoji-regex": "^8.0.0",
1736 "is-fullwidth-code-point": "^3.0.0",
1737 "strip-ansi": "^6.0.1"
1738 },
1739 "engines": {
1740 "node": ">=8"
1741 }
1742 },
1743 "node_modules/strip-ansi": {
1744 "version": "6.0.1",
1745 "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
1746 "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
1747 "license": "MIT",
1748 "dependencies": {
1749 "ansi-regex": "^5.0.1"
1750 },
1751 "engines": {
1752 "node": ">=8"
1753 }
1754 },
1755 "node_modules/supports-preserve-symlinks-flag": {
1756 "version": "1.0.0",
1757 "dev": true,
1758 "license": "MIT",
1759 "engines": {
1760 "node": ">= 0.4"
1761 },
1762 "funding": {
1763 "url": "https://github.com/sponsors/ljharb"
1764 }
1765 },
1766 "node_modules/svelte": {
1767 "version": "3.59.2",
1768 "dev": true,
1769 "license": "MIT",
1770 "engines": {
1771 "node": ">= 8"
1772 }
1773 },
1774 "node_modules/terser": {
1775 "version": "5.44.0",
1776 "dev": true,
1777 "license": "BSD-2-Clause",
1778 "dependencies": {
1779 "@jridgewell/source-map": "^0.3.3",
1780 "acorn": "^8.15.0",
1781 "commander": "^2.20.0",
1782 "source-map-support": "~0.5.20"
1783 },
1784 "bin": {
1785 "terser": "bin/terser"
1786 },
1787 "engines": {
1788 "node": ">=10"
1789 }
1790 },
1791 "node_modules/tinydate": {
1792 "version": "1.3.0",
1793 "license": "MIT",
1794 "engines": {
1795 "node": ">=4"
1796 }
1797 },
1798 "node_modules/to-regex-range": {
1799 "version": "5.0.1",
1800 "dev": true,
1801 "license": "MIT",
1802 "dependencies": {
1803 "is-number": "^7.0.0"
1804 },
1805 "engines": {
1806 "node": ">=8.0"
1807 }
1808 },
1809 "node_modules/totalist": {
1810 "version": "3.0.1",
1811 "license": "MIT",
1812 "engines": {
1813 "node": ">=6"
1814 }
1815 },
1816 "node_modules/tslib": {
1817 "version": "2.8.1",
1818 "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz",
1819 "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==",
1820 "license": "0BSD"
1821 },
1822 "node_modules/undici-types": {
1823 "version": "7.14.0",
1824 "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.14.0.tgz",
1825 "integrity": "sha512-QQiYxHuyZ9gQUIrmPo3IA+hUl4KYk8uSA7cHrcKd/l3p1OTpZcM0Tbp9x7FAtXdAYhlasd60ncPpgu6ihG6TOA==",
1826 "dev": true,
1827 "license": "MIT"
1828 },
1829 "node_modules/universalify": {
1830 "version": "0.1.2",
1831 "resolved": "https://registry.npmjs.org/universalify/-/universalify-0.1.2.tgz",
1832 "integrity": "sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==",
1833 "dev": true,
1834 "license": "MIT",
1835 "engines": {
1836 "node": ">= 4.0.0"
1837 }
1838 },
1839 "node_modules/which-module": {
1840 "version": "2.0.1",
1841 "resolved": "https://registry.npmjs.org/which-module/-/which-module-2.0.1.tgz",
1842 "integrity": "sha512-iBdZ57RDvnOR9AGBhML2vFZf7h8vmBjhoaZqODJBFWHVtKkDmKuHai3cx5PgVMrX5YDNp27AofYbAwctSS+vhQ==",
1843 "license": "ISC"
1844 },
1845 "node_modules/wrap-ansi": {
1846 "version": "6.2.0",
1847 "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
1848 "integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==",
1849 "license": "MIT",
1850 "dependencies": {
1851 "ansi-styles": "^4.0.0",
1852 "string-width": "^4.1.0",
1853 "strip-ansi": "^6.0.0"
1854 },
1855 "engines": {
1856 "node": ">=8"
1857 }
1858 },
1859 "node_modules/wrappy": {
1860 "version": "1.0.2",
1861 "dev": true,
1862 "license": "ISC"
1863 },
1864 "node_modules/ws": {
1865 "version": "7.5.10",
1866 "dev": true,
1867 "license": "MIT",
1868 "engines": {
1869 "node": ">=8.3.0"
1870 },
1871 "peerDependencies": {
1872 "bufferutil": "^4.0.1",
1873 "utf-8-validate": "^5.0.2"
1874 },
1875 "peerDependenciesMeta": {
1876 "bufferutil": {
1877 "optional": true
1878 },
1879 "utf-8-validate": {
1880 "optional": true
1881 }
1882 }
1883 },
1884 "node_modules/y18n": {
1885 "version": "4.0.3",
1886 "resolved": "https://registry.npmjs.org/y18n/-/y18n-4.0.3.tgz",
1887 "integrity": "sha512-JKhqTOwSrqNA1NY5lSztJ1GrBiUodLMmIZuLiDaMRJ+itFd+ABVE8XBjOvIWL+rSqNDC74LCSFmlb/U4UZ4hJQ==",
1888 "license": "ISC"
1889 },
1890 "node_modules/yargs": {
1891 "version": "15.4.1",
1892 "resolved": "https://registry.npmjs.org/yargs/-/yargs-15.4.1.tgz",
1893 "integrity": "sha512-aePbxDmcYW++PaqBsJ+HYUFwCdv4LVvdnhBy78E57PIor8/OVvhMrADFFEDh8DHDFRv/O9i3lPhsENjO7QX0+A==",
1894 "license": "MIT",
1895 "dependencies": {
1896 "cliui": "^6.0.0",
1897 "decamelize": "^1.2.0",
1898 "find-up": "^4.1.0",
1899 "get-caller-file": "^2.0.1",
1900 "require-directory": "^2.1.1",
1901 "require-main-filename": "^2.0.0",
1902 "set-blocking": "^2.0.0",
1903 "string-width": "^4.2.0",
1904 "which-module": "^2.0.0",
1905 "y18n": "^4.0.0",
1906 "yargs-parser": "^18.1.2"
1907 },
1908 "engines": {
1909 "node": ">=8"
1910 }
1911 },
1912 "node_modules/yargs-parser": {
1913 "version": "18.1.3",
1914 "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-18.1.3.tgz",
1915 "integrity": "sha512-o50j0JeToy/4K6OZcaQmW6lyXXKhq7csREXcDwk2omFPJEwUNOVtJKvmDr9EI1fAJZUyZcRF7kxGBWmRXudrCQ==",
1916 "license": "ISC",
1917 "dependencies": {
1918 "camelcase": "^5.0.0",
1919 "decamelize": "^1.2.0"
1920 },
1921 "engines": {
1922 "node": ">=6"
1923 }
1924 }
1925 }
1926 }
1927