@coze-arch/cli 0.0.19-alpha.502ddf → 0.0.19-alpha.ad1979

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (48) hide show
  1. package/lib/__templates__/expo/.coze +0 -1
  2. package/lib/__templates__/expo/package.json +1 -2
  3. package/lib/__templates__/nextjs/.coze +0 -1
  4. package/lib/__templates__/nextjs/package.json +1 -3
  5. package/lib/__templates__/nuxt-vue/.coze +0 -1
  6. package/lib/__templates__/nuxt-vue/app/pages/index.vue +0 -6
  7. package/lib/__templates__/nuxt-vue/nuxt.config.ts +2 -2
  8. package/lib/__templates__/nuxt-vue/package.json +2 -9
  9. package/lib/__templates__/nuxt-vue/pnpm-lock.yaml +10 -790
  10. package/lib/__templates__/pi-agent/AGENTS.md +2 -7
  11. package/lib/__templates__/pi-agent/README.md +0 -2
  12. package/lib/__templates__/pi-agent/docs/project-overview.md +15 -9
  13. package/lib/__templates__/pi-agent/docs/user/getting-started.md +4 -3
  14. package/lib/__templates__/pi-agent/pi-resources/skills/coze-asr/SKILL.md +10 -4
  15. package/lib/__templates__/pi-agent/pi-resources/skills/coze-asr/scripts/asr.mjs +9 -0
  16. package/lib/__templates__/pi-agent/pi-resources/skills/coze-image-gen/SKILL.md +18 -6
  17. package/lib/__templates__/pi-agent/pi-resources/skills/coze-image-gen/scripts/gen.mjs +9 -0
  18. package/lib/__templates__/pi-agent/pi-resources/skills/coze-tts/SKILL.md +37 -9
  19. package/lib/__templates__/pi-agent/pi-resources/skills/coze-tts/scripts/tts.mjs +9 -0
  20. package/lib/__templates__/pi-agent/pi-resources/skills/coze-video-gen/SKILL.md +30 -17
  21. package/lib/__templates__/pi-agent/pi-resources/skills/coze-video-gen/scripts/gen.mjs +9 -0
  22. package/lib/__templates__/pi-agent/src/config.ts +19 -60
  23. package/lib/__templates__/pi-agent/src/core.ts +0 -1
  24. package/lib/__templates__/pi-agent/src/dashboard/api/docs.ts +204 -0
  25. package/lib/__templates__/pi-agent/src/dashboard/index.ts +4 -39
  26. package/lib/__templates__/pi-agent/src/dashboard/server.ts +12 -0
  27. package/lib/__templates__/pi-agent/src/dashboard/web/src/components/app-layout.tsx +15 -1
  28. package/lib/__templates__/pi-agent/src/dashboard/web/src/main.tsx +6 -0
  29. package/lib/__templates__/pi-agent/src/dashboard/web/src/pages/channels-page.tsx +188 -0
  30. package/lib/__templates__/pi-agent/src/dashboard/web/src/pages/chat-page.tsx +11 -0
  31. package/lib/__templates__/pi-agent/src/dashboard/web/src/pages/docs-page.tsx +65 -0
  32. package/lib/__templates__/pi-agent/src/dashboard/web/src/pages/models-page.tsx +122 -0
  33. package/lib/__templates__/pi-agent/src/dashboard/web/src/pages/overview-page.tsx +72 -268
  34. package/lib/__templates__/pi-agent/src/dashboard/web/src/styles.css +91 -0
  35. package/lib/__templates__/pi-agent/tests/config.test.ts +1 -63
  36. package/lib/__templates__/pi-agent/tests/dashboard-docs-api.test.ts +125 -0
  37. package/lib/__templates__/taro/.coze +0 -1
  38. package/lib/__templates__/taro/package.json +1 -1
  39. package/lib/__templates__/vite/.coze +0 -1
  40. package/lib/__templates__/vite/package.json +1 -3
  41. package/lib/cli.js +814 -100
  42. package/package.json +1 -1
  43. package/lib/__templates__/expo/.cozeproj/scripts/validate.sh +0 -8
  44. package/lib/__templates__/nextjs/scripts/validate.sh +0 -10
  45. package/lib/__templates__/nuxt-vue/eslint.config.mjs +0 -25
  46. package/lib/__templates__/nuxt-vue/scripts/validate.sh +0 -10
  47. package/lib/__templates__/taro/.cozeproj/scripts/validate.sh +0 -8
  48. package/lib/__templates__/vite/scripts/validate.sh +0 -10
@@ -13,7 +13,7 @@ importers:
13
13
  version: 1.11.0(db0@0.3.4)(ioredis@5.10.0)(magicast@0.5.2)
14
14
  nuxt:
15
15
  specifier: ^4.3.1
16
- version: 4.3.1(@parcel/watcher@2.5.6)(@types/node@20.19.37)(@vue/compiler-sfc@3.5.30)(cac@6.7.14)(commander@11.1.0)(db0@0.3.4)(eslint@9.39.4(jiti@2.6.1))(ioredis@5.10.0)(lightningcss@1.31.1)(magicast@0.5.2)(optionator@0.9.4)(rollup@4.59.0)(terser@5.46.0)(typescript@5.9.3)(vite@7.3.1(@types/node@20.19.37)(jiti@2.6.1)(lightningcss@1.31.1)(terser@5.46.0)(yaml@2.8.2))(yaml@2.8.2)
16
+ version: 4.3.1(@parcel/watcher@2.5.6)(@types/node@20.19.37)(@vue/compiler-sfc@3.5.30)(cac@6.7.14)(commander@11.1.0)(db0@0.3.4)(ioredis@5.10.0)(lightningcss@1.31.1)(magicast@0.5.2)(rollup@4.59.0)(terser@5.46.0)(typescript@5.9.3)(vite@7.3.1(@types/node@20.19.37)(jiti@2.6.1)(lightningcss@1.31.1)(terser@5.46.0)(yaml@2.8.2))(yaml@2.8.2)
17
17
  tailwind-merge:
18
18
  specifier: ^2.6.0
19
19
  version: 2.6.1
@@ -36,12 +36,6 @@ importers:
36
36
  coze-coding-dev-sdk:
37
37
  specifier: ^0.7.16
38
38
  version: 0.7.17(openai@6.27.0(ws@8.19.0)(zod@4.3.6))(ws@8.19.0)
39
- eslint:
40
- specifier: ^9
41
- version: 9.39.4(jiti@2.6.1)
42
- eslint-plugin-vue:
43
- specifier: ^10
44
- version: 10.9.0(@typescript-eslint/parser@8.59.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.4(jiti@2.6.1))(vue-eslint-parser@10.4.0(eslint@9.39.4(jiti@2.6.1)))
45
39
  only-allow:
46
40
  specifier: ^1.2.2
47
41
  version: 1.2.2
@@ -54,9 +48,6 @@ importers:
54
48
  typescript:
55
49
  specifier: ^5
56
50
  version: 5.9.3
57
- typescript-eslint:
58
- specifier: ^8
59
- version: 8.59.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.9.3)
60
51
 
61
52
  packages:
62
53
 
@@ -392,68 +383,10 @@ packages:
392
383
  cpu: [x64]
393
384
  os: [win32]
394
385
 
395
- '@eslint-community/eslint-utils@4.9.1':
396
- resolution: {integrity: sha512-phrYmNiYppR7znFEdqgfWHXR6NCkZEK7hwWDHZUjit/2/U0r6XvkDl0SYnoM51Hq7FhCGdLDT6zxCCOY1hexsQ==}
397
- engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
398
- peerDependencies:
399
- eslint: ^6.0.0 || ^7.0.0 || >=8.0.0
400
-
401
- '@eslint-community/regexpp@4.12.2':
402
- resolution: {integrity: sha512-EriSTlt5OC9/7SXkRSCAhfSxxoSUgBm33OH+IkwbdpgoqsSsUg7y3uh+IICI/Qg4BBWr3U2i39RpmycbxMq4ew==}
403
- engines: {node: ^12.0.0 || ^14.0.0 || >=16.0.0}
404
-
405
- '@eslint/config-array@0.21.2':
406
- resolution: {integrity: sha512-nJl2KGTlrf9GjLimgIru+V/mzgSK0ABCDQRvxw5BjURL7WfH5uoWmizbH7QB6MmnMBd8cIC9uceWnezL1VZWWw==}
407
- engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
408
-
409
- '@eslint/config-helpers@0.4.2':
410
- resolution: {integrity: sha512-gBrxN88gOIf3R7ja5K9slwNayVcZgK6SOUORm2uBzTeIEfeVaIhOpCtTox3P6R7o2jLFwLFTLnC7kU/RGcYEgw==}
411
- engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
412
-
413
- '@eslint/core@0.17.0':
414
- resolution: {integrity: sha512-yL/sLrpmtDaFEiUj1osRP4TI2MDz1AddJL+jZ7KSqvBuliN4xqYY54IfdN8qD8Toa6g1iloph1fxQNkjOxrrpQ==}
415
- engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
416
-
417
- '@eslint/eslintrc@3.3.5':
418
- resolution: {integrity: sha512-4IlJx0X0qftVsN5E+/vGujTRIFtwuLbNsVUe7TO6zYPDR1O6nFwvwhIKEKSrl6dZchmYBITazxKoUYOjdtjlRg==}
419
- engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
420
-
421
- '@eslint/js@9.39.4':
422
- resolution: {integrity: sha512-nE7DEIchvtiFTwBw4Lfbu59PG+kCofhjsKaCWzxTpt4lfRjRMqG6uMBzKXuEcyXhOHoUp9riAm7/aWYGhXZ9cw==}
423
- engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
424
-
425
- '@eslint/object-schema@2.1.7':
426
- resolution: {integrity: sha512-VtAOaymWVfZcmZbp6E2mympDIHvyjXs/12LqWYjVw6qjrfF+VK+fyG33kChz3nnK+SU5/NeHOqrTEHS8sXO3OA==}
427
- engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
428
-
429
- '@eslint/plugin-kit@0.4.1':
430
- resolution: {integrity: sha512-43/qtrDUokr7LJqoF2c3+RInu/t4zfrpYdoSDfYyhg52rwLV6TnOvdG4fXm7IkSB3wErkcmJS9iEhjVtOSEjjA==}
431
- engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
432
-
433
386
  '@fastify/accept-negotiator@1.1.0':
434
387
  resolution: {integrity: sha512-OIHZrb2ImZ7XG85HXOONLcJWGosv7sIvM2ifAPQVhg9Lv7qdmMBNVaai4QTdyuaqbKM5eO6sLSQOYI7wEQeCJQ==}
435
388
  engines: {node: '>=14'}
436
389
 
437
- '@humanfs/core@0.19.2':
438
- resolution: {integrity: sha512-UhXNm+CFMWcbChXywFwkmhqjs3PRCmcSa/hfBgLIb7oQ5HNb1wS0icWsGtSAUNgefHeI+eBrA8I1fxmbHsGdvA==}
439
- engines: {node: '>=18.18.0'}
440
-
441
- '@humanfs/node@0.16.8':
442
- resolution: {integrity: sha512-gE1eQNZ3R++kTzFUpdGlpmy8kDZD/MLyHqDwqjkVQI0JMdI1D51sy1H958PNXYkM2rAac7e5/CnIKZrHtPh3BQ==}
443
- engines: {node: '>=18.18.0'}
444
-
445
- '@humanfs/types@0.15.0':
446
- resolution: {integrity: sha512-ZZ1w0aoQkwuUuC7Yf+7sdeaNfqQiiLcSRbfI08oAxqLtpXQr9AIVX7Ay7HLDuiLYAaFPu8oBYNq/QIi9URHJ3Q==}
447
- engines: {node: '>=18.18.0'}
448
-
449
- '@humanwhocodes/module-importer@1.0.1':
450
- resolution: {integrity: sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==}
451
- engines: {node: '>=12.22'}
452
-
453
- '@humanwhocodes/retry@0.4.3':
454
- resolution: {integrity: sha512-bV0Tgo9K4hfPCek+aMAn81RppFKv2ySDQeMoSZuvTASywNTnVJCArCZE2FWqpvIatKu7VMRLWlR1EazvVhDyhQ==}
455
- engines: {node: '>=18.18'}
456
-
457
390
  '@ioredis/commands@1.5.1':
458
391
  resolution: {integrity: sha512-JH8ZL/ywcJyR9MmJ5BNqZllXNZQqQbnVZOqpPQqE1vHiFgAw4NHbvE0FOduNU8IX9babitBT46571OnPTT0Zcw==}
459
392
 
@@ -1350,15 +1283,9 @@ packages:
1350
1283
  '@tybys/wasm-util@0.10.1':
1351
1284
  resolution: {integrity: sha512-9tTaPJLSiejZKx+Bmog4uSubteqTvFrVrURwkmHixBo0G4seD0zUxp98E1DzUBJxLQ3NPwXrGKDiVjwx/DpPsg==}
1352
1285
 
1353
- '@types/esrecurse@4.3.1':
1354
- resolution: {integrity: sha512-xJBAbDifo5hpffDBuHl0Y8ywswbiAp/Wi7Y/GtAgSlZyIABppyurxVueOPE8LUQOxdlgi6Zqce7uoEpqNTeiUw==}
1355
-
1356
1286
  '@types/estree@1.0.8':
1357
1287
  resolution: {integrity: sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==}
1358
1288
 
1359
- '@types/json-schema@7.0.15':
1360
- resolution: {integrity: sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==}
1361
-
1362
1289
  '@types/node@20.19.37':
1363
1290
  resolution: {integrity: sha512-8kzdPJ3FsNsVIurqBs7oodNnCEVbni9yUEkaHbgptDACOPW04jimGagZ51E6+lXUwJjgnBw+hyko/lkFWCldqw==}
1364
1291
 
@@ -1374,65 +1301,6 @@ packages:
1374
1301
  '@types/ws@8.18.1':
1375
1302
  resolution: {integrity: sha512-ThVF6DCVhA8kUGy+aazFQ4kXQ7E1Ty7A3ypFOe0IcJV8O/M511G99AW24irKrW56Wt44yG9+ij8FaqoBGkuBXg==}
1376
1303
 
1377
- '@typescript-eslint/eslint-plugin@8.59.0':
1378
- resolution: {integrity: sha512-HyAZtpdkgZwpq8Sz3FSUvCR4c+ScbuWa9AksK2Jweub7w4M3yTz4O11AqVJzLYjy/B9ZWPyc81I+mOdJU/bDQw==}
1379
- engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
1380
- peerDependencies:
1381
- '@typescript-eslint/parser': ^8.59.0
1382
- eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
1383
- typescript: '>=4.8.4 <6.1.0'
1384
-
1385
- '@typescript-eslint/parser@8.59.0':
1386
- resolution: {integrity: sha512-TI1XGwKbDpo9tRW8UDIXCOeLk55qe9ZFGs8MTKU6/M08HWTw52DD/IYhfQtOEhEdPhLMT26Ka/x7p70nd3dzDg==}
1387
- engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
1388
- peerDependencies:
1389
- eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
1390
- typescript: '>=4.8.4 <6.1.0'
1391
-
1392
- '@typescript-eslint/project-service@8.59.0':
1393
- resolution: {integrity: sha512-Lw5ITrR5s5TbC19YSvlr63ZfLaJoU6vtKTHyB0GQOpX0W7d5/Ir6vUahWi/8Sps/nOukZQ0IB3SmlxZnjaKVnw==}
1394
- engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
1395
- peerDependencies:
1396
- typescript: '>=4.8.4 <6.1.0'
1397
-
1398
- '@typescript-eslint/scope-manager@8.59.0':
1399
- resolution: {integrity: sha512-UzR16Ut8IpA3Mc4DbgAShlPPkVm8xXMWafXxB0BocaVRHs8ZGakAxGRskF7FId3sdk9lgGD73GSFaWmWFDE4dg==}
1400
- engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
1401
-
1402
- '@typescript-eslint/tsconfig-utils@8.59.0':
1403
- resolution: {integrity: sha512-91Sbl3s4Kb3SybliIY6muFBmHVv+pYXfybC4Oolp3dvk8BvIE3wOPc+403CWIT7mJNkfQRGtdqghzs2+Z91Tqg==}
1404
- engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
1405
- peerDependencies:
1406
- typescript: '>=4.8.4 <6.1.0'
1407
-
1408
- '@typescript-eslint/type-utils@8.59.0':
1409
- resolution: {integrity: sha512-3TRiZaQSltGqGeNrJzzr1+8YcEobKH9rHnqIp/1psfKFmhRQDNMGP5hBufanYTGznwShzVLs3Mz+gDN7HkWfXg==}
1410
- engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
1411
- peerDependencies:
1412
- eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
1413
- typescript: '>=4.8.4 <6.1.0'
1414
-
1415
- '@typescript-eslint/types@8.59.0':
1416
- resolution: {integrity: sha512-nLzdsT1gdOgFxxxwrlNVUBzSNBEEHJ86bblmk4QAS6stfig7rcJzWKqCyxFy3YRRHXDWEkb2NralA1nOYkkm/A==}
1417
- engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
1418
-
1419
- '@typescript-eslint/typescript-estree@8.59.0':
1420
- resolution: {integrity: sha512-O9Re9P1BmBLFJyikRbQpLku/QA3/AueZNO9WePLBwQrvkixTmDe8u76B6CYUAITRl/rHawggEqUGn5QIkVRLMw==}
1421
- engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
1422
- peerDependencies:
1423
- typescript: '>=4.8.4 <6.1.0'
1424
-
1425
- '@typescript-eslint/utils@8.59.0':
1426
- resolution: {integrity: sha512-I1R/K7V07XsMJ12Oaxg/O9GfrysGTmCRhvZJBv0RE0NcULMzjqVpR5kRRQjHsz3J/bElU7HwCO7zkqL+MSUz+g==}
1427
- engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
1428
- peerDependencies:
1429
- eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
1430
- typescript: '>=4.8.4 <6.1.0'
1431
-
1432
- '@typescript-eslint/visitor-keys@8.59.0':
1433
- resolution: {integrity: sha512-/uejZt4dSere1bx12WLlPfv8GktzcaDtuJ7s42/HEZ5zGj9oxRaD4bj7qwSunXkf+pbAhFt2zjpHYUiT5lHf0Q==}
1434
- engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
1435
-
1436
1304
  '@unhead/vue@2.1.12':
1437
1305
  resolution: {integrity: sha512-zEWqg0nZM8acpuTZE40wkeUl8AhIe0tU0OkilVi1D4fmVjACrwoh5HP6aNqJ8kUnKsoy6D+R3Vi/O+fmdNGO7g==}
1438
1306
  peerDependencies:
@@ -1551,11 +1419,6 @@ packages:
1551
1419
  peerDependencies:
1552
1420
  acorn: ^8
1553
1421
 
1554
- acorn-jsx@5.3.2:
1555
- resolution: {integrity: sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==}
1556
- peerDependencies:
1557
- acorn: ^6.0.0 || ^7.0.0 || ^8.0.0
1558
-
1559
1422
  acorn@8.16.0:
1560
1423
  resolution: {integrity: sha512-UVJyE9MttOsBQIDKw1skb9nAwQuR5wuGD3+82K6JgJlm/Y+KI92oNsMNGZCYdDsVtRHSak0pcV5Dno5+4jh9sw==}
1561
1424
  engines: {node: '>=0.4.0'}
@@ -1565,9 +1428,6 @@ packages:
1565
1428
  resolution: {integrity: sha512-MnA+YT8fwfJPgBx3m60MNqakm30XOkyIoH1y6huTQvC0PwZG7ki8NacLBcrPbNoo8vEZy7Jpuk7+jMO+CUovTQ==}
1566
1429
  engines: {node: '>= 14'}
1567
1430
 
1568
- ajv@6.15.0:
1569
- resolution: {integrity: sha512-fgFx7Hfoq60ytK2c7DhnF8jIvzYgOMxfugjLOSMHjLIPgenqa7S7oaagATUq99mV6IYvN2tRmC0wnTYX6iPbMw==}
1570
-
1571
1431
  alien-signals@3.1.2:
1572
1432
  resolution: {integrity: sha512-d9dYqZTS90WLiU0I5c6DHj/HcKkF8ZyGN3G5x8wSbslulz70KOxaqCT0hQCo9KOyhVqzqGojvNdJXoTumZOtcw==}
1573
1433
 
@@ -1613,9 +1473,6 @@ packages:
1613
1473
  arg@5.0.2:
1614
1474
  resolution: {integrity: sha512-PYjyFOLKQ9y57JvQ6QLo8dAgNqswh8M1RMJYdQduT6xbWSgK36P/Z/v+p888pM69jMMfS8Xd8F6I1kQ/I9HUGg==}
1615
1475
 
1616
- argparse@2.0.1:
1617
- resolution: {integrity: sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==}
1618
-
1619
1476
  ast-kit@2.2.0:
1620
1477
  resolution: {integrity: sha512-m1Q/RaVOnTp9JxPX+F+Zn7IcLYMzM8kZofDImfsKZd8MbR+ikdOzTeztStWqfrqIxZnYWryyI9ePm3NGjnZgGw==}
1621
1478
  engines: {node: '>=20.19.0'}
@@ -1787,10 +1644,6 @@ packages:
1787
1644
  resolution: {integrity: sha512-+ys997U96po4Kx/ABpBCqhA9EuxJaQWDQg7295H4hBphv3IZg0boBKuwYpt4YXp6MZ5AmZQnU/tyMTlRpaSejg==}
1788
1645
  engines: {node: '>= 0.4'}
1789
1646
 
1790
- callsites@3.1.0:
1791
- resolution: {integrity: sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==}
1792
- engines: {node: '>=6'}
1793
-
1794
1647
  camelcase-css@2.0.1:
1795
1648
  resolution: {integrity: sha512-QOSvevhslijgYwRx6Rv7zKdMF8lbRmx+uQGx2+vDc+KI/eBnsy9kit5aj23AgGu3pa4t9AgwbnXWqS+iOY+2aA==}
1796
1649
  engines: {node: '>= 6'}
@@ -2085,9 +1938,6 @@ packages:
2085
1938
  resolution: {integrity: sha512-LOHxIOaPYdHlJRtCQfDIVZtfw/ufM8+rVj649RIHzcm/vGwQRXFt6OPqIFWsm2XEMrNIEtWR64sY1LEKD2vAOA==}
2086
1939
  engines: {node: '>=4.0.0'}
2087
1940
 
2088
- deep-is@0.1.4:
2089
- resolution: {integrity: sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==}
2090
-
2091
1941
  deepmerge@4.3.1:
2092
1942
  resolution: {integrity: sha512-3sUqbMEc77XqpdNO7FRyRog+eW3ph+GYCbj+rK+uYyRMuwsVy0rMiVtPn+QJlKFvWP/1PYpapqYn0Me2knFn+A==}
2093
1943
  engines: {node: '>=0.10.0'}
@@ -2253,88 +2103,16 @@ packages:
2253
2103
  escape-html@1.0.3:
2254
2104
  resolution: {integrity: sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==}
2255
2105
 
2256
- escape-string-regexp@4.0.0:
2257
- resolution: {integrity: sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==}
2258
- engines: {node: '>=10'}
2259
-
2260
2106
  escape-string-regexp@5.0.0:
2261
2107
  resolution: {integrity: sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw==}
2262
2108
  engines: {node: '>=12'}
2263
2109
 
2264
- eslint-plugin-vue@10.9.0:
2265
- resolution: {integrity: sha512-EFNNzu4HqtTRb5DJINpyd+u3bDdzETWDMpCzG+UBHz1tpsnMDCeOcf61u4Wy/cbXnMymK+MT9bjH7KcG1fItSw==}
2266
- engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
2267
- peerDependencies:
2268
- '@stylistic/eslint-plugin': ^2.0.0 || ^3.0.0 || ^4.0.0 || ^5.0.0
2269
- '@typescript-eslint/parser': ^7.0.0 || ^8.0.0
2270
- eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
2271
- vue-eslint-parser: ^10.0.0
2272
- peerDependenciesMeta:
2273
- '@stylistic/eslint-plugin':
2274
- optional: true
2275
- '@typescript-eslint/parser':
2276
- optional: true
2277
-
2278
- eslint-scope@8.4.0:
2279
- resolution: {integrity: sha512-sNXOfKCn74rt8RICKMvJS7XKV/Xk9kA7DyJr8mJik3S7Cwgy3qlkkmyS2uQB3jiJg6VNdZd/pDBJu0nvG2NlTg==}
2280
- engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
2281
-
2282
- eslint-scope@9.1.2:
2283
- resolution: {integrity: sha512-xS90H51cKw0jltxmvmHy2Iai1LIqrfbw57b79w/J7MfvDfkIkFZ+kj6zC3BjtUwh150HsSSdxXZcsuv72miDFQ==}
2284
- engines: {node: ^20.19.0 || ^22.13.0 || >=24}
2285
-
2286
- eslint-visitor-keys@3.4.3:
2287
- resolution: {integrity: sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==}
2288
- engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
2289
-
2290
- eslint-visitor-keys@4.2.1:
2291
- resolution: {integrity: sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==}
2292
- engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
2293
-
2294
- eslint-visitor-keys@5.0.1:
2295
- resolution: {integrity: sha512-tD40eHxA35h0PEIZNeIjkHoDR4YjjJp34biM0mDvplBe//mB+IHCqHDGV7pxF+7MklTvighcCPPZC7ynWyjdTA==}
2296
- engines: {node: ^20.19.0 || ^22.13.0 || >=24}
2297
-
2298
- eslint@9.39.4:
2299
- resolution: {integrity: sha512-XoMjdBOwe/esVgEvLmNsD3IRHkm7fbKIUGvrleloJXUZgDHig2IPWNniv+GwjyJXzuNqVjlr5+4yVUZjycJwfQ==}
2300
- engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
2301
- hasBin: true
2302
- peerDependencies:
2303
- jiti: '*'
2304
- peerDependenciesMeta:
2305
- jiti:
2306
- optional: true
2307
-
2308
- espree@10.4.0:
2309
- resolution: {integrity: sha512-j6PAQ2uUr79PZhBjP5C5fhl8e39FmRnOjsD5lGnWrFU8i2G776tBK7+nP8KuQUTTyAZUwfQqXAgrVH5MbH9CYQ==}
2310
- engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
2311
-
2312
- espree@11.2.0:
2313
- resolution: {integrity: sha512-7p3DrVEIopW1B1avAGLuCSh1jubc01H2JHc8B4qqGblmg5gI9yumBgACjWo4JlIc04ufug4xJ3SQI8HkS/Rgzw==}
2314
- engines: {node: ^20.19.0 || ^22.13.0 || >=24}
2315
-
2316
- esquery@1.7.0:
2317
- resolution: {integrity: sha512-Ap6G0WQwcU/LHsvLwON1fAQX9Zp0A2Y6Y/cJBl9r/JbW90Zyg4/zbG6zzKa2OTALELarYHmKu0GhpM5EO+7T0g==}
2318
- engines: {node: '>=0.10'}
2319
-
2320
- esrecurse@4.3.0:
2321
- resolution: {integrity: sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==}
2322
- engines: {node: '>=4.0'}
2323
-
2324
- estraverse@5.3.0:
2325
- resolution: {integrity: sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==}
2326
- engines: {node: '>=4.0'}
2327
-
2328
2110
  estree-walker@2.0.2:
2329
2111
  resolution: {integrity: sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==}
2330
2112
 
2331
2113
  estree-walker@3.0.3:
2332
2114
  resolution: {integrity: sha512-7RUKfXgSMMkzt6ZuXmqapOurLGPPfgj6l9uRZ7lRGolvk0y2yocc35LdcxKC5PQZdn2DMqioAQ2NoWcrTKmm6g==}
2333
2115
 
2334
- esutils@2.0.3:
2335
- resolution: {integrity: sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==}
2336
- engines: {node: '>=0.10.0'}
2337
-
2338
2116
  etag@1.8.1:
2339
2117
  resolution: {integrity: sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg==}
2340
2118
  engines: {node: '>= 0.6'}
@@ -2364,9 +2142,6 @@ packages:
2364
2142
  exsolve@1.0.8:
2365
2143
  resolution: {integrity: sha512-LmDxfWXwcTArk8fUEnOfSZpHOJ6zOMUJKOtFLFqJLoKJetuQG874Uc7/Kki7zFLzYybmZhp1M7+98pfMqeX8yA==}
2366
2144
 
2367
- fast-deep-equal@3.1.3:
2368
- resolution: {integrity: sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==}
2369
-
2370
2145
  fast-fifo@1.3.2:
2371
2146
  resolution: {integrity: sha512-/d9sfos4yxzpwkDkuN7k2SqFKtYNmCTzgfEpz82x34IM9/zc8KGxQoXg1liNC/izpRM/MBdt44Nmx41ZWqk+FQ==}
2372
2147
 
@@ -2374,12 +2149,6 @@ packages:
2374
2149
  resolution: {integrity: sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==}
2375
2150
  engines: {node: '>=8.6.0'}
2376
2151
 
2377
- fast-json-stable-stringify@2.1.0:
2378
- resolution: {integrity: sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==}
2379
-
2380
- fast-levenshtein@2.0.6:
2381
- resolution: {integrity: sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==}
2382
-
2383
2152
  fast-npm-meta@1.4.2:
2384
2153
  resolution: {integrity: sha512-XXyd9d3ie/JeIIjm6WeKalvapGGFI4ShAjPJM78vgUFYzoEsuNSjvvVTuht0XZcwbVdOnEEGzhxwguRbxkIcDg==}
2385
2154
  hasBin: true
@@ -2396,10 +2165,6 @@ packages:
2396
2165
  picomatch:
2397
2166
  optional: true
2398
2167
 
2399
- file-entry-cache@8.0.0:
2400
- resolution: {integrity: sha512-XXTUwCvisa5oacNGRP9SfNtYBNAMi+RPwBFmblZEF7N7swHYQS6/Zfk7SRwx4D5j3CH211YNRco1DEMNVfZCnQ==}
2401
- engines: {node: '>=16.0.0'}
2402
-
2403
2168
  file-uri-to-path@1.0.0:
2404
2169
  resolution: {integrity: sha512-0Zt+s3L7Vf1biwWZ29aARiVYLx7iMGnEUl9x33fbB/j3jR81u/O2LbqK+Bm1CDSNDKVtJ/YjwY7TUd5SkeLQLw==}
2405
2170
 
@@ -2407,17 +2172,6 @@ packages:
2407
2172
  resolution: {integrity: sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==}
2408
2173
  engines: {node: '>=8'}
2409
2174
 
2410
- find-up@5.0.0:
2411
- resolution: {integrity: sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==}
2412
- engines: {node: '>=10'}
2413
-
2414
- flat-cache@4.0.1:
2415
- resolution: {integrity: sha512-f7ccFPK3SXFHpx15UIGyRJ/FJQctuKZ0zVuN3frBo4HnK3cay9VEW0R6yPYFHC0AgqhukPzKjq22t5DmAyqGyw==}
2416
- engines: {node: '>=16'}
2417
-
2418
- flatted@3.4.2:
2419
- resolution: {integrity: sha512-PjDse7RzhcPkIJwy5t7KPWQSZ9cAbzQXcafsetQoD7sOJRQlGikNbx7yZp2OotDnJyrDcbyRq3Ttb18iYOqkxA==}
2420
-
2421
2175
  follow-redirects@1.15.11:
2422
2176
  resolution: {integrity: sha512-deG2P0JfjrTxl50XGCDyfI97ZGVCxIpfKYmfyrQ54n5FO/0gfIES8C/Psl6kWVDolizcaaxZJnTS0QSMxvnsBQ==}
2423
2177
  engines: {node: '>=4.0'}
@@ -2533,10 +2287,6 @@ packages:
2533
2287
  resolution: {integrity: sha512-wHTUcDUoZ1H5/0iVqEudYW4/kAlN5cZ3j/bXn0Dpbizl9iaUVeWSHqiOjsgk6OW2bkLclbBjzewBz6weQ1zA2Q==}
2534
2288
  engines: {node: '>=18'}
2535
2289
 
2536
- globals@14.0.0:
2537
- resolution: {integrity: sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==}
2538
- engines: {node: '>=18'}
2539
-
2540
2290
  globby@16.1.1:
2541
2291
  resolution: {integrity: sha512-dW7vl+yiAJSp6aCekaVnVJxurRv7DCOLyXqEG3RYMYUg7AuJ2jCqPkZTA8ooqC2vtnkaMcV5WfFBMuEnTu1OQg==}
2542
2292
  engines: {node: '>=20'}
@@ -2619,10 +2369,6 @@ packages:
2619
2369
  ieee754@1.2.1:
2620
2370
  resolution: {integrity: sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==}
2621
2371
 
2622
- ignore@5.3.2:
2623
- resolution: {integrity: sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==}
2624
- engines: {node: '>= 4'}
2625
-
2626
2372
  ignore@7.0.5:
2627
2373
  resolution: {integrity: sha512-Hs59xBNfUIunMFgWAbGX5cq6893IbWg4KnrjbYwX3tx0ztorVgTDA6B2sxf8ejHJ4wz8BqGUMYlnzNBer5NvGg==}
2628
2374
  engines: {node: '>= 4'}
@@ -2630,17 +2376,9 @@ packages:
2630
2376
  image-meta@0.2.2:
2631
2377
  resolution: {integrity: sha512-3MOLanc3sb3LNGWQl1RlQlNWURE5g32aUphrDyFeCsxBTk08iE3VNe4CwsUZ0Qs1X+EfX0+r29Sxdpza4B+yRA==}
2632
2378
 
2633
- import-fresh@3.3.1:
2634
- resolution: {integrity: sha512-TR3KfrTZTYLPB6jUjfx6MF9WcWrHL9su5TObK4ZkYgBdWKPOFoSoQIdEuTuR82pmtxH2spWG9h6etwfr1pLBqQ==}
2635
- engines: {node: '>=6'}
2636
-
2637
2379
  impound@1.1.5:
2638
2380
  resolution: {integrity: sha512-5AUn+QE0UofqNHu5f2Skf6Svukdg4ehOIq8O0EtqIx4jta0CDZYBPqpIHt0zrlUTiFVYlLpeH39DoikXBjPKpA==}
2639
2381
 
2640
- imurmurhash@0.1.4:
2641
- resolution: {integrity: sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==}
2642
- engines: {node: '>=0.8.19'}
2643
-
2644
2382
  inflight@1.0.6:
2645
2383
  resolution: {integrity: sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==}
2646
2384
  deprecated: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.
@@ -2783,24 +2521,11 @@ packages:
2783
2521
  js-tokens@9.0.1:
2784
2522
  resolution: {integrity: sha512-mxa9E9ITFOt0ban3j6L5MpjwegGz6lBQmM1IJkWeBZGcMxto50+eWdjC/52xDbS2vy0k7vIMK0Fe2wfL9OQSpQ==}
2785
2523
 
2786
- js-yaml@4.1.1:
2787
- resolution: {integrity: sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==}
2788
- hasBin: true
2789
-
2790
2524
  jsesc@3.1.0:
2791
2525
  resolution: {integrity: sha512-/sM3dO2FOzXjKQhJuo0Q173wf2KOo8t4I8vHy6lF9poUp7bKT0/NHE8fPX23PwfhnykfqnC2xRxOnVw5XuGIaA==}
2792
2526
  engines: {node: '>=6'}
2793
2527
  hasBin: true
2794
2528
 
2795
- json-buffer@3.0.1:
2796
- resolution: {integrity: sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==}
2797
-
2798
- json-schema-traverse@0.4.1:
2799
- resolution: {integrity: sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==}
2800
-
2801
- json-stable-stringify-without-jsonify@1.0.1:
2802
- resolution: {integrity: sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==}
2803
-
2804
2529
  json5@2.2.3:
2805
2530
  resolution: {integrity: sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==}
2806
2531
  engines: {node: '>=6'}
@@ -2814,9 +2539,6 @@ packages:
2814
2539
  engines: {node: '>= 0.6'}
2815
2540
  deprecated: Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.
2816
2541
 
2817
- keyv@4.5.4:
2818
- resolution: {integrity: sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==}
2819
-
2820
2542
  kleur@4.1.5:
2821
2543
  resolution: {integrity: sha512-o+NO+8WrRiQEE4/7nwRJhN1HWpVmJm511pBHUxPLtp0BUISzlBplORYSmTclCnJvQq2tKu/sgl3xVpkc7ZWuQQ==}
2822
2544
  engines: {node: '>=6'}
@@ -2871,10 +2593,6 @@ packages:
2871
2593
  resolution: {integrity: sha512-b94GiNHQNy6JNTrt5w6zNyffMrNkXZb3KTkCZJb2V1xaEGCk093vkZ2jk3tpaeP33/OiXC+WvK9AxUebnf5nbw==}
2872
2594
  engines: {node: '>= 0.6.3'}
2873
2595
 
2874
- levn@0.4.1:
2875
- resolution: {integrity: sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==}
2876
- engines: {node: '>= 0.8.0'}
2877
-
2878
2596
  lightningcss-android-arm64@1.31.1:
2879
2597
  resolution: {integrity: sha512-HXJF3x8w9nQ4jbXRiNppBCqeZPIAfUo8zE/kOEGbW5NZvGc/K7nMxbhIr+YlFlHW5mpbg/YFPdbnCh1wAXCKFg==}
2880
2598
  engines: {node: '>= 12.0.0'}
@@ -2964,10 +2682,6 @@ packages:
2964
2682
  resolution: {integrity: sha512-arhlxbFRmoQHl33a0Zkle/YWlmNwoyt6QNZEIJcqNbdrsix5Lvc4HyyI3EnwxTYlZYc32EbYrQ8SzEZ7dqgg9A==}
2965
2683
  engines: {node: '>=14'}
2966
2684
 
2967
- locate-path@6.0.0:
2968
- resolution: {integrity: sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==}
2969
- engines: {node: '>=10'}
2970
-
2971
2685
  lodash.defaults@4.2.0:
2972
2686
  resolution: {integrity: sha512-qjxPLHd3r5DnsdGacqOMU6pb/avJzdh9tFX2ymgoZE27BmjXrNy/y4LoaiTeAb+O3gL8AfpJGtqfX/ae2leYYQ==}
2973
2687
 
@@ -2977,9 +2691,6 @@ packages:
2977
2691
  lodash.memoize@4.1.2:
2978
2692
  resolution: {integrity: sha512-t7j+NzmgnQzTAYXcsHYLgimltOV1MXHtlOWf6GjL9Kj8GK5FInw5JotxvbOs+IvV1/Dzo04/fCGfLVs7aXb4Ag==}
2979
2693
 
2980
- lodash.merge@4.6.2:
2981
- resolution: {integrity: sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==}
2982
-
2983
2694
  lodash.uniq@4.5.0:
2984
2695
  resolution: {integrity: sha512-xfBaXQd9ryd9dlSDvnvI0lvxfLJlYAZzXomUYzLKtUeOQvOP5piqAWuGtrhWeqaXK9hhoM/iyJc5AV+XfsX3HQ==}
2985
2696
 
@@ -3133,9 +2844,6 @@ packages:
3133
2844
  napi-build-utils@2.0.0:
3134
2845
  resolution: {integrity: sha512-GEbrYkbfF7MoNaoh2iGG84Mnf/WZfB0GdGEsM8wz7Expx/LlWf5U8t9nvJKXSp3qr5IsEbK04cBGhol/KwOsWA==}
3135
2846
 
3136
- natural-compare@1.4.0:
3137
- resolution: {integrity: sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==}
3138
-
3139
2847
  negotiator@0.6.3:
3140
2848
  resolution: {integrity: sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg==}
3141
2849
  engines: {node: '>= 0.6'}
@@ -3290,10 +2998,6 @@ packages:
3290
2998
  zod:
3291
2999
  optional: true
3292
3000
 
3293
- optionator@0.9.4:
3294
- resolution: {integrity: sha512-6IpQ7mKUxRcZNLIObR0hz7lxsapSSIYNZJwXPGeF0mTVqGKFIXj1DQcMoT22S3ROcLyY/rz0PWaWZ9ayWmad9g==}
3295
- engines: {node: '>= 0.8.0'}
3296
-
3297
3001
  oxc-minify@0.112.0:
3298
3002
  resolution: {integrity: sha512-rkVSeeIRSt+RYI9uX6xonBpLUpvZyegxIg0UL87ev7YAfUqp7IIZlRjkgQN5Us1lyXD//TOo0Dcuuro/TYOWoQ==}
3299
3003
  engines: {node: ^20.19.0 || >=22.12.0}
@@ -3315,14 +3019,6 @@ packages:
3315
3019
  resolution: {integrity: sha512-LICb2p9CB7FS+0eR1oqWnHhp0FljGLZCWBE9aix0Uye9W8LTQPwMTYVGWQWIw9RdQiDg4+epXQODwIYJtSJaow==}
3316
3020
  engines: {node: '>=4'}
3317
3021
 
3318
- p-limit@3.1.0:
3319
- resolution: {integrity: sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==}
3320
- engines: {node: '>=10'}
3321
-
3322
- p-locate@5.0.0:
3323
- resolution: {integrity: sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==}
3324
- engines: {node: '>=10'}
3325
-
3326
3022
  p-queue@6.6.2:
3327
3023
  resolution: {integrity: sha512-RwFpb72c/BhQLEXIZ5K2e+AhgNVmIejGlTgiB9MzZ0e93GRvqZ7uSi0dvRF7/XIXDeNkra2fNHBxTyPDGySpjQ==}
3328
3024
  engines: {node: '>=8'}
@@ -3334,10 +3030,6 @@ packages:
3334
3030
  package-json-from-dist@1.0.1:
3335
3031
  resolution: {integrity: sha512-UEZIS3/by4OC8vL3P2dTXRETpebLI2NiI5vIrjaD/5UtrkFX/tNbwjTSRAGC/+7CAo2pIcBaRgWmcBBHcsaCIw==}
3336
3032
 
3337
- parent-module@1.0.1:
3338
- resolution: {integrity: sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==}
3339
- engines: {node: '>=6'}
3340
-
3341
3033
  parseurl@1.3.3:
3342
3034
  resolution: {integrity: sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==}
3343
3035
  engines: {node: '>= 0.8'}
@@ -3345,10 +3037,6 @@ packages:
3345
3037
  path-browserify@1.0.1:
3346
3038
  resolution: {integrity: sha512-b7uo2UCUOYZcnF/3ID0lulOJi/bafxa1xPe7ZPsammBSpjSWQkjNxlt635YGS2MiR9GjvuXCtz2emr3jbsz98g==}
3347
3039
 
3348
- path-exists@4.0.0:
3349
- resolution: {integrity: sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==}
3350
- engines: {node: '>=8'}
3351
-
3352
3040
  path-is-absolute@1.0.1:
3353
3041
  resolution: {integrity: sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==}
3354
3042
  engines: {node: '>=0.10.0'}
@@ -3384,9 +3072,6 @@ packages:
3384
3072
  perfect-debounce@2.1.0:
3385
3073
  resolution: {integrity: sha512-LjgdTytVFXeUgtHZr9WYViYSM/g8MkcTPYDlPa3cDqMirHjKiSZPYd6DoL7pK8AJQr+uWkQvCjHNdiMqsrJs+g==}
3386
3074
 
3387
- pg-cloudflare@1.3.0:
3388
- resolution: {integrity: sha512-6lswVVSztmHiRtD6I8hw4qP/nDm1EJbKMRhf3HCYaqud7frGysPv7FYJ5noZQdhQtN2xJnimfMtvQq21pdbzyQ==}
3389
-
3390
3075
  pg-connection-string@2.12.0:
3391
3076
  resolution: {integrity: sha512-U7qg+bpswf3Cs5xLzRqbXbQl85ng0mfSV/J0nnA31MCLgvEaAo7CIhmeyrmJpOr7o+zm0rXK+hNnT5l9RHkCkQ==}
3392
3077
 
@@ -3688,10 +3373,6 @@ packages:
3688
3373
  deprecated: No longer maintained. Please contact the author of the relevant native addon; alternatives are available.
3689
3374
  hasBin: true
3690
3375
 
3691
- prelude-ls@1.2.1:
3692
- resolution: {integrity: sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==}
3693
- engines: {node: '>= 0.8.0'}
3694
-
3695
3376
  pretty-bytes@7.1.0:
3696
3377
  resolution: {integrity: sha512-nODzvTiYVRGRqAOvE84Vk5JDPyyxsVk0/fbA/bq7RqlnhksGpset09XTxbpvLTIjoaF7K8Z8DG8yHtKGTPSYRw==}
3697
3378
  engines: {node: '>=20'}
@@ -3709,10 +3390,6 @@ packages:
3709
3390
  pump@3.0.4:
3710
3391
  resolution: {integrity: sha512-VS7sjc6KR7e1ukRFhQSY5LM2uBWAUPiOPa/A3mkKmiMwSmRFUITt0xuj+/lesgnCv+dPIEYlkzrcyXgquIHMcA==}
3711
3392
 
3712
- punycode@2.3.1:
3713
- resolution: {integrity: sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==}
3714
- engines: {node: '>=6'}
3715
-
3716
3393
  quansync@0.2.11:
3717
3394
  resolution: {integrity: sha512-AifT7QEbW9Nri4tAwR5M/uzpBuqfZf+zwaEM/QkzEjj7NBuFD2rBuy0K3dE+8wltbezDV7JMA0WfnCPYRSYbXA==}
3718
3395
 
@@ -3789,10 +3466,6 @@ packages:
3789
3466
  resolution: {integrity: sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==}
3790
3467
  engines: {node: '>=0.10.0'}
3791
3468
 
3792
- resolve-from@4.0.0:
3793
- resolution: {integrity: sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==}
3794
- engines: {node: '>=4'}
3795
-
3796
3469
  resolve-from@5.0.0:
3797
3470
  resolution: {integrity: sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==}
3798
3471
  engines: {node: '>=8'}
@@ -4012,10 +3685,6 @@ packages:
4012
3685
  resolution: {integrity: sha512-4gB8na07fecVVkOI6Rs4e7T6NOTki5EmL7TUduTs6bu3EdnSycntVJ4re8kgZA+wx9IueI2Y11bfbgwtzuE0KQ==}
4013
3686
  engines: {node: '>=0.10.0'}
4014
3687
 
4015
- strip-json-comments@3.1.1:
4016
- resolution: {integrity: sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==}
4017
- engines: {node: '>=8'}
4018
-
4019
3688
  strip-literal@3.1.0:
4020
3689
  resolution: {integrity: sha512-8r3mkIM/2+PpjHoOtiAW8Rg3jJLHaV7xPwG+YRGrv6FP0wwk/toTpATxWYOW0BKdWwl82VT2tFYi5DlROa0Mxg==}
4021
3690
 
@@ -4139,12 +3808,6 @@ packages:
4139
3808
  tr46@0.0.3:
4140
3809
  resolution: {integrity: sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==}
4141
3810
 
4142
- ts-api-utils@2.5.0:
4143
- resolution: {integrity: sha512-OJ/ibxhPlqrMM0UiNHJ/0CKQkoKF243/AEmplt3qpRgkW8VG7IfOS41h7V8TjITqdByHzrjcS/2si+y4lIh8NA==}
4144
- engines: {node: '>=18.12'}
4145
- peerDependencies:
4146
- typescript: '>=4.8.4'
4147
-
4148
3811
  ts-interface-checker@0.1.13:
4149
3812
  resolution: {integrity: sha512-Y/arvbn+rrz3JCKl9C4kVNfTfSm2/mEp5FSz5EsZSANGPSlQrpRI5M4PKF+mJnE52jOO90PnPSc3Ur3bTQw0gA==}
4150
3813
 
@@ -4158,10 +3821,6 @@ packages:
4158
3821
  tunnel-agent@0.6.0:
4159
3822
  resolution: {integrity: sha512-McnNiV1l8RYeY8tBgEpuodCC1mLUdbSN+CYBL7kJsJNInOP8UjDDEwdk6Mw60vdLLrr5NHKZhMAOSrR2NZuQ+w==}
4160
3823
 
4161
- type-check@0.4.0:
4162
- resolution: {integrity: sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==}
4163
- engines: {node: '>= 0.8.0'}
4164
-
4165
3824
  type-fest@5.4.4:
4166
3825
  resolution: {integrity: sha512-JnTrzGu+zPV3aXIUhnyWJj4z/wigMsdYajGLIYakqyOW1nPllzXEJee0QQbHj+CTIQtXGlAjuK0UY+2xTyjVAw==}
4167
3826
  engines: {node: '>=20'}
@@ -4173,13 +3832,6 @@ packages:
4173
3832
  type-level-regexp@0.1.17:
4174
3833
  resolution: {integrity: sha512-wTk4DH3cxwk196uGLK/E9pE45aLfeKJacKmcEgEOA/q5dnPGNxXt0cfYdFxb57L+sEpf1oJH4Dnx/pnRcku9jg==}
4175
3834
 
4176
- typescript-eslint@8.59.0:
4177
- resolution: {integrity: sha512-BU3ONW9X+v90EcCH9ZS6LMackcVtxRLlI3XrYyqZIwVSHIk7Qf7bFw1z0M9Q0IUxhTMZCf8piY9hTYaNEIASrw==}
4178
- engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
4179
- peerDependencies:
4180
- eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
4181
- typescript: '>=4.8.4 <6.1.0'
4182
-
4183
3835
  typescript@5.9.3:
4184
3836
  resolution: {integrity: sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==}
4185
3837
  engines: {node: '>=14.17'}
@@ -4325,9 +3977,6 @@ packages:
4325
3977
  uqr@0.1.2:
4326
3978
  resolution: {integrity: sha512-MJu7ypHq6QasgF5YRTjqscSzQp/W11zoUk6kvmlH+fmWEs63Y0Eib13hYFwAzagRJcVY8WVnlV+eBDUGMJ5IbA==}
4327
3979
 
4328
- uri-js@4.4.1:
4329
- resolution: {integrity: sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==}
4330
-
4331
3980
  util-deprecate@1.0.2:
4332
3981
  resolution: {integrity: sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==}
4333
3982
 
@@ -4460,12 +4109,6 @@ packages:
4460
4109
  vue-devtools-stub@0.1.0:
4461
4110
  resolution: {integrity: sha512-RutnB7X8c5hjq39NceArgXg28WZtZpGc3+J16ljMiYnFhKvd8hITxSWQSQ5bvldxMDU6gG5mkxl1MTQLXckVSQ==}
4462
4111
 
4463
- vue-eslint-parser@10.4.0:
4464
- resolution: {integrity: sha512-Vxi9pJdbN3ZnVGLODVtZ7y4Y2kzAAE2Cm0CZ3ZDRvydVYxZ6VrnBhLikBsRS+dpwj4Jv4UCv21PTEwF5rQ9WXg==}
4465
- engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
4466
- peerDependencies:
4467
- eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
4468
-
4469
4112
  vue-router@4.6.4:
4470
4113
  resolution: {integrity: sha512-Hz9q5sa33Yhduglwz6g9skT8OBPii+4bFn88w6J+J4MfEo4KRRpmiNG/hHHkdbRFlLBOqxN8y8gf2Fb0MTUgVg==}
4471
4114
  peerDependencies:
@@ -4502,10 +4145,6 @@ packages:
4502
4145
  engines: {node: ^18.17.0 || >=20.5.0}
4503
4146
  hasBin: true
4504
4147
 
4505
- word-wrap@1.2.5:
4506
- resolution: {integrity: sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==}
4507
- engines: {node: '>=0.10.0'}
4508
-
4509
4148
  wrap-ansi@7.0.0:
4510
4149
  resolution: {integrity: sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==}
4511
4150
  engines: {node: '>=10'}
@@ -4533,10 +4172,6 @@ packages:
4533
4172
  resolution: {integrity: sha512-h3Fbisa2nKGPxCpm89Hk33lBLsnaGBvctQopaBSOW/uIs6FTe1ATyAnKFJrzVs9vpGdsTe73WF3V4lIsk4Gacw==}
4534
4173
  engines: {node: '>=18'}
4535
4174
 
4536
- xml-name-validator@4.0.0:
4537
- resolution: {integrity: sha512-ICP2e+jsHvAj2E2lIHxa5tjXRlKDJo4IdvPvCXbXQGdzSfmSpNVyIKMvoZHjDY9DP0zV17iI85o90vRFXNccRw==}
4538
- engines: {node: '>=12'}
4539
-
4540
4175
  xss@1.0.15:
4541
4176
  resolution: {integrity: sha512-FVdlVVC67WOIPvfOwhoMETV72f6GbW7aOabBC3WxN/oUdoEMDyLz4OgRv5/gck2ZeNqEQu+Tb0kloovXOfpYVg==}
4542
4177
  engines: {node: '>= 0.10.0'}
@@ -4574,10 +4209,6 @@ packages:
4574
4209
  resolution: {integrity: sha512-2OQsPNEmBCvXuFlIni/a+Rn+R2pHW9INm0BxXJ4hVDA8TirqMj+J/Rp9ItLatT/5pZqWwefVrTQcHpixsxnVlA==}
4575
4210
  engines: {node: '>= 4.0.0'}
4576
4211
 
4577
- yocto-queue@0.1.0:
4578
- resolution: {integrity: sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==}
4579
- engines: {node: '>=10'}
4580
-
4581
4212
  youch-core@0.3.3:
4582
4213
  resolution: {integrity: sha512-ho7XuGjLaJ2hWHoK8yFnsUGy2Y5uDpqSTq1FkHLK4/oqKtyUU1AFbOOxY4IpC9f0fTLjwYbslUz0Po5BpD1wrA==}
4583
4214
 
@@ -4895,71 +4526,9 @@ snapshots:
4895
4526
  '@esbuild/win32-x64@0.27.3':
4896
4527
  optional: true
4897
4528
 
4898
- '@eslint-community/eslint-utils@4.9.1(eslint@9.39.4(jiti@2.6.1))':
4899
- dependencies:
4900
- eslint: 9.39.4(jiti@2.6.1)
4901
- eslint-visitor-keys: 3.4.3
4902
-
4903
- '@eslint-community/regexpp@4.12.2': {}
4904
-
4905
- '@eslint/config-array@0.21.2':
4906
- dependencies:
4907
- '@eslint/object-schema': 2.1.7
4908
- debug: 4.4.3
4909
- minimatch: 3.1.5
4910
- transitivePeerDependencies:
4911
- - supports-color
4912
-
4913
- '@eslint/config-helpers@0.4.2':
4914
- dependencies:
4915
- '@eslint/core': 0.17.0
4916
-
4917
- '@eslint/core@0.17.0':
4918
- dependencies:
4919
- '@types/json-schema': 7.0.15
4920
-
4921
- '@eslint/eslintrc@3.3.5':
4922
- dependencies:
4923
- ajv: 6.15.0
4924
- debug: 4.4.3
4925
- espree: 10.4.0
4926
- globals: 14.0.0
4927
- ignore: 5.3.2
4928
- import-fresh: 3.3.1
4929
- js-yaml: 4.1.1
4930
- minimatch: 3.1.5
4931
- strip-json-comments: 3.1.1
4932
- transitivePeerDependencies:
4933
- - supports-color
4934
-
4935
- '@eslint/js@9.39.4': {}
4936
-
4937
- '@eslint/object-schema@2.1.7': {}
4938
-
4939
- '@eslint/plugin-kit@0.4.1':
4940
- dependencies:
4941
- '@eslint/core': 0.17.0
4942
- levn: 0.4.1
4943
-
4944
4529
  '@fastify/accept-negotiator@1.1.0':
4945
4530
  optional: true
4946
4531
 
4947
- '@humanfs/core@0.19.2':
4948
- dependencies:
4949
- '@humanfs/types': 0.15.0
4950
-
4951
- '@humanfs/node@0.16.8':
4952
- dependencies:
4953
- '@humanfs/core': 0.19.2
4954
- '@humanfs/types': 0.15.0
4955
- '@humanwhocodes/retry': 0.4.3
4956
-
4957
- '@humanfs/types@0.15.0': {}
4958
-
4959
- '@humanwhocodes/module-importer@1.0.1': {}
4960
-
4961
- '@humanwhocodes/retry@0.4.3': {}
4962
-
4963
4532
  '@ioredis/commands@1.5.1': {}
4964
4533
 
4965
4534
  '@isaacs/cliui@8.0.2':
@@ -5267,7 +4836,7 @@ snapshots:
5267
4836
  transitivePeerDependencies:
5268
4837
  - magicast
5269
4838
 
5270
- '@nuxt/nitro-server@4.3.1(db0@0.3.4)(ioredis@5.10.0)(magicast@0.5.2)(nuxt@4.3.1(@parcel/watcher@2.5.6)(@types/node@20.19.37)(@vue/compiler-sfc@3.5.30)(cac@6.7.14)(commander@11.1.0)(db0@0.3.4)(eslint@9.39.4(jiti@2.6.1))(ioredis@5.10.0)(lightningcss@1.31.1)(magicast@0.5.2)(optionator@0.9.4)(rollup@4.59.0)(terser@5.46.0)(typescript@5.9.3)(vite@7.3.1(@types/node@20.19.37)(jiti@2.6.1)(lightningcss@1.31.1)(terser@5.46.0)(yaml@2.8.2))(yaml@2.8.2))(typescript@5.9.3)':
4839
+ '@nuxt/nitro-server@4.3.1(db0@0.3.4)(ioredis@5.10.0)(magicast@0.5.2)(nuxt@4.3.1(@parcel/watcher@2.5.6)(@types/node@20.19.37)(@vue/compiler-sfc@3.5.30)(cac@6.7.14)(commander@11.1.0)(db0@0.3.4)(ioredis@5.10.0)(lightningcss@1.31.1)(magicast@0.5.2)(rollup@4.59.0)(terser@5.46.0)(typescript@5.9.3)(vite@7.3.1(@types/node@20.19.37)(jiti@2.6.1)(lightningcss@1.31.1)(terser@5.46.0)(yaml@2.8.2))(yaml@2.8.2))(typescript@5.9.3)':
5271
4840
  dependencies:
5272
4841
  '@nuxt/devalue': 2.0.2
5273
4842
  '@nuxt/kit': 4.3.1(magicast@0.5.2)
@@ -5285,7 +4854,7 @@ snapshots:
5285
4854
  klona: 2.0.6
5286
4855
  mocked-exports: 0.1.1
5287
4856
  nitropack: 2.13.1
5288
- nuxt: 4.3.1(@parcel/watcher@2.5.6)(@types/node@20.19.37)(@vue/compiler-sfc@3.5.30)(cac@6.7.14)(commander@11.1.0)(db0@0.3.4)(eslint@9.39.4(jiti@2.6.1))(ioredis@5.10.0)(lightningcss@1.31.1)(magicast@0.5.2)(optionator@0.9.4)(rollup@4.59.0)(terser@5.46.0)(typescript@5.9.3)(vite@7.3.1(@types/node@20.19.37)(jiti@2.6.1)(lightningcss@1.31.1)(terser@5.46.0)(yaml@2.8.2))(yaml@2.8.2)
4857
+ nuxt: 4.3.1(@parcel/watcher@2.5.6)(@types/node@20.19.37)(@vue/compiler-sfc@3.5.30)(cac@6.7.14)(commander@11.1.0)(db0@0.3.4)(ioredis@5.10.0)(lightningcss@1.31.1)(magicast@0.5.2)(rollup@4.59.0)(terser@5.46.0)(typescript@5.9.3)(vite@7.3.1(@types/node@20.19.37)(jiti@2.6.1)(lightningcss@1.31.1)(terser@5.46.0)(yaml@2.8.2))(yaml@2.8.2)
5289
4858
  ohash: 2.0.11
5290
4859
  pathe: 2.0.3
5291
4860
  pkg-types: 2.3.0
@@ -5350,7 +4919,7 @@ snapshots:
5350
4919
  rc9: 3.0.0
5351
4920
  std-env: 3.10.0
5352
4921
 
5353
- '@nuxt/vite-builder@4.3.1(@types/node@20.19.37)(eslint@9.39.4(jiti@2.6.1))(lightningcss@1.31.1)(magicast@0.5.2)(nuxt@4.3.1(@parcel/watcher@2.5.6)(@types/node@20.19.37)(@vue/compiler-sfc@3.5.30)(cac@6.7.14)(commander@11.1.0)(db0@0.3.4)(eslint@9.39.4(jiti@2.6.1))(ioredis@5.10.0)(lightningcss@1.31.1)(magicast@0.5.2)(optionator@0.9.4)(rollup@4.59.0)(terser@5.46.0)(typescript@5.9.3)(vite@7.3.1(@types/node@20.19.37)(jiti@2.6.1)(lightningcss@1.31.1)(terser@5.46.0)(yaml@2.8.2))(yaml@2.8.2))(optionator@0.9.4)(rollup@4.59.0)(terser@5.46.0)(typescript@5.9.3)(vue@3.5.30(typescript@5.9.3))(yaml@2.8.2)':
4922
+ '@nuxt/vite-builder@4.3.1(@types/node@20.19.37)(lightningcss@1.31.1)(magicast@0.5.2)(nuxt@4.3.1(@parcel/watcher@2.5.6)(@types/node@20.19.37)(@vue/compiler-sfc@3.5.30)(cac@6.7.14)(commander@11.1.0)(db0@0.3.4)(ioredis@5.10.0)(lightningcss@1.31.1)(magicast@0.5.2)(rollup@4.59.0)(terser@5.46.0)(typescript@5.9.3)(vite@7.3.1(@types/node@20.19.37)(jiti@2.6.1)(lightningcss@1.31.1)(terser@5.46.0)(yaml@2.8.2))(yaml@2.8.2))(rollup@4.59.0)(terser@5.46.0)(typescript@5.9.3)(vue@3.5.30(typescript@5.9.3))(yaml@2.8.2)':
5354
4923
  dependencies:
5355
4924
  '@nuxt/kit': 4.3.1(magicast@0.5.2)
5356
4925
  '@rollup/plugin-replace': 6.0.3(rollup@4.59.0)
@@ -5369,7 +4938,7 @@ snapshots:
5369
4938
  magic-string: 0.30.21
5370
4939
  mlly: 1.8.1
5371
4940
  mocked-exports: 0.1.1
5372
- nuxt: 4.3.1(@parcel/watcher@2.5.6)(@types/node@20.19.37)(@vue/compiler-sfc@3.5.30)(cac@6.7.14)(commander@11.1.0)(db0@0.3.4)(eslint@9.39.4(jiti@2.6.1))(ioredis@5.10.0)(lightningcss@1.31.1)(magicast@0.5.2)(optionator@0.9.4)(rollup@4.59.0)(terser@5.46.0)(typescript@5.9.3)(vite@7.3.1(@types/node@20.19.37)(jiti@2.6.1)(lightningcss@1.31.1)(terser@5.46.0)(yaml@2.8.2))(yaml@2.8.2)
4941
+ nuxt: 4.3.1(@parcel/watcher@2.5.6)(@types/node@20.19.37)(@vue/compiler-sfc@3.5.30)(cac@6.7.14)(commander@11.1.0)(db0@0.3.4)(ioredis@5.10.0)(lightningcss@1.31.1)(magicast@0.5.2)(rollup@4.59.0)(terser@5.46.0)(typescript@5.9.3)(vite@7.3.1(@types/node@20.19.37)(jiti@2.6.1)(lightningcss@1.31.1)(terser@5.46.0)(yaml@2.8.2))(yaml@2.8.2)
5373
4942
  pathe: 2.0.3
5374
4943
  pkg-types: 2.3.0
5375
4944
  postcss: 8.5.8
@@ -5380,7 +4949,7 @@ snapshots:
5380
4949
  unenv: 2.0.0-rc.24
5381
4950
  vite: 7.3.1(@types/node@20.19.37)(jiti@2.6.1)(lightningcss@1.31.1)(terser@5.46.0)(yaml@2.8.2)
5382
4951
  vite-node: 5.3.0(@types/node@20.19.37)(jiti@2.6.1)(lightningcss@1.31.1)(terser@5.46.0)(yaml@2.8.2)
5383
- vite-plugin-checker: 0.12.0(eslint@9.39.4(jiti@2.6.1))(optionator@0.9.4)(typescript@5.9.3)(vite@7.3.1(@types/node@20.19.37)(jiti@2.6.1)(lightningcss@1.31.1)(terser@5.46.0)(yaml@2.8.2))
4952
+ vite-plugin-checker: 0.12.0(typescript@5.9.3)(vite@7.3.1(@types/node@20.19.37)(jiti@2.6.1)(lightningcss@1.31.1)(terser@5.46.0)(yaml@2.8.2))
5384
4953
  vue: 3.5.30(typescript@5.9.3)
5385
4954
  vue-bundle-renderer: 2.2.0
5386
4955
  transitivePeerDependencies:
@@ -5895,12 +5464,8 @@ snapshots:
5895
5464
  tslib: 2.8.1
5896
5465
  optional: true
5897
5466
 
5898
- '@types/esrecurse@4.3.1': {}
5899
-
5900
5467
  '@types/estree@1.0.8': {}
5901
5468
 
5902
- '@types/json-schema@7.0.15': {}
5903
-
5904
5469
  '@types/node@20.19.37':
5905
5470
  dependencies:
5906
5471
  undici-types: 6.21.0
@@ -5915,97 +5480,6 @@ snapshots:
5915
5480
  dependencies:
5916
5481
  '@types/node': 20.19.37
5917
5482
 
5918
- '@typescript-eslint/eslint-plugin@8.59.0(@typescript-eslint/parser@8.59.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.4(jiti@2.6.1))(typescript@5.9.3)':
5919
- dependencies:
5920
- '@eslint-community/regexpp': 4.12.2
5921
- '@typescript-eslint/parser': 8.59.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.9.3)
5922
- '@typescript-eslint/scope-manager': 8.59.0
5923
- '@typescript-eslint/type-utils': 8.59.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.9.3)
5924
- '@typescript-eslint/utils': 8.59.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.9.3)
5925
- '@typescript-eslint/visitor-keys': 8.59.0
5926
- eslint: 9.39.4(jiti@2.6.1)
5927
- ignore: 7.0.5
5928
- natural-compare: 1.4.0
5929
- ts-api-utils: 2.5.0(typescript@5.9.3)
5930
- typescript: 5.9.3
5931
- transitivePeerDependencies:
5932
- - supports-color
5933
-
5934
- '@typescript-eslint/parser@8.59.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.9.3)':
5935
- dependencies:
5936
- '@typescript-eslint/scope-manager': 8.59.0
5937
- '@typescript-eslint/types': 8.59.0
5938
- '@typescript-eslint/typescript-estree': 8.59.0(typescript@5.9.3)
5939
- '@typescript-eslint/visitor-keys': 8.59.0
5940
- debug: 4.4.3
5941
- eslint: 9.39.4(jiti@2.6.1)
5942
- typescript: 5.9.3
5943
- transitivePeerDependencies:
5944
- - supports-color
5945
-
5946
- '@typescript-eslint/project-service@8.59.0(typescript@5.9.3)':
5947
- dependencies:
5948
- '@typescript-eslint/tsconfig-utils': 8.59.0(typescript@5.9.3)
5949
- '@typescript-eslint/types': 8.59.0
5950
- debug: 4.4.3
5951
- typescript: 5.9.3
5952
- transitivePeerDependencies:
5953
- - supports-color
5954
-
5955
- '@typescript-eslint/scope-manager@8.59.0':
5956
- dependencies:
5957
- '@typescript-eslint/types': 8.59.0
5958
- '@typescript-eslint/visitor-keys': 8.59.0
5959
-
5960
- '@typescript-eslint/tsconfig-utils@8.59.0(typescript@5.9.3)':
5961
- dependencies:
5962
- typescript: 5.9.3
5963
-
5964
- '@typescript-eslint/type-utils@8.59.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.9.3)':
5965
- dependencies:
5966
- '@typescript-eslint/types': 8.59.0
5967
- '@typescript-eslint/typescript-estree': 8.59.0(typescript@5.9.3)
5968
- '@typescript-eslint/utils': 8.59.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.9.3)
5969
- debug: 4.4.3
5970
- eslint: 9.39.4(jiti@2.6.1)
5971
- ts-api-utils: 2.5.0(typescript@5.9.3)
5972
- typescript: 5.9.3
5973
- transitivePeerDependencies:
5974
- - supports-color
5975
-
5976
- '@typescript-eslint/types@8.59.0': {}
5977
-
5978
- '@typescript-eslint/typescript-estree@8.59.0(typescript@5.9.3)':
5979
- dependencies:
5980
- '@typescript-eslint/project-service': 8.59.0(typescript@5.9.3)
5981
- '@typescript-eslint/tsconfig-utils': 8.59.0(typescript@5.9.3)
5982
- '@typescript-eslint/types': 8.59.0
5983
- '@typescript-eslint/visitor-keys': 8.59.0
5984
- debug: 4.4.3
5985
- minimatch: 10.2.4
5986
- semver: 7.7.4
5987
- tinyglobby: 0.2.15
5988
- ts-api-utils: 2.5.0(typescript@5.9.3)
5989
- typescript: 5.9.3
5990
- transitivePeerDependencies:
5991
- - supports-color
5992
-
5993
- '@typescript-eslint/utils@8.59.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.9.3)':
5994
- dependencies:
5995
- '@eslint-community/eslint-utils': 4.9.1(eslint@9.39.4(jiti@2.6.1))
5996
- '@typescript-eslint/scope-manager': 8.59.0
5997
- '@typescript-eslint/types': 8.59.0
5998
- '@typescript-eslint/typescript-estree': 8.59.0(typescript@5.9.3)
5999
- eslint: 9.39.4(jiti@2.6.1)
6000
- typescript: 5.9.3
6001
- transitivePeerDependencies:
6002
- - supports-color
6003
-
6004
- '@typescript-eslint/visitor-keys@8.59.0':
6005
- dependencies:
6006
- '@typescript-eslint/types': 8.59.0
6007
- eslint-visitor-keys: 5.0.1
6008
-
6009
5483
  '@unhead/vue@2.1.12(vue@3.5.30(typescript@5.9.3))':
6010
5484
  dependencies:
6011
5485
  hookable: 6.0.1
@@ -6190,21 +5664,10 @@ snapshots:
6190
5664
  dependencies:
6191
5665
  acorn: 8.16.0
6192
5666
 
6193
- acorn-jsx@5.3.2(acorn@8.16.0):
6194
- dependencies:
6195
- acorn: 8.16.0
6196
-
6197
5667
  acorn@8.16.0: {}
6198
5668
 
6199
5669
  agent-base@7.1.4: {}
6200
5670
 
6201
- ajv@6.15.0:
6202
- dependencies:
6203
- fast-deep-equal: 3.1.3
6204
- fast-json-stable-stringify: 2.1.0
6205
- json-schema-traverse: 0.4.1
6206
- uri-js: 4.4.1
6207
-
6208
5671
  alien-signals@3.1.2: {}
6209
5672
 
6210
5673
  ansi-regex@5.0.1: {}
@@ -6254,8 +5717,6 @@ snapshots:
6254
5717
 
6255
5718
  arg@5.0.2: {}
6256
5719
 
6257
- argparse@2.0.1: {}
6258
-
6259
5720
  ast-kit@2.2.0:
6260
5721
  dependencies:
6261
5722
  '@babel/parser': 7.29.0
@@ -6431,8 +5892,6 @@ snapshots:
6431
5892
  call-bind-apply-helpers: 1.0.2
6432
5893
  get-intrinsic: 1.3.0
6433
5894
 
6434
- callsites@3.1.0: {}
6435
-
6436
5895
  camelcase-css@2.0.1: {}
6437
5896
 
6438
5897
  camelcase@6.3.0: {}
@@ -6726,8 +6185,6 @@ snapshots:
6726
6185
  deep-extend@0.6.0:
6727
6186
  optional: true
6728
6187
 
6729
- deep-is@0.1.4: {}
6730
-
6731
6188
  deepmerge@4.3.1: {}
6732
6189
 
6733
6190
  default-browser-id@5.0.1: {}
@@ -6876,112 +6333,14 @@ snapshots:
6876
6333
 
6877
6334
  escape-html@1.0.3: {}
6878
6335
 
6879
- escape-string-regexp@4.0.0: {}
6880
-
6881
6336
  escape-string-regexp@5.0.0: {}
6882
6337
 
6883
- eslint-plugin-vue@10.9.0(@typescript-eslint/parser@8.59.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.4(jiti@2.6.1))(vue-eslint-parser@10.4.0(eslint@9.39.4(jiti@2.6.1))):
6884
- dependencies:
6885
- '@eslint-community/eslint-utils': 4.9.1(eslint@9.39.4(jiti@2.6.1))
6886
- eslint: 9.39.4(jiti@2.6.1)
6887
- natural-compare: 1.4.0
6888
- nth-check: 2.1.1
6889
- postcss-selector-parser: 7.1.1
6890
- semver: 7.7.4
6891
- vue-eslint-parser: 10.4.0(eslint@9.39.4(jiti@2.6.1))
6892
- xml-name-validator: 4.0.0
6893
- optionalDependencies:
6894
- '@typescript-eslint/parser': 8.59.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.9.3)
6895
-
6896
- eslint-scope@8.4.0:
6897
- dependencies:
6898
- esrecurse: 4.3.0
6899
- estraverse: 5.3.0
6900
-
6901
- eslint-scope@9.1.2:
6902
- dependencies:
6903
- '@types/esrecurse': 4.3.1
6904
- '@types/estree': 1.0.8
6905
- esrecurse: 4.3.0
6906
- estraverse: 5.3.0
6907
-
6908
- eslint-visitor-keys@3.4.3: {}
6909
-
6910
- eslint-visitor-keys@4.2.1: {}
6911
-
6912
- eslint-visitor-keys@5.0.1: {}
6913
-
6914
- eslint@9.39.4(jiti@2.6.1):
6915
- dependencies:
6916
- '@eslint-community/eslint-utils': 4.9.1(eslint@9.39.4(jiti@2.6.1))
6917
- '@eslint-community/regexpp': 4.12.2
6918
- '@eslint/config-array': 0.21.2
6919
- '@eslint/config-helpers': 0.4.2
6920
- '@eslint/core': 0.17.0
6921
- '@eslint/eslintrc': 3.3.5
6922
- '@eslint/js': 9.39.4
6923
- '@eslint/plugin-kit': 0.4.1
6924
- '@humanfs/node': 0.16.8
6925
- '@humanwhocodes/module-importer': 1.0.1
6926
- '@humanwhocodes/retry': 0.4.3
6927
- '@types/estree': 1.0.8
6928
- ajv: 6.15.0
6929
- chalk: 4.1.2
6930
- cross-spawn: 7.0.6
6931
- debug: 4.4.3
6932
- escape-string-regexp: 4.0.0
6933
- eslint-scope: 8.4.0
6934
- eslint-visitor-keys: 4.2.1
6935
- espree: 10.4.0
6936
- esquery: 1.7.0
6937
- esutils: 2.0.3
6938
- fast-deep-equal: 3.1.3
6939
- file-entry-cache: 8.0.0
6940
- find-up: 5.0.0
6941
- glob-parent: 6.0.2
6942
- ignore: 5.3.2
6943
- imurmurhash: 0.1.4
6944
- is-glob: 4.0.3
6945
- json-stable-stringify-without-jsonify: 1.0.1
6946
- lodash.merge: 4.6.2
6947
- minimatch: 3.1.5
6948
- natural-compare: 1.4.0
6949
- optionator: 0.9.4
6950
- optionalDependencies:
6951
- jiti: 2.6.1
6952
- transitivePeerDependencies:
6953
- - supports-color
6954
-
6955
- espree@10.4.0:
6956
- dependencies:
6957
- acorn: 8.16.0
6958
- acorn-jsx: 5.3.2(acorn@8.16.0)
6959
- eslint-visitor-keys: 4.2.1
6960
-
6961
- espree@11.2.0:
6962
- dependencies:
6963
- acorn: 8.16.0
6964
- acorn-jsx: 5.3.2(acorn@8.16.0)
6965
- eslint-visitor-keys: 5.0.1
6966
-
6967
- esquery@1.7.0:
6968
- dependencies:
6969
- estraverse: 5.3.0
6970
-
6971
- esrecurse@4.3.0:
6972
- dependencies:
6973
- estraverse: 5.3.0
6974
-
6975
- estraverse@5.3.0: {}
6976
-
6977
6338
  estree-walker@2.0.2: {}
6978
6339
 
6979
6340
  estree-walker@3.0.3:
6980
6341
  dependencies:
6981
6342
  '@types/estree': 1.0.8
6982
6343
 
6983
- esutils@2.0.3: {}
6984
-
6985
6344
  etag@1.8.1: {}
6986
6345
 
6987
6346
  event-target-shim@5.0.1: {}
@@ -7013,8 +6372,6 @@ snapshots:
7013
6372
 
7014
6373
  exsolve@1.0.8: {}
7015
6374
 
7016
- fast-deep-equal@3.1.3: {}
7017
-
7018
6375
  fast-fifo@1.3.2: {}
7019
6376
 
7020
6377
  fast-glob@3.3.3:
@@ -7025,10 +6382,6 @@ snapshots:
7025
6382
  merge2: 1.4.1
7026
6383
  micromatch: 4.0.8
7027
6384
 
7028
- fast-json-stable-stringify@2.1.0: {}
7029
-
7030
- fast-levenshtein@2.0.6: {}
7031
-
7032
6385
  fast-npm-meta@1.4.2: {}
7033
6386
 
7034
6387
  fastq@1.20.1:
@@ -7039,28 +6392,12 @@ snapshots:
7039
6392
  optionalDependencies:
7040
6393
  picomatch: 4.0.3
7041
6394
 
7042
- file-entry-cache@8.0.0:
7043
- dependencies:
7044
- flat-cache: 4.0.1
7045
-
7046
6395
  file-uri-to-path@1.0.0: {}
7047
6396
 
7048
6397
  fill-range@7.1.1:
7049
6398
  dependencies:
7050
6399
  to-regex-range: 5.0.1
7051
6400
 
7052
- find-up@5.0.0:
7053
- dependencies:
7054
- locate-path: 6.0.0
7055
- path-exists: 4.0.0
7056
-
7057
- flat-cache@4.0.1:
7058
- dependencies:
7059
- flatted: 3.4.2
7060
- keyv: 4.5.4
7061
-
7062
- flatted@3.4.2: {}
7063
-
7064
6401
  follow-redirects@1.15.11: {}
7065
6402
 
7066
6403
  foreground-child@3.3.1:
@@ -7181,8 +6518,6 @@ snapshots:
7181
6518
  dependencies:
7182
6519
  ini: 4.1.1
7183
6520
 
7184
- globals@14.0.0: {}
7185
-
7186
6521
  globby@16.1.1:
7187
6522
  dependencies:
7188
6523
  '@sindresorhus/merge-streams': 4.0.0
@@ -7277,17 +6612,10 @@ snapshots:
7277
6612
 
7278
6613
  ieee754@1.2.1: {}
7279
6614
 
7280
- ignore@5.3.2: {}
7281
-
7282
6615
  ignore@7.0.5: {}
7283
6616
 
7284
6617
  image-meta@0.2.2: {}
7285
6618
 
7286
- import-fresh@3.3.1:
7287
- dependencies:
7288
- parent-module: 1.0.1
7289
- resolve-from: 4.0.0
7290
-
7291
6619
  impound@1.1.5:
7292
6620
  dependencies:
7293
6621
  '@jridgewell/trace-mapping': 0.3.31
@@ -7296,8 +6624,6 @@ snapshots:
7296
6624
  unplugin: 3.0.0
7297
6625
  unplugin-utils: 0.3.1
7298
6626
 
7299
- imurmurhash@0.1.4: {}
7300
-
7301
6627
  inflight@1.0.6:
7302
6628
  dependencies:
7303
6629
  once: 1.4.0
@@ -7468,18 +6794,8 @@ snapshots:
7468
6794
 
7469
6795
  js-tokens@9.0.1: {}
7470
6796
 
7471
- js-yaml@4.1.1:
7472
- dependencies:
7473
- argparse: 2.0.1
7474
-
7475
6797
  jsesc@3.1.0: {}
7476
6798
 
7477
- json-buffer@3.0.1: {}
7478
-
7479
- json-schema-traverse@0.4.1: {}
7480
-
7481
- json-stable-stringify-without-jsonify@1.0.1: {}
7482
-
7483
6799
  json5@2.2.3: {}
7484
6800
 
7485
6801
  jsonfile@6.2.0:
@@ -7492,10 +6808,6 @@ snapshots:
7492
6808
  dependencies:
7493
6809
  tsscmp: 1.0.6
7494
6810
 
7495
- keyv@4.5.4:
7496
- dependencies:
7497
- json-buffer: 3.0.1
7498
-
7499
6811
  kleur@4.1.5: {}
7500
6812
 
7501
6813
  klona@2.0.6: {}
@@ -7572,11 +6884,6 @@ snapshots:
7572
6884
  dependencies:
7573
6885
  readable-stream: 2.3.8
7574
6886
 
7575
- levn@0.4.1:
7576
- dependencies:
7577
- prelude-ls: 1.2.1
7578
- type-check: 0.4.0
7579
-
7580
6887
  lightningcss-android-arm64@1.31.1:
7581
6888
  optional: true
7582
6889
 
@@ -7658,18 +6965,12 @@ snapshots:
7658
6965
  pkg-types: 2.3.0
7659
6966
  quansync: 0.2.11
7660
6967
 
7661
- locate-path@6.0.0:
7662
- dependencies:
7663
- p-locate: 5.0.0
7664
-
7665
6968
  lodash.defaults@4.2.0: {}
7666
6969
 
7667
6970
  lodash.isarguments@3.1.0: {}
7668
6971
 
7669
6972
  lodash.memoize@4.1.2: {}
7670
6973
 
7671
- lodash.merge@4.6.2: {}
7672
-
7673
6974
  lodash.uniq@4.5.0: {}
7674
6975
 
7675
6976
  lodash@4.17.23: {}
@@ -7805,8 +7106,6 @@ snapshots:
7805
7106
  napi-build-utils@2.0.0:
7806
7107
  optional: true
7807
7108
 
7808
- natural-compare@1.4.0: {}
7809
-
7810
7109
  negotiator@0.6.3: {}
7811
7110
 
7812
7111
  nitropack@2.13.1:
@@ -7955,16 +7254,16 @@ snapshots:
7955
7254
  dependencies:
7956
7255
  boolbase: 1.0.0
7957
7256
 
7958
- nuxt@4.3.1(@parcel/watcher@2.5.6)(@types/node@20.19.37)(@vue/compiler-sfc@3.5.30)(cac@6.7.14)(commander@11.1.0)(db0@0.3.4)(eslint@9.39.4(jiti@2.6.1))(ioredis@5.10.0)(lightningcss@1.31.1)(magicast@0.5.2)(optionator@0.9.4)(rollup@4.59.0)(terser@5.46.0)(typescript@5.9.3)(vite@7.3.1(@types/node@20.19.37)(jiti@2.6.1)(lightningcss@1.31.1)(terser@5.46.0)(yaml@2.8.2))(yaml@2.8.2):
7257
+ nuxt@4.3.1(@parcel/watcher@2.5.6)(@types/node@20.19.37)(@vue/compiler-sfc@3.5.30)(cac@6.7.14)(commander@11.1.0)(db0@0.3.4)(ioredis@5.10.0)(lightningcss@1.31.1)(magicast@0.5.2)(rollup@4.59.0)(terser@5.46.0)(typescript@5.9.3)(vite@7.3.1(@types/node@20.19.37)(jiti@2.6.1)(lightningcss@1.31.1)(terser@5.46.0)(yaml@2.8.2))(yaml@2.8.2):
7959
7258
  dependencies:
7960
7259
  '@dxup/nuxt': 0.3.2(magicast@0.5.2)
7961
7260
  '@nuxt/cli': 3.33.1(@nuxt/schema@4.3.1)(cac@6.7.14)(commander@11.1.0)(magicast@0.5.2)
7962
7261
  '@nuxt/devtools': 3.2.3(vite@7.3.1(@types/node@20.19.37)(jiti@2.6.1)(lightningcss@1.31.1)(terser@5.46.0)(yaml@2.8.2))(vue@3.5.30(typescript@5.9.3))
7963
7262
  '@nuxt/kit': 4.3.1(magicast@0.5.2)
7964
- '@nuxt/nitro-server': 4.3.1(db0@0.3.4)(ioredis@5.10.0)(magicast@0.5.2)(nuxt@4.3.1(@parcel/watcher@2.5.6)(@types/node@20.19.37)(@vue/compiler-sfc@3.5.30)(cac@6.7.14)(commander@11.1.0)(db0@0.3.4)(eslint@9.39.4(jiti@2.6.1))(ioredis@5.10.0)(lightningcss@1.31.1)(magicast@0.5.2)(optionator@0.9.4)(rollup@4.59.0)(terser@5.46.0)(typescript@5.9.3)(vite@7.3.1(@types/node@20.19.37)(jiti@2.6.1)(lightningcss@1.31.1)(terser@5.46.0)(yaml@2.8.2))(yaml@2.8.2))(typescript@5.9.3)
7263
+ '@nuxt/nitro-server': 4.3.1(db0@0.3.4)(ioredis@5.10.0)(magicast@0.5.2)(nuxt@4.3.1(@parcel/watcher@2.5.6)(@types/node@20.19.37)(@vue/compiler-sfc@3.5.30)(cac@6.7.14)(commander@11.1.0)(db0@0.3.4)(ioredis@5.10.0)(lightningcss@1.31.1)(magicast@0.5.2)(rollup@4.59.0)(terser@5.46.0)(typescript@5.9.3)(vite@7.3.1(@types/node@20.19.37)(jiti@2.6.1)(lightningcss@1.31.1)(terser@5.46.0)(yaml@2.8.2))(yaml@2.8.2))(typescript@5.9.3)
7965
7264
  '@nuxt/schema': 4.3.1
7966
7265
  '@nuxt/telemetry': 2.7.0(@nuxt/kit@4.3.1(magicast@0.5.2))
7967
- '@nuxt/vite-builder': 4.3.1(@types/node@20.19.37)(eslint@9.39.4(jiti@2.6.1))(lightningcss@1.31.1)(magicast@0.5.2)(nuxt@4.3.1(@parcel/watcher@2.5.6)(@types/node@20.19.37)(@vue/compiler-sfc@3.5.30)(cac@6.7.14)(commander@11.1.0)(db0@0.3.4)(eslint@9.39.4(jiti@2.6.1))(ioredis@5.10.0)(lightningcss@1.31.1)(magicast@0.5.2)(optionator@0.9.4)(rollup@4.59.0)(terser@5.46.0)(typescript@5.9.3)(vite@7.3.1(@types/node@20.19.37)(jiti@2.6.1)(lightningcss@1.31.1)(terser@5.46.0)(yaml@2.8.2))(yaml@2.8.2))(optionator@0.9.4)(rollup@4.59.0)(terser@5.46.0)(typescript@5.9.3)(vue@3.5.30(typescript@5.9.3))(yaml@2.8.2)
7266
+ '@nuxt/vite-builder': 4.3.1(@types/node@20.19.37)(lightningcss@1.31.1)(magicast@0.5.2)(nuxt@4.3.1(@parcel/watcher@2.5.6)(@types/node@20.19.37)(@vue/compiler-sfc@3.5.30)(cac@6.7.14)(commander@11.1.0)(db0@0.3.4)(ioredis@5.10.0)(lightningcss@1.31.1)(magicast@0.5.2)(rollup@4.59.0)(terser@5.46.0)(typescript@5.9.3)(vite@7.3.1(@types/node@20.19.37)(jiti@2.6.1)(lightningcss@1.31.1)(terser@5.46.0)(yaml@2.8.2))(yaml@2.8.2))(rollup@4.59.0)(terser@5.46.0)(typescript@5.9.3)(vue@3.5.30(typescript@5.9.3))(yaml@2.8.2)
7968
7267
  '@unhead/vue': 2.1.12(vue@3.5.30(typescript@5.9.3))
7969
7268
  '@vue/shared': 3.5.30
7970
7269
  c12: 3.3.3(magicast@0.5.2)
@@ -8144,15 +7443,6 @@ snapshots:
8144
7443
  ws: 8.19.0
8145
7444
  zod: 4.3.6
8146
7445
 
8147
- optionator@0.9.4:
8148
- dependencies:
8149
- deep-is: 0.1.4
8150
- fast-levenshtein: 2.0.6
8151
- levn: 0.4.1
8152
- prelude-ls: 1.2.1
8153
- type-check: 0.4.0
8154
- word-wrap: 1.2.5
8155
-
8156
7446
  oxc-minify@0.112.0:
8157
7447
  optionalDependencies:
8158
7448
  '@oxc-minify/binding-android-arm-eabi': 0.112.0
@@ -8231,14 +7521,6 @@ snapshots:
8231
7521
 
8232
7522
  p-finally@1.0.0: {}
8233
7523
 
8234
- p-limit@3.1.0:
8235
- dependencies:
8236
- yocto-queue: 0.1.0
8237
-
8238
- p-locate@5.0.0:
8239
- dependencies:
8240
- p-limit: 3.1.0
8241
-
8242
7524
  p-queue@6.6.2:
8243
7525
  dependencies:
8244
7526
  eventemitter3: 4.0.7
@@ -8250,16 +7532,10 @@ snapshots:
8250
7532
 
8251
7533
  package-json-from-dist@1.0.1: {}
8252
7534
 
8253
- parent-module@1.0.1:
8254
- dependencies:
8255
- callsites: 3.1.0
8256
-
8257
7535
  parseurl@1.3.3: {}
8258
7536
 
8259
7537
  path-browserify@1.0.1: {}
8260
7538
 
8261
- path-exists@4.0.0: {}
8262
-
8263
7539
  path-is-absolute@1.0.1: {}
8264
7540
 
8265
7541
  path-key@3.1.1: {}
@@ -8286,9 +7562,6 @@ snapshots:
8286
7562
 
8287
7563
  perfect-debounce@2.1.0: {}
8288
7564
 
8289
- pg-cloudflare@1.3.0:
8290
- optional: true
8291
-
8292
7565
  pg-connection-string@2.12.0: {}
8293
7566
 
8294
7567
  pg-int8@1.0.1: {}
@@ -8314,8 +7587,6 @@ snapshots:
8314
7587
  pg-protocol: 1.13.0
8315
7588
  pg-types: 2.2.0
8316
7589
  pgpass: 1.0.5
8317
- optionalDependencies:
8318
- pg-cloudflare: 1.3.0
8319
7590
 
8320
7591
  pgpass@1.0.5:
8321
7592
  dependencies:
@@ -8575,8 +7846,6 @@ snapshots:
8575
7846
  tunnel-agent: 0.6.0
8576
7847
  optional: true
8577
7848
 
8578
- prelude-ls@1.2.1: {}
8579
-
8580
7849
  pretty-bytes@7.1.0: {}
8581
7850
 
8582
7851
  process-nextick-args@2.0.1: {}
@@ -8591,8 +7860,6 @@ snapshots:
8591
7860
  once: 1.4.0
8592
7861
  optional: true
8593
7862
 
8594
- punycode@2.3.1: {}
8595
-
8596
7863
  quansync@0.2.11: {}
8597
7864
 
8598
7865
  queue-microtask@1.2.3: {}
@@ -8680,8 +7947,6 @@ snapshots:
8680
7947
 
8681
7948
  require-directory@2.1.1: {}
8682
7949
 
8683
- resolve-from@4.0.0: {}
8684
-
8685
7950
  resolve-from@5.0.0: {}
8686
7951
 
8687
7952
  resolve-path@1.4.0:
@@ -8932,8 +8197,6 @@ snapshots:
8932
8197
  strip-json-comments@2.0.1:
8933
8198
  optional: true
8934
8199
 
8935
- strip-json-comments@3.1.1: {}
8936
-
8937
8200
  strip-literal@3.1.0:
8938
8201
  dependencies:
8939
8202
  js-tokens: 9.0.1
@@ -9129,10 +8392,6 @@ snapshots:
9129
8392
 
9130
8393
  tr46@0.0.3: {}
9131
8394
 
9132
- ts-api-utils@2.5.0(typescript@5.9.3):
9133
- dependencies:
9134
- typescript: 5.9.3
9135
-
9136
8395
  ts-interface-checker@0.1.13: {}
9137
8396
 
9138
8397
  tslib@2.8.1: {}
@@ -9144,10 +8403,6 @@ snapshots:
9144
8403
  safe-buffer: 5.2.1
9145
8404
  optional: true
9146
8405
 
9147
- type-check@0.4.0:
9148
- dependencies:
9149
- prelude-ls: 1.2.1
9150
-
9151
8406
  type-fest@5.4.4:
9152
8407
  dependencies:
9153
8408
  tagged-tag: 1.0.0
@@ -9159,17 +8414,6 @@ snapshots:
9159
8414
 
9160
8415
  type-level-regexp@0.1.17: {}
9161
8416
 
9162
- typescript-eslint@8.59.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.9.3):
9163
- dependencies:
9164
- '@typescript-eslint/eslint-plugin': 8.59.0(@typescript-eslint/parser@8.59.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.4(jiti@2.6.1))(typescript@5.9.3)
9165
- '@typescript-eslint/parser': 8.59.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.9.3)
9166
- '@typescript-eslint/typescript-estree': 8.59.0(typescript@5.9.3)
9167
- '@typescript-eslint/utils': 8.59.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.9.3)
9168
- eslint: 9.39.4(jiti@2.6.1)
9169
- typescript: 5.9.3
9170
- transitivePeerDependencies:
9171
- - supports-color
9172
-
9173
8417
  typescript@5.9.3: {}
9174
8418
 
9175
8419
  ufo@1.6.3: {}
@@ -9306,10 +8550,6 @@ snapshots:
9306
8550
 
9307
8551
  uqr@0.1.2: {}
9308
8552
 
9309
- uri-js@4.4.1:
9310
- dependencies:
9311
- punycode: 2.3.1
9312
-
9313
8553
  util-deprecate@1.0.2: {}
9314
8554
 
9315
8555
  uuid@10.0.0: {}
@@ -9348,7 +8588,7 @@ snapshots:
9348
8588
  - tsx
9349
8589
  - yaml
9350
8590
 
9351
- vite-plugin-checker@0.12.0(eslint@9.39.4(jiti@2.6.1))(optionator@0.9.4)(typescript@5.9.3)(vite@7.3.1(@types/node@20.19.37)(jiti@2.6.1)(lightningcss@1.31.1)(terser@5.46.0)(yaml@2.8.2)):
8591
+ vite-plugin-checker@0.12.0(typescript@5.9.3)(vite@7.3.1(@types/node@20.19.37)(jiti@2.6.1)(lightningcss@1.31.1)(terser@5.46.0)(yaml@2.8.2)):
9352
8592
  dependencies:
9353
8593
  '@babel/code-frame': 7.29.0
9354
8594
  chokidar: 4.0.3
@@ -9360,8 +8600,6 @@ snapshots:
9360
8600
  vite: 7.3.1(@types/node@20.19.37)(jiti@2.6.1)(lightningcss@1.31.1)(terser@5.46.0)(yaml@2.8.2)
9361
8601
  vscode-uri: 3.1.0
9362
8602
  optionalDependencies:
9363
- eslint: 9.39.4(jiti@2.6.1)
9364
- optionator: 0.9.4
9365
8603
  typescript: 5.9.3
9366
8604
 
9367
8605
  vite-plugin-inspect@11.3.3(@nuxt/kit@4.3.1(magicast@0.5.2))(vite@7.3.1(@types/node@20.19.37)(jiti@2.6.1)(lightningcss@1.31.1)(terser@5.46.0)(yaml@2.8.2)):
@@ -9415,18 +8653,6 @@ snapshots:
9415
8653
 
9416
8654
  vue-devtools-stub@0.1.0: {}
9417
8655
 
9418
- vue-eslint-parser@10.4.0(eslint@9.39.4(jiti@2.6.1)):
9419
- dependencies:
9420
- debug: 4.4.3
9421
- eslint: 9.39.4(jiti@2.6.1)
9422
- eslint-scope: 9.1.2
9423
- eslint-visitor-keys: 5.0.1
9424
- espree: 11.2.0
9425
- esquery: 1.7.0
9426
- semver: 7.7.4
9427
- transitivePeerDependencies:
9428
- - supports-color
9429
-
9430
8656
  vue-router@4.6.4(vue@3.5.30(typescript@5.9.3)):
9431
8657
  dependencies:
9432
8658
  '@vue/devtools-api': 6.6.4
@@ -9461,8 +8687,6 @@ snapshots:
9461
8687
  dependencies:
9462
8688
  isexe: 3.1.5
9463
8689
 
9464
- word-wrap@1.2.5: {}
9465
-
9466
8690
  wrap-ansi@7.0.0:
9467
8691
  dependencies:
9468
8692
  ansi-styles: 4.3.0
@@ -9483,8 +8707,6 @@ snapshots:
9483
8707
  dependencies:
9484
8708
  is-wsl: 3.1.1
9485
8709
 
9486
- xml-name-validator@4.0.0: {}
9487
-
9488
8710
  xss@1.0.15:
9489
8711
  dependencies:
9490
8712
  commander: 2.20.3
@@ -9515,8 +8737,6 @@ snapshots:
9515
8737
 
9516
8738
  ylru@1.4.0: {}
9517
8739
 
9518
- yocto-queue@0.1.0: {}
9519
-
9520
8740
  youch-core@0.3.3:
9521
8741
  dependencies:
9522
8742
  '@poppinss/exception': 1.2.3