@vibe2founder/tests2dialects 0.1.0

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 (74) hide show
  1. package/CHANGELOG.md +73 -0
  2. package/bun.lock +22 -0
  3. package/bunfig.toml +2 -0
  4. package/critica.md +77 -0
  5. package/docs/4-ideias.md +66 -0
  6. package/docs/api-api.md +93 -0
  7. package/docs/api-imperativo.md +125 -0
  8. package/docs/api-matematico.md +145 -0
  9. package/docs/api-narrativo.md +181 -0
  10. package/docs/guia-rapido.md +189 -0
  11. package/docs/whitepaper.md +21 -0
  12. package/examples/imperative.spec.ts +58 -0
  13. package/examples/math.spec.ts +52 -0
  14. package/examples/narrative.spec.ts +61 -0
  15. package/examples/polyglot-shopping-cart.spec.ts +212 -0
  16. package/examples/sanity.spec.ts +54 -0
  17. package/examples/showcase-api.spec.ts +70 -0
  18. package/examples/test-api.ts +36 -0
  19. package/infograficos/detalhado.png +0 -0
  20. package/infograficos/mobile.png +0 -0
  21. package/infograficos/normal.png +0 -0
  22. package/landing-page/README.md +38 -0
  23. package/landing-page/bun.lock +609 -0
  24. package/landing-page/eslint.config.js +23 -0
  25. package/landing-page/index.html +17 -0
  26. package/landing-page/package-lock.json +2962 -0
  27. package/landing-page/package.json +34 -0
  28. package/landing-page/postcss.config.js +6 -0
  29. package/landing-page/public/vite.svg +1 -0
  30. package/landing-page/src/App.tsx +358 -0
  31. package/landing-page/src/assets/react.svg +1 -0
  32. package/landing-page/src/index.css +34 -0
  33. package/landing-page/src/main.tsx +10 -0
  34. package/landing-page/tailwind.config.js +59 -0
  35. package/landing-page/tsconfig.app.json +28 -0
  36. package/landing-page/tsconfig.json +7 -0
  37. package/landing-page/tsconfig.node.json +26 -0
  38. package/landing-page/vite.config.ts +7 -0
  39. package/logo.png +0 -0
  40. package/output.log +60 -0
  41. package/package.json +36 -0
  42. package/packages/api-test-dialect/README.md +30 -0
  43. package/packages/api-test-dialect/index.ts +132 -0
  44. package/packages/api-test-dialect/openapi.json +64 -0
  45. package/packages/reqify/README.md +33 -0
  46. package/packages/reqify/index.ts +48 -0
  47. package/podcast/O_Matem/303/241tico,_o_Narrador_e_o_Engenheiro.json +0 -0
  48. package/podcast/O_Matem/303/241tico,_o_Narrador_e_o_Engenheiro.md +0 -0
  49. package/podcast/critica-Dialetos_de_teste__inova/303/247/303/243o_ou_fragmenta/303/247/303/243o_.json +0 -0
  50. package/podcast/critica-Dialetos_de_teste__inova/303/247/303/243o_ou_fragmenta/303/247/303/243o_.md +0 -0
  51. package/podcast/critica-Unificar_filosofia_e_pr/303/241tica_na_documenta/303/247/303/243o_(7_words__covers_t.md +1 -0
  52. package/podcast/critica-Unificar_filosofia_e_pr/303/241tica_na_documenta/303/247/303/243o__7_words__covers_t.ogg +0 -0
  53. package/podcast/critica2-Sil/303/252ncio_estrat/303/251gico_e_sobrecarga_em_READMEs.ogg +0 -0
  54. package/podcast/critica2.json +3191 -0
  55. package/podcast/critica2.md +1 -0
  56. package/podcast/debate-Dialetos_de_teste__inova/303/247/303/243o_ou_fragmenta/303/247/303/243o_.json +0 -0
  57. package/podcast/debate-Dialetos_de_teste__inova/303/247/303/243o_ou_fragmenta/303/247/303/243o_.md +0 -0
  58. package/readme.md +58 -0
  59. package/reports/01-01-2026_00-45.md +40 -0
  60. package/reports/01-01-2026_02-30.md +37 -0
  61. package/reports/03-02-2026_10-55.md +8 -0
  62. package/reports/03-02-2026_11-45.md +13 -0
  63. package/reports/03-02-2026_11-50.md +10 -0
  64. package/reports/26-01-2026_16-25.md +31 -0
  65. package/reports/26-01-2026_19-20.md +27 -0
  66. package/reports/31-12-2025_22-35.md +25 -0
  67. package/reports/31-12-2025_22-45.md +15 -0
  68. package/slides/Dialetos_de_Teste_Um_Executor_M/303/272ltiplos_Vocabul/303/241rios.pdf +0 -0
  69. package/src/cli.ts +445 -0
  70. package/src/index.ts +539 -0
  71. package/tabela.html +350 -0
  72. package/tsconfig.json +22 -0
  73. package/types/api-types.ts +11 -0
  74. package/www/index.html +1344 -0
@@ -0,0 +1,2962 @@
1
+ {
2
+ "name": "landing-page",
3
+ "version": "0.0.0",
4
+ "lockfileVersion": 3,
5
+ "requires": true,
6
+ "packages": {
7
+ "": {
8
+ "name": "landing-page",
9
+ "version": "0.0.0",
10
+ "dependencies": {
11
+ "framer-motion": "^12.29.2",
12
+ "react": "^19.2.0",
13
+ "react-dom": "^19.2.0"
14
+ },
15
+ "devDependencies": {
16
+ "@eslint/js": "^9.39.1",
17
+ "@types/node": "^24.10.1",
18
+ "@types/react": "^19.2.5",
19
+ "@types/react-dom": "^19.2.3",
20
+ "@vitejs/plugin-react": "^5.1.1",
21
+ "autoprefixer": "^10.4.24",
22
+ "eslint": "^9.39.1",
23
+ "eslint-plugin-react-hooks": "^7.0.1",
24
+ "eslint-plugin-react-refresh": "^0.4.24",
25
+ "globals": "^16.5.0",
26
+ "postcss": "^8.5.6",
27
+ "tailwindcss": "3.4.15",
28
+ "typescript": "~5.9.3",
29
+ "typescript-eslint": "^8.46.4",
30
+ "vite": "^7.2.4"
31
+ }
32
+ },
33
+ "node_modules/@alloc/quick-lru": {
34
+ "version": "5.2.0",
35
+ "dev": true,
36
+ "license": "MIT",
37
+ "engines": {
38
+ "node": ">=10"
39
+ },
40
+ "funding": {
41
+ "url": "https://github.com/sponsors/sindresorhus"
42
+ }
43
+ },
44
+ "node_modules/@babel/code-frame": {
45
+ "version": "7.28.6",
46
+ "dev": true,
47
+ "license": "MIT",
48
+ "dependencies": {
49
+ "@babel/helper-validator-identifier": "^7.28.5",
50
+ "js-tokens": "^4.0.0",
51
+ "picocolors": "^1.1.1"
52
+ },
53
+ "engines": {
54
+ "node": ">=6.9.0"
55
+ }
56
+ },
57
+ "node_modules/@babel/compat-data": {
58
+ "version": "7.28.6",
59
+ "dev": true,
60
+ "license": "MIT",
61
+ "engines": {
62
+ "node": ">=6.9.0"
63
+ }
64
+ },
65
+ "node_modules/@babel/core": {
66
+ "version": "7.28.6",
67
+ "dev": true,
68
+ "license": "MIT",
69
+ "dependencies": {
70
+ "@babel/code-frame": "^7.28.6",
71
+ "@babel/generator": "^7.28.6",
72
+ "@babel/helper-compilation-targets": "^7.28.6",
73
+ "@babel/helper-module-transforms": "^7.28.6",
74
+ "@babel/helpers": "^7.28.6",
75
+ "@babel/parser": "^7.28.6",
76
+ "@babel/template": "^7.28.6",
77
+ "@babel/traverse": "^7.28.6",
78
+ "@babel/types": "^7.28.6",
79
+ "@jridgewell/remapping": "^2.3.5",
80
+ "convert-source-map": "^2.0.0",
81
+ "debug": "^4.1.0",
82
+ "gensync": "^1.0.0-beta.2",
83
+ "json5": "^2.2.3",
84
+ "semver": "^6.3.1"
85
+ },
86
+ "engines": {
87
+ "node": ">=6.9.0"
88
+ },
89
+ "funding": {
90
+ "type": "opencollective",
91
+ "url": "https://opencollective.com/babel"
92
+ }
93
+ },
94
+ "node_modules/@babel/generator": {
95
+ "version": "7.28.6",
96
+ "dev": true,
97
+ "license": "MIT",
98
+ "dependencies": {
99
+ "@babel/parser": "^7.28.6",
100
+ "@babel/types": "^7.28.6",
101
+ "@jridgewell/gen-mapping": "^0.3.12",
102
+ "@jridgewell/trace-mapping": "^0.3.28",
103
+ "jsesc": "^3.0.2"
104
+ },
105
+ "engines": {
106
+ "node": ">=6.9.0"
107
+ }
108
+ },
109
+ "node_modules/@babel/helper-compilation-targets": {
110
+ "version": "7.28.6",
111
+ "dev": true,
112
+ "license": "MIT",
113
+ "dependencies": {
114
+ "@babel/compat-data": "^7.28.6",
115
+ "@babel/helper-validator-option": "^7.27.1",
116
+ "browserslist": "^4.24.0",
117
+ "lru-cache": "^5.1.1",
118
+ "semver": "^6.3.1"
119
+ },
120
+ "engines": {
121
+ "node": ">=6.9.0"
122
+ }
123
+ },
124
+ "node_modules/@babel/helper-globals": {
125
+ "version": "7.28.0",
126
+ "dev": true,
127
+ "license": "MIT",
128
+ "engines": {
129
+ "node": ">=6.9.0"
130
+ }
131
+ },
132
+ "node_modules/@babel/helper-module-imports": {
133
+ "version": "7.28.6",
134
+ "dev": true,
135
+ "license": "MIT",
136
+ "dependencies": {
137
+ "@babel/traverse": "^7.28.6",
138
+ "@babel/types": "^7.28.6"
139
+ },
140
+ "engines": {
141
+ "node": ">=6.9.0"
142
+ }
143
+ },
144
+ "node_modules/@babel/helper-module-transforms": {
145
+ "version": "7.28.6",
146
+ "dev": true,
147
+ "license": "MIT",
148
+ "dependencies": {
149
+ "@babel/helper-module-imports": "^7.28.6",
150
+ "@babel/helper-validator-identifier": "^7.28.5",
151
+ "@babel/traverse": "^7.28.6"
152
+ },
153
+ "engines": {
154
+ "node": ">=6.9.0"
155
+ },
156
+ "peerDependencies": {
157
+ "@babel/core": "^7.0.0"
158
+ }
159
+ },
160
+ "node_modules/@babel/helper-plugin-utils": {
161
+ "version": "7.28.6",
162
+ "dev": true,
163
+ "license": "MIT",
164
+ "engines": {
165
+ "node": ">=6.9.0"
166
+ }
167
+ },
168
+ "node_modules/@babel/helper-string-parser": {
169
+ "version": "7.27.1",
170
+ "dev": true,
171
+ "license": "MIT",
172
+ "engines": {
173
+ "node": ">=6.9.0"
174
+ }
175
+ },
176
+ "node_modules/@babel/helper-validator-identifier": {
177
+ "version": "7.28.5",
178
+ "dev": true,
179
+ "license": "MIT",
180
+ "engines": {
181
+ "node": ">=6.9.0"
182
+ }
183
+ },
184
+ "node_modules/@babel/helper-validator-option": {
185
+ "version": "7.27.1",
186
+ "dev": true,
187
+ "license": "MIT",
188
+ "engines": {
189
+ "node": ">=6.9.0"
190
+ }
191
+ },
192
+ "node_modules/@babel/helpers": {
193
+ "version": "7.28.6",
194
+ "dev": true,
195
+ "license": "MIT",
196
+ "dependencies": {
197
+ "@babel/template": "^7.28.6",
198
+ "@babel/types": "^7.28.6"
199
+ },
200
+ "engines": {
201
+ "node": ">=6.9.0"
202
+ }
203
+ },
204
+ "node_modules/@babel/parser": {
205
+ "version": "7.28.6",
206
+ "dev": true,
207
+ "license": "MIT",
208
+ "dependencies": {
209
+ "@babel/types": "^7.28.6"
210
+ },
211
+ "bin": {
212
+ "parser": "bin/babel-parser.js"
213
+ },
214
+ "engines": {
215
+ "node": ">=6.0.0"
216
+ }
217
+ },
218
+ "node_modules/@babel/plugin-transform-react-jsx-self": {
219
+ "version": "7.27.1",
220
+ "dev": true,
221
+ "license": "MIT",
222
+ "dependencies": {
223
+ "@babel/helper-plugin-utils": "^7.27.1"
224
+ },
225
+ "engines": {
226
+ "node": ">=6.9.0"
227
+ },
228
+ "peerDependencies": {
229
+ "@babel/core": "^7.0.0-0"
230
+ }
231
+ },
232
+ "node_modules/@babel/plugin-transform-react-jsx-source": {
233
+ "version": "7.27.1",
234
+ "dev": true,
235
+ "license": "MIT",
236
+ "dependencies": {
237
+ "@babel/helper-plugin-utils": "^7.27.1"
238
+ },
239
+ "engines": {
240
+ "node": ">=6.9.0"
241
+ },
242
+ "peerDependencies": {
243
+ "@babel/core": "^7.0.0-0"
244
+ }
245
+ },
246
+ "node_modules/@babel/template": {
247
+ "version": "7.28.6",
248
+ "dev": true,
249
+ "license": "MIT",
250
+ "dependencies": {
251
+ "@babel/code-frame": "^7.28.6",
252
+ "@babel/parser": "^7.28.6",
253
+ "@babel/types": "^7.28.6"
254
+ },
255
+ "engines": {
256
+ "node": ">=6.9.0"
257
+ }
258
+ },
259
+ "node_modules/@babel/traverse": {
260
+ "version": "7.28.6",
261
+ "dev": true,
262
+ "license": "MIT",
263
+ "dependencies": {
264
+ "@babel/code-frame": "^7.28.6",
265
+ "@babel/generator": "^7.28.6",
266
+ "@babel/helper-globals": "^7.28.0",
267
+ "@babel/parser": "^7.28.6",
268
+ "@babel/template": "^7.28.6",
269
+ "@babel/types": "^7.28.6",
270
+ "debug": "^4.3.1"
271
+ },
272
+ "engines": {
273
+ "node": ">=6.9.0"
274
+ }
275
+ },
276
+ "node_modules/@babel/types": {
277
+ "version": "7.28.6",
278
+ "dev": true,
279
+ "license": "MIT",
280
+ "dependencies": {
281
+ "@babel/helper-string-parser": "^7.27.1",
282
+ "@babel/helper-validator-identifier": "^7.28.5"
283
+ },
284
+ "engines": {
285
+ "node": ">=6.9.0"
286
+ }
287
+ },
288
+ "node_modules/@esbuild/linux-x64": {
289
+ "version": "0.27.2",
290
+ "cpu": [
291
+ "x64"
292
+ ],
293
+ "dev": true,
294
+ "license": "MIT",
295
+ "optional": true,
296
+ "os": [
297
+ "linux"
298
+ ],
299
+ "engines": {
300
+ "node": ">=18"
301
+ }
302
+ },
303
+ "node_modules/@eslint-community/eslint-utils": {
304
+ "version": "4.9.1",
305
+ "dev": true,
306
+ "license": "MIT",
307
+ "dependencies": {
308
+ "eslint-visitor-keys": "^3.4.3"
309
+ },
310
+ "engines": {
311
+ "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
312
+ },
313
+ "funding": {
314
+ "url": "https://opencollective.com/eslint"
315
+ },
316
+ "peerDependencies": {
317
+ "eslint": "^6.0.0 || ^7.0.0 || >=8.0.0"
318
+ }
319
+ },
320
+ "node_modules/@eslint-community/eslint-utils/node_modules/eslint-visitor-keys": {
321
+ "version": "3.4.3",
322
+ "dev": true,
323
+ "license": "Apache-2.0",
324
+ "engines": {
325
+ "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
326
+ },
327
+ "funding": {
328
+ "url": "https://opencollective.com/eslint"
329
+ }
330
+ },
331
+ "node_modules/@eslint-community/regexpp": {
332
+ "version": "4.12.2",
333
+ "dev": true,
334
+ "license": "MIT",
335
+ "engines": {
336
+ "node": "^12.0.0 || ^14.0.0 || >=16.0.0"
337
+ }
338
+ },
339
+ "node_modules/@eslint/config-array": {
340
+ "version": "0.21.1",
341
+ "dev": true,
342
+ "license": "Apache-2.0",
343
+ "dependencies": {
344
+ "@eslint/object-schema": "^2.1.7",
345
+ "debug": "^4.3.1",
346
+ "minimatch": "^3.1.2"
347
+ },
348
+ "engines": {
349
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
350
+ }
351
+ },
352
+ "node_modules/@eslint/config-helpers": {
353
+ "version": "0.4.2",
354
+ "dev": true,
355
+ "license": "Apache-2.0",
356
+ "dependencies": {
357
+ "@eslint/core": "^0.17.0"
358
+ },
359
+ "engines": {
360
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
361
+ }
362
+ },
363
+ "node_modules/@eslint/core": {
364
+ "version": "0.17.0",
365
+ "dev": true,
366
+ "license": "Apache-2.0",
367
+ "dependencies": {
368
+ "@types/json-schema": "^7.0.15"
369
+ },
370
+ "engines": {
371
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
372
+ }
373
+ },
374
+ "node_modules/@eslint/eslintrc": {
375
+ "version": "3.3.3",
376
+ "dev": true,
377
+ "license": "MIT",
378
+ "dependencies": {
379
+ "ajv": "^6.12.4",
380
+ "debug": "^4.3.2",
381
+ "espree": "^10.0.1",
382
+ "globals": "^14.0.0",
383
+ "ignore": "^5.2.0",
384
+ "import-fresh": "^3.2.1",
385
+ "js-yaml": "^4.1.1",
386
+ "minimatch": "^3.1.2",
387
+ "strip-json-comments": "^3.1.1"
388
+ },
389
+ "engines": {
390
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
391
+ },
392
+ "funding": {
393
+ "url": "https://opencollective.com/eslint"
394
+ }
395
+ },
396
+ "node_modules/@eslint/eslintrc/node_modules/globals": {
397
+ "version": "14.0.0",
398
+ "dev": true,
399
+ "license": "MIT",
400
+ "engines": {
401
+ "node": ">=18"
402
+ },
403
+ "funding": {
404
+ "url": "https://github.com/sponsors/sindresorhus"
405
+ }
406
+ },
407
+ "node_modules/@eslint/js": {
408
+ "version": "9.39.2",
409
+ "dev": true,
410
+ "license": "MIT",
411
+ "engines": {
412
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
413
+ },
414
+ "funding": {
415
+ "url": "https://eslint.org/donate"
416
+ }
417
+ },
418
+ "node_modules/@eslint/object-schema": {
419
+ "version": "2.1.7",
420
+ "dev": true,
421
+ "license": "Apache-2.0",
422
+ "engines": {
423
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
424
+ }
425
+ },
426
+ "node_modules/@eslint/plugin-kit": {
427
+ "version": "0.4.1",
428
+ "dev": true,
429
+ "license": "Apache-2.0",
430
+ "dependencies": {
431
+ "@eslint/core": "^0.17.0",
432
+ "levn": "^0.4.1"
433
+ },
434
+ "engines": {
435
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
436
+ }
437
+ },
438
+ "node_modules/@humanfs/core": {
439
+ "version": "0.19.1",
440
+ "dev": true,
441
+ "license": "Apache-2.0",
442
+ "engines": {
443
+ "node": ">=18.18.0"
444
+ }
445
+ },
446
+ "node_modules/@humanfs/node": {
447
+ "version": "0.16.7",
448
+ "dev": true,
449
+ "license": "Apache-2.0",
450
+ "dependencies": {
451
+ "@humanfs/core": "^0.19.1",
452
+ "@humanwhocodes/retry": "^0.4.0"
453
+ },
454
+ "engines": {
455
+ "node": ">=18.18.0"
456
+ }
457
+ },
458
+ "node_modules/@humanwhocodes/module-importer": {
459
+ "version": "1.0.1",
460
+ "dev": true,
461
+ "license": "Apache-2.0",
462
+ "engines": {
463
+ "node": ">=12.22"
464
+ },
465
+ "funding": {
466
+ "type": "github",
467
+ "url": "https://github.com/sponsors/nzakas"
468
+ }
469
+ },
470
+ "node_modules/@humanwhocodes/retry": {
471
+ "version": "0.4.3",
472
+ "dev": true,
473
+ "license": "Apache-2.0",
474
+ "engines": {
475
+ "node": ">=18.18"
476
+ },
477
+ "funding": {
478
+ "type": "github",
479
+ "url": "https://github.com/sponsors/nzakas"
480
+ }
481
+ },
482
+ "node_modules/@jridgewell/gen-mapping": {
483
+ "version": "0.3.13",
484
+ "dev": true,
485
+ "license": "MIT",
486
+ "dependencies": {
487
+ "@jridgewell/sourcemap-codec": "^1.5.0",
488
+ "@jridgewell/trace-mapping": "^0.3.24"
489
+ }
490
+ },
491
+ "node_modules/@jridgewell/remapping": {
492
+ "version": "2.3.5",
493
+ "dev": true,
494
+ "license": "MIT",
495
+ "dependencies": {
496
+ "@jridgewell/gen-mapping": "^0.3.5",
497
+ "@jridgewell/trace-mapping": "^0.3.24"
498
+ }
499
+ },
500
+ "node_modules/@jridgewell/resolve-uri": {
501
+ "version": "3.1.2",
502
+ "dev": true,
503
+ "license": "MIT",
504
+ "engines": {
505
+ "node": ">=6.0.0"
506
+ }
507
+ },
508
+ "node_modules/@jridgewell/sourcemap-codec": {
509
+ "version": "1.5.5",
510
+ "dev": true,
511
+ "license": "MIT"
512
+ },
513
+ "node_modules/@jridgewell/trace-mapping": {
514
+ "version": "0.3.31",
515
+ "dev": true,
516
+ "license": "MIT",
517
+ "dependencies": {
518
+ "@jridgewell/resolve-uri": "^3.1.0",
519
+ "@jridgewell/sourcemap-codec": "^1.4.14"
520
+ }
521
+ },
522
+ "node_modules/@nodelib/fs.scandir": {
523
+ "version": "2.1.5",
524
+ "dev": true,
525
+ "license": "MIT",
526
+ "dependencies": {
527
+ "@nodelib/fs.stat": "2.0.5",
528
+ "run-parallel": "^1.1.9"
529
+ },
530
+ "engines": {
531
+ "node": ">= 8"
532
+ }
533
+ },
534
+ "node_modules/@nodelib/fs.stat": {
535
+ "version": "2.0.5",
536
+ "dev": true,
537
+ "license": "MIT",
538
+ "engines": {
539
+ "node": ">= 8"
540
+ }
541
+ },
542
+ "node_modules/@nodelib/fs.walk": {
543
+ "version": "1.2.8",
544
+ "dev": true,
545
+ "license": "MIT",
546
+ "dependencies": {
547
+ "@nodelib/fs.scandir": "2.1.5",
548
+ "fastq": "^1.6.0"
549
+ },
550
+ "engines": {
551
+ "node": ">= 8"
552
+ }
553
+ },
554
+ "node_modules/@rolldown/pluginutils": {
555
+ "version": "1.0.0-beta.53",
556
+ "dev": true,
557
+ "license": "MIT"
558
+ },
559
+ "node_modules/@rollup/rollup-linux-x64-gnu": {
560
+ "version": "4.57.1",
561
+ "cpu": [
562
+ "x64"
563
+ ],
564
+ "dev": true,
565
+ "license": "MIT",
566
+ "optional": true,
567
+ "os": [
568
+ "linux"
569
+ ]
570
+ },
571
+ "node_modules/@rollup/rollup-linux-x64-musl": {
572
+ "version": "4.57.1",
573
+ "cpu": [
574
+ "x64"
575
+ ],
576
+ "dev": true,
577
+ "license": "MIT",
578
+ "optional": true,
579
+ "os": [
580
+ "linux"
581
+ ]
582
+ },
583
+ "node_modules/@types/babel__core": {
584
+ "version": "7.20.5",
585
+ "dev": true,
586
+ "license": "MIT",
587
+ "dependencies": {
588
+ "@babel/parser": "^7.20.7",
589
+ "@babel/types": "^7.20.7",
590
+ "@types/babel__generator": "*",
591
+ "@types/babel__template": "*",
592
+ "@types/babel__traverse": "*"
593
+ }
594
+ },
595
+ "node_modules/@types/babel__generator": {
596
+ "version": "7.27.0",
597
+ "dev": true,
598
+ "license": "MIT",
599
+ "dependencies": {
600
+ "@babel/types": "^7.0.0"
601
+ }
602
+ },
603
+ "node_modules/@types/babel__template": {
604
+ "version": "7.4.4",
605
+ "dev": true,
606
+ "license": "MIT",
607
+ "dependencies": {
608
+ "@babel/parser": "^7.1.0",
609
+ "@babel/types": "^7.0.0"
610
+ }
611
+ },
612
+ "node_modules/@types/babel__traverse": {
613
+ "version": "7.28.0",
614
+ "dev": true,
615
+ "license": "MIT",
616
+ "dependencies": {
617
+ "@babel/types": "^7.28.2"
618
+ }
619
+ },
620
+ "node_modules/@types/estree": {
621
+ "version": "1.0.8",
622
+ "dev": true,
623
+ "license": "MIT"
624
+ },
625
+ "node_modules/@types/json-schema": {
626
+ "version": "7.0.15",
627
+ "dev": true,
628
+ "license": "MIT"
629
+ },
630
+ "node_modules/@types/node": {
631
+ "version": "24.10.9",
632
+ "dev": true,
633
+ "license": "MIT",
634
+ "dependencies": {
635
+ "undici-types": "~7.16.0"
636
+ }
637
+ },
638
+ "node_modules/@types/react": {
639
+ "version": "19.2.10",
640
+ "dev": true,
641
+ "license": "MIT",
642
+ "dependencies": {
643
+ "csstype": "^3.2.2"
644
+ }
645
+ },
646
+ "node_modules/@types/react-dom": {
647
+ "version": "19.2.3",
648
+ "dev": true,
649
+ "license": "MIT",
650
+ "peerDependencies": {
651
+ "@types/react": "^19.2.0"
652
+ }
653
+ },
654
+ "node_modules/@typescript-eslint/eslint-plugin": {
655
+ "version": "8.54.0",
656
+ "dev": true,
657
+ "license": "MIT",
658
+ "dependencies": {
659
+ "@eslint-community/regexpp": "^4.12.2",
660
+ "@typescript-eslint/scope-manager": "8.54.0",
661
+ "@typescript-eslint/type-utils": "8.54.0",
662
+ "@typescript-eslint/utils": "8.54.0",
663
+ "@typescript-eslint/visitor-keys": "8.54.0",
664
+ "ignore": "^7.0.5",
665
+ "natural-compare": "^1.4.0",
666
+ "ts-api-utils": "^2.4.0"
667
+ },
668
+ "engines": {
669
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
670
+ },
671
+ "funding": {
672
+ "type": "opencollective",
673
+ "url": "https://opencollective.com/typescript-eslint"
674
+ },
675
+ "peerDependencies": {
676
+ "@typescript-eslint/parser": "^8.54.0",
677
+ "eslint": "^8.57.0 || ^9.0.0",
678
+ "typescript": ">=4.8.4 <6.0.0"
679
+ }
680
+ },
681
+ "node_modules/@typescript-eslint/eslint-plugin/node_modules/ignore": {
682
+ "version": "7.0.5",
683
+ "dev": true,
684
+ "license": "MIT",
685
+ "engines": {
686
+ "node": ">= 4"
687
+ }
688
+ },
689
+ "node_modules/@typescript-eslint/parser": {
690
+ "version": "8.54.0",
691
+ "dev": true,
692
+ "license": "MIT",
693
+ "dependencies": {
694
+ "@typescript-eslint/scope-manager": "8.54.0",
695
+ "@typescript-eslint/types": "8.54.0",
696
+ "@typescript-eslint/typescript-estree": "8.54.0",
697
+ "@typescript-eslint/visitor-keys": "8.54.0",
698
+ "debug": "^4.4.3"
699
+ },
700
+ "engines": {
701
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
702
+ },
703
+ "funding": {
704
+ "type": "opencollective",
705
+ "url": "https://opencollective.com/typescript-eslint"
706
+ },
707
+ "peerDependencies": {
708
+ "eslint": "^8.57.0 || ^9.0.0",
709
+ "typescript": ">=4.8.4 <6.0.0"
710
+ }
711
+ },
712
+ "node_modules/@typescript-eslint/project-service": {
713
+ "version": "8.54.0",
714
+ "dev": true,
715
+ "license": "MIT",
716
+ "dependencies": {
717
+ "@typescript-eslint/tsconfig-utils": "^8.54.0",
718
+ "@typescript-eslint/types": "^8.54.0",
719
+ "debug": "^4.4.3"
720
+ },
721
+ "engines": {
722
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
723
+ },
724
+ "funding": {
725
+ "type": "opencollective",
726
+ "url": "https://opencollective.com/typescript-eslint"
727
+ },
728
+ "peerDependencies": {
729
+ "typescript": ">=4.8.4 <6.0.0"
730
+ }
731
+ },
732
+ "node_modules/@typescript-eslint/scope-manager": {
733
+ "version": "8.54.0",
734
+ "dev": true,
735
+ "license": "MIT",
736
+ "dependencies": {
737
+ "@typescript-eslint/types": "8.54.0",
738
+ "@typescript-eslint/visitor-keys": "8.54.0"
739
+ },
740
+ "engines": {
741
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
742
+ },
743
+ "funding": {
744
+ "type": "opencollective",
745
+ "url": "https://opencollective.com/typescript-eslint"
746
+ }
747
+ },
748
+ "node_modules/@typescript-eslint/tsconfig-utils": {
749
+ "version": "8.54.0",
750
+ "dev": true,
751
+ "license": "MIT",
752
+ "engines": {
753
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
754
+ },
755
+ "funding": {
756
+ "type": "opencollective",
757
+ "url": "https://opencollective.com/typescript-eslint"
758
+ },
759
+ "peerDependencies": {
760
+ "typescript": ">=4.8.4 <6.0.0"
761
+ }
762
+ },
763
+ "node_modules/@typescript-eslint/type-utils": {
764
+ "version": "8.54.0",
765
+ "dev": true,
766
+ "license": "MIT",
767
+ "dependencies": {
768
+ "@typescript-eslint/types": "8.54.0",
769
+ "@typescript-eslint/typescript-estree": "8.54.0",
770
+ "@typescript-eslint/utils": "8.54.0",
771
+ "debug": "^4.4.3",
772
+ "ts-api-utils": "^2.4.0"
773
+ },
774
+ "engines": {
775
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
776
+ },
777
+ "funding": {
778
+ "type": "opencollective",
779
+ "url": "https://opencollective.com/typescript-eslint"
780
+ },
781
+ "peerDependencies": {
782
+ "eslint": "^8.57.0 || ^9.0.0",
783
+ "typescript": ">=4.8.4 <6.0.0"
784
+ }
785
+ },
786
+ "node_modules/@typescript-eslint/types": {
787
+ "version": "8.54.0",
788
+ "dev": true,
789
+ "license": "MIT",
790
+ "engines": {
791
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
792
+ },
793
+ "funding": {
794
+ "type": "opencollective",
795
+ "url": "https://opencollective.com/typescript-eslint"
796
+ }
797
+ },
798
+ "node_modules/@typescript-eslint/typescript-estree": {
799
+ "version": "8.54.0",
800
+ "dev": true,
801
+ "license": "MIT",
802
+ "dependencies": {
803
+ "@typescript-eslint/project-service": "8.54.0",
804
+ "@typescript-eslint/tsconfig-utils": "8.54.0",
805
+ "@typescript-eslint/types": "8.54.0",
806
+ "@typescript-eslint/visitor-keys": "8.54.0",
807
+ "debug": "^4.4.3",
808
+ "minimatch": "^9.0.5",
809
+ "semver": "^7.7.3",
810
+ "tinyglobby": "^0.2.15",
811
+ "ts-api-utils": "^2.4.0"
812
+ },
813
+ "engines": {
814
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
815
+ },
816
+ "funding": {
817
+ "type": "opencollective",
818
+ "url": "https://opencollective.com/typescript-eslint"
819
+ },
820
+ "peerDependencies": {
821
+ "typescript": ">=4.8.4 <6.0.0"
822
+ }
823
+ },
824
+ "node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch": {
825
+ "version": "9.0.5",
826
+ "dev": true,
827
+ "license": "ISC",
828
+ "dependencies": {
829
+ "brace-expansion": "^2.0.1"
830
+ },
831
+ "engines": {
832
+ "node": ">=16 || 14 >=14.17"
833
+ },
834
+ "funding": {
835
+ "url": "https://github.com/sponsors/isaacs"
836
+ }
837
+ },
838
+ "node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch/node_modules/brace-expansion": {
839
+ "version": "2.0.2",
840
+ "dev": true,
841
+ "license": "MIT",
842
+ "dependencies": {
843
+ "balanced-match": "^1.0.0"
844
+ }
845
+ },
846
+ "node_modules/@typescript-eslint/typescript-estree/node_modules/semver": {
847
+ "version": "7.7.3",
848
+ "dev": true,
849
+ "license": "ISC",
850
+ "bin": {
851
+ "semver": "bin/semver.js"
852
+ },
853
+ "engines": {
854
+ "node": ">=10"
855
+ }
856
+ },
857
+ "node_modules/@typescript-eslint/utils": {
858
+ "version": "8.54.0",
859
+ "dev": true,
860
+ "license": "MIT",
861
+ "dependencies": {
862
+ "@eslint-community/eslint-utils": "^4.9.1",
863
+ "@typescript-eslint/scope-manager": "8.54.0",
864
+ "@typescript-eslint/types": "8.54.0",
865
+ "@typescript-eslint/typescript-estree": "8.54.0"
866
+ },
867
+ "engines": {
868
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
869
+ },
870
+ "funding": {
871
+ "type": "opencollective",
872
+ "url": "https://opencollective.com/typescript-eslint"
873
+ },
874
+ "peerDependencies": {
875
+ "eslint": "^8.57.0 || ^9.0.0",
876
+ "typescript": ">=4.8.4 <6.0.0"
877
+ }
878
+ },
879
+ "node_modules/@typescript-eslint/visitor-keys": {
880
+ "version": "8.54.0",
881
+ "dev": true,
882
+ "license": "MIT",
883
+ "dependencies": {
884
+ "@typescript-eslint/types": "8.54.0",
885
+ "eslint-visitor-keys": "^4.2.1"
886
+ },
887
+ "engines": {
888
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
889
+ },
890
+ "funding": {
891
+ "type": "opencollective",
892
+ "url": "https://opencollective.com/typescript-eslint"
893
+ }
894
+ },
895
+ "node_modules/@vitejs/plugin-react": {
896
+ "version": "5.1.2",
897
+ "dev": true,
898
+ "license": "MIT",
899
+ "dependencies": {
900
+ "@babel/core": "^7.28.5",
901
+ "@babel/plugin-transform-react-jsx-self": "^7.27.1",
902
+ "@babel/plugin-transform-react-jsx-source": "^7.27.1",
903
+ "@rolldown/pluginutils": "1.0.0-beta.53",
904
+ "@types/babel__core": "^7.20.5",
905
+ "react-refresh": "^0.18.0"
906
+ },
907
+ "engines": {
908
+ "node": "^20.19.0 || >=22.12.0"
909
+ },
910
+ "peerDependencies": {
911
+ "vite": "^4.2.0 || ^5.0.0 || ^6.0.0 || ^7.0.0"
912
+ }
913
+ },
914
+ "node_modules/acorn": {
915
+ "version": "8.15.0",
916
+ "dev": true,
917
+ "license": "MIT",
918
+ "bin": {
919
+ "acorn": "bin/acorn"
920
+ },
921
+ "engines": {
922
+ "node": ">=0.4.0"
923
+ }
924
+ },
925
+ "node_modules/acorn-jsx": {
926
+ "version": "5.3.2",
927
+ "dev": true,
928
+ "license": "MIT",
929
+ "peerDependencies": {
930
+ "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0"
931
+ }
932
+ },
933
+ "node_modules/ajv": {
934
+ "version": "6.12.6",
935
+ "dev": true,
936
+ "license": "MIT",
937
+ "dependencies": {
938
+ "fast-deep-equal": "^3.1.1",
939
+ "fast-json-stable-stringify": "^2.0.0",
940
+ "json-schema-traverse": "^0.4.1",
941
+ "uri-js": "^4.2.2"
942
+ },
943
+ "funding": {
944
+ "type": "github",
945
+ "url": "https://github.com/sponsors/epoberezkin"
946
+ }
947
+ },
948
+ "node_modules/ansi-styles": {
949
+ "version": "4.3.0",
950
+ "dev": true,
951
+ "license": "MIT",
952
+ "dependencies": {
953
+ "color-convert": "^2.0.1"
954
+ },
955
+ "engines": {
956
+ "node": ">=8"
957
+ },
958
+ "funding": {
959
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
960
+ }
961
+ },
962
+ "node_modules/any-promise": {
963
+ "version": "1.3.0",
964
+ "dev": true,
965
+ "license": "MIT"
966
+ },
967
+ "node_modules/anymatch": {
968
+ "version": "3.1.3",
969
+ "dev": true,
970
+ "license": "ISC",
971
+ "dependencies": {
972
+ "normalize-path": "^3.0.0",
973
+ "picomatch": "^2.0.4"
974
+ },
975
+ "engines": {
976
+ "node": ">= 8"
977
+ }
978
+ },
979
+ "node_modules/anymatch/node_modules/picomatch": {
980
+ "version": "2.3.1",
981
+ "dev": true,
982
+ "license": "MIT",
983
+ "engines": {
984
+ "node": ">=8.6"
985
+ },
986
+ "funding": {
987
+ "url": "https://github.com/sponsors/jonschlinkert"
988
+ }
989
+ },
990
+ "node_modules/arg": {
991
+ "version": "5.0.2",
992
+ "dev": true,
993
+ "license": "MIT"
994
+ },
995
+ "node_modules/argparse": {
996
+ "version": "2.0.1",
997
+ "dev": true,
998
+ "license": "Python-2.0"
999
+ },
1000
+ "node_modules/autoprefixer": {
1001
+ "version": "10.4.24",
1002
+ "dev": true,
1003
+ "funding": [
1004
+ {
1005
+ "type": "opencollective",
1006
+ "url": "https://opencollective.com/postcss/"
1007
+ },
1008
+ {
1009
+ "type": "tidelift",
1010
+ "url": "https://tidelift.com/funding/github/npm/autoprefixer"
1011
+ },
1012
+ {
1013
+ "type": "github",
1014
+ "url": "https://github.com/sponsors/ai"
1015
+ }
1016
+ ],
1017
+ "license": "MIT",
1018
+ "dependencies": {
1019
+ "browserslist": "^4.28.1",
1020
+ "caniuse-lite": "^1.0.30001766",
1021
+ "fraction.js": "^5.3.4",
1022
+ "picocolors": "^1.1.1",
1023
+ "postcss-value-parser": "^4.2.0"
1024
+ },
1025
+ "bin": {
1026
+ "autoprefixer": "bin/autoprefixer"
1027
+ },
1028
+ "engines": {
1029
+ "node": "^10 || ^12 || >=14"
1030
+ },
1031
+ "peerDependencies": {
1032
+ "postcss": "^8.1.0"
1033
+ }
1034
+ },
1035
+ "node_modules/balanced-match": {
1036
+ "version": "1.0.2",
1037
+ "dev": true,
1038
+ "license": "MIT"
1039
+ },
1040
+ "node_modules/baseline-browser-mapping": {
1041
+ "version": "2.9.19",
1042
+ "dev": true,
1043
+ "license": "Apache-2.0",
1044
+ "bin": {
1045
+ "baseline-browser-mapping": "dist/cli.js"
1046
+ }
1047
+ },
1048
+ "node_modules/binary-extensions": {
1049
+ "version": "2.3.0",
1050
+ "dev": true,
1051
+ "license": "MIT",
1052
+ "engines": {
1053
+ "node": ">=8"
1054
+ },
1055
+ "funding": {
1056
+ "url": "https://github.com/sponsors/sindresorhus"
1057
+ }
1058
+ },
1059
+ "node_modules/brace-expansion": {
1060
+ "version": "1.1.12",
1061
+ "dev": true,
1062
+ "license": "MIT",
1063
+ "dependencies": {
1064
+ "balanced-match": "^1.0.0",
1065
+ "concat-map": "0.0.1"
1066
+ }
1067
+ },
1068
+ "node_modules/braces": {
1069
+ "version": "3.0.3",
1070
+ "dev": true,
1071
+ "license": "MIT",
1072
+ "dependencies": {
1073
+ "fill-range": "^7.1.1"
1074
+ },
1075
+ "engines": {
1076
+ "node": ">=8"
1077
+ }
1078
+ },
1079
+ "node_modules/browserslist": {
1080
+ "version": "4.28.1",
1081
+ "dev": true,
1082
+ "funding": [
1083
+ {
1084
+ "type": "opencollective",
1085
+ "url": "https://opencollective.com/browserslist"
1086
+ },
1087
+ {
1088
+ "type": "tidelift",
1089
+ "url": "https://tidelift.com/funding/github/npm/browserslist"
1090
+ },
1091
+ {
1092
+ "type": "github",
1093
+ "url": "https://github.com/sponsors/ai"
1094
+ }
1095
+ ],
1096
+ "license": "MIT",
1097
+ "dependencies": {
1098
+ "baseline-browser-mapping": "^2.9.0",
1099
+ "caniuse-lite": "^1.0.30001759",
1100
+ "electron-to-chromium": "^1.5.263",
1101
+ "node-releases": "^2.0.27",
1102
+ "update-browserslist-db": "^1.2.0"
1103
+ },
1104
+ "bin": {
1105
+ "browserslist": "cli.js"
1106
+ },
1107
+ "engines": {
1108
+ "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7"
1109
+ }
1110
+ },
1111
+ "node_modules/callsites": {
1112
+ "version": "3.1.0",
1113
+ "dev": true,
1114
+ "license": "MIT",
1115
+ "engines": {
1116
+ "node": ">=6"
1117
+ }
1118
+ },
1119
+ "node_modules/camelcase-css": {
1120
+ "version": "2.0.1",
1121
+ "dev": true,
1122
+ "license": "MIT",
1123
+ "engines": {
1124
+ "node": ">= 6"
1125
+ }
1126
+ },
1127
+ "node_modules/caniuse-lite": {
1128
+ "version": "1.0.30001766",
1129
+ "dev": true,
1130
+ "funding": [
1131
+ {
1132
+ "type": "opencollective",
1133
+ "url": "https://opencollective.com/browserslist"
1134
+ },
1135
+ {
1136
+ "type": "tidelift",
1137
+ "url": "https://tidelift.com/funding/github/npm/caniuse-lite"
1138
+ },
1139
+ {
1140
+ "type": "github",
1141
+ "url": "https://github.com/sponsors/ai"
1142
+ }
1143
+ ],
1144
+ "license": "CC-BY-4.0"
1145
+ },
1146
+ "node_modules/chalk": {
1147
+ "version": "4.1.2",
1148
+ "dev": true,
1149
+ "license": "MIT",
1150
+ "dependencies": {
1151
+ "ansi-styles": "^4.1.0",
1152
+ "supports-color": "^7.1.0"
1153
+ },
1154
+ "engines": {
1155
+ "node": ">=10"
1156
+ },
1157
+ "funding": {
1158
+ "url": "https://github.com/chalk/chalk?sponsor=1"
1159
+ }
1160
+ },
1161
+ "node_modules/chokidar": {
1162
+ "version": "3.6.0",
1163
+ "dev": true,
1164
+ "license": "MIT",
1165
+ "dependencies": {
1166
+ "anymatch": "~3.1.2",
1167
+ "braces": "~3.0.2",
1168
+ "glob-parent": "~5.1.2",
1169
+ "is-binary-path": "~2.1.0",
1170
+ "is-glob": "~4.0.1",
1171
+ "normalize-path": "~3.0.0",
1172
+ "readdirp": "~3.6.0"
1173
+ },
1174
+ "engines": {
1175
+ "node": ">= 8.10.0"
1176
+ },
1177
+ "funding": {
1178
+ "url": "https://paulmillr.com/funding/"
1179
+ },
1180
+ "optionalDependencies": {
1181
+ "fsevents": "~2.3.2"
1182
+ }
1183
+ },
1184
+ "node_modules/chokidar/node_modules/glob-parent": {
1185
+ "version": "5.1.2",
1186
+ "dev": true,
1187
+ "license": "ISC",
1188
+ "dependencies": {
1189
+ "is-glob": "^4.0.1"
1190
+ },
1191
+ "engines": {
1192
+ "node": ">= 6"
1193
+ }
1194
+ },
1195
+ "node_modules/color-convert": {
1196
+ "version": "2.0.1",
1197
+ "dev": true,
1198
+ "license": "MIT",
1199
+ "dependencies": {
1200
+ "color-name": "~1.1.4"
1201
+ },
1202
+ "engines": {
1203
+ "node": ">=7.0.0"
1204
+ }
1205
+ },
1206
+ "node_modules/color-name": {
1207
+ "version": "1.1.4",
1208
+ "dev": true,
1209
+ "license": "MIT"
1210
+ },
1211
+ "node_modules/commander": {
1212
+ "version": "4.1.1",
1213
+ "dev": true,
1214
+ "license": "MIT",
1215
+ "engines": {
1216
+ "node": ">= 6"
1217
+ }
1218
+ },
1219
+ "node_modules/concat-map": {
1220
+ "version": "0.0.1",
1221
+ "dev": true,
1222
+ "license": "MIT"
1223
+ },
1224
+ "node_modules/convert-source-map": {
1225
+ "version": "2.0.0",
1226
+ "dev": true,
1227
+ "license": "MIT"
1228
+ },
1229
+ "node_modules/cross-spawn": {
1230
+ "version": "7.0.6",
1231
+ "dev": true,
1232
+ "license": "MIT",
1233
+ "dependencies": {
1234
+ "path-key": "^3.1.0",
1235
+ "shebang-command": "^2.0.0",
1236
+ "which": "^2.0.1"
1237
+ },
1238
+ "engines": {
1239
+ "node": ">= 8"
1240
+ }
1241
+ },
1242
+ "node_modules/cssesc": {
1243
+ "version": "3.0.0",
1244
+ "dev": true,
1245
+ "license": "MIT",
1246
+ "bin": {
1247
+ "cssesc": "bin/cssesc"
1248
+ },
1249
+ "engines": {
1250
+ "node": ">=4"
1251
+ }
1252
+ },
1253
+ "node_modules/csstype": {
1254
+ "version": "3.2.3",
1255
+ "dev": true,
1256
+ "license": "MIT"
1257
+ },
1258
+ "node_modules/debug": {
1259
+ "version": "4.4.3",
1260
+ "dev": true,
1261
+ "license": "MIT",
1262
+ "dependencies": {
1263
+ "ms": "^2.1.3"
1264
+ },
1265
+ "engines": {
1266
+ "node": ">=6.0"
1267
+ },
1268
+ "peerDependenciesMeta": {
1269
+ "supports-color": {
1270
+ "optional": true
1271
+ }
1272
+ }
1273
+ },
1274
+ "node_modules/deep-is": {
1275
+ "version": "0.1.4",
1276
+ "dev": true,
1277
+ "license": "MIT"
1278
+ },
1279
+ "node_modules/didyoumean": {
1280
+ "version": "1.2.2",
1281
+ "dev": true,
1282
+ "license": "Apache-2.0"
1283
+ },
1284
+ "node_modules/dlv": {
1285
+ "version": "1.1.3",
1286
+ "dev": true,
1287
+ "license": "MIT"
1288
+ },
1289
+ "node_modules/electron-to-chromium": {
1290
+ "version": "1.5.283",
1291
+ "dev": true,
1292
+ "license": "ISC"
1293
+ },
1294
+ "node_modules/esbuild": {
1295
+ "version": "0.27.2",
1296
+ "dev": true,
1297
+ "hasInstallScript": true,
1298
+ "license": "MIT",
1299
+ "bin": {
1300
+ "esbuild": "bin/esbuild"
1301
+ },
1302
+ "engines": {
1303
+ "node": ">=18"
1304
+ },
1305
+ "optionalDependencies": {
1306
+ "@esbuild/aix-ppc64": "0.27.2",
1307
+ "@esbuild/android-arm": "0.27.2",
1308
+ "@esbuild/android-arm64": "0.27.2",
1309
+ "@esbuild/android-x64": "0.27.2",
1310
+ "@esbuild/darwin-arm64": "0.27.2",
1311
+ "@esbuild/darwin-x64": "0.27.2",
1312
+ "@esbuild/freebsd-arm64": "0.27.2",
1313
+ "@esbuild/freebsd-x64": "0.27.2",
1314
+ "@esbuild/linux-arm": "0.27.2",
1315
+ "@esbuild/linux-arm64": "0.27.2",
1316
+ "@esbuild/linux-ia32": "0.27.2",
1317
+ "@esbuild/linux-loong64": "0.27.2",
1318
+ "@esbuild/linux-mips64el": "0.27.2",
1319
+ "@esbuild/linux-ppc64": "0.27.2",
1320
+ "@esbuild/linux-riscv64": "0.27.2",
1321
+ "@esbuild/linux-s390x": "0.27.2",
1322
+ "@esbuild/linux-x64": "0.27.2",
1323
+ "@esbuild/netbsd-arm64": "0.27.2",
1324
+ "@esbuild/netbsd-x64": "0.27.2",
1325
+ "@esbuild/openbsd-arm64": "0.27.2",
1326
+ "@esbuild/openbsd-x64": "0.27.2",
1327
+ "@esbuild/openharmony-arm64": "0.27.2",
1328
+ "@esbuild/sunos-x64": "0.27.2",
1329
+ "@esbuild/win32-arm64": "0.27.2",
1330
+ "@esbuild/win32-ia32": "0.27.2",
1331
+ "@esbuild/win32-x64": "0.27.2"
1332
+ }
1333
+ },
1334
+ "node_modules/escalade": {
1335
+ "version": "3.2.0",
1336
+ "dev": true,
1337
+ "license": "MIT",
1338
+ "engines": {
1339
+ "node": ">=6"
1340
+ }
1341
+ },
1342
+ "node_modules/escape-string-regexp": {
1343
+ "version": "4.0.0",
1344
+ "dev": true,
1345
+ "license": "MIT",
1346
+ "engines": {
1347
+ "node": ">=10"
1348
+ },
1349
+ "funding": {
1350
+ "url": "https://github.com/sponsors/sindresorhus"
1351
+ }
1352
+ },
1353
+ "node_modules/eslint": {
1354
+ "version": "9.39.2",
1355
+ "dev": true,
1356
+ "license": "MIT",
1357
+ "dependencies": {
1358
+ "@eslint-community/eslint-utils": "^4.8.0",
1359
+ "@eslint-community/regexpp": "^4.12.1",
1360
+ "@eslint/config-array": "^0.21.1",
1361
+ "@eslint/config-helpers": "^0.4.2",
1362
+ "@eslint/core": "^0.17.0",
1363
+ "@eslint/eslintrc": "^3.3.1",
1364
+ "@eslint/js": "9.39.2",
1365
+ "@eslint/plugin-kit": "^0.4.1",
1366
+ "@humanfs/node": "^0.16.6",
1367
+ "@humanwhocodes/module-importer": "^1.0.1",
1368
+ "@humanwhocodes/retry": "^0.4.2",
1369
+ "@types/estree": "^1.0.6",
1370
+ "ajv": "^6.12.4",
1371
+ "chalk": "^4.0.0",
1372
+ "cross-spawn": "^7.0.6",
1373
+ "debug": "^4.3.2",
1374
+ "escape-string-regexp": "^4.0.0",
1375
+ "eslint-scope": "^8.4.0",
1376
+ "eslint-visitor-keys": "^4.2.1",
1377
+ "espree": "^10.4.0",
1378
+ "esquery": "^1.5.0",
1379
+ "esutils": "^2.0.2",
1380
+ "fast-deep-equal": "^3.1.3",
1381
+ "file-entry-cache": "^8.0.0",
1382
+ "find-up": "^5.0.0",
1383
+ "glob-parent": "^6.0.2",
1384
+ "ignore": "^5.2.0",
1385
+ "imurmurhash": "^0.1.4",
1386
+ "is-glob": "^4.0.0",
1387
+ "json-stable-stringify-without-jsonify": "^1.0.1",
1388
+ "lodash.merge": "^4.6.2",
1389
+ "minimatch": "^3.1.2",
1390
+ "natural-compare": "^1.4.0",
1391
+ "optionator": "^0.9.3"
1392
+ },
1393
+ "bin": {
1394
+ "eslint": "bin/eslint.js"
1395
+ },
1396
+ "engines": {
1397
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
1398
+ },
1399
+ "funding": {
1400
+ "url": "https://eslint.org/donate"
1401
+ },
1402
+ "peerDependencies": {
1403
+ "jiti": "*"
1404
+ },
1405
+ "peerDependenciesMeta": {
1406
+ "jiti": {
1407
+ "optional": true
1408
+ }
1409
+ }
1410
+ },
1411
+ "node_modules/eslint-plugin-react-hooks": {
1412
+ "version": "7.0.1",
1413
+ "dev": true,
1414
+ "license": "MIT",
1415
+ "dependencies": {
1416
+ "@babel/core": "^7.24.4",
1417
+ "@babel/parser": "^7.24.4",
1418
+ "hermes-parser": "^0.25.1",
1419
+ "zod": "^3.25.0 || ^4.0.0",
1420
+ "zod-validation-error": "^3.5.0 || ^4.0.0"
1421
+ },
1422
+ "engines": {
1423
+ "node": ">=18"
1424
+ },
1425
+ "peerDependencies": {
1426
+ "eslint": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0 || ^9.0.0"
1427
+ }
1428
+ },
1429
+ "node_modules/eslint-plugin-react-refresh": {
1430
+ "version": "0.4.26",
1431
+ "dev": true,
1432
+ "license": "MIT",
1433
+ "peerDependencies": {
1434
+ "eslint": ">=8.40"
1435
+ }
1436
+ },
1437
+ "node_modules/eslint-scope": {
1438
+ "version": "8.4.0",
1439
+ "dev": true,
1440
+ "license": "BSD-2-Clause",
1441
+ "dependencies": {
1442
+ "esrecurse": "^4.3.0",
1443
+ "estraverse": "^5.2.0"
1444
+ },
1445
+ "engines": {
1446
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
1447
+ },
1448
+ "funding": {
1449
+ "url": "https://opencollective.com/eslint"
1450
+ }
1451
+ },
1452
+ "node_modules/eslint-visitor-keys": {
1453
+ "version": "4.2.1",
1454
+ "dev": true,
1455
+ "license": "Apache-2.0",
1456
+ "engines": {
1457
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
1458
+ },
1459
+ "funding": {
1460
+ "url": "https://opencollective.com/eslint"
1461
+ }
1462
+ },
1463
+ "node_modules/espree": {
1464
+ "version": "10.4.0",
1465
+ "dev": true,
1466
+ "license": "BSD-2-Clause",
1467
+ "dependencies": {
1468
+ "acorn": "^8.15.0",
1469
+ "acorn-jsx": "^5.3.2",
1470
+ "eslint-visitor-keys": "^4.2.1"
1471
+ },
1472
+ "engines": {
1473
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
1474
+ },
1475
+ "funding": {
1476
+ "url": "https://opencollective.com/eslint"
1477
+ }
1478
+ },
1479
+ "node_modules/esquery": {
1480
+ "version": "1.7.0",
1481
+ "dev": true,
1482
+ "license": "BSD-3-Clause",
1483
+ "dependencies": {
1484
+ "estraverse": "^5.1.0"
1485
+ },
1486
+ "engines": {
1487
+ "node": ">=0.10"
1488
+ }
1489
+ },
1490
+ "node_modules/esrecurse": {
1491
+ "version": "4.3.0",
1492
+ "dev": true,
1493
+ "license": "BSD-2-Clause",
1494
+ "dependencies": {
1495
+ "estraverse": "^5.2.0"
1496
+ },
1497
+ "engines": {
1498
+ "node": ">=4.0"
1499
+ }
1500
+ },
1501
+ "node_modules/estraverse": {
1502
+ "version": "5.3.0",
1503
+ "dev": true,
1504
+ "license": "BSD-2-Clause",
1505
+ "engines": {
1506
+ "node": ">=4.0"
1507
+ }
1508
+ },
1509
+ "node_modules/esutils": {
1510
+ "version": "2.0.3",
1511
+ "dev": true,
1512
+ "license": "BSD-2-Clause",
1513
+ "engines": {
1514
+ "node": ">=0.10.0"
1515
+ }
1516
+ },
1517
+ "node_modules/fast-deep-equal": {
1518
+ "version": "3.1.3",
1519
+ "dev": true,
1520
+ "license": "MIT"
1521
+ },
1522
+ "node_modules/fast-glob": {
1523
+ "version": "3.3.3",
1524
+ "dev": true,
1525
+ "license": "MIT",
1526
+ "dependencies": {
1527
+ "@nodelib/fs.stat": "^2.0.2",
1528
+ "@nodelib/fs.walk": "^1.2.3",
1529
+ "glob-parent": "^5.1.2",
1530
+ "merge2": "^1.3.0",
1531
+ "micromatch": "^4.0.8"
1532
+ },
1533
+ "engines": {
1534
+ "node": ">=8.6.0"
1535
+ }
1536
+ },
1537
+ "node_modules/fast-glob/node_modules/glob-parent": {
1538
+ "version": "5.1.2",
1539
+ "dev": true,
1540
+ "license": "ISC",
1541
+ "dependencies": {
1542
+ "is-glob": "^4.0.1"
1543
+ },
1544
+ "engines": {
1545
+ "node": ">= 6"
1546
+ }
1547
+ },
1548
+ "node_modules/fast-json-stable-stringify": {
1549
+ "version": "2.1.0",
1550
+ "dev": true,
1551
+ "license": "MIT"
1552
+ },
1553
+ "node_modules/fast-levenshtein": {
1554
+ "version": "2.0.6",
1555
+ "dev": true,
1556
+ "license": "MIT"
1557
+ },
1558
+ "node_modules/fastq": {
1559
+ "version": "1.20.1",
1560
+ "dev": true,
1561
+ "license": "ISC",
1562
+ "dependencies": {
1563
+ "reusify": "^1.0.4"
1564
+ }
1565
+ },
1566
+ "node_modules/fdir": {
1567
+ "version": "6.5.0",
1568
+ "dev": true,
1569
+ "license": "MIT",
1570
+ "engines": {
1571
+ "node": ">=12.0.0"
1572
+ },
1573
+ "peerDependencies": {
1574
+ "picomatch": "^3 || ^4"
1575
+ },
1576
+ "peerDependenciesMeta": {
1577
+ "picomatch": {
1578
+ "optional": true
1579
+ }
1580
+ }
1581
+ },
1582
+ "node_modules/file-entry-cache": {
1583
+ "version": "8.0.0",
1584
+ "dev": true,
1585
+ "license": "MIT",
1586
+ "dependencies": {
1587
+ "flat-cache": "^4.0.0"
1588
+ },
1589
+ "engines": {
1590
+ "node": ">=16.0.0"
1591
+ }
1592
+ },
1593
+ "node_modules/fill-range": {
1594
+ "version": "7.1.1",
1595
+ "dev": true,
1596
+ "license": "MIT",
1597
+ "dependencies": {
1598
+ "to-regex-range": "^5.0.1"
1599
+ },
1600
+ "engines": {
1601
+ "node": ">=8"
1602
+ }
1603
+ },
1604
+ "node_modules/find-up": {
1605
+ "version": "5.0.0",
1606
+ "dev": true,
1607
+ "license": "MIT",
1608
+ "dependencies": {
1609
+ "locate-path": "^6.0.0",
1610
+ "path-exists": "^4.0.0"
1611
+ },
1612
+ "engines": {
1613
+ "node": ">=10"
1614
+ },
1615
+ "funding": {
1616
+ "url": "https://github.com/sponsors/sindresorhus"
1617
+ }
1618
+ },
1619
+ "node_modules/flat-cache": {
1620
+ "version": "4.0.1",
1621
+ "dev": true,
1622
+ "license": "MIT",
1623
+ "dependencies": {
1624
+ "flatted": "^3.2.9",
1625
+ "keyv": "^4.5.4"
1626
+ },
1627
+ "engines": {
1628
+ "node": ">=16"
1629
+ }
1630
+ },
1631
+ "node_modules/flatted": {
1632
+ "version": "3.3.3",
1633
+ "dev": true,
1634
+ "license": "ISC"
1635
+ },
1636
+ "node_modules/fraction.js": {
1637
+ "version": "5.3.4",
1638
+ "dev": true,
1639
+ "license": "MIT",
1640
+ "engines": {
1641
+ "node": "*"
1642
+ },
1643
+ "funding": {
1644
+ "type": "github",
1645
+ "url": "https://github.com/sponsors/rawify"
1646
+ }
1647
+ },
1648
+ "node_modules/framer-motion": {
1649
+ "version": "12.29.2",
1650
+ "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-12.29.2.tgz",
1651
+ "integrity": "sha512-lSNRzBJk4wuIy0emYQ/nfZ7eWhqud2umPKw2QAQki6uKhZPKm2hRQHeQoHTG9MIvfobb+A/LbEWPJU794ZUKrg==",
1652
+ "license": "MIT",
1653
+ "dependencies": {
1654
+ "motion-dom": "^12.29.2",
1655
+ "motion-utils": "^12.29.2",
1656
+ "tslib": "^2.4.0"
1657
+ },
1658
+ "peerDependencies": {
1659
+ "@emotion/is-prop-valid": "*",
1660
+ "react": "^18.0.0 || ^19.0.0",
1661
+ "react-dom": "^18.0.0 || ^19.0.0"
1662
+ },
1663
+ "peerDependenciesMeta": {
1664
+ "@emotion/is-prop-valid": {
1665
+ "optional": true
1666
+ },
1667
+ "react": {
1668
+ "optional": true
1669
+ },
1670
+ "react-dom": {
1671
+ "optional": true
1672
+ }
1673
+ }
1674
+ },
1675
+ "node_modules/function-bind": {
1676
+ "version": "1.1.2",
1677
+ "dev": true,
1678
+ "license": "MIT",
1679
+ "funding": {
1680
+ "url": "https://github.com/sponsors/ljharb"
1681
+ }
1682
+ },
1683
+ "node_modules/gensync": {
1684
+ "version": "1.0.0-beta.2",
1685
+ "dev": true,
1686
+ "license": "MIT",
1687
+ "engines": {
1688
+ "node": ">=6.9.0"
1689
+ }
1690
+ },
1691
+ "node_modules/glob-parent": {
1692
+ "version": "6.0.2",
1693
+ "dev": true,
1694
+ "license": "ISC",
1695
+ "dependencies": {
1696
+ "is-glob": "^4.0.3"
1697
+ },
1698
+ "engines": {
1699
+ "node": ">=10.13.0"
1700
+ }
1701
+ },
1702
+ "node_modules/globals": {
1703
+ "version": "16.5.0",
1704
+ "dev": true,
1705
+ "license": "MIT",
1706
+ "engines": {
1707
+ "node": ">=18"
1708
+ },
1709
+ "funding": {
1710
+ "url": "https://github.com/sponsors/sindresorhus"
1711
+ }
1712
+ },
1713
+ "node_modules/has-flag": {
1714
+ "version": "4.0.0",
1715
+ "dev": true,
1716
+ "license": "MIT",
1717
+ "engines": {
1718
+ "node": ">=8"
1719
+ }
1720
+ },
1721
+ "node_modules/hasown": {
1722
+ "version": "2.0.2",
1723
+ "dev": true,
1724
+ "license": "MIT",
1725
+ "dependencies": {
1726
+ "function-bind": "^1.1.2"
1727
+ },
1728
+ "engines": {
1729
+ "node": ">= 0.4"
1730
+ }
1731
+ },
1732
+ "node_modules/hermes-estree": {
1733
+ "version": "0.25.1",
1734
+ "dev": true,
1735
+ "license": "MIT"
1736
+ },
1737
+ "node_modules/hermes-parser": {
1738
+ "version": "0.25.1",
1739
+ "dev": true,
1740
+ "license": "MIT",
1741
+ "dependencies": {
1742
+ "hermes-estree": "0.25.1"
1743
+ }
1744
+ },
1745
+ "node_modules/ignore": {
1746
+ "version": "5.3.2",
1747
+ "dev": true,
1748
+ "license": "MIT",
1749
+ "engines": {
1750
+ "node": ">= 4"
1751
+ }
1752
+ },
1753
+ "node_modules/import-fresh": {
1754
+ "version": "3.3.1",
1755
+ "dev": true,
1756
+ "license": "MIT",
1757
+ "dependencies": {
1758
+ "parent-module": "^1.0.0",
1759
+ "resolve-from": "^4.0.0"
1760
+ },
1761
+ "engines": {
1762
+ "node": ">=6"
1763
+ },
1764
+ "funding": {
1765
+ "url": "https://github.com/sponsors/sindresorhus"
1766
+ }
1767
+ },
1768
+ "node_modules/imurmurhash": {
1769
+ "version": "0.1.4",
1770
+ "dev": true,
1771
+ "license": "MIT",
1772
+ "engines": {
1773
+ "node": ">=0.8.19"
1774
+ }
1775
+ },
1776
+ "node_modules/is-binary-path": {
1777
+ "version": "2.1.0",
1778
+ "dev": true,
1779
+ "license": "MIT",
1780
+ "dependencies": {
1781
+ "binary-extensions": "^2.0.0"
1782
+ },
1783
+ "engines": {
1784
+ "node": ">=8"
1785
+ }
1786
+ },
1787
+ "node_modules/is-core-module": {
1788
+ "version": "2.16.1",
1789
+ "dev": true,
1790
+ "license": "MIT",
1791
+ "dependencies": {
1792
+ "hasown": "^2.0.2"
1793
+ },
1794
+ "engines": {
1795
+ "node": ">= 0.4"
1796
+ },
1797
+ "funding": {
1798
+ "url": "https://github.com/sponsors/ljharb"
1799
+ }
1800
+ },
1801
+ "node_modules/is-extglob": {
1802
+ "version": "2.1.1",
1803
+ "dev": true,
1804
+ "license": "MIT",
1805
+ "engines": {
1806
+ "node": ">=0.10.0"
1807
+ }
1808
+ },
1809
+ "node_modules/is-glob": {
1810
+ "version": "4.0.3",
1811
+ "dev": true,
1812
+ "license": "MIT",
1813
+ "dependencies": {
1814
+ "is-extglob": "^2.1.1"
1815
+ },
1816
+ "engines": {
1817
+ "node": ">=0.10.0"
1818
+ }
1819
+ },
1820
+ "node_modules/is-number": {
1821
+ "version": "7.0.0",
1822
+ "dev": true,
1823
+ "license": "MIT",
1824
+ "engines": {
1825
+ "node": ">=0.12.0"
1826
+ }
1827
+ },
1828
+ "node_modules/isexe": {
1829
+ "version": "2.0.0",
1830
+ "dev": true,
1831
+ "license": "ISC"
1832
+ },
1833
+ "node_modules/jiti": {
1834
+ "version": "1.21.7",
1835
+ "dev": true,
1836
+ "license": "MIT",
1837
+ "bin": {
1838
+ "jiti": "bin/jiti.js"
1839
+ }
1840
+ },
1841
+ "node_modules/js-tokens": {
1842
+ "version": "4.0.0",
1843
+ "dev": true,
1844
+ "license": "MIT"
1845
+ },
1846
+ "node_modules/js-yaml": {
1847
+ "version": "4.1.1",
1848
+ "dev": true,
1849
+ "license": "MIT",
1850
+ "dependencies": {
1851
+ "argparse": "^2.0.1"
1852
+ },
1853
+ "bin": {
1854
+ "js-yaml": "bin/js-yaml.js"
1855
+ }
1856
+ },
1857
+ "node_modules/jsesc": {
1858
+ "version": "3.1.0",
1859
+ "dev": true,
1860
+ "license": "MIT",
1861
+ "bin": {
1862
+ "jsesc": "bin/jsesc"
1863
+ },
1864
+ "engines": {
1865
+ "node": ">=6"
1866
+ }
1867
+ },
1868
+ "node_modules/json-buffer": {
1869
+ "version": "3.0.1",
1870
+ "dev": true,
1871
+ "license": "MIT"
1872
+ },
1873
+ "node_modules/json-schema-traverse": {
1874
+ "version": "0.4.1",
1875
+ "dev": true,
1876
+ "license": "MIT"
1877
+ },
1878
+ "node_modules/json-stable-stringify-without-jsonify": {
1879
+ "version": "1.0.1",
1880
+ "dev": true,
1881
+ "license": "MIT"
1882
+ },
1883
+ "node_modules/json5": {
1884
+ "version": "2.2.3",
1885
+ "dev": true,
1886
+ "license": "MIT",
1887
+ "bin": {
1888
+ "json5": "lib/cli.js"
1889
+ },
1890
+ "engines": {
1891
+ "node": ">=6"
1892
+ }
1893
+ },
1894
+ "node_modules/keyv": {
1895
+ "version": "4.5.4",
1896
+ "dev": true,
1897
+ "license": "MIT",
1898
+ "dependencies": {
1899
+ "json-buffer": "3.0.1"
1900
+ }
1901
+ },
1902
+ "node_modules/levn": {
1903
+ "version": "0.4.1",
1904
+ "dev": true,
1905
+ "license": "MIT",
1906
+ "dependencies": {
1907
+ "prelude-ls": "^1.2.1",
1908
+ "type-check": "~0.4.0"
1909
+ },
1910
+ "engines": {
1911
+ "node": ">= 0.8.0"
1912
+ }
1913
+ },
1914
+ "node_modules/lilconfig": {
1915
+ "version": "2.1.0",
1916
+ "dev": true,
1917
+ "license": "MIT",
1918
+ "engines": {
1919
+ "node": ">=10"
1920
+ }
1921
+ },
1922
+ "node_modules/lines-and-columns": {
1923
+ "version": "1.2.4",
1924
+ "dev": true,
1925
+ "license": "MIT"
1926
+ },
1927
+ "node_modules/locate-path": {
1928
+ "version": "6.0.0",
1929
+ "dev": true,
1930
+ "license": "MIT",
1931
+ "dependencies": {
1932
+ "p-locate": "^5.0.0"
1933
+ },
1934
+ "engines": {
1935
+ "node": ">=10"
1936
+ },
1937
+ "funding": {
1938
+ "url": "https://github.com/sponsors/sindresorhus"
1939
+ }
1940
+ },
1941
+ "node_modules/lodash.merge": {
1942
+ "version": "4.6.2",
1943
+ "dev": true,
1944
+ "license": "MIT"
1945
+ },
1946
+ "node_modules/lru-cache": {
1947
+ "version": "5.1.1",
1948
+ "dev": true,
1949
+ "license": "ISC",
1950
+ "dependencies": {
1951
+ "yallist": "^3.0.2"
1952
+ }
1953
+ },
1954
+ "node_modules/merge2": {
1955
+ "version": "1.4.1",
1956
+ "dev": true,
1957
+ "license": "MIT",
1958
+ "engines": {
1959
+ "node": ">= 8"
1960
+ }
1961
+ },
1962
+ "node_modules/micromatch": {
1963
+ "version": "4.0.8",
1964
+ "dev": true,
1965
+ "license": "MIT",
1966
+ "dependencies": {
1967
+ "braces": "^3.0.3",
1968
+ "picomatch": "^2.3.1"
1969
+ },
1970
+ "engines": {
1971
+ "node": ">=8.6"
1972
+ }
1973
+ },
1974
+ "node_modules/micromatch/node_modules/picomatch": {
1975
+ "version": "2.3.1",
1976
+ "dev": true,
1977
+ "license": "MIT",
1978
+ "engines": {
1979
+ "node": ">=8.6"
1980
+ },
1981
+ "funding": {
1982
+ "url": "https://github.com/sponsors/jonschlinkert"
1983
+ }
1984
+ },
1985
+ "node_modules/minimatch": {
1986
+ "version": "3.1.2",
1987
+ "dev": true,
1988
+ "license": "ISC",
1989
+ "dependencies": {
1990
+ "brace-expansion": "^1.1.7"
1991
+ },
1992
+ "engines": {
1993
+ "node": "*"
1994
+ }
1995
+ },
1996
+ "node_modules/motion-dom": {
1997
+ "version": "12.29.2",
1998
+ "resolved": "https://registry.npmjs.org/motion-dom/-/motion-dom-12.29.2.tgz",
1999
+ "integrity": "sha512-/k+NuycVV8pykxyiTCoFzIVLA95Nb1BFIVvfSu9L50/6K6qNeAYtkxXILy/LRutt7AzaYDc2myj0wkCVVYAPPA==",
2000
+ "license": "MIT",
2001
+ "dependencies": {
2002
+ "motion-utils": "^12.29.2"
2003
+ }
2004
+ },
2005
+ "node_modules/motion-utils": {
2006
+ "version": "12.29.2",
2007
+ "resolved": "https://registry.npmjs.org/motion-utils/-/motion-utils-12.29.2.tgz",
2008
+ "integrity": "sha512-G3kc34H2cX2gI63RqU+cZq+zWRRPSsNIOjpdl9TN4AQwC4sgwYPl/Q/Obf/d53nOm569T0fYK+tcoSV50BWx8A==",
2009
+ "license": "MIT"
2010
+ },
2011
+ "node_modules/ms": {
2012
+ "version": "2.1.3",
2013
+ "dev": true,
2014
+ "license": "MIT"
2015
+ },
2016
+ "node_modules/mz": {
2017
+ "version": "2.7.0",
2018
+ "dev": true,
2019
+ "license": "MIT",
2020
+ "dependencies": {
2021
+ "any-promise": "^1.0.0",
2022
+ "object-assign": "^4.0.1",
2023
+ "thenify-all": "^1.0.0"
2024
+ }
2025
+ },
2026
+ "node_modules/nanoid": {
2027
+ "version": "3.3.11",
2028
+ "dev": true,
2029
+ "funding": [
2030
+ {
2031
+ "type": "github",
2032
+ "url": "https://github.com/sponsors/ai"
2033
+ }
2034
+ ],
2035
+ "license": "MIT",
2036
+ "bin": {
2037
+ "nanoid": "bin/nanoid.cjs"
2038
+ },
2039
+ "engines": {
2040
+ "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
2041
+ }
2042
+ },
2043
+ "node_modules/natural-compare": {
2044
+ "version": "1.4.0",
2045
+ "dev": true,
2046
+ "license": "MIT"
2047
+ },
2048
+ "node_modules/node-releases": {
2049
+ "version": "2.0.27",
2050
+ "dev": true,
2051
+ "license": "MIT"
2052
+ },
2053
+ "node_modules/normalize-path": {
2054
+ "version": "3.0.0",
2055
+ "dev": true,
2056
+ "license": "MIT",
2057
+ "engines": {
2058
+ "node": ">=0.10.0"
2059
+ }
2060
+ },
2061
+ "node_modules/object-assign": {
2062
+ "version": "4.1.1",
2063
+ "dev": true,
2064
+ "license": "MIT",
2065
+ "engines": {
2066
+ "node": ">=0.10.0"
2067
+ }
2068
+ },
2069
+ "node_modules/object-hash": {
2070
+ "version": "3.0.0",
2071
+ "dev": true,
2072
+ "license": "MIT",
2073
+ "engines": {
2074
+ "node": ">= 6"
2075
+ }
2076
+ },
2077
+ "node_modules/optionator": {
2078
+ "version": "0.9.4",
2079
+ "dev": true,
2080
+ "license": "MIT",
2081
+ "dependencies": {
2082
+ "deep-is": "^0.1.3",
2083
+ "fast-levenshtein": "^2.0.6",
2084
+ "levn": "^0.4.1",
2085
+ "prelude-ls": "^1.2.1",
2086
+ "type-check": "^0.4.0",
2087
+ "word-wrap": "^1.2.5"
2088
+ },
2089
+ "engines": {
2090
+ "node": ">= 0.8.0"
2091
+ }
2092
+ },
2093
+ "node_modules/p-limit": {
2094
+ "version": "3.1.0",
2095
+ "dev": true,
2096
+ "license": "MIT",
2097
+ "dependencies": {
2098
+ "yocto-queue": "^0.1.0"
2099
+ },
2100
+ "engines": {
2101
+ "node": ">=10"
2102
+ },
2103
+ "funding": {
2104
+ "url": "https://github.com/sponsors/sindresorhus"
2105
+ }
2106
+ },
2107
+ "node_modules/p-locate": {
2108
+ "version": "5.0.0",
2109
+ "dev": true,
2110
+ "license": "MIT",
2111
+ "dependencies": {
2112
+ "p-limit": "^3.0.2"
2113
+ },
2114
+ "engines": {
2115
+ "node": ">=10"
2116
+ },
2117
+ "funding": {
2118
+ "url": "https://github.com/sponsors/sindresorhus"
2119
+ }
2120
+ },
2121
+ "node_modules/parent-module": {
2122
+ "version": "1.0.1",
2123
+ "dev": true,
2124
+ "license": "MIT",
2125
+ "dependencies": {
2126
+ "callsites": "^3.0.0"
2127
+ },
2128
+ "engines": {
2129
+ "node": ">=6"
2130
+ }
2131
+ },
2132
+ "node_modules/path-exists": {
2133
+ "version": "4.0.0",
2134
+ "dev": true,
2135
+ "license": "MIT",
2136
+ "engines": {
2137
+ "node": ">=8"
2138
+ }
2139
+ },
2140
+ "node_modules/path-key": {
2141
+ "version": "3.1.1",
2142
+ "dev": true,
2143
+ "license": "MIT",
2144
+ "engines": {
2145
+ "node": ">=8"
2146
+ }
2147
+ },
2148
+ "node_modules/path-parse": {
2149
+ "version": "1.0.7",
2150
+ "dev": true,
2151
+ "license": "MIT"
2152
+ },
2153
+ "node_modules/picocolors": {
2154
+ "version": "1.1.1",
2155
+ "dev": true,
2156
+ "license": "ISC"
2157
+ },
2158
+ "node_modules/picomatch": {
2159
+ "version": "4.0.3",
2160
+ "dev": true,
2161
+ "license": "MIT",
2162
+ "engines": {
2163
+ "node": ">=12"
2164
+ },
2165
+ "funding": {
2166
+ "url": "https://github.com/sponsors/jonschlinkert"
2167
+ }
2168
+ },
2169
+ "node_modules/pify": {
2170
+ "version": "2.3.0",
2171
+ "dev": true,
2172
+ "license": "MIT",
2173
+ "engines": {
2174
+ "node": ">=0.10.0"
2175
+ }
2176
+ },
2177
+ "node_modules/pirates": {
2178
+ "version": "4.0.7",
2179
+ "dev": true,
2180
+ "license": "MIT",
2181
+ "engines": {
2182
+ "node": ">= 6"
2183
+ }
2184
+ },
2185
+ "node_modules/postcss": {
2186
+ "version": "8.5.6",
2187
+ "dev": true,
2188
+ "funding": [
2189
+ {
2190
+ "type": "opencollective",
2191
+ "url": "https://opencollective.com/postcss/"
2192
+ },
2193
+ {
2194
+ "type": "tidelift",
2195
+ "url": "https://tidelift.com/funding/github/npm/postcss"
2196
+ },
2197
+ {
2198
+ "type": "github",
2199
+ "url": "https://github.com/sponsors/ai"
2200
+ }
2201
+ ],
2202
+ "license": "MIT",
2203
+ "dependencies": {
2204
+ "nanoid": "^3.3.11",
2205
+ "picocolors": "^1.1.1",
2206
+ "source-map-js": "^1.2.1"
2207
+ },
2208
+ "engines": {
2209
+ "node": "^10 || ^12 || >=14"
2210
+ }
2211
+ },
2212
+ "node_modules/postcss-import": {
2213
+ "version": "15.1.0",
2214
+ "dev": true,
2215
+ "license": "MIT",
2216
+ "dependencies": {
2217
+ "postcss-value-parser": "^4.0.0",
2218
+ "read-cache": "^1.0.0",
2219
+ "resolve": "^1.1.7"
2220
+ },
2221
+ "engines": {
2222
+ "node": ">=14.0.0"
2223
+ },
2224
+ "peerDependencies": {
2225
+ "postcss": "^8.0.0"
2226
+ }
2227
+ },
2228
+ "node_modules/postcss-js": {
2229
+ "version": "4.1.0",
2230
+ "dev": true,
2231
+ "funding": [
2232
+ {
2233
+ "type": "opencollective",
2234
+ "url": "https://opencollective.com/postcss/"
2235
+ },
2236
+ {
2237
+ "type": "github",
2238
+ "url": "https://github.com/sponsors/ai"
2239
+ }
2240
+ ],
2241
+ "license": "MIT",
2242
+ "dependencies": {
2243
+ "camelcase-css": "^2.0.1"
2244
+ },
2245
+ "engines": {
2246
+ "node": "^12 || ^14 || >= 16"
2247
+ },
2248
+ "peerDependencies": {
2249
+ "postcss": "^8.4.21"
2250
+ }
2251
+ },
2252
+ "node_modules/postcss-load-config": {
2253
+ "version": "4.0.2",
2254
+ "dev": true,
2255
+ "funding": [
2256
+ {
2257
+ "type": "opencollective",
2258
+ "url": "https://opencollective.com/postcss/"
2259
+ },
2260
+ {
2261
+ "type": "github",
2262
+ "url": "https://github.com/sponsors/ai"
2263
+ }
2264
+ ],
2265
+ "license": "MIT",
2266
+ "dependencies": {
2267
+ "lilconfig": "^3.0.0",
2268
+ "yaml": "^2.3.4"
2269
+ },
2270
+ "engines": {
2271
+ "node": ">= 14"
2272
+ },
2273
+ "peerDependencies": {
2274
+ "postcss": ">=8.0.9",
2275
+ "ts-node": ">=9.0.0"
2276
+ },
2277
+ "peerDependenciesMeta": {
2278
+ "postcss": {
2279
+ "optional": true
2280
+ },
2281
+ "ts-node": {
2282
+ "optional": true
2283
+ }
2284
+ }
2285
+ },
2286
+ "node_modules/postcss-load-config/node_modules/lilconfig": {
2287
+ "version": "3.1.3",
2288
+ "dev": true,
2289
+ "license": "MIT",
2290
+ "engines": {
2291
+ "node": ">=14"
2292
+ },
2293
+ "funding": {
2294
+ "url": "https://github.com/sponsors/antonk52"
2295
+ }
2296
+ },
2297
+ "node_modules/postcss-nested": {
2298
+ "version": "6.2.0",
2299
+ "dev": true,
2300
+ "funding": [
2301
+ {
2302
+ "type": "opencollective",
2303
+ "url": "https://opencollective.com/postcss/"
2304
+ },
2305
+ {
2306
+ "type": "github",
2307
+ "url": "https://github.com/sponsors/ai"
2308
+ }
2309
+ ],
2310
+ "license": "MIT",
2311
+ "dependencies": {
2312
+ "postcss-selector-parser": "^6.1.1"
2313
+ },
2314
+ "engines": {
2315
+ "node": ">=12.0"
2316
+ },
2317
+ "peerDependencies": {
2318
+ "postcss": "^8.2.14"
2319
+ }
2320
+ },
2321
+ "node_modules/postcss-selector-parser": {
2322
+ "version": "6.1.2",
2323
+ "dev": true,
2324
+ "license": "MIT",
2325
+ "dependencies": {
2326
+ "cssesc": "^3.0.0",
2327
+ "util-deprecate": "^1.0.2"
2328
+ },
2329
+ "engines": {
2330
+ "node": ">=4"
2331
+ }
2332
+ },
2333
+ "node_modules/postcss-value-parser": {
2334
+ "version": "4.2.0",
2335
+ "dev": true,
2336
+ "license": "MIT"
2337
+ },
2338
+ "node_modules/prelude-ls": {
2339
+ "version": "1.2.1",
2340
+ "dev": true,
2341
+ "license": "MIT",
2342
+ "engines": {
2343
+ "node": ">= 0.8.0"
2344
+ }
2345
+ },
2346
+ "node_modules/punycode": {
2347
+ "version": "2.3.1",
2348
+ "dev": true,
2349
+ "license": "MIT",
2350
+ "engines": {
2351
+ "node": ">=6"
2352
+ }
2353
+ },
2354
+ "node_modules/queue-microtask": {
2355
+ "version": "1.2.3",
2356
+ "dev": true,
2357
+ "funding": [
2358
+ {
2359
+ "type": "github",
2360
+ "url": "https://github.com/sponsors/feross"
2361
+ },
2362
+ {
2363
+ "type": "patreon",
2364
+ "url": "https://www.patreon.com/feross"
2365
+ },
2366
+ {
2367
+ "type": "consulting",
2368
+ "url": "https://feross.org/support"
2369
+ }
2370
+ ],
2371
+ "license": "MIT"
2372
+ },
2373
+ "node_modules/react": {
2374
+ "version": "19.2.4",
2375
+ "license": "MIT",
2376
+ "engines": {
2377
+ "node": ">=0.10.0"
2378
+ }
2379
+ },
2380
+ "node_modules/react-dom": {
2381
+ "version": "19.2.4",
2382
+ "license": "MIT",
2383
+ "dependencies": {
2384
+ "scheduler": "^0.27.0"
2385
+ },
2386
+ "peerDependencies": {
2387
+ "react": "^19.2.4"
2388
+ }
2389
+ },
2390
+ "node_modules/react-refresh": {
2391
+ "version": "0.18.0",
2392
+ "dev": true,
2393
+ "license": "MIT",
2394
+ "engines": {
2395
+ "node": ">=0.10.0"
2396
+ }
2397
+ },
2398
+ "node_modules/read-cache": {
2399
+ "version": "1.0.0",
2400
+ "dev": true,
2401
+ "license": "MIT",
2402
+ "dependencies": {
2403
+ "pify": "^2.3.0"
2404
+ }
2405
+ },
2406
+ "node_modules/readdirp": {
2407
+ "version": "3.6.0",
2408
+ "dev": true,
2409
+ "license": "MIT",
2410
+ "dependencies": {
2411
+ "picomatch": "^2.2.1"
2412
+ },
2413
+ "engines": {
2414
+ "node": ">=8.10.0"
2415
+ }
2416
+ },
2417
+ "node_modules/readdirp/node_modules/picomatch": {
2418
+ "version": "2.3.1",
2419
+ "dev": true,
2420
+ "license": "MIT",
2421
+ "engines": {
2422
+ "node": ">=8.6"
2423
+ },
2424
+ "funding": {
2425
+ "url": "https://github.com/sponsors/jonschlinkert"
2426
+ }
2427
+ },
2428
+ "node_modules/resolve": {
2429
+ "version": "1.22.11",
2430
+ "dev": true,
2431
+ "license": "MIT",
2432
+ "dependencies": {
2433
+ "is-core-module": "^2.16.1",
2434
+ "path-parse": "^1.0.7",
2435
+ "supports-preserve-symlinks-flag": "^1.0.0"
2436
+ },
2437
+ "bin": {
2438
+ "resolve": "bin/resolve"
2439
+ },
2440
+ "engines": {
2441
+ "node": ">= 0.4"
2442
+ },
2443
+ "funding": {
2444
+ "url": "https://github.com/sponsors/ljharb"
2445
+ }
2446
+ },
2447
+ "node_modules/resolve-from": {
2448
+ "version": "4.0.0",
2449
+ "dev": true,
2450
+ "license": "MIT",
2451
+ "engines": {
2452
+ "node": ">=4"
2453
+ }
2454
+ },
2455
+ "node_modules/reusify": {
2456
+ "version": "1.1.0",
2457
+ "dev": true,
2458
+ "license": "MIT",
2459
+ "engines": {
2460
+ "iojs": ">=1.0.0",
2461
+ "node": ">=0.10.0"
2462
+ }
2463
+ },
2464
+ "node_modules/rollup": {
2465
+ "version": "4.57.1",
2466
+ "dev": true,
2467
+ "license": "MIT",
2468
+ "dependencies": {
2469
+ "@types/estree": "1.0.8"
2470
+ },
2471
+ "bin": {
2472
+ "rollup": "dist/bin/rollup"
2473
+ },
2474
+ "engines": {
2475
+ "node": ">=18.0.0",
2476
+ "npm": ">=8.0.0"
2477
+ },
2478
+ "optionalDependencies": {
2479
+ "@rollup/rollup-android-arm-eabi": "4.57.1",
2480
+ "@rollup/rollup-android-arm64": "4.57.1",
2481
+ "@rollup/rollup-darwin-arm64": "4.57.1",
2482
+ "@rollup/rollup-darwin-x64": "4.57.1",
2483
+ "@rollup/rollup-freebsd-arm64": "4.57.1",
2484
+ "@rollup/rollup-freebsd-x64": "4.57.1",
2485
+ "@rollup/rollup-linux-arm-gnueabihf": "4.57.1",
2486
+ "@rollup/rollup-linux-arm-musleabihf": "4.57.1",
2487
+ "@rollup/rollup-linux-arm64-gnu": "4.57.1",
2488
+ "@rollup/rollup-linux-arm64-musl": "4.57.1",
2489
+ "@rollup/rollup-linux-loong64-gnu": "4.57.1",
2490
+ "@rollup/rollup-linux-loong64-musl": "4.57.1",
2491
+ "@rollup/rollup-linux-ppc64-gnu": "4.57.1",
2492
+ "@rollup/rollup-linux-ppc64-musl": "4.57.1",
2493
+ "@rollup/rollup-linux-riscv64-gnu": "4.57.1",
2494
+ "@rollup/rollup-linux-riscv64-musl": "4.57.1",
2495
+ "@rollup/rollup-linux-s390x-gnu": "4.57.1",
2496
+ "@rollup/rollup-linux-x64-gnu": "4.57.1",
2497
+ "@rollup/rollup-linux-x64-musl": "4.57.1",
2498
+ "@rollup/rollup-openbsd-x64": "4.57.1",
2499
+ "@rollup/rollup-openharmony-arm64": "4.57.1",
2500
+ "@rollup/rollup-win32-arm64-msvc": "4.57.1",
2501
+ "@rollup/rollup-win32-ia32-msvc": "4.57.1",
2502
+ "@rollup/rollup-win32-x64-gnu": "4.57.1",
2503
+ "@rollup/rollup-win32-x64-msvc": "4.57.1",
2504
+ "fsevents": "~2.3.2"
2505
+ }
2506
+ },
2507
+ "node_modules/run-parallel": {
2508
+ "version": "1.2.0",
2509
+ "dev": true,
2510
+ "funding": [
2511
+ {
2512
+ "type": "github",
2513
+ "url": "https://github.com/sponsors/feross"
2514
+ },
2515
+ {
2516
+ "type": "patreon",
2517
+ "url": "https://www.patreon.com/feross"
2518
+ },
2519
+ {
2520
+ "type": "consulting",
2521
+ "url": "https://feross.org/support"
2522
+ }
2523
+ ],
2524
+ "license": "MIT",
2525
+ "dependencies": {
2526
+ "queue-microtask": "^1.2.2"
2527
+ }
2528
+ },
2529
+ "node_modules/scheduler": {
2530
+ "version": "0.27.0",
2531
+ "license": "MIT"
2532
+ },
2533
+ "node_modules/semver": {
2534
+ "version": "6.3.1",
2535
+ "dev": true,
2536
+ "license": "ISC",
2537
+ "bin": {
2538
+ "semver": "bin/semver.js"
2539
+ }
2540
+ },
2541
+ "node_modules/shebang-command": {
2542
+ "version": "2.0.0",
2543
+ "dev": true,
2544
+ "license": "MIT",
2545
+ "dependencies": {
2546
+ "shebang-regex": "^3.0.0"
2547
+ },
2548
+ "engines": {
2549
+ "node": ">=8"
2550
+ }
2551
+ },
2552
+ "node_modules/shebang-regex": {
2553
+ "version": "3.0.0",
2554
+ "dev": true,
2555
+ "license": "MIT",
2556
+ "engines": {
2557
+ "node": ">=8"
2558
+ }
2559
+ },
2560
+ "node_modules/source-map-js": {
2561
+ "version": "1.2.1",
2562
+ "dev": true,
2563
+ "license": "BSD-3-Clause",
2564
+ "engines": {
2565
+ "node": ">=0.10.0"
2566
+ }
2567
+ },
2568
+ "node_modules/strip-json-comments": {
2569
+ "version": "3.1.1",
2570
+ "dev": true,
2571
+ "license": "MIT",
2572
+ "engines": {
2573
+ "node": ">=8"
2574
+ },
2575
+ "funding": {
2576
+ "url": "https://github.com/sponsors/sindresorhus"
2577
+ }
2578
+ },
2579
+ "node_modules/sucrase": {
2580
+ "version": "3.35.1",
2581
+ "dev": true,
2582
+ "license": "MIT",
2583
+ "dependencies": {
2584
+ "@jridgewell/gen-mapping": "^0.3.2",
2585
+ "commander": "^4.0.0",
2586
+ "lines-and-columns": "^1.1.6",
2587
+ "mz": "^2.7.0",
2588
+ "pirates": "^4.0.1",
2589
+ "tinyglobby": "^0.2.11",
2590
+ "ts-interface-checker": "^0.1.9"
2591
+ },
2592
+ "bin": {
2593
+ "sucrase": "bin/sucrase",
2594
+ "sucrase-node": "bin/sucrase-node"
2595
+ },
2596
+ "engines": {
2597
+ "node": ">=16 || 14 >=14.17"
2598
+ }
2599
+ },
2600
+ "node_modules/supports-color": {
2601
+ "version": "7.2.0",
2602
+ "dev": true,
2603
+ "license": "MIT",
2604
+ "dependencies": {
2605
+ "has-flag": "^4.0.0"
2606
+ },
2607
+ "engines": {
2608
+ "node": ">=8"
2609
+ }
2610
+ },
2611
+ "node_modules/supports-preserve-symlinks-flag": {
2612
+ "version": "1.0.0",
2613
+ "dev": true,
2614
+ "license": "MIT",
2615
+ "engines": {
2616
+ "node": ">= 0.4"
2617
+ },
2618
+ "funding": {
2619
+ "url": "https://github.com/sponsors/ljharb"
2620
+ }
2621
+ },
2622
+ "node_modules/tailwindcss": {
2623
+ "version": "3.4.15",
2624
+ "dev": true,
2625
+ "license": "MIT",
2626
+ "dependencies": {
2627
+ "@alloc/quick-lru": "^5.2.0",
2628
+ "arg": "^5.0.2",
2629
+ "chokidar": "^3.6.0",
2630
+ "didyoumean": "^1.2.2",
2631
+ "dlv": "^1.1.3",
2632
+ "fast-glob": "^3.3.2",
2633
+ "glob-parent": "^6.0.2",
2634
+ "is-glob": "^4.0.3",
2635
+ "jiti": "^1.21.6",
2636
+ "lilconfig": "^2.1.0",
2637
+ "micromatch": "^4.0.8",
2638
+ "normalize-path": "^3.0.0",
2639
+ "object-hash": "^3.0.0",
2640
+ "picocolors": "^1.1.1",
2641
+ "postcss": "^8.4.47",
2642
+ "postcss-import": "^15.1.0",
2643
+ "postcss-js": "^4.0.1",
2644
+ "postcss-load-config": "^4.0.2",
2645
+ "postcss-nested": "^6.2.0",
2646
+ "postcss-selector-parser": "^6.1.2",
2647
+ "resolve": "^1.22.8",
2648
+ "sucrase": "^3.35.0"
2649
+ },
2650
+ "bin": {
2651
+ "tailwind": "lib/cli.js",
2652
+ "tailwindcss": "lib/cli.js"
2653
+ },
2654
+ "engines": {
2655
+ "node": ">=14.0.0"
2656
+ }
2657
+ },
2658
+ "node_modules/thenify": {
2659
+ "version": "3.3.1",
2660
+ "dev": true,
2661
+ "license": "MIT",
2662
+ "dependencies": {
2663
+ "any-promise": "^1.0.0"
2664
+ }
2665
+ },
2666
+ "node_modules/thenify-all": {
2667
+ "version": "1.6.0",
2668
+ "dev": true,
2669
+ "license": "MIT",
2670
+ "dependencies": {
2671
+ "thenify": ">= 3.1.0 < 4"
2672
+ },
2673
+ "engines": {
2674
+ "node": ">=0.8"
2675
+ }
2676
+ },
2677
+ "node_modules/tinyglobby": {
2678
+ "version": "0.2.15",
2679
+ "dev": true,
2680
+ "license": "MIT",
2681
+ "dependencies": {
2682
+ "fdir": "^6.5.0",
2683
+ "picomatch": "^4.0.3"
2684
+ },
2685
+ "engines": {
2686
+ "node": ">=12.0.0"
2687
+ },
2688
+ "funding": {
2689
+ "url": "https://github.com/sponsors/SuperchupuDev"
2690
+ }
2691
+ },
2692
+ "node_modules/to-regex-range": {
2693
+ "version": "5.0.1",
2694
+ "dev": true,
2695
+ "license": "MIT",
2696
+ "dependencies": {
2697
+ "is-number": "^7.0.0"
2698
+ },
2699
+ "engines": {
2700
+ "node": ">=8.0"
2701
+ }
2702
+ },
2703
+ "node_modules/ts-api-utils": {
2704
+ "version": "2.4.0",
2705
+ "dev": true,
2706
+ "license": "MIT",
2707
+ "engines": {
2708
+ "node": ">=18.12"
2709
+ },
2710
+ "peerDependencies": {
2711
+ "typescript": ">=4.8.4"
2712
+ }
2713
+ },
2714
+ "node_modules/ts-interface-checker": {
2715
+ "version": "0.1.13",
2716
+ "dev": true,
2717
+ "license": "Apache-2.0"
2718
+ },
2719
+ "node_modules/tslib": {
2720
+ "version": "2.8.1",
2721
+ "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz",
2722
+ "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==",
2723
+ "license": "0BSD"
2724
+ },
2725
+ "node_modules/type-check": {
2726
+ "version": "0.4.0",
2727
+ "dev": true,
2728
+ "license": "MIT",
2729
+ "dependencies": {
2730
+ "prelude-ls": "^1.2.1"
2731
+ },
2732
+ "engines": {
2733
+ "node": ">= 0.8.0"
2734
+ }
2735
+ },
2736
+ "node_modules/typescript": {
2737
+ "version": "5.9.3",
2738
+ "dev": true,
2739
+ "license": "Apache-2.0",
2740
+ "bin": {
2741
+ "tsc": "bin/tsc",
2742
+ "tsserver": "bin/tsserver"
2743
+ },
2744
+ "engines": {
2745
+ "node": ">=14.17"
2746
+ }
2747
+ },
2748
+ "node_modules/typescript-eslint": {
2749
+ "version": "8.54.0",
2750
+ "dev": true,
2751
+ "license": "MIT",
2752
+ "dependencies": {
2753
+ "@typescript-eslint/eslint-plugin": "8.54.0",
2754
+ "@typescript-eslint/parser": "8.54.0",
2755
+ "@typescript-eslint/typescript-estree": "8.54.0",
2756
+ "@typescript-eslint/utils": "8.54.0"
2757
+ },
2758
+ "engines": {
2759
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
2760
+ },
2761
+ "funding": {
2762
+ "type": "opencollective",
2763
+ "url": "https://opencollective.com/typescript-eslint"
2764
+ },
2765
+ "peerDependencies": {
2766
+ "eslint": "^8.57.0 || ^9.0.0",
2767
+ "typescript": ">=4.8.4 <6.0.0"
2768
+ }
2769
+ },
2770
+ "node_modules/undici-types": {
2771
+ "version": "7.16.0",
2772
+ "dev": true,
2773
+ "license": "MIT"
2774
+ },
2775
+ "node_modules/update-browserslist-db": {
2776
+ "version": "1.2.3",
2777
+ "dev": true,
2778
+ "funding": [
2779
+ {
2780
+ "type": "opencollective",
2781
+ "url": "https://opencollective.com/browserslist"
2782
+ },
2783
+ {
2784
+ "type": "tidelift",
2785
+ "url": "https://tidelift.com/funding/github/npm/browserslist"
2786
+ },
2787
+ {
2788
+ "type": "github",
2789
+ "url": "https://github.com/sponsors/ai"
2790
+ }
2791
+ ],
2792
+ "license": "MIT",
2793
+ "dependencies": {
2794
+ "escalade": "^3.2.0",
2795
+ "picocolors": "^1.1.1"
2796
+ },
2797
+ "bin": {
2798
+ "update-browserslist-db": "cli.js"
2799
+ },
2800
+ "peerDependencies": {
2801
+ "browserslist": ">= 4.21.0"
2802
+ }
2803
+ },
2804
+ "node_modules/uri-js": {
2805
+ "version": "4.4.1",
2806
+ "dev": true,
2807
+ "license": "BSD-2-Clause",
2808
+ "dependencies": {
2809
+ "punycode": "^2.1.0"
2810
+ }
2811
+ },
2812
+ "node_modules/util-deprecate": {
2813
+ "version": "1.0.2",
2814
+ "dev": true,
2815
+ "license": "MIT"
2816
+ },
2817
+ "node_modules/vite": {
2818
+ "version": "7.3.1",
2819
+ "dev": true,
2820
+ "license": "MIT",
2821
+ "dependencies": {
2822
+ "esbuild": "^0.27.0",
2823
+ "fdir": "^6.5.0",
2824
+ "picomatch": "^4.0.3",
2825
+ "postcss": "^8.5.6",
2826
+ "rollup": "^4.43.0",
2827
+ "tinyglobby": "^0.2.15"
2828
+ },
2829
+ "bin": {
2830
+ "vite": "bin/vite.js"
2831
+ },
2832
+ "engines": {
2833
+ "node": "^20.19.0 || >=22.12.0"
2834
+ },
2835
+ "funding": {
2836
+ "url": "https://github.com/vitejs/vite?sponsor=1"
2837
+ },
2838
+ "optionalDependencies": {
2839
+ "fsevents": "~2.3.3"
2840
+ },
2841
+ "peerDependencies": {
2842
+ "@types/node": "^20.19.0 || >=22.12.0",
2843
+ "jiti": ">=1.21.0",
2844
+ "less": "^4.0.0",
2845
+ "lightningcss": "^1.21.0",
2846
+ "sass": "^1.70.0",
2847
+ "sass-embedded": "^1.70.0",
2848
+ "stylus": ">=0.54.8",
2849
+ "sugarss": "^5.0.0",
2850
+ "terser": "^5.16.0",
2851
+ "tsx": "^4.8.1",
2852
+ "yaml": "^2.4.2"
2853
+ },
2854
+ "peerDependenciesMeta": {
2855
+ "@types/node": {
2856
+ "optional": true
2857
+ },
2858
+ "jiti": {
2859
+ "optional": true
2860
+ },
2861
+ "less": {
2862
+ "optional": true
2863
+ },
2864
+ "lightningcss": {
2865
+ "optional": true
2866
+ },
2867
+ "sass": {
2868
+ "optional": true
2869
+ },
2870
+ "sass-embedded": {
2871
+ "optional": true
2872
+ },
2873
+ "stylus": {
2874
+ "optional": true
2875
+ },
2876
+ "sugarss": {
2877
+ "optional": true
2878
+ },
2879
+ "terser": {
2880
+ "optional": true
2881
+ },
2882
+ "tsx": {
2883
+ "optional": true
2884
+ },
2885
+ "yaml": {
2886
+ "optional": true
2887
+ }
2888
+ }
2889
+ },
2890
+ "node_modules/which": {
2891
+ "version": "2.0.2",
2892
+ "dev": true,
2893
+ "license": "ISC",
2894
+ "dependencies": {
2895
+ "isexe": "^2.0.0"
2896
+ },
2897
+ "bin": {
2898
+ "node-which": "bin/node-which"
2899
+ },
2900
+ "engines": {
2901
+ "node": ">= 8"
2902
+ }
2903
+ },
2904
+ "node_modules/word-wrap": {
2905
+ "version": "1.2.5",
2906
+ "dev": true,
2907
+ "license": "MIT",
2908
+ "engines": {
2909
+ "node": ">=0.10.0"
2910
+ }
2911
+ },
2912
+ "node_modules/yallist": {
2913
+ "version": "3.1.1",
2914
+ "dev": true,
2915
+ "license": "ISC"
2916
+ },
2917
+ "node_modules/yaml": {
2918
+ "version": "2.8.2",
2919
+ "dev": true,
2920
+ "license": "ISC",
2921
+ "bin": {
2922
+ "yaml": "bin.mjs"
2923
+ },
2924
+ "engines": {
2925
+ "node": ">= 14.6"
2926
+ },
2927
+ "funding": {
2928
+ "url": "https://github.com/sponsors/eemeli"
2929
+ }
2930
+ },
2931
+ "node_modules/yocto-queue": {
2932
+ "version": "0.1.0",
2933
+ "dev": true,
2934
+ "license": "MIT",
2935
+ "engines": {
2936
+ "node": ">=10"
2937
+ },
2938
+ "funding": {
2939
+ "url": "https://github.com/sponsors/sindresorhus"
2940
+ }
2941
+ },
2942
+ "node_modules/zod": {
2943
+ "version": "4.3.6",
2944
+ "dev": true,
2945
+ "license": "MIT",
2946
+ "funding": {
2947
+ "url": "https://github.com/sponsors/colinhacks"
2948
+ }
2949
+ },
2950
+ "node_modules/zod-validation-error": {
2951
+ "version": "4.0.2",
2952
+ "dev": true,
2953
+ "license": "MIT",
2954
+ "engines": {
2955
+ "node": ">=18.0.0"
2956
+ },
2957
+ "peerDependencies": {
2958
+ "zod": "^3.25.0 || ^4.0.0"
2959
+ }
2960
+ }
2961
+ }
2962
+ }