create-ec-app 0.0.12 → 1.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.
@@ -0,0 +1,3964 @@
1
+ {
2
+ "name": "base",
3
+ "version": "0.1.0",
4
+ "lockfileVersion": 3,
5
+ "requires": true,
6
+ "packages": {
7
+ "": {
8
+ "name": "base",
9
+ "version": "0.1.0",
10
+ "dependencies": {
11
+ "@tailwindcss/vite": "^4.2.1",
12
+ "@tanstack/react-query": "^5.90.21",
13
+ "@types/xrm": "^9.0.88",
14
+ "react": "^19.2.4",
15
+ "react-dom": "^19.2.4",
16
+ "tailwindcss": "^4.2.1",
17
+ "zod": "^4.3.6",
18
+ "zustand": "^5.0.11"
19
+ },
20
+ "devDependencies": {
21
+ "@eslint/js": "^9.39.3",
22
+ "@tanstack/eslint-plugin-query": "^5.91.4",
23
+ "@types/node": "^24.11.0",
24
+ "@types/react": "^19.2.14",
25
+ "@types/react-dom": "^19.2.3",
26
+ "@vitejs/plugin-react": "^5.1.4",
27
+ "eslint": "^9.39.3",
28
+ "eslint-plugin-react-hooks": "^7.0.1",
29
+ "eslint-plugin-react-refresh": "^0.5.2",
30
+ "globals": "^16.5.0",
31
+ "typescript": "~5.9.3",
32
+ "typescript-eslint": "^8.56.1",
33
+ "vite": "^7.3.1"
34
+ }
35
+ },
36
+ "node_modules/@babel/code-frame": {
37
+ "version": "7.29.0",
38
+ "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.29.0.tgz",
39
+ "integrity": "sha512-9NhCeYjq9+3uxgdtp20LSiJXJvN0FeCtNGpJxuMFZ1Kv3cWUNb6DOhJwUvcVCzKGR66cw4njwM6hrJLqgOwbcw==",
40
+ "dev": true,
41
+ "license": "MIT",
42
+ "dependencies": {
43
+ "@babel/helper-validator-identifier": "^7.28.5",
44
+ "js-tokens": "^4.0.0",
45
+ "picocolors": "^1.1.1"
46
+ },
47
+ "engines": {
48
+ "node": ">=6.9.0"
49
+ }
50
+ },
51
+ "node_modules/@babel/compat-data": {
52
+ "version": "7.29.0",
53
+ "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.29.0.tgz",
54
+ "integrity": "sha512-T1NCJqT/j9+cn8fvkt7jtwbLBfLC/1y1c7NtCeXFRgzGTsafi68MRv8yzkYSapBnFA6L3U2VSc02ciDzoAJhJg==",
55
+ "dev": true,
56
+ "license": "MIT",
57
+ "engines": {
58
+ "node": ">=6.9.0"
59
+ }
60
+ },
61
+ "node_modules/@babel/core": {
62
+ "version": "7.29.0",
63
+ "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.29.0.tgz",
64
+ "integrity": "sha512-CGOfOJqWjg2qW/Mb6zNsDm+u5vFQ8DxXfbM09z69p5Z6+mE1ikP2jUXw+j42Pf1XTYED2Rni5f95npYeuwMDQA==",
65
+ "dev": true,
66
+ "license": "MIT",
67
+ "dependencies": {
68
+ "@babel/code-frame": "^7.29.0",
69
+ "@babel/generator": "^7.29.0",
70
+ "@babel/helper-compilation-targets": "^7.28.6",
71
+ "@babel/helper-module-transforms": "^7.28.6",
72
+ "@babel/helpers": "^7.28.6",
73
+ "@babel/parser": "^7.29.0",
74
+ "@babel/template": "^7.28.6",
75
+ "@babel/traverse": "^7.29.0",
76
+ "@babel/types": "^7.29.0",
77
+ "@jridgewell/remapping": "^2.3.5",
78
+ "convert-source-map": "^2.0.0",
79
+ "debug": "^4.1.0",
80
+ "gensync": "^1.0.0-beta.2",
81
+ "json5": "^2.2.3",
82
+ "semver": "^6.3.1"
83
+ },
84
+ "engines": {
85
+ "node": ">=6.9.0"
86
+ },
87
+ "funding": {
88
+ "type": "opencollective",
89
+ "url": "https://opencollective.com/babel"
90
+ }
91
+ },
92
+ "node_modules/@babel/core/node_modules/semver": {
93
+ "version": "6.3.1",
94
+ "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
95
+ "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
96
+ "dev": true,
97
+ "license": "ISC",
98
+ "bin": {
99
+ "semver": "bin/semver.js"
100
+ }
101
+ },
102
+ "node_modules/@babel/generator": {
103
+ "version": "7.29.1",
104
+ "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.29.1.tgz",
105
+ "integrity": "sha512-qsaF+9Qcm2Qv8SRIMMscAvG4O3lJ0F1GuMo5HR/Bp02LopNgnZBC/EkbevHFeGs4ls/oPz9v+Bsmzbkbe+0dUw==",
106
+ "dev": true,
107
+ "license": "MIT",
108
+ "dependencies": {
109
+ "@babel/parser": "^7.29.0",
110
+ "@babel/types": "^7.29.0",
111
+ "@jridgewell/gen-mapping": "^0.3.12",
112
+ "@jridgewell/trace-mapping": "^0.3.28",
113
+ "jsesc": "^3.0.2"
114
+ },
115
+ "engines": {
116
+ "node": ">=6.9.0"
117
+ }
118
+ },
119
+ "node_modules/@babel/helper-compilation-targets": {
120
+ "version": "7.28.6",
121
+ "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.28.6.tgz",
122
+ "integrity": "sha512-JYtls3hqi15fcx5GaSNL7SCTJ2MNmjrkHXg4FSpOA/grxK8KwyZ5bubHsCq8FXCkua6xhuaaBit+3b7+VZRfcA==",
123
+ "dev": true,
124
+ "license": "MIT",
125
+ "dependencies": {
126
+ "@babel/compat-data": "^7.28.6",
127
+ "@babel/helper-validator-option": "^7.27.1",
128
+ "browserslist": "^4.24.0",
129
+ "lru-cache": "^5.1.1",
130
+ "semver": "^6.3.1"
131
+ },
132
+ "engines": {
133
+ "node": ">=6.9.0"
134
+ }
135
+ },
136
+ "node_modules/@babel/helper-compilation-targets/node_modules/semver": {
137
+ "version": "6.3.1",
138
+ "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
139
+ "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
140
+ "dev": true,
141
+ "license": "ISC",
142
+ "bin": {
143
+ "semver": "bin/semver.js"
144
+ }
145
+ },
146
+ "node_modules/@babel/helper-globals": {
147
+ "version": "7.28.0",
148
+ "resolved": "https://registry.npmjs.org/@babel/helper-globals/-/helper-globals-7.28.0.tgz",
149
+ "integrity": "sha512-+W6cISkXFa1jXsDEdYA8HeevQT/FULhxzR99pxphltZcVaugps53THCeiWA8SguxxpSp3gKPiuYfSWopkLQ4hw==",
150
+ "dev": true,
151
+ "license": "MIT",
152
+ "engines": {
153
+ "node": ">=6.9.0"
154
+ }
155
+ },
156
+ "node_modules/@babel/helper-module-imports": {
157
+ "version": "7.28.6",
158
+ "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.28.6.tgz",
159
+ "integrity": "sha512-l5XkZK7r7wa9LucGw9LwZyyCUscb4x37JWTPz7swwFE/0FMQAGpiWUZn8u9DzkSBWEcK25jmvubfpw2dnAMdbw==",
160
+ "dev": true,
161
+ "license": "MIT",
162
+ "dependencies": {
163
+ "@babel/traverse": "^7.28.6",
164
+ "@babel/types": "^7.28.6"
165
+ },
166
+ "engines": {
167
+ "node": ">=6.9.0"
168
+ }
169
+ },
170
+ "node_modules/@babel/helper-module-transforms": {
171
+ "version": "7.28.6",
172
+ "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.28.6.tgz",
173
+ "integrity": "sha512-67oXFAYr2cDLDVGLXTEABjdBJZ6drElUSI7WKp70NrpyISso3plG9SAGEF6y7zbha/wOzUByWWTJvEDVNIUGcA==",
174
+ "dev": true,
175
+ "license": "MIT",
176
+ "dependencies": {
177
+ "@babel/helper-module-imports": "^7.28.6",
178
+ "@babel/helper-validator-identifier": "^7.28.5",
179
+ "@babel/traverse": "^7.28.6"
180
+ },
181
+ "engines": {
182
+ "node": ">=6.9.0"
183
+ },
184
+ "peerDependencies": {
185
+ "@babel/core": "^7.0.0"
186
+ }
187
+ },
188
+ "node_modules/@babel/helper-plugin-utils": {
189
+ "version": "7.28.6",
190
+ "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.28.6.tgz",
191
+ "integrity": "sha512-S9gzZ/bz83GRysI7gAD4wPT/AI3uCnY+9xn+Mx/KPs2JwHJIz1W8PZkg2cqyt3RNOBM8ejcXhV6y8Og7ly/Dug==",
192
+ "dev": true,
193
+ "license": "MIT",
194
+ "engines": {
195
+ "node": ">=6.9.0"
196
+ }
197
+ },
198
+ "node_modules/@babel/helper-string-parser": {
199
+ "version": "7.27.1",
200
+ "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz",
201
+ "integrity": "sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==",
202
+ "dev": true,
203
+ "license": "MIT",
204
+ "engines": {
205
+ "node": ">=6.9.0"
206
+ }
207
+ },
208
+ "node_modules/@babel/helper-validator-identifier": {
209
+ "version": "7.28.5",
210
+ "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz",
211
+ "integrity": "sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==",
212
+ "dev": true,
213
+ "license": "MIT",
214
+ "engines": {
215
+ "node": ">=6.9.0"
216
+ }
217
+ },
218
+ "node_modules/@babel/helper-validator-option": {
219
+ "version": "7.27.1",
220
+ "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.27.1.tgz",
221
+ "integrity": "sha512-YvjJow9FxbhFFKDSuFnVCe2WxXk1zWc22fFePVNEaWJEu8IrZVlda6N0uHwzZrUM1il7NC9Mlp4MaJYbYd9JSg==",
222
+ "dev": true,
223
+ "license": "MIT",
224
+ "engines": {
225
+ "node": ">=6.9.0"
226
+ }
227
+ },
228
+ "node_modules/@babel/helpers": {
229
+ "version": "7.28.6",
230
+ "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.28.6.tgz",
231
+ "integrity": "sha512-xOBvwq86HHdB7WUDTfKfT/Vuxh7gElQ+Sfti2Cy6yIWNW05P8iUslOVcZ4/sKbE+/jQaukQAdz/gf3724kYdqw==",
232
+ "dev": true,
233
+ "license": "MIT",
234
+ "dependencies": {
235
+ "@babel/template": "^7.28.6",
236
+ "@babel/types": "^7.28.6"
237
+ },
238
+ "engines": {
239
+ "node": ">=6.9.0"
240
+ }
241
+ },
242
+ "node_modules/@babel/parser": {
243
+ "version": "7.29.0",
244
+ "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.29.0.tgz",
245
+ "integrity": "sha512-IyDgFV5GeDUVX4YdF/3CPULtVGSXXMLh1xVIgdCgxApktqnQV0r7/8Nqthg+8YLGaAtdyIlo2qIdZrbCv4+7ww==",
246
+ "dev": true,
247
+ "license": "MIT",
248
+ "dependencies": {
249
+ "@babel/types": "^7.29.0"
250
+ },
251
+ "bin": {
252
+ "parser": "bin/babel-parser.js"
253
+ },
254
+ "engines": {
255
+ "node": ">=6.0.0"
256
+ }
257
+ },
258
+ "node_modules/@babel/plugin-transform-react-jsx-self": {
259
+ "version": "7.27.1",
260
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-self/-/plugin-transform-react-jsx-self-7.27.1.tgz",
261
+ "integrity": "sha512-6UzkCs+ejGdZ5mFFC/OCUrv028ab2fp1znZmCZjAOBKiBK2jXD1O+BPSfX8X2qjJ75fZBMSnQn3Rq2mrBJK2mw==",
262
+ "dev": true,
263
+ "license": "MIT",
264
+ "dependencies": {
265
+ "@babel/helper-plugin-utils": "^7.27.1"
266
+ },
267
+ "engines": {
268
+ "node": ">=6.9.0"
269
+ },
270
+ "peerDependencies": {
271
+ "@babel/core": "^7.0.0-0"
272
+ }
273
+ },
274
+ "node_modules/@babel/plugin-transform-react-jsx-source": {
275
+ "version": "7.27.1",
276
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-source/-/plugin-transform-react-jsx-source-7.27.1.tgz",
277
+ "integrity": "sha512-zbwoTsBruTeKB9hSq73ha66iFeJHuaFkUbwvqElnygoNbj/jHRsSeokowZFN3CZ64IvEqcmmkVe89OPXc7ldAw==",
278
+ "dev": true,
279
+ "license": "MIT",
280
+ "dependencies": {
281
+ "@babel/helper-plugin-utils": "^7.27.1"
282
+ },
283
+ "engines": {
284
+ "node": ">=6.9.0"
285
+ },
286
+ "peerDependencies": {
287
+ "@babel/core": "^7.0.0-0"
288
+ }
289
+ },
290
+ "node_modules/@babel/template": {
291
+ "version": "7.28.6",
292
+ "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.28.6.tgz",
293
+ "integrity": "sha512-YA6Ma2KsCdGb+WC6UpBVFJGXL58MDA6oyONbjyF/+5sBgxY/dwkhLogbMT2GXXyU84/IhRw/2D1Os1B/giz+BQ==",
294
+ "dev": true,
295
+ "license": "MIT",
296
+ "dependencies": {
297
+ "@babel/code-frame": "^7.28.6",
298
+ "@babel/parser": "^7.28.6",
299
+ "@babel/types": "^7.28.6"
300
+ },
301
+ "engines": {
302
+ "node": ">=6.9.0"
303
+ }
304
+ },
305
+ "node_modules/@babel/traverse": {
306
+ "version": "7.29.0",
307
+ "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.29.0.tgz",
308
+ "integrity": "sha512-4HPiQr0X7+waHfyXPZpWPfWL/J7dcN1mx9gL6WdQVMbPnF3+ZhSMs8tCxN7oHddJE9fhNE7+lxdnlyemKfJRuA==",
309
+ "dev": true,
310
+ "license": "MIT",
311
+ "dependencies": {
312
+ "@babel/code-frame": "^7.29.0",
313
+ "@babel/generator": "^7.29.0",
314
+ "@babel/helper-globals": "^7.28.0",
315
+ "@babel/parser": "^7.29.0",
316
+ "@babel/template": "^7.28.6",
317
+ "@babel/types": "^7.29.0",
318
+ "debug": "^4.3.1"
319
+ },
320
+ "engines": {
321
+ "node": ">=6.9.0"
322
+ }
323
+ },
324
+ "node_modules/@babel/types": {
325
+ "version": "7.29.0",
326
+ "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.29.0.tgz",
327
+ "integrity": "sha512-LwdZHpScM4Qz8Xw2iKSzS+cfglZzJGvofQICy7W7v4caru4EaAmyUuO6BGrbyQ2mYV11W0U8j5mBhd14dd3B0A==",
328
+ "dev": true,
329
+ "license": "MIT",
330
+ "dependencies": {
331
+ "@babel/helper-string-parser": "^7.27.1",
332
+ "@babel/helper-validator-identifier": "^7.28.5"
333
+ },
334
+ "engines": {
335
+ "node": ">=6.9.0"
336
+ }
337
+ },
338
+ "node_modules/@esbuild/aix-ppc64": {
339
+ "version": "0.27.3",
340
+ "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.27.3.tgz",
341
+ "integrity": "sha512-9fJMTNFTWZMh5qwrBItuziu834eOCUcEqymSH7pY+zoMVEZg3gcPuBNxH1EvfVYe9h0x/Ptw8KBzv7qxb7l8dg==",
342
+ "cpu": [
343
+ "ppc64"
344
+ ],
345
+ "license": "MIT",
346
+ "optional": true,
347
+ "os": [
348
+ "aix"
349
+ ],
350
+ "engines": {
351
+ "node": ">=18"
352
+ }
353
+ },
354
+ "node_modules/@esbuild/android-arm": {
355
+ "version": "0.27.3",
356
+ "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.27.3.tgz",
357
+ "integrity": "sha512-i5D1hPY7GIQmXlXhs2w8AWHhenb00+GxjxRncS2ZM7YNVGNfaMxgzSGuO8o8SJzRc/oZwU2bcScvVERk03QhzA==",
358
+ "cpu": [
359
+ "arm"
360
+ ],
361
+ "license": "MIT",
362
+ "optional": true,
363
+ "os": [
364
+ "android"
365
+ ],
366
+ "engines": {
367
+ "node": ">=18"
368
+ }
369
+ },
370
+ "node_modules/@esbuild/android-arm64": {
371
+ "version": "0.27.3",
372
+ "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.27.3.tgz",
373
+ "integrity": "sha512-YdghPYUmj/FX2SYKJ0OZxf+iaKgMsKHVPF1MAq/P8WirnSpCStzKJFjOjzsW0QQ7oIAiccHdcqjbHmJxRb/dmg==",
374
+ "cpu": [
375
+ "arm64"
376
+ ],
377
+ "license": "MIT",
378
+ "optional": true,
379
+ "os": [
380
+ "android"
381
+ ],
382
+ "engines": {
383
+ "node": ">=18"
384
+ }
385
+ },
386
+ "node_modules/@esbuild/android-x64": {
387
+ "version": "0.27.3",
388
+ "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.27.3.tgz",
389
+ "integrity": "sha512-IN/0BNTkHtk8lkOM8JWAYFg4ORxBkZQf9zXiEOfERX/CzxW3Vg1ewAhU7QSWQpVIzTW+b8Xy+lGzdYXV6UZObQ==",
390
+ "cpu": [
391
+ "x64"
392
+ ],
393
+ "license": "MIT",
394
+ "optional": true,
395
+ "os": [
396
+ "android"
397
+ ],
398
+ "engines": {
399
+ "node": ">=18"
400
+ }
401
+ },
402
+ "node_modules/@esbuild/darwin-arm64": {
403
+ "version": "0.27.3",
404
+ "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.27.3.tgz",
405
+ "integrity": "sha512-Re491k7ByTVRy0t3EKWajdLIr0gz2kKKfzafkth4Q8A5n1xTHrkqZgLLjFEHVD+AXdUGgQMq+Godfq45mGpCKg==",
406
+ "cpu": [
407
+ "arm64"
408
+ ],
409
+ "license": "MIT",
410
+ "optional": true,
411
+ "os": [
412
+ "darwin"
413
+ ],
414
+ "engines": {
415
+ "node": ">=18"
416
+ }
417
+ },
418
+ "node_modules/@esbuild/darwin-x64": {
419
+ "version": "0.27.3",
420
+ "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.27.3.tgz",
421
+ "integrity": "sha512-vHk/hA7/1AckjGzRqi6wbo+jaShzRowYip6rt6q7VYEDX4LEy1pZfDpdxCBnGtl+A5zq8iXDcyuxwtv3hNtHFg==",
422
+ "cpu": [
423
+ "x64"
424
+ ],
425
+ "license": "MIT",
426
+ "optional": true,
427
+ "os": [
428
+ "darwin"
429
+ ],
430
+ "engines": {
431
+ "node": ">=18"
432
+ }
433
+ },
434
+ "node_modules/@esbuild/freebsd-arm64": {
435
+ "version": "0.27.3",
436
+ "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.27.3.tgz",
437
+ "integrity": "sha512-ipTYM2fjt3kQAYOvo6vcxJx3nBYAzPjgTCk7QEgZG8AUO3ydUhvelmhrbOheMnGOlaSFUoHXB6un+A7q4ygY9w==",
438
+ "cpu": [
439
+ "arm64"
440
+ ],
441
+ "license": "MIT",
442
+ "optional": true,
443
+ "os": [
444
+ "freebsd"
445
+ ],
446
+ "engines": {
447
+ "node": ">=18"
448
+ }
449
+ },
450
+ "node_modules/@esbuild/freebsd-x64": {
451
+ "version": "0.27.3",
452
+ "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.27.3.tgz",
453
+ "integrity": "sha512-dDk0X87T7mI6U3K9VjWtHOXqwAMJBNN2r7bejDsc+j03SEjtD9HrOl8gVFByeM0aJksoUuUVU9TBaZa2rgj0oA==",
454
+ "cpu": [
455
+ "x64"
456
+ ],
457
+ "license": "MIT",
458
+ "optional": true,
459
+ "os": [
460
+ "freebsd"
461
+ ],
462
+ "engines": {
463
+ "node": ">=18"
464
+ }
465
+ },
466
+ "node_modules/@esbuild/linux-arm": {
467
+ "version": "0.27.3",
468
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.27.3.tgz",
469
+ "integrity": "sha512-s6nPv2QkSupJwLYyfS+gwdirm0ukyTFNl3KTgZEAiJDd+iHZcbTPPcWCcRYH+WlNbwChgH2QkE9NSlNrMT8Gfw==",
470
+ "cpu": [
471
+ "arm"
472
+ ],
473
+ "license": "MIT",
474
+ "optional": true,
475
+ "os": [
476
+ "linux"
477
+ ],
478
+ "engines": {
479
+ "node": ">=18"
480
+ }
481
+ },
482
+ "node_modules/@esbuild/linux-arm64": {
483
+ "version": "0.27.3",
484
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.27.3.tgz",
485
+ "integrity": "sha512-sZOuFz/xWnZ4KH3YfFrKCf1WyPZHakVzTiqji3WDc0BCl2kBwiJLCXpzLzUBLgmp4veFZdvN5ChW4Eq/8Fc2Fg==",
486
+ "cpu": [
487
+ "arm64"
488
+ ],
489
+ "license": "MIT",
490
+ "optional": true,
491
+ "os": [
492
+ "linux"
493
+ ],
494
+ "engines": {
495
+ "node": ">=18"
496
+ }
497
+ },
498
+ "node_modules/@esbuild/linux-ia32": {
499
+ "version": "0.27.3",
500
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.27.3.tgz",
501
+ "integrity": "sha512-yGlQYjdxtLdh0a3jHjuwOrxQjOZYD/C9PfdbgJJF3TIZWnm/tMd/RcNiLngiu4iwcBAOezdnSLAwQDPqTmtTYg==",
502
+ "cpu": [
503
+ "ia32"
504
+ ],
505
+ "license": "MIT",
506
+ "optional": true,
507
+ "os": [
508
+ "linux"
509
+ ],
510
+ "engines": {
511
+ "node": ">=18"
512
+ }
513
+ },
514
+ "node_modules/@esbuild/linux-loong64": {
515
+ "version": "0.27.3",
516
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.27.3.tgz",
517
+ "integrity": "sha512-WO60Sn8ly3gtzhyjATDgieJNet/KqsDlX5nRC5Y3oTFcS1l0KWba+SEa9Ja1GfDqSF1z6hif/SkpQJbL63cgOA==",
518
+ "cpu": [
519
+ "loong64"
520
+ ],
521
+ "license": "MIT",
522
+ "optional": true,
523
+ "os": [
524
+ "linux"
525
+ ],
526
+ "engines": {
527
+ "node": ">=18"
528
+ }
529
+ },
530
+ "node_modules/@esbuild/linux-mips64el": {
531
+ "version": "0.27.3",
532
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.27.3.tgz",
533
+ "integrity": "sha512-APsymYA6sGcZ4pD6k+UxbDjOFSvPWyZhjaiPyl/f79xKxwTnrn5QUnXR5prvetuaSMsb4jgeHewIDCIWljrSxw==",
534
+ "cpu": [
535
+ "mips64el"
536
+ ],
537
+ "license": "MIT",
538
+ "optional": true,
539
+ "os": [
540
+ "linux"
541
+ ],
542
+ "engines": {
543
+ "node": ">=18"
544
+ }
545
+ },
546
+ "node_modules/@esbuild/linux-ppc64": {
547
+ "version": "0.27.3",
548
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.27.3.tgz",
549
+ "integrity": "sha512-eizBnTeBefojtDb9nSh4vvVQ3V9Qf9Df01PfawPcRzJH4gFSgrObw+LveUyDoKU3kxi5+9RJTCWlj4FjYXVPEA==",
550
+ "cpu": [
551
+ "ppc64"
552
+ ],
553
+ "license": "MIT",
554
+ "optional": true,
555
+ "os": [
556
+ "linux"
557
+ ],
558
+ "engines": {
559
+ "node": ">=18"
560
+ }
561
+ },
562
+ "node_modules/@esbuild/linux-riscv64": {
563
+ "version": "0.27.3",
564
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.27.3.tgz",
565
+ "integrity": "sha512-3Emwh0r5wmfm3ssTWRQSyVhbOHvqegUDRd0WhmXKX2mkHJe1SFCMJhagUleMq+Uci34wLSipf8Lagt4LlpRFWQ==",
566
+ "cpu": [
567
+ "riscv64"
568
+ ],
569
+ "license": "MIT",
570
+ "optional": true,
571
+ "os": [
572
+ "linux"
573
+ ],
574
+ "engines": {
575
+ "node": ">=18"
576
+ }
577
+ },
578
+ "node_modules/@esbuild/linux-s390x": {
579
+ "version": "0.27.3",
580
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.27.3.tgz",
581
+ "integrity": "sha512-pBHUx9LzXWBc7MFIEEL0yD/ZVtNgLytvx60gES28GcWMqil8ElCYR4kvbV2BDqsHOvVDRrOxGySBM9Fcv744hw==",
582
+ "cpu": [
583
+ "s390x"
584
+ ],
585
+ "license": "MIT",
586
+ "optional": true,
587
+ "os": [
588
+ "linux"
589
+ ],
590
+ "engines": {
591
+ "node": ">=18"
592
+ }
593
+ },
594
+ "node_modules/@esbuild/linux-x64": {
595
+ "version": "0.27.3",
596
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.27.3.tgz",
597
+ "integrity": "sha512-Czi8yzXUWIQYAtL/2y6vogER8pvcsOsk5cpwL4Gk5nJqH5UZiVByIY8Eorm5R13gq+DQKYg0+JyQoytLQas4dA==",
598
+ "cpu": [
599
+ "x64"
600
+ ],
601
+ "license": "MIT",
602
+ "optional": true,
603
+ "os": [
604
+ "linux"
605
+ ],
606
+ "engines": {
607
+ "node": ">=18"
608
+ }
609
+ },
610
+ "node_modules/@esbuild/netbsd-arm64": {
611
+ "version": "0.27.3",
612
+ "resolved": "https://registry.npmjs.org/@esbuild/netbsd-arm64/-/netbsd-arm64-0.27.3.tgz",
613
+ "integrity": "sha512-sDpk0RgmTCR/5HguIZa9n9u+HVKf40fbEUt+iTzSnCaGvY9kFP0YKBWZtJaraonFnqef5SlJ8/TiPAxzyS+UoA==",
614
+ "cpu": [
615
+ "arm64"
616
+ ],
617
+ "license": "MIT",
618
+ "optional": true,
619
+ "os": [
620
+ "netbsd"
621
+ ],
622
+ "engines": {
623
+ "node": ">=18"
624
+ }
625
+ },
626
+ "node_modules/@esbuild/netbsd-x64": {
627
+ "version": "0.27.3",
628
+ "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.27.3.tgz",
629
+ "integrity": "sha512-P14lFKJl/DdaE00LItAukUdZO5iqNH7+PjoBm+fLQjtxfcfFE20Xf5CrLsmZdq5LFFZzb5JMZ9grUwvtVYzjiA==",
630
+ "cpu": [
631
+ "x64"
632
+ ],
633
+ "license": "MIT",
634
+ "optional": true,
635
+ "os": [
636
+ "netbsd"
637
+ ],
638
+ "engines": {
639
+ "node": ">=18"
640
+ }
641
+ },
642
+ "node_modules/@esbuild/openbsd-arm64": {
643
+ "version": "0.27.3",
644
+ "resolved": "https://registry.npmjs.org/@esbuild/openbsd-arm64/-/openbsd-arm64-0.27.3.tgz",
645
+ "integrity": "sha512-AIcMP77AvirGbRl/UZFTq5hjXK+2wC7qFRGoHSDrZ5v5b8DK/GYpXW3CPRL53NkvDqb9D+alBiC/dV0Fb7eJcw==",
646
+ "cpu": [
647
+ "arm64"
648
+ ],
649
+ "license": "MIT",
650
+ "optional": true,
651
+ "os": [
652
+ "openbsd"
653
+ ],
654
+ "engines": {
655
+ "node": ">=18"
656
+ }
657
+ },
658
+ "node_modules/@esbuild/openbsd-x64": {
659
+ "version": "0.27.3",
660
+ "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.27.3.tgz",
661
+ "integrity": "sha512-DnW2sRrBzA+YnE70LKqnM3P+z8vehfJWHXECbwBmH/CU51z6FiqTQTHFenPlHmo3a8UgpLyH3PT+87OViOh1AQ==",
662
+ "cpu": [
663
+ "x64"
664
+ ],
665
+ "license": "MIT",
666
+ "optional": true,
667
+ "os": [
668
+ "openbsd"
669
+ ],
670
+ "engines": {
671
+ "node": ">=18"
672
+ }
673
+ },
674
+ "node_modules/@esbuild/openharmony-arm64": {
675
+ "version": "0.27.3",
676
+ "resolved": "https://registry.npmjs.org/@esbuild/openharmony-arm64/-/openharmony-arm64-0.27.3.tgz",
677
+ "integrity": "sha512-NinAEgr/etERPTsZJ7aEZQvvg/A6IsZG/LgZy+81wON2huV7SrK3e63dU0XhyZP4RKGyTm7aOgmQk0bGp0fy2g==",
678
+ "cpu": [
679
+ "arm64"
680
+ ],
681
+ "license": "MIT",
682
+ "optional": true,
683
+ "os": [
684
+ "openharmony"
685
+ ],
686
+ "engines": {
687
+ "node": ">=18"
688
+ }
689
+ },
690
+ "node_modules/@esbuild/sunos-x64": {
691
+ "version": "0.27.3",
692
+ "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.27.3.tgz",
693
+ "integrity": "sha512-PanZ+nEz+eWoBJ8/f8HKxTTD172SKwdXebZ0ndd953gt1HRBbhMsaNqjTyYLGLPdoWHy4zLU7bDVJztF5f3BHA==",
694
+ "cpu": [
695
+ "x64"
696
+ ],
697
+ "license": "MIT",
698
+ "optional": true,
699
+ "os": [
700
+ "sunos"
701
+ ],
702
+ "engines": {
703
+ "node": ">=18"
704
+ }
705
+ },
706
+ "node_modules/@esbuild/win32-arm64": {
707
+ "version": "0.27.3",
708
+ "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.27.3.tgz",
709
+ "integrity": "sha512-B2t59lWWYrbRDw/tjiWOuzSsFh1Y/E95ofKz7rIVYSQkUYBjfSgf6oeYPNWHToFRr2zx52JKApIcAS/D5TUBnA==",
710
+ "cpu": [
711
+ "arm64"
712
+ ],
713
+ "license": "MIT",
714
+ "optional": true,
715
+ "os": [
716
+ "win32"
717
+ ],
718
+ "engines": {
719
+ "node": ">=18"
720
+ }
721
+ },
722
+ "node_modules/@esbuild/win32-ia32": {
723
+ "version": "0.27.3",
724
+ "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.27.3.tgz",
725
+ "integrity": "sha512-QLKSFeXNS8+tHW7tZpMtjlNb7HKau0QDpwm49u0vUp9y1WOF+PEzkU84y9GqYaAVW8aH8f3GcBck26jh54cX4Q==",
726
+ "cpu": [
727
+ "ia32"
728
+ ],
729
+ "license": "MIT",
730
+ "optional": true,
731
+ "os": [
732
+ "win32"
733
+ ],
734
+ "engines": {
735
+ "node": ">=18"
736
+ }
737
+ },
738
+ "node_modules/@esbuild/win32-x64": {
739
+ "version": "0.27.3",
740
+ "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.27.3.tgz",
741
+ "integrity": "sha512-4uJGhsxuptu3OcpVAzli+/gWusVGwZZHTlS63hh++ehExkVT8SgiEf7/uC/PclrPPkLhZqGgCTjd0VWLo6xMqA==",
742
+ "cpu": [
743
+ "x64"
744
+ ],
745
+ "license": "MIT",
746
+ "optional": true,
747
+ "os": [
748
+ "win32"
749
+ ],
750
+ "engines": {
751
+ "node": ">=18"
752
+ }
753
+ },
754
+ "node_modules/@eslint-community/eslint-utils": {
755
+ "version": "4.9.1",
756
+ "resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.9.1.tgz",
757
+ "integrity": "sha512-phrYmNiYppR7znFEdqgfWHXR6NCkZEK7hwWDHZUjit/2/U0r6XvkDl0SYnoM51Hq7FhCGdLDT6zxCCOY1hexsQ==",
758
+ "dev": true,
759
+ "license": "MIT",
760
+ "dependencies": {
761
+ "eslint-visitor-keys": "^3.4.3"
762
+ },
763
+ "engines": {
764
+ "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
765
+ },
766
+ "funding": {
767
+ "url": "https://opencollective.com/eslint"
768
+ },
769
+ "peerDependencies": {
770
+ "eslint": "^6.0.0 || ^7.0.0 || >=8.0.0"
771
+ }
772
+ },
773
+ "node_modules/@eslint-community/regexpp": {
774
+ "version": "4.12.2",
775
+ "resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.12.2.tgz",
776
+ "integrity": "sha512-EriSTlt5OC9/7SXkRSCAhfSxxoSUgBm33OH+IkwbdpgoqsSsUg7y3uh+IICI/Qg4BBWr3U2i39RpmycbxMq4ew==",
777
+ "dev": true,
778
+ "license": "MIT",
779
+ "engines": {
780
+ "node": "^12.0.0 || ^14.0.0 || >=16.0.0"
781
+ }
782
+ },
783
+ "node_modules/@eslint/config-array": {
784
+ "version": "0.21.1",
785
+ "resolved": "https://registry.npmjs.org/@eslint/config-array/-/config-array-0.21.1.tgz",
786
+ "integrity": "sha512-aw1gNayWpdI/jSYVgzN5pL0cfzU02GT3NBpeT/DXbx1/1x7ZKxFPd9bwrzygx/qiwIQiJ1sw/zD8qY/kRvlGHA==",
787
+ "dev": true,
788
+ "license": "Apache-2.0",
789
+ "dependencies": {
790
+ "@eslint/object-schema": "^2.1.7",
791
+ "debug": "^4.3.1",
792
+ "minimatch": "^3.1.2"
793
+ },
794
+ "engines": {
795
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
796
+ }
797
+ },
798
+ "node_modules/@eslint/config-array/node_modules/balanced-match": {
799
+ "version": "1.0.2",
800
+ "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
801
+ "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
802
+ "dev": true,
803
+ "license": "MIT"
804
+ },
805
+ "node_modules/@eslint/config-array/node_modules/brace-expansion": {
806
+ "version": "1.1.12",
807
+ "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.12.tgz",
808
+ "integrity": "sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==",
809
+ "dev": true,
810
+ "license": "MIT",
811
+ "dependencies": {
812
+ "balanced-match": "^1.0.0",
813
+ "concat-map": "0.0.1"
814
+ }
815
+ },
816
+ "node_modules/@eslint/config-array/node_modules/minimatch": {
817
+ "version": "3.1.5",
818
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.5.tgz",
819
+ "integrity": "sha512-VgjWUsnnT6n+NUk6eZq77zeFdpW2LWDzP6zFGrCbHXiYNul5Dzqk2HHQ5uFH2DNW5Xbp8+jVzaeNt94ssEEl4w==",
820
+ "dev": true,
821
+ "license": "ISC",
822
+ "dependencies": {
823
+ "brace-expansion": "^1.1.7"
824
+ },
825
+ "engines": {
826
+ "node": "*"
827
+ }
828
+ },
829
+ "node_modules/@eslint/config-helpers": {
830
+ "version": "0.4.2",
831
+ "resolved": "https://registry.npmjs.org/@eslint/config-helpers/-/config-helpers-0.4.2.tgz",
832
+ "integrity": "sha512-gBrxN88gOIf3R7ja5K9slwNayVcZgK6SOUORm2uBzTeIEfeVaIhOpCtTox3P6R7o2jLFwLFTLnC7kU/RGcYEgw==",
833
+ "dev": true,
834
+ "license": "Apache-2.0",
835
+ "dependencies": {
836
+ "@eslint/core": "^0.17.0"
837
+ },
838
+ "engines": {
839
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
840
+ }
841
+ },
842
+ "node_modules/@eslint/core": {
843
+ "version": "0.17.0",
844
+ "resolved": "https://registry.npmjs.org/@eslint/core/-/core-0.17.0.tgz",
845
+ "integrity": "sha512-yL/sLrpmtDaFEiUj1osRP4TI2MDz1AddJL+jZ7KSqvBuliN4xqYY54IfdN8qD8Toa6g1iloph1fxQNkjOxrrpQ==",
846
+ "dev": true,
847
+ "license": "Apache-2.0",
848
+ "dependencies": {
849
+ "@types/json-schema": "^7.0.15"
850
+ },
851
+ "engines": {
852
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
853
+ }
854
+ },
855
+ "node_modules/@eslint/eslintrc": {
856
+ "version": "3.3.4",
857
+ "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-3.3.4.tgz",
858
+ "integrity": "sha512-4h4MVF8pmBsncB60r0wSJiIeUKTSD4m7FmTFThG8RHlsg9ajqckLm9OraguFGZE4vVdpiI1Q4+hFnisopmG6gQ==",
859
+ "dev": true,
860
+ "license": "MIT",
861
+ "dependencies": {
862
+ "ajv": "^6.14.0",
863
+ "debug": "^4.3.2",
864
+ "espree": "^10.0.1",
865
+ "globals": "^14.0.0",
866
+ "ignore": "^5.2.0",
867
+ "import-fresh": "^3.2.1",
868
+ "js-yaml": "^4.1.1",
869
+ "minimatch": "^3.1.3",
870
+ "strip-json-comments": "^3.1.1"
871
+ },
872
+ "engines": {
873
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
874
+ },
875
+ "funding": {
876
+ "url": "https://opencollective.com/eslint"
877
+ }
878
+ },
879
+ "node_modules/@eslint/eslintrc/node_modules/balanced-match": {
880
+ "version": "1.0.2",
881
+ "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
882
+ "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
883
+ "dev": true,
884
+ "license": "MIT"
885
+ },
886
+ "node_modules/@eslint/eslintrc/node_modules/brace-expansion": {
887
+ "version": "1.1.12",
888
+ "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.12.tgz",
889
+ "integrity": "sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==",
890
+ "dev": true,
891
+ "license": "MIT",
892
+ "dependencies": {
893
+ "balanced-match": "^1.0.0",
894
+ "concat-map": "0.0.1"
895
+ }
896
+ },
897
+ "node_modules/@eslint/eslintrc/node_modules/globals": {
898
+ "version": "14.0.0",
899
+ "resolved": "https://registry.npmjs.org/globals/-/globals-14.0.0.tgz",
900
+ "integrity": "sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==",
901
+ "dev": true,
902
+ "license": "MIT",
903
+ "engines": {
904
+ "node": ">=18"
905
+ },
906
+ "funding": {
907
+ "url": "https://github.com/sponsors/sindresorhus"
908
+ }
909
+ },
910
+ "node_modules/@eslint/eslintrc/node_modules/minimatch": {
911
+ "version": "3.1.5",
912
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.5.tgz",
913
+ "integrity": "sha512-VgjWUsnnT6n+NUk6eZq77zeFdpW2LWDzP6zFGrCbHXiYNul5Dzqk2HHQ5uFH2DNW5Xbp8+jVzaeNt94ssEEl4w==",
914
+ "dev": true,
915
+ "license": "ISC",
916
+ "dependencies": {
917
+ "brace-expansion": "^1.1.7"
918
+ },
919
+ "engines": {
920
+ "node": "*"
921
+ }
922
+ },
923
+ "node_modules/@eslint/js": {
924
+ "version": "9.39.3",
925
+ "resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.39.3.tgz",
926
+ "integrity": "sha512-1B1VkCq6FuUNlQvlBYb+1jDu/gV297TIs/OeiaSR9l1H27SVW55ONE1e1Vp16NqP683+xEGzxYtv4XCiDPaQiw==",
927
+ "dev": true,
928
+ "license": "MIT",
929
+ "engines": {
930
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
931
+ },
932
+ "funding": {
933
+ "url": "https://eslint.org/donate"
934
+ }
935
+ },
936
+ "node_modules/@eslint/object-schema": {
937
+ "version": "2.1.7",
938
+ "resolved": "https://registry.npmjs.org/@eslint/object-schema/-/object-schema-2.1.7.tgz",
939
+ "integrity": "sha512-VtAOaymWVfZcmZbp6E2mympDIHvyjXs/12LqWYjVw6qjrfF+VK+fyG33kChz3nnK+SU5/NeHOqrTEHS8sXO3OA==",
940
+ "dev": true,
941
+ "license": "Apache-2.0",
942
+ "engines": {
943
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
944
+ }
945
+ },
946
+ "node_modules/@eslint/plugin-kit": {
947
+ "version": "0.4.1",
948
+ "resolved": "https://registry.npmjs.org/@eslint/plugin-kit/-/plugin-kit-0.4.1.tgz",
949
+ "integrity": "sha512-43/qtrDUokr7LJqoF2c3+RInu/t4zfrpYdoSDfYyhg52rwLV6TnOvdG4fXm7IkSB3wErkcmJS9iEhjVtOSEjjA==",
950
+ "dev": true,
951
+ "license": "Apache-2.0",
952
+ "dependencies": {
953
+ "@eslint/core": "^0.17.0",
954
+ "levn": "^0.4.1"
955
+ },
956
+ "engines": {
957
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
958
+ }
959
+ },
960
+ "node_modules/@humanfs/core": {
961
+ "version": "0.19.1",
962
+ "resolved": "https://registry.npmjs.org/@humanfs/core/-/core-0.19.1.tgz",
963
+ "integrity": "sha512-5DyQ4+1JEUzejeK1JGICcideyfUbGixgS9jNgex5nqkW+cY7WZhxBigmieN5Qnw9ZosSNVC9KQKyb+GUaGyKUA==",
964
+ "dev": true,
965
+ "license": "Apache-2.0",
966
+ "engines": {
967
+ "node": ">=18.18.0"
968
+ }
969
+ },
970
+ "node_modules/@humanfs/node": {
971
+ "version": "0.16.7",
972
+ "resolved": "https://registry.npmjs.org/@humanfs/node/-/node-0.16.7.tgz",
973
+ "integrity": "sha512-/zUx+yOsIrG4Y43Eh2peDeKCxlRt/gET6aHfaKpuq267qXdYDFViVHfMaLyygZOnl0kGWxFIgsBy8QFuTLUXEQ==",
974
+ "dev": true,
975
+ "license": "Apache-2.0",
976
+ "dependencies": {
977
+ "@humanfs/core": "^0.19.1",
978
+ "@humanwhocodes/retry": "^0.4.0"
979
+ },
980
+ "engines": {
981
+ "node": ">=18.18.0"
982
+ }
983
+ },
984
+ "node_modules/@humanwhocodes/module-importer": {
985
+ "version": "1.0.1",
986
+ "resolved": "https://registry.npmjs.org/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz",
987
+ "integrity": "sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==",
988
+ "dev": true,
989
+ "license": "Apache-2.0",
990
+ "engines": {
991
+ "node": ">=12.22"
992
+ },
993
+ "funding": {
994
+ "type": "github",
995
+ "url": "https://github.com/sponsors/nzakas"
996
+ }
997
+ },
998
+ "node_modules/@humanwhocodes/retry": {
999
+ "version": "0.4.3",
1000
+ "resolved": "https://registry.npmjs.org/@humanwhocodes/retry/-/retry-0.4.3.tgz",
1001
+ "integrity": "sha512-bV0Tgo9K4hfPCek+aMAn81RppFKv2ySDQeMoSZuvTASywNTnVJCArCZE2FWqpvIatKu7VMRLWlR1EazvVhDyhQ==",
1002
+ "dev": true,
1003
+ "license": "Apache-2.0",
1004
+ "engines": {
1005
+ "node": ">=18.18"
1006
+ },
1007
+ "funding": {
1008
+ "type": "github",
1009
+ "url": "https://github.com/sponsors/nzakas"
1010
+ }
1011
+ },
1012
+ "node_modules/@jridgewell/gen-mapping": {
1013
+ "version": "0.3.13",
1014
+ "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.13.tgz",
1015
+ "integrity": "sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA==",
1016
+ "license": "MIT",
1017
+ "dependencies": {
1018
+ "@jridgewell/sourcemap-codec": "^1.5.0",
1019
+ "@jridgewell/trace-mapping": "^0.3.24"
1020
+ }
1021
+ },
1022
+ "node_modules/@jridgewell/remapping": {
1023
+ "version": "2.3.5",
1024
+ "resolved": "https://registry.npmjs.org/@jridgewell/remapping/-/remapping-2.3.5.tgz",
1025
+ "integrity": "sha512-LI9u/+laYG4Ds1TDKSJW2YPrIlcVYOwi2fUC6xB43lueCjgxV4lffOCZCtYFiH6TNOX+tQKXx97T4IKHbhyHEQ==",
1026
+ "license": "MIT",
1027
+ "dependencies": {
1028
+ "@jridgewell/gen-mapping": "^0.3.5",
1029
+ "@jridgewell/trace-mapping": "^0.3.24"
1030
+ }
1031
+ },
1032
+ "node_modules/@jridgewell/resolve-uri": {
1033
+ "version": "3.1.2",
1034
+ "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz",
1035
+ "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==",
1036
+ "license": "MIT",
1037
+ "engines": {
1038
+ "node": ">=6.0.0"
1039
+ }
1040
+ },
1041
+ "node_modules/@jridgewell/sourcemap-codec": {
1042
+ "version": "1.5.5",
1043
+ "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz",
1044
+ "integrity": "sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==",
1045
+ "license": "MIT"
1046
+ },
1047
+ "node_modules/@jridgewell/trace-mapping": {
1048
+ "version": "0.3.31",
1049
+ "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.31.tgz",
1050
+ "integrity": "sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==",
1051
+ "license": "MIT",
1052
+ "dependencies": {
1053
+ "@jridgewell/resolve-uri": "^3.1.0",
1054
+ "@jridgewell/sourcemap-codec": "^1.4.14"
1055
+ }
1056
+ },
1057
+ "node_modules/@rolldown/pluginutils": {
1058
+ "version": "1.0.0-rc.3",
1059
+ "resolved": "https://registry.npmjs.org/@rolldown/pluginutils/-/pluginutils-1.0.0-rc.3.tgz",
1060
+ "integrity": "sha512-eybk3TjzzzV97Dlj5c+XrBFW57eTNhzod66y9HrBlzJ6NsCrWCp/2kaPS3K9wJmurBC0Tdw4yPjXKZqlznim3Q==",
1061
+ "dev": true,
1062
+ "license": "MIT"
1063
+ },
1064
+ "node_modules/@rollup/rollup-android-arm-eabi": {
1065
+ "version": "4.59.0",
1066
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.59.0.tgz",
1067
+ "integrity": "sha512-upnNBkA6ZH2VKGcBj9Fyl9IGNPULcjXRlg0LLeaioQWueH30p6IXtJEbKAgvyv+mJaMxSm1l6xwDXYjpEMiLMg==",
1068
+ "cpu": [
1069
+ "arm"
1070
+ ],
1071
+ "license": "MIT",
1072
+ "optional": true,
1073
+ "os": [
1074
+ "android"
1075
+ ]
1076
+ },
1077
+ "node_modules/@rollup/rollup-android-arm64": {
1078
+ "version": "4.59.0",
1079
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.59.0.tgz",
1080
+ "integrity": "sha512-hZ+Zxj3SySm4A/DylsDKZAeVg0mvi++0PYVceVyX7hemkw7OreKdCvW2oQ3T1FMZvCaQXqOTHb8qmBShoqk69Q==",
1081
+ "cpu": [
1082
+ "arm64"
1083
+ ],
1084
+ "license": "MIT",
1085
+ "optional": true,
1086
+ "os": [
1087
+ "android"
1088
+ ]
1089
+ },
1090
+ "node_modules/@rollup/rollup-darwin-arm64": {
1091
+ "version": "4.59.0",
1092
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.59.0.tgz",
1093
+ "integrity": "sha512-W2Psnbh1J8ZJw0xKAd8zdNgF9HRLkdWwwdWqubSVk0pUuQkoHnv7rx4GiF9rT4t5DIZGAsConRE3AxCdJ4m8rg==",
1094
+ "cpu": [
1095
+ "arm64"
1096
+ ],
1097
+ "license": "MIT",
1098
+ "optional": true,
1099
+ "os": [
1100
+ "darwin"
1101
+ ]
1102
+ },
1103
+ "node_modules/@rollup/rollup-darwin-x64": {
1104
+ "version": "4.59.0",
1105
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.59.0.tgz",
1106
+ "integrity": "sha512-ZW2KkwlS4lwTv7ZVsYDiARfFCnSGhzYPdiOU4IM2fDbL+QGlyAbjgSFuqNRbSthybLbIJ915UtZBtmuLrQAT/w==",
1107
+ "cpu": [
1108
+ "x64"
1109
+ ],
1110
+ "license": "MIT",
1111
+ "optional": true,
1112
+ "os": [
1113
+ "darwin"
1114
+ ]
1115
+ },
1116
+ "node_modules/@rollup/rollup-freebsd-arm64": {
1117
+ "version": "4.59.0",
1118
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-arm64/-/rollup-freebsd-arm64-4.59.0.tgz",
1119
+ "integrity": "sha512-EsKaJ5ytAu9jI3lonzn3BgG8iRBjV4LxZexygcQbpiU0wU0ATxhNVEpXKfUa0pS05gTcSDMKpn3Sx+QB9RlTTA==",
1120
+ "cpu": [
1121
+ "arm64"
1122
+ ],
1123
+ "license": "MIT",
1124
+ "optional": true,
1125
+ "os": [
1126
+ "freebsd"
1127
+ ]
1128
+ },
1129
+ "node_modules/@rollup/rollup-freebsd-x64": {
1130
+ "version": "4.59.0",
1131
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-x64/-/rollup-freebsd-x64-4.59.0.tgz",
1132
+ "integrity": "sha512-d3DuZi2KzTMjImrxoHIAODUZYoUUMsuUiY4SRRcJy6NJoZ6iIqWnJu9IScV9jXysyGMVuW+KNzZvBLOcpdl3Vg==",
1133
+ "cpu": [
1134
+ "x64"
1135
+ ],
1136
+ "license": "MIT",
1137
+ "optional": true,
1138
+ "os": [
1139
+ "freebsd"
1140
+ ]
1141
+ },
1142
+ "node_modules/@rollup/rollup-linux-arm-gnueabihf": {
1143
+ "version": "4.59.0",
1144
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.59.0.tgz",
1145
+ "integrity": "sha512-t4ONHboXi/3E0rT6OZl1pKbl2Vgxf9vJfWgmUoCEVQVxhW6Cw/c8I6hbbu7DAvgp82RKiH7TpLwxnJeKv2pbsw==",
1146
+ "cpu": [
1147
+ "arm"
1148
+ ],
1149
+ "license": "MIT",
1150
+ "optional": true,
1151
+ "os": [
1152
+ "linux"
1153
+ ]
1154
+ },
1155
+ "node_modules/@rollup/rollup-linux-arm-musleabihf": {
1156
+ "version": "4.59.0",
1157
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.59.0.tgz",
1158
+ "integrity": "sha512-CikFT7aYPA2ufMD086cVORBYGHffBo4K8MQ4uPS/ZnY54GKj36i196u8U+aDVT2LX4eSMbyHtyOh7D7Zvk2VvA==",
1159
+ "cpu": [
1160
+ "arm"
1161
+ ],
1162
+ "license": "MIT",
1163
+ "optional": true,
1164
+ "os": [
1165
+ "linux"
1166
+ ]
1167
+ },
1168
+ "node_modules/@rollup/rollup-linux-arm64-gnu": {
1169
+ "version": "4.59.0",
1170
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.59.0.tgz",
1171
+ "integrity": "sha512-jYgUGk5aLd1nUb1CtQ8E+t5JhLc9x5WdBKew9ZgAXg7DBk0ZHErLHdXM24rfX+bKrFe+Xp5YuJo54I5HFjGDAA==",
1172
+ "cpu": [
1173
+ "arm64"
1174
+ ],
1175
+ "license": "MIT",
1176
+ "optional": true,
1177
+ "os": [
1178
+ "linux"
1179
+ ]
1180
+ },
1181
+ "node_modules/@rollup/rollup-linux-arm64-musl": {
1182
+ "version": "4.59.0",
1183
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.59.0.tgz",
1184
+ "integrity": "sha512-peZRVEdnFWZ5Bh2KeumKG9ty7aCXzzEsHShOZEFiCQlDEepP1dpUl/SrUNXNg13UmZl+gzVDPsiCwnV1uI0RUA==",
1185
+ "cpu": [
1186
+ "arm64"
1187
+ ],
1188
+ "license": "MIT",
1189
+ "optional": true,
1190
+ "os": [
1191
+ "linux"
1192
+ ]
1193
+ },
1194
+ "node_modules/@rollup/rollup-linux-loong64-gnu": {
1195
+ "version": "4.59.0",
1196
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-loong64-gnu/-/rollup-linux-loong64-gnu-4.59.0.tgz",
1197
+ "integrity": "sha512-gbUSW/97f7+r4gHy3Jlup8zDG190AuodsWnNiXErp9mT90iCy9NKKU0Xwx5k8VlRAIV2uU9CsMnEFg/xXaOfXg==",
1198
+ "cpu": [
1199
+ "loong64"
1200
+ ],
1201
+ "license": "MIT",
1202
+ "optional": true,
1203
+ "os": [
1204
+ "linux"
1205
+ ]
1206
+ },
1207
+ "node_modules/@rollup/rollup-linux-loong64-musl": {
1208
+ "version": "4.59.0",
1209
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-loong64-musl/-/rollup-linux-loong64-musl-4.59.0.tgz",
1210
+ "integrity": "sha512-yTRONe79E+o0FWFijasoTjtzG9EBedFXJMl888NBEDCDV9I2wGbFFfJQQe63OijbFCUZqxpHz1GzpbtSFikJ4Q==",
1211
+ "cpu": [
1212
+ "loong64"
1213
+ ],
1214
+ "license": "MIT",
1215
+ "optional": true,
1216
+ "os": [
1217
+ "linux"
1218
+ ]
1219
+ },
1220
+ "node_modules/@rollup/rollup-linux-ppc64-gnu": {
1221
+ "version": "4.59.0",
1222
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-ppc64-gnu/-/rollup-linux-ppc64-gnu-4.59.0.tgz",
1223
+ "integrity": "sha512-sw1o3tfyk12k3OEpRddF68a1unZ5VCN7zoTNtSn2KndUE+ea3m3ROOKRCZxEpmT9nsGnogpFP9x6mnLTCaoLkA==",
1224
+ "cpu": [
1225
+ "ppc64"
1226
+ ],
1227
+ "license": "MIT",
1228
+ "optional": true,
1229
+ "os": [
1230
+ "linux"
1231
+ ]
1232
+ },
1233
+ "node_modules/@rollup/rollup-linux-ppc64-musl": {
1234
+ "version": "4.59.0",
1235
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-ppc64-musl/-/rollup-linux-ppc64-musl-4.59.0.tgz",
1236
+ "integrity": "sha512-+2kLtQ4xT3AiIxkzFVFXfsmlZiG5FXYW7ZyIIvGA7Bdeuh9Z0aN4hVyXS/G1E9bTP/vqszNIN/pUKCk/BTHsKA==",
1237
+ "cpu": [
1238
+ "ppc64"
1239
+ ],
1240
+ "license": "MIT",
1241
+ "optional": true,
1242
+ "os": [
1243
+ "linux"
1244
+ ]
1245
+ },
1246
+ "node_modules/@rollup/rollup-linux-riscv64-gnu": {
1247
+ "version": "4.59.0",
1248
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.59.0.tgz",
1249
+ "integrity": "sha512-NDYMpsXYJJaj+I7UdwIuHHNxXZ/b/N2hR15NyH3m2qAtb/hHPA4g4SuuvrdxetTdndfj9b1WOmy73kcPRoERUg==",
1250
+ "cpu": [
1251
+ "riscv64"
1252
+ ],
1253
+ "license": "MIT",
1254
+ "optional": true,
1255
+ "os": [
1256
+ "linux"
1257
+ ]
1258
+ },
1259
+ "node_modules/@rollup/rollup-linux-riscv64-musl": {
1260
+ "version": "4.59.0",
1261
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-musl/-/rollup-linux-riscv64-musl-4.59.0.tgz",
1262
+ "integrity": "sha512-nLckB8WOqHIf1bhymk+oHxvM9D3tyPndZH8i8+35p/1YiVoVswPid2yLzgX7ZJP0KQvnkhM4H6QZ5m0LzbyIAg==",
1263
+ "cpu": [
1264
+ "riscv64"
1265
+ ],
1266
+ "license": "MIT",
1267
+ "optional": true,
1268
+ "os": [
1269
+ "linux"
1270
+ ]
1271
+ },
1272
+ "node_modules/@rollup/rollup-linux-s390x-gnu": {
1273
+ "version": "4.59.0",
1274
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.59.0.tgz",
1275
+ "integrity": "sha512-oF87Ie3uAIvORFBpwnCvUzdeYUqi2wY6jRFWJAy1qus/udHFYIkplYRW+wo+GRUP4sKzYdmE1Y3+rY5Gc4ZO+w==",
1276
+ "cpu": [
1277
+ "s390x"
1278
+ ],
1279
+ "license": "MIT",
1280
+ "optional": true,
1281
+ "os": [
1282
+ "linux"
1283
+ ]
1284
+ },
1285
+ "node_modules/@rollup/rollup-linux-x64-gnu": {
1286
+ "version": "4.59.0",
1287
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.59.0.tgz",
1288
+ "integrity": "sha512-3AHmtQq/ppNuUspKAlvA8HtLybkDflkMuLK4DPo77DfthRb71V84/c4MlWJXixZz4uruIH4uaa07IqoAkG64fg==",
1289
+ "cpu": [
1290
+ "x64"
1291
+ ],
1292
+ "license": "MIT",
1293
+ "optional": true,
1294
+ "os": [
1295
+ "linux"
1296
+ ]
1297
+ },
1298
+ "node_modules/@rollup/rollup-linux-x64-musl": {
1299
+ "version": "4.59.0",
1300
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.59.0.tgz",
1301
+ "integrity": "sha512-2UdiwS/9cTAx7qIUZB/fWtToJwvt0Vbo0zmnYt7ED35KPg13Q0ym1g442THLC7VyI6JfYTP4PiSOWyoMdV2/xg==",
1302
+ "cpu": [
1303
+ "x64"
1304
+ ],
1305
+ "license": "MIT",
1306
+ "optional": true,
1307
+ "os": [
1308
+ "linux"
1309
+ ]
1310
+ },
1311
+ "node_modules/@rollup/rollup-openbsd-x64": {
1312
+ "version": "4.59.0",
1313
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-openbsd-x64/-/rollup-openbsd-x64-4.59.0.tgz",
1314
+ "integrity": "sha512-M3bLRAVk6GOwFlPTIxVBSYKUaqfLrn8l0psKinkCFxl4lQvOSz8ZrKDz2gxcBwHFpci0B6rttydI4IpS4IS/jQ==",
1315
+ "cpu": [
1316
+ "x64"
1317
+ ],
1318
+ "license": "MIT",
1319
+ "optional": true,
1320
+ "os": [
1321
+ "openbsd"
1322
+ ]
1323
+ },
1324
+ "node_modules/@rollup/rollup-openharmony-arm64": {
1325
+ "version": "4.59.0",
1326
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-openharmony-arm64/-/rollup-openharmony-arm64-4.59.0.tgz",
1327
+ "integrity": "sha512-tt9KBJqaqp5i5HUZzoafHZX8b5Q2Fe7UjYERADll83O4fGqJ49O1FsL6LpdzVFQcpwvnyd0i+K/VSwu/o/nWlA==",
1328
+ "cpu": [
1329
+ "arm64"
1330
+ ],
1331
+ "license": "MIT",
1332
+ "optional": true,
1333
+ "os": [
1334
+ "openharmony"
1335
+ ]
1336
+ },
1337
+ "node_modules/@rollup/rollup-win32-arm64-msvc": {
1338
+ "version": "4.59.0",
1339
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.59.0.tgz",
1340
+ "integrity": "sha512-V5B6mG7OrGTwnxaNUzZTDTjDS7F75PO1ae6MJYdiMu60sq0CqN5CVeVsbhPxalupvTX8gXVSU9gq+Rx1/hvu6A==",
1341
+ "cpu": [
1342
+ "arm64"
1343
+ ],
1344
+ "license": "MIT",
1345
+ "optional": true,
1346
+ "os": [
1347
+ "win32"
1348
+ ]
1349
+ },
1350
+ "node_modules/@rollup/rollup-win32-ia32-msvc": {
1351
+ "version": "4.59.0",
1352
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.59.0.tgz",
1353
+ "integrity": "sha512-UKFMHPuM9R0iBegwzKF4y0C4J9u8C6MEJgFuXTBerMk7EJ92GFVFYBfOZaSGLu6COf7FxpQNqhNS4c4icUPqxA==",
1354
+ "cpu": [
1355
+ "ia32"
1356
+ ],
1357
+ "license": "MIT",
1358
+ "optional": true,
1359
+ "os": [
1360
+ "win32"
1361
+ ]
1362
+ },
1363
+ "node_modules/@rollup/rollup-win32-x64-gnu": {
1364
+ "version": "4.59.0",
1365
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-gnu/-/rollup-win32-x64-gnu-4.59.0.tgz",
1366
+ "integrity": "sha512-laBkYlSS1n2L8fSo1thDNGrCTQMmxjYY5G0WFWjFFYZkKPjsMBsgJfGf4TLxXrF6RyhI60L8TMOjBMvXiTcxeA==",
1367
+ "cpu": [
1368
+ "x64"
1369
+ ],
1370
+ "license": "MIT",
1371
+ "optional": true,
1372
+ "os": [
1373
+ "win32"
1374
+ ]
1375
+ },
1376
+ "node_modules/@rollup/rollup-win32-x64-msvc": {
1377
+ "version": "4.59.0",
1378
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.59.0.tgz",
1379
+ "integrity": "sha512-2HRCml6OztYXyJXAvdDXPKcawukWY2GpR5/nxKp4iBgiO3wcoEGkAaqctIbZcNB6KlUQBIqt8VYkNSj2397EfA==",
1380
+ "cpu": [
1381
+ "x64"
1382
+ ],
1383
+ "license": "MIT",
1384
+ "optional": true,
1385
+ "os": [
1386
+ "win32"
1387
+ ]
1388
+ },
1389
+ "node_modules/@tailwindcss/node": {
1390
+ "version": "4.2.1",
1391
+ "resolved": "https://registry.npmjs.org/@tailwindcss/node/-/node-4.2.1.tgz",
1392
+ "integrity": "sha512-jlx6sLk4EOwO6hHe1oCGm1Q4AN/s0rSrTTPBGPM0/RQ6Uylwq17FuU8IeJJKEjtc6K6O07zsvP+gDO6MMWo7pg==",
1393
+ "license": "MIT",
1394
+ "dependencies": {
1395
+ "@jridgewell/remapping": "^2.3.5",
1396
+ "enhanced-resolve": "^5.19.0",
1397
+ "jiti": "^2.6.1",
1398
+ "lightningcss": "1.31.1",
1399
+ "magic-string": "^0.30.21",
1400
+ "source-map-js": "^1.2.1",
1401
+ "tailwindcss": "4.2.1"
1402
+ }
1403
+ },
1404
+ "node_modules/@tailwindcss/oxide": {
1405
+ "version": "4.2.1",
1406
+ "resolved": "https://registry.npmjs.org/@tailwindcss/oxide/-/oxide-4.2.1.tgz",
1407
+ "integrity": "sha512-yv9jeEFWnjKCI6/T3Oq50yQEOqmpmpfzG1hcZsAOaXFQPfzWprWrlHSdGPEF3WQTi8zu8ohC9Mh9J470nT5pUw==",
1408
+ "license": "MIT",
1409
+ "engines": {
1410
+ "node": ">= 20"
1411
+ },
1412
+ "optionalDependencies": {
1413
+ "@tailwindcss/oxide-android-arm64": "4.2.1",
1414
+ "@tailwindcss/oxide-darwin-arm64": "4.2.1",
1415
+ "@tailwindcss/oxide-darwin-x64": "4.2.1",
1416
+ "@tailwindcss/oxide-freebsd-x64": "4.2.1",
1417
+ "@tailwindcss/oxide-linux-arm-gnueabihf": "4.2.1",
1418
+ "@tailwindcss/oxide-linux-arm64-gnu": "4.2.1",
1419
+ "@tailwindcss/oxide-linux-arm64-musl": "4.2.1",
1420
+ "@tailwindcss/oxide-linux-x64-gnu": "4.2.1",
1421
+ "@tailwindcss/oxide-linux-x64-musl": "4.2.1",
1422
+ "@tailwindcss/oxide-wasm32-wasi": "4.2.1",
1423
+ "@tailwindcss/oxide-win32-arm64-msvc": "4.2.1",
1424
+ "@tailwindcss/oxide-win32-x64-msvc": "4.2.1"
1425
+ }
1426
+ },
1427
+ "node_modules/@tailwindcss/oxide-android-arm64": {
1428
+ "version": "4.2.1",
1429
+ "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-android-arm64/-/oxide-android-arm64-4.2.1.tgz",
1430
+ "integrity": "sha512-eZ7G1Zm5EC8OOKaesIKuw77jw++QJ2lL9N+dDpdQiAB/c/B2wDh0QPFHbkBVrXnwNugvrbJFk1gK2SsVjwWReg==",
1431
+ "cpu": [
1432
+ "arm64"
1433
+ ],
1434
+ "license": "MIT",
1435
+ "optional": true,
1436
+ "os": [
1437
+ "android"
1438
+ ],
1439
+ "engines": {
1440
+ "node": ">= 20"
1441
+ }
1442
+ },
1443
+ "node_modules/@tailwindcss/oxide-darwin-arm64": {
1444
+ "version": "4.2.1",
1445
+ "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-darwin-arm64/-/oxide-darwin-arm64-4.2.1.tgz",
1446
+ "integrity": "sha512-q/LHkOstoJ7pI1J0q6djesLzRvQSIfEto148ppAd+BVQK0JYjQIFSK3JgYZJa+Yzi0DDa52ZsQx2rqytBnf8Hw==",
1447
+ "cpu": [
1448
+ "arm64"
1449
+ ],
1450
+ "license": "MIT",
1451
+ "optional": true,
1452
+ "os": [
1453
+ "darwin"
1454
+ ],
1455
+ "engines": {
1456
+ "node": ">= 20"
1457
+ }
1458
+ },
1459
+ "node_modules/@tailwindcss/oxide-darwin-x64": {
1460
+ "version": "4.2.1",
1461
+ "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-darwin-x64/-/oxide-darwin-x64-4.2.1.tgz",
1462
+ "integrity": "sha512-/f/ozlaXGY6QLbpvd/kFTro2l18f7dHKpB+ieXz+Cijl4Mt9AI2rTrpq7V+t04nK+j9XBQHnSMdeQRhbGyt6fw==",
1463
+ "cpu": [
1464
+ "x64"
1465
+ ],
1466
+ "license": "MIT",
1467
+ "optional": true,
1468
+ "os": [
1469
+ "darwin"
1470
+ ],
1471
+ "engines": {
1472
+ "node": ">= 20"
1473
+ }
1474
+ },
1475
+ "node_modules/@tailwindcss/oxide-freebsd-x64": {
1476
+ "version": "4.2.1",
1477
+ "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-freebsd-x64/-/oxide-freebsd-x64-4.2.1.tgz",
1478
+ "integrity": "sha512-5e/AkgYJT/cpbkys/OU2Ei2jdETCLlifwm7ogMC7/hksI2fC3iiq6OcXwjibcIjPung0kRtR3TxEITkqgn0TcA==",
1479
+ "cpu": [
1480
+ "x64"
1481
+ ],
1482
+ "license": "MIT",
1483
+ "optional": true,
1484
+ "os": [
1485
+ "freebsd"
1486
+ ],
1487
+ "engines": {
1488
+ "node": ">= 20"
1489
+ }
1490
+ },
1491
+ "node_modules/@tailwindcss/oxide-linux-arm-gnueabihf": {
1492
+ "version": "4.2.1",
1493
+ "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm-gnueabihf/-/oxide-linux-arm-gnueabihf-4.2.1.tgz",
1494
+ "integrity": "sha512-Uny1EcVTTmerCKt/1ZuKTkb0x8ZaiuYucg2/kImO5A5Y/kBz41/+j0gxUZl+hTF3xkWpDmHX+TaWhOtba2Fyuw==",
1495
+ "cpu": [
1496
+ "arm"
1497
+ ],
1498
+ "license": "MIT",
1499
+ "optional": true,
1500
+ "os": [
1501
+ "linux"
1502
+ ],
1503
+ "engines": {
1504
+ "node": ">= 20"
1505
+ }
1506
+ },
1507
+ "node_modules/@tailwindcss/oxide-linux-arm64-gnu": {
1508
+ "version": "4.2.1",
1509
+ "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm64-gnu/-/oxide-linux-arm64-gnu-4.2.1.tgz",
1510
+ "integrity": "sha512-CTrwomI+c7n6aSSQlsPL0roRiNMDQ/YzMD9EjcR+H4f0I1SQ8QqIuPnsVp7QgMkC1Qi8rtkekLkOFjo7OlEFRQ==",
1511
+ "cpu": [
1512
+ "arm64"
1513
+ ],
1514
+ "license": "MIT",
1515
+ "optional": true,
1516
+ "os": [
1517
+ "linux"
1518
+ ],
1519
+ "engines": {
1520
+ "node": ">= 20"
1521
+ }
1522
+ },
1523
+ "node_modules/@tailwindcss/oxide-linux-arm64-musl": {
1524
+ "version": "4.2.1",
1525
+ "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm64-musl/-/oxide-linux-arm64-musl-4.2.1.tgz",
1526
+ "integrity": "sha512-WZA0CHRL/SP1TRbA5mp9htsppSEkWuQ4KsSUumYQnyl8ZdT39ntwqmz4IUHGN6p4XdSlYfJwM4rRzZLShHsGAQ==",
1527
+ "cpu": [
1528
+ "arm64"
1529
+ ],
1530
+ "license": "MIT",
1531
+ "optional": true,
1532
+ "os": [
1533
+ "linux"
1534
+ ],
1535
+ "engines": {
1536
+ "node": ">= 20"
1537
+ }
1538
+ },
1539
+ "node_modules/@tailwindcss/oxide-linux-x64-gnu": {
1540
+ "version": "4.2.1",
1541
+ "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-x64-gnu/-/oxide-linux-x64-gnu-4.2.1.tgz",
1542
+ "integrity": "sha512-qMFzxI2YlBOLW5PhblzuSWlWfwLHaneBE0xHzLrBgNtqN6mWfs+qYbhryGSXQjFYB1Dzf5w+LN5qbUTPhW7Y5g==",
1543
+ "cpu": [
1544
+ "x64"
1545
+ ],
1546
+ "license": "MIT",
1547
+ "optional": true,
1548
+ "os": [
1549
+ "linux"
1550
+ ],
1551
+ "engines": {
1552
+ "node": ">= 20"
1553
+ }
1554
+ },
1555
+ "node_modules/@tailwindcss/oxide-linux-x64-musl": {
1556
+ "version": "4.2.1",
1557
+ "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-x64-musl/-/oxide-linux-x64-musl-4.2.1.tgz",
1558
+ "integrity": "sha512-5r1X2FKnCMUPlXTWRYpHdPYUY6a1Ar/t7P24OuiEdEOmms5lyqjDRvVY1yy9Rmioh+AunQ0rWiOTPE8F9A3v5g==",
1559
+ "cpu": [
1560
+ "x64"
1561
+ ],
1562
+ "license": "MIT",
1563
+ "optional": true,
1564
+ "os": [
1565
+ "linux"
1566
+ ],
1567
+ "engines": {
1568
+ "node": ">= 20"
1569
+ }
1570
+ },
1571
+ "node_modules/@tailwindcss/oxide-wasm32-wasi": {
1572
+ "version": "4.2.1",
1573
+ "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-wasm32-wasi/-/oxide-wasm32-wasi-4.2.1.tgz",
1574
+ "integrity": "sha512-MGFB5cVPvshR85MTJkEvqDUnuNoysrsRxd6vnk1Lf2tbiqNlXpHYZqkqOQalydienEWOHHFyyuTSYRsLfxFJ2Q==",
1575
+ "bundleDependencies": [
1576
+ "@napi-rs/wasm-runtime",
1577
+ "@emnapi/core",
1578
+ "@emnapi/runtime",
1579
+ "@tybys/wasm-util",
1580
+ "@emnapi/wasi-threads",
1581
+ "tslib"
1582
+ ],
1583
+ "cpu": [
1584
+ "wasm32"
1585
+ ],
1586
+ "license": "MIT",
1587
+ "optional": true,
1588
+ "dependencies": {
1589
+ "@emnapi/core": "^1.8.1",
1590
+ "@emnapi/runtime": "^1.8.1",
1591
+ "@emnapi/wasi-threads": "^1.1.0",
1592
+ "@napi-rs/wasm-runtime": "^1.1.1",
1593
+ "@tybys/wasm-util": "^0.10.1",
1594
+ "tslib": "^2.8.1"
1595
+ },
1596
+ "engines": {
1597
+ "node": ">=14.0.0"
1598
+ }
1599
+ },
1600
+ "node_modules/@tailwindcss/oxide-win32-arm64-msvc": {
1601
+ "version": "4.2.1",
1602
+ "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-arm64-msvc/-/oxide-win32-arm64-msvc-4.2.1.tgz",
1603
+ "integrity": "sha512-YlUEHRHBGnCMh4Nj4GnqQyBtsshUPdiNroZj8VPkvTZSoHsilRCwXcVKnG9kyi0ZFAS/3u+qKHBdDc81SADTRA==",
1604
+ "cpu": [
1605
+ "arm64"
1606
+ ],
1607
+ "license": "MIT",
1608
+ "optional": true,
1609
+ "os": [
1610
+ "win32"
1611
+ ],
1612
+ "engines": {
1613
+ "node": ">= 20"
1614
+ }
1615
+ },
1616
+ "node_modules/@tailwindcss/oxide-win32-x64-msvc": {
1617
+ "version": "4.2.1",
1618
+ "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-x64-msvc/-/oxide-win32-x64-msvc-4.2.1.tgz",
1619
+ "integrity": "sha512-rbO34G5sMWWyrN/idLeVxAZgAKWrn5LiR3/I90Q9MkA67s6T1oB0xtTe+0heoBvHSpbU9Mk7i6uwJnpo4u21XQ==",
1620
+ "cpu": [
1621
+ "x64"
1622
+ ],
1623
+ "license": "MIT",
1624
+ "optional": true,
1625
+ "os": [
1626
+ "win32"
1627
+ ],
1628
+ "engines": {
1629
+ "node": ">= 20"
1630
+ }
1631
+ },
1632
+ "node_modules/@tailwindcss/vite": {
1633
+ "version": "4.2.1",
1634
+ "resolved": "https://registry.npmjs.org/@tailwindcss/vite/-/vite-4.2.1.tgz",
1635
+ "integrity": "sha512-TBf2sJjYeb28jD2U/OhwdW0bbOsxkWPwQ7SrqGf9sVcoYwZj7rkXljroBO9wKBut9XnmQLXanuDUeqQK0lGg/w==",
1636
+ "license": "MIT",
1637
+ "dependencies": {
1638
+ "@tailwindcss/node": "4.2.1",
1639
+ "@tailwindcss/oxide": "4.2.1",
1640
+ "tailwindcss": "4.2.1"
1641
+ },
1642
+ "peerDependencies": {
1643
+ "vite": "^5.2.0 || ^6 || ^7"
1644
+ }
1645
+ },
1646
+ "node_modules/@tanstack/eslint-plugin-query": {
1647
+ "version": "5.91.4",
1648
+ "resolved": "https://registry.npmjs.org/@tanstack/eslint-plugin-query/-/eslint-plugin-query-5.91.4.tgz",
1649
+ "integrity": "sha512-8a+GAeR7oxJ5laNyYBQ6miPK09Hi18o5Oie/jx8zioXODv/AUFLZQecKabPdpQSLmuDXEBPKFh+W5DKbWlahjQ==",
1650
+ "dev": true,
1651
+ "license": "MIT",
1652
+ "dependencies": {
1653
+ "@typescript-eslint/utils": "^8.48.0"
1654
+ },
1655
+ "funding": {
1656
+ "type": "github",
1657
+ "url": "https://github.com/sponsors/tannerlinsley"
1658
+ },
1659
+ "peerDependencies": {
1660
+ "eslint": "^8.57.0 || ^9.0.0",
1661
+ "typescript": "^5.0.0"
1662
+ },
1663
+ "peerDependenciesMeta": {
1664
+ "typescript": {
1665
+ "optional": true
1666
+ }
1667
+ }
1668
+ },
1669
+ "node_modules/@tanstack/query-core": {
1670
+ "version": "5.90.20",
1671
+ "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.90.20.tgz",
1672
+ "integrity": "sha512-OMD2HLpNouXEfZJWcKeVKUgQ5n+n3A2JFmBaScpNDUqSrQSjiveC7dKMe53uJUg1nDG16ttFPz2xfilz6i2uVg==",
1673
+ "license": "MIT",
1674
+ "funding": {
1675
+ "type": "github",
1676
+ "url": "https://github.com/sponsors/tannerlinsley"
1677
+ }
1678
+ },
1679
+ "node_modules/@tanstack/react-query": {
1680
+ "version": "5.90.21",
1681
+ "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.90.21.tgz",
1682
+ "integrity": "sha512-0Lu6y5t+tvlTJMTO7oh5NSpJfpg/5D41LlThfepTixPYkJ0sE2Jj0m0f6yYqujBwIXlId87e234+MxG3D3g7kg==",
1683
+ "license": "MIT",
1684
+ "dependencies": {
1685
+ "@tanstack/query-core": "5.90.20"
1686
+ },
1687
+ "funding": {
1688
+ "type": "github",
1689
+ "url": "https://github.com/sponsors/tannerlinsley"
1690
+ },
1691
+ "peerDependencies": {
1692
+ "react": "^18 || ^19"
1693
+ }
1694
+ },
1695
+ "node_modules/@types/babel__core": {
1696
+ "version": "7.20.5",
1697
+ "resolved": "https://registry.npmjs.org/@types/babel__core/-/babel__core-7.20.5.tgz",
1698
+ "integrity": "sha512-qoQprZvz5wQFJwMDqeseRXWv3rqMvhgpbXFfVyWhbx9X47POIA6i/+dXefEmZKoAgOaTdaIgNSMqMIU61yRyzA==",
1699
+ "dev": true,
1700
+ "license": "MIT",
1701
+ "dependencies": {
1702
+ "@babel/parser": "^7.20.7",
1703
+ "@babel/types": "^7.20.7",
1704
+ "@types/babel__generator": "*",
1705
+ "@types/babel__template": "*",
1706
+ "@types/babel__traverse": "*"
1707
+ }
1708
+ },
1709
+ "node_modules/@types/babel__generator": {
1710
+ "version": "7.27.0",
1711
+ "resolved": "https://registry.npmjs.org/@types/babel__generator/-/babel__generator-7.27.0.tgz",
1712
+ "integrity": "sha512-ufFd2Xi92OAVPYsy+P4n7/U7e68fex0+Ee8gSG9KX7eo084CWiQ4sdxktvdl0bOPupXtVJPY19zk6EwWqUQ8lg==",
1713
+ "dev": true,
1714
+ "license": "MIT",
1715
+ "dependencies": {
1716
+ "@babel/types": "^7.0.0"
1717
+ }
1718
+ },
1719
+ "node_modules/@types/babel__template": {
1720
+ "version": "7.4.4",
1721
+ "resolved": "https://registry.npmjs.org/@types/babel__template/-/babel__template-7.4.4.tgz",
1722
+ "integrity": "sha512-h/NUaSyG5EyxBIp8YRxo4RMe2/qQgvyowRwVMzhYhBCONbW8PUsg4lkFMrhgZhUe5z3L3MiLDuvyJ/CaPa2A8A==",
1723
+ "dev": true,
1724
+ "license": "MIT",
1725
+ "dependencies": {
1726
+ "@babel/parser": "^7.1.0",
1727
+ "@babel/types": "^7.0.0"
1728
+ }
1729
+ },
1730
+ "node_modules/@types/babel__traverse": {
1731
+ "version": "7.28.0",
1732
+ "resolved": "https://registry.npmjs.org/@types/babel__traverse/-/babel__traverse-7.28.0.tgz",
1733
+ "integrity": "sha512-8PvcXf70gTDZBgt9ptxJ8elBeBjcLOAcOtoO/mPJjtji1+CdGbHgm77om1GrsPxsiE+uXIpNSK64UYaIwQXd4Q==",
1734
+ "dev": true,
1735
+ "license": "MIT",
1736
+ "dependencies": {
1737
+ "@babel/types": "^7.28.2"
1738
+ }
1739
+ },
1740
+ "node_modules/@types/estree": {
1741
+ "version": "1.0.8",
1742
+ "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.8.tgz",
1743
+ "integrity": "sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==",
1744
+ "license": "MIT"
1745
+ },
1746
+ "node_modules/@types/json-schema": {
1747
+ "version": "7.0.15",
1748
+ "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.15.tgz",
1749
+ "integrity": "sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==",
1750
+ "dev": true,
1751
+ "license": "MIT"
1752
+ },
1753
+ "node_modules/@types/node": {
1754
+ "version": "24.11.0",
1755
+ "resolved": "https://registry.npmjs.org/@types/node/-/node-24.11.0.tgz",
1756
+ "integrity": "sha512-fPxQqz4VTgPI/IQ+lj9r0h+fDR66bzoeMGHp8ASee+32OSGIkeASsoZuJixsQoVef1QJbeubcPBxKk22QVoWdw==",
1757
+ "devOptional": true,
1758
+ "license": "MIT",
1759
+ "dependencies": {
1760
+ "undici-types": "~7.16.0"
1761
+ }
1762
+ },
1763
+ "node_modules/@types/react": {
1764
+ "version": "19.2.14",
1765
+ "resolved": "https://registry.npmjs.org/@types/react/-/react-19.2.14.tgz",
1766
+ "integrity": "sha512-ilcTH/UniCkMdtexkoCN0bI7pMcJDvmQFPvuPvmEaYA/NSfFTAgdUSLAoVjaRJm7+6PvcM+q1zYOwS4wTYMF9w==",
1767
+ "devOptional": true,
1768
+ "license": "MIT",
1769
+ "dependencies": {
1770
+ "csstype": "^3.2.2"
1771
+ }
1772
+ },
1773
+ "node_modules/@types/react-dom": {
1774
+ "version": "19.2.3",
1775
+ "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-19.2.3.tgz",
1776
+ "integrity": "sha512-jp2L/eY6fn+KgVVQAOqYItbF0VY/YApe5Mz2F0aykSO8gx31bYCZyvSeYxCHKvzHG5eZjc+zyaS5BrBWya2+kQ==",
1777
+ "dev": true,
1778
+ "license": "MIT",
1779
+ "peerDependencies": {
1780
+ "@types/react": "^19.2.0"
1781
+ }
1782
+ },
1783
+ "node_modules/@types/xrm": {
1784
+ "version": "9.0.88",
1785
+ "resolved": "https://registry.npmjs.org/@types/xrm/-/xrm-9.0.88.tgz",
1786
+ "integrity": "sha512-AwDL3hNVDKk4TgpGo8QKqKeWxv5l3WZ+aoSl8vvENhSrb9hb30nPufpmaLjapF1XTtRyqOqqCQGcfYQ2Qn4Lqg==",
1787
+ "license": "MIT"
1788
+ },
1789
+ "node_modules/@typescript-eslint/eslint-plugin": {
1790
+ "version": "8.56.1",
1791
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.56.1.tgz",
1792
+ "integrity": "sha512-Jz9ZztpB37dNC+HU2HI28Bs9QXpzCz+y/twHOwhyrIRdbuVDxSytJNDl6z/aAKlaRIwC7y8wJdkBv7FxYGgi0A==",
1793
+ "dev": true,
1794
+ "license": "MIT",
1795
+ "dependencies": {
1796
+ "@eslint-community/regexpp": "^4.12.2",
1797
+ "@typescript-eslint/scope-manager": "8.56.1",
1798
+ "@typescript-eslint/type-utils": "8.56.1",
1799
+ "@typescript-eslint/utils": "8.56.1",
1800
+ "@typescript-eslint/visitor-keys": "8.56.1",
1801
+ "ignore": "^7.0.5",
1802
+ "natural-compare": "^1.4.0",
1803
+ "ts-api-utils": "^2.4.0"
1804
+ },
1805
+ "engines": {
1806
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
1807
+ },
1808
+ "funding": {
1809
+ "type": "opencollective",
1810
+ "url": "https://opencollective.com/typescript-eslint"
1811
+ },
1812
+ "peerDependencies": {
1813
+ "@typescript-eslint/parser": "^8.56.1",
1814
+ "eslint": "^8.57.0 || ^9.0.0 || ^10.0.0",
1815
+ "typescript": ">=4.8.4 <6.0.0"
1816
+ }
1817
+ },
1818
+ "node_modules/@typescript-eslint/eslint-plugin/node_modules/ignore": {
1819
+ "version": "7.0.5",
1820
+ "resolved": "https://registry.npmjs.org/ignore/-/ignore-7.0.5.tgz",
1821
+ "integrity": "sha512-Hs59xBNfUIunMFgWAbGX5cq6893IbWg4KnrjbYwX3tx0ztorVgTDA6B2sxf8ejHJ4wz8BqGUMYlnzNBer5NvGg==",
1822
+ "dev": true,
1823
+ "license": "MIT",
1824
+ "engines": {
1825
+ "node": ">= 4"
1826
+ }
1827
+ },
1828
+ "node_modules/@typescript-eslint/parser": {
1829
+ "version": "8.56.1",
1830
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.56.1.tgz",
1831
+ "integrity": "sha512-klQbnPAAiGYFyI02+znpBRLyjL4/BrBd0nyWkdC0s/6xFLkXYQ8OoRrSkqacS1ddVxf/LDyODIKbQ5TgKAf/Fg==",
1832
+ "dev": true,
1833
+ "license": "MIT",
1834
+ "dependencies": {
1835
+ "@typescript-eslint/scope-manager": "8.56.1",
1836
+ "@typescript-eslint/types": "8.56.1",
1837
+ "@typescript-eslint/typescript-estree": "8.56.1",
1838
+ "@typescript-eslint/visitor-keys": "8.56.1",
1839
+ "debug": "^4.4.3"
1840
+ },
1841
+ "engines": {
1842
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
1843
+ },
1844
+ "funding": {
1845
+ "type": "opencollective",
1846
+ "url": "https://opencollective.com/typescript-eslint"
1847
+ },
1848
+ "peerDependencies": {
1849
+ "eslint": "^8.57.0 || ^9.0.0 || ^10.0.0",
1850
+ "typescript": ">=4.8.4 <6.0.0"
1851
+ }
1852
+ },
1853
+ "node_modules/@typescript-eslint/project-service": {
1854
+ "version": "8.56.1",
1855
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/project-service/-/project-service-8.56.1.tgz",
1856
+ "integrity": "sha512-TAdqQTzHNNvlVFfR+hu2PDJrURiwKsUvxFn1M0h95BB8ah5jejas08jUWG4dBA68jDMI988IvtfdAI53JzEHOQ==",
1857
+ "dev": true,
1858
+ "license": "MIT",
1859
+ "dependencies": {
1860
+ "@typescript-eslint/tsconfig-utils": "^8.56.1",
1861
+ "@typescript-eslint/types": "^8.56.1",
1862
+ "debug": "^4.4.3"
1863
+ },
1864
+ "engines": {
1865
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
1866
+ },
1867
+ "funding": {
1868
+ "type": "opencollective",
1869
+ "url": "https://opencollective.com/typescript-eslint"
1870
+ },
1871
+ "peerDependencies": {
1872
+ "typescript": ">=4.8.4 <6.0.0"
1873
+ }
1874
+ },
1875
+ "node_modules/@typescript-eslint/scope-manager": {
1876
+ "version": "8.56.1",
1877
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.56.1.tgz",
1878
+ "integrity": "sha512-YAi4VDKcIZp0O4tz/haYKhmIDZFEUPOreKbfdAN3SzUDMcPhJ8QI99xQXqX+HoUVq8cs85eRKnD+rne2UAnj2w==",
1879
+ "dev": true,
1880
+ "license": "MIT",
1881
+ "dependencies": {
1882
+ "@typescript-eslint/types": "8.56.1",
1883
+ "@typescript-eslint/visitor-keys": "8.56.1"
1884
+ },
1885
+ "engines": {
1886
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
1887
+ },
1888
+ "funding": {
1889
+ "type": "opencollective",
1890
+ "url": "https://opencollective.com/typescript-eslint"
1891
+ }
1892
+ },
1893
+ "node_modules/@typescript-eslint/tsconfig-utils": {
1894
+ "version": "8.56.1",
1895
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.56.1.tgz",
1896
+ "integrity": "sha512-qOtCYzKEeyr3aR9f28mPJqBty7+DBqsdd63eO0yyDwc6vgThj2UjWfJIcsFeSucYydqcuudMOprZ+x1SpF3ZuQ==",
1897
+ "dev": true,
1898
+ "license": "MIT",
1899
+ "engines": {
1900
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
1901
+ },
1902
+ "funding": {
1903
+ "type": "opencollective",
1904
+ "url": "https://opencollective.com/typescript-eslint"
1905
+ },
1906
+ "peerDependencies": {
1907
+ "typescript": ">=4.8.4 <6.0.0"
1908
+ }
1909
+ },
1910
+ "node_modules/@typescript-eslint/type-utils": {
1911
+ "version": "8.56.1",
1912
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.56.1.tgz",
1913
+ "integrity": "sha512-yB/7dxi7MgTtGhZdaHCemf7PuwrHMenHjmzgUW1aJpO+bBU43OycnM3Wn+DdvDO/8zzA9HlhaJ0AUGuvri4oGg==",
1914
+ "dev": true,
1915
+ "license": "MIT",
1916
+ "dependencies": {
1917
+ "@typescript-eslint/types": "8.56.1",
1918
+ "@typescript-eslint/typescript-estree": "8.56.1",
1919
+ "@typescript-eslint/utils": "8.56.1",
1920
+ "debug": "^4.4.3",
1921
+ "ts-api-utils": "^2.4.0"
1922
+ },
1923
+ "engines": {
1924
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
1925
+ },
1926
+ "funding": {
1927
+ "type": "opencollective",
1928
+ "url": "https://opencollective.com/typescript-eslint"
1929
+ },
1930
+ "peerDependencies": {
1931
+ "eslint": "^8.57.0 || ^9.0.0 || ^10.0.0",
1932
+ "typescript": ">=4.8.4 <6.0.0"
1933
+ }
1934
+ },
1935
+ "node_modules/@typescript-eslint/types": {
1936
+ "version": "8.56.1",
1937
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.56.1.tgz",
1938
+ "integrity": "sha512-dbMkdIUkIkchgGDIv7KLUpa0Mda4IYjo4IAMJUZ+3xNoUXxMsk9YtKpTHSChRS85o+H9ftm51gsK1dZReY9CVw==",
1939
+ "dev": true,
1940
+ "license": "MIT",
1941
+ "engines": {
1942
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
1943
+ },
1944
+ "funding": {
1945
+ "type": "opencollective",
1946
+ "url": "https://opencollective.com/typescript-eslint"
1947
+ }
1948
+ },
1949
+ "node_modules/@typescript-eslint/typescript-estree": {
1950
+ "version": "8.56.1",
1951
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.56.1.tgz",
1952
+ "integrity": "sha512-qzUL1qgalIvKWAf9C1HpvBjif+Vm6rcT5wZd4VoMb9+Km3iS3Cv9DY6dMRMDtPnwRAFyAi7YXJpTIEXLvdfPxg==",
1953
+ "dev": true,
1954
+ "license": "MIT",
1955
+ "dependencies": {
1956
+ "@typescript-eslint/project-service": "8.56.1",
1957
+ "@typescript-eslint/tsconfig-utils": "8.56.1",
1958
+ "@typescript-eslint/types": "8.56.1",
1959
+ "@typescript-eslint/visitor-keys": "8.56.1",
1960
+ "debug": "^4.4.3",
1961
+ "minimatch": "^10.2.2",
1962
+ "semver": "^7.7.3",
1963
+ "tinyglobby": "^0.2.15",
1964
+ "ts-api-utils": "^2.4.0"
1965
+ },
1966
+ "engines": {
1967
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
1968
+ },
1969
+ "funding": {
1970
+ "type": "opencollective",
1971
+ "url": "https://opencollective.com/typescript-eslint"
1972
+ },
1973
+ "peerDependencies": {
1974
+ "typescript": ">=4.8.4 <6.0.0"
1975
+ }
1976
+ },
1977
+ "node_modules/@typescript-eslint/utils": {
1978
+ "version": "8.56.1",
1979
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.56.1.tgz",
1980
+ "integrity": "sha512-HPAVNIME3tABJ61siYlHzSWCGtOoeP2RTIaHXFMPqjrQKCGB9OgUVdiNgH7TJS2JNIQ5qQ4RsAUDuGaGme/KOA==",
1981
+ "dev": true,
1982
+ "license": "MIT",
1983
+ "dependencies": {
1984
+ "@eslint-community/eslint-utils": "^4.9.1",
1985
+ "@typescript-eslint/scope-manager": "8.56.1",
1986
+ "@typescript-eslint/types": "8.56.1",
1987
+ "@typescript-eslint/typescript-estree": "8.56.1"
1988
+ },
1989
+ "engines": {
1990
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
1991
+ },
1992
+ "funding": {
1993
+ "type": "opencollective",
1994
+ "url": "https://opencollective.com/typescript-eslint"
1995
+ },
1996
+ "peerDependencies": {
1997
+ "eslint": "^8.57.0 || ^9.0.0 || ^10.0.0",
1998
+ "typescript": ">=4.8.4 <6.0.0"
1999
+ }
2000
+ },
2001
+ "node_modules/@typescript-eslint/visitor-keys": {
2002
+ "version": "8.56.1",
2003
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.56.1.tgz",
2004
+ "integrity": "sha512-KiROIzYdEV85YygXw6BI/Dx4fnBlFQu6Mq4QE4MOH9fFnhohw6wX/OAvDY2/C+ut0I3RSPKenvZJIVYqJNkhEw==",
2005
+ "dev": true,
2006
+ "license": "MIT",
2007
+ "dependencies": {
2008
+ "@typescript-eslint/types": "8.56.1",
2009
+ "eslint-visitor-keys": "^5.0.0"
2010
+ },
2011
+ "engines": {
2012
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
2013
+ },
2014
+ "funding": {
2015
+ "type": "opencollective",
2016
+ "url": "https://opencollective.com/typescript-eslint"
2017
+ }
2018
+ },
2019
+ "node_modules/@typescript-eslint/visitor-keys/node_modules/eslint-visitor-keys": {
2020
+ "version": "5.0.1",
2021
+ "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-5.0.1.tgz",
2022
+ "integrity": "sha512-tD40eHxA35h0PEIZNeIjkHoDR4YjjJp34biM0mDvplBe//mB+IHCqHDGV7pxF+7MklTvighcCPPZC7ynWyjdTA==",
2023
+ "dev": true,
2024
+ "license": "Apache-2.0",
2025
+ "engines": {
2026
+ "node": "^20.19.0 || ^22.13.0 || >=24"
2027
+ },
2028
+ "funding": {
2029
+ "url": "https://opencollective.com/eslint"
2030
+ }
2031
+ },
2032
+ "node_modules/@vitejs/plugin-react": {
2033
+ "version": "5.1.4",
2034
+ "resolved": "https://registry.npmjs.org/@vitejs/plugin-react/-/plugin-react-5.1.4.tgz",
2035
+ "integrity": "sha512-VIcFLdRi/VYRU8OL/puL7QXMYafHmqOnwTZY50U1JPlCNj30PxCMx65c494b1K9be9hX83KVt0+gTEwTWLqToA==",
2036
+ "dev": true,
2037
+ "license": "MIT",
2038
+ "dependencies": {
2039
+ "@babel/core": "^7.29.0",
2040
+ "@babel/plugin-transform-react-jsx-self": "^7.27.1",
2041
+ "@babel/plugin-transform-react-jsx-source": "^7.27.1",
2042
+ "@rolldown/pluginutils": "1.0.0-rc.3",
2043
+ "@types/babel__core": "^7.20.5",
2044
+ "react-refresh": "^0.18.0"
2045
+ },
2046
+ "engines": {
2047
+ "node": "^20.19.0 || >=22.12.0"
2048
+ },
2049
+ "peerDependencies": {
2050
+ "vite": "^4.2.0 || ^5.0.0 || ^6.0.0 || ^7.0.0"
2051
+ }
2052
+ },
2053
+ "node_modules/acorn": {
2054
+ "version": "8.16.0",
2055
+ "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.16.0.tgz",
2056
+ "integrity": "sha512-UVJyE9MttOsBQIDKw1skb9nAwQuR5wuGD3+82K6JgJlm/Y+KI92oNsMNGZCYdDsVtRHSak0pcV5Dno5+4jh9sw==",
2057
+ "dev": true,
2058
+ "license": "MIT",
2059
+ "bin": {
2060
+ "acorn": "bin/acorn"
2061
+ },
2062
+ "engines": {
2063
+ "node": ">=0.4.0"
2064
+ }
2065
+ },
2066
+ "node_modules/acorn-jsx": {
2067
+ "version": "5.3.2",
2068
+ "resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz",
2069
+ "integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==",
2070
+ "dev": true,
2071
+ "license": "MIT",
2072
+ "peerDependencies": {
2073
+ "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0"
2074
+ }
2075
+ },
2076
+ "node_modules/ajv": {
2077
+ "version": "6.14.0",
2078
+ "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.14.0.tgz",
2079
+ "integrity": "sha512-IWrosm/yrn43eiKqkfkHis7QioDleaXQHdDVPKg0FSwwd/DuvyX79TZnFOnYpB7dcsFAMmtFztZuXPDvSePkFw==",
2080
+ "dev": true,
2081
+ "license": "MIT",
2082
+ "dependencies": {
2083
+ "fast-deep-equal": "^3.1.1",
2084
+ "fast-json-stable-stringify": "^2.0.0",
2085
+ "json-schema-traverse": "^0.4.1",
2086
+ "uri-js": "^4.2.2"
2087
+ },
2088
+ "funding": {
2089
+ "type": "github",
2090
+ "url": "https://github.com/sponsors/epoberezkin"
2091
+ }
2092
+ },
2093
+ "node_modules/ansi-styles": {
2094
+ "version": "4.3.0",
2095
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
2096
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
2097
+ "dev": true,
2098
+ "license": "MIT",
2099
+ "dependencies": {
2100
+ "color-convert": "^2.0.1"
2101
+ },
2102
+ "engines": {
2103
+ "node": ">=8"
2104
+ },
2105
+ "funding": {
2106
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
2107
+ }
2108
+ },
2109
+ "node_modules/argparse": {
2110
+ "version": "2.0.1",
2111
+ "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
2112
+ "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
2113
+ "dev": true,
2114
+ "license": "Python-2.0"
2115
+ },
2116
+ "node_modules/balanced-match": {
2117
+ "version": "4.0.4",
2118
+ "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-4.0.4.tgz",
2119
+ "integrity": "sha512-BLrgEcRTwX2o6gGxGOCNyMvGSp35YofuYzw9h1IMTRmKqttAZZVU67bdb9Pr2vUHA8+j3i2tJfjO6C6+4myGTA==",
2120
+ "dev": true,
2121
+ "license": "MIT",
2122
+ "engines": {
2123
+ "node": "18 || 20 || >=22"
2124
+ }
2125
+ },
2126
+ "node_modules/baseline-browser-mapping": {
2127
+ "version": "2.10.0",
2128
+ "resolved": "https://registry.npmjs.org/baseline-browser-mapping/-/baseline-browser-mapping-2.10.0.tgz",
2129
+ "integrity": "sha512-lIyg0szRfYbiy67j9KN8IyeD7q7hcmqnJ1ddWmNt19ItGpNN64mnllmxUNFIOdOm6by97jlL6wfpTTJrmnjWAA==",
2130
+ "dev": true,
2131
+ "license": "Apache-2.0",
2132
+ "bin": {
2133
+ "baseline-browser-mapping": "dist/cli.cjs"
2134
+ },
2135
+ "engines": {
2136
+ "node": ">=6.0.0"
2137
+ }
2138
+ },
2139
+ "node_modules/brace-expansion": {
2140
+ "version": "5.0.4",
2141
+ "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.4.tgz",
2142
+ "integrity": "sha512-h+DEnpVvxmfVefa4jFbCf5HdH5YMDXRsmKflpf1pILZWRFlTbJpxeU55nJl4Smt5HQaGzg1o6RHFPJaOqnmBDg==",
2143
+ "dev": true,
2144
+ "license": "MIT",
2145
+ "dependencies": {
2146
+ "balanced-match": "^4.0.2"
2147
+ },
2148
+ "engines": {
2149
+ "node": "18 || 20 || >=22"
2150
+ }
2151
+ },
2152
+ "node_modules/browserslist": {
2153
+ "version": "4.28.1",
2154
+ "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.28.1.tgz",
2155
+ "integrity": "sha512-ZC5Bd0LgJXgwGqUknZY/vkUQ04r8NXnJZ3yYi4vDmSiZmC/pdSN0NbNRPxZpbtO4uAfDUAFffO8IZoM3Gj8IkA==",
2156
+ "dev": true,
2157
+ "funding": [
2158
+ {
2159
+ "type": "opencollective",
2160
+ "url": "https://opencollective.com/browserslist"
2161
+ },
2162
+ {
2163
+ "type": "tidelift",
2164
+ "url": "https://tidelift.com/funding/github/npm/browserslist"
2165
+ },
2166
+ {
2167
+ "type": "github",
2168
+ "url": "https://github.com/sponsors/ai"
2169
+ }
2170
+ ],
2171
+ "license": "MIT",
2172
+ "dependencies": {
2173
+ "baseline-browser-mapping": "^2.9.0",
2174
+ "caniuse-lite": "^1.0.30001759",
2175
+ "electron-to-chromium": "^1.5.263",
2176
+ "node-releases": "^2.0.27",
2177
+ "update-browserslist-db": "^1.2.0"
2178
+ },
2179
+ "bin": {
2180
+ "browserslist": "cli.js"
2181
+ },
2182
+ "engines": {
2183
+ "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7"
2184
+ }
2185
+ },
2186
+ "node_modules/callsites": {
2187
+ "version": "3.1.0",
2188
+ "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz",
2189
+ "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==",
2190
+ "dev": true,
2191
+ "license": "MIT",
2192
+ "engines": {
2193
+ "node": ">=6"
2194
+ }
2195
+ },
2196
+ "node_modules/caniuse-lite": {
2197
+ "version": "1.0.30001775",
2198
+ "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001775.tgz",
2199
+ "integrity": "sha512-s3Qv7Lht9zbVKE9XoTyRG6wVDCKdtOFIjBGg3+Yhn6JaytuNKPIjBMTMIY1AnOH3seL5mvF+x33oGAyK3hVt3A==",
2200
+ "dev": true,
2201
+ "funding": [
2202
+ {
2203
+ "type": "opencollective",
2204
+ "url": "https://opencollective.com/browserslist"
2205
+ },
2206
+ {
2207
+ "type": "tidelift",
2208
+ "url": "https://tidelift.com/funding/github/npm/caniuse-lite"
2209
+ },
2210
+ {
2211
+ "type": "github",
2212
+ "url": "https://github.com/sponsors/ai"
2213
+ }
2214
+ ],
2215
+ "license": "CC-BY-4.0"
2216
+ },
2217
+ "node_modules/chalk": {
2218
+ "version": "4.1.2",
2219
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
2220
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
2221
+ "dev": true,
2222
+ "license": "MIT",
2223
+ "dependencies": {
2224
+ "ansi-styles": "^4.1.0",
2225
+ "supports-color": "^7.1.0"
2226
+ },
2227
+ "engines": {
2228
+ "node": ">=10"
2229
+ },
2230
+ "funding": {
2231
+ "url": "https://github.com/chalk/chalk?sponsor=1"
2232
+ }
2233
+ },
2234
+ "node_modules/color-convert": {
2235
+ "version": "2.0.1",
2236
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
2237
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
2238
+ "dev": true,
2239
+ "license": "MIT",
2240
+ "dependencies": {
2241
+ "color-name": "~1.1.4"
2242
+ },
2243
+ "engines": {
2244
+ "node": ">=7.0.0"
2245
+ }
2246
+ },
2247
+ "node_modules/color-name": {
2248
+ "version": "1.1.4",
2249
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
2250
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
2251
+ "dev": true,
2252
+ "license": "MIT"
2253
+ },
2254
+ "node_modules/concat-map": {
2255
+ "version": "0.0.1",
2256
+ "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz",
2257
+ "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==",
2258
+ "dev": true,
2259
+ "license": "MIT"
2260
+ },
2261
+ "node_modules/convert-source-map": {
2262
+ "version": "2.0.0",
2263
+ "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz",
2264
+ "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==",
2265
+ "dev": true,
2266
+ "license": "MIT"
2267
+ },
2268
+ "node_modules/cross-spawn": {
2269
+ "version": "7.0.6",
2270
+ "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz",
2271
+ "integrity": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==",
2272
+ "dev": true,
2273
+ "license": "MIT",
2274
+ "dependencies": {
2275
+ "path-key": "^3.1.0",
2276
+ "shebang-command": "^2.0.0",
2277
+ "which": "^2.0.1"
2278
+ },
2279
+ "engines": {
2280
+ "node": ">= 8"
2281
+ }
2282
+ },
2283
+ "node_modules/csstype": {
2284
+ "version": "3.2.3",
2285
+ "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.2.3.tgz",
2286
+ "integrity": "sha512-z1HGKcYy2xA8AGQfwrn0PAy+PB7X/GSj3UVJW9qKyn43xWa+gl5nXmU4qqLMRzWVLFC8KusUX8T/0kCiOYpAIQ==",
2287
+ "devOptional": true,
2288
+ "license": "MIT"
2289
+ },
2290
+ "node_modules/debug": {
2291
+ "version": "4.4.3",
2292
+ "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz",
2293
+ "integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==",
2294
+ "dev": true,
2295
+ "license": "MIT",
2296
+ "dependencies": {
2297
+ "ms": "^2.1.3"
2298
+ },
2299
+ "engines": {
2300
+ "node": ">=6.0"
2301
+ },
2302
+ "peerDependenciesMeta": {
2303
+ "supports-color": {
2304
+ "optional": true
2305
+ }
2306
+ }
2307
+ },
2308
+ "node_modules/deep-is": {
2309
+ "version": "0.1.4",
2310
+ "resolved": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.4.tgz",
2311
+ "integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==",
2312
+ "dev": true,
2313
+ "license": "MIT"
2314
+ },
2315
+ "node_modules/detect-libc": {
2316
+ "version": "2.1.2",
2317
+ "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.1.2.tgz",
2318
+ "integrity": "sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==",
2319
+ "license": "Apache-2.0",
2320
+ "engines": {
2321
+ "node": ">=8"
2322
+ }
2323
+ },
2324
+ "node_modules/electron-to-chromium": {
2325
+ "version": "1.5.302",
2326
+ "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.302.tgz",
2327
+ "integrity": "sha512-sM6HAN2LyK82IyPBpznDRqlTQAtuSaO+ShzFiWTvoMJLHyZ+Y39r8VMfHzwbU8MVBzQ4Wdn85+wlZl2TLGIlwg==",
2328
+ "dev": true,
2329
+ "license": "ISC"
2330
+ },
2331
+ "node_modules/enhanced-resolve": {
2332
+ "version": "5.20.0",
2333
+ "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.20.0.tgz",
2334
+ "integrity": "sha512-/ce7+jQ1PQ6rVXwe+jKEg5hW5ciicHwIQUagZkp6IufBoY3YDgdTTY1azVs0qoRgVmvsNB+rbjLJxDAeHHtwsQ==",
2335
+ "license": "MIT",
2336
+ "dependencies": {
2337
+ "graceful-fs": "^4.2.4",
2338
+ "tapable": "^2.3.0"
2339
+ },
2340
+ "engines": {
2341
+ "node": ">=10.13.0"
2342
+ }
2343
+ },
2344
+ "node_modules/esbuild": {
2345
+ "version": "0.27.3",
2346
+ "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.27.3.tgz",
2347
+ "integrity": "sha512-8VwMnyGCONIs6cWue2IdpHxHnAjzxnw2Zr7MkVxB2vjmQ2ivqGFb4LEG3SMnv0Gb2F/G/2yA8zUaiL1gywDCCg==",
2348
+ "hasInstallScript": true,
2349
+ "license": "MIT",
2350
+ "bin": {
2351
+ "esbuild": "bin/esbuild"
2352
+ },
2353
+ "engines": {
2354
+ "node": ">=18"
2355
+ },
2356
+ "optionalDependencies": {
2357
+ "@esbuild/aix-ppc64": "0.27.3",
2358
+ "@esbuild/android-arm": "0.27.3",
2359
+ "@esbuild/android-arm64": "0.27.3",
2360
+ "@esbuild/android-x64": "0.27.3",
2361
+ "@esbuild/darwin-arm64": "0.27.3",
2362
+ "@esbuild/darwin-x64": "0.27.3",
2363
+ "@esbuild/freebsd-arm64": "0.27.3",
2364
+ "@esbuild/freebsd-x64": "0.27.3",
2365
+ "@esbuild/linux-arm": "0.27.3",
2366
+ "@esbuild/linux-arm64": "0.27.3",
2367
+ "@esbuild/linux-ia32": "0.27.3",
2368
+ "@esbuild/linux-loong64": "0.27.3",
2369
+ "@esbuild/linux-mips64el": "0.27.3",
2370
+ "@esbuild/linux-ppc64": "0.27.3",
2371
+ "@esbuild/linux-riscv64": "0.27.3",
2372
+ "@esbuild/linux-s390x": "0.27.3",
2373
+ "@esbuild/linux-x64": "0.27.3",
2374
+ "@esbuild/netbsd-arm64": "0.27.3",
2375
+ "@esbuild/netbsd-x64": "0.27.3",
2376
+ "@esbuild/openbsd-arm64": "0.27.3",
2377
+ "@esbuild/openbsd-x64": "0.27.3",
2378
+ "@esbuild/openharmony-arm64": "0.27.3",
2379
+ "@esbuild/sunos-x64": "0.27.3",
2380
+ "@esbuild/win32-arm64": "0.27.3",
2381
+ "@esbuild/win32-ia32": "0.27.3",
2382
+ "@esbuild/win32-x64": "0.27.3"
2383
+ }
2384
+ },
2385
+ "node_modules/escalade": {
2386
+ "version": "3.2.0",
2387
+ "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.2.0.tgz",
2388
+ "integrity": "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==",
2389
+ "dev": true,
2390
+ "license": "MIT",
2391
+ "engines": {
2392
+ "node": ">=6"
2393
+ }
2394
+ },
2395
+ "node_modules/escape-string-regexp": {
2396
+ "version": "4.0.0",
2397
+ "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz",
2398
+ "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==",
2399
+ "dev": true,
2400
+ "license": "MIT",
2401
+ "engines": {
2402
+ "node": ">=10"
2403
+ },
2404
+ "funding": {
2405
+ "url": "https://github.com/sponsors/sindresorhus"
2406
+ }
2407
+ },
2408
+ "node_modules/eslint": {
2409
+ "version": "9.39.3",
2410
+ "resolved": "https://registry.npmjs.org/eslint/-/eslint-9.39.3.tgz",
2411
+ "integrity": "sha512-VmQ+sifHUbI/IcSopBCF/HO3YiHQx/AVd3UVyYL6weuwW+HvON9VYn5l6Zl1WZzPWXPNZrSQpxwkkZ/VuvJZzg==",
2412
+ "dev": true,
2413
+ "license": "MIT",
2414
+ "dependencies": {
2415
+ "@eslint-community/eslint-utils": "^4.8.0",
2416
+ "@eslint-community/regexpp": "^4.12.1",
2417
+ "@eslint/config-array": "^0.21.1",
2418
+ "@eslint/config-helpers": "^0.4.2",
2419
+ "@eslint/core": "^0.17.0",
2420
+ "@eslint/eslintrc": "^3.3.1",
2421
+ "@eslint/js": "9.39.3",
2422
+ "@eslint/plugin-kit": "^0.4.1",
2423
+ "@humanfs/node": "^0.16.6",
2424
+ "@humanwhocodes/module-importer": "^1.0.1",
2425
+ "@humanwhocodes/retry": "^0.4.2",
2426
+ "@types/estree": "^1.0.6",
2427
+ "ajv": "^6.12.4",
2428
+ "chalk": "^4.0.0",
2429
+ "cross-spawn": "^7.0.6",
2430
+ "debug": "^4.3.2",
2431
+ "escape-string-regexp": "^4.0.0",
2432
+ "eslint-scope": "^8.4.0",
2433
+ "eslint-visitor-keys": "^4.2.1",
2434
+ "espree": "^10.4.0",
2435
+ "esquery": "^1.5.0",
2436
+ "esutils": "^2.0.2",
2437
+ "fast-deep-equal": "^3.1.3",
2438
+ "file-entry-cache": "^8.0.0",
2439
+ "find-up": "^5.0.0",
2440
+ "glob-parent": "^6.0.2",
2441
+ "ignore": "^5.2.0",
2442
+ "imurmurhash": "^0.1.4",
2443
+ "is-glob": "^4.0.0",
2444
+ "json-stable-stringify-without-jsonify": "^1.0.1",
2445
+ "lodash.merge": "^4.6.2",
2446
+ "minimatch": "^3.1.2",
2447
+ "natural-compare": "^1.4.0",
2448
+ "optionator": "^0.9.3"
2449
+ },
2450
+ "bin": {
2451
+ "eslint": "bin/eslint.js"
2452
+ },
2453
+ "engines": {
2454
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
2455
+ },
2456
+ "funding": {
2457
+ "url": "https://eslint.org/donate"
2458
+ },
2459
+ "peerDependencies": {
2460
+ "jiti": "*"
2461
+ },
2462
+ "peerDependenciesMeta": {
2463
+ "jiti": {
2464
+ "optional": true
2465
+ }
2466
+ }
2467
+ },
2468
+ "node_modules/eslint-plugin-react-hooks": {
2469
+ "version": "7.0.1",
2470
+ "resolved": "https://registry.npmjs.org/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-7.0.1.tgz",
2471
+ "integrity": "sha512-O0d0m04evaNzEPoSW+59Mezf8Qt0InfgGIBJnpC0h3NH/WjUAR7BIKUfysC6todmtiZ/A0oUVS8Gce0WhBrHsA==",
2472
+ "dev": true,
2473
+ "license": "MIT",
2474
+ "dependencies": {
2475
+ "@babel/core": "^7.24.4",
2476
+ "@babel/parser": "^7.24.4",
2477
+ "hermes-parser": "^0.25.1",
2478
+ "zod": "^3.25.0 || ^4.0.0",
2479
+ "zod-validation-error": "^3.5.0 || ^4.0.0"
2480
+ },
2481
+ "engines": {
2482
+ "node": ">=18"
2483
+ },
2484
+ "peerDependencies": {
2485
+ "eslint": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0 || ^9.0.0"
2486
+ }
2487
+ },
2488
+ "node_modules/eslint-plugin-react-refresh": {
2489
+ "version": "0.5.2",
2490
+ "resolved": "https://registry.npmjs.org/eslint-plugin-react-refresh/-/eslint-plugin-react-refresh-0.5.2.tgz",
2491
+ "integrity": "sha512-hmgTH57GfzoTFjVN0yBwTggnsVUF2tcqi7RJZHqi9lIezSs4eFyAMktA68YD4r5kNw1mxyY4dmkyoFDb3FIqrA==",
2492
+ "dev": true,
2493
+ "license": "MIT",
2494
+ "peerDependencies": {
2495
+ "eslint": "^9 || ^10"
2496
+ }
2497
+ },
2498
+ "node_modules/eslint-scope": {
2499
+ "version": "8.4.0",
2500
+ "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-8.4.0.tgz",
2501
+ "integrity": "sha512-sNXOfKCn74rt8RICKMvJS7XKV/Xk9kA7DyJr8mJik3S7Cwgy3qlkkmyS2uQB3jiJg6VNdZd/pDBJu0nvG2NlTg==",
2502
+ "dev": true,
2503
+ "license": "BSD-2-Clause",
2504
+ "dependencies": {
2505
+ "esrecurse": "^4.3.0",
2506
+ "estraverse": "^5.2.0"
2507
+ },
2508
+ "engines": {
2509
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
2510
+ },
2511
+ "funding": {
2512
+ "url": "https://opencollective.com/eslint"
2513
+ }
2514
+ },
2515
+ "node_modules/eslint-visitor-keys": {
2516
+ "version": "3.4.3",
2517
+ "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz",
2518
+ "integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==",
2519
+ "dev": true,
2520
+ "license": "Apache-2.0",
2521
+ "engines": {
2522
+ "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
2523
+ },
2524
+ "funding": {
2525
+ "url": "https://opencollective.com/eslint"
2526
+ }
2527
+ },
2528
+ "node_modules/eslint/node_modules/balanced-match": {
2529
+ "version": "1.0.2",
2530
+ "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
2531
+ "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
2532
+ "dev": true,
2533
+ "license": "MIT"
2534
+ },
2535
+ "node_modules/eslint/node_modules/brace-expansion": {
2536
+ "version": "1.1.12",
2537
+ "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.12.tgz",
2538
+ "integrity": "sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==",
2539
+ "dev": true,
2540
+ "license": "MIT",
2541
+ "dependencies": {
2542
+ "balanced-match": "^1.0.0",
2543
+ "concat-map": "0.0.1"
2544
+ }
2545
+ },
2546
+ "node_modules/eslint/node_modules/eslint-visitor-keys": {
2547
+ "version": "4.2.1",
2548
+ "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz",
2549
+ "integrity": "sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==",
2550
+ "dev": true,
2551
+ "license": "Apache-2.0",
2552
+ "engines": {
2553
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
2554
+ },
2555
+ "funding": {
2556
+ "url": "https://opencollective.com/eslint"
2557
+ }
2558
+ },
2559
+ "node_modules/eslint/node_modules/minimatch": {
2560
+ "version": "3.1.5",
2561
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.5.tgz",
2562
+ "integrity": "sha512-VgjWUsnnT6n+NUk6eZq77zeFdpW2LWDzP6zFGrCbHXiYNul5Dzqk2HHQ5uFH2DNW5Xbp8+jVzaeNt94ssEEl4w==",
2563
+ "dev": true,
2564
+ "license": "ISC",
2565
+ "dependencies": {
2566
+ "brace-expansion": "^1.1.7"
2567
+ },
2568
+ "engines": {
2569
+ "node": "*"
2570
+ }
2571
+ },
2572
+ "node_modules/espree": {
2573
+ "version": "10.4.0",
2574
+ "resolved": "https://registry.npmjs.org/espree/-/espree-10.4.0.tgz",
2575
+ "integrity": "sha512-j6PAQ2uUr79PZhBjP5C5fhl8e39FmRnOjsD5lGnWrFU8i2G776tBK7+nP8KuQUTTyAZUwfQqXAgrVH5MbH9CYQ==",
2576
+ "dev": true,
2577
+ "license": "BSD-2-Clause",
2578
+ "dependencies": {
2579
+ "acorn": "^8.15.0",
2580
+ "acorn-jsx": "^5.3.2",
2581
+ "eslint-visitor-keys": "^4.2.1"
2582
+ },
2583
+ "engines": {
2584
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
2585
+ },
2586
+ "funding": {
2587
+ "url": "https://opencollective.com/eslint"
2588
+ }
2589
+ },
2590
+ "node_modules/espree/node_modules/eslint-visitor-keys": {
2591
+ "version": "4.2.1",
2592
+ "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz",
2593
+ "integrity": "sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==",
2594
+ "dev": true,
2595
+ "license": "Apache-2.0",
2596
+ "engines": {
2597
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
2598
+ },
2599
+ "funding": {
2600
+ "url": "https://opencollective.com/eslint"
2601
+ }
2602
+ },
2603
+ "node_modules/esquery": {
2604
+ "version": "1.7.0",
2605
+ "resolved": "https://registry.npmjs.org/esquery/-/esquery-1.7.0.tgz",
2606
+ "integrity": "sha512-Ap6G0WQwcU/LHsvLwON1fAQX9Zp0A2Y6Y/cJBl9r/JbW90Zyg4/zbG6zzKa2OTALELarYHmKu0GhpM5EO+7T0g==",
2607
+ "dev": true,
2608
+ "license": "BSD-3-Clause",
2609
+ "dependencies": {
2610
+ "estraverse": "^5.1.0"
2611
+ },
2612
+ "engines": {
2613
+ "node": ">=0.10"
2614
+ }
2615
+ },
2616
+ "node_modules/esrecurse": {
2617
+ "version": "4.3.0",
2618
+ "resolved": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz",
2619
+ "integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==",
2620
+ "dev": true,
2621
+ "license": "BSD-2-Clause",
2622
+ "dependencies": {
2623
+ "estraverse": "^5.2.0"
2624
+ },
2625
+ "engines": {
2626
+ "node": ">=4.0"
2627
+ }
2628
+ },
2629
+ "node_modules/estraverse": {
2630
+ "version": "5.3.0",
2631
+ "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz",
2632
+ "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==",
2633
+ "dev": true,
2634
+ "license": "BSD-2-Clause",
2635
+ "engines": {
2636
+ "node": ">=4.0"
2637
+ }
2638
+ },
2639
+ "node_modules/esutils": {
2640
+ "version": "2.0.3",
2641
+ "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz",
2642
+ "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==",
2643
+ "dev": true,
2644
+ "license": "BSD-2-Clause",
2645
+ "engines": {
2646
+ "node": ">=0.10.0"
2647
+ }
2648
+ },
2649
+ "node_modules/fast-deep-equal": {
2650
+ "version": "3.1.3",
2651
+ "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",
2652
+ "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==",
2653
+ "dev": true,
2654
+ "license": "MIT"
2655
+ },
2656
+ "node_modules/fast-json-stable-stringify": {
2657
+ "version": "2.1.0",
2658
+ "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz",
2659
+ "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==",
2660
+ "dev": true,
2661
+ "license": "MIT"
2662
+ },
2663
+ "node_modules/fast-levenshtein": {
2664
+ "version": "2.0.6",
2665
+ "resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz",
2666
+ "integrity": "sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==",
2667
+ "dev": true,
2668
+ "license": "MIT"
2669
+ },
2670
+ "node_modules/fdir": {
2671
+ "version": "6.5.0",
2672
+ "resolved": "https://registry.npmjs.org/fdir/-/fdir-6.5.0.tgz",
2673
+ "integrity": "sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==",
2674
+ "license": "MIT",
2675
+ "engines": {
2676
+ "node": ">=12.0.0"
2677
+ },
2678
+ "peerDependencies": {
2679
+ "picomatch": "^3 || ^4"
2680
+ },
2681
+ "peerDependenciesMeta": {
2682
+ "picomatch": {
2683
+ "optional": true
2684
+ }
2685
+ }
2686
+ },
2687
+ "node_modules/file-entry-cache": {
2688
+ "version": "8.0.0",
2689
+ "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-8.0.0.tgz",
2690
+ "integrity": "sha512-XXTUwCvisa5oacNGRP9SfNtYBNAMi+RPwBFmblZEF7N7swHYQS6/Zfk7SRwx4D5j3CH211YNRco1DEMNVfZCnQ==",
2691
+ "dev": true,
2692
+ "license": "MIT",
2693
+ "dependencies": {
2694
+ "flat-cache": "^4.0.0"
2695
+ },
2696
+ "engines": {
2697
+ "node": ">=16.0.0"
2698
+ }
2699
+ },
2700
+ "node_modules/find-up": {
2701
+ "version": "5.0.0",
2702
+ "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz",
2703
+ "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==",
2704
+ "dev": true,
2705
+ "license": "MIT",
2706
+ "dependencies": {
2707
+ "locate-path": "^6.0.0",
2708
+ "path-exists": "^4.0.0"
2709
+ },
2710
+ "engines": {
2711
+ "node": ">=10"
2712
+ },
2713
+ "funding": {
2714
+ "url": "https://github.com/sponsors/sindresorhus"
2715
+ }
2716
+ },
2717
+ "node_modules/flat-cache": {
2718
+ "version": "4.0.1",
2719
+ "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-4.0.1.tgz",
2720
+ "integrity": "sha512-f7ccFPK3SXFHpx15UIGyRJ/FJQctuKZ0zVuN3frBo4HnK3cay9VEW0R6yPYFHC0AgqhukPzKjq22t5DmAyqGyw==",
2721
+ "dev": true,
2722
+ "license": "MIT",
2723
+ "dependencies": {
2724
+ "flatted": "^3.2.9",
2725
+ "keyv": "^4.5.4"
2726
+ },
2727
+ "engines": {
2728
+ "node": ">=16"
2729
+ }
2730
+ },
2731
+ "node_modules/flatted": {
2732
+ "version": "3.3.4",
2733
+ "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.3.4.tgz",
2734
+ "integrity": "sha512-3+mMldrTAPdta5kjX2G2J7iX4zxtnwpdA8Tr2ZSjkyPSanvbZAcy6flmtnXbEybHrDcU9641lxrMfFuUxVz9vA==",
2735
+ "dev": true,
2736
+ "license": "ISC"
2737
+ },
2738
+ "node_modules/fsevents": {
2739
+ "version": "2.3.3",
2740
+ "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz",
2741
+ "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
2742
+ "hasInstallScript": true,
2743
+ "license": "MIT",
2744
+ "optional": true,
2745
+ "os": [
2746
+ "darwin"
2747
+ ],
2748
+ "engines": {
2749
+ "node": "^8.16.0 || ^10.6.0 || >=11.0.0"
2750
+ }
2751
+ },
2752
+ "node_modules/gensync": {
2753
+ "version": "1.0.0-beta.2",
2754
+ "resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz",
2755
+ "integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==",
2756
+ "dev": true,
2757
+ "license": "MIT",
2758
+ "engines": {
2759
+ "node": ">=6.9.0"
2760
+ }
2761
+ },
2762
+ "node_modules/glob-parent": {
2763
+ "version": "6.0.2",
2764
+ "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz",
2765
+ "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==",
2766
+ "dev": true,
2767
+ "license": "ISC",
2768
+ "dependencies": {
2769
+ "is-glob": "^4.0.3"
2770
+ },
2771
+ "engines": {
2772
+ "node": ">=10.13.0"
2773
+ }
2774
+ },
2775
+ "node_modules/globals": {
2776
+ "version": "16.5.0",
2777
+ "resolved": "https://registry.npmjs.org/globals/-/globals-16.5.0.tgz",
2778
+ "integrity": "sha512-c/c15i26VrJ4IRt5Z89DnIzCGDn9EcebibhAOjw5ibqEHsE1wLUgkPn9RDmNcUKyU87GeaL633nyJ+pplFR2ZQ==",
2779
+ "dev": true,
2780
+ "license": "MIT",
2781
+ "engines": {
2782
+ "node": ">=18"
2783
+ },
2784
+ "funding": {
2785
+ "url": "https://github.com/sponsors/sindresorhus"
2786
+ }
2787
+ },
2788
+ "node_modules/graceful-fs": {
2789
+ "version": "4.2.11",
2790
+ "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz",
2791
+ "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==",
2792
+ "license": "ISC"
2793
+ },
2794
+ "node_modules/has-flag": {
2795
+ "version": "4.0.0",
2796
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
2797
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
2798
+ "dev": true,
2799
+ "license": "MIT",
2800
+ "engines": {
2801
+ "node": ">=8"
2802
+ }
2803
+ },
2804
+ "node_modules/hermes-estree": {
2805
+ "version": "0.25.1",
2806
+ "resolved": "https://registry.npmjs.org/hermes-estree/-/hermes-estree-0.25.1.tgz",
2807
+ "integrity": "sha512-0wUoCcLp+5Ev5pDW2OriHC2MJCbwLwuRx+gAqMTOkGKJJiBCLjtrvy4PWUGn6MIVefecRpzoOZ/UV6iGdOr+Cw==",
2808
+ "dev": true,
2809
+ "license": "MIT"
2810
+ },
2811
+ "node_modules/hermes-parser": {
2812
+ "version": "0.25.1",
2813
+ "resolved": "https://registry.npmjs.org/hermes-parser/-/hermes-parser-0.25.1.tgz",
2814
+ "integrity": "sha512-6pEjquH3rqaI6cYAXYPcz9MS4rY6R4ngRgrgfDshRptUZIc3lw0MCIJIGDj9++mfySOuPTHB4nrSW99BCvOPIA==",
2815
+ "dev": true,
2816
+ "license": "MIT",
2817
+ "dependencies": {
2818
+ "hermes-estree": "0.25.1"
2819
+ }
2820
+ },
2821
+ "node_modules/ignore": {
2822
+ "version": "5.3.2",
2823
+ "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.3.2.tgz",
2824
+ "integrity": "sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==",
2825
+ "dev": true,
2826
+ "license": "MIT",
2827
+ "engines": {
2828
+ "node": ">= 4"
2829
+ }
2830
+ },
2831
+ "node_modules/import-fresh": {
2832
+ "version": "3.3.1",
2833
+ "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.1.tgz",
2834
+ "integrity": "sha512-TR3KfrTZTYLPB6jUjfx6MF9WcWrHL9su5TObK4ZkYgBdWKPOFoSoQIdEuTuR82pmtxH2spWG9h6etwfr1pLBqQ==",
2835
+ "dev": true,
2836
+ "license": "MIT",
2837
+ "dependencies": {
2838
+ "parent-module": "^1.0.0",
2839
+ "resolve-from": "^4.0.0"
2840
+ },
2841
+ "engines": {
2842
+ "node": ">=6"
2843
+ },
2844
+ "funding": {
2845
+ "url": "https://github.com/sponsors/sindresorhus"
2846
+ }
2847
+ },
2848
+ "node_modules/imurmurhash": {
2849
+ "version": "0.1.4",
2850
+ "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz",
2851
+ "integrity": "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==",
2852
+ "dev": true,
2853
+ "license": "MIT",
2854
+ "engines": {
2855
+ "node": ">=0.8.19"
2856
+ }
2857
+ },
2858
+ "node_modules/is-extglob": {
2859
+ "version": "2.1.1",
2860
+ "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz",
2861
+ "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==",
2862
+ "dev": true,
2863
+ "license": "MIT",
2864
+ "engines": {
2865
+ "node": ">=0.10.0"
2866
+ }
2867
+ },
2868
+ "node_modules/is-glob": {
2869
+ "version": "4.0.3",
2870
+ "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz",
2871
+ "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==",
2872
+ "dev": true,
2873
+ "license": "MIT",
2874
+ "dependencies": {
2875
+ "is-extglob": "^2.1.1"
2876
+ },
2877
+ "engines": {
2878
+ "node": ">=0.10.0"
2879
+ }
2880
+ },
2881
+ "node_modules/isexe": {
2882
+ "version": "2.0.0",
2883
+ "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
2884
+ "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==",
2885
+ "dev": true,
2886
+ "license": "ISC"
2887
+ },
2888
+ "node_modules/jiti": {
2889
+ "version": "2.6.1",
2890
+ "resolved": "https://registry.npmjs.org/jiti/-/jiti-2.6.1.tgz",
2891
+ "integrity": "sha512-ekilCSN1jwRvIbgeg/57YFh8qQDNbwDb9xT/qu2DAHbFFZUicIl4ygVaAvzveMhMVr3LnpSKTNnwt8PoOfmKhQ==",
2892
+ "license": "MIT",
2893
+ "bin": {
2894
+ "jiti": "lib/jiti-cli.mjs"
2895
+ }
2896
+ },
2897
+ "node_modules/js-tokens": {
2898
+ "version": "4.0.0",
2899
+ "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz",
2900
+ "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==",
2901
+ "dev": true,
2902
+ "license": "MIT"
2903
+ },
2904
+ "node_modules/js-yaml": {
2905
+ "version": "4.1.1",
2906
+ "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.1.tgz",
2907
+ "integrity": "sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==",
2908
+ "dev": true,
2909
+ "license": "MIT",
2910
+ "dependencies": {
2911
+ "argparse": "^2.0.1"
2912
+ },
2913
+ "bin": {
2914
+ "js-yaml": "bin/js-yaml.js"
2915
+ }
2916
+ },
2917
+ "node_modules/jsesc": {
2918
+ "version": "3.1.0",
2919
+ "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-3.1.0.tgz",
2920
+ "integrity": "sha512-/sM3dO2FOzXjKQhJuo0Q173wf2KOo8t4I8vHy6lF9poUp7bKT0/NHE8fPX23PwfhnykfqnC2xRxOnVw5XuGIaA==",
2921
+ "dev": true,
2922
+ "license": "MIT",
2923
+ "bin": {
2924
+ "jsesc": "bin/jsesc"
2925
+ },
2926
+ "engines": {
2927
+ "node": ">=6"
2928
+ }
2929
+ },
2930
+ "node_modules/json-buffer": {
2931
+ "version": "3.0.1",
2932
+ "resolved": "https://registry.npmjs.org/json-buffer/-/json-buffer-3.0.1.tgz",
2933
+ "integrity": "sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==",
2934
+ "dev": true,
2935
+ "license": "MIT"
2936
+ },
2937
+ "node_modules/json-schema-traverse": {
2938
+ "version": "0.4.1",
2939
+ "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
2940
+ "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==",
2941
+ "dev": true,
2942
+ "license": "MIT"
2943
+ },
2944
+ "node_modules/json-stable-stringify-without-jsonify": {
2945
+ "version": "1.0.1",
2946
+ "resolved": "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz",
2947
+ "integrity": "sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==",
2948
+ "dev": true,
2949
+ "license": "MIT"
2950
+ },
2951
+ "node_modules/json5": {
2952
+ "version": "2.2.3",
2953
+ "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz",
2954
+ "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==",
2955
+ "dev": true,
2956
+ "license": "MIT",
2957
+ "bin": {
2958
+ "json5": "lib/cli.js"
2959
+ },
2960
+ "engines": {
2961
+ "node": ">=6"
2962
+ }
2963
+ },
2964
+ "node_modules/keyv": {
2965
+ "version": "4.5.4",
2966
+ "resolved": "https://registry.npmjs.org/keyv/-/keyv-4.5.4.tgz",
2967
+ "integrity": "sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==",
2968
+ "dev": true,
2969
+ "license": "MIT",
2970
+ "dependencies": {
2971
+ "json-buffer": "3.0.1"
2972
+ }
2973
+ },
2974
+ "node_modules/levn": {
2975
+ "version": "0.4.1",
2976
+ "resolved": "https://registry.npmjs.org/levn/-/levn-0.4.1.tgz",
2977
+ "integrity": "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==",
2978
+ "dev": true,
2979
+ "license": "MIT",
2980
+ "dependencies": {
2981
+ "prelude-ls": "^1.2.1",
2982
+ "type-check": "~0.4.0"
2983
+ },
2984
+ "engines": {
2985
+ "node": ">= 0.8.0"
2986
+ }
2987
+ },
2988
+ "node_modules/lightningcss": {
2989
+ "version": "1.31.1",
2990
+ "resolved": "https://registry.npmjs.org/lightningcss/-/lightningcss-1.31.1.tgz",
2991
+ "integrity": "sha512-l51N2r93WmGUye3WuFoN5k10zyvrVs0qfKBhyC5ogUQ6Ew6JUSswh78mbSO+IU3nTWsyOArqPCcShdQSadghBQ==",
2992
+ "license": "MPL-2.0",
2993
+ "dependencies": {
2994
+ "detect-libc": "^2.0.3"
2995
+ },
2996
+ "engines": {
2997
+ "node": ">= 12.0.0"
2998
+ },
2999
+ "funding": {
3000
+ "type": "opencollective",
3001
+ "url": "https://opencollective.com/parcel"
3002
+ },
3003
+ "optionalDependencies": {
3004
+ "lightningcss-android-arm64": "1.31.1",
3005
+ "lightningcss-darwin-arm64": "1.31.1",
3006
+ "lightningcss-darwin-x64": "1.31.1",
3007
+ "lightningcss-freebsd-x64": "1.31.1",
3008
+ "lightningcss-linux-arm-gnueabihf": "1.31.1",
3009
+ "lightningcss-linux-arm64-gnu": "1.31.1",
3010
+ "lightningcss-linux-arm64-musl": "1.31.1",
3011
+ "lightningcss-linux-x64-gnu": "1.31.1",
3012
+ "lightningcss-linux-x64-musl": "1.31.1",
3013
+ "lightningcss-win32-arm64-msvc": "1.31.1",
3014
+ "lightningcss-win32-x64-msvc": "1.31.1"
3015
+ }
3016
+ },
3017
+ "node_modules/lightningcss-android-arm64": {
3018
+ "version": "1.31.1",
3019
+ "resolved": "https://registry.npmjs.org/lightningcss-android-arm64/-/lightningcss-android-arm64-1.31.1.tgz",
3020
+ "integrity": "sha512-HXJF3x8w9nQ4jbXRiNppBCqeZPIAfUo8zE/kOEGbW5NZvGc/K7nMxbhIr+YlFlHW5mpbg/YFPdbnCh1wAXCKFg==",
3021
+ "cpu": [
3022
+ "arm64"
3023
+ ],
3024
+ "license": "MPL-2.0",
3025
+ "optional": true,
3026
+ "os": [
3027
+ "android"
3028
+ ],
3029
+ "engines": {
3030
+ "node": ">= 12.0.0"
3031
+ },
3032
+ "funding": {
3033
+ "type": "opencollective",
3034
+ "url": "https://opencollective.com/parcel"
3035
+ }
3036
+ },
3037
+ "node_modules/lightningcss-darwin-arm64": {
3038
+ "version": "1.31.1",
3039
+ "resolved": "https://registry.npmjs.org/lightningcss-darwin-arm64/-/lightningcss-darwin-arm64-1.31.1.tgz",
3040
+ "integrity": "sha512-02uTEqf3vIfNMq3h/z2cJfcOXnQ0GRwQrkmPafhueLb2h7mqEidiCzkE4gBMEH65abHRiQvhdcQ+aP0D0g67sg==",
3041
+ "cpu": [
3042
+ "arm64"
3043
+ ],
3044
+ "license": "MPL-2.0",
3045
+ "optional": true,
3046
+ "os": [
3047
+ "darwin"
3048
+ ],
3049
+ "engines": {
3050
+ "node": ">= 12.0.0"
3051
+ },
3052
+ "funding": {
3053
+ "type": "opencollective",
3054
+ "url": "https://opencollective.com/parcel"
3055
+ }
3056
+ },
3057
+ "node_modules/lightningcss-darwin-x64": {
3058
+ "version": "1.31.1",
3059
+ "resolved": "https://registry.npmjs.org/lightningcss-darwin-x64/-/lightningcss-darwin-x64-1.31.1.tgz",
3060
+ "integrity": "sha512-1ObhyoCY+tGxtsz1lSx5NXCj3nirk0Y0kB/g8B8DT+sSx4G9djitg9ejFnjb3gJNWo7qXH4DIy2SUHvpoFwfTA==",
3061
+ "cpu": [
3062
+ "x64"
3063
+ ],
3064
+ "license": "MPL-2.0",
3065
+ "optional": true,
3066
+ "os": [
3067
+ "darwin"
3068
+ ],
3069
+ "engines": {
3070
+ "node": ">= 12.0.0"
3071
+ },
3072
+ "funding": {
3073
+ "type": "opencollective",
3074
+ "url": "https://opencollective.com/parcel"
3075
+ }
3076
+ },
3077
+ "node_modules/lightningcss-freebsd-x64": {
3078
+ "version": "1.31.1",
3079
+ "resolved": "https://registry.npmjs.org/lightningcss-freebsd-x64/-/lightningcss-freebsd-x64-1.31.1.tgz",
3080
+ "integrity": "sha512-1RINmQKAItO6ISxYgPwszQE1BrsVU5aB45ho6O42mu96UiZBxEXsuQ7cJW4zs4CEodPUioj/QrXW1r9pLUM74A==",
3081
+ "cpu": [
3082
+ "x64"
3083
+ ],
3084
+ "license": "MPL-2.0",
3085
+ "optional": true,
3086
+ "os": [
3087
+ "freebsd"
3088
+ ],
3089
+ "engines": {
3090
+ "node": ">= 12.0.0"
3091
+ },
3092
+ "funding": {
3093
+ "type": "opencollective",
3094
+ "url": "https://opencollective.com/parcel"
3095
+ }
3096
+ },
3097
+ "node_modules/lightningcss-linux-arm-gnueabihf": {
3098
+ "version": "1.31.1",
3099
+ "resolved": "https://registry.npmjs.org/lightningcss-linux-arm-gnueabihf/-/lightningcss-linux-arm-gnueabihf-1.31.1.tgz",
3100
+ "integrity": "sha512-OOCm2//MZJ87CdDK62rZIu+aw9gBv4azMJuA8/KB74wmfS3lnC4yoPHm0uXZ/dvNNHmnZnB8XLAZzObeG0nS1g==",
3101
+ "cpu": [
3102
+ "arm"
3103
+ ],
3104
+ "license": "MPL-2.0",
3105
+ "optional": true,
3106
+ "os": [
3107
+ "linux"
3108
+ ],
3109
+ "engines": {
3110
+ "node": ">= 12.0.0"
3111
+ },
3112
+ "funding": {
3113
+ "type": "opencollective",
3114
+ "url": "https://opencollective.com/parcel"
3115
+ }
3116
+ },
3117
+ "node_modules/lightningcss-linux-arm64-gnu": {
3118
+ "version": "1.31.1",
3119
+ "resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-gnu/-/lightningcss-linux-arm64-gnu-1.31.1.tgz",
3120
+ "integrity": "sha512-WKyLWztD71rTnou4xAD5kQT+982wvca7E6QoLpoawZ1gP9JM0GJj4Tp5jMUh9B3AitHbRZ2/H3W5xQmdEOUlLg==",
3121
+ "cpu": [
3122
+ "arm64"
3123
+ ],
3124
+ "license": "MPL-2.0",
3125
+ "optional": true,
3126
+ "os": [
3127
+ "linux"
3128
+ ],
3129
+ "engines": {
3130
+ "node": ">= 12.0.0"
3131
+ },
3132
+ "funding": {
3133
+ "type": "opencollective",
3134
+ "url": "https://opencollective.com/parcel"
3135
+ }
3136
+ },
3137
+ "node_modules/lightningcss-linux-arm64-musl": {
3138
+ "version": "1.31.1",
3139
+ "resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-musl/-/lightningcss-linux-arm64-musl-1.31.1.tgz",
3140
+ "integrity": "sha512-mVZ7Pg2zIbe3XlNbZJdjs86YViQFoJSpc41CbVmKBPiGmC4YrfeOyz65ms2qpAobVd7WQsbW4PdsSJEMymyIMg==",
3141
+ "cpu": [
3142
+ "arm64"
3143
+ ],
3144
+ "license": "MPL-2.0",
3145
+ "optional": true,
3146
+ "os": [
3147
+ "linux"
3148
+ ],
3149
+ "engines": {
3150
+ "node": ">= 12.0.0"
3151
+ },
3152
+ "funding": {
3153
+ "type": "opencollective",
3154
+ "url": "https://opencollective.com/parcel"
3155
+ }
3156
+ },
3157
+ "node_modules/lightningcss-linux-x64-gnu": {
3158
+ "version": "1.31.1",
3159
+ "resolved": "https://registry.npmjs.org/lightningcss-linux-x64-gnu/-/lightningcss-linux-x64-gnu-1.31.1.tgz",
3160
+ "integrity": "sha512-xGlFWRMl+0KvUhgySdIaReQdB4FNudfUTARn7q0hh/V67PVGCs3ADFjw+6++kG1RNd0zdGRlEKa+T13/tQjPMA==",
3161
+ "cpu": [
3162
+ "x64"
3163
+ ],
3164
+ "license": "MPL-2.0",
3165
+ "optional": true,
3166
+ "os": [
3167
+ "linux"
3168
+ ],
3169
+ "engines": {
3170
+ "node": ">= 12.0.0"
3171
+ },
3172
+ "funding": {
3173
+ "type": "opencollective",
3174
+ "url": "https://opencollective.com/parcel"
3175
+ }
3176
+ },
3177
+ "node_modules/lightningcss-linux-x64-musl": {
3178
+ "version": "1.31.1",
3179
+ "resolved": "https://registry.npmjs.org/lightningcss-linux-x64-musl/-/lightningcss-linux-x64-musl-1.31.1.tgz",
3180
+ "integrity": "sha512-eowF8PrKHw9LpoZii5tdZwnBcYDxRw2rRCyvAXLi34iyeYfqCQNA9rmUM0ce62NlPhCvof1+9ivRaTY6pSKDaA==",
3181
+ "cpu": [
3182
+ "x64"
3183
+ ],
3184
+ "license": "MPL-2.0",
3185
+ "optional": true,
3186
+ "os": [
3187
+ "linux"
3188
+ ],
3189
+ "engines": {
3190
+ "node": ">= 12.0.0"
3191
+ },
3192
+ "funding": {
3193
+ "type": "opencollective",
3194
+ "url": "https://opencollective.com/parcel"
3195
+ }
3196
+ },
3197
+ "node_modules/lightningcss-win32-arm64-msvc": {
3198
+ "version": "1.31.1",
3199
+ "resolved": "https://registry.npmjs.org/lightningcss-win32-arm64-msvc/-/lightningcss-win32-arm64-msvc-1.31.1.tgz",
3200
+ "integrity": "sha512-aJReEbSEQzx1uBlQizAOBSjcmr9dCdL3XuC/6HLXAxmtErsj2ICo5yYggg1qOODQMtnjNQv2UHb9NpOuFtYe4w==",
3201
+ "cpu": [
3202
+ "arm64"
3203
+ ],
3204
+ "license": "MPL-2.0",
3205
+ "optional": true,
3206
+ "os": [
3207
+ "win32"
3208
+ ],
3209
+ "engines": {
3210
+ "node": ">= 12.0.0"
3211
+ },
3212
+ "funding": {
3213
+ "type": "opencollective",
3214
+ "url": "https://opencollective.com/parcel"
3215
+ }
3216
+ },
3217
+ "node_modules/lightningcss-win32-x64-msvc": {
3218
+ "version": "1.31.1",
3219
+ "resolved": "https://registry.npmjs.org/lightningcss-win32-x64-msvc/-/lightningcss-win32-x64-msvc-1.31.1.tgz",
3220
+ "integrity": "sha512-I9aiFrbd7oYHwlnQDqr1Roz+fTz61oDDJX7n9tYF9FJymH1cIN1DtKw3iYt6b8WZgEjoNwVSncwF4wx/ZedMhw==",
3221
+ "cpu": [
3222
+ "x64"
3223
+ ],
3224
+ "license": "MPL-2.0",
3225
+ "optional": true,
3226
+ "os": [
3227
+ "win32"
3228
+ ],
3229
+ "engines": {
3230
+ "node": ">= 12.0.0"
3231
+ },
3232
+ "funding": {
3233
+ "type": "opencollective",
3234
+ "url": "https://opencollective.com/parcel"
3235
+ }
3236
+ },
3237
+ "node_modules/locate-path": {
3238
+ "version": "6.0.0",
3239
+ "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz",
3240
+ "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==",
3241
+ "dev": true,
3242
+ "license": "MIT",
3243
+ "dependencies": {
3244
+ "p-locate": "^5.0.0"
3245
+ },
3246
+ "engines": {
3247
+ "node": ">=10"
3248
+ },
3249
+ "funding": {
3250
+ "url": "https://github.com/sponsors/sindresorhus"
3251
+ }
3252
+ },
3253
+ "node_modules/lodash.merge": {
3254
+ "version": "4.6.2",
3255
+ "resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz",
3256
+ "integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==",
3257
+ "dev": true,
3258
+ "license": "MIT"
3259
+ },
3260
+ "node_modules/lru-cache": {
3261
+ "version": "5.1.1",
3262
+ "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz",
3263
+ "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==",
3264
+ "dev": true,
3265
+ "license": "ISC",
3266
+ "dependencies": {
3267
+ "yallist": "^3.0.2"
3268
+ }
3269
+ },
3270
+ "node_modules/magic-string": {
3271
+ "version": "0.30.21",
3272
+ "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.21.tgz",
3273
+ "integrity": "sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==",
3274
+ "license": "MIT",
3275
+ "dependencies": {
3276
+ "@jridgewell/sourcemap-codec": "^1.5.5"
3277
+ }
3278
+ },
3279
+ "node_modules/minimatch": {
3280
+ "version": "10.2.4",
3281
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.4.tgz",
3282
+ "integrity": "sha512-oRjTw/97aTBN0RHbYCdtF1MQfvusSIBQM0IZEgzl6426+8jSC0nF1a/GmnVLpfB9yyr6g6FTqWqiZVbxrtaCIg==",
3283
+ "dev": true,
3284
+ "license": "BlueOak-1.0.0",
3285
+ "dependencies": {
3286
+ "brace-expansion": "^5.0.2"
3287
+ },
3288
+ "engines": {
3289
+ "node": "18 || 20 || >=22"
3290
+ },
3291
+ "funding": {
3292
+ "url": "https://github.com/sponsors/isaacs"
3293
+ }
3294
+ },
3295
+ "node_modules/ms": {
3296
+ "version": "2.1.3",
3297
+ "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
3298
+ "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
3299
+ "dev": true,
3300
+ "license": "MIT"
3301
+ },
3302
+ "node_modules/nanoid": {
3303
+ "version": "3.3.11",
3304
+ "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.11.tgz",
3305
+ "integrity": "sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==",
3306
+ "funding": [
3307
+ {
3308
+ "type": "github",
3309
+ "url": "https://github.com/sponsors/ai"
3310
+ }
3311
+ ],
3312
+ "license": "MIT",
3313
+ "bin": {
3314
+ "nanoid": "bin/nanoid.cjs"
3315
+ },
3316
+ "engines": {
3317
+ "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
3318
+ }
3319
+ },
3320
+ "node_modules/natural-compare": {
3321
+ "version": "1.4.0",
3322
+ "resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz",
3323
+ "integrity": "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==",
3324
+ "dev": true,
3325
+ "license": "MIT"
3326
+ },
3327
+ "node_modules/node-releases": {
3328
+ "version": "2.0.27",
3329
+ "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.27.tgz",
3330
+ "integrity": "sha512-nmh3lCkYZ3grZvqcCH+fjmQ7X+H0OeZgP40OierEaAptX4XofMh5kwNbWh7lBduUzCcV/8kZ+NDLCwm2iorIlA==",
3331
+ "dev": true,
3332
+ "license": "MIT"
3333
+ },
3334
+ "node_modules/optionator": {
3335
+ "version": "0.9.4",
3336
+ "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.4.tgz",
3337
+ "integrity": "sha512-6IpQ7mKUxRcZNLIObR0hz7lxsapSSIYNZJwXPGeF0mTVqGKFIXj1DQcMoT22S3ROcLyY/rz0PWaWZ9ayWmad9g==",
3338
+ "dev": true,
3339
+ "license": "MIT",
3340
+ "dependencies": {
3341
+ "deep-is": "^0.1.3",
3342
+ "fast-levenshtein": "^2.0.6",
3343
+ "levn": "^0.4.1",
3344
+ "prelude-ls": "^1.2.1",
3345
+ "type-check": "^0.4.0",
3346
+ "word-wrap": "^1.2.5"
3347
+ },
3348
+ "engines": {
3349
+ "node": ">= 0.8.0"
3350
+ }
3351
+ },
3352
+ "node_modules/p-limit": {
3353
+ "version": "3.1.0",
3354
+ "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz",
3355
+ "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==",
3356
+ "dev": true,
3357
+ "license": "MIT",
3358
+ "dependencies": {
3359
+ "yocto-queue": "^0.1.0"
3360
+ },
3361
+ "engines": {
3362
+ "node": ">=10"
3363
+ },
3364
+ "funding": {
3365
+ "url": "https://github.com/sponsors/sindresorhus"
3366
+ }
3367
+ },
3368
+ "node_modules/p-locate": {
3369
+ "version": "5.0.0",
3370
+ "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz",
3371
+ "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==",
3372
+ "dev": true,
3373
+ "license": "MIT",
3374
+ "dependencies": {
3375
+ "p-limit": "^3.0.2"
3376
+ },
3377
+ "engines": {
3378
+ "node": ">=10"
3379
+ },
3380
+ "funding": {
3381
+ "url": "https://github.com/sponsors/sindresorhus"
3382
+ }
3383
+ },
3384
+ "node_modules/parent-module": {
3385
+ "version": "1.0.1",
3386
+ "resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz",
3387
+ "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==",
3388
+ "dev": true,
3389
+ "license": "MIT",
3390
+ "dependencies": {
3391
+ "callsites": "^3.0.0"
3392
+ },
3393
+ "engines": {
3394
+ "node": ">=6"
3395
+ }
3396
+ },
3397
+ "node_modules/path-exists": {
3398
+ "version": "4.0.0",
3399
+ "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz",
3400
+ "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==",
3401
+ "dev": true,
3402
+ "license": "MIT",
3403
+ "engines": {
3404
+ "node": ">=8"
3405
+ }
3406
+ },
3407
+ "node_modules/path-key": {
3408
+ "version": "3.1.1",
3409
+ "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",
3410
+ "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
3411
+ "dev": true,
3412
+ "license": "MIT",
3413
+ "engines": {
3414
+ "node": ">=8"
3415
+ }
3416
+ },
3417
+ "node_modules/picocolors": {
3418
+ "version": "1.1.1",
3419
+ "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz",
3420
+ "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",
3421
+ "license": "ISC"
3422
+ },
3423
+ "node_modules/picomatch": {
3424
+ "version": "4.0.3",
3425
+ "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.3.tgz",
3426
+ "integrity": "sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==",
3427
+ "license": "MIT",
3428
+ "engines": {
3429
+ "node": ">=12"
3430
+ },
3431
+ "funding": {
3432
+ "url": "https://github.com/sponsors/jonschlinkert"
3433
+ }
3434
+ },
3435
+ "node_modules/postcss": {
3436
+ "version": "8.5.8",
3437
+ "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.8.tgz",
3438
+ "integrity": "sha512-OW/rX8O/jXnm82Ey1k44pObPtdblfiuWnrd8X7GJ7emImCOstunGbXUpp7HdBrFQX6rJzn3sPT397Wp5aCwCHg==",
3439
+ "funding": [
3440
+ {
3441
+ "type": "opencollective",
3442
+ "url": "https://opencollective.com/postcss/"
3443
+ },
3444
+ {
3445
+ "type": "tidelift",
3446
+ "url": "https://tidelift.com/funding/github/npm/postcss"
3447
+ },
3448
+ {
3449
+ "type": "github",
3450
+ "url": "https://github.com/sponsors/ai"
3451
+ }
3452
+ ],
3453
+ "license": "MIT",
3454
+ "dependencies": {
3455
+ "nanoid": "^3.3.11",
3456
+ "picocolors": "^1.1.1",
3457
+ "source-map-js": "^1.2.1"
3458
+ },
3459
+ "engines": {
3460
+ "node": "^10 || ^12 || >=14"
3461
+ }
3462
+ },
3463
+ "node_modules/prelude-ls": {
3464
+ "version": "1.2.1",
3465
+ "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz",
3466
+ "integrity": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==",
3467
+ "dev": true,
3468
+ "license": "MIT",
3469
+ "engines": {
3470
+ "node": ">= 0.8.0"
3471
+ }
3472
+ },
3473
+ "node_modules/punycode": {
3474
+ "version": "2.3.1",
3475
+ "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz",
3476
+ "integrity": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==",
3477
+ "dev": true,
3478
+ "license": "MIT",
3479
+ "engines": {
3480
+ "node": ">=6"
3481
+ }
3482
+ },
3483
+ "node_modules/react": {
3484
+ "version": "19.2.4",
3485
+ "resolved": "https://registry.npmjs.org/react/-/react-19.2.4.tgz",
3486
+ "integrity": "sha512-9nfp2hYpCwOjAN+8TZFGhtWEwgvWHXqESH8qT89AT/lWklpLON22Lc8pEtnpsZz7VmawabSU0gCjnj8aC0euHQ==",
3487
+ "license": "MIT",
3488
+ "engines": {
3489
+ "node": ">=0.10.0"
3490
+ }
3491
+ },
3492
+ "node_modules/react-dom": {
3493
+ "version": "19.2.4",
3494
+ "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-19.2.4.tgz",
3495
+ "integrity": "sha512-AXJdLo8kgMbimY95O2aKQqsz2iWi9jMgKJhRBAxECE4IFxfcazB2LmzloIoibJI3C12IlY20+KFaLv+71bUJeQ==",
3496
+ "license": "MIT",
3497
+ "dependencies": {
3498
+ "scheduler": "^0.27.0"
3499
+ },
3500
+ "peerDependencies": {
3501
+ "react": "^19.2.4"
3502
+ }
3503
+ },
3504
+ "node_modules/react-refresh": {
3505
+ "version": "0.18.0",
3506
+ "resolved": "https://registry.npmjs.org/react-refresh/-/react-refresh-0.18.0.tgz",
3507
+ "integrity": "sha512-QgT5//D3jfjJb6Gsjxv0Slpj23ip+HtOpnNgnb2S5zU3CB26G/IDPGoy4RJB42wzFE46DRsstbW6tKHoKbhAxw==",
3508
+ "dev": true,
3509
+ "license": "MIT",
3510
+ "engines": {
3511
+ "node": ">=0.10.0"
3512
+ }
3513
+ },
3514
+ "node_modules/resolve-from": {
3515
+ "version": "4.0.0",
3516
+ "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz",
3517
+ "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==",
3518
+ "dev": true,
3519
+ "license": "MIT",
3520
+ "engines": {
3521
+ "node": ">=4"
3522
+ }
3523
+ },
3524
+ "node_modules/rollup": {
3525
+ "version": "4.59.0",
3526
+ "resolved": "https://registry.npmjs.org/rollup/-/rollup-4.59.0.tgz",
3527
+ "integrity": "sha512-2oMpl67a3zCH9H79LeMcbDhXW/UmWG/y2zuqnF2jQq5uq9TbM9TVyXvA4+t+ne2IIkBdrLpAaRQAvo7YI/Yyeg==",
3528
+ "license": "MIT",
3529
+ "dependencies": {
3530
+ "@types/estree": "1.0.8"
3531
+ },
3532
+ "bin": {
3533
+ "rollup": "dist/bin/rollup"
3534
+ },
3535
+ "engines": {
3536
+ "node": ">=18.0.0",
3537
+ "npm": ">=8.0.0"
3538
+ },
3539
+ "optionalDependencies": {
3540
+ "@rollup/rollup-android-arm-eabi": "4.59.0",
3541
+ "@rollup/rollup-android-arm64": "4.59.0",
3542
+ "@rollup/rollup-darwin-arm64": "4.59.0",
3543
+ "@rollup/rollup-darwin-x64": "4.59.0",
3544
+ "@rollup/rollup-freebsd-arm64": "4.59.0",
3545
+ "@rollup/rollup-freebsd-x64": "4.59.0",
3546
+ "@rollup/rollup-linux-arm-gnueabihf": "4.59.0",
3547
+ "@rollup/rollup-linux-arm-musleabihf": "4.59.0",
3548
+ "@rollup/rollup-linux-arm64-gnu": "4.59.0",
3549
+ "@rollup/rollup-linux-arm64-musl": "4.59.0",
3550
+ "@rollup/rollup-linux-loong64-gnu": "4.59.0",
3551
+ "@rollup/rollup-linux-loong64-musl": "4.59.0",
3552
+ "@rollup/rollup-linux-ppc64-gnu": "4.59.0",
3553
+ "@rollup/rollup-linux-ppc64-musl": "4.59.0",
3554
+ "@rollup/rollup-linux-riscv64-gnu": "4.59.0",
3555
+ "@rollup/rollup-linux-riscv64-musl": "4.59.0",
3556
+ "@rollup/rollup-linux-s390x-gnu": "4.59.0",
3557
+ "@rollup/rollup-linux-x64-gnu": "4.59.0",
3558
+ "@rollup/rollup-linux-x64-musl": "4.59.0",
3559
+ "@rollup/rollup-openbsd-x64": "4.59.0",
3560
+ "@rollup/rollup-openharmony-arm64": "4.59.0",
3561
+ "@rollup/rollup-win32-arm64-msvc": "4.59.0",
3562
+ "@rollup/rollup-win32-ia32-msvc": "4.59.0",
3563
+ "@rollup/rollup-win32-x64-gnu": "4.59.0",
3564
+ "@rollup/rollup-win32-x64-msvc": "4.59.0",
3565
+ "fsevents": "~2.3.2"
3566
+ }
3567
+ },
3568
+ "node_modules/scheduler": {
3569
+ "version": "0.27.0",
3570
+ "resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.27.0.tgz",
3571
+ "integrity": "sha512-eNv+WrVbKu1f3vbYJT/xtiF5syA5HPIMtf9IgY/nKg0sWqzAUEvqY/xm7OcZc/qafLx/iO9FgOmeSAp4v5ti/Q==",
3572
+ "license": "MIT"
3573
+ },
3574
+ "node_modules/semver": {
3575
+ "version": "7.7.4",
3576
+ "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.4.tgz",
3577
+ "integrity": "sha512-vFKC2IEtQnVhpT78h1Yp8wzwrf8CM+MzKMHGJZfBtzhZNycRFnXsHk6E5TxIkkMsgNS7mdX3AGB7x2QM2di4lA==",
3578
+ "dev": true,
3579
+ "license": "ISC",
3580
+ "bin": {
3581
+ "semver": "bin/semver.js"
3582
+ },
3583
+ "engines": {
3584
+ "node": ">=10"
3585
+ }
3586
+ },
3587
+ "node_modules/shebang-command": {
3588
+ "version": "2.0.0",
3589
+ "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
3590
+ "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
3591
+ "dev": true,
3592
+ "license": "MIT",
3593
+ "dependencies": {
3594
+ "shebang-regex": "^3.0.0"
3595
+ },
3596
+ "engines": {
3597
+ "node": ">=8"
3598
+ }
3599
+ },
3600
+ "node_modules/shebang-regex": {
3601
+ "version": "3.0.0",
3602
+ "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz",
3603
+ "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==",
3604
+ "dev": true,
3605
+ "license": "MIT",
3606
+ "engines": {
3607
+ "node": ">=8"
3608
+ }
3609
+ },
3610
+ "node_modules/source-map-js": {
3611
+ "version": "1.2.1",
3612
+ "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz",
3613
+ "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==",
3614
+ "license": "BSD-3-Clause",
3615
+ "engines": {
3616
+ "node": ">=0.10.0"
3617
+ }
3618
+ },
3619
+ "node_modules/strip-json-comments": {
3620
+ "version": "3.1.1",
3621
+ "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz",
3622
+ "integrity": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==",
3623
+ "dev": true,
3624
+ "license": "MIT",
3625
+ "engines": {
3626
+ "node": ">=8"
3627
+ },
3628
+ "funding": {
3629
+ "url": "https://github.com/sponsors/sindresorhus"
3630
+ }
3631
+ },
3632
+ "node_modules/supports-color": {
3633
+ "version": "7.2.0",
3634
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
3635
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
3636
+ "dev": true,
3637
+ "license": "MIT",
3638
+ "dependencies": {
3639
+ "has-flag": "^4.0.0"
3640
+ },
3641
+ "engines": {
3642
+ "node": ">=8"
3643
+ }
3644
+ },
3645
+ "node_modules/tailwindcss": {
3646
+ "version": "4.2.1",
3647
+ "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.2.1.tgz",
3648
+ "integrity": "sha512-/tBrSQ36vCleJkAOsy9kbNTgaxvGbyOamC30PRePTQe/o1MFwEKHQk4Cn7BNGaPtjp+PuUrByJehM1hgxfq4sw==",
3649
+ "license": "MIT"
3650
+ },
3651
+ "node_modules/tapable": {
3652
+ "version": "2.3.0",
3653
+ "resolved": "https://registry.npmjs.org/tapable/-/tapable-2.3.0.tgz",
3654
+ "integrity": "sha512-g9ljZiwki/LfxmQADO3dEY1CbpmXT5Hm2fJ+QaGKwSXUylMybePR7/67YW7jOrrvjEgL1Fmz5kzyAjWVWLlucg==",
3655
+ "license": "MIT",
3656
+ "engines": {
3657
+ "node": ">=6"
3658
+ },
3659
+ "funding": {
3660
+ "type": "opencollective",
3661
+ "url": "https://opencollective.com/webpack"
3662
+ }
3663
+ },
3664
+ "node_modules/tinyglobby": {
3665
+ "version": "0.2.15",
3666
+ "resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.15.tgz",
3667
+ "integrity": "sha512-j2Zq4NyQYG5XMST4cbs02Ak8iJUdxRM0XI5QyxXuZOzKOINmWurp3smXu3y5wDcJrptwpSjgXHzIQxR0omXljQ==",
3668
+ "license": "MIT",
3669
+ "dependencies": {
3670
+ "fdir": "^6.5.0",
3671
+ "picomatch": "^4.0.3"
3672
+ },
3673
+ "engines": {
3674
+ "node": ">=12.0.0"
3675
+ },
3676
+ "funding": {
3677
+ "url": "https://github.com/sponsors/SuperchupuDev"
3678
+ }
3679
+ },
3680
+ "node_modules/ts-api-utils": {
3681
+ "version": "2.4.0",
3682
+ "resolved": "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-2.4.0.tgz",
3683
+ "integrity": "sha512-3TaVTaAv2gTiMB35i3FiGJaRfwb3Pyn/j3m/bfAvGe8FB7CF6u+LMYqYlDh7reQf7UNvoTvdfAqHGmPGOSsPmA==",
3684
+ "dev": true,
3685
+ "license": "MIT",
3686
+ "engines": {
3687
+ "node": ">=18.12"
3688
+ },
3689
+ "peerDependencies": {
3690
+ "typescript": ">=4.8.4"
3691
+ }
3692
+ },
3693
+ "node_modules/type-check": {
3694
+ "version": "0.4.0",
3695
+ "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz",
3696
+ "integrity": "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==",
3697
+ "dev": true,
3698
+ "license": "MIT",
3699
+ "dependencies": {
3700
+ "prelude-ls": "^1.2.1"
3701
+ },
3702
+ "engines": {
3703
+ "node": ">= 0.8.0"
3704
+ }
3705
+ },
3706
+ "node_modules/typescript": {
3707
+ "version": "5.9.3",
3708
+ "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz",
3709
+ "integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==",
3710
+ "dev": true,
3711
+ "license": "Apache-2.0",
3712
+ "bin": {
3713
+ "tsc": "bin/tsc",
3714
+ "tsserver": "bin/tsserver"
3715
+ },
3716
+ "engines": {
3717
+ "node": ">=14.17"
3718
+ }
3719
+ },
3720
+ "node_modules/typescript-eslint": {
3721
+ "version": "8.56.1",
3722
+ "resolved": "https://registry.npmjs.org/typescript-eslint/-/typescript-eslint-8.56.1.tgz",
3723
+ "integrity": "sha512-U4lM6pjmBX7J5wk4szltF7I1cGBHXZopnAXCMXb3+fZ3B/0Z3hq3wS/CCUB2NZBNAExK92mCU2tEohWuwVMsDQ==",
3724
+ "dev": true,
3725
+ "license": "MIT",
3726
+ "dependencies": {
3727
+ "@typescript-eslint/eslint-plugin": "8.56.1",
3728
+ "@typescript-eslint/parser": "8.56.1",
3729
+ "@typescript-eslint/typescript-estree": "8.56.1",
3730
+ "@typescript-eslint/utils": "8.56.1"
3731
+ },
3732
+ "engines": {
3733
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
3734
+ },
3735
+ "funding": {
3736
+ "type": "opencollective",
3737
+ "url": "https://opencollective.com/typescript-eslint"
3738
+ },
3739
+ "peerDependencies": {
3740
+ "eslint": "^8.57.0 || ^9.0.0 || ^10.0.0",
3741
+ "typescript": ">=4.8.4 <6.0.0"
3742
+ }
3743
+ },
3744
+ "node_modules/undici-types": {
3745
+ "version": "7.16.0",
3746
+ "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.16.0.tgz",
3747
+ "integrity": "sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==",
3748
+ "devOptional": true,
3749
+ "license": "MIT"
3750
+ },
3751
+ "node_modules/update-browserslist-db": {
3752
+ "version": "1.2.3",
3753
+ "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.2.3.tgz",
3754
+ "integrity": "sha512-Js0m9cx+qOgDxo0eMiFGEueWztz+d4+M3rGlmKPT+T4IS/jP4ylw3Nwpu6cpTTP8R1MAC1kF4VbdLt3ARf209w==",
3755
+ "dev": true,
3756
+ "funding": [
3757
+ {
3758
+ "type": "opencollective",
3759
+ "url": "https://opencollective.com/browserslist"
3760
+ },
3761
+ {
3762
+ "type": "tidelift",
3763
+ "url": "https://tidelift.com/funding/github/npm/browserslist"
3764
+ },
3765
+ {
3766
+ "type": "github",
3767
+ "url": "https://github.com/sponsors/ai"
3768
+ }
3769
+ ],
3770
+ "license": "MIT",
3771
+ "dependencies": {
3772
+ "escalade": "^3.2.0",
3773
+ "picocolors": "^1.1.1"
3774
+ },
3775
+ "bin": {
3776
+ "update-browserslist-db": "cli.js"
3777
+ },
3778
+ "peerDependencies": {
3779
+ "browserslist": ">= 4.21.0"
3780
+ }
3781
+ },
3782
+ "node_modules/uri-js": {
3783
+ "version": "4.4.1",
3784
+ "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz",
3785
+ "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==",
3786
+ "dev": true,
3787
+ "license": "BSD-2-Clause",
3788
+ "dependencies": {
3789
+ "punycode": "^2.1.0"
3790
+ }
3791
+ },
3792
+ "node_modules/vite": {
3793
+ "version": "7.3.1",
3794
+ "resolved": "https://registry.npmjs.org/vite/-/vite-7.3.1.tgz",
3795
+ "integrity": "sha512-w+N7Hifpc3gRjZ63vYBXA56dvvRlNWRczTdmCBBa+CotUzAPf5b7YMdMR/8CQoeYE5LX3W4wj6RYTgonm1b9DA==",
3796
+ "license": "MIT",
3797
+ "dependencies": {
3798
+ "esbuild": "^0.27.0",
3799
+ "fdir": "^6.5.0",
3800
+ "picomatch": "^4.0.3",
3801
+ "postcss": "^8.5.6",
3802
+ "rollup": "^4.43.0",
3803
+ "tinyglobby": "^0.2.15"
3804
+ },
3805
+ "bin": {
3806
+ "vite": "bin/vite.js"
3807
+ },
3808
+ "engines": {
3809
+ "node": "^20.19.0 || >=22.12.0"
3810
+ },
3811
+ "funding": {
3812
+ "url": "https://github.com/vitejs/vite?sponsor=1"
3813
+ },
3814
+ "optionalDependencies": {
3815
+ "fsevents": "~2.3.3"
3816
+ },
3817
+ "peerDependencies": {
3818
+ "@types/node": "^20.19.0 || >=22.12.0",
3819
+ "jiti": ">=1.21.0",
3820
+ "less": "^4.0.0",
3821
+ "lightningcss": "^1.21.0",
3822
+ "sass": "^1.70.0",
3823
+ "sass-embedded": "^1.70.0",
3824
+ "stylus": ">=0.54.8",
3825
+ "sugarss": "^5.0.0",
3826
+ "terser": "^5.16.0",
3827
+ "tsx": "^4.8.1",
3828
+ "yaml": "^2.4.2"
3829
+ },
3830
+ "peerDependenciesMeta": {
3831
+ "@types/node": {
3832
+ "optional": true
3833
+ },
3834
+ "jiti": {
3835
+ "optional": true
3836
+ },
3837
+ "less": {
3838
+ "optional": true
3839
+ },
3840
+ "lightningcss": {
3841
+ "optional": true
3842
+ },
3843
+ "sass": {
3844
+ "optional": true
3845
+ },
3846
+ "sass-embedded": {
3847
+ "optional": true
3848
+ },
3849
+ "stylus": {
3850
+ "optional": true
3851
+ },
3852
+ "sugarss": {
3853
+ "optional": true
3854
+ },
3855
+ "terser": {
3856
+ "optional": true
3857
+ },
3858
+ "tsx": {
3859
+ "optional": true
3860
+ },
3861
+ "yaml": {
3862
+ "optional": true
3863
+ }
3864
+ }
3865
+ },
3866
+ "node_modules/which": {
3867
+ "version": "2.0.2",
3868
+ "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
3869
+ "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
3870
+ "dev": true,
3871
+ "license": "ISC",
3872
+ "dependencies": {
3873
+ "isexe": "^2.0.0"
3874
+ },
3875
+ "bin": {
3876
+ "node-which": "bin/node-which"
3877
+ },
3878
+ "engines": {
3879
+ "node": ">= 8"
3880
+ }
3881
+ },
3882
+ "node_modules/word-wrap": {
3883
+ "version": "1.2.5",
3884
+ "resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.5.tgz",
3885
+ "integrity": "sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==",
3886
+ "dev": true,
3887
+ "license": "MIT",
3888
+ "engines": {
3889
+ "node": ">=0.10.0"
3890
+ }
3891
+ },
3892
+ "node_modules/yallist": {
3893
+ "version": "3.1.1",
3894
+ "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz",
3895
+ "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==",
3896
+ "dev": true,
3897
+ "license": "ISC"
3898
+ },
3899
+ "node_modules/yocto-queue": {
3900
+ "version": "0.1.0",
3901
+ "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz",
3902
+ "integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==",
3903
+ "dev": true,
3904
+ "license": "MIT",
3905
+ "engines": {
3906
+ "node": ">=10"
3907
+ },
3908
+ "funding": {
3909
+ "url": "https://github.com/sponsors/sindresorhus"
3910
+ }
3911
+ },
3912
+ "node_modules/zod": {
3913
+ "version": "4.3.6",
3914
+ "resolved": "https://registry.npmjs.org/zod/-/zod-4.3.6.tgz",
3915
+ "integrity": "sha512-rftlrkhHZOcjDwkGlnUtZZkvaPHCsDATp4pGpuOOMDaTdDDXF91wuVDJoWoPsKX/3YPQ5fHuF3STjcYyKr+Qhg==",
3916
+ "license": "MIT",
3917
+ "funding": {
3918
+ "url": "https://github.com/sponsors/colinhacks"
3919
+ }
3920
+ },
3921
+ "node_modules/zod-validation-error": {
3922
+ "version": "4.0.2",
3923
+ "resolved": "https://registry.npmjs.org/zod-validation-error/-/zod-validation-error-4.0.2.tgz",
3924
+ "integrity": "sha512-Q6/nZLe6jxuU80qb/4uJ4t5v2VEZ44lzQjPDhYJNztRQ4wyWc6VF3D3Kb/fAuPetZQnhS3hnajCf9CsWesghLQ==",
3925
+ "dev": true,
3926
+ "license": "MIT",
3927
+ "engines": {
3928
+ "node": ">=18.0.0"
3929
+ },
3930
+ "peerDependencies": {
3931
+ "zod": "^3.25.0 || ^4.0.0"
3932
+ }
3933
+ },
3934
+ "node_modules/zustand": {
3935
+ "version": "5.0.11",
3936
+ "resolved": "https://registry.npmjs.org/zustand/-/zustand-5.0.11.tgz",
3937
+ "integrity": "sha512-fdZY+dk7zn/vbWNCYmzZULHRrss0jx5pPFiOuMZ/5HJN6Yv3u+1Wswy/4MpZEkEGhtNH+pwxZB8OKgUBPzYAGg==",
3938
+ "license": "MIT",
3939
+ "engines": {
3940
+ "node": ">=12.20.0"
3941
+ },
3942
+ "peerDependencies": {
3943
+ "@types/react": ">=18.0.0",
3944
+ "immer": ">=9.0.6",
3945
+ "react": ">=18.0.0",
3946
+ "use-sync-external-store": ">=1.2.0"
3947
+ },
3948
+ "peerDependenciesMeta": {
3949
+ "@types/react": {
3950
+ "optional": true
3951
+ },
3952
+ "immer": {
3953
+ "optional": true
3954
+ },
3955
+ "react": {
3956
+ "optional": true
3957
+ },
3958
+ "use-sync-external-store": {
3959
+ "optional": true
3960
+ }
3961
+ }
3962
+ }
3963
+ }
3964
+ }