the-grid-cc 1.5.0 → 1.6.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.
@@ -1,2917 +0,0 @@
1
- {
2
- "name": "todo-app",
3
- "version": "0.0.0",
4
- "lockfileVersion": 3,
5
- "requires": true,
6
- "packages": {
7
- "": {
8
- "name": "todo-app",
9
- "version": "0.0.0",
10
- "dependencies": {
11
- "react": "^19.2.0",
12
- "react-dom": "^19.2.0"
13
- },
14
- "devDependencies": {
15
- "@eslint/js": "^9.39.1",
16
- "@types/react": "^19.2.5",
17
- "@types/react-dom": "^19.2.3",
18
- "@vitejs/plugin-react": "^5.1.1",
19
- "eslint": "^9.39.1",
20
- "eslint-plugin-react-hooks": "^7.0.1",
21
- "eslint-plugin-react-refresh": "^0.4.24",
22
- "globals": "^16.5.0",
23
- "vite": "^7.2.4"
24
- }
25
- },
26
- "node_modules/@babel/code-frame": {
27
- "version": "7.28.6",
28
- "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.28.6.tgz",
29
- "integrity": "sha512-JYgintcMjRiCvS8mMECzaEn+m3PfoQiyqukOMCCVQtoJGYJw8j/8LBJEiqkHLkfwCcs74E3pbAUFNg7d9VNJ+Q==",
30
- "dev": true,
31
- "license": "MIT",
32
- "dependencies": {
33
- "@babel/helper-validator-identifier": "^7.28.5",
34
- "js-tokens": "^4.0.0",
35
- "picocolors": "^1.1.1"
36
- },
37
- "engines": {
38
- "node": ">=6.9.0"
39
- }
40
- },
41
- "node_modules/@babel/compat-data": {
42
- "version": "7.28.6",
43
- "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.28.6.tgz",
44
- "integrity": "sha512-2lfu57JtzctfIrcGMz992hyLlByuzgIk58+hhGCxjKZ3rWI82NnVLjXcaTqkI2NvlcvOskZaiZ5kjUALo3Lpxg==",
45
- "dev": true,
46
- "license": "MIT",
47
- "engines": {
48
- "node": ">=6.9.0"
49
- }
50
- },
51
- "node_modules/@babel/core": {
52
- "version": "7.28.6",
53
- "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.28.6.tgz",
54
- "integrity": "sha512-H3mcG6ZDLTlYfaSNi0iOKkigqMFvkTKlGUYlD8GW7nNOYRrevuA46iTypPyv+06V3fEmvvazfntkBU34L0azAw==",
55
- "dev": true,
56
- "license": "MIT",
57
- "dependencies": {
58
- "@babel/code-frame": "^7.28.6",
59
- "@babel/generator": "^7.28.6",
60
- "@babel/helper-compilation-targets": "^7.28.6",
61
- "@babel/helper-module-transforms": "^7.28.6",
62
- "@babel/helpers": "^7.28.6",
63
- "@babel/parser": "^7.28.6",
64
- "@babel/template": "^7.28.6",
65
- "@babel/traverse": "^7.28.6",
66
- "@babel/types": "^7.28.6",
67
- "@jridgewell/remapping": "^2.3.5",
68
- "convert-source-map": "^2.0.0",
69
- "debug": "^4.1.0",
70
- "gensync": "^1.0.0-beta.2",
71
- "json5": "^2.2.3",
72
- "semver": "^6.3.1"
73
- },
74
- "engines": {
75
- "node": ">=6.9.0"
76
- },
77
- "funding": {
78
- "type": "opencollective",
79
- "url": "https://opencollective.com/babel"
80
- }
81
- },
82
- "node_modules/@babel/generator": {
83
- "version": "7.28.6",
84
- "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.28.6.tgz",
85
- "integrity": "sha512-lOoVRwADj8hjf7al89tvQ2a1lf53Z+7tiXMgpZJL3maQPDxh0DgLMN62B2MKUOFcoodBHLMbDM6WAbKgNy5Suw==",
86
- "dev": true,
87
- "license": "MIT",
88
- "dependencies": {
89
- "@babel/parser": "^7.28.6",
90
- "@babel/types": "^7.28.6",
91
- "@jridgewell/gen-mapping": "^0.3.12",
92
- "@jridgewell/trace-mapping": "^0.3.28",
93
- "jsesc": "^3.0.2"
94
- },
95
- "engines": {
96
- "node": ">=6.9.0"
97
- }
98
- },
99
- "node_modules/@babel/helper-compilation-targets": {
100
- "version": "7.28.6",
101
- "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.28.6.tgz",
102
- "integrity": "sha512-JYtls3hqi15fcx5GaSNL7SCTJ2MNmjrkHXg4FSpOA/grxK8KwyZ5bubHsCq8FXCkua6xhuaaBit+3b7+VZRfcA==",
103
- "dev": true,
104
- "license": "MIT",
105
- "dependencies": {
106
- "@babel/compat-data": "^7.28.6",
107
- "@babel/helper-validator-option": "^7.27.1",
108
- "browserslist": "^4.24.0",
109
- "lru-cache": "^5.1.1",
110
- "semver": "^6.3.1"
111
- },
112
- "engines": {
113
- "node": ">=6.9.0"
114
- }
115
- },
116
- "node_modules/@babel/helper-globals": {
117
- "version": "7.28.0",
118
- "resolved": "https://registry.npmjs.org/@babel/helper-globals/-/helper-globals-7.28.0.tgz",
119
- "integrity": "sha512-+W6cISkXFa1jXsDEdYA8HeevQT/FULhxzR99pxphltZcVaugps53THCeiWA8SguxxpSp3gKPiuYfSWopkLQ4hw==",
120
- "dev": true,
121
- "license": "MIT",
122
- "engines": {
123
- "node": ">=6.9.0"
124
- }
125
- },
126
- "node_modules/@babel/helper-module-imports": {
127
- "version": "7.28.6",
128
- "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.28.6.tgz",
129
- "integrity": "sha512-l5XkZK7r7wa9LucGw9LwZyyCUscb4x37JWTPz7swwFE/0FMQAGpiWUZn8u9DzkSBWEcK25jmvubfpw2dnAMdbw==",
130
- "dev": true,
131
- "license": "MIT",
132
- "dependencies": {
133
- "@babel/traverse": "^7.28.6",
134
- "@babel/types": "^7.28.6"
135
- },
136
- "engines": {
137
- "node": ">=6.9.0"
138
- }
139
- },
140
- "node_modules/@babel/helper-module-transforms": {
141
- "version": "7.28.6",
142
- "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.28.6.tgz",
143
- "integrity": "sha512-67oXFAYr2cDLDVGLXTEABjdBJZ6drElUSI7WKp70NrpyISso3plG9SAGEF6y7zbha/wOzUByWWTJvEDVNIUGcA==",
144
- "dev": true,
145
- "license": "MIT",
146
- "dependencies": {
147
- "@babel/helper-module-imports": "^7.28.6",
148
- "@babel/helper-validator-identifier": "^7.28.5",
149
- "@babel/traverse": "^7.28.6"
150
- },
151
- "engines": {
152
- "node": ">=6.9.0"
153
- },
154
- "peerDependencies": {
155
- "@babel/core": "^7.0.0"
156
- }
157
- },
158
- "node_modules/@babel/helper-plugin-utils": {
159
- "version": "7.28.6",
160
- "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.28.6.tgz",
161
- "integrity": "sha512-S9gzZ/bz83GRysI7gAD4wPT/AI3uCnY+9xn+Mx/KPs2JwHJIz1W8PZkg2cqyt3RNOBM8ejcXhV6y8Og7ly/Dug==",
162
- "dev": true,
163
- "license": "MIT",
164
- "engines": {
165
- "node": ">=6.9.0"
166
- }
167
- },
168
- "node_modules/@babel/helper-string-parser": {
169
- "version": "7.27.1",
170
- "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz",
171
- "integrity": "sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==",
172
- "dev": true,
173
- "license": "MIT",
174
- "engines": {
175
- "node": ">=6.9.0"
176
- }
177
- },
178
- "node_modules/@babel/helper-validator-identifier": {
179
- "version": "7.28.5",
180
- "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz",
181
- "integrity": "sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==",
182
- "dev": true,
183
- "license": "MIT",
184
- "engines": {
185
- "node": ">=6.9.0"
186
- }
187
- },
188
- "node_modules/@babel/helper-validator-option": {
189
- "version": "7.27.1",
190
- "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.27.1.tgz",
191
- "integrity": "sha512-YvjJow9FxbhFFKDSuFnVCe2WxXk1zWc22fFePVNEaWJEu8IrZVlda6N0uHwzZrUM1il7NC9Mlp4MaJYbYd9JSg==",
192
- "dev": true,
193
- "license": "MIT",
194
- "engines": {
195
- "node": ">=6.9.0"
196
- }
197
- },
198
- "node_modules/@babel/helpers": {
199
- "version": "7.28.6",
200
- "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.28.6.tgz",
201
- "integrity": "sha512-xOBvwq86HHdB7WUDTfKfT/Vuxh7gElQ+Sfti2Cy6yIWNW05P8iUslOVcZ4/sKbE+/jQaukQAdz/gf3724kYdqw==",
202
- "dev": true,
203
- "license": "MIT",
204
- "dependencies": {
205
- "@babel/template": "^7.28.6",
206
- "@babel/types": "^7.28.6"
207
- },
208
- "engines": {
209
- "node": ">=6.9.0"
210
- }
211
- },
212
- "node_modules/@babel/parser": {
213
- "version": "7.28.6",
214
- "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.28.6.tgz",
215
- "integrity": "sha512-TeR9zWR18BvbfPmGbLampPMW+uW1NZnJlRuuHso8i87QZNq2JRF9i6RgxRqtEq+wQGsS19NNTWr2duhnE49mfQ==",
216
- "dev": true,
217
- "license": "MIT",
218
- "dependencies": {
219
- "@babel/types": "^7.28.6"
220
- },
221
- "bin": {
222
- "parser": "bin/babel-parser.js"
223
- },
224
- "engines": {
225
- "node": ">=6.0.0"
226
- }
227
- },
228
- "node_modules/@babel/plugin-transform-react-jsx-self": {
229
- "version": "7.27.1",
230
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-self/-/plugin-transform-react-jsx-self-7.27.1.tgz",
231
- "integrity": "sha512-6UzkCs+ejGdZ5mFFC/OCUrv028ab2fp1znZmCZjAOBKiBK2jXD1O+BPSfX8X2qjJ75fZBMSnQn3Rq2mrBJK2mw==",
232
- "dev": true,
233
- "license": "MIT",
234
- "dependencies": {
235
- "@babel/helper-plugin-utils": "^7.27.1"
236
- },
237
- "engines": {
238
- "node": ">=6.9.0"
239
- },
240
- "peerDependencies": {
241
- "@babel/core": "^7.0.0-0"
242
- }
243
- },
244
- "node_modules/@babel/plugin-transform-react-jsx-source": {
245
- "version": "7.27.1",
246
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-source/-/plugin-transform-react-jsx-source-7.27.1.tgz",
247
- "integrity": "sha512-zbwoTsBruTeKB9hSq73ha66iFeJHuaFkUbwvqElnygoNbj/jHRsSeokowZFN3CZ64IvEqcmmkVe89OPXc7ldAw==",
248
- "dev": true,
249
- "license": "MIT",
250
- "dependencies": {
251
- "@babel/helper-plugin-utils": "^7.27.1"
252
- },
253
- "engines": {
254
- "node": ">=6.9.0"
255
- },
256
- "peerDependencies": {
257
- "@babel/core": "^7.0.0-0"
258
- }
259
- },
260
- "node_modules/@babel/template": {
261
- "version": "7.28.6",
262
- "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.28.6.tgz",
263
- "integrity": "sha512-YA6Ma2KsCdGb+WC6UpBVFJGXL58MDA6oyONbjyF/+5sBgxY/dwkhLogbMT2GXXyU84/IhRw/2D1Os1B/giz+BQ==",
264
- "dev": true,
265
- "license": "MIT",
266
- "dependencies": {
267
- "@babel/code-frame": "^7.28.6",
268
- "@babel/parser": "^7.28.6",
269
- "@babel/types": "^7.28.6"
270
- },
271
- "engines": {
272
- "node": ">=6.9.0"
273
- }
274
- },
275
- "node_modules/@babel/traverse": {
276
- "version": "7.28.6",
277
- "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.28.6.tgz",
278
- "integrity": "sha512-fgWX62k02qtjqdSNTAGxmKYY/7FSL9WAS1o2Hu5+I5m9T0yxZzr4cnrfXQ/MX0rIifthCSs6FKTlzYbJcPtMNg==",
279
- "dev": true,
280
- "license": "MIT",
281
- "dependencies": {
282
- "@babel/code-frame": "^7.28.6",
283
- "@babel/generator": "^7.28.6",
284
- "@babel/helper-globals": "^7.28.0",
285
- "@babel/parser": "^7.28.6",
286
- "@babel/template": "^7.28.6",
287
- "@babel/types": "^7.28.6",
288
- "debug": "^4.3.1"
289
- },
290
- "engines": {
291
- "node": ">=6.9.0"
292
- }
293
- },
294
- "node_modules/@babel/types": {
295
- "version": "7.28.6",
296
- "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.28.6.tgz",
297
- "integrity": "sha512-0ZrskXVEHSWIqZM/sQZ4EV3jZJXRkio/WCxaqKZP1g//CEWEPSfeZFcms4XeKBCHU0ZKnIkdJeU/kF+eRp5lBg==",
298
- "dev": true,
299
- "license": "MIT",
300
- "dependencies": {
301
- "@babel/helper-string-parser": "^7.27.1",
302
- "@babel/helper-validator-identifier": "^7.28.5"
303
- },
304
- "engines": {
305
- "node": ">=6.9.0"
306
- }
307
- },
308
- "node_modules/@esbuild/aix-ppc64": {
309
- "version": "0.27.2",
310
- "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.27.2.tgz",
311
- "integrity": "sha512-GZMB+a0mOMZs4MpDbj8RJp4cw+w1WV5NYD6xzgvzUJ5Ek2jerwfO2eADyI6ExDSUED+1X8aMbegahsJi+8mgpw==",
312
- "cpu": [
313
- "ppc64"
314
- ],
315
- "dev": true,
316
- "license": "MIT",
317
- "optional": true,
318
- "os": [
319
- "aix"
320
- ],
321
- "engines": {
322
- "node": ">=18"
323
- }
324
- },
325
- "node_modules/@esbuild/android-arm": {
326
- "version": "0.27.2",
327
- "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.27.2.tgz",
328
- "integrity": "sha512-DVNI8jlPa7Ujbr1yjU2PfUSRtAUZPG9I1RwW4F4xFB1Imiu2on0ADiI/c3td+KmDtVKNbi+nffGDQMfcIMkwIA==",
329
- "cpu": [
330
- "arm"
331
- ],
332
- "dev": true,
333
- "license": "MIT",
334
- "optional": true,
335
- "os": [
336
- "android"
337
- ],
338
- "engines": {
339
- "node": ">=18"
340
- }
341
- },
342
- "node_modules/@esbuild/android-arm64": {
343
- "version": "0.27.2",
344
- "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.27.2.tgz",
345
- "integrity": "sha512-pvz8ZZ7ot/RBphf8fv60ljmaoydPU12VuXHImtAs0XhLLw+EXBi2BLe3OYSBslR4rryHvweW5gmkKFwTiFy6KA==",
346
- "cpu": [
347
- "arm64"
348
- ],
349
- "dev": true,
350
- "license": "MIT",
351
- "optional": true,
352
- "os": [
353
- "android"
354
- ],
355
- "engines": {
356
- "node": ">=18"
357
- }
358
- },
359
- "node_modules/@esbuild/android-x64": {
360
- "version": "0.27.2",
361
- "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.27.2.tgz",
362
- "integrity": "sha512-z8Ank4Byh4TJJOh4wpz8g2vDy75zFL0TlZlkUkEwYXuPSgX8yzep596n6mT7905kA9uHZsf/o2OJZubl2l3M7A==",
363
- "cpu": [
364
- "x64"
365
- ],
366
- "dev": true,
367
- "license": "MIT",
368
- "optional": true,
369
- "os": [
370
- "android"
371
- ],
372
- "engines": {
373
- "node": ">=18"
374
- }
375
- },
376
- "node_modules/@esbuild/darwin-arm64": {
377
- "version": "0.27.2",
378
- "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.27.2.tgz",
379
- "integrity": "sha512-davCD2Zc80nzDVRwXTcQP/28fiJbcOwvdolL0sOiOsbwBa72kegmVU0Wrh1MYrbuCL98Omp5dVhQFWRKR2ZAlg==",
380
- "cpu": [
381
- "arm64"
382
- ],
383
- "dev": true,
384
- "license": "MIT",
385
- "optional": true,
386
- "os": [
387
- "darwin"
388
- ],
389
- "engines": {
390
- "node": ">=18"
391
- }
392
- },
393
- "node_modules/@esbuild/darwin-x64": {
394
- "version": "0.27.2",
395
- "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.27.2.tgz",
396
- "integrity": "sha512-ZxtijOmlQCBWGwbVmwOF/UCzuGIbUkqB1faQRf5akQmxRJ1ujusWsb3CVfk/9iZKr2L5SMU5wPBi1UWbvL+VQA==",
397
- "cpu": [
398
- "x64"
399
- ],
400
- "dev": true,
401
- "license": "MIT",
402
- "optional": true,
403
- "os": [
404
- "darwin"
405
- ],
406
- "engines": {
407
- "node": ">=18"
408
- }
409
- },
410
- "node_modules/@esbuild/freebsd-arm64": {
411
- "version": "0.27.2",
412
- "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.27.2.tgz",
413
- "integrity": "sha512-lS/9CN+rgqQ9czogxlMcBMGd+l8Q3Nj1MFQwBZJyoEKI50XGxwuzznYdwcav6lpOGv5BqaZXqvBSiB/kJ5op+g==",
414
- "cpu": [
415
- "arm64"
416
- ],
417
- "dev": true,
418
- "license": "MIT",
419
- "optional": true,
420
- "os": [
421
- "freebsd"
422
- ],
423
- "engines": {
424
- "node": ">=18"
425
- }
426
- },
427
- "node_modules/@esbuild/freebsd-x64": {
428
- "version": "0.27.2",
429
- "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.27.2.tgz",
430
- "integrity": "sha512-tAfqtNYb4YgPnJlEFu4c212HYjQWSO/w/h/lQaBK7RbwGIkBOuNKQI9tqWzx7Wtp7bTPaGC6MJvWI608P3wXYA==",
431
- "cpu": [
432
- "x64"
433
- ],
434
- "dev": true,
435
- "license": "MIT",
436
- "optional": true,
437
- "os": [
438
- "freebsd"
439
- ],
440
- "engines": {
441
- "node": ">=18"
442
- }
443
- },
444
- "node_modules/@esbuild/linux-arm": {
445
- "version": "0.27.2",
446
- "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.27.2.tgz",
447
- "integrity": "sha512-vWfq4GaIMP9AIe4yj1ZUW18RDhx6EPQKjwe7n8BbIecFtCQG4CfHGaHuh7fdfq+y3LIA2vGS/o9ZBGVxIDi9hw==",
448
- "cpu": [
449
- "arm"
450
- ],
451
- "dev": true,
452
- "license": "MIT",
453
- "optional": true,
454
- "os": [
455
- "linux"
456
- ],
457
- "engines": {
458
- "node": ">=18"
459
- }
460
- },
461
- "node_modules/@esbuild/linux-arm64": {
462
- "version": "0.27.2",
463
- "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.27.2.tgz",
464
- "integrity": "sha512-hYxN8pr66NsCCiRFkHUAsxylNOcAQaxSSkHMMjcpx0si13t1LHFphxJZUiGwojB1a/Hd5OiPIqDdXONia6bhTw==",
465
- "cpu": [
466
- "arm64"
467
- ],
468
- "dev": true,
469
- "license": "MIT",
470
- "optional": true,
471
- "os": [
472
- "linux"
473
- ],
474
- "engines": {
475
- "node": ">=18"
476
- }
477
- },
478
- "node_modules/@esbuild/linux-ia32": {
479
- "version": "0.27.2",
480
- "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.27.2.tgz",
481
- "integrity": "sha512-MJt5BRRSScPDwG2hLelYhAAKh9imjHK5+NE/tvnRLbIqUWa+0E9N4WNMjmp/kXXPHZGqPLxggwVhz7QP8CTR8w==",
482
- "cpu": [
483
- "ia32"
484
- ],
485
- "dev": true,
486
- "license": "MIT",
487
- "optional": true,
488
- "os": [
489
- "linux"
490
- ],
491
- "engines": {
492
- "node": ">=18"
493
- }
494
- },
495
- "node_modules/@esbuild/linux-loong64": {
496
- "version": "0.27.2",
497
- "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.27.2.tgz",
498
- "integrity": "sha512-lugyF1atnAT463aO6KPshVCJK5NgRnU4yb3FUumyVz+cGvZbontBgzeGFO1nF+dPueHD367a2ZXe1NtUkAjOtg==",
499
- "cpu": [
500
- "loong64"
501
- ],
502
- "dev": true,
503
- "license": "MIT",
504
- "optional": true,
505
- "os": [
506
- "linux"
507
- ],
508
- "engines": {
509
- "node": ">=18"
510
- }
511
- },
512
- "node_modules/@esbuild/linux-mips64el": {
513
- "version": "0.27.2",
514
- "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.27.2.tgz",
515
- "integrity": "sha512-nlP2I6ArEBewvJ2gjrrkESEZkB5mIoaTswuqNFRv/WYd+ATtUpe9Y09RnJvgvdag7he0OWgEZWhviS1OTOKixw==",
516
- "cpu": [
517
- "mips64el"
518
- ],
519
- "dev": true,
520
- "license": "MIT",
521
- "optional": true,
522
- "os": [
523
- "linux"
524
- ],
525
- "engines": {
526
- "node": ">=18"
527
- }
528
- },
529
- "node_modules/@esbuild/linux-ppc64": {
530
- "version": "0.27.2",
531
- "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.27.2.tgz",
532
- "integrity": "sha512-C92gnpey7tUQONqg1n6dKVbx3vphKtTHJaNG2Ok9lGwbZil6DrfyecMsp9CrmXGQJmZ7iiVXvvZH6Ml5hL6XdQ==",
533
- "cpu": [
534
- "ppc64"
535
- ],
536
- "dev": true,
537
- "license": "MIT",
538
- "optional": true,
539
- "os": [
540
- "linux"
541
- ],
542
- "engines": {
543
- "node": ">=18"
544
- }
545
- },
546
- "node_modules/@esbuild/linux-riscv64": {
547
- "version": "0.27.2",
548
- "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.27.2.tgz",
549
- "integrity": "sha512-B5BOmojNtUyN8AXlK0QJyvjEZkWwy/FKvakkTDCziX95AowLZKR6aCDhG7LeF7uMCXEJqwa8Bejz5LTPYm8AvA==",
550
- "cpu": [
551
- "riscv64"
552
- ],
553
- "dev": true,
554
- "license": "MIT",
555
- "optional": true,
556
- "os": [
557
- "linux"
558
- ],
559
- "engines": {
560
- "node": ">=18"
561
- }
562
- },
563
- "node_modules/@esbuild/linux-s390x": {
564
- "version": "0.27.2",
565
- "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.27.2.tgz",
566
- "integrity": "sha512-p4bm9+wsPwup5Z8f4EpfN63qNagQ47Ua2znaqGH6bqLlmJ4bx97Y9JdqxgGZ6Y8xVTixUnEkoKSHcpRlDnNr5w==",
567
- "cpu": [
568
- "s390x"
569
- ],
570
- "dev": true,
571
- "license": "MIT",
572
- "optional": true,
573
- "os": [
574
- "linux"
575
- ],
576
- "engines": {
577
- "node": ">=18"
578
- }
579
- },
580
- "node_modules/@esbuild/linux-x64": {
581
- "version": "0.27.2",
582
- "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.27.2.tgz",
583
- "integrity": "sha512-uwp2Tip5aPmH+NRUwTcfLb+W32WXjpFejTIOWZFw/v7/KnpCDKG66u4DLcurQpiYTiYwQ9B7KOeMJvLCu/OvbA==",
584
- "cpu": [
585
- "x64"
586
- ],
587
- "dev": true,
588
- "license": "MIT",
589
- "optional": true,
590
- "os": [
591
- "linux"
592
- ],
593
- "engines": {
594
- "node": ">=18"
595
- }
596
- },
597
- "node_modules/@esbuild/netbsd-arm64": {
598
- "version": "0.27.2",
599
- "resolved": "https://registry.npmjs.org/@esbuild/netbsd-arm64/-/netbsd-arm64-0.27.2.tgz",
600
- "integrity": "sha512-Kj6DiBlwXrPsCRDeRvGAUb/LNrBASrfqAIok+xB0LxK8CHqxZ037viF13ugfsIpePH93mX7xfJp97cyDuTZ3cw==",
601
- "cpu": [
602
- "arm64"
603
- ],
604
- "dev": true,
605
- "license": "MIT",
606
- "optional": true,
607
- "os": [
608
- "netbsd"
609
- ],
610
- "engines": {
611
- "node": ">=18"
612
- }
613
- },
614
- "node_modules/@esbuild/netbsd-x64": {
615
- "version": "0.27.2",
616
- "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.27.2.tgz",
617
- "integrity": "sha512-HwGDZ0VLVBY3Y+Nw0JexZy9o/nUAWq9MlV7cahpaXKW6TOzfVno3y3/M8Ga8u8Yr7GldLOov27xiCnqRZf0tCA==",
618
- "cpu": [
619
- "x64"
620
- ],
621
- "dev": true,
622
- "license": "MIT",
623
- "optional": true,
624
- "os": [
625
- "netbsd"
626
- ],
627
- "engines": {
628
- "node": ">=18"
629
- }
630
- },
631
- "node_modules/@esbuild/openbsd-arm64": {
632
- "version": "0.27.2",
633
- "resolved": "https://registry.npmjs.org/@esbuild/openbsd-arm64/-/openbsd-arm64-0.27.2.tgz",
634
- "integrity": "sha512-DNIHH2BPQ5551A7oSHD0CKbwIA/Ox7+78/AWkbS5QoRzaqlev2uFayfSxq68EkonB+IKjiuxBFoV8ESJy8bOHA==",
635
- "cpu": [
636
- "arm64"
637
- ],
638
- "dev": true,
639
- "license": "MIT",
640
- "optional": true,
641
- "os": [
642
- "openbsd"
643
- ],
644
- "engines": {
645
- "node": ">=18"
646
- }
647
- },
648
- "node_modules/@esbuild/openbsd-x64": {
649
- "version": "0.27.2",
650
- "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.27.2.tgz",
651
- "integrity": "sha512-/it7w9Nb7+0KFIzjalNJVR5bOzA9Vay+yIPLVHfIQYG/j+j9VTH84aNB8ExGKPU4AzfaEvN9/V4HV+F+vo8OEg==",
652
- "cpu": [
653
- "x64"
654
- ],
655
- "dev": true,
656
- "license": "MIT",
657
- "optional": true,
658
- "os": [
659
- "openbsd"
660
- ],
661
- "engines": {
662
- "node": ">=18"
663
- }
664
- },
665
- "node_modules/@esbuild/openharmony-arm64": {
666
- "version": "0.27.2",
667
- "resolved": "https://registry.npmjs.org/@esbuild/openharmony-arm64/-/openharmony-arm64-0.27.2.tgz",
668
- "integrity": "sha512-LRBbCmiU51IXfeXk59csuX/aSaToeG7w48nMwA6049Y4J4+VbWALAuXcs+qcD04rHDuSCSRKdmY63sruDS5qag==",
669
- "cpu": [
670
- "arm64"
671
- ],
672
- "dev": true,
673
- "license": "MIT",
674
- "optional": true,
675
- "os": [
676
- "openharmony"
677
- ],
678
- "engines": {
679
- "node": ">=18"
680
- }
681
- },
682
- "node_modules/@esbuild/sunos-x64": {
683
- "version": "0.27.2",
684
- "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.27.2.tgz",
685
- "integrity": "sha512-kMtx1yqJHTmqaqHPAzKCAkDaKsffmXkPHThSfRwZGyuqyIeBvf08KSsYXl+abf5HDAPMJIPnbBfXvP2ZC2TfHg==",
686
- "cpu": [
687
- "x64"
688
- ],
689
- "dev": true,
690
- "license": "MIT",
691
- "optional": true,
692
- "os": [
693
- "sunos"
694
- ],
695
- "engines": {
696
- "node": ">=18"
697
- }
698
- },
699
- "node_modules/@esbuild/win32-arm64": {
700
- "version": "0.27.2",
701
- "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.27.2.tgz",
702
- "integrity": "sha512-Yaf78O/B3Kkh+nKABUF++bvJv5Ijoy9AN1ww904rOXZFLWVc5OLOfL56W+C8F9xn5JQZa3UX6m+IktJnIb1Jjg==",
703
- "cpu": [
704
- "arm64"
705
- ],
706
- "dev": true,
707
- "license": "MIT",
708
- "optional": true,
709
- "os": [
710
- "win32"
711
- ],
712
- "engines": {
713
- "node": ">=18"
714
- }
715
- },
716
- "node_modules/@esbuild/win32-ia32": {
717
- "version": "0.27.2",
718
- "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.27.2.tgz",
719
- "integrity": "sha512-Iuws0kxo4yusk7sw70Xa2E2imZU5HoixzxfGCdxwBdhiDgt9vX9VUCBhqcwY7/uh//78A1hMkkROMJq9l27oLQ==",
720
- "cpu": [
721
- "ia32"
722
- ],
723
- "dev": true,
724
- "license": "MIT",
725
- "optional": true,
726
- "os": [
727
- "win32"
728
- ],
729
- "engines": {
730
- "node": ">=18"
731
- }
732
- },
733
- "node_modules/@esbuild/win32-x64": {
734
- "version": "0.27.2",
735
- "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.27.2.tgz",
736
- "integrity": "sha512-sRdU18mcKf7F+YgheI/zGf5alZatMUTKj/jNS6l744f9u3WFu4v7twcUI9vu4mknF4Y9aDlblIie0IM+5xxaqQ==",
737
- "cpu": [
738
- "x64"
739
- ],
740
- "dev": true,
741
- "license": "MIT",
742
- "optional": true,
743
- "os": [
744
- "win32"
745
- ],
746
- "engines": {
747
- "node": ">=18"
748
- }
749
- },
750
- "node_modules/@eslint-community/eslint-utils": {
751
- "version": "4.9.1",
752
- "resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.9.1.tgz",
753
- "integrity": "sha512-phrYmNiYppR7znFEdqgfWHXR6NCkZEK7hwWDHZUjit/2/U0r6XvkDl0SYnoM51Hq7FhCGdLDT6zxCCOY1hexsQ==",
754
- "dev": true,
755
- "license": "MIT",
756
- "dependencies": {
757
- "eslint-visitor-keys": "^3.4.3"
758
- },
759
- "engines": {
760
- "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
761
- },
762
- "funding": {
763
- "url": "https://opencollective.com/eslint"
764
- },
765
- "peerDependencies": {
766
- "eslint": "^6.0.0 || ^7.0.0 || >=8.0.0"
767
- }
768
- },
769
- "node_modules/@eslint-community/eslint-utils/node_modules/eslint-visitor-keys": {
770
- "version": "3.4.3",
771
- "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz",
772
- "integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==",
773
- "dev": true,
774
- "license": "Apache-2.0",
775
- "engines": {
776
- "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
777
- },
778
- "funding": {
779
- "url": "https://opencollective.com/eslint"
780
- }
781
- },
782
- "node_modules/@eslint-community/regexpp": {
783
- "version": "4.12.2",
784
- "resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.12.2.tgz",
785
- "integrity": "sha512-EriSTlt5OC9/7SXkRSCAhfSxxoSUgBm33OH+IkwbdpgoqsSsUg7y3uh+IICI/Qg4BBWr3U2i39RpmycbxMq4ew==",
786
- "dev": true,
787
- "license": "MIT",
788
- "engines": {
789
- "node": "^12.0.0 || ^14.0.0 || >=16.0.0"
790
- }
791
- },
792
- "node_modules/@eslint/config-array": {
793
- "version": "0.21.1",
794
- "resolved": "https://registry.npmjs.org/@eslint/config-array/-/config-array-0.21.1.tgz",
795
- "integrity": "sha512-aw1gNayWpdI/jSYVgzN5pL0cfzU02GT3NBpeT/DXbx1/1x7ZKxFPd9bwrzygx/qiwIQiJ1sw/zD8qY/kRvlGHA==",
796
- "dev": true,
797
- "license": "Apache-2.0",
798
- "dependencies": {
799
- "@eslint/object-schema": "^2.1.7",
800
- "debug": "^4.3.1",
801
- "minimatch": "^3.1.2"
802
- },
803
- "engines": {
804
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
805
- }
806
- },
807
- "node_modules/@eslint/config-helpers": {
808
- "version": "0.4.2",
809
- "resolved": "https://registry.npmjs.org/@eslint/config-helpers/-/config-helpers-0.4.2.tgz",
810
- "integrity": "sha512-gBrxN88gOIf3R7ja5K9slwNayVcZgK6SOUORm2uBzTeIEfeVaIhOpCtTox3P6R7o2jLFwLFTLnC7kU/RGcYEgw==",
811
- "dev": true,
812
- "license": "Apache-2.0",
813
- "dependencies": {
814
- "@eslint/core": "^0.17.0"
815
- },
816
- "engines": {
817
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
818
- }
819
- },
820
- "node_modules/@eslint/core": {
821
- "version": "0.17.0",
822
- "resolved": "https://registry.npmjs.org/@eslint/core/-/core-0.17.0.tgz",
823
- "integrity": "sha512-yL/sLrpmtDaFEiUj1osRP4TI2MDz1AddJL+jZ7KSqvBuliN4xqYY54IfdN8qD8Toa6g1iloph1fxQNkjOxrrpQ==",
824
- "dev": true,
825
- "license": "Apache-2.0",
826
- "dependencies": {
827
- "@types/json-schema": "^7.0.15"
828
- },
829
- "engines": {
830
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
831
- }
832
- },
833
- "node_modules/@eslint/eslintrc": {
834
- "version": "3.3.3",
835
- "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-3.3.3.tgz",
836
- "integrity": "sha512-Kr+LPIUVKz2qkx1HAMH8q1q6azbqBAsXJUxBl/ODDuVPX45Z9DfwB8tPjTi6nNZ8BuM3nbJxC5zCAg5elnBUTQ==",
837
- "dev": true,
838
- "license": "MIT",
839
- "dependencies": {
840
- "ajv": "^6.12.4",
841
- "debug": "^4.3.2",
842
- "espree": "^10.0.1",
843
- "globals": "^14.0.0",
844
- "ignore": "^5.2.0",
845
- "import-fresh": "^3.2.1",
846
- "js-yaml": "^4.1.1",
847
- "minimatch": "^3.1.2",
848
- "strip-json-comments": "^3.1.1"
849
- },
850
- "engines": {
851
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
852
- },
853
- "funding": {
854
- "url": "https://opencollective.com/eslint"
855
- }
856
- },
857
- "node_modules/@eslint/eslintrc/node_modules/globals": {
858
- "version": "14.0.0",
859
- "resolved": "https://registry.npmjs.org/globals/-/globals-14.0.0.tgz",
860
- "integrity": "sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==",
861
- "dev": true,
862
- "license": "MIT",
863
- "engines": {
864
- "node": ">=18"
865
- },
866
- "funding": {
867
- "url": "https://github.com/sponsors/sindresorhus"
868
- }
869
- },
870
- "node_modules/@eslint/js": {
871
- "version": "9.39.2",
872
- "resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.39.2.tgz",
873
- "integrity": "sha512-q1mjIoW1VX4IvSocvM/vbTiveKC4k9eLrajNEuSsmjymSDEbpGddtpfOoN7YGAqBK3NG+uqo8ia4PDTt8buCYA==",
874
- "dev": true,
875
- "license": "MIT",
876
- "engines": {
877
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
878
- },
879
- "funding": {
880
- "url": "https://eslint.org/donate"
881
- }
882
- },
883
- "node_modules/@eslint/object-schema": {
884
- "version": "2.1.7",
885
- "resolved": "https://registry.npmjs.org/@eslint/object-schema/-/object-schema-2.1.7.tgz",
886
- "integrity": "sha512-VtAOaymWVfZcmZbp6E2mympDIHvyjXs/12LqWYjVw6qjrfF+VK+fyG33kChz3nnK+SU5/NeHOqrTEHS8sXO3OA==",
887
- "dev": true,
888
- "license": "Apache-2.0",
889
- "engines": {
890
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
891
- }
892
- },
893
- "node_modules/@eslint/plugin-kit": {
894
- "version": "0.4.1",
895
- "resolved": "https://registry.npmjs.org/@eslint/plugin-kit/-/plugin-kit-0.4.1.tgz",
896
- "integrity": "sha512-43/qtrDUokr7LJqoF2c3+RInu/t4zfrpYdoSDfYyhg52rwLV6TnOvdG4fXm7IkSB3wErkcmJS9iEhjVtOSEjjA==",
897
- "dev": true,
898
- "license": "Apache-2.0",
899
- "dependencies": {
900
- "@eslint/core": "^0.17.0",
901
- "levn": "^0.4.1"
902
- },
903
- "engines": {
904
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
905
- }
906
- },
907
- "node_modules/@humanfs/core": {
908
- "version": "0.19.1",
909
- "resolved": "https://registry.npmjs.org/@humanfs/core/-/core-0.19.1.tgz",
910
- "integrity": "sha512-5DyQ4+1JEUzejeK1JGICcideyfUbGixgS9jNgex5nqkW+cY7WZhxBigmieN5Qnw9ZosSNVC9KQKyb+GUaGyKUA==",
911
- "dev": true,
912
- "license": "Apache-2.0",
913
- "engines": {
914
- "node": ">=18.18.0"
915
- }
916
- },
917
- "node_modules/@humanfs/node": {
918
- "version": "0.16.7",
919
- "resolved": "https://registry.npmjs.org/@humanfs/node/-/node-0.16.7.tgz",
920
- "integrity": "sha512-/zUx+yOsIrG4Y43Eh2peDeKCxlRt/gET6aHfaKpuq267qXdYDFViVHfMaLyygZOnl0kGWxFIgsBy8QFuTLUXEQ==",
921
- "dev": true,
922
- "license": "Apache-2.0",
923
- "dependencies": {
924
- "@humanfs/core": "^0.19.1",
925
- "@humanwhocodes/retry": "^0.4.0"
926
- },
927
- "engines": {
928
- "node": ">=18.18.0"
929
- }
930
- },
931
- "node_modules/@humanwhocodes/module-importer": {
932
- "version": "1.0.1",
933
- "resolved": "https://registry.npmjs.org/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz",
934
- "integrity": "sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==",
935
- "dev": true,
936
- "license": "Apache-2.0",
937
- "engines": {
938
- "node": ">=12.22"
939
- },
940
- "funding": {
941
- "type": "github",
942
- "url": "https://github.com/sponsors/nzakas"
943
- }
944
- },
945
- "node_modules/@humanwhocodes/retry": {
946
- "version": "0.4.3",
947
- "resolved": "https://registry.npmjs.org/@humanwhocodes/retry/-/retry-0.4.3.tgz",
948
- "integrity": "sha512-bV0Tgo9K4hfPCek+aMAn81RppFKv2ySDQeMoSZuvTASywNTnVJCArCZE2FWqpvIatKu7VMRLWlR1EazvVhDyhQ==",
949
- "dev": true,
950
- "license": "Apache-2.0",
951
- "engines": {
952
- "node": ">=18.18"
953
- },
954
- "funding": {
955
- "type": "github",
956
- "url": "https://github.com/sponsors/nzakas"
957
- }
958
- },
959
- "node_modules/@jridgewell/gen-mapping": {
960
- "version": "0.3.13",
961
- "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.13.tgz",
962
- "integrity": "sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA==",
963
- "dev": true,
964
- "license": "MIT",
965
- "dependencies": {
966
- "@jridgewell/sourcemap-codec": "^1.5.0",
967
- "@jridgewell/trace-mapping": "^0.3.24"
968
- }
969
- },
970
- "node_modules/@jridgewell/remapping": {
971
- "version": "2.3.5",
972
- "resolved": "https://registry.npmjs.org/@jridgewell/remapping/-/remapping-2.3.5.tgz",
973
- "integrity": "sha512-LI9u/+laYG4Ds1TDKSJW2YPrIlcVYOwi2fUC6xB43lueCjgxV4lffOCZCtYFiH6TNOX+tQKXx97T4IKHbhyHEQ==",
974
- "dev": true,
975
- "license": "MIT",
976
- "dependencies": {
977
- "@jridgewell/gen-mapping": "^0.3.5",
978
- "@jridgewell/trace-mapping": "^0.3.24"
979
- }
980
- },
981
- "node_modules/@jridgewell/resolve-uri": {
982
- "version": "3.1.2",
983
- "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz",
984
- "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==",
985
- "dev": true,
986
- "license": "MIT",
987
- "engines": {
988
- "node": ">=6.0.0"
989
- }
990
- },
991
- "node_modules/@jridgewell/sourcemap-codec": {
992
- "version": "1.5.5",
993
- "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz",
994
- "integrity": "sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==",
995
- "dev": true,
996
- "license": "MIT"
997
- },
998
- "node_modules/@jridgewell/trace-mapping": {
999
- "version": "0.3.31",
1000
- "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.31.tgz",
1001
- "integrity": "sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==",
1002
- "dev": true,
1003
- "license": "MIT",
1004
- "dependencies": {
1005
- "@jridgewell/resolve-uri": "^3.1.0",
1006
- "@jridgewell/sourcemap-codec": "^1.4.14"
1007
- }
1008
- },
1009
- "node_modules/@rolldown/pluginutils": {
1010
- "version": "1.0.0-beta.53",
1011
- "resolved": "https://registry.npmjs.org/@rolldown/pluginutils/-/pluginutils-1.0.0-beta.53.tgz",
1012
- "integrity": "sha512-vENRlFU4YbrwVqNDZ7fLvy+JR1CRkyr01jhSiDpE1u6py3OMzQfztQU2jxykW3ALNxO4kSlqIDeYyD0Y9RcQeQ==",
1013
- "dev": true,
1014
- "license": "MIT"
1015
- },
1016
- "node_modules/@rollup/rollup-android-arm-eabi": {
1017
- "version": "4.56.0",
1018
- "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.56.0.tgz",
1019
- "integrity": "sha512-LNKIPA5k8PF1+jAFomGe3qN3bbIgJe/IlpDBwuVjrDKrJhVWywgnJvflMt/zkbVNLFtF1+94SljYQS6e99klnw==",
1020
- "cpu": [
1021
- "arm"
1022
- ],
1023
- "dev": true,
1024
- "license": "MIT",
1025
- "optional": true,
1026
- "os": [
1027
- "android"
1028
- ]
1029
- },
1030
- "node_modules/@rollup/rollup-android-arm64": {
1031
- "version": "4.56.0",
1032
- "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.56.0.tgz",
1033
- "integrity": "sha512-lfbVUbelYqXlYiU/HApNMJzT1E87UPGvzveGg2h0ktUNlOCxKlWuJ9jtfvs1sKHdwU4fzY7Pl8sAl49/XaEk6Q==",
1034
- "cpu": [
1035
- "arm64"
1036
- ],
1037
- "dev": true,
1038
- "license": "MIT",
1039
- "optional": true,
1040
- "os": [
1041
- "android"
1042
- ]
1043
- },
1044
- "node_modules/@rollup/rollup-darwin-arm64": {
1045
- "version": "4.56.0",
1046
- "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.56.0.tgz",
1047
- "integrity": "sha512-EgxD1ocWfhoD6xSOeEEwyE7tDvwTgZc8Bss7wCWe+uc7wO8G34HHCUH+Q6cHqJubxIAnQzAsyUsClt0yFLu06w==",
1048
- "cpu": [
1049
- "arm64"
1050
- ],
1051
- "dev": true,
1052
- "license": "MIT",
1053
- "optional": true,
1054
- "os": [
1055
- "darwin"
1056
- ]
1057
- },
1058
- "node_modules/@rollup/rollup-darwin-x64": {
1059
- "version": "4.56.0",
1060
- "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.56.0.tgz",
1061
- "integrity": "sha512-1vXe1vcMOssb/hOF8iv52A7feWW2xnu+c8BV4t1F//m9QVLTfNVpEdja5ia762j/UEJe2Z1jAmEqZAK42tVW3g==",
1062
- "cpu": [
1063
- "x64"
1064
- ],
1065
- "dev": true,
1066
- "license": "MIT",
1067
- "optional": true,
1068
- "os": [
1069
- "darwin"
1070
- ]
1071
- },
1072
- "node_modules/@rollup/rollup-freebsd-arm64": {
1073
- "version": "4.56.0",
1074
- "resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-arm64/-/rollup-freebsd-arm64-4.56.0.tgz",
1075
- "integrity": "sha512-bof7fbIlvqsyv/DtaXSck4VYQ9lPtoWNFCB/JY4snlFuJREXfZnm+Ej6yaCHfQvofJDXLDMTVxWscVSuQvVWUQ==",
1076
- "cpu": [
1077
- "arm64"
1078
- ],
1079
- "dev": true,
1080
- "license": "MIT",
1081
- "optional": true,
1082
- "os": [
1083
- "freebsd"
1084
- ]
1085
- },
1086
- "node_modules/@rollup/rollup-freebsd-x64": {
1087
- "version": "4.56.0",
1088
- "resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-x64/-/rollup-freebsd-x64-4.56.0.tgz",
1089
- "integrity": "sha512-KNa6lYHloW+7lTEkYGa37fpvPq+NKG/EHKM8+G/g9WDU7ls4sMqbVRV78J6LdNuVaeeK5WB9/9VAFbKxcbXKYg==",
1090
- "cpu": [
1091
- "x64"
1092
- ],
1093
- "dev": true,
1094
- "license": "MIT",
1095
- "optional": true,
1096
- "os": [
1097
- "freebsd"
1098
- ]
1099
- },
1100
- "node_modules/@rollup/rollup-linux-arm-gnueabihf": {
1101
- "version": "4.56.0",
1102
- "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.56.0.tgz",
1103
- "integrity": "sha512-E8jKK87uOvLrrLN28jnAAAChNq5LeCd2mGgZF+fGF5D507WlG/Noct3lP/QzQ6MrqJ5BCKNwI9ipADB6jyiq2A==",
1104
- "cpu": [
1105
- "arm"
1106
- ],
1107
- "dev": true,
1108
- "license": "MIT",
1109
- "optional": true,
1110
- "os": [
1111
- "linux"
1112
- ]
1113
- },
1114
- "node_modules/@rollup/rollup-linux-arm-musleabihf": {
1115
- "version": "4.56.0",
1116
- "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.56.0.tgz",
1117
- "integrity": "sha512-jQosa5FMYF5Z6prEpTCCmzCXz6eKr/tCBssSmQGEeozA9tkRUty/5Vx06ibaOP9RCrW1Pvb8yp3gvZhHwTDsJw==",
1118
- "cpu": [
1119
- "arm"
1120
- ],
1121
- "dev": true,
1122
- "license": "MIT",
1123
- "optional": true,
1124
- "os": [
1125
- "linux"
1126
- ]
1127
- },
1128
- "node_modules/@rollup/rollup-linux-arm64-gnu": {
1129
- "version": "4.56.0",
1130
- "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.56.0.tgz",
1131
- "integrity": "sha512-uQVoKkrC1KGEV6udrdVahASIsaF8h7iLG0U0W+Xn14ucFwi6uS539PsAr24IEF9/FoDtzMeeJXJIBo5RkbNWvQ==",
1132
- "cpu": [
1133
- "arm64"
1134
- ],
1135
- "dev": true,
1136
- "license": "MIT",
1137
- "optional": true,
1138
- "os": [
1139
- "linux"
1140
- ]
1141
- },
1142
- "node_modules/@rollup/rollup-linux-arm64-musl": {
1143
- "version": "4.56.0",
1144
- "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.56.0.tgz",
1145
- "integrity": "sha512-vLZ1yJKLxhQLFKTs42RwTwa6zkGln+bnXc8ueFGMYmBTLfNu58sl5/eXyxRa2RarTkJbXl8TKPgfS6V5ijNqEA==",
1146
- "cpu": [
1147
- "arm64"
1148
- ],
1149
- "dev": true,
1150
- "license": "MIT",
1151
- "optional": true,
1152
- "os": [
1153
- "linux"
1154
- ]
1155
- },
1156
- "node_modules/@rollup/rollup-linux-loong64-gnu": {
1157
- "version": "4.56.0",
1158
- "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-loong64-gnu/-/rollup-linux-loong64-gnu-4.56.0.tgz",
1159
- "integrity": "sha512-FWfHOCub564kSE3xJQLLIC/hbKqHSVxy8vY75/YHHzWvbJL7aYJkdgwD/xGfUlL5UV2SB7otapLrcCj2xnF1dg==",
1160
- "cpu": [
1161
- "loong64"
1162
- ],
1163
- "dev": true,
1164
- "license": "MIT",
1165
- "optional": true,
1166
- "os": [
1167
- "linux"
1168
- ]
1169
- },
1170
- "node_modules/@rollup/rollup-linux-loong64-musl": {
1171
- "version": "4.56.0",
1172
- "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-loong64-musl/-/rollup-linux-loong64-musl-4.56.0.tgz",
1173
- "integrity": "sha512-z1EkujxIh7nbrKL1lmIpqFTc/sr0u8Uk0zK/qIEFldbt6EDKWFk/pxFq3gYj4Bjn3aa9eEhYRlL3H8ZbPT1xvA==",
1174
- "cpu": [
1175
- "loong64"
1176
- ],
1177
- "dev": true,
1178
- "license": "MIT",
1179
- "optional": true,
1180
- "os": [
1181
- "linux"
1182
- ]
1183
- },
1184
- "node_modules/@rollup/rollup-linux-ppc64-gnu": {
1185
- "version": "4.56.0",
1186
- "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-ppc64-gnu/-/rollup-linux-ppc64-gnu-4.56.0.tgz",
1187
- "integrity": "sha512-iNFTluqgdoQC7AIE8Q34R3AuPrJGJirj5wMUErxj22deOcY7XwZRaqYmB6ZKFHoVGqRcRd0mqO+845jAibKCkw==",
1188
- "cpu": [
1189
- "ppc64"
1190
- ],
1191
- "dev": true,
1192
- "license": "MIT",
1193
- "optional": true,
1194
- "os": [
1195
- "linux"
1196
- ]
1197
- },
1198
- "node_modules/@rollup/rollup-linux-ppc64-musl": {
1199
- "version": "4.56.0",
1200
- "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-ppc64-musl/-/rollup-linux-ppc64-musl-4.56.0.tgz",
1201
- "integrity": "sha512-MtMeFVlD2LIKjp2sE2xM2slq3Zxf9zwVuw0jemsxvh1QOpHSsSzfNOTH9uYW9i1MXFxUSMmLpeVeUzoNOKBaWg==",
1202
- "cpu": [
1203
- "ppc64"
1204
- ],
1205
- "dev": true,
1206
- "license": "MIT",
1207
- "optional": true,
1208
- "os": [
1209
- "linux"
1210
- ]
1211
- },
1212
- "node_modules/@rollup/rollup-linux-riscv64-gnu": {
1213
- "version": "4.56.0",
1214
- "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.56.0.tgz",
1215
- "integrity": "sha512-in+v6wiHdzzVhYKXIk5U74dEZHdKN9KH0Q4ANHOTvyXPG41bajYRsy7a8TPKbYPl34hU7PP7hMVHRvv/5aCSew==",
1216
- "cpu": [
1217
- "riscv64"
1218
- ],
1219
- "dev": true,
1220
- "license": "MIT",
1221
- "optional": true,
1222
- "os": [
1223
- "linux"
1224
- ]
1225
- },
1226
- "node_modules/@rollup/rollup-linux-riscv64-musl": {
1227
- "version": "4.56.0",
1228
- "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-musl/-/rollup-linux-riscv64-musl-4.56.0.tgz",
1229
- "integrity": "sha512-yni2raKHB8m9NQpI9fPVwN754mn6dHQSbDTwxdr9SE0ks38DTjLMMBjrwvB5+mXrX+C0npX0CVeCUcvvvD8CNQ==",
1230
- "cpu": [
1231
- "riscv64"
1232
- ],
1233
- "dev": true,
1234
- "license": "MIT",
1235
- "optional": true,
1236
- "os": [
1237
- "linux"
1238
- ]
1239
- },
1240
- "node_modules/@rollup/rollup-linux-s390x-gnu": {
1241
- "version": "4.56.0",
1242
- "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.56.0.tgz",
1243
- "integrity": "sha512-zhLLJx9nQPu7wezbxt2ut+CI4YlXi68ndEve16tPc/iwoylWS9B3FxpLS2PkmfYgDQtosah07Mj9E0khc3Y+vQ==",
1244
- "cpu": [
1245
- "s390x"
1246
- ],
1247
- "dev": true,
1248
- "license": "MIT",
1249
- "optional": true,
1250
- "os": [
1251
- "linux"
1252
- ]
1253
- },
1254
- "node_modules/@rollup/rollup-linux-x64-gnu": {
1255
- "version": "4.56.0",
1256
- "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.56.0.tgz",
1257
- "integrity": "sha512-MVC6UDp16ZSH7x4rtuJPAEoE1RwS8N4oK9DLHy3FTEdFoUTCFVzMfJl/BVJ330C+hx8FfprA5Wqx4FhZXkj2Kw==",
1258
- "cpu": [
1259
- "x64"
1260
- ],
1261
- "dev": true,
1262
- "license": "MIT",
1263
- "optional": true,
1264
- "os": [
1265
- "linux"
1266
- ]
1267
- },
1268
- "node_modules/@rollup/rollup-linux-x64-musl": {
1269
- "version": "4.56.0",
1270
- "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.56.0.tgz",
1271
- "integrity": "sha512-ZhGH1eA4Qv0lxaV00azCIS1ChedK0V32952Md3FtnxSqZTBTd6tgil4nZT5cU8B+SIw3PFYkvyR4FKo2oyZIHA==",
1272
- "cpu": [
1273
- "x64"
1274
- ],
1275
- "dev": true,
1276
- "license": "MIT",
1277
- "optional": true,
1278
- "os": [
1279
- "linux"
1280
- ]
1281
- },
1282
- "node_modules/@rollup/rollup-openbsd-x64": {
1283
- "version": "4.56.0",
1284
- "resolved": "https://registry.npmjs.org/@rollup/rollup-openbsd-x64/-/rollup-openbsd-x64-4.56.0.tgz",
1285
- "integrity": "sha512-O16XcmyDeFI9879pEcmtWvD/2nyxR9mF7Gs44lf1vGGx8Vg2DRNx11aVXBEqOQhWb92WN4z7fW/q4+2NYzCbBA==",
1286
- "cpu": [
1287
- "x64"
1288
- ],
1289
- "dev": true,
1290
- "license": "MIT",
1291
- "optional": true,
1292
- "os": [
1293
- "openbsd"
1294
- ]
1295
- },
1296
- "node_modules/@rollup/rollup-openharmony-arm64": {
1297
- "version": "4.56.0",
1298
- "resolved": "https://registry.npmjs.org/@rollup/rollup-openharmony-arm64/-/rollup-openharmony-arm64-4.56.0.tgz",
1299
- "integrity": "sha512-LhN/Reh+7F3RCgQIRbgw8ZMwUwyqJM+8pXNT6IIJAqm2IdKkzpCh/V9EdgOMBKuebIrzswqy4ATlrDgiOwbRcQ==",
1300
- "cpu": [
1301
- "arm64"
1302
- ],
1303
- "dev": true,
1304
- "license": "MIT",
1305
- "optional": true,
1306
- "os": [
1307
- "openharmony"
1308
- ]
1309
- },
1310
- "node_modules/@rollup/rollup-win32-arm64-msvc": {
1311
- "version": "4.56.0",
1312
- "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.56.0.tgz",
1313
- "integrity": "sha512-kbFsOObXp3LBULg1d3JIUQMa9Kv4UitDmpS+k0tinPBz3watcUiV2/LUDMMucA6pZO3WGE27P7DsfaN54l9ing==",
1314
- "cpu": [
1315
- "arm64"
1316
- ],
1317
- "dev": true,
1318
- "license": "MIT",
1319
- "optional": true,
1320
- "os": [
1321
- "win32"
1322
- ]
1323
- },
1324
- "node_modules/@rollup/rollup-win32-ia32-msvc": {
1325
- "version": "4.56.0",
1326
- "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.56.0.tgz",
1327
- "integrity": "sha512-vSSgny54D6P4vf2izbtFm/TcWYedw7f8eBrOiGGecyHyQB9q4Kqentjaj8hToe+995nob/Wv48pDqL5a62EWtg==",
1328
- "cpu": [
1329
- "ia32"
1330
- ],
1331
- "dev": true,
1332
- "license": "MIT",
1333
- "optional": true,
1334
- "os": [
1335
- "win32"
1336
- ]
1337
- },
1338
- "node_modules/@rollup/rollup-win32-x64-gnu": {
1339
- "version": "4.56.0",
1340
- "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-gnu/-/rollup-win32-x64-gnu-4.56.0.tgz",
1341
- "integrity": "sha512-FeCnkPCTHQJFbiGG49KjV5YGW/8b9rrXAM2Mz2kiIoktq2qsJxRD5giEMEOD2lPdgs72upzefaUvS+nc8E3UzQ==",
1342
- "cpu": [
1343
- "x64"
1344
- ],
1345
- "dev": true,
1346
- "license": "MIT",
1347
- "optional": true,
1348
- "os": [
1349
- "win32"
1350
- ]
1351
- },
1352
- "node_modules/@rollup/rollup-win32-x64-msvc": {
1353
- "version": "4.56.0",
1354
- "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.56.0.tgz",
1355
- "integrity": "sha512-H8AE9Ur/t0+1VXujj90w0HrSOuv0Nq9r1vSZF2t5km20NTfosQsGGUXDaKdQZzwuLts7IyL1fYT4hM95TI9c4g==",
1356
- "cpu": [
1357
- "x64"
1358
- ],
1359
- "dev": true,
1360
- "license": "MIT",
1361
- "optional": true,
1362
- "os": [
1363
- "win32"
1364
- ]
1365
- },
1366
- "node_modules/@types/babel__core": {
1367
- "version": "7.20.5",
1368
- "resolved": "https://registry.npmjs.org/@types/babel__core/-/babel__core-7.20.5.tgz",
1369
- "integrity": "sha512-qoQprZvz5wQFJwMDqeseRXWv3rqMvhgpbXFfVyWhbx9X47POIA6i/+dXefEmZKoAgOaTdaIgNSMqMIU61yRyzA==",
1370
- "dev": true,
1371
- "license": "MIT",
1372
- "dependencies": {
1373
- "@babel/parser": "^7.20.7",
1374
- "@babel/types": "^7.20.7",
1375
- "@types/babel__generator": "*",
1376
- "@types/babel__template": "*",
1377
- "@types/babel__traverse": "*"
1378
- }
1379
- },
1380
- "node_modules/@types/babel__generator": {
1381
- "version": "7.27.0",
1382
- "resolved": "https://registry.npmjs.org/@types/babel__generator/-/babel__generator-7.27.0.tgz",
1383
- "integrity": "sha512-ufFd2Xi92OAVPYsy+P4n7/U7e68fex0+Ee8gSG9KX7eo084CWiQ4sdxktvdl0bOPupXtVJPY19zk6EwWqUQ8lg==",
1384
- "dev": true,
1385
- "license": "MIT",
1386
- "dependencies": {
1387
- "@babel/types": "^7.0.0"
1388
- }
1389
- },
1390
- "node_modules/@types/babel__template": {
1391
- "version": "7.4.4",
1392
- "resolved": "https://registry.npmjs.org/@types/babel__template/-/babel__template-7.4.4.tgz",
1393
- "integrity": "sha512-h/NUaSyG5EyxBIp8YRxo4RMe2/qQgvyowRwVMzhYhBCONbW8PUsg4lkFMrhgZhUe5z3L3MiLDuvyJ/CaPa2A8A==",
1394
- "dev": true,
1395
- "license": "MIT",
1396
- "dependencies": {
1397
- "@babel/parser": "^7.1.0",
1398
- "@babel/types": "^7.0.0"
1399
- }
1400
- },
1401
- "node_modules/@types/babel__traverse": {
1402
- "version": "7.28.0",
1403
- "resolved": "https://registry.npmjs.org/@types/babel__traverse/-/babel__traverse-7.28.0.tgz",
1404
- "integrity": "sha512-8PvcXf70gTDZBgt9ptxJ8elBeBjcLOAcOtoO/mPJjtji1+CdGbHgm77om1GrsPxsiE+uXIpNSK64UYaIwQXd4Q==",
1405
- "dev": true,
1406
- "license": "MIT",
1407
- "dependencies": {
1408
- "@babel/types": "^7.28.2"
1409
- }
1410
- },
1411
- "node_modules/@types/estree": {
1412
- "version": "1.0.8",
1413
- "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.8.tgz",
1414
- "integrity": "sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==",
1415
- "dev": true,
1416
- "license": "MIT"
1417
- },
1418
- "node_modules/@types/json-schema": {
1419
- "version": "7.0.15",
1420
- "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.15.tgz",
1421
- "integrity": "sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==",
1422
- "dev": true,
1423
- "license": "MIT"
1424
- },
1425
- "node_modules/@types/react": {
1426
- "version": "19.2.9",
1427
- "resolved": "https://registry.npmjs.org/@types/react/-/react-19.2.9.tgz",
1428
- "integrity": "sha512-Lpo8kgb/igvMIPeNV2rsYKTgaORYdO1XGVZ4Qz3akwOj0ySGYMPlQWa8BaLn0G63D1aSaAQ5ldR06wCpChQCjA==",
1429
- "dev": true,
1430
- "license": "MIT",
1431
- "dependencies": {
1432
- "csstype": "^3.2.2"
1433
- }
1434
- },
1435
- "node_modules/@types/react-dom": {
1436
- "version": "19.2.3",
1437
- "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-19.2.3.tgz",
1438
- "integrity": "sha512-jp2L/eY6fn+KgVVQAOqYItbF0VY/YApe5Mz2F0aykSO8gx31bYCZyvSeYxCHKvzHG5eZjc+zyaS5BrBWya2+kQ==",
1439
- "dev": true,
1440
- "license": "MIT",
1441
- "peerDependencies": {
1442
- "@types/react": "^19.2.0"
1443
- }
1444
- },
1445
- "node_modules/@vitejs/plugin-react": {
1446
- "version": "5.1.2",
1447
- "resolved": "https://registry.npmjs.org/@vitejs/plugin-react/-/plugin-react-5.1.2.tgz",
1448
- "integrity": "sha512-EcA07pHJouywpzsoTUqNh5NwGayl2PPVEJKUSinGGSxFGYn+shYbqMGBg6FXDqgXum9Ou/ecb+411ssw8HImJQ==",
1449
- "dev": true,
1450
- "license": "MIT",
1451
- "dependencies": {
1452
- "@babel/core": "^7.28.5",
1453
- "@babel/plugin-transform-react-jsx-self": "^7.27.1",
1454
- "@babel/plugin-transform-react-jsx-source": "^7.27.1",
1455
- "@rolldown/pluginutils": "1.0.0-beta.53",
1456
- "@types/babel__core": "^7.20.5",
1457
- "react-refresh": "^0.18.0"
1458
- },
1459
- "engines": {
1460
- "node": "^20.19.0 || >=22.12.0"
1461
- },
1462
- "peerDependencies": {
1463
- "vite": "^4.2.0 || ^5.0.0 || ^6.0.0 || ^7.0.0"
1464
- }
1465
- },
1466
- "node_modules/acorn": {
1467
- "version": "8.15.0",
1468
- "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.15.0.tgz",
1469
- "integrity": "sha512-NZyJarBfL7nWwIq+FDL6Zp/yHEhePMNnnJ0y3qfieCrmNvYct8uvtiV41UvlSe6apAfk0fY1FbWx+NwfmpvtTg==",
1470
- "dev": true,
1471
- "license": "MIT",
1472
- "bin": {
1473
- "acorn": "bin/acorn"
1474
- },
1475
- "engines": {
1476
- "node": ">=0.4.0"
1477
- }
1478
- },
1479
- "node_modules/acorn-jsx": {
1480
- "version": "5.3.2",
1481
- "resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz",
1482
- "integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==",
1483
- "dev": true,
1484
- "license": "MIT",
1485
- "peerDependencies": {
1486
- "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0"
1487
- }
1488
- },
1489
- "node_modules/ajv": {
1490
- "version": "6.12.6",
1491
- "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz",
1492
- "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==",
1493
- "dev": true,
1494
- "license": "MIT",
1495
- "dependencies": {
1496
- "fast-deep-equal": "^3.1.1",
1497
- "fast-json-stable-stringify": "^2.0.0",
1498
- "json-schema-traverse": "^0.4.1",
1499
- "uri-js": "^4.2.2"
1500
- },
1501
- "funding": {
1502
- "type": "github",
1503
- "url": "https://github.com/sponsors/epoberezkin"
1504
- }
1505
- },
1506
- "node_modules/ansi-styles": {
1507
- "version": "4.3.0",
1508
- "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
1509
- "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
1510
- "dev": true,
1511
- "license": "MIT",
1512
- "dependencies": {
1513
- "color-convert": "^2.0.1"
1514
- },
1515
- "engines": {
1516
- "node": ">=8"
1517
- },
1518
- "funding": {
1519
- "url": "https://github.com/chalk/ansi-styles?sponsor=1"
1520
- }
1521
- },
1522
- "node_modules/argparse": {
1523
- "version": "2.0.1",
1524
- "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
1525
- "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
1526
- "dev": true,
1527
- "license": "Python-2.0"
1528
- },
1529
- "node_modules/balanced-match": {
1530
- "version": "1.0.2",
1531
- "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
1532
- "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
1533
- "dev": true,
1534
- "license": "MIT"
1535
- },
1536
- "node_modules/baseline-browser-mapping": {
1537
- "version": "2.9.17",
1538
- "resolved": "https://registry.npmjs.org/baseline-browser-mapping/-/baseline-browser-mapping-2.9.17.tgz",
1539
- "integrity": "sha512-agD0MgJFUP/4nvjqzIB29zRPUuCF7Ge6mEv9s8dHrtYD7QWXRcx75rOADE/d5ah1NI+0vkDl0yorDd5U852IQQ==",
1540
- "dev": true,
1541
- "license": "Apache-2.0",
1542
- "bin": {
1543
- "baseline-browser-mapping": "dist/cli.js"
1544
- }
1545
- },
1546
- "node_modules/brace-expansion": {
1547
- "version": "1.1.12",
1548
- "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.12.tgz",
1549
- "integrity": "sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==",
1550
- "dev": true,
1551
- "license": "MIT",
1552
- "dependencies": {
1553
- "balanced-match": "^1.0.0",
1554
- "concat-map": "0.0.1"
1555
- }
1556
- },
1557
- "node_modules/browserslist": {
1558
- "version": "4.28.1",
1559
- "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.28.1.tgz",
1560
- "integrity": "sha512-ZC5Bd0LgJXgwGqUknZY/vkUQ04r8NXnJZ3yYi4vDmSiZmC/pdSN0NbNRPxZpbtO4uAfDUAFffO8IZoM3Gj8IkA==",
1561
- "dev": true,
1562
- "funding": [
1563
- {
1564
- "type": "opencollective",
1565
- "url": "https://opencollective.com/browserslist"
1566
- },
1567
- {
1568
- "type": "tidelift",
1569
- "url": "https://tidelift.com/funding/github/npm/browserslist"
1570
- },
1571
- {
1572
- "type": "github",
1573
- "url": "https://github.com/sponsors/ai"
1574
- }
1575
- ],
1576
- "license": "MIT",
1577
- "dependencies": {
1578
- "baseline-browser-mapping": "^2.9.0",
1579
- "caniuse-lite": "^1.0.30001759",
1580
- "electron-to-chromium": "^1.5.263",
1581
- "node-releases": "^2.0.27",
1582
- "update-browserslist-db": "^1.2.0"
1583
- },
1584
- "bin": {
1585
- "browserslist": "cli.js"
1586
- },
1587
- "engines": {
1588
- "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7"
1589
- }
1590
- },
1591
- "node_modules/callsites": {
1592
- "version": "3.1.0",
1593
- "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz",
1594
- "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==",
1595
- "dev": true,
1596
- "license": "MIT",
1597
- "engines": {
1598
- "node": ">=6"
1599
- }
1600
- },
1601
- "node_modules/caniuse-lite": {
1602
- "version": "1.0.30001766",
1603
- "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001766.tgz",
1604
- "integrity": "sha512-4C0lfJ0/YPjJQHagaE9x2Elb69CIqEPZeG0anQt9SIvIoOH4a4uaRl73IavyO+0qZh6MDLH//DrXThEYKHkmYA==",
1605
- "dev": true,
1606
- "funding": [
1607
- {
1608
- "type": "opencollective",
1609
- "url": "https://opencollective.com/browserslist"
1610
- },
1611
- {
1612
- "type": "tidelift",
1613
- "url": "https://tidelift.com/funding/github/npm/caniuse-lite"
1614
- },
1615
- {
1616
- "type": "github",
1617
- "url": "https://github.com/sponsors/ai"
1618
- }
1619
- ],
1620
- "license": "CC-BY-4.0"
1621
- },
1622
- "node_modules/chalk": {
1623
- "version": "4.1.2",
1624
- "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
1625
- "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
1626
- "dev": true,
1627
- "license": "MIT",
1628
- "dependencies": {
1629
- "ansi-styles": "^4.1.0",
1630
- "supports-color": "^7.1.0"
1631
- },
1632
- "engines": {
1633
- "node": ">=10"
1634
- },
1635
- "funding": {
1636
- "url": "https://github.com/chalk/chalk?sponsor=1"
1637
- }
1638
- },
1639
- "node_modules/color-convert": {
1640
- "version": "2.0.1",
1641
- "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
1642
- "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
1643
- "dev": true,
1644
- "license": "MIT",
1645
- "dependencies": {
1646
- "color-name": "~1.1.4"
1647
- },
1648
- "engines": {
1649
- "node": ">=7.0.0"
1650
- }
1651
- },
1652
- "node_modules/color-name": {
1653
- "version": "1.1.4",
1654
- "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
1655
- "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
1656
- "dev": true,
1657
- "license": "MIT"
1658
- },
1659
- "node_modules/concat-map": {
1660
- "version": "0.0.1",
1661
- "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz",
1662
- "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==",
1663
- "dev": true,
1664
- "license": "MIT"
1665
- },
1666
- "node_modules/convert-source-map": {
1667
- "version": "2.0.0",
1668
- "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz",
1669
- "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==",
1670
- "dev": true,
1671
- "license": "MIT"
1672
- },
1673
- "node_modules/cross-spawn": {
1674
- "version": "7.0.6",
1675
- "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz",
1676
- "integrity": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==",
1677
- "dev": true,
1678
- "license": "MIT",
1679
- "dependencies": {
1680
- "path-key": "^3.1.0",
1681
- "shebang-command": "^2.0.0",
1682
- "which": "^2.0.1"
1683
- },
1684
- "engines": {
1685
- "node": ">= 8"
1686
- }
1687
- },
1688
- "node_modules/csstype": {
1689
- "version": "3.2.3",
1690
- "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.2.3.tgz",
1691
- "integrity": "sha512-z1HGKcYy2xA8AGQfwrn0PAy+PB7X/GSj3UVJW9qKyn43xWa+gl5nXmU4qqLMRzWVLFC8KusUX8T/0kCiOYpAIQ==",
1692
- "dev": true,
1693
- "license": "MIT"
1694
- },
1695
- "node_modules/debug": {
1696
- "version": "4.4.3",
1697
- "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz",
1698
- "integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==",
1699
- "dev": true,
1700
- "license": "MIT",
1701
- "dependencies": {
1702
- "ms": "^2.1.3"
1703
- },
1704
- "engines": {
1705
- "node": ">=6.0"
1706
- },
1707
- "peerDependenciesMeta": {
1708
- "supports-color": {
1709
- "optional": true
1710
- }
1711
- }
1712
- },
1713
- "node_modules/deep-is": {
1714
- "version": "0.1.4",
1715
- "resolved": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.4.tgz",
1716
- "integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==",
1717
- "dev": true,
1718
- "license": "MIT"
1719
- },
1720
- "node_modules/electron-to-chromium": {
1721
- "version": "1.5.278",
1722
- "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.278.tgz",
1723
- "integrity": "sha512-dQ0tM1svDRQOwxnXxm+twlGTjr9Upvt8UFWAgmLsxEzFQxhbti4VwxmMjsDxVC51Zo84swW7FVCXEV+VAkhuPw==",
1724
- "dev": true,
1725
- "license": "ISC"
1726
- },
1727
- "node_modules/esbuild": {
1728
- "version": "0.27.2",
1729
- "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.27.2.tgz",
1730
- "integrity": "sha512-HyNQImnsOC7X9PMNaCIeAm4ISCQXs5a5YasTXVliKv4uuBo1dKrG0A+uQS8M5eXjVMnLg3WgXaKvprHlFJQffw==",
1731
- "dev": true,
1732
- "hasInstallScript": true,
1733
- "license": "MIT",
1734
- "bin": {
1735
- "esbuild": "bin/esbuild"
1736
- },
1737
- "engines": {
1738
- "node": ">=18"
1739
- },
1740
- "optionalDependencies": {
1741
- "@esbuild/aix-ppc64": "0.27.2",
1742
- "@esbuild/android-arm": "0.27.2",
1743
- "@esbuild/android-arm64": "0.27.2",
1744
- "@esbuild/android-x64": "0.27.2",
1745
- "@esbuild/darwin-arm64": "0.27.2",
1746
- "@esbuild/darwin-x64": "0.27.2",
1747
- "@esbuild/freebsd-arm64": "0.27.2",
1748
- "@esbuild/freebsd-x64": "0.27.2",
1749
- "@esbuild/linux-arm": "0.27.2",
1750
- "@esbuild/linux-arm64": "0.27.2",
1751
- "@esbuild/linux-ia32": "0.27.2",
1752
- "@esbuild/linux-loong64": "0.27.2",
1753
- "@esbuild/linux-mips64el": "0.27.2",
1754
- "@esbuild/linux-ppc64": "0.27.2",
1755
- "@esbuild/linux-riscv64": "0.27.2",
1756
- "@esbuild/linux-s390x": "0.27.2",
1757
- "@esbuild/linux-x64": "0.27.2",
1758
- "@esbuild/netbsd-arm64": "0.27.2",
1759
- "@esbuild/netbsd-x64": "0.27.2",
1760
- "@esbuild/openbsd-arm64": "0.27.2",
1761
- "@esbuild/openbsd-x64": "0.27.2",
1762
- "@esbuild/openharmony-arm64": "0.27.2",
1763
- "@esbuild/sunos-x64": "0.27.2",
1764
- "@esbuild/win32-arm64": "0.27.2",
1765
- "@esbuild/win32-ia32": "0.27.2",
1766
- "@esbuild/win32-x64": "0.27.2"
1767
- }
1768
- },
1769
- "node_modules/escalade": {
1770
- "version": "3.2.0",
1771
- "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.2.0.tgz",
1772
- "integrity": "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==",
1773
- "dev": true,
1774
- "license": "MIT",
1775
- "engines": {
1776
- "node": ">=6"
1777
- }
1778
- },
1779
- "node_modules/escape-string-regexp": {
1780
- "version": "4.0.0",
1781
- "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz",
1782
- "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==",
1783
- "dev": true,
1784
- "license": "MIT",
1785
- "engines": {
1786
- "node": ">=10"
1787
- },
1788
- "funding": {
1789
- "url": "https://github.com/sponsors/sindresorhus"
1790
- }
1791
- },
1792
- "node_modules/eslint": {
1793
- "version": "9.39.2",
1794
- "resolved": "https://registry.npmjs.org/eslint/-/eslint-9.39.2.tgz",
1795
- "integrity": "sha512-LEyamqS7W5HB3ujJyvi0HQK/dtVINZvd5mAAp9eT5S/ujByGjiZLCzPcHVzuXbpJDJF/cxwHlfceVUDZ2lnSTw==",
1796
- "dev": true,
1797
- "license": "MIT",
1798
- "dependencies": {
1799
- "@eslint-community/eslint-utils": "^4.8.0",
1800
- "@eslint-community/regexpp": "^4.12.1",
1801
- "@eslint/config-array": "^0.21.1",
1802
- "@eslint/config-helpers": "^0.4.2",
1803
- "@eslint/core": "^0.17.0",
1804
- "@eslint/eslintrc": "^3.3.1",
1805
- "@eslint/js": "9.39.2",
1806
- "@eslint/plugin-kit": "^0.4.1",
1807
- "@humanfs/node": "^0.16.6",
1808
- "@humanwhocodes/module-importer": "^1.0.1",
1809
- "@humanwhocodes/retry": "^0.4.2",
1810
- "@types/estree": "^1.0.6",
1811
- "ajv": "^6.12.4",
1812
- "chalk": "^4.0.0",
1813
- "cross-spawn": "^7.0.6",
1814
- "debug": "^4.3.2",
1815
- "escape-string-regexp": "^4.0.0",
1816
- "eslint-scope": "^8.4.0",
1817
- "eslint-visitor-keys": "^4.2.1",
1818
- "espree": "^10.4.0",
1819
- "esquery": "^1.5.0",
1820
- "esutils": "^2.0.2",
1821
- "fast-deep-equal": "^3.1.3",
1822
- "file-entry-cache": "^8.0.0",
1823
- "find-up": "^5.0.0",
1824
- "glob-parent": "^6.0.2",
1825
- "ignore": "^5.2.0",
1826
- "imurmurhash": "^0.1.4",
1827
- "is-glob": "^4.0.0",
1828
- "json-stable-stringify-without-jsonify": "^1.0.1",
1829
- "lodash.merge": "^4.6.2",
1830
- "minimatch": "^3.1.2",
1831
- "natural-compare": "^1.4.0",
1832
- "optionator": "^0.9.3"
1833
- },
1834
- "bin": {
1835
- "eslint": "bin/eslint.js"
1836
- },
1837
- "engines": {
1838
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
1839
- },
1840
- "funding": {
1841
- "url": "https://eslint.org/donate"
1842
- },
1843
- "peerDependencies": {
1844
- "jiti": "*"
1845
- },
1846
- "peerDependenciesMeta": {
1847
- "jiti": {
1848
- "optional": true
1849
- }
1850
- }
1851
- },
1852
- "node_modules/eslint-plugin-react-hooks": {
1853
- "version": "7.0.1",
1854
- "resolved": "https://registry.npmjs.org/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-7.0.1.tgz",
1855
- "integrity": "sha512-O0d0m04evaNzEPoSW+59Mezf8Qt0InfgGIBJnpC0h3NH/WjUAR7BIKUfysC6todmtiZ/A0oUVS8Gce0WhBrHsA==",
1856
- "dev": true,
1857
- "license": "MIT",
1858
- "dependencies": {
1859
- "@babel/core": "^7.24.4",
1860
- "@babel/parser": "^7.24.4",
1861
- "hermes-parser": "^0.25.1",
1862
- "zod": "^3.25.0 || ^4.0.0",
1863
- "zod-validation-error": "^3.5.0 || ^4.0.0"
1864
- },
1865
- "engines": {
1866
- "node": ">=18"
1867
- },
1868
- "peerDependencies": {
1869
- "eslint": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0 || ^9.0.0"
1870
- }
1871
- },
1872
- "node_modules/eslint-plugin-react-refresh": {
1873
- "version": "0.4.26",
1874
- "resolved": "https://registry.npmjs.org/eslint-plugin-react-refresh/-/eslint-plugin-react-refresh-0.4.26.tgz",
1875
- "integrity": "sha512-1RETEylht2O6FM/MvgnyvT+8K21wLqDNg4qD51Zj3guhjt433XbnnkVttHMyaVyAFD03QSV4LPS5iE3VQmO7XQ==",
1876
- "dev": true,
1877
- "license": "MIT",
1878
- "peerDependencies": {
1879
- "eslint": ">=8.40"
1880
- }
1881
- },
1882
- "node_modules/eslint-scope": {
1883
- "version": "8.4.0",
1884
- "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-8.4.0.tgz",
1885
- "integrity": "sha512-sNXOfKCn74rt8RICKMvJS7XKV/Xk9kA7DyJr8mJik3S7Cwgy3qlkkmyS2uQB3jiJg6VNdZd/pDBJu0nvG2NlTg==",
1886
- "dev": true,
1887
- "license": "BSD-2-Clause",
1888
- "dependencies": {
1889
- "esrecurse": "^4.3.0",
1890
- "estraverse": "^5.2.0"
1891
- },
1892
- "engines": {
1893
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
1894
- },
1895
- "funding": {
1896
- "url": "https://opencollective.com/eslint"
1897
- }
1898
- },
1899
- "node_modules/eslint-visitor-keys": {
1900
- "version": "4.2.1",
1901
- "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz",
1902
- "integrity": "sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==",
1903
- "dev": true,
1904
- "license": "Apache-2.0",
1905
- "engines": {
1906
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
1907
- },
1908
- "funding": {
1909
- "url": "https://opencollective.com/eslint"
1910
- }
1911
- },
1912
- "node_modules/espree": {
1913
- "version": "10.4.0",
1914
- "resolved": "https://registry.npmjs.org/espree/-/espree-10.4.0.tgz",
1915
- "integrity": "sha512-j6PAQ2uUr79PZhBjP5C5fhl8e39FmRnOjsD5lGnWrFU8i2G776tBK7+nP8KuQUTTyAZUwfQqXAgrVH5MbH9CYQ==",
1916
- "dev": true,
1917
- "license": "BSD-2-Clause",
1918
- "dependencies": {
1919
- "acorn": "^8.15.0",
1920
- "acorn-jsx": "^5.3.2",
1921
- "eslint-visitor-keys": "^4.2.1"
1922
- },
1923
- "engines": {
1924
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
1925
- },
1926
- "funding": {
1927
- "url": "https://opencollective.com/eslint"
1928
- }
1929
- },
1930
- "node_modules/esquery": {
1931
- "version": "1.7.0",
1932
- "resolved": "https://registry.npmjs.org/esquery/-/esquery-1.7.0.tgz",
1933
- "integrity": "sha512-Ap6G0WQwcU/LHsvLwON1fAQX9Zp0A2Y6Y/cJBl9r/JbW90Zyg4/zbG6zzKa2OTALELarYHmKu0GhpM5EO+7T0g==",
1934
- "dev": true,
1935
- "license": "BSD-3-Clause",
1936
- "dependencies": {
1937
- "estraverse": "^5.1.0"
1938
- },
1939
- "engines": {
1940
- "node": ">=0.10"
1941
- }
1942
- },
1943
- "node_modules/esrecurse": {
1944
- "version": "4.3.0",
1945
- "resolved": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz",
1946
- "integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==",
1947
- "dev": true,
1948
- "license": "BSD-2-Clause",
1949
- "dependencies": {
1950
- "estraverse": "^5.2.0"
1951
- },
1952
- "engines": {
1953
- "node": ">=4.0"
1954
- }
1955
- },
1956
- "node_modules/estraverse": {
1957
- "version": "5.3.0",
1958
- "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz",
1959
- "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==",
1960
- "dev": true,
1961
- "license": "BSD-2-Clause",
1962
- "engines": {
1963
- "node": ">=4.0"
1964
- }
1965
- },
1966
- "node_modules/esutils": {
1967
- "version": "2.0.3",
1968
- "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz",
1969
- "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==",
1970
- "dev": true,
1971
- "license": "BSD-2-Clause",
1972
- "engines": {
1973
- "node": ">=0.10.0"
1974
- }
1975
- },
1976
- "node_modules/fast-deep-equal": {
1977
- "version": "3.1.3",
1978
- "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",
1979
- "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==",
1980
- "dev": true,
1981
- "license": "MIT"
1982
- },
1983
- "node_modules/fast-json-stable-stringify": {
1984
- "version": "2.1.0",
1985
- "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz",
1986
- "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==",
1987
- "dev": true,
1988
- "license": "MIT"
1989
- },
1990
- "node_modules/fast-levenshtein": {
1991
- "version": "2.0.6",
1992
- "resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz",
1993
- "integrity": "sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==",
1994
- "dev": true,
1995
- "license": "MIT"
1996
- },
1997
- "node_modules/fdir": {
1998
- "version": "6.5.0",
1999
- "resolved": "https://registry.npmjs.org/fdir/-/fdir-6.5.0.tgz",
2000
- "integrity": "sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==",
2001
- "dev": true,
2002
- "license": "MIT",
2003
- "engines": {
2004
- "node": ">=12.0.0"
2005
- },
2006
- "peerDependencies": {
2007
- "picomatch": "^3 || ^4"
2008
- },
2009
- "peerDependenciesMeta": {
2010
- "picomatch": {
2011
- "optional": true
2012
- }
2013
- }
2014
- },
2015
- "node_modules/file-entry-cache": {
2016
- "version": "8.0.0",
2017
- "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-8.0.0.tgz",
2018
- "integrity": "sha512-XXTUwCvisa5oacNGRP9SfNtYBNAMi+RPwBFmblZEF7N7swHYQS6/Zfk7SRwx4D5j3CH211YNRco1DEMNVfZCnQ==",
2019
- "dev": true,
2020
- "license": "MIT",
2021
- "dependencies": {
2022
- "flat-cache": "^4.0.0"
2023
- },
2024
- "engines": {
2025
- "node": ">=16.0.0"
2026
- }
2027
- },
2028
- "node_modules/find-up": {
2029
- "version": "5.0.0",
2030
- "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz",
2031
- "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==",
2032
- "dev": true,
2033
- "license": "MIT",
2034
- "dependencies": {
2035
- "locate-path": "^6.0.0",
2036
- "path-exists": "^4.0.0"
2037
- },
2038
- "engines": {
2039
- "node": ">=10"
2040
- },
2041
- "funding": {
2042
- "url": "https://github.com/sponsors/sindresorhus"
2043
- }
2044
- },
2045
- "node_modules/flat-cache": {
2046
- "version": "4.0.1",
2047
- "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-4.0.1.tgz",
2048
- "integrity": "sha512-f7ccFPK3SXFHpx15UIGyRJ/FJQctuKZ0zVuN3frBo4HnK3cay9VEW0R6yPYFHC0AgqhukPzKjq22t5DmAyqGyw==",
2049
- "dev": true,
2050
- "license": "MIT",
2051
- "dependencies": {
2052
- "flatted": "^3.2.9",
2053
- "keyv": "^4.5.4"
2054
- },
2055
- "engines": {
2056
- "node": ">=16"
2057
- }
2058
- },
2059
- "node_modules/flatted": {
2060
- "version": "3.3.3",
2061
- "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.3.3.tgz",
2062
- "integrity": "sha512-GX+ysw4PBCz0PzosHDepZGANEuFCMLrnRTiEy9McGjmkCQYwRq4A/X786G/fjM/+OjsWSU1ZrY5qyARZmO/uwg==",
2063
- "dev": true,
2064
- "license": "ISC"
2065
- },
2066
- "node_modules/fsevents": {
2067
- "version": "2.3.3",
2068
- "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz",
2069
- "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
2070
- "dev": true,
2071
- "hasInstallScript": true,
2072
- "license": "MIT",
2073
- "optional": true,
2074
- "os": [
2075
- "darwin"
2076
- ],
2077
- "engines": {
2078
- "node": "^8.16.0 || ^10.6.0 || >=11.0.0"
2079
- }
2080
- },
2081
- "node_modules/gensync": {
2082
- "version": "1.0.0-beta.2",
2083
- "resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz",
2084
- "integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==",
2085
- "dev": true,
2086
- "license": "MIT",
2087
- "engines": {
2088
- "node": ">=6.9.0"
2089
- }
2090
- },
2091
- "node_modules/glob-parent": {
2092
- "version": "6.0.2",
2093
- "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz",
2094
- "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==",
2095
- "dev": true,
2096
- "license": "ISC",
2097
- "dependencies": {
2098
- "is-glob": "^4.0.3"
2099
- },
2100
- "engines": {
2101
- "node": ">=10.13.0"
2102
- }
2103
- },
2104
- "node_modules/globals": {
2105
- "version": "16.5.0",
2106
- "resolved": "https://registry.npmjs.org/globals/-/globals-16.5.0.tgz",
2107
- "integrity": "sha512-c/c15i26VrJ4IRt5Z89DnIzCGDn9EcebibhAOjw5ibqEHsE1wLUgkPn9RDmNcUKyU87GeaL633nyJ+pplFR2ZQ==",
2108
- "dev": true,
2109
- "license": "MIT",
2110
- "engines": {
2111
- "node": ">=18"
2112
- },
2113
- "funding": {
2114
- "url": "https://github.com/sponsors/sindresorhus"
2115
- }
2116
- },
2117
- "node_modules/has-flag": {
2118
- "version": "4.0.0",
2119
- "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
2120
- "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
2121
- "dev": true,
2122
- "license": "MIT",
2123
- "engines": {
2124
- "node": ">=8"
2125
- }
2126
- },
2127
- "node_modules/hermes-estree": {
2128
- "version": "0.25.1",
2129
- "resolved": "https://registry.npmjs.org/hermes-estree/-/hermes-estree-0.25.1.tgz",
2130
- "integrity": "sha512-0wUoCcLp+5Ev5pDW2OriHC2MJCbwLwuRx+gAqMTOkGKJJiBCLjtrvy4PWUGn6MIVefecRpzoOZ/UV6iGdOr+Cw==",
2131
- "dev": true,
2132
- "license": "MIT"
2133
- },
2134
- "node_modules/hermes-parser": {
2135
- "version": "0.25.1",
2136
- "resolved": "https://registry.npmjs.org/hermes-parser/-/hermes-parser-0.25.1.tgz",
2137
- "integrity": "sha512-6pEjquH3rqaI6cYAXYPcz9MS4rY6R4ngRgrgfDshRptUZIc3lw0MCIJIGDj9++mfySOuPTHB4nrSW99BCvOPIA==",
2138
- "dev": true,
2139
- "license": "MIT",
2140
- "dependencies": {
2141
- "hermes-estree": "0.25.1"
2142
- }
2143
- },
2144
- "node_modules/ignore": {
2145
- "version": "5.3.2",
2146
- "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.3.2.tgz",
2147
- "integrity": "sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==",
2148
- "dev": true,
2149
- "license": "MIT",
2150
- "engines": {
2151
- "node": ">= 4"
2152
- }
2153
- },
2154
- "node_modules/import-fresh": {
2155
- "version": "3.3.1",
2156
- "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.1.tgz",
2157
- "integrity": "sha512-TR3KfrTZTYLPB6jUjfx6MF9WcWrHL9su5TObK4ZkYgBdWKPOFoSoQIdEuTuR82pmtxH2spWG9h6etwfr1pLBqQ==",
2158
- "dev": true,
2159
- "license": "MIT",
2160
- "dependencies": {
2161
- "parent-module": "^1.0.0",
2162
- "resolve-from": "^4.0.0"
2163
- },
2164
- "engines": {
2165
- "node": ">=6"
2166
- },
2167
- "funding": {
2168
- "url": "https://github.com/sponsors/sindresorhus"
2169
- }
2170
- },
2171
- "node_modules/imurmurhash": {
2172
- "version": "0.1.4",
2173
- "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz",
2174
- "integrity": "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==",
2175
- "dev": true,
2176
- "license": "MIT",
2177
- "engines": {
2178
- "node": ">=0.8.19"
2179
- }
2180
- },
2181
- "node_modules/is-extglob": {
2182
- "version": "2.1.1",
2183
- "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz",
2184
- "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==",
2185
- "dev": true,
2186
- "license": "MIT",
2187
- "engines": {
2188
- "node": ">=0.10.0"
2189
- }
2190
- },
2191
- "node_modules/is-glob": {
2192
- "version": "4.0.3",
2193
- "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz",
2194
- "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==",
2195
- "dev": true,
2196
- "license": "MIT",
2197
- "dependencies": {
2198
- "is-extglob": "^2.1.1"
2199
- },
2200
- "engines": {
2201
- "node": ">=0.10.0"
2202
- }
2203
- },
2204
- "node_modules/isexe": {
2205
- "version": "2.0.0",
2206
- "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
2207
- "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==",
2208
- "dev": true,
2209
- "license": "ISC"
2210
- },
2211
- "node_modules/js-tokens": {
2212
- "version": "4.0.0",
2213
- "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz",
2214
- "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==",
2215
- "dev": true,
2216
- "license": "MIT"
2217
- },
2218
- "node_modules/js-yaml": {
2219
- "version": "4.1.1",
2220
- "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.1.tgz",
2221
- "integrity": "sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==",
2222
- "dev": true,
2223
- "license": "MIT",
2224
- "dependencies": {
2225
- "argparse": "^2.0.1"
2226
- },
2227
- "bin": {
2228
- "js-yaml": "bin/js-yaml.js"
2229
- }
2230
- },
2231
- "node_modules/jsesc": {
2232
- "version": "3.1.0",
2233
- "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-3.1.0.tgz",
2234
- "integrity": "sha512-/sM3dO2FOzXjKQhJuo0Q173wf2KOo8t4I8vHy6lF9poUp7bKT0/NHE8fPX23PwfhnykfqnC2xRxOnVw5XuGIaA==",
2235
- "dev": true,
2236
- "license": "MIT",
2237
- "bin": {
2238
- "jsesc": "bin/jsesc"
2239
- },
2240
- "engines": {
2241
- "node": ">=6"
2242
- }
2243
- },
2244
- "node_modules/json-buffer": {
2245
- "version": "3.0.1",
2246
- "resolved": "https://registry.npmjs.org/json-buffer/-/json-buffer-3.0.1.tgz",
2247
- "integrity": "sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==",
2248
- "dev": true,
2249
- "license": "MIT"
2250
- },
2251
- "node_modules/json-schema-traverse": {
2252
- "version": "0.4.1",
2253
- "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
2254
- "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==",
2255
- "dev": true,
2256
- "license": "MIT"
2257
- },
2258
- "node_modules/json-stable-stringify-without-jsonify": {
2259
- "version": "1.0.1",
2260
- "resolved": "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz",
2261
- "integrity": "sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==",
2262
- "dev": true,
2263
- "license": "MIT"
2264
- },
2265
- "node_modules/json5": {
2266
- "version": "2.2.3",
2267
- "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz",
2268
- "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==",
2269
- "dev": true,
2270
- "license": "MIT",
2271
- "bin": {
2272
- "json5": "lib/cli.js"
2273
- },
2274
- "engines": {
2275
- "node": ">=6"
2276
- }
2277
- },
2278
- "node_modules/keyv": {
2279
- "version": "4.5.4",
2280
- "resolved": "https://registry.npmjs.org/keyv/-/keyv-4.5.4.tgz",
2281
- "integrity": "sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==",
2282
- "dev": true,
2283
- "license": "MIT",
2284
- "dependencies": {
2285
- "json-buffer": "3.0.1"
2286
- }
2287
- },
2288
- "node_modules/levn": {
2289
- "version": "0.4.1",
2290
- "resolved": "https://registry.npmjs.org/levn/-/levn-0.4.1.tgz",
2291
- "integrity": "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==",
2292
- "dev": true,
2293
- "license": "MIT",
2294
- "dependencies": {
2295
- "prelude-ls": "^1.2.1",
2296
- "type-check": "~0.4.0"
2297
- },
2298
- "engines": {
2299
- "node": ">= 0.8.0"
2300
- }
2301
- },
2302
- "node_modules/locate-path": {
2303
- "version": "6.0.0",
2304
- "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz",
2305
- "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==",
2306
- "dev": true,
2307
- "license": "MIT",
2308
- "dependencies": {
2309
- "p-locate": "^5.0.0"
2310
- },
2311
- "engines": {
2312
- "node": ">=10"
2313
- },
2314
- "funding": {
2315
- "url": "https://github.com/sponsors/sindresorhus"
2316
- }
2317
- },
2318
- "node_modules/lodash.merge": {
2319
- "version": "4.6.2",
2320
- "resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz",
2321
- "integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==",
2322
- "dev": true,
2323
- "license": "MIT"
2324
- },
2325
- "node_modules/lru-cache": {
2326
- "version": "5.1.1",
2327
- "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz",
2328
- "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==",
2329
- "dev": true,
2330
- "license": "ISC",
2331
- "dependencies": {
2332
- "yallist": "^3.0.2"
2333
- }
2334
- },
2335
- "node_modules/minimatch": {
2336
- "version": "3.1.2",
2337
- "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
2338
- "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
2339
- "dev": true,
2340
- "license": "ISC",
2341
- "dependencies": {
2342
- "brace-expansion": "^1.1.7"
2343
- },
2344
- "engines": {
2345
- "node": "*"
2346
- }
2347
- },
2348
- "node_modules/ms": {
2349
- "version": "2.1.3",
2350
- "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
2351
- "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
2352
- "dev": true,
2353
- "license": "MIT"
2354
- },
2355
- "node_modules/nanoid": {
2356
- "version": "3.3.11",
2357
- "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.11.tgz",
2358
- "integrity": "sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==",
2359
- "dev": true,
2360
- "funding": [
2361
- {
2362
- "type": "github",
2363
- "url": "https://github.com/sponsors/ai"
2364
- }
2365
- ],
2366
- "license": "MIT",
2367
- "bin": {
2368
- "nanoid": "bin/nanoid.cjs"
2369
- },
2370
- "engines": {
2371
- "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
2372
- }
2373
- },
2374
- "node_modules/natural-compare": {
2375
- "version": "1.4.0",
2376
- "resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz",
2377
- "integrity": "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==",
2378
- "dev": true,
2379
- "license": "MIT"
2380
- },
2381
- "node_modules/node-releases": {
2382
- "version": "2.0.27",
2383
- "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.27.tgz",
2384
- "integrity": "sha512-nmh3lCkYZ3grZvqcCH+fjmQ7X+H0OeZgP40OierEaAptX4XofMh5kwNbWh7lBduUzCcV/8kZ+NDLCwm2iorIlA==",
2385
- "dev": true,
2386
- "license": "MIT"
2387
- },
2388
- "node_modules/optionator": {
2389
- "version": "0.9.4",
2390
- "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.4.tgz",
2391
- "integrity": "sha512-6IpQ7mKUxRcZNLIObR0hz7lxsapSSIYNZJwXPGeF0mTVqGKFIXj1DQcMoT22S3ROcLyY/rz0PWaWZ9ayWmad9g==",
2392
- "dev": true,
2393
- "license": "MIT",
2394
- "dependencies": {
2395
- "deep-is": "^0.1.3",
2396
- "fast-levenshtein": "^2.0.6",
2397
- "levn": "^0.4.1",
2398
- "prelude-ls": "^1.2.1",
2399
- "type-check": "^0.4.0",
2400
- "word-wrap": "^1.2.5"
2401
- },
2402
- "engines": {
2403
- "node": ">= 0.8.0"
2404
- }
2405
- },
2406
- "node_modules/p-limit": {
2407
- "version": "3.1.0",
2408
- "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz",
2409
- "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==",
2410
- "dev": true,
2411
- "license": "MIT",
2412
- "dependencies": {
2413
- "yocto-queue": "^0.1.0"
2414
- },
2415
- "engines": {
2416
- "node": ">=10"
2417
- },
2418
- "funding": {
2419
- "url": "https://github.com/sponsors/sindresorhus"
2420
- }
2421
- },
2422
- "node_modules/p-locate": {
2423
- "version": "5.0.0",
2424
- "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz",
2425
- "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==",
2426
- "dev": true,
2427
- "license": "MIT",
2428
- "dependencies": {
2429
- "p-limit": "^3.0.2"
2430
- },
2431
- "engines": {
2432
- "node": ">=10"
2433
- },
2434
- "funding": {
2435
- "url": "https://github.com/sponsors/sindresorhus"
2436
- }
2437
- },
2438
- "node_modules/parent-module": {
2439
- "version": "1.0.1",
2440
- "resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz",
2441
- "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==",
2442
- "dev": true,
2443
- "license": "MIT",
2444
- "dependencies": {
2445
- "callsites": "^3.0.0"
2446
- },
2447
- "engines": {
2448
- "node": ">=6"
2449
- }
2450
- },
2451
- "node_modules/path-exists": {
2452
- "version": "4.0.0",
2453
- "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz",
2454
- "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==",
2455
- "dev": true,
2456
- "license": "MIT",
2457
- "engines": {
2458
- "node": ">=8"
2459
- }
2460
- },
2461
- "node_modules/path-key": {
2462
- "version": "3.1.1",
2463
- "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",
2464
- "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
2465
- "dev": true,
2466
- "license": "MIT",
2467
- "engines": {
2468
- "node": ">=8"
2469
- }
2470
- },
2471
- "node_modules/picocolors": {
2472
- "version": "1.1.1",
2473
- "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz",
2474
- "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",
2475
- "dev": true,
2476
- "license": "ISC"
2477
- },
2478
- "node_modules/picomatch": {
2479
- "version": "4.0.3",
2480
- "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.3.tgz",
2481
- "integrity": "sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==",
2482
- "dev": true,
2483
- "license": "MIT",
2484
- "engines": {
2485
- "node": ">=12"
2486
- },
2487
- "funding": {
2488
- "url": "https://github.com/sponsors/jonschlinkert"
2489
- }
2490
- },
2491
- "node_modules/postcss": {
2492
- "version": "8.5.6",
2493
- "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.6.tgz",
2494
- "integrity": "sha512-3Ybi1tAuwAP9s0r1UQ2J4n5Y0G05bJkpUIO0/bI9MhwmD70S5aTWbXGBwxHrelT+XM1k6dM0pk+SwNkpTRN7Pg==",
2495
- "dev": true,
2496
- "funding": [
2497
- {
2498
- "type": "opencollective",
2499
- "url": "https://opencollective.com/postcss/"
2500
- },
2501
- {
2502
- "type": "tidelift",
2503
- "url": "https://tidelift.com/funding/github/npm/postcss"
2504
- },
2505
- {
2506
- "type": "github",
2507
- "url": "https://github.com/sponsors/ai"
2508
- }
2509
- ],
2510
- "license": "MIT",
2511
- "dependencies": {
2512
- "nanoid": "^3.3.11",
2513
- "picocolors": "^1.1.1",
2514
- "source-map-js": "^1.2.1"
2515
- },
2516
- "engines": {
2517
- "node": "^10 || ^12 || >=14"
2518
- }
2519
- },
2520
- "node_modules/prelude-ls": {
2521
- "version": "1.2.1",
2522
- "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz",
2523
- "integrity": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==",
2524
- "dev": true,
2525
- "license": "MIT",
2526
- "engines": {
2527
- "node": ">= 0.8.0"
2528
- }
2529
- },
2530
- "node_modules/punycode": {
2531
- "version": "2.3.1",
2532
- "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz",
2533
- "integrity": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==",
2534
- "dev": true,
2535
- "license": "MIT",
2536
- "engines": {
2537
- "node": ">=6"
2538
- }
2539
- },
2540
- "node_modules/react": {
2541
- "version": "19.2.3",
2542
- "resolved": "https://registry.npmjs.org/react/-/react-19.2.3.tgz",
2543
- "integrity": "sha512-Ku/hhYbVjOQnXDZFv2+RibmLFGwFdeeKHFcOTlrt7xplBnya5OGn/hIRDsqDiSUcfORsDC7MPxwork8jBwsIWA==",
2544
- "license": "MIT",
2545
- "engines": {
2546
- "node": ">=0.10.0"
2547
- }
2548
- },
2549
- "node_modules/react-dom": {
2550
- "version": "19.2.3",
2551
- "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-19.2.3.tgz",
2552
- "integrity": "sha512-yELu4WmLPw5Mr/lmeEpox5rw3RETacE++JgHqQzd2dg+YbJuat3jH4ingc+WPZhxaoFzdv9y33G+F7Nl5O0GBg==",
2553
- "license": "MIT",
2554
- "dependencies": {
2555
- "scheduler": "^0.27.0"
2556
- },
2557
- "peerDependencies": {
2558
- "react": "^19.2.3"
2559
- }
2560
- },
2561
- "node_modules/react-refresh": {
2562
- "version": "0.18.0",
2563
- "resolved": "https://registry.npmjs.org/react-refresh/-/react-refresh-0.18.0.tgz",
2564
- "integrity": "sha512-QgT5//D3jfjJb6Gsjxv0Slpj23ip+HtOpnNgnb2S5zU3CB26G/IDPGoy4RJB42wzFE46DRsstbW6tKHoKbhAxw==",
2565
- "dev": true,
2566
- "license": "MIT",
2567
- "engines": {
2568
- "node": ">=0.10.0"
2569
- }
2570
- },
2571
- "node_modules/resolve-from": {
2572
- "version": "4.0.0",
2573
- "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz",
2574
- "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==",
2575
- "dev": true,
2576
- "license": "MIT",
2577
- "engines": {
2578
- "node": ">=4"
2579
- }
2580
- },
2581
- "node_modules/rollup": {
2582
- "version": "4.56.0",
2583
- "resolved": "https://registry.npmjs.org/rollup/-/rollup-4.56.0.tgz",
2584
- "integrity": "sha512-9FwVqlgUHzbXtDg9RCMgodF3Ua4Na6Gau+Sdt9vyCN4RhHfVKX2DCHy3BjMLTDd47ITDhYAnTwGulWTblJSDLg==",
2585
- "dev": true,
2586
- "license": "MIT",
2587
- "dependencies": {
2588
- "@types/estree": "1.0.8"
2589
- },
2590
- "bin": {
2591
- "rollup": "dist/bin/rollup"
2592
- },
2593
- "engines": {
2594
- "node": ">=18.0.0",
2595
- "npm": ">=8.0.0"
2596
- },
2597
- "optionalDependencies": {
2598
- "@rollup/rollup-android-arm-eabi": "4.56.0",
2599
- "@rollup/rollup-android-arm64": "4.56.0",
2600
- "@rollup/rollup-darwin-arm64": "4.56.0",
2601
- "@rollup/rollup-darwin-x64": "4.56.0",
2602
- "@rollup/rollup-freebsd-arm64": "4.56.0",
2603
- "@rollup/rollup-freebsd-x64": "4.56.0",
2604
- "@rollup/rollup-linux-arm-gnueabihf": "4.56.0",
2605
- "@rollup/rollup-linux-arm-musleabihf": "4.56.0",
2606
- "@rollup/rollup-linux-arm64-gnu": "4.56.0",
2607
- "@rollup/rollup-linux-arm64-musl": "4.56.0",
2608
- "@rollup/rollup-linux-loong64-gnu": "4.56.0",
2609
- "@rollup/rollup-linux-loong64-musl": "4.56.0",
2610
- "@rollup/rollup-linux-ppc64-gnu": "4.56.0",
2611
- "@rollup/rollup-linux-ppc64-musl": "4.56.0",
2612
- "@rollup/rollup-linux-riscv64-gnu": "4.56.0",
2613
- "@rollup/rollup-linux-riscv64-musl": "4.56.0",
2614
- "@rollup/rollup-linux-s390x-gnu": "4.56.0",
2615
- "@rollup/rollup-linux-x64-gnu": "4.56.0",
2616
- "@rollup/rollup-linux-x64-musl": "4.56.0",
2617
- "@rollup/rollup-openbsd-x64": "4.56.0",
2618
- "@rollup/rollup-openharmony-arm64": "4.56.0",
2619
- "@rollup/rollup-win32-arm64-msvc": "4.56.0",
2620
- "@rollup/rollup-win32-ia32-msvc": "4.56.0",
2621
- "@rollup/rollup-win32-x64-gnu": "4.56.0",
2622
- "@rollup/rollup-win32-x64-msvc": "4.56.0",
2623
- "fsevents": "~2.3.2"
2624
- }
2625
- },
2626
- "node_modules/scheduler": {
2627
- "version": "0.27.0",
2628
- "resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.27.0.tgz",
2629
- "integrity": "sha512-eNv+WrVbKu1f3vbYJT/xtiF5syA5HPIMtf9IgY/nKg0sWqzAUEvqY/xm7OcZc/qafLx/iO9FgOmeSAp4v5ti/Q==",
2630
- "license": "MIT"
2631
- },
2632
- "node_modules/semver": {
2633
- "version": "6.3.1",
2634
- "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
2635
- "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
2636
- "dev": true,
2637
- "license": "ISC",
2638
- "bin": {
2639
- "semver": "bin/semver.js"
2640
- }
2641
- },
2642
- "node_modules/shebang-command": {
2643
- "version": "2.0.0",
2644
- "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
2645
- "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
2646
- "dev": true,
2647
- "license": "MIT",
2648
- "dependencies": {
2649
- "shebang-regex": "^3.0.0"
2650
- },
2651
- "engines": {
2652
- "node": ">=8"
2653
- }
2654
- },
2655
- "node_modules/shebang-regex": {
2656
- "version": "3.0.0",
2657
- "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz",
2658
- "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==",
2659
- "dev": true,
2660
- "license": "MIT",
2661
- "engines": {
2662
- "node": ">=8"
2663
- }
2664
- },
2665
- "node_modules/source-map-js": {
2666
- "version": "1.2.1",
2667
- "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz",
2668
- "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==",
2669
- "dev": true,
2670
- "license": "BSD-3-Clause",
2671
- "engines": {
2672
- "node": ">=0.10.0"
2673
- }
2674
- },
2675
- "node_modules/strip-json-comments": {
2676
- "version": "3.1.1",
2677
- "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz",
2678
- "integrity": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==",
2679
- "dev": true,
2680
- "license": "MIT",
2681
- "engines": {
2682
- "node": ">=8"
2683
- },
2684
- "funding": {
2685
- "url": "https://github.com/sponsors/sindresorhus"
2686
- }
2687
- },
2688
- "node_modules/supports-color": {
2689
- "version": "7.2.0",
2690
- "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
2691
- "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
2692
- "dev": true,
2693
- "license": "MIT",
2694
- "dependencies": {
2695
- "has-flag": "^4.0.0"
2696
- },
2697
- "engines": {
2698
- "node": ">=8"
2699
- }
2700
- },
2701
- "node_modules/tinyglobby": {
2702
- "version": "0.2.15",
2703
- "resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.15.tgz",
2704
- "integrity": "sha512-j2Zq4NyQYG5XMST4cbs02Ak8iJUdxRM0XI5QyxXuZOzKOINmWurp3smXu3y5wDcJrptwpSjgXHzIQxR0omXljQ==",
2705
- "dev": true,
2706
- "license": "MIT",
2707
- "dependencies": {
2708
- "fdir": "^6.5.0",
2709
- "picomatch": "^4.0.3"
2710
- },
2711
- "engines": {
2712
- "node": ">=12.0.0"
2713
- },
2714
- "funding": {
2715
- "url": "https://github.com/sponsors/SuperchupuDev"
2716
- }
2717
- },
2718
- "node_modules/type-check": {
2719
- "version": "0.4.0",
2720
- "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz",
2721
- "integrity": "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==",
2722
- "dev": true,
2723
- "license": "MIT",
2724
- "dependencies": {
2725
- "prelude-ls": "^1.2.1"
2726
- },
2727
- "engines": {
2728
- "node": ">= 0.8.0"
2729
- }
2730
- },
2731
- "node_modules/update-browserslist-db": {
2732
- "version": "1.2.3",
2733
- "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.2.3.tgz",
2734
- "integrity": "sha512-Js0m9cx+qOgDxo0eMiFGEueWztz+d4+M3rGlmKPT+T4IS/jP4ylw3Nwpu6cpTTP8R1MAC1kF4VbdLt3ARf209w==",
2735
- "dev": true,
2736
- "funding": [
2737
- {
2738
- "type": "opencollective",
2739
- "url": "https://opencollective.com/browserslist"
2740
- },
2741
- {
2742
- "type": "tidelift",
2743
- "url": "https://tidelift.com/funding/github/npm/browserslist"
2744
- },
2745
- {
2746
- "type": "github",
2747
- "url": "https://github.com/sponsors/ai"
2748
- }
2749
- ],
2750
- "license": "MIT",
2751
- "dependencies": {
2752
- "escalade": "^3.2.0",
2753
- "picocolors": "^1.1.1"
2754
- },
2755
- "bin": {
2756
- "update-browserslist-db": "cli.js"
2757
- },
2758
- "peerDependencies": {
2759
- "browserslist": ">= 4.21.0"
2760
- }
2761
- },
2762
- "node_modules/uri-js": {
2763
- "version": "4.4.1",
2764
- "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz",
2765
- "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==",
2766
- "dev": true,
2767
- "license": "BSD-2-Clause",
2768
- "dependencies": {
2769
- "punycode": "^2.1.0"
2770
- }
2771
- },
2772
- "node_modules/vite": {
2773
- "version": "7.3.1",
2774
- "resolved": "https://registry.npmjs.org/vite/-/vite-7.3.1.tgz",
2775
- "integrity": "sha512-w+N7Hifpc3gRjZ63vYBXA56dvvRlNWRczTdmCBBa+CotUzAPf5b7YMdMR/8CQoeYE5LX3W4wj6RYTgonm1b9DA==",
2776
- "dev": true,
2777
- "license": "MIT",
2778
- "dependencies": {
2779
- "esbuild": "^0.27.0",
2780
- "fdir": "^6.5.0",
2781
- "picomatch": "^4.0.3",
2782
- "postcss": "^8.5.6",
2783
- "rollup": "^4.43.0",
2784
- "tinyglobby": "^0.2.15"
2785
- },
2786
- "bin": {
2787
- "vite": "bin/vite.js"
2788
- },
2789
- "engines": {
2790
- "node": "^20.19.0 || >=22.12.0"
2791
- },
2792
- "funding": {
2793
- "url": "https://github.com/vitejs/vite?sponsor=1"
2794
- },
2795
- "optionalDependencies": {
2796
- "fsevents": "~2.3.3"
2797
- },
2798
- "peerDependencies": {
2799
- "@types/node": "^20.19.0 || >=22.12.0",
2800
- "jiti": ">=1.21.0",
2801
- "less": "^4.0.0",
2802
- "lightningcss": "^1.21.0",
2803
- "sass": "^1.70.0",
2804
- "sass-embedded": "^1.70.0",
2805
- "stylus": ">=0.54.8",
2806
- "sugarss": "^5.0.0",
2807
- "terser": "^5.16.0",
2808
- "tsx": "^4.8.1",
2809
- "yaml": "^2.4.2"
2810
- },
2811
- "peerDependenciesMeta": {
2812
- "@types/node": {
2813
- "optional": true
2814
- },
2815
- "jiti": {
2816
- "optional": true
2817
- },
2818
- "less": {
2819
- "optional": true
2820
- },
2821
- "lightningcss": {
2822
- "optional": true
2823
- },
2824
- "sass": {
2825
- "optional": true
2826
- },
2827
- "sass-embedded": {
2828
- "optional": true
2829
- },
2830
- "stylus": {
2831
- "optional": true
2832
- },
2833
- "sugarss": {
2834
- "optional": true
2835
- },
2836
- "terser": {
2837
- "optional": true
2838
- },
2839
- "tsx": {
2840
- "optional": true
2841
- },
2842
- "yaml": {
2843
- "optional": true
2844
- }
2845
- }
2846
- },
2847
- "node_modules/which": {
2848
- "version": "2.0.2",
2849
- "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
2850
- "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
2851
- "dev": true,
2852
- "license": "ISC",
2853
- "dependencies": {
2854
- "isexe": "^2.0.0"
2855
- },
2856
- "bin": {
2857
- "node-which": "bin/node-which"
2858
- },
2859
- "engines": {
2860
- "node": ">= 8"
2861
- }
2862
- },
2863
- "node_modules/word-wrap": {
2864
- "version": "1.2.5",
2865
- "resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.5.tgz",
2866
- "integrity": "sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==",
2867
- "dev": true,
2868
- "license": "MIT",
2869
- "engines": {
2870
- "node": ">=0.10.0"
2871
- }
2872
- },
2873
- "node_modules/yallist": {
2874
- "version": "3.1.1",
2875
- "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz",
2876
- "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==",
2877
- "dev": true,
2878
- "license": "ISC"
2879
- },
2880
- "node_modules/yocto-queue": {
2881
- "version": "0.1.0",
2882
- "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz",
2883
- "integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==",
2884
- "dev": true,
2885
- "license": "MIT",
2886
- "engines": {
2887
- "node": ">=10"
2888
- },
2889
- "funding": {
2890
- "url": "https://github.com/sponsors/sindresorhus"
2891
- }
2892
- },
2893
- "node_modules/zod": {
2894
- "version": "4.3.6",
2895
- "resolved": "https://registry.npmjs.org/zod/-/zod-4.3.6.tgz",
2896
- "integrity": "sha512-rftlrkhHZOcjDwkGlnUtZZkvaPHCsDATp4pGpuOOMDaTdDDXF91wuVDJoWoPsKX/3YPQ5fHuF3STjcYyKr+Qhg==",
2897
- "dev": true,
2898
- "license": "MIT",
2899
- "funding": {
2900
- "url": "https://github.com/sponsors/colinhacks"
2901
- }
2902
- },
2903
- "node_modules/zod-validation-error": {
2904
- "version": "4.0.2",
2905
- "resolved": "https://registry.npmjs.org/zod-validation-error/-/zod-validation-error-4.0.2.tgz",
2906
- "integrity": "sha512-Q6/nZLe6jxuU80qb/4uJ4t5v2VEZ44lzQjPDhYJNztRQ4wyWc6VF3D3Kb/fAuPetZQnhS3hnajCf9CsWesghLQ==",
2907
- "dev": true,
2908
- "license": "MIT",
2909
- "engines": {
2910
- "node": ">=18.0.0"
2911
- },
2912
- "peerDependencies": {
2913
- "zod": "^3.25.0 || ^4.0.0"
2914
- }
2915
- }
2916
- }
2917
- }