forked from
rocksky.app/rocksky
A decentralized music tracking and discovery platform built on AT Protocol 馃幍
1{
2 "name": "rocksky-auth",
3 "version": "0.0.1",
4 "lockfileVersion": 3,
5 "requires": true,
6 "packages": {
7 "": {
8 "name": "rocksky-auth",
9 "version": "0.0.1",
10 "dependencies": {
11 "@atproto/api": "^0.13.31",
12 "@atproto/common": "^0.4.6",
13 "@atproto/identity": "^0.4.5",
14 "@atproto/lex-cli": "^0.5.6",
15 "@atproto/lexicon": "^0.4.5",
16 "@atproto/oauth-client-node": "^0.2.8",
17 "@atproto/sync": "^0.1.11",
18 "@atproto/syntax": "^0.3.1",
19 "@atproto/xrpc-server": "^0.7.8",
20 "@hono/node-server": "^1.13.8",
21 "@xata.io/client": "^0.0.0-next.va121e4207b94bfe0a3c025fc00b247b923880930",
22 "assert": "^2.1.0",
23 "better-sqlite3": "^11.8.1",
24 "chanfana": "^2.0.2",
25 "dotenv": "^16.4.7",
26 "envalid": "^8.0.0",
27 "hono": "^4.4.7",
28 "iron-session": "^8.0.4",
29 "jsonwebtoken": "^9.0.2",
30 "kysely": "^0.27.5",
31 "unstorage": "^1.14.4",
32 "url": "^0.11.4",
33 "zod": "^3.23.8"
34 },
35 "devDependencies": {
36 "@types/node": "^22.13.0",
37 "@types/service-worker-mock": "^2.0.1",
38 "pkgroll": "^2.6.1",
39 "tsx": "^4.19.2"
40 }
41 },
42 "node_modules/@asteasolutions/zod-to-openapi": {
43 "version": "7.3.0",
44 "license": "MIT",
45 "dependencies": {
46 "openapi3-ts": "^4.1.2"
47 },
48 "peerDependencies": {
49 "zod": "^3.20.2"
50 }
51 },
52 "node_modules/@atproto-labs/did-resolver": {
53 "version": "0.1.8",
54 "license": "MIT",
55 "dependencies": {
56 "@atproto-labs/fetch": "0.2.0",
57 "@atproto-labs/pipe": "0.1.0",
58 "@atproto-labs/simple-store": "0.1.1",
59 "@atproto-labs/simple-store-memory": "0.1.1",
60 "@atproto/did": "0.1.3",
61 "zod": "^3.23.8"
62 }
63 },
64 "node_modules/@atproto-labs/fetch": {
65 "version": "0.2.0",
66 "license": "MIT",
67 "dependencies": {
68 "@atproto-labs/pipe": "0.1.0"
69 },
70 "optionalDependencies": {
71 "zod": "^3.23.8"
72 }
73 },
74 "node_modules/@atproto-labs/fetch-node": {
75 "version": "0.1.6",
76 "license": "MIT",
77 "dependencies": {
78 "@atproto-labs/fetch": "0.2.0",
79 "@atproto-labs/pipe": "0.1.0",
80 "ipaddr.js": "^2.1.0",
81 "psl": "^1.9.0",
82 "undici": "^6.14.1"
83 }
84 },
85 "node_modules/@atproto-labs/fetch-node/node_modules/undici": {
86 "version": "6.21.1",
87 "license": "MIT",
88 "engines": {
89 "node": ">=18.17"
90 }
91 },
92 "node_modules/@atproto-labs/handle-resolver": {
93 "version": "0.1.5",
94 "license": "MIT",
95 "dependencies": {
96 "@atproto-labs/simple-store": "0.1.1",
97 "@atproto-labs/simple-store-memory": "0.1.1",
98 "@atproto/did": "0.1.3",
99 "zod": "^3.23.8"
100 }
101 },
102 "node_modules/@atproto-labs/handle-resolver-node": {
103 "version": "0.1.11",
104 "license": "MIT",
105 "dependencies": {
106 "@atproto-labs/fetch-node": "0.1.6",
107 "@atproto-labs/handle-resolver": "0.1.5",
108 "@atproto/did": "0.1.3"
109 }
110 },
111 "node_modules/@atproto-labs/identity-resolver": {
112 "version": "0.1.10",
113 "license": "MIT",
114 "dependencies": {
115 "@atproto-labs/did-resolver": "0.1.8",
116 "@atproto-labs/handle-resolver": "0.1.5",
117 "@atproto/syntax": "0.3.1"
118 }
119 },
120 "node_modules/@atproto-labs/pipe": {
121 "version": "0.1.0",
122 "license": "MIT"
123 },
124 "node_modules/@atproto-labs/simple-store": {
125 "version": "0.1.1",
126 "license": "MIT"
127 },
128 "node_modules/@atproto-labs/simple-store-memory": {
129 "version": "0.1.1",
130 "license": "MIT",
131 "dependencies": {
132 "@atproto-labs/simple-store": "0.1.1",
133 "lru-cache": "^10.2.0"
134 }
135 },
136 "node_modules/@atproto/api": {
137 "version": "0.13.31",
138 "license": "MIT",
139 "dependencies": {
140 "@atproto/common-web": "^0.3.2",
141 "@atproto/lexicon": "^0.4.5",
142 "@atproto/syntax": "^0.3.1",
143 "@atproto/xrpc": "^0.6.6",
144 "await-lock": "^2.2.2",
145 "multiformats": "^9.9.0",
146 "tlds": "^1.234.0",
147 "zod": "^3.23.8"
148 }
149 },
150 "node_modules/@atproto/common": {
151 "version": "0.4.6",
152 "license": "MIT",
153 "dependencies": {
154 "@atproto/common-web": "^0.3.2",
155 "@ipld/dag-cbor": "^7.0.3",
156 "cbor-x": "^1.5.1",
157 "iso-datestring-validator": "^2.2.2",
158 "multiformats": "^9.9.0",
159 "pino": "^8.21.0"
160 }
161 },
162 "node_modules/@atproto/common-web": {
163 "version": "0.3.2",
164 "license": "MIT",
165 "dependencies": {
166 "graphemer": "^1.4.0",
167 "multiformats": "^9.9.0",
168 "uint8arrays": "3.0.0",
169 "zod": "^3.23.8"
170 }
171 },
172 "node_modules/@atproto/crypto": {
173 "version": "0.4.3",
174 "license": "MIT",
175 "dependencies": {
176 "@noble/curves": "^1.7.0",
177 "@noble/hashes": "^1.6.1",
178 "uint8arrays": "3.0.0"
179 }
180 },
181 "node_modules/@atproto/did": {
182 "version": "0.1.3",
183 "license": "MIT",
184 "dependencies": {
185 "zod": "^3.23.8"
186 }
187 },
188 "node_modules/@atproto/identity": {
189 "version": "0.4.5",
190 "license": "MIT",
191 "dependencies": {
192 "@atproto/common-web": "^0.3.2",
193 "@atproto/crypto": "^0.4.3"
194 }
195 },
196 "node_modules/@atproto/jwk": {
197 "version": "0.1.2",
198 "license": "MIT",
199 "dependencies": {
200 "multiformats": "^9.9.0",
201 "zod": "^3.23.8"
202 }
203 },
204 "node_modules/@atproto/jwk-jose": {
205 "version": "0.1.3",
206 "license": "MIT",
207 "dependencies": {
208 "@atproto/jwk": "0.1.2",
209 "jose": "^5.2.0"
210 }
211 },
212 "node_modules/@atproto/jwk-webcrypto": {
213 "version": "0.1.3",
214 "license": "MIT",
215 "dependencies": {
216 "@atproto/jwk": "0.1.2",
217 "@atproto/jwk-jose": "0.1.3",
218 "zod": "^3.23.8"
219 }
220 },
221 "node_modules/@atproto/lex-cli": {
222 "version": "0.5.6",
223 "license": "MIT",
224 "dependencies": {
225 "@atproto/lexicon": "^0.4.5",
226 "@atproto/syntax": "^0.3.1",
227 "chalk": "^4.1.2",
228 "commander": "^9.4.0",
229 "prettier": "^3.2.5",
230 "ts-morph": "^16.0.0",
231 "yesno": "^0.4.0",
232 "zod": "^3.23.8"
233 },
234 "bin": {
235 "lex": "dist/index.js"
236 }
237 },
238 "node_modules/@atproto/lexicon": {
239 "version": "0.4.5",
240 "license": "MIT",
241 "dependencies": {
242 "@atproto/common-web": "^0.3.2",
243 "@atproto/syntax": "^0.3.1",
244 "iso-datestring-validator": "^2.2.2",
245 "multiformats": "^9.9.0",
246 "zod": "^3.23.8"
247 }
248 },
249 "node_modules/@atproto/oauth-client": {
250 "version": "0.3.7",
251 "license": "MIT",
252 "dependencies": {
253 "@atproto-labs/did-resolver": "0.1.8",
254 "@atproto-labs/fetch": "0.2.0",
255 "@atproto-labs/handle-resolver": "0.1.5",
256 "@atproto-labs/identity-resolver": "0.1.10",
257 "@atproto-labs/simple-store": "0.1.1",
258 "@atproto-labs/simple-store-memory": "0.1.1",
259 "@atproto/did": "0.1.3",
260 "@atproto/jwk": "0.1.2",
261 "@atproto/oauth-types": "0.2.2",
262 "@atproto/xrpc": "0.6.6",
263 "multiformats": "^9.9.0",
264 "zod": "^3.23.8"
265 }
266 },
267 "node_modules/@atproto/oauth-client-node": {
268 "version": "0.2.8",
269 "license": "MIT",
270 "dependencies": {
271 "@atproto-labs/did-resolver": "0.1.8",
272 "@atproto-labs/handle-resolver-node": "0.1.11",
273 "@atproto-labs/simple-store": "0.1.1",
274 "@atproto/did": "0.1.3",
275 "@atproto/jwk": "0.1.2",
276 "@atproto/jwk-jose": "0.1.3",
277 "@atproto/jwk-webcrypto": "0.1.3",
278 "@atproto/oauth-client": "0.3.7",
279 "@atproto/oauth-types": "0.2.2"
280 }
281 },
282 "node_modules/@atproto/oauth-types": {
283 "version": "0.2.2",
284 "license": "MIT",
285 "dependencies": {
286 "@atproto/jwk": "0.1.2",
287 "zod": "^3.23.8"
288 }
289 },
290 "node_modules/@atproto/repo": {
291 "version": "0.6.2",
292 "license": "MIT",
293 "dependencies": {
294 "@atproto/common": "^0.4.6",
295 "@atproto/common-web": "^0.3.2",
296 "@atproto/crypto": "^0.4.3",
297 "@atproto/lexicon": "^0.4.5",
298 "@ipld/car": "^3.2.3",
299 "@ipld/dag-cbor": "^7.0.0",
300 "multiformats": "^9.9.0",
301 "uint8arrays": "3.0.0",
302 "zod": "^3.23.8"
303 }
304 },
305 "node_modules/@atproto/sync": {
306 "version": "0.1.11",
307 "license": "MIT",
308 "dependencies": {
309 "@atproto/common": "^0.4.6",
310 "@atproto/identity": "^0.4.5",
311 "@atproto/lexicon": "^0.4.5",
312 "@atproto/repo": "^0.6.2",
313 "@atproto/syntax": "^0.3.1",
314 "@atproto/xrpc-server": "^0.7.8",
315 "multiformats": "^9.9.0",
316 "p-queue": "^6.6.2",
317 "ws": "^8.12.0"
318 }
319 },
320 "node_modules/@atproto/syntax": {
321 "version": "0.3.1",
322 "license": "MIT"
323 },
324 "node_modules/@atproto/xrpc": {
325 "version": "0.6.6",
326 "license": "MIT",
327 "dependencies": {
328 "@atproto/lexicon": "^0.4.5",
329 "zod": "^3.23.8"
330 }
331 },
332 "node_modules/@atproto/xrpc-server": {
333 "version": "0.7.8",
334 "license": "MIT",
335 "dependencies": {
336 "@atproto/common": "^0.4.6",
337 "@atproto/crypto": "^0.4.3",
338 "@atproto/lexicon": "^0.4.5",
339 "@atproto/xrpc": "^0.6.6",
340 "cbor-x": "^1.5.1",
341 "express": "^4.17.2",
342 "http-errors": "^2.0.0",
343 "mime-types": "^2.1.35",
344 "rate-limiter-flexible": "^2.4.1",
345 "uint8arrays": "3.0.0",
346 "ws": "^8.12.0",
347 "zod": "^3.23.8"
348 }
349 },
350 "node_modules/@cbor-extract/cbor-extract-linux-x64": {
351 "version": "2.2.0",
352 "cpu": [
353 "x64"
354 ],
355 "license": "MIT",
356 "optional": true,
357 "os": [
358 "linux"
359 ]
360 },
361 "node_modules/@esbuild/aix-ppc64": {
362 "version": "0.24.2",
363 "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.24.2.tgz",
364 "integrity": "sha512-thpVCb/rhxE/BnMLQ7GReQLLN8q9qbHmI55F4489/ByVg2aQaQ6kbcLb6FHkocZzQhxc4gx0sCk0tJkKBFzDhA==",
365 "cpu": [
366 "ppc64"
367 ],
368 "dev": true,
369 "license": "MIT",
370 "optional": true,
371 "os": [
372 "aix"
373 ],
374 "engines": {
375 "node": ">=18"
376 }
377 },
378 "node_modules/@esbuild/android-arm": {
379 "version": "0.24.2",
380 "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.24.2.tgz",
381 "integrity": "sha512-tmwl4hJkCfNHwFB3nBa8z1Uy3ypZpxqxfTQOcHX+xRByyYgunVbZ9MzUUfb0RxaHIMnbHagwAxuTL+tnNM+1/Q==",
382 "cpu": [
383 "arm"
384 ],
385 "dev": true,
386 "license": "MIT",
387 "optional": true,
388 "os": [
389 "android"
390 ],
391 "engines": {
392 "node": ">=18"
393 }
394 },
395 "node_modules/@esbuild/android-arm64": {
396 "version": "0.24.2",
397 "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.24.2.tgz",
398 "integrity": "sha512-cNLgeqCqV8WxfcTIOeL4OAtSmL8JjcN6m09XIgro1Wi7cF4t/THaWEa7eL5CMoMBdjoHOTh/vwTO/o2TRXIyzg==",
399 "cpu": [
400 "arm64"
401 ],
402 "dev": true,
403 "license": "MIT",
404 "optional": true,
405 "os": [
406 "android"
407 ],
408 "engines": {
409 "node": ">=18"
410 }
411 },
412 "node_modules/@esbuild/android-x64": {
413 "version": "0.24.2",
414 "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.24.2.tgz",
415 "integrity": "sha512-B6Q0YQDqMx9D7rvIcsXfmJfvUYLoP722bgfBlO5cGvNVb5V/+Y7nhBE3mHV9OpxBf4eAS2S68KZztiPaWq4XYw==",
416 "cpu": [
417 "x64"
418 ],
419 "dev": true,
420 "license": "MIT",
421 "optional": true,
422 "os": [
423 "android"
424 ],
425 "engines": {
426 "node": ">=18"
427 }
428 },
429 "node_modules/@esbuild/darwin-arm64": {
430 "version": "0.24.2",
431 "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.24.2.tgz",
432 "integrity": "sha512-kj3AnYWc+CekmZnS5IPu9D+HWtUI49hbnyqk0FLEJDbzCIQt7hg7ucF1SQAilhtYpIujfaHr6O0UHlzzSPdOeA==",
433 "cpu": [
434 "arm64"
435 ],
436 "dev": true,
437 "license": "MIT",
438 "optional": true,
439 "os": [
440 "darwin"
441 ],
442 "engines": {
443 "node": ">=18"
444 }
445 },
446 "node_modules/@esbuild/darwin-x64": {
447 "version": "0.24.2",
448 "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.24.2.tgz",
449 "integrity": "sha512-WeSrmwwHaPkNR5H3yYfowhZcbriGqooyu3zI/3GGpF8AyUdsrrP0X6KumITGA9WOyiJavnGZUwPGvxvwfWPHIA==",
450 "cpu": [
451 "x64"
452 ],
453 "dev": true,
454 "license": "MIT",
455 "optional": true,
456 "os": [
457 "darwin"
458 ],
459 "engines": {
460 "node": ">=18"
461 }
462 },
463 "node_modules/@esbuild/freebsd-arm64": {
464 "version": "0.24.2",
465 "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.24.2.tgz",
466 "integrity": "sha512-UN8HXjtJ0k/Mj6a9+5u6+2eZ2ERD7Edt1Q9IZiB5UZAIdPnVKDoG7mdTVGhHJIeEml60JteamR3qhsr1r8gXvg==",
467 "cpu": [
468 "arm64"
469 ],
470 "dev": true,
471 "license": "MIT",
472 "optional": true,
473 "os": [
474 "freebsd"
475 ],
476 "engines": {
477 "node": ">=18"
478 }
479 },
480 "node_modules/@esbuild/freebsd-x64": {
481 "version": "0.24.2",
482 "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.24.2.tgz",
483 "integrity": "sha512-TvW7wE/89PYW+IevEJXZ5sF6gJRDY/14hyIGFXdIucxCsbRmLUcjseQu1SyTko+2idmCw94TgyaEZi9HUSOe3Q==",
484 "cpu": [
485 "x64"
486 ],
487 "dev": true,
488 "license": "MIT",
489 "optional": true,
490 "os": [
491 "freebsd"
492 ],
493 "engines": {
494 "node": ">=18"
495 }
496 },
497 "node_modules/@esbuild/linux-arm": {
498 "version": "0.24.2",
499 "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.24.2.tgz",
500 "integrity": "sha512-n0WRM/gWIdU29J57hJyUdIsk0WarGd6To0s+Y+LwvlC55wt+GT/OgkwoXCXvIue1i1sSNWblHEig00GBWiJgfA==",
501 "cpu": [
502 "arm"
503 ],
504 "dev": true,
505 "license": "MIT",
506 "optional": true,
507 "os": [
508 "linux"
509 ],
510 "engines": {
511 "node": ">=18"
512 }
513 },
514 "node_modules/@esbuild/linux-arm64": {
515 "version": "0.24.2",
516 "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.24.2.tgz",
517 "integrity": "sha512-7HnAD6074BW43YvvUmE/35Id9/NB7BeX5EoNkK9obndmZBUk8xmJJeU7DwmUeN7tkysslb2eSl6CTrYz6oEMQg==",
518 "cpu": [
519 "arm64"
520 ],
521 "dev": true,
522 "license": "MIT",
523 "optional": true,
524 "os": [
525 "linux"
526 ],
527 "engines": {
528 "node": ">=18"
529 }
530 },
531 "node_modules/@esbuild/linux-ia32": {
532 "version": "0.24.2",
533 "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.24.2.tgz",
534 "integrity": "sha512-sfv0tGPQhcZOgTKO3oBE9xpHuUqguHvSo4jl+wjnKwFpapx+vUDcawbwPNuBIAYdRAvIDBfZVvXprIj3HA+Ugw==",
535 "cpu": [
536 "ia32"
537 ],
538 "dev": true,
539 "license": "MIT",
540 "optional": true,
541 "os": [
542 "linux"
543 ],
544 "engines": {
545 "node": ">=18"
546 }
547 },
548 "node_modules/@esbuild/linux-loong64": {
549 "version": "0.24.2",
550 "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.24.2.tgz",
551 "integrity": "sha512-CN9AZr8kEndGooS35ntToZLTQLHEjtVB5n7dl8ZcTZMonJ7CCfStrYhrzF97eAecqVbVJ7APOEe18RPI4KLhwQ==",
552 "cpu": [
553 "loong64"
554 ],
555 "dev": true,
556 "license": "MIT",
557 "optional": true,
558 "os": [
559 "linux"
560 ],
561 "engines": {
562 "node": ">=18"
563 }
564 },
565 "node_modules/@esbuild/linux-mips64el": {
566 "version": "0.24.2",
567 "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.24.2.tgz",
568 "integrity": "sha512-iMkk7qr/wl3exJATwkISxI7kTcmHKE+BlymIAbHO8xanq/TjHaaVThFF6ipWzPHryoFsesNQJPE/3wFJw4+huw==",
569 "cpu": [
570 "mips64el"
571 ],
572 "dev": true,
573 "license": "MIT",
574 "optional": true,
575 "os": [
576 "linux"
577 ],
578 "engines": {
579 "node": ">=18"
580 }
581 },
582 "node_modules/@esbuild/linux-ppc64": {
583 "version": "0.24.2",
584 "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.24.2.tgz",
585 "integrity": "sha512-shsVrgCZ57Vr2L8mm39kO5PPIb+843FStGt7sGGoqiiWYconSxwTiuswC1VJZLCjNiMLAMh34jg4VSEQb+iEbw==",
586 "cpu": [
587 "ppc64"
588 ],
589 "dev": true,
590 "license": "MIT",
591 "optional": true,
592 "os": [
593 "linux"
594 ],
595 "engines": {
596 "node": ">=18"
597 }
598 },
599 "node_modules/@esbuild/linux-riscv64": {
600 "version": "0.24.2",
601 "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.24.2.tgz",
602 "integrity": "sha512-4eSFWnU9Hhd68fW16GD0TINewo1L6dRrB+oLNNbYyMUAeOD2yCK5KXGK1GH4qD/kT+bTEXjsyTCiJGHPZ3eM9Q==",
603 "cpu": [
604 "riscv64"
605 ],
606 "dev": true,
607 "license": "MIT",
608 "optional": true,
609 "os": [
610 "linux"
611 ],
612 "engines": {
613 "node": ">=18"
614 }
615 },
616 "node_modules/@esbuild/linux-s390x": {
617 "version": "0.24.2",
618 "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.24.2.tgz",
619 "integrity": "sha512-S0Bh0A53b0YHL2XEXC20bHLuGMOhFDO6GN4b3YjRLK//Ep3ql3erpNcPlEFed93hsQAjAQDNsvcK+hV90FubSw==",
620 "cpu": [
621 "s390x"
622 ],
623 "dev": true,
624 "license": "MIT",
625 "optional": true,
626 "os": [
627 "linux"
628 ],
629 "engines": {
630 "node": ">=18"
631 }
632 },
633 "node_modules/@esbuild/linux-x64": {
634 "version": "0.23.1",
635 "cpu": [
636 "x64"
637 ],
638 "dev": true,
639 "license": "MIT",
640 "optional": true,
641 "os": [
642 "linux"
643 ],
644 "engines": {
645 "node": ">=18"
646 }
647 },
648 "node_modules/@esbuild/netbsd-arm64": {
649 "version": "0.24.2",
650 "resolved": "https://registry.npmjs.org/@esbuild/netbsd-arm64/-/netbsd-arm64-0.24.2.tgz",
651 "integrity": "sha512-wuLK/VztRRpMt9zyHSazyCVdCXlpHkKm34WUyinD2lzK07FAHTq0KQvZZlXikNWkDGoT6x3TD51jKQ7gMVpopw==",
652 "cpu": [
653 "arm64"
654 ],
655 "dev": true,
656 "license": "MIT",
657 "optional": true,
658 "os": [
659 "netbsd"
660 ],
661 "engines": {
662 "node": ">=18"
663 }
664 },
665 "node_modules/@esbuild/netbsd-x64": {
666 "version": "0.24.2",
667 "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.24.2.tgz",
668 "integrity": "sha512-VefFaQUc4FMmJuAxmIHgUmfNiLXY438XrL4GDNV1Y1H/RW3qow68xTwjZKfj/+Plp9NANmzbH5R40Meudu8mmw==",
669 "cpu": [
670 "x64"
671 ],
672 "dev": true,
673 "license": "MIT",
674 "optional": true,
675 "os": [
676 "netbsd"
677 ],
678 "engines": {
679 "node": ">=18"
680 }
681 },
682 "node_modules/@esbuild/openbsd-arm64": {
683 "version": "0.24.2",
684 "resolved": "https://registry.npmjs.org/@esbuild/openbsd-arm64/-/openbsd-arm64-0.24.2.tgz",
685 "integrity": "sha512-YQbi46SBct6iKnszhSvdluqDmxCJA+Pu280Av9WICNwQmMxV7nLRHZfjQzwbPs3jeWnuAhE9Jy0NrnJ12Oz+0A==",
686 "cpu": [
687 "arm64"
688 ],
689 "dev": true,
690 "license": "MIT",
691 "optional": true,
692 "os": [
693 "openbsd"
694 ],
695 "engines": {
696 "node": ">=18"
697 }
698 },
699 "node_modules/@esbuild/openbsd-x64": {
700 "version": "0.24.2",
701 "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.24.2.tgz",
702 "integrity": "sha512-+iDS6zpNM6EnJyWv0bMGLWSWeXGN/HTaF/LXHXHwejGsVi+ooqDfMCCTerNFxEkM3wYVcExkeGXNqshc9iMaOA==",
703 "cpu": [
704 "x64"
705 ],
706 "dev": true,
707 "license": "MIT",
708 "optional": true,
709 "os": [
710 "openbsd"
711 ],
712 "engines": {
713 "node": ">=18"
714 }
715 },
716 "node_modules/@esbuild/sunos-x64": {
717 "version": "0.24.2",
718 "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.24.2.tgz",
719 "integrity": "sha512-hTdsW27jcktEvpwNHJU4ZwWFGkz2zRJUz8pvddmXPtXDzVKTTINmlmga3ZzwcuMpUvLw7JkLy9QLKyGpD2Yxig==",
720 "cpu": [
721 "x64"
722 ],
723 "dev": true,
724 "license": "MIT",
725 "optional": true,
726 "os": [
727 "sunos"
728 ],
729 "engines": {
730 "node": ">=18"
731 }
732 },
733 "node_modules/@esbuild/win32-arm64": {
734 "version": "0.24.2",
735 "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.24.2.tgz",
736 "integrity": "sha512-LihEQ2BBKVFLOC9ZItT9iFprsE9tqjDjnbulhHoFxYQtQfai7qfluVODIYxt1PgdoyQkz23+01rzwNwYfutxUQ==",
737 "cpu": [
738 "arm64"
739 ],
740 "dev": true,
741 "license": "MIT",
742 "optional": true,
743 "os": [
744 "win32"
745 ],
746 "engines": {
747 "node": ">=18"
748 }
749 },
750 "node_modules/@esbuild/win32-ia32": {
751 "version": "0.24.2",
752 "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.24.2.tgz",
753 "integrity": "sha512-q+iGUwfs8tncmFC9pcnD5IvRHAzmbwQ3GPS5/ceCyHdjXubwQWI12MKWSNSMYLJMq23/IUCvJMS76PDqXe1fxA==",
754 "cpu": [
755 "ia32"
756 ],
757 "dev": true,
758 "license": "MIT",
759 "optional": true,
760 "os": [
761 "win32"
762 ],
763 "engines": {
764 "node": ">=18"
765 }
766 },
767 "node_modules/@esbuild/win32-x64": {
768 "version": "0.24.2",
769 "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.24.2.tgz",
770 "integrity": "sha512-7VTgWzgMGvup6aSqDPLiW5zHaxYJGTO4OokMjIlrCtf+VpEL+cXKtCvg723iguPYI5oaUNdS+/V7OU2gvXVWEg==",
771 "cpu": [
772 "x64"
773 ],
774 "dev": true,
775 "license": "MIT",
776 "optional": true,
777 "os": [
778 "win32"
779 ],
780 "engines": {
781 "node": ">=18"
782 }
783 },
784 "node_modules/@hono/node-server": {
785 "version": "1.13.8",
786 "license": "MIT",
787 "engines": {
788 "node": ">=18.14.1"
789 },
790 "peerDependencies": {
791 "hono": "^4"
792 }
793 },
794 "node_modules/@ipld/car": {
795 "version": "3.2.4",
796 "license": "(Apache-2.0 AND MIT)",
797 "dependencies": {
798 "@ipld/dag-cbor": "^7.0.0",
799 "multiformats": "^9.5.4",
800 "varint": "^6.0.0"
801 }
802 },
803 "node_modules/@ipld/dag-cbor": {
804 "version": "7.0.3",
805 "license": "(Apache-2.0 AND MIT)",
806 "dependencies": {
807 "cborg": "^1.6.0",
808 "multiformats": "^9.5.4"
809 }
810 },
811 "node_modules/@jridgewell/sourcemap-codec": {
812 "version": "1.5.0",
813 "dev": true,
814 "license": "MIT"
815 },
816 "node_modules/@noble/curves": {
817 "version": "1.8.1",
818 "license": "MIT",
819 "dependencies": {
820 "@noble/hashes": "1.7.1"
821 },
822 "engines": {
823 "node": "^14.21.3 || >=16"
824 },
825 "funding": {
826 "url": "https://paulmillr.com/funding/"
827 }
828 },
829 "node_modules/@noble/hashes": {
830 "version": "1.7.1",
831 "license": "MIT",
832 "engines": {
833 "node": "^14.21.3 || >=16"
834 },
835 "funding": {
836 "url": "https://paulmillr.com/funding/"
837 }
838 },
839 "node_modules/@nodelib/fs.scandir": {
840 "version": "2.1.5",
841 "license": "MIT",
842 "dependencies": {
843 "@nodelib/fs.stat": "2.0.5",
844 "run-parallel": "^1.1.9"
845 },
846 "engines": {
847 "node": ">= 8"
848 }
849 },
850 "node_modules/@nodelib/fs.stat": {
851 "version": "2.0.5",
852 "license": "MIT",
853 "engines": {
854 "node": ">= 8"
855 }
856 },
857 "node_modules/@nodelib/fs.walk": {
858 "version": "1.2.8",
859 "license": "MIT",
860 "dependencies": {
861 "@nodelib/fs.scandir": "2.1.5",
862 "fastq": "^1.6.0"
863 },
864 "engines": {
865 "node": ">= 8"
866 }
867 },
868 "node_modules/@rollup/plugin-alias": {
869 "version": "5.1.1",
870 "resolved": "https://registry.npmjs.org/@rollup/plugin-alias/-/plugin-alias-5.1.1.tgz",
871 "integrity": "sha512-PR9zDb+rOzkRb2VD+EuKB7UC41vU5DIwZ5qqCpk0KJudcWAyi8rvYOhS7+L5aZCspw1stTViLgN5v6FF1p5cgQ==",
872 "dev": true,
873 "license": "MIT",
874 "engines": {
875 "node": ">=14.0.0"
876 },
877 "peerDependencies": {
878 "rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0"
879 },
880 "peerDependenciesMeta": {
881 "rollup": {
882 "optional": true
883 }
884 }
885 },
886 "node_modules/@rollup/plugin-commonjs": {
887 "version": "28.0.2",
888 "resolved": "https://registry.npmjs.org/@rollup/plugin-commonjs/-/plugin-commonjs-28.0.2.tgz",
889 "integrity": "sha512-BEFI2EDqzl+vA1rl97IDRZ61AIwGH093d9nz8+dThxJNH8oSoB7MjWvPCX3dkaK1/RCJ/1v/R1XB15FuSs0fQw==",
890 "dev": true,
891 "license": "MIT",
892 "dependencies": {
893 "@rollup/pluginutils": "^5.0.1",
894 "commondir": "^1.0.1",
895 "estree-walker": "^2.0.2",
896 "fdir": "^6.2.0",
897 "is-reference": "1.2.1",
898 "magic-string": "^0.30.3",
899 "picomatch": "^4.0.2"
900 },
901 "engines": {
902 "node": ">=16.0.0 || 14 >= 14.17"
903 },
904 "peerDependencies": {
905 "rollup": "^2.68.0||^3.0.0||^4.0.0"
906 },
907 "peerDependenciesMeta": {
908 "rollup": {
909 "optional": true
910 }
911 }
912 },
913 "node_modules/@rollup/plugin-commonjs/node_modules/estree-walker": {
914 "version": "2.0.2",
915 "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-2.0.2.tgz",
916 "integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==",
917 "dev": true,
918 "license": "MIT"
919 },
920 "node_modules/@rollup/plugin-commonjs/node_modules/fdir": {
921 "version": "6.4.3",
922 "resolved": "https://registry.npmjs.org/fdir/-/fdir-6.4.3.tgz",
923 "integrity": "sha512-PMXmW2y1hDDfTSRc9gaXIuCCRpuoz3Kaz8cUelp3smouvfT632ozg2vrT6lJsHKKOF59YLbOGfAWGUcKEfRMQw==",
924 "dev": true,
925 "license": "MIT",
926 "peerDependencies": {
927 "picomatch": "^3 || ^4"
928 },
929 "peerDependenciesMeta": {
930 "picomatch": {
931 "optional": true
932 }
933 }
934 },
935 "node_modules/@rollup/plugin-commonjs/node_modules/magic-string": {
936 "version": "0.30.17",
937 "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.17.tgz",
938 "integrity": "sha512-sNPKHvyjVf7gyjwS4xGTaW/mCnF8wnjtifKBEhxfZ7E/S8tQ0rssrwGNn6q8JH/ohItJfSQp9mBtQYuTlH5QnA==",
939 "dev": true,
940 "license": "MIT",
941 "dependencies": {
942 "@jridgewell/sourcemap-codec": "^1.5.0"
943 }
944 },
945 "node_modules/@rollup/plugin-commonjs/node_modules/picomatch": {
946 "version": "4.0.2",
947 "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.2.tgz",
948 "integrity": "sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==",
949 "dev": true,
950 "license": "MIT",
951 "engines": {
952 "node": ">=12"
953 },
954 "funding": {
955 "url": "https://github.com/sponsors/jonschlinkert"
956 }
957 },
958 "node_modules/@rollup/plugin-dynamic-import-vars": {
959 "version": "2.1.5",
960 "resolved": "https://registry.npmjs.org/@rollup/plugin-dynamic-import-vars/-/plugin-dynamic-import-vars-2.1.5.tgz",
961 "integrity": "sha512-Mymi24fd9hlRifdZV/jYIFj1dn99F34imiYu3KzlAcgBcRi3i9SucgW/VRo5SQ9K4NuQ7dCep6pFWgNyhRdFHQ==",
962 "dev": true,
963 "license": "MIT",
964 "dependencies": {
965 "@rollup/pluginutils": "^5.0.1",
966 "astring": "^1.8.5",
967 "estree-walker": "^2.0.2",
968 "fast-glob": "^3.2.12",
969 "magic-string": "^0.30.3"
970 },
971 "engines": {
972 "node": ">=14.0.0"
973 },
974 "peerDependencies": {
975 "rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0"
976 },
977 "peerDependenciesMeta": {
978 "rollup": {
979 "optional": true
980 }
981 }
982 },
983 "node_modules/@rollup/plugin-dynamic-import-vars/node_modules/estree-walker": {
984 "version": "2.0.2",
985 "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-2.0.2.tgz",
986 "integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==",
987 "dev": true,
988 "license": "MIT"
989 },
990 "node_modules/@rollup/plugin-dynamic-import-vars/node_modules/magic-string": {
991 "version": "0.30.17",
992 "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.17.tgz",
993 "integrity": "sha512-sNPKHvyjVf7gyjwS4xGTaW/mCnF8wnjtifKBEhxfZ7E/S8tQ0rssrwGNn6q8JH/ohItJfSQp9mBtQYuTlH5QnA==",
994 "dev": true,
995 "license": "MIT",
996 "dependencies": {
997 "@jridgewell/sourcemap-codec": "^1.5.0"
998 }
999 },
1000 "node_modules/@rollup/plugin-inject": {
1001 "version": "5.0.5",
1002 "resolved": "https://registry.npmjs.org/@rollup/plugin-inject/-/plugin-inject-5.0.5.tgz",
1003 "integrity": "sha512-2+DEJbNBoPROPkgTDNe8/1YXWcqxbN5DTjASVIOx8HS+pITXushyNiBV56RB08zuptzz8gT3YfkqriTBVycepg==",
1004 "dev": true,
1005 "license": "MIT",
1006 "dependencies": {
1007 "@rollup/pluginutils": "^5.0.1",
1008 "estree-walker": "^2.0.2",
1009 "magic-string": "^0.30.3"
1010 },
1011 "engines": {
1012 "node": ">=14.0.0"
1013 },
1014 "peerDependencies": {
1015 "rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0"
1016 },
1017 "peerDependenciesMeta": {
1018 "rollup": {
1019 "optional": true
1020 }
1021 }
1022 },
1023 "node_modules/@rollup/plugin-inject/node_modules/estree-walker": {
1024 "version": "2.0.2",
1025 "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-2.0.2.tgz",
1026 "integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==",
1027 "dev": true,
1028 "license": "MIT"
1029 },
1030 "node_modules/@rollup/plugin-inject/node_modules/magic-string": {
1031 "version": "0.30.17",
1032 "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.17.tgz",
1033 "integrity": "sha512-sNPKHvyjVf7gyjwS4xGTaW/mCnF8wnjtifKBEhxfZ7E/S8tQ0rssrwGNn6q8JH/ohItJfSQp9mBtQYuTlH5QnA==",
1034 "dev": true,
1035 "license": "MIT",
1036 "dependencies": {
1037 "@jridgewell/sourcemap-codec": "^1.5.0"
1038 }
1039 },
1040 "node_modules/@rollup/plugin-json": {
1041 "version": "6.1.0",
1042 "resolved": "https://registry.npmjs.org/@rollup/plugin-json/-/plugin-json-6.1.0.tgz",
1043 "integrity": "sha512-EGI2te5ENk1coGeADSIwZ7G2Q8CJS2sF120T7jLw4xFw9n7wIOXHo+kIYRAoVpJAN+kmqZSoO3Fp4JtoNF4ReA==",
1044 "dev": true,
1045 "license": "MIT",
1046 "dependencies": {
1047 "@rollup/pluginutils": "^5.1.0"
1048 },
1049 "engines": {
1050 "node": ">=14.0.0"
1051 },
1052 "peerDependencies": {
1053 "rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0"
1054 },
1055 "peerDependenciesMeta": {
1056 "rollup": {
1057 "optional": true
1058 }
1059 }
1060 },
1061 "node_modules/@rollup/plugin-node-resolve": {
1062 "version": "16.0.0",
1063 "resolved": "https://registry.npmjs.org/@rollup/plugin-node-resolve/-/plugin-node-resolve-16.0.0.tgz",
1064 "integrity": "sha512-0FPvAeVUT/zdWoO0jnb/V5BlBsUSNfkIOtFHzMO4H9MOklrmQFY6FduVHKucNb/aTFxvnGhj4MNj/T1oNdDfNg==",
1065 "dev": true,
1066 "license": "MIT",
1067 "dependencies": {
1068 "@rollup/pluginutils": "^5.0.1",
1069 "@types/resolve": "1.20.2",
1070 "deepmerge": "^4.2.2",
1071 "is-module": "^1.0.0",
1072 "resolve": "^1.22.1"
1073 },
1074 "engines": {
1075 "node": ">=14.0.0"
1076 },
1077 "peerDependencies": {
1078 "rollup": "^2.78.0||^3.0.0||^4.0.0"
1079 },
1080 "peerDependenciesMeta": {
1081 "rollup": {
1082 "optional": true
1083 }
1084 }
1085 },
1086 "node_modules/@rollup/plugin-replace": {
1087 "version": "6.0.2",
1088 "resolved": "https://registry.npmjs.org/@rollup/plugin-replace/-/plugin-replace-6.0.2.tgz",
1089 "integrity": "sha512-7QaYCf8bqF04dOy7w/eHmJeNExxTYwvKAmlSAH/EaWWUzbT0h5sbF6bktFoX/0F/0qwng5/dWFMyf3gzaM8DsQ==",
1090 "dev": true,
1091 "license": "MIT",
1092 "dependencies": {
1093 "@rollup/pluginutils": "^5.0.1",
1094 "magic-string": "^0.30.3"
1095 },
1096 "engines": {
1097 "node": ">=14.0.0"
1098 },
1099 "peerDependencies": {
1100 "rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0"
1101 },
1102 "peerDependenciesMeta": {
1103 "rollup": {
1104 "optional": true
1105 }
1106 }
1107 },
1108 "node_modules/@rollup/plugin-replace/node_modules/magic-string": {
1109 "version": "0.30.17",
1110 "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.17.tgz",
1111 "integrity": "sha512-sNPKHvyjVf7gyjwS4xGTaW/mCnF8wnjtifKBEhxfZ7E/S8tQ0rssrwGNn6q8JH/ohItJfSQp9mBtQYuTlH5QnA==",
1112 "dev": true,
1113 "license": "MIT",
1114 "dependencies": {
1115 "@jridgewell/sourcemap-codec": "^1.5.0"
1116 }
1117 },
1118 "node_modules/@rollup/pluginutils": {
1119 "version": "5.1.4",
1120 "resolved": "https://registry.npmjs.org/@rollup/pluginutils/-/pluginutils-5.1.4.tgz",
1121 "integrity": "sha512-USm05zrsFxYLPdWWq+K3STlWiT/3ELn3RcV5hJMghpeAIhxfsUIg6mt12CBJBInWMV4VneoV7SfGv8xIwo2qNQ==",
1122 "dev": true,
1123 "license": "MIT",
1124 "dependencies": {
1125 "@types/estree": "^1.0.0",
1126 "estree-walker": "^2.0.2",
1127 "picomatch": "^4.0.2"
1128 },
1129 "engines": {
1130 "node": ">=14.0.0"
1131 },
1132 "peerDependencies": {
1133 "rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0"
1134 },
1135 "peerDependenciesMeta": {
1136 "rollup": {
1137 "optional": true
1138 }
1139 }
1140 },
1141 "node_modules/@rollup/pluginutils/node_modules/estree-walker": {
1142 "version": "2.0.2",
1143 "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-2.0.2.tgz",
1144 "integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==",
1145 "dev": true,
1146 "license": "MIT"
1147 },
1148 "node_modules/@rollup/pluginutils/node_modules/picomatch": {
1149 "version": "4.0.2",
1150 "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.2.tgz",
1151 "integrity": "sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==",
1152 "dev": true,
1153 "license": "MIT",
1154 "engines": {
1155 "node": ">=12"
1156 },
1157 "funding": {
1158 "url": "https://github.com/sponsors/jonschlinkert"
1159 }
1160 },
1161 "node_modules/@rollup/rollup-android-arm-eabi": {
1162 "version": "4.34.0",
1163 "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.34.0.tgz",
1164 "integrity": "sha512-Eeao7ewDq79jVEsrtWIj5RNqB8p2knlm9fhR6uJ2gqP7UfbLrTrxevudVrEPDM7Wkpn/HpRC2QfazH7MXLz3vQ==",
1165 "cpu": [
1166 "arm"
1167 ],
1168 "dev": true,
1169 "license": "MIT",
1170 "optional": true,
1171 "os": [
1172 "android"
1173 ]
1174 },
1175 "node_modules/@rollup/rollup-android-arm64": {
1176 "version": "4.34.0",
1177 "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.34.0.tgz",
1178 "integrity": "sha512-yVh0Kf1f0Fq4tWNf6mWcbQBCLDpDrDEl88lzPgKhrgTcDrTtlmun92ywEF9dCjmYO3EFiSuJeeo9cYRxl2FswA==",
1179 "cpu": [
1180 "arm64"
1181 ],
1182 "dev": true,
1183 "license": "MIT",
1184 "optional": true,
1185 "os": [
1186 "android"
1187 ]
1188 },
1189 "node_modules/@rollup/rollup-darwin-arm64": {
1190 "version": "4.34.0",
1191 "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.34.0.tgz",
1192 "integrity": "sha512-gCs0ErAZ9s0Osejpc3qahTsqIPUDjSKIyxK/0BGKvL+Tn0n3Kwvj8BrCv7Y5sR1Ypz1K2qz9Ny0VvkVyoXBVUQ==",
1193 "cpu": [
1194 "arm64"
1195 ],
1196 "dev": true,
1197 "license": "MIT",
1198 "optional": true,
1199 "os": [
1200 "darwin"
1201 ]
1202 },
1203 "node_modules/@rollup/rollup-darwin-x64": {
1204 "version": "4.34.0",
1205 "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.34.0.tgz",
1206 "integrity": "sha512-aIB5Anc8hngk15t3GUkiO4pv42ykXHfmpXGS+CzM9CTyiWyT8HIS5ygRAy7KcFb/wiw4Br+vh1byqcHRTfq2tQ==",
1207 "cpu": [
1208 "x64"
1209 ],
1210 "dev": true,
1211 "license": "MIT",
1212 "optional": true,
1213 "os": [
1214 "darwin"
1215 ]
1216 },
1217 "node_modules/@rollup/rollup-freebsd-arm64": {
1218 "version": "4.34.0",
1219 "resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-arm64/-/rollup-freebsd-arm64-4.34.0.tgz",
1220 "integrity": "sha512-kpdsUdMlVJMRMaOf/tIvxk8TQdzHhY47imwmASOuMajg/GXpw8GKNd8LNwIHE5Yd1onehNpcUB9jHY6wgw9nHQ==",
1221 "cpu": [
1222 "arm64"
1223 ],
1224 "dev": true,
1225 "license": "MIT",
1226 "optional": true,
1227 "os": [
1228 "freebsd"
1229 ]
1230 },
1231 "node_modules/@rollup/rollup-freebsd-x64": {
1232 "version": "4.34.0",
1233 "resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-x64/-/rollup-freebsd-x64-4.34.0.tgz",
1234 "integrity": "sha512-D0RDyHygOBCQiqookcPevrvgEarN0CttBecG4chOeIYCNtlKHmf5oi5kAVpXV7qs0Xh/WO2RnxeicZPtT50V0g==",
1235 "cpu": [
1236 "x64"
1237 ],
1238 "dev": true,
1239 "license": "MIT",
1240 "optional": true,
1241 "os": [
1242 "freebsd"
1243 ]
1244 },
1245 "node_modules/@rollup/rollup-linux-arm-gnueabihf": {
1246 "version": "4.34.0",
1247 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.34.0.tgz",
1248 "integrity": "sha512-mCIw8j5LPDXmCOW8mfMZwT6F/Kza03EnSr4wGYEswrEfjTfVsFOxvgYfuRMxTuUF/XmRb9WSMD5GhCWDe2iNrg==",
1249 "cpu": [
1250 "arm"
1251 ],
1252 "dev": true,
1253 "license": "MIT",
1254 "optional": true,
1255 "os": [
1256 "linux"
1257 ]
1258 },
1259 "node_modules/@rollup/rollup-linux-arm-musleabihf": {
1260 "version": "4.34.0",
1261 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.34.0.tgz",
1262 "integrity": "sha512-AwwldAu4aCJPob7zmjuDUMvvuatgs8B/QiVB0KwkUarAcPB3W+ToOT+18TQwY4z09Al7G0BvCcmLRop5zBLTag==",
1263 "cpu": [
1264 "arm"
1265 ],
1266 "dev": true,
1267 "license": "MIT",
1268 "optional": true,
1269 "os": [
1270 "linux"
1271 ]
1272 },
1273 "node_modules/@rollup/rollup-linux-arm64-gnu": {
1274 "version": "4.34.0",
1275 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.34.0.tgz",
1276 "integrity": "sha512-e7kDUGVP+xw05pV65ZKb0zulRploU3gTu6qH1qL58PrULDGxULIS0OSDQJLH7WiFnpd3ZKUU4VM3u/Z7Zw+e7Q==",
1277 "cpu": [
1278 "arm64"
1279 ],
1280 "dev": true,
1281 "license": "MIT",
1282 "optional": true,
1283 "os": [
1284 "linux"
1285 ]
1286 },
1287 "node_modules/@rollup/rollup-linux-arm64-musl": {
1288 "version": "4.34.0",
1289 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.34.0.tgz",
1290 "integrity": "sha512-SXYJw3zpwHgaBqTXeAZ31qfW/v50wq4HhNVvKFhRr5MnptRX2Af4KebLWR1wpxGJtLgfS2hEPuALRIY3LPAAcA==",
1291 "cpu": [
1292 "arm64"
1293 ],
1294 "dev": true,
1295 "license": "MIT",
1296 "optional": true,
1297 "os": [
1298 "linux"
1299 ]
1300 },
1301 "node_modules/@rollup/rollup-linux-loongarch64-gnu": {
1302 "version": "4.34.0",
1303 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-loongarch64-gnu/-/rollup-linux-loongarch64-gnu-4.34.0.tgz",
1304 "integrity": "sha512-e5XiCinINCI4RdyU3sFyBH4zzz7LiQRvHqDtRe9Dt8o/8hTBaYpdPimayF00eY2qy5j4PaaWK0azRgUench6WQ==",
1305 "cpu": [
1306 "loong64"
1307 ],
1308 "dev": true,
1309 "license": "MIT",
1310 "optional": true,
1311 "os": [
1312 "linux"
1313 ]
1314 },
1315 "node_modules/@rollup/rollup-linux-powerpc64le-gnu": {
1316 "version": "4.34.0",
1317 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-powerpc64le-gnu/-/rollup-linux-powerpc64le-gnu-4.34.0.tgz",
1318 "integrity": "sha512-3SWN3e0bAsm9ToprLFBSro8nJe6YN+5xmB11N4FfNf92wvLye/+Rh5JGQtKOpwLKt6e61R1RBc9g+luLJsc23A==",
1319 "cpu": [
1320 "ppc64"
1321 ],
1322 "dev": true,
1323 "license": "MIT",
1324 "optional": true,
1325 "os": [
1326 "linux"
1327 ]
1328 },
1329 "node_modules/@rollup/rollup-linux-riscv64-gnu": {
1330 "version": "4.34.0",
1331 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.34.0.tgz",
1332 "integrity": "sha512-B1Oqt3GLh7qmhvfnc2WQla4NuHlcxAD5LyueUi5WtMc76ZWY+6qDtQYqnxARx9r+7mDGfamD+8kTJO0pKUJeJA==",
1333 "cpu": [
1334 "riscv64"
1335 ],
1336 "dev": true,
1337 "license": "MIT",
1338 "optional": true,
1339 "os": [
1340 "linux"
1341 ]
1342 },
1343 "node_modules/@rollup/rollup-linux-s390x-gnu": {
1344 "version": "4.34.0",
1345 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.34.0.tgz",
1346 "integrity": "sha512-UfUCo0h/uj48Jq2lnhX0AOhZPSTAq3Eostas+XZ+GGk22pI+Op1Y6cxQ1JkUuKYu2iU+mXj1QjPrZm9nNWV9rg==",
1347 "cpu": [
1348 "s390x"
1349 ],
1350 "dev": true,
1351 "license": "MIT",
1352 "optional": true,
1353 "os": [
1354 "linux"
1355 ]
1356 },
1357 "node_modules/@rollup/rollup-linux-x64-gnu": {
1358 "version": "4.34.0",
1359 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.34.0.tgz",
1360 "integrity": "sha512-chZLTUIPbgcpm+Z7ALmomXW8Zh+wE2icrG+K6nt/HenPLmtwCajhQC5flNSk1Xy5EDMt/QAOz2MhzfOfJOLSiA==",
1361 "cpu": [
1362 "x64"
1363 ],
1364 "dev": true,
1365 "license": "MIT",
1366 "optional": true,
1367 "os": [
1368 "linux"
1369 ]
1370 },
1371 "node_modules/@rollup/rollup-linux-x64-musl": {
1372 "version": "4.34.0",
1373 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.34.0.tgz",
1374 "integrity": "sha512-jo0UolK70O28BifvEsFD/8r25shFezl0aUk2t0VJzREWHkq19e+pcLu4kX5HiVXNz5qqkD+aAq04Ct8rkxgbyQ==",
1375 "cpu": [
1376 "x64"
1377 ],
1378 "dev": true,
1379 "license": "MIT",
1380 "optional": true,
1381 "os": [
1382 "linux"
1383 ]
1384 },
1385 "node_modules/@rollup/rollup-win32-arm64-msvc": {
1386 "version": "4.34.0",
1387 "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.34.0.tgz",
1388 "integrity": "sha512-Vmg0NhAap2S54JojJchiu5An54qa6t/oKT7LmDaWggpIcaiL8WcWHEN6OQrfTdL6mQ2GFyH7j2T5/3YPEDOOGA==",
1389 "cpu": [
1390 "arm64"
1391 ],
1392 "dev": true,
1393 "license": "MIT",
1394 "optional": true,
1395 "os": [
1396 "win32"
1397 ]
1398 },
1399 "node_modules/@rollup/rollup-win32-ia32-msvc": {
1400 "version": "4.34.0",
1401 "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.34.0.tgz",
1402 "integrity": "sha512-CV2aqhDDOsABKHKhNcs1SZFryffQf8vK2XrxP6lxC99ELZAdvsDgPklIBfd65R8R+qvOm1SmLaZ/Fdq961+m7A==",
1403 "cpu": [
1404 "ia32"
1405 ],
1406 "dev": true,
1407 "license": "MIT",
1408 "optional": true,
1409 "os": [
1410 "win32"
1411 ]
1412 },
1413 "node_modules/@rollup/rollup-win32-x64-msvc": {
1414 "version": "4.34.0",
1415 "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.34.0.tgz",
1416 "integrity": "sha512-g2ASy1QwHP88y5KWvblUolJz9rN+i4ZOsYzkEwcNfaNooxNUXG+ON6F5xFo0NIItpHqxcdAyls05VXpBnludGw==",
1417 "cpu": [
1418 "x64"
1419 ],
1420 "dev": true,
1421 "license": "MIT",
1422 "optional": true,
1423 "os": [
1424 "win32"
1425 ]
1426 },
1427 "node_modules/@ts-morph/common": {
1428 "version": "0.17.0",
1429 "license": "MIT",
1430 "dependencies": {
1431 "fast-glob": "^3.2.11",
1432 "minimatch": "^5.1.0",
1433 "mkdirp": "^1.0.4",
1434 "path-browserify": "^1.0.1"
1435 }
1436 },
1437 "node_modules/@types/estree": {
1438 "version": "1.0.6",
1439 "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.6.tgz",
1440 "integrity": "sha512-AYnb1nQyY49te+VRAVgmzfcgjYS91mY5P0TKUDCLEM+gNnA+3T6rWITXRLYCpahpqSQbN5cE+gHpnPyXjHWxcw==",
1441 "dev": true,
1442 "license": "MIT"
1443 },
1444 "node_modules/@types/node": {
1445 "version": "22.13.0",
1446 "resolved": "https://registry.npmjs.org/@types/node/-/node-22.13.0.tgz",
1447 "integrity": "sha512-ClIbNe36lawluuvq3+YYhnIN2CELi+6q8NpnM7PYp4hBn/TatfboPgVSm2rwKRfnV2M+Ty9GWDFI64KEe+kysA==",
1448 "dev": true,
1449 "license": "MIT",
1450 "dependencies": {
1451 "undici-types": "~6.20.0"
1452 }
1453 },
1454 "node_modules/@types/resolve": {
1455 "version": "1.20.2",
1456 "resolved": "https://registry.npmjs.org/@types/resolve/-/resolve-1.20.2.tgz",
1457 "integrity": "sha512-60BCwRFOZCQhDncwQdxxeOEEkbc5dIMccYLwbxsS4TUNeVECQ/pBJ0j09mrHOl/JJvpRPGwO9SvE4nR2Nb/a4Q==",
1458 "dev": true,
1459 "license": "MIT"
1460 },
1461 "node_modules/@types/service-worker-mock": {
1462 "version": "2.0.4",
1463 "dev": true,
1464 "license": "MIT"
1465 },
1466 "node_modules/@xata.io/client": {
1467 "version": "0.0.0-next.va121e4207b94bfe0a3c025fc00b247b923880930",
1468 "resolved": "https://registry.npmjs.org/@xata.io/client/-/client-0.0.0-next.va121e4207b94bfe0a3c025fc00b247b923880930.tgz",
1469 "integrity": "sha512-tRhsrV6vSJk4r+Cn7WkE1hyV2WfnHOoMzpQeLujqrbemPtVj82R1uhqHM2fPFuUKMfD+19PVF+Gist0ePlX5SQ==",
1470 "license": "Apache-2.0",
1471 "peerDependencies": {
1472 "typescript": ">=4.5"
1473 }
1474 },
1475 "node_modules/abort-controller": {
1476 "version": "3.0.0",
1477 "license": "MIT",
1478 "dependencies": {
1479 "event-target-shim": "^5.0.0"
1480 },
1481 "engines": {
1482 "node": ">=6.5"
1483 }
1484 },
1485 "node_modules/accepts": {
1486 "version": "1.3.8",
1487 "license": "MIT",
1488 "dependencies": {
1489 "mime-types": "~2.1.34",
1490 "negotiator": "0.6.3"
1491 },
1492 "engines": {
1493 "node": ">= 0.6"
1494 }
1495 },
1496 "node_modules/ansi-styles": {
1497 "version": "4.3.0",
1498 "license": "MIT",
1499 "dependencies": {
1500 "color-convert": "^2.0.1"
1501 },
1502 "engines": {
1503 "node": ">=8"
1504 },
1505 "funding": {
1506 "url": "https://github.com/chalk/ansi-styles?sponsor=1"
1507 }
1508 },
1509 "node_modules/anymatch": {
1510 "version": "3.1.3",
1511 "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.3.tgz",
1512 "integrity": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==",
1513 "license": "ISC",
1514 "dependencies": {
1515 "normalize-path": "^3.0.0",
1516 "picomatch": "^2.0.4"
1517 },
1518 "engines": {
1519 "node": ">= 8"
1520 }
1521 },
1522 "node_modules/argparse": {
1523 "version": "2.0.1",
1524 "license": "Python-2.0"
1525 },
1526 "node_modules/array-flatten": {
1527 "version": "1.1.1",
1528 "license": "MIT"
1529 },
1530 "node_modules/assert": {
1531 "version": "2.1.0",
1532 "license": "MIT",
1533 "dependencies": {
1534 "call-bind": "^1.0.2",
1535 "is-nan": "^1.3.2",
1536 "object-is": "^1.1.5",
1537 "object.assign": "^4.1.4",
1538 "util": "^0.12.5"
1539 }
1540 },
1541 "node_modules/astring": {
1542 "version": "1.9.0",
1543 "resolved": "https://registry.npmjs.org/astring/-/astring-1.9.0.tgz",
1544 "integrity": "sha512-LElXdjswlqjWrPpJFg1Fx4wpkOCxj1TDHlSV4PlaRxHGWko024xICaa97ZkMfs6DRKlCguiAI+rbXv5GWwXIkg==",
1545 "dev": true,
1546 "license": "MIT",
1547 "bin": {
1548 "astring": "bin/astring"
1549 }
1550 },
1551 "node_modules/atomic-sleep": {
1552 "version": "1.0.0",
1553 "license": "MIT",
1554 "engines": {
1555 "node": ">=8.0.0"
1556 }
1557 },
1558 "node_modules/available-typed-arrays": {
1559 "version": "1.0.7",
1560 "license": "MIT",
1561 "dependencies": {
1562 "possible-typed-array-names": "^1.0.0"
1563 },
1564 "engines": {
1565 "node": ">= 0.4"
1566 },
1567 "funding": {
1568 "url": "https://github.com/sponsors/ljharb"
1569 }
1570 },
1571 "node_modules/await-lock": {
1572 "version": "2.2.2",
1573 "license": "MIT"
1574 },
1575 "node_modules/balanced-match": {
1576 "version": "1.0.2",
1577 "license": "MIT"
1578 },
1579 "node_modules/base64-js": {
1580 "version": "1.5.1",
1581 "funding": [
1582 {
1583 "type": "github",
1584 "url": "https://github.com/sponsors/feross"
1585 },
1586 {
1587 "type": "patreon",
1588 "url": "https://www.patreon.com/feross"
1589 },
1590 {
1591 "type": "consulting",
1592 "url": "https://feross.org/support"
1593 }
1594 ],
1595 "license": "MIT"
1596 },
1597 "node_modules/better-sqlite3": {
1598 "version": "11.8.1",
1599 "hasInstallScript": true,
1600 "license": "MIT",
1601 "dependencies": {
1602 "bindings": "^1.5.0",
1603 "prebuild-install": "^7.1.1"
1604 }
1605 },
1606 "node_modules/binary-extensions": {
1607 "version": "2.3.0",
1608 "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.3.0.tgz",
1609 "integrity": "sha512-Ceh+7ox5qe7LJuLHoY0feh3pHuUDHAcRUeyL2VYghZwfpkNIy/+8Ocg0a3UuSoYzavmylwuLWQOf3hl0jjMMIw==",
1610 "license": "MIT",
1611 "engines": {
1612 "node": ">=8"
1613 },
1614 "funding": {
1615 "url": "https://github.com/sponsors/sindresorhus"
1616 }
1617 },
1618 "node_modules/bindings": {
1619 "version": "1.5.0",
1620 "license": "MIT",
1621 "dependencies": {
1622 "file-uri-to-path": "1.0.0"
1623 }
1624 },
1625 "node_modules/bl": {
1626 "version": "4.1.0",
1627 "license": "MIT",
1628 "dependencies": {
1629 "buffer": "^5.5.0",
1630 "inherits": "^2.0.4",
1631 "readable-stream": "^3.4.0"
1632 }
1633 },
1634 "node_modules/bl/node_modules/buffer": {
1635 "version": "5.7.1",
1636 "funding": [
1637 {
1638 "type": "github",
1639 "url": "https://github.com/sponsors/feross"
1640 },
1641 {
1642 "type": "patreon",
1643 "url": "https://www.patreon.com/feross"
1644 },
1645 {
1646 "type": "consulting",
1647 "url": "https://feross.org/support"
1648 }
1649 ],
1650 "license": "MIT",
1651 "dependencies": {
1652 "base64-js": "^1.3.1",
1653 "ieee754": "^1.1.13"
1654 }
1655 },
1656 "node_modules/bl/node_modules/readable-stream": {
1657 "version": "3.6.2",
1658 "license": "MIT",
1659 "dependencies": {
1660 "inherits": "^2.0.3",
1661 "string_decoder": "^1.1.1",
1662 "util-deprecate": "^1.0.1"
1663 },
1664 "engines": {
1665 "node": ">= 6"
1666 }
1667 },
1668 "node_modules/body-parser": {
1669 "version": "1.20.3",
1670 "license": "MIT",
1671 "dependencies": {
1672 "bytes": "3.1.2",
1673 "content-type": "~1.0.5",
1674 "debug": "2.6.9",
1675 "depd": "2.0.0",
1676 "destroy": "1.2.0",
1677 "http-errors": "2.0.0",
1678 "iconv-lite": "0.4.24",
1679 "on-finished": "2.4.1",
1680 "qs": "6.13.0",
1681 "raw-body": "2.5.2",
1682 "type-is": "~1.6.18",
1683 "unpipe": "1.0.0"
1684 },
1685 "engines": {
1686 "node": ">= 0.8",
1687 "npm": "1.2.8000 || >= 1.4.16"
1688 }
1689 },
1690 "node_modules/brace-expansion": {
1691 "version": "2.0.1",
1692 "license": "MIT",
1693 "dependencies": {
1694 "balanced-match": "^1.0.0"
1695 }
1696 },
1697 "node_modules/braces": {
1698 "version": "3.0.3",
1699 "license": "MIT",
1700 "dependencies": {
1701 "fill-range": "^7.1.1"
1702 },
1703 "engines": {
1704 "node": ">=8"
1705 }
1706 },
1707 "node_modules/buffer": {
1708 "version": "6.0.3",
1709 "funding": [
1710 {
1711 "type": "github",
1712 "url": "https://github.com/sponsors/feross"
1713 },
1714 {
1715 "type": "patreon",
1716 "url": "https://www.patreon.com/feross"
1717 },
1718 {
1719 "type": "consulting",
1720 "url": "https://feross.org/support"
1721 }
1722 ],
1723 "license": "MIT",
1724 "dependencies": {
1725 "base64-js": "^1.3.1",
1726 "ieee754": "^1.2.1"
1727 }
1728 },
1729 "node_modules/buffer-equal-constant-time": {
1730 "version": "1.0.1",
1731 "license": "BSD-3-Clause"
1732 },
1733 "node_modules/bytes": {
1734 "version": "3.1.2",
1735 "license": "MIT",
1736 "engines": {
1737 "node": ">= 0.8"
1738 }
1739 },
1740 "node_modules/call-bind": {
1741 "version": "1.0.8",
1742 "license": "MIT",
1743 "dependencies": {
1744 "call-bind-apply-helpers": "^1.0.0",
1745 "es-define-property": "^1.0.0",
1746 "get-intrinsic": "^1.2.4",
1747 "set-function-length": "^1.2.2"
1748 },
1749 "engines": {
1750 "node": ">= 0.4"
1751 },
1752 "funding": {
1753 "url": "https://github.com/sponsors/ljharb"
1754 }
1755 },
1756 "node_modules/call-bind-apply-helpers": {
1757 "version": "1.0.1",
1758 "license": "MIT",
1759 "dependencies": {
1760 "es-errors": "^1.3.0",
1761 "function-bind": "^1.1.2"
1762 },
1763 "engines": {
1764 "node": ">= 0.4"
1765 }
1766 },
1767 "node_modules/call-bound": {
1768 "version": "1.0.3",
1769 "license": "MIT",
1770 "dependencies": {
1771 "call-bind-apply-helpers": "^1.0.1",
1772 "get-intrinsic": "^1.2.6"
1773 },
1774 "engines": {
1775 "node": ">= 0.4"
1776 },
1777 "funding": {
1778 "url": "https://github.com/sponsors/ljharb"
1779 }
1780 },
1781 "node_modules/cbor-extract": {
1782 "version": "2.2.0",
1783 "hasInstallScript": true,
1784 "license": "MIT",
1785 "optional": true,
1786 "dependencies": {
1787 "node-gyp-build-optional-packages": "5.1.1"
1788 },
1789 "bin": {
1790 "download-cbor-prebuilds": "bin/download-prebuilds.js"
1791 },
1792 "optionalDependencies": {
1793 "@cbor-extract/cbor-extract-darwin-arm64": "2.2.0",
1794 "@cbor-extract/cbor-extract-darwin-x64": "2.2.0",
1795 "@cbor-extract/cbor-extract-linux-arm": "2.2.0",
1796 "@cbor-extract/cbor-extract-linux-arm64": "2.2.0",
1797 "@cbor-extract/cbor-extract-linux-x64": "2.2.0",
1798 "@cbor-extract/cbor-extract-win32-x64": "2.2.0"
1799 }
1800 },
1801 "node_modules/cbor-x": {
1802 "version": "1.6.0",
1803 "license": "MIT",
1804 "optionalDependencies": {
1805 "cbor-extract": "^2.2.0"
1806 }
1807 },
1808 "node_modules/cborg": {
1809 "version": "1.10.2",
1810 "license": "Apache-2.0",
1811 "bin": {
1812 "cborg": "cli.js"
1813 }
1814 },
1815 "node_modules/chalk": {
1816 "version": "4.1.2",
1817 "license": "MIT",
1818 "dependencies": {
1819 "ansi-styles": "^4.1.0",
1820 "supports-color": "^7.1.0"
1821 },
1822 "engines": {
1823 "node": ">=10"
1824 },
1825 "funding": {
1826 "url": "https://github.com/chalk/chalk?sponsor=1"
1827 }
1828 },
1829 "node_modules/chanfana": {
1830 "version": "2.6.3",
1831 "license": "MIT",
1832 "dependencies": {
1833 "@asteasolutions/zod-to-openapi": "^7.2.0",
1834 "js-yaml": "^4.1.0",
1835 "openapi3-ts": "^4.4.0",
1836 "zod": "^3.23.8"
1837 }
1838 },
1839 "node_modules/chokidar": {
1840 "version": "3.6.0",
1841 "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.6.0.tgz",
1842 "integrity": "sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==",
1843 "license": "MIT",
1844 "dependencies": {
1845 "anymatch": "~3.1.2",
1846 "braces": "~3.0.2",
1847 "glob-parent": "~5.1.2",
1848 "is-binary-path": "~2.1.0",
1849 "is-glob": "~4.0.1",
1850 "normalize-path": "~3.0.0",
1851 "readdirp": "~3.6.0"
1852 },
1853 "engines": {
1854 "node": ">= 8.10.0"
1855 },
1856 "funding": {
1857 "url": "https://paulmillr.com/funding/"
1858 },
1859 "optionalDependencies": {
1860 "fsevents": "~2.3.2"
1861 }
1862 },
1863 "node_modules/chownr": {
1864 "version": "1.1.4",
1865 "license": "ISC"
1866 },
1867 "node_modules/code-block-writer": {
1868 "version": "11.0.3",
1869 "license": "MIT"
1870 },
1871 "node_modules/color-convert": {
1872 "version": "2.0.1",
1873 "license": "MIT",
1874 "dependencies": {
1875 "color-name": "~1.1.4"
1876 },
1877 "engines": {
1878 "node": ">=7.0.0"
1879 }
1880 },
1881 "node_modules/color-name": {
1882 "version": "1.1.4",
1883 "license": "MIT"
1884 },
1885 "node_modules/commander": {
1886 "version": "9.5.0",
1887 "license": "MIT",
1888 "engines": {
1889 "node": "^12.20.0 || >=14"
1890 }
1891 },
1892 "node_modules/commondir": {
1893 "version": "1.0.1",
1894 "resolved": "https://registry.npmjs.org/commondir/-/commondir-1.0.1.tgz",
1895 "integrity": "sha512-W9pAhw0ja1Edb5GVdIF1mjZw/ASI0AlShXM83UUGe2DVr5TdAPEA1OA8m/g8zWp9x6On7gqufY+FatDbC3MDQg==",
1896 "dev": true,
1897 "license": "MIT"
1898 },
1899 "node_modules/consola": {
1900 "version": "3.4.0",
1901 "resolved": "https://registry.npmjs.org/consola/-/consola-3.4.0.tgz",
1902 "integrity": "sha512-EiPU8G6dQG0GFHNR8ljnZFki/8a+cQwEQ+7wpxdChl02Q8HXlwEZWD5lqAF8vC2sEC3Tehr8hy7vErz88LHyUA==",
1903 "license": "MIT",
1904 "engines": {
1905 "node": "^14.18.0 || >=16.10.0"
1906 }
1907 },
1908 "node_modules/content-disposition": {
1909 "version": "0.5.4",
1910 "license": "MIT",
1911 "dependencies": {
1912 "safe-buffer": "5.2.1"
1913 },
1914 "engines": {
1915 "node": ">= 0.6"
1916 }
1917 },
1918 "node_modules/content-type": {
1919 "version": "1.0.5",
1920 "license": "MIT",
1921 "engines": {
1922 "node": ">= 0.6"
1923 }
1924 },
1925 "node_modules/cookie": {
1926 "version": "0.7.2",
1927 "license": "MIT",
1928 "engines": {
1929 "node": ">= 0.6"
1930 }
1931 },
1932 "node_modules/cookie-es": {
1933 "version": "1.2.2",
1934 "resolved": "https://registry.npmjs.org/cookie-es/-/cookie-es-1.2.2.tgz",
1935 "integrity": "sha512-+W7VmiVINB+ywl1HGXJXmrqkOhpKrIiVZV6tQuV54ZyQC7MMuBt81Vc336GMLoHBq5hV/F9eXgt5Mnx0Rha5Fg==",
1936 "license": "MIT"
1937 },
1938 "node_modules/cookie-signature": {
1939 "version": "1.0.6",
1940 "license": "MIT"
1941 },
1942 "node_modules/crossws": {
1943 "version": "0.3.3",
1944 "resolved": "https://registry.npmjs.org/crossws/-/crossws-0.3.3.tgz",
1945 "integrity": "sha512-/71DJT3xJlqSnBr83uGJesmVHSzZEvgxHt/fIKxBAAngqMHmnBWQNxCphVxxJ2XL3xleu5+hJD6IQ3TglBedcw==",
1946 "license": "MIT",
1947 "dependencies": {
1948 "uncrypto": "^0.1.3"
1949 }
1950 },
1951 "node_modules/debug": {
1952 "version": "2.6.9",
1953 "license": "MIT",
1954 "dependencies": {
1955 "ms": "2.0.0"
1956 }
1957 },
1958 "node_modules/debug/node_modules/ms": {
1959 "version": "2.0.0",
1960 "license": "MIT"
1961 },
1962 "node_modules/decompress-response": {
1963 "version": "6.0.0",
1964 "license": "MIT",
1965 "dependencies": {
1966 "mimic-response": "^3.1.0"
1967 },
1968 "engines": {
1969 "node": ">=10"
1970 },
1971 "funding": {
1972 "url": "https://github.com/sponsors/sindresorhus"
1973 }
1974 },
1975 "node_modules/deep-extend": {
1976 "version": "0.6.0",
1977 "license": "MIT",
1978 "engines": {
1979 "node": ">=4.0.0"
1980 }
1981 },
1982 "node_modules/deepmerge": {
1983 "version": "4.3.1",
1984 "resolved": "https://registry.npmjs.org/deepmerge/-/deepmerge-4.3.1.tgz",
1985 "integrity": "sha512-3sUqbMEc77XqpdNO7FRyRog+eW3ph+GYCbj+rK+uYyRMuwsVy0rMiVtPn+QJlKFvWP/1PYpapqYn0Me2knFn+A==",
1986 "dev": true,
1987 "license": "MIT",
1988 "engines": {
1989 "node": ">=0.10.0"
1990 }
1991 },
1992 "node_modules/define-data-property": {
1993 "version": "1.1.4",
1994 "license": "MIT",
1995 "dependencies": {
1996 "es-define-property": "^1.0.0",
1997 "es-errors": "^1.3.0",
1998 "gopd": "^1.0.1"
1999 },
2000 "engines": {
2001 "node": ">= 0.4"
2002 },
2003 "funding": {
2004 "url": "https://github.com/sponsors/ljharb"
2005 }
2006 },
2007 "node_modules/define-properties": {
2008 "version": "1.2.1",
2009 "license": "MIT",
2010 "dependencies": {
2011 "define-data-property": "^1.0.1",
2012 "has-property-descriptors": "^1.0.0",
2013 "object-keys": "^1.1.1"
2014 },
2015 "engines": {
2016 "node": ">= 0.4"
2017 },
2018 "funding": {
2019 "url": "https://github.com/sponsors/ljharb"
2020 }
2021 },
2022 "node_modules/defu": {
2023 "version": "6.1.4",
2024 "license": "MIT"
2025 },
2026 "node_modules/depd": {
2027 "version": "2.0.0",
2028 "license": "MIT",
2029 "engines": {
2030 "node": ">= 0.8"
2031 }
2032 },
2033 "node_modules/destr": {
2034 "version": "2.0.3",
2035 "resolved": "https://registry.npmjs.org/destr/-/destr-2.0.3.tgz",
2036 "integrity": "sha512-2N3BOUU4gYMpTP24s5rF5iP7BDr7uNTCs4ozw3kf/eKfvWSIu93GEBi5m427YoyJoeOzQ5smuu4nNAPGb8idSQ==",
2037 "license": "MIT"
2038 },
2039 "node_modules/destroy": {
2040 "version": "1.2.0",
2041 "license": "MIT",
2042 "engines": {
2043 "node": ">= 0.8",
2044 "npm": "1.2.8000 || >= 1.4.16"
2045 }
2046 },
2047 "node_modules/detect-libc": {
2048 "version": "2.0.3",
2049 "license": "Apache-2.0",
2050 "engines": {
2051 "node": ">=8"
2052 }
2053 },
2054 "node_modules/dotenv": {
2055 "version": "16.4.7",
2056 "license": "BSD-2-Clause",
2057 "engines": {
2058 "node": ">=12"
2059 },
2060 "funding": {
2061 "url": "https://dotenvx.com"
2062 }
2063 },
2064 "node_modules/dunder-proto": {
2065 "version": "1.0.1",
2066 "license": "MIT",
2067 "dependencies": {
2068 "call-bind-apply-helpers": "^1.0.1",
2069 "es-errors": "^1.3.0",
2070 "gopd": "^1.2.0"
2071 },
2072 "engines": {
2073 "node": ">= 0.4"
2074 }
2075 },
2076 "node_modules/ecdsa-sig-formatter": {
2077 "version": "1.0.11",
2078 "license": "Apache-2.0",
2079 "dependencies": {
2080 "safe-buffer": "^5.0.1"
2081 }
2082 },
2083 "node_modules/ee-first": {
2084 "version": "1.1.1",
2085 "license": "MIT"
2086 },
2087 "node_modules/encodeurl": {
2088 "version": "2.0.0",
2089 "license": "MIT",
2090 "engines": {
2091 "node": ">= 0.8"
2092 }
2093 },
2094 "node_modules/end-of-stream": {
2095 "version": "1.4.4",
2096 "license": "MIT",
2097 "dependencies": {
2098 "once": "^1.4.0"
2099 }
2100 },
2101 "node_modules/envalid": {
2102 "version": "8.0.0",
2103 "license": "MIT",
2104 "dependencies": {
2105 "tslib": "2.6.2"
2106 },
2107 "engines": {
2108 "node": ">=8.12"
2109 }
2110 },
2111 "node_modules/es-define-property": {
2112 "version": "1.0.1",
2113 "license": "MIT",
2114 "engines": {
2115 "node": ">= 0.4"
2116 }
2117 },
2118 "node_modules/es-errors": {
2119 "version": "1.3.0",
2120 "license": "MIT",
2121 "engines": {
2122 "node": ">= 0.4"
2123 }
2124 },
2125 "node_modules/es-object-atoms": {
2126 "version": "1.1.1",
2127 "license": "MIT",
2128 "dependencies": {
2129 "es-errors": "^1.3.0"
2130 },
2131 "engines": {
2132 "node": ">= 0.4"
2133 }
2134 },
2135 "node_modules/esbuild": {
2136 "version": "0.23.1",
2137 "dev": true,
2138 "hasInstallScript": true,
2139 "license": "MIT",
2140 "bin": {
2141 "esbuild": "bin/esbuild"
2142 },
2143 "engines": {
2144 "node": ">=18"
2145 },
2146 "optionalDependencies": {
2147 "@esbuild/aix-ppc64": "0.23.1",
2148 "@esbuild/android-arm": "0.23.1",
2149 "@esbuild/android-arm64": "0.23.1",
2150 "@esbuild/android-x64": "0.23.1",
2151 "@esbuild/darwin-arm64": "0.23.1",
2152 "@esbuild/darwin-x64": "0.23.1",
2153 "@esbuild/freebsd-arm64": "0.23.1",
2154 "@esbuild/freebsd-x64": "0.23.1",
2155 "@esbuild/linux-arm": "0.23.1",
2156 "@esbuild/linux-arm64": "0.23.1",
2157 "@esbuild/linux-ia32": "0.23.1",
2158 "@esbuild/linux-loong64": "0.23.1",
2159 "@esbuild/linux-mips64el": "0.23.1",
2160 "@esbuild/linux-ppc64": "0.23.1",
2161 "@esbuild/linux-riscv64": "0.23.1",
2162 "@esbuild/linux-s390x": "0.23.1",
2163 "@esbuild/linux-x64": "0.23.1",
2164 "@esbuild/netbsd-x64": "0.23.1",
2165 "@esbuild/openbsd-arm64": "0.23.1",
2166 "@esbuild/openbsd-x64": "0.23.1",
2167 "@esbuild/sunos-x64": "0.23.1",
2168 "@esbuild/win32-arm64": "0.23.1",
2169 "@esbuild/win32-ia32": "0.23.1",
2170 "@esbuild/win32-x64": "0.23.1"
2171 }
2172 },
2173 "node_modules/esbuild/node_modules/@esbuild/aix-ppc64": {
2174 "version": "0.23.1",
2175 "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.23.1.tgz",
2176 "integrity": "sha512-6VhYk1diRqrhBAqpJEdjASR/+WVRtfjpqKuNw11cLiaWpAT/Uu+nokB+UJnevzy/P9C/ty6AOe0dwueMrGh/iQ==",
2177 "cpu": [
2178 "ppc64"
2179 ],
2180 "dev": true,
2181 "license": "MIT",
2182 "optional": true,
2183 "os": [
2184 "aix"
2185 ],
2186 "engines": {
2187 "node": ">=18"
2188 }
2189 },
2190 "node_modules/esbuild/node_modules/@esbuild/android-arm": {
2191 "version": "0.23.1",
2192 "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.23.1.tgz",
2193 "integrity": "sha512-uz6/tEy2IFm9RYOyvKl88zdzZfwEfKZmnX9Cj1BHjeSGNuGLuMD1kR8y5bteYmwqKm1tj8m4cb/aKEorr6fHWQ==",
2194 "cpu": [
2195 "arm"
2196 ],
2197 "dev": true,
2198 "license": "MIT",
2199 "optional": true,
2200 "os": [
2201 "android"
2202 ],
2203 "engines": {
2204 "node": ">=18"
2205 }
2206 },
2207 "node_modules/esbuild/node_modules/@esbuild/android-arm64": {
2208 "version": "0.23.1",
2209 "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.23.1.tgz",
2210 "integrity": "sha512-xw50ipykXcLstLeWH7WRdQuysJqejuAGPd30vd1i5zSyKK3WE+ijzHmLKxdiCMtH1pHz78rOg0BKSYOSB/2Khw==",
2211 "cpu": [
2212 "arm64"
2213 ],
2214 "dev": true,
2215 "license": "MIT",
2216 "optional": true,
2217 "os": [
2218 "android"
2219 ],
2220 "engines": {
2221 "node": ">=18"
2222 }
2223 },
2224 "node_modules/esbuild/node_modules/@esbuild/android-x64": {
2225 "version": "0.23.1",
2226 "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.23.1.tgz",
2227 "integrity": "sha512-nlN9B69St9BwUoB+jkyU090bru8L0NA3yFvAd7k8dNsVH8bi9a8cUAUSEcEEgTp2z3dbEDGJGfP6VUnkQnlReg==",
2228 "cpu": [
2229 "x64"
2230 ],
2231 "dev": true,
2232 "license": "MIT",
2233 "optional": true,
2234 "os": [
2235 "android"
2236 ],
2237 "engines": {
2238 "node": ">=18"
2239 }
2240 },
2241 "node_modules/esbuild/node_modules/@esbuild/darwin-arm64": {
2242 "version": "0.23.1",
2243 "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.23.1.tgz",
2244 "integrity": "sha512-YsS2e3Wtgnw7Wq53XXBLcV6JhRsEq8hkfg91ESVadIrzr9wO6jJDMZnCQbHm1Guc5t/CdDiFSSfWP58FNuvT3Q==",
2245 "cpu": [
2246 "arm64"
2247 ],
2248 "dev": true,
2249 "license": "MIT",
2250 "optional": true,
2251 "os": [
2252 "darwin"
2253 ],
2254 "engines": {
2255 "node": ">=18"
2256 }
2257 },
2258 "node_modules/esbuild/node_modules/@esbuild/darwin-x64": {
2259 "version": "0.23.1",
2260 "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.23.1.tgz",
2261 "integrity": "sha512-aClqdgTDVPSEGgoCS8QDG37Gu8yc9lTHNAQlsztQ6ENetKEO//b8y31MMu2ZaPbn4kVsIABzVLXYLhCGekGDqw==",
2262 "cpu": [
2263 "x64"
2264 ],
2265 "dev": true,
2266 "license": "MIT",
2267 "optional": true,
2268 "os": [
2269 "darwin"
2270 ],
2271 "engines": {
2272 "node": ">=18"
2273 }
2274 },
2275 "node_modules/esbuild/node_modules/@esbuild/freebsd-arm64": {
2276 "version": "0.23.1",
2277 "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.23.1.tgz",
2278 "integrity": "sha512-h1k6yS8/pN/NHlMl5+v4XPfikhJulk4G+tKGFIOwURBSFzE8bixw1ebjluLOjfwtLqY0kewfjLSrO6tN2MgIhA==",
2279 "cpu": [
2280 "arm64"
2281 ],
2282 "dev": true,
2283 "license": "MIT",
2284 "optional": true,
2285 "os": [
2286 "freebsd"
2287 ],
2288 "engines": {
2289 "node": ">=18"
2290 }
2291 },
2292 "node_modules/esbuild/node_modules/@esbuild/freebsd-x64": {
2293 "version": "0.23.1",
2294 "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.23.1.tgz",
2295 "integrity": "sha512-lK1eJeyk1ZX8UklqFd/3A60UuZ/6UVfGT2LuGo3Wp4/z7eRTRYY+0xOu2kpClP+vMTi9wKOfXi2vjUpO1Ro76g==",
2296 "cpu": [
2297 "x64"
2298 ],
2299 "dev": true,
2300 "license": "MIT",
2301 "optional": true,
2302 "os": [
2303 "freebsd"
2304 ],
2305 "engines": {
2306 "node": ">=18"
2307 }
2308 },
2309 "node_modules/esbuild/node_modules/@esbuild/linux-arm": {
2310 "version": "0.23.1",
2311 "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.23.1.tgz",
2312 "integrity": "sha512-CXXkzgn+dXAPs3WBwE+Kvnrf4WECwBdfjfeYHpMeVxWE0EceB6vhWGShs6wi0IYEqMSIzdOF1XjQ/Mkm5d7ZdQ==",
2313 "cpu": [
2314 "arm"
2315 ],
2316 "dev": true,
2317 "license": "MIT",
2318 "optional": true,
2319 "os": [
2320 "linux"
2321 ],
2322 "engines": {
2323 "node": ">=18"
2324 }
2325 },
2326 "node_modules/esbuild/node_modules/@esbuild/linux-arm64": {
2327 "version": "0.23.1",
2328 "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.23.1.tgz",
2329 "integrity": "sha512-/93bf2yxencYDnItMYV/v116zff6UyTjo4EtEQjUBeGiVpMmffDNUyD9UN2zV+V3LRV3/on4xdZ26NKzn6754g==",
2330 "cpu": [
2331 "arm64"
2332 ],
2333 "dev": true,
2334 "license": "MIT",
2335 "optional": true,
2336 "os": [
2337 "linux"
2338 ],
2339 "engines": {
2340 "node": ">=18"
2341 }
2342 },
2343 "node_modules/esbuild/node_modules/@esbuild/linux-ia32": {
2344 "version": "0.23.1",
2345 "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.23.1.tgz",
2346 "integrity": "sha512-VTN4EuOHwXEkXzX5nTvVY4s7E/Krz7COC8xkftbbKRYAl96vPiUssGkeMELQMOnLOJ8k3BY1+ZY52tttZnHcXQ==",
2347 "cpu": [
2348 "ia32"
2349 ],
2350 "dev": true,
2351 "license": "MIT",
2352 "optional": true,
2353 "os": [
2354 "linux"
2355 ],
2356 "engines": {
2357 "node": ">=18"
2358 }
2359 },
2360 "node_modules/esbuild/node_modules/@esbuild/linux-loong64": {
2361 "version": "0.23.1",
2362 "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.23.1.tgz",
2363 "integrity": "sha512-Vx09LzEoBa5zDnieH8LSMRToj7ir/Jeq0Gu6qJ/1GcBq9GkfoEAoXvLiW1U9J1qE/Y/Oyaq33w5p2ZWrNNHNEw==",
2364 "cpu": [
2365 "loong64"
2366 ],
2367 "dev": true,
2368 "license": "MIT",
2369 "optional": true,
2370 "os": [
2371 "linux"
2372 ],
2373 "engines": {
2374 "node": ">=18"
2375 }
2376 },
2377 "node_modules/esbuild/node_modules/@esbuild/linux-mips64el": {
2378 "version": "0.23.1",
2379 "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.23.1.tgz",
2380 "integrity": "sha512-nrFzzMQ7W4WRLNUOU5dlWAqa6yVeI0P78WKGUo7lg2HShq/yx+UYkeNSE0SSfSure0SqgnsxPvmAUu/vu0E+3Q==",
2381 "cpu": [
2382 "mips64el"
2383 ],
2384 "dev": true,
2385 "license": "MIT",
2386 "optional": true,
2387 "os": [
2388 "linux"
2389 ],
2390 "engines": {
2391 "node": ">=18"
2392 }
2393 },
2394 "node_modules/esbuild/node_modules/@esbuild/linux-ppc64": {
2395 "version": "0.23.1",
2396 "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.23.1.tgz",
2397 "integrity": "sha512-dKN8fgVqd0vUIjxuJI6P/9SSSe/mB9rvA98CSH2sJnlZ/OCZWO1DJvxj8jvKTfYUdGfcq2dDxoKaC6bHuTlgcw==",
2398 "cpu": [
2399 "ppc64"
2400 ],
2401 "dev": true,
2402 "license": "MIT",
2403 "optional": true,
2404 "os": [
2405 "linux"
2406 ],
2407 "engines": {
2408 "node": ">=18"
2409 }
2410 },
2411 "node_modules/esbuild/node_modules/@esbuild/linux-riscv64": {
2412 "version": "0.23.1",
2413 "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.23.1.tgz",
2414 "integrity": "sha512-5AV4Pzp80fhHL83JM6LoA6pTQVWgB1HovMBsLQ9OZWLDqVY8MVobBXNSmAJi//Csh6tcY7e7Lny2Hg1tElMjIA==",
2415 "cpu": [
2416 "riscv64"
2417 ],
2418 "dev": true,
2419 "license": "MIT",
2420 "optional": true,
2421 "os": [
2422 "linux"
2423 ],
2424 "engines": {
2425 "node": ">=18"
2426 }
2427 },
2428 "node_modules/esbuild/node_modules/@esbuild/linux-s390x": {
2429 "version": "0.23.1",
2430 "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.23.1.tgz",
2431 "integrity": "sha512-9ygs73tuFCe6f6m/Tb+9LtYxWR4c9yg7zjt2cYkjDbDpV/xVn+68cQxMXCjUpYwEkze2RcU/rMnfIXNRFmSoDw==",
2432 "cpu": [
2433 "s390x"
2434 ],
2435 "dev": true,
2436 "license": "MIT",
2437 "optional": true,
2438 "os": [
2439 "linux"
2440 ],
2441 "engines": {
2442 "node": ">=18"
2443 }
2444 },
2445 "node_modules/esbuild/node_modules/@esbuild/netbsd-x64": {
2446 "version": "0.23.1",
2447 "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.23.1.tgz",
2448 "integrity": "sha512-aevEkCNu7KlPRpYLjwmdcuNz6bDFiE7Z8XC4CPqExjTvrHugh28QzUXVOZtiYghciKUacNktqxdpymplil1beA==",
2449 "cpu": [
2450 "x64"
2451 ],
2452 "dev": true,
2453 "license": "MIT",
2454 "optional": true,
2455 "os": [
2456 "netbsd"
2457 ],
2458 "engines": {
2459 "node": ">=18"
2460 }
2461 },
2462 "node_modules/esbuild/node_modules/@esbuild/openbsd-arm64": {
2463 "version": "0.23.1",
2464 "resolved": "https://registry.npmjs.org/@esbuild/openbsd-arm64/-/openbsd-arm64-0.23.1.tgz",
2465 "integrity": "sha512-3x37szhLexNA4bXhLrCC/LImN/YtWis6WXr1VESlfVtVeoFJBRINPJ3f0a/6LV8zpikqoUg4hyXw0sFBt5Cr+Q==",
2466 "cpu": [
2467 "arm64"
2468 ],
2469 "dev": true,
2470 "license": "MIT",
2471 "optional": true,
2472 "os": [
2473 "openbsd"
2474 ],
2475 "engines": {
2476 "node": ">=18"
2477 }
2478 },
2479 "node_modules/esbuild/node_modules/@esbuild/openbsd-x64": {
2480 "version": "0.23.1",
2481 "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.23.1.tgz",
2482 "integrity": "sha512-aY2gMmKmPhxfU+0EdnN+XNtGbjfQgwZj43k8G3fyrDM/UdZww6xrWxmDkuz2eCZchqVeABjV5BpildOrUbBTqA==",
2483 "cpu": [
2484 "x64"
2485 ],
2486 "dev": true,
2487 "license": "MIT",
2488 "optional": true,
2489 "os": [
2490 "openbsd"
2491 ],
2492 "engines": {
2493 "node": ">=18"
2494 }
2495 },
2496 "node_modules/esbuild/node_modules/@esbuild/sunos-x64": {
2497 "version": "0.23.1",
2498 "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.23.1.tgz",
2499 "integrity": "sha512-RBRT2gqEl0IKQABT4XTj78tpk9v7ehp+mazn2HbUeZl1YMdaGAQqhapjGTCe7uw7y0frDi4gS0uHzhvpFuI1sA==",
2500 "cpu": [
2501 "x64"
2502 ],
2503 "dev": true,
2504 "license": "MIT",
2505 "optional": true,
2506 "os": [
2507 "sunos"
2508 ],
2509 "engines": {
2510 "node": ">=18"
2511 }
2512 },
2513 "node_modules/esbuild/node_modules/@esbuild/win32-arm64": {
2514 "version": "0.23.1",
2515 "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.23.1.tgz",
2516 "integrity": "sha512-4O+gPR5rEBe2FpKOVyiJ7wNDPA8nGzDuJ6gN4okSA1gEOYZ67N8JPk58tkWtdtPeLz7lBnY6I5L3jdsr3S+A6A==",
2517 "cpu": [
2518 "arm64"
2519 ],
2520 "dev": true,
2521 "license": "MIT",
2522 "optional": true,
2523 "os": [
2524 "win32"
2525 ],
2526 "engines": {
2527 "node": ">=18"
2528 }
2529 },
2530 "node_modules/esbuild/node_modules/@esbuild/win32-ia32": {
2531 "version": "0.23.1",
2532 "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.23.1.tgz",
2533 "integrity": "sha512-BcaL0Vn6QwCwre3Y717nVHZbAa4UBEigzFm6VdsVdT/MbZ38xoj1X9HPkZhbmaBGUD1W8vxAfffbDe8bA6AKnQ==",
2534 "cpu": [
2535 "ia32"
2536 ],
2537 "dev": true,
2538 "license": "MIT",
2539 "optional": true,
2540 "os": [
2541 "win32"
2542 ],
2543 "engines": {
2544 "node": ">=18"
2545 }
2546 },
2547 "node_modules/esbuild/node_modules/@esbuild/win32-x64": {
2548 "version": "0.23.1",
2549 "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.23.1.tgz",
2550 "integrity": "sha512-BHpFFeslkWrXWyUPnbKm+xYYVYruCinGcftSBaa8zoF9hZO4BcSCFUvHVTtzpIY6YzUnYtuEhZ+C9iEXjxnasg==",
2551 "cpu": [
2552 "x64"
2553 ],
2554 "dev": true,
2555 "license": "MIT",
2556 "optional": true,
2557 "os": [
2558 "win32"
2559 ],
2560 "engines": {
2561 "node": ">=18"
2562 }
2563 },
2564 "node_modules/escape-html": {
2565 "version": "1.0.3",
2566 "license": "MIT"
2567 },
2568 "node_modules/etag": {
2569 "version": "1.8.1",
2570 "license": "MIT",
2571 "engines": {
2572 "node": ">= 0.6"
2573 }
2574 },
2575 "node_modules/event-target-shim": {
2576 "version": "5.0.1",
2577 "license": "MIT",
2578 "engines": {
2579 "node": ">=6"
2580 }
2581 },
2582 "node_modules/eventemitter3": {
2583 "version": "4.0.7",
2584 "license": "MIT"
2585 },
2586 "node_modules/events": {
2587 "version": "3.3.0",
2588 "license": "MIT",
2589 "engines": {
2590 "node": ">=0.8.x"
2591 }
2592 },
2593 "node_modules/expand-template": {
2594 "version": "2.0.3",
2595 "license": "(MIT OR WTFPL)",
2596 "engines": {
2597 "node": ">=6"
2598 }
2599 },
2600 "node_modules/express": {
2601 "version": "4.21.2",
2602 "license": "MIT",
2603 "dependencies": {
2604 "accepts": "~1.3.8",
2605 "array-flatten": "1.1.1",
2606 "body-parser": "1.20.3",
2607 "content-disposition": "0.5.4",
2608 "content-type": "~1.0.4",
2609 "cookie": "0.7.1",
2610 "cookie-signature": "1.0.6",
2611 "debug": "2.6.9",
2612 "depd": "2.0.0",
2613 "encodeurl": "~2.0.0",
2614 "escape-html": "~1.0.3",
2615 "etag": "~1.8.1",
2616 "finalhandler": "1.3.1",
2617 "fresh": "0.5.2",
2618 "http-errors": "2.0.0",
2619 "merge-descriptors": "1.0.3",
2620 "methods": "~1.1.2",
2621 "on-finished": "2.4.1",
2622 "parseurl": "~1.3.3",
2623 "path-to-regexp": "0.1.12",
2624 "proxy-addr": "~2.0.7",
2625 "qs": "6.13.0",
2626 "range-parser": "~1.2.1",
2627 "safe-buffer": "5.2.1",
2628 "send": "0.19.0",
2629 "serve-static": "1.16.2",
2630 "setprototypeof": "1.2.0",
2631 "statuses": "2.0.1",
2632 "type-is": "~1.6.18",
2633 "utils-merge": "1.0.1",
2634 "vary": "~1.1.2"
2635 },
2636 "engines": {
2637 "node": ">= 0.10.0"
2638 },
2639 "funding": {
2640 "type": "opencollective",
2641 "url": "https://opencollective.com/express"
2642 }
2643 },
2644 "node_modules/express/node_modules/cookie": {
2645 "version": "0.7.1",
2646 "license": "MIT",
2647 "engines": {
2648 "node": ">= 0.6"
2649 }
2650 },
2651 "node_modules/express/node_modules/path-to-regexp": {
2652 "version": "0.1.12",
2653 "license": "MIT"
2654 },
2655 "node_modules/fast-glob": {
2656 "version": "3.3.3",
2657 "license": "MIT",
2658 "dependencies": {
2659 "@nodelib/fs.stat": "^2.0.2",
2660 "@nodelib/fs.walk": "^1.2.3",
2661 "glob-parent": "^5.1.2",
2662 "merge2": "^1.3.0",
2663 "micromatch": "^4.0.8"
2664 },
2665 "engines": {
2666 "node": ">=8.6.0"
2667 }
2668 },
2669 "node_modules/fast-redact": {
2670 "version": "3.5.0",
2671 "license": "MIT",
2672 "engines": {
2673 "node": ">=6"
2674 }
2675 },
2676 "node_modules/fastq": {
2677 "version": "1.19.0",
2678 "license": "ISC",
2679 "dependencies": {
2680 "reusify": "^1.0.4"
2681 }
2682 },
2683 "node_modules/file-uri-to-path": {
2684 "version": "1.0.0",
2685 "license": "MIT"
2686 },
2687 "node_modules/fill-range": {
2688 "version": "7.1.1",
2689 "license": "MIT",
2690 "dependencies": {
2691 "to-regex-range": "^5.0.1"
2692 },
2693 "engines": {
2694 "node": ">=8"
2695 }
2696 },
2697 "node_modules/finalhandler": {
2698 "version": "1.3.1",
2699 "license": "MIT",
2700 "dependencies": {
2701 "debug": "2.6.9",
2702 "encodeurl": "~2.0.0",
2703 "escape-html": "~1.0.3",
2704 "on-finished": "2.4.1",
2705 "parseurl": "~1.3.3",
2706 "statuses": "2.0.1",
2707 "unpipe": "~1.0.0"
2708 },
2709 "engines": {
2710 "node": ">= 0.8"
2711 }
2712 },
2713 "node_modules/for-each": {
2714 "version": "0.3.4",
2715 "license": "MIT",
2716 "dependencies": {
2717 "is-callable": "^1.2.7"
2718 },
2719 "engines": {
2720 "node": ">= 0.4"
2721 },
2722 "funding": {
2723 "url": "https://github.com/sponsors/ljharb"
2724 }
2725 },
2726 "node_modules/forwarded": {
2727 "version": "0.2.0",
2728 "license": "MIT",
2729 "engines": {
2730 "node": ">= 0.6"
2731 }
2732 },
2733 "node_modules/fresh": {
2734 "version": "0.5.2",
2735 "license": "MIT",
2736 "engines": {
2737 "node": ">= 0.6"
2738 }
2739 },
2740 "node_modules/fs-constants": {
2741 "version": "1.0.0",
2742 "license": "MIT"
2743 },
2744 "node_modules/fsevents": {
2745 "version": "2.3.3",
2746 "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz",
2747 "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
2748 "hasInstallScript": true,
2749 "license": "MIT",
2750 "optional": true,
2751 "os": [
2752 "darwin"
2753 ],
2754 "engines": {
2755 "node": "^8.16.0 || ^10.6.0 || >=11.0.0"
2756 }
2757 },
2758 "node_modules/function-bind": {
2759 "version": "1.1.2",
2760 "license": "MIT",
2761 "funding": {
2762 "url": "https://github.com/sponsors/ljharb"
2763 }
2764 },
2765 "node_modules/get-intrinsic": {
2766 "version": "1.2.7",
2767 "license": "MIT",
2768 "dependencies": {
2769 "call-bind-apply-helpers": "^1.0.1",
2770 "es-define-property": "^1.0.1",
2771 "es-errors": "^1.3.0",
2772 "es-object-atoms": "^1.0.0",
2773 "function-bind": "^1.1.2",
2774 "get-proto": "^1.0.0",
2775 "gopd": "^1.2.0",
2776 "has-symbols": "^1.1.0",
2777 "hasown": "^2.0.2",
2778 "math-intrinsics": "^1.1.0"
2779 },
2780 "engines": {
2781 "node": ">= 0.4"
2782 },
2783 "funding": {
2784 "url": "https://github.com/sponsors/ljharb"
2785 }
2786 },
2787 "node_modules/get-proto": {
2788 "version": "1.0.1",
2789 "license": "MIT",
2790 "dependencies": {
2791 "dunder-proto": "^1.0.1",
2792 "es-object-atoms": "^1.0.0"
2793 },
2794 "engines": {
2795 "node": ">= 0.4"
2796 }
2797 },
2798 "node_modules/get-tsconfig": {
2799 "version": "4.10.0",
2800 "dev": true,
2801 "license": "MIT",
2802 "dependencies": {
2803 "resolve-pkg-maps": "^1.0.0"
2804 },
2805 "funding": {
2806 "url": "https://github.com/privatenumber/get-tsconfig?sponsor=1"
2807 }
2808 },
2809 "node_modules/github-from-package": {
2810 "version": "0.0.0",
2811 "license": "MIT"
2812 },
2813 "node_modules/glob-parent": {
2814 "version": "5.1.2",
2815 "license": "ISC",
2816 "dependencies": {
2817 "is-glob": "^4.0.1"
2818 },
2819 "engines": {
2820 "node": ">= 6"
2821 }
2822 },
2823 "node_modules/gopd": {
2824 "version": "1.2.0",
2825 "license": "MIT",
2826 "engines": {
2827 "node": ">= 0.4"
2828 },
2829 "funding": {
2830 "url": "https://github.com/sponsors/ljharb"
2831 }
2832 },
2833 "node_modules/graphemer": {
2834 "version": "1.4.0",
2835 "license": "MIT"
2836 },
2837 "node_modules/h3": {
2838 "version": "1.14.0",
2839 "resolved": "https://registry.npmjs.org/h3/-/h3-1.14.0.tgz",
2840 "integrity": "sha512-ao22eiONdgelqcnknw0iD645qW0s9NnrJHr5OBz4WOMdBdycfSas1EQf1wXRsm+PcB2Yoj43pjBPwqIpJQTeWg==",
2841 "license": "MIT",
2842 "dependencies": {
2843 "cookie-es": "^1.2.2",
2844 "crossws": "^0.3.2",
2845 "defu": "^6.1.4",
2846 "destr": "^2.0.3",
2847 "iron-webcrypto": "^1.2.1",
2848 "ohash": "^1.1.4",
2849 "radix3": "^1.1.2",
2850 "ufo": "^1.5.4",
2851 "uncrypto": "^0.1.3",
2852 "unenv": "^1.10.0"
2853 }
2854 },
2855 "node_modules/h3/node_modules/unenv": {
2856 "version": "1.10.0",
2857 "resolved": "https://registry.npmjs.org/unenv/-/unenv-1.10.0.tgz",
2858 "integrity": "sha512-wY5bskBQFL9n3Eca5XnhH6KbUo/tfvkwm9OpcdCvLaeA7piBNbavbOKJySEwQ1V0RH6HvNlSAFRTpvTqgKRQXQ==",
2859 "license": "MIT",
2860 "dependencies": {
2861 "consola": "^3.2.3",
2862 "defu": "^6.1.4",
2863 "mime": "^3.0.0",
2864 "node-fetch-native": "^1.6.4",
2865 "pathe": "^1.1.2"
2866 }
2867 },
2868 "node_modules/has-flag": {
2869 "version": "4.0.0",
2870 "license": "MIT",
2871 "engines": {
2872 "node": ">=8"
2873 }
2874 },
2875 "node_modules/has-property-descriptors": {
2876 "version": "1.0.2",
2877 "license": "MIT",
2878 "dependencies": {
2879 "es-define-property": "^1.0.0"
2880 },
2881 "funding": {
2882 "url": "https://github.com/sponsors/ljharb"
2883 }
2884 },
2885 "node_modules/has-symbols": {
2886 "version": "1.1.0",
2887 "license": "MIT",
2888 "engines": {
2889 "node": ">= 0.4"
2890 },
2891 "funding": {
2892 "url": "https://github.com/sponsors/ljharb"
2893 }
2894 },
2895 "node_modules/has-tostringtag": {
2896 "version": "1.0.2",
2897 "license": "MIT",
2898 "dependencies": {
2899 "has-symbols": "^1.0.3"
2900 },
2901 "engines": {
2902 "node": ">= 0.4"
2903 },
2904 "funding": {
2905 "url": "https://github.com/sponsors/ljharb"
2906 }
2907 },
2908 "node_modules/hasown": {
2909 "version": "2.0.2",
2910 "license": "MIT",
2911 "dependencies": {
2912 "function-bind": "^1.1.2"
2913 },
2914 "engines": {
2915 "node": ">= 0.4"
2916 }
2917 },
2918 "node_modules/hono": {
2919 "version": "4.6.19",
2920 "license": "MIT",
2921 "engines": {
2922 "node": ">=16.9.0"
2923 }
2924 },
2925 "node_modules/http-errors": {
2926 "version": "2.0.0",
2927 "license": "MIT",
2928 "dependencies": {
2929 "depd": "2.0.0",
2930 "inherits": "2.0.4",
2931 "setprototypeof": "1.2.0",
2932 "statuses": "2.0.1",
2933 "toidentifier": "1.0.1"
2934 },
2935 "engines": {
2936 "node": ">= 0.8"
2937 }
2938 },
2939 "node_modules/iconv-lite": {
2940 "version": "0.4.24",
2941 "license": "MIT",
2942 "dependencies": {
2943 "safer-buffer": ">= 2.1.2 < 3"
2944 },
2945 "engines": {
2946 "node": ">=0.10.0"
2947 }
2948 },
2949 "node_modules/ieee754": {
2950 "version": "1.2.1",
2951 "funding": [
2952 {
2953 "type": "github",
2954 "url": "https://github.com/sponsors/feross"
2955 },
2956 {
2957 "type": "patreon",
2958 "url": "https://www.patreon.com/feross"
2959 },
2960 {
2961 "type": "consulting",
2962 "url": "https://feross.org/support"
2963 }
2964 ],
2965 "license": "BSD-3-Clause"
2966 },
2967 "node_modules/inherits": {
2968 "version": "2.0.4",
2969 "license": "ISC"
2970 },
2971 "node_modules/ini": {
2972 "version": "1.3.8",
2973 "license": "ISC"
2974 },
2975 "node_modules/ipaddr.js": {
2976 "version": "2.2.0",
2977 "license": "MIT",
2978 "engines": {
2979 "node": ">= 10"
2980 }
2981 },
2982 "node_modules/iron-session": {
2983 "version": "8.0.4",
2984 "funding": [
2985 "https://github.com/sponsors/vvo",
2986 "https://github.com/sponsors/brc-dd"
2987 ],
2988 "license": "MIT",
2989 "dependencies": {
2990 "cookie": "^0.7.2",
2991 "iron-webcrypto": "^1.2.1",
2992 "uncrypto": "^0.1.3"
2993 }
2994 },
2995 "node_modules/iron-webcrypto": {
2996 "version": "1.2.1",
2997 "license": "MIT",
2998 "funding": {
2999 "url": "https://github.com/sponsors/brc-dd"
3000 }
3001 },
3002 "node_modules/is-arguments": {
3003 "version": "1.2.0",
3004 "license": "MIT",
3005 "dependencies": {
3006 "call-bound": "^1.0.2",
3007 "has-tostringtag": "^1.0.2"
3008 },
3009 "engines": {
3010 "node": ">= 0.4"
3011 },
3012 "funding": {
3013 "url": "https://github.com/sponsors/ljharb"
3014 }
3015 },
3016 "node_modules/is-binary-path": {
3017 "version": "2.1.0",
3018 "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz",
3019 "integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==",
3020 "license": "MIT",
3021 "dependencies": {
3022 "binary-extensions": "^2.0.0"
3023 },
3024 "engines": {
3025 "node": ">=8"
3026 }
3027 },
3028 "node_modules/is-callable": {
3029 "version": "1.2.7",
3030 "license": "MIT",
3031 "engines": {
3032 "node": ">= 0.4"
3033 },
3034 "funding": {
3035 "url": "https://github.com/sponsors/ljharb"
3036 }
3037 },
3038 "node_modules/is-core-module": {
3039 "version": "2.16.1",
3040 "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.16.1.tgz",
3041 "integrity": "sha512-UfoeMA6fIJ8wTYFEUjelnaGI67v6+N7qXJEvQuIGa99l4xsCruSYOVSQ0uPANn4dAzm8lkYPaKLrrijLq7x23w==",
3042 "dev": true,
3043 "license": "MIT",
3044 "dependencies": {
3045 "hasown": "^2.0.2"
3046 },
3047 "engines": {
3048 "node": ">= 0.4"
3049 },
3050 "funding": {
3051 "url": "https://github.com/sponsors/ljharb"
3052 }
3053 },
3054 "node_modules/is-extglob": {
3055 "version": "2.1.1",
3056 "license": "MIT",
3057 "engines": {
3058 "node": ">=0.10.0"
3059 }
3060 },
3061 "node_modules/is-generator-function": {
3062 "version": "1.1.0",
3063 "license": "MIT",
3064 "dependencies": {
3065 "call-bound": "^1.0.3",
3066 "get-proto": "^1.0.0",
3067 "has-tostringtag": "^1.0.2",
3068 "safe-regex-test": "^1.1.0"
3069 },
3070 "engines": {
3071 "node": ">= 0.4"
3072 },
3073 "funding": {
3074 "url": "https://github.com/sponsors/ljharb"
3075 }
3076 },
3077 "node_modules/is-glob": {
3078 "version": "4.0.3",
3079 "license": "MIT",
3080 "dependencies": {
3081 "is-extglob": "^2.1.1"
3082 },
3083 "engines": {
3084 "node": ">=0.10.0"
3085 }
3086 },
3087 "node_modules/is-module": {
3088 "version": "1.0.0",
3089 "resolved": "https://registry.npmjs.org/is-module/-/is-module-1.0.0.tgz",
3090 "integrity": "sha512-51ypPSPCoTEIN9dy5Oy+h4pShgJmPCygKfyRCISBI+JoWT/2oJvK8QPxmwv7b/p239jXrm9M1mlQbyKJ5A152g==",
3091 "dev": true,
3092 "license": "MIT"
3093 },
3094 "node_modules/is-nan": {
3095 "version": "1.3.2",
3096 "license": "MIT",
3097 "dependencies": {
3098 "call-bind": "^1.0.0",
3099 "define-properties": "^1.1.3"
3100 },
3101 "engines": {
3102 "node": ">= 0.4"
3103 },
3104 "funding": {
3105 "url": "https://github.com/sponsors/ljharb"
3106 }
3107 },
3108 "node_modules/is-number": {
3109 "version": "7.0.0",
3110 "license": "MIT",
3111 "engines": {
3112 "node": ">=0.12.0"
3113 }
3114 },
3115 "node_modules/is-reference": {
3116 "version": "1.2.1",
3117 "resolved": "https://registry.npmjs.org/is-reference/-/is-reference-1.2.1.tgz",
3118 "integrity": "sha512-U82MsXXiFIrjCK4otLT+o2NA2Cd2g5MLoOVXUZjIOhLurrRxpEXzI8O0KZHr3IjLvlAH1kTPYSuqer5T9ZVBKQ==",
3119 "dev": true,
3120 "license": "MIT",
3121 "dependencies": {
3122 "@types/estree": "*"
3123 }
3124 },
3125 "node_modules/is-regex": {
3126 "version": "1.2.1",
3127 "license": "MIT",
3128 "dependencies": {
3129 "call-bound": "^1.0.2",
3130 "gopd": "^1.2.0",
3131 "has-tostringtag": "^1.0.2",
3132 "hasown": "^2.0.2"
3133 },
3134 "engines": {
3135 "node": ">= 0.4"
3136 },
3137 "funding": {
3138 "url": "https://github.com/sponsors/ljharb"
3139 }
3140 },
3141 "node_modules/is-typed-array": {
3142 "version": "1.1.15",
3143 "license": "MIT",
3144 "dependencies": {
3145 "which-typed-array": "^1.1.16"
3146 },
3147 "engines": {
3148 "node": ">= 0.4"
3149 },
3150 "funding": {
3151 "url": "https://github.com/sponsors/ljharb"
3152 }
3153 },
3154 "node_modules/iso-datestring-validator": {
3155 "version": "2.2.2",
3156 "license": "MIT"
3157 },
3158 "node_modules/jose": {
3159 "version": "5.9.6",
3160 "license": "MIT",
3161 "funding": {
3162 "url": "https://github.com/sponsors/panva"
3163 }
3164 },
3165 "node_modules/js-yaml": {
3166 "version": "4.1.0",
3167 "license": "MIT",
3168 "dependencies": {
3169 "argparse": "^2.0.1"
3170 },
3171 "bin": {
3172 "js-yaml": "bin/js-yaml.js"
3173 }
3174 },
3175 "node_modules/jsonwebtoken": {
3176 "version": "9.0.2",
3177 "license": "MIT",
3178 "dependencies": {
3179 "jws": "^3.2.2",
3180 "lodash.includes": "^4.3.0",
3181 "lodash.isboolean": "^3.0.3",
3182 "lodash.isinteger": "^4.0.4",
3183 "lodash.isnumber": "^3.0.3",
3184 "lodash.isplainobject": "^4.0.6",
3185 "lodash.isstring": "^4.0.1",
3186 "lodash.once": "^4.0.0",
3187 "ms": "^2.1.1",
3188 "semver": "^7.5.4"
3189 },
3190 "engines": {
3191 "node": ">=12",
3192 "npm": ">=6"
3193 }
3194 },
3195 "node_modules/jwa": {
3196 "version": "1.4.1",
3197 "license": "MIT",
3198 "dependencies": {
3199 "buffer-equal-constant-time": "1.0.1",
3200 "ecdsa-sig-formatter": "1.0.11",
3201 "safe-buffer": "^5.0.1"
3202 }
3203 },
3204 "node_modules/jws": {
3205 "version": "3.2.2",
3206 "license": "MIT",
3207 "dependencies": {
3208 "jwa": "^1.4.1",
3209 "safe-buffer": "^5.0.1"
3210 }
3211 },
3212 "node_modules/kysely": {
3213 "version": "0.27.5",
3214 "license": "MIT",
3215 "engines": {
3216 "node": ">=14.0.0"
3217 }
3218 },
3219 "node_modules/lodash.includes": {
3220 "version": "4.3.0",
3221 "license": "MIT"
3222 },
3223 "node_modules/lodash.isboolean": {
3224 "version": "3.0.3",
3225 "license": "MIT"
3226 },
3227 "node_modules/lodash.isinteger": {
3228 "version": "4.0.4",
3229 "license": "MIT"
3230 },
3231 "node_modules/lodash.isnumber": {
3232 "version": "3.0.3",
3233 "license": "MIT"
3234 },
3235 "node_modules/lodash.isplainobject": {
3236 "version": "4.0.6",
3237 "license": "MIT"
3238 },
3239 "node_modules/lodash.isstring": {
3240 "version": "4.0.1",
3241 "license": "MIT"
3242 },
3243 "node_modules/lodash.once": {
3244 "version": "4.1.1",
3245 "license": "MIT"
3246 },
3247 "node_modules/lru-cache": {
3248 "version": "10.4.3",
3249 "license": "ISC"
3250 },
3251 "node_modules/math-intrinsics": {
3252 "version": "1.1.0",
3253 "license": "MIT",
3254 "engines": {
3255 "node": ">= 0.4"
3256 }
3257 },
3258 "node_modules/media-typer": {
3259 "version": "0.3.0",
3260 "license": "MIT",
3261 "engines": {
3262 "node": ">= 0.6"
3263 }
3264 },
3265 "node_modules/merge-descriptors": {
3266 "version": "1.0.3",
3267 "license": "MIT",
3268 "funding": {
3269 "url": "https://github.com/sponsors/sindresorhus"
3270 }
3271 },
3272 "node_modules/merge2": {
3273 "version": "1.4.1",
3274 "license": "MIT",
3275 "engines": {
3276 "node": ">= 8"
3277 }
3278 },
3279 "node_modules/methods": {
3280 "version": "1.1.2",
3281 "license": "MIT",
3282 "engines": {
3283 "node": ">= 0.6"
3284 }
3285 },
3286 "node_modules/micromatch": {
3287 "version": "4.0.8",
3288 "license": "MIT",
3289 "dependencies": {
3290 "braces": "^3.0.3",
3291 "picomatch": "^2.3.1"
3292 },
3293 "engines": {
3294 "node": ">=8.6"
3295 }
3296 },
3297 "node_modules/mime": {
3298 "version": "3.0.0",
3299 "license": "MIT",
3300 "bin": {
3301 "mime": "cli.js"
3302 },
3303 "engines": {
3304 "node": ">=10.0.0"
3305 }
3306 },
3307 "node_modules/mime-db": {
3308 "version": "1.52.0",
3309 "license": "MIT",
3310 "engines": {
3311 "node": ">= 0.6"
3312 }
3313 },
3314 "node_modules/mime-types": {
3315 "version": "2.1.35",
3316 "license": "MIT",
3317 "dependencies": {
3318 "mime-db": "1.52.0"
3319 },
3320 "engines": {
3321 "node": ">= 0.6"
3322 }
3323 },
3324 "node_modules/mimic-response": {
3325 "version": "3.1.0",
3326 "license": "MIT",
3327 "engines": {
3328 "node": ">=10"
3329 },
3330 "funding": {
3331 "url": "https://github.com/sponsors/sindresorhus"
3332 }
3333 },
3334 "node_modules/minimatch": {
3335 "version": "5.1.6",
3336 "license": "ISC",
3337 "dependencies": {
3338 "brace-expansion": "^2.0.1"
3339 },
3340 "engines": {
3341 "node": ">=10"
3342 }
3343 },
3344 "node_modules/minimist": {
3345 "version": "1.2.8",
3346 "license": "MIT",
3347 "funding": {
3348 "url": "https://github.com/sponsors/ljharb"
3349 }
3350 },
3351 "node_modules/mkdirp": {
3352 "version": "1.0.4",
3353 "license": "MIT",
3354 "bin": {
3355 "mkdirp": "bin/cmd.js"
3356 },
3357 "engines": {
3358 "node": ">=10"
3359 }
3360 },
3361 "node_modules/mkdirp-classic": {
3362 "version": "0.5.3",
3363 "license": "MIT"
3364 },
3365 "node_modules/ms": {
3366 "version": "2.1.3",
3367 "license": "MIT"
3368 },
3369 "node_modules/multiformats": {
3370 "version": "9.9.0",
3371 "license": "(Apache-2.0 AND MIT)"
3372 },
3373 "node_modules/napi-build-utils": {
3374 "version": "2.0.0",
3375 "license": "MIT"
3376 },
3377 "node_modules/negotiator": {
3378 "version": "0.6.3",
3379 "license": "MIT",
3380 "engines": {
3381 "node": ">= 0.6"
3382 }
3383 },
3384 "node_modules/node-abi": {
3385 "version": "3.74.0",
3386 "license": "MIT",
3387 "dependencies": {
3388 "semver": "^7.3.5"
3389 },
3390 "engines": {
3391 "node": ">=10"
3392 }
3393 },
3394 "node_modules/node-fetch-native": {
3395 "version": "1.6.6",
3396 "resolved": "https://registry.npmjs.org/node-fetch-native/-/node-fetch-native-1.6.6.tgz",
3397 "integrity": "sha512-8Mc2HhqPdlIfedsuZoc3yioPuzp6b+L5jRCRY1QzuWZh2EGJVQrGppC6V6cF0bLdbW0+O2YpqCA25aF/1lvipQ==",
3398 "license": "MIT"
3399 },
3400 "node_modules/node-gyp-build-optional-packages": {
3401 "version": "5.1.1",
3402 "license": "MIT",
3403 "optional": true,
3404 "dependencies": {
3405 "detect-libc": "^2.0.1"
3406 },
3407 "bin": {
3408 "node-gyp-build-optional-packages": "bin.js",
3409 "node-gyp-build-optional-packages-optional": "optional.js",
3410 "node-gyp-build-optional-packages-test": "build-test.js"
3411 }
3412 },
3413 "node_modules/normalize-path": {
3414 "version": "3.0.0",
3415 "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz",
3416 "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==",
3417 "license": "MIT",
3418 "engines": {
3419 "node": ">=0.10.0"
3420 }
3421 },
3422 "node_modules/object-inspect": {
3423 "version": "1.13.3",
3424 "license": "MIT",
3425 "engines": {
3426 "node": ">= 0.4"
3427 },
3428 "funding": {
3429 "url": "https://github.com/sponsors/ljharb"
3430 }
3431 },
3432 "node_modules/object-is": {
3433 "version": "1.1.6",
3434 "license": "MIT",
3435 "dependencies": {
3436 "call-bind": "^1.0.7",
3437 "define-properties": "^1.2.1"
3438 },
3439 "engines": {
3440 "node": ">= 0.4"
3441 },
3442 "funding": {
3443 "url": "https://github.com/sponsors/ljharb"
3444 }
3445 },
3446 "node_modules/object-keys": {
3447 "version": "1.1.1",
3448 "license": "MIT",
3449 "engines": {
3450 "node": ">= 0.4"
3451 }
3452 },
3453 "node_modules/object.assign": {
3454 "version": "4.1.7",
3455 "license": "MIT",
3456 "dependencies": {
3457 "call-bind": "^1.0.8",
3458 "call-bound": "^1.0.3",
3459 "define-properties": "^1.2.1",
3460 "es-object-atoms": "^1.0.0",
3461 "has-symbols": "^1.1.0",
3462 "object-keys": "^1.1.1"
3463 },
3464 "engines": {
3465 "node": ">= 0.4"
3466 },
3467 "funding": {
3468 "url": "https://github.com/sponsors/ljharb"
3469 }
3470 },
3471 "node_modules/ofetch": {
3472 "version": "1.4.1",
3473 "resolved": "https://registry.npmjs.org/ofetch/-/ofetch-1.4.1.tgz",
3474 "integrity": "sha512-QZj2DfGplQAr2oj9KzceK9Hwz6Whxazmn85yYeVuS3u9XTMOGMRx0kO95MQ+vLsj/S/NwBDMMLU5hpxvI6Tklw==",
3475 "license": "MIT",
3476 "dependencies": {
3477 "destr": "^2.0.3",
3478 "node-fetch-native": "^1.6.4",
3479 "ufo": "^1.5.4"
3480 }
3481 },
3482 "node_modules/ohash": {
3483 "version": "1.1.4",
3484 "license": "MIT"
3485 },
3486 "node_modules/on-exit-leak-free": {
3487 "version": "2.1.2",
3488 "license": "MIT",
3489 "engines": {
3490 "node": ">=14.0.0"
3491 }
3492 },
3493 "node_modules/on-finished": {
3494 "version": "2.4.1",
3495 "license": "MIT",
3496 "dependencies": {
3497 "ee-first": "1.1.1"
3498 },
3499 "engines": {
3500 "node": ">= 0.8"
3501 }
3502 },
3503 "node_modules/once": {
3504 "version": "1.4.0",
3505 "license": "ISC",
3506 "dependencies": {
3507 "wrappy": "1"
3508 }
3509 },
3510 "node_modules/openapi3-ts": {
3511 "version": "4.4.0",
3512 "license": "MIT",
3513 "dependencies": {
3514 "yaml": "^2.5.0"
3515 }
3516 },
3517 "node_modules/p-finally": {
3518 "version": "1.0.0",
3519 "license": "MIT",
3520 "engines": {
3521 "node": ">=4"
3522 }
3523 },
3524 "node_modules/p-queue": {
3525 "version": "6.6.2",
3526 "license": "MIT",
3527 "dependencies": {
3528 "eventemitter3": "^4.0.4",
3529 "p-timeout": "^3.2.0"
3530 },
3531 "engines": {
3532 "node": ">=8"
3533 },
3534 "funding": {
3535 "url": "https://github.com/sponsors/sindresorhus"
3536 }
3537 },
3538 "node_modules/p-timeout": {
3539 "version": "3.2.0",
3540 "license": "MIT",
3541 "dependencies": {
3542 "p-finally": "^1.0.0"
3543 },
3544 "engines": {
3545 "node": ">=8"
3546 }
3547 },
3548 "node_modules/parseurl": {
3549 "version": "1.3.3",
3550 "license": "MIT",
3551 "engines": {
3552 "node": ">= 0.8"
3553 }
3554 },
3555 "node_modules/path-browserify": {
3556 "version": "1.0.1",
3557 "license": "MIT"
3558 },
3559 "node_modules/path-parse": {
3560 "version": "1.0.7",
3561 "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz",
3562 "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==",
3563 "dev": true,
3564 "license": "MIT"
3565 },
3566 "node_modules/pathe": {
3567 "version": "1.1.2",
3568 "license": "MIT"
3569 },
3570 "node_modules/picomatch": {
3571 "version": "2.3.1",
3572 "license": "MIT",
3573 "engines": {
3574 "node": ">=8.6"
3575 },
3576 "funding": {
3577 "url": "https://github.com/sponsors/jonschlinkert"
3578 }
3579 },
3580 "node_modules/pino": {
3581 "version": "8.21.0",
3582 "license": "MIT",
3583 "dependencies": {
3584 "atomic-sleep": "^1.0.0",
3585 "fast-redact": "^3.1.1",
3586 "on-exit-leak-free": "^2.1.0",
3587 "pino-abstract-transport": "^1.2.0",
3588 "pino-std-serializers": "^6.0.0",
3589 "process-warning": "^3.0.0",
3590 "quick-format-unescaped": "^4.0.3",
3591 "real-require": "^0.2.0",
3592 "safe-stable-stringify": "^2.3.1",
3593 "sonic-boom": "^3.7.0",
3594 "thread-stream": "^2.6.0"
3595 },
3596 "bin": {
3597 "pino": "bin.js"
3598 }
3599 },
3600 "node_modules/pino-abstract-transport": {
3601 "version": "1.2.0",
3602 "license": "MIT",
3603 "dependencies": {
3604 "readable-stream": "^4.0.0",
3605 "split2": "^4.0.0"
3606 }
3607 },
3608 "node_modules/pino-std-serializers": {
3609 "version": "6.2.2",
3610 "license": "MIT"
3611 },
3612 "node_modules/pkgroll": {
3613 "version": "2.6.1",
3614 "resolved": "https://registry.npmjs.org/pkgroll/-/pkgroll-2.6.1.tgz",
3615 "integrity": "sha512-n9ll3LHCvFVsoXzxAFN/Z+kO4E1ByRW/6YdcreLGKj6b7qpRnZI14Xd7nSfhhWcrF67aAVoT/00wGG7VQsSu9Q==",
3616 "dev": true,
3617 "license": "MIT",
3618 "dependencies": {
3619 "@rollup/plugin-alias": "^5.1.1",
3620 "@rollup/plugin-commonjs": "^28.0.2",
3621 "@rollup/plugin-dynamic-import-vars": "^2.1.5",
3622 "@rollup/plugin-inject": "^5.0.5",
3623 "@rollup/plugin-json": "^6.1.0",
3624 "@rollup/plugin-node-resolve": "^16.0.0",
3625 "@rollup/plugin-replace": "^6.0.2",
3626 "@rollup/pluginutils": "^5.1.4",
3627 "esbuild": "^0.24.2",
3628 "magic-string": "^0.30.17",
3629 "rollup": "^4.29.1"
3630 },
3631 "bin": {
3632 "pkgroll": "dist/cli.js"
3633 },
3634 "engines": {
3635 "node": ">=18"
3636 },
3637 "funding": {
3638 "url": "https://github.com/privatenumber/pkgroll?sponsor=1"
3639 },
3640 "peerDependencies": {
3641 "typescript": "^4.1 || ^5.0"
3642 },
3643 "peerDependenciesMeta": {
3644 "typescript": {
3645 "optional": true
3646 }
3647 }
3648 },
3649 "node_modules/pkgroll/node_modules/@esbuild/linux-x64": {
3650 "version": "0.24.2",
3651 "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.24.2.tgz",
3652 "integrity": "sha512-8Qi4nQcCTbLnK9WoMjdC9NiTG6/E38RNICU6sUNqK0QFxCYgoARqVqxdFmWkdonVsvGqWhmm7MO0jyTqLqwj0Q==",
3653 "cpu": [
3654 "x64"
3655 ],
3656 "dev": true,
3657 "license": "MIT",
3658 "optional": true,
3659 "os": [
3660 "linux"
3661 ],
3662 "engines": {
3663 "node": ">=18"
3664 }
3665 },
3666 "node_modules/pkgroll/node_modules/esbuild": {
3667 "version": "0.24.2",
3668 "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.24.2.tgz",
3669 "integrity": "sha512-+9egpBW8I3CD5XPe0n6BfT5fxLzxrlDzqydF3aviG+9ni1lDC/OvMHcxqEFV0+LANZG5R1bFMWfUrjVsdwxJvA==",
3670 "dev": true,
3671 "hasInstallScript": true,
3672 "license": "MIT",
3673 "bin": {
3674 "esbuild": "bin/esbuild"
3675 },
3676 "engines": {
3677 "node": ">=18"
3678 },
3679 "optionalDependencies": {
3680 "@esbuild/aix-ppc64": "0.24.2",
3681 "@esbuild/android-arm": "0.24.2",
3682 "@esbuild/android-arm64": "0.24.2",
3683 "@esbuild/android-x64": "0.24.2",
3684 "@esbuild/darwin-arm64": "0.24.2",
3685 "@esbuild/darwin-x64": "0.24.2",
3686 "@esbuild/freebsd-arm64": "0.24.2",
3687 "@esbuild/freebsd-x64": "0.24.2",
3688 "@esbuild/linux-arm": "0.24.2",
3689 "@esbuild/linux-arm64": "0.24.2",
3690 "@esbuild/linux-ia32": "0.24.2",
3691 "@esbuild/linux-loong64": "0.24.2",
3692 "@esbuild/linux-mips64el": "0.24.2",
3693 "@esbuild/linux-ppc64": "0.24.2",
3694 "@esbuild/linux-riscv64": "0.24.2",
3695 "@esbuild/linux-s390x": "0.24.2",
3696 "@esbuild/linux-x64": "0.24.2",
3697 "@esbuild/netbsd-arm64": "0.24.2",
3698 "@esbuild/netbsd-x64": "0.24.2",
3699 "@esbuild/openbsd-arm64": "0.24.2",
3700 "@esbuild/openbsd-x64": "0.24.2",
3701 "@esbuild/sunos-x64": "0.24.2",
3702 "@esbuild/win32-arm64": "0.24.2",
3703 "@esbuild/win32-ia32": "0.24.2",
3704 "@esbuild/win32-x64": "0.24.2"
3705 }
3706 },
3707 "node_modules/pkgroll/node_modules/magic-string": {
3708 "version": "0.30.17",
3709 "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.17.tgz",
3710 "integrity": "sha512-sNPKHvyjVf7gyjwS4xGTaW/mCnF8wnjtifKBEhxfZ7E/S8tQ0rssrwGNn6q8JH/ohItJfSQp9mBtQYuTlH5QnA==",
3711 "dev": true,
3712 "license": "MIT",
3713 "dependencies": {
3714 "@jridgewell/sourcemap-codec": "^1.5.0"
3715 }
3716 },
3717 "node_modules/possible-typed-array-names": {
3718 "version": "1.0.0",
3719 "license": "MIT",
3720 "engines": {
3721 "node": ">= 0.4"
3722 }
3723 },
3724 "node_modules/prebuild-install": {
3725 "version": "7.1.3",
3726 "license": "MIT",
3727 "dependencies": {
3728 "detect-libc": "^2.0.0",
3729 "expand-template": "^2.0.3",
3730 "github-from-package": "0.0.0",
3731 "minimist": "^1.2.3",
3732 "mkdirp-classic": "^0.5.3",
3733 "napi-build-utils": "^2.0.0",
3734 "node-abi": "^3.3.0",
3735 "pump": "^3.0.0",
3736 "rc": "^1.2.7",
3737 "simple-get": "^4.0.0",
3738 "tar-fs": "^2.0.0",
3739 "tunnel-agent": "^0.6.0"
3740 },
3741 "bin": {
3742 "prebuild-install": "bin.js"
3743 },
3744 "engines": {
3745 "node": ">=10"
3746 }
3747 },
3748 "node_modules/prettier": {
3749 "version": "3.4.2",
3750 "license": "MIT",
3751 "bin": {
3752 "prettier": "bin/prettier.cjs"
3753 },
3754 "engines": {
3755 "node": ">=14"
3756 },
3757 "funding": {
3758 "url": "https://github.com/prettier/prettier?sponsor=1"
3759 }
3760 },
3761 "node_modules/process": {
3762 "version": "0.11.10",
3763 "license": "MIT",
3764 "engines": {
3765 "node": ">= 0.6.0"
3766 }
3767 },
3768 "node_modules/process-warning": {
3769 "version": "3.0.0",
3770 "license": "MIT"
3771 },
3772 "node_modules/proxy-addr": {
3773 "version": "2.0.7",
3774 "license": "MIT",
3775 "dependencies": {
3776 "forwarded": "0.2.0",
3777 "ipaddr.js": "1.9.1"
3778 },
3779 "engines": {
3780 "node": ">= 0.10"
3781 }
3782 },
3783 "node_modules/proxy-addr/node_modules/ipaddr.js": {
3784 "version": "1.9.1",
3785 "license": "MIT",
3786 "engines": {
3787 "node": ">= 0.10"
3788 }
3789 },
3790 "node_modules/psl": {
3791 "version": "1.15.0",
3792 "license": "MIT",
3793 "dependencies": {
3794 "punycode": "^2.3.1"
3795 },
3796 "funding": {
3797 "url": "https://github.com/sponsors/lupomontero"
3798 }
3799 },
3800 "node_modules/psl/node_modules/punycode": {
3801 "version": "2.3.1",
3802 "license": "MIT",
3803 "engines": {
3804 "node": ">=6"
3805 }
3806 },
3807 "node_modules/pump": {
3808 "version": "3.0.2",
3809 "license": "MIT",
3810 "dependencies": {
3811 "end-of-stream": "^1.1.0",
3812 "once": "^1.3.1"
3813 }
3814 },
3815 "node_modules/punycode": {
3816 "version": "1.4.1",
3817 "license": "MIT"
3818 },
3819 "node_modules/qs": {
3820 "version": "6.13.0",
3821 "license": "BSD-3-Clause",
3822 "dependencies": {
3823 "side-channel": "^1.0.6"
3824 },
3825 "engines": {
3826 "node": ">=0.6"
3827 },
3828 "funding": {
3829 "url": "https://github.com/sponsors/ljharb"
3830 }
3831 },
3832 "node_modules/queue-microtask": {
3833 "version": "1.2.3",
3834 "funding": [
3835 {
3836 "type": "github",
3837 "url": "https://github.com/sponsors/feross"
3838 },
3839 {
3840 "type": "patreon",
3841 "url": "https://www.patreon.com/feross"
3842 },
3843 {
3844 "type": "consulting",
3845 "url": "https://feross.org/support"
3846 }
3847 ],
3848 "license": "MIT"
3849 },
3850 "node_modules/quick-format-unescaped": {
3851 "version": "4.0.4",
3852 "license": "MIT"
3853 },
3854 "node_modules/radix3": {
3855 "version": "1.1.2",
3856 "resolved": "https://registry.npmjs.org/radix3/-/radix3-1.1.2.tgz",
3857 "integrity": "sha512-b484I/7b8rDEdSDKckSSBA8knMpcdsXudlE/LNL639wFoHKwLbEkQFZHWEYwDC0wa0FKUcCY+GAF73Z7wxNVFA==",
3858 "license": "MIT"
3859 },
3860 "node_modules/range-parser": {
3861 "version": "1.2.1",
3862 "license": "MIT",
3863 "engines": {
3864 "node": ">= 0.6"
3865 }
3866 },
3867 "node_modules/rate-limiter-flexible": {
3868 "version": "2.4.2",
3869 "license": "ISC"
3870 },
3871 "node_modules/raw-body": {
3872 "version": "2.5.2",
3873 "license": "MIT",
3874 "dependencies": {
3875 "bytes": "3.1.2",
3876 "http-errors": "2.0.0",
3877 "iconv-lite": "0.4.24",
3878 "unpipe": "1.0.0"
3879 },
3880 "engines": {
3881 "node": ">= 0.8"
3882 }
3883 },
3884 "node_modules/rc": {
3885 "version": "1.2.8",
3886 "license": "(BSD-2-Clause OR MIT OR Apache-2.0)",
3887 "dependencies": {
3888 "deep-extend": "^0.6.0",
3889 "ini": "~1.3.0",
3890 "minimist": "^1.2.0",
3891 "strip-json-comments": "~2.0.1"
3892 },
3893 "bin": {
3894 "rc": "cli.js"
3895 }
3896 },
3897 "node_modules/readable-stream": {
3898 "version": "4.7.0",
3899 "license": "MIT",
3900 "dependencies": {
3901 "abort-controller": "^3.0.0",
3902 "buffer": "^6.0.3",
3903 "events": "^3.3.0",
3904 "process": "^0.11.10",
3905 "string_decoder": "^1.3.0"
3906 },
3907 "engines": {
3908 "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
3909 }
3910 },
3911 "node_modules/readdirp": {
3912 "version": "3.6.0",
3913 "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz",
3914 "integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==",
3915 "license": "MIT",
3916 "dependencies": {
3917 "picomatch": "^2.2.1"
3918 },
3919 "engines": {
3920 "node": ">=8.10.0"
3921 }
3922 },
3923 "node_modules/real-require": {
3924 "version": "0.2.0",
3925 "license": "MIT",
3926 "engines": {
3927 "node": ">= 12.13.0"
3928 }
3929 },
3930 "node_modules/resolve": {
3931 "version": "1.22.10",
3932 "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.10.tgz",
3933 "integrity": "sha512-NPRy+/ncIMeDlTAsuqwKIiferiawhefFJtkNSW0qZJEqMEb+qBt/77B/jGeeek+F0uOeN05CDa6HXbbIgtVX4w==",
3934 "dev": true,
3935 "license": "MIT",
3936 "dependencies": {
3937 "is-core-module": "^2.16.0",
3938 "path-parse": "^1.0.7",
3939 "supports-preserve-symlinks-flag": "^1.0.0"
3940 },
3941 "bin": {
3942 "resolve": "bin/resolve"
3943 },
3944 "engines": {
3945 "node": ">= 0.4"
3946 },
3947 "funding": {
3948 "url": "https://github.com/sponsors/ljharb"
3949 }
3950 },
3951 "node_modules/resolve-pkg-maps": {
3952 "version": "1.0.0",
3953 "dev": true,
3954 "license": "MIT",
3955 "funding": {
3956 "url": "https://github.com/privatenumber/resolve-pkg-maps?sponsor=1"
3957 }
3958 },
3959 "node_modules/reusify": {
3960 "version": "1.0.4",
3961 "license": "MIT",
3962 "engines": {
3963 "iojs": ">=1.0.0",
3964 "node": ">=0.10.0"
3965 }
3966 },
3967 "node_modules/rollup": {
3968 "version": "4.34.0",
3969 "resolved": "https://registry.npmjs.org/rollup/-/rollup-4.34.0.tgz",
3970 "integrity": "sha512-+4C/cgJ9w6sudisA0nZz0+O7lTP9a3CzNLsoDwaRumM8QHwghUsu6tqHXiTmNUp/rqNiM14++7dkzHDyCRs0Jg==",
3971 "dev": true,
3972 "license": "MIT",
3973 "dependencies": {
3974 "@types/estree": "1.0.6"
3975 },
3976 "bin": {
3977 "rollup": "dist/bin/rollup"
3978 },
3979 "engines": {
3980 "node": ">=18.0.0",
3981 "npm": ">=8.0.0"
3982 },
3983 "optionalDependencies": {
3984 "@rollup/rollup-android-arm-eabi": "4.34.0",
3985 "@rollup/rollup-android-arm64": "4.34.0",
3986 "@rollup/rollup-darwin-arm64": "4.34.0",
3987 "@rollup/rollup-darwin-x64": "4.34.0",
3988 "@rollup/rollup-freebsd-arm64": "4.34.0",
3989 "@rollup/rollup-freebsd-x64": "4.34.0",
3990 "@rollup/rollup-linux-arm-gnueabihf": "4.34.0",
3991 "@rollup/rollup-linux-arm-musleabihf": "4.34.0",
3992 "@rollup/rollup-linux-arm64-gnu": "4.34.0",
3993 "@rollup/rollup-linux-arm64-musl": "4.34.0",
3994 "@rollup/rollup-linux-loongarch64-gnu": "4.34.0",
3995 "@rollup/rollup-linux-powerpc64le-gnu": "4.34.0",
3996 "@rollup/rollup-linux-riscv64-gnu": "4.34.0",
3997 "@rollup/rollup-linux-s390x-gnu": "4.34.0",
3998 "@rollup/rollup-linux-x64-gnu": "4.34.0",
3999 "@rollup/rollup-linux-x64-musl": "4.34.0",
4000 "@rollup/rollup-win32-arm64-msvc": "4.34.0",
4001 "@rollup/rollup-win32-ia32-msvc": "4.34.0",
4002 "@rollup/rollup-win32-x64-msvc": "4.34.0",
4003 "fsevents": "~2.3.2"
4004 }
4005 },
4006 "node_modules/run-parallel": {
4007 "version": "1.2.0",
4008 "funding": [
4009 {
4010 "type": "github",
4011 "url": "https://github.com/sponsors/feross"
4012 },
4013 {
4014 "type": "patreon",
4015 "url": "https://www.patreon.com/feross"
4016 },
4017 {
4018 "type": "consulting",
4019 "url": "https://feross.org/support"
4020 }
4021 ],
4022 "license": "MIT",
4023 "dependencies": {
4024 "queue-microtask": "^1.2.2"
4025 }
4026 },
4027 "node_modules/safe-buffer": {
4028 "version": "5.2.1",
4029 "funding": [
4030 {
4031 "type": "github",
4032 "url": "https://github.com/sponsors/feross"
4033 },
4034 {
4035 "type": "patreon",
4036 "url": "https://www.patreon.com/feross"
4037 },
4038 {
4039 "type": "consulting",
4040 "url": "https://feross.org/support"
4041 }
4042 ],
4043 "license": "MIT"
4044 },
4045 "node_modules/safe-regex-test": {
4046 "version": "1.1.0",
4047 "license": "MIT",
4048 "dependencies": {
4049 "call-bound": "^1.0.2",
4050 "es-errors": "^1.3.0",
4051 "is-regex": "^1.2.1"
4052 },
4053 "engines": {
4054 "node": ">= 0.4"
4055 },
4056 "funding": {
4057 "url": "https://github.com/sponsors/ljharb"
4058 }
4059 },
4060 "node_modules/safe-stable-stringify": {
4061 "version": "2.5.0",
4062 "license": "MIT",
4063 "engines": {
4064 "node": ">=10"
4065 }
4066 },
4067 "node_modules/safer-buffer": {
4068 "version": "2.1.2",
4069 "license": "MIT"
4070 },
4071 "node_modules/semver": {
4072 "version": "7.7.0",
4073 "license": "ISC",
4074 "bin": {
4075 "semver": "bin/semver.js"
4076 },
4077 "engines": {
4078 "node": ">=10"
4079 }
4080 },
4081 "node_modules/send": {
4082 "version": "0.19.0",
4083 "license": "MIT",
4084 "dependencies": {
4085 "debug": "2.6.9",
4086 "depd": "2.0.0",
4087 "destroy": "1.2.0",
4088 "encodeurl": "~1.0.2",
4089 "escape-html": "~1.0.3",
4090 "etag": "~1.8.1",
4091 "fresh": "0.5.2",
4092 "http-errors": "2.0.0",
4093 "mime": "1.6.0",
4094 "ms": "2.1.3",
4095 "on-finished": "2.4.1",
4096 "range-parser": "~1.2.1",
4097 "statuses": "2.0.1"
4098 },
4099 "engines": {
4100 "node": ">= 0.8.0"
4101 }
4102 },
4103 "node_modules/send/node_modules/encodeurl": {
4104 "version": "1.0.2",
4105 "license": "MIT",
4106 "engines": {
4107 "node": ">= 0.8"
4108 }
4109 },
4110 "node_modules/send/node_modules/mime": {
4111 "version": "1.6.0",
4112 "license": "MIT",
4113 "bin": {
4114 "mime": "cli.js"
4115 },
4116 "engines": {
4117 "node": ">=4"
4118 }
4119 },
4120 "node_modules/send/node_modules/ms": {
4121 "version": "2.1.3",
4122 "license": "MIT"
4123 },
4124 "node_modules/serve-static": {
4125 "version": "1.16.2",
4126 "license": "MIT",
4127 "dependencies": {
4128 "encodeurl": "~2.0.0",
4129 "escape-html": "~1.0.3",
4130 "parseurl": "~1.3.3",
4131 "send": "0.19.0"
4132 },
4133 "engines": {
4134 "node": ">= 0.8.0"
4135 }
4136 },
4137 "node_modules/set-function-length": {
4138 "version": "1.2.2",
4139 "license": "MIT",
4140 "dependencies": {
4141 "define-data-property": "^1.1.4",
4142 "es-errors": "^1.3.0",
4143 "function-bind": "^1.1.2",
4144 "get-intrinsic": "^1.2.4",
4145 "gopd": "^1.0.1",
4146 "has-property-descriptors": "^1.0.2"
4147 },
4148 "engines": {
4149 "node": ">= 0.4"
4150 }
4151 },
4152 "node_modules/setprototypeof": {
4153 "version": "1.2.0",
4154 "license": "ISC"
4155 },
4156 "node_modules/side-channel": {
4157 "version": "1.1.0",
4158 "license": "MIT",
4159 "dependencies": {
4160 "es-errors": "^1.3.0",
4161 "object-inspect": "^1.13.3",
4162 "side-channel-list": "^1.0.0",
4163 "side-channel-map": "^1.0.1",
4164 "side-channel-weakmap": "^1.0.2"
4165 },
4166 "engines": {
4167 "node": ">= 0.4"
4168 },
4169 "funding": {
4170 "url": "https://github.com/sponsors/ljharb"
4171 }
4172 },
4173 "node_modules/side-channel-list": {
4174 "version": "1.0.0",
4175 "license": "MIT",
4176 "dependencies": {
4177 "es-errors": "^1.3.0",
4178 "object-inspect": "^1.13.3"
4179 },
4180 "engines": {
4181 "node": ">= 0.4"
4182 },
4183 "funding": {
4184 "url": "https://github.com/sponsors/ljharb"
4185 }
4186 },
4187 "node_modules/side-channel-map": {
4188 "version": "1.0.1",
4189 "license": "MIT",
4190 "dependencies": {
4191 "call-bound": "^1.0.2",
4192 "es-errors": "^1.3.0",
4193 "get-intrinsic": "^1.2.5",
4194 "object-inspect": "^1.13.3"
4195 },
4196 "engines": {
4197 "node": ">= 0.4"
4198 },
4199 "funding": {
4200 "url": "https://github.com/sponsors/ljharb"
4201 }
4202 },
4203 "node_modules/side-channel-weakmap": {
4204 "version": "1.0.2",
4205 "license": "MIT",
4206 "dependencies": {
4207 "call-bound": "^1.0.2",
4208 "es-errors": "^1.3.0",
4209 "get-intrinsic": "^1.2.5",
4210 "object-inspect": "^1.13.3",
4211 "side-channel-map": "^1.0.1"
4212 },
4213 "engines": {
4214 "node": ">= 0.4"
4215 },
4216 "funding": {
4217 "url": "https://github.com/sponsors/ljharb"
4218 }
4219 },
4220 "node_modules/simple-concat": {
4221 "version": "1.0.1",
4222 "funding": [
4223 {
4224 "type": "github",
4225 "url": "https://github.com/sponsors/feross"
4226 },
4227 {
4228 "type": "patreon",
4229 "url": "https://www.patreon.com/feross"
4230 },
4231 {
4232 "type": "consulting",
4233 "url": "https://feross.org/support"
4234 }
4235 ],
4236 "license": "MIT"
4237 },
4238 "node_modules/simple-get": {
4239 "version": "4.0.1",
4240 "funding": [
4241 {
4242 "type": "github",
4243 "url": "https://github.com/sponsors/feross"
4244 },
4245 {
4246 "type": "patreon",
4247 "url": "https://www.patreon.com/feross"
4248 },
4249 {
4250 "type": "consulting",
4251 "url": "https://feross.org/support"
4252 }
4253 ],
4254 "license": "MIT",
4255 "dependencies": {
4256 "decompress-response": "^6.0.0",
4257 "once": "^1.3.1",
4258 "simple-concat": "^1.0.0"
4259 }
4260 },
4261 "node_modules/sonic-boom": {
4262 "version": "3.8.1",
4263 "license": "MIT",
4264 "dependencies": {
4265 "atomic-sleep": "^1.0.0"
4266 }
4267 },
4268 "node_modules/split2": {
4269 "version": "4.2.0",
4270 "license": "ISC",
4271 "engines": {
4272 "node": ">= 10.x"
4273 }
4274 },
4275 "node_modules/statuses": {
4276 "version": "2.0.1",
4277 "license": "MIT",
4278 "engines": {
4279 "node": ">= 0.8"
4280 }
4281 },
4282 "node_modules/string_decoder": {
4283 "version": "1.3.0",
4284 "license": "MIT",
4285 "dependencies": {
4286 "safe-buffer": "~5.2.0"
4287 }
4288 },
4289 "node_modules/strip-json-comments": {
4290 "version": "2.0.1",
4291 "license": "MIT",
4292 "engines": {
4293 "node": ">=0.10.0"
4294 }
4295 },
4296 "node_modules/supports-color": {
4297 "version": "7.2.0",
4298 "license": "MIT",
4299 "dependencies": {
4300 "has-flag": "^4.0.0"
4301 },
4302 "engines": {
4303 "node": ">=8"
4304 }
4305 },
4306 "node_modules/supports-preserve-symlinks-flag": {
4307 "version": "1.0.0",
4308 "resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz",
4309 "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==",
4310 "dev": true,
4311 "license": "MIT",
4312 "engines": {
4313 "node": ">= 0.4"
4314 },
4315 "funding": {
4316 "url": "https://github.com/sponsors/ljharb"
4317 }
4318 },
4319 "node_modules/tar-fs": {
4320 "version": "2.1.2",
4321 "license": "MIT",
4322 "dependencies": {
4323 "chownr": "^1.1.1",
4324 "mkdirp-classic": "^0.5.2",
4325 "pump": "^3.0.0",
4326 "tar-stream": "^2.1.4"
4327 }
4328 },
4329 "node_modules/tar-stream": {
4330 "version": "2.2.0",
4331 "license": "MIT",
4332 "dependencies": {
4333 "bl": "^4.0.3",
4334 "end-of-stream": "^1.4.1",
4335 "fs-constants": "^1.0.0",
4336 "inherits": "^2.0.3",
4337 "readable-stream": "^3.1.1"
4338 },
4339 "engines": {
4340 "node": ">=6"
4341 }
4342 },
4343 "node_modules/tar-stream/node_modules/readable-stream": {
4344 "version": "3.6.2",
4345 "license": "MIT",
4346 "dependencies": {
4347 "inherits": "^2.0.3",
4348 "string_decoder": "^1.1.1",
4349 "util-deprecate": "^1.0.1"
4350 },
4351 "engines": {
4352 "node": ">= 6"
4353 }
4354 },
4355 "node_modules/thread-stream": {
4356 "version": "2.7.0",
4357 "license": "MIT",
4358 "dependencies": {
4359 "real-require": "^0.2.0"
4360 }
4361 },
4362 "node_modules/tlds": {
4363 "version": "1.255.0",
4364 "license": "MIT",
4365 "bin": {
4366 "tlds": "bin.js"
4367 }
4368 },
4369 "node_modules/to-regex-range": {
4370 "version": "5.0.1",
4371 "license": "MIT",
4372 "dependencies": {
4373 "is-number": "^7.0.0"
4374 },
4375 "engines": {
4376 "node": ">=8.0"
4377 }
4378 },
4379 "node_modules/toidentifier": {
4380 "version": "1.0.1",
4381 "license": "MIT",
4382 "engines": {
4383 "node": ">=0.6"
4384 }
4385 },
4386 "node_modules/ts-morph": {
4387 "version": "16.0.0",
4388 "license": "MIT",
4389 "dependencies": {
4390 "@ts-morph/common": "~0.17.0",
4391 "code-block-writer": "^11.0.3"
4392 }
4393 },
4394 "node_modules/tslib": {
4395 "version": "2.6.2",
4396 "license": "0BSD"
4397 },
4398 "node_modules/tsx": {
4399 "version": "4.19.2",
4400 "dev": true,
4401 "license": "MIT",
4402 "dependencies": {
4403 "esbuild": "~0.23.0",
4404 "get-tsconfig": "^4.7.5"
4405 },
4406 "bin": {
4407 "tsx": "dist/cli.mjs"
4408 },
4409 "engines": {
4410 "node": ">=18.0.0"
4411 },
4412 "optionalDependencies": {
4413 "fsevents": "~2.3.3"
4414 }
4415 },
4416 "node_modules/tunnel-agent": {
4417 "version": "0.6.0",
4418 "license": "Apache-2.0",
4419 "dependencies": {
4420 "safe-buffer": "^5.0.1"
4421 },
4422 "engines": {
4423 "node": "*"
4424 }
4425 },
4426 "node_modules/type-is": {
4427 "version": "1.6.18",
4428 "license": "MIT",
4429 "dependencies": {
4430 "media-typer": "0.3.0",
4431 "mime-types": "~2.1.24"
4432 },
4433 "engines": {
4434 "node": ">= 0.6"
4435 }
4436 },
4437 "node_modules/typescript": {
4438 "version": "5.7.3",
4439 "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.7.3.tgz",
4440 "integrity": "sha512-84MVSjMEHP+FQRPy3pX9sTVV/INIex71s9TL2Gm5FG/WG1SqXeKyZ0k7/blY/4FdOzI12CBy1vGc4og/eus0fw==",
4441 "license": "Apache-2.0",
4442 "peer": true,
4443 "bin": {
4444 "tsc": "bin/tsc",
4445 "tsserver": "bin/tsserver"
4446 },
4447 "engines": {
4448 "node": ">=14.17"
4449 }
4450 },
4451 "node_modules/ufo": {
4452 "version": "1.5.4",
4453 "license": "MIT"
4454 },
4455 "node_modules/uint8arrays": {
4456 "version": "3.0.0",
4457 "license": "MIT",
4458 "dependencies": {
4459 "multiformats": "^9.4.2"
4460 }
4461 },
4462 "node_modules/uncrypto": {
4463 "version": "0.1.3",
4464 "license": "MIT"
4465 },
4466 "node_modules/undici-types": {
4467 "version": "6.20.0",
4468 "dev": true,
4469 "license": "MIT"
4470 },
4471 "node_modules/unpipe": {
4472 "version": "1.0.0",
4473 "license": "MIT",
4474 "engines": {
4475 "node": ">= 0.8"
4476 }
4477 },
4478 "node_modules/unstorage": {
4479 "version": "1.14.4",
4480 "resolved": "https://registry.npmjs.org/unstorage/-/unstorage-1.14.4.tgz",
4481 "integrity": "sha512-1SYeamwuYeQJtJ/USE1x4l17LkmQBzg7deBJ+U9qOBoHo15d1cDxG4jM31zKRgF7pG0kirZy4wVMX6WL6Zoscg==",
4482 "license": "MIT",
4483 "dependencies": {
4484 "anymatch": "^3.1.3",
4485 "chokidar": "^3.6.0",
4486 "destr": "^2.0.3",
4487 "h3": "^1.13.0",
4488 "lru-cache": "^10.4.3",
4489 "node-fetch-native": "^1.6.4",
4490 "ofetch": "^1.4.1",
4491 "ufo": "^1.5.4"
4492 },
4493 "peerDependencies": {
4494 "@azure/app-configuration": "^1.8.0",
4495 "@azure/cosmos": "^4.2.0",
4496 "@azure/data-tables": "^13.3.0",
4497 "@azure/identity": "^4.5.0",
4498 "@azure/keyvault-secrets": "^4.9.0",
4499 "@azure/storage-blob": "^12.26.0",
4500 "@capacitor/preferences": "^6.0.3",
4501 "@deno/kv": ">=0.8.4",
4502 "@netlify/blobs": "^6.5.0 || ^7.0.0 || ^8.1.0",
4503 "@planetscale/database": "^1.19.0",
4504 "@upstash/redis": "^1.34.3",
4505 "@vercel/blob": ">=0.27.0",
4506 "@vercel/kv": "^1.0.1",
4507 "aws4fetch": "^1.0.20",
4508 "db0": ">=0.2.1",
4509 "idb-keyval": "^6.2.1",
4510 "ioredis": "^5.4.2",
4511 "uploadthing": "^7.4.1"
4512 },
4513 "peerDependenciesMeta": {
4514 "@azure/app-configuration": {
4515 "optional": true
4516 },
4517 "@azure/cosmos": {
4518 "optional": true
4519 },
4520 "@azure/data-tables": {
4521 "optional": true
4522 },
4523 "@azure/identity": {
4524 "optional": true
4525 },
4526 "@azure/keyvault-secrets": {
4527 "optional": true
4528 },
4529 "@azure/storage-blob": {
4530 "optional": true
4531 },
4532 "@capacitor/preferences": {
4533 "optional": true
4534 },
4535 "@deno/kv": {
4536 "optional": true
4537 },
4538 "@netlify/blobs": {
4539 "optional": true
4540 },
4541 "@planetscale/database": {
4542 "optional": true
4543 },
4544 "@upstash/redis": {
4545 "optional": true
4546 },
4547 "@vercel/blob": {
4548 "optional": true
4549 },
4550 "@vercel/kv": {
4551 "optional": true
4552 },
4553 "aws4fetch": {
4554 "optional": true
4555 },
4556 "db0": {
4557 "optional": true
4558 },
4559 "idb-keyval": {
4560 "optional": true
4561 },
4562 "ioredis": {
4563 "optional": true
4564 },
4565 "uploadthing": {
4566 "optional": true
4567 }
4568 }
4569 },
4570 "node_modules/url": {
4571 "version": "0.11.4",
4572 "license": "MIT",
4573 "dependencies": {
4574 "punycode": "^1.4.1",
4575 "qs": "^6.12.3"
4576 },
4577 "engines": {
4578 "node": ">= 0.4"
4579 }
4580 },
4581 "node_modules/util": {
4582 "version": "0.12.5",
4583 "license": "MIT",
4584 "dependencies": {
4585 "inherits": "^2.0.3",
4586 "is-arguments": "^1.0.4",
4587 "is-generator-function": "^1.0.7",
4588 "is-typed-array": "^1.1.3",
4589 "which-typed-array": "^1.1.2"
4590 }
4591 },
4592 "node_modules/util-deprecate": {
4593 "version": "1.0.2",
4594 "license": "MIT"
4595 },
4596 "node_modules/utils-merge": {
4597 "version": "1.0.1",
4598 "license": "MIT",
4599 "engines": {
4600 "node": ">= 0.4.0"
4601 }
4602 },
4603 "node_modules/varint": {
4604 "version": "6.0.0",
4605 "license": "MIT"
4606 },
4607 "node_modules/vary": {
4608 "version": "1.1.2",
4609 "license": "MIT",
4610 "engines": {
4611 "node": ">= 0.8"
4612 }
4613 },
4614 "node_modules/which-typed-array": {
4615 "version": "1.1.18",
4616 "license": "MIT",
4617 "dependencies": {
4618 "available-typed-arrays": "^1.0.7",
4619 "call-bind": "^1.0.8",
4620 "call-bound": "^1.0.3",
4621 "for-each": "^0.3.3",
4622 "gopd": "^1.2.0",
4623 "has-tostringtag": "^1.0.2"
4624 },
4625 "engines": {
4626 "node": ">= 0.4"
4627 },
4628 "funding": {
4629 "url": "https://github.com/sponsors/ljharb"
4630 }
4631 },
4632 "node_modules/wrappy": {
4633 "version": "1.0.2",
4634 "license": "ISC"
4635 },
4636 "node_modules/ws": {
4637 "version": "8.18.0",
4638 "license": "MIT",
4639 "engines": {
4640 "node": ">=10.0.0"
4641 },
4642 "peerDependencies": {
4643 "bufferutil": "^4.0.1",
4644 "utf-8-validate": ">=5.0.2"
4645 },
4646 "peerDependenciesMeta": {
4647 "bufferutil": {
4648 "optional": true
4649 },
4650 "utf-8-validate": {
4651 "optional": true
4652 }
4653 }
4654 },
4655 "node_modules/yaml": {
4656 "version": "2.7.0",
4657 "license": "ISC",
4658 "bin": {
4659 "yaml": "bin.mjs"
4660 },
4661 "engines": {
4662 "node": ">= 14"
4663 }
4664 },
4665 "node_modules/yesno": {
4666 "version": "0.4.0",
4667 "license": "BSD"
4668 },
4669 "node_modules/zod": {
4670 "version": "3.24.1",
4671 "license": "MIT",
4672 "funding": {
4673 "url": "https://github.com/sponsors/colinhacks"
4674 }
4675 }
4676 }
4677}