ydev-mern 1.0.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.
@@ -0,0 +1,2491 @@
1
+ {
2
+ "name": "frontend",
3
+ "version": "0.0.0",
4
+ "lockfileVersion": 3,
5
+ "requires": true,
6
+ "packages": {
7
+ "": {
8
+ "name": "frontend",
9
+ "version": "0.0.0",
10
+ "dependencies": {
11
+ "react": "^19.2.8",
12
+ "react-dom": "^19.2.8"
13
+ },
14
+ "devDependencies": {
15
+ "@babel/core": "^7.29.7",
16
+ "@eslint/js": "^10.0.1",
17
+ "@rolldown/plugin-babel": "^0.2.3",
18
+ "@types/react": "^19.2.18",
19
+ "@types/react-dom": "^19.2.4",
20
+ "@vitejs/plugin-react": "^6.1.0",
21
+ "babel-plugin-react-compiler": "^1.0.0",
22
+ "eslint": "^10.9.0",
23
+ "eslint-plugin-react-hooks": "^7.1.1",
24
+ "eslint-plugin-react-refresh": "^0.5.4",
25
+ "globals": "^17.11.0",
26
+ "vite": "^8.2.2"
27
+ }
28
+ },
29
+ "node_modules/@babel/code-frame": {
30
+ "version": "7.29.7",
31
+ "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.29.7.tgz",
32
+ "integrity": "sha512-Aup7aUOfpbAUg2ROOJN6Iw5f9DMBlzu0mIkm/malLQFN/YQgO48wCj0Kxa3sEHJvPVFg7siR+qRInwXd2qhQKw==",
33
+ "dev": true,
34
+ "license": "MIT",
35
+ "dependencies": {
36
+ "@babel/helper-validator-identifier": "^7.29.7",
37
+ "js-tokens": "^4.0.0",
38
+ "picocolors": "^1.1.1"
39
+ },
40
+ "engines": {
41
+ "node": ">=6.9.0"
42
+ }
43
+ },
44
+ "node_modules/@babel/compat-data": {
45
+ "version": "7.29.7",
46
+ "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.29.7.tgz",
47
+ "integrity": "sha512-locTkQyKvwIEgBzVrn8693ebc97F2U8ZHjbXwDXJ5Fn2TCpNwTlKcaKLkdHop5c/icOFE7qt7Q9JC5hnKNa6Gg==",
48
+ "dev": true,
49
+ "license": "MIT",
50
+ "engines": {
51
+ "node": ">=6.9.0"
52
+ }
53
+ },
54
+ "node_modules/@babel/core": {
55
+ "version": "7.29.7",
56
+ "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.29.7.tgz",
57
+ "integrity": "sha512-RgHBCvtjbOK2gXSNBNIkNoEc9qoVEtau3hj8gEqKQuL3HZAibKarWFEI3Lfm6EYKkLalOh8eSrj9b+ch9H/VBA==",
58
+ "dev": true,
59
+ "license": "MIT",
60
+ "dependencies": {
61
+ "@babel/code-frame": "^7.29.7",
62
+ "@babel/generator": "^7.29.7",
63
+ "@babel/helper-compilation-targets": "^7.29.7",
64
+ "@babel/helper-module-transforms": "^7.29.7",
65
+ "@babel/helpers": "^7.29.7",
66
+ "@babel/parser": "^7.29.7",
67
+ "@babel/template": "^7.29.7",
68
+ "@babel/traverse": "^7.29.7",
69
+ "@babel/types": "^7.29.7",
70
+ "@jridgewell/remapping": "^2.3.5",
71
+ "convert-source-map": "^2.0.0",
72
+ "debug": "^4.1.0",
73
+ "gensync": "^1.0.0-beta.2",
74
+ "json5": "^2.2.3",
75
+ "semver": "^6.3.1"
76
+ },
77
+ "engines": {
78
+ "node": ">=6.9.0"
79
+ },
80
+ "funding": {
81
+ "type": "opencollective",
82
+ "url": "https://opencollective.com/babel"
83
+ }
84
+ },
85
+ "node_modules/@babel/generator": {
86
+ "version": "7.29.8",
87
+ "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.29.8.tgz",
88
+ "integrity": "sha512-gZbepsdh3WDtgZKWL+vTPh71LSBrm/Y4/QDZBVCcYfmeTEEuoOYwlSy+G1StfJg+/Zy550u/3TATbm7qDbbMtg==",
89
+ "dev": true,
90
+ "license": "MIT",
91
+ "dependencies": {
92
+ "@babel/parser": "^7.29.8",
93
+ "@babel/types": "^7.29.8",
94
+ "@jridgewell/gen-mapping": "^0.3.12",
95
+ "@jridgewell/trace-mapping": "^0.3.28",
96
+ "jsesc": "^3.0.2"
97
+ },
98
+ "engines": {
99
+ "node": ">=6.9.0"
100
+ }
101
+ },
102
+ "node_modules/@babel/helper-compilation-targets": {
103
+ "version": "7.29.7",
104
+ "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.29.7.tgz",
105
+ "integrity": "sha512-wem6WaBj4NaVYVdNhLPPVacES6ZJ+KBBfSkTMD3YZxbP3rm3Di85tJU5ljaUNhaOynt+Aj0xruhYuzQBt8n71g==",
106
+ "dev": true,
107
+ "license": "MIT",
108
+ "dependencies": {
109
+ "@babel/compat-data": "^7.29.7",
110
+ "@babel/helper-validator-option": "^7.29.7",
111
+ "browserslist": "^4.24.0",
112
+ "lru-cache": "^5.1.1",
113
+ "semver": "^6.3.1"
114
+ },
115
+ "engines": {
116
+ "node": ">=6.9.0"
117
+ }
118
+ },
119
+ "node_modules/@babel/helper-globals": {
120
+ "version": "7.29.7",
121
+ "resolved": "https://registry.npmjs.org/@babel/helper-globals/-/helper-globals-7.29.7.tgz",
122
+ "integrity": "sha512-3nQVUAtvkKH9zahfWgw96Jc/uFOmjACE1kQz82E2lqWmHBgjzbNlsC22nuQTfahmWeQtTq5nQ/4Nnd2A1wj4zA==",
123
+ "dev": true,
124
+ "license": "MIT",
125
+ "engines": {
126
+ "node": ">=6.9.0"
127
+ }
128
+ },
129
+ "node_modules/@babel/helper-module-imports": {
130
+ "version": "7.29.7",
131
+ "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.29.7.tgz",
132
+ "integrity": "sha512-ejHwrQQYcm9xnTivShn2IDOlIzInN34AXskvq9QicvCtEzq1Vzclu/tKF8Jq1Cg8JG2GL6/EmjgsCT7lXepE3g==",
133
+ "dev": true,
134
+ "license": "MIT",
135
+ "dependencies": {
136
+ "@babel/traverse": "^7.29.7",
137
+ "@babel/types": "^7.29.7"
138
+ },
139
+ "engines": {
140
+ "node": ">=6.9.0"
141
+ }
142
+ },
143
+ "node_modules/@babel/helper-module-transforms": {
144
+ "version": "7.29.7",
145
+ "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.29.7.tgz",
146
+ "integrity": "sha512-UPUVSyXbOh627KiCIGQSgwWzGeBKLkaJ9PJEdrngIwMSzxLR4jS4+f1f1jb7VzBbg8nFLaYotvVPFCTqdrmTAg==",
147
+ "dev": true,
148
+ "license": "MIT",
149
+ "dependencies": {
150
+ "@babel/helper-module-imports": "^7.29.7",
151
+ "@babel/helper-validator-identifier": "^7.29.7",
152
+ "@babel/traverse": "^7.29.7"
153
+ },
154
+ "engines": {
155
+ "node": ">=6.9.0"
156
+ },
157
+ "peerDependencies": {
158
+ "@babel/core": "^7.0.0"
159
+ }
160
+ },
161
+ "node_modules/@babel/helper-string-parser": {
162
+ "version": "7.29.7",
163
+ "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.29.7.tgz",
164
+ "integrity": "sha512-Pb5ijPrZ89GDH8223L4UP8i6QApWxs04RbPQJTeWDV0/keR2E36MeKnyr6LYmUUvqRRI+Iv87SuF1W6ErINzYw==",
165
+ "dev": true,
166
+ "license": "MIT",
167
+ "engines": {
168
+ "node": ">=6.9.0"
169
+ }
170
+ },
171
+ "node_modules/@babel/helper-validator-identifier": {
172
+ "version": "7.29.7",
173
+ "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.29.7.tgz",
174
+ "integrity": "sha512-qehxGkRj55h/ff8EMaJ+cYhyaKlHIxqYDn682wQD7RNp9UujOQsHog2uS0r2vzr4pW+sXf90NeeayjcNaX3fFg==",
175
+ "dev": true,
176
+ "license": "MIT",
177
+ "engines": {
178
+ "node": ">=6.9.0"
179
+ }
180
+ },
181
+ "node_modules/@babel/helper-validator-option": {
182
+ "version": "7.29.7",
183
+ "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.29.7.tgz",
184
+ "integrity": "sha512-N9ZErrD+yW5geCDtBqnOoxmR8+tNKiGuxKlDpuJxfsqpa2dFcexaziGAE/qoHLiDDreVNMupxGmSoNlyvsA3gw==",
185
+ "dev": true,
186
+ "license": "MIT",
187
+ "engines": {
188
+ "node": ">=6.9.0"
189
+ }
190
+ },
191
+ "node_modules/@babel/helpers": {
192
+ "version": "7.29.7",
193
+ "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.29.7.tgz",
194
+ "integrity": "sha512-1k2lAGRMfHTcwuNYcCNUmaUffmQv8KWMfh2iJUUeRlwlwH4FdNG7mfPI10NPfLHJFThE4Tyr4mv7kTNZOiPuBg==",
195
+ "dev": true,
196
+ "license": "MIT",
197
+ "dependencies": {
198
+ "@babel/template": "^7.29.7",
199
+ "@babel/types": "^7.29.7"
200
+ },
201
+ "engines": {
202
+ "node": ">=6.9.0"
203
+ }
204
+ },
205
+ "node_modules/@babel/parser": {
206
+ "version": "7.29.8",
207
+ "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.29.8.tgz",
208
+ "integrity": "sha512-E8lTAYNB1KW+FH+VGJuZM1ioAx2E6oVlvQFRrf5P8ZZmsiJXYAD9vTFV7yyEURNzgh1dFqMZuO6tUwcARbqFCA==",
209
+ "dev": true,
210
+ "license": "MIT",
211
+ "dependencies": {
212
+ "@babel/types": "^7.29.8"
213
+ },
214
+ "bin": {
215
+ "parser": "bin/babel-parser.js"
216
+ },
217
+ "engines": {
218
+ "node": ">=6.0.0"
219
+ }
220
+ },
221
+ "node_modules/@babel/template": {
222
+ "version": "7.29.7",
223
+ "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.29.7.tgz",
224
+ "integrity": "sha512-puq+Gf35oI24FeN11LkoUQFqv9uwNeWpxXZi/Ji3rRIoKAzKnxRaZ+Gkj0vKS9ZCiTESfng1N9LyOyXvo+m+Gg==",
225
+ "dev": true,
226
+ "license": "MIT",
227
+ "dependencies": {
228
+ "@babel/code-frame": "^7.29.7",
229
+ "@babel/parser": "^7.29.7",
230
+ "@babel/types": "^7.29.7"
231
+ },
232
+ "engines": {
233
+ "node": ">=6.9.0"
234
+ }
235
+ },
236
+ "node_modules/@babel/traverse": {
237
+ "version": "7.29.8",
238
+ "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.29.8.tgz",
239
+ "integrity": "sha512-I5z7H3bf/41ktsNVLtpN0wAa336HkqIHQ5BuPLEhTkt1jVSyZpeNKIzTgEWmlxjdg81R0IgUCcaE+Ok3NvrfZg==",
240
+ "dev": true,
241
+ "license": "MIT",
242
+ "dependencies": {
243
+ "@babel/code-frame": "^7.29.7",
244
+ "@babel/generator": "^7.29.8",
245
+ "@babel/helper-globals": "^7.29.7",
246
+ "@babel/parser": "^7.29.8",
247
+ "@babel/template": "^7.29.7",
248
+ "@babel/types": "^7.29.8",
249
+ "debug": "^4.3.1"
250
+ },
251
+ "engines": {
252
+ "node": ">=6.9.0"
253
+ }
254
+ },
255
+ "node_modules/@babel/types": {
256
+ "version": "7.29.8",
257
+ "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.29.8.tgz",
258
+ "integrity": "sha512-Vj1jF3cPfxg7OAfoI7QnVKLoILlm2JF9pnVHrX8qx7AHMiYWT+NDAA7jChlNgRS4WTLc/fD1lXLmPixluj+3Gg==",
259
+ "dev": true,
260
+ "license": "MIT",
261
+ "dependencies": {
262
+ "@babel/helper-string-parser": "^7.29.7",
263
+ "@babel/helper-validator-identifier": "^7.29.7"
264
+ },
265
+ "engines": {
266
+ "node": ">=6.9.0"
267
+ }
268
+ },
269
+ "node_modules/@cacheable/memory": {
270
+ "version": "2.2.0",
271
+ "resolved": "https://registry.npmjs.org/@cacheable/memory/-/memory-2.2.0.tgz",
272
+ "integrity": "sha512-CTLKqLItRCEixEAewD3/j9DB3/o96gpTPD4eJ1v+DGOlxZRZncRQkGYqqnAGCscYd6RNeXfGeiuCphsPtqyIfQ==",
273
+ "dev": true,
274
+ "license": "MIT",
275
+ "dependencies": {
276
+ "@cacheable/utils": "^2.5.0",
277
+ "@keyv/bigmap": "^1.3.1",
278
+ "hookified": "^1.15.1",
279
+ "keyv": "^5.6.0"
280
+ }
281
+ },
282
+ "node_modules/@cacheable/utils": {
283
+ "version": "2.5.0",
284
+ "resolved": "https://registry.npmjs.org/@cacheable/utils/-/utils-2.5.0.tgz",
285
+ "integrity": "sha512-buipgOVDkkPXNR5+xBpDw7Zk2n1EvU7qBJCNUcL7rhQ//kfpOXPAvQ511Os0vpLYJ1pZnvudNytkQt2hst3wqA==",
286
+ "dev": true,
287
+ "license": "MIT",
288
+ "dependencies": {
289
+ "hashery": "^1.5.1",
290
+ "keyv": "^5.6.0"
291
+ }
292
+ },
293
+ "node_modules/@eslint-community/eslint-utils": {
294
+ "version": "4.10.1",
295
+ "resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.10.1.tgz",
296
+ "integrity": "sha512-cuadcxVFE8sDK6iWJbs8Sn0av2Nrh2QSGQhVlBW9AaAHqHwjWsZHT8LJ4hFGPh7ASBV2deFdM7H/DPjulmh8rg==",
297
+ "dev": true,
298
+ "license": "MIT",
299
+ "dependencies": {
300
+ "eslint-visitor-keys": "^3.4.3"
301
+ },
302
+ "engines": {
303
+ "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
304
+ },
305
+ "funding": {
306
+ "url": "https://opencollective.com/eslint"
307
+ },
308
+ "peerDependencies": {
309
+ "eslint": "^6.0.0 || ^7.0.0 || >=8.0.0"
310
+ }
311
+ },
312
+ "node_modules/@eslint-community/eslint-utils/node_modules/eslint-visitor-keys": {
313
+ "version": "3.4.3",
314
+ "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz",
315
+ "integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==",
316
+ "dev": true,
317
+ "license": "Apache-2.0",
318
+ "engines": {
319
+ "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
320
+ },
321
+ "funding": {
322
+ "url": "https://opencollective.com/eslint"
323
+ }
324
+ },
325
+ "node_modules/@eslint-community/regexpp": {
326
+ "version": "4.12.2",
327
+ "resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.12.2.tgz",
328
+ "integrity": "sha512-EriSTlt5OC9/7SXkRSCAhfSxxoSUgBm33OH+IkwbdpgoqsSsUg7y3uh+IICI/Qg4BBWr3U2i39RpmycbxMq4ew==",
329
+ "dev": true,
330
+ "license": "MIT",
331
+ "engines": {
332
+ "node": "^12.0.0 || ^14.0.0 || >=16.0.0"
333
+ }
334
+ },
335
+ "node_modules/@eslint/config-array": {
336
+ "version": "0.23.5",
337
+ "resolved": "https://registry.npmjs.org/@eslint/config-array/-/config-array-0.23.5.tgz",
338
+ "integrity": "sha512-Y3kKLvC1dvTOT+oGlqNQ1XLqK6D1HU2YXPc52NmAlJZbMMWDzGYXMiPRJ8TYD39muD/OTjlZmNJ4ib7dvSrMBA==",
339
+ "dev": true,
340
+ "license": "Apache-2.0",
341
+ "dependencies": {
342
+ "@eslint/object-schema": "^3.0.5",
343
+ "debug": "^4.3.1",
344
+ "minimatch": "^10.2.4"
345
+ },
346
+ "engines": {
347
+ "node": "^20.19.0 || ^22.13.0 || >=24"
348
+ }
349
+ },
350
+ "node_modules/@eslint/config-helpers": {
351
+ "version": "0.7.0",
352
+ "resolved": "https://registry.npmjs.org/@eslint/config-helpers/-/config-helpers-0.7.0.tgz",
353
+ "integrity": "sha512-DObd/KKUsU+FaFv4PLxSRenpXfQWmPXXP3pPZ6/K1PCrMu2vQpMDMuQe/BqYeoLcz8ro0bVDF1RxOJgfVEdhUw==",
354
+ "dev": true,
355
+ "license": "Apache-2.0",
356
+ "dependencies": {
357
+ "@eslint/core": "^1.2.1"
358
+ },
359
+ "engines": {
360
+ "node": "^20.19.0 || ^22.13.0 || >=24"
361
+ }
362
+ },
363
+ "node_modules/@eslint/core": {
364
+ "version": "1.2.1",
365
+ "resolved": "https://registry.npmjs.org/@eslint/core/-/core-1.2.1.tgz",
366
+ "integrity": "sha512-MwcE1P+AZ4C6DWlpin/OmOA54mmIZ/+xZuJiQd4SyB29oAJjN30UW9wkKNptW2ctp4cEsvhlLY/CsQ1uoHDloQ==",
367
+ "dev": true,
368
+ "license": "Apache-2.0",
369
+ "dependencies": {
370
+ "@types/json-schema": "^7.0.15"
371
+ },
372
+ "engines": {
373
+ "node": "^20.19.0 || ^22.13.0 || >=24"
374
+ }
375
+ },
376
+ "node_modules/@eslint/js": {
377
+ "version": "10.0.1",
378
+ "resolved": "https://registry.npmjs.org/@eslint/js/-/js-10.0.1.tgz",
379
+ "integrity": "sha512-zeR9k5pd4gxjZ0abRoIaxdc7I3nDktoXZk2qOv9gCNWx3mVwEn32VRhyLaRsDiJjTs0xq/T8mfPtyuXu7GWBcA==",
380
+ "dev": true,
381
+ "license": "MIT",
382
+ "engines": {
383
+ "node": "^20.19.0 || ^22.13.0 || >=24"
384
+ },
385
+ "funding": {
386
+ "url": "https://eslint.org/donate"
387
+ },
388
+ "peerDependencies": {
389
+ "eslint": "^10.0.0"
390
+ },
391
+ "peerDependenciesMeta": {
392
+ "eslint": {
393
+ "optional": true
394
+ }
395
+ }
396
+ },
397
+ "node_modules/@eslint/object-schema": {
398
+ "version": "3.0.5",
399
+ "resolved": "https://registry.npmjs.org/@eslint/object-schema/-/object-schema-3.0.5.tgz",
400
+ "integrity": "sha512-vqTaUEgxzm+YDSdElad6PiRoX4t8VGDjCtt05zn4nU810UIx/uNEV7/lZJ6KwFThKZOzOxzXy48da+No7HZaMw==",
401
+ "dev": true,
402
+ "license": "Apache-2.0",
403
+ "engines": {
404
+ "node": "^20.19.0 || ^22.13.0 || >=24"
405
+ }
406
+ },
407
+ "node_modules/@eslint/plugin-kit": {
408
+ "version": "0.7.3",
409
+ "resolved": "https://registry.npmjs.org/@eslint/plugin-kit/-/plugin-kit-0.7.3.tgz",
410
+ "integrity": "sha512-IkO+/KEUvwbVpiURZg+P7zF74z5Jxe0UgJxVni+RtoHQ6IZieXaO02kmadomap/q+l6bc/jdPGGqTjhuZnuz1Q==",
411
+ "dev": true,
412
+ "license": "Apache-2.0",
413
+ "dependencies": {
414
+ "@eslint/core": "^1.2.1",
415
+ "levn": "^0.4.1"
416
+ },
417
+ "engines": {
418
+ "node": "^20.19.0 || ^22.13.0 || >=24"
419
+ }
420
+ },
421
+ "node_modules/@humanfs/core": {
422
+ "version": "0.19.2",
423
+ "resolved": "https://registry.npmjs.org/@humanfs/core/-/core-0.19.2.tgz",
424
+ "integrity": "sha512-UhXNm+CFMWcbChXywFwkmhqjs3PRCmcSa/hfBgLIb7oQ5HNb1wS0icWsGtSAUNgefHeI+eBrA8I1fxmbHsGdvA==",
425
+ "dev": true,
426
+ "license": "Apache-2.0",
427
+ "dependencies": {
428
+ "@humanfs/types": "^0.15.0"
429
+ },
430
+ "engines": {
431
+ "node": ">=18.18.0"
432
+ }
433
+ },
434
+ "node_modules/@humanfs/node": {
435
+ "version": "0.16.8",
436
+ "resolved": "https://registry.npmjs.org/@humanfs/node/-/node-0.16.8.tgz",
437
+ "integrity": "sha512-gE1eQNZ3R++kTzFUpdGlpmy8kDZD/MLyHqDwqjkVQI0JMdI1D51sy1H958PNXYkM2rAac7e5/CnIKZrHtPh3BQ==",
438
+ "dev": true,
439
+ "license": "Apache-2.0",
440
+ "dependencies": {
441
+ "@humanfs/core": "^0.19.2",
442
+ "@humanfs/types": "^0.15.0",
443
+ "@humanwhocodes/retry": "^0.4.0"
444
+ },
445
+ "engines": {
446
+ "node": ">=18.18.0"
447
+ }
448
+ },
449
+ "node_modules/@humanfs/types": {
450
+ "version": "0.15.0",
451
+ "resolved": "https://registry.npmjs.org/@humanfs/types/-/types-0.15.0.tgz",
452
+ "integrity": "sha512-ZZ1w0aoQkwuUuC7Yf+7sdeaNfqQiiLcSRbfI08oAxqLtpXQr9AIVX7Ay7HLDuiLYAaFPu8oBYNq/QIi9URHJ3Q==",
453
+ "dev": true,
454
+ "license": "Apache-2.0",
455
+ "engines": {
456
+ "node": ">=18.18.0"
457
+ }
458
+ },
459
+ "node_modules/@humanwhocodes/module-importer": {
460
+ "version": "1.0.1",
461
+ "resolved": "https://registry.npmjs.org/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz",
462
+ "integrity": "sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==",
463
+ "dev": true,
464
+ "license": "Apache-2.0",
465
+ "engines": {
466
+ "node": ">=12.22"
467
+ },
468
+ "funding": {
469
+ "type": "github",
470
+ "url": "https://github.com/sponsors/nzakas"
471
+ }
472
+ },
473
+ "node_modules/@humanwhocodes/retry": {
474
+ "version": "0.4.3",
475
+ "resolved": "https://registry.npmjs.org/@humanwhocodes/retry/-/retry-0.4.3.tgz",
476
+ "integrity": "sha512-bV0Tgo9K4hfPCek+aMAn81RppFKv2ySDQeMoSZuvTASywNTnVJCArCZE2FWqpvIatKu7VMRLWlR1EazvVhDyhQ==",
477
+ "dev": true,
478
+ "license": "Apache-2.0",
479
+ "engines": {
480
+ "node": ">=18.18"
481
+ },
482
+ "funding": {
483
+ "type": "github",
484
+ "url": "https://github.com/sponsors/nzakas"
485
+ }
486
+ },
487
+ "node_modules/@jridgewell/gen-mapping": {
488
+ "version": "0.3.13",
489
+ "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.13.tgz",
490
+ "integrity": "sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA==",
491
+ "dev": true,
492
+ "license": "MIT",
493
+ "dependencies": {
494
+ "@jridgewell/sourcemap-codec": "^1.5.0",
495
+ "@jridgewell/trace-mapping": "^0.3.24"
496
+ }
497
+ },
498
+ "node_modules/@jridgewell/remapping": {
499
+ "version": "2.3.5",
500
+ "resolved": "https://registry.npmjs.org/@jridgewell/remapping/-/remapping-2.3.5.tgz",
501
+ "integrity": "sha512-LI9u/+laYG4Ds1TDKSJW2YPrIlcVYOwi2fUC6xB43lueCjgxV4lffOCZCtYFiH6TNOX+tQKXx97T4IKHbhyHEQ==",
502
+ "dev": true,
503
+ "license": "MIT",
504
+ "dependencies": {
505
+ "@jridgewell/gen-mapping": "^0.3.5",
506
+ "@jridgewell/trace-mapping": "^0.3.24"
507
+ }
508
+ },
509
+ "node_modules/@jridgewell/resolve-uri": {
510
+ "version": "3.1.2",
511
+ "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz",
512
+ "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==",
513
+ "dev": true,
514
+ "license": "MIT",
515
+ "engines": {
516
+ "node": ">=6.0.0"
517
+ }
518
+ },
519
+ "node_modules/@jridgewell/sourcemap-codec": {
520
+ "version": "1.6.0",
521
+ "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.6.0.tgz",
522
+ "integrity": "sha512-T7jf+5zgsZHwNJ4lvQ7/aezbyk0nNX+zJVWpmHA7VYsEx7a7qr5Rg5IbtJFqkgze5Y2sruq1RUY8Q837Od7iFw==",
523
+ "dev": true,
524
+ "license": "MIT"
525
+ },
526
+ "node_modules/@jridgewell/trace-mapping": {
527
+ "version": "0.3.31",
528
+ "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.31.tgz",
529
+ "integrity": "sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==",
530
+ "dev": true,
531
+ "license": "MIT",
532
+ "dependencies": {
533
+ "@jridgewell/resolve-uri": "^3.1.0",
534
+ "@jridgewell/sourcemap-codec": "^1.4.14"
535
+ }
536
+ },
537
+ "node_modules/@keyv/bigmap": {
538
+ "version": "1.3.1",
539
+ "resolved": "https://registry.npmjs.org/@keyv/bigmap/-/bigmap-1.3.1.tgz",
540
+ "integrity": "sha512-WbzE9sdmQtKy8vrNPa9BRnwZh5UF4s1KTmSK0KUVLo3eff5BlQNNWDnFOouNpKfPKDnms9xynJjsMYjMaT/aFQ==",
541
+ "dev": true,
542
+ "license": "MIT",
543
+ "dependencies": {
544
+ "hashery": "^1.4.0",
545
+ "hookified": "^1.15.0"
546
+ },
547
+ "engines": {
548
+ "node": ">= 18"
549
+ },
550
+ "peerDependencies": {
551
+ "keyv": "^5.6.0"
552
+ }
553
+ },
554
+ "node_modules/@keyv/serialize": {
555
+ "version": "1.1.1",
556
+ "resolved": "https://registry.npmjs.org/@keyv/serialize/-/serialize-1.1.1.tgz",
557
+ "integrity": "sha512-dXn3FZhPv0US+7dtJsIi2R+c7qWYiReoEh5zUntWCf4oSpMNib8FDhSoed6m3QyZdx5hK7iLFkYk3rNxwt8vTA==",
558
+ "dev": true,
559
+ "license": "MIT"
560
+ },
561
+ "node_modules/@oxc-project/types": {
562
+ "version": "0.148.0",
563
+ "resolved": "https://registry.npmjs.org/@oxc-project/types/-/types-0.148.0.tgz",
564
+ "integrity": "sha512-Nm4s/jB+4FpFsPhWGEC4h7rzksesmtnMXomo6rCMcg/b8zLQuOziRgkCS1fxDCXOlJB/6Q8oABOZ/OP6RIPj9A==",
565
+ "dev": true,
566
+ "license": "MIT",
567
+ "funding": {
568
+ "url": "https://github.com/sponsors/oxc-project"
569
+ }
570
+ },
571
+ "node_modules/@rolldown/binding-android-arm-eabi": {
572
+ "version": "1.2.7",
573
+ "resolved": "https://registry.npmjs.org/@rolldown/binding-android-arm-eabi/-/binding-android-arm-eabi-1.2.7.tgz",
574
+ "integrity": "sha512-EypzgnYCwyVY4NDHKzGmNJT5b+XaQEBniHxsMdeIQLB/tcCzZnhqrzHpZFbX9iaxx+5RiB8caATBtfvZP7zVxQ==",
575
+ "cpu": [
576
+ "arm"
577
+ ],
578
+ "dev": true,
579
+ "license": "MIT",
580
+ "optional": true,
581
+ "os": [
582
+ "android"
583
+ ],
584
+ "engines": {
585
+ "node": "^20.19.0 || >=22.12.0"
586
+ }
587
+ },
588
+ "node_modules/@rolldown/binding-android-arm64": {
589
+ "version": "1.2.7",
590
+ "resolved": "https://registry.npmjs.org/@rolldown/binding-android-arm64/-/binding-android-arm64-1.2.7.tgz",
591
+ "integrity": "sha512-l17HE9EweWaqJZhuUuNBN/FzM62xw+DECVnJyvMsxn8vJFAGLy5QfLDoYAcronkAN8VxKZHezDpulHDPx95vFw==",
592
+ "cpu": [
593
+ "arm64"
594
+ ],
595
+ "dev": true,
596
+ "license": "MIT",
597
+ "optional": true,
598
+ "os": [
599
+ "android"
600
+ ],
601
+ "engines": {
602
+ "node": "^20.19.0 || >=22.12.0"
603
+ }
604
+ },
605
+ "node_modules/@rolldown/binding-darwin-arm64": {
606
+ "version": "1.2.7",
607
+ "resolved": "https://registry.npmjs.org/@rolldown/binding-darwin-arm64/-/binding-darwin-arm64-1.2.7.tgz",
608
+ "integrity": "sha512-8ED8ELFvHXc6OCETIn4gXObPiaR6bckM/ipXtbzlPVDRMBfEGjCKgO90F9YtfdpDatVx/ZQw7aZ1vUMf/+T3Mw==",
609
+ "cpu": [
610
+ "arm64"
611
+ ],
612
+ "dev": true,
613
+ "license": "MIT",
614
+ "optional": true,
615
+ "os": [
616
+ "darwin"
617
+ ],
618
+ "engines": {
619
+ "node": "^20.19.0 || >=22.12.0"
620
+ }
621
+ },
622
+ "node_modules/@rolldown/binding-darwin-x64": {
623
+ "version": "1.2.7",
624
+ "resolved": "https://registry.npmjs.org/@rolldown/binding-darwin-x64/-/binding-darwin-x64-1.2.7.tgz",
625
+ "integrity": "sha512-/WPripjtiAIZ2tWY7ddijORT0Ujg87wxWW/qcoFVCKAWVDPhtY0xr7Dj0M3GyNGz60jGwTElhro/mkF9dT7dDQ==",
626
+ "cpu": [
627
+ "x64"
628
+ ],
629
+ "dev": true,
630
+ "license": "MIT",
631
+ "optional": true,
632
+ "os": [
633
+ "darwin"
634
+ ],
635
+ "engines": {
636
+ "node": "^20.19.0 || >=22.12.0"
637
+ }
638
+ },
639
+ "node_modules/@rolldown/binding-freebsd-x64": {
640
+ "version": "1.2.7",
641
+ "resolved": "https://registry.npmjs.org/@rolldown/binding-freebsd-x64/-/binding-freebsd-x64-1.2.7.tgz",
642
+ "integrity": "sha512-14DI4NcqpvbICxSnGLx3PmtDaWqRP/KGSGb6C+JLLVPeZRl6dKdHba3pGsqT3vpdTqhEYIPG0MMQ8c0xYqoJxA==",
643
+ "cpu": [
644
+ "x64"
645
+ ],
646
+ "dev": true,
647
+ "license": "MIT",
648
+ "optional": true,
649
+ "os": [
650
+ "freebsd"
651
+ ],
652
+ "engines": {
653
+ "node": "^20.19.0 || >=22.12.0"
654
+ }
655
+ },
656
+ "node_modules/@rolldown/binding-linux-arm-gnueabihf": {
657
+ "version": "1.2.7",
658
+ "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm-gnueabihf/-/binding-linux-arm-gnueabihf-1.2.7.tgz",
659
+ "integrity": "sha512-bxrWIRvHWQvbJwi+VIie/kDJmQxcNE6xxWwZdqF/ExVAigtHkv54WTLQPb+QsZdnFy18fg7JPfWGL0RH6vwIlQ==",
660
+ "cpu": [
661
+ "arm"
662
+ ],
663
+ "dev": true,
664
+ "license": "MIT",
665
+ "optional": true,
666
+ "os": [
667
+ "linux"
668
+ ],
669
+ "engines": {
670
+ "node": "^20.19.0 || >=22.12.0"
671
+ }
672
+ },
673
+ "node_modules/@rolldown/binding-linux-arm64-gnu": {
674
+ "version": "1.2.7",
675
+ "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm64-gnu/-/binding-linux-arm64-gnu-1.2.7.tgz",
676
+ "integrity": "sha512-toOY2BChBZyuxU7OYX6Tn389di4IzAqPTycVcci0O7FSfBqzRB3RZn+K5Is6ANf4tmgRd/K1yZTsNTXbkXsnLg==",
677
+ "cpu": [
678
+ "arm64"
679
+ ],
680
+ "dev": true,
681
+ "license": "MIT",
682
+ "optional": true,
683
+ "os": [
684
+ "linux"
685
+ ],
686
+ "engines": {
687
+ "node": "^20.19.0 || >=22.12.0"
688
+ }
689
+ },
690
+ "node_modules/@rolldown/binding-linux-arm64-musl": {
691
+ "version": "1.2.7",
692
+ "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm64-musl/-/binding-linux-arm64-musl-1.2.7.tgz",
693
+ "integrity": "sha512-lAIXTH/aiLRLxsTgQvfhjo4K1ydWIp00+V0voOr9beb/9ZmkUFrSIb03dXNFRgMNvkE6oGsF10ioQ6UsI+vS5Q==",
694
+ "cpu": [
695
+ "arm64"
696
+ ],
697
+ "dev": true,
698
+ "license": "MIT",
699
+ "optional": true,
700
+ "os": [
701
+ "linux"
702
+ ],
703
+ "engines": {
704
+ "node": "^20.19.0 || >=22.12.0"
705
+ }
706
+ },
707
+ "node_modules/@rolldown/binding-linux-ppc64-gnu": {
708
+ "version": "1.2.7",
709
+ "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-ppc64-gnu/-/binding-linux-ppc64-gnu-1.2.7.tgz",
710
+ "integrity": "sha512-kdnwS28Pkenp/mZMRwjXXXwxQ7pIsm+bF919LUK93BOyhcLsrVKdP2p9fxpiPNPAbNuch8ypQt0pm2P2LYCAGg==",
711
+ "cpu": [
712
+ "ppc64"
713
+ ],
714
+ "dev": true,
715
+ "license": "MIT",
716
+ "optional": true,
717
+ "os": [
718
+ "linux"
719
+ ],
720
+ "engines": {
721
+ "node": "^20.19.0 || >=22.12.0"
722
+ }
723
+ },
724
+ "node_modules/@rolldown/binding-linux-s390x-gnu": {
725
+ "version": "1.2.7",
726
+ "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-s390x-gnu/-/binding-linux-s390x-gnu-1.2.7.tgz",
727
+ "integrity": "sha512-516OdsyLdr5E65paF3yBF55t8mfm9+gmtCsK3xI7XKXIT7EfRlHhxL8K/NR6Hu8BWSgF5+1w74lTL0+nxcc8Qw==",
728
+ "cpu": [
729
+ "s390x"
730
+ ],
731
+ "dev": true,
732
+ "license": "MIT",
733
+ "optional": true,
734
+ "os": [
735
+ "linux"
736
+ ],
737
+ "engines": {
738
+ "node": "^20.19.0 || >=22.12.0"
739
+ }
740
+ },
741
+ "node_modules/@rolldown/binding-linux-x64-gnu": {
742
+ "version": "1.2.7",
743
+ "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-x64-gnu/-/binding-linux-x64-gnu-1.2.7.tgz",
744
+ "integrity": "sha512-r8/z8n7GFaYRln3xmP1Cxy0HH/HLM0uBUPkEuSVEfKGDA89M0FsZRZJRSwe/tJjRx+fpH/gjorfhB8tmEbSFLA==",
745
+ "cpu": [
746
+ "x64"
747
+ ],
748
+ "dev": true,
749
+ "license": "MIT",
750
+ "optional": true,
751
+ "os": [
752
+ "linux"
753
+ ],
754
+ "engines": {
755
+ "node": "^20.19.0 || >=22.12.0"
756
+ }
757
+ },
758
+ "node_modules/@rolldown/binding-linux-x64-musl": {
759
+ "version": "1.2.7",
760
+ "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-x64-musl/-/binding-linux-x64-musl-1.2.7.tgz",
761
+ "integrity": "sha512-pAsE8iiDxUg1xBqdhrTfg45AVDVpirjz00sblEYClGNNcMnDb+e8beQgqIAw6LvauX/APvgxUnwrgun/YYGBhw==",
762
+ "cpu": [
763
+ "x64"
764
+ ],
765
+ "dev": true,
766
+ "license": "MIT",
767
+ "optional": true,
768
+ "os": [
769
+ "linux"
770
+ ],
771
+ "engines": {
772
+ "node": "^20.19.0 || >=22.12.0"
773
+ }
774
+ },
775
+ "node_modules/@rolldown/binding-openharmony-arm64": {
776
+ "version": "1.2.7",
777
+ "resolved": "https://registry.npmjs.org/@rolldown/binding-openharmony-arm64/-/binding-openharmony-arm64-1.2.7.tgz",
778
+ "integrity": "sha512-lTcIYmmnQQA8Or/2DatS6oSqcdLHvendjS+zLu+FwgToynWMRSmQdpM65fTANJgIS4mjbMOo5KT2lnT9SAb96w==",
779
+ "cpu": [
780
+ "arm64"
781
+ ],
782
+ "dev": true,
783
+ "license": "MIT",
784
+ "optional": true,
785
+ "os": [
786
+ "openharmony"
787
+ ],
788
+ "engines": {
789
+ "node": "^20.19.0 || >=22.12.0"
790
+ }
791
+ },
792
+ "node_modules/@rolldown/binding-win32-arm64-msvc": {
793
+ "version": "1.2.7",
794
+ "resolved": "https://registry.npmjs.org/@rolldown/binding-win32-arm64-msvc/-/binding-win32-arm64-msvc-1.2.7.tgz",
795
+ "integrity": "sha512-e3Gu3WxbNk/UqQhxqU7YIYO+9ZBvWNz3U+h/qRFosscMFzdRPbXYSaSWgSnklv2fz1TgzBTcti2z35c/7irsHw==",
796
+ "cpu": [
797
+ "arm64"
798
+ ],
799
+ "dev": true,
800
+ "license": "MIT",
801
+ "optional": true,
802
+ "os": [
803
+ "win32"
804
+ ],
805
+ "engines": {
806
+ "node": "^20.19.0 || >=22.12.0"
807
+ }
808
+ },
809
+ "node_modules/@rolldown/binding-win32-x64-msvc": {
810
+ "version": "1.2.7",
811
+ "resolved": "https://registry.npmjs.org/@rolldown/binding-win32-x64-msvc/-/binding-win32-x64-msvc-1.2.7.tgz",
812
+ "integrity": "sha512-W/jg5qoRSqjsEv0+dZi4e687mcHqmVuU0P4fK6qS/xjetW2Gmc1W8j//z5nAeNcC8Ttm0hV46IjcYeuVwYhuiw==",
813
+ "cpu": [
814
+ "x64"
815
+ ],
816
+ "dev": true,
817
+ "license": "MIT",
818
+ "optional": true,
819
+ "os": [
820
+ "win32"
821
+ ],
822
+ "engines": {
823
+ "node": "^20.19.0 || >=22.12.0"
824
+ }
825
+ },
826
+ "node_modules/@rolldown/plugin-babel": {
827
+ "version": "0.2.3",
828
+ "resolved": "https://registry.npmjs.org/@rolldown/plugin-babel/-/plugin-babel-0.2.3.tgz",
829
+ "integrity": "sha512-+zEk16yGlz1F9STiRr6uG9hmIXb6nprjLczV/htGptYuLoCuxb+itZ03RKCEeOhBpDDd1NU7qF6x1VLMUp62bw==",
830
+ "dev": true,
831
+ "license": "MIT",
832
+ "dependencies": {
833
+ "picomatch": "^4.0.4"
834
+ },
835
+ "engines": {
836
+ "node": ">=22.12.0 || ^24.0.0"
837
+ },
838
+ "peerDependencies": {
839
+ "@babel/core": "^7.29.0 || ^8.0.0-rc.1",
840
+ "@babel/plugin-transform-runtime": "^7.29.0 || ^8.0.0-rc.1",
841
+ "@babel/runtime": "^7.27.0 || ^8.0.0-rc.1",
842
+ "rolldown": "^1.0.0-rc.5",
843
+ "vite": "^8.0.0"
844
+ },
845
+ "peerDependenciesMeta": {
846
+ "@babel/plugin-transform-runtime": {
847
+ "optional": true
848
+ },
849
+ "@babel/runtime": {
850
+ "optional": true
851
+ },
852
+ "vite": {
853
+ "optional": true
854
+ }
855
+ }
856
+ },
857
+ "node_modules/@rolldown/pluginutils": {
858
+ "version": "1.0.1",
859
+ "resolved": "https://registry.npmjs.org/@rolldown/pluginutils/-/pluginutils-1.0.1.tgz",
860
+ "integrity": "sha512-2j9bGt5Jh8hj+vPtgzPtl72j0yRxHAyumoo6TNfAjsLB04UtpSvPbPcDcBMxz7n+9CYB0c1GxQFxYRg2jimqGw==",
861
+ "dev": true,
862
+ "license": "MIT"
863
+ },
864
+ "node_modules/@types/esrecurse": {
865
+ "version": "4.3.1",
866
+ "resolved": "https://registry.npmjs.org/@types/esrecurse/-/esrecurse-4.3.1.tgz",
867
+ "integrity": "sha512-xJBAbDifo5hpffDBuHl0Y8ywswbiAp/Wi7Y/GtAgSlZyIABppyurxVueOPE8LUQOxdlgi6Zqce7uoEpqNTeiUw==",
868
+ "dev": true,
869
+ "license": "MIT"
870
+ },
871
+ "node_modules/@types/estree": {
872
+ "version": "1.0.9",
873
+ "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.9.tgz",
874
+ "integrity": "sha512-GhdPgy1el4/ImP05X05Uw4cw2/M93BCUmnEvWZNStlCzEKME4Fkk+YpoA5OiHNQmoS7Cafb8Xa3Pya8m1Qrzeg==",
875
+ "dev": true,
876
+ "license": "MIT"
877
+ },
878
+ "node_modules/@types/json-schema": {
879
+ "version": "7.0.15",
880
+ "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.15.tgz",
881
+ "integrity": "sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==",
882
+ "dev": true,
883
+ "license": "MIT"
884
+ },
885
+ "node_modules/@types/react": {
886
+ "version": "19.2.18",
887
+ "resolved": "https://registry.npmjs.org/@types/react/-/react-19.2.18.tgz",
888
+ "integrity": "sha512-AnzbBERsrLKtk2XSfTbYRLjQPdy116Sty4q+T+Bp3IC4l6jNBvreVPAHmpq9qhXQM7CXZPjLVmGMw9sy+hxQ3w==",
889
+ "dev": true,
890
+ "license": "MIT",
891
+ "dependencies": {
892
+ "csstype": "^3.2.2"
893
+ }
894
+ },
895
+ "node_modules/@types/react-dom": {
896
+ "version": "19.2.7",
897
+ "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-19.2.7.tgz",
898
+ "integrity": "sha512-I8bPpDLcHBv1qiIiXDCy71Rt8eQDKJP0sMSWJphDdAcdqiJ1sGpZamavoEIRZmYzjia9LuEb2HlYdDpmoENpvQ==",
899
+ "dev": true,
900
+ "license": "MIT",
901
+ "peerDependencies": {
902
+ "@types/react": "^19.2.0"
903
+ }
904
+ },
905
+ "node_modules/@vitejs/plugin-react": {
906
+ "version": "6.1.1",
907
+ "resolved": "https://registry.npmjs.org/@vitejs/plugin-react/-/plugin-react-6.1.1.tgz",
908
+ "integrity": "sha512-yxLaQV9gkhS8ezJqCM6+ndU7mDY6gqAg75NQ+0IjwEI8IYOmQCgkRwHKVSfWXW076DsqMo0Dk+0FK1U+M5RgFw==",
909
+ "dev": true,
910
+ "license": "MIT",
911
+ "dependencies": {
912
+ "@rolldown/pluginutils": "^1.0.1"
913
+ },
914
+ "engines": {
915
+ "node": "^20.19.0 || >=22.12.0"
916
+ },
917
+ "peerDependencies": {
918
+ "@rolldown/plugin-babel": "^0.1.7 || ^0.2.0",
919
+ "babel-plugin-react-compiler": "^1.0.0",
920
+ "oxc-transform-react": "^0.145.0",
921
+ "vite": "^8.0.0"
922
+ },
923
+ "peerDependenciesMeta": {
924
+ "@rolldown/plugin-babel": {
925
+ "optional": true
926
+ },
927
+ "babel-plugin-react-compiler": {
928
+ "optional": true
929
+ },
930
+ "oxc-transform-react": {
931
+ "optional": true
932
+ }
933
+ }
934
+ },
935
+ "node_modules/acorn": {
936
+ "version": "8.18.0",
937
+ "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.18.0.tgz",
938
+ "integrity": "sha512-lGq+9yr1/GuAWaVYIHRjvvySG5/4VfKIvC8EWxStPdcDh/Ka7FG3twP6v4d5BkravUilhIAsG4Qj83t02LWUPQ==",
939
+ "dev": true,
940
+ "license": "MIT",
941
+ "bin": {
942
+ "acorn": "bin/acorn"
943
+ },
944
+ "engines": {
945
+ "node": ">=0.4.0"
946
+ }
947
+ },
948
+ "node_modules/acorn-jsx": {
949
+ "version": "5.3.2",
950
+ "resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz",
951
+ "integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==",
952
+ "dev": true,
953
+ "license": "MIT",
954
+ "peerDependencies": {
955
+ "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0"
956
+ }
957
+ },
958
+ "node_modules/ajv": {
959
+ "version": "6.15.0",
960
+ "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.15.0.tgz",
961
+ "integrity": "sha512-fgFx7Hfoq60ytK2c7DhnF8jIvzYgOMxfugjLOSMHjLIPgenqa7S7oaagATUq99mV6IYvN2tRmC0wnTYX6iPbMw==",
962
+ "dev": true,
963
+ "license": "MIT",
964
+ "dependencies": {
965
+ "fast-deep-equal": "^3.1.1",
966
+ "fast-json-stable-stringify": "^2.0.0",
967
+ "json-schema-traverse": "^0.4.1",
968
+ "uri-js": "^4.2.2"
969
+ },
970
+ "funding": {
971
+ "type": "github",
972
+ "url": "https://github.com/sponsors/epoberezkin"
973
+ }
974
+ },
975
+ "node_modules/babel-plugin-react-compiler": {
976
+ "version": "1.0.0",
977
+ "resolved": "https://registry.npmjs.org/babel-plugin-react-compiler/-/babel-plugin-react-compiler-1.0.0.tgz",
978
+ "integrity": "sha512-Ixm8tFfoKKIPYdCCKYTsqv+Fd4IJ0DQqMyEimo+pxUOMUR9cVPlwTrFt9Avu+3cb6Zp3mAzl+t1MrG2fxxKsxw==",
979
+ "dev": true,
980
+ "license": "MIT",
981
+ "dependencies": {
982
+ "@babel/types": "^7.26.0"
983
+ }
984
+ },
985
+ "node_modules/balanced-match": {
986
+ "version": "4.0.4",
987
+ "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-4.0.4.tgz",
988
+ "integrity": "sha512-BLrgEcRTwX2o6gGxGOCNyMvGSp35YofuYzw9h1IMTRmKqttAZZVU67bdb9Pr2vUHA8+j3i2tJfjO6C6+4myGTA==",
989
+ "dev": true,
990
+ "license": "MIT",
991
+ "engines": {
992
+ "node": "18 || 20 || >=22"
993
+ }
994
+ },
995
+ "node_modules/baseline-browser-mapping": {
996
+ "version": "2.11.21",
997
+ "resolved": "https://registry.npmjs.org/baseline-browser-mapping/-/baseline-browser-mapping-2.11.21.tgz",
998
+ "integrity": "sha512-uh8vpY/1/YyFkunIDFH/12p7/7VdPKA1hejMVEbdkEaWnUz0Hesvx5EbiU6XxjyHZIOju+ZMbQJkRh+es3/spQ==",
999
+ "dev": true,
1000
+ "license": "Apache-2.0",
1001
+ "bin": {
1002
+ "baseline-browser-mapping": "dist/cli.cjs"
1003
+ },
1004
+ "engines": {
1005
+ "node": ">=6.0.0"
1006
+ }
1007
+ },
1008
+ "node_modules/brace-expansion": {
1009
+ "version": "5.0.9",
1010
+ "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.9.tgz",
1011
+ "integrity": "sha512-ScQ4IuvIEF1TMlP7Zt+vjJ//9zlPb2SDcxWxM3bk8s6t6GGdJ7KO1dCcTidOPJKePW30LE/2cT7wCyPho9/Wxg==",
1012
+ "dev": true,
1013
+ "license": "MIT",
1014
+ "dependencies": {
1015
+ "balanced-match": "^4.0.2"
1016
+ },
1017
+ "engines": {
1018
+ "node": "20 || >=22"
1019
+ }
1020
+ },
1021
+ "node_modules/browserslist": {
1022
+ "version": "4.28.9",
1023
+ "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.28.9.tgz",
1024
+ "integrity": "sha512-EWazOblFYUvlGZcfGhPUPmYh3nikUxBVb+y9MJun5f3hBi812X+8MSQTujLBtgK3cf51fJWbWfOjyeO954d+Eg==",
1025
+ "dev": true,
1026
+ "funding": [
1027
+ {
1028
+ "type": "opencollective",
1029
+ "url": "https://opencollective.com/browserslist"
1030
+ },
1031
+ {
1032
+ "type": "tidelift",
1033
+ "url": "https://tidelift.com/funding/github/npm/browserslist"
1034
+ },
1035
+ {
1036
+ "type": "github",
1037
+ "url": "https://github.com/sponsors/ai"
1038
+ }
1039
+ ],
1040
+ "license": "MIT",
1041
+ "dependencies": {
1042
+ "baseline-browser-mapping": "^2.11.20",
1043
+ "caniuse-lite": "^1.0.30001810",
1044
+ "electron-to-chromium": "^1.5.420",
1045
+ "node-releases": "^2.0.54",
1046
+ "update-browserslist-db": "^1.3.2"
1047
+ },
1048
+ "bin": {
1049
+ "browserslist": "cli.js"
1050
+ },
1051
+ "engines": {
1052
+ "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7"
1053
+ }
1054
+ },
1055
+ "node_modules/cacheable": {
1056
+ "version": "2.5.0",
1057
+ "resolved": "https://registry.npmjs.org/cacheable/-/cacheable-2.5.0.tgz",
1058
+ "integrity": "sha512-60cyAOytib/OzBw1JNSoSV/boK1AtHryDIjvVBk7XbN4ugfkM3+Sry7fEjNgPMGgOjuaZPAp8ruZ0Cxafwyq9g==",
1059
+ "dev": true,
1060
+ "license": "MIT",
1061
+ "dependencies": {
1062
+ "@cacheable/memory": "^2.2.0",
1063
+ "@cacheable/utils": "^2.5.0",
1064
+ "hookified": "^1.15.0",
1065
+ "keyv": "^5.6.0",
1066
+ "qified": "^0.10.1"
1067
+ }
1068
+ },
1069
+ "node_modules/caniuse-lite": {
1070
+ "version": "1.0.30001810",
1071
+ "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001810.tgz",
1072
+ "integrity": "sha512-TITQPUkaz+aVk5GL6NhOdwk1aEaNTSDPsGFWrTuhKGtjTF70jL/Oht2W4c6rXUe5fu7Ie19VIahAXHIIiWWNeg==",
1073
+ "dev": true,
1074
+ "funding": [
1075
+ {
1076
+ "type": "opencollective",
1077
+ "url": "https://opencollective.com/browserslist"
1078
+ },
1079
+ {
1080
+ "type": "tidelift",
1081
+ "url": "https://tidelift.com/funding/github/npm/caniuse-lite"
1082
+ },
1083
+ {
1084
+ "type": "github",
1085
+ "url": "https://github.com/sponsors/ai"
1086
+ }
1087
+ ],
1088
+ "license": "CC-BY-4.0"
1089
+ },
1090
+ "node_modules/convert-source-map": {
1091
+ "version": "2.0.0",
1092
+ "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz",
1093
+ "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==",
1094
+ "dev": true,
1095
+ "license": "MIT"
1096
+ },
1097
+ "node_modules/cross-spawn": {
1098
+ "version": "7.0.6",
1099
+ "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz",
1100
+ "integrity": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==",
1101
+ "dev": true,
1102
+ "license": "MIT",
1103
+ "dependencies": {
1104
+ "path-key": "^3.1.0",
1105
+ "shebang-command": "^2.0.0",
1106
+ "which": "^2.0.1"
1107
+ },
1108
+ "engines": {
1109
+ "node": ">= 8"
1110
+ }
1111
+ },
1112
+ "node_modules/csstype": {
1113
+ "version": "3.2.3",
1114
+ "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.2.3.tgz",
1115
+ "integrity": "sha512-z1HGKcYy2xA8AGQfwrn0PAy+PB7X/GSj3UVJW9qKyn43xWa+gl5nXmU4qqLMRzWVLFC8KusUX8T/0kCiOYpAIQ==",
1116
+ "dev": true,
1117
+ "license": "MIT"
1118
+ },
1119
+ "node_modules/debug": {
1120
+ "version": "4.4.3",
1121
+ "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz",
1122
+ "integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==",
1123
+ "dev": true,
1124
+ "license": "MIT",
1125
+ "dependencies": {
1126
+ "ms": "^2.1.3"
1127
+ },
1128
+ "engines": {
1129
+ "node": ">=6.0"
1130
+ },
1131
+ "peerDependenciesMeta": {
1132
+ "supports-color": {
1133
+ "optional": true
1134
+ }
1135
+ }
1136
+ },
1137
+ "node_modules/deep-is": {
1138
+ "version": "0.1.4",
1139
+ "resolved": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.4.tgz",
1140
+ "integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==",
1141
+ "dev": true,
1142
+ "license": "MIT"
1143
+ },
1144
+ "node_modules/detect-libc": {
1145
+ "version": "2.1.2",
1146
+ "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.1.2.tgz",
1147
+ "integrity": "sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==",
1148
+ "dev": true,
1149
+ "license": "Apache-2.0",
1150
+ "engines": {
1151
+ "node": ">=8"
1152
+ }
1153
+ },
1154
+ "node_modules/electron-to-chromium": {
1155
+ "version": "1.5.422",
1156
+ "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.422.tgz",
1157
+ "integrity": "sha512-UvA/32XqrLDdZSn7Jllo1AYNcWji/G0d5M0GTViE7KoGBiMunw3a34Sb2KO4ZZyrSEhqsxFoVhWWJshdyfKqJA==",
1158
+ "dev": true,
1159
+ "license": "ISC"
1160
+ },
1161
+ "node_modules/escalade": {
1162
+ "version": "3.2.0",
1163
+ "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.2.0.tgz",
1164
+ "integrity": "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==",
1165
+ "dev": true,
1166
+ "license": "MIT",
1167
+ "engines": {
1168
+ "node": ">=6"
1169
+ }
1170
+ },
1171
+ "node_modules/escape-string-regexp": {
1172
+ "version": "4.0.0",
1173
+ "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz",
1174
+ "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==",
1175
+ "dev": true,
1176
+ "license": "MIT",
1177
+ "engines": {
1178
+ "node": ">=10"
1179
+ },
1180
+ "funding": {
1181
+ "url": "https://github.com/sponsors/sindresorhus"
1182
+ }
1183
+ },
1184
+ "node_modules/eslint": {
1185
+ "version": "10.10.0",
1186
+ "resolved": "https://registry.npmjs.org/eslint/-/eslint-10.10.0.tgz",
1187
+ "integrity": "sha512-NPXn6r5zl4uET1DAVPaOwzX3rut4c0wcmw3dWJAfOsTM5+TogXo0DDjz8pwm/hL8cyVNpHqeK4JpN0NjnyFFNw==",
1188
+ "dev": true,
1189
+ "license": "MIT",
1190
+ "workspaces": [
1191
+ "packages/*"
1192
+ ],
1193
+ "dependencies": {
1194
+ "@eslint-community/eslint-utils": "^4.8.0",
1195
+ "@eslint-community/regexpp": "^4.12.2",
1196
+ "@eslint/config-array": "^0.23.5",
1197
+ "@eslint/config-helpers": "^0.7.0",
1198
+ "@eslint/core": "^1.2.1",
1199
+ "@eslint/plugin-kit": "^0.7.3",
1200
+ "@humanfs/node": "^0.16.6",
1201
+ "@humanwhocodes/module-importer": "^1.0.1",
1202
+ "@humanwhocodes/retry": "^0.4.2",
1203
+ "@types/estree": "^1.0.6",
1204
+ "ajv": "^6.14.0",
1205
+ "cross-spawn": "^7.0.6",
1206
+ "debug": "^4.3.2",
1207
+ "escape-string-regexp": "^4.0.0",
1208
+ "eslint-scope": "^9.1.2",
1209
+ "eslint-visitor-keys": "^5.0.1",
1210
+ "espree": "^11.2.0",
1211
+ "esquery": "^1.7.0",
1212
+ "esutils": "^2.0.2",
1213
+ "fast-deep-equal": "^3.1.3",
1214
+ "file-entry-cache": "11.1.5 || >11.1.6 <12",
1215
+ "find-up": "^5.0.0",
1216
+ "glob-parent": "^6.0.2",
1217
+ "ignore": "^5.2.0",
1218
+ "imurmurhash": "^0.1.4",
1219
+ "is-glob": "^4.0.0",
1220
+ "json-stable-stringify-without-jsonify": "^1.0.1",
1221
+ "minimatch": "^10.2.5",
1222
+ "natural-compare": "^1.4.0",
1223
+ "optionator": "^0.9.3"
1224
+ },
1225
+ "bin": {
1226
+ "eslint": "bin/eslint.js"
1227
+ },
1228
+ "engines": {
1229
+ "node": "^20.19.0 || ^22.13.0 || >=24"
1230
+ },
1231
+ "funding": {
1232
+ "url": "https://eslint.org/donate"
1233
+ },
1234
+ "peerDependencies": {
1235
+ "jiti": "*"
1236
+ },
1237
+ "peerDependenciesMeta": {
1238
+ "jiti": {
1239
+ "optional": true
1240
+ }
1241
+ }
1242
+ },
1243
+ "node_modules/eslint-plugin-react-hooks": {
1244
+ "version": "7.1.1",
1245
+ "resolved": "https://registry.npmjs.org/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-7.1.1.tgz",
1246
+ "integrity": "sha512-f2I7Gw6JbvCexzIInuSbZpfdQ44D7iqdWX01FKLvrPgqxoE7oMj8clOfto8U6vYiz4yd5oKu39rRSVOe1zRu0g==",
1247
+ "dev": true,
1248
+ "license": "MIT",
1249
+ "dependencies": {
1250
+ "@babel/core": "^7.24.4",
1251
+ "@babel/parser": "^7.24.4",
1252
+ "hermes-parser": "^0.25.1",
1253
+ "zod": "^3.25.0 || ^4.0.0",
1254
+ "zod-validation-error": "^3.5.0 || ^4.0.0"
1255
+ },
1256
+ "engines": {
1257
+ "node": ">=18"
1258
+ },
1259
+ "peerDependencies": {
1260
+ "eslint": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0 || ^9.0.0 || ^10.0.0"
1261
+ }
1262
+ },
1263
+ "node_modules/eslint-plugin-react-refresh": {
1264
+ "version": "0.5.6",
1265
+ "resolved": "https://registry.npmjs.org/eslint-plugin-react-refresh/-/eslint-plugin-react-refresh-0.5.6.tgz",
1266
+ "integrity": "sha512-uZnh24On2bk478AkaDAKcpRiYhS3qFSaSNvpXxV6/Ek/BBDICkWGG7MnBSfjnIlCVBei5vsLlIeQYxbF22+Udg==",
1267
+ "dev": true,
1268
+ "license": "MIT",
1269
+ "peerDependencies": {
1270
+ "eslint": "^9 || ^10"
1271
+ }
1272
+ },
1273
+ "node_modules/eslint-scope": {
1274
+ "version": "9.1.2",
1275
+ "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-9.1.2.tgz",
1276
+ "integrity": "sha512-xS90H51cKw0jltxmvmHy2Iai1LIqrfbw57b79w/J7MfvDfkIkFZ+kj6zC3BjtUwh150HsSSdxXZcsuv72miDFQ==",
1277
+ "dev": true,
1278
+ "license": "BSD-2-Clause",
1279
+ "dependencies": {
1280
+ "@types/esrecurse": "^4.3.1",
1281
+ "@types/estree": "^1.0.8",
1282
+ "esrecurse": "^4.3.0",
1283
+ "estraverse": "^5.2.0"
1284
+ },
1285
+ "engines": {
1286
+ "node": "^20.19.0 || ^22.13.0 || >=24"
1287
+ },
1288
+ "funding": {
1289
+ "url": "https://opencollective.com/eslint"
1290
+ }
1291
+ },
1292
+ "node_modules/eslint-visitor-keys": {
1293
+ "version": "5.0.1",
1294
+ "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-5.0.1.tgz",
1295
+ "integrity": "sha512-tD40eHxA35h0PEIZNeIjkHoDR4YjjJp34biM0mDvplBe//mB+IHCqHDGV7pxF+7MklTvighcCPPZC7ynWyjdTA==",
1296
+ "dev": true,
1297
+ "license": "Apache-2.0",
1298
+ "engines": {
1299
+ "node": "^20.19.0 || ^22.13.0 || >=24"
1300
+ },
1301
+ "funding": {
1302
+ "url": "https://opencollective.com/eslint"
1303
+ }
1304
+ },
1305
+ "node_modules/espree": {
1306
+ "version": "11.2.0",
1307
+ "resolved": "https://registry.npmjs.org/espree/-/espree-11.2.0.tgz",
1308
+ "integrity": "sha512-7p3DrVEIopW1B1avAGLuCSh1jubc01H2JHc8B4qqGblmg5gI9yumBgACjWo4JlIc04ufug4xJ3SQI8HkS/Rgzw==",
1309
+ "dev": true,
1310
+ "license": "BSD-2-Clause",
1311
+ "dependencies": {
1312
+ "acorn": "^8.16.0",
1313
+ "acorn-jsx": "^5.3.2",
1314
+ "eslint-visitor-keys": "^5.0.1"
1315
+ },
1316
+ "engines": {
1317
+ "node": "^20.19.0 || ^22.13.0 || >=24"
1318
+ },
1319
+ "funding": {
1320
+ "url": "https://opencollective.com/eslint"
1321
+ }
1322
+ },
1323
+ "node_modules/esquery": {
1324
+ "version": "1.7.0",
1325
+ "resolved": "https://registry.npmjs.org/esquery/-/esquery-1.7.0.tgz",
1326
+ "integrity": "sha512-Ap6G0WQwcU/LHsvLwON1fAQX9Zp0A2Y6Y/cJBl9r/JbW90Zyg4/zbG6zzKa2OTALELarYHmKu0GhpM5EO+7T0g==",
1327
+ "dev": true,
1328
+ "license": "BSD-3-Clause",
1329
+ "dependencies": {
1330
+ "estraverse": "^5.1.0"
1331
+ },
1332
+ "engines": {
1333
+ "node": ">=0.10"
1334
+ }
1335
+ },
1336
+ "node_modules/esrecurse": {
1337
+ "version": "4.3.0",
1338
+ "resolved": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz",
1339
+ "integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==",
1340
+ "dev": true,
1341
+ "license": "BSD-2-Clause",
1342
+ "dependencies": {
1343
+ "estraverse": "^5.2.0"
1344
+ },
1345
+ "engines": {
1346
+ "node": ">=4.0"
1347
+ }
1348
+ },
1349
+ "node_modules/estraverse": {
1350
+ "version": "5.3.0",
1351
+ "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz",
1352
+ "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==",
1353
+ "dev": true,
1354
+ "license": "BSD-2-Clause",
1355
+ "engines": {
1356
+ "node": ">=4.0"
1357
+ }
1358
+ },
1359
+ "node_modules/esutils": {
1360
+ "version": "2.0.3",
1361
+ "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz",
1362
+ "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==",
1363
+ "dev": true,
1364
+ "license": "BSD-2-Clause",
1365
+ "engines": {
1366
+ "node": ">=0.10.0"
1367
+ }
1368
+ },
1369
+ "node_modules/fast-deep-equal": {
1370
+ "version": "3.1.3",
1371
+ "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",
1372
+ "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==",
1373
+ "dev": true,
1374
+ "license": "MIT"
1375
+ },
1376
+ "node_modules/fast-json-stable-stringify": {
1377
+ "version": "2.1.0",
1378
+ "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz",
1379
+ "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==",
1380
+ "dev": true,
1381
+ "license": "MIT"
1382
+ },
1383
+ "node_modules/fast-levenshtein": {
1384
+ "version": "2.0.6",
1385
+ "resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz",
1386
+ "integrity": "sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==",
1387
+ "dev": true,
1388
+ "license": "MIT"
1389
+ },
1390
+ "node_modules/fdir": {
1391
+ "version": "6.5.0",
1392
+ "resolved": "https://registry.npmjs.org/fdir/-/fdir-6.5.0.tgz",
1393
+ "integrity": "sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==",
1394
+ "dev": true,
1395
+ "license": "MIT",
1396
+ "engines": {
1397
+ "node": ">=12.0.0"
1398
+ },
1399
+ "peerDependencies": {
1400
+ "picomatch": "^3 || ^4"
1401
+ },
1402
+ "peerDependenciesMeta": {
1403
+ "picomatch": {
1404
+ "optional": true
1405
+ }
1406
+ }
1407
+ },
1408
+ "node_modules/file-entry-cache": {
1409
+ "version": "11.1.5",
1410
+ "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-11.1.5.tgz",
1411
+ "integrity": "sha512-+PFTHITI08JIGhnNpGNI8T8inUpgZfk3GNEqfT9R2zZV2iFXg3CvqzSl/uEhs7TSGujYRELEANyDvS8Fj7+S7Q==",
1412
+ "dev": true,
1413
+ "license": "MIT",
1414
+ "dependencies": {
1415
+ "flat-cache": "^6.1.23"
1416
+ }
1417
+ },
1418
+ "node_modules/find-up": {
1419
+ "version": "5.0.0",
1420
+ "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz",
1421
+ "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==",
1422
+ "dev": true,
1423
+ "license": "MIT",
1424
+ "dependencies": {
1425
+ "locate-path": "^6.0.0",
1426
+ "path-exists": "^4.0.0"
1427
+ },
1428
+ "engines": {
1429
+ "node": ">=10"
1430
+ },
1431
+ "funding": {
1432
+ "url": "https://github.com/sponsors/sindresorhus"
1433
+ }
1434
+ },
1435
+ "node_modules/flat-cache": {
1436
+ "version": "6.1.23",
1437
+ "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-6.1.23.tgz",
1438
+ "integrity": "sha512-f++BY9pTk+983xK1FLzlLpmM0i0z+jHmx3QESGkURMXujQZz1k5wzwX6hjnQ8goaD0B+sYnDK1yZ6MTyZfUaqA==",
1439
+ "dev": true,
1440
+ "license": "MIT",
1441
+ "dependencies": {
1442
+ "cacheable": "^2.5.0",
1443
+ "flatted": "^3.4.2",
1444
+ "hookified": "^1.15.0"
1445
+ }
1446
+ },
1447
+ "node_modules/flatted": {
1448
+ "version": "3.4.4",
1449
+ "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.4.4.tgz",
1450
+ "integrity": "sha512-5+ybhBZANEJxaH3X5evAFatUxLfEHSr7n6kYJ+1Qd0mUqr4eu9gIf6GDbWHf8RJijHrjjO8G+la14SlL2SeS1Q==",
1451
+ "dev": true,
1452
+ "license": "ISC"
1453
+ },
1454
+ "node_modules/fsevents": {
1455
+ "version": "2.3.3",
1456
+ "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz",
1457
+ "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
1458
+ "dev": true,
1459
+ "hasInstallScript": true,
1460
+ "license": "MIT",
1461
+ "optional": true,
1462
+ "os": [
1463
+ "darwin"
1464
+ ],
1465
+ "engines": {
1466
+ "node": "^8.16.0 || ^10.6.0 || >=11.0.0"
1467
+ }
1468
+ },
1469
+ "node_modules/gensync": {
1470
+ "version": "1.0.0-beta.2",
1471
+ "resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz",
1472
+ "integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==",
1473
+ "dev": true,
1474
+ "license": "MIT",
1475
+ "engines": {
1476
+ "node": ">=6.9.0"
1477
+ }
1478
+ },
1479
+ "node_modules/glob-parent": {
1480
+ "version": "6.0.2",
1481
+ "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz",
1482
+ "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==",
1483
+ "dev": true,
1484
+ "license": "ISC",
1485
+ "dependencies": {
1486
+ "is-glob": "^4.0.3"
1487
+ },
1488
+ "engines": {
1489
+ "node": ">=10.13.0"
1490
+ }
1491
+ },
1492
+ "node_modules/globals": {
1493
+ "version": "17.12.0",
1494
+ "resolved": "https://registry.npmjs.org/globals/-/globals-17.12.0.tgz",
1495
+ "integrity": "sha512-cezEd/DTyyht9cvSSURyygXPfy04GtWO/5e6ZPvH7fCtjKz9PYOmuawphw1Ctd1f6C+5JypXfGD7ahNMXvevBA==",
1496
+ "dev": true,
1497
+ "license": "MIT",
1498
+ "engines": {
1499
+ "node": ">=18"
1500
+ },
1501
+ "funding": {
1502
+ "url": "https://github.com/sponsors/sindresorhus"
1503
+ }
1504
+ },
1505
+ "node_modules/hashery": {
1506
+ "version": "1.5.1",
1507
+ "resolved": "https://registry.npmjs.org/hashery/-/hashery-1.5.1.tgz",
1508
+ "integrity": "sha512-iZyKG96/JwPz1N55vj2Ie2vXbhu440zfUfJvSwEqEbeLluk7NnapfGqa7LH0mOsnDxTF85Mx8/dyR6HfqcbmbQ==",
1509
+ "dev": true,
1510
+ "license": "MIT",
1511
+ "dependencies": {
1512
+ "hookified": "^1.15.0"
1513
+ },
1514
+ "engines": {
1515
+ "node": ">=20"
1516
+ }
1517
+ },
1518
+ "node_modules/hermes-estree": {
1519
+ "version": "0.25.1",
1520
+ "resolved": "https://registry.npmjs.org/hermes-estree/-/hermes-estree-0.25.1.tgz",
1521
+ "integrity": "sha512-0wUoCcLp+5Ev5pDW2OriHC2MJCbwLwuRx+gAqMTOkGKJJiBCLjtrvy4PWUGn6MIVefecRpzoOZ/UV6iGdOr+Cw==",
1522
+ "dev": true,
1523
+ "license": "MIT"
1524
+ },
1525
+ "node_modules/hermes-parser": {
1526
+ "version": "0.25.1",
1527
+ "resolved": "https://registry.npmjs.org/hermes-parser/-/hermes-parser-0.25.1.tgz",
1528
+ "integrity": "sha512-6pEjquH3rqaI6cYAXYPcz9MS4rY6R4ngRgrgfDshRptUZIc3lw0MCIJIGDj9++mfySOuPTHB4nrSW99BCvOPIA==",
1529
+ "dev": true,
1530
+ "license": "MIT",
1531
+ "dependencies": {
1532
+ "hermes-estree": "0.25.1"
1533
+ }
1534
+ },
1535
+ "node_modules/hookified": {
1536
+ "version": "1.15.1",
1537
+ "resolved": "https://registry.npmjs.org/hookified/-/hookified-1.15.1.tgz",
1538
+ "integrity": "sha512-MvG/clsADq1GPM2KGo2nyfaWVyn9naPiXrqIe4jYjXNZQt238kWyOGrsyc/DmRAQ+Re6yeo6yX/yoNCG5KAEVg==",
1539
+ "dev": true,
1540
+ "license": "MIT"
1541
+ },
1542
+ "node_modules/ignore": {
1543
+ "version": "5.3.2",
1544
+ "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.3.2.tgz",
1545
+ "integrity": "sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==",
1546
+ "dev": true,
1547
+ "license": "MIT",
1548
+ "engines": {
1549
+ "node": ">= 4"
1550
+ }
1551
+ },
1552
+ "node_modules/imurmurhash": {
1553
+ "version": "0.1.4",
1554
+ "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz",
1555
+ "integrity": "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==",
1556
+ "dev": true,
1557
+ "license": "MIT",
1558
+ "engines": {
1559
+ "node": ">=0.8.19"
1560
+ }
1561
+ },
1562
+ "node_modules/is-extglob": {
1563
+ "version": "2.1.1",
1564
+ "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz",
1565
+ "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==",
1566
+ "dev": true,
1567
+ "license": "MIT",
1568
+ "engines": {
1569
+ "node": ">=0.10.0"
1570
+ }
1571
+ },
1572
+ "node_modules/is-glob": {
1573
+ "version": "4.0.3",
1574
+ "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz",
1575
+ "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==",
1576
+ "dev": true,
1577
+ "license": "MIT",
1578
+ "dependencies": {
1579
+ "is-extglob": "^2.1.1"
1580
+ },
1581
+ "engines": {
1582
+ "node": ">=0.10.0"
1583
+ }
1584
+ },
1585
+ "node_modules/isexe": {
1586
+ "version": "2.0.0",
1587
+ "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
1588
+ "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==",
1589
+ "dev": true,
1590
+ "license": "ISC"
1591
+ },
1592
+ "node_modules/js-tokens": {
1593
+ "version": "4.0.0",
1594
+ "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz",
1595
+ "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==",
1596
+ "dev": true,
1597
+ "license": "MIT"
1598
+ },
1599
+ "node_modules/jsesc": {
1600
+ "version": "3.1.0",
1601
+ "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-3.1.0.tgz",
1602
+ "integrity": "sha512-/sM3dO2FOzXjKQhJuo0Q173wf2KOo8t4I8vHy6lF9poUp7bKT0/NHE8fPX23PwfhnykfqnC2xRxOnVw5XuGIaA==",
1603
+ "dev": true,
1604
+ "license": "MIT",
1605
+ "bin": {
1606
+ "jsesc": "bin/jsesc"
1607
+ },
1608
+ "engines": {
1609
+ "node": ">=6"
1610
+ }
1611
+ },
1612
+ "node_modules/json-schema-traverse": {
1613
+ "version": "0.4.1",
1614
+ "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
1615
+ "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==",
1616
+ "dev": true,
1617
+ "license": "MIT"
1618
+ },
1619
+ "node_modules/json-stable-stringify-without-jsonify": {
1620
+ "version": "1.0.1",
1621
+ "resolved": "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz",
1622
+ "integrity": "sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==",
1623
+ "dev": true,
1624
+ "license": "MIT"
1625
+ },
1626
+ "node_modules/json5": {
1627
+ "version": "2.2.3",
1628
+ "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz",
1629
+ "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==",
1630
+ "dev": true,
1631
+ "license": "MIT",
1632
+ "bin": {
1633
+ "json5": "lib/cli.js"
1634
+ },
1635
+ "engines": {
1636
+ "node": ">=6"
1637
+ }
1638
+ },
1639
+ "node_modules/keyv": {
1640
+ "version": "5.6.0",
1641
+ "resolved": "https://registry.npmjs.org/keyv/-/keyv-5.6.0.tgz",
1642
+ "integrity": "sha512-CYDD3SOtsHtyXeEORYRx2qBtpDJFjRTGXUtmNEMGyzYOKj1TE3tycdlho7kA1Ufx9OYWZzg52QFBGALTirzDSw==",
1643
+ "dev": true,
1644
+ "license": "MIT",
1645
+ "dependencies": {
1646
+ "@keyv/serialize": "^1.1.1"
1647
+ }
1648
+ },
1649
+ "node_modules/levn": {
1650
+ "version": "0.4.1",
1651
+ "resolved": "https://registry.npmjs.org/levn/-/levn-0.4.1.tgz",
1652
+ "integrity": "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==",
1653
+ "dev": true,
1654
+ "license": "MIT",
1655
+ "dependencies": {
1656
+ "prelude-ls": "^1.2.1",
1657
+ "type-check": "~0.4.0"
1658
+ },
1659
+ "engines": {
1660
+ "node": ">= 0.8.0"
1661
+ }
1662
+ },
1663
+ "node_modules/lightningcss": {
1664
+ "version": "1.33.0",
1665
+ "resolved": "https://registry.npmjs.org/lightningcss/-/lightningcss-1.33.0.tgz",
1666
+ "integrity": "sha512-WkUDrojuJs0xkgGf2udWxa3yGBRxPtxUkB79i6aCZLRgc7PM8fZe9TosfPDcvEpQZbuFASnHYmRLBLUbmLOIIA==",
1667
+ "dev": true,
1668
+ "license": "MPL-2.0",
1669
+ "dependencies": {
1670
+ "detect-libc": "^2.0.3"
1671
+ },
1672
+ "engines": {
1673
+ "node": ">= 12.0.0"
1674
+ },
1675
+ "funding": {
1676
+ "type": "opencollective",
1677
+ "url": "https://opencollective.com/parcel"
1678
+ },
1679
+ "optionalDependencies": {
1680
+ "lightningcss-android-arm64": "1.33.0",
1681
+ "lightningcss-darwin-arm64": "1.33.0",
1682
+ "lightningcss-darwin-x64": "1.33.0",
1683
+ "lightningcss-freebsd-x64": "1.33.0",
1684
+ "lightningcss-linux-arm-gnueabihf": "1.33.0",
1685
+ "lightningcss-linux-arm64-gnu": "1.33.0",
1686
+ "lightningcss-linux-arm64-musl": "1.33.0",
1687
+ "lightningcss-linux-x64-gnu": "1.33.0",
1688
+ "lightningcss-linux-x64-musl": "1.33.0",
1689
+ "lightningcss-win32-arm64-msvc": "1.33.0",
1690
+ "lightningcss-win32-x64-msvc": "1.33.0"
1691
+ }
1692
+ },
1693
+ "node_modules/lightningcss-android-arm64": {
1694
+ "version": "1.33.0",
1695
+ "resolved": "https://registry.npmjs.org/lightningcss-android-arm64/-/lightningcss-android-arm64-1.33.0.tgz",
1696
+ "integrity": "sha512-gEpRTalKdosp4Bb8qWtc2iOgE5SeIHlpS1up9bFq2wAyYhl1UdTObYiHe98zEM9SQvSoqQZ1IQD0JNpg3Ml5pg==",
1697
+ "cpu": [
1698
+ "arm64"
1699
+ ],
1700
+ "dev": true,
1701
+ "license": "MPL-2.0",
1702
+ "optional": true,
1703
+ "os": [
1704
+ "android"
1705
+ ],
1706
+ "engines": {
1707
+ "node": ">= 12.0.0"
1708
+ },
1709
+ "funding": {
1710
+ "type": "opencollective",
1711
+ "url": "https://opencollective.com/parcel"
1712
+ }
1713
+ },
1714
+ "node_modules/lightningcss-darwin-arm64": {
1715
+ "version": "1.33.0",
1716
+ "resolved": "https://registry.npmjs.org/lightningcss-darwin-arm64/-/lightningcss-darwin-arm64-1.33.0.tgz",
1717
+ "integrity": "sha512-Sciaz8eenNTKn9b3t7+xr0ipTp9YxKQY4npwQ3mrRuL0BAVHBLyZxofhaKBAVtzmtRZ/zTyo0/to4B1uWG/Djg==",
1718
+ "cpu": [
1719
+ "arm64"
1720
+ ],
1721
+ "dev": true,
1722
+ "license": "MPL-2.0",
1723
+ "optional": true,
1724
+ "os": [
1725
+ "darwin"
1726
+ ],
1727
+ "engines": {
1728
+ "node": ">= 12.0.0"
1729
+ },
1730
+ "funding": {
1731
+ "type": "opencollective",
1732
+ "url": "https://opencollective.com/parcel"
1733
+ }
1734
+ },
1735
+ "node_modules/lightningcss-darwin-x64": {
1736
+ "version": "1.33.0",
1737
+ "resolved": "https://registry.npmjs.org/lightningcss-darwin-x64/-/lightningcss-darwin-x64-1.33.0.tgz",
1738
+ "integrity": "sha512-Z5UPAxzrjlWNNyGy6i65cJzzvgJ5D3T6wMvs+gWpY9d7qRhANrxqAp6LhxIgZhWEw18RfJTGcRxjuLIBr+m8XQ==",
1739
+ "cpu": [
1740
+ "x64"
1741
+ ],
1742
+ "dev": true,
1743
+ "license": "MPL-2.0",
1744
+ "optional": true,
1745
+ "os": [
1746
+ "darwin"
1747
+ ],
1748
+ "engines": {
1749
+ "node": ">= 12.0.0"
1750
+ },
1751
+ "funding": {
1752
+ "type": "opencollective",
1753
+ "url": "https://opencollective.com/parcel"
1754
+ }
1755
+ },
1756
+ "node_modules/lightningcss-freebsd-x64": {
1757
+ "version": "1.33.0",
1758
+ "resolved": "https://registry.npmjs.org/lightningcss-freebsd-x64/-/lightningcss-freebsd-x64-1.33.0.tgz",
1759
+ "integrity": "sha512-QQM/Ti/hQajJwCY+RiWuCZ9sdtI/XQk7nDK5vC8kkdwixezOlDgvDx7+RT+QjK6FcFT4MpsuoBnHIo/O3StRRg==",
1760
+ "cpu": [
1761
+ "x64"
1762
+ ],
1763
+ "dev": true,
1764
+ "license": "MPL-2.0",
1765
+ "optional": true,
1766
+ "os": [
1767
+ "freebsd"
1768
+ ],
1769
+ "engines": {
1770
+ "node": ">= 12.0.0"
1771
+ },
1772
+ "funding": {
1773
+ "type": "opencollective",
1774
+ "url": "https://opencollective.com/parcel"
1775
+ }
1776
+ },
1777
+ "node_modules/lightningcss-linux-arm-gnueabihf": {
1778
+ "version": "1.33.0",
1779
+ "resolved": "https://registry.npmjs.org/lightningcss-linux-arm-gnueabihf/-/lightningcss-linux-arm-gnueabihf-1.33.0.tgz",
1780
+ "integrity": "sha512-N7FVBe6iS24MlM6R/4RBTxGhQheZGs7tiQ9U32UtF75NzP5Q7xWPRqLBCKxlRQRk3rY1jCIPLzx7WzOhuUIRLQ==",
1781
+ "cpu": [
1782
+ "arm"
1783
+ ],
1784
+ "dev": true,
1785
+ "license": "MPL-2.0",
1786
+ "optional": true,
1787
+ "os": [
1788
+ "linux"
1789
+ ],
1790
+ "engines": {
1791
+ "node": ">= 12.0.0"
1792
+ },
1793
+ "funding": {
1794
+ "type": "opencollective",
1795
+ "url": "https://opencollective.com/parcel"
1796
+ }
1797
+ },
1798
+ "node_modules/lightningcss-linux-arm64-gnu": {
1799
+ "version": "1.33.0",
1800
+ "resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-gnu/-/lightningcss-linux-arm64-gnu-1.33.0.tgz",
1801
+ "integrity": "sha512-j2v/itmy4HlNxlc6voKXYgBqNi0Ng2LShg4z7GufpEgs05P+2suBVyi9I6YHq5uoVFx9ETin3eCEhLVyXGQnKg==",
1802
+ "cpu": [
1803
+ "arm64"
1804
+ ],
1805
+ "dev": true,
1806
+ "license": "MPL-2.0",
1807
+ "optional": true,
1808
+ "os": [
1809
+ "linux"
1810
+ ],
1811
+ "engines": {
1812
+ "node": ">= 12.0.0"
1813
+ },
1814
+ "funding": {
1815
+ "type": "opencollective",
1816
+ "url": "https://opencollective.com/parcel"
1817
+ }
1818
+ },
1819
+ "node_modules/lightningcss-linux-arm64-musl": {
1820
+ "version": "1.33.0",
1821
+ "resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-musl/-/lightningcss-linux-arm64-musl-1.33.0.tgz",
1822
+ "integrity": "sha512-yiO5ROMuYQgXbC60yjZU5CYSFZGKXL0HFATXt9mHJn1+zW55oCtMI9NfcVhYLMFDL7gV7oBPon/EmMMGg2OvtQ==",
1823
+ "cpu": [
1824
+ "arm64"
1825
+ ],
1826
+ "dev": true,
1827
+ "license": "MPL-2.0",
1828
+ "optional": true,
1829
+ "os": [
1830
+ "linux"
1831
+ ],
1832
+ "engines": {
1833
+ "node": ">= 12.0.0"
1834
+ },
1835
+ "funding": {
1836
+ "type": "opencollective",
1837
+ "url": "https://opencollective.com/parcel"
1838
+ }
1839
+ },
1840
+ "node_modules/lightningcss-linux-x64-gnu": {
1841
+ "version": "1.33.0",
1842
+ "resolved": "https://registry.npmjs.org/lightningcss-linux-x64-gnu/-/lightningcss-linux-x64-gnu-1.33.0.tgz",
1843
+ "integrity": "sha512-ar+Ju7LmcN0Jo4FpL4hpFybwNG9/3A/Br5KW2n2jyODg3MEZXaDYADdemoNS+BDNfMgKvylJLj4S5tyRActuAg==",
1844
+ "cpu": [
1845
+ "x64"
1846
+ ],
1847
+ "dev": true,
1848
+ "license": "MPL-2.0",
1849
+ "optional": true,
1850
+ "os": [
1851
+ "linux"
1852
+ ],
1853
+ "engines": {
1854
+ "node": ">= 12.0.0"
1855
+ },
1856
+ "funding": {
1857
+ "type": "opencollective",
1858
+ "url": "https://opencollective.com/parcel"
1859
+ }
1860
+ },
1861
+ "node_modules/lightningcss-linux-x64-musl": {
1862
+ "version": "1.33.0",
1863
+ "resolved": "https://registry.npmjs.org/lightningcss-linux-x64-musl/-/lightningcss-linux-x64-musl-1.33.0.tgz",
1864
+ "integrity": "sha512-RYiYbkokw0trfKqqzfF55lginwEPrD3OJDfTuJzFs1MK6iFnDenaz1fqLLtX4ITG3OktJQXOeTaw1awrBAlZPw==",
1865
+ "cpu": [
1866
+ "x64"
1867
+ ],
1868
+ "dev": true,
1869
+ "license": "MPL-2.0",
1870
+ "optional": true,
1871
+ "os": [
1872
+ "linux"
1873
+ ],
1874
+ "engines": {
1875
+ "node": ">= 12.0.0"
1876
+ },
1877
+ "funding": {
1878
+ "type": "opencollective",
1879
+ "url": "https://opencollective.com/parcel"
1880
+ }
1881
+ },
1882
+ "node_modules/lightningcss-win32-arm64-msvc": {
1883
+ "version": "1.33.0",
1884
+ "resolved": "https://registry.npmjs.org/lightningcss-win32-arm64-msvc/-/lightningcss-win32-arm64-msvc-1.33.0.tgz",
1885
+ "integrity": "sha512-1K+MPfLSFVpphzpdbfkhlWk6wBrTObBzS2T6db10PNOZgR9GoVsAWzwNyuhUYYbTp23j+4RrncfujZ4uAzXvwA==",
1886
+ "cpu": [
1887
+ "arm64"
1888
+ ],
1889
+ "dev": true,
1890
+ "license": "MPL-2.0",
1891
+ "optional": true,
1892
+ "os": [
1893
+ "win32"
1894
+ ],
1895
+ "engines": {
1896
+ "node": ">= 12.0.0"
1897
+ },
1898
+ "funding": {
1899
+ "type": "opencollective",
1900
+ "url": "https://opencollective.com/parcel"
1901
+ }
1902
+ },
1903
+ "node_modules/lightningcss-win32-x64-msvc": {
1904
+ "version": "1.33.0",
1905
+ "resolved": "https://registry.npmjs.org/lightningcss-win32-x64-msvc/-/lightningcss-win32-x64-msvc-1.33.0.tgz",
1906
+ "integrity": "sha512-OlEICDx/Xl0FqSp4bry8zFnCvGpig3Gl4gCquvYwHuqJKEC1+n9NgDniFvqHGmMv1ZkqDJrDqKKSykTDX+ehuA==",
1907
+ "cpu": [
1908
+ "x64"
1909
+ ],
1910
+ "dev": true,
1911
+ "license": "MPL-2.0",
1912
+ "optional": true,
1913
+ "os": [
1914
+ "win32"
1915
+ ],
1916
+ "engines": {
1917
+ "node": ">= 12.0.0"
1918
+ },
1919
+ "funding": {
1920
+ "type": "opencollective",
1921
+ "url": "https://opencollective.com/parcel"
1922
+ }
1923
+ },
1924
+ "node_modules/locate-path": {
1925
+ "version": "6.0.0",
1926
+ "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz",
1927
+ "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==",
1928
+ "dev": true,
1929
+ "license": "MIT",
1930
+ "dependencies": {
1931
+ "p-locate": "^5.0.0"
1932
+ },
1933
+ "engines": {
1934
+ "node": ">=10"
1935
+ },
1936
+ "funding": {
1937
+ "url": "https://github.com/sponsors/sindresorhus"
1938
+ }
1939
+ },
1940
+ "node_modules/lru-cache": {
1941
+ "version": "5.1.1",
1942
+ "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz",
1943
+ "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==",
1944
+ "dev": true,
1945
+ "license": "ISC",
1946
+ "dependencies": {
1947
+ "yallist": "^3.0.2"
1948
+ }
1949
+ },
1950
+ "node_modules/minimatch": {
1951
+ "version": "10.2.6",
1952
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.6.tgz",
1953
+ "integrity": "sha512-vpLQEs+VLCr1nU0BXS07maYoFwlDAH0gngQuuttxIwutDFEMHq2blX+8vpgxDdK3J1PwjCJiep77OitTZ4Ll1A==",
1954
+ "dev": true,
1955
+ "license": "BlueOak-1.0.0",
1956
+ "dependencies": {
1957
+ "brace-expansion": "^5.0.8"
1958
+ },
1959
+ "engines": {
1960
+ "node": "18 || 20 || >=22"
1961
+ },
1962
+ "funding": {
1963
+ "url": "https://github.com/sponsors/isaacs"
1964
+ }
1965
+ },
1966
+ "node_modules/ms": {
1967
+ "version": "2.1.3",
1968
+ "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
1969
+ "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
1970
+ "dev": true,
1971
+ "license": "MIT"
1972
+ },
1973
+ "node_modules/nanoid": {
1974
+ "version": "3.3.18",
1975
+ "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.18.tgz",
1976
+ "integrity": "sha512-DTg4MJbGMWkfi6VZFdNt2/caMbQy4Ou+Op/hJQvGEWcnVfoA1QA+xzRKAzw9jD6+GVOOeYr/mIcuDSdug6F6+w==",
1977
+ "dev": true,
1978
+ "funding": [
1979
+ {
1980
+ "type": "github",
1981
+ "url": "https://github.com/sponsors/ai"
1982
+ }
1983
+ ],
1984
+ "license": "MIT",
1985
+ "bin": {
1986
+ "nanoid": "bin/nanoid.cjs"
1987
+ },
1988
+ "engines": {
1989
+ "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
1990
+ }
1991
+ },
1992
+ "node_modules/natural-compare": {
1993
+ "version": "1.4.0",
1994
+ "resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz",
1995
+ "integrity": "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==",
1996
+ "dev": true,
1997
+ "license": "MIT"
1998
+ },
1999
+ "node_modules/node-releases": {
2000
+ "version": "2.0.54",
2001
+ "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.54.tgz",
2002
+ "integrity": "sha512-YHs7BmmcsdAI5Ozuf8JZo6PT0mv2GIWC9vMfvUC3dp65M8hn7Ux8CPL+2oBI7juNuj9d0ndhTcznq2ODBps9cQ==",
2003
+ "dev": true,
2004
+ "license": "MIT",
2005
+ "engines": {
2006
+ "node": ">=18"
2007
+ }
2008
+ },
2009
+ "node_modules/optionator": {
2010
+ "version": "0.9.4",
2011
+ "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.4.tgz",
2012
+ "integrity": "sha512-6IpQ7mKUxRcZNLIObR0hz7lxsapSSIYNZJwXPGeF0mTVqGKFIXj1DQcMoT22S3ROcLyY/rz0PWaWZ9ayWmad9g==",
2013
+ "dev": true,
2014
+ "license": "MIT",
2015
+ "dependencies": {
2016
+ "deep-is": "^0.1.3",
2017
+ "fast-levenshtein": "^2.0.6",
2018
+ "levn": "^0.4.1",
2019
+ "prelude-ls": "^1.2.1",
2020
+ "type-check": "^0.4.0",
2021
+ "word-wrap": "^1.2.5"
2022
+ },
2023
+ "engines": {
2024
+ "node": ">= 0.8.0"
2025
+ }
2026
+ },
2027
+ "node_modules/p-limit": {
2028
+ "version": "3.1.0",
2029
+ "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz",
2030
+ "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==",
2031
+ "dev": true,
2032
+ "license": "MIT",
2033
+ "dependencies": {
2034
+ "yocto-queue": "^0.1.0"
2035
+ },
2036
+ "engines": {
2037
+ "node": ">=10"
2038
+ },
2039
+ "funding": {
2040
+ "url": "https://github.com/sponsors/sindresorhus"
2041
+ }
2042
+ },
2043
+ "node_modules/p-locate": {
2044
+ "version": "5.0.0",
2045
+ "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz",
2046
+ "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==",
2047
+ "dev": true,
2048
+ "license": "MIT",
2049
+ "dependencies": {
2050
+ "p-limit": "^3.0.2"
2051
+ },
2052
+ "engines": {
2053
+ "node": ">=10"
2054
+ },
2055
+ "funding": {
2056
+ "url": "https://github.com/sponsors/sindresorhus"
2057
+ }
2058
+ },
2059
+ "node_modules/path-exists": {
2060
+ "version": "4.0.0",
2061
+ "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz",
2062
+ "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==",
2063
+ "dev": true,
2064
+ "license": "MIT",
2065
+ "engines": {
2066
+ "node": ">=8"
2067
+ }
2068
+ },
2069
+ "node_modules/path-key": {
2070
+ "version": "3.1.1",
2071
+ "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",
2072
+ "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
2073
+ "dev": true,
2074
+ "license": "MIT",
2075
+ "engines": {
2076
+ "node": ">=8"
2077
+ }
2078
+ },
2079
+ "node_modules/picocolors": {
2080
+ "version": "1.1.1",
2081
+ "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz",
2082
+ "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",
2083
+ "dev": true,
2084
+ "license": "ISC"
2085
+ },
2086
+ "node_modules/picomatch": {
2087
+ "version": "4.0.7",
2088
+ "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.7.tgz",
2089
+ "integrity": "sha512-qcJu88Q2IWqJsDD529JKMdwGm/dvInW4HvQnRwiH9JtihJvzGOscDtHE3x1pBKeUOTysQ8kVmLnJ2kJu7yhcGA==",
2090
+ "dev": true,
2091
+ "license": "MIT",
2092
+ "engines": {
2093
+ "node": ">=12"
2094
+ },
2095
+ "funding": {
2096
+ "url": "https://github.com/sponsors/jonschlinkert"
2097
+ }
2098
+ },
2099
+ "node_modules/postcss": {
2100
+ "version": "8.5.28",
2101
+ "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.28.tgz",
2102
+ "integrity": "sha512-RRuzqDtt5Y9h3quz5hWhK+TPnsmVs6WwSU6LkJMeY4HstUEDuYTG8UJSdawMRzmzAtV+KEoG8N3Qg2qLy5vM/A==",
2103
+ "dev": true,
2104
+ "funding": [
2105
+ {
2106
+ "type": "opencollective",
2107
+ "url": "https://opencollective.com/postcss/"
2108
+ },
2109
+ {
2110
+ "type": "tidelift",
2111
+ "url": "https://tidelift.com/funding/github/npm/postcss"
2112
+ },
2113
+ {
2114
+ "type": "github",
2115
+ "url": "https://github.com/sponsors/ai"
2116
+ }
2117
+ ],
2118
+ "license": "MIT",
2119
+ "dependencies": {
2120
+ "nanoid": "^3.3.18",
2121
+ "picocolors": "^1.1.1",
2122
+ "source-map-js": "^1.2.1"
2123
+ },
2124
+ "engines": {
2125
+ "node": "^10 || ^12 || >=14"
2126
+ }
2127
+ },
2128
+ "node_modules/prelude-ls": {
2129
+ "version": "1.2.1",
2130
+ "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz",
2131
+ "integrity": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==",
2132
+ "dev": true,
2133
+ "license": "MIT",
2134
+ "engines": {
2135
+ "node": ">= 0.8.0"
2136
+ }
2137
+ },
2138
+ "node_modules/punycode": {
2139
+ "version": "2.3.1",
2140
+ "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz",
2141
+ "integrity": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==",
2142
+ "dev": true,
2143
+ "license": "MIT",
2144
+ "engines": {
2145
+ "node": ">=6"
2146
+ }
2147
+ },
2148
+ "node_modules/qified": {
2149
+ "version": "0.10.1",
2150
+ "resolved": "https://registry.npmjs.org/qified/-/qified-0.10.1.tgz",
2151
+ "integrity": "sha512-+Owyggi9IxT1ePKGafcI87ubSmxol6smwJ+RAHDQlx9+9cPwFWDiKFFCPuWhr9ignlGpZ9vDQLw67N4dcTVFEA==",
2152
+ "dev": true,
2153
+ "license": "MIT",
2154
+ "dependencies": {
2155
+ "hookified": "^2.1.1"
2156
+ },
2157
+ "engines": {
2158
+ "node": ">=20"
2159
+ }
2160
+ },
2161
+ "node_modules/qified/node_modules/hookified": {
2162
+ "version": "2.2.0",
2163
+ "resolved": "https://registry.npmjs.org/hookified/-/hookified-2.2.0.tgz",
2164
+ "integrity": "sha512-p/LgFzRN5FeoD3DLS6bkUapeye6E4SI6yJs6KetENd18S+FBthqYq2amJUWpt5z0EQwwHemidjY5OqJGEKm5uA==",
2165
+ "dev": true,
2166
+ "license": "MIT"
2167
+ },
2168
+ "node_modules/react": {
2169
+ "version": "19.2.8",
2170
+ "resolved": "https://registry.npmjs.org/react/-/react-19.2.8.tgz",
2171
+ "integrity": "sha512-PWaYA1L/q9u2u7xYQi+Y3L3Yfnie7XyLeaJICV1MGD6LprsBxcAqGjYyr0eY3p+QdsA+x/Irkt4Qif8D63+Sbw==",
2172
+ "license": "MIT",
2173
+ "engines": {
2174
+ "node": ">=0.10.0"
2175
+ }
2176
+ },
2177
+ "node_modules/react-dom": {
2178
+ "version": "19.2.8",
2179
+ "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-19.2.8.tgz",
2180
+ "integrity": "sha512-rVprimfGBG3DR+Tq0IQG2DT5PxKth1WIGDmj5yPmlzr4YBe7uyE+Du4oVqTDXZSHGGGXRtTJEGSSePyQCMBglQ==",
2181
+ "license": "MIT",
2182
+ "dependencies": {
2183
+ "scheduler": "^0.27.0"
2184
+ },
2185
+ "peerDependencies": {
2186
+ "react": "^19.2.8"
2187
+ }
2188
+ },
2189
+ "node_modules/rolldown": {
2190
+ "version": "1.2.7",
2191
+ "resolved": "https://registry.npmjs.org/rolldown/-/rolldown-1.2.7.tgz",
2192
+ "integrity": "sha512-g0EtLvBjTUB7jhyV0S/TCup3v/XSVl45vUIGbOGU4QPiyjTenCe4mKuFvW9fEgYmS2Fo42AUssRmNuMziXdrig==",
2193
+ "dev": true,
2194
+ "license": "MIT",
2195
+ "dependencies": {
2196
+ "@oxc-project/types": "=0.148.0",
2197
+ "@rolldown/pluginutils": "^1.0.0"
2198
+ },
2199
+ "bin": {
2200
+ "rolldown": "bin/cli.mjs"
2201
+ },
2202
+ "engines": {
2203
+ "node": "^20.19.0 || >=22.12.0"
2204
+ },
2205
+ "optionalDependencies": {
2206
+ "@rolldown/binding-android-arm-eabi": "1.2.7",
2207
+ "@rolldown/binding-android-arm64": "1.2.7",
2208
+ "@rolldown/binding-darwin-arm64": "1.2.7",
2209
+ "@rolldown/binding-darwin-x64": "1.2.7",
2210
+ "@rolldown/binding-freebsd-x64": "1.2.7",
2211
+ "@rolldown/binding-linux-arm-gnueabihf": "1.2.7",
2212
+ "@rolldown/binding-linux-arm64-gnu": "1.2.7",
2213
+ "@rolldown/binding-linux-arm64-musl": "1.2.7",
2214
+ "@rolldown/binding-linux-ppc64-gnu": "1.2.7",
2215
+ "@rolldown/binding-linux-s390x-gnu": "1.2.7",
2216
+ "@rolldown/binding-linux-x64-gnu": "1.2.7",
2217
+ "@rolldown/binding-linux-x64-musl": "1.2.7",
2218
+ "@rolldown/binding-openharmony-arm64": "1.2.7",
2219
+ "@rolldown/binding-win32-arm64-msvc": "1.2.7",
2220
+ "@rolldown/binding-win32-x64-msvc": "1.2.7"
2221
+ }
2222
+ },
2223
+ "node_modules/scheduler": {
2224
+ "version": "0.27.0",
2225
+ "resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.27.0.tgz",
2226
+ "integrity": "sha512-eNv+WrVbKu1f3vbYJT/xtiF5syA5HPIMtf9IgY/nKg0sWqzAUEvqY/xm7OcZc/qafLx/iO9FgOmeSAp4v5ti/Q==",
2227
+ "license": "MIT"
2228
+ },
2229
+ "node_modules/semver": {
2230
+ "version": "6.3.1",
2231
+ "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
2232
+ "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
2233
+ "dev": true,
2234
+ "license": "ISC",
2235
+ "bin": {
2236
+ "semver": "bin/semver.js"
2237
+ }
2238
+ },
2239
+ "node_modules/shebang-command": {
2240
+ "version": "2.0.0",
2241
+ "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
2242
+ "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
2243
+ "dev": true,
2244
+ "license": "MIT",
2245
+ "dependencies": {
2246
+ "shebang-regex": "^3.0.0"
2247
+ },
2248
+ "engines": {
2249
+ "node": ">=8"
2250
+ }
2251
+ },
2252
+ "node_modules/shebang-regex": {
2253
+ "version": "3.0.0",
2254
+ "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz",
2255
+ "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==",
2256
+ "dev": true,
2257
+ "license": "MIT",
2258
+ "engines": {
2259
+ "node": ">=8"
2260
+ }
2261
+ },
2262
+ "node_modules/source-map-js": {
2263
+ "version": "1.2.1",
2264
+ "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz",
2265
+ "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==",
2266
+ "dev": true,
2267
+ "license": "BSD-3-Clause",
2268
+ "engines": {
2269
+ "node": ">=0.10.0"
2270
+ }
2271
+ },
2272
+ "node_modules/tinyglobby": {
2273
+ "version": "0.2.17",
2274
+ "resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.17.tgz",
2275
+ "integrity": "sha512-wXR/dYpcqKmfWpEdZjiKJOwCNFndD0DMnrW/cYjVGttEkBfVgcLFHoNrlj47mjOVic9yyNu65alsgF4NQyTa2g==",
2276
+ "dev": true,
2277
+ "license": "MIT",
2278
+ "dependencies": {
2279
+ "fdir": "^6.5.0",
2280
+ "picomatch": "^4.0.4"
2281
+ },
2282
+ "engines": {
2283
+ "node": ">=12.0.0"
2284
+ },
2285
+ "funding": {
2286
+ "url": "https://github.com/sponsors/SuperchupuDev"
2287
+ }
2288
+ },
2289
+ "node_modules/type-check": {
2290
+ "version": "0.4.0",
2291
+ "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz",
2292
+ "integrity": "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==",
2293
+ "dev": true,
2294
+ "license": "MIT",
2295
+ "dependencies": {
2296
+ "prelude-ls": "^1.2.1"
2297
+ },
2298
+ "engines": {
2299
+ "node": ">= 0.8.0"
2300
+ }
2301
+ },
2302
+ "node_modules/update-browserslist-db": {
2303
+ "version": "1.3.2",
2304
+ "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.3.2.tgz",
2305
+ "integrity": "sha512-UQ+MSxlhRm1bzjhU+DcuXfjFO1FzNtqhK5+9Yvlp90ItDLk5vT932A0rFu619nf7RVS+Y/VeaUW1jaRDqZ8VJw==",
2306
+ "dev": true,
2307
+ "funding": [
2308
+ {
2309
+ "type": "opencollective",
2310
+ "url": "https://opencollective.com/browserslist"
2311
+ },
2312
+ {
2313
+ "type": "tidelift",
2314
+ "url": "https://tidelift.com/funding/github/npm/browserslist"
2315
+ },
2316
+ {
2317
+ "type": "github",
2318
+ "url": "https://github.com/sponsors/ai"
2319
+ }
2320
+ ],
2321
+ "license": "MIT",
2322
+ "dependencies": {
2323
+ "escalade": "^3.2.0",
2324
+ "picocolors": "^1.1.1"
2325
+ },
2326
+ "bin": {
2327
+ "update-browserslist-db": "cli.js"
2328
+ },
2329
+ "peerDependencies": {
2330
+ "browserslist": ">= 4.21.0"
2331
+ }
2332
+ },
2333
+ "node_modules/uri-js": {
2334
+ "version": "4.4.1",
2335
+ "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz",
2336
+ "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==",
2337
+ "dev": true,
2338
+ "license": "BSD-2-Clause",
2339
+ "dependencies": {
2340
+ "punycode": "^2.1.0"
2341
+ }
2342
+ },
2343
+ "node_modules/vite": {
2344
+ "version": "8.2.2",
2345
+ "resolved": "https://registry.npmjs.org/vite/-/vite-8.2.2.tgz",
2346
+ "integrity": "sha512-cFKLV/PRgAUlIRm5WjMjJ86jrftzpqcgH+Us+DS8mI3CDNiH30Whrz8uHL3+MOLPAgqbMBAqWdAHAphOAM+z/Q==",
2347
+ "dev": true,
2348
+ "license": "MIT",
2349
+ "dependencies": {
2350
+ "lightningcss": "^1.33.0",
2351
+ "picomatch": "^4.0.5",
2352
+ "postcss": "^8.5.26",
2353
+ "rolldown": "~1.2.4",
2354
+ "tinyglobby": "^0.2.17"
2355
+ },
2356
+ "bin": {
2357
+ "vite": "bin/vite.js"
2358
+ },
2359
+ "engines": {
2360
+ "node": "^20.19.0 || >=22.12.0"
2361
+ },
2362
+ "funding": {
2363
+ "url": "https://github.com/vitejs/vite?sponsor=1"
2364
+ },
2365
+ "optionalDependencies": {
2366
+ "fsevents": "~2.3.3"
2367
+ },
2368
+ "peerDependencies": {
2369
+ "@types/node": "^20.19.0 || >=22.12.0",
2370
+ "@vitejs/devtools": "^0.4.0 || ^0.5.0",
2371
+ "esbuild": "^0.27.0 || ^0.28.0",
2372
+ "jiti": ">=1.21.0",
2373
+ "less": "^4.0.0",
2374
+ "sass": "^1.70.0",
2375
+ "sass-embedded": "^1.70.0",
2376
+ "stylus": ">=0.54.8",
2377
+ "sugarss": "^5.0.0",
2378
+ "terser": "^5.16.0",
2379
+ "tsx": "^4.8.1",
2380
+ "yaml": "^2.4.2"
2381
+ },
2382
+ "peerDependenciesMeta": {
2383
+ "@types/node": {
2384
+ "optional": true
2385
+ },
2386
+ "@vitejs/devtools": {
2387
+ "optional": true
2388
+ },
2389
+ "esbuild": {
2390
+ "optional": true
2391
+ },
2392
+ "jiti": {
2393
+ "optional": true
2394
+ },
2395
+ "less": {
2396
+ "optional": true
2397
+ },
2398
+ "sass": {
2399
+ "optional": true
2400
+ },
2401
+ "sass-embedded": {
2402
+ "optional": true
2403
+ },
2404
+ "stylus": {
2405
+ "optional": true
2406
+ },
2407
+ "sugarss": {
2408
+ "optional": true
2409
+ },
2410
+ "terser": {
2411
+ "optional": true
2412
+ },
2413
+ "tsx": {
2414
+ "optional": true
2415
+ },
2416
+ "yaml": {
2417
+ "optional": true
2418
+ }
2419
+ }
2420
+ },
2421
+ "node_modules/which": {
2422
+ "version": "2.0.2",
2423
+ "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
2424
+ "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
2425
+ "dev": true,
2426
+ "license": "ISC",
2427
+ "dependencies": {
2428
+ "isexe": "^2.0.0"
2429
+ },
2430
+ "bin": {
2431
+ "node-which": "bin/node-which"
2432
+ },
2433
+ "engines": {
2434
+ "node": ">= 8"
2435
+ }
2436
+ },
2437
+ "node_modules/word-wrap": {
2438
+ "version": "1.2.5",
2439
+ "resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.5.tgz",
2440
+ "integrity": "sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==",
2441
+ "dev": true,
2442
+ "license": "MIT",
2443
+ "engines": {
2444
+ "node": ">=0.10.0"
2445
+ }
2446
+ },
2447
+ "node_modules/yallist": {
2448
+ "version": "3.1.1",
2449
+ "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz",
2450
+ "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==",
2451
+ "dev": true,
2452
+ "license": "ISC"
2453
+ },
2454
+ "node_modules/yocto-queue": {
2455
+ "version": "0.1.0",
2456
+ "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz",
2457
+ "integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==",
2458
+ "dev": true,
2459
+ "license": "MIT",
2460
+ "engines": {
2461
+ "node": ">=10"
2462
+ },
2463
+ "funding": {
2464
+ "url": "https://github.com/sponsors/sindresorhus"
2465
+ }
2466
+ },
2467
+ "node_modules/zod": {
2468
+ "version": "4.5.4",
2469
+ "resolved": "https://registry.npmjs.org/zod/-/zod-4.5.4.tgz",
2470
+ "integrity": "sha512-sC95tT5iHHH9gtpj6A81kh+NEaRAUFN+qlUPDUbRfOMvNf5QCBqsb3WgvnpVtK5Y+4UfA6KqufotuTvMGiTlsA==",
2471
+ "dev": true,
2472
+ "license": "MIT",
2473
+ "funding": {
2474
+ "url": "https://github.com/sponsors/colinhacks"
2475
+ }
2476
+ },
2477
+ "node_modules/zod-validation-error": {
2478
+ "version": "4.0.2",
2479
+ "resolved": "https://registry.npmjs.org/zod-validation-error/-/zod-validation-error-4.0.2.tgz",
2480
+ "integrity": "sha512-Q6/nZLe6jxuU80qb/4uJ4t5v2VEZ44lzQjPDhYJNztRQ4wyWc6VF3D3Kb/fAuPetZQnhS3hnajCf9CsWesghLQ==",
2481
+ "dev": true,
2482
+ "license": "MIT",
2483
+ "engines": {
2484
+ "node": ">=18.0.0"
2485
+ },
2486
+ "peerDependencies": {
2487
+ "zod": "^3.25.0 || ^4.0.0"
2488
+ }
2489
+ }
2490
+ }
2491
+ }