A replica of Keytrace
1{
2 "name": "keytrace",
3 "lockfileVersion": 3,
4 "requires": true,
5 "packages": {
6 "": {
7 "name": "keytrace",
8 "workspaces": [
9 "packages/*",
10 "apps/*"
11 ],
12 "devDependencies": {
13 "oxfmt": "^0.27.0",
14 "turbo": "^2.8.1",
15 "typescript": "^5.7.0"
16 }
17 },
18 "apps/keytrace.dev": {
19 "dependencies": {
20 "@atproto/oauth-client-node": "^0.3.0",
21 "@aws-sdk/client-s3": "^3.700.0",
22 "@nuxtjs/google-fonts": "^3.2.0",
23 "@nuxtjs/tailwindcss": "^6.14.0",
24 "lucide-vue-next": "^0.563.0",
25 "nuxt": "^3.16.0",
26 "reka-ui": "^2.8.0",
27 "vue": "^3.5.0"
28 },
29 "devDependencies": {
30 "typescript": "^5.7.0"
31 }
32 },
33 "node_modules/@alloc/quick-lru": {
34 "version": "5.2.0",
35 "license": "MIT",
36 "engines": {
37 "node": ">=10"
38 },
39 "funding": {
40 "url": "https://github.com/sponsors/sindresorhus"
41 }
42 },
43 "node_modules/@atproto-labs/did-resolver": {
44 "version": "0.2.6",
45 "license": "MIT",
46 "dependencies": {
47 "@atproto-labs/fetch": "0.2.3",
48 "@atproto-labs/pipe": "0.1.1",
49 "@atproto-labs/simple-store": "0.3.0",
50 "@atproto-labs/simple-store-memory": "0.1.4",
51 "@atproto/did": "0.3.0",
52 "zod": "^3.23.8"
53 }
54 },
55 "node_modules/@atproto-labs/fetch": {
56 "version": "0.2.3",
57 "license": "MIT",
58 "dependencies": {
59 "@atproto-labs/pipe": "0.1.1"
60 }
61 },
62 "node_modules/@atproto-labs/fetch-node": {
63 "version": "0.2.0",
64 "license": "MIT",
65 "dependencies": {
66 "@atproto-labs/fetch": "0.2.3",
67 "@atproto-labs/pipe": "0.1.1",
68 "ipaddr.js": "^2.1.0",
69 "undici": "^6.14.1"
70 },
71 "engines": {
72 "node": ">=18.7.0"
73 }
74 },
75 "node_modules/@atproto-labs/handle-resolver": {
76 "version": "0.3.6",
77 "license": "MIT",
78 "dependencies": {
79 "@atproto-labs/simple-store": "0.3.0",
80 "@atproto-labs/simple-store-memory": "0.1.4",
81 "@atproto/did": "0.3.0",
82 "zod": "^3.23.8"
83 }
84 },
85 "node_modules/@atproto-labs/handle-resolver-node": {
86 "version": "0.1.25",
87 "license": "MIT",
88 "dependencies": {
89 "@atproto-labs/fetch-node": "0.2.0",
90 "@atproto-labs/handle-resolver": "0.3.6",
91 "@atproto/did": "0.3.0"
92 },
93 "engines": {
94 "node": ">=18.7.0"
95 }
96 },
97 "node_modules/@atproto-labs/identity-resolver": {
98 "version": "0.3.6",
99 "license": "MIT",
100 "dependencies": {
101 "@atproto-labs/did-resolver": "0.2.6",
102 "@atproto-labs/handle-resolver": "0.3.6"
103 }
104 },
105 "node_modules/@atproto-labs/pipe": {
106 "version": "0.1.1",
107 "license": "MIT"
108 },
109 "node_modules/@atproto-labs/simple-store": {
110 "version": "0.3.0",
111 "license": "MIT"
112 },
113 "node_modules/@atproto-labs/simple-store-memory": {
114 "version": "0.1.4",
115 "license": "MIT",
116 "dependencies": {
117 "@atproto-labs/simple-store": "0.3.0",
118 "lru-cache": "^10.2.0"
119 }
120 },
121 "node_modules/@atproto-labs/simple-store-memory/node_modules/lru-cache": {
122 "version": "10.4.3",
123 "license": "ISC"
124 },
125 "node_modules/@atproto/api": {
126 "version": "0.14.22",
127 "license": "MIT",
128 "dependencies": {
129 "@atproto/common-web": "^0.4.1",
130 "@atproto/lexicon": "^0.4.10",
131 "@atproto/syntax": "^0.4.0",
132 "@atproto/xrpc": "^0.6.12",
133 "await-lock": "^2.2.2",
134 "multiformats": "^9.9.0",
135 "tlds": "^1.234.0",
136 "zod": "^3.23.8"
137 }
138 },
139 "node_modules/@atproto/api/node_modules/@atproto/xrpc": {
140 "version": "0.6.12",
141 "license": "MIT",
142 "dependencies": {
143 "@atproto/lexicon": "^0.4.10",
144 "zod": "^3.23.8"
145 }
146 },
147 "node_modules/@atproto/common-web": {
148 "version": "0.4.16",
149 "license": "MIT",
150 "dependencies": {
151 "@atproto/lex-data": "^0.0.11",
152 "@atproto/lex-json": "^0.0.11",
153 "@atproto/syntax": "^0.4.3",
154 "zod": "^3.23.8"
155 }
156 },
157 "node_modules/@atproto/did": {
158 "version": "0.3.0",
159 "license": "MIT",
160 "dependencies": {
161 "zod": "^3.23.8"
162 }
163 },
164 "node_modules/@atproto/jwk": {
165 "version": "0.6.0",
166 "license": "MIT",
167 "dependencies": {
168 "multiformats": "^9.9.0",
169 "zod": "^3.23.8"
170 }
171 },
172 "node_modules/@atproto/jwk-jose": {
173 "version": "0.1.11",
174 "license": "MIT",
175 "dependencies": {
176 "@atproto/jwk": "0.6.0",
177 "jose": "^5.2.0"
178 }
179 },
180 "node_modules/@atproto/jwk-webcrypto": {
181 "version": "0.2.0",
182 "license": "MIT",
183 "dependencies": {
184 "@atproto/jwk": "0.6.0",
185 "@atproto/jwk-jose": "0.1.11",
186 "zod": "^3.23.8"
187 }
188 },
189 "node_modules/@atproto/lex-data": {
190 "version": "0.0.11",
191 "license": "MIT",
192 "dependencies": {
193 "multiformats": "^9.9.0",
194 "tslib": "^2.8.1",
195 "uint8arrays": "3.0.0",
196 "unicode-segmenter": "^0.14.0"
197 }
198 },
199 "node_modules/@atproto/lex-json": {
200 "version": "0.0.11",
201 "license": "MIT",
202 "dependencies": {
203 "@atproto/lex-data": "^0.0.11",
204 "tslib": "^2.8.1"
205 }
206 },
207 "node_modules/@atproto/lexicon": {
208 "version": "0.4.14",
209 "license": "MIT",
210 "dependencies": {
211 "@atproto/common-web": "^0.4.2",
212 "@atproto/syntax": "^0.4.0",
213 "iso-datestring-validator": "^2.2.2",
214 "multiformats": "^9.9.0",
215 "zod": "^3.23.8"
216 }
217 },
218 "node_modules/@atproto/oauth-client": {
219 "version": "0.5.14",
220 "license": "MIT",
221 "dependencies": {
222 "@atproto-labs/did-resolver": "0.2.6",
223 "@atproto-labs/fetch": "0.2.3",
224 "@atproto-labs/handle-resolver": "0.3.6",
225 "@atproto-labs/identity-resolver": "0.3.6",
226 "@atproto-labs/simple-store": "0.3.0",
227 "@atproto-labs/simple-store-memory": "0.1.4",
228 "@atproto/did": "0.3.0",
229 "@atproto/jwk": "0.6.0",
230 "@atproto/oauth-types": "0.6.2",
231 "@atproto/xrpc": "0.7.7",
232 "core-js": "^3",
233 "multiformats": "^9.9.0",
234 "zod": "^3.23.8"
235 }
236 },
237 "node_modules/@atproto/oauth-client-node": {
238 "version": "0.3.16",
239 "license": "MIT",
240 "dependencies": {
241 "@atproto-labs/did-resolver": "0.2.6",
242 "@atproto-labs/handle-resolver-node": "0.1.25",
243 "@atproto-labs/simple-store": "0.3.0",
244 "@atproto/did": "0.3.0",
245 "@atproto/jwk": "0.6.0",
246 "@atproto/jwk-jose": "0.1.11",
247 "@atproto/jwk-webcrypto": "0.2.0",
248 "@atproto/oauth-client": "0.5.14",
249 "@atproto/oauth-types": "0.6.2"
250 },
251 "engines": {
252 "node": ">=18.7.0"
253 }
254 },
255 "node_modules/@atproto/oauth-types": {
256 "version": "0.6.2",
257 "license": "MIT",
258 "dependencies": {
259 "@atproto/did": "0.3.0",
260 "@atproto/jwk": "0.6.0",
261 "zod": "^3.23.8"
262 }
263 },
264 "node_modules/@atproto/syntax": {
265 "version": "0.4.3",
266 "license": "MIT",
267 "dependencies": {
268 "tslib": "^2.8.1"
269 }
270 },
271 "node_modules/@atproto/xrpc": {
272 "version": "0.7.7",
273 "license": "MIT",
274 "dependencies": {
275 "@atproto/lexicon": "^0.6.0",
276 "zod": "^3.23.8"
277 }
278 },
279 "node_modules/@atproto/xrpc/node_modules/@atproto/lexicon": {
280 "version": "0.6.1",
281 "license": "MIT",
282 "dependencies": {
283 "@atproto/common-web": "^0.4.13",
284 "@atproto/syntax": "^0.4.3",
285 "iso-datestring-validator": "^2.2.2",
286 "multiformats": "^9.9.0",
287 "zod": "^3.23.8"
288 }
289 },
290 "node_modules/@aws-crypto/crc32": {
291 "version": "5.2.0",
292 "license": "Apache-2.0",
293 "dependencies": {
294 "@aws-crypto/util": "^5.2.0",
295 "@aws-sdk/types": "^3.222.0",
296 "tslib": "^2.6.2"
297 },
298 "engines": {
299 "node": ">=16.0.0"
300 }
301 },
302 "node_modules/@aws-crypto/crc32c": {
303 "version": "5.2.0",
304 "license": "Apache-2.0",
305 "dependencies": {
306 "@aws-crypto/util": "^5.2.0",
307 "@aws-sdk/types": "^3.222.0",
308 "tslib": "^2.6.2"
309 }
310 },
311 "node_modules/@aws-crypto/sha1-browser": {
312 "version": "5.2.0",
313 "license": "Apache-2.0",
314 "dependencies": {
315 "@aws-crypto/supports-web-crypto": "^5.2.0",
316 "@aws-crypto/util": "^5.2.0",
317 "@aws-sdk/types": "^3.222.0",
318 "@aws-sdk/util-locate-window": "^3.0.0",
319 "@smithy/util-utf8": "^2.0.0",
320 "tslib": "^2.6.2"
321 }
322 },
323 "node_modules/@aws-crypto/sha1-browser/node_modules/@smithy/is-array-buffer": {
324 "version": "2.2.0",
325 "license": "Apache-2.0",
326 "dependencies": {
327 "tslib": "^2.6.2"
328 },
329 "engines": {
330 "node": ">=14.0.0"
331 }
332 },
333 "node_modules/@aws-crypto/sha1-browser/node_modules/@smithy/util-buffer-from": {
334 "version": "2.2.0",
335 "license": "Apache-2.0",
336 "dependencies": {
337 "@smithy/is-array-buffer": "^2.2.0",
338 "tslib": "^2.6.2"
339 },
340 "engines": {
341 "node": ">=14.0.0"
342 }
343 },
344 "node_modules/@aws-crypto/sha1-browser/node_modules/@smithy/util-utf8": {
345 "version": "2.3.0",
346 "license": "Apache-2.0",
347 "dependencies": {
348 "@smithy/util-buffer-from": "^2.2.0",
349 "tslib": "^2.6.2"
350 },
351 "engines": {
352 "node": ">=14.0.0"
353 }
354 },
355 "node_modules/@aws-crypto/sha256-browser": {
356 "version": "5.2.0",
357 "license": "Apache-2.0",
358 "dependencies": {
359 "@aws-crypto/sha256-js": "^5.2.0",
360 "@aws-crypto/supports-web-crypto": "^5.2.0",
361 "@aws-crypto/util": "^5.2.0",
362 "@aws-sdk/types": "^3.222.0",
363 "@aws-sdk/util-locate-window": "^3.0.0",
364 "@smithy/util-utf8": "^2.0.0",
365 "tslib": "^2.6.2"
366 }
367 },
368 "node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/is-array-buffer": {
369 "version": "2.2.0",
370 "license": "Apache-2.0",
371 "dependencies": {
372 "tslib": "^2.6.2"
373 },
374 "engines": {
375 "node": ">=14.0.0"
376 }
377 },
378 "node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-buffer-from": {
379 "version": "2.2.0",
380 "license": "Apache-2.0",
381 "dependencies": {
382 "@smithy/is-array-buffer": "^2.2.0",
383 "tslib": "^2.6.2"
384 },
385 "engines": {
386 "node": ">=14.0.0"
387 }
388 },
389 "node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8": {
390 "version": "2.3.0",
391 "license": "Apache-2.0",
392 "dependencies": {
393 "@smithy/util-buffer-from": "^2.2.0",
394 "tslib": "^2.6.2"
395 },
396 "engines": {
397 "node": ">=14.0.0"
398 }
399 },
400 "node_modules/@aws-crypto/sha256-js": {
401 "version": "5.2.0",
402 "license": "Apache-2.0",
403 "dependencies": {
404 "@aws-crypto/util": "^5.2.0",
405 "@aws-sdk/types": "^3.222.0",
406 "tslib": "^2.6.2"
407 },
408 "engines": {
409 "node": ">=16.0.0"
410 }
411 },
412 "node_modules/@aws-crypto/supports-web-crypto": {
413 "version": "5.2.0",
414 "license": "Apache-2.0",
415 "dependencies": {
416 "tslib": "^2.6.2"
417 }
418 },
419 "node_modules/@aws-crypto/util": {
420 "version": "5.2.0",
421 "license": "Apache-2.0",
422 "dependencies": {
423 "@aws-sdk/types": "^3.222.0",
424 "@smithy/util-utf8": "^2.0.0",
425 "tslib": "^2.6.2"
426 }
427 },
428 "node_modules/@aws-crypto/util/node_modules/@smithy/is-array-buffer": {
429 "version": "2.2.0",
430 "license": "Apache-2.0",
431 "dependencies": {
432 "tslib": "^2.6.2"
433 },
434 "engines": {
435 "node": ">=14.0.0"
436 }
437 },
438 "node_modules/@aws-crypto/util/node_modules/@smithy/util-buffer-from": {
439 "version": "2.2.0",
440 "license": "Apache-2.0",
441 "dependencies": {
442 "@smithy/is-array-buffer": "^2.2.0",
443 "tslib": "^2.6.2"
444 },
445 "engines": {
446 "node": ">=14.0.0"
447 }
448 },
449 "node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8": {
450 "version": "2.3.0",
451 "license": "Apache-2.0",
452 "dependencies": {
453 "@smithy/util-buffer-from": "^2.2.0",
454 "tslib": "^2.6.2"
455 },
456 "engines": {
457 "node": ">=14.0.0"
458 }
459 },
460 "node_modules/@aws-sdk/client-s3": {
461 "version": "3.986.0",
462 "license": "Apache-2.0",
463 "dependencies": {
464 "@aws-crypto/sha1-browser": "5.2.0",
465 "@aws-crypto/sha256-browser": "5.2.0",
466 "@aws-crypto/sha256-js": "5.2.0",
467 "@aws-sdk/core": "^3.973.7",
468 "@aws-sdk/credential-provider-node": "^3.972.6",
469 "@aws-sdk/middleware-bucket-endpoint": "^3.972.3",
470 "@aws-sdk/middleware-expect-continue": "^3.972.3",
471 "@aws-sdk/middleware-flexible-checksums": "^3.972.5",
472 "@aws-sdk/middleware-host-header": "^3.972.3",
473 "@aws-sdk/middleware-location-constraint": "^3.972.3",
474 "@aws-sdk/middleware-logger": "^3.972.3",
475 "@aws-sdk/middleware-recursion-detection": "^3.972.3",
476 "@aws-sdk/middleware-sdk-s3": "^3.972.7",
477 "@aws-sdk/middleware-ssec": "^3.972.3",
478 "@aws-sdk/middleware-user-agent": "^3.972.7",
479 "@aws-sdk/region-config-resolver": "^3.972.3",
480 "@aws-sdk/signature-v4-multi-region": "3.986.0",
481 "@aws-sdk/types": "^3.973.1",
482 "@aws-sdk/util-endpoints": "3.986.0",
483 "@aws-sdk/util-user-agent-browser": "^3.972.3",
484 "@aws-sdk/util-user-agent-node": "^3.972.5",
485 "@smithy/config-resolver": "^4.4.6",
486 "@smithy/core": "^3.22.1",
487 "@smithy/eventstream-serde-browser": "^4.2.8",
488 "@smithy/eventstream-serde-config-resolver": "^4.3.8",
489 "@smithy/eventstream-serde-node": "^4.2.8",
490 "@smithy/fetch-http-handler": "^5.3.9",
491 "@smithy/hash-blob-browser": "^4.2.9",
492 "@smithy/hash-node": "^4.2.8",
493 "@smithy/hash-stream-node": "^4.2.8",
494 "@smithy/invalid-dependency": "^4.2.8",
495 "@smithy/md5-js": "^4.2.8",
496 "@smithy/middleware-content-length": "^4.2.8",
497 "@smithy/middleware-endpoint": "^4.4.13",
498 "@smithy/middleware-retry": "^4.4.30",
499 "@smithy/middleware-serde": "^4.2.9",
500 "@smithy/middleware-stack": "^4.2.8",
501 "@smithy/node-config-provider": "^4.3.8",
502 "@smithy/node-http-handler": "^4.4.9",
503 "@smithy/protocol-http": "^5.3.8",
504 "@smithy/smithy-client": "^4.11.2",
505 "@smithy/types": "^4.12.0",
506 "@smithy/url-parser": "^4.2.8",
507 "@smithy/util-base64": "^4.3.0",
508 "@smithy/util-body-length-browser": "^4.2.0",
509 "@smithy/util-body-length-node": "^4.2.1",
510 "@smithy/util-defaults-mode-browser": "^4.3.29",
511 "@smithy/util-defaults-mode-node": "^4.2.32",
512 "@smithy/util-endpoints": "^3.2.8",
513 "@smithy/util-middleware": "^4.2.8",
514 "@smithy/util-retry": "^4.2.8",
515 "@smithy/util-stream": "^4.5.11",
516 "@smithy/util-utf8": "^4.2.0",
517 "@smithy/util-waiter": "^4.2.8",
518 "tslib": "^2.6.2"
519 },
520 "engines": {
521 "node": ">=20.0.0"
522 }
523 },
524 "node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/util-endpoints": {
525 "version": "3.986.0",
526 "license": "Apache-2.0",
527 "dependencies": {
528 "@aws-sdk/types": "^3.973.1",
529 "@smithy/types": "^4.12.0",
530 "@smithy/url-parser": "^4.2.8",
531 "@smithy/util-endpoints": "^3.2.8",
532 "tslib": "^2.6.2"
533 },
534 "engines": {
535 "node": ">=20.0.0"
536 }
537 },
538 "node_modules/@aws-sdk/client-sso": {
539 "version": "3.985.0",
540 "license": "Apache-2.0",
541 "dependencies": {
542 "@aws-crypto/sha256-browser": "5.2.0",
543 "@aws-crypto/sha256-js": "5.2.0",
544 "@aws-sdk/core": "^3.973.7",
545 "@aws-sdk/middleware-host-header": "^3.972.3",
546 "@aws-sdk/middleware-logger": "^3.972.3",
547 "@aws-sdk/middleware-recursion-detection": "^3.972.3",
548 "@aws-sdk/middleware-user-agent": "^3.972.7",
549 "@aws-sdk/region-config-resolver": "^3.972.3",
550 "@aws-sdk/types": "^3.973.1",
551 "@aws-sdk/util-endpoints": "3.985.0",
552 "@aws-sdk/util-user-agent-browser": "^3.972.3",
553 "@aws-sdk/util-user-agent-node": "^3.972.5",
554 "@smithy/config-resolver": "^4.4.6",
555 "@smithy/core": "^3.22.1",
556 "@smithy/fetch-http-handler": "^5.3.9",
557 "@smithy/hash-node": "^4.2.8",
558 "@smithy/invalid-dependency": "^4.2.8",
559 "@smithy/middleware-content-length": "^4.2.8",
560 "@smithy/middleware-endpoint": "^4.4.13",
561 "@smithy/middleware-retry": "^4.4.30",
562 "@smithy/middleware-serde": "^4.2.9",
563 "@smithy/middleware-stack": "^4.2.8",
564 "@smithy/node-config-provider": "^4.3.8",
565 "@smithy/node-http-handler": "^4.4.9",
566 "@smithy/protocol-http": "^5.3.8",
567 "@smithy/smithy-client": "^4.11.2",
568 "@smithy/types": "^4.12.0",
569 "@smithy/url-parser": "^4.2.8",
570 "@smithy/util-base64": "^4.3.0",
571 "@smithy/util-body-length-browser": "^4.2.0",
572 "@smithy/util-body-length-node": "^4.2.1",
573 "@smithy/util-defaults-mode-browser": "^4.3.29",
574 "@smithy/util-defaults-mode-node": "^4.2.32",
575 "@smithy/util-endpoints": "^3.2.8",
576 "@smithy/util-middleware": "^4.2.8",
577 "@smithy/util-retry": "^4.2.8",
578 "@smithy/util-utf8": "^4.2.0",
579 "tslib": "^2.6.2"
580 },
581 "engines": {
582 "node": ">=20.0.0"
583 }
584 },
585 "node_modules/@aws-sdk/core": {
586 "version": "3.973.7",
587 "license": "Apache-2.0",
588 "dependencies": {
589 "@aws-sdk/types": "^3.973.1",
590 "@aws-sdk/xml-builder": "^3.972.4",
591 "@smithy/core": "^3.22.1",
592 "@smithy/node-config-provider": "^4.3.8",
593 "@smithy/property-provider": "^4.2.8",
594 "@smithy/protocol-http": "^5.3.8",
595 "@smithy/signature-v4": "^5.3.8",
596 "@smithy/smithy-client": "^4.11.2",
597 "@smithy/types": "^4.12.0",
598 "@smithy/util-base64": "^4.3.0",
599 "@smithy/util-middleware": "^4.2.8",
600 "@smithy/util-utf8": "^4.2.0",
601 "tslib": "^2.6.2"
602 },
603 "engines": {
604 "node": ">=20.0.0"
605 }
606 },
607 "node_modules/@aws-sdk/crc64-nvme": {
608 "version": "3.972.0",
609 "license": "Apache-2.0",
610 "dependencies": {
611 "@smithy/types": "^4.12.0",
612 "tslib": "^2.6.2"
613 },
614 "engines": {
615 "node": ">=20.0.0"
616 }
617 },
618 "node_modules/@aws-sdk/credential-provider-env": {
619 "version": "3.972.5",
620 "license": "Apache-2.0",
621 "dependencies": {
622 "@aws-sdk/core": "^3.973.7",
623 "@aws-sdk/types": "^3.973.1",
624 "@smithy/property-provider": "^4.2.8",
625 "@smithy/types": "^4.12.0",
626 "tslib": "^2.6.2"
627 },
628 "engines": {
629 "node": ">=20.0.0"
630 }
631 },
632 "node_modules/@aws-sdk/credential-provider-http": {
633 "version": "3.972.7",
634 "license": "Apache-2.0",
635 "dependencies": {
636 "@aws-sdk/core": "^3.973.7",
637 "@aws-sdk/types": "^3.973.1",
638 "@smithy/fetch-http-handler": "^5.3.9",
639 "@smithy/node-http-handler": "^4.4.9",
640 "@smithy/property-provider": "^4.2.8",
641 "@smithy/protocol-http": "^5.3.8",
642 "@smithy/smithy-client": "^4.11.2",
643 "@smithy/types": "^4.12.0",
644 "@smithy/util-stream": "^4.5.11",
645 "tslib": "^2.6.2"
646 },
647 "engines": {
648 "node": ">=20.0.0"
649 }
650 },
651 "node_modules/@aws-sdk/credential-provider-ini": {
652 "version": "3.972.5",
653 "license": "Apache-2.0",
654 "dependencies": {
655 "@aws-sdk/core": "^3.973.7",
656 "@aws-sdk/credential-provider-env": "^3.972.5",
657 "@aws-sdk/credential-provider-http": "^3.972.7",
658 "@aws-sdk/credential-provider-login": "^3.972.5",
659 "@aws-sdk/credential-provider-process": "^3.972.5",
660 "@aws-sdk/credential-provider-sso": "^3.972.5",
661 "@aws-sdk/credential-provider-web-identity": "^3.972.5",
662 "@aws-sdk/nested-clients": "3.985.0",
663 "@aws-sdk/types": "^3.973.1",
664 "@smithy/credential-provider-imds": "^4.2.8",
665 "@smithy/property-provider": "^4.2.8",
666 "@smithy/shared-ini-file-loader": "^4.4.3",
667 "@smithy/types": "^4.12.0",
668 "tslib": "^2.6.2"
669 },
670 "engines": {
671 "node": ">=20.0.0"
672 }
673 },
674 "node_modules/@aws-sdk/credential-provider-login": {
675 "version": "3.972.5",
676 "license": "Apache-2.0",
677 "dependencies": {
678 "@aws-sdk/core": "^3.973.7",
679 "@aws-sdk/nested-clients": "3.985.0",
680 "@aws-sdk/types": "^3.973.1",
681 "@smithy/property-provider": "^4.2.8",
682 "@smithy/protocol-http": "^5.3.8",
683 "@smithy/shared-ini-file-loader": "^4.4.3",
684 "@smithy/types": "^4.12.0",
685 "tslib": "^2.6.2"
686 },
687 "engines": {
688 "node": ">=20.0.0"
689 }
690 },
691 "node_modules/@aws-sdk/credential-provider-node": {
692 "version": "3.972.6",
693 "license": "Apache-2.0",
694 "dependencies": {
695 "@aws-sdk/credential-provider-env": "^3.972.5",
696 "@aws-sdk/credential-provider-http": "^3.972.7",
697 "@aws-sdk/credential-provider-ini": "^3.972.5",
698 "@aws-sdk/credential-provider-process": "^3.972.5",
699 "@aws-sdk/credential-provider-sso": "^3.972.5",
700 "@aws-sdk/credential-provider-web-identity": "^3.972.5",
701 "@aws-sdk/types": "^3.973.1",
702 "@smithy/credential-provider-imds": "^4.2.8",
703 "@smithy/property-provider": "^4.2.8",
704 "@smithy/shared-ini-file-loader": "^4.4.3",
705 "@smithy/types": "^4.12.0",
706 "tslib": "^2.6.2"
707 },
708 "engines": {
709 "node": ">=20.0.0"
710 }
711 },
712 "node_modules/@aws-sdk/credential-provider-process": {
713 "version": "3.972.5",
714 "license": "Apache-2.0",
715 "dependencies": {
716 "@aws-sdk/core": "^3.973.7",
717 "@aws-sdk/types": "^3.973.1",
718 "@smithy/property-provider": "^4.2.8",
719 "@smithy/shared-ini-file-loader": "^4.4.3",
720 "@smithy/types": "^4.12.0",
721 "tslib": "^2.6.2"
722 },
723 "engines": {
724 "node": ">=20.0.0"
725 }
726 },
727 "node_modules/@aws-sdk/credential-provider-sso": {
728 "version": "3.972.5",
729 "license": "Apache-2.0",
730 "dependencies": {
731 "@aws-sdk/client-sso": "3.985.0",
732 "@aws-sdk/core": "^3.973.7",
733 "@aws-sdk/token-providers": "3.985.0",
734 "@aws-sdk/types": "^3.973.1",
735 "@smithy/property-provider": "^4.2.8",
736 "@smithy/shared-ini-file-loader": "^4.4.3",
737 "@smithy/types": "^4.12.0",
738 "tslib": "^2.6.2"
739 },
740 "engines": {
741 "node": ">=20.0.0"
742 }
743 },
744 "node_modules/@aws-sdk/credential-provider-web-identity": {
745 "version": "3.972.5",
746 "license": "Apache-2.0",
747 "dependencies": {
748 "@aws-sdk/core": "^3.973.7",
749 "@aws-sdk/nested-clients": "3.985.0",
750 "@aws-sdk/types": "^3.973.1",
751 "@smithy/property-provider": "^4.2.8",
752 "@smithy/shared-ini-file-loader": "^4.4.3",
753 "@smithy/types": "^4.12.0",
754 "tslib": "^2.6.2"
755 },
756 "engines": {
757 "node": ">=20.0.0"
758 }
759 },
760 "node_modules/@aws-sdk/middleware-bucket-endpoint": {
761 "version": "3.972.3",
762 "license": "Apache-2.0",
763 "dependencies": {
764 "@aws-sdk/types": "^3.973.1",
765 "@aws-sdk/util-arn-parser": "^3.972.2",
766 "@smithy/node-config-provider": "^4.3.8",
767 "@smithy/protocol-http": "^5.3.8",
768 "@smithy/types": "^4.12.0",
769 "@smithy/util-config-provider": "^4.2.0",
770 "tslib": "^2.6.2"
771 },
772 "engines": {
773 "node": ">=20.0.0"
774 }
775 },
776 "node_modules/@aws-sdk/middleware-expect-continue": {
777 "version": "3.972.3",
778 "license": "Apache-2.0",
779 "dependencies": {
780 "@aws-sdk/types": "^3.973.1",
781 "@smithy/protocol-http": "^5.3.8",
782 "@smithy/types": "^4.12.0",
783 "tslib": "^2.6.2"
784 },
785 "engines": {
786 "node": ">=20.0.0"
787 }
788 },
789 "node_modules/@aws-sdk/middleware-flexible-checksums": {
790 "version": "3.972.5",
791 "license": "Apache-2.0",
792 "dependencies": {
793 "@aws-crypto/crc32": "5.2.0",
794 "@aws-crypto/crc32c": "5.2.0",
795 "@aws-crypto/util": "5.2.0",
796 "@aws-sdk/core": "^3.973.7",
797 "@aws-sdk/crc64-nvme": "3.972.0",
798 "@aws-sdk/types": "^3.973.1",
799 "@smithy/is-array-buffer": "^4.2.0",
800 "@smithy/node-config-provider": "^4.3.8",
801 "@smithy/protocol-http": "^5.3.8",
802 "@smithy/types": "^4.12.0",
803 "@smithy/util-middleware": "^4.2.8",
804 "@smithy/util-stream": "^4.5.11",
805 "@smithy/util-utf8": "^4.2.0",
806 "tslib": "^2.6.2"
807 },
808 "engines": {
809 "node": ">=20.0.0"
810 }
811 },
812 "node_modules/@aws-sdk/middleware-host-header": {
813 "version": "3.972.3",
814 "license": "Apache-2.0",
815 "dependencies": {
816 "@aws-sdk/types": "^3.973.1",
817 "@smithy/protocol-http": "^5.3.8",
818 "@smithy/types": "^4.12.0",
819 "tslib": "^2.6.2"
820 },
821 "engines": {
822 "node": ">=20.0.0"
823 }
824 },
825 "node_modules/@aws-sdk/middleware-location-constraint": {
826 "version": "3.972.3",
827 "license": "Apache-2.0",
828 "dependencies": {
829 "@aws-sdk/types": "^3.973.1",
830 "@smithy/types": "^4.12.0",
831 "tslib": "^2.6.2"
832 },
833 "engines": {
834 "node": ">=20.0.0"
835 }
836 },
837 "node_modules/@aws-sdk/middleware-logger": {
838 "version": "3.972.3",
839 "license": "Apache-2.0",
840 "dependencies": {
841 "@aws-sdk/types": "^3.973.1",
842 "@smithy/types": "^4.12.0",
843 "tslib": "^2.6.2"
844 },
845 "engines": {
846 "node": ">=20.0.0"
847 }
848 },
849 "node_modules/@aws-sdk/middleware-recursion-detection": {
850 "version": "3.972.3",
851 "license": "Apache-2.0",
852 "dependencies": {
853 "@aws-sdk/types": "^3.973.1",
854 "@aws/lambda-invoke-store": "^0.2.2",
855 "@smithy/protocol-http": "^5.3.8",
856 "@smithy/types": "^4.12.0",
857 "tslib": "^2.6.2"
858 },
859 "engines": {
860 "node": ">=20.0.0"
861 }
862 },
863 "node_modules/@aws-sdk/middleware-sdk-s3": {
864 "version": "3.972.7",
865 "license": "Apache-2.0",
866 "dependencies": {
867 "@aws-sdk/core": "^3.973.7",
868 "@aws-sdk/types": "^3.973.1",
869 "@aws-sdk/util-arn-parser": "^3.972.2",
870 "@smithy/core": "^3.22.1",
871 "@smithy/node-config-provider": "^4.3.8",
872 "@smithy/protocol-http": "^5.3.8",
873 "@smithy/signature-v4": "^5.3.8",
874 "@smithy/smithy-client": "^4.11.2",
875 "@smithy/types": "^4.12.0",
876 "@smithy/util-config-provider": "^4.2.0",
877 "@smithy/util-middleware": "^4.2.8",
878 "@smithy/util-stream": "^4.5.11",
879 "@smithy/util-utf8": "^4.2.0",
880 "tslib": "^2.6.2"
881 },
882 "engines": {
883 "node": ">=20.0.0"
884 }
885 },
886 "node_modules/@aws-sdk/middleware-ssec": {
887 "version": "3.972.3",
888 "license": "Apache-2.0",
889 "dependencies": {
890 "@aws-sdk/types": "^3.973.1",
891 "@smithy/types": "^4.12.0",
892 "tslib": "^2.6.2"
893 },
894 "engines": {
895 "node": ">=20.0.0"
896 }
897 },
898 "node_modules/@aws-sdk/middleware-user-agent": {
899 "version": "3.972.7",
900 "license": "Apache-2.0",
901 "dependencies": {
902 "@aws-sdk/core": "^3.973.7",
903 "@aws-sdk/types": "^3.973.1",
904 "@aws-sdk/util-endpoints": "3.985.0",
905 "@smithy/core": "^3.22.1",
906 "@smithy/protocol-http": "^5.3.8",
907 "@smithy/types": "^4.12.0",
908 "tslib": "^2.6.2"
909 },
910 "engines": {
911 "node": ">=20.0.0"
912 }
913 },
914 "node_modules/@aws-sdk/nested-clients": {
915 "version": "3.985.0",
916 "license": "Apache-2.0",
917 "dependencies": {
918 "@aws-crypto/sha256-browser": "5.2.0",
919 "@aws-crypto/sha256-js": "5.2.0",
920 "@aws-sdk/core": "^3.973.7",
921 "@aws-sdk/middleware-host-header": "^3.972.3",
922 "@aws-sdk/middleware-logger": "^3.972.3",
923 "@aws-sdk/middleware-recursion-detection": "^3.972.3",
924 "@aws-sdk/middleware-user-agent": "^3.972.7",
925 "@aws-sdk/region-config-resolver": "^3.972.3",
926 "@aws-sdk/types": "^3.973.1",
927 "@aws-sdk/util-endpoints": "3.985.0",
928 "@aws-sdk/util-user-agent-browser": "^3.972.3",
929 "@aws-sdk/util-user-agent-node": "^3.972.5",
930 "@smithy/config-resolver": "^4.4.6",
931 "@smithy/core": "^3.22.1",
932 "@smithy/fetch-http-handler": "^5.3.9",
933 "@smithy/hash-node": "^4.2.8",
934 "@smithy/invalid-dependency": "^4.2.8",
935 "@smithy/middleware-content-length": "^4.2.8",
936 "@smithy/middleware-endpoint": "^4.4.13",
937 "@smithy/middleware-retry": "^4.4.30",
938 "@smithy/middleware-serde": "^4.2.9",
939 "@smithy/middleware-stack": "^4.2.8",
940 "@smithy/node-config-provider": "^4.3.8",
941 "@smithy/node-http-handler": "^4.4.9",
942 "@smithy/protocol-http": "^5.3.8",
943 "@smithy/smithy-client": "^4.11.2",
944 "@smithy/types": "^4.12.0",
945 "@smithy/url-parser": "^4.2.8",
946 "@smithy/util-base64": "^4.3.0",
947 "@smithy/util-body-length-browser": "^4.2.0",
948 "@smithy/util-body-length-node": "^4.2.1",
949 "@smithy/util-defaults-mode-browser": "^4.3.29",
950 "@smithy/util-defaults-mode-node": "^4.2.32",
951 "@smithy/util-endpoints": "^3.2.8",
952 "@smithy/util-middleware": "^4.2.8",
953 "@smithy/util-retry": "^4.2.8",
954 "@smithy/util-utf8": "^4.2.0",
955 "tslib": "^2.6.2"
956 },
957 "engines": {
958 "node": ">=20.0.0"
959 }
960 },
961 "node_modules/@aws-sdk/region-config-resolver": {
962 "version": "3.972.3",
963 "license": "Apache-2.0",
964 "dependencies": {
965 "@aws-sdk/types": "^3.973.1",
966 "@smithy/config-resolver": "^4.4.6",
967 "@smithy/node-config-provider": "^4.3.8",
968 "@smithy/types": "^4.12.0",
969 "tslib": "^2.6.2"
970 },
971 "engines": {
972 "node": ">=20.0.0"
973 }
974 },
975 "node_modules/@aws-sdk/signature-v4-multi-region": {
976 "version": "3.986.0",
977 "license": "Apache-2.0",
978 "dependencies": {
979 "@aws-sdk/middleware-sdk-s3": "^3.972.7",
980 "@aws-sdk/types": "^3.973.1",
981 "@smithy/protocol-http": "^5.3.8",
982 "@smithy/signature-v4": "^5.3.8",
983 "@smithy/types": "^4.12.0",
984 "tslib": "^2.6.2"
985 },
986 "engines": {
987 "node": ">=20.0.0"
988 }
989 },
990 "node_modules/@aws-sdk/token-providers": {
991 "version": "3.985.0",
992 "license": "Apache-2.0",
993 "dependencies": {
994 "@aws-sdk/core": "^3.973.7",
995 "@aws-sdk/nested-clients": "3.985.0",
996 "@aws-sdk/types": "^3.973.1",
997 "@smithy/property-provider": "^4.2.8",
998 "@smithy/shared-ini-file-loader": "^4.4.3",
999 "@smithy/types": "^4.12.0",
1000 "tslib": "^2.6.2"
1001 },
1002 "engines": {
1003 "node": ">=20.0.0"
1004 }
1005 },
1006 "node_modules/@aws-sdk/types": {
1007 "version": "3.973.1",
1008 "license": "Apache-2.0",
1009 "dependencies": {
1010 "@smithy/types": "^4.12.0",
1011 "tslib": "^2.6.2"
1012 },
1013 "engines": {
1014 "node": ">=20.0.0"
1015 }
1016 },
1017 "node_modules/@aws-sdk/util-arn-parser": {
1018 "version": "3.972.2",
1019 "license": "Apache-2.0",
1020 "dependencies": {
1021 "tslib": "^2.6.2"
1022 },
1023 "engines": {
1024 "node": ">=20.0.0"
1025 }
1026 },
1027 "node_modules/@aws-sdk/util-endpoints": {
1028 "version": "3.985.0",
1029 "license": "Apache-2.0",
1030 "dependencies": {
1031 "@aws-sdk/types": "^3.973.1",
1032 "@smithy/types": "^4.12.0",
1033 "@smithy/url-parser": "^4.2.8",
1034 "@smithy/util-endpoints": "^3.2.8",
1035 "tslib": "^2.6.2"
1036 },
1037 "engines": {
1038 "node": ">=20.0.0"
1039 }
1040 },
1041 "node_modules/@aws-sdk/util-locate-window": {
1042 "version": "3.965.4",
1043 "license": "Apache-2.0",
1044 "dependencies": {
1045 "tslib": "^2.6.2"
1046 },
1047 "engines": {
1048 "node": ">=20.0.0"
1049 }
1050 },
1051 "node_modules/@aws-sdk/util-user-agent-browser": {
1052 "version": "3.972.3",
1053 "license": "Apache-2.0",
1054 "dependencies": {
1055 "@aws-sdk/types": "^3.973.1",
1056 "@smithy/types": "^4.12.0",
1057 "bowser": "^2.11.0",
1058 "tslib": "^2.6.2"
1059 }
1060 },
1061 "node_modules/@aws-sdk/util-user-agent-node": {
1062 "version": "3.972.5",
1063 "license": "Apache-2.0",
1064 "dependencies": {
1065 "@aws-sdk/middleware-user-agent": "^3.972.7",
1066 "@aws-sdk/types": "^3.973.1",
1067 "@smithy/node-config-provider": "^4.3.8",
1068 "@smithy/types": "^4.12.0",
1069 "tslib": "^2.6.2"
1070 },
1071 "engines": {
1072 "node": ">=20.0.0"
1073 },
1074 "peerDependencies": {
1075 "aws-crt": ">=1.0.0"
1076 },
1077 "peerDependenciesMeta": {
1078 "aws-crt": {
1079 "optional": true
1080 }
1081 }
1082 },
1083 "node_modules/@aws-sdk/xml-builder": {
1084 "version": "3.972.4",
1085 "license": "Apache-2.0",
1086 "dependencies": {
1087 "@smithy/types": "^4.12.0",
1088 "fast-xml-parser": "5.3.4",
1089 "tslib": "^2.6.2"
1090 },
1091 "engines": {
1092 "node": ">=20.0.0"
1093 }
1094 },
1095 "node_modules/@aws/lambda-invoke-store": {
1096 "version": "0.2.3",
1097 "license": "Apache-2.0",
1098 "engines": {
1099 "node": ">=18.0.0"
1100 }
1101 },
1102 "node_modules/@babel/code-frame": {
1103 "version": "7.29.0",
1104 "license": "MIT",
1105 "dependencies": {
1106 "@babel/helper-validator-identifier": "^7.28.5",
1107 "js-tokens": "^4.0.0",
1108 "picocolors": "^1.1.1"
1109 },
1110 "engines": {
1111 "node": ">=6.9.0"
1112 }
1113 },
1114 "node_modules/@babel/code-frame/node_modules/js-tokens": {
1115 "version": "4.0.0",
1116 "license": "MIT"
1117 },
1118 "node_modules/@babel/compat-data": {
1119 "version": "7.29.0",
1120 "license": "MIT",
1121 "engines": {
1122 "node": ">=6.9.0"
1123 }
1124 },
1125 "node_modules/@babel/core": {
1126 "version": "7.29.0",
1127 "license": "MIT",
1128 "dependencies": {
1129 "@babel/code-frame": "^7.29.0",
1130 "@babel/generator": "^7.29.0",
1131 "@babel/helper-compilation-targets": "^7.28.6",
1132 "@babel/helper-module-transforms": "^7.28.6",
1133 "@babel/helpers": "^7.28.6",
1134 "@babel/parser": "^7.29.0",
1135 "@babel/template": "^7.28.6",
1136 "@babel/traverse": "^7.29.0",
1137 "@babel/types": "^7.29.0",
1138 "@jridgewell/remapping": "^2.3.5",
1139 "convert-source-map": "^2.0.0",
1140 "debug": "^4.1.0",
1141 "gensync": "^1.0.0-beta.2",
1142 "json5": "^2.2.3",
1143 "semver": "^6.3.1"
1144 },
1145 "engines": {
1146 "node": ">=6.9.0"
1147 },
1148 "funding": {
1149 "type": "opencollective",
1150 "url": "https://opencollective.com/babel"
1151 }
1152 },
1153 "node_modules/@babel/core/node_modules/semver": {
1154 "version": "6.3.1",
1155 "license": "ISC",
1156 "bin": {
1157 "semver": "bin/semver.js"
1158 }
1159 },
1160 "node_modules/@babel/generator": {
1161 "version": "7.29.1",
1162 "license": "MIT",
1163 "dependencies": {
1164 "@babel/parser": "^7.29.0",
1165 "@babel/types": "^7.29.0",
1166 "@jridgewell/gen-mapping": "^0.3.12",
1167 "@jridgewell/trace-mapping": "^0.3.28",
1168 "jsesc": "^3.0.2"
1169 },
1170 "engines": {
1171 "node": ">=6.9.0"
1172 }
1173 },
1174 "node_modules/@babel/helper-annotate-as-pure": {
1175 "version": "7.27.3",
1176 "license": "MIT",
1177 "dependencies": {
1178 "@babel/types": "^7.27.3"
1179 },
1180 "engines": {
1181 "node": ">=6.9.0"
1182 }
1183 },
1184 "node_modules/@babel/helper-compilation-targets": {
1185 "version": "7.28.6",
1186 "license": "MIT",
1187 "dependencies": {
1188 "@babel/compat-data": "^7.28.6",
1189 "@babel/helper-validator-option": "^7.27.1",
1190 "browserslist": "^4.24.0",
1191 "lru-cache": "^5.1.1",
1192 "semver": "^6.3.1"
1193 },
1194 "engines": {
1195 "node": ">=6.9.0"
1196 }
1197 },
1198 "node_modules/@babel/helper-compilation-targets/node_modules/lru-cache": {
1199 "version": "5.1.1",
1200 "license": "ISC",
1201 "dependencies": {
1202 "yallist": "^3.0.2"
1203 }
1204 },
1205 "node_modules/@babel/helper-compilation-targets/node_modules/semver": {
1206 "version": "6.3.1",
1207 "license": "ISC",
1208 "bin": {
1209 "semver": "bin/semver.js"
1210 }
1211 },
1212 "node_modules/@babel/helper-compilation-targets/node_modules/yallist": {
1213 "version": "3.1.1",
1214 "license": "ISC"
1215 },
1216 "node_modules/@babel/helper-create-class-features-plugin": {
1217 "version": "7.28.6",
1218 "license": "MIT",
1219 "dependencies": {
1220 "@babel/helper-annotate-as-pure": "^7.27.3",
1221 "@babel/helper-member-expression-to-functions": "^7.28.5",
1222 "@babel/helper-optimise-call-expression": "^7.27.1",
1223 "@babel/helper-replace-supers": "^7.28.6",
1224 "@babel/helper-skip-transparent-expression-wrappers": "^7.27.1",
1225 "@babel/traverse": "^7.28.6",
1226 "semver": "^6.3.1"
1227 },
1228 "engines": {
1229 "node": ">=6.9.0"
1230 },
1231 "peerDependencies": {
1232 "@babel/core": "^7.0.0"
1233 }
1234 },
1235 "node_modules/@babel/helper-create-class-features-plugin/node_modules/semver": {
1236 "version": "6.3.1",
1237 "license": "ISC",
1238 "bin": {
1239 "semver": "bin/semver.js"
1240 }
1241 },
1242 "node_modules/@babel/helper-globals": {
1243 "version": "7.28.0",
1244 "license": "MIT",
1245 "engines": {
1246 "node": ">=6.9.0"
1247 }
1248 },
1249 "node_modules/@babel/helper-member-expression-to-functions": {
1250 "version": "7.28.5",
1251 "license": "MIT",
1252 "dependencies": {
1253 "@babel/traverse": "^7.28.5",
1254 "@babel/types": "^7.28.5"
1255 },
1256 "engines": {
1257 "node": ">=6.9.0"
1258 }
1259 },
1260 "node_modules/@babel/helper-module-imports": {
1261 "version": "7.28.6",
1262 "license": "MIT",
1263 "dependencies": {
1264 "@babel/traverse": "^7.28.6",
1265 "@babel/types": "^7.28.6"
1266 },
1267 "engines": {
1268 "node": ">=6.9.0"
1269 }
1270 },
1271 "node_modules/@babel/helper-module-transforms": {
1272 "version": "7.28.6",
1273 "license": "MIT",
1274 "dependencies": {
1275 "@babel/helper-module-imports": "^7.28.6",
1276 "@babel/helper-validator-identifier": "^7.28.5",
1277 "@babel/traverse": "^7.28.6"
1278 },
1279 "engines": {
1280 "node": ">=6.9.0"
1281 },
1282 "peerDependencies": {
1283 "@babel/core": "^7.0.0"
1284 }
1285 },
1286 "node_modules/@babel/helper-optimise-call-expression": {
1287 "version": "7.27.1",
1288 "license": "MIT",
1289 "dependencies": {
1290 "@babel/types": "^7.27.1"
1291 },
1292 "engines": {
1293 "node": ">=6.9.0"
1294 }
1295 },
1296 "node_modules/@babel/helper-plugin-utils": {
1297 "version": "7.28.6",
1298 "license": "MIT",
1299 "engines": {
1300 "node": ">=6.9.0"
1301 }
1302 },
1303 "node_modules/@babel/helper-replace-supers": {
1304 "version": "7.28.6",
1305 "license": "MIT",
1306 "dependencies": {
1307 "@babel/helper-member-expression-to-functions": "^7.28.5",
1308 "@babel/helper-optimise-call-expression": "^7.27.1",
1309 "@babel/traverse": "^7.28.6"
1310 },
1311 "engines": {
1312 "node": ">=6.9.0"
1313 },
1314 "peerDependencies": {
1315 "@babel/core": "^7.0.0"
1316 }
1317 },
1318 "node_modules/@babel/helper-skip-transparent-expression-wrappers": {
1319 "version": "7.27.1",
1320 "license": "MIT",
1321 "dependencies": {
1322 "@babel/traverse": "^7.27.1",
1323 "@babel/types": "^7.27.1"
1324 },
1325 "engines": {
1326 "node": ">=6.9.0"
1327 }
1328 },
1329 "node_modules/@babel/helper-string-parser": {
1330 "version": "7.27.1",
1331 "license": "MIT",
1332 "engines": {
1333 "node": ">=6.9.0"
1334 }
1335 },
1336 "node_modules/@babel/helper-validator-identifier": {
1337 "version": "7.28.5",
1338 "license": "MIT",
1339 "engines": {
1340 "node": ">=6.9.0"
1341 }
1342 },
1343 "node_modules/@babel/helper-validator-option": {
1344 "version": "7.27.1",
1345 "license": "MIT",
1346 "engines": {
1347 "node": ">=6.9.0"
1348 }
1349 },
1350 "node_modules/@babel/helpers": {
1351 "version": "7.28.6",
1352 "license": "MIT",
1353 "dependencies": {
1354 "@babel/template": "^7.28.6",
1355 "@babel/types": "^7.28.6"
1356 },
1357 "engines": {
1358 "node": ">=6.9.0"
1359 }
1360 },
1361 "node_modules/@babel/parser": {
1362 "version": "7.29.0",
1363 "license": "MIT",
1364 "dependencies": {
1365 "@babel/types": "^7.29.0"
1366 },
1367 "bin": {
1368 "parser": "bin/babel-parser.js"
1369 },
1370 "engines": {
1371 "node": ">=6.0.0"
1372 }
1373 },
1374 "node_modules/@babel/plugin-syntax-jsx": {
1375 "version": "7.28.6",
1376 "license": "MIT",
1377 "dependencies": {
1378 "@babel/helper-plugin-utils": "^7.28.6"
1379 },
1380 "engines": {
1381 "node": ">=6.9.0"
1382 },
1383 "peerDependencies": {
1384 "@babel/core": "^7.0.0-0"
1385 }
1386 },
1387 "node_modules/@babel/plugin-syntax-typescript": {
1388 "version": "7.28.6",
1389 "license": "MIT",
1390 "dependencies": {
1391 "@babel/helper-plugin-utils": "^7.28.6"
1392 },
1393 "engines": {
1394 "node": ">=6.9.0"
1395 },
1396 "peerDependencies": {
1397 "@babel/core": "^7.0.0-0"
1398 }
1399 },
1400 "node_modules/@babel/plugin-transform-typescript": {
1401 "version": "7.28.6",
1402 "license": "MIT",
1403 "dependencies": {
1404 "@babel/helper-annotate-as-pure": "^7.27.3",
1405 "@babel/helper-create-class-features-plugin": "^7.28.6",
1406 "@babel/helper-plugin-utils": "^7.28.6",
1407 "@babel/helper-skip-transparent-expression-wrappers": "^7.27.1",
1408 "@babel/plugin-syntax-typescript": "^7.28.6"
1409 },
1410 "engines": {
1411 "node": ">=6.9.0"
1412 },
1413 "peerDependencies": {
1414 "@babel/core": "^7.0.0-0"
1415 }
1416 },
1417 "node_modules/@babel/template": {
1418 "version": "7.28.6",
1419 "license": "MIT",
1420 "dependencies": {
1421 "@babel/code-frame": "^7.28.6",
1422 "@babel/parser": "^7.28.6",
1423 "@babel/types": "^7.28.6"
1424 },
1425 "engines": {
1426 "node": ">=6.9.0"
1427 }
1428 },
1429 "node_modules/@babel/traverse": {
1430 "version": "7.29.0",
1431 "license": "MIT",
1432 "dependencies": {
1433 "@babel/code-frame": "^7.29.0",
1434 "@babel/generator": "^7.29.0",
1435 "@babel/helper-globals": "^7.28.0",
1436 "@babel/parser": "^7.29.0",
1437 "@babel/template": "^7.28.6",
1438 "@babel/types": "^7.29.0",
1439 "debug": "^4.3.1"
1440 },
1441 "engines": {
1442 "node": ">=6.9.0"
1443 }
1444 },
1445 "node_modules/@babel/types": {
1446 "version": "7.29.0",
1447 "license": "MIT",
1448 "dependencies": {
1449 "@babel/helper-string-parser": "^7.27.1",
1450 "@babel/helper-validator-identifier": "^7.28.5"
1451 },
1452 "engines": {
1453 "node": ">=6.9.0"
1454 }
1455 },
1456 "node_modules/@clack/core": {
1457 "version": "1.0.0",
1458 "license": "MIT",
1459 "dependencies": {
1460 "picocolors": "^1.0.0",
1461 "sisteransi": "^1.0.5"
1462 }
1463 },
1464 "node_modules/@clack/prompts": {
1465 "version": "1.0.0",
1466 "license": "MIT",
1467 "dependencies": {
1468 "@clack/core": "1.0.0",
1469 "picocolors": "^1.0.0",
1470 "sisteransi": "^1.0.5"
1471 }
1472 },
1473 "node_modules/@cloudflare/kv-asset-handler": {
1474 "version": "0.4.2",
1475 "license": "MIT OR Apache-2.0",
1476 "engines": {
1477 "node": ">=18.0.0"
1478 }
1479 },
1480 "node_modules/@csstools/selector-resolve-nested": {
1481 "version": "3.1.0",
1482 "funding": [
1483 {
1484 "type": "github",
1485 "url": "https://github.com/sponsors/csstools"
1486 },
1487 {
1488 "type": "opencollective",
1489 "url": "https://opencollective.com/csstools"
1490 }
1491 ],
1492 "license": "MIT-0",
1493 "engines": {
1494 "node": ">=18"
1495 },
1496 "peerDependencies": {
1497 "postcss-selector-parser": "^7.0.0"
1498 }
1499 },
1500 "node_modules/@csstools/selector-specificity": {
1501 "version": "5.0.0",
1502 "funding": [
1503 {
1504 "type": "github",
1505 "url": "https://github.com/sponsors/csstools"
1506 },
1507 {
1508 "type": "opencollective",
1509 "url": "https://opencollective.com/csstools"
1510 }
1511 ],
1512 "license": "MIT-0",
1513 "engines": {
1514 "node": ">=18"
1515 },
1516 "peerDependencies": {
1517 "postcss-selector-parser": "^7.0.0"
1518 }
1519 },
1520 "node_modules/@dxup/nuxt": {
1521 "version": "0.3.2",
1522 "license": "MIT",
1523 "dependencies": {
1524 "@dxup/unimport": "^0.1.2",
1525 "@nuxt/kit": "^4.2.2",
1526 "chokidar": "^5.0.0",
1527 "pathe": "^2.0.3",
1528 "tinyglobby": "^0.2.15"
1529 }
1530 },
1531 "node_modules/@dxup/nuxt/node_modules/@nuxt/kit": {
1532 "version": "4.3.1",
1533 "license": "MIT",
1534 "dependencies": {
1535 "c12": "^3.3.3",
1536 "consola": "^3.4.2",
1537 "defu": "^6.1.4",
1538 "destr": "^2.0.5",
1539 "errx": "^0.1.0",
1540 "exsolve": "^1.0.8",
1541 "ignore": "^7.0.5",
1542 "jiti": "^2.6.1",
1543 "klona": "^2.0.6",
1544 "mlly": "^1.8.0",
1545 "ohash": "^2.0.11",
1546 "pathe": "^2.0.3",
1547 "pkg-types": "^2.3.0",
1548 "rc9": "^3.0.0",
1549 "scule": "^1.3.0",
1550 "semver": "^7.7.4",
1551 "tinyglobby": "^0.2.15",
1552 "ufo": "^1.6.3",
1553 "unctx": "^2.5.0",
1554 "untyped": "^2.0.0"
1555 },
1556 "engines": {
1557 "node": ">=18.12.0"
1558 }
1559 },
1560 "node_modules/@dxup/unimport": {
1561 "version": "0.1.2",
1562 "license": "MIT"
1563 },
1564 "node_modules/@esbuild/linux-x64": {
1565 "version": "0.27.3",
1566 "cpu": [
1567 "x64"
1568 ],
1569 "license": "MIT",
1570 "optional": true,
1571 "os": [
1572 "linux"
1573 ],
1574 "engines": {
1575 "node": ">=18"
1576 }
1577 },
1578 "node_modules/@floating-ui/core": {
1579 "version": "1.7.4",
1580 "license": "MIT",
1581 "dependencies": {
1582 "@floating-ui/utils": "^0.2.10"
1583 }
1584 },
1585 "node_modules/@floating-ui/dom": {
1586 "version": "1.7.5",
1587 "license": "MIT",
1588 "dependencies": {
1589 "@floating-ui/core": "^1.7.4",
1590 "@floating-ui/utils": "^0.2.10"
1591 }
1592 },
1593 "node_modules/@floating-ui/utils": {
1594 "version": "0.2.10",
1595 "license": "MIT"
1596 },
1597 "node_modules/@floating-ui/vue": {
1598 "version": "1.1.10",
1599 "license": "MIT",
1600 "dependencies": {
1601 "@floating-ui/dom": "^1.7.5",
1602 "@floating-ui/utils": "^0.2.10",
1603 "vue-demi": ">=0.13.0"
1604 }
1605 },
1606 "node_modules/@internationalized/date": {
1607 "version": "3.11.0",
1608 "license": "Apache-2.0",
1609 "dependencies": {
1610 "@swc/helpers": "^0.5.0"
1611 }
1612 },
1613 "node_modules/@internationalized/number": {
1614 "version": "3.6.5",
1615 "license": "Apache-2.0",
1616 "dependencies": {
1617 "@swc/helpers": "^0.5.0"
1618 }
1619 },
1620 "node_modules/@ioredis/commands": {
1621 "version": "1.5.0",
1622 "license": "MIT"
1623 },
1624 "node_modules/@isaacs/balanced-match": {
1625 "version": "4.0.1",
1626 "license": "MIT",
1627 "engines": {
1628 "node": "20 || >=22"
1629 }
1630 },
1631 "node_modules/@isaacs/brace-expansion": {
1632 "version": "5.0.1",
1633 "license": "MIT",
1634 "dependencies": {
1635 "@isaacs/balanced-match": "^4.0.1"
1636 },
1637 "engines": {
1638 "node": "20 || >=22"
1639 }
1640 },
1641 "node_modules/@isaacs/cliui": {
1642 "version": "8.0.2",
1643 "license": "ISC",
1644 "dependencies": {
1645 "string-width": "^5.1.2",
1646 "string-width-cjs": "npm:string-width@^4.2.0",
1647 "strip-ansi": "^7.0.1",
1648 "strip-ansi-cjs": "npm:strip-ansi@^6.0.1",
1649 "wrap-ansi": "^8.1.0",
1650 "wrap-ansi-cjs": "npm:wrap-ansi@^7.0.0"
1651 },
1652 "engines": {
1653 "node": ">=12"
1654 }
1655 },
1656 "node_modules/@isaacs/cliui/node_modules/ansi-regex": {
1657 "version": "6.2.2",
1658 "license": "MIT",
1659 "engines": {
1660 "node": ">=12"
1661 },
1662 "funding": {
1663 "url": "https://github.com/chalk/ansi-regex?sponsor=1"
1664 }
1665 },
1666 "node_modules/@isaacs/cliui/node_modules/ansi-styles": {
1667 "version": "6.2.3",
1668 "license": "MIT",
1669 "engines": {
1670 "node": ">=12"
1671 },
1672 "funding": {
1673 "url": "https://github.com/chalk/ansi-styles?sponsor=1"
1674 }
1675 },
1676 "node_modules/@isaacs/cliui/node_modules/emoji-regex": {
1677 "version": "9.2.2",
1678 "license": "MIT"
1679 },
1680 "node_modules/@isaacs/cliui/node_modules/string-width": {
1681 "version": "5.1.2",
1682 "license": "MIT",
1683 "dependencies": {
1684 "eastasianwidth": "^0.2.0",
1685 "emoji-regex": "^9.2.2",
1686 "strip-ansi": "^7.0.1"
1687 },
1688 "engines": {
1689 "node": ">=12"
1690 },
1691 "funding": {
1692 "url": "https://github.com/sponsors/sindresorhus"
1693 }
1694 },
1695 "node_modules/@isaacs/cliui/node_modules/strip-ansi": {
1696 "version": "7.1.2",
1697 "license": "MIT",
1698 "dependencies": {
1699 "ansi-regex": "^6.0.1"
1700 },
1701 "engines": {
1702 "node": ">=12"
1703 },
1704 "funding": {
1705 "url": "https://github.com/chalk/strip-ansi?sponsor=1"
1706 }
1707 },
1708 "node_modules/@isaacs/cliui/node_modules/wrap-ansi": {
1709 "version": "8.1.0",
1710 "license": "MIT",
1711 "dependencies": {
1712 "ansi-styles": "^6.1.0",
1713 "string-width": "^5.0.1",
1714 "strip-ansi": "^7.0.1"
1715 },
1716 "engines": {
1717 "node": ">=12"
1718 },
1719 "funding": {
1720 "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
1721 }
1722 },
1723 "node_modules/@isaacs/fs-minipass": {
1724 "version": "4.0.1",
1725 "license": "ISC",
1726 "dependencies": {
1727 "minipass": "^7.0.4"
1728 },
1729 "engines": {
1730 "node": ">=18.0.0"
1731 }
1732 },
1733 "node_modules/@jridgewell/gen-mapping": {
1734 "version": "0.3.13",
1735 "license": "MIT",
1736 "dependencies": {
1737 "@jridgewell/sourcemap-codec": "^1.5.0",
1738 "@jridgewell/trace-mapping": "^0.3.24"
1739 }
1740 },
1741 "node_modules/@jridgewell/remapping": {
1742 "version": "2.3.5",
1743 "license": "MIT",
1744 "dependencies": {
1745 "@jridgewell/gen-mapping": "^0.3.5",
1746 "@jridgewell/trace-mapping": "^0.3.24"
1747 }
1748 },
1749 "node_modules/@jridgewell/resolve-uri": {
1750 "version": "3.1.2",
1751 "license": "MIT",
1752 "engines": {
1753 "node": ">=6.0.0"
1754 }
1755 },
1756 "node_modules/@jridgewell/source-map": {
1757 "version": "0.3.11",
1758 "license": "MIT",
1759 "dependencies": {
1760 "@jridgewell/gen-mapping": "^0.3.5",
1761 "@jridgewell/trace-mapping": "^0.3.25"
1762 }
1763 },
1764 "node_modules/@jridgewell/sourcemap-codec": {
1765 "version": "1.5.5",
1766 "license": "MIT"
1767 },
1768 "node_modules/@jridgewell/trace-mapping": {
1769 "version": "0.3.31",
1770 "license": "MIT",
1771 "dependencies": {
1772 "@jridgewell/resolve-uri": "^3.1.0",
1773 "@jridgewell/sourcemap-codec": "^1.4.14"
1774 }
1775 },
1776 "node_modules/@keytrace/lexicon": {
1777 "resolved": "packages/lexicon",
1778 "link": true
1779 },
1780 "node_modules/@keytrace/runner": {
1781 "resolved": "packages/runner",
1782 "link": true
1783 },
1784 "node_modules/@keytrace/verify": {
1785 "resolved": "packages/verify",
1786 "link": true
1787 },
1788 "node_modules/@koa/router": {
1789 "version": "12.0.2",
1790 "license": "MIT",
1791 "dependencies": {
1792 "debug": "^4.3.4",
1793 "http-errors": "^2.0.0",
1794 "koa-compose": "^4.1.0",
1795 "methods": "^1.1.2",
1796 "path-to-regexp": "^6.3.0"
1797 },
1798 "engines": {
1799 "node": ">= 12"
1800 }
1801 },
1802 "node_modules/@koa/router/node_modules/http-errors": {
1803 "version": "2.0.1",
1804 "license": "MIT",
1805 "dependencies": {
1806 "depd": "~2.0.0",
1807 "inherits": "~2.0.4",
1808 "setprototypeof": "~1.2.0",
1809 "statuses": "~2.0.2",
1810 "toidentifier": "~1.0.1"
1811 },
1812 "engines": {
1813 "node": ">= 0.8"
1814 },
1815 "funding": {
1816 "type": "opencollective",
1817 "url": "https://opencollective.com/express"
1818 }
1819 },
1820 "node_modules/@koa/router/node_modules/statuses": {
1821 "version": "2.0.2",
1822 "license": "MIT",
1823 "engines": {
1824 "node": ">= 0.8"
1825 }
1826 },
1827 "node_modules/@kwsites/file-exists": {
1828 "version": "1.1.1",
1829 "license": "MIT",
1830 "dependencies": {
1831 "debug": "^4.1.1"
1832 }
1833 },
1834 "node_modules/@kwsites/promise-deferred": {
1835 "version": "1.1.1",
1836 "license": "MIT"
1837 },
1838 "node_modules/@mapbox/node-pre-gyp": {
1839 "version": "2.0.3",
1840 "license": "BSD-3-Clause",
1841 "dependencies": {
1842 "consola": "^3.2.3",
1843 "detect-libc": "^2.0.0",
1844 "https-proxy-agent": "^7.0.5",
1845 "node-fetch": "^2.6.7",
1846 "nopt": "^8.0.0",
1847 "semver": "^7.5.3",
1848 "tar": "^7.4.0"
1849 },
1850 "bin": {
1851 "node-pre-gyp": "bin/node-pre-gyp"
1852 },
1853 "engines": {
1854 "node": ">=18"
1855 }
1856 },
1857 "node_modules/@mapbox/node-pre-gyp/node_modules/abbrev": {
1858 "version": "3.0.1",
1859 "license": "ISC",
1860 "engines": {
1861 "node": "^18.17.0 || >=20.5.0"
1862 }
1863 },
1864 "node_modules/@mapbox/node-pre-gyp/node_modules/nopt": {
1865 "version": "8.1.0",
1866 "license": "ISC",
1867 "dependencies": {
1868 "abbrev": "^3.0.0"
1869 },
1870 "bin": {
1871 "nopt": "bin/nopt.js"
1872 },
1873 "engines": {
1874 "node": "^18.17.0 || >=20.5.0"
1875 }
1876 },
1877 "node_modules/@nodelib/fs.scandir": {
1878 "version": "2.1.5",
1879 "license": "MIT",
1880 "dependencies": {
1881 "@nodelib/fs.stat": "2.0.5",
1882 "run-parallel": "^1.1.9"
1883 },
1884 "engines": {
1885 "node": ">= 8"
1886 }
1887 },
1888 "node_modules/@nodelib/fs.stat": {
1889 "version": "2.0.5",
1890 "license": "MIT",
1891 "engines": {
1892 "node": ">= 8"
1893 }
1894 },
1895 "node_modules/@nodelib/fs.walk": {
1896 "version": "1.2.8",
1897 "license": "MIT",
1898 "dependencies": {
1899 "@nodelib/fs.scandir": "2.1.5",
1900 "fastq": "^1.6.0"
1901 },
1902 "engines": {
1903 "node": ">= 8"
1904 }
1905 },
1906 "node_modules/@nuxt/cli": {
1907 "version": "3.33.1",
1908 "license": "MIT",
1909 "dependencies": {
1910 "@bomb.sh/tab": "^0.0.12",
1911 "@clack/prompts": "^1.0.0",
1912 "c12": "^3.3.3",
1913 "citty": "^0.2.0",
1914 "confbox": "^0.2.4",
1915 "consola": "^3.4.2",
1916 "copy-paste": "^2.2.0",
1917 "debug": "^4.4.3",
1918 "defu": "^6.1.4",
1919 "exsolve": "^1.0.8",
1920 "fuse.js": "^7.1.0",
1921 "fzf": "^0.5.2",
1922 "giget": "^3.1.2",
1923 "jiti": "^2.6.1",
1924 "listhen": "^1.9.0",
1925 "nypm": "^0.6.5",
1926 "ofetch": "^1.5.1",
1927 "ohash": "^2.0.11",
1928 "pathe": "^2.0.3",
1929 "perfect-debounce": "^2.1.0",
1930 "pkg-types": "^2.3.0",
1931 "scule": "^1.3.0",
1932 "semver": "^7.7.4",
1933 "srvx": "^0.11.2",
1934 "std-env": "^3.10.0",
1935 "tinyexec": "^1.0.2",
1936 "ufo": "^1.6.3",
1937 "youch": "^4.1.0-beta.13"
1938 },
1939 "bin": {
1940 "nuxi": "bin/nuxi.mjs",
1941 "nuxi-ng": "bin/nuxi.mjs",
1942 "nuxt": "bin/nuxi.mjs",
1943 "nuxt-cli": "bin/nuxi.mjs"
1944 },
1945 "engines": {
1946 "node": "^16.10.0 || >=18.0.0"
1947 },
1948 "peerDependencies": {
1949 "@nuxt/schema": "^4.3.0"
1950 },
1951 "peerDependenciesMeta": {
1952 "@nuxt/schema": {
1953 "optional": true
1954 }
1955 }
1956 },
1957 "node_modules/@nuxt/cli/node_modules/@bomb.sh/tab": {
1958 "version": "0.0.12",
1959 "license": "MIT",
1960 "bin": {
1961 "tab": "dist/bin/cli.js"
1962 },
1963 "peerDependencies": {
1964 "cac": "^6.7.14",
1965 "citty": "^0.1.6",
1966 "commander": "^13.1.0"
1967 },
1968 "peerDependenciesMeta": {
1969 "cac": {
1970 "optional": true
1971 },
1972 "citty": {
1973 "optional": true
1974 },
1975 "commander": {
1976 "optional": true
1977 }
1978 }
1979 },
1980 "node_modules/@nuxt/cli/node_modules/citty": {
1981 "version": "0.2.0",
1982 "license": "MIT"
1983 },
1984 "node_modules/@nuxt/cli/node_modules/giget": {
1985 "version": "3.1.2",
1986 "license": "MIT",
1987 "bin": {
1988 "giget": "dist/cli.mjs"
1989 }
1990 },
1991 "node_modules/@nuxt/devalue": {
1992 "version": "2.0.2",
1993 "license": "MIT"
1994 },
1995 "node_modules/@nuxt/devtools": {
1996 "version": "3.1.1",
1997 "license": "MIT",
1998 "dependencies": {
1999 "@nuxt/devtools-kit": "3.1.1",
2000 "@nuxt/devtools-wizard": "3.1.1",
2001 "@nuxt/kit": "^4.2.1",
2002 "@vue/devtools-core": "^8.0.5",
2003 "@vue/devtools-kit": "^8.0.5",
2004 "birpc": "^2.8.0",
2005 "consola": "^3.4.2",
2006 "destr": "^2.0.5",
2007 "error-stack-parser-es": "^1.0.5",
2008 "execa": "^8.0.1",
2009 "fast-npm-meta": "^0.4.7",
2010 "get-port-please": "^3.2.0",
2011 "hookable": "^5.5.3",
2012 "image-meta": "^0.2.2",
2013 "is-installed-globally": "^1.0.0",
2014 "launch-editor": "^2.12.0",
2015 "local-pkg": "^1.1.2",
2016 "magicast": "^0.5.1",
2017 "nypm": "^0.6.2",
2018 "ohash": "^2.0.11",
2019 "pathe": "^2.0.3",
2020 "perfect-debounce": "^2.0.0",
2021 "pkg-types": "^2.3.0",
2022 "semver": "^7.7.3",
2023 "simple-git": "^3.30.0",
2024 "sirv": "^3.0.2",
2025 "structured-clone-es": "^1.0.0",
2026 "tinyglobby": "^0.2.15",
2027 "vite-plugin-inspect": "^11.3.3",
2028 "vite-plugin-vue-tracer": "^1.1.3",
2029 "which": "^5.0.0",
2030 "ws": "^8.18.3"
2031 },
2032 "bin": {
2033 "devtools": "cli.mjs"
2034 },
2035 "peerDependencies": {
2036 "@vitejs/devtools": "*",
2037 "vite": ">=6.0"
2038 },
2039 "peerDependenciesMeta": {
2040 "@vitejs/devtools": {
2041 "optional": true
2042 }
2043 }
2044 },
2045 "node_modules/@nuxt/devtools-kit": {
2046 "version": "3.1.1",
2047 "license": "MIT",
2048 "dependencies": {
2049 "@nuxt/kit": "^4.2.1",
2050 "execa": "^8.0.1"
2051 },
2052 "peerDependencies": {
2053 "vite": ">=6.0"
2054 }
2055 },
2056 "node_modules/@nuxt/devtools-kit/node_modules/@nuxt/kit": {
2057 "version": "4.3.1",
2058 "license": "MIT",
2059 "dependencies": {
2060 "c12": "^3.3.3",
2061 "consola": "^3.4.2",
2062 "defu": "^6.1.4",
2063 "destr": "^2.0.5",
2064 "errx": "^0.1.0",
2065 "exsolve": "^1.0.8",
2066 "ignore": "^7.0.5",
2067 "jiti": "^2.6.1",
2068 "klona": "^2.0.6",
2069 "mlly": "^1.8.0",
2070 "ohash": "^2.0.11",
2071 "pathe": "^2.0.3",
2072 "pkg-types": "^2.3.0",
2073 "rc9": "^3.0.0",
2074 "scule": "^1.3.0",
2075 "semver": "^7.7.4",
2076 "tinyglobby": "^0.2.15",
2077 "ufo": "^1.6.3",
2078 "unctx": "^2.5.0",
2079 "untyped": "^2.0.0"
2080 },
2081 "engines": {
2082 "node": ">=18.12.0"
2083 }
2084 },
2085 "node_modules/@nuxt/devtools-wizard": {
2086 "version": "3.1.1",
2087 "license": "MIT",
2088 "dependencies": {
2089 "consola": "^3.4.2",
2090 "diff": "^8.0.2",
2091 "execa": "^8.0.1",
2092 "magicast": "^0.5.1",
2093 "pathe": "^2.0.3",
2094 "pkg-types": "^2.3.0",
2095 "prompts": "^2.4.2",
2096 "semver": "^7.7.3"
2097 },
2098 "bin": {
2099 "devtools-wizard": "cli.mjs"
2100 }
2101 },
2102 "node_modules/@nuxt/devtools/node_modules/@nuxt/kit": {
2103 "version": "4.3.1",
2104 "license": "MIT",
2105 "dependencies": {
2106 "c12": "^3.3.3",
2107 "consola": "^3.4.2",
2108 "defu": "^6.1.4",
2109 "destr": "^2.0.5",
2110 "errx": "^0.1.0",
2111 "exsolve": "^1.0.8",
2112 "ignore": "^7.0.5",
2113 "jiti": "^2.6.1",
2114 "klona": "^2.0.6",
2115 "mlly": "^1.8.0",
2116 "ohash": "^2.0.11",
2117 "pathe": "^2.0.3",
2118 "pkg-types": "^2.3.0",
2119 "rc9": "^3.0.0",
2120 "scule": "^1.3.0",
2121 "semver": "^7.7.4",
2122 "tinyglobby": "^0.2.15",
2123 "ufo": "^1.6.3",
2124 "unctx": "^2.5.0",
2125 "untyped": "^2.0.0"
2126 },
2127 "engines": {
2128 "node": ">=18.12.0"
2129 }
2130 },
2131 "node_modules/@nuxt/devtools/node_modules/open": {
2132 "version": "10.2.0",
2133 "license": "MIT",
2134 "dependencies": {
2135 "default-browser": "^5.2.1",
2136 "define-lazy-prop": "^3.0.0",
2137 "is-inside-container": "^1.0.0",
2138 "wsl-utils": "^0.1.0"
2139 },
2140 "engines": {
2141 "node": ">=18"
2142 },
2143 "funding": {
2144 "url": "https://github.com/sponsors/sindresorhus"
2145 }
2146 },
2147 "node_modules/@nuxt/devtools/node_modules/vite-plugin-inspect": {
2148 "version": "11.3.3",
2149 "license": "MIT",
2150 "dependencies": {
2151 "ansis": "^4.1.0",
2152 "debug": "^4.4.1",
2153 "error-stack-parser-es": "^1.0.5",
2154 "ohash": "^2.0.11",
2155 "open": "^10.2.0",
2156 "perfect-debounce": "^2.0.0",
2157 "sirv": "^3.0.1",
2158 "unplugin-utils": "^0.3.0",
2159 "vite-dev-rpc": "^1.1.0"
2160 },
2161 "engines": {
2162 "node": ">=14"
2163 },
2164 "funding": {
2165 "url": "https://github.com/sponsors/antfu"
2166 },
2167 "peerDependencies": {
2168 "vite": "^6.0.0 || ^7.0.0-0"
2169 },
2170 "peerDependenciesMeta": {
2171 "@nuxt/kit": {
2172 "optional": true
2173 }
2174 }
2175 },
2176 "node_modules/@nuxt/devtools/node_modules/which": {
2177 "version": "5.0.0",
2178 "license": "ISC",
2179 "dependencies": {
2180 "isexe": "^3.1.1"
2181 },
2182 "bin": {
2183 "node-which": "bin/which.js"
2184 },
2185 "engines": {
2186 "node": "^18.17.0 || >=20.5.0"
2187 }
2188 },
2189 "node_modules/@nuxt/kit": {
2190 "version": "3.21.1",
2191 "license": "MIT",
2192 "dependencies": {
2193 "c12": "^3.3.3",
2194 "consola": "^3.4.2",
2195 "defu": "^6.1.4",
2196 "destr": "^2.0.5",
2197 "errx": "^0.1.0",
2198 "exsolve": "^1.0.8",
2199 "ignore": "^7.0.5",
2200 "jiti": "^2.6.1",
2201 "klona": "^2.0.6",
2202 "knitwork": "^1.3.0",
2203 "mlly": "^1.8.0",
2204 "ohash": "^2.0.11",
2205 "pathe": "^2.0.3",
2206 "pkg-types": "^2.3.0",
2207 "rc9": "^3.0.0",
2208 "scule": "^1.3.0",
2209 "semver": "^7.7.4",
2210 "tinyglobby": "^0.2.15",
2211 "ufo": "^1.6.3",
2212 "unctx": "^2.5.0",
2213 "untyped": "^2.0.0"
2214 },
2215 "engines": {
2216 "node": ">=18.12.0"
2217 }
2218 },
2219 "node_modules/@nuxt/nitro-server": {
2220 "version": "3.21.1",
2221 "license": "MIT",
2222 "dependencies": {
2223 "@nuxt/devalue": "^2.0.2",
2224 "@nuxt/kit": "3.21.1",
2225 "@unhead/vue": "^2.1.3",
2226 "@vue/shared": "^3.5.27",
2227 "consola": "^3.4.2",
2228 "defu": "^6.1.4",
2229 "destr": "^2.0.5",
2230 "devalue": "^5.6.2",
2231 "errx": "^0.1.0",
2232 "escape-string-regexp": "^5.0.0",
2233 "exsolve": "^1.0.8",
2234 "h3": "^1.15.5",
2235 "impound": "^1.0.0",
2236 "klona": "^2.0.6",
2237 "mocked-exports": "^0.1.1",
2238 "nitropack": "^2.13.1",
2239 "ohash": "^2.0.11",
2240 "pathe": "^2.0.3",
2241 "pkg-types": "^2.3.0",
2242 "rou3": "^0.7.12",
2243 "std-env": "^3.10.0",
2244 "ufo": "^1.6.3",
2245 "unctx": "^2.5.0",
2246 "unstorage": "^1.17.4",
2247 "vue": "^3.5.27",
2248 "vue-bundle-renderer": "^2.2.0",
2249 "vue-devtools-stub": "^0.1.0"
2250 },
2251 "engines": {
2252 "node": "^20.19.0 || >=22.12.0"
2253 },
2254 "peerDependencies": {
2255 "nuxt": "^3.21.1"
2256 }
2257 },
2258 "node_modules/@nuxt/schema": {
2259 "version": "3.21.1",
2260 "license": "MIT",
2261 "dependencies": {
2262 "@vue/shared": "^3.5.27",
2263 "defu": "^6.1.4",
2264 "pathe": "^2.0.3",
2265 "pkg-types": "^2.3.0",
2266 "std-env": "^3.10.0"
2267 },
2268 "engines": {
2269 "node": "^14.18.0 || >=16.10.0"
2270 }
2271 },
2272 "node_modules/@nuxt/telemetry": {
2273 "version": "2.7.0",
2274 "license": "MIT",
2275 "dependencies": {
2276 "citty": "^0.2.0",
2277 "consola": "^3.4.2",
2278 "ofetch": "^2.0.0-alpha.3",
2279 "rc9": "^3.0.0",
2280 "std-env": "^3.10.0"
2281 },
2282 "bin": {
2283 "nuxt-telemetry": "bin/nuxt-telemetry.mjs"
2284 },
2285 "engines": {
2286 "node": ">=18.12.0"
2287 },
2288 "peerDependencies": {
2289 "@nuxt/kit": ">=3.0.0"
2290 }
2291 },
2292 "node_modules/@nuxt/telemetry/node_modules/citty": {
2293 "version": "0.2.0",
2294 "license": "MIT"
2295 },
2296 "node_modules/@nuxt/telemetry/node_modules/ofetch": {
2297 "version": "2.0.0-alpha.3",
2298 "license": "MIT"
2299 },
2300 "node_modules/@nuxt/vite-builder": {
2301 "version": "3.21.1",
2302 "license": "MIT",
2303 "dependencies": {
2304 "@nuxt/kit": "3.21.1",
2305 "@rollup/plugin-replace": "^6.0.3",
2306 "@vitejs/plugin-vue": "^6.0.4",
2307 "@vitejs/plugin-vue-jsx": "^5.1.4",
2308 "autoprefixer": "^10.4.24",
2309 "consola": "^3.4.2",
2310 "cssnano": "^7.1.2",
2311 "defu": "^6.1.4",
2312 "esbuild": "^0.27.3",
2313 "escape-string-regexp": "^5.0.0",
2314 "exsolve": "^1.0.8",
2315 "externality": "^1.0.2",
2316 "get-port-please": "^3.2.0",
2317 "jiti": "^2.6.1",
2318 "knitwork": "^1.3.0",
2319 "magic-string": "^0.30.21",
2320 "mlly": "^1.8.0",
2321 "mocked-exports": "^0.1.1",
2322 "ohash": "^2.0.11",
2323 "pathe": "^2.0.3",
2324 "perfect-debounce": "^2.1.0",
2325 "pkg-types": "^2.3.0",
2326 "postcss": "^8.5.6",
2327 "rollup-plugin-visualizer": "^6.0.5",
2328 "seroval": "^1.5.0",
2329 "std-env": "^3.10.0",
2330 "ufo": "^1.6.3",
2331 "unenv": "^2.0.0-rc.24",
2332 "vite": "^7.3.1",
2333 "vite-node": "^5.3.0",
2334 "vite-plugin-checker": "^0.12.0",
2335 "vue-bundle-renderer": "^2.2.0"
2336 },
2337 "engines": {
2338 "node": "^20.19.0 || >=22.12.0"
2339 },
2340 "peerDependencies": {
2341 "nuxt": "3.21.1",
2342 "rolldown": "^1.0.0-beta.38",
2343 "vue": "^3.3.4"
2344 },
2345 "peerDependenciesMeta": {
2346 "rolldown": {
2347 "optional": true
2348 }
2349 }
2350 },
2351 "node_modules/@nuxtjs/google-fonts": {
2352 "version": "3.2.0",
2353 "license": "MIT",
2354 "dependencies": {
2355 "@nuxt/kit": "^3.10.3",
2356 "google-fonts-helper": "^3.5.0",
2357 "pathe": "^1.1.2"
2358 }
2359 },
2360 "node_modules/@nuxtjs/google-fonts/node_modules/pathe": {
2361 "version": "1.1.2",
2362 "license": "MIT"
2363 },
2364 "node_modules/@nuxtjs/tailwindcss": {
2365 "version": "6.14.0",
2366 "license": "MIT",
2367 "dependencies": {
2368 "@nuxt/kit": "^3.16.0",
2369 "autoprefixer": "^10.4.20",
2370 "c12": "^3.0.2",
2371 "consola": "^3.4.0",
2372 "defu": "^6.1.4",
2373 "h3": "^1.15.1",
2374 "klona": "^2.0.6",
2375 "ohash": "^2.0.11",
2376 "pathe": "^2.0.3",
2377 "pkg-types": "^2.1.0",
2378 "postcss": "^8.5.3",
2379 "postcss-nesting": "^13.0.1",
2380 "tailwind-config-viewer": "^2.0.4",
2381 "tailwindcss": "~3.4.17",
2382 "ufo": "^1.5.4",
2383 "unctx": "^2.4.1"
2384 }
2385 },
2386 "node_modules/@oxc-minify/binding-linux-x64-gnu": {
2387 "version": "0.112.0",
2388 "cpu": [
2389 "x64"
2390 ],
2391 "license": "MIT",
2392 "optional": true,
2393 "os": [
2394 "linux"
2395 ],
2396 "engines": {
2397 "node": "^20.19.0 || >=22.12.0"
2398 }
2399 },
2400 "node_modules/@oxc-parser/binding-linux-x64-gnu": {
2401 "version": "0.112.0",
2402 "cpu": [
2403 "x64"
2404 ],
2405 "license": "MIT",
2406 "optional": true,
2407 "os": [
2408 "linux"
2409 ],
2410 "engines": {
2411 "node": "^20.19.0 || >=22.12.0"
2412 }
2413 },
2414 "node_modules/@oxc-project/types": {
2415 "version": "0.112.0",
2416 "license": "MIT",
2417 "funding": {
2418 "url": "https://github.com/sponsors/Boshen"
2419 }
2420 },
2421 "node_modules/@oxc-transform/binding-linux-x64-gnu": {
2422 "version": "0.112.0",
2423 "cpu": [
2424 "x64"
2425 ],
2426 "license": "MIT",
2427 "optional": true,
2428 "os": [
2429 "linux"
2430 ],
2431 "engines": {
2432 "node": "^20.19.0 || >=22.12.0"
2433 }
2434 },
2435 "node_modules/@oxfmt/linux-x64-gnu": {
2436 "version": "0.27.0",
2437 "cpu": [
2438 "x64"
2439 ],
2440 "dev": true,
2441 "license": "MIT",
2442 "optional": true,
2443 "os": [
2444 "linux"
2445 ]
2446 },
2447 "node_modules/@parcel/watcher": {
2448 "version": "2.5.6",
2449 "hasInstallScript": true,
2450 "license": "MIT",
2451 "dependencies": {
2452 "detect-libc": "^2.0.3",
2453 "is-glob": "^4.0.3",
2454 "node-addon-api": "^7.0.0",
2455 "picomatch": "^4.0.3"
2456 },
2457 "engines": {
2458 "node": ">= 10.0.0"
2459 },
2460 "funding": {
2461 "type": "opencollective",
2462 "url": "https://opencollective.com/parcel"
2463 },
2464 "optionalDependencies": {
2465 "@parcel/watcher-android-arm64": "2.5.6",
2466 "@parcel/watcher-darwin-arm64": "2.5.6",
2467 "@parcel/watcher-darwin-x64": "2.5.6",
2468 "@parcel/watcher-freebsd-x64": "2.5.6",
2469 "@parcel/watcher-linux-arm-glibc": "2.5.6",
2470 "@parcel/watcher-linux-arm-musl": "2.5.6",
2471 "@parcel/watcher-linux-arm64-glibc": "2.5.6",
2472 "@parcel/watcher-linux-arm64-musl": "2.5.6",
2473 "@parcel/watcher-linux-x64-glibc": "2.5.6",
2474 "@parcel/watcher-linux-x64-musl": "2.5.6",
2475 "@parcel/watcher-win32-arm64": "2.5.6",
2476 "@parcel/watcher-win32-ia32": "2.5.6",
2477 "@parcel/watcher-win32-x64": "2.5.6"
2478 }
2479 },
2480 "node_modules/@parcel/watcher-linux-x64-glibc": {
2481 "version": "2.5.6",
2482 "cpu": [
2483 "x64"
2484 ],
2485 "license": "MIT",
2486 "optional": true,
2487 "os": [
2488 "linux"
2489 ],
2490 "engines": {
2491 "node": ">= 10.0.0"
2492 },
2493 "funding": {
2494 "type": "opencollective",
2495 "url": "https://opencollective.com/parcel"
2496 }
2497 },
2498 "node_modules/@parcel/watcher-wasm": {
2499 "version": "2.5.6",
2500 "bundleDependencies": [
2501 "napi-wasm"
2502 ],
2503 "license": "MIT",
2504 "dependencies": {
2505 "is-glob": "^4.0.3",
2506 "napi-wasm": "^1.1.0",
2507 "picomatch": "^4.0.3"
2508 },
2509 "engines": {
2510 "node": ">= 10.0.0"
2511 },
2512 "funding": {
2513 "type": "opencollective",
2514 "url": "https://opencollective.com/parcel"
2515 }
2516 },
2517 "node_modules/@pkgjs/parseargs": {
2518 "version": "0.11.0",
2519 "license": "MIT",
2520 "optional": true,
2521 "engines": {
2522 "node": ">=14"
2523 }
2524 },
2525 "node_modules/@polka/url": {
2526 "version": "1.0.0-next.29",
2527 "license": "MIT"
2528 },
2529 "node_modules/@poppinss/colors": {
2530 "version": "4.1.6",
2531 "license": "MIT",
2532 "dependencies": {
2533 "kleur": "^4.1.5"
2534 }
2535 },
2536 "node_modules/@poppinss/dumper": {
2537 "version": "0.6.5",
2538 "license": "MIT",
2539 "dependencies": {
2540 "@poppinss/colors": "^4.1.5",
2541 "@sindresorhus/is": "^7.0.2",
2542 "supports-color": "^10.0.0"
2543 }
2544 },
2545 "node_modules/@poppinss/dumper/node_modules/supports-color": {
2546 "version": "10.2.2",
2547 "license": "MIT",
2548 "engines": {
2549 "node": ">=18"
2550 },
2551 "funding": {
2552 "url": "https://github.com/chalk/supports-color?sponsor=1"
2553 }
2554 },
2555 "node_modules/@poppinss/exception": {
2556 "version": "1.2.3",
2557 "license": "MIT"
2558 },
2559 "node_modules/@rolldown/pluginutils": {
2560 "version": "1.0.0-rc.2",
2561 "license": "MIT"
2562 },
2563 "node_modules/@rollup/plugin-alias": {
2564 "version": "6.0.0",
2565 "license": "MIT",
2566 "engines": {
2567 "node": ">=20.19.0"
2568 },
2569 "peerDependencies": {
2570 "rollup": ">=4.0.0"
2571 },
2572 "peerDependenciesMeta": {
2573 "rollup": {
2574 "optional": true
2575 }
2576 }
2577 },
2578 "node_modules/@rollup/plugin-commonjs": {
2579 "version": "29.0.0",
2580 "license": "MIT",
2581 "dependencies": {
2582 "@rollup/pluginutils": "^5.0.1",
2583 "commondir": "^1.0.1",
2584 "estree-walker": "^2.0.2",
2585 "fdir": "^6.2.0",
2586 "is-reference": "1.2.1",
2587 "magic-string": "^0.30.3",
2588 "picomatch": "^4.0.2"
2589 },
2590 "engines": {
2591 "node": ">=16.0.0 || 14 >= 14.17"
2592 },
2593 "peerDependencies": {
2594 "rollup": "^2.68.0||^3.0.0||^4.0.0"
2595 },
2596 "peerDependenciesMeta": {
2597 "rollup": {
2598 "optional": true
2599 }
2600 }
2601 },
2602 "node_modules/@rollup/plugin-inject": {
2603 "version": "5.0.5",
2604 "license": "MIT",
2605 "dependencies": {
2606 "@rollup/pluginutils": "^5.0.1",
2607 "estree-walker": "^2.0.2",
2608 "magic-string": "^0.30.3"
2609 },
2610 "engines": {
2611 "node": ">=14.0.0"
2612 },
2613 "peerDependencies": {
2614 "rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0"
2615 },
2616 "peerDependenciesMeta": {
2617 "rollup": {
2618 "optional": true
2619 }
2620 }
2621 },
2622 "node_modules/@rollup/plugin-json": {
2623 "version": "6.1.0",
2624 "license": "MIT",
2625 "dependencies": {
2626 "@rollup/pluginutils": "^5.1.0"
2627 },
2628 "engines": {
2629 "node": ">=14.0.0"
2630 },
2631 "peerDependencies": {
2632 "rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0"
2633 },
2634 "peerDependenciesMeta": {
2635 "rollup": {
2636 "optional": true
2637 }
2638 }
2639 },
2640 "node_modules/@rollup/plugin-node-resolve": {
2641 "version": "16.0.3",
2642 "license": "MIT",
2643 "dependencies": {
2644 "@rollup/pluginutils": "^5.0.1",
2645 "@types/resolve": "1.20.2",
2646 "deepmerge": "^4.2.2",
2647 "is-module": "^1.0.0",
2648 "resolve": "^1.22.1"
2649 },
2650 "engines": {
2651 "node": ">=14.0.0"
2652 },
2653 "peerDependencies": {
2654 "rollup": "^2.78.0||^3.0.0||^4.0.0"
2655 },
2656 "peerDependenciesMeta": {
2657 "rollup": {
2658 "optional": true
2659 }
2660 }
2661 },
2662 "node_modules/@rollup/plugin-replace": {
2663 "version": "6.0.3",
2664 "license": "MIT",
2665 "dependencies": {
2666 "@rollup/pluginutils": "^5.0.1",
2667 "magic-string": "^0.30.3"
2668 },
2669 "engines": {
2670 "node": ">=14.0.0"
2671 },
2672 "peerDependencies": {
2673 "rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0"
2674 },
2675 "peerDependenciesMeta": {
2676 "rollup": {
2677 "optional": true
2678 }
2679 }
2680 },
2681 "node_modules/@rollup/plugin-terser": {
2682 "version": "0.4.4",
2683 "license": "MIT",
2684 "dependencies": {
2685 "serialize-javascript": "^6.0.1",
2686 "smob": "^1.0.0",
2687 "terser": "^5.17.4"
2688 },
2689 "engines": {
2690 "node": ">=14.0.0"
2691 },
2692 "peerDependencies": {
2693 "rollup": "^2.0.0||^3.0.0||^4.0.0"
2694 },
2695 "peerDependenciesMeta": {
2696 "rollup": {
2697 "optional": true
2698 }
2699 }
2700 },
2701 "node_modules/@rollup/pluginutils": {
2702 "version": "5.3.0",
2703 "license": "MIT",
2704 "dependencies": {
2705 "@types/estree": "^1.0.0",
2706 "estree-walker": "^2.0.2",
2707 "picomatch": "^4.0.2"
2708 },
2709 "engines": {
2710 "node": ">=14.0.0"
2711 },
2712 "peerDependencies": {
2713 "rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0"
2714 },
2715 "peerDependenciesMeta": {
2716 "rollup": {
2717 "optional": true
2718 }
2719 }
2720 },
2721 "node_modules/@rollup/rollup-linux-x64-gnu": {
2722 "version": "4.57.1",
2723 "cpu": [
2724 "x64"
2725 ],
2726 "license": "MIT",
2727 "optional": true,
2728 "os": [
2729 "linux"
2730 ]
2731 },
2732 "node_modules/@sindresorhus/is": {
2733 "version": "7.2.0",
2734 "license": "MIT",
2735 "engines": {
2736 "node": ">=18"
2737 },
2738 "funding": {
2739 "url": "https://github.com/sindresorhus/is?sponsor=1"
2740 }
2741 },
2742 "node_modules/@sindresorhus/merge-streams": {
2743 "version": "4.0.0",
2744 "license": "MIT",
2745 "engines": {
2746 "node": ">=18"
2747 },
2748 "funding": {
2749 "url": "https://github.com/sponsors/sindresorhus"
2750 }
2751 },
2752 "node_modules/@smithy/abort-controller": {
2753 "version": "4.2.8",
2754 "license": "Apache-2.0",
2755 "dependencies": {
2756 "@smithy/types": "^4.12.0",
2757 "tslib": "^2.6.2"
2758 },
2759 "engines": {
2760 "node": ">=18.0.0"
2761 }
2762 },
2763 "node_modules/@smithy/chunked-blob-reader": {
2764 "version": "5.2.0",
2765 "license": "Apache-2.0",
2766 "dependencies": {
2767 "tslib": "^2.6.2"
2768 },
2769 "engines": {
2770 "node": ">=18.0.0"
2771 }
2772 },
2773 "node_modules/@smithy/chunked-blob-reader-native": {
2774 "version": "4.2.1",
2775 "license": "Apache-2.0",
2776 "dependencies": {
2777 "@smithy/util-base64": "^4.3.0",
2778 "tslib": "^2.6.2"
2779 },
2780 "engines": {
2781 "node": ">=18.0.0"
2782 }
2783 },
2784 "node_modules/@smithy/config-resolver": {
2785 "version": "4.4.6",
2786 "license": "Apache-2.0",
2787 "dependencies": {
2788 "@smithy/node-config-provider": "^4.3.8",
2789 "@smithy/types": "^4.12.0",
2790 "@smithy/util-config-provider": "^4.2.0",
2791 "@smithy/util-endpoints": "^3.2.8",
2792 "@smithy/util-middleware": "^4.2.8",
2793 "tslib": "^2.6.2"
2794 },
2795 "engines": {
2796 "node": ">=18.0.0"
2797 }
2798 },
2799 "node_modules/@smithy/core": {
2800 "version": "3.22.1",
2801 "license": "Apache-2.0",
2802 "dependencies": {
2803 "@smithy/middleware-serde": "^4.2.9",
2804 "@smithy/protocol-http": "^5.3.8",
2805 "@smithy/types": "^4.12.0",
2806 "@smithy/util-base64": "^4.3.0",
2807 "@smithy/util-body-length-browser": "^4.2.0",
2808 "@smithy/util-middleware": "^4.2.8",
2809 "@smithy/util-stream": "^4.5.11",
2810 "@smithy/util-utf8": "^4.2.0",
2811 "@smithy/uuid": "^1.1.0",
2812 "tslib": "^2.6.2"
2813 },
2814 "engines": {
2815 "node": ">=18.0.0"
2816 }
2817 },
2818 "node_modules/@smithy/credential-provider-imds": {
2819 "version": "4.2.8",
2820 "license": "Apache-2.0",
2821 "dependencies": {
2822 "@smithy/node-config-provider": "^4.3.8",
2823 "@smithy/property-provider": "^4.2.8",
2824 "@smithy/types": "^4.12.0",
2825 "@smithy/url-parser": "^4.2.8",
2826 "tslib": "^2.6.2"
2827 },
2828 "engines": {
2829 "node": ">=18.0.0"
2830 }
2831 },
2832 "node_modules/@smithy/eventstream-codec": {
2833 "version": "4.2.8",
2834 "license": "Apache-2.0",
2835 "dependencies": {
2836 "@aws-crypto/crc32": "5.2.0",
2837 "@smithy/types": "^4.12.0",
2838 "@smithy/util-hex-encoding": "^4.2.0",
2839 "tslib": "^2.6.2"
2840 },
2841 "engines": {
2842 "node": ">=18.0.0"
2843 }
2844 },
2845 "node_modules/@smithy/eventstream-serde-browser": {
2846 "version": "4.2.8",
2847 "license": "Apache-2.0",
2848 "dependencies": {
2849 "@smithy/eventstream-serde-universal": "^4.2.8",
2850 "@smithy/types": "^4.12.0",
2851 "tslib": "^2.6.2"
2852 },
2853 "engines": {
2854 "node": ">=18.0.0"
2855 }
2856 },
2857 "node_modules/@smithy/eventstream-serde-config-resolver": {
2858 "version": "4.3.8",
2859 "license": "Apache-2.0",
2860 "dependencies": {
2861 "@smithy/types": "^4.12.0",
2862 "tslib": "^2.6.2"
2863 },
2864 "engines": {
2865 "node": ">=18.0.0"
2866 }
2867 },
2868 "node_modules/@smithy/eventstream-serde-node": {
2869 "version": "4.2.8",
2870 "license": "Apache-2.0",
2871 "dependencies": {
2872 "@smithy/eventstream-serde-universal": "^4.2.8",
2873 "@smithy/types": "^4.12.0",
2874 "tslib": "^2.6.2"
2875 },
2876 "engines": {
2877 "node": ">=18.0.0"
2878 }
2879 },
2880 "node_modules/@smithy/eventstream-serde-universal": {
2881 "version": "4.2.8",
2882 "license": "Apache-2.0",
2883 "dependencies": {
2884 "@smithy/eventstream-codec": "^4.2.8",
2885 "@smithy/types": "^4.12.0",
2886 "tslib": "^2.6.2"
2887 },
2888 "engines": {
2889 "node": ">=18.0.0"
2890 }
2891 },
2892 "node_modules/@smithy/fetch-http-handler": {
2893 "version": "5.3.9",
2894 "license": "Apache-2.0",
2895 "dependencies": {
2896 "@smithy/protocol-http": "^5.3.8",
2897 "@smithy/querystring-builder": "^4.2.8",
2898 "@smithy/types": "^4.12.0",
2899 "@smithy/util-base64": "^4.3.0",
2900 "tslib": "^2.6.2"
2901 },
2902 "engines": {
2903 "node": ">=18.0.0"
2904 }
2905 },
2906 "node_modules/@smithy/hash-blob-browser": {
2907 "version": "4.2.9",
2908 "license": "Apache-2.0",
2909 "dependencies": {
2910 "@smithy/chunked-blob-reader": "^5.2.0",
2911 "@smithy/chunked-blob-reader-native": "^4.2.1",
2912 "@smithy/types": "^4.12.0",
2913 "tslib": "^2.6.2"
2914 },
2915 "engines": {
2916 "node": ">=18.0.0"
2917 }
2918 },
2919 "node_modules/@smithy/hash-node": {
2920 "version": "4.2.8",
2921 "license": "Apache-2.0",
2922 "dependencies": {
2923 "@smithy/types": "^4.12.0",
2924 "@smithy/util-buffer-from": "^4.2.0",
2925 "@smithy/util-utf8": "^4.2.0",
2926 "tslib": "^2.6.2"
2927 },
2928 "engines": {
2929 "node": ">=18.0.0"
2930 }
2931 },
2932 "node_modules/@smithy/hash-stream-node": {
2933 "version": "4.2.8",
2934 "license": "Apache-2.0",
2935 "dependencies": {
2936 "@smithy/types": "^4.12.0",
2937 "@smithy/util-utf8": "^4.2.0",
2938 "tslib": "^2.6.2"
2939 },
2940 "engines": {
2941 "node": ">=18.0.0"
2942 }
2943 },
2944 "node_modules/@smithy/invalid-dependency": {
2945 "version": "4.2.8",
2946 "license": "Apache-2.0",
2947 "dependencies": {
2948 "@smithy/types": "^4.12.0",
2949 "tslib": "^2.6.2"
2950 },
2951 "engines": {
2952 "node": ">=18.0.0"
2953 }
2954 },
2955 "node_modules/@smithy/is-array-buffer": {
2956 "version": "4.2.0",
2957 "license": "Apache-2.0",
2958 "dependencies": {
2959 "tslib": "^2.6.2"
2960 },
2961 "engines": {
2962 "node": ">=18.0.0"
2963 }
2964 },
2965 "node_modules/@smithy/md5-js": {
2966 "version": "4.2.8",
2967 "license": "Apache-2.0",
2968 "dependencies": {
2969 "@smithy/types": "^4.12.0",
2970 "@smithy/util-utf8": "^4.2.0",
2971 "tslib": "^2.6.2"
2972 },
2973 "engines": {
2974 "node": ">=18.0.0"
2975 }
2976 },
2977 "node_modules/@smithy/middleware-content-length": {
2978 "version": "4.2.8",
2979 "license": "Apache-2.0",
2980 "dependencies": {
2981 "@smithy/protocol-http": "^5.3.8",
2982 "@smithy/types": "^4.12.0",
2983 "tslib": "^2.6.2"
2984 },
2985 "engines": {
2986 "node": ">=18.0.0"
2987 }
2988 },
2989 "node_modules/@smithy/middleware-endpoint": {
2990 "version": "4.4.13",
2991 "license": "Apache-2.0",
2992 "dependencies": {
2993 "@smithy/core": "^3.22.1",
2994 "@smithy/middleware-serde": "^4.2.9",
2995 "@smithy/node-config-provider": "^4.3.8",
2996 "@smithy/shared-ini-file-loader": "^4.4.3",
2997 "@smithy/types": "^4.12.0",
2998 "@smithy/url-parser": "^4.2.8",
2999 "@smithy/util-middleware": "^4.2.8",
3000 "tslib": "^2.6.2"
3001 },
3002 "engines": {
3003 "node": ">=18.0.0"
3004 }
3005 },
3006 "node_modules/@smithy/middleware-retry": {
3007 "version": "4.4.30",
3008 "license": "Apache-2.0",
3009 "dependencies": {
3010 "@smithy/node-config-provider": "^4.3.8",
3011 "@smithy/protocol-http": "^5.3.8",
3012 "@smithy/service-error-classification": "^4.2.8",
3013 "@smithy/smithy-client": "^4.11.2",
3014 "@smithy/types": "^4.12.0",
3015 "@smithy/util-middleware": "^4.2.8",
3016 "@smithy/util-retry": "^4.2.8",
3017 "@smithy/uuid": "^1.1.0",
3018 "tslib": "^2.6.2"
3019 },
3020 "engines": {
3021 "node": ">=18.0.0"
3022 }
3023 },
3024 "node_modules/@smithy/middleware-serde": {
3025 "version": "4.2.9",
3026 "license": "Apache-2.0",
3027 "dependencies": {
3028 "@smithy/protocol-http": "^5.3.8",
3029 "@smithy/types": "^4.12.0",
3030 "tslib": "^2.6.2"
3031 },
3032 "engines": {
3033 "node": ">=18.0.0"
3034 }
3035 },
3036 "node_modules/@smithy/middleware-stack": {
3037 "version": "4.2.8",
3038 "license": "Apache-2.0",
3039 "dependencies": {
3040 "@smithy/types": "^4.12.0",
3041 "tslib": "^2.6.2"
3042 },
3043 "engines": {
3044 "node": ">=18.0.0"
3045 }
3046 },
3047 "node_modules/@smithy/node-config-provider": {
3048 "version": "4.3.8",
3049 "license": "Apache-2.0",
3050 "dependencies": {
3051 "@smithy/property-provider": "^4.2.8",
3052 "@smithy/shared-ini-file-loader": "^4.4.3",
3053 "@smithy/types": "^4.12.0",
3054 "tslib": "^2.6.2"
3055 },
3056 "engines": {
3057 "node": ">=18.0.0"
3058 }
3059 },
3060 "node_modules/@smithy/node-http-handler": {
3061 "version": "4.4.9",
3062 "license": "Apache-2.0",
3063 "dependencies": {
3064 "@smithy/abort-controller": "^4.2.8",
3065 "@smithy/protocol-http": "^5.3.8",
3066 "@smithy/querystring-builder": "^4.2.8",
3067 "@smithy/types": "^4.12.0",
3068 "tslib": "^2.6.2"
3069 },
3070 "engines": {
3071 "node": ">=18.0.0"
3072 }
3073 },
3074 "node_modules/@smithy/property-provider": {
3075 "version": "4.2.8",
3076 "license": "Apache-2.0",
3077 "dependencies": {
3078 "@smithy/types": "^4.12.0",
3079 "tslib": "^2.6.2"
3080 },
3081 "engines": {
3082 "node": ">=18.0.0"
3083 }
3084 },
3085 "node_modules/@smithy/protocol-http": {
3086 "version": "5.3.8",
3087 "license": "Apache-2.0",
3088 "dependencies": {
3089 "@smithy/types": "^4.12.0",
3090 "tslib": "^2.6.2"
3091 },
3092 "engines": {
3093 "node": ">=18.0.0"
3094 }
3095 },
3096 "node_modules/@smithy/querystring-builder": {
3097 "version": "4.2.8",
3098 "license": "Apache-2.0",
3099 "dependencies": {
3100 "@smithy/types": "^4.12.0",
3101 "@smithy/util-uri-escape": "^4.2.0",
3102 "tslib": "^2.6.2"
3103 },
3104 "engines": {
3105 "node": ">=18.0.0"
3106 }
3107 },
3108 "node_modules/@smithy/querystring-parser": {
3109 "version": "4.2.8",
3110 "license": "Apache-2.0",
3111 "dependencies": {
3112 "@smithy/types": "^4.12.0",
3113 "tslib": "^2.6.2"
3114 },
3115 "engines": {
3116 "node": ">=18.0.0"
3117 }
3118 },
3119 "node_modules/@smithy/service-error-classification": {
3120 "version": "4.2.8",
3121 "license": "Apache-2.0",
3122 "dependencies": {
3123 "@smithy/types": "^4.12.0"
3124 },
3125 "engines": {
3126 "node": ">=18.0.0"
3127 }
3128 },
3129 "node_modules/@smithy/shared-ini-file-loader": {
3130 "version": "4.4.3",
3131 "license": "Apache-2.0",
3132 "dependencies": {
3133 "@smithy/types": "^4.12.0",
3134 "tslib": "^2.6.2"
3135 },
3136 "engines": {
3137 "node": ">=18.0.0"
3138 }
3139 },
3140 "node_modules/@smithy/signature-v4": {
3141 "version": "5.3.8",
3142 "license": "Apache-2.0",
3143 "dependencies": {
3144 "@smithy/is-array-buffer": "^4.2.0",
3145 "@smithy/protocol-http": "^5.3.8",
3146 "@smithy/types": "^4.12.0",
3147 "@smithy/util-hex-encoding": "^4.2.0",
3148 "@smithy/util-middleware": "^4.2.8",
3149 "@smithy/util-uri-escape": "^4.2.0",
3150 "@smithy/util-utf8": "^4.2.0",
3151 "tslib": "^2.6.2"
3152 },
3153 "engines": {
3154 "node": ">=18.0.0"
3155 }
3156 },
3157 "node_modules/@smithy/smithy-client": {
3158 "version": "4.11.2",
3159 "license": "Apache-2.0",
3160 "dependencies": {
3161 "@smithy/core": "^3.22.1",
3162 "@smithy/middleware-endpoint": "^4.4.13",
3163 "@smithy/middleware-stack": "^4.2.8",
3164 "@smithy/protocol-http": "^5.3.8",
3165 "@smithy/types": "^4.12.0",
3166 "@smithy/util-stream": "^4.5.11",
3167 "tslib": "^2.6.2"
3168 },
3169 "engines": {
3170 "node": ">=18.0.0"
3171 }
3172 },
3173 "node_modules/@smithy/types": {
3174 "version": "4.12.0",
3175 "license": "Apache-2.0",
3176 "dependencies": {
3177 "tslib": "^2.6.2"
3178 },
3179 "engines": {
3180 "node": ">=18.0.0"
3181 }
3182 },
3183 "node_modules/@smithy/url-parser": {
3184 "version": "4.2.8",
3185 "license": "Apache-2.0",
3186 "dependencies": {
3187 "@smithy/querystring-parser": "^4.2.8",
3188 "@smithy/types": "^4.12.0",
3189 "tslib": "^2.6.2"
3190 },
3191 "engines": {
3192 "node": ">=18.0.0"
3193 }
3194 },
3195 "node_modules/@smithy/util-base64": {
3196 "version": "4.3.0",
3197 "license": "Apache-2.0",
3198 "dependencies": {
3199 "@smithy/util-buffer-from": "^4.2.0",
3200 "@smithy/util-utf8": "^4.2.0",
3201 "tslib": "^2.6.2"
3202 },
3203 "engines": {
3204 "node": ">=18.0.0"
3205 }
3206 },
3207 "node_modules/@smithy/util-body-length-browser": {
3208 "version": "4.2.0",
3209 "license": "Apache-2.0",
3210 "dependencies": {
3211 "tslib": "^2.6.2"
3212 },
3213 "engines": {
3214 "node": ">=18.0.0"
3215 }
3216 },
3217 "node_modules/@smithy/util-body-length-node": {
3218 "version": "4.2.1",
3219 "license": "Apache-2.0",
3220 "dependencies": {
3221 "tslib": "^2.6.2"
3222 },
3223 "engines": {
3224 "node": ">=18.0.0"
3225 }
3226 },
3227 "node_modules/@smithy/util-buffer-from": {
3228 "version": "4.2.0",
3229 "license": "Apache-2.0",
3230 "dependencies": {
3231 "@smithy/is-array-buffer": "^4.2.0",
3232 "tslib": "^2.6.2"
3233 },
3234 "engines": {
3235 "node": ">=18.0.0"
3236 }
3237 },
3238 "node_modules/@smithy/util-config-provider": {
3239 "version": "4.2.0",
3240 "license": "Apache-2.0",
3241 "dependencies": {
3242 "tslib": "^2.6.2"
3243 },
3244 "engines": {
3245 "node": ">=18.0.0"
3246 }
3247 },
3248 "node_modules/@smithy/util-defaults-mode-browser": {
3249 "version": "4.3.29",
3250 "license": "Apache-2.0",
3251 "dependencies": {
3252 "@smithy/property-provider": "^4.2.8",
3253 "@smithy/smithy-client": "^4.11.2",
3254 "@smithy/types": "^4.12.0",
3255 "tslib": "^2.6.2"
3256 },
3257 "engines": {
3258 "node": ">=18.0.0"
3259 }
3260 },
3261 "node_modules/@smithy/util-defaults-mode-node": {
3262 "version": "4.2.32",
3263 "license": "Apache-2.0",
3264 "dependencies": {
3265 "@smithy/config-resolver": "^4.4.6",
3266 "@smithy/credential-provider-imds": "^4.2.8",
3267 "@smithy/node-config-provider": "^4.3.8",
3268 "@smithy/property-provider": "^4.2.8",
3269 "@smithy/smithy-client": "^4.11.2",
3270 "@smithy/types": "^4.12.0",
3271 "tslib": "^2.6.2"
3272 },
3273 "engines": {
3274 "node": ">=18.0.0"
3275 }
3276 },
3277 "node_modules/@smithy/util-endpoints": {
3278 "version": "3.2.8",
3279 "license": "Apache-2.0",
3280 "dependencies": {
3281 "@smithy/node-config-provider": "^4.3.8",
3282 "@smithy/types": "^4.12.0",
3283 "tslib": "^2.6.2"
3284 },
3285 "engines": {
3286 "node": ">=18.0.0"
3287 }
3288 },
3289 "node_modules/@smithy/util-hex-encoding": {
3290 "version": "4.2.0",
3291 "license": "Apache-2.0",
3292 "dependencies": {
3293 "tslib": "^2.6.2"
3294 },
3295 "engines": {
3296 "node": ">=18.0.0"
3297 }
3298 },
3299 "node_modules/@smithy/util-middleware": {
3300 "version": "4.2.8",
3301 "license": "Apache-2.0",
3302 "dependencies": {
3303 "@smithy/types": "^4.12.0",
3304 "tslib": "^2.6.2"
3305 },
3306 "engines": {
3307 "node": ">=18.0.0"
3308 }
3309 },
3310 "node_modules/@smithy/util-retry": {
3311 "version": "4.2.8",
3312 "license": "Apache-2.0",
3313 "dependencies": {
3314 "@smithy/service-error-classification": "^4.2.8",
3315 "@smithy/types": "^4.12.0",
3316 "tslib": "^2.6.2"
3317 },
3318 "engines": {
3319 "node": ">=18.0.0"
3320 }
3321 },
3322 "node_modules/@smithy/util-stream": {
3323 "version": "4.5.11",
3324 "license": "Apache-2.0",
3325 "dependencies": {
3326 "@smithy/fetch-http-handler": "^5.3.9",
3327 "@smithy/node-http-handler": "^4.4.9",
3328 "@smithy/types": "^4.12.0",
3329 "@smithy/util-base64": "^4.3.0",
3330 "@smithy/util-buffer-from": "^4.2.0",
3331 "@smithy/util-hex-encoding": "^4.2.0",
3332 "@smithy/util-utf8": "^4.2.0",
3333 "tslib": "^2.6.2"
3334 },
3335 "engines": {
3336 "node": ">=18.0.0"
3337 }
3338 },
3339 "node_modules/@smithy/util-uri-escape": {
3340 "version": "4.2.0",
3341 "license": "Apache-2.0",
3342 "dependencies": {
3343 "tslib": "^2.6.2"
3344 },
3345 "engines": {
3346 "node": ">=18.0.0"
3347 }
3348 },
3349 "node_modules/@smithy/util-utf8": {
3350 "version": "4.2.0",
3351 "license": "Apache-2.0",
3352 "dependencies": {
3353 "@smithy/util-buffer-from": "^4.2.0",
3354 "tslib": "^2.6.2"
3355 },
3356 "engines": {
3357 "node": ">=18.0.0"
3358 }
3359 },
3360 "node_modules/@smithy/util-waiter": {
3361 "version": "4.2.8",
3362 "license": "Apache-2.0",
3363 "dependencies": {
3364 "@smithy/abort-controller": "^4.2.8",
3365 "@smithy/types": "^4.12.0",
3366 "tslib": "^2.6.2"
3367 },
3368 "engines": {
3369 "node": ">=18.0.0"
3370 }
3371 },
3372 "node_modules/@smithy/uuid": {
3373 "version": "1.1.0",
3374 "license": "Apache-2.0",
3375 "dependencies": {
3376 "tslib": "^2.6.2"
3377 },
3378 "engines": {
3379 "node": ">=18.0.0"
3380 }
3381 },
3382 "node_modules/@speed-highlight/core": {
3383 "version": "1.2.14",
3384 "license": "CC0-1.0"
3385 },
3386 "node_modules/@swc/helpers": {
3387 "version": "0.5.18",
3388 "license": "Apache-2.0",
3389 "dependencies": {
3390 "tslib": "^2.8.0"
3391 }
3392 },
3393 "node_modules/@tanstack/virtual-core": {
3394 "version": "3.13.18",
3395 "license": "MIT",
3396 "funding": {
3397 "type": "github",
3398 "url": "https://github.com/sponsors/tannerlinsley"
3399 }
3400 },
3401 "node_modules/@tanstack/vue-virtual": {
3402 "version": "3.13.18",
3403 "license": "MIT",
3404 "dependencies": {
3405 "@tanstack/virtual-core": "3.13.18"
3406 },
3407 "funding": {
3408 "type": "github",
3409 "url": "https://github.com/sponsors/tannerlinsley"
3410 },
3411 "peerDependencies": {
3412 "vue": "^2.7.0 || ^3.0.0"
3413 }
3414 },
3415 "node_modules/@types/estree": {
3416 "version": "1.0.8",
3417 "license": "MIT"
3418 },
3419 "node_modules/@types/node": {
3420 "version": "22.19.10",
3421 "devOptional": true,
3422 "license": "MIT",
3423 "dependencies": {
3424 "undici-types": "~6.21.0"
3425 }
3426 },
3427 "node_modules/@types/resolve": {
3428 "version": "1.20.2",
3429 "license": "MIT"
3430 },
3431 "node_modules/@types/web-bluetooth": {
3432 "version": "0.0.21",
3433 "license": "MIT"
3434 },
3435 "node_modules/@unhead/vue": {
3436 "version": "2.1.4",
3437 "license": "MIT",
3438 "dependencies": {
3439 "hookable": "^6.0.1",
3440 "unhead": "2.1.4"
3441 },
3442 "funding": {
3443 "url": "https://github.com/sponsors/harlan-zw"
3444 },
3445 "peerDependencies": {
3446 "vue": ">=3.5.18"
3447 }
3448 },
3449 "node_modules/@unhead/vue/node_modules/hookable": {
3450 "version": "6.0.1",
3451 "license": "MIT"
3452 },
3453 "node_modules/@vercel/nft": {
3454 "version": "1.3.0",
3455 "license": "MIT",
3456 "dependencies": {
3457 "@mapbox/node-pre-gyp": "^2.0.0",
3458 "@rollup/pluginutils": "^5.1.3",
3459 "acorn": "^8.6.0",
3460 "acorn-import-attributes": "^1.9.5",
3461 "async-sema": "^3.1.1",
3462 "bindings": "^1.4.0",
3463 "estree-walker": "2.0.2",
3464 "glob": "^13.0.0",
3465 "graceful-fs": "^4.2.9",
3466 "node-gyp-build": "^4.2.2",
3467 "picomatch": "^4.0.2",
3468 "resolve-from": "^5.0.0"
3469 },
3470 "bin": {
3471 "nft": "out/cli.js"
3472 },
3473 "engines": {
3474 "node": ">=20"
3475 }
3476 },
3477 "node_modules/@vitejs/plugin-vue": {
3478 "version": "6.0.4",
3479 "license": "MIT",
3480 "dependencies": {
3481 "@rolldown/pluginutils": "1.0.0-rc.2"
3482 },
3483 "engines": {
3484 "node": "^20.19.0 || >=22.12.0"
3485 },
3486 "peerDependencies": {
3487 "vite": "^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0",
3488 "vue": "^3.2.25"
3489 }
3490 },
3491 "node_modules/@vitejs/plugin-vue-jsx": {
3492 "version": "5.1.4",
3493 "license": "MIT",
3494 "dependencies": {
3495 "@babel/core": "^7.29.0",
3496 "@babel/plugin-syntax-typescript": "^7.28.6",
3497 "@babel/plugin-transform-typescript": "^7.28.6",
3498 "@rolldown/pluginutils": "^1.0.0-rc.2",
3499 "@vue/babel-plugin-jsx": "^2.0.1"
3500 },
3501 "engines": {
3502 "node": "^20.19.0 || >=22.12.0"
3503 },
3504 "peerDependencies": {
3505 "vite": "^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0",
3506 "vue": "^3.0.0"
3507 }
3508 },
3509 "node_modules/@vitejs/plugin-vue-jsx/node_modules/@rolldown/pluginutils": {
3510 "version": "1.0.0-rc.3",
3511 "license": "MIT"
3512 },
3513 "node_modules/@vitest/expect": {
3514 "version": "2.1.9",
3515 "dev": true,
3516 "license": "MIT",
3517 "dependencies": {
3518 "@vitest/spy": "2.1.9",
3519 "@vitest/utils": "2.1.9",
3520 "chai": "^5.1.2",
3521 "tinyrainbow": "^1.2.0"
3522 },
3523 "funding": {
3524 "url": "https://opencollective.com/vitest"
3525 }
3526 },
3527 "node_modules/@vitest/pretty-format": {
3528 "version": "2.1.9",
3529 "dev": true,
3530 "license": "MIT",
3531 "dependencies": {
3532 "tinyrainbow": "^1.2.0"
3533 },
3534 "funding": {
3535 "url": "https://opencollective.com/vitest"
3536 }
3537 },
3538 "node_modules/@vitest/runner": {
3539 "version": "2.1.9",
3540 "dev": true,
3541 "license": "MIT",
3542 "dependencies": {
3543 "@vitest/utils": "2.1.9",
3544 "pathe": "^1.1.2"
3545 },
3546 "funding": {
3547 "url": "https://opencollective.com/vitest"
3548 }
3549 },
3550 "node_modules/@vitest/runner/node_modules/pathe": {
3551 "version": "1.1.2",
3552 "dev": true,
3553 "license": "MIT"
3554 },
3555 "node_modules/@vitest/snapshot": {
3556 "version": "2.1.9",
3557 "dev": true,
3558 "license": "MIT",
3559 "dependencies": {
3560 "@vitest/pretty-format": "2.1.9",
3561 "magic-string": "^0.30.12",
3562 "pathe": "^1.1.2"
3563 },
3564 "funding": {
3565 "url": "https://opencollective.com/vitest"
3566 }
3567 },
3568 "node_modules/@vitest/snapshot/node_modules/pathe": {
3569 "version": "1.1.2",
3570 "dev": true,
3571 "license": "MIT"
3572 },
3573 "node_modules/@vitest/spy": {
3574 "version": "2.1.9",
3575 "dev": true,
3576 "license": "MIT",
3577 "dependencies": {
3578 "tinyspy": "^3.0.2"
3579 },
3580 "funding": {
3581 "url": "https://opencollective.com/vitest"
3582 }
3583 },
3584 "node_modules/@vitest/utils": {
3585 "version": "2.1.9",
3586 "dev": true,
3587 "license": "MIT",
3588 "dependencies": {
3589 "@vitest/pretty-format": "2.1.9",
3590 "loupe": "^3.1.2",
3591 "tinyrainbow": "^1.2.0"
3592 },
3593 "funding": {
3594 "url": "https://opencollective.com/vitest"
3595 }
3596 },
3597 "node_modules/@volar/language-core": {
3598 "version": "2.4.27",
3599 "license": "MIT",
3600 "dependencies": {
3601 "@volar/source-map": "2.4.27"
3602 }
3603 },
3604 "node_modules/@volar/source-map": {
3605 "version": "2.4.27",
3606 "license": "MIT"
3607 },
3608 "node_modules/@vue-macros/common": {
3609 "version": "3.1.2",
3610 "license": "MIT",
3611 "dependencies": {
3612 "@vue/compiler-sfc": "^3.5.22",
3613 "ast-kit": "^2.1.2",
3614 "local-pkg": "^1.1.2",
3615 "magic-string-ast": "^1.0.2",
3616 "unplugin-utils": "^0.3.0"
3617 },
3618 "engines": {
3619 "node": ">=20.19.0"
3620 },
3621 "funding": {
3622 "url": "https://github.com/sponsors/vue-macros"
3623 },
3624 "peerDependencies": {
3625 "vue": "^2.7.0 || ^3.2.25"
3626 },
3627 "peerDependenciesMeta": {
3628 "vue": {
3629 "optional": true
3630 }
3631 }
3632 },
3633 "node_modules/@vue/babel-helper-vue-transform-on": {
3634 "version": "2.0.1",
3635 "license": "MIT"
3636 },
3637 "node_modules/@vue/babel-plugin-jsx": {
3638 "version": "2.0.1",
3639 "license": "MIT",
3640 "dependencies": {
3641 "@babel/helper-module-imports": "^7.27.1",
3642 "@babel/helper-plugin-utils": "^7.27.1",
3643 "@babel/plugin-syntax-jsx": "^7.27.1",
3644 "@babel/template": "^7.27.2",
3645 "@babel/traverse": "^7.28.4",
3646 "@babel/types": "^7.28.4",
3647 "@vue/babel-helper-vue-transform-on": "2.0.1",
3648 "@vue/babel-plugin-resolve-type": "2.0.1",
3649 "@vue/shared": "^3.5.22"
3650 },
3651 "peerDependencies": {
3652 "@babel/core": "^7.0.0-0"
3653 },
3654 "peerDependenciesMeta": {
3655 "@babel/core": {
3656 "optional": true
3657 }
3658 }
3659 },
3660 "node_modules/@vue/babel-plugin-resolve-type": {
3661 "version": "2.0.1",
3662 "license": "MIT",
3663 "dependencies": {
3664 "@babel/code-frame": "^7.27.1",
3665 "@babel/helper-module-imports": "^7.27.1",
3666 "@babel/helper-plugin-utils": "^7.27.1",
3667 "@babel/parser": "^7.28.4",
3668 "@vue/compiler-sfc": "^3.5.22"
3669 },
3670 "funding": {
3671 "url": "https://github.com/sponsors/sxzz"
3672 },
3673 "peerDependencies": {
3674 "@babel/core": "^7.0.0-0"
3675 }
3676 },
3677 "node_modules/@vue/compiler-core": {
3678 "version": "3.5.28",
3679 "license": "MIT",
3680 "dependencies": {
3681 "@babel/parser": "^7.29.0",
3682 "@vue/shared": "3.5.28",
3683 "entities": "^7.0.1",
3684 "estree-walker": "^2.0.2",
3685 "source-map-js": "^1.2.1"
3686 }
3687 },
3688 "node_modules/@vue/compiler-dom": {
3689 "version": "3.5.28",
3690 "license": "MIT",
3691 "dependencies": {
3692 "@vue/compiler-core": "3.5.28",
3693 "@vue/shared": "3.5.28"
3694 }
3695 },
3696 "node_modules/@vue/compiler-sfc": {
3697 "version": "3.5.28",
3698 "license": "MIT",
3699 "dependencies": {
3700 "@babel/parser": "^7.29.0",
3701 "@vue/compiler-core": "3.5.28",
3702 "@vue/compiler-dom": "3.5.28",
3703 "@vue/compiler-ssr": "3.5.28",
3704 "@vue/shared": "3.5.28",
3705 "estree-walker": "^2.0.2",
3706 "magic-string": "^0.30.21",
3707 "postcss": "^8.5.6",
3708 "source-map-js": "^1.2.1"
3709 }
3710 },
3711 "node_modules/@vue/compiler-ssr": {
3712 "version": "3.5.28",
3713 "license": "MIT",
3714 "dependencies": {
3715 "@vue/compiler-dom": "3.5.28",
3716 "@vue/shared": "3.5.28"
3717 }
3718 },
3719 "node_modules/@vue/devtools-api": {
3720 "version": "6.6.4",
3721 "license": "MIT"
3722 },
3723 "node_modules/@vue/devtools-core": {
3724 "version": "8.0.6",
3725 "license": "MIT",
3726 "dependencies": {
3727 "@vue/devtools-kit": "^8.0.6",
3728 "@vue/devtools-shared": "^8.0.6",
3729 "mitt": "^3.0.1",
3730 "nanoid": "^5.1.5",
3731 "pathe": "^2.0.3",
3732 "vite-hot-client": "^2.1.0"
3733 },
3734 "peerDependencies": {
3735 "vue": "^3.0.0"
3736 }
3737 },
3738 "node_modules/@vue/devtools-core/node_modules/nanoid": {
3739 "version": "5.1.6",
3740 "funding": [
3741 {
3742 "type": "github",
3743 "url": "https://github.com/sponsors/ai"
3744 }
3745 ],
3746 "license": "MIT",
3747 "bin": {
3748 "nanoid": "bin/nanoid.js"
3749 },
3750 "engines": {
3751 "node": "^18 || >=20"
3752 }
3753 },
3754 "node_modules/@vue/devtools-kit": {
3755 "version": "8.0.6",
3756 "license": "MIT",
3757 "dependencies": {
3758 "@vue/devtools-shared": "^8.0.6",
3759 "birpc": "^2.6.1",
3760 "hookable": "^5.5.3",
3761 "mitt": "^3.0.1",
3762 "perfect-debounce": "^2.0.0",
3763 "speakingurl": "^14.0.1",
3764 "superjson": "^2.2.2"
3765 }
3766 },
3767 "node_modules/@vue/devtools-shared": {
3768 "version": "8.0.6",
3769 "license": "MIT",
3770 "dependencies": {
3771 "rfdc": "^1.4.1"
3772 }
3773 },
3774 "node_modules/@vue/language-core": {
3775 "version": "3.2.4",
3776 "license": "MIT",
3777 "dependencies": {
3778 "@volar/language-core": "2.4.27",
3779 "@vue/compiler-dom": "^3.5.0",
3780 "@vue/shared": "^3.5.0",
3781 "alien-signals": "^3.0.0",
3782 "muggle-string": "^0.4.1",
3783 "path-browserify": "^1.0.1",
3784 "picomatch": "^4.0.2"
3785 }
3786 },
3787 "node_modules/@vue/reactivity": {
3788 "version": "3.5.28",
3789 "license": "MIT",
3790 "dependencies": {
3791 "@vue/shared": "3.5.28"
3792 }
3793 },
3794 "node_modules/@vue/runtime-core": {
3795 "version": "3.5.28",
3796 "license": "MIT",
3797 "dependencies": {
3798 "@vue/reactivity": "3.5.28",
3799 "@vue/shared": "3.5.28"
3800 }
3801 },
3802 "node_modules/@vue/runtime-dom": {
3803 "version": "3.5.28",
3804 "license": "MIT",
3805 "dependencies": {
3806 "@vue/reactivity": "3.5.28",
3807 "@vue/runtime-core": "3.5.28",
3808 "@vue/shared": "3.5.28",
3809 "csstype": "^3.2.3"
3810 }
3811 },
3812 "node_modules/@vue/server-renderer": {
3813 "version": "3.5.28",
3814 "license": "MIT",
3815 "dependencies": {
3816 "@vue/compiler-ssr": "3.5.28",
3817 "@vue/shared": "3.5.28"
3818 },
3819 "peerDependencies": {
3820 "vue": "3.5.28"
3821 }
3822 },
3823 "node_modules/@vue/shared": {
3824 "version": "3.5.28",
3825 "license": "MIT"
3826 },
3827 "node_modules/@vueuse/core": {
3828 "version": "14.2.1",
3829 "license": "MIT",
3830 "dependencies": {
3831 "@types/web-bluetooth": "^0.0.21",
3832 "@vueuse/metadata": "14.2.1",
3833 "@vueuse/shared": "14.2.1"
3834 },
3835 "funding": {
3836 "url": "https://github.com/sponsors/antfu"
3837 },
3838 "peerDependencies": {
3839 "vue": "^3.5.0"
3840 }
3841 },
3842 "node_modules/@vueuse/metadata": {
3843 "version": "14.2.1",
3844 "license": "MIT",
3845 "funding": {
3846 "url": "https://github.com/sponsors/antfu"
3847 }
3848 },
3849 "node_modules/@vueuse/shared": {
3850 "version": "14.2.1",
3851 "license": "MIT",
3852 "funding": {
3853 "url": "https://github.com/sponsors/antfu"
3854 },
3855 "peerDependencies": {
3856 "vue": "^3.5.0"
3857 }
3858 },
3859 "node_modules/abort-controller": {
3860 "version": "3.0.0",
3861 "license": "MIT",
3862 "dependencies": {
3863 "event-target-shim": "^5.0.0"
3864 },
3865 "engines": {
3866 "node": ">=6.5"
3867 }
3868 },
3869 "node_modules/accepts": {
3870 "version": "1.3.8",
3871 "license": "MIT",
3872 "dependencies": {
3873 "mime-types": "~2.1.34",
3874 "negotiator": "0.6.3"
3875 },
3876 "engines": {
3877 "node": ">= 0.6"
3878 }
3879 },
3880 "node_modules/acorn": {
3881 "version": "8.15.0",
3882 "license": "MIT",
3883 "bin": {
3884 "acorn": "bin/acorn"
3885 },
3886 "engines": {
3887 "node": ">=0.4.0"
3888 }
3889 },
3890 "node_modules/acorn-import-attributes": {
3891 "version": "1.9.5",
3892 "license": "MIT",
3893 "peerDependencies": {
3894 "acorn": "^8"
3895 }
3896 },
3897 "node_modules/agent-base": {
3898 "version": "7.1.4",
3899 "license": "MIT",
3900 "engines": {
3901 "node": ">= 14"
3902 }
3903 },
3904 "node_modules/alien-signals": {
3905 "version": "3.1.2",
3906 "license": "MIT"
3907 },
3908 "node_modules/ansi-regex": {
3909 "version": "5.0.1",
3910 "license": "MIT",
3911 "engines": {
3912 "node": ">=8"
3913 }
3914 },
3915 "node_modules/ansi-styles": {
3916 "version": "4.3.0",
3917 "license": "MIT",
3918 "dependencies": {
3919 "color-convert": "^2.0.1"
3920 },
3921 "engines": {
3922 "node": ">=8"
3923 },
3924 "funding": {
3925 "url": "https://github.com/chalk/ansi-styles?sponsor=1"
3926 }
3927 },
3928 "node_modules/ansis": {
3929 "version": "4.2.0",
3930 "license": "ISC",
3931 "engines": {
3932 "node": ">=14"
3933 }
3934 },
3935 "node_modules/any-promise": {
3936 "version": "1.3.0",
3937 "license": "MIT"
3938 },
3939 "node_modules/anymatch": {
3940 "version": "3.1.3",
3941 "license": "ISC",
3942 "dependencies": {
3943 "normalize-path": "^3.0.0",
3944 "picomatch": "^2.0.4"
3945 },
3946 "engines": {
3947 "node": ">= 8"
3948 }
3949 },
3950 "node_modules/anymatch/node_modules/picomatch": {
3951 "version": "2.3.1",
3952 "license": "MIT",
3953 "engines": {
3954 "node": ">=8.6"
3955 },
3956 "funding": {
3957 "url": "https://github.com/sponsors/jonschlinkert"
3958 }
3959 },
3960 "node_modules/archiver": {
3961 "version": "7.0.1",
3962 "license": "MIT",
3963 "dependencies": {
3964 "archiver-utils": "^5.0.2",
3965 "async": "^3.2.4",
3966 "buffer-crc32": "^1.0.0",
3967 "readable-stream": "^4.0.0",
3968 "readdir-glob": "^1.1.2",
3969 "tar-stream": "^3.0.0",
3970 "zip-stream": "^6.0.1"
3971 },
3972 "engines": {
3973 "node": ">= 14"
3974 }
3975 },
3976 "node_modules/archiver-utils": {
3977 "version": "5.0.2",
3978 "license": "MIT",
3979 "dependencies": {
3980 "glob": "^10.0.0",
3981 "graceful-fs": "^4.2.0",
3982 "is-stream": "^2.0.1",
3983 "lazystream": "^1.0.0",
3984 "lodash": "^4.17.15",
3985 "normalize-path": "^3.0.0",
3986 "readable-stream": "^4.0.0"
3987 },
3988 "engines": {
3989 "node": ">= 14"
3990 }
3991 },
3992 "node_modules/archiver-utils/node_modules/glob": {
3993 "version": "10.5.0",
3994 "license": "ISC",
3995 "dependencies": {
3996 "foreground-child": "^3.1.0",
3997 "jackspeak": "^3.1.2",
3998 "minimatch": "^9.0.4",
3999 "minipass": "^7.1.2",
4000 "package-json-from-dist": "^1.0.0",
4001 "path-scurry": "^1.11.1"
4002 },
4003 "bin": {
4004 "glob": "dist/esm/bin.mjs"
4005 },
4006 "funding": {
4007 "url": "https://github.com/sponsors/isaacs"
4008 }
4009 },
4010 "node_modules/archiver-utils/node_modules/lru-cache": {
4011 "version": "10.4.3",
4012 "license": "ISC"
4013 },
4014 "node_modules/archiver-utils/node_modules/minimatch": {
4015 "version": "9.0.5",
4016 "license": "ISC",
4017 "dependencies": {
4018 "brace-expansion": "^2.0.1"
4019 },
4020 "engines": {
4021 "node": ">=16 || 14 >=14.17"
4022 },
4023 "funding": {
4024 "url": "https://github.com/sponsors/isaacs"
4025 }
4026 },
4027 "node_modules/archiver-utils/node_modules/path-scurry": {
4028 "version": "1.11.1",
4029 "license": "BlueOak-1.0.0",
4030 "dependencies": {
4031 "lru-cache": "^10.2.0",
4032 "minipass": "^5.0.0 || ^6.0.2 || ^7.0.0"
4033 },
4034 "engines": {
4035 "node": ">=16 || 14 >=14.18"
4036 },
4037 "funding": {
4038 "url": "https://github.com/sponsors/isaacs"
4039 }
4040 },
4041 "node_modules/arg": {
4042 "version": "5.0.2",
4043 "license": "MIT"
4044 },
4045 "node_modules/aria-hidden": {
4046 "version": "1.2.6",
4047 "license": "MIT",
4048 "dependencies": {
4049 "tslib": "^2.0.0"
4050 },
4051 "engines": {
4052 "node": ">=10"
4053 }
4054 },
4055 "node_modules/assertion-error": {
4056 "version": "2.0.1",
4057 "dev": true,
4058 "license": "MIT",
4059 "engines": {
4060 "node": ">=12"
4061 }
4062 },
4063 "node_modules/ast-kit": {
4064 "version": "2.2.0",
4065 "license": "MIT",
4066 "dependencies": {
4067 "@babel/parser": "^7.28.5",
4068 "pathe": "^2.0.3"
4069 },
4070 "engines": {
4071 "node": ">=20.19.0"
4072 },
4073 "funding": {
4074 "url": "https://github.com/sponsors/sxzz"
4075 }
4076 },
4077 "node_modules/ast-walker-scope": {
4078 "version": "0.8.3",
4079 "license": "MIT",
4080 "dependencies": {
4081 "@babel/parser": "^7.28.4",
4082 "ast-kit": "^2.1.3"
4083 },
4084 "engines": {
4085 "node": ">=20.19.0"
4086 },
4087 "funding": {
4088 "url": "https://github.com/sponsors/sxzz"
4089 }
4090 },
4091 "node_modules/async": {
4092 "version": "3.2.6",
4093 "license": "MIT"
4094 },
4095 "node_modules/async-function": {
4096 "version": "1.0.0",
4097 "license": "MIT",
4098 "engines": {
4099 "node": ">= 0.4"
4100 }
4101 },
4102 "node_modules/async-generator-function": {
4103 "version": "1.0.0",
4104 "license": "MIT",
4105 "engines": {
4106 "node": ">= 0.4"
4107 }
4108 },
4109 "node_modules/async-sema": {
4110 "version": "3.1.1",
4111 "license": "MIT"
4112 },
4113 "node_modules/at-least-node": {
4114 "version": "1.0.0",
4115 "license": "ISC",
4116 "engines": {
4117 "node": ">= 4.0.0"
4118 }
4119 },
4120 "node_modules/autoprefixer": {
4121 "version": "10.4.24",
4122 "funding": [
4123 {
4124 "type": "opencollective",
4125 "url": "https://opencollective.com/postcss/"
4126 },
4127 {
4128 "type": "tidelift",
4129 "url": "https://tidelift.com/funding/github/npm/autoprefixer"
4130 },
4131 {
4132 "type": "github",
4133 "url": "https://github.com/sponsors/ai"
4134 }
4135 ],
4136 "license": "MIT",
4137 "dependencies": {
4138 "browserslist": "^4.28.1",
4139 "caniuse-lite": "^1.0.30001766",
4140 "fraction.js": "^5.3.4",
4141 "picocolors": "^1.1.1",
4142 "postcss-value-parser": "^4.2.0"
4143 },
4144 "bin": {
4145 "autoprefixer": "bin/autoprefixer"
4146 },
4147 "engines": {
4148 "node": "^10 || ^12 || >=14"
4149 },
4150 "peerDependencies": {
4151 "postcss": "^8.1.0"
4152 }
4153 },
4154 "node_modules/await-lock": {
4155 "version": "2.2.2",
4156 "license": "MIT"
4157 },
4158 "node_modules/b4a": {
4159 "version": "1.7.3",
4160 "license": "Apache-2.0",
4161 "peerDependencies": {
4162 "react-native-b4a": "*"
4163 },
4164 "peerDependenciesMeta": {
4165 "react-native-b4a": {
4166 "optional": true
4167 }
4168 }
4169 },
4170 "node_modules/balanced-match": {
4171 "version": "1.0.2",
4172 "license": "MIT"
4173 },
4174 "node_modules/bare-events": {
4175 "version": "2.8.2",
4176 "license": "Apache-2.0",
4177 "peerDependencies": {
4178 "bare-abort-controller": "*"
4179 },
4180 "peerDependenciesMeta": {
4181 "bare-abort-controller": {
4182 "optional": true
4183 }
4184 }
4185 },
4186 "node_modules/base64-js": {
4187 "version": "1.5.1",
4188 "funding": [
4189 {
4190 "type": "github",
4191 "url": "https://github.com/sponsors/feross"
4192 },
4193 {
4194 "type": "patreon",
4195 "url": "https://www.patreon.com/feross"
4196 },
4197 {
4198 "type": "consulting",
4199 "url": "https://feross.org/support"
4200 }
4201 ],
4202 "license": "MIT"
4203 },
4204 "node_modules/baseline-browser-mapping": {
4205 "version": "2.9.19",
4206 "license": "Apache-2.0",
4207 "bin": {
4208 "baseline-browser-mapping": "dist/cli.js"
4209 }
4210 },
4211 "node_modules/binary-extensions": {
4212 "version": "2.3.0",
4213 "license": "MIT",
4214 "engines": {
4215 "node": ">=8"
4216 },
4217 "funding": {
4218 "url": "https://github.com/sponsors/sindresorhus"
4219 }
4220 },
4221 "node_modules/bindings": {
4222 "version": "1.5.0",
4223 "license": "MIT",
4224 "dependencies": {
4225 "file-uri-to-path": "1.0.0"
4226 }
4227 },
4228 "node_modules/birpc": {
4229 "version": "2.9.0",
4230 "license": "MIT",
4231 "funding": {
4232 "url": "https://github.com/sponsors/antfu"
4233 }
4234 },
4235 "node_modules/boolbase": {
4236 "version": "1.0.0",
4237 "license": "ISC"
4238 },
4239 "node_modules/bowser": {
4240 "version": "2.14.1",
4241 "license": "MIT"
4242 },
4243 "node_modules/brace-expansion": {
4244 "version": "2.0.2",
4245 "license": "MIT",
4246 "dependencies": {
4247 "balanced-match": "^1.0.0"
4248 }
4249 },
4250 "node_modules/braces": {
4251 "version": "3.0.3",
4252 "license": "MIT",
4253 "dependencies": {
4254 "fill-range": "^7.1.1"
4255 },
4256 "engines": {
4257 "node": ">=8"
4258 }
4259 },
4260 "node_modules/browserslist": {
4261 "version": "4.28.1",
4262 "funding": [
4263 {
4264 "type": "opencollective",
4265 "url": "https://opencollective.com/browserslist"
4266 },
4267 {
4268 "type": "tidelift",
4269 "url": "https://tidelift.com/funding/github/npm/browserslist"
4270 },
4271 {
4272 "type": "github",
4273 "url": "https://github.com/sponsors/ai"
4274 }
4275 ],
4276 "license": "MIT",
4277 "dependencies": {
4278 "baseline-browser-mapping": "^2.9.0",
4279 "caniuse-lite": "^1.0.30001759",
4280 "electron-to-chromium": "^1.5.263",
4281 "node-releases": "^2.0.27",
4282 "update-browserslist-db": "^1.2.0"
4283 },
4284 "bin": {
4285 "browserslist": "cli.js"
4286 },
4287 "engines": {
4288 "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7"
4289 }
4290 },
4291 "node_modules/buffer": {
4292 "version": "6.0.3",
4293 "funding": [
4294 {
4295 "type": "github",
4296 "url": "https://github.com/sponsors/feross"
4297 },
4298 {
4299 "type": "patreon",
4300 "url": "https://www.patreon.com/feross"
4301 },
4302 {
4303 "type": "consulting",
4304 "url": "https://feross.org/support"
4305 }
4306 ],
4307 "license": "MIT",
4308 "dependencies": {
4309 "base64-js": "^1.3.1",
4310 "ieee754": "^1.2.1"
4311 }
4312 },
4313 "node_modules/buffer-crc32": {
4314 "version": "1.0.0",
4315 "license": "MIT",
4316 "engines": {
4317 "node": ">=8.0.0"
4318 }
4319 },
4320 "node_modules/buffer-from": {
4321 "version": "1.1.2",
4322 "license": "MIT"
4323 },
4324 "node_modules/bundle-name": {
4325 "version": "4.1.0",
4326 "license": "MIT",
4327 "dependencies": {
4328 "run-applescript": "^7.0.0"
4329 },
4330 "engines": {
4331 "node": ">=18"
4332 },
4333 "funding": {
4334 "url": "https://github.com/sponsors/sindresorhus"
4335 }
4336 },
4337 "node_modules/c12": {
4338 "version": "3.3.3",
4339 "license": "MIT",
4340 "dependencies": {
4341 "chokidar": "^5.0.0",
4342 "confbox": "^0.2.2",
4343 "defu": "^6.1.4",
4344 "dotenv": "^17.2.3",
4345 "exsolve": "^1.0.8",
4346 "giget": "^2.0.0",
4347 "jiti": "^2.6.1",
4348 "ohash": "^2.0.11",
4349 "pathe": "^2.0.3",
4350 "perfect-debounce": "^2.0.0",
4351 "pkg-types": "^2.3.0",
4352 "rc9": "^2.1.2"
4353 },
4354 "peerDependencies": {
4355 "magicast": "*"
4356 },
4357 "peerDependenciesMeta": {
4358 "magicast": {
4359 "optional": true
4360 }
4361 }
4362 },
4363 "node_modules/c12/node_modules/rc9": {
4364 "version": "2.1.2",
4365 "license": "MIT",
4366 "dependencies": {
4367 "defu": "^6.1.4",
4368 "destr": "^2.0.3"
4369 }
4370 },
4371 "node_modules/cac": {
4372 "version": "6.7.14",
4373 "license": "MIT",
4374 "engines": {
4375 "node": ">=8"
4376 }
4377 },
4378 "node_modules/cache-content-type": {
4379 "version": "1.0.1",
4380 "license": "MIT",
4381 "dependencies": {
4382 "mime-types": "^2.1.18",
4383 "ylru": "^1.2.0"
4384 },
4385 "engines": {
4386 "node": ">= 6.0.0"
4387 }
4388 },
4389 "node_modules/call-bind-apply-helpers": {
4390 "version": "1.0.2",
4391 "license": "MIT",
4392 "dependencies": {
4393 "es-errors": "^1.3.0",
4394 "function-bind": "^1.1.2"
4395 },
4396 "engines": {
4397 "node": ">= 0.4"
4398 }
4399 },
4400 "node_modules/call-bound": {
4401 "version": "1.0.4",
4402 "license": "MIT",
4403 "dependencies": {
4404 "call-bind-apply-helpers": "^1.0.2",
4405 "get-intrinsic": "^1.3.0"
4406 },
4407 "engines": {
4408 "node": ">= 0.4"
4409 },
4410 "funding": {
4411 "url": "https://github.com/sponsors/ljharb"
4412 }
4413 },
4414 "node_modules/camelcase-css": {
4415 "version": "2.0.1",
4416 "license": "MIT",
4417 "engines": {
4418 "node": ">= 6"
4419 }
4420 },
4421 "node_modules/caniuse-api": {
4422 "version": "3.0.0",
4423 "license": "MIT",
4424 "dependencies": {
4425 "browserslist": "^4.0.0",
4426 "caniuse-lite": "^1.0.0",
4427 "lodash.memoize": "^4.1.2",
4428 "lodash.uniq": "^4.5.0"
4429 }
4430 },
4431 "node_modules/caniuse-lite": {
4432 "version": "1.0.30001769",
4433 "funding": [
4434 {
4435 "type": "opencollective",
4436 "url": "https://opencollective.com/browserslist"
4437 },
4438 {
4439 "type": "tidelift",
4440 "url": "https://tidelift.com/funding/github/npm/caniuse-lite"
4441 },
4442 {
4443 "type": "github",
4444 "url": "https://github.com/sponsors/ai"
4445 }
4446 ],
4447 "license": "CC-BY-4.0"
4448 },
4449 "node_modules/chai": {
4450 "version": "5.3.3",
4451 "dev": true,
4452 "license": "MIT",
4453 "dependencies": {
4454 "assertion-error": "^2.0.1",
4455 "check-error": "^2.1.1",
4456 "deep-eql": "^5.0.1",
4457 "loupe": "^3.1.0",
4458 "pathval": "^2.0.0"
4459 },
4460 "engines": {
4461 "node": ">=18"
4462 }
4463 },
4464 "node_modules/chalk": {
4465 "version": "4.1.2",
4466 "license": "MIT",
4467 "dependencies": {
4468 "ansi-styles": "^4.1.0",
4469 "supports-color": "^7.1.0"
4470 },
4471 "engines": {
4472 "node": ">=10"
4473 },
4474 "funding": {
4475 "url": "https://github.com/chalk/chalk?sponsor=1"
4476 }
4477 },
4478 "node_modules/check-error": {
4479 "version": "2.1.3",
4480 "dev": true,
4481 "license": "MIT",
4482 "engines": {
4483 "node": ">= 16"
4484 }
4485 },
4486 "node_modules/cheerio": {
4487 "version": "1.2.0",
4488 "license": "MIT",
4489 "dependencies": {
4490 "cheerio-select": "^2.1.0",
4491 "dom-serializer": "^2.0.0",
4492 "domhandler": "^5.0.3",
4493 "domutils": "^3.2.2",
4494 "encoding-sniffer": "^0.2.1",
4495 "htmlparser2": "^10.1.0",
4496 "parse5": "^7.3.0",
4497 "parse5-htmlparser2-tree-adapter": "^7.1.0",
4498 "parse5-parser-stream": "^7.1.2",
4499 "undici": "^7.19.0",
4500 "whatwg-mimetype": "^4.0.0"
4501 },
4502 "engines": {
4503 "node": ">=20.18.1"
4504 },
4505 "funding": {
4506 "url": "https://github.com/cheeriojs/cheerio?sponsor=1"
4507 }
4508 },
4509 "node_modules/cheerio-select": {
4510 "version": "2.1.0",
4511 "license": "BSD-2-Clause",
4512 "dependencies": {
4513 "boolbase": "^1.0.0",
4514 "css-select": "^5.1.0",
4515 "css-what": "^6.1.0",
4516 "domelementtype": "^2.3.0",
4517 "domhandler": "^5.0.3",
4518 "domutils": "^3.0.1"
4519 },
4520 "funding": {
4521 "url": "https://github.com/sponsors/fb55"
4522 }
4523 },
4524 "node_modules/cheerio/node_modules/undici": {
4525 "version": "7.21.0",
4526 "license": "MIT",
4527 "engines": {
4528 "node": ">=20.18.1"
4529 }
4530 },
4531 "node_modules/chokidar": {
4532 "version": "5.0.0",
4533 "license": "MIT",
4534 "dependencies": {
4535 "readdirp": "^5.0.0"
4536 },
4537 "engines": {
4538 "node": ">= 20.19.0"
4539 },
4540 "funding": {
4541 "url": "https://paulmillr.com/funding/"
4542 }
4543 },
4544 "node_modules/chownr": {
4545 "version": "3.0.0",
4546 "license": "BlueOak-1.0.0",
4547 "engines": {
4548 "node": ">=18"
4549 }
4550 },
4551 "node_modules/citty": {
4552 "version": "0.1.6",
4553 "license": "MIT",
4554 "dependencies": {
4555 "consola": "^3.2.3"
4556 }
4557 },
4558 "node_modules/clipboardy": {
4559 "version": "4.0.0",
4560 "license": "MIT",
4561 "dependencies": {
4562 "execa": "^8.0.1",
4563 "is-wsl": "^3.1.0",
4564 "is64bit": "^2.0.0"
4565 },
4566 "engines": {
4567 "node": ">=18"
4568 },
4569 "funding": {
4570 "url": "https://github.com/sponsors/sindresorhus"
4571 }
4572 },
4573 "node_modules/clipboardy/node_modules/is-wsl": {
4574 "version": "3.1.0",
4575 "license": "MIT",
4576 "dependencies": {
4577 "is-inside-container": "^1.0.0"
4578 },
4579 "engines": {
4580 "node": ">=16"
4581 },
4582 "funding": {
4583 "url": "https://github.com/sponsors/sindresorhus"
4584 }
4585 },
4586 "node_modules/cliui": {
4587 "version": "8.0.1",
4588 "license": "ISC",
4589 "dependencies": {
4590 "string-width": "^4.2.0",
4591 "strip-ansi": "^6.0.1",
4592 "wrap-ansi": "^7.0.0"
4593 },
4594 "engines": {
4595 "node": ">=12"
4596 }
4597 },
4598 "node_modules/cluster-key-slot": {
4599 "version": "1.1.2",
4600 "license": "Apache-2.0",
4601 "engines": {
4602 "node": ">=0.10.0"
4603 }
4604 },
4605 "node_modules/co": {
4606 "version": "4.6.0",
4607 "license": "MIT",
4608 "engines": {
4609 "iojs": ">= 1.0.0",
4610 "node": ">= 0.12.0"
4611 }
4612 },
4613 "node_modules/color-convert": {
4614 "version": "2.0.1",
4615 "license": "MIT",
4616 "dependencies": {
4617 "color-name": "~1.1.4"
4618 },
4619 "engines": {
4620 "node": ">=7.0.0"
4621 }
4622 },
4623 "node_modules/color-name": {
4624 "version": "1.1.4",
4625 "license": "MIT"
4626 },
4627 "node_modules/colord": {
4628 "version": "2.9.3",
4629 "license": "MIT"
4630 },
4631 "node_modules/commander": {
4632 "version": "6.2.1",
4633 "license": "MIT",
4634 "engines": {
4635 "node": ">= 6"
4636 }
4637 },
4638 "node_modules/commondir": {
4639 "version": "1.0.1",
4640 "license": "MIT"
4641 },
4642 "node_modules/compatx": {
4643 "version": "0.2.0",
4644 "license": "MIT"
4645 },
4646 "node_modules/compress-commons": {
4647 "version": "6.0.2",
4648 "license": "MIT",
4649 "dependencies": {
4650 "crc-32": "^1.2.0",
4651 "crc32-stream": "^6.0.0",
4652 "is-stream": "^2.0.1",
4653 "normalize-path": "^3.0.0",
4654 "readable-stream": "^4.0.0"
4655 },
4656 "engines": {
4657 "node": ">= 14"
4658 }
4659 },
4660 "node_modules/concat-map": {
4661 "version": "0.0.1",
4662 "license": "MIT"
4663 },
4664 "node_modules/confbox": {
4665 "version": "0.2.4",
4666 "license": "MIT"
4667 },
4668 "node_modules/consola": {
4669 "version": "3.4.2",
4670 "license": "MIT",
4671 "engines": {
4672 "node": "^14.18.0 || >=16.10.0"
4673 }
4674 },
4675 "node_modules/content-disposition": {
4676 "version": "0.5.4",
4677 "license": "MIT",
4678 "dependencies": {
4679 "safe-buffer": "5.2.1"
4680 },
4681 "engines": {
4682 "node": ">= 0.6"
4683 }
4684 },
4685 "node_modules/content-type": {
4686 "version": "1.0.5",
4687 "license": "MIT",
4688 "engines": {
4689 "node": ">= 0.6"
4690 }
4691 },
4692 "node_modules/convert-source-map": {
4693 "version": "2.0.0",
4694 "license": "MIT"
4695 },
4696 "node_modules/cookie-es": {
4697 "version": "2.0.0",
4698 "license": "MIT"
4699 },
4700 "node_modules/cookies": {
4701 "version": "0.9.1",
4702 "license": "MIT",
4703 "dependencies": {
4704 "depd": "~2.0.0",
4705 "keygrip": "~1.1.0"
4706 },
4707 "engines": {
4708 "node": ">= 0.8"
4709 }
4710 },
4711 "node_modules/copy-anything": {
4712 "version": "4.0.5",
4713 "license": "MIT",
4714 "dependencies": {
4715 "is-what": "^5.2.0"
4716 },
4717 "engines": {
4718 "node": ">=18"
4719 },
4720 "funding": {
4721 "url": "https://github.com/sponsors/mesqueeb"
4722 }
4723 },
4724 "node_modules/copy-paste": {
4725 "version": "2.2.0",
4726 "dependencies": {
4727 "iconv-lite": "^0.4.8"
4728 }
4729 },
4730 "node_modules/copy-paste/node_modules/iconv-lite": {
4731 "version": "0.4.24",
4732 "license": "MIT",
4733 "dependencies": {
4734 "safer-buffer": ">= 2.1.2 < 3"
4735 },
4736 "engines": {
4737 "node": ">=0.10.0"
4738 }
4739 },
4740 "node_modules/core-js": {
4741 "version": "3.48.0",
4742 "hasInstallScript": true,
4743 "license": "MIT",
4744 "funding": {
4745 "type": "opencollective",
4746 "url": "https://opencollective.com/core-js"
4747 }
4748 },
4749 "node_modules/core-util-is": {
4750 "version": "1.0.3",
4751 "license": "MIT"
4752 },
4753 "node_modules/crc-32": {
4754 "version": "1.2.2",
4755 "license": "Apache-2.0",
4756 "bin": {
4757 "crc32": "bin/crc32.njs"
4758 },
4759 "engines": {
4760 "node": ">=0.8"
4761 }
4762 },
4763 "node_modules/crc32-stream": {
4764 "version": "6.0.0",
4765 "license": "MIT",
4766 "dependencies": {
4767 "crc-32": "^1.2.0",
4768 "readable-stream": "^4.0.0"
4769 },
4770 "engines": {
4771 "node": ">= 14"
4772 }
4773 },
4774 "node_modules/croner": {
4775 "version": "9.1.0",
4776 "license": "MIT",
4777 "engines": {
4778 "node": ">=18.0"
4779 }
4780 },
4781 "node_modules/cross-spawn": {
4782 "version": "7.0.6",
4783 "license": "MIT",
4784 "dependencies": {
4785 "path-key": "^3.1.0",
4786 "shebang-command": "^2.0.0",
4787 "which": "^2.0.1"
4788 },
4789 "engines": {
4790 "node": ">= 8"
4791 }
4792 },
4793 "node_modules/cross-spawn/node_modules/isexe": {
4794 "version": "2.0.0",
4795 "license": "ISC"
4796 },
4797 "node_modules/cross-spawn/node_modules/path-key": {
4798 "version": "3.1.1",
4799 "license": "MIT",
4800 "engines": {
4801 "node": ">=8"
4802 }
4803 },
4804 "node_modules/cross-spawn/node_modules/which": {
4805 "version": "2.0.2",
4806 "license": "ISC",
4807 "dependencies": {
4808 "isexe": "^2.0.0"
4809 },
4810 "bin": {
4811 "node-which": "bin/node-which"
4812 },
4813 "engines": {
4814 "node": ">= 8"
4815 }
4816 },
4817 "node_modules/crossws": {
4818 "version": "0.3.5",
4819 "license": "MIT",
4820 "dependencies": {
4821 "uncrypto": "^0.1.3"
4822 }
4823 },
4824 "node_modules/css-declaration-sorter": {
4825 "version": "7.3.1",
4826 "license": "ISC",
4827 "engines": {
4828 "node": "^14 || ^16 || >=18"
4829 },
4830 "peerDependencies": {
4831 "postcss": "^8.0.9"
4832 }
4833 },
4834 "node_modules/css-select": {
4835 "version": "5.2.2",
4836 "license": "BSD-2-Clause",
4837 "dependencies": {
4838 "boolbase": "^1.0.0",
4839 "css-what": "^6.1.0",
4840 "domhandler": "^5.0.2",
4841 "domutils": "^3.0.1",
4842 "nth-check": "^2.0.1"
4843 },
4844 "funding": {
4845 "url": "https://github.com/sponsors/fb55"
4846 }
4847 },
4848 "node_modules/css-tree": {
4849 "version": "3.1.0",
4850 "license": "MIT",
4851 "dependencies": {
4852 "mdn-data": "2.12.2",
4853 "source-map-js": "^1.0.1"
4854 },
4855 "engines": {
4856 "node": "^10 || ^12.20.0 || ^14.13.0 || >=15.0.0"
4857 }
4858 },
4859 "node_modules/css-what": {
4860 "version": "6.2.2",
4861 "license": "BSD-2-Clause",
4862 "engines": {
4863 "node": ">= 6"
4864 },
4865 "funding": {
4866 "url": "https://github.com/sponsors/fb55"
4867 }
4868 },
4869 "node_modules/cssesc": {
4870 "version": "3.0.0",
4871 "license": "MIT",
4872 "bin": {
4873 "cssesc": "bin/cssesc"
4874 },
4875 "engines": {
4876 "node": ">=4"
4877 }
4878 },
4879 "node_modules/cssnano": {
4880 "version": "7.1.2",
4881 "license": "MIT",
4882 "dependencies": {
4883 "cssnano-preset-default": "^7.0.10",
4884 "lilconfig": "^3.1.3"
4885 },
4886 "engines": {
4887 "node": "^18.12.0 || ^20.9.0 || >=22.0"
4888 },
4889 "funding": {
4890 "type": "opencollective",
4891 "url": "https://opencollective.com/cssnano"
4892 },
4893 "peerDependencies": {
4894 "postcss": "^8.4.32"
4895 }
4896 },
4897 "node_modules/cssnano-preset-default": {
4898 "version": "7.0.10",
4899 "license": "MIT",
4900 "dependencies": {
4901 "browserslist": "^4.27.0",
4902 "css-declaration-sorter": "^7.2.0",
4903 "cssnano-utils": "^5.0.1",
4904 "postcss-calc": "^10.1.1",
4905 "postcss-colormin": "^7.0.5",
4906 "postcss-convert-values": "^7.0.8",
4907 "postcss-discard-comments": "^7.0.5",
4908 "postcss-discard-duplicates": "^7.0.2",
4909 "postcss-discard-empty": "^7.0.1",
4910 "postcss-discard-overridden": "^7.0.1",
4911 "postcss-merge-longhand": "^7.0.5",
4912 "postcss-merge-rules": "^7.0.7",
4913 "postcss-minify-font-values": "^7.0.1",
4914 "postcss-minify-gradients": "^7.0.1",
4915 "postcss-minify-params": "^7.0.5",
4916 "postcss-minify-selectors": "^7.0.5",
4917 "postcss-normalize-charset": "^7.0.1",
4918 "postcss-normalize-display-values": "^7.0.1",
4919 "postcss-normalize-positions": "^7.0.1",
4920 "postcss-normalize-repeat-style": "^7.0.1",
4921 "postcss-normalize-string": "^7.0.1",
4922 "postcss-normalize-timing-functions": "^7.0.1",
4923 "postcss-normalize-unicode": "^7.0.5",
4924 "postcss-normalize-url": "^7.0.1",
4925 "postcss-normalize-whitespace": "^7.0.1",
4926 "postcss-ordered-values": "^7.0.2",
4927 "postcss-reduce-initial": "^7.0.5",
4928 "postcss-reduce-transforms": "^7.0.1",
4929 "postcss-svgo": "^7.1.0",
4930 "postcss-unique-selectors": "^7.0.4"
4931 },
4932 "engines": {
4933 "node": "^18.12.0 || ^20.9.0 || >=22.0"
4934 },
4935 "peerDependencies": {
4936 "postcss": "^8.4.32"
4937 }
4938 },
4939 "node_modules/cssnano-utils": {
4940 "version": "5.0.1",
4941 "license": "MIT",
4942 "engines": {
4943 "node": "^18.12.0 || ^20.9.0 || >=22.0"
4944 },
4945 "peerDependencies": {
4946 "postcss": "^8.4.32"
4947 }
4948 },
4949 "node_modules/csso": {
4950 "version": "5.0.5",
4951 "license": "MIT",
4952 "dependencies": {
4953 "css-tree": "~2.2.0"
4954 },
4955 "engines": {
4956 "node": "^10 || ^12.20.0 || ^14.13.0 || >=15.0.0",
4957 "npm": ">=7.0.0"
4958 }
4959 },
4960 "node_modules/csso/node_modules/css-tree": {
4961 "version": "2.2.1",
4962 "license": "MIT",
4963 "dependencies": {
4964 "mdn-data": "2.0.28",
4965 "source-map-js": "^1.0.1"
4966 },
4967 "engines": {
4968 "node": "^10 || ^12.20.0 || ^14.13.0 || >=15.0.0",
4969 "npm": ">=7.0.0"
4970 }
4971 },
4972 "node_modules/csso/node_modules/mdn-data": {
4973 "version": "2.0.28",
4974 "license": "CC0-1.0"
4975 },
4976 "node_modules/csstype": {
4977 "version": "3.2.3",
4978 "license": "MIT"
4979 },
4980 "node_modules/db0": {
4981 "version": "0.3.4",
4982 "license": "MIT",
4983 "peerDependencies": {
4984 "@electric-sql/pglite": "*",
4985 "@libsql/client": "*",
4986 "better-sqlite3": "*",
4987 "drizzle-orm": "*",
4988 "mysql2": "*",
4989 "sqlite3": "*"
4990 },
4991 "peerDependenciesMeta": {
4992 "@electric-sql/pglite": {
4993 "optional": true
4994 },
4995 "@libsql/client": {
4996 "optional": true
4997 },
4998 "better-sqlite3": {
4999 "optional": true
5000 },
5001 "drizzle-orm": {
5002 "optional": true
5003 },
5004 "mysql2": {
5005 "optional": true
5006 },
5007 "sqlite3": {
5008 "optional": true
5009 }
5010 }
5011 },
5012 "node_modules/debug": {
5013 "version": "4.4.3",
5014 "license": "MIT",
5015 "dependencies": {
5016 "ms": "^2.1.3"
5017 },
5018 "engines": {
5019 "node": ">=6.0"
5020 },
5021 "peerDependenciesMeta": {
5022 "supports-color": {
5023 "optional": true
5024 }
5025 }
5026 },
5027 "node_modules/deep-eql": {
5028 "version": "5.0.2",
5029 "dev": true,
5030 "license": "MIT",
5031 "engines": {
5032 "node": ">=6"
5033 }
5034 },
5035 "node_modules/deep-equal": {
5036 "version": "1.0.1",
5037 "license": "MIT"
5038 },
5039 "node_modules/deepmerge": {
5040 "version": "4.3.1",
5041 "license": "MIT",
5042 "engines": {
5043 "node": ">=0.10.0"
5044 }
5045 },
5046 "node_modules/default-browser": {
5047 "version": "5.5.0",
5048 "license": "MIT",
5049 "dependencies": {
5050 "bundle-name": "^4.1.0",
5051 "default-browser-id": "^5.0.0"
5052 },
5053 "engines": {
5054 "node": ">=18"
5055 },
5056 "funding": {
5057 "url": "https://github.com/sponsors/sindresorhus"
5058 }
5059 },
5060 "node_modules/default-browser-id": {
5061 "version": "5.0.1",
5062 "license": "MIT",
5063 "engines": {
5064 "node": ">=18"
5065 },
5066 "funding": {
5067 "url": "https://github.com/sponsors/sindresorhus"
5068 }
5069 },
5070 "node_modules/define-lazy-prop": {
5071 "version": "3.0.0",
5072 "license": "MIT",
5073 "engines": {
5074 "node": ">=12"
5075 },
5076 "funding": {
5077 "url": "https://github.com/sponsors/sindresorhus"
5078 }
5079 },
5080 "node_modules/defu": {
5081 "version": "6.1.4",
5082 "license": "MIT"
5083 },
5084 "node_modules/delegates": {
5085 "version": "1.0.0",
5086 "license": "MIT"
5087 },
5088 "node_modules/denque": {
5089 "version": "2.1.0",
5090 "license": "Apache-2.0",
5091 "engines": {
5092 "node": ">=0.10"
5093 }
5094 },
5095 "node_modules/depd": {
5096 "version": "2.0.0",
5097 "license": "MIT",
5098 "engines": {
5099 "node": ">= 0.8"
5100 }
5101 },
5102 "node_modules/destr": {
5103 "version": "2.0.5",
5104 "license": "MIT"
5105 },
5106 "node_modules/destroy": {
5107 "version": "1.2.0",
5108 "license": "MIT",
5109 "engines": {
5110 "node": ">= 0.8",
5111 "npm": "1.2.8000 || >= 1.4.16"
5112 }
5113 },
5114 "node_modules/detect-libc": {
5115 "version": "2.1.2",
5116 "license": "Apache-2.0",
5117 "engines": {
5118 "node": ">=8"
5119 }
5120 },
5121 "node_modules/devalue": {
5122 "version": "5.6.2",
5123 "license": "MIT"
5124 },
5125 "node_modules/didyoumean": {
5126 "version": "1.2.2",
5127 "license": "Apache-2.0"
5128 },
5129 "node_modules/diff": {
5130 "version": "8.0.3",
5131 "license": "BSD-3-Clause",
5132 "engines": {
5133 "node": ">=0.3.1"
5134 }
5135 },
5136 "node_modules/dlv": {
5137 "version": "1.1.3",
5138 "license": "MIT"
5139 },
5140 "node_modules/dom-serializer": {
5141 "version": "2.0.0",
5142 "license": "MIT",
5143 "dependencies": {
5144 "domelementtype": "^2.3.0",
5145 "domhandler": "^5.0.2",
5146 "entities": "^4.2.0"
5147 },
5148 "funding": {
5149 "url": "https://github.com/cheeriojs/dom-serializer?sponsor=1"
5150 }
5151 },
5152 "node_modules/dom-serializer/node_modules/entities": {
5153 "version": "4.5.0",
5154 "license": "BSD-2-Clause",
5155 "engines": {
5156 "node": ">=0.12"
5157 },
5158 "funding": {
5159 "url": "https://github.com/fb55/entities?sponsor=1"
5160 }
5161 },
5162 "node_modules/domelementtype": {
5163 "version": "2.3.0",
5164 "funding": [
5165 {
5166 "type": "github",
5167 "url": "https://github.com/sponsors/fb55"
5168 }
5169 ],
5170 "license": "BSD-2-Clause"
5171 },
5172 "node_modules/domhandler": {
5173 "version": "5.0.3",
5174 "license": "BSD-2-Clause",
5175 "dependencies": {
5176 "domelementtype": "^2.3.0"
5177 },
5178 "engines": {
5179 "node": ">= 4"
5180 },
5181 "funding": {
5182 "url": "https://github.com/fb55/domhandler?sponsor=1"
5183 }
5184 },
5185 "node_modules/domutils": {
5186 "version": "3.2.2",
5187 "license": "BSD-2-Clause",
5188 "dependencies": {
5189 "dom-serializer": "^2.0.0",
5190 "domelementtype": "^2.3.0",
5191 "domhandler": "^5.0.3"
5192 },
5193 "funding": {
5194 "url": "https://github.com/fb55/domutils?sponsor=1"
5195 }
5196 },
5197 "node_modules/dot-prop": {
5198 "version": "10.1.0",
5199 "license": "MIT",
5200 "dependencies": {
5201 "type-fest": "^5.0.0"
5202 },
5203 "engines": {
5204 "node": ">=20"
5205 },
5206 "funding": {
5207 "url": "https://github.com/sponsors/sindresorhus"
5208 }
5209 },
5210 "node_modules/dotenv": {
5211 "version": "17.2.4",
5212 "license": "BSD-2-Clause",
5213 "engines": {
5214 "node": ">=12"
5215 },
5216 "funding": {
5217 "url": "https://dotenvx.com"
5218 }
5219 },
5220 "node_modules/dunder-proto": {
5221 "version": "1.0.1",
5222 "license": "MIT",
5223 "dependencies": {
5224 "call-bind-apply-helpers": "^1.0.1",
5225 "es-errors": "^1.3.0",
5226 "gopd": "^1.2.0"
5227 },
5228 "engines": {
5229 "node": ">= 0.4"
5230 }
5231 },
5232 "node_modules/duplexer": {
5233 "version": "0.1.2",
5234 "license": "MIT"
5235 },
5236 "node_modules/eastasianwidth": {
5237 "version": "0.2.0",
5238 "license": "MIT"
5239 },
5240 "node_modules/ee-first": {
5241 "version": "1.1.1",
5242 "license": "MIT"
5243 },
5244 "node_modules/electron-to-chromium": {
5245 "version": "1.5.286",
5246 "license": "ISC"
5247 },
5248 "node_modules/emoji-regex": {
5249 "version": "8.0.0",
5250 "license": "MIT"
5251 },
5252 "node_modules/encodeurl": {
5253 "version": "2.0.0",
5254 "license": "MIT",
5255 "engines": {
5256 "node": ">= 0.8"
5257 }
5258 },
5259 "node_modules/encoding-sniffer": {
5260 "version": "0.2.1",
5261 "license": "MIT",
5262 "dependencies": {
5263 "iconv-lite": "^0.6.3",
5264 "whatwg-encoding": "^3.1.1"
5265 },
5266 "funding": {
5267 "url": "https://github.com/fb55/encoding-sniffer?sponsor=1"
5268 }
5269 },
5270 "node_modules/enhanced-resolve": {
5271 "version": "5.19.0",
5272 "license": "MIT",
5273 "dependencies": {
5274 "graceful-fs": "^4.2.4",
5275 "tapable": "^2.3.0"
5276 },
5277 "engines": {
5278 "node": ">=10.13.0"
5279 }
5280 },
5281 "node_modules/entities": {
5282 "version": "7.0.1",
5283 "license": "BSD-2-Clause",
5284 "engines": {
5285 "node": ">=0.12"
5286 },
5287 "funding": {
5288 "url": "https://github.com/fb55/entities?sponsor=1"
5289 }
5290 },
5291 "node_modules/error-stack-parser-es": {
5292 "version": "1.0.5",
5293 "license": "MIT",
5294 "funding": {
5295 "url": "https://github.com/sponsors/antfu"
5296 }
5297 },
5298 "node_modules/errx": {
5299 "version": "0.1.0",
5300 "license": "MIT"
5301 },
5302 "node_modules/es-define-property": {
5303 "version": "1.0.1",
5304 "license": "MIT",
5305 "engines": {
5306 "node": ">= 0.4"
5307 }
5308 },
5309 "node_modules/es-errors": {
5310 "version": "1.3.0",
5311 "license": "MIT",
5312 "engines": {
5313 "node": ">= 0.4"
5314 }
5315 },
5316 "node_modules/es-module-lexer": {
5317 "version": "2.0.0",
5318 "license": "MIT"
5319 },
5320 "node_modules/es-object-atoms": {
5321 "version": "1.1.1",
5322 "license": "MIT",
5323 "dependencies": {
5324 "es-errors": "^1.3.0"
5325 },
5326 "engines": {
5327 "node": ">= 0.4"
5328 }
5329 },
5330 "node_modules/esbuild": {
5331 "version": "0.27.3",
5332 "hasInstallScript": true,
5333 "license": "MIT",
5334 "bin": {
5335 "esbuild": "bin/esbuild"
5336 },
5337 "engines": {
5338 "node": ">=18"
5339 },
5340 "optionalDependencies": {
5341 "@esbuild/aix-ppc64": "0.27.3",
5342 "@esbuild/android-arm": "0.27.3",
5343 "@esbuild/android-arm64": "0.27.3",
5344 "@esbuild/android-x64": "0.27.3",
5345 "@esbuild/darwin-arm64": "0.27.3",
5346 "@esbuild/darwin-x64": "0.27.3",
5347 "@esbuild/freebsd-arm64": "0.27.3",
5348 "@esbuild/freebsd-x64": "0.27.3",
5349 "@esbuild/linux-arm": "0.27.3",
5350 "@esbuild/linux-arm64": "0.27.3",
5351 "@esbuild/linux-ia32": "0.27.3",
5352 "@esbuild/linux-loong64": "0.27.3",
5353 "@esbuild/linux-mips64el": "0.27.3",
5354 "@esbuild/linux-ppc64": "0.27.3",
5355 "@esbuild/linux-riscv64": "0.27.3",
5356 "@esbuild/linux-s390x": "0.27.3",
5357 "@esbuild/linux-x64": "0.27.3",
5358 "@esbuild/netbsd-arm64": "0.27.3",
5359 "@esbuild/netbsd-x64": "0.27.3",
5360 "@esbuild/openbsd-arm64": "0.27.3",
5361 "@esbuild/openbsd-x64": "0.27.3",
5362 "@esbuild/openharmony-arm64": "0.27.3",
5363 "@esbuild/sunos-x64": "0.27.3",
5364 "@esbuild/win32-arm64": "0.27.3",
5365 "@esbuild/win32-ia32": "0.27.3",
5366 "@esbuild/win32-x64": "0.27.3"
5367 }
5368 },
5369 "node_modules/escalade": {
5370 "version": "3.2.0",
5371 "license": "MIT",
5372 "engines": {
5373 "node": ">=6"
5374 }
5375 },
5376 "node_modules/escape-html": {
5377 "version": "1.0.3",
5378 "license": "MIT"
5379 },
5380 "node_modules/escape-string-regexp": {
5381 "version": "5.0.0",
5382 "license": "MIT",
5383 "engines": {
5384 "node": ">=12"
5385 },
5386 "funding": {
5387 "url": "https://github.com/sponsors/sindresorhus"
5388 }
5389 },
5390 "node_modules/estree-walker": {
5391 "version": "2.0.2",
5392 "license": "MIT"
5393 },
5394 "node_modules/etag": {
5395 "version": "1.8.1",
5396 "license": "MIT",
5397 "engines": {
5398 "node": ">= 0.6"
5399 }
5400 },
5401 "node_modules/event-target-shim": {
5402 "version": "5.0.1",
5403 "license": "MIT",
5404 "engines": {
5405 "node": ">=6"
5406 }
5407 },
5408 "node_modules/events": {
5409 "version": "3.3.0",
5410 "license": "MIT",
5411 "engines": {
5412 "node": ">=0.8.x"
5413 }
5414 },
5415 "node_modules/events-universal": {
5416 "version": "1.0.1",
5417 "license": "Apache-2.0",
5418 "dependencies": {
5419 "bare-events": "^2.7.0"
5420 }
5421 },
5422 "node_modules/execa": {
5423 "version": "8.0.1",
5424 "license": "MIT",
5425 "dependencies": {
5426 "cross-spawn": "^7.0.3",
5427 "get-stream": "^8.0.1",
5428 "human-signals": "^5.0.0",
5429 "is-stream": "^3.0.0",
5430 "merge-stream": "^2.0.0",
5431 "npm-run-path": "^5.1.0",
5432 "onetime": "^6.0.0",
5433 "signal-exit": "^4.1.0",
5434 "strip-final-newline": "^3.0.0"
5435 },
5436 "engines": {
5437 "node": ">=16.17"
5438 },
5439 "funding": {
5440 "url": "https://github.com/sindresorhus/execa?sponsor=1"
5441 }
5442 },
5443 "node_modules/execa/node_modules/is-stream": {
5444 "version": "3.0.0",
5445 "license": "MIT",
5446 "engines": {
5447 "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
5448 },
5449 "funding": {
5450 "url": "https://github.com/sponsors/sindresorhus"
5451 }
5452 },
5453 "node_modules/expect-type": {
5454 "version": "1.3.0",
5455 "dev": true,
5456 "license": "Apache-2.0",
5457 "engines": {
5458 "node": ">=12.0.0"
5459 }
5460 },
5461 "node_modules/exsolve": {
5462 "version": "1.0.8",
5463 "license": "MIT"
5464 },
5465 "node_modules/externality": {
5466 "version": "1.0.2",
5467 "license": "MIT",
5468 "dependencies": {
5469 "enhanced-resolve": "^5.14.1",
5470 "mlly": "^1.3.0",
5471 "pathe": "^1.1.1",
5472 "ufo": "^1.1.2"
5473 }
5474 },
5475 "node_modules/externality/node_modules/pathe": {
5476 "version": "1.1.2",
5477 "license": "MIT"
5478 },
5479 "node_modules/fast-fifo": {
5480 "version": "1.3.2",
5481 "license": "MIT"
5482 },
5483 "node_modules/fast-glob": {
5484 "version": "3.3.3",
5485 "license": "MIT",
5486 "dependencies": {
5487 "@nodelib/fs.stat": "^2.0.2",
5488 "@nodelib/fs.walk": "^1.2.3",
5489 "glob-parent": "^5.1.2",
5490 "merge2": "^1.3.0",
5491 "micromatch": "^4.0.8"
5492 },
5493 "engines": {
5494 "node": ">=8.6.0"
5495 }
5496 },
5497 "node_modules/fast-npm-meta": {
5498 "version": "0.4.8",
5499 "license": "MIT",
5500 "funding": {
5501 "url": "https://github.com/sponsors/antfu"
5502 }
5503 },
5504 "node_modules/fast-xml-parser": {
5505 "version": "5.3.4",
5506 "funding": [
5507 {
5508 "type": "github",
5509 "url": "https://github.com/sponsors/NaturalIntelligence"
5510 }
5511 ],
5512 "license": "MIT",
5513 "dependencies": {
5514 "strnum": "^2.1.0"
5515 },
5516 "bin": {
5517 "fxparser": "src/cli/cli.js"
5518 }
5519 },
5520 "node_modules/fastq": {
5521 "version": "1.20.1",
5522 "license": "ISC",
5523 "dependencies": {
5524 "reusify": "^1.0.4"
5525 }
5526 },
5527 "node_modules/fdir": {
5528 "version": "6.5.0",
5529 "license": "MIT",
5530 "engines": {
5531 "node": ">=12.0.0"
5532 },
5533 "peerDependencies": {
5534 "picomatch": "^3 || ^4"
5535 },
5536 "peerDependenciesMeta": {
5537 "picomatch": {
5538 "optional": true
5539 }
5540 }
5541 },
5542 "node_modules/file-uri-to-path": {
5543 "version": "1.0.0",
5544 "license": "MIT"
5545 },
5546 "node_modules/fill-range": {
5547 "version": "7.1.1",
5548 "license": "MIT",
5549 "dependencies": {
5550 "to-regex-range": "^5.0.1"
5551 },
5552 "engines": {
5553 "node": ">=8"
5554 }
5555 },
5556 "node_modules/foreground-child": {
5557 "version": "3.3.1",
5558 "license": "ISC",
5559 "dependencies": {
5560 "cross-spawn": "^7.0.6",
5561 "signal-exit": "^4.0.1"
5562 },
5563 "engines": {
5564 "node": ">=14"
5565 },
5566 "funding": {
5567 "url": "https://github.com/sponsors/isaacs"
5568 }
5569 },
5570 "node_modules/fraction.js": {
5571 "version": "5.3.4",
5572 "license": "MIT",
5573 "engines": {
5574 "node": "*"
5575 },
5576 "funding": {
5577 "type": "github",
5578 "url": "https://github.com/sponsors/rawify"
5579 }
5580 },
5581 "node_modules/fresh": {
5582 "version": "0.5.2",
5583 "license": "MIT",
5584 "engines": {
5585 "node": ">= 0.6"
5586 }
5587 },
5588 "node_modules/fs-extra": {
5589 "version": "9.1.0",
5590 "license": "MIT",
5591 "dependencies": {
5592 "at-least-node": "^1.0.0",
5593 "graceful-fs": "^4.2.0",
5594 "jsonfile": "^6.0.1",
5595 "universalify": "^2.0.0"
5596 },
5597 "engines": {
5598 "node": ">=10"
5599 }
5600 },
5601 "node_modules/fs.realpath": {
5602 "version": "1.0.0",
5603 "license": "ISC"
5604 },
5605 "node_modules/function-bind": {
5606 "version": "1.1.2",
5607 "license": "MIT",
5608 "funding": {
5609 "url": "https://github.com/sponsors/ljharb"
5610 }
5611 },
5612 "node_modules/fuse.js": {
5613 "version": "7.1.0",
5614 "license": "Apache-2.0",
5615 "engines": {
5616 "node": ">=10"
5617 }
5618 },
5619 "node_modules/fzf": {
5620 "version": "0.5.2",
5621 "license": "BSD-3-Clause"
5622 },
5623 "node_modules/generator-function": {
5624 "version": "2.0.1",
5625 "license": "MIT",
5626 "engines": {
5627 "node": ">= 0.4"
5628 }
5629 },
5630 "node_modules/gensync": {
5631 "version": "1.0.0-beta.2",
5632 "license": "MIT",
5633 "engines": {
5634 "node": ">=6.9.0"
5635 }
5636 },
5637 "node_modules/get-caller-file": {
5638 "version": "2.0.5",
5639 "license": "ISC",
5640 "engines": {
5641 "node": "6.* || 8.* || >= 10.*"
5642 }
5643 },
5644 "node_modules/get-intrinsic": {
5645 "version": "1.3.1",
5646 "license": "MIT",
5647 "dependencies": {
5648 "async-function": "^1.0.0",
5649 "async-generator-function": "^1.0.0",
5650 "call-bind-apply-helpers": "^1.0.2",
5651 "es-define-property": "^1.0.1",
5652 "es-errors": "^1.3.0",
5653 "es-object-atoms": "^1.1.1",
5654 "function-bind": "^1.1.2",
5655 "generator-function": "^2.0.0",
5656 "get-proto": "^1.0.1",
5657 "gopd": "^1.2.0",
5658 "has-symbols": "^1.1.0",
5659 "hasown": "^2.0.2",
5660 "math-intrinsics": "^1.1.0"
5661 },
5662 "engines": {
5663 "node": ">= 0.4"
5664 },
5665 "funding": {
5666 "url": "https://github.com/sponsors/ljharb"
5667 }
5668 },
5669 "node_modules/get-port-please": {
5670 "version": "3.2.0",
5671 "license": "MIT"
5672 },
5673 "node_modules/get-proto": {
5674 "version": "1.0.1",
5675 "license": "MIT",
5676 "dependencies": {
5677 "dunder-proto": "^1.0.1",
5678 "es-object-atoms": "^1.0.0"
5679 },
5680 "engines": {
5681 "node": ">= 0.4"
5682 }
5683 },
5684 "node_modules/get-stream": {
5685 "version": "8.0.1",
5686 "license": "MIT",
5687 "engines": {
5688 "node": ">=16"
5689 },
5690 "funding": {
5691 "url": "https://github.com/sponsors/sindresorhus"
5692 }
5693 },
5694 "node_modules/giget": {
5695 "version": "2.0.0",
5696 "license": "MIT",
5697 "dependencies": {
5698 "citty": "^0.1.6",
5699 "consola": "^3.4.0",
5700 "defu": "^6.1.4",
5701 "node-fetch-native": "^1.6.6",
5702 "nypm": "^0.6.0",
5703 "pathe": "^2.0.3"
5704 },
5705 "bin": {
5706 "giget": "dist/cli.mjs"
5707 }
5708 },
5709 "node_modules/glob": {
5710 "version": "13.0.1",
5711 "license": "BlueOak-1.0.0",
5712 "dependencies": {
5713 "minimatch": "^10.1.2",
5714 "minipass": "^7.1.2",
5715 "path-scurry": "^2.0.0"
5716 },
5717 "engines": {
5718 "node": "20 || >=22"
5719 },
5720 "funding": {
5721 "url": "https://github.com/sponsors/isaacs"
5722 }
5723 },
5724 "node_modules/glob-parent": {
5725 "version": "5.1.2",
5726 "license": "ISC",
5727 "dependencies": {
5728 "is-glob": "^4.0.1"
5729 },
5730 "engines": {
5731 "node": ">= 6"
5732 }
5733 },
5734 "node_modules/glob/node_modules/minimatch": {
5735 "version": "10.1.2",
5736 "license": "BlueOak-1.0.0",
5737 "dependencies": {
5738 "@isaacs/brace-expansion": "^5.0.1"
5739 },
5740 "engines": {
5741 "node": "20 || >=22"
5742 },
5743 "funding": {
5744 "url": "https://github.com/sponsors/isaacs"
5745 }
5746 },
5747 "node_modules/global-directory": {
5748 "version": "4.0.1",
5749 "license": "MIT",
5750 "dependencies": {
5751 "ini": "4.1.1"
5752 },
5753 "engines": {
5754 "node": ">=18"
5755 },
5756 "funding": {
5757 "url": "https://github.com/sponsors/sindresorhus"
5758 }
5759 },
5760 "node_modules/globby": {
5761 "version": "16.1.0",
5762 "license": "MIT",
5763 "dependencies": {
5764 "@sindresorhus/merge-streams": "^4.0.0",
5765 "fast-glob": "^3.3.3",
5766 "ignore": "^7.0.5",
5767 "is-path-inside": "^4.0.0",
5768 "slash": "^5.1.0",
5769 "unicorn-magic": "^0.4.0"
5770 },
5771 "engines": {
5772 "node": ">=20"
5773 },
5774 "funding": {
5775 "url": "https://github.com/sponsors/sindresorhus"
5776 }
5777 },
5778 "node_modules/google-fonts-helper": {
5779 "version": "3.7.3",
5780 "license": "MIT",
5781 "dependencies": {
5782 "deepmerge": "^4.3.1",
5783 "hookable": "^5.5.3",
5784 "ofetch": "^1.4.1",
5785 "ufo": "^1.5.4"
5786 }
5787 },
5788 "node_modules/gopd": {
5789 "version": "1.2.0",
5790 "license": "MIT",
5791 "engines": {
5792 "node": ">= 0.4"
5793 },
5794 "funding": {
5795 "url": "https://github.com/sponsors/ljharb"
5796 }
5797 },
5798 "node_modules/graceful-fs": {
5799 "version": "4.2.11",
5800 "license": "ISC"
5801 },
5802 "node_modules/gzip-size": {
5803 "version": "7.0.0",
5804 "license": "MIT",
5805 "dependencies": {
5806 "duplexer": "^0.1.2"
5807 },
5808 "engines": {
5809 "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
5810 },
5811 "funding": {
5812 "url": "https://github.com/sponsors/sindresorhus"
5813 }
5814 },
5815 "node_modules/h3": {
5816 "version": "1.15.5",
5817 "license": "MIT",
5818 "dependencies": {
5819 "cookie-es": "^1.2.2",
5820 "crossws": "^0.3.5",
5821 "defu": "^6.1.4",
5822 "destr": "^2.0.5",
5823 "iron-webcrypto": "^1.2.1",
5824 "node-mock-http": "^1.0.4",
5825 "radix3": "^1.1.2",
5826 "ufo": "^1.6.3",
5827 "uncrypto": "^0.1.3"
5828 }
5829 },
5830 "node_modules/h3/node_modules/cookie-es": {
5831 "version": "1.2.2",
5832 "license": "MIT"
5833 },
5834 "node_modules/has-flag": {
5835 "version": "4.0.0",
5836 "license": "MIT",
5837 "engines": {
5838 "node": ">=8"
5839 }
5840 },
5841 "node_modules/has-symbols": {
5842 "version": "1.1.0",
5843 "license": "MIT",
5844 "engines": {
5845 "node": ">= 0.4"
5846 },
5847 "funding": {
5848 "url": "https://github.com/sponsors/ljharb"
5849 }
5850 },
5851 "node_modules/has-tostringtag": {
5852 "version": "1.0.2",
5853 "license": "MIT",
5854 "dependencies": {
5855 "has-symbols": "^1.0.3"
5856 },
5857 "engines": {
5858 "node": ">= 0.4"
5859 },
5860 "funding": {
5861 "url": "https://github.com/sponsors/ljharb"
5862 }
5863 },
5864 "node_modules/hasown": {
5865 "version": "2.0.2",
5866 "license": "MIT",
5867 "dependencies": {
5868 "function-bind": "^1.1.2"
5869 },
5870 "engines": {
5871 "node": ">= 0.4"
5872 }
5873 },
5874 "node_modules/hookable": {
5875 "version": "5.5.3",
5876 "license": "MIT"
5877 },
5878 "node_modules/htmlparser2": {
5879 "version": "10.1.0",
5880 "funding": [
5881 "https://github.com/fb55/htmlparser2?sponsor=1",
5882 {
5883 "type": "github",
5884 "url": "https://github.com/sponsors/fb55"
5885 }
5886 ],
5887 "license": "MIT",
5888 "dependencies": {
5889 "domelementtype": "^2.3.0",
5890 "domhandler": "^5.0.3",
5891 "domutils": "^3.2.2",
5892 "entities": "^7.0.1"
5893 }
5894 },
5895 "node_modules/http-assert": {
5896 "version": "1.5.0",
5897 "license": "MIT",
5898 "dependencies": {
5899 "deep-equal": "~1.0.1",
5900 "http-errors": "~1.8.0"
5901 },
5902 "engines": {
5903 "node": ">= 0.8"
5904 }
5905 },
5906 "node_modules/http-errors": {
5907 "version": "1.8.1",
5908 "license": "MIT",
5909 "dependencies": {
5910 "depd": "~1.1.2",
5911 "inherits": "2.0.4",
5912 "setprototypeof": "1.2.0",
5913 "statuses": ">= 1.5.0 < 2",
5914 "toidentifier": "1.0.1"
5915 },
5916 "engines": {
5917 "node": ">= 0.6"
5918 }
5919 },
5920 "node_modules/http-errors/node_modules/depd": {
5921 "version": "1.1.2",
5922 "license": "MIT",
5923 "engines": {
5924 "node": ">= 0.6"
5925 }
5926 },
5927 "node_modules/http-shutdown": {
5928 "version": "1.2.2",
5929 "license": "MIT",
5930 "engines": {
5931 "iojs": ">= 1.0.0",
5932 "node": ">= 0.12.0"
5933 }
5934 },
5935 "node_modules/https-proxy-agent": {
5936 "version": "7.0.6",
5937 "license": "MIT",
5938 "dependencies": {
5939 "agent-base": "^7.1.2",
5940 "debug": "4"
5941 },
5942 "engines": {
5943 "node": ">= 14"
5944 }
5945 },
5946 "node_modules/httpxy": {
5947 "version": "0.1.7",
5948 "license": "MIT"
5949 },
5950 "node_modules/human-signals": {
5951 "version": "5.0.0",
5952 "license": "Apache-2.0",
5953 "engines": {
5954 "node": ">=16.17.0"
5955 }
5956 },
5957 "node_modules/iconv-lite": {
5958 "version": "0.6.3",
5959 "license": "MIT",
5960 "dependencies": {
5961 "safer-buffer": ">= 2.1.2 < 3.0.0"
5962 },
5963 "engines": {
5964 "node": ">=0.10.0"
5965 }
5966 },
5967 "node_modules/ieee754": {
5968 "version": "1.2.1",
5969 "funding": [
5970 {
5971 "type": "github",
5972 "url": "https://github.com/sponsors/feross"
5973 },
5974 {
5975 "type": "patreon",
5976 "url": "https://www.patreon.com/feross"
5977 },
5978 {
5979 "type": "consulting",
5980 "url": "https://feross.org/support"
5981 }
5982 ],
5983 "license": "BSD-3-Clause"
5984 },
5985 "node_modules/ignore": {
5986 "version": "7.0.5",
5987 "license": "MIT",
5988 "engines": {
5989 "node": ">= 4"
5990 }
5991 },
5992 "node_modules/image-meta": {
5993 "version": "0.2.2",
5994 "license": "MIT"
5995 },
5996 "node_modules/impound": {
5997 "version": "1.0.0",
5998 "license": "MIT",
5999 "dependencies": {
6000 "exsolve": "^1.0.5",
6001 "mocked-exports": "^0.1.1",
6002 "pathe": "^2.0.3",
6003 "unplugin": "^2.3.2",
6004 "unplugin-utils": "^0.2.4"
6005 }
6006 },
6007 "node_modules/impound/node_modules/unplugin-utils": {
6008 "version": "0.2.5",
6009 "license": "MIT",
6010 "dependencies": {
6011 "pathe": "^2.0.3",
6012 "picomatch": "^4.0.3"
6013 },
6014 "engines": {
6015 "node": ">=18.12.0"
6016 },
6017 "funding": {
6018 "url": "https://github.com/sponsors/sxzz"
6019 }
6020 },
6021 "node_modules/inflight": {
6022 "version": "1.0.6",
6023 "license": "ISC",
6024 "dependencies": {
6025 "once": "^1.3.0",
6026 "wrappy": "1"
6027 }
6028 },
6029 "node_modules/inherits": {
6030 "version": "2.0.4",
6031 "license": "ISC"
6032 },
6033 "node_modules/ini": {
6034 "version": "4.1.1",
6035 "license": "ISC",
6036 "engines": {
6037 "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
6038 }
6039 },
6040 "node_modules/ioredis": {
6041 "version": "5.9.2",
6042 "license": "MIT",
6043 "dependencies": {
6044 "@ioredis/commands": "1.5.0",
6045 "cluster-key-slot": "^1.1.0",
6046 "debug": "^4.3.4",
6047 "denque": "^2.1.0",
6048 "lodash.defaults": "^4.2.0",
6049 "lodash.isarguments": "^3.1.0",
6050 "redis-errors": "^1.2.0",
6051 "redis-parser": "^3.0.0",
6052 "standard-as-callback": "^2.1.0"
6053 },
6054 "engines": {
6055 "node": ">=12.22.0"
6056 },
6057 "funding": {
6058 "type": "opencollective",
6059 "url": "https://opencollective.com/ioredis"
6060 }
6061 },
6062 "node_modules/ipaddr.js": {
6063 "version": "2.3.0",
6064 "license": "MIT",
6065 "engines": {
6066 "node": ">= 10"
6067 }
6068 },
6069 "node_modules/iron-webcrypto": {
6070 "version": "1.2.1",
6071 "license": "MIT",
6072 "funding": {
6073 "url": "https://github.com/sponsors/brc-dd"
6074 }
6075 },
6076 "node_modules/is-binary-path": {
6077 "version": "2.1.0",
6078 "license": "MIT",
6079 "dependencies": {
6080 "binary-extensions": "^2.0.0"
6081 },
6082 "engines": {
6083 "node": ">=8"
6084 }
6085 },
6086 "node_modules/is-core-module": {
6087 "version": "2.16.1",
6088 "license": "MIT",
6089 "dependencies": {
6090 "hasown": "^2.0.2"
6091 },
6092 "engines": {
6093 "node": ">= 0.4"
6094 },
6095 "funding": {
6096 "url": "https://github.com/sponsors/ljharb"
6097 }
6098 },
6099 "node_modules/is-docker": {
6100 "version": "2.2.1",
6101 "license": "MIT",
6102 "bin": {
6103 "is-docker": "cli.js"
6104 },
6105 "engines": {
6106 "node": ">=8"
6107 },
6108 "funding": {
6109 "url": "https://github.com/sponsors/sindresorhus"
6110 }
6111 },
6112 "node_modules/is-extglob": {
6113 "version": "2.1.1",
6114 "license": "MIT",
6115 "engines": {
6116 "node": ">=0.10.0"
6117 }
6118 },
6119 "node_modules/is-fullwidth-code-point": {
6120 "version": "3.0.0",
6121 "license": "MIT",
6122 "engines": {
6123 "node": ">=8"
6124 }
6125 },
6126 "node_modules/is-generator-function": {
6127 "version": "1.1.2",
6128 "license": "MIT",
6129 "dependencies": {
6130 "call-bound": "^1.0.4",
6131 "generator-function": "^2.0.0",
6132 "get-proto": "^1.0.1",
6133 "has-tostringtag": "^1.0.2",
6134 "safe-regex-test": "^1.1.0"
6135 },
6136 "engines": {
6137 "node": ">= 0.4"
6138 },
6139 "funding": {
6140 "url": "https://github.com/sponsors/ljharb"
6141 }
6142 },
6143 "node_modules/is-glob": {
6144 "version": "4.0.3",
6145 "license": "MIT",
6146 "dependencies": {
6147 "is-extglob": "^2.1.1"
6148 },
6149 "engines": {
6150 "node": ">=0.10.0"
6151 }
6152 },
6153 "node_modules/is-inside-container": {
6154 "version": "1.0.0",
6155 "license": "MIT",
6156 "dependencies": {
6157 "is-docker": "^3.0.0"
6158 },
6159 "bin": {
6160 "is-inside-container": "cli.js"
6161 },
6162 "engines": {
6163 "node": ">=14.16"
6164 },
6165 "funding": {
6166 "url": "https://github.com/sponsors/sindresorhus"
6167 }
6168 },
6169 "node_modules/is-inside-container/node_modules/is-docker": {
6170 "version": "3.0.0",
6171 "license": "MIT",
6172 "bin": {
6173 "is-docker": "cli.js"
6174 },
6175 "engines": {
6176 "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
6177 },
6178 "funding": {
6179 "url": "https://github.com/sponsors/sindresorhus"
6180 }
6181 },
6182 "node_modules/is-installed-globally": {
6183 "version": "1.0.0",
6184 "license": "MIT",
6185 "dependencies": {
6186 "global-directory": "^4.0.1",
6187 "is-path-inside": "^4.0.0"
6188 },
6189 "engines": {
6190 "node": ">=18"
6191 },
6192 "funding": {
6193 "url": "https://github.com/sponsors/sindresorhus"
6194 }
6195 },
6196 "node_modules/is-module": {
6197 "version": "1.0.0",
6198 "license": "MIT"
6199 },
6200 "node_modules/is-number": {
6201 "version": "7.0.0",
6202 "license": "MIT",
6203 "engines": {
6204 "node": ">=0.12.0"
6205 }
6206 },
6207 "node_modules/is-path-inside": {
6208 "version": "4.0.0",
6209 "license": "MIT",
6210 "engines": {
6211 "node": ">=12"
6212 },
6213 "funding": {
6214 "url": "https://github.com/sponsors/sindresorhus"
6215 }
6216 },
6217 "node_modules/is-reference": {
6218 "version": "1.2.1",
6219 "license": "MIT",
6220 "dependencies": {
6221 "@types/estree": "*"
6222 }
6223 },
6224 "node_modules/is-regex": {
6225 "version": "1.2.1",
6226 "license": "MIT",
6227 "dependencies": {
6228 "call-bound": "^1.0.2",
6229 "gopd": "^1.2.0",
6230 "has-tostringtag": "^1.0.2",
6231 "hasown": "^2.0.2"
6232 },
6233 "engines": {
6234 "node": ">= 0.4"
6235 },
6236 "funding": {
6237 "url": "https://github.com/sponsors/ljharb"
6238 }
6239 },
6240 "node_modules/is-stream": {
6241 "version": "2.0.1",
6242 "license": "MIT",
6243 "engines": {
6244 "node": ">=8"
6245 },
6246 "funding": {
6247 "url": "https://github.com/sponsors/sindresorhus"
6248 }
6249 },
6250 "node_modules/is-what": {
6251 "version": "5.5.0",
6252 "license": "MIT",
6253 "engines": {
6254 "node": ">=18"
6255 },
6256 "funding": {
6257 "url": "https://github.com/sponsors/mesqueeb"
6258 }
6259 },
6260 "node_modules/is-wsl": {
6261 "version": "2.2.0",
6262 "license": "MIT",
6263 "dependencies": {
6264 "is-docker": "^2.0.0"
6265 },
6266 "engines": {
6267 "node": ">=8"
6268 }
6269 },
6270 "node_modules/is64bit": {
6271 "version": "2.0.0",
6272 "license": "MIT",
6273 "dependencies": {
6274 "system-architecture": "^0.1.0"
6275 },
6276 "engines": {
6277 "node": ">=18"
6278 },
6279 "funding": {
6280 "url": "https://github.com/sponsors/sindresorhus"
6281 }
6282 },
6283 "node_modules/isarray": {
6284 "version": "1.0.0",
6285 "license": "MIT"
6286 },
6287 "node_modules/isexe": {
6288 "version": "3.1.5",
6289 "license": "BlueOak-1.0.0",
6290 "engines": {
6291 "node": ">=18"
6292 }
6293 },
6294 "node_modules/iso-datestring-validator": {
6295 "version": "2.2.2",
6296 "license": "MIT"
6297 },
6298 "node_modules/jackspeak": {
6299 "version": "3.4.3",
6300 "license": "BlueOak-1.0.0",
6301 "dependencies": {
6302 "@isaacs/cliui": "^8.0.2"
6303 },
6304 "funding": {
6305 "url": "https://github.com/sponsors/isaacs"
6306 },
6307 "optionalDependencies": {
6308 "@pkgjs/parseargs": "^0.11.0"
6309 }
6310 },
6311 "node_modules/jiti": {
6312 "version": "2.6.1",
6313 "license": "MIT",
6314 "bin": {
6315 "jiti": "lib/jiti-cli.mjs"
6316 }
6317 },
6318 "node_modules/jose": {
6319 "version": "5.10.0",
6320 "license": "MIT",
6321 "funding": {
6322 "url": "https://github.com/sponsors/panva"
6323 }
6324 },
6325 "node_modules/js-tokens": {
6326 "version": "9.0.1",
6327 "license": "MIT"
6328 },
6329 "node_modules/jsesc": {
6330 "version": "3.1.0",
6331 "license": "MIT",
6332 "bin": {
6333 "jsesc": "bin/jsesc"
6334 },
6335 "engines": {
6336 "node": ">=6"
6337 }
6338 },
6339 "node_modules/json5": {
6340 "version": "2.2.3",
6341 "license": "MIT",
6342 "bin": {
6343 "json5": "lib/cli.js"
6344 },
6345 "engines": {
6346 "node": ">=6"
6347 }
6348 },
6349 "node_modules/jsonfile": {
6350 "version": "6.2.0",
6351 "license": "MIT",
6352 "dependencies": {
6353 "universalify": "^2.0.0"
6354 },
6355 "optionalDependencies": {
6356 "graceful-fs": "^4.1.6"
6357 }
6358 },
6359 "node_modules/keygrip": {
6360 "version": "1.1.0",
6361 "license": "MIT",
6362 "dependencies": {
6363 "tsscmp": "1.0.6"
6364 },
6365 "engines": {
6366 "node": ">= 0.6"
6367 }
6368 },
6369 "node_modules/keytrace.dev": {
6370 "resolved": "apps/keytrace.dev",
6371 "link": true
6372 },
6373 "node_modules/kleur": {
6374 "version": "4.1.5",
6375 "license": "MIT",
6376 "engines": {
6377 "node": ">=6"
6378 }
6379 },
6380 "node_modules/klona": {
6381 "version": "2.0.6",
6382 "license": "MIT",
6383 "engines": {
6384 "node": ">= 8"
6385 }
6386 },
6387 "node_modules/knitwork": {
6388 "version": "1.3.0",
6389 "license": "MIT"
6390 },
6391 "node_modules/koa": {
6392 "version": "2.16.3",
6393 "license": "MIT",
6394 "dependencies": {
6395 "accepts": "^1.3.5",
6396 "cache-content-type": "^1.0.0",
6397 "content-disposition": "~0.5.2",
6398 "content-type": "^1.0.4",
6399 "cookies": "~0.9.0",
6400 "debug": "^4.3.2",
6401 "delegates": "^1.0.0",
6402 "depd": "^2.0.0",
6403 "destroy": "^1.0.4",
6404 "encodeurl": "^1.0.2",
6405 "escape-html": "^1.0.3",
6406 "fresh": "~0.5.2",
6407 "http-assert": "^1.3.0",
6408 "http-errors": "^1.6.3",
6409 "is-generator-function": "^1.0.7",
6410 "koa-compose": "^4.1.0",
6411 "koa-convert": "^2.0.0",
6412 "on-finished": "^2.3.0",
6413 "only": "~0.0.2",
6414 "parseurl": "^1.3.2",
6415 "statuses": "^1.5.0",
6416 "type-is": "^1.6.16",
6417 "vary": "^1.1.2"
6418 },
6419 "engines": {
6420 "node": "^4.8.4 || ^6.10.1 || ^7.10.1 || >= 8.1.4"
6421 }
6422 },
6423 "node_modules/koa-compose": {
6424 "version": "4.1.0",
6425 "license": "MIT"
6426 },
6427 "node_modules/koa-convert": {
6428 "version": "2.0.0",
6429 "license": "MIT",
6430 "dependencies": {
6431 "co": "^4.6.0",
6432 "koa-compose": "^4.1.0"
6433 },
6434 "engines": {
6435 "node": ">= 10"
6436 }
6437 },
6438 "node_modules/koa-send": {
6439 "version": "5.0.1",
6440 "license": "MIT",
6441 "dependencies": {
6442 "debug": "^4.1.1",
6443 "http-errors": "^1.7.3",
6444 "resolve-path": "^1.4.0"
6445 },
6446 "engines": {
6447 "node": ">= 8"
6448 }
6449 },
6450 "node_modules/koa-static": {
6451 "version": "5.0.0",
6452 "license": "MIT",
6453 "dependencies": {
6454 "debug": "^3.1.0",
6455 "koa-send": "^5.0.0"
6456 },
6457 "engines": {
6458 "node": ">= 7.6.0"
6459 }
6460 },
6461 "node_modules/koa-static/node_modules/debug": {
6462 "version": "3.2.7",
6463 "license": "MIT",
6464 "dependencies": {
6465 "ms": "^2.1.1"
6466 }
6467 },
6468 "node_modules/koa/node_modules/encodeurl": {
6469 "version": "1.0.2",
6470 "license": "MIT",
6471 "engines": {
6472 "node": ">= 0.8"
6473 }
6474 },
6475 "node_modules/launch-editor": {
6476 "version": "2.12.0",
6477 "license": "MIT",
6478 "dependencies": {
6479 "picocolors": "^1.1.1",
6480 "shell-quote": "^1.8.3"
6481 }
6482 },
6483 "node_modules/lazystream": {
6484 "version": "1.0.1",
6485 "license": "MIT",
6486 "dependencies": {
6487 "readable-stream": "^2.0.5"
6488 },
6489 "engines": {
6490 "node": ">= 0.6.3"
6491 }
6492 },
6493 "node_modules/lazystream/node_modules/readable-stream": {
6494 "version": "2.3.8",
6495 "license": "MIT",
6496 "dependencies": {
6497 "core-util-is": "~1.0.0",
6498 "inherits": "~2.0.3",
6499 "isarray": "~1.0.0",
6500 "process-nextick-args": "~2.0.0",
6501 "safe-buffer": "~5.1.1",
6502 "string_decoder": "~1.1.1",
6503 "util-deprecate": "~1.0.1"
6504 }
6505 },
6506 "node_modules/lazystream/node_modules/safe-buffer": {
6507 "version": "5.1.2",
6508 "license": "MIT"
6509 },
6510 "node_modules/lilconfig": {
6511 "version": "3.1.3",
6512 "license": "MIT",
6513 "engines": {
6514 "node": ">=14"
6515 },
6516 "funding": {
6517 "url": "https://github.com/sponsors/antonk52"
6518 }
6519 },
6520 "node_modules/lines-and-columns": {
6521 "version": "1.2.4",
6522 "license": "MIT"
6523 },
6524 "node_modules/listhen": {
6525 "version": "1.9.0",
6526 "license": "MIT",
6527 "dependencies": {
6528 "@parcel/watcher": "^2.4.1",
6529 "@parcel/watcher-wasm": "^2.4.1",
6530 "citty": "^0.1.6",
6531 "clipboardy": "^4.0.0",
6532 "consola": "^3.2.3",
6533 "crossws": ">=0.2.0 <0.4.0",
6534 "defu": "^6.1.4",
6535 "get-port-please": "^3.1.2",
6536 "h3": "^1.12.0",
6537 "http-shutdown": "^1.2.2",
6538 "jiti": "^2.1.2",
6539 "mlly": "^1.7.1",
6540 "node-forge": "^1.3.1",
6541 "pathe": "^1.1.2",
6542 "std-env": "^3.7.0",
6543 "ufo": "^1.5.4",
6544 "untun": "^0.1.3",
6545 "uqr": "^0.1.2"
6546 },
6547 "bin": {
6548 "listen": "bin/listhen.mjs",
6549 "listhen": "bin/listhen.mjs"
6550 }
6551 },
6552 "node_modules/listhen/node_modules/pathe": {
6553 "version": "1.1.2",
6554 "license": "MIT"
6555 },
6556 "node_modules/local-pkg": {
6557 "version": "1.1.2",
6558 "license": "MIT",
6559 "dependencies": {
6560 "mlly": "^1.7.4",
6561 "pkg-types": "^2.3.0",
6562 "quansync": "^0.2.11"
6563 },
6564 "engines": {
6565 "node": ">=14"
6566 },
6567 "funding": {
6568 "url": "https://github.com/sponsors/antfu"
6569 }
6570 },
6571 "node_modules/lodash": {
6572 "version": "4.17.23",
6573 "license": "MIT"
6574 },
6575 "node_modules/lodash.defaults": {
6576 "version": "4.2.0",
6577 "license": "MIT"
6578 },
6579 "node_modules/lodash.isarguments": {
6580 "version": "3.1.0",
6581 "license": "MIT"
6582 },
6583 "node_modules/lodash.memoize": {
6584 "version": "4.1.2",
6585 "license": "MIT"
6586 },
6587 "node_modules/lodash.uniq": {
6588 "version": "4.5.0",
6589 "license": "MIT"
6590 },
6591 "node_modules/loupe": {
6592 "version": "3.2.1",
6593 "dev": true,
6594 "license": "MIT"
6595 },
6596 "node_modules/lru-cache": {
6597 "version": "11.2.5",
6598 "license": "BlueOak-1.0.0",
6599 "engines": {
6600 "node": "20 || >=22"
6601 }
6602 },
6603 "node_modules/lucide-vue-next": {
6604 "version": "0.563.0",
6605 "license": "ISC",
6606 "peerDependencies": {
6607 "vue": ">=3.0.1"
6608 }
6609 },
6610 "node_modules/magic-regexp": {
6611 "version": "0.10.0",
6612 "license": "MIT",
6613 "dependencies": {
6614 "estree-walker": "^3.0.3",
6615 "magic-string": "^0.30.12",
6616 "mlly": "^1.7.2",
6617 "regexp-tree": "^0.1.27",
6618 "type-level-regexp": "~0.1.17",
6619 "ufo": "^1.5.4",
6620 "unplugin": "^2.0.0"
6621 }
6622 },
6623 "node_modules/magic-regexp/node_modules/estree-walker": {
6624 "version": "3.0.3",
6625 "license": "MIT",
6626 "dependencies": {
6627 "@types/estree": "^1.0.0"
6628 }
6629 },
6630 "node_modules/magic-string": {
6631 "version": "0.30.21",
6632 "license": "MIT",
6633 "dependencies": {
6634 "@jridgewell/sourcemap-codec": "^1.5.5"
6635 }
6636 },
6637 "node_modules/magic-string-ast": {
6638 "version": "1.0.3",
6639 "license": "MIT",
6640 "dependencies": {
6641 "magic-string": "^0.30.19"
6642 },
6643 "engines": {
6644 "node": ">=20.19.0"
6645 },
6646 "funding": {
6647 "url": "https://github.com/sponsors/sxzz"
6648 }
6649 },
6650 "node_modules/magicast": {
6651 "version": "0.5.2",
6652 "license": "MIT",
6653 "dependencies": {
6654 "@babel/parser": "^7.29.0",
6655 "@babel/types": "^7.29.0",
6656 "source-map-js": "^1.2.1"
6657 }
6658 },
6659 "node_modules/math-intrinsics": {
6660 "version": "1.1.0",
6661 "license": "MIT",
6662 "engines": {
6663 "node": ">= 0.4"
6664 }
6665 },
6666 "node_modules/mdn-data": {
6667 "version": "2.12.2",
6668 "license": "CC0-1.0"
6669 },
6670 "node_modules/media-typer": {
6671 "version": "0.3.0",
6672 "license": "MIT",
6673 "engines": {
6674 "node": ">= 0.6"
6675 }
6676 },
6677 "node_modules/merge-stream": {
6678 "version": "2.0.0",
6679 "license": "MIT"
6680 },
6681 "node_modules/merge2": {
6682 "version": "1.4.1",
6683 "license": "MIT",
6684 "engines": {
6685 "node": ">= 8"
6686 }
6687 },
6688 "node_modules/methods": {
6689 "version": "1.1.2",
6690 "license": "MIT",
6691 "engines": {
6692 "node": ">= 0.6"
6693 }
6694 },
6695 "node_modules/micromatch": {
6696 "version": "4.0.8",
6697 "license": "MIT",
6698 "dependencies": {
6699 "braces": "^3.0.3",
6700 "picomatch": "^2.3.1"
6701 },
6702 "engines": {
6703 "node": ">=8.6"
6704 }
6705 },
6706 "node_modules/micromatch/node_modules/picomatch": {
6707 "version": "2.3.1",
6708 "license": "MIT",
6709 "engines": {
6710 "node": ">=8.6"
6711 },
6712 "funding": {
6713 "url": "https://github.com/sponsors/jonschlinkert"
6714 }
6715 },
6716 "node_modules/mime": {
6717 "version": "4.1.0",
6718 "funding": [
6719 "https://github.com/sponsors/broofa"
6720 ],
6721 "license": "MIT",
6722 "bin": {
6723 "mime": "bin/cli.js"
6724 },
6725 "engines": {
6726 "node": ">=16"
6727 }
6728 },
6729 "node_modules/mime-db": {
6730 "version": "1.52.0",
6731 "license": "MIT",
6732 "engines": {
6733 "node": ">= 0.6"
6734 }
6735 },
6736 "node_modules/mime-types": {
6737 "version": "2.1.35",
6738 "license": "MIT",
6739 "dependencies": {
6740 "mime-db": "1.52.0"
6741 },
6742 "engines": {
6743 "node": ">= 0.6"
6744 }
6745 },
6746 "node_modules/mimic-fn": {
6747 "version": "4.0.0",
6748 "license": "MIT",
6749 "engines": {
6750 "node": ">=12"
6751 },
6752 "funding": {
6753 "url": "https://github.com/sponsors/sindresorhus"
6754 }
6755 },
6756 "node_modules/minimatch": {
6757 "version": "3.1.2",
6758 "license": "ISC",
6759 "dependencies": {
6760 "brace-expansion": "^1.1.7"
6761 },
6762 "engines": {
6763 "node": "*"
6764 }
6765 },
6766 "node_modules/minimatch/node_modules/brace-expansion": {
6767 "version": "1.1.12",
6768 "license": "MIT",
6769 "dependencies": {
6770 "balanced-match": "^1.0.0",
6771 "concat-map": "0.0.1"
6772 }
6773 },
6774 "node_modules/minipass": {
6775 "version": "7.1.2",
6776 "license": "ISC",
6777 "engines": {
6778 "node": ">=16 || 14 >=14.17"
6779 }
6780 },
6781 "node_modules/minizlib": {
6782 "version": "3.1.0",
6783 "license": "MIT",
6784 "dependencies": {
6785 "minipass": "^7.1.2"
6786 },
6787 "engines": {
6788 "node": ">= 18"
6789 }
6790 },
6791 "node_modules/mitt": {
6792 "version": "3.0.1",
6793 "license": "MIT"
6794 },
6795 "node_modules/mlly": {
6796 "version": "1.8.0",
6797 "license": "MIT",
6798 "dependencies": {
6799 "acorn": "^8.15.0",
6800 "pathe": "^2.0.3",
6801 "pkg-types": "^1.3.1",
6802 "ufo": "^1.6.1"
6803 }
6804 },
6805 "node_modules/mlly/node_modules/confbox": {
6806 "version": "0.1.8",
6807 "license": "MIT"
6808 },
6809 "node_modules/mlly/node_modules/pkg-types": {
6810 "version": "1.3.1",
6811 "license": "MIT",
6812 "dependencies": {
6813 "confbox": "^0.1.8",
6814 "mlly": "^1.7.4",
6815 "pathe": "^2.0.1"
6816 }
6817 },
6818 "node_modules/mocked-exports": {
6819 "version": "0.1.1",
6820 "license": "MIT"
6821 },
6822 "node_modules/mrmime": {
6823 "version": "2.0.1",
6824 "license": "MIT",
6825 "engines": {
6826 "node": ">=10"
6827 }
6828 },
6829 "node_modules/ms": {
6830 "version": "2.1.3",
6831 "license": "MIT"
6832 },
6833 "node_modules/muggle-string": {
6834 "version": "0.4.1",
6835 "license": "MIT"
6836 },
6837 "node_modules/multiformats": {
6838 "version": "9.9.0",
6839 "license": "(Apache-2.0 AND MIT)"
6840 },
6841 "node_modules/mz": {
6842 "version": "2.7.0",
6843 "license": "MIT",
6844 "dependencies": {
6845 "any-promise": "^1.0.0",
6846 "object-assign": "^4.0.1",
6847 "thenify-all": "^1.0.0"
6848 }
6849 },
6850 "node_modules/nanoid": {
6851 "version": "3.3.11",
6852 "funding": [
6853 {
6854 "type": "github",
6855 "url": "https://github.com/sponsors/ai"
6856 }
6857 ],
6858 "license": "MIT",
6859 "bin": {
6860 "nanoid": "bin/nanoid.cjs"
6861 },
6862 "engines": {
6863 "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
6864 }
6865 },
6866 "node_modules/nanotar": {
6867 "version": "0.2.0",
6868 "license": "MIT"
6869 },
6870 "node_modules/napi-wasm": {
6871 "version": "1.1.3",
6872 "license": "MIT"
6873 },
6874 "node_modules/negotiator": {
6875 "version": "0.6.3",
6876 "license": "MIT",
6877 "engines": {
6878 "node": ">= 0.6"
6879 }
6880 },
6881 "node_modules/nitropack": {
6882 "version": "2.13.1",
6883 "license": "MIT",
6884 "dependencies": {
6885 "@cloudflare/kv-asset-handler": "^0.4.2",
6886 "@rollup/plugin-alias": "^6.0.0",
6887 "@rollup/plugin-commonjs": "^29.0.0",
6888 "@rollup/plugin-inject": "^5.0.5",
6889 "@rollup/plugin-json": "^6.1.0",
6890 "@rollup/plugin-node-resolve": "^16.0.3",
6891 "@rollup/plugin-replace": "^6.0.3",
6892 "@rollup/plugin-terser": "^0.4.4",
6893 "@vercel/nft": "^1.2.0",
6894 "archiver": "^7.0.1",
6895 "c12": "^3.3.3",
6896 "chokidar": "^5.0.0",
6897 "citty": "^0.1.6",
6898 "compatx": "^0.2.0",
6899 "confbox": "^0.2.2",
6900 "consola": "^3.4.2",
6901 "cookie-es": "^2.0.0",
6902 "croner": "^9.1.0",
6903 "crossws": "^0.3.5",
6904 "db0": "^0.3.4",
6905 "defu": "^6.1.4",
6906 "destr": "^2.0.5",
6907 "dot-prop": "^10.1.0",
6908 "esbuild": "^0.27.2",
6909 "escape-string-regexp": "^5.0.0",
6910 "etag": "^1.8.1",
6911 "exsolve": "^1.0.8",
6912 "globby": "^16.1.0",
6913 "gzip-size": "^7.0.0",
6914 "h3": "^1.15.5",
6915 "hookable": "^5.5.3",
6916 "httpxy": "^0.1.7",
6917 "ioredis": "^5.9.1",
6918 "jiti": "^2.6.1",
6919 "klona": "^2.0.6",
6920 "knitwork": "^1.3.0",
6921 "listhen": "^1.9.0",
6922 "magic-string": "^0.30.21",
6923 "magicast": "^0.5.1",
6924 "mime": "^4.1.0",
6925 "mlly": "^1.8.0",
6926 "node-fetch-native": "^1.6.7",
6927 "node-mock-http": "^1.0.4",
6928 "ofetch": "^1.5.1",
6929 "ohash": "^2.0.11",
6930 "pathe": "^2.0.3",
6931 "perfect-debounce": "^2.0.0",
6932 "pkg-types": "^2.3.0",
6933 "pretty-bytes": "^7.1.0",
6934 "radix3": "^1.1.2",
6935 "rollup": "^4.55.1",
6936 "rollup-plugin-visualizer": "^6.0.5",
6937 "scule": "^1.3.0",
6938 "semver": "^7.7.3",
6939 "serve-placeholder": "^2.0.2",
6940 "serve-static": "^2.2.1",
6941 "source-map": "^0.7.6",
6942 "std-env": "^3.10.0",
6943 "ufo": "^1.6.3",
6944 "ultrahtml": "^1.6.0",
6945 "uncrypto": "^0.1.3",
6946 "unctx": "^2.5.0",
6947 "unenv": "^2.0.0-rc.24",
6948 "unimport": "^5.6.0",
6949 "unplugin-utils": "^0.3.1",
6950 "unstorage": "^1.17.4",
6951 "untyped": "^2.0.0",
6952 "unwasm": "^0.5.3",
6953 "youch": "^4.1.0-beta.13",
6954 "youch-core": "^0.3.3"
6955 },
6956 "bin": {
6957 "nitro": "dist/cli/index.mjs",
6958 "nitropack": "dist/cli/index.mjs"
6959 },
6960 "engines": {
6961 "node": "^20.19.0 || >=22.12.0"
6962 },
6963 "peerDependencies": {
6964 "xml2js": "^0.6.2"
6965 },
6966 "peerDependenciesMeta": {
6967 "xml2js": {
6968 "optional": true
6969 }
6970 }
6971 },
6972 "node_modules/node-addon-api": {
6973 "version": "7.1.1",
6974 "license": "MIT"
6975 },
6976 "node_modules/node-fetch": {
6977 "version": "2.7.0",
6978 "license": "MIT",
6979 "dependencies": {
6980 "whatwg-url": "^5.0.0"
6981 },
6982 "engines": {
6983 "node": "4.x || >=6.0.0"
6984 },
6985 "peerDependencies": {
6986 "encoding": "^0.1.0"
6987 },
6988 "peerDependenciesMeta": {
6989 "encoding": {
6990 "optional": true
6991 }
6992 }
6993 },
6994 "node_modules/node-fetch-native": {
6995 "version": "1.6.7",
6996 "license": "MIT"
6997 },
6998 "node_modules/node-forge": {
6999 "version": "1.3.3",
7000 "license": "(BSD-3-Clause OR GPL-2.0)",
7001 "engines": {
7002 "node": ">= 6.13.0"
7003 }
7004 },
7005 "node_modules/node-gyp-build": {
7006 "version": "4.8.4",
7007 "license": "MIT",
7008 "bin": {
7009 "node-gyp-build": "bin.js",
7010 "node-gyp-build-optional": "optional.js",
7011 "node-gyp-build-test": "build-test.js"
7012 }
7013 },
7014 "node_modules/node-mock-http": {
7015 "version": "1.0.4",
7016 "license": "MIT"
7017 },
7018 "node_modules/node-releases": {
7019 "version": "2.0.27",
7020 "license": "MIT"
7021 },
7022 "node_modules/normalize-path": {
7023 "version": "3.0.0",
7024 "license": "MIT",
7025 "engines": {
7026 "node": ">=0.10.0"
7027 }
7028 },
7029 "node_modules/npm-run-path": {
7030 "version": "5.3.0",
7031 "license": "MIT",
7032 "dependencies": {
7033 "path-key": "^4.0.0"
7034 },
7035 "engines": {
7036 "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
7037 },
7038 "funding": {
7039 "url": "https://github.com/sponsors/sindresorhus"
7040 }
7041 },
7042 "node_modules/nth-check": {
7043 "version": "2.1.1",
7044 "license": "BSD-2-Clause",
7045 "dependencies": {
7046 "boolbase": "^1.0.0"
7047 },
7048 "funding": {
7049 "url": "https://github.com/fb55/nth-check?sponsor=1"
7050 }
7051 },
7052 "node_modules/nuxt": {
7053 "version": "3.21.1",
7054 "license": "MIT",
7055 "dependencies": {
7056 "@dxup/nuxt": "^0.3.2",
7057 "@nuxt/cli": "^3.33.0",
7058 "@nuxt/devtools": "^3.1.1",
7059 "@nuxt/kit": "3.21.1",
7060 "@nuxt/nitro-server": "3.21.1",
7061 "@nuxt/schema": "3.21.1",
7062 "@nuxt/telemetry": "^2.7.0",
7063 "@nuxt/vite-builder": "3.21.1",
7064 "@unhead/vue": "^2.1.3",
7065 "@vue/shared": "^3.5.27",
7066 "c12": "^3.3.3",
7067 "chokidar": "^5.0.0",
7068 "compatx": "^0.2.0",
7069 "consola": "^3.4.2",
7070 "cookie-es": "^2.0.0",
7071 "defu": "^6.1.4",
7072 "destr": "^2.0.5",
7073 "devalue": "^5.6.2",
7074 "errx": "^0.1.0",
7075 "escape-string-regexp": "^5.0.0",
7076 "exsolve": "^1.0.8",
7077 "h3": "^1.15.5",
7078 "hookable": "^5.5.3",
7079 "ignore": "^7.0.5",
7080 "impound": "^1.0.0",
7081 "jiti": "^2.6.1",
7082 "klona": "^2.0.6",
7083 "knitwork": "^1.3.0",
7084 "magic-string": "^0.30.21",
7085 "mlly": "^1.8.0",
7086 "nanotar": "^0.2.0",
7087 "nypm": "^0.6.5",
7088 "ofetch": "^1.5.1",
7089 "ohash": "^2.0.11",
7090 "on-change": "^6.0.2",
7091 "oxc-minify": "^0.112.0",
7092 "oxc-parser": "^0.112.0",
7093 "oxc-transform": "^0.112.0",
7094 "oxc-walker": "^0.7.0",
7095 "pathe": "^2.0.3",
7096 "perfect-debounce": "^2.1.0",
7097 "pkg-types": "^2.3.0",
7098 "rou3": "^0.7.12",
7099 "scule": "^1.3.0",
7100 "semver": "^7.7.4",
7101 "std-env": "^3.10.0",
7102 "tinyglobby": "^0.2.15",
7103 "ufo": "^1.6.3",
7104 "ultrahtml": "^1.6.0",
7105 "uncrypto": "^0.1.3",
7106 "unctx": "^2.5.0",
7107 "unimport": "^5.6.0",
7108 "unplugin": "^3.0.0",
7109 "unplugin-vue-router": "^0.19.2",
7110 "untyped": "^2.0.0",
7111 "vue": "^3.5.27",
7112 "vue-router": "^4.6.4"
7113 },
7114 "bin": {
7115 "nuxi": "bin/nuxt.mjs",
7116 "nuxt": "bin/nuxt.mjs"
7117 },
7118 "engines": {
7119 "node": "^20.19.0 || >=22.12.0"
7120 },
7121 "peerDependencies": {
7122 "@parcel/watcher": "^2.1.0",
7123 "@types/node": "^18.0.0 || ^20.0.0 || >=22.0.0"
7124 },
7125 "peerDependenciesMeta": {
7126 "@parcel/watcher": {
7127 "optional": true
7128 },
7129 "@types/node": {
7130 "optional": true
7131 }
7132 }
7133 },
7134 "node_modules/nuxt/node_modules/unplugin": {
7135 "version": "3.0.0",
7136 "license": "MIT",
7137 "dependencies": {
7138 "@jridgewell/remapping": "^2.3.5",
7139 "picomatch": "^4.0.3",
7140 "webpack-virtual-modules": "^0.6.2"
7141 },
7142 "engines": {
7143 "node": "^20.19.0 || >=22.12.0"
7144 }
7145 },
7146 "node_modules/nypm": {
7147 "version": "0.6.5",
7148 "license": "MIT",
7149 "dependencies": {
7150 "citty": "^0.2.0",
7151 "pathe": "^2.0.3",
7152 "tinyexec": "^1.0.2"
7153 },
7154 "bin": {
7155 "nypm": "dist/cli.mjs"
7156 },
7157 "engines": {
7158 "node": ">=18"
7159 }
7160 },
7161 "node_modules/nypm/node_modules/citty": {
7162 "version": "0.2.0",
7163 "license": "MIT"
7164 },
7165 "node_modules/object-assign": {
7166 "version": "4.1.1",
7167 "license": "MIT",
7168 "engines": {
7169 "node": ">=0.10.0"
7170 }
7171 },
7172 "node_modules/object-hash": {
7173 "version": "3.0.0",
7174 "license": "MIT",
7175 "engines": {
7176 "node": ">= 6"
7177 }
7178 },
7179 "node_modules/obug": {
7180 "version": "2.1.1",
7181 "funding": [
7182 "https://github.com/sponsors/sxzz",
7183 "https://opencollective.com/debug"
7184 ],
7185 "license": "MIT"
7186 },
7187 "node_modules/ofetch": {
7188 "version": "1.5.1",
7189 "license": "MIT",
7190 "dependencies": {
7191 "destr": "^2.0.5",
7192 "node-fetch-native": "^1.6.7",
7193 "ufo": "^1.6.1"
7194 }
7195 },
7196 "node_modules/ohash": {
7197 "version": "2.0.11",
7198 "license": "MIT"
7199 },
7200 "node_modules/on-change": {
7201 "version": "6.0.2",
7202 "license": "MIT",
7203 "engines": {
7204 "node": ">=20"
7205 },
7206 "funding": {
7207 "url": "https://github.com/sindresorhus/on-change?sponsor=1"
7208 }
7209 },
7210 "node_modules/on-finished": {
7211 "version": "2.4.1",
7212 "license": "MIT",
7213 "dependencies": {
7214 "ee-first": "1.1.1"
7215 },
7216 "engines": {
7217 "node": ">= 0.8"
7218 }
7219 },
7220 "node_modules/once": {
7221 "version": "1.4.0",
7222 "license": "ISC",
7223 "dependencies": {
7224 "wrappy": "1"
7225 }
7226 },
7227 "node_modules/onetime": {
7228 "version": "6.0.0",
7229 "license": "MIT",
7230 "dependencies": {
7231 "mimic-fn": "^4.0.0"
7232 },
7233 "engines": {
7234 "node": ">=12"
7235 },
7236 "funding": {
7237 "url": "https://github.com/sponsors/sindresorhus"
7238 }
7239 },
7240 "node_modules/only": {
7241 "version": "0.0.2"
7242 },
7243 "node_modules/open": {
7244 "version": "7.4.2",
7245 "license": "MIT",
7246 "dependencies": {
7247 "is-docker": "^2.0.0",
7248 "is-wsl": "^2.1.1"
7249 },
7250 "engines": {
7251 "node": ">=8"
7252 },
7253 "funding": {
7254 "url": "https://github.com/sponsors/sindresorhus"
7255 }
7256 },
7257 "node_modules/oxc-minify": {
7258 "version": "0.112.0",
7259 "license": "MIT",
7260 "engines": {
7261 "node": "^20.19.0 || >=22.12.0"
7262 },
7263 "funding": {
7264 "url": "https://github.com/sponsors/Boshen"
7265 },
7266 "optionalDependencies": {
7267 "@oxc-minify/binding-android-arm-eabi": "0.112.0",
7268 "@oxc-minify/binding-android-arm64": "0.112.0",
7269 "@oxc-minify/binding-darwin-arm64": "0.112.0",
7270 "@oxc-minify/binding-darwin-x64": "0.112.0",
7271 "@oxc-minify/binding-freebsd-x64": "0.112.0",
7272 "@oxc-minify/binding-linux-arm-gnueabihf": "0.112.0",
7273 "@oxc-minify/binding-linux-arm-musleabihf": "0.112.0",
7274 "@oxc-minify/binding-linux-arm64-gnu": "0.112.0",
7275 "@oxc-minify/binding-linux-arm64-musl": "0.112.0",
7276 "@oxc-minify/binding-linux-ppc64-gnu": "0.112.0",
7277 "@oxc-minify/binding-linux-riscv64-gnu": "0.112.0",
7278 "@oxc-minify/binding-linux-riscv64-musl": "0.112.0",
7279 "@oxc-minify/binding-linux-s390x-gnu": "0.112.0",
7280 "@oxc-minify/binding-linux-x64-gnu": "0.112.0",
7281 "@oxc-minify/binding-linux-x64-musl": "0.112.0",
7282 "@oxc-minify/binding-openharmony-arm64": "0.112.0",
7283 "@oxc-minify/binding-wasm32-wasi": "0.112.0",
7284 "@oxc-minify/binding-win32-arm64-msvc": "0.112.0",
7285 "@oxc-minify/binding-win32-ia32-msvc": "0.112.0",
7286 "@oxc-minify/binding-win32-x64-msvc": "0.112.0"
7287 }
7288 },
7289 "node_modules/oxc-parser": {
7290 "version": "0.112.0",
7291 "license": "MIT",
7292 "dependencies": {
7293 "@oxc-project/types": "^0.112.0"
7294 },
7295 "engines": {
7296 "node": "^20.19.0 || >=22.12.0"
7297 },
7298 "funding": {
7299 "url": "https://github.com/sponsors/Boshen"
7300 },
7301 "optionalDependencies": {
7302 "@oxc-parser/binding-android-arm-eabi": "0.112.0",
7303 "@oxc-parser/binding-android-arm64": "0.112.0",
7304 "@oxc-parser/binding-darwin-arm64": "0.112.0",
7305 "@oxc-parser/binding-darwin-x64": "0.112.0",
7306 "@oxc-parser/binding-freebsd-x64": "0.112.0",
7307 "@oxc-parser/binding-linux-arm-gnueabihf": "0.112.0",
7308 "@oxc-parser/binding-linux-arm-musleabihf": "0.112.0",
7309 "@oxc-parser/binding-linux-arm64-gnu": "0.112.0",
7310 "@oxc-parser/binding-linux-arm64-musl": "0.112.0",
7311 "@oxc-parser/binding-linux-ppc64-gnu": "0.112.0",
7312 "@oxc-parser/binding-linux-riscv64-gnu": "0.112.0",
7313 "@oxc-parser/binding-linux-riscv64-musl": "0.112.0",
7314 "@oxc-parser/binding-linux-s390x-gnu": "0.112.0",
7315 "@oxc-parser/binding-linux-x64-gnu": "0.112.0",
7316 "@oxc-parser/binding-linux-x64-musl": "0.112.0",
7317 "@oxc-parser/binding-openharmony-arm64": "0.112.0",
7318 "@oxc-parser/binding-wasm32-wasi": "0.112.0",
7319 "@oxc-parser/binding-win32-arm64-msvc": "0.112.0",
7320 "@oxc-parser/binding-win32-ia32-msvc": "0.112.0",
7321 "@oxc-parser/binding-win32-x64-msvc": "0.112.0"
7322 }
7323 },
7324 "node_modules/oxc-transform": {
7325 "version": "0.112.0",
7326 "license": "MIT",
7327 "engines": {
7328 "node": "^20.19.0 || >=22.12.0"
7329 },
7330 "funding": {
7331 "url": "https://github.com/sponsors/Boshen"
7332 },
7333 "optionalDependencies": {
7334 "@oxc-transform/binding-android-arm-eabi": "0.112.0",
7335 "@oxc-transform/binding-android-arm64": "0.112.0",
7336 "@oxc-transform/binding-darwin-arm64": "0.112.0",
7337 "@oxc-transform/binding-darwin-x64": "0.112.0",
7338 "@oxc-transform/binding-freebsd-x64": "0.112.0",
7339 "@oxc-transform/binding-linux-arm-gnueabihf": "0.112.0",
7340 "@oxc-transform/binding-linux-arm-musleabihf": "0.112.0",
7341 "@oxc-transform/binding-linux-arm64-gnu": "0.112.0",
7342 "@oxc-transform/binding-linux-arm64-musl": "0.112.0",
7343 "@oxc-transform/binding-linux-ppc64-gnu": "0.112.0",
7344 "@oxc-transform/binding-linux-riscv64-gnu": "0.112.0",
7345 "@oxc-transform/binding-linux-riscv64-musl": "0.112.0",
7346 "@oxc-transform/binding-linux-s390x-gnu": "0.112.0",
7347 "@oxc-transform/binding-linux-x64-gnu": "0.112.0",
7348 "@oxc-transform/binding-linux-x64-musl": "0.112.0",
7349 "@oxc-transform/binding-openharmony-arm64": "0.112.0",
7350 "@oxc-transform/binding-wasm32-wasi": "0.112.0",
7351 "@oxc-transform/binding-win32-arm64-msvc": "0.112.0",
7352 "@oxc-transform/binding-win32-ia32-msvc": "0.112.0",
7353 "@oxc-transform/binding-win32-x64-msvc": "0.112.0"
7354 }
7355 },
7356 "node_modules/oxc-walker": {
7357 "version": "0.7.0",
7358 "license": "MIT",
7359 "dependencies": {
7360 "magic-regexp": "^0.10.0"
7361 },
7362 "peerDependencies": {
7363 "oxc-parser": ">=0.98.0"
7364 }
7365 },
7366 "node_modules/oxfmt": {
7367 "version": "0.27.0",
7368 "dev": true,
7369 "license": "MIT",
7370 "dependencies": {
7371 "tinypool": "2.0.0"
7372 },
7373 "bin": {
7374 "oxfmt": "bin/oxfmt"
7375 },
7376 "engines": {
7377 "node": "^20.19.0 || >=22.12.0"
7378 },
7379 "funding": {
7380 "url": "https://github.com/sponsors/Boshen"
7381 },
7382 "optionalDependencies": {
7383 "@oxfmt/darwin-arm64": "0.27.0",
7384 "@oxfmt/darwin-x64": "0.27.0",
7385 "@oxfmt/linux-arm64-gnu": "0.27.0",
7386 "@oxfmt/linux-arm64-musl": "0.27.0",
7387 "@oxfmt/linux-x64-gnu": "0.27.0",
7388 "@oxfmt/linux-x64-musl": "0.27.0",
7389 "@oxfmt/win32-arm64": "0.27.0",
7390 "@oxfmt/win32-x64": "0.27.0"
7391 }
7392 },
7393 "node_modules/package-json-from-dist": {
7394 "version": "1.0.1",
7395 "license": "BlueOak-1.0.0"
7396 },
7397 "node_modules/parse5": {
7398 "version": "7.3.0",
7399 "license": "MIT",
7400 "dependencies": {
7401 "entities": "^6.0.0"
7402 },
7403 "funding": {
7404 "url": "https://github.com/inikulin/parse5?sponsor=1"
7405 }
7406 },
7407 "node_modules/parse5-htmlparser2-tree-adapter": {
7408 "version": "7.1.0",
7409 "license": "MIT",
7410 "dependencies": {
7411 "domhandler": "^5.0.3",
7412 "parse5": "^7.0.0"
7413 },
7414 "funding": {
7415 "url": "https://github.com/inikulin/parse5?sponsor=1"
7416 }
7417 },
7418 "node_modules/parse5-parser-stream": {
7419 "version": "7.1.2",
7420 "license": "MIT",
7421 "dependencies": {
7422 "parse5": "^7.0.0"
7423 },
7424 "funding": {
7425 "url": "https://github.com/inikulin/parse5?sponsor=1"
7426 }
7427 },
7428 "node_modules/parse5/node_modules/entities": {
7429 "version": "6.0.1",
7430 "license": "BSD-2-Clause",
7431 "engines": {
7432 "node": ">=0.12"
7433 },
7434 "funding": {
7435 "url": "https://github.com/fb55/entities?sponsor=1"
7436 }
7437 },
7438 "node_modules/parseurl": {
7439 "version": "1.3.3",
7440 "license": "MIT",
7441 "engines": {
7442 "node": ">= 0.8"
7443 }
7444 },
7445 "node_modules/path-browserify": {
7446 "version": "1.0.1",
7447 "license": "MIT"
7448 },
7449 "node_modules/path-is-absolute": {
7450 "version": "1.0.1",
7451 "license": "MIT",
7452 "engines": {
7453 "node": ">=0.10.0"
7454 }
7455 },
7456 "node_modules/path-key": {
7457 "version": "4.0.0",
7458 "license": "MIT",
7459 "engines": {
7460 "node": ">=12"
7461 },
7462 "funding": {
7463 "url": "https://github.com/sponsors/sindresorhus"
7464 }
7465 },
7466 "node_modules/path-parse": {
7467 "version": "1.0.7",
7468 "license": "MIT"
7469 },
7470 "node_modules/path-scurry": {
7471 "version": "2.0.1",
7472 "license": "BlueOak-1.0.0",
7473 "dependencies": {
7474 "lru-cache": "^11.0.0",
7475 "minipass": "^7.1.2"
7476 },
7477 "engines": {
7478 "node": "20 || >=22"
7479 },
7480 "funding": {
7481 "url": "https://github.com/sponsors/isaacs"
7482 }
7483 },
7484 "node_modules/path-to-regexp": {
7485 "version": "6.3.0",
7486 "license": "MIT"
7487 },
7488 "node_modules/pathe": {
7489 "version": "2.0.3",
7490 "license": "MIT"
7491 },
7492 "node_modules/pathval": {
7493 "version": "2.0.1",
7494 "dev": true,
7495 "license": "MIT",
7496 "engines": {
7497 "node": ">= 14.16"
7498 }
7499 },
7500 "node_modules/perfect-debounce": {
7501 "version": "2.1.0",
7502 "license": "MIT"
7503 },
7504 "node_modules/picocolors": {
7505 "version": "1.1.1",
7506 "license": "ISC"
7507 },
7508 "node_modules/picomatch": {
7509 "version": "4.0.3",
7510 "license": "MIT",
7511 "engines": {
7512 "node": ">=12"
7513 },
7514 "funding": {
7515 "url": "https://github.com/sponsors/jonschlinkert"
7516 }
7517 },
7518 "node_modules/pify": {
7519 "version": "2.3.0",
7520 "license": "MIT",
7521 "engines": {
7522 "node": ">=0.10.0"
7523 }
7524 },
7525 "node_modules/pirates": {
7526 "version": "4.0.7",
7527 "license": "MIT",
7528 "engines": {
7529 "node": ">= 6"
7530 }
7531 },
7532 "node_modules/pkg-types": {
7533 "version": "2.3.0",
7534 "license": "MIT",
7535 "dependencies": {
7536 "confbox": "^0.2.2",
7537 "exsolve": "^1.0.7",
7538 "pathe": "^2.0.3"
7539 }
7540 },
7541 "node_modules/portfinder": {
7542 "version": "1.0.38",
7543 "license": "MIT",
7544 "dependencies": {
7545 "async": "^3.2.6",
7546 "debug": "^4.3.6"
7547 },
7548 "engines": {
7549 "node": ">= 10.12"
7550 }
7551 },
7552 "node_modules/postcss": {
7553 "version": "8.5.6",
7554 "funding": [
7555 {
7556 "type": "opencollective",
7557 "url": "https://opencollective.com/postcss/"
7558 },
7559 {
7560 "type": "tidelift",
7561 "url": "https://tidelift.com/funding/github/npm/postcss"
7562 },
7563 {
7564 "type": "github",
7565 "url": "https://github.com/sponsors/ai"
7566 }
7567 ],
7568 "license": "MIT",
7569 "dependencies": {
7570 "nanoid": "^3.3.11",
7571 "picocolors": "^1.1.1",
7572 "source-map-js": "^1.2.1"
7573 },
7574 "engines": {
7575 "node": "^10 || ^12 || >=14"
7576 }
7577 },
7578 "node_modules/postcss-calc": {
7579 "version": "10.1.1",
7580 "license": "MIT",
7581 "dependencies": {
7582 "postcss-selector-parser": "^7.0.0",
7583 "postcss-value-parser": "^4.2.0"
7584 },
7585 "engines": {
7586 "node": "^18.12 || ^20.9 || >=22.0"
7587 },
7588 "peerDependencies": {
7589 "postcss": "^8.4.38"
7590 }
7591 },
7592 "node_modules/postcss-colormin": {
7593 "version": "7.0.5",
7594 "license": "MIT",
7595 "dependencies": {
7596 "browserslist": "^4.27.0",
7597 "caniuse-api": "^3.0.0",
7598 "colord": "^2.9.3",
7599 "postcss-value-parser": "^4.2.0"
7600 },
7601 "engines": {
7602 "node": "^18.12.0 || ^20.9.0 || >=22.0"
7603 },
7604 "peerDependencies": {
7605 "postcss": "^8.4.32"
7606 }
7607 },
7608 "node_modules/postcss-convert-values": {
7609 "version": "7.0.8",
7610 "license": "MIT",
7611 "dependencies": {
7612 "browserslist": "^4.27.0",
7613 "postcss-value-parser": "^4.2.0"
7614 },
7615 "engines": {
7616 "node": "^18.12.0 || ^20.9.0 || >=22.0"
7617 },
7618 "peerDependencies": {
7619 "postcss": "^8.4.32"
7620 }
7621 },
7622 "node_modules/postcss-discard-comments": {
7623 "version": "7.0.5",
7624 "license": "MIT",
7625 "dependencies": {
7626 "postcss-selector-parser": "^7.1.0"
7627 },
7628 "engines": {
7629 "node": "^18.12.0 || ^20.9.0 || >=22.0"
7630 },
7631 "peerDependencies": {
7632 "postcss": "^8.4.32"
7633 }
7634 },
7635 "node_modules/postcss-discard-duplicates": {
7636 "version": "7.0.2",
7637 "license": "MIT",
7638 "engines": {
7639 "node": "^18.12.0 || ^20.9.0 || >=22.0"
7640 },
7641 "peerDependencies": {
7642 "postcss": "^8.4.32"
7643 }
7644 },
7645 "node_modules/postcss-discard-empty": {
7646 "version": "7.0.1",
7647 "license": "MIT",
7648 "engines": {
7649 "node": "^18.12.0 || ^20.9.0 || >=22.0"
7650 },
7651 "peerDependencies": {
7652 "postcss": "^8.4.32"
7653 }
7654 },
7655 "node_modules/postcss-discard-overridden": {
7656 "version": "7.0.1",
7657 "license": "MIT",
7658 "engines": {
7659 "node": "^18.12.0 || ^20.9.0 || >=22.0"
7660 },
7661 "peerDependencies": {
7662 "postcss": "^8.4.32"
7663 }
7664 },
7665 "node_modules/postcss-import": {
7666 "version": "15.1.0",
7667 "license": "MIT",
7668 "dependencies": {
7669 "postcss-value-parser": "^4.0.0",
7670 "read-cache": "^1.0.0",
7671 "resolve": "^1.1.7"
7672 },
7673 "engines": {
7674 "node": ">=14.0.0"
7675 },
7676 "peerDependencies": {
7677 "postcss": "^8.0.0"
7678 }
7679 },
7680 "node_modules/postcss-js": {
7681 "version": "4.1.0",
7682 "funding": [
7683 {
7684 "type": "opencollective",
7685 "url": "https://opencollective.com/postcss/"
7686 },
7687 {
7688 "type": "github",
7689 "url": "https://github.com/sponsors/ai"
7690 }
7691 ],
7692 "license": "MIT",
7693 "dependencies": {
7694 "camelcase-css": "^2.0.1"
7695 },
7696 "engines": {
7697 "node": "^12 || ^14 || >= 16"
7698 },
7699 "peerDependencies": {
7700 "postcss": "^8.4.21"
7701 }
7702 },
7703 "node_modules/postcss-merge-longhand": {
7704 "version": "7.0.5",
7705 "license": "MIT",
7706 "dependencies": {
7707 "postcss-value-parser": "^4.2.0",
7708 "stylehacks": "^7.0.5"
7709 },
7710 "engines": {
7711 "node": "^18.12.0 || ^20.9.0 || >=22.0"
7712 },
7713 "peerDependencies": {
7714 "postcss": "^8.4.32"
7715 }
7716 },
7717 "node_modules/postcss-merge-rules": {
7718 "version": "7.0.7",
7719 "license": "MIT",
7720 "dependencies": {
7721 "browserslist": "^4.27.0",
7722 "caniuse-api": "^3.0.0",
7723 "cssnano-utils": "^5.0.1",
7724 "postcss-selector-parser": "^7.1.0"
7725 },
7726 "engines": {
7727 "node": "^18.12.0 || ^20.9.0 || >=22.0"
7728 },
7729 "peerDependencies": {
7730 "postcss": "^8.4.32"
7731 }
7732 },
7733 "node_modules/postcss-minify-font-values": {
7734 "version": "7.0.1",
7735 "license": "MIT",
7736 "dependencies": {
7737 "postcss-value-parser": "^4.2.0"
7738 },
7739 "engines": {
7740 "node": "^18.12.0 || ^20.9.0 || >=22.0"
7741 },
7742 "peerDependencies": {
7743 "postcss": "^8.4.32"
7744 }
7745 },
7746 "node_modules/postcss-minify-gradients": {
7747 "version": "7.0.1",
7748 "license": "MIT",
7749 "dependencies": {
7750 "colord": "^2.9.3",
7751 "cssnano-utils": "^5.0.1",
7752 "postcss-value-parser": "^4.2.0"
7753 },
7754 "engines": {
7755 "node": "^18.12.0 || ^20.9.0 || >=22.0"
7756 },
7757 "peerDependencies": {
7758 "postcss": "^8.4.32"
7759 }
7760 },
7761 "node_modules/postcss-minify-params": {
7762 "version": "7.0.5",
7763 "license": "MIT",
7764 "dependencies": {
7765 "browserslist": "^4.27.0",
7766 "cssnano-utils": "^5.0.1",
7767 "postcss-value-parser": "^4.2.0"
7768 },
7769 "engines": {
7770 "node": "^18.12.0 || ^20.9.0 || >=22.0"
7771 },
7772 "peerDependencies": {
7773 "postcss": "^8.4.32"
7774 }
7775 },
7776 "node_modules/postcss-minify-selectors": {
7777 "version": "7.0.5",
7778 "license": "MIT",
7779 "dependencies": {
7780 "cssesc": "^3.0.0",
7781 "postcss-selector-parser": "^7.1.0"
7782 },
7783 "engines": {
7784 "node": "^18.12.0 || ^20.9.0 || >=22.0"
7785 },
7786 "peerDependencies": {
7787 "postcss": "^8.4.32"
7788 }
7789 },
7790 "node_modules/postcss-nested": {
7791 "version": "6.2.0",
7792 "funding": [
7793 {
7794 "type": "opencollective",
7795 "url": "https://opencollective.com/postcss/"
7796 },
7797 {
7798 "type": "github",
7799 "url": "https://github.com/sponsors/ai"
7800 }
7801 ],
7802 "license": "MIT",
7803 "dependencies": {
7804 "postcss-selector-parser": "^6.1.1"
7805 },
7806 "engines": {
7807 "node": ">=12.0"
7808 },
7809 "peerDependencies": {
7810 "postcss": "^8.2.14"
7811 }
7812 },
7813 "node_modules/postcss-nested/node_modules/postcss-selector-parser": {
7814 "version": "6.1.2",
7815 "license": "MIT",
7816 "dependencies": {
7817 "cssesc": "^3.0.0",
7818 "util-deprecate": "^1.0.2"
7819 },
7820 "engines": {
7821 "node": ">=4"
7822 }
7823 },
7824 "node_modules/postcss-nesting": {
7825 "version": "13.0.2",
7826 "funding": [
7827 {
7828 "type": "github",
7829 "url": "https://github.com/sponsors/csstools"
7830 },
7831 {
7832 "type": "opencollective",
7833 "url": "https://opencollective.com/csstools"
7834 }
7835 ],
7836 "license": "MIT-0",
7837 "dependencies": {
7838 "@csstools/selector-resolve-nested": "^3.1.0",
7839 "@csstools/selector-specificity": "^5.0.0",
7840 "postcss-selector-parser": "^7.0.0"
7841 },
7842 "engines": {
7843 "node": ">=18"
7844 },
7845 "peerDependencies": {
7846 "postcss": "^8.4"
7847 }
7848 },
7849 "node_modules/postcss-normalize-charset": {
7850 "version": "7.0.1",
7851 "license": "MIT",
7852 "engines": {
7853 "node": "^18.12.0 || ^20.9.0 || >=22.0"
7854 },
7855 "peerDependencies": {
7856 "postcss": "^8.4.32"
7857 }
7858 },
7859 "node_modules/postcss-normalize-display-values": {
7860 "version": "7.0.1",
7861 "license": "MIT",
7862 "dependencies": {
7863 "postcss-value-parser": "^4.2.0"
7864 },
7865 "engines": {
7866 "node": "^18.12.0 || ^20.9.0 || >=22.0"
7867 },
7868 "peerDependencies": {
7869 "postcss": "^8.4.32"
7870 }
7871 },
7872 "node_modules/postcss-normalize-positions": {
7873 "version": "7.0.1",
7874 "license": "MIT",
7875 "dependencies": {
7876 "postcss-value-parser": "^4.2.0"
7877 },
7878 "engines": {
7879 "node": "^18.12.0 || ^20.9.0 || >=22.0"
7880 },
7881 "peerDependencies": {
7882 "postcss": "^8.4.32"
7883 }
7884 },
7885 "node_modules/postcss-normalize-repeat-style": {
7886 "version": "7.0.1",
7887 "license": "MIT",
7888 "dependencies": {
7889 "postcss-value-parser": "^4.2.0"
7890 },
7891 "engines": {
7892 "node": "^18.12.0 || ^20.9.0 || >=22.0"
7893 },
7894 "peerDependencies": {
7895 "postcss": "^8.4.32"
7896 }
7897 },
7898 "node_modules/postcss-normalize-string": {
7899 "version": "7.0.1",
7900 "license": "MIT",
7901 "dependencies": {
7902 "postcss-value-parser": "^4.2.0"
7903 },
7904 "engines": {
7905 "node": "^18.12.0 || ^20.9.0 || >=22.0"
7906 },
7907 "peerDependencies": {
7908 "postcss": "^8.4.32"
7909 }
7910 },
7911 "node_modules/postcss-normalize-timing-functions": {
7912 "version": "7.0.1",
7913 "license": "MIT",
7914 "dependencies": {
7915 "postcss-value-parser": "^4.2.0"
7916 },
7917 "engines": {
7918 "node": "^18.12.0 || ^20.9.0 || >=22.0"
7919 },
7920 "peerDependencies": {
7921 "postcss": "^8.4.32"
7922 }
7923 },
7924 "node_modules/postcss-normalize-unicode": {
7925 "version": "7.0.5",
7926 "license": "MIT",
7927 "dependencies": {
7928 "browserslist": "^4.27.0",
7929 "postcss-value-parser": "^4.2.0"
7930 },
7931 "engines": {
7932 "node": "^18.12.0 || ^20.9.0 || >=22.0"
7933 },
7934 "peerDependencies": {
7935 "postcss": "^8.4.32"
7936 }
7937 },
7938 "node_modules/postcss-normalize-url": {
7939 "version": "7.0.1",
7940 "license": "MIT",
7941 "dependencies": {
7942 "postcss-value-parser": "^4.2.0"
7943 },
7944 "engines": {
7945 "node": "^18.12.0 || ^20.9.0 || >=22.0"
7946 },
7947 "peerDependencies": {
7948 "postcss": "^8.4.32"
7949 }
7950 },
7951 "node_modules/postcss-normalize-whitespace": {
7952 "version": "7.0.1",
7953 "license": "MIT",
7954 "dependencies": {
7955 "postcss-value-parser": "^4.2.0"
7956 },
7957 "engines": {
7958 "node": "^18.12.0 || ^20.9.0 || >=22.0"
7959 },
7960 "peerDependencies": {
7961 "postcss": "^8.4.32"
7962 }
7963 },
7964 "node_modules/postcss-ordered-values": {
7965 "version": "7.0.2",
7966 "license": "MIT",
7967 "dependencies": {
7968 "cssnano-utils": "^5.0.1",
7969 "postcss-value-parser": "^4.2.0"
7970 },
7971 "engines": {
7972 "node": "^18.12.0 || ^20.9.0 || >=22.0"
7973 },
7974 "peerDependencies": {
7975 "postcss": "^8.4.32"
7976 }
7977 },
7978 "node_modules/postcss-reduce-initial": {
7979 "version": "7.0.5",
7980 "license": "MIT",
7981 "dependencies": {
7982 "browserslist": "^4.27.0",
7983 "caniuse-api": "^3.0.0"
7984 },
7985 "engines": {
7986 "node": "^18.12.0 || ^20.9.0 || >=22.0"
7987 },
7988 "peerDependencies": {
7989 "postcss": "^8.4.32"
7990 }
7991 },
7992 "node_modules/postcss-reduce-transforms": {
7993 "version": "7.0.1",
7994 "license": "MIT",
7995 "dependencies": {
7996 "postcss-value-parser": "^4.2.0"
7997 },
7998 "engines": {
7999 "node": "^18.12.0 || ^20.9.0 || >=22.0"
8000 },
8001 "peerDependencies": {
8002 "postcss": "^8.4.32"
8003 }
8004 },
8005 "node_modules/postcss-selector-parser": {
8006 "version": "7.1.1",
8007 "license": "MIT",
8008 "dependencies": {
8009 "cssesc": "^3.0.0",
8010 "util-deprecate": "^1.0.2"
8011 },
8012 "engines": {
8013 "node": ">=4"
8014 }
8015 },
8016 "node_modules/postcss-svgo": {
8017 "version": "7.1.0",
8018 "license": "MIT",
8019 "dependencies": {
8020 "postcss-value-parser": "^4.2.0",
8021 "svgo": "^4.0.0"
8022 },
8023 "engines": {
8024 "node": "^18.12.0 || ^20.9.0 || >= 18"
8025 },
8026 "peerDependencies": {
8027 "postcss": "^8.4.32"
8028 }
8029 },
8030 "node_modules/postcss-unique-selectors": {
8031 "version": "7.0.4",
8032 "license": "MIT",
8033 "dependencies": {
8034 "postcss-selector-parser": "^7.1.0"
8035 },
8036 "engines": {
8037 "node": "^18.12.0 || ^20.9.0 || >=22.0"
8038 },
8039 "peerDependencies": {
8040 "postcss": "^8.4.32"
8041 }
8042 },
8043 "node_modules/postcss-value-parser": {
8044 "version": "4.2.0",
8045 "license": "MIT"
8046 },
8047 "node_modules/pretty-bytes": {
8048 "version": "7.1.0",
8049 "license": "MIT",
8050 "engines": {
8051 "node": ">=20"
8052 },
8053 "funding": {
8054 "url": "https://github.com/sponsors/sindresorhus"
8055 }
8056 },
8057 "node_modules/process": {
8058 "version": "0.11.10",
8059 "license": "MIT",
8060 "engines": {
8061 "node": ">= 0.6.0"
8062 }
8063 },
8064 "node_modules/process-nextick-args": {
8065 "version": "2.0.1",
8066 "license": "MIT"
8067 },
8068 "node_modules/prompts": {
8069 "version": "2.4.2",
8070 "license": "MIT",
8071 "dependencies": {
8072 "kleur": "^3.0.3",
8073 "sisteransi": "^1.0.5"
8074 },
8075 "engines": {
8076 "node": ">= 6"
8077 }
8078 },
8079 "node_modules/prompts/node_modules/kleur": {
8080 "version": "3.0.3",
8081 "license": "MIT",
8082 "engines": {
8083 "node": ">=6"
8084 }
8085 },
8086 "node_modules/quansync": {
8087 "version": "0.2.11",
8088 "funding": [
8089 {
8090 "type": "individual",
8091 "url": "https://github.com/sponsors/antfu"
8092 },
8093 {
8094 "type": "individual",
8095 "url": "https://github.com/sponsors/sxzz"
8096 }
8097 ],
8098 "license": "MIT"
8099 },
8100 "node_modules/queue-microtask": {
8101 "version": "1.2.3",
8102 "funding": [
8103 {
8104 "type": "github",
8105 "url": "https://github.com/sponsors/feross"
8106 },
8107 {
8108 "type": "patreon",
8109 "url": "https://www.patreon.com/feross"
8110 },
8111 {
8112 "type": "consulting",
8113 "url": "https://feross.org/support"
8114 }
8115 ],
8116 "license": "MIT"
8117 },
8118 "node_modules/radix3": {
8119 "version": "1.1.2",
8120 "license": "MIT"
8121 },
8122 "node_modules/randombytes": {
8123 "version": "2.1.0",
8124 "license": "MIT",
8125 "dependencies": {
8126 "safe-buffer": "^5.1.0"
8127 }
8128 },
8129 "node_modules/range-parser": {
8130 "version": "1.2.1",
8131 "license": "MIT",
8132 "engines": {
8133 "node": ">= 0.6"
8134 }
8135 },
8136 "node_modules/rc9": {
8137 "version": "3.0.0",
8138 "license": "MIT",
8139 "dependencies": {
8140 "defu": "^6.1.4",
8141 "destr": "^2.0.5"
8142 }
8143 },
8144 "node_modules/read-cache": {
8145 "version": "1.0.0",
8146 "license": "MIT",
8147 "dependencies": {
8148 "pify": "^2.3.0"
8149 }
8150 },
8151 "node_modules/readable-stream": {
8152 "version": "4.7.0",
8153 "license": "MIT",
8154 "dependencies": {
8155 "abort-controller": "^3.0.0",
8156 "buffer": "^6.0.3",
8157 "events": "^3.3.0",
8158 "process": "^0.11.10",
8159 "string_decoder": "^1.3.0"
8160 },
8161 "engines": {
8162 "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
8163 }
8164 },
8165 "node_modules/readable-stream/node_modules/string_decoder": {
8166 "version": "1.3.0",
8167 "license": "MIT",
8168 "dependencies": {
8169 "safe-buffer": "~5.2.0"
8170 }
8171 },
8172 "node_modules/readdir-glob": {
8173 "version": "1.1.3",
8174 "license": "Apache-2.0",
8175 "dependencies": {
8176 "minimatch": "^5.1.0"
8177 }
8178 },
8179 "node_modules/readdir-glob/node_modules/minimatch": {
8180 "version": "5.1.6",
8181 "license": "ISC",
8182 "dependencies": {
8183 "brace-expansion": "^2.0.1"
8184 },
8185 "engines": {
8186 "node": ">=10"
8187 }
8188 },
8189 "node_modules/readdirp": {
8190 "version": "5.0.0",
8191 "license": "MIT",
8192 "engines": {
8193 "node": ">= 20.19.0"
8194 },
8195 "funding": {
8196 "type": "individual",
8197 "url": "https://paulmillr.com/funding/"
8198 }
8199 },
8200 "node_modules/redis-errors": {
8201 "version": "1.2.0",
8202 "license": "MIT",
8203 "engines": {
8204 "node": ">=4"
8205 }
8206 },
8207 "node_modules/redis-parser": {
8208 "version": "3.0.0",
8209 "license": "MIT",
8210 "dependencies": {
8211 "redis-errors": "^1.0.0"
8212 },
8213 "engines": {
8214 "node": ">=4"
8215 }
8216 },
8217 "node_modules/regexp-tree": {
8218 "version": "0.1.27",
8219 "license": "MIT",
8220 "bin": {
8221 "regexp-tree": "bin/regexp-tree"
8222 }
8223 },
8224 "node_modules/reka-ui": {
8225 "version": "2.8.0",
8226 "license": "MIT",
8227 "dependencies": {
8228 "@floating-ui/dom": "^1.6.13",
8229 "@floating-ui/vue": "^1.1.6",
8230 "@internationalized/date": "^3.5.0",
8231 "@internationalized/number": "^3.5.0",
8232 "@tanstack/vue-virtual": "^3.12.0",
8233 "@vueuse/core": "^14.1.0",
8234 "@vueuse/shared": "^14.1.0",
8235 "aria-hidden": "^1.2.4",
8236 "defu": "^6.1.4",
8237 "ohash": "^2.0.11"
8238 },
8239 "peerDependencies": {
8240 "vue": ">= 3.2.0"
8241 }
8242 },
8243 "node_modules/replace-in-file": {
8244 "version": "6.3.5",
8245 "license": "MIT",
8246 "dependencies": {
8247 "chalk": "^4.1.2",
8248 "glob": "^7.2.0",
8249 "yargs": "^17.2.1"
8250 },
8251 "bin": {
8252 "replace-in-file": "bin/cli.js"
8253 },
8254 "engines": {
8255 "node": ">=10"
8256 }
8257 },
8258 "node_modules/replace-in-file/node_modules/glob": {
8259 "version": "7.2.3",
8260 "license": "ISC",
8261 "dependencies": {
8262 "fs.realpath": "^1.0.0",
8263 "inflight": "^1.0.4",
8264 "inherits": "2",
8265 "minimatch": "^3.1.1",
8266 "once": "^1.3.0",
8267 "path-is-absolute": "^1.0.0"
8268 },
8269 "engines": {
8270 "node": "*"
8271 },
8272 "funding": {
8273 "url": "https://github.com/sponsors/isaacs"
8274 }
8275 },
8276 "node_modules/require-directory": {
8277 "version": "2.1.1",
8278 "license": "MIT",
8279 "engines": {
8280 "node": ">=0.10.0"
8281 }
8282 },
8283 "node_modules/resolve": {
8284 "version": "1.22.11",
8285 "license": "MIT",
8286 "dependencies": {
8287 "is-core-module": "^2.16.1",
8288 "path-parse": "^1.0.7",
8289 "supports-preserve-symlinks-flag": "^1.0.0"
8290 },
8291 "bin": {
8292 "resolve": "bin/resolve"
8293 },
8294 "engines": {
8295 "node": ">= 0.4"
8296 },
8297 "funding": {
8298 "url": "https://github.com/sponsors/ljharb"
8299 }
8300 },
8301 "node_modules/resolve-from": {
8302 "version": "5.0.0",
8303 "license": "MIT",
8304 "engines": {
8305 "node": ">=8"
8306 }
8307 },
8308 "node_modules/resolve-path": {
8309 "version": "1.4.0",
8310 "license": "MIT",
8311 "dependencies": {
8312 "http-errors": "~1.6.2",
8313 "path-is-absolute": "1.0.1"
8314 },
8315 "engines": {
8316 "node": ">= 0.8"
8317 }
8318 },
8319 "node_modules/resolve-path/node_modules/depd": {
8320 "version": "1.1.2",
8321 "license": "MIT",
8322 "engines": {
8323 "node": ">= 0.6"
8324 }
8325 },
8326 "node_modules/resolve-path/node_modules/http-errors": {
8327 "version": "1.6.3",
8328 "license": "MIT",
8329 "dependencies": {
8330 "depd": "~1.1.2",
8331 "inherits": "2.0.3",
8332 "setprototypeof": "1.1.0",
8333 "statuses": ">= 1.4.0 < 2"
8334 },
8335 "engines": {
8336 "node": ">= 0.6"
8337 }
8338 },
8339 "node_modules/resolve-path/node_modules/inherits": {
8340 "version": "2.0.3",
8341 "license": "ISC"
8342 },
8343 "node_modules/resolve-path/node_modules/setprototypeof": {
8344 "version": "1.1.0",
8345 "license": "ISC"
8346 },
8347 "node_modules/reusify": {
8348 "version": "1.1.0",
8349 "license": "MIT",
8350 "engines": {
8351 "iojs": ">=1.0.0",
8352 "node": ">=0.10.0"
8353 }
8354 },
8355 "node_modules/rfdc": {
8356 "version": "1.4.1",
8357 "license": "MIT"
8358 },
8359 "node_modules/rollup": {
8360 "version": "4.57.1",
8361 "license": "MIT",
8362 "dependencies": {
8363 "@types/estree": "1.0.8"
8364 },
8365 "bin": {
8366 "rollup": "dist/bin/rollup"
8367 },
8368 "engines": {
8369 "node": ">=18.0.0",
8370 "npm": ">=8.0.0"
8371 },
8372 "optionalDependencies": {
8373 "@rollup/rollup-android-arm-eabi": "4.57.1",
8374 "@rollup/rollup-android-arm64": "4.57.1",
8375 "@rollup/rollup-darwin-arm64": "4.57.1",
8376 "@rollup/rollup-darwin-x64": "4.57.1",
8377 "@rollup/rollup-freebsd-arm64": "4.57.1",
8378 "@rollup/rollup-freebsd-x64": "4.57.1",
8379 "@rollup/rollup-linux-arm-gnueabihf": "4.57.1",
8380 "@rollup/rollup-linux-arm-musleabihf": "4.57.1",
8381 "@rollup/rollup-linux-arm64-gnu": "4.57.1",
8382 "@rollup/rollup-linux-arm64-musl": "4.57.1",
8383 "@rollup/rollup-linux-loong64-gnu": "4.57.1",
8384 "@rollup/rollup-linux-loong64-musl": "4.57.1",
8385 "@rollup/rollup-linux-ppc64-gnu": "4.57.1",
8386 "@rollup/rollup-linux-ppc64-musl": "4.57.1",
8387 "@rollup/rollup-linux-riscv64-gnu": "4.57.1",
8388 "@rollup/rollup-linux-riscv64-musl": "4.57.1",
8389 "@rollup/rollup-linux-s390x-gnu": "4.57.1",
8390 "@rollup/rollup-linux-x64-gnu": "4.57.1",
8391 "@rollup/rollup-linux-x64-musl": "4.57.1",
8392 "@rollup/rollup-openbsd-x64": "4.57.1",
8393 "@rollup/rollup-openharmony-arm64": "4.57.1",
8394 "@rollup/rollup-win32-arm64-msvc": "4.57.1",
8395 "@rollup/rollup-win32-ia32-msvc": "4.57.1",
8396 "@rollup/rollup-win32-x64-gnu": "4.57.1",
8397 "@rollup/rollup-win32-x64-msvc": "4.57.1",
8398 "fsevents": "~2.3.2"
8399 }
8400 },
8401 "node_modules/rollup-plugin-visualizer": {
8402 "version": "6.0.5",
8403 "license": "MIT",
8404 "dependencies": {
8405 "open": "^8.0.0",
8406 "picomatch": "^4.0.2",
8407 "source-map": "^0.7.4",
8408 "yargs": "^17.5.1"
8409 },
8410 "bin": {
8411 "rollup-plugin-visualizer": "dist/bin/cli.js"
8412 },
8413 "engines": {
8414 "node": ">=18"
8415 },
8416 "peerDependencies": {
8417 "rolldown": "1.x || ^1.0.0-beta",
8418 "rollup": "2.x || 3.x || 4.x"
8419 },
8420 "peerDependenciesMeta": {
8421 "rolldown": {
8422 "optional": true
8423 },
8424 "rollup": {
8425 "optional": true
8426 }
8427 }
8428 },
8429 "node_modules/rollup-plugin-visualizer/node_modules/define-lazy-prop": {
8430 "version": "2.0.0",
8431 "license": "MIT",
8432 "engines": {
8433 "node": ">=8"
8434 }
8435 },
8436 "node_modules/rollup-plugin-visualizer/node_modules/open": {
8437 "version": "8.4.2",
8438 "license": "MIT",
8439 "dependencies": {
8440 "define-lazy-prop": "^2.0.0",
8441 "is-docker": "^2.1.1",
8442 "is-wsl": "^2.2.0"
8443 },
8444 "engines": {
8445 "node": ">=12"
8446 },
8447 "funding": {
8448 "url": "https://github.com/sponsors/sindresorhus"
8449 }
8450 },
8451 "node_modules/rou3": {
8452 "version": "0.7.12",
8453 "license": "MIT"
8454 },
8455 "node_modules/run-applescript": {
8456 "version": "7.1.0",
8457 "license": "MIT",
8458 "engines": {
8459 "node": ">=18"
8460 },
8461 "funding": {
8462 "url": "https://github.com/sponsors/sindresorhus"
8463 }
8464 },
8465 "node_modules/run-parallel": {
8466 "version": "1.2.0",
8467 "funding": [
8468 {
8469 "type": "github",
8470 "url": "https://github.com/sponsors/feross"
8471 },
8472 {
8473 "type": "patreon",
8474 "url": "https://www.patreon.com/feross"
8475 },
8476 {
8477 "type": "consulting",
8478 "url": "https://feross.org/support"
8479 }
8480 ],
8481 "license": "MIT",
8482 "dependencies": {
8483 "queue-microtask": "^1.2.2"
8484 }
8485 },
8486 "node_modules/safe-buffer": {
8487 "version": "5.2.1",
8488 "funding": [
8489 {
8490 "type": "github",
8491 "url": "https://github.com/sponsors/feross"
8492 },
8493 {
8494 "type": "patreon",
8495 "url": "https://www.patreon.com/feross"
8496 },
8497 {
8498 "type": "consulting",
8499 "url": "https://feross.org/support"
8500 }
8501 ],
8502 "license": "MIT"
8503 },
8504 "node_modules/safe-regex-test": {
8505 "version": "1.1.0",
8506 "license": "MIT",
8507 "dependencies": {
8508 "call-bound": "^1.0.2",
8509 "es-errors": "^1.3.0",
8510 "is-regex": "^1.2.1"
8511 },
8512 "engines": {
8513 "node": ">= 0.4"
8514 },
8515 "funding": {
8516 "url": "https://github.com/sponsors/ljharb"
8517 }
8518 },
8519 "node_modules/safer-buffer": {
8520 "version": "2.1.2",
8521 "license": "MIT"
8522 },
8523 "node_modules/sax": {
8524 "version": "1.4.4",
8525 "license": "BlueOak-1.0.0",
8526 "engines": {
8527 "node": ">=11.0.0"
8528 }
8529 },
8530 "node_modules/scule": {
8531 "version": "1.3.0",
8532 "license": "MIT"
8533 },
8534 "node_modules/semver": {
8535 "version": "7.7.4",
8536 "license": "ISC",
8537 "bin": {
8538 "semver": "bin/semver.js"
8539 },
8540 "engines": {
8541 "node": ">=10"
8542 }
8543 },
8544 "node_modules/send": {
8545 "version": "1.2.1",
8546 "license": "MIT",
8547 "dependencies": {
8548 "debug": "^4.4.3",
8549 "encodeurl": "^2.0.0",
8550 "escape-html": "^1.0.3",
8551 "etag": "^1.8.1",
8552 "fresh": "^2.0.0",
8553 "http-errors": "^2.0.1",
8554 "mime-types": "^3.0.2",
8555 "ms": "^2.1.3",
8556 "on-finished": "^2.4.1",
8557 "range-parser": "^1.2.1",
8558 "statuses": "^2.0.2"
8559 },
8560 "engines": {
8561 "node": ">= 18"
8562 },
8563 "funding": {
8564 "type": "opencollective",
8565 "url": "https://opencollective.com/express"
8566 }
8567 },
8568 "node_modules/send/node_modules/fresh": {
8569 "version": "2.0.0",
8570 "license": "MIT",
8571 "engines": {
8572 "node": ">= 0.8"
8573 }
8574 },
8575 "node_modules/send/node_modules/http-errors": {
8576 "version": "2.0.1",
8577 "license": "MIT",
8578 "dependencies": {
8579 "depd": "~2.0.0",
8580 "inherits": "~2.0.4",
8581 "setprototypeof": "~1.2.0",
8582 "statuses": "~2.0.2",
8583 "toidentifier": "~1.0.1"
8584 },
8585 "engines": {
8586 "node": ">= 0.8"
8587 },
8588 "funding": {
8589 "type": "opencollective",
8590 "url": "https://opencollective.com/express"
8591 }
8592 },
8593 "node_modules/send/node_modules/mime-db": {
8594 "version": "1.54.0",
8595 "license": "MIT",
8596 "engines": {
8597 "node": ">= 0.6"
8598 }
8599 },
8600 "node_modules/send/node_modules/mime-types": {
8601 "version": "3.0.2",
8602 "license": "MIT",
8603 "dependencies": {
8604 "mime-db": "^1.54.0"
8605 },
8606 "engines": {
8607 "node": ">=18"
8608 },
8609 "funding": {
8610 "type": "opencollective",
8611 "url": "https://opencollective.com/express"
8612 }
8613 },
8614 "node_modules/send/node_modules/statuses": {
8615 "version": "2.0.2",
8616 "license": "MIT",
8617 "engines": {
8618 "node": ">= 0.8"
8619 }
8620 },
8621 "node_modules/serialize-javascript": {
8622 "version": "6.0.2",
8623 "license": "BSD-3-Clause",
8624 "dependencies": {
8625 "randombytes": "^2.1.0"
8626 }
8627 },
8628 "node_modules/seroval": {
8629 "version": "1.5.0",
8630 "license": "MIT",
8631 "engines": {
8632 "node": ">=10"
8633 }
8634 },
8635 "node_modules/serve-placeholder": {
8636 "version": "2.0.2",
8637 "license": "MIT",
8638 "dependencies": {
8639 "defu": "^6.1.4"
8640 }
8641 },
8642 "node_modules/serve-static": {
8643 "version": "2.2.1",
8644 "license": "MIT",
8645 "dependencies": {
8646 "encodeurl": "^2.0.0",
8647 "escape-html": "^1.0.3",
8648 "parseurl": "^1.3.3",
8649 "send": "^1.2.0"
8650 },
8651 "engines": {
8652 "node": ">= 18"
8653 },
8654 "funding": {
8655 "type": "opencollective",
8656 "url": "https://opencollective.com/express"
8657 }
8658 },
8659 "node_modules/setprototypeof": {
8660 "version": "1.2.0",
8661 "license": "ISC"
8662 },
8663 "node_modules/shebang-command": {
8664 "version": "2.0.0",
8665 "license": "MIT",
8666 "dependencies": {
8667 "shebang-regex": "^3.0.0"
8668 },
8669 "engines": {
8670 "node": ">=8"
8671 }
8672 },
8673 "node_modules/shebang-regex": {
8674 "version": "3.0.0",
8675 "license": "MIT",
8676 "engines": {
8677 "node": ">=8"
8678 }
8679 },
8680 "node_modules/shell-quote": {
8681 "version": "1.8.3",
8682 "license": "MIT",
8683 "engines": {
8684 "node": ">= 0.4"
8685 },
8686 "funding": {
8687 "url": "https://github.com/sponsors/ljharb"
8688 }
8689 },
8690 "node_modules/siginfo": {
8691 "version": "2.0.0",
8692 "dev": true,
8693 "license": "ISC"
8694 },
8695 "node_modules/signal-exit": {
8696 "version": "4.1.0",
8697 "license": "ISC",
8698 "engines": {
8699 "node": ">=14"
8700 },
8701 "funding": {
8702 "url": "https://github.com/sponsors/isaacs"
8703 }
8704 },
8705 "node_modules/simple-git": {
8706 "version": "3.30.0",
8707 "license": "MIT",
8708 "dependencies": {
8709 "@kwsites/file-exists": "^1.1.1",
8710 "@kwsites/promise-deferred": "^1.1.1",
8711 "debug": "^4.4.0"
8712 },
8713 "funding": {
8714 "type": "github",
8715 "url": "https://github.com/steveukx/git-js?sponsor=1"
8716 }
8717 },
8718 "node_modules/sirv": {
8719 "version": "3.0.2",
8720 "license": "MIT",
8721 "dependencies": {
8722 "@polka/url": "^1.0.0-next.24",
8723 "mrmime": "^2.0.0",
8724 "totalist": "^3.0.0"
8725 },
8726 "engines": {
8727 "node": ">=18"
8728 }
8729 },
8730 "node_modules/sisteransi": {
8731 "version": "1.0.5",
8732 "license": "MIT"
8733 },
8734 "node_modules/slash": {
8735 "version": "5.1.0",
8736 "license": "MIT",
8737 "engines": {
8738 "node": ">=14.16"
8739 },
8740 "funding": {
8741 "url": "https://github.com/sponsors/sindresorhus"
8742 }
8743 },
8744 "node_modules/smob": {
8745 "version": "1.5.0",
8746 "license": "MIT"
8747 },
8748 "node_modules/source-map": {
8749 "version": "0.7.6",
8750 "license": "BSD-3-Clause",
8751 "engines": {
8752 "node": ">= 12"
8753 }
8754 },
8755 "node_modules/source-map-js": {
8756 "version": "1.2.1",
8757 "license": "BSD-3-Clause",
8758 "engines": {
8759 "node": ">=0.10.0"
8760 }
8761 },
8762 "node_modules/source-map-support": {
8763 "version": "0.5.21",
8764 "license": "MIT",
8765 "dependencies": {
8766 "buffer-from": "^1.0.0",
8767 "source-map": "^0.6.0"
8768 }
8769 },
8770 "node_modules/source-map-support/node_modules/source-map": {
8771 "version": "0.6.1",
8772 "license": "BSD-3-Clause",
8773 "engines": {
8774 "node": ">=0.10.0"
8775 }
8776 },
8777 "node_modules/speakingurl": {
8778 "version": "14.0.1",
8779 "license": "BSD-3-Clause",
8780 "engines": {
8781 "node": ">=0.10.0"
8782 }
8783 },
8784 "node_modules/srvx": {
8785 "version": "0.11.2",
8786 "license": "MIT",
8787 "bin": {
8788 "srvx": "bin/srvx.mjs"
8789 },
8790 "engines": {
8791 "node": ">=20.16.0"
8792 }
8793 },
8794 "node_modules/stackback": {
8795 "version": "0.0.2",
8796 "dev": true,
8797 "license": "MIT"
8798 },
8799 "node_modules/standard-as-callback": {
8800 "version": "2.1.0",
8801 "license": "MIT"
8802 },
8803 "node_modules/statuses": {
8804 "version": "1.5.0",
8805 "license": "MIT",
8806 "engines": {
8807 "node": ">= 0.6"
8808 }
8809 },
8810 "node_modules/std-env": {
8811 "version": "3.10.0",
8812 "license": "MIT"
8813 },
8814 "node_modules/streamx": {
8815 "version": "2.23.0",
8816 "license": "MIT",
8817 "dependencies": {
8818 "events-universal": "^1.0.0",
8819 "fast-fifo": "^1.3.2",
8820 "text-decoder": "^1.1.0"
8821 }
8822 },
8823 "node_modules/string_decoder": {
8824 "version": "1.1.1",
8825 "license": "MIT",
8826 "dependencies": {
8827 "safe-buffer": "~5.1.0"
8828 }
8829 },
8830 "node_modules/string_decoder/node_modules/safe-buffer": {
8831 "version": "5.1.2",
8832 "license": "MIT"
8833 },
8834 "node_modules/string-width": {
8835 "version": "4.2.3",
8836 "license": "MIT",
8837 "dependencies": {
8838 "emoji-regex": "^8.0.0",
8839 "is-fullwidth-code-point": "^3.0.0",
8840 "strip-ansi": "^6.0.1"
8841 },
8842 "engines": {
8843 "node": ">=8"
8844 }
8845 },
8846 "node_modules/string-width-cjs": {
8847 "name": "string-width",
8848 "version": "4.2.3",
8849 "license": "MIT",
8850 "dependencies": {
8851 "emoji-regex": "^8.0.0",
8852 "is-fullwidth-code-point": "^3.0.0",
8853 "strip-ansi": "^6.0.1"
8854 },
8855 "engines": {
8856 "node": ">=8"
8857 }
8858 },
8859 "node_modules/strip-ansi": {
8860 "version": "6.0.1",
8861 "license": "MIT",
8862 "dependencies": {
8863 "ansi-regex": "^5.0.1"
8864 },
8865 "engines": {
8866 "node": ">=8"
8867 }
8868 },
8869 "node_modules/strip-ansi-cjs": {
8870 "name": "strip-ansi",
8871 "version": "6.0.1",
8872 "license": "MIT",
8873 "dependencies": {
8874 "ansi-regex": "^5.0.1"
8875 },
8876 "engines": {
8877 "node": ">=8"
8878 }
8879 },
8880 "node_modules/strip-final-newline": {
8881 "version": "3.0.0",
8882 "license": "MIT",
8883 "engines": {
8884 "node": ">=12"
8885 },
8886 "funding": {
8887 "url": "https://github.com/sponsors/sindresorhus"
8888 }
8889 },
8890 "node_modules/strip-literal": {
8891 "version": "3.1.0",
8892 "license": "MIT",
8893 "dependencies": {
8894 "js-tokens": "^9.0.1"
8895 },
8896 "funding": {
8897 "url": "https://github.com/sponsors/antfu"
8898 }
8899 },
8900 "node_modules/strnum": {
8901 "version": "2.1.2",
8902 "funding": [
8903 {
8904 "type": "github",
8905 "url": "https://github.com/sponsors/NaturalIntelligence"
8906 }
8907 ],
8908 "license": "MIT"
8909 },
8910 "node_modules/structured-clone-es": {
8911 "version": "1.0.0",
8912 "license": "ISC"
8913 },
8914 "node_modules/stylehacks": {
8915 "version": "7.0.7",
8916 "license": "MIT",
8917 "dependencies": {
8918 "browserslist": "^4.27.0",
8919 "postcss-selector-parser": "^7.1.0"
8920 },
8921 "engines": {
8922 "node": "^18.12.0 || ^20.9.0 || >=22.0"
8923 },
8924 "peerDependencies": {
8925 "postcss": "^8.4.32"
8926 }
8927 },
8928 "node_modules/sucrase": {
8929 "version": "3.35.1",
8930 "license": "MIT",
8931 "dependencies": {
8932 "@jridgewell/gen-mapping": "^0.3.2",
8933 "commander": "^4.0.0",
8934 "lines-and-columns": "^1.1.6",
8935 "mz": "^2.7.0",
8936 "pirates": "^4.0.1",
8937 "tinyglobby": "^0.2.11",
8938 "ts-interface-checker": "^0.1.9"
8939 },
8940 "bin": {
8941 "sucrase": "bin/sucrase",
8942 "sucrase-node": "bin/sucrase-node"
8943 },
8944 "engines": {
8945 "node": ">=16 || 14 >=14.17"
8946 }
8947 },
8948 "node_modules/sucrase/node_modules/commander": {
8949 "version": "4.1.1",
8950 "license": "MIT",
8951 "engines": {
8952 "node": ">= 6"
8953 }
8954 },
8955 "node_modules/superjson": {
8956 "version": "2.2.6",
8957 "license": "MIT",
8958 "dependencies": {
8959 "copy-anything": "^4"
8960 },
8961 "engines": {
8962 "node": ">=16"
8963 }
8964 },
8965 "node_modules/supports-color": {
8966 "version": "7.2.0",
8967 "license": "MIT",
8968 "dependencies": {
8969 "has-flag": "^4.0.0"
8970 },
8971 "engines": {
8972 "node": ">=8"
8973 }
8974 },
8975 "node_modules/supports-preserve-symlinks-flag": {
8976 "version": "1.0.0",
8977 "license": "MIT",
8978 "engines": {
8979 "node": ">= 0.4"
8980 },
8981 "funding": {
8982 "url": "https://github.com/sponsors/ljharb"
8983 }
8984 },
8985 "node_modules/svgo": {
8986 "version": "4.0.0",
8987 "license": "MIT",
8988 "dependencies": {
8989 "commander": "^11.1.0",
8990 "css-select": "^5.1.0",
8991 "css-tree": "^3.0.1",
8992 "css-what": "^6.1.0",
8993 "csso": "^5.0.5",
8994 "picocolors": "^1.1.1",
8995 "sax": "^1.4.1"
8996 },
8997 "bin": {
8998 "svgo": "bin/svgo.js"
8999 },
9000 "engines": {
9001 "node": ">=16"
9002 },
9003 "funding": {
9004 "type": "opencollective",
9005 "url": "https://opencollective.com/svgo"
9006 }
9007 },
9008 "node_modules/svgo/node_modules/commander": {
9009 "version": "11.1.0",
9010 "license": "MIT",
9011 "engines": {
9012 "node": ">=16"
9013 }
9014 },
9015 "node_modules/system-architecture": {
9016 "version": "0.1.0",
9017 "license": "MIT",
9018 "engines": {
9019 "node": ">=18"
9020 },
9021 "funding": {
9022 "url": "https://github.com/sponsors/sindresorhus"
9023 }
9024 },
9025 "node_modules/tagged-tag": {
9026 "version": "1.0.0",
9027 "license": "MIT",
9028 "engines": {
9029 "node": ">=20"
9030 },
9031 "funding": {
9032 "url": "https://github.com/sponsors/sindresorhus"
9033 }
9034 },
9035 "node_modules/tailwind-config-viewer": {
9036 "version": "2.0.4",
9037 "license": "MIT",
9038 "dependencies": {
9039 "@koa/router": "^12.0.1",
9040 "commander": "^6.0.0",
9041 "fs-extra": "^9.0.1",
9042 "koa": "^2.14.2",
9043 "koa-static": "^5.0.0",
9044 "open": "^7.0.4",
9045 "portfinder": "^1.0.26",
9046 "replace-in-file": "^6.1.0"
9047 },
9048 "bin": {
9049 "tailwind-config-viewer": "cli/index.js",
9050 "tailwindcss-config-viewer": "cli/index.js"
9051 },
9052 "engines": {
9053 "node": ">=13"
9054 },
9055 "peerDependencies": {
9056 "tailwindcss": "1 || 2 || 2.0.1-compat || 3"
9057 }
9058 },
9059 "node_modules/tailwindcss": {
9060 "version": "3.4.19",
9061 "license": "MIT",
9062 "dependencies": {
9063 "@alloc/quick-lru": "^5.2.0",
9064 "arg": "^5.0.2",
9065 "chokidar": "^3.6.0",
9066 "didyoumean": "^1.2.2",
9067 "dlv": "^1.1.3",
9068 "fast-glob": "^3.3.2",
9069 "glob-parent": "^6.0.2",
9070 "is-glob": "^4.0.3",
9071 "jiti": "^1.21.7",
9072 "lilconfig": "^3.1.3",
9073 "micromatch": "^4.0.8",
9074 "normalize-path": "^3.0.0",
9075 "object-hash": "^3.0.0",
9076 "picocolors": "^1.1.1",
9077 "postcss": "^8.4.47",
9078 "postcss-import": "^15.1.0",
9079 "postcss-js": "^4.0.1",
9080 "postcss-load-config": "^4.0.2 || ^5.0 || ^6.0",
9081 "postcss-nested": "^6.2.0",
9082 "postcss-selector-parser": "^6.1.2",
9083 "resolve": "^1.22.8",
9084 "sucrase": "^3.35.0"
9085 },
9086 "bin": {
9087 "tailwind": "lib/cli.js",
9088 "tailwindcss": "lib/cli.js"
9089 },
9090 "engines": {
9091 "node": ">=14.0.0"
9092 }
9093 },
9094 "node_modules/tailwindcss/node_modules/chokidar": {
9095 "version": "3.6.0",
9096 "license": "MIT",
9097 "dependencies": {
9098 "anymatch": "~3.1.2",
9099 "braces": "~3.0.2",
9100 "glob-parent": "~5.1.2",
9101 "is-binary-path": "~2.1.0",
9102 "is-glob": "~4.0.1",
9103 "normalize-path": "~3.0.0",
9104 "readdirp": "~3.6.0"
9105 },
9106 "engines": {
9107 "node": ">= 8.10.0"
9108 },
9109 "funding": {
9110 "url": "https://paulmillr.com/funding/"
9111 },
9112 "optionalDependencies": {
9113 "fsevents": "~2.3.2"
9114 }
9115 },
9116 "node_modules/tailwindcss/node_modules/chokidar/node_modules/glob-parent": {
9117 "version": "5.1.2",
9118 "license": "ISC",
9119 "dependencies": {
9120 "is-glob": "^4.0.1"
9121 },
9122 "engines": {
9123 "node": ">= 6"
9124 }
9125 },
9126 "node_modules/tailwindcss/node_modules/glob-parent": {
9127 "version": "6.0.2",
9128 "license": "ISC",
9129 "dependencies": {
9130 "is-glob": "^4.0.3"
9131 },
9132 "engines": {
9133 "node": ">=10.13.0"
9134 }
9135 },
9136 "node_modules/tailwindcss/node_modules/jiti": {
9137 "version": "1.21.7",
9138 "license": "MIT",
9139 "bin": {
9140 "jiti": "bin/jiti.js"
9141 }
9142 },
9143 "node_modules/tailwindcss/node_modules/picomatch": {
9144 "version": "2.3.1",
9145 "license": "MIT",
9146 "engines": {
9147 "node": ">=8.6"
9148 },
9149 "funding": {
9150 "url": "https://github.com/sponsors/jonschlinkert"
9151 }
9152 },
9153 "node_modules/tailwindcss/node_modules/postcss-load-config": {
9154 "version": "6.0.1",
9155 "funding": [
9156 {
9157 "type": "opencollective",
9158 "url": "https://opencollective.com/postcss/"
9159 },
9160 {
9161 "type": "github",
9162 "url": "https://github.com/sponsors/ai"
9163 }
9164 ],
9165 "license": "MIT",
9166 "dependencies": {
9167 "lilconfig": "^3.1.1"
9168 },
9169 "engines": {
9170 "node": ">= 18"
9171 },
9172 "peerDependencies": {
9173 "jiti": ">=1.21.0",
9174 "postcss": ">=8.0.9",
9175 "tsx": "^4.8.1",
9176 "yaml": "^2.4.2"
9177 },
9178 "peerDependenciesMeta": {
9179 "jiti": {
9180 "optional": true
9181 },
9182 "postcss": {
9183 "optional": true
9184 },
9185 "tsx": {
9186 "optional": true
9187 },
9188 "yaml": {
9189 "optional": true
9190 }
9191 }
9192 },
9193 "node_modules/tailwindcss/node_modules/postcss-selector-parser": {
9194 "version": "6.1.2",
9195 "license": "MIT",
9196 "dependencies": {
9197 "cssesc": "^3.0.0",
9198 "util-deprecate": "^1.0.2"
9199 },
9200 "engines": {
9201 "node": ">=4"
9202 }
9203 },
9204 "node_modules/tailwindcss/node_modules/readdirp": {
9205 "version": "3.6.0",
9206 "license": "MIT",
9207 "dependencies": {
9208 "picomatch": "^2.2.1"
9209 },
9210 "engines": {
9211 "node": ">=8.10.0"
9212 }
9213 },
9214 "node_modules/tapable": {
9215 "version": "2.3.0",
9216 "license": "MIT",
9217 "engines": {
9218 "node": ">=6"
9219 },
9220 "funding": {
9221 "type": "opencollective",
9222 "url": "https://opencollective.com/webpack"
9223 }
9224 },
9225 "node_modules/tar": {
9226 "version": "7.5.7",
9227 "license": "BlueOak-1.0.0",
9228 "dependencies": {
9229 "@isaacs/fs-minipass": "^4.0.0",
9230 "chownr": "^3.0.0",
9231 "minipass": "^7.1.2",
9232 "minizlib": "^3.1.0",
9233 "yallist": "^5.0.0"
9234 },
9235 "engines": {
9236 "node": ">=18"
9237 }
9238 },
9239 "node_modules/tar-stream": {
9240 "version": "3.1.7",
9241 "license": "MIT",
9242 "dependencies": {
9243 "b4a": "^1.6.4",
9244 "fast-fifo": "^1.2.0",
9245 "streamx": "^2.15.0"
9246 }
9247 },
9248 "node_modules/tar/node_modules/yallist": {
9249 "version": "5.0.0",
9250 "license": "BlueOak-1.0.0",
9251 "engines": {
9252 "node": ">=18"
9253 }
9254 },
9255 "node_modules/terser": {
9256 "version": "5.46.0",
9257 "license": "BSD-2-Clause",
9258 "dependencies": {
9259 "@jridgewell/source-map": "^0.3.3",
9260 "acorn": "^8.15.0",
9261 "commander": "^2.20.0",
9262 "source-map-support": "~0.5.20"
9263 },
9264 "bin": {
9265 "terser": "bin/terser"
9266 },
9267 "engines": {
9268 "node": ">=10"
9269 }
9270 },
9271 "node_modules/terser/node_modules/commander": {
9272 "version": "2.20.3",
9273 "license": "MIT"
9274 },
9275 "node_modules/text-decoder": {
9276 "version": "1.2.3",
9277 "license": "Apache-2.0",
9278 "dependencies": {
9279 "b4a": "^1.6.4"
9280 }
9281 },
9282 "node_modules/thenify": {
9283 "version": "3.3.1",
9284 "license": "MIT",
9285 "dependencies": {
9286 "any-promise": "^1.0.0"
9287 }
9288 },
9289 "node_modules/thenify-all": {
9290 "version": "1.6.0",
9291 "license": "MIT",
9292 "dependencies": {
9293 "thenify": ">= 3.1.0 < 4"
9294 },
9295 "engines": {
9296 "node": ">=0.8"
9297 }
9298 },
9299 "node_modules/tiny-invariant": {
9300 "version": "1.3.3",
9301 "license": "MIT"
9302 },
9303 "node_modules/tinybench": {
9304 "version": "2.9.0",
9305 "dev": true,
9306 "license": "MIT"
9307 },
9308 "node_modules/tinyexec": {
9309 "version": "1.0.2",
9310 "license": "MIT",
9311 "engines": {
9312 "node": ">=18"
9313 }
9314 },
9315 "node_modules/tinyglobby": {
9316 "version": "0.2.15",
9317 "license": "MIT",
9318 "dependencies": {
9319 "fdir": "^6.5.0",
9320 "picomatch": "^4.0.3"
9321 },
9322 "engines": {
9323 "node": ">=12.0.0"
9324 },
9325 "funding": {
9326 "url": "https://github.com/sponsors/SuperchupuDev"
9327 }
9328 },
9329 "node_modules/tinypool": {
9330 "version": "2.0.0",
9331 "dev": true,
9332 "license": "MIT",
9333 "engines": {
9334 "node": "^20.0.0 || >=22.0.0"
9335 }
9336 },
9337 "node_modules/tinyrainbow": {
9338 "version": "1.2.0",
9339 "dev": true,
9340 "license": "MIT",
9341 "engines": {
9342 "node": ">=14.0.0"
9343 }
9344 },
9345 "node_modules/tinyspy": {
9346 "version": "3.0.2",
9347 "dev": true,
9348 "license": "MIT",
9349 "engines": {
9350 "node": ">=14.0.0"
9351 }
9352 },
9353 "node_modules/tlds": {
9354 "version": "1.261.0",
9355 "license": "MIT",
9356 "bin": {
9357 "tlds": "bin.js"
9358 }
9359 },
9360 "node_modules/to-regex-range": {
9361 "version": "5.0.1",
9362 "license": "MIT",
9363 "dependencies": {
9364 "is-number": "^7.0.0"
9365 },
9366 "engines": {
9367 "node": ">=8.0"
9368 }
9369 },
9370 "node_modules/toidentifier": {
9371 "version": "1.0.1",
9372 "license": "MIT",
9373 "engines": {
9374 "node": ">=0.6"
9375 }
9376 },
9377 "node_modules/totalist": {
9378 "version": "3.0.1",
9379 "license": "MIT",
9380 "engines": {
9381 "node": ">=6"
9382 }
9383 },
9384 "node_modules/tr46": {
9385 "version": "0.0.3",
9386 "license": "MIT"
9387 },
9388 "node_modules/ts-interface-checker": {
9389 "version": "0.1.13",
9390 "license": "Apache-2.0"
9391 },
9392 "node_modules/tslib": {
9393 "version": "2.8.1",
9394 "license": "0BSD"
9395 },
9396 "node_modules/tsscmp": {
9397 "version": "1.0.6",
9398 "license": "MIT",
9399 "engines": {
9400 "node": ">=0.6.x"
9401 }
9402 },
9403 "node_modules/turbo": {
9404 "version": "2.8.3",
9405 "dev": true,
9406 "license": "MIT",
9407 "bin": {
9408 "turbo": "bin/turbo"
9409 },
9410 "optionalDependencies": {
9411 "turbo-darwin-64": "2.8.3",
9412 "turbo-darwin-arm64": "2.8.3",
9413 "turbo-linux-64": "2.8.3",
9414 "turbo-linux-arm64": "2.8.3",
9415 "turbo-windows-64": "2.8.3",
9416 "turbo-windows-arm64": "2.8.3"
9417 }
9418 },
9419 "node_modules/turbo-linux-64": {
9420 "version": "2.8.3",
9421 "cpu": [
9422 "x64"
9423 ],
9424 "dev": true,
9425 "license": "MIT",
9426 "optional": true,
9427 "os": [
9428 "linux"
9429 ]
9430 },
9431 "node_modules/type-fest": {
9432 "version": "5.4.4",
9433 "license": "(MIT OR CC0-1.0)",
9434 "dependencies": {
9435 "tagged-tag": "^1.0.0"
9436 },
9437 "engines": {
9438 "node": ">=20"
9439 },
9440 "funding": {
9441 "url": "https://github.com/sponsors/sindresorhus"
9442 }
9443 },
9444 "node_modules/type-is": {
9445 "version": "1.6.18",
9446 "license": "MIT",
9447 "dependencies": {
9448 "media-typer": "0.3.0",
9449 "mime-types": "~2.1.24"
9450 },
9451 "engines": {
9452 "node": ">= 0.6"
9453 }
9454 },
9455 "node_modules/type-level-regexp": {
9456 "version": "0.1.17",
9457 "license": "MIT"
9458 },
9459 "node_modules/typescript": {
9460 "version": "5.9.3",
9461 "devOptional": true,
9462 "license": "Apache-2.0",
9463 "bin": {
9464 "tsc": "bin/tsc",
9465 "tsserver": "bin/tsserver"
9466 },
9467 "engines": {
9468 "node": ">=14.17"
9469 }
9470 },
9471 "node_modules/ufo": {
9472 "version": "1.6.3",
9473 "license": "MIT"
9474 },
9475 "node_modules/uint8arrays": {
9476 "version": "3.0.0",
9477 "license": "MIT",
9478 "dependencies": {
9479 "multiformats": "^9.4.2"
9480 }
9481 },
9482 "node_modules/ultrahtml": {
9483 "version": "1.6.0",
9484 "license": "MIT"
9485 },
9486 "node_modules/uncrypto": {
9487 "version": "0.1.3",
9488 "license": "MIT"
9489 },
9490 "node_modules/unctx": {
9491 "version": "2.5.0",
9492 "license": "MIT",
9493 "dependencies": {
9494 "acorn": "^8.15.0",
9495 "estree-walker": "^3.0.3",
9496 "magic-string": "^0.30.21",
9497 "unplugin": "^2.3.11"
9498 }
9499 },
9500 "node_modules/unctx/node_modules/estree-walker": {
9501 "version": "3.0.3",
9502 "license": "MIT",
9503 "dependencies": {
9504 "@types/estree": "^1.0.0"
9505 }
9506 },
9507 "node_modules/undici": {
9508 "version": "6.23.0",
9509 "license": "MIT",
9510 "engines": {
9511 "node": ">=18.17"
9512 }
9513 },
9514 "node_modules/undici-types": {
9515 "version": "6.21.0",
9516 "devOptional": true,
9517 "license": "MIT"
9518 },
9519 "node_modules/unenv": {
9520 "version": "2.0.0-rc.24",
9521 "license": "MIT",
9522 "dependencies": {
9523 "pathe": "^2.0.3"
9524 }
9525 },
9526 "node_modules/unhead": {
9527 "version": "2.1.4",
9528 "license": "MIT",
9529 "dependencies": {
9530 "hookable": "^6.0.1"
9531 },
9532 "funding": {
9533 "url": "https://github.com/sponsors/harlan-zw"
9534 }
9535 },
9536 "node_modules/unhead/node_modules/hookable": {
9537 "version": "6.0.1",
9538 "license": "MIT"
9539 },
9540 "node_modules/unicode-segmenter": {
9541 "version": "0.14.5",
9542 "license": "MIT"
9543 },
9544 "node_modules/unicorn-magic": {
9545 "version": "0.4.0",
9546 "license": "MIT",
9547 "engines": {
9548 "node": ">=20"
9549 },
9550 "funding": {
9551 "url": "https://github.com/sponsors/sindresorhus"
9552 }
9553 },
9554 "node_modules/unimport": {
9555 "version": "5.6.0",
9556 "license": "MIT",
9557 "dependencies": {
9558 "acorn": "^8.15.0",
9559 "escape-string-regexp": "^5.0.0",
9560 "estree-walker": "^3.0.3",
9561 "local-pkg": "^1.1.2",
9562 "magic-string": "^0.30.21",
9563 "mlly": "^1.8.0",
9564 "pathe": "^2.0.3",
9565 "picomatch": "^4.0.3",
9566 "pkg-types": "^2.3.0",
9567 "scule": "^1.3.0",
9568 "strip-literal": "^3.1.0",
9569 "tinyglobby": "^0.2.15",
9570 "unplugin": "^2.3.11",
9571 "unplugin-utils": "^0.3.1"
9572 },
9573 "engines": {
9574 "node": ">=18.12.0"
9575 }
9576 },
9577 "node_modules/unimport/node_modules/estree-walker": {
9578 "version": "3.0.3",
9579 "license": "MIT",
9580 "dependencies": {
9581 "@types/estree": "^1.0.0"
9582 }
9583 },
9584 "node_modules/universalify": {
9585 "version": "2.0.1",
9586 "license": "MIT",
9587 "engines": {
9588 "node": ">= 10.0.0"
9589 }
9590 },
9591 "node_modules/unplugin": {
9592 "version": "2.3.11",
9593 "license": "MIT",
9594 "dependencies": {
9595 "@jridgewell/remapping": "^2.3.5",
9596 "acorn": "^8.15.0",
9597 "picomatch": "^4.0.3",
9598 "webpack-virtual-modules": "^0.6.2"
9599 },
9600 "engines": {
9601 "node": ">=18.12.0"
9602 }
9603 },
9604 "node_modules/unplugin-utils": {
9605 "version": "0.3.1",
9606 "license": "MIT",
9607 "dependencies": {
9608 "pathe": "^2.0.3",
9609 "picomatch": "^4.0.3"
9610 },
9611 "engines": {
9612 "node": ">=20.19.0"
9613 },
9614 "funding": {
9615 "url": "https://github.com/sponsors/sxzz"
9616 }
9617 },
9618 "node_modules/unplugin-vue-router": {
9619 "version": "0.19.2",
9620 "license": "MIT",
9621 "dependencies": {
9622 "@babel/generator": "^7.28.5",
9623 "@vue-macros/common": "^3.1.1",
9624 "@vue/language-core": "^3.2.1",
9625 "ast-walker-scope": "^0.8.3",
9626 "chokidar": "^5.0.0",
9627 "json5": "^2.2.3",
9628 "local-pkg": "^1.1.2",
9629 "magic-string": "^0.30.21",
9630 "mlly": "^1.8.0",
9631 "muggle-string": "^0.4.1",
9632 "pathe": "^2.0.3",
9633 "picomatch": "^4.0.3",
9634 "scule": "^1.3.0",
9635 "tinyglobby": "^0.2.15",
9636 "unplugin": "^2.3.11",
9637 "unplugin-utils": "^0.3.1",
9638 "yaml": "^2.8.2"
9639 },
9640 "peerDependencies": {
9641 "@vue/compiler-sfc": "^3.5.17",
9642 "vue-router": "^4.6.0"
9643 },
9644 "peerDependenciesMeta": {
9645 "vue-router": {
9646 "optional": true
9647 }
9648 }
9649 },
9650 "node_modules/unstorage": {
9651 "version": "1.17.4",
9652 "license": "MIT",
9653 "dependencies": {
9654 "anymatch": "^3.1.3",
9655 "chokidar": "^5.0.0",
9656 "destr": "^2.0.5",
9657 "h3": "^1.15.5",
9658 "lru-cache": "^11.2.0",
9659 "node-fetch-native": "^1.6.7",
9660 "ofetch": "^1.5.1",
9661 "ufo": "^1.6.3"
9662 },
9663 "peerDependencies": {
9664 "@azure/app-configuration": "^1.8.0",
9665 "@azure/cosmos": "^4.2.0",
9666 "@azure/data-tables": "^13.3.0",
9667 "@azure/identity": "^4.6.0",
9668 "@azure/keyvault-secrets": "^4.9.0",
9669 "@azure/storage-blob": "^12.26.0",
9670 "@capacitor/preferences": "^6 || ^7 || ^8",
9671 "@deno/kv": ">=0.9.0",
9672 "@netlify/blobs": "^6.5.0 || ^7.0.0 || ^8.1.0 || ^9.0.0 || ^10.0.0",
9673 "@planetscale/database": "^1.19.0",
9674 "@upstash/redis": "^1.34.3",
9675 "@vercel/blob": ">=0.27.1",
9676 "@vercel/functions": "^2.2.12 || ^3.0.0",
9677 "@vercel/kv": "^1 || ^2 || ^3",
9678 "aws4fetch": "^1.0.20",
9679 "db0": ">=0.2.1",
9680 "idb-keyval": "^6.2.1",
9681 "ioredis": "^5.4.2",
9682 "uploadthing": "^7.4.4"
9683 },
9684 "peerDependenciesMeta": {
9685 "@azure/app-configuration": {
9686 "optional": true
9687 },
9688 "@azure/cosmos": {
9689 "optional": true
9690 },
9691 "@azure/data-tables": {
9692 "optional": true
9693 },
9694 "@azure/identity": {
9695 "optional": true
9696 },
9697 "@azure/keyvault-secrets": {
9698 "optional": true
9699 },
9700 "@azure/storage-blob": {
9701 "optional": true
9702 },
9703 "@capacitor/preferences": {
9704 "optional": true
9705 },
9706 "@deno/kv": {
9707 "optional": true
9708 },
9709 "@netlify/blobs": {
9710 "optional": true
9711 },
9712 "@planetscale/database": {
9713 "optional": true
9714 },
9715 "@upstash/redis": {
9716 "optional": true
9717 },
9718 "@vercel/blob": {
9719 "optional": true
9720 },
9721 "@vercel/functions": {
9722 "optional": true
9723 },
9724 "@vercel/kv": {
9725 "optional": true
9726 },
9727 "aws4fetch": {
9728 "optional": true
9729 },
9730 "db0": {
9731 "optional": true
9732 },
9733 "idb-keyval": {
9734 "optional": true
9735 },
9736 "ioredis": {
9737 "optional": true
9738 },
9739 "uploadthing": {
9740 "optional": true
9741 }
9742 }
9743 },
9744 "node_modules/untun": {
9745 "version": "0.1.3",
9746 "license": "MIT",
9747 "dependencies": {
9748 "citty": "^0.1.5",
9749 "consola": "^3.2.3",
9750 "pathe": "^1.1.1"
9751 },
9752 "bin": {
9753 "untun": "bin/untun.mjs"
9754 }
9755 },
9756 "node_modules/untun/node_modules/pathe": {
9757 "version": "1.1.2",
9758 "license": "MIT"
9759 },
9760 "node_modules/untyped": {
9761 "version": "2.0.0",
9762 "license": "MIT",
9763 "dependencies": {
9764 "citty": "^0.1.6",
9765 "defu": "^6.1.4",
9766 "jiti": "^2.4.2",
9767 "knitwork": "^1.2.0",
9768 "scule": "^1.3.0"
9769 },
9770 "bin": {
9771 "untyped": "dist/cli.mjs"
9772 }
9773 },
9774 "node_modules/unwasm": {
9775 "version": "0.5.3",
9776 "license": "MIT",
9777 "dependencies": {
9778 "exsolve": "^1.0.8",
9779 "knitwork": "^1.3.0",
9780 "magic-string": "^0.30.21",
9781 "mlly": "^1.8.0",
9782 "pathe": "^2.0.3",
9783 "pkg-types": "^2.3.0"
9784 }
9785 },
9786 "node_modules/update-browserslist-db": {
9787 "version": "1.2.3",
9788 "funding": [
9789 {
9790 "type": "opencollective",
9791 "url": "https://opencollective.com/browserslist"
9792 },
9793 {
9794 "type": "tidelift",
9795 "url": "https://tidelift.com/funding/github/npm/browserslist"
9796 },
9797 {
9798 "type": "github",
9799 "url": "https://github.com/sponsors/ai"
9800 }
9801 ],
9802 "license": "MIT",
9803 "dependencies": {
9804 "escalade": "^3.2.0",
9805 "picocolors": "^1.1.1"
9806 },
9807 "bin": {
9808 "update-browserslist-db": "cli.js"
9809 },
9810 "peerDependencies": {
9811 "browserslist": ">= 4.21.0"
9812 }
9813 },
9814 "node_modules/uqr": {
9815 "version": "0.1.2",
9816 "license": "MIT"
9817 },
9818 "node_modules/util-deprecate": {
9819 "version": "1.0.2",
9820 "license": "MIT"
9821 },
9822 "node_modules/vary": {
9823 "version": "1.1.2",
9824 "license": "MIT",
9825 "engines": {
9826 "node": ">= 0.8"
9827 }
9828 },
9829 "node_modules/vite": {
9830 "version": "7.3.1",
9831 "license": "MIT",
9832 "dependencies": {
9833 "esbuild": "^0.27.0",
9834 "fdir": "^6.5.0",
9835 "picomatch": "^4.0.3",
9836 "postcss": "^8.5.6",
9837 "rollup": "^4.43.0",
9838 "tinyglobby": "^0.2.15"
9839 },
9840 "bin": {
9841 "vite": "bin/vite.js"
9842 },
9843 "engines": {
9844 "node": "^20.19.0 || >=22.12.0"
9845 },
9846 "funding": {
9847 "url": "https://github.com/vitejs/vite?sponsor=1"
9848 },
9849 "optionalDependencies": {
9850 "fsevents": "~2.3.3"
9851 },
9852 "peerDependencies": {
9853 "@types/node": "^20.19.0 || >=22.12.0",
9854 "jiti": ">=1.21.0",
9855 "less": "^4.0.0",
9856 "lightningcss": "^1.21.0",
9857 "sass": "^1.70.0",
9858 "sass-embedded": "^1.70.0",
9859 "stylus": ">=0.54.8",
9860 "sugarss": "^5.0.0",
9861 "terser": "^5.16.0",
9862 "tsx": "^4.8.1",
9863 "yaml": "^2.4.2"
9864 },
9865 "peerDependenciesMeta": {
9866 "@types/node": {
9867 "optional": true
9868 },
9869 "jiti": {
9870 "optional": true
9871 },
9872 "less": {
9873 "optional": true
9874 },
9875 "lightningcss": {
9876 "optional": true
9877 },
9878 "sass": {
9879 "optional": true
9880 },
9881 "sass-embedded": {
9882 "optional": true
9883 },
9884 "stylus": {
9885 "optional": true
9886 },
9887 "sugarss": {
9888 "optional": true
9889 },
9890 "terser": {
9891 "optional": true
9892 },
9893 "tsx": {
9894 "optional": true
9895 },
9896 "yaml": {
9897 "optional": true
9898 }
9899 }
9900 },
9901 "node_modules/vite-dev-rpc": {
9902 "version": "1.1.0",
9903 "license": "MIT",
9904 "dependencies": {
9905 "birpc": "^2.4.0",
9906 "vite-hot-client": "^2.1.0"
9907 },
9908 "funding": {
9909 "url": "https://github.com/sponsors/antfu"
9910 },
9911 "peerDependencies": {
9912 "vite": "^2.9.0 || ^3.0.0-0 || ^4.0.0-0 || ^5.0.0-0 || ^6.0.1 || ^7.0.0-0"
9913 }
9914 },
9915 "node_modules/vite-hot-client": {
9916 "version": "2.1.0",
9917 "license": "MIT",
9918 "funding": {
9919 "url": "https://github.com/sponsors/antfu"
9920 },
9921 "peerDependencies": {
9922 "vite": "^2.6.0 || ^3.0.0 || ^4.0.0 || ^5.0.0-0 || ^6.0.0-0 || ^7.0.0-0"
9923 }
9924 },
9925 "node_modules/vite-node": {
9926 "version": "5.3.0",
9927 "license": "MIT",
9928 "dependencies": {
9929 "cac": "^6.7.14",
9930 "es-module-lexer": "^2.0.0",
9931 "obug": "^2.1.1",
9932 "pathe": "^2.0.3",
9933 "vite": "^7.3.1"
9934 },
9935 "bin": {
9936 "vite-node": "dist/cli.mjs"
9937 },
9938 "engines": {
9939 "node": "^20.19.0 || >=22.12.0"
9940 },
9941 "funding": {
9942 "url": "https://opencollective.com/antfu"
9943 }
9944 },
9945 "node_modules/vite-plugin-checker": {
9946 "version": "0.12.0",
9947 "license": "MIT",
9948 "dependencies": {
9949 "@babel/code-frame": "^7.27.1",
9950 "chokidar": "^4.0.3",
9951 "npm-run-path": "^6.0.0",
9952 "picocolors": "^1.1.1",
9953 "picomatch": "^4.0.3",
9954 "tiny-invariant": "^1.3.3",
9955 "tinyglobby": "^0.2.15",
9956 "vscode-uri": "^3.1.0"
9957 },
9958 "engines": {
9959 "node": ">=16.11"
9960 },
9961 "peerDependencies": {
9962 "@biomejs/biome": ">=1.7",
9963 "eslint": ">=9.39.1",
9964 "meow": "^13.2.0",
9965 "optionator": "^0.9.4",
9966 "oxlint": ">=1",
9967 "stylelint": ">=16",
9968 "typescript": "*",
9969 "vite": ">=5.4.21",
9970 "vls": "*",
9971 "vti": "*",
9972 "vue-tsc": "~2.2.10 || ^3.0.0"
9973 },
9974 "peerDependenciesMeta": {
9975 "@biomejs/biome": {
9976 "optional": true
9977 },
9978 "eslint": {
9979 "optional": true
9980 },
9981 "meow": {
9982 "optional": true
9983 },
9984 "optionator": {
9985 "optional": true
9986 },
9987 "oxlint": {
9988 "optional": true
9989 },
9990 "stylelint": {
9991 "optional": true
9992 },
9993 "typescript": {
9994 "optional": true
9995 },
9996 "vls": {
9997 "optional": true
9998 },
9999 "vti": {
10000 "optional": true
10001 },
10002 "vue-tsc": {
10003 "optional": true
10004 }
10005 }
10006 },
10007 "node_modules/vite-plugin-checker/node_modules/chokidar": {
10008 "version": "4.0.3",
10009 "license": "MIT",
10010 "dependencies": {
10011 "readdirp": "^4.0.1"
10012 },
10013 "engines": {
10014 "node": ">= 14.16.0"
10015 },
10016 "funding": {
10017 "url": "https://paulmillr.com/funding/"
10018 }
10019 },
10020 "node_modules/vite-plugin-checker/node_modules/npm-run-path": {
10021 "version": "6.0.0",
10022 "license": "MIT",
10023 "dependencies": {
10024 "path-key": "^4.0.0",
10025 "unicorn-magic": "^0.3.0"
10026 },
10027 "engines": {
10028 "node": ">=18"
10029 },
10030 "funding": {
10031 "url": "https://github.com/sponsors/sindresorhus"
10032 }
10033 },
10034 "node_modules/vite-plugin-checker/node_modules/readdirp": {
10035 "version": "4.1.2",
10036 "license": "MIT",
10037 "engines": {
10038 "node": ">= 14.18.0"
10039 },
10040 "funding": {
10041 "type": "individual",
10042 "url": "https://paulmillr.com/funding/"
10043 }
10044 },
10045 "node_modules/vite-plugin-checker/node_modules/unicorn-magic": {
10046 "version": "0.3.0",
10047 "license": "MIT",
10048 "engines": {
10049 "node": ">=18"
10050 },
10051 "funding": {
10052 "url": "https://github.com/sponsors/sindresorhus"
10053 }
10054 },
10055 "node_modules/vite-plugin-vue-tracer": {
10056 "version": "1.2.0",
10057 "license": "MIT",
10058 "dependencies": {
10059 "estree-walker": "^3.0.3",
10060 "exsolve": "^1.0.8",
10061 "magic-string": "^0.30.21",
10062 "pathe": "^2.0.3",
10063 "source-map-js": "^1.2.1"
10064 },
10065 "funding": {
10066 "url": "https://github.com/sponsors/antfu"
10067 },
10068 "peerDependencies": {
10069 "vite": "^6.0.0 || ^7.0.0",
10070 "vue": "^3.5.0"
10071 }
10072 },
10073 "node_modules/vite-plugin-vue-tracer/node_modules/estree-walker": {
10074 "version": "3.0.3",
10075 "license": "MIT",
10076 "dependencies": {
10077 "@types/estree": "^1.0.0"
10078 }
10079 },
10080 "node_modules/vitest": {
10081 "version": "2.1.9",
10082 "dev": true,
10083 "license": "MIT",
10084 "dependencies": {
10085 "@vitest/expect": "2.1.9",
10086 "@vitest/mocker": "2.1.9",
10087 "@vitest/pretty-format": "^2.1.9",
10088 "@vitest/runner": "2.1.9",
10089 "@vitest/snapshot": "2.1.9",
10090 "@vitest/spy": "2.1.9",
10091 "@vitest/utils": "2.1.9",
10092 "chai": "^5.1.2",
10093 "debug": "^4.3.7",
10094 "expect-type": "^1.1.0",
10095 "magic-string": "^0.30.12",
10096 "pathe": "^1.1.2",
10097 "std-env": "^3.8.0",
10098 "tinybench": "^2.9.0",
10099 "tinyexec": "^0.3.1",
10100 "tinypool": "^1.0.1",
10101 "tinyrainbow": "^1.2.0",
10102 "vite": "^5.0.0",
10103 "vite-node": "2.1.9",
10104 "why-is-node-running": "^2.3.0"
10105 },
10106 "bin": {
10107 "vitest": "vitest.mjs"
10108 },
10109 "engines": {
10110 "node": "^18.0.0 || >=20.0.0"
10111 },
10112 "funding": {
10113 "url": "https://opencollective.com/vitest"
10114 },
10115 "peerDependencies": {
10116 "@edge-runtime/vm": "*",
10117 "@types/node": "^18.0.0 || >=20.0.0",
10118 "@vitest/browser": "2.1.9",
10119 "@vitest/ui": "2.1.9",
10120 "happy-dom": "*",
10121 "jsdom": "*"
10122 },
10123 "peerDependenciesMeta": {
10124 "@edge-runtime/vm": {
10125 "optional": true
10126 },
10127 "@types/node": {
10128 "optional": true
10129 },
10130 "@vitest/browser": {
10131 "optional": true
10132 },
10133 "@vitest/ui": {
10134 "optional": true
10135 },
10136 "happy-dom": {
10137 "optional": true
10138 },
10139 "jsdom": {
10140 "optional": true
10141 }
10142 }
10143 },
10144 "node_modules/vitest/node_modules/@esbuild/linux-x64": {
10145 "version": "0.21.5",
10146 "cpu": [
10147 "x64"
10148 ],
10149 "dev": true,
10150 "license": "MIT",
10151 "optional": true,
10152 "os": [
10153 "linux"
10154 ],
10155 "engines": {
10156 "node": ">=12"
10157 }
10158 },
10159 "node_modules/vitest/node_modules/@vitest/mocker": {
10160 "version": "2.1.9",
10161 "dev": true,
10162 "license": "MIT",
10163 "dependencies": {
10164 "@vitest/spy": "2.1.9",
10165 "estree-walker": "^3.0.3",
10166 "magic-string": "^0.30.12"
10167 },
10168 "funding": {
10169 "url": "https://opencollective.com/vitest"
10170 },
10171 "peerDependencies": {
10172 "msw": "^2.4.9",
10173 "vite": "^5.0.0"
10174 },
10175 "peerDependenciesMeta": {
10176 "msw": {
10177 "optional": true
10178 },
10179 "vite": {
10180 "optional": true
10181 }
10182 }
10183 },
10184 "node_modules/vitest/node_modules/es-module-lexer": {
10185 "version": "1.7.0",
10186 "dev": true,
10187 "license": "MIT"
10188 },
10189 "node_modules/vitest/node_modules/esbuild": {
10190 "version": "0.21.5",
10191 "dev": true,
10192 "hasInstallScript": true,
10193 "license": "MIT",
10194 "bin": {
10195 "esbuild": "bin/esbuild"
10196 },
10197 "engines": {
10198 "node": ">=12"
10199 },
10200 "optionalDependencies": {
10201 "@esbuild/aix-ppc64": "0.21.5",
10202 "@esbuild/android-arm": "0.21.5",
10203 "@esbuild/android-arm64": "0.21.5",
10204 "@esbuild/android-x64": "0.21.5",
10205 "@esbuild/darwin-arm64": "0.21.5",
10206 "@esbuild/darwin-x64": "0.21.5",
10207 "@esbuild/freebsd-arm64": "0.21.5",
10208 "@esbuild/freebsd-x64": "0.21.5",
10209 "@esbuild/linux-arm": "0.21.5",
10210 "@esbuild/linux-arm64": "0.21.5",
10211 "@esbuild/linux-ia32": "0.21.5",
10212 "@esbuild/linux-loong64": "0.21.5",
10213 "@esbuild/linux-mips64el": "0.21.5",
10214 "@esbuild/linux-ppc64": "0.21.5",
10215 "@esbuild/linux-riscv64": "0.21.5",
10216 "@esbuild/linux-s390x": "0.21.5",
10217 "@esbuild/linux-x64": "0.21.5",
10218 "@esbuild/netbsd-x64": "0.21.5",
10219 "@esbuild/openbsd-x64": "0.21.5",
10220 "@esbuild/sunos-x64": "0.21.5",
10221 "@esbuild/win32-arm64": "0.21.5",
10222 "@esbuild/win32-ia32": "0.21.5",
10223 "@esbuild/win32-x64": "0.21.5"
10224 }
10225 },
10226 "node_modules/vitest/node_modules/estree-walker": {
10227 "version": "3.0.3",
10228 "dev": true,
10229 "license": "MIT",
10230 "dependencies": {
10231 "@types/estree": "^1.0.0"
10232 }
10233 },
10234 "node_modules/vitest/node_modules/pathe": {
10235 "version": "1.1.2",
10236 "dev": true,
10237 "license": "MIT"
10238 },
10239 "node_modules/vitest/node_modules/tinyexec": {
10240 "version": "0.3.2",
10241 "dev": true,
10242 "license": "MIT"
10243 },
10244 "node_modules/vitest/node_modules/tinypool": {
10245 "version": "1.1.1",
10246 "dev": true,
10247 "license": "MIT",
10248 "engines": {
10249 "node": "^18.0.0 || >=20.0.0"
10250 }
10251 },
10252 "node_modules/vitest/node_modules/vite": {
10253 "version": "5.4.21",
10254 "dev": true,
10255 "license": "MIT",
10256 "dependencies": {
10257 "esbuild": "^0.21.3",
10258 "postcss": "^8.4.43",
10259 "rollup": "^4.20.0"
10260 },
10261 "bin": {
10262 "vite": "bin/vite.js"
10263 },
10264 "engines": {
10265 "node": "^18.0.0 || >=20.0.0"
10266 },
10267 "funding": {
10268 "url": "https://github.com/vitejs/vite?sponsor=1"
10269 },
10270 "optionalDependencies": {
10271 "fsevents": "~2.3.3"
10272 },
10273 "peerDependencies": {
10274 "@types/node": "^18.0.0 || >=20.0.0",
10275 "less": "*",
10276 "lightningcss": "^1.21.0",
10277 "sass": "*",
10278 "sass-embedded": "*",
10279 "stylus": "*",
10280 "sugarss": "*",
10281 "terser": "^5.4.0"
10282 },
10283 "peerDependenciesMeta": {
10284 "@types/node": {
10285 "optional": true
10286 },
10287 "less": {
10288 "optional": true
10289 },
10290 "lightningcss": {
10291 "optional": true
10292 },
10293 "sass": {
10294 "optional": true
10295 },
10296 "sass-embedded": {
10297 "optional": true
10298 },
10299 "stylus": {
10300 "optional": true
10301 },
10302 "sugarss": {
10303 "optional": true
10304 },
10305 "terser": {
10306 "optional": true
10307 }
10308 }
10309 },
10310 "node_modules/vitest/node_modules/vite-node": {
10311 "version": "2.1.9",
10312 "dev": true,
10313 "license": "MIT",
10314 "dependencies": {
10315 "cac": "^6.7.14",
10316 "debug": "^4.3.7",
10317 "es-module-lexer": "^1.5.4",
10318 "pathe": "^1.1.2",
10319 "vite": "^5.0.0"
10320 },
10321 "bin": {
10322 "vite-node": "vite-node.mjs"
10323 },
10324 "engines": {
10325 "node": "^18.0.0 || >=20.0.0"
10326 },
10327 "funding": {
10328 "url": "https://opencollective.com/vitest"
10329 }
10330 },
10331 "node_modules/vscode-uri": {
10332 "version": "3.1.0",
10333 "license": "MIT"
10334 },
10335 "node_modules/vue": {
10336 "version": "3.5.28",
10337 "license": "MIT",
10338 "dependencies": {
10339 "@vue/compiler-dom": "3.5.28",
10340 "@vue/compiler-sfc": "3.5.28",
10341 "@vue/runtime-dom": "3.5.28",
10342 "@vue/server-renderer": "3.5.28",
10343 "@vue/shared": "3.5.28"
10344 },
10345 "peerDependencies": {
10346 "typescript": "*"
10347 },
10348 "peerDependenciesMeta": {
10349 "typescript": {
10350 "optional": true
10351 }
10352 }
10353 },
10354 "node_modules/vue-bundle-renderer": {
10355 "version": "2.2.0",
10356 "license": "MIT",
10357 "dependencies": {
10358 "ufo": "^1.6.1"
10359 }
10360 },
10361 "node_modules/vue-demi": {
10362 "version": "0.14.10",
10363 "hasInstallScript": true,
10364 "license": "MIT",
10365 "bin": {
10366 "vue-demi-fix": "bin/vue-demi-fix.js",
10367 "vue-demi-switch": "bin/vue-demi-switch.js"
10368 },
10369 "engines": {
10370 "node": ">=12"
10371 },
10372 "funding": {
10373 "url": "https://github.com/sponsors/antfu"
10374 },
10375 "peerDependencies": {
10376 "@vue/composition-api": "^1.0.0-rc.1",
10377 "vue": "^3.0.0-0 || ^2.6.0"
10378 },
10379 "peerDependenciesMeta": {
10380 "@vue/composition-api": {
10381 "optional": true
10382 }
10383 }
10384 },
10385 "node_modules/vue-devtools-stub": {
10386 "version": "0.1.0",
10387 "license": "MIT"
10388 },
10389 "node_modules/vue-router": {
10390 "version": "4.6.4",
10391 "license": "MIT",
10392 "dependencies": {
10393 "@vue/devtools-api": "^6.6.4"
10394 },
10395 "funding": {
10396 "url": "https://github.com/sponsors/posva"
10397 },
10398 "peerDependencies": {
10399 "vue": "^3.5.0"
10400 }
10401 },
10402 "node_modules/webidl-conversions": {
10403 "version": "3.0.1",
10404 "license": "BSD-2-Clause"
10405 },
10406 "node_modules/webpack-virtual-modules": {
10407 "version": "0.6.2",
10408 "license": "MIT"
10409 },
10410 "node_modules/whatwg-encoding": {
10411 "version": "3.1.1",
10412 "license": "MIT",
10413 "dependencies": {
10414 "iconv-lite": "0.6.3"
10415 },
10416 "engines": {
10417 "node": ">=18"
10418 }
10419 },
10420 "node_modules/whatwg-mimetype": {
10421 "version": "4.0.0",
10422 "license": "MIT",
10423 "engines": {
10424 "node": ">=18"
10425 }
10426 },
10427 "node_modules/whatwg-url": {
10428 "version": "5.0.0",
10429 "license": "MIT",
10430 "dependencies": {
10431 "tr46": "~0.0.3",
10432 "webidl-conversions": "^3.0.0"
10433 }
10434 },
10435 "node_modules/why-is-node-running": {
10436 "version": "2.3.0",
10437 "dev": true,
10438 "license": "MIT",
10439 "dependencies": {
10440 "siginfo": "^2.0.0",
10441 "stackback": "0.0.2"
10442 },
10443 "bin": {
10444 "why-is-node-running": "cli.js"
10445 },
10446 "engines": {
10447 "node": ">=8"
10448 }
10449 },
10450 "node_modules/wrap-ansi": {
10451 "version": "7.0.0",
10452 "license": "MIT",
10453 "dependencies": {
10454 "ansi-styles": "^4.0.0",
10455 "string-width": "^4.1.0",
10456 "strip-ansi": "^6.0.0"
10457 },
10458 "engines": {
10459 "node": ">=10"
10460 },
10461 "funding": {
10462 "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
10463 }
10464 },
10465 "node_modules/wrap-ansi-cjs": {
10466 "name": "wrap-ansi",
10467 "version": "7.0.0",
10468 "license": "MIT",
10469 "dependencies": {
10470 "ansi-styles": "^4.0.0",
10471 "string-width": "^4.1.0",
10472 "strip-ansi": "^6.0.0"
10473 },
10474 "engines": {
10475 "node": ">=10"
10476 },
10477 "funding": {
10478 "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
10479 }
10480 },
10481 "node_modules/wrappy": {
10482 "version": "1.0.2",
10483 "license": "ISC"
10484 },
10485 "node_modules/ws": {
10486 "version": "8.19.0",
10487 "license": "MIT",
10488 "engines": {
10489 "node": ">=10.0.0"
10490 },
10491 "peerDependencies": {
10492 "bufferutil": "^4.0.1",
10493 "utf-8-validate": ">=5.0.2"
10494 },
10495 "peerDependenciesMeta": {
10496 "bufferutil": {
10497 "optional": true
10498 },
10499 "utf-8-validate": {
10500 "optional": true
10501 }
10502 }
10503 },
10504 "node_modules/wsl-utils": {
10505 "version": "0.1.0",
10506 "license": "MIT",
10507 "dependencies": {
10508 "is-wsl": "^3.1.0"
10509 },
10510 "engines": {
10511 "node": ">=18"
10512 },
10513 "funding": {
10514 "url": "https://github.com/sponsors/sindresorhus"
10515 }
10516 },
10517 "node_modules/wsl-utils/node_modules/is-wsl": {
10518 "version": "3.1.0",
10519 "license": "MIT",
10520 "dependencies": {
10521 "is-inside-container": "^1.0.0"
10522 },
10523 "engines": {
10524 "node": ">=16"
10525 },
10526 "funding": {
10527 "url": "https://github.com/sponsors/sindresorhus"
10528 }
10529 },
10530 "node_modules/y18n": {
10531 "version": "5.0.8",
10532 "license": "ISC",
10533 "engines": {
10534 "node": ">=10"
10535 }
10536 },
10537 "node_modules/yaml": {
10538 "version": "2.8.2",
10539 "license": "ISC",
10540 "bin": {
10541 "yaml": "bin.mjs"
10542 },
10543 "engines": {
10544 "node": ">= 14.6"
10545 },
10546 "funding": {
10547 "url": "https://github.com/sponsors/eemeli"
10548 }
10549 },
10550 "node_modules/yargs": {
10551 "version": "17.7.2",
10552 "license": "MIT",
10553 "dependencies": {
10554 "cliui": "^8.0.1",
10555 "escalade": "^3.1.1",
10556 "get-caller-file": "^2.0.5",
10557 "require-directory": "^2.1.1",
10558 "string-width": "^4.2.3",
10559 "y18n": "^5.0.5",
10560 "yargs-parser": "^21.1.1"
10561 },
10562 "engines": {
10563 "node": ">=12"
10564 }
10565 },
10566 "node_modules/yargs-parser": {
10567 "version": "21.1.1",
10568 "license": "ISC",
10569 "engines": {
10570 "node": ">=12"
10571 }
10572 },
10573 "node_modules/ylru": {
10574 "version": "1.4.0",
10575 "license": "MIT",
10576 "engines": {
10577 "node": ">= 4.0.0"
10578 }
10579 },
10580 "node_modules/youch": {
10581 "version": "4.1.0-beta.13",
10582 "license": "MIT",
10583 "dependencies": {
10584 "@poppinss/colors": "^4.1.5",
10585 "@poppinss/dumper": "^0.6.5",
10586 "@speed-highlight/core": "^1.2.9",
10587 "cookie-es": "^2.0.0",
10588 "youch-core": "^0.3.3"
10589 }
10590 },
10591 "node_modules/youch-core": {
10592 "version": "0.3.3",
10593 "license": "MIT",
10594 "dependencies": {
10595 "@poppinss/exception": "^1.2.2",
10596 "error-stack-parser-es": "^1.0.5"
10597 }
10598 },
10599 "node_modules/zip-stream": {
10600 "version": "6.0.1",
10601 "license": "MIT",
10602 "dependencies": {
10603 "archiver-utils": "^5.0.0",
10604 "compress-commons": "^6.0.2",
10605 "readable-stream": "^4.0.0"
10606 },
10607 "engines": {
10608 "node": ">= 14"
10609 }
10610 },
10611 "node_modules/zod": {
10612 "version": "3.25.76",
10613 "license": "MIT",
10614 "funding": {
10615 "url": "https://github.com/sponsors/colinhacks"
10616 }
10617 },
10618 "packages/lexicon": {
10619 "name": "@keytrace/lexicon",
10620 "version": "0.0.4"
10621 },
10622 "packages/runner": {
10623 "name": "@keytrace/runner",
10624 "version": "0.0.4",
10625 "dependencies": {
10626 "@atproto/api": "^0.14.0",
10627 "cheerio": "^1.0.0"
10628 },
10629 "devDependencies": {
10630 "@types/node": "^22.0.0",
10631 "oxfmt": "^0.27.0",
10632 "typescript": "^5.7.0",
10633 "vitest": "^2.1.0"
10634 },
10635 "engines": {
10636 "node": ">=20"
10637 }
10638 },
10639 "packages/verify": {
10640 "name": "@keytrace/verify",
10641 "version": "0.0.4",
10642 "devDependencies": {
10643 "@types/node": "^22.0.0",
10644 "typescript": "^5.7.0",
10645 "vitest": "^2.1.0"
10646 },
10647 "engines": {
10648 "node": ">=18"
10649 }
10650 }
10651 }
10652}