create-ec-app 1.2.0 → 1.3.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.
- package/README.md +77 -0
- package/dist/index.js +106 -2
- package/dist/index.js.map +1 -1
- package/dist/pcf.d.ts.map +1 -1
- package/dist/pcf.js +82 -0
- package/dist/pcf.js.map +1 -1
- package/package.json +3 -1
- package/scripts/check-generated-css-scope.mjs +61 -0
- package/templates/base/package-lock.json +713 -1466
- package/templates/base/package.json +19 -19
- package/templates/base/src/App.tsx +1 -1
- package/templates/base/src/index.css +4 -1
- package/templates/base/src/main.tsx +4 -1
- package/templates/base/src/runtime/EcAppShell.tsx +29 -0
- package/templates/base/tsconfig.app.json +0 -1
- package/templates/base/tsconfig.json +1 -2
- package/templates/pcf/base/README.md +13 -0
- package/templates/pcf/base/index.ts +9 -3
- package/templates/pcf/base/package-lock.json +7290 -0
- package/templates/pcf/base/package.json +3 -3
- package/templates/targets/power-pages/src/App.patch.tsx +1 -1
- package/templates/targets/swa/package.patch.json +1 -1
- package/templates/ui/kendo/package.patch.json +2 -2
- package/templates/ui/kendo/src/main.patch.tsx +4 -1
- package/templates/ui/shadcn-ui/components.json +5 -2
- package/templates/ui/shadcn-ui/package.patch.json +3 -41
- package/templates/ui/shadcn-ui/src/index.patch.css +26 -9
- package/templates/ui/shadcn-ui/src/components/ui/accordion.tsx +0 -64
- package/templates/ui/shadcn-ui/src/components/ui/alert-dialog.tsx +0 -155
- package/templates/ui/shadcn-ui/src/components/ui/alert.tsx +0 -66
- package/templates/ui/shadcn-ui/src/components/ui/aspect-ratio.tsx +0 -11
- package/templates/ui/shadcn-ui/src/components/ui/avatar.tsx +0 -51
- package/templates/ui/shadcn-ui/src/components/ui/badge.tsx +0 -46
- package/templates/ui/shadcn-ui/src/components/ui/breadcrumb.tsx +0 -109
- package/templates/ui/shadcn-ui/src/components/ui/button-group.tsx +0 -83
- package/templates/ui/shadcn-ui/src/components/ui/button.tsx +0 -60
- package/templates/ui/shadcn-ui/src/components/ui/calendar.tsx +0 -216
- package/templates/ui/shadcn-ui/src/components/ui/card.tsx +0 -92
- package/templates/ui/shadcn-ui/src/components/ui/carousel.tsx +0 -239
- package/templates/ui/shadcn-ui/src/components/ui/chart.tsx +0 -357
- package/templates/ui/shadcn-ui/src/components/ui/checkbox.tsx +0 -32
- package/templates/ui/shadcn-ui/src/components/ui/collapsible.tsx +0 -31
- package/templates/ui/shadcn-ui/src/components/ui/command.tsx +0 -182
- package/templates/ui/shadcn-ui/src/components/ui/context-menu.tsx +0 -252
- package/templates/ui/shadcn-ui/src/components/ui/dialog.tsx +0 -141
- package/templates/ui/shadcn-ui/src/components/ui/drawer.tsx +0 -135
- package/templates/ui/shadcn-ui/src/components/ui/dropdown-menu.tsx +0 -255
- package/templates/ui/shadcn-ui/src/components/ui/empty.tsx +0 -104
- package/templates/ui/shadcn-ui/src/components/ui/field.tsx +0 -246
- package/templates/ui/shadcn-ui/src/components/ui/form.tsx +0 -167
- package/templates/ui/shadcn-ui/src/components/ui/hover-card.tsx +0 -44
- package/templates/ui/shadcn-ui/src/components/ui/input-group.tsx +0 -170
- package/templates/ui/shadcn-ui/src/components/ui/input-otp.tsx +0 -75
- package/templates/ui/shadcn-ui/src/components/ui/input.tsx +0 -21
- package/templates/ui/shadcn-ui/src/components/ui/item.tsx +0 -193
- package/templates/ui/shadcn-ui/src/components/ui/kbd.tsx +0 -28
- package/templates/ui/shadcn-ui/src/components/ui/label.tsx +0 -24
- package/templates/ui/shadcn-ui/src/components/ui/menubar.tsx +0 -274
- package/templates/ui/shadcn-ui/src/components/ui/navigation-menu.tsx +0 -168
- package/templates/ui/shadcn-ui/src/components/ui/pagination.tsx +0 -127
- package/templates/ui/shadcn-ui/src/components/ui/popover.tsx +0 -48
- package/templates/ui/shadcn-ui/src/components/ui/progress.tsx +0 -29
- package/templates/ui/shadcn-ui/src/components/ui/radio-group.tsx +0 -45
- package/templates/ui/shadcn-ui/src/components/ui/resizable.tsx +0 -54
- package/templates/ui/shadcn-ui/src/components/ui/scroll-area.tsx +0 -58
- package/templates/ui/shadcn-ui/src/components/ui/select.tsx +0 -185
- package/templates/ui/shadcn-ui/src/components/ui/separator.tsx +0 -28
- package/templates/ui/shadcn-ui/src/components/ui/sheet.tsx +0 -137
- package/templates/ui/shadcn-ui/src/components/ui/sidebar.tsx +0 -726
- package/templates/ui/shadcn-ui/src/components/ui/skeleton.tsx +0 -13
- package/templates/ui/shadcn-ui/src/components/ui/slider.tsx +0 -63
- package/templates/ui/shadcn-ui/src/components/ui/sonner.tsx +0 -38
- package/templates/ui/shadcn-ui/src/components/ui/spinner.tsx +0 -16
- package/templates/ui/shadcn-ui/src/components/ui/switch.tsx +0 -31
- package/templates/ui/shadcn-ui/src/components/ui/table.tsx +0 -114
- package/templates/ui/shadcn-ui/src/components/ui/tabs.tsx +0 -66
- package/templates/ui/shadcn-ui/src/components/ui/textarea.tsx +0 -18
- package/templates/ui/shadcn-ui/src/components/ui/toggle-group.tsx +0 -81
- package/templates/ui/shadcn-ui/src/components/ui/toggle.tsx +0 -45
- package/templates/ui/shadcn-ui/src/components/ui/tooltip.tsx +0 -61
|
@@ -8,29 +8,29 @@
|
|
|
8
8
|
"name": "base",
|
|
9
9
|
"version": "0.1.0",
|
|
10
10
|
"dependencies": {
|
|
11
|
-
"@tailwindcss/vite": "^4.
|
|
12
|
-
"@tanstack/react-query": "^5.
|
|
13
|
-
"@types/xrm": "^9.0.
|
|
14
|
-
"react": "^19.2.
|
|
15
|
-
"react-dom": "^19.2.
|
|
16
|
-
"tailwindcss": "^4.
|
|
17
|
-
"zod": "^4.3
|
|
18
|
-
"zustand": "^5.0.
|
|
11
|
+
"@tailwindcss/vite": "^4.3.0",
|
|
12
|
+
"@tanstack/react-query": "^5.100.14",
|
|
13
|
+
"@types/xrm": "^9.0.94",
|
|
14
|
+
"react": "^19.2.7",
|
|
15
|
+
"react-dom": "^19.2.7",
|
|
16
|
+
"tailwindcss": "^4.3.0",
|
|
17
|
+
"zod": "^4.4.3",
|
|
18
|
+
"zustand": "^5.0.14"
|
|
19
19
|
},
|
|
20
20
|
"devDependencies": {
|
|
21
|
-
"@eslint/js": "^
|
|
22
|
-
"@tanstack/eslint-plugin-query": "^5.
|
|
23
|
-
"@types/node": "^24.
|
|
24
|
-
"@types/react": "^19.2.
|
|
21
|
+
"@eslint/js": "^10.0.1",
|
|
22
|
+
"@tanstack/eslint-plugin-query": "^5.100.14",
|
|
23
|
+
"@types/node": "^24.12.4",
|
|
24
|
+
"@types/react": "^19.2.16",
|
|
25
25
|
"@types/react-dom": "^19.2.3",
|
|
26
|
-
"@vitejs/plugin-react": "^
|
|
27
|
-
"eslint": "^
|
|
28
|
-
"eslint-plugin-react-hooks": "^7.
|
|
26
|
+
"@vitejs/plugin-react": "^6.0.2",
|
|
27
|
+
"eslint": "^10.4.1",
|
|
28
|
+
"eslint-plugin-react-hooks": "^7.1.1",
|
|
29
29
|
"eslint-plugin-react-refresh": "^0.5.2",
|
|
30
|
-
"globals": "^
|
|
31
|
-
"typescript": "~
|
|
32
|
-
"typescript-eslint": "^8.
|
|
33
|
-
"vite": "^
|
|
30
|
+
"globals": "^17.6.0",
|
|
31
|
+
"typescript": "~6.0.3",
|
|
32
|
+
"typescript-eslint": "^8.60.1",
|
|
33
|
+
"vite": "^8.0.16"
|
|
34
34
|
}
|
|
35
35
|
},
|
|
36
36
|
"node_modules/@babel/code-frame": {
|
|
@@ -185,16 +185,6 @@
|
|
|
185
185
|
"@babel/core": "^7.0.0"
|
|
186
186
|
}
|
|
187
187
|
},
|
|
188
|
-
"node_modules/@babel/helper-plugin-utils": {
|
|
189
|
-
"version": "7.28.6",
|
|
190
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.28.6.tgz",
|
|
191
|
-
"integrity": "sha512-S9gzZ/bz83GRysI7gAD4wPT/AI3uCnY+9xn+Mx/KPs2JwHJIz1W8PZkg2cqyt3RNOBM8ejcXhV6y8Og7ly/Dug==",
|
|
192
|
-
"dev": true,
|
|
193
|
-
"license": "MIT",
|
|
194
|
-
"engines": {
|
|
195
|
-
"node": ">=6.9.0"
|
|
196
|
-
}
|
|
197
|
-
},
|
|
198
188
|
"node_modules/@babel/helper-string-parser": {
|
|
199
189
|
"version": "7.27.1",
|
|
200
190
|
"resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz",
|
|
@@ -255,38 +245,6 @@
|
|
|
255
245
|
"node": ">=6.0.0"
|
|
256
246
|
}
|
|
257
247
|
},
|
|
258
|
-
"node_modules/@babel/plugin-transform-react-jsx-self": {
|
|
259
|
-
"version": "7.27.1",
|
|
260
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-self/-/plugin-transform-react-jsx-self-7.27.1.tgz",
|
|
261
|
-
"integrity": "sha512-6UzkCs+ejGdZ5mFFC/OCUrv028ab2fp1znZmCZjAOBKiBK2jXD1O+BPSfX8X2qjJ75fZBMSnQn3Rq2mrBJK2mw==",
|
|
262
|
-
"dev": true,
|
|
263
|
-
"license": "MIT",
|
|
264
|
-
"dependencies": {
|
|
265
|
-
"@babel/helper-plugin-utils": "^7.27.1"
|
|
266
|
-
},
|
|
267
|
-
"engines": {
|
|
268
|
-
"node": ">=6.9.0"
|
|
269
|
-
},
|
|
270
|
-
"peerDependencies": {
|
|
271
|
-
"@babel/core": "^7.0.0-0"
|
|
272
|
-
}
|
|
273
|
-
},
|
|
274
|
-
"node_modules/@babel/plugin-transform-react-jsx-source": {
|
|
275
|
-
"version": "7.27.1",
|
|
276
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-source/-/plugin-transform-react-jsx-source-7.27.1.tgz",
|
|
277
|
-
"integrity": "sha512-zbwoTsBruTeKB9hSq73ha66iFeJHuaFkUbwvqElnygoNbj/jHRsSeokowZFN3CZ64IvEqcmmkVe89OPXc7ldAw==",
|
|
278
|
-
"dev": true,
|
|
279
|
-
"license": "MIT",
|
|
280
|
-
"dependencies": {
|
|
281
|
-
"@babel/helper-plugin-utils": "^7.27.1"
|
|
282
|
-
},
|
|
283
|
-
"engines": {
|
|
284
|
-
"node": ">=6.9.0"
|
|
285
|
-
},
|
|
286
|
-
"peerDependencies": {
|
|
287
|
-
"@babel/core": "^7.0.0-0"
|
|
288
|
-
}
|
|
289
|
-
},
|
|
290
248
|
"node_modules/@babel/template": {
|
|
291
249
|
"version": "7.28.6",
|
|
292
250
|
"resolved": "https://registry.npmjs.org/@babel/template/-/template-7.28.6.tgz",
|
|
@@ -321,434 +279,49 @@
|
|
|
321
279
|
"node": ">=6.9.0"
|
|
322
280
|
}
|
|
323
281
|
},
|
|
324
|
-
"node_modules/@babel/types": {
|
|
325
|
-
"version": "7.29.0",
|
|
326
|
-
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.29.0.tgz",
|
|
327
|
-
"integrity": "sha512-LwdZHpScM4Qz8Xw2iKSzS+cfglZzJGvofQICy7W7v4caru4EaAmyUuO6BGrbyQ2mYV11W0U8j5mBhd14dd3B0A==",
|
|
328
|
-
"dev": true,
|
|
329
|
-
"license": "MIT",
|
|
330
|
-
"dependencies": {
|
|
331
|
-
"@babel/helper-string-parser": "^7.27.1",
|
|
332
|
-
"@babel/helper-validator-identifier": "^7.28.5"
|
|
333
|
-
},
|
|
334
|
-
"engines": {
|
|
335
|
-
"node": ">=6.9.0"
|
|
336
|
-
}
|
|
337
|
-
},
|
|
338
|
-
"node_modules/@esbuild/aix-ppc64": {
|
|
339
|
-
"version": "0.27.3",
|
|
340
|
-
"resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.27.3.tgz",
|
|
341
|
-
"integrity": "sha512-9fJMTNFTWZMh5qwrBItuziu834eOCUcEqymSH7pY+zoMVEZg3gcPuBNxH1EvfVYe9h0x/Ptw8KBzv7qxb7l8dg==",
|
|
342
|
-
"cpu": [
|
|
343
|
-
"ppc64"
|
|
344
|
-
],
|
|
345
|
-
"license": "MIT",
|
|
346
|
-
"optional": true,
|
|
347
|
-
"os": [
|
|
348
|
-
"aix"
|
|
349
|
-
],
|
|
350
|
-
"engines": {
|
|
351
|
-
"node": ">=18"
|
|
352
|
-
}
|
|
353
|
-
},
|
|
354
|
-
"node_modules/@esbuild/android-arm": {
|
|
355
|
-
"version": "0.27.3",
|
|
356
|
-
"resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.27.3.tgz",
|
|
357
|
-
"integrity": "sha512-i5D1hPY7GIQmXlXhs2w8AWHhenb00+GxjxRncS2ZM7YNVGNfaMxgzSGuO8o8SJzRc/oZwU2bcScvVERk03QhzA==",
|
|
358
|
-
"cpu": [
|
|
359
|
-
"arm"
|
|
360
|
-
],
|
|
361
|
-
"license": "MIT",
|
|
362
|
-
"optional": true,
|
|
363
|
-
"os": [
|
|
364
|
-
"android"
|
|
365
|
-
],
|
|
366
|
-
"engines": {
|
|
367
|
-
"node": ">=18"
|
|
368
|
-
}
|
|
369
|
-
},
|
|
370
|
-
"node_modules/@esbuild/android-arm64": {
|
|
371
|
-
"version": "0.27.3",
|
|
372
|
-
"resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.27.3.tgz",
|
|
373
|
-
"integrity": "sha512-YdghPYUmj/FX2SYKJ0OZxf+iaKgMsKHVPF1MAq/P8WirnSpCStzKJFjOjzsW0QQ7oIAiccHdcqjbHmJxRb/dmg==",
|
|
374
|
-
"cpu": [
|
|
375
|
-
"arm64"
|
|
376
|
-
],
|
|
377
|
-
"license": "MIT",
|
|
378
|
-
"optional": true,
|
|
379
|
-
"os": [
|
|
380
|
-
"android"
|
|
381
|
-
],
|
|
382
|
-
"engines": {
|
|
383
|
-
"node": ">=18"
|
|
384
|
-
}
|
|
385
|
-
},
|
|
386
|
-
"node_modules/@esbuild/android-x64": {
|
|
387
|
-
"version": "0.27.3",
|
|
388
|
-
"resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.27.3.tgz",
|
|
389
|
-
"integrity": "sha512-IN/0BNTkHtk8lkOM8JWAYFg4ORxBkZQf9zXiEOfERX/CzxW3Vg1ewAhU7QSWQpVIzTW+b8Xy+lGzdYXV6UZObQ==",
|
|
390
|
-
"cpu": [
|
|
391
|
-
"x64"
|
|
392
|
-
],
|
|
393
|
-
"license": "MIT",
|
|
394
|
-
"optional": true,
|
|
395
|
-
"os": [
|
|
396
|
-
"android"
|
|
397
|
-
],
|
|
398
|
-
"engines": {
|
|
399
|
-
"node": ">=18"
|
|
400
|
-
}
|
|
401
|
-
},
|
|
402
|
-
"node_modules/@esbuild/darwin-arm64": {
|
|
403
|
-
"version": "0.27.3",
|
|
404
|
-
"resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.27.3.tgz",
|
|
405
|
-
"integrity": "sha512-Re491k7ByTVRy0t3EKWajdLIr0gz2kKKfzafkth4Q8A5n1xTHrkqZgLLjFEHVD+AXdUGgQMq+Godfq45mGpCKg==",
|
|
406
|
-
"cpu": [
|
|
407
|
-
"arm64"
|
|
408
|
-
],
|
|
409
|
-
"license": "MIT",
|
|
410
|
-
"optional": true,
|
|
411
|
-
"os": [
|
|
412
|
-
"darwin"
|
|
413
|
-
],
|
|
414
|
-
"engines": {
|
|
415
|
-
"node": ">=18"
|
|
416
|
-
}
|
|
417
|
-
},
|
|
418
|
-
"node_modules/@esbuild/darwin-x64": {
|
|
419
|
-
"version": "0.27.3",
|
|
420
|
-
"resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.27.3.tgz",
|
|
421
|
-
"integrity": "sha512-vHk/hA7/1AckjGzRqi6wbo+jaShzRowYip6rt6q7VYEDX4LEy1pZfDpdxCBnGtl+A5zq8iXDcyuxwtv3hNtHFg==",
|
|
422
|
-
"cpu": [
|
|
423
|
-
"x64"
|
|
424
|
-
],
|
|
425
|
-
"license": "MIT",
|
|
426
|
-
"optional": true,
|
|
427
|
-
"os": [
|
|
428
|
-
"darwin"
|
|
429
|
-
],
|
|
430
|
-
"engines": {
|
|
431
|
-
"node": ">=18"
|
|
432
|
-
}
|
|
433
|
-
},
|
|
434
|
-
"node_modules/@esbuild/freebsd-arm64": {
|
|
435
|
-
"version": "0.27.3",
|
|
436
|
-
"resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.27.3.tgz",
|
|
437
|
-
"integrity": "sha512-ipTYM2fjt3kQAYOvo6vcxJx3nBYAzPjgTCk7QEgZG8AUO3ydUhvelmhrbOheMnGOlaSFUoHXB6un+A7q4ygY9w==",
|
|
438
|
-
"cpu": [
|
|
439
|
-
"arm64"
|
|
440
|
-
],
|
|
441
|
-
"license": "MIT",
|
|
442
|
-
"optional": true,
|
|
443
|
-
"os": [
|
|
444
|
-
"freebsd"
|
|
445
|
-
],
|
|
446
|
-
"engines": {
|
|
447
|
-
"node": ">=18"
|
|
448
|
-
}
|
|
449
|
-
},
|
|
450
|
-
"node_modules/@esbuild/freebsd-x64": {
|
|
451
|
-
"version": "0.27.3",
|
|
452
|
-
"resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.27.3.tgz",
|
|
453
|
-
"integrity": "sha512-dDk0X87T7mI6U3K9VjWtHOXqwAMJBNN2r7bejDsc+j03SEjtD9HrOl8gVFByeM0aJksoUuUVU9TBaZa2rgj0oA==",
|
|
454
|
-
"cpu": [
|
|
455
|
-
"x64"
|
|
456
|
-
],
|
|
457
|
-
"license": "MIT",
|
|
458
|
-
"optional": true,
|
|
459
|
-
"os": [
|
|
460
|
-
"freebsd"
|
|
461
|
-
],
|
|
462
|
-
"engines": {
|
|
463
|
-
"node": ">=18"
|
|
464
|
-
}
|
|
465
|
-
},
|
|
466
|
-
"node_modules/@esbuild/linux-arm": {
|
|
467
|
-
"version": "0.27.3",
|
|
468
|
-
"resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.27.3.tgz",
|
|
469
|
-
"integrity": "sha512-s6nPv2QkSupJwLYyfS+gwdirm0ukyTFNl3KTgZEAiJDd+iHZcbTPPcWCcRYH+WlNbwChgH2QkE9NSlNrMT8Gfw==",
|
|
470
|
-
"cpu": [
|
|
471
|
-
"arm"
|
|
472
|
-
],
|
|
473
|
-
"license": "MIT",
|
|
474
|
-
"optional": true,
|
|
475
|
-
"os": [
|
|
476
|
-
"linux"
|
|
477
|
-
],
|
|
478
|
-
"engines": {
|
|
479
|
-
"node": ">=18"
|
|
480
|
-
}
|
|
481
|
-
},
|
|
482
|
-
"node_modules/@esbuild/linux-arm64": {
|
|
483
|
-
"version": "0.27.3",
|
|
484
|
-
"resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.27.3.tgz",
|
|
485
|
-
"integrity": "sha512-sZOuFz/xWnZ4KH3YfFrKCf1WyPZHakVzTiqji3WDc0BCl2kBwiJLCXpzLzUBLgmp4veFZdvN5ChW4Eq/8Fc2Fg==",
|
|
486
|
-
"cpu": [
|
|
487
|
-
"arm64"
|
|
488
|
-
],
|
|
489
|
-
"license": "MIT",
|
|
490
|
-
"optional": true,
|
|
491
|
-
"os": [
|
|
492
|
-
"linux"
|
|
493
|
-
],
|
|
494
|
-
"engines": {
|
|
495
|
-
"node": ">=18"
|
|
496
|
-
}
|
|
497
|
-
},
|
|
498
|
-
"node_modules/@esbuild/linux-ia32": {
|
|
499
|
-
"version": "0.27.3",
|
|
500
|
-
"resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.27.3.tgz",
|
|
501
|
-
"integrity": "sha512-yGlQYjdxtLdh0a3jHjuwOrxQjOZYD/C9PfdbgJJF3TIZWnm/tMd/RcNiLngiu4iwcBAOezdnSLAwQDPqTmtTYg==",
|
|
502
|
-
"cpu": [
|
|
503
|
-
"ia32"
|
|
504
|
-
],
|
|
505
|
-
"license": "MIT",
|
|
506
|
-
"optional": true,
|
|
507
|
-
"os": [
|
|
508
|
-
"linux"
|
|
509
|
-
],
|
|
510
|
-
"engines": {
|
|
511
|
-
"node": ">=18"
|
|
512
|
-
}
|
|
513
|
-
},
|
|
514
|
-
"node_modules/@esbuild/linux-loong64": {
|
|
515
|
-
"version": "0.27.3",
|
|
516
|
-
"resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.27.3.tgz",
|
|
517
|
-
"integrity": "sha512-WO60Sn8ly3gtzhyjATDgieJNet/KqsDlX5nRC5Y3oTFcS1l0KWba+SEa9Ja1GfDqSF1z6hif/SkpQJbL63cgOA==",
|
|
518
|
-
"cpu": [
|
|
519
|
-
"loong64"
|
|
520
|
-
],
|
|
521
|
-
"license": "MIT",
|
|
522
|
-
"optional": true,
|
|
523
|
-
"os": [
|
|
524
|
-
"linux"
|
|
525
|
-
],
|
|
526
|
-
"engines": {
|
|
527
|
-
"node": ">=18"
|
|
528
|
-
}
|
|
529
|
-
},
|
|
530
|
-
"node_modules/@esbuild/linux-mips64el": {
|
|
531
|
-
"version": "0.27.3",
|
|
532
|
-
"resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.27.3.tgz",
|
|
533
|
-
"integrity": "sha512-APsymYA6sGcZ4pD6k+UxbDjOFSvPWyZhjaiPyl/f79xKxwTnrn5QUnXR5prvetuaSMsb4jgeHewIDCIWljrSxw==",
|
|
534
|
-
"cpu": [
|
|
535
|
-
"mips64el"
|
|
536
|
-
],
|
|
537
|
-
"license": "MIT",
|
|
538
|
-
"optional": true,
|
|
539
|
-
"os": [
|
|
540
|
-
"linux"
|
|
541
|
-
],
|
|
542
|
-
"engines": {
|
|
543
|
-
"node": ">=18"
|
|
544
|
-
}
|
|
545
|
-
},
|
|
546
|
-
"node_modules/@esbuild/linux-ppc64": {
|
|
547
|
-
"version": "0.27.3",
|
|
548
|
-
"resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.27.3.tgz",
|
|
549
|
-
"integrity": "sha512-eizBnTeBefojtDb9nSh4vvVQ3V9Qf9Df01PfawPcRzJH4gFSgrObw+LveUyDoKU3kxi5+9RJTCWlj4FjYXVPEA==",
|
|
550
|
-
"cpu": [
|
|
551
|
-
"ppc64"
|
|
552
|
-
],
|
|
553
|
-
"license": "MIT",
|
|
554
|
-
"optional": true,
|
|
555
|
-
"os": [
|
|
556
|
-
"linux"
|
|
557
|
-
],
|
|
558
|
-
"engines": {
|
|
559
|
-
"node": ">=18"
|
|
560
|
-
}
|
|
561
|
-
},
|
|
562
|
-
"node_modules/@esbuild/linux-riscv64": {
|
|
563
|
-
"version": "0.27.3",
|
|
564
|
-
"resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.27.3.tgz",
|
|
565
|
-
"integrity": "sha512-3Emwh0r5wmfm3ssTWRQSyVhbOHvqegUDRd0WhmXKX2mkHJe1SFCMJhagUleMq+Uci34wLSipf8Lagt4LlpRFWQ==",
|
|
566
|
-
"cpu": [
|
|
567
|
-
"riscv64"
|
|
568
|
-
],
|
|
569
|
-
"license": "MIT",
|
|
570
|
-
"optional": true,
|
|
571
|
-
"os": [
|
|
572
|
-
"linux"
|
|
573
|
-
],
|
|
574
|
-
"engines": {
|
|
575
|
-
"node": ">=18"
|
|
576
|
-
}
|
|
577
|
-
},
|
|
578
|
-
"node_modules/@esbuild/linux-s390x": {
|
|
579
|
-
"version": "0.27.3",
|
|
580
|
-
"resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.27.3.tgz",
|
|
581
|
-
"integrity": "sha512-pBHUx9LzXWBc7MFIEEL0yD/ZVtNgLytvx60gES28GcWMqil8ElCYR4kvbV2BDqsHOvVDRrOxGySBM9Fcv744hw==",
|
|
582
|
-
"cpu": [
|
|
583
|
-
"s390x"
|
|
584
|
-
],
|
|
585
|
-
"license": "MIT",
|
|
586
|
-
"optional": true,
|
|
587
|
-
"os": [
|
|
588
|
-
"linux"
|
|
589
|
-
],
|
|
590
|
-
"engines": {
|
|
591
|
-
"node": ">=18"
|
|
592
|
-
}
|
|
593
|
-
},
|
|
594
|
-
"node_modules/@esbuild/linux-x64": {
|
|
595
|
-
"version": "0.27.3",
|
|
596
|
-
"resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.27.3.tgz",
|
|
597
|
-
"integrity": "sha512-Czi8yzXUWIQYAtL/2y6vogER8pvcsOsk5cpwL4Gk5nJqH5UZiVByIY8Eorm5R13gq+DQKYg0+JyQoytLQas4dA==",
|
|
598
|
-
"cpu": [
|
|
599
|
-
"x64"
|
|
600
|
-
],
|
|
601
|
-
"license": "MIT",
|
|
602
|
-
"optional": true,
|
|
603
|
-
"os": [
|
|
604
|
-
"linux"
|
|
605
|
-
],
|
|
606
|
-
"engines": {
|
|
607
|
-
"node": ">=18"
|
|
608
|
-
}
|
|
609
|
-
},
|
|
610
|
-
"node_modules/@esbuild/netbsd-arm64": {
|
|
611
|
-
"version": "0.27.3",
|
|
612
|
-
"resolved": "https://registry.npmjs.org/@esbuild/netbsd-arm64/-/netbsd-arm64-0.27.3.tgz",
|
|
613
|
-
"integrity": "sha512-sDpk0RgmTCR/5HguIZa9n9u+HVKf40fbEUt+iTzSnCaGvY9kFP0YKBWZtJaraonFnqef5SlJ8/TiPAxzyS+UoA==",
|
|
614
|
-
"cpu": [
|
|
615
|
-
"arm64"
|
|
616
|
-
],
|
|
617
|
-
"license": "MIT",
|
|
618
|
-
"optional": true,
|
|
619
|
-
"os": [
|
|
620
|
-
"netbsd"
|
|
621
|
-
],
|
|
622
|
-
"engines": {
|
|
623
|
-
"node": ">=18"
|
|
624
|
-
}
|
|
625
|
-
},
|
|
626
|
-
"node_modules/@esbuild/netbsd-x64": {
|
|
627
|
-
"version": "0.27.3",
|
|
628
|
-
"resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.27.3.tgz",
|
|
629
|
-
"integrity": "sha512-P14lFKJl/DdaE00LItAukUdZO5iqNH7+PjoBm+fLQjtxfcfFE20Xf5CrLsmZdq5LFFZzb5JMZ9grUwvtVYzjiA==",
|
|
630
|
-
"cpu": [
|
|
631
|
-
"x64"
|
|
632
|
-
],
|
|
633
|
-
"license": "MIT",
|
|
634
|
-
"optional": true,
|
|
635
|
-
"os": [
|
|
636
|
-
"netbsd"
|
|
637
|
-
],
|
|
638
|
-
"engines": {
|
|
639
|
-
"node": ">=18"
|
|
640
|
-
}
|
|
641
|
-
},
|
|
642
|
-
"node_modules/@esbuild/openbsd-arm64": {
|
|
643
|
-
"version": "0.27.3",
|
|
644
|
-
"resolved": "https://registry.npmjs.org/@esbuild/openbsd-arm64/-/openbsd-arm64-0.27.3.tgz",
|
|
645
|
-
"integrity": "sha512-AIcMP77AvirGbRl/UZFTq5hjXK+2wC7qFRGoHSDrZ5v5b8DK/GYpXW3CPRL53NkvDqb9D+alBiC/dV0Fb7eJcw==",
|
|
646
|
-
"cpu": [
|
|
647
|
-
"arm64"
|
|
648
|
-
],
|
|
649
|
-
"license": "MIT",
|
|
650
|
-
"optional": true,
|
|
651
|
-
"os": [
|
|
652
|
-
"openbsd"
|
|
653
|
-
],
|
|
654
|
-
"engines": {
|
|
655
|
-
"node": ">=18"
|
|
656
|
-
}
|
|
657
|
-
},
|
|
658
|
-
"node_modules/@esbuild/openbsd-x64": {
|
|
659
|
-
"version": "0.27.3",
|
|
660
|
-
"resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.27.3.tgz",
|
|
661
|
-
"integrity": "sha512-DnW2sRrBzA+YnE70LKqnM3P+z8vehfJWHXECbwBmH/CU51z6FiqTQTHFenPlHmo3a8UgpLyH3PT+87OViOh1AQ==",
|
|
662
|
-
"cpu": [
|
|
663
|
-
"x64"
|
|
664
|
-
],
|
|
665
|
-
"license": "MIT",
|
|
666
|
-
"optional": true,
|
|
667
|
-
"os": [
|
|
668
|
-
"openbsd"
|
|
669
|
-
],
|
|
670
|
-
"engines": {
|
|
671
|
-
"node": ">=18"
|
|
672
|
-
}
|
|
673
|
-
},
|
|
674
|
-
"node_modules/@esbuild/openharmony-arm64": {
|
|
675
|
-
"version": "0.27.3",
|
|
676
|
-
"resolved": "https://registry.npmjs.org/@esbuild/openharmony-arm64/-/openharmony-arm64-0.27.3.tgz",
|
|
677
|
-
"integrity": "sha512-NinAEgr/etERPTsZJ7aEZQvvg/A6IsZG/LgZy+81wON2huV7SrK3e63dU0XhyZP4RKGyTm7aOgmQk0bGp0fy2g==",
|
|
678
|
-
"cpu": [
|
|
679
|
-
"arm64"
|
|
680
|
-
],
|
|
681
|
-
"license": "MIT",
|
|
682
|
-
"optional": true,
|
|
683
|
-
"os": [
|
|
684
|
-
"openharmony"
|
|
685
|
-
],
|
|
686
|
-
"engines": {
|
|
687
|
-
"node": ">=18"
|
|
688
|
-
}
|
|
689
|
-
},
|
|
690
|
-
"node_modules/@esbuild/sunos-x64": {
|
|
691
|
-
"version": "0.27.3",
|
|
692
|
-
"resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.27.3.tgz",
|
|
693
|
-
"integrity": "sha512-PanZ+nEz+eWoBJ8/f8HKxTTD172SKwdXebZ0ndd953gt1HRBbhMsaNqjTyYLGLPdoWHy4zLU7bDVJztF5f3BHA==",
|
|
694
|
-
"cpu": [
|
|
695
|
-
"x64"
|
|
696
|
-
],
|
|
282
|
+
"node_modules/@babel/types": {
|
|
283
|
+
"version": "7.29.0",
|
|
284
|
+
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.29.0.tgz",
|
|
285
|
+
"integrity": "sha512-LwdZHpScM4Qz8Xw2iKSzS+cfglZzJGvofQICy7W7v4caru4EaAmyUuO6BGrbyQ2mYV11W0U8j5mBhd14dd3B0A==",
|
|
286
|
+
"dev": true,
|
|
697
287
|
"license": "MIT",
|
|
698
|
-
"
|
|
699
|
-
|
|
700
|
-
"
|
|
701
|
-
|
|
288
|
+
"dependencies": {
|
|
289
|
+
"@babel/helper-string-parser": "^7.27.1",
|
|
290
|
+
"@babel/helper-validator-identifier": "^7.28.5"
|
|
291
|
+
},
|
|
702
292
|
"engines": {
|
|
703
|
-
"node": ">=
|
|
293
|
+
"node": ">=6.9.0"
|
|
704
294
|
}
|
|
705
295
|
},
|
|
706
|
-
"node_modules/@
|
|
707
|
-
"version": "
|
|
708
|
-
"resolved": "https://registry.npmjs.org/@
|
|
709
|
-
"integrity": "sha512-
|
|
710
|
-
"cpu": [
|
|
711
|
-
"arm64"
|
|
712
|
-
],
|
|
296
|
+
"node_modules/@emnapi/core": {
|
|
297
|
+
"version": "1.10.0",
|
|
298
|
+
"resolved": "https://registry.npmjs.org/@emnapi/core/-/core-1.10.0.tgz",
|
|
299
|
+
"integrity": "sha512-yq6OkJ4p82CAfPl0u9mQebQHKPJkY7WrIuk205cTYnYe+k2Z8YBh11FrbRG/H6ihirqcacOgl2BIO8oyMQLeXw==",
|
|
713
300
|
"license": "MIT",
|
|
714
301
|
"optional": true,
|
|
715
|
-
"
|
|
716
|
-
"
|
|
717
|
-
|
|
718
|
-
"engines": {
|
|
719
|
-
"node": ">=18"
|
|
302
|
+
"dependencies": {
|
|
303
|
+
"@emnapi/wasi-threads": "1.2.1",
|
|
304
|
+
"tslib": "^2.4.0"
|
|
720
305
|
}
|
|
721
306
|
},
|
|
722
|
-
"node_modules/@
|
|
723
|
-
"version": "
|
|
724
|
-
"resolved": "https://registry.npmjs.org/@
|
|
725
|
-
"integrity": "sha512-
|
|
726
|
-
"cpu": [
|
|
727
|
-
"ia32"
|
|
728
|
-
],
|
|
307
|
+
"node_modules/@emnapi/runtime": {
|
|
308
|
+
"version": "1.10.0",
|
|
309
|
+
"resolved": "https://registry.npmjs.org/@emnapi/runtime/-/runtime-1.10.0.tgz",
|
|
310
|
+
"integrity": "sha512-ewvYlk86xUoGI0zQRNq/mC+16R1QeDlKQy21Ki3oSYXNgLb45GV1P6A0M+/s6nyCuNDqe5VpaY84BzXGwVbwFA==",
|
|
729
311
|
"license": "MIT",
|
|
730
312
|
"optional": true,
|
|
731
|
-
"
|
|
732
|
-
"
|
|
733
|
-
],
|
|
734
|
-
"engines": {
|
|
735
|
-
"node": ">=18"
|
|
313
|
+
"dependencies": {
|
|
314
|
+
"tslib": "^2.4.0"
|
|
736
315
|
}
|
|
737
316
|
},
|
|
738
|
-
"node_modules/@
|
|
739
|
-
"version": "
|
|
740
|
-
"resolved": "https://registry.npmjs.org/@
|
|
741
|
-
"integrity": "sha512-
|
|
742
|
-
"cpu": [
|
|
743
|
-
"x64"
|
|
744
|
-
],
|
|
317
|
+
"node_modules/@emnapi/wasi-threads": {
|
|
318
|
+
"version": "1.2.1",
|
|
319
|
+
"resolved": "https://registry.npmjs.org/@emnapi/wasi-threads/-/wasi-threads-1.2.1.tgz",
|
|
320
|
+
"integrity": "sha512-uTII7OYF+/Mes/MrcIOYp5yOtSMLBWSIoLPpcgwipoiKbli6k322tcoFsxoIIxPDqW01SQGAgko4EzZi2BNv2w==",
|
|
745
321
|
"license": "MIT",
|
|
746
322
|
"optional": true,
|
|
747
|
-
"
|
|
748
|
-
"
|
|
749
|
-
],
|
|
750
|
-
"engines": {
|
|
751
|
-
"node": ">=18"
|
|
323
|
+
"dependencies": {
|
|
324
|
+
"tslib": "^2.4.0"
|
|
752
325
|
}
|
|
753
326
|
},
|
|
754
327
|
"node_modules/@eslint-community/eslint-utils": {
|
|
@@ -781,180 +354,89 @@
|
|
|
781
354
|
}
|
|
782
355
|
},
|
|
783
356
|
"node_modules/@eslint/config-array": {
|
|
784
|
-
"version": "0.
|
|
785
|
-
"resolved": "https://registry.npmjs.org/@eslint/config-array/-/config-array-0.
|
|
786
|
-
"integrity": "sha512-
|
|
357
|
+
"version": "0.23.5",
|
|
358
|
+
"resolved": "https://registry.npmjs.org/@eslint/config-array/-/config-array-0.23.5.tgz",
|
|
359
|
+
"integrity": "sha512-Y3kKLvC1dvTOT+oGlqNQ1XLqK6D1HU2YXPc52NmAlJZbMMWDzGYXMiPRJ8TYD39muD/OTjlZmNJ4ib7dvSrMBA==",
|
|
787
360
|
"dev": true,
|
|
788
361
|
"license": "Apache-2.0",
|
|
789
362
|
"dependencies": {
|
|
790
|
-
"@eslint/object-schema": "^
|
|
363
|
+
"@eslint/object-schema": "^3.0.5",
|
|
791
364
|
"debug": "^4.3.1",
|
|
792
|
-
"minimatch": "^
|
|
793
|
-
},
|
|
794
|
-
"engines": {
|
|
795
|
-
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
796
|
-
}
|
|
797
|
-
},
|
|
798
|
-
"node_modules/@eslint/config-array/node_modules/balanced-match": {
|
|
799
|
-
"version": "1.0.2",
|
|
800
|
-
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
|
|
801
|
-
"integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
|
|
802
|
-
"dev": true,
|
|
803
|
-
"license": "MIT"
|
|
804
|
-
},
|
|
805
|
-
"node_modules/@eslint/config-array/node_modules/brace-expansion": {
|
|
806
|
-
"version": "1.1.12",
|
|
807
|
-
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.12.tgz",
|
|
808
|
-
"integrity": "sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==",
|
|
809
|
-
"dev": true,
|
|
810
|
-
"license": "MIT",
|
|
811
|
-
"dependencies": {
|
|
812
|
-
"balanced-match": "^1.0.0",
|
|
813
|
-
"concat-map": "0.0.1"
|
|
814
|
-
}
|
|
815
|
-
},
|
|
816
|
-
"node_modules/@eslint/config-array/node_modules/minimatch": {
|
|
817
|
-
"version": "3.1.5",
|
|
818
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.5.tgz",
|
|
819
|
-
"integrity": "sha512-VgjWUsnnT6n+NUk6eZq77zeFdpW2LWDzP6zFGrCbHXiYNul5Dzqk2HHQ5uFH2DNW5Xbp8+jVzaeNt94ssEEl4w==",
|
|
820
|
-
"dev": true,
|
|
821
|
-
"license": "ISC",
|
|
822
|
-
"dependencies": {
|
|
823
|
-
"brace-expansion": "^1.1.7"
|
|
365
|
+
"minimatch": "^10.2.4"
|
|
824
366
|
},
|
|
825
367
|
"engines": {
|
|
826
|
-
"node": "
|
|
368
|
+
"node": "^20.19.0 || ^22.13.0 || >=24"
|
|
827
369
|
}
|
|
828
370
|
},
|
|
829
371
|
"node_modules/@eslint/config-helpers": {
|
|
830
|
-
"version": "0.
|
|
831
|
-
"resolved": "https://registry.npmjs.org/@eslint/config-helpers/-/config-helpers-0.
|
|
832
|
-
"integrity": "sha512-
|
|
372
|
+
"version": "0.6.0",
|
|
373
|
+
"resolved": "https://registry.npmjs.org/@eslint/config-helpers/-/config-helpers-0.6.0.tgz",
|
|
374
|
+
"integrity": "sha512-ii6Bw9jJ2zi2cWA2Z+9/QZ/+3DX6kwaV5Q986D/CdP3Lap3w/pgQZ373FV7byY/i7L4IRH/G43I5dz1ClsCbpA==",
|
|
833
375
|
"dev": true,
|
|
834
376
|
"license": "Apache-2.0",
|
|
835
377
|
"dependencies": {
|
|
836
|
-
"@eslint/core": "^
|
|
378
|
+
"@eslint/core": "^1.2.1"
|
|
837
379
|
},
|
|
838
380
|
"engines": {
|
|
839
|
-
"node": "^
|
|
381
|
+
"node": "^20.19.0 || ^22.13.0 || >=24"
|
|
840
382
|
}
|
|
841
383
|
},
|
|
842
384
|
"node_modules/@eslint/core": {
|
|
843
|
-
"version": "
|
|
844
|
-
"resolved": "https://registry.npmjs.org/@eslint/core/-/core-
|
|
845
|
-
"integrity": "sha512-
|
|
385
|
+
"version": "1.2.1",
|
|
386
|
+
"resolved": "https://registry.npmjs.org/@eslint/core/-/core-1.2.1.tgz",
|
|
387
|
+
"integrity": "sha512-MwcE1P+AZ4C6DWlpin/OmOA54mmIZ/+xZuJiQd4SyB29oAJjN30UW9wkKNptW2ctp4cEsvhlLY/CsQ1uoHDloQ==",
|
|
846
388
|
"dev": true,
|
|
847
389
|
"license": "Apache-2.0",
|
|
848
390
|
"dependencies": {
|
|
849
391
|
"@types/json-schema": "^7.0.15"
|
|
850
392
|
},
|
|
851
393
|
"engines": {
|
|
852
|
-
"node": "^
|
|
853
|
-
}
|
|
854
|
-
},
|
|
855
|
-
"node_modules/@eslint/eslintrc": {
|
|
856
|
-
"version": "3.3.4",
|
|
857
|
-
"resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-3.3.4.tgz",
|
|
858
|
-
"integrity": "sha512-4h4MVF8pmBsncB60r0wSJiIeUKTSD4m7FmTFThG8RHlsg9ajqckLm9OraguFGZE4vVdpiI1Q4+hFnisopmG6gQ==",
|
|
859
|
-
"dev": true,
|
|
860
|
-
"license": "MIT",
|
|
861
|
-
"dependencies": {
|
|
862
|
-
"ajv": "^6.14.0",
|
|
863
|
-
"debug": "^4.3.2",
|
|
864
|
-
"espree": "^10.0.1",
|
|
865
|
-
"globals": "^14.0.0",
|
|
866
|
-
"ignore": "^5.2.0",
|
|
867
|
-
"import-fresh": "^3.2.1",
|
|
868
|
-
"js-yaml": "^4.1.1",
|
|
869
|
-
"minimatch": "^3.1.3",
|
|
870
|
-
"strip-json-comments": "^3.1.1"
|
|
871
|
-
},
|
|
872
|
-
"engines": {
|
|
873
|
-
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
874
|
-
},
|
|
875
|
-
"funding": {
|
|
876
|
-
"url": "https://opencollective.com/eslint"
|
|
877
|
-
}
|
|
878
|
-
},
|
|
879
|
-
"node_modules/@eslint/eslintrc/node_modules/balanced-match": {
|
|
880
|
-
"version": "1.0.2",
|
|
881
|
-
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
|
|
882
|
-
"integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
|
|
883
|
-
"dev": true,
|
|
884
|
-
"license": "MIT"
|
|
885
|
-
},
|
|
886
|
-
"node_modules/@eslint/eslintrc/node_modules/brace-expansion": {
|
|
887
|
-
"version": "1.1.12",
|
|
888
|
-
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.12.tgz",
|
|
889
|
-
"integrity": "sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==",
|
|
890
|
-
"dev": true,
|
|
891
|
-
"license": "MIT",
|
|
892
|
-
"dependencies": {
|
|
893
|
-
"balanced-match": "^1.0.0",
|
|
894
|
-
"concat-map": "0.0.1"
|
|
895
|
-
}
|
|
896
|
-
},
|
|
897
|
-
"node_modules/@eslint/eslintrc/node_modules/globals": {
|
|
898
|
-
"version": "14.0.0",
|
|
899
|
-
"resolved": "https://registry.npmjs.org/globals/-/globals-14.0.0.tgz",
|
|
900
|
-
"integrity": "sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==",
|
|
901
|
-
"dev": true,
|
|
902
|
-
"license": "MIT",
|
|
903
|
-
"engines": {
|
|
904
|
-
"node": ">=18"
|
|
905
|
-
},
|
|
906
|
-
"funding": {
|
|
907
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
908
|
-
}
|
|
909
|
-
},
|
|
910
|
-
"node_modules/@eslint/eslintrc/node_modules/minimatch": {
|
|
911
|
-
"version": "3.1.5",
|
|
912
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.5.tgz",
|
|
913
|
-
"integrity": "sha512-VgjWUsnnT6n+NUk6eZq77zeFdpW2LWDzP6zFGrCbHXiYNul5Dzqk2HHQ5uFH2DNW5Xbp8+jVzaeNt94ssEEl4w==",
|
|
914
|
-
"dev": true,
|
|
915
|
-
"license": "ISC",
|
|
916
|
-
"dependencies": {
|
|
917
|
-
"brace-expansion": "^1.1.7"
|
|
918
|
-
},
|
|
919
|
-
"engines": {
|
|
920
|
-
"node": "*"
|
|
394
|
+
"node": "^20.19.0 || ^22.13.0 || >=24"
|
|
921
395
|
}
|
|
922
396
|
},
|
|
923
397
|
"node_modules/@eslint/js": {
|
|
924
|
-
"version": "
|
|
925
|
-
"resolved": "https://registry.npmjs.org/@eslint/js/-/js-
|
|
926
|
-
"integrity": "sha512-
|
|
398
|
+
"version": "10.0.1",
|
|
399
|
+
"resolved": "https://registry.npmjs.org/@eslint/js/-/js-10.0.1.tgz",
|
|
400
|
+
"integrity": "sha512-zeR9k5pd4gxjZ0abRoIaxdc7I3nDktoXZk2qOv9gCNWx3mVwEn32VRhyLaRsDiJjTs0xq/T8mfPtyuXu7GWBcA==",
|
|
927
401
|
"dev": true,
|
|
928
402
|
"license": "MIT",
|
|
929
403
|
"engines": {
|
|
930
|
-
"node": "^
|
|
404
|
+
"node": "^20.19.0 || ^22.13.0 || >=24"
|
|
931
405
|
},
|
|
932
406
|
"funding": {
|
|
933
407
|
"url": "https://eslint.org/donate"
|
|
408
|
+
},
|
|
409
|
+
"peerDependencies": {
|
|
410
|
+
"eslint": "^10.0.0"
|
|
411
|
+
},
|
|
412
|
+
"peerDependenciesMeta": {
|
|
413
|
+
"eslint": {
|
|
414
|
+
"optional": true
|
|
415
|
+
}
|
|
934
416
|
}
|
|
935
417
|
},
|
|
936
418
|
"node_modules/@eslint/object-schema": {
|
|
937
|
-
"version": "
|
|
938
|
-
"resolved": "https://registry.npmjs.org/@eslint/object-schema/-/object-schema-
|
|
939
|
-
"integrity": "sha512-
|
|
419
|
+
"version": "3.0.5",
|
|
420
|
+
"resolved": "https://registry.npmjs.org/@eslint/object-schema/-/object-schema-3.0.5.tgz",
|
|
421
|
+
"integrity": "sha512-vqTaUEgxzm+YDSdElad6PiRoX4t8VGDjCtt05zn4nU810UIx/uNEV7/lZJ6KwFThKZOzOxzXy48da+No7HZaMw==",
|
|
940
422
|
"dev": true,
|
|
941
423
|
"license": "Apache-2.0",
|
|
942
424
|
"engines": {
|
|
943
|
-
"node": "^
|
|
425
|
+
"node": "^20.19.0 || ^22.13.0 || >=24"
|
|
944
426
|
}
|
|
945
427
|
},
|
|
946
428
|
"node_modules/@eslint/plugin-kit": {
|
|
947
|
-
"version": "0.
|
|
948
|
-
"resolved": "https://registry.npmjs.org/@eslint/plugin-kit/-/plugin-kit-0.
|
|
949
|
-
"integrity": "sha512
|
|
429
|
+
"version": "0.7.2",
|
|
430
|
+
"resolved": "https://registry.npmjs.org/@eslint/plugin-kit/-/plugin-kit-0.7.2.tgz",
|
|
431
|
+
"integrity": "sha512-+CNAzxglkrpNf/kKywqQfk74QjtceuOE7Qm+AF8miRvPF/wmmK5+OJOgVh3AVTT3RP2mH3+FOaxlE5v72owk0A==",
|
|
950
432
|
"dev": true,
|
|
951
433
|
"license": "Apache-2.0",
|
|
952
434
|
"dependencies": {
|
|
953
|
-
"@eslint/core": "^
|
|
435
|
+
"@eslint/core": "^1.2.1",
|
|
954
436
|
"levn": "^0.4.1"
|
|
955
437
|
},
|
|
956
438
|
"engines": {
|
|
957
|
-
"node": "^
|
|
439
|
+
"node": "^20.19.0 || ^22.13.0 || >=24"
|
|
958
440
|
}
|
|
959
441
|
},
|
|
960
442
|
"node_modules/@humanfs/core": {
|
|
@@ -1054,30 +536,37 @@
|
|
|
1054
536
|
"@jridgewell/sourcemap-codec": "^1.4.14"
|
|
1055
537
|
}
|
|
1056
538
|
},
|
|
1057
|
-
"node_modules/@
|
|
1058
|
-
"version": "1.
|
|
1059
|
-
"resolved": "https://registry.npmjs.org/@
|
|
1060
|
-
"integrity": "sha512-
|
|
1061
|
-
"dev": true,
|
|
1062
|
-
"license": "MIT"
|
|
1063
|
-
},
|
|
1064
|
-
"node_modules/@rollup/rollup-android-arm-eabi": {
|
|
1065
|
-
"version": "4.59.0",
|
|
1066
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.59.0.tgz",
|
|
1067
|
-
"integrity": "sha512-upnNBkA6ZH2VKGcBj9Fyl9IGNPULcjXRlg0LLeaioQWueH30p6IXtJEbKAgvyv+mJaMxSm1l6xwDXYjpEMiLMg==",
|
|
1068
|
-
"cpu": [
|
|
1069
|
-
"arm"
|
|
1070
|
-
],
|
|
539
|
+
"node_modules/@napi-rs/wasm-runtime": {
|
|
540
|
+
"version": "1.1.4",
|
|
541
|
+
"resolved": "https://registry.npmjs.org/@napi-rs/wasm-runtime/-/wasm-runtime-1.1.4.tgz",
|
|
542
|
+
"integrity": "sha512-3NQNNgA1YSlJb/kMH1ildASP9HW7/7kYnRI2szWJaofaS1hWmbGI4H+d3+22aGzXXN9IJ+n+GiFVcGipJP18ow==",
|
|
1071
543
|
"license": "MIT",
|
|
1072
544
|
"optional": true,
|
|
1073
|
-
"
|
|
1074
|
-
"
|
|
1075
|
-
|
|
545
|
+
"dependencies": {
|
|
546
|
+
"@tybys/wasm-util": "^0.10.1"
|
|
547
|
+
},
|
|
548
|
+
"funding": {
|
|
549
|
+
"type": "github",
|
|
550
|
+
"url": "https://github.com/sponsors/Brooooooklyn"
|
|
551
|
+
},
|
|
552
|
+
"peerDependencies": {
|
|
553
|
+
"@emnapi/core": "^1.7.1",
|
|
554
|
+
"@emnapi/runtime": "^1.7.1"
|
|
555
|
+
}
|
|
556
|
+
},
|
|
557
|
+
"node_modules/@oxc-project/types": {
|
|
558
|
+
"version": "0.133.0",
|
|
559
|
+
"resolved": "https://registry.npmjs.org/@oxc-project/types/-/types-0.133.0.tgz",
|
|
560
|
+
"integrity": "sha512-KzkdCd6Uxqnf6l3HOw1xfatAlUURA0g14cvBYFyJ5SaNOQbOUvBr9PKArcPcrNIeRsBdgcUzOGrhKveVpvOIGA==",
|
|
561
|
+
"license": "MIT",
|
|
562
|
+
"funding": {
|
|
563
|
+
"url": "https://github.com/sponsors/Boshen"
|
|
564
|
+
}
|
|
1076
565
|
},
|
|
1077
|
-
"node_modules/@
|
|
1078
|
-
"version": "
|
|
1079
|
-
"resolved": "https://registry.npmjs.org/@
|
|
1080
|
-
"integrity": "sha512-
|
|
566
|
+
"node_modules/@rolldown/binding-android-arm64": {
|
|
567
|
+
"version": "1.0.3",
|
|
568
|
+
"resolved": "https://registry.npmjs.org/@rolldown/binding-android-arm64/-/binding-android-arm64-1.0.3.tgz",
|
|
569
|
+
"integrity": "sha512-454rs7jHngixp/NMxd5srYD57OnzSlZ/eFTETjORQHLwJG1lRtmNOJcBerZlfu4GjKqeq8aCCIQrMdHyhI51Hw==",
|
|
1081
570
|
"cpu": [
|
|
1082
571
|
"arm64"
|
|
1083
572
|
],
|
|
@@ -1085,12 +574,15 @@
|
|
|
1085
574
|
"optional": true,
|
|
1086
575
|
"os": [
|
|
1087
576
|
"android"
|
|
1088
|
-
]
|
|
577
|
+
],
|
|
578
|
+
"engines": {
|
|
579
|
+
"node": "^20.19.0 || >=22.12.0"
|
|
580
|
+
}
|
|
1089
581
|
},
|
|
1090
|
-
"node_modules/@
|
|
1091
|
-
"version": "
|
|
1092
|
-
"resolved": "https://registry.npmjs.org/@
|
|
1093
|
-
"integrity": "sha512-
|
|
582
|
+
"node_modules/@rolldown/binding-darwin-arm64": {
|
|
583
|
+
"version": "1.0.3",
|
|
584
|
+
"resolved": "https://registry.npmjs.org/@rolldown/binding-darwin-arm64/-/binding-darwin-arm64-1.0.3.tgz",
|
|
585
|
+
"integrity": "sha512-PcAhP+ynjURNyy8SKGl5DQP94aGuB/7JrXJb/t7P+hanXvQVMWzUvRRhBAcg/lNRadBhoUPqSoP4xw5tR/KBEA==",
|
|
1094
586
|
"cpu": [
|
|
1095
587
|
"arm64"
|
|
1096
588
|
],
|
|
@@ -1098,12 +590,15 @@
|
|
|
1098
590
|
"optional": true,
|
|
1099
591
|
"os": [
|
|
1100
592
|
"darwin"
|
|
1101
|
-
]
|
|
593
|
+
],
|
|
594
|
+
"engines": {
|
|
595
|
+
"node": "^20.19.0 || >=22.12.0"
|
|
596
|
+
}
|
|
1102
597
|
},
|
|
1103
|
-
"node_modules/@
|
|
1104
|
-
"version": "
|
|
1105
|
-
"resolved": "https://registry.npmjs.org/@
|
|
1106
|
-
"integrity": "sha512-
|
|
598
|
+
"node_modules/@rolldown/binding-darwin-x64": {
|
|
599
|
+
"version": "1.0.3",
|
|
600
|
+
"resolved": "https://registry.npmjs.org/@rolldown/binding-darwin-x64/-/binding-darwin-x64-1.0.3.tgz",
|
|
601
|
+
"integrity": "sha512-9YpfeUvSE2RS7wysJ81uOZkXJz7f7Q55H2Gvp3VEw/EsahqDtrphrZ0EwDLK5vvKOzaCrBsjF8JmnMLcUt78Gg==",
|
|
1107
602
|
"cpu": [
|
|
1108
603
|
"x64"
|
|
1109
604
|
],
|
|
@@ -1111,25 +606,15 @@
|
|
|
1111
606
|
"optional": true,
|
|
1112
607
|
"os": [
|
|
1113
608
|
"darwin"
|
|
1114
|
-
]
|
|
1115
|
-
},
|
|
1116
|
-
"node_modules/@rollup/rollup-freebsd-arm64": {
|
|
1117
|
-
"version": "4.59.0",
|
|
1118
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-arm64/-/rollup-freebsd-arm64-4.59.0.tgz",
|
|
1119
|
-
"integrity": "sha512-EsKaJ5ytAu9jI3lonzn3BgG8iRBjV4LxZexygcQbpiU0wU0ATxhNVEpXKfUa0pS05gTcSDMKpn3Sx+QB9RlTTA==",
|
|
1120
|
-
"cpu": [
|
|
1121
|
-
"arm64"
|
|
1122
609
|
],
|
|
1123
|
-
"
|
|
1124
|
-
|
|
1125
|
-
|
|
1126
|
-
"freebsd"
|
|
1127
|
-
]
|
|
610
|
+
"engines": {
|
|
611
|
+
"node": "^20.19.0 || >=22.12.0"
|
|
612
|
+
}
|
|
1128
613
|
},
|
|
1129
|
-
"node_modules/@
|
|
1130
|
-
"version": "
|
|
1131
|
-
"resolved": "https://registry.npmjs.org/@
|
|
1132
|
-
"integrity": "sha512-
|
|
614
|
+
"node_modules/@rolldown/binding-freebsd-x64": {
|
|
615
|
+
"version": "1.0.3",
|
|
616
|
+
"resolved": "https://registry.npmjs.org/@rolldown/binding-freebsd-x64/-/binding-freebsd-x64-1.0.3.tgz",
|
|
617
|
+
"integrity": "sha512-yB1IlAsSNHncV6SCTL27/MVGR5htvQsoGxIv5KMGXALp+Ll1wYsn+x98M9MW7qa+NdSbvrrY7ANI4wLJ0n1e6g==",
|
|
1133
618
|
"cpu": [
|
|
1134
619
|
"x64"
|
|
1135
620
|
],
|
|
@@ -1137,25 +622,15 @@
|
|
|
1137
622
|
"optional": true,
|
|
1138
623
|
"os": [
|
|
1139
624
|
"freebsd"
|
|
1140
|
-
]
|
|
1141
|
-
},
|
|
1142
|
-
"node_modules/@rollup/rollup-linux-arm-gnueabihf": {
|
|
1143
|
-
"version": "4.59.0",
|
|
1144
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.59.0.tgz",
|
|
1145
|
-
"integrity": "sha512-t4ONHboXi/3E0rT6OZl1pKbl2Vgxf9vJfWgmUoCEVQVxhW6Cw/c8I6hbbu7DAvgp82RKiH7TpLwxnJeKv2pbsw==",
|
|
1146
|
-
"cpu": [
|
|
1147
|
-
"arm"
|
|
1148
625
|
],
|
|
1149
|
-
"
|
|
1150
|
-
|
|
1151
|
-
|
|
1152
|
-
"linux"
|
|
1153
|
-
]
|
|
626
|
+
"engines": {
|
|
627
|
+
"node": "^20.19.0 || >=22.12.0"
|
|
628
|
+
}
|
|
1154
629
|
},
|
|
1155
|
-
"node_modules/@
|
|
1156
|
-
"version": "
|
|
1157
|
-
"resolved": "https://registry.npmjs.org/@
|
|
1158
|
-
"integrity": "sha512-
|
|
630
|
+
"node_modules/@rolldown/binding-linux-arm-gnueabihf": {
|
|
631
|
+
"version": "1.0.3",
|
|
632
|
+
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm-gnueabihf/-/binding-linux-arm-gnueabihf-1.0.3.tgz",
|
|
633
|
+
"integrity": "sha512-Yi30IVAAfLUCy2MseFjbB1jAMDl1VMCAas5StnYp8da9+CKvMd2H2cbEjWcw5NPaPqzvYkVIaF1nNUG+b7u/sw==",
|
|
1159
634
|
"cpu": [
|
|
1160
635
|
"arm"
|
|
1161
636
|
],
|
|
@@ -1163,168 +638,129 @@
|
|
|
1163
638
|
"optional": true,
|
|
1164
639
|
"os": [
|
|
1165
640
|
"linux"
|
|
1166
|
-
]
|
|
1167
|
-
},
|
|
1168
|
-
"node_modules/@rollup/rollup-linux-arm64-gnu": {
|
|
1169
|
-
"version": "4.59.0",
|
|
1170
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.59.0.tgz",
|
|
1171
|
-
"integrity": "sha512-jYgUGk5aLd1nUb1CtQ8E+t5JhLc9x5WdBKew9ZgAXg7DBk0ZHErLHdXM24rfX+bKrFe+Xp5YuJo54I5HFjGDAA==",
|
|
1172
|
-
"cpu": [
|
|
1173
|
-
"arm64"
|
|
1174
641
|
],
|
|
1175
|
-
"
|
|
1176
|
-
|
|
1177
|
-
|
|
1178
|
-
"linux"
|
|
1179
|
-
]
|
|
642
|
+
"engines": {
|
|
643
|
+
"node": "^20.19.0 || >=22.12.0"
|
|
644
|
+
}
|
|
1180
645
|
},
|
|
1181
|
-
"node_modules/@
|
|
1182
|
-
"version": "
|
|
1183
|
-
"resolved": "https://registry.npmjs.org/@
|
|
1184
|
-
"integrity": "sha512-
|
|
646
|
+
"node_modules/@rolldown/binding-linux-arm64-gnu": {
|
|
647
|
+
"version": "1.0.3",
|
|
648
|
+
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm64-gnu/-/binding-linux-arm64-gnu-1.0.3.tgz",
|
|
649
|
+
"integrity": "sha512-jsO7R8To+AdlYgUmN5sHSCZbfhtMBkO0WUx8iORQnPcMMdgr7qM2DQmMwgabs3GhNztdmoKkMKQFHD6DTMCIQw==",
|
|
1185
650
|
"cpu": [
|
|
1186
651
|
"arm64"
|
|
1187
652
|
],
|
|
1188
|
-
"
|
|
1189
|
-
|
|
1190
|
-
"os": [
|
|
1191
|
-
"linux"
|
|
1192
|
-
]
|
|
1193
|
-
},
|
|
1194
|
-
"node_modules/@rollup/rollup-linux-loong64-gnu": {
|
|
1195
|
-
"version": "4.59.0",
|
|
1196
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-loong64-gnu/-/rollup-linux-loong64-gnu-4.59.0.tgz",
|
|
1197
|
-
"integrity": "sha512-gbUSW/97f7+r4gHy3Jlup8zDG190AuodsWnNiXErp9mT90iCy9NKKU0Xwx5k8VlRAIV2uU9CsMnEFg/xXaOfXg==",
|
|
1198
|
-
"cpu": [
|
|
1199
|
-
"loong64"
|
|
653
|
+
"libc": [
|
|
654
|
+
"glibc"
|
|
1200
655
|
],
|
|
1201
656
|
"license": "MIT",
|
|
1202
657
|
"optional": true,
|
|
1203
658
|
"os": [
|
|
1204
659
|
"linux"
|
|
1205
|
-
]
|
|
1206
|
-
},
|
|
1207
|
-
"node_modules/@rollup/rollup-linux-loong64-musl": {
|
|
1208
|
-
"version": "4.59.0",
|
|
1209
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-loong64-musl/-/rollup-linux-loong64-musl-4.59.0.tgz",
|
|
1210
|
-
"integrity": "sha512-yTRONe79E+o0FWFijasoTjtzG9EBedFXJMl888NBEDCDV9I2wGbFFfJQQe63OijbFCUZqxpHz1GzpbtSFikJ4Q==",
|
|
1211
|
-
"cpu": [
|
|
1212
|
-
"loong64"
|
|
1213
660
|
],
|
|
1214
|
-
"
|
|
1215
|
-
|
|
1216
|
-
|
|
1217
|
-
"linux"
|
|
1218
|
-
]
|
|
661
|
+
"engines": {
|
|
662
|
+
"node": "^20.19.0 || >=22.12.0"
|
|
663
|
+
}
|
|
1219
664
|
},
|
|
1220
|
-
"node_modules/@
|
|
1221
|
-
"version": "
|
|
1222
|
-
"resolved": "https://registry.npmjs.org/@
|
|
1223
|
-
"integrity": "sha512-
|
|
665
|
+
"node_modules/@rolldown/binding-linux-arm64-musl": {
|
|
666
|
+
"version": "1.0.3",
|
|
667
|
+
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm64-musl/-/binding-linux-arm64-musl-1.0.3.tgz",
|
|
668
|
+
"integrity": "sha512-VWkUHwWriDciit80wleYwKILoR/KMvxh/IdwS/paX+ZgpuRpCrKLUdadJbc0NpBEiyhpYawsJ73j9aCvOH+f7Q==",
|
|
1224
669
|
"cpu": [
|
|
1225
|
-
"
|
|
670
|
+
"arm64"
|
|
671
|
+
],
|
|
672
|
+
"libc": [
|
|
673
|
+
"musl"
|
|
1226
674
|
],
|
|
1227
675
|
"license": "MIT",
|
|
1228
676
|
"optional": true,
|
|
1229
677
|
"os": [
|
|
1230
678
|
"linux"
|
|
1231
|
-
]
|
|
679
|
+
],
|
|
680
|
+
"engines": {
|
|
681
|
+
"node": "^20.19.0 || >=22.12.0"
|
|
682
|
+
}
|
|
1232
683
|
},
|
|
1233
|
-
"node_modules/@
|
|
1234
|
-
"version": "
|
|
1235
|
-
"resolved": "https://registry.npmjs.org/@
|
|
1236
|
-
"integrity": "sha512
|
|
684
|
+
"node_modules/@rolldown/binding-linux-ppc64-gnu": {
|
|
685
|
+
"version": "1.0.3",
|
|
686
|
+
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-ppc64-gnu/-/binding-linux-ppc64-gnu-1.0.3.tgz",
|
|
687
|
+
"integrity": "sha512-5f1laC0SlIR0yDbFCd8acUhvJIag6N3zC5P7oUPN6wX0aOma+uKJ0wBDH5aq7I1PVI2ttTlhJwzwRIBnLiSGEg==",
|
|
1237
688
|
"cpu": [
|
|
1238
689
|
"ppc64"
|
|
1239
690
|
],
|
|
1240
|
-
"
|
|
1241
|
-
|
|
1242
|
-
"os": [
|
|
1243
|
-
"linux"
|
|
1244
|
-
]
|
|
1245
|
-
},
|
|
1246
|
-
"node_modules/@rollup/rollup-linux-riscv64-gnu": {
|
|
1247
|
-
"version": "4.59.0",
|
|
1248
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.59.0.tgz",
|
|
1249
|
-
"integrity": "sha512-NDYMpsXYJJaj+I7UdwIuHHNxXZ/b/N2hR15NyH3m2qAtb/hHPA4g4SuuvrdxetTdndfj9b1WOmy73kcPRoERUg==",
|
|
1250
|
-
"cpu": [
|
|
1251
|
-
"riscv64"
|
|
691
|
+
"libc": [
|
|
692
|
+
"glibc"
|
|
1252
693
|
],
|
|
1253
694
|
"license": "MIT",
|
|
1254
695
|
"optional": true,
|
|
1255
696
|
"os": [
|
|
1256
697
|
"linux"
|
|
1257
|
-
]
|
|
1258
|
-
},
|
|
1259
|
-
"node_modules/@rollup/rollup-linux-riscv64-musl": {
|
|
1260
|
-
"version": "4.59.0",
|
|
1261
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-musl/-/rollup-linux-riscv64-musl-4.59.0.tgz",
|
|
1262
|
-
"integrity": "sha512-nLckB8WOqHIf1bhymk+oHxvM9D3tyPndZH8i8+35p/1YiVoVswPid2yLzgX7ZJP0KQvnkhM4H6QZ5m0LzbyIAg==",
|
|
1263
|
-
"cpu": [
|
|
1264
|
-
"riscv64"
|
|
1265
698
|
],
|
|
1266
|
-
"
|
|
1267
|
-
|
|
1268
|
-
|
|
1269
|
-
"linux"
|
|
1270
|
-
]
|
|
699
|
+
"engines": {
|
|
700
|
+
"node": "^20.19.0 || >=22.12.0"
|
|
701
|
+
}
|
|
1271
702
|
},
|
|
1272
|
-
"node_modules/@
|
|
1273
|
-
"version": "
|
|
1274
|
-
"resolved": "https://registry.npmjs.org/@
|
|
1275
|
-
"integrity": "sha512-
|
|
703
|
+
"node_modules/@rolldown/binding-linux-s390x-gnu": {
|
|
704
|
+
"version": "1.0.3",
|
|
705
|
+
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-s390x-gnu/-/binding-linux-s390x-gnu-1.0.3.tgz",
|
|
706
|
+
"integrity": "sha512-Iq4ko0r4XsgbrF/LunNgHtAGLRRVE2kXonAXQ/MV0mC6jQpMOhW1SvtZja2EhC/kd05++bP78dsqBeIQyYJ6Yg==",
|
|
1276
707
|
"cpu": [
|
|
1277
708
|
"s390x"
|
|
1278
709
|
],
|
|
710
|
+
"libc": [
|
|
711
|
+
"glibc"
|
|
712
|
+
],
|
|
1279
713
|
"license": "MIT",
|
|
1280
714
|
"optional": true,
|
|
1281
715
|
"os": [
|
|
1282
716
|
"linux"
|
|
1283
|
-
]
|
|
717
|
+
],
|
|
718
|
+
"engines": {
|
|
719
|
+
"node": "^20.19.0 || >=22.12.0"
|
|
720
|
+
}
|
|
1284
721
|
},
|
|
1285
|
-
"node_modules/@
|
|
1286
|
-
"version": "
|
|
1287
|
-
"resolved": "https://registry.npmjs.org/@
|
|
1288
|
-
"integrity": "sha512-
|
|
722
|
+
"node_modules/@rolldown/binding-linux-x64-gnu": {
|
|
723
|
+
"version": "1.0.3",
|
|
724
|
+
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-x64-gnu/-/binding-linux-x64-gnu-1.0.3.tgz",
|
|
725
|
+
"integrity": "sha512-B8m6tD5+/N5FeNQFbKlLA/2yVq9ycQP1SeedyEYYKWBNR3ZQbkvIUcNnDNM03lO1l5F2roiiFJGgvoLLyZXtSg==",
|
|
1289
726
|
"cpu": [
|
|
1290
727
|
"x64"
|
|
1291
728
|
],
|
|
729
|
+
"libc": [
|
|
730
|
+
"glibc"
|
|
731
|
+
],
|
|
1292
732
|
"license": "MIT",
|
|
1293
733
|
"optional": true,
|
|
1294
734
|
"os": [
|
|
1295
735
|
"linux"
|
|
1296
|
-
]
|
|
736
|
+
],
|
|
737
|
+
"engines": {
|
|
738
|
+
"node": "^20.19.0 || >=22.12.0"
|
|
739
|
+
}
|
|
1297
740
|
},
|
|
1298
|
-
"node_modules/@
|
|
1299
|
-
"version": "
|
|
1300
|
-
"resolved": "https://registry.npmjs.org/@
|
|
1301
|
-
"integrity": "sha512-
|
|
741
|
+
"node_modules/@rolldown/binding-linux-x64-musl": {
|
|
742
|
+
"version": "1.0.3",
|
|
743
|
+
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-x64-musl/-/binding-linux-x64-musl-1.0.3.tgz",
|
|
744
|
+
"integrity": "sha512-pSdpdUJHkuCxun9LE7jvgUB9qsRgaiyNNCX7m/AvHTcq67AiT/Yhoxvw5zPfhrM8k/BfP8ce/hMOpthKDpEUow==",
|
|
1302
745
|
"cpu": [
|
|
1303
746
|
"x64"
|
|
1304
747
|
],
|
|
748
|
+
"libc": [
|
|
749
|
+
"musl"
|
|
750
|
+
],
|
|
1305
751
|
"license": "MIT",
|
|
1306
752
|
"optional": true,
|
|
1307
753
|
"os": [
|
|
1308
754
|
"linux"
|
|
1309
|
-
]
|
|
1310
|
-
},
|
|
1311
|
-
"node_modules/@rollup/rollup-openbsd-x64": {
|
|
1312
|
-
"version": "4.59.0",
|
|
1313
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-openbsd-x64/-/rollup-openbsd-x64-4.59.0.tgz",
|
|
1314
|
-
"integrity": "sha512-M3bLRAVk6GOwFlPTIxVBSYKUaqfLrn8l0psKinkCFxl4lQvOSz8ZrKDz2gxcBwHFpci0B6rttydI4IpS4IS/jQ==",
|
|
1315
|
-
"cpu": [
|
|
1316
|
-
"x64"
|
|
1317
755
|
],
|
|
1318
|
-
"
|
|
1319
|
-
|
|
1320
|
-
|
|
1321
|
-
"openbsd"
|
|
1322
|
-
]
|
|
756
|
+
"engines": {
|
|
757
|
+
"node": "^20.19.0 || >=22.12.0"
|
|
758
|
+
}
|
|
1323
759
|
},
|
|
1324
|
-
"node_modules/@
|
|
1325
|
-
"version": "
|
|
1326
|
-
"resolved": "https://registry.npmjs.org/@
|
|
1327
|
-
"integrity": "sha512-
|
|
760
|
+
"node_modules/@rolldown/binding-openharmony-arm64": {
|
|
761
|
+
"version": "1.0.3",
|
|
762
|
+
"resolved": "https://registry.npmjs.org/@rolldown/binding-openharmony-arm64/-/binding-openharmony-arm64-1.0.3.tgz",
|
|
763
|
+
"integrity": "sha512-OXXS3RKJgX2uLwM+gYyuH5omcH8fL1LJs96pZGgtetVCahON57+d4SJHzTgZiOjxgGkSnpXpOsWuPDGAKAigEg==",
|
|
1328
764
|
"cpu": [
|
|
1329
765
|
"arm64"
|
|
1330
766
|
],
|
|
@@ -1332,51 +768,49 @@
|
|
|
1332
768
|
"optional": true,
|
|
1333
769
|
"os": [
|
|
1334
770
|
"openharmony"
|
|
1335
|
-
]
|
|
1336
|
-
},
|
|
1337
|
-
"node_modules/@rollup/rollup-win32-arm64-msvc": {
|
|
1338
|
-
"version": "4.59.0",
|
|
1339
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.59.0.tgz",
|
|
1340
|
-
"integrity": "sha512-V5B6mG7OrGTwnxaNUzZTDTjDS7F75PO1ae6MJYdiMu60sq0CqN5CVeVsbhPxalupvTX8gXVSU9gq+Rx1/hvu6A==",
|
|
1341
|
-
"cpu": [
|
|
1342
|
-
"arm64"
|
|
1343
771
|
],
|
|
1344
|
-
"
|
|
1345
|
-
|
|
1346
|
-
|
|
1347
|
-
"win32"
|
|
1348
|
-
]
|
|
772
|
+
"engines": {
|
|
773
|
+
"node": "^20.19.0 || >=22.12.0"
|
|
774
|
+
}
|
|
1349
775
|
},
|
|
1350
|
-
"node_modules/@
|
|
1351
|
-
"version": "
|
|
1352
|
-
"resolved": "https://registry.npmjs.org/@
|
|
1353
|
-
"integrity": "sha512-
|
|
776
|
+
"node_modules/@rolldown/binding-wasm32-wasi": {
|
|
777
|
+
"version": "1.0.3",
|
|
778
|
+
"resolved": "https://registry.npmjs.org/@rolldown/binding-wasm32-wasi/-/binding-wasm32-wasi-1.0.3.tgz",
|
|
779
|
+
"integrity": "sha512-JTtb8BWFynicNSoPrehsCzBtOKjZ6jhMiPFEmOiuXg1Fl8dn2KHQob+GuPSGR0dryQa1PQJbzjF3dqO/whhjLg==",
|
|
1354
780
|
"cpu": [
|
|
1355
|
-
"
|
|
781
|
+
"wasm32"
|
|
1356
782
|
],
|
|
1357
783
|
"license": "MIT",
|
|
1358
784
|
"optional": true,
|
|
1359
|
-
"
|
|
1360
|
-
"
|
|
1361
|
-
|
|
785
|
+
"dependencies": {
|
|
786
|
+
"@emnapi/core": "1.10.0",
|
|
787
|
+
"@emnapi/runtime": "1.10.0",
|
|
788
|
+
"@napi-rs/wasm-runtime": "^1.1.4"
|
|
789
|
+
},
|
|
790
|
+
"engines": {
|
|
791
|
+
"node": "^20.19.0 || >=22.12.0"
|
|
792
|
+
}
|
|
1362
793
|
},
|
|
1363
|
-
"node_modules/@
|
|
1364
|
-
"version": "
|
|
1365
|
-
"resolved": "https://registry.npmjs.org/@
|
|
1366
|
-
"integrity": "sha512-
|
|
794
|
+
"node_modules/@rolldown/binding-win32-arm64-msvc": {
|
|
795
|
+
"version": "1.0.3",
|
|
796
|
+
"resolved": "https://registry.npmjs.org/@rolldown/binding-win32-arm64-msvc/-/binding-win32-arm64-msvc-1.0.3.tgz",
|
|
797
|
+
"integrity": "sha512-gEdFFEN70A/jxb2svrWsN3aDL7OUtmvlOy+6fa2jxG8K0wQ1ZbdeLGnidov6Yu5/733dI5ySfzFlQ/cb0bSz1g==",
|
|
1367
798
|
"cpu": [
|
|
1368
|
-
"
|
|
799
|
+
"arm64"
|
|
1369
800
|
],
|
|
1370
801
|
"license": "MIT",
|
|
1371
802
|
"optional": true,
|
|
1372
803
|
"os": [
|
|
1373
804
|
"win32"
|
|
1374
|
-
]
|
|
805
|
+
],
|
|
806
|
+
"engines": {
|
|
807
|
+
"node": "^20.19.0 || >=22.12.0"
|
|
808
|
+
}
|
|
1375
809
|
},
|
|
1376
|
-
"node_modules/@
|
|
1377
|
-
"version": "
|
|
1378
|
-
"resolved": "https://registry.npmjs.org/@
|
|
1379
|
-
"integrity": "sha512-
|
|
810
|
+
"node_modules/@rolldown/binding-win32-x64-msvc": {
|
|
811
|
+
"version": "1.0.3",
|
|
812
|
+
"resolved": "https://registry.npmjs.org/@rolldown/binding-win32-x64-msvc/-/binding-win32-x64-msvc-1.0.3.tgz",
|
|
813
|
+
"integrity": "sha512-eXB7CHuaQdqmJcc3koCNtNPmT/bj2gc999kUFgBxG8Ac0NdgXc4rkCHhqrgrhN3zddvvvrgzj1e90SuSfmyIXA==",
|
|
1380
814
|
"cpu": [
|
|
1381
815
|
"x64"
|
|
1382
816
|
],
|
|
@@ -1384,50 +818,59 @@
|
|
|
1384
818
|
"optional": true,
|
|
1385
819
|
"os": [
|
|
1386
820
|
"win32"
|
|
1387
|
-
]
|
|
821
|
+
],
|
|
822
|
+
"engines": {
|
|
823
|
+
"node": "^20.19.0 || >=22.12.0"
|
|
824
|
+
}
|
|
825
|
+
},
|
|
826
|
+
"node_modules/@rolldown/pluginutils": {
|
|
827
|
+
"version": "1.0.1",
|
|
828
|
+
"resolved": "https://registry.npmjs.org/@rolldown/pluginutils/-/pluginutils-1.0.1.tgz",
|
|
829
|
+
"integrity": "sha512-2j9bGt5Jh8hj+vPtgzPtl72j0yRxHAyumoo6TNfAjsLB04UtpSvPbPcDcBMxz7n+9CYB0c1GxQFxYRg2jimqGw==",
|
|
830
|
+
"license": "MIT"
|
|
1388
831
|
},
|
|
1389
832
|
"node_modules/@tailwindcss/node": {
|
|
1390
|
-
"version": "4.
|
|
1391
|
-
"resolved": "https://registry.npmjs.org/@tailwindcss/node/-/node-4.
|
|
1392
|
-
"integrity": "sha512-
|
|
833
|
+
"version": "4.3.0",
|
|
834
|
+
"resolved": "https://registry.npmjs.org/@tailwindcss/node/-/node-4.3.0.tgz",
|
|
835
|
+
"integrity": "sha512-aFb4gUhFOgdh9AXo4IzBEOzBkkAxm9VigwDJnMIYv3lcfXCJVesNfbEaBl4BNgVRyid92AmdviqwBUBRKSeY3g==",
|
|
1393
836
|
"license": "MIT",
|
|
1394
837
|
"dependencies": {
|
|
1395
838
|
"@jridgewell/remapping": "^2.3.5",
|
|
1396
|
-
"enhanced-resolve": "^5.
|
|
839
|
+
"enhanced-resolve": "^5.21.0",
|
|
1397
840
|
"jiti": "^2.6.1",
|
|
1398
|
-
"lightningcss": "1.
|
|
841
|
+
"lightningcss": "1.32.0",
|
|
1399
842
|
"magic-string": "^0.30.21",
|
|
1400
843
|
"source-map-js": "^1.2.1",
|
|
1401
|
-
"tailwindcss": "4.
|
|
844
|
+
"tailwindcss": "4.3.0"
|
|
1402
845
|
}
|
|
1403
846
|
},
|
|
1404
847
|
"node_modules/@tailwindcss/oxide": {
|
|
1405
|
-
"version": "4.
|
|
1406
|
-
"resolved": "https://registry.npmjs.org/@tailwindcss/oxide/-/oxide-4.
|
|
1407
|
-
"integrity": "sha512-
|
|
848
|
+
"version": "4.3.0",
|
|
849
|
+
"resolved": "https://registry.npmjs.org/@tailwindcss/oxide/-/oxide-4.3.0.tgz",
|
|
850
|
+
"integrity": "sha512-F7HZGBeN9I0/AuuJS5PwcD8xayx5ri5GhjYUDBEVYUkexyA/giwbDNjRVrxSezE3T250OU2K/wp/ltWx3UOefg==",
|
|
1408
851
|
"license": "MIT",
|
|
1409
852
|
"engines": {
|
|
1410
853
|
"node": ">= 20"
|
|
1411
854
|
},
|
|
1412
855
|
"optionalDependencies": {
|
|
1413
|
-
"@tailwindcss/oxide-android-arm64": "4.
|
|
1414
|
-
"@tailwindcss/oxide-darwin-arm64": "4.
|
|
1415
|
-
"@tailwindcss/oxide-darwin-x64": "4.
|
|
1416
|
-
"@tailwindcss/oxide-freebsd-x64": "4.
|
|
1417
|
-
"@tailwindcss/oxide-linux-arm-gnueabihf": "4.
|
|
1418
|
-
"@tailwindcss/oxide-linux-arm64-gnu": "4.
|
|
1419
|
-
"@tailwindcss/oxide-linux-arm64-musl": "4.
|
|
1420
|
-
"@tailwindcss/oxide-linux-x64-gnu": "4.
|
|
1421
|
-
"@tailwindcss/oxide-linux-x64-musl": "4.
|
|
1422
|
-
"@tailwindcss/oxide-wasm32-wasi": "4.
|
|
1423
|
-
"@tailwindcss/oxide-win32-arm64-msvc": "4.
|
|
1424
|
-
"@tailwindcss/oxide-win32-x64-msvc": "4.
|
|
856
|
+
"@tailwindcss/oxide-android-arm64": "4.3.0",
|
|
857
|
+
"@tailwindcss/oxide-darwin-arm64": "4.3.0",
|
|
858
|
+
"@tailwindcss/oxide-darwin-x64": "4.3.0",
|
|
859
|
+
"@tailwindcss/oxide-freebsd-x64": "4.3.0",
|
|
860
|
+
"@tailwindcss/oxide-linux-arm-gnueabihf": "4.3.0",
|
|
861
|
+
"@tailwindcss/oxide-linux-arm64-gnu": "4.3.0",
|
|
862
|
+
"@tailwindcss/oxide-linux-arm64-musl": "4.3.0",
|
|
863
|
+
"@tailwindcss/oxide-linux-x64-gnu": "4.3.0",
|
|
864
|
+
"@tailwindcss/oxide-linux-x64-musl": "4.3.0",
|
|
865
|
+
"@tailwindcss/oxide-wasm32-wasi": "4.3.0",
|
|
866
|
+
"@tailwindcss/oxide-win32-arm64-msvc": "4.3.0",
|
|
867
|
+
"@tailwindcss/oxide-win32-x64-msvc": "4.3.0"
|
|
1425
868
|
}
|
|
1426
869
|
},
|
|
1427
870
|
"node_modules/@tailwindcss/oxide-android-arm64": {
|
|
1428
|
-
"version": "4.
|
|
1429
|
-
"resolved": "https://registry.npmjs.org/@tailwindcss/oxide-android-arm64/-/oxide-android-arm64-4.
|
|
1430
|
-
"integrity": "sha512-
|
|
871
|
+
"version": "4.3.0",
|
|
872
|
+
"resolved": "https://registry.npmjs.org/@tailwindcss/oxide-android-arm64/-/oxide-android-arm64-4.3.0.tgz",
|
|
873
|
+
"integrity": "sha512-TJPiq67tKlLuObP6RkwvVGDoxCMBVtDgKkLfa/uyj7/FyxvQwHS+UOnVrXXgbEsfUaMgiVvC4KbJnRr26ho4Ng==",
|
|
1431
874
|
"cpu": [
|
|
1432
875
|
"arm64"
|
|
1433
876
|
],
|
|
@@ -1441,9 +884,9 @@
|
|
|
1441
884
|
}
|
|
1442
885
|
},
|
|
1443
886
|
"node_modules/@tailwindcss/oxide-darwin-arm64": {
|
|
1444
|
-
"version": "4.
|
|
1445
|
-
"resolved": "https://registry.npmjs.org/@tailwindcss/oxide-darwin-arm64/-/oxide-darwin-arm64-4.
|
|
1446
|
-
"integrity": "sha512-
|
|
887
|
+
"version": "4.3.0",
|
|
888
|
+
"resolved": "https://registry.npmjs.org/@tailwindcss/oxide-darwin-arm64/-/oxide-darwin-arm64-4.3.0.tgz",
|
|
889
|
+
"integrity": "sha512-oMN/WZRb+SO37BmUElEgeEWuU8E/HXRkiODxJxLe1UTHVXLrdVSgfaJV7pSlhRGMSOiXLuxTIjfsF3wYvz8cgQ==",
|
|
1447
890
|
"cpu": [
|
|
1448
891
|
"arm64"
|
|
1449
892
|
],
|
|
@@ -1457,9 +900,9 @@
|
|
|
1457
900
|
}
|
|
1458
901
|
},
|
|
1459
902
|
"node_modules/@tailwindcss/oxide-darwin-x64": {
|
|
1460
|
-
"version": "4.
|
|
1461
|
-
"resolved": "https://registry.npmjs.org/@tailwindcss/oxide-darwin-x64/-/oxide-darwin-x64-4.
|
|
1462
|
-
"integrity": "sha512
|
|
903
|
+
"version": "4.3.0",
|
|
904
|
+
"resolved": "https://registry.npmjs.org/@tailwindcss/oxide-darwin-x64/-/oxide-darwin-x64-4.3.0.tgz",
|
|
905
|
+
"integrity": "sha512-N6CUmu4a6bKVADfw77p+iw6Yd9Q3OBhe0veaDX+QazfuVYlQsHfDgxBrsjQ/IW+zywL8mTrNd0SdJT/zgtvMdA==",
|
|
1463
906
|
"cpu": [
|
|
1464
907
|
"x64"
|
|
1465
908
|
],
|
|
@@ -1473,9 +916,9 @@
|
|
|
1473
916
|
}
|
|
1474
917
|
},
|
|
1475
918
|
"node_modules/@tailwindcss/oxide-freebsd-x64": {
|
|
1476
|
-
"version": "4.
|
|
1477
|
-
"resolved": "https://registry.npmjs.org/@tailwindcss/oxide-freebsd-x64/-/oxide-freebsd-x64-4.
|
|
1478
|
-
"integrity": "sha512-
|
|
919
|
+
"version": "4.3.0",
|
|
920
|
+
"resolved": "https://registry.npmjs.org/@tailwindcss/oxide-freebsd-x64/-/oxide-freebsd-x64-4.3.0.tgz",
|
|
921
|
+
"integrity": "sha512-zDL5hBkQdH5C6MpqbK3gQAgP80tsMwSI26vjOzjJtNCMUo0lFgOItzHKBIupOZNQxt3ouPH7RPhvNhiTfCe5CQ==",
|
|
1479
922
|
"cpu": [
|
|
1480
923
|
"x64"
|
|
1481
924
|
],
|
|
@@ -1489,9 +932,9 @@
|
|
|
1489
932
|
}
|
|
1490
933
|
},
|
|
1491
934
|
"node_modules/@tailwindcss/oxide-linux-arm-gnueabihf": {
|
|
1492
|
-
"version": "4.
|
|
1493
|
-
"resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm-gnueabihf/-/oxide-linux-arm-gnueabihf-4.
|
|
1494
|
-
"integrity": "sha512-
|
|
935
|
+
"version": "4.3.0",
|
|
936
|
+
"resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm-gnueabihf/-/oxide-linux-arm-gnueabihf-4.3.0.tgz",
|
|
937
|
+
"integrity": "sha512-R06HdNi7A7OEoMsf6d4tjZ71RCWnZQPHj2mnotSFURjNLdBC+cIgXQ7l81CqeoiQftjf6OOblxXMInMgN2VzMA==",
|
|
1495
938
|
"cpu": [
|
|
1496
939
|
"arm"
|
|
1497
940
|
],
|
|
@@ -1505,12 +948,15 @@
|
|
|
1505
948
|
}
|
|
1506
949
|
},
|
|
1507
950
|
"node_modules/@tailwindcss/oxide-linux-arm64-gnu": {
|
|
1508
|
-
"version": "4.
|
|
1509
|
-
"resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm64-gnu/-/oxide-linux-arm64-gnu-4.
|
|
1510
|
-
"integrity": "sha512-
|
|
951
|
+
"version": "4.3.0",
|
|
952
|
+
"resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm64-gnu/-/oxide-linux-arm64-gnu-4.3.0.tgz",
|
|
953
|
+
"integrity": "sha512-qTJHELX8jetjhRQHCLilkVLmybpzNQAtaI/gaoVoidn/ufbNDbAo8KlK2J+yPoc8wQxvDxCmh/5lr8nC1+lTbg==",
|
|
1511
954
|
"cpu": [
|
|
1512
955
|
"arm64"
|
|
1513
956
|
],
|
|
957
|
+
"libc": [
|
|
958
|
+
"glibc"
|
|
959
|
+
],
|
|
1514
960
|
"license": "MIT",
|
|
1515
961
|
"optional": true,
|
|
1516
962
|
"os": [
|
|
@@ -1521,12 +967,15 @@
|
|
|
1521
967
|
}
|
|
1522
968
|
},
|
|
1523
969
|
"node_modules/@tailwindcss/oxide-linux-arm64-musl": {
|
|
1524
|
-
"version": "4.
|
|
1525
|
-
"resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm64-musl/-/oxide-linux-arm64-musl-4.
|
|
1526
|
-
"integrity": "sha512-
|
|
970
|
+
"version": "4.3.0",
|
|
971
|
+
"resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm64-musl/-/oxide-linux-arm64-musl-4.3.0.tgz",
|
|
972
|
+
"integrity": "sha512-Z6sukiQsngnWO+l39X4pPbiWT81IC+PLKF+PHxIlyZbGNb9MODfYlXEVlFvej5BOZInWX01kVyzeLvHsXhfczQ==",
|
|
1527
973
|
"cpu": [
|
|
1528
974
|
"arm64"
|
|
1529
975
|
],
|
|
976
|
+
"libc": [
|
|
977
|
+
"musl"
|
|
978
|
+
],
|
|
1530
979
|
"license": "MIT",
|
|
1531
980
|
"optional": true,
|
|
1532
981
|
"os": [
|
|
@@ -1537,12 +986,15 @@
|
|
|
1537
986
|
}
|
|
1538
987
|
},
|
|
1539
988
|
"node_modules/@tailwindcss/oxide-linux-x64-gnu": {
|
|
1540
|
-
"version": "4.
|
|
1541
|
-
"resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-x64-gnu/-/oxide-linux-x64-gnu-4.
|
|
1542
|
-
"integrity": "sha512-
|
|
989
|
+
"version": "4.3.0",
|
|
990
|
+
"resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-x64-gnu/-/oxide-linux-x64-gnu-4.3.0.tgz",
|
|
991
|
+
"integrity": "sha512-DRNdQRpSGzRGfARVuVkxvM8Q12nh19l4BF/G7zGA1oe+9wcC6saFBHTISrpIcKzhiXtSrlSrluCfvMuledoCTQ==",
|
|
1543
992
|
"cpu": [
|
|
1544
993
|
"x64"
|
|
1545
994
|
],
|
|
995
|
+
"libc": [
|
|
996
|
+
"glibc"
|
|
997
|
+
],
|
|
1546
998
|
"license": "MIT",
|
|
1547
999
|
"optional": true,
|
|
1548
1000
|
"os": [
|
|
@@ -1553,12 +1005,15 @@
|
|
|
1553
1005
|
}
|
|
1554
1006
|
},
|
|
1555
1007
|
"node_modules/@tailwindcss/oxide-linux-x64-musl": {
|
|
1556
|
-
"version": "4.
|
|
1557
|
-
"resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-x64-musl/-/oxide-linux-x64-musl-4.
|
|
1558
|
-
"integrity": "sha512-
|
|
1008
|
+
"version": "4.3.0",
|
|
1009
|
+
"resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-x64-musl/-/oxide-linux-x64-musl-4.3.0.tgz",
|
|
1010
|
+
"integrity": "sha512-Z0IADbDo8bh6I7h2IQMx601AdXBLfFpEdUotft86evd/8ZPflZe9COPO8Q1vw+pfLWIUo9zN/JGZvwuAJqduqg==",
|
|
1559
1011
|
"cpu": [
|
|
1560
1012
|
"x64"
|
|
1561
1013
|
],
|
|
1014
|
+
"libc": [
|
|
1015
|
+
"musl"
|
|
1016
|
+
],
|
|
1562
1017
|
"license": "MIT",
|
|
1563
1018
|
"optional": true,
|
|
1564
1019
|
"os": [
|
|
@@ -1569,9 +1024,9 @@
|
|
|
1569
1024
|
}
|
|
1570
1025
|
},
|
|
1571
1026
|
"node_modules/@tailwindcss/oxide-wasm32-wasi": {
|
|
1572
|
-
"version": "4.
|
|
1573
|
-
"resolved": "https://registry.npmjs.org/@tailwindcss/oxide-wasm32-wasi/-/oxide-wasm32-wasi-4.
|
|
1574
|
-
"integrity": "sha512-
|
|
1027
|
+
"version": "4.3.0",
|
|
1028
|
+
"resolved": "https://registry.npmjs.org/@tailwindcss/oxide-wasm32-wasi/-/oxide-wasm32-wasi-4.3.0.tgz",
|
|
1029
|
+
"integrity": "sha512-HNZGOUxEmElksYR7S6sC5jTeNGpobAsy9u7Gu0AskJ8/20FR9GqebUyB+HBcU/ax6BHuiuJi+Oda4B+YX6H1yA==",
|
|
1575
1030
|
"bundleDependencies": [
|
|
1576
1031
|
"@napi-rs/wasm-runtime",
|
|
1577
1032
|
"@emnapi/core",
|
|
@@ -1586,10 +1041,10 @@
|
|
|
1586
1041
|
"license": "MIT",
|
|
1587
1042
|
"optional": true,
|
|
1588
1043
|
"dependencies": {
|
|
1589
|
-
"@emnapi/core": "^1.
|
|
1590
|
-
"@emnapi/runtime": "^1.
|
|
1591
|
-
"@emnapi/wasi-threads": "^1.1
|
|
1592
|
-
"@napi-rs/wasm-runtime": "^1.1.
|
|
1044
|
+
"@emnapi/core": "^1.10.0",
|
|
1045
|
+
"@emnapi/runtime": "^1.10.0",
|
|
1046
|
+
"@emnapi/wasi-threads": "^1.2.1",
|
|
1047
|
+
"@napi-rs/wasm-runtime": "^1.1.4",
|
|
1593
1048
|
"@tybys/wasm-util": "^0.10.1",
|
|
1594
1049
|
"tslib": "^2.8.1"
|
|
1595
1050
|
},
|
|
@@ -1597,10 +1052,70 @@
|
|
|
1597
1052
|
"node": ">=14.0.0"
|
|
1598
1053
|
}
|
|
1599
1054
|
},
|
|
1055
|
+
"node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@emnapi/core": {
|
|
1056
|
+
"version": "1.10.0",
|
|
1057
|
+
"inBundle": true,
|
|
1058
|
+
"license": "MIT",
|
|
1059
|
+
"optional": true,
|
|
1060
|
+
"dependencies": {
|
|
1061
|
+
"@emnapi/wasi-threads": "1.2.1",
|
|
1062
|
+
"tslib": "^2.4.0"
|
|
1063
|
+
}
|
|
1064
|
+
},
|
|
1065
|
+
"node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@emnapi/runtime": {
|
|
1066
|
+
"version": "1.10.0",
|
|
1067
|
+
"inBundle": true,
|
|
1068
|
+
"license": "MIT",
|
|
1069
|
+
"optional": true,
|
|
1070
|
+
"dependencies": {
|
|
1071
|
+
"tslib": "^2.4.0"
|
|
1072
|
+
}
|
|
1073
|
+
},
|
|
1074
|
+
"node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@emnapi/wasi-threads": {
|
|
1075
|
+
"version": "1.2.1",
|
|
1076
|
+
"inBundle": true,
|
|
1077
|
+
"license": "MIT",
|
|
1078
|
+
"optional": true,
|
|
1079
|
+
"dependencies": {
|
|
1080
|
+
"tslib": "^2.4.0"
|
|
1081
|
+
}
|
|
1082
|
+
},
|
|
1083
|
+
"node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@napi-rs/wasm-runtime": {
|
|
1084
|
+
"version": "1.1.4",
|
|
1085
|
+
"inBundle": true,
|
|
1086
|
+
"license": "MIT",
|
|
1087
|
+
"optional": true,
|
|
1088
|
+
"dependencies": {
|
|
1089
|
+
"@tybys/wasm-util": "^0.10.1"
|
|
1090
|
+
},
|
|
1091
|
+
"funding": {
|
|
1092
|
+
"type": "github",
|
|
1093
|
+
"url": "https://github.com/sponsors/Brooooooklyn"
|
|
1094
|
+
},
|
|
1095
|
+
"peerDependencies": {
|
|
1096
|
+
"@emnapi/core": "^1.7.1",
|
|
1097
|
+
"@emnapi/runtime": "^1.7.1"
|
|
1098
|
+
}
|
|
1099
|
+
},
|
|
1100
|
+
"node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@tybys/wasm-util": {
|
|
1101
|
+
"version": "0.10.1",
|
|
1102
|
+
"inBundle": true,
|
|
1103
|
+
"license": "MIT",
|
|
1104
|
+
"optional": true,
|
|
1105
|
+
"dependencies": {
|
|
1106
|
+
"tslib": "^2.4.0"
|
|
1107
|
+
}
|
|
1108
|
+
},
|
|
1109
|
+
"node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/tslib": {
|
|
1110
|
+
"version": "2.8.1",
|
|
1111
|
+
"inBundle": true,
|
|
1112
|
+
"license": "0BSD",
|
|
1113
|
+
"optional": true
|
|
1114
|
+
},
|
|
1600
1115
|
"node_modules/@tailwindcss/oxide-win32-arm64-msvc": {
|
|
1601
|
-
"version": "4.
|
|
1602
|
-
"resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-arm64-msvc/-/oxide-win32-arm64-msvc-4.
|
|
1603
|
-
"integrity": "sha512-
|
|
1116
|
+
"version": "4.3.0",
|
|
1117
|
+
"resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-arm64-msvc/-/oxide-win32-arm64-msvc-4.3.0.tgz",
|
|
1118
|
+
"integrity": "sha512-Pe+RPVTi1T+qymuuRpcdvwSVZjnll/f7n8gBxMMh3xLTctMDKqpdfGimbMyioqtLhUYZxdJ9wGNhV7MKHvgZsQ==",
|
|
1604
1119
|
"cpu": [
|
|
1605
1120
|
"arm64"
|
|
1606
1121
|
],
|
|
@@ -1614,9 +1129,9 @@
|
|
|
1614
1129
|
}
|
|
1615
1130
|
},
|
|
1616
1131
|
"node_modules/@tailwindcss/oxide-win32-x64-msvc": {
|
|
1617
|
-
"version": "4.
|
|
1618
|
-
"resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-x64-msvc/-/oxide-win32-x64-msvc-4.
|
|
1619
|
-
"integrity": "sha512-
|
|
1132
|
+
"version": "4.3.0",
|
|
1133
|
+
"resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-x64-msvc/-/oxide-win32-x64-msvc-4.3.0.tgz",
|
|
1134
|
+
"integrity": "sha512-Mvrf2kXW/yeW/OTezZlCGOirXRcUuLIBx/5Y12BaPM7wJoryG6dfS/NJL8aBPqtTEx/Vm4T4vKzFUcKDT+TKUA==",
|
|
1620
1135
|
"cpu": [
|
|
1621
1136
|
"x64"
|
|
1622
1137
|
],
|
|
@@ -1630,35 +1145,35 @@
|
|
|
1630
1145
|
}
|
|
1631
1146
|
},
|
|
1632
1147
|
"node_modules/@tailwindcss/vite": {
|
|
1633
|
-
"version": "4.
|
|
1634
|
-
"resolved": "https://registry.npmjs.org/@tailwindcss/vite/-/vite-4.
|
|
1635
|
-
"integrity": "sha512-
|
|
1148
|
+
"version": "4.3.0",
|
|
1149
|
+
"resolved": "https://registry.npmjs.org/@tailwindcss/vite/-/vite-4.3.0.tgz",
|
|
1150
|
+
"integrity": "sha512-t6J3OrB5Fc0ExuhohouH0fWUGMYL6PTLhW+E7zIk/pdbnJARZDCwjBznFnkh5ynRnIRSI4YjtTH0t6USjJISrw==",
|
|
1636
1151
|
"license": "MIT",
|
|
1637
1152
|
"dependencies": {
|
|
1638
|
-
"@tailwindcss/node": "4.
|
|
1639
|
-
"@tailwindcss/oxide": "4.
|
|
1640
|
-
"tailwindcss": "4.
|
|
1153
|
+
"@tailwindcss/node": "4.3.0",
|
|
1154
|
+
"@tailwindcss/oxide": "4.3.0",
|
|
1155
|
+
"tailwindcss": "4.3.0"
|
|
1641
1156
|
},
|
|
1642
1157
|
"peerDependencies": {
|
|
1643
|
-
"vite": "^5.2.0 || ^6 || ^7"
|
|
1158
|
+
"vite": "^5.2.0 || ^6 || ^7 || ^8"
|
|
1644
1159
|
}
|
|
1645
1160
|
},
|
|
1646
1161
|
"node_modules/@tanstack/eslint-plugin-query": {
|
|
1647
|
-
"version": "5.
|
|
1648
|
-
"resolved": "https://registry.npmjs.org/@tanstack/eslint-plugin-query/-/eslint-plugin-query-5.
|
|
1649
|
-
"integrity": "sha512-
|
|
1162
|
+
"version": "5.100.14",
|
|
1163
|
+
"resolved": "https://registry.npmjs.org/@tanstack/eslint-plugin-query/-/eslint-plugin-query-5.100.14.tgz",
|
|
1164
|
+
"integrity": "sha512-NbpiBCmeHTRuVHeV5+U+1bzmxyTW5Dzp2sCeE6Hx+ZJTJWFK9dsm8VZmRc7LQP9/ZORsF620PvgUk67AwiBo4A==",
|
|
1650
1165
|
"dev": true,
|
|
1651
1166
|
"license": "MIT",
|
|
1652
1167
|
"dependencies": {
|
|
1653
|
-
"@typescript-eslint/utils": "^8.
|
|
1168
|
+
"@typescript-eslint/utils": "^8.58.1"
|
|
1654
1169
|
},
|
|
1655
1170
|
"funding": {
|
|
1656
1171
|
"type": "github",
|
|
1657
1172
|
"url": "https://github.com/sponsors/tannerlinsley"
|
|
1658
1173
|
},
|
|
1659
1174
|
"peerDependencies": {
|
|
1660
|
-
"eslint": "^8.57.0 || ^9.0.0",
|
|
1661
|
-
"typescript": "^5.0.0"
|
|
1175
|
+
"eslint": "^8.57.0 || ^9.0.0 || ^10.0.0",
|
|
1176
|
+
"typescript": "^5.4.0 || ^6.0.0"
|
|
1662
1177
|
},
|
|
1663
1178
|
"peerDependenciesMeta": {
|
|
1664
1179
|
"typescript": {
|
|
@@ -1667,9 +1182,9 @@
|
|
|
1667
1182
|
}
|
|
1668
1183
|
},
|
|
1669
1184
|
"node_modules/@tanstack/query-core": {
|
|
1670
|
-
"version": "5.
|
|
1671
|
-
"resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.
|
|
1672
|
-
"integrity": "sha512-
|
|
1185
|
+
"version": "5.100.14",
|
|
1186
|
+
"resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.100.14.tgz",
|
|
1187
|
+
"integrity": "sha512-5X41dGpxgeaHISCRW2oYwcSycZeULZzAunaudXT9ov1KOTj9xwt0CH6hbwqP1/z74ZWF7rYFnDpyYH07XFcZew==",
|
|
1673
1188
|
"license": "MIT",
|
|
1674
1189
|
"funding": {
|
|
1675
1190
|
"type": "github",
|
|
@@ -1677,12 +1192,12 @@
|
|
|
1677
1192
|
}
|
|
1678
1193
|
},
|
|
1679
1194
|
"node_modules/@tanstack/react-query": {
|
|
1680
|
-
"version": "5.
|
|
1681
|
-
"resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.
|
|
1682
|
-
"integrity": "sha512-
|
|
1195
|
+
"version": "5.100.14",
|
|
1196
|
+
"resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.100.14.tgz",
|
|
1197
|
+
"integrity": "sha512-oOr6aRdSFEwWhzxEkD/9ZcItM3+LjBSkeVmadWKwUssAHTsqd/7bOjWrX4AbvEkoEhgAxzN0Xk6H/aYzXiYBAw==",
|
|
1683
1198
|
"license": "MIT",
|
|
1684
1199
|
"dependencies": {
|
|
1685
|
-
"@tanstack/query-core": "5.
|
|
1200
|
+
"@tanstack/query-core": "5.100.14"
|
|
1686
1201
|
},
|
|
1687
1202
|
"funding": {
|
|
1688
1203
|
"type": "github",
|
|
@@ -1692,55 +1207,28 @@
|
|
|
1692
1207
|
"react": "^18 || ^19"
|
|
1693
1208
|
}
|
|
1694
1209
|
},
|
|
1695
|
-
"node_modules/@
|
|
1696
|
-
"version": "
|
|
1697
|
-
"resolved": "https://registry.npmjs.org/@
|
|
1698
|
-
"integrity": "sha512-
|
|
1699
|
-
"dev": true,
|
|
1700
|
-
"license": "MIT",
|
|
1701
|
-
"dependencies": {
|
|
1702
|
-
"@babel/parser": "^7.20.7",
|
|
1703
|
-
"@babel/types": "^7.20.7",
|
|
1704
|
-
"@types/babel__generator": "*",
|
|
1705
|
-
"@types/babel__template": "*",
|
|
1706
|
-
"@types/babel__traverse": "*"
|
|
1707
|
-
}
|
|
1708
|
-
},
|
|
1709
|
-
"node_modules/@types/babel__generator": {
|
|
1710
|
-
"version": "7.27.0",
|
|
1711
|
-
"resolved": "https://registry.npmjs.org/@types/babel__generator/-/babel__generator-7.27.0.tgz",
|
|
1712
|
-
"integrity": "sha512-ufFd2Xi92OAVPYsy+P4n7/U7e68fex0+Ee8gSG9KX7eo084CWiQ4sdxktvdl0bOPupXtVJPY19zk6EwWqUQ8lg==",
|
|
1713
|
-
"dev": true,
|
|
1714
|
-
"license": "MIT",
|
|
1715
|
-
"dependencies": {
|
|
1716
|
-
"@babel/types": "^7.0.0"
|
|
1717
|
-
}
|
|
1718
|
-
},
|
|
1719
|
-
"node_modules/@types/babel__template": {
|
|
1720
|
-
"version": "7.4.4",
|
|
1721
|
-
"resolved": "https://registry.npmjs.org/@types/babel__template/-/babel__template-7.4.4.tgz",
|
|
1722
|
-
"integrity": "sha512-h/NUaSyG5EyxBIp8YRxo4RMe2/qQgvyowRwVMzhYhBCONbW8PUsg4lkFMrhgZhUe5z3L3MiLDuvyJ/CaPa2A8A==",
|
|
1723
|
-
"dev": true,
|
|
1210
|
+
"node_modules/@tybys/wasm-util": {
|
|
1211
|
+
"version": "0.10.2",
|
|
1212
|
+
"resolved": "https://registry.npmjs.org/@tybys/wasm-util/-/wasm-util-0.10.2.tgz",
|
|
1213
|
+
"integrity": "sha512-RoBvJ2X0wuKlWFIjrwffGw1IqZHKQqzIchKaadZZfnNpsAYp2mM0h36JtPCjNDAHGgYez/15uMBpfGwchhiMgg==",
|
|
1724
1214
|
"license": "MIT",
|
|
1215
|
+
"optional": true,
|
|
1725
1216
|
"dependencies": {
|
|
1726
|
-
"
|
|
1727
|
-
"@babel/types": "^7.0.0"
|
|
1217
|
+
"tslib": "^2.4.0"
|
|
1728
1218
|
}
|
|
1729
1219
|
},
|
|
1730
|
-
"node_modules/@types/
|
|
1731
|
-
"version": "
|
|
1732
|
-
"resolved": "https://registry.npmjs.org/@types/
|
|
1733
|
-
"integrity": "sha512-
|
|
1220
|
+
"node_modules/@types/esrecurse": {
|
|
1221
|
+
"version": "4.3.1",
|
|
1222
|
+
"resolved": "https://registry.npmjs.org/@types/esrecurse/-/esrecurse-4.3.1.tgz",
|
|
1223
|
+
"integrity": "sha512-xJBAbDifo5hpffDBuHl0Y8ywswbiAp/Wi7Y/GtAgSlZyIABppyurxVueOPE8LUQOxdlgi6Zqce7uoEpqNTeiUw==",
|
|
1734
1224
|
"dev": true,
|
|
1735
|
-
"license": "MIT"
|
|
1736
|
-
"dependencies": {
|
|
1737
|
-
"@babel/types": "^7.28.2"
|
|
1738
|
-
}
|
|
1225
|
+
"license": "MIT"
|
|
1739
1226
|
},
|
|
1740
1227
|
"node_modules/@types/estree": {
|
|
1741
1228
|
"version": "1.0.8",
|
|
1742
1229
|
"resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.8.tgz",
|
|
1743
1230
|
"integrity": "sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==",
|
|
1231
|
+
"dev": true,
|
|
1744
1232
|
"license": "MIT"
|
|
1745
1233
|
},
|
|
1746
1234
|
"node_modules/@types/json-schema": {
|
|
@@ -1751,9 +1239,9 @@
|
|
|
1751
1239
|
"license": "MIT"
|
|
1752
1240
|
},
|
|
1753
1241
|
"node_modules/@types/node": {
|
|
1754
|
-
"version": "24.
|
|
1755
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-24.
|
|
1756
|
-
"integrity": "sha512-
|
|
1242
|
+
"version": "24.12.4",
|
|
1243
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-24.12.4.tgz",
|
|
1244
|
+
"integrity": "sha512-GUUEShf+PBCGW2KaXwcIt3Yk+e3pkKwWKb9GSyM9WQVE+ep2jzmHdGsHzu4wgcZy5fN9FBdVzjpBQsYlpfpgLA==",
|
|
1757
1245
|
"devOptional": true,
|
|
1758
1246
|
"license": "MIT",
|
|
1759
1247
|
"dependencies": {
|
|
@@ -1761,9 +1249,9 @@
|
|
|
1761
1249
|
}
|
|
1762
1250
|
},
|
|
1763
1251
|
"node_modules/@types/react": {
|
|
1764
|
-
"version": "19.2.
|
|
1765
|
-
"resolved": "https://registry.npmjs.org/@types/react/-/react-19.2.
|
|
1766
|
-
"integrity": "sha512-
|
|
1252
|
+
"version": "19.2.16",
|
|
1253
|
+
"resolved": "https://registry.npmjs.org/@types/react/-/react-19.2.16.tgz",
|
|
1254
|
+
"integrity": "sha512-esJiCAnl0kfpNdE69f3So4WJUXy95dLZydX0KwK46riIHDzHM7O9Vtf9xCHW0PXIqvgqNrswl522kA/5yx+F4w==",
|
|
1767
1255
|
"devOptional": true,
|
|
1768
1256
|
"license": "MIT",
|
|
1769
1257
|
"dependencies": {
|
|
@@ -1781,26 +1269,26 @@
|
|
|
1781
1269
|
}
|
|
1782
1270
|
},
|
|
1783
1271
|
"node_modules/@types/xrm": {
|
|
1784
|
-
"version": "9.0.
|
|
1785
|
-
"resolved": "https://registry.npmjs.org/@types/xrm/-/xrm-9.0.
|
|
1786
|
-
"integrity": "sha512-
|
|
1272
|
+
"version": "9.0.94",
|
|
1273
|
+
"resolved": "https://registry.npmjs.org/@types/xrm/-/xrm-9.0.94.tgz",
|
|
1274
|
+
"integrity": "sha512-VPiij6wNiKTJWUJLwEmmD66InAkgoleGhfrQDaboCW50NBY9nyShwyjj93GfaywZ4YCAap7CCZvBnDs0Z+NLkg==",
|
|
1787
1275
|
"license": "MIT"
|
|
1788
1276
|
},
|
|
1789
1277
|
"node_modules/@typescript-eslint/eslint-plugin": {
|
|
1790
|
-
"version": "8.
|
|
1791
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.
|
|
1792
|
-
"integrity": "sha512-
|
|
1278
|
+
"version": "8.60.1",
|
|
1279
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.60.1.tgz",
|
|
1280
|
+
"integrity": "sha512-JQ4S5GB0tfjO8BuJ4fcX+HodkzJjYBV+7OJ+wLygaX7OGQ7FudyHL4NSCA6ob+w3Yn+5MkKIozOwQhXeM7opVg==",
|
|
1793
1281
|
"dev": true,
|
|
1794
1282
|
"license": "MIT",
|
|
1795
1283
|
"dependencies": {
|
|
1796
1284
|
"@eslint-community/regexpp": "^4.12.2",
|
|
1797
|
-
"@typescript-eslint/scope-manager": "8.
|
|
1798
|
-
"@typescript-eslint/type-utils": "8.
|
|
1799
|
-
"@typescript-eslint/utils": "8.
|
|
1800
|
-
"@typescript-eslint/visitor-keys": "8.
|
|
1285
|
+
"@typescript-eslint/scope-manager": "8.60.1",
|
|
1286
|
+
"@typescript-eslint/type-utils": "8.60.1",
|
|
1287
|
+
"@typescript-eslint/utils": "8.60.1",
|
|
1288
|
+
"@typescript-eslint/visitor-keys": "8.60.1",
|
|
1801
1289
|
"ignore": "^7.0.5",
|
|
1802
1290
|
"natural-compare": "^1.4.0",
|
|
1803
|
-
"ts-api-utils": "^2.
|
|
1291
|
+
"ts-api-utils": "^2.5.0"
|
|
1804
1292
|
},
|
|
1805
1293
|
"engines": {
|
|
1806
1294
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
@@ -1810,9 +1298,9 @@
|
|
|
1810
1298
|
"url": "https://opencollective.com/typescript-eslint"
|
|
1811
1299
|
},
|
|
1812
1300
|
"peerDependencies": {
|
|
1813
|
-
"@typescript-eslint/parser": "^8.
|
|
1301
|
+
"@typescript-eslint/parser": "^8.60.1",
|
|
1814
1302
|
"eslint": "^8.57.0 || ^9.0.0 || ^10.0.0",
|
|
1815
|
-
"typescript": ">=4.8.4 <6.
|
|
1303
|
+
"typescript": ">=4.8.4 <6.1.0"
|
|
1816
1304
|
}
|
|
1817
1305
|
},
|
|
1818
1306
|
"node_modules/@typescript-eslint/eslint-plugin/node_modules/ignore": {
|
|
@@ -1826,16 +1314,16 @@
|
|
|
1826
1314
|
}
|
|
1827
1315
|
},
|
|
1828
1316
|
"node_modules/@typescript-eslint/parser": {
|
|
1829
|
-
"version": "8.
|
|
1830
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.
|
|
1831
|
-
"integrity": "sha512-
|
|
1317
|
+
"version": "8.60.1",
|
|
1318
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.60.1.tgz",
|
|
1319
|
+
"integrity": "sha512-A0M6ua6H252bVjPvvtSgl2QA4+ET9S5Mtkb2GDyTxIhH/C4qDItT7RQNO5PhMC6NXGYXOR9dIalcDDgBKT7oFA==",
|
|
1832
1320
|
"dev": true,
|
|
1833
1321
|
"license": "MIT",
|
|
1834
1322
|
"dependencies": {
|
|
1835
|
-
"@typescript-eslint/scope-manager": "8.
|
|
1836
|
-
"@typescript-eslint/types": "8.
|
|
1837
|
-
"@typescript-eslint/typescript-estree": "8.
|
|
1838
|
-
"@typescript-eslint/visitor-keys": "8.
|
|
1323
|
+
"@typescript-eslint/scope-manager": "8.60.1",
|
|
1324
|
+
"@typescript-eslint/types": "8.60.1",
|
|
1325
|
+
"@typescript-eslint/typescript-estree": "8.60.1",
|
|
1326
|
+
"@typescript-eslint/visitor-keys": "8.60.1",
|
|
1839
1327
|
"debug": "^4.4.3"
|
|
1840
1328
|
},
|
|
1841
1329
|
"engines": {
|
|
@@ -1847,18 +1335,18 @@
|
|
|
1847
1335
|
},
|
|
1848
1336
|
"peerDependencies": {
|
|
1849
1337
|
"eslint": "^8.57.0 || ^9.0.0 || ^10.0.0",
|
|
1850
|
-
"typescript": ">=4.8.4 <6.
|
|
1338
|
+
"typescript": ">=4.8.4 <6.1.0"
|
|
1851
1339
|
}
|
|
1852
1340
|
},
|
|
1853
1341
|
"node_modules/@typescript-eslint/project-service": {
|
|
1854
|
-
"version": "8.
|
|
1855
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/project-service/-/project-service-8.
|
|
1856
|
-
"integrity": "sha512-
|
|
1342
|
+
"version": "8.60.1",
|
|
1343
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/project-service/-/project-service-8.60.1.tgz",
|
|
1344
|
+
"integrity": "sha512-eXkTH2bxmXlqD1RnOPmLZ9ZM9D3VwSx04JOwBnP9RQ+yUA5a2Mu7SfW8uaV2Aon53NJzZlZYuX7tn91Izf+xaw==",
|
|
1857
1345
|
"dev": true,
|
|
1858
1346
|
"license": "MIT",
|
|
1859
1347
|
"dependencies": {
|
|
1860
|
-
"@typescript-eslint/tsconfig-utils": "^8.
|
|
1861
|
-
"@typescript-eslint/types": "^8.
|
|
1348
|
+
"@typescript-eslint/tsconfig-utils": "^8.60.1",
|
|
1349
|
+
"@typescript-eslint/types": "^8.60.1",
|
|
1862
1350
|
"debug": "^4.4.3"
|
|
1863
1351
|
},
|
|
1864
1352
|
"engines": {
|
|
@@ -1869,18 +1357,18 @@
|
|
|
1869
1357
|
"url": "https://opencollective.com/typescript-eslint"
|
|
1870
1358
|
},
|
|
1871
1359
|
"peerDependencies": {
|
|
1872
|
-
"typescript": ">=4.8.4 <6.
|
|
1360
|
+
"typescript": ">=4.8.4 <6.1.0"
|
|
1873
1361
|
}
|
|
1874
1362
|
},
|
|
1875
1363
|
"node_modules/@typescript-eslint/scope-manager": {
|
|
1876
|
-
"version": "8.
|
|
1877
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.
|
|
1878
|
-
"integrity": "sha512-
|
|
1364
|
+
"version": "8.60.1",
|
|
1365
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.60.1.tgz",
|
|
1366
|
+
"integrity": "sha512-gvI5OQoptnxQnchOirukCuQ55svJSTuD/4k5+pC267xyBtYry748R9/c3tYUzb/iE6RZfllRz2lVulLCHkTm4w==",
|
|
1879
1367
|
"dev": true,
|
|
1880
1368
|
"license": "MIT",
|
|
1881
1369
|
"dependencies": {
|
|
1882
|
-
"@typescript-eslint/types": "8.
|
|
1883
|
-
"@typescript-eslint/visitor-keys": "8.
|
|
1370
|
+
"@typescript-eslint/types": "8.60.1",
|
|
1371
|
+
"@typescript-eslint/visitor-keys": "8.60.1"
|
|
1884
1372
|
},
|
|
1885
1373
|
"engines": {
|
|
1886
1374
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
@@ -1891,9 +1379,9 @@
|
|
|
1891
1379
|
}
|
|
1892
1380
|
},
|
|
1893
1381
|
"node_modules/@typescript-eslint/tsconfig-utils": {
|
|
1894
|
-
"version": "8.
|
|
1895
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.
|
|
1896
|
-
"integrity": "sha512-
|
|
1382
|
+
"version": "8.60.1",
|
|
1383
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.60.1.tgz",
|
|
1384
|
+
"integrity": "sha512-nh8w4qAteiKuZu3pSSzG/yGKpw0OlkrKnzFmbVRenKaD4qc+7i1GrmZaLVkr8rk4uipiPGMOW4YsM6WmKZ5CvA==",
|
|
1897
1385
|
"dev": true,
|
|
1898
1386
|
"license": "MIT",
|
|
1899
1387
|
"engines": {
|
|
@@ -1904,21 +1392,21 @@
|
|
|
1904
1392
|
"url": "https://opencollective.com/typescript-eslint"
|
|
1905
1393
|
},
|
|
1906
1394
|
"peerDependencies": {
|
|
1907
|
-
"typescript": ">=4.8.4 <6.
|
|
1395
|
+
"typescript": ">=4.8.4 <6.1.0"
|
|
1908
1396
|
}
|
|
1909
1397
|
},
|
|
1910
1398
|
"node_modules/@typescript-eslint/type-utils": {
|
|
1911
|
-
"version": "8.
|
|
1912
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.
|
|
1913
|
-
"integrity": "sha512-
|
|
1399
|
+
"version": "8.60.1",
|
|
1400
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.60.1.tgz",
|
|
1401
|
+
"integrity": "sha512-sdwTrpjosW7ANQYJ39ZBF1ZyEMEGVB2UsikrserVM/30a/F1dTLnu9bGxEdosugyu5caigjLrR2qiD11asjI1A==",
|
|
1914
1402
|
"dev": true,
|
|
1915
1403
|
"license": "MIT",
|
|
1916
1404
|
"dependencies": {
|
|
1917
|
-
"@typescript-eslint/types": "8.
|
|
1918
|
-
"@typescript-eslint/typescript-estree": "8.
|
|
1919
|
-
"@typescript-eslint/utils": "8.
|
|
1405
|
+
"@typescript-eslint/types": "8.60.1",
|
|
1406
|
+
"@typescript-eslint/typescript-estree": "8.60.1",
|
|
1407
|
+
"@typescript-eslint/utils": "8.60.1",
|
|
1920
1408
|
"debug": "^4.4.3",
|
|
1921
|
-
"ts-api-utils": "^2.
|
|
1409
|
+
"ts-api-utils": "^2.5.0"
|
|
1922
1410
|
},
|
|
1923
1411
|
"engines": {
|
|
1924
1412
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
@@ -1929,13 +1417,13 @@
|
|
|
1929
1417
|
},
|
|
1930
1418
|
"peerDependencies": {
|
|
1931
1419
|
"eslint": "^8.57.0 || ^9.0.0 || ^10.0.0",
|
|
1932
|
-
"typescript": ">=4.8.4 <6.
|
|
1420
|
+
"typescript": ">=4.8.4 <6.1.0"
|
|
1933
1421
|
}
|
|
1934
1422
|
},
|
|
1935
1423
|
"node_modules/@typescript-eslint/types": {
|
|
1936
|
-
"version": "8.
|
|
1937
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.
|
|
1938
|
-
"integrity": "sha512-
|
|
1424
|
+
"version": "8.60.1",
|
|
1425
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.60.1.tgz",
|
|
1426
|
+
"integrity": "sha512-4h0tY8ppCkdCzcrl2YM5M3my0xsE1Tf8om3owEu5oPWmXwkKRmk0j0LGDzYBGUcAlesEbxBhazqu/K4cu3Ug7w==",
|
|
1939
1427
|
"dev": true,
|
|
1940
1428
|
"license": "MIT",
|
|
1941
1429
|
"engines": {
|
|
@@ -1947,21 +1435,21 @@
|
|
|
1947
1435
|
}
|
|
1948
1436
|
},
|
|
1949
1437
|
"node_modules/@typescript-eslint/typescript-estree": {
|
|
1950
|
-
"version": "8.
|
|
1951
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.
|
|
1952
|
-
"integrity": "sha512-
|
|
1438
|
+
"version": "8.60.1",
|
|
1439
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.60.1.tgz",
|
|
1440
|
+
"integrity": "sha512-alpRkfG8hlVE5kdJW2GkfgDgXxold3e8e4l6EnmhRmRLbekgAPCCGDVD++sABy9FcgPFroq+uFcCSM1vR57Cew==",
|
|
1953
1441
|
"dev": true,
|
|
1954
1442
|
"license": "MIT",
|
|
1955
1443
|
"dependencies": {
|
|
1956
|
-
"@typescript-eslint/project-service": "8.
|
|
1957
|
-
"@typescript-eslint/tsconfig-utils": "8.
|
|
1958
|
-
"@typescript-eslint/types": "8.
|
|
1959
|
-
"@typescript-eslint/visitor-keys": "8.
|
|
1444
|
+
"@typescript-eslint/project-service": "8.60.1",
|
|
1445
|
+
"@typescript-eslint/tsconfig-utils": "8.60.1",
|
|
1446
|
+
"@typescript-eslint/types": "8.60.1",
|
|
1447
|
+
"@typescript-eslint/visitor-keys": "8.60.1",
|
|
1960
1448
|
"debug": "^4.4.3",
|
|
1961
1449
|
"minimatch": "^10.2.2",
|
|
1962
1450
|
"semver": "^7.7.3",
|
|
1963
1451
|
"tinyglobby": "^0.2.15",
|
|
1964
|
-
"ts-api-utils": "^2.
|
|
1452
|
+
"ts-api-utils": "^2.5.0"
|
|
1965
1453
|
},
|
|
1966
1454
|
"engines": {
|
|
1967
1455
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
@@ -1971,20 +1459,20 @@
|
|
|
1971
1459
|
"url": "https://opencollective.com/typescript-eslint"
|
|
1972
1460
|
},
|
|
1973
1461
|
"peerDependencies": {
|
|
1974
|
-
"typescript": ">=4.8.4 <6.
|
|
1462
|
+
"typescript": ">=4.8.4 <6.1.0"
|
|
1975
1463
|
}
|
|
1976
1464
|
},
|
|
1977
1465
|
"node_modules/@typescript-eslint/utils": {
|
|
1978
|
-
"version": "8.
|
|
1979
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.
|
|
1980
|
-
"integrity": "sha512-
|
|
1466
|
+
"version": "8.60.1",
|
|
1467
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.60.1.tgz",
|
|
1468
|
+
"integrity": "sha512-h2MPBLoNtjc3qZWfY3Tl51yPorQ2McHn8pJfcMNTcIvrrZrr90Ykffit0yjrPFWQcRcUxzH20+6OcVdW4yHtUg==",
|
|
1981
1469
|
"dev": true,
|
|
1982
1470
|
"license": "MIT",
|
|
1983
1471
|
"dependencies": {
|
|
1984
1472
|
"@eslint-community/eslint-utils": "^4.9.1",
|
|
1985
|
-
"@typescript-eslint/scope-manager": "8.
|
|
1986
|
-
"@typescript-eslint/types": "8.
|
|
1987
|
-
"@typescript-eslint/typescript-estree": "8.
|
|
1473
|
+
"@typescript-eslint/scope-manager": "8.60.1",
|
|
1474
|
+
"@typescript-eslint/types": "8.60.1",
|
|
1475
|
+
"@typescript-eslint/typescript-estree": "8.60.1"
|
|
1988
1476
|
},
|
|
1989
1477
|
"engines": {
|
|
1990
1478
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
@@ -1995,17 +1483,17 @@
|
|
|
1995
1483
|
},
|
|
1996
1484
|
"peerDependencies": {
|
|
1997
1485
|
"eslint": "^8.57.0 || ^9.0.0 || ^10.0.0",
|
|
1998
|
-
"typescript": ">=4.8.4 <6.
|
|
1486
|
+
"typescript": ">=4.8.4 <6.1.0"
|
|
1999
1487
|
}
|
|
2000
1488
|
},
|
|
2001
1489
|
"node_modules/@typescript-eslint/visitor-keys": {
|
|
2002
|
-
"version": "8.
|
|
2003
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.
|
|
2004
|
-
"integrity": "sha512-
|
|
1490
|
+
"version": "8.60.1",
|
|
1491
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.60.1.tgz",
|
|
1492
|
+
"integrity": "sha512-EbGRQg4FhrmwLodl+t3JNAnXHWVr9Vp+Zl1QBZVPY4ByfkzIT8cX3K6QWODHtkIZqqJVEWvhHSx3v5PDHsaQag==",
|
|
2005
1493
|
"dev": true,
|
|
2006
1494
|
"license": "MIT",
|
|
2007
1495
|
"dependencies": {
|
|
2008
|
-
"@typescript-eslint/types": "8.
|
|
1496
|
+
"@typescript-eslint/types": "8.60.1",
|
|
2009
1497
|
"eslint-visitor-keys": "^5.0.0"
|
|
2010
1498
|
},
|
|
2011
1499
|
"engines": {
|
|
@@ -2030,24 +1518,29 @@
|
|
|
2030
1518
|
}
|
|
2031
1519
|
},
|
|
2032
1520
|
"node_modules/@vitejs/plugin-react": {
|
|
2033
|
-
"version": "
|
|
2034
|
-
"resolved": "https://registry.npmjs.org/@vitejs/plugin-react/-/plugin-react-
|
|
2035
|
-
"integrity": "sha512-
|
|
1521
|
+
"version": "6.0.2",
|
|
1522
|
+
"resolved": "https://registry.npmjs.org/@vitejs/plugin-react/-/plugin-react-6.0.2.tgz",
|
|
1523
|
+
"integrity": "sha512-DlSMqo4WhThw4vB8Mpn0Woe9J+Jfq1geJ61AKW0QEgLzGMNwtIMdxbDUzLxcun8W7NbJO0e2Jg/Nxm3cCSVzzg==",
|
|
2036
1524
|
"dev": true,
|
|
2037
1525
|
"license": "MIT",
|
|
2038
1526
|
"dependencies": {
|
|
2039
|
-
"@
|
|
2040
|
-
"@babel/plugin-transform-react-jsx-self": "^7.27.1",
|
|
2041
|
-
"@babel/plugin-transform-react-jsx-source": "^7.27.1",
|
|
2042
|
-
"@rolldown/pluginutils": "1.0.0-rc.3",
|
|
2043
|
-
"@types/babel__core": "^7.20.5",
|
|
2044
|
-
"react-refresh": "^0.18.0"
|
|
1527
|
+
"@rolldown/pluginutils": "^1.0.0"
|
|
2045
1528
|
},
|
|
2046
1529
|
"engines": {
|
|
2047
1530
|
"node": "^20.19.0 || >=22.12.0"
|
|
2048
1531
|
},
|
|
2049
1532
|
"peerDependencies": {
|
|
2050
|
-
"
|
|
1533
|
+
"@rolldown/plugin-babel": "^0.1.7 || ^0.2.0",
|
|
1534
|
+
"babel-plugin-react-compiler": "^1.0.0",
|
|
1535
|
+
"vite": "^8.0.0"
|
|
1536
|
+
},
|
|
1537
|
+
"peerDependenciesMeta": {
|
|
1538
|
+
"@rolldown/plugin-babel": {
|
|
1539
|
+
"optional": true
|
|
1540
|
+
},
|
|
1541
|
+
"babel-plugin-react-compiler": {
|
|
1542
|
+
"optional": true
|
|
1543
|
+
}
|
|
2051
1544
|
}
|
|
2052
1545
|
},
|
|
2053
1546
|
"node_modules/acorn": {
|
|
@@ -2074,9 +1567,9 @@
|
|
|
2074
1567
|
}
|
|
2075
1568
|
},
|
|
2076
1569
|
"node_modules/ajv": {
|
|
2077
|
-
"version": "6.
|
|
2078
|
-
"resolved": "https://registry.npmjs.org/ajv/-/ajv-6.
|
|
2079
|
-
"integrity": "sha512-
|
|
1570
|
+
"version": "6.15.0",
|
|
1571
|
+
"resolved": "https://registry.npmjs.org/ajv/-/ajv-6.15.0.tgz",
|
|
1572
|
+
"integrity": "sha512-fgFx7Hfoq60ytK2c7DhnF8jIvzYgOMxfugjLOSMHjLIPgenqa7S7oaagATUq99mV6IYvN2tRmC0wnTYX6iPbMw==",
|
|
2080
1573
|
"dev": true,
|
|
2081
1574
|
"license": "MIT",
|
|
2082
1575
|
"dependencies": {
|
|
@@ -2090,29 +1583,6 @@
|
|
|
2090
1583
|
"url": "https://github.com/sponsors/epoberezkin"
|
|
2091
1584
|
}
|
|
2092
1585
|
},
|
|
2093
|
-
"node_modules/ansi-styles": {
|
|
2094
|
-
"version": "4.3.0",
|
|
2095
|
-
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
|
|
2096
|
-
"integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
|
|
2097
|
-
"dev": true,
|
|
2098
|
-
"license": "MIT",
|
|
2099
|
-
"dependencies": {
|
|
2100
|
-
"color-convert": "^2.0.1"
|
|
2101
|
-
},
|
|
2102
|
-
"engines": {
|
|
2103
|
-
"node": ">=8"
|
|
2104
|
-
},
|
|
2105
|
-
"funding": {
|
|
2106
|
-
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
2107
|
-
}
|
|
2108
|
-
},
|
|
2109
|
-
"node_modules/argparse": {
|
|
2110
|
-
"version": "2.0.1",
|
|
2111
|
-
"resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
|
|
2112
|
-
"integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
|
|
2113
|
-
"dev": true,
|
|
2114
|
-
"license": "Python-2.0"
|
|
2115
|
-
},
|
|
2116
1586
|
"node_modules/balanced-match": {
|
|
2117
1587
|
"version": "4.0.4",
|
|
2118
1588
|
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-4.0.4.tgz",
|
|
@@ -2137,9 +1607,9 @@
|
|
|
2137
1607
|
}
|
|
2138
1608
|
},
|
|
2139
1609
|
"node_modules/brace-expansion": {
|
|
2140
|
-
"version": "5.0.
|
|
2141
|
-
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.
|
|
2142
|
-
"integrity": "sha512-
|
|
1610
|
+
"version": "5.0.6",
|
|
1611
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.6.tgz",
|
|
1612
|
+
"integrity": "sha512-kLpxurY4Z4r9sgMsyG0Z9uzsBlgiU/EFKhj/h91/8yHu0edo7XuixOIH3VcJ8kkxs6/jPzoI6U9Vj3WqbMQ94g==",
|
|
2143
1613
|
"dev": true,
|
|
2144
1614
|
"license": "MIT",
|
|
2145
1615
|
"dependencies": {
|
|
@@ -2183,16 +1653,6 @@
|
|
|
2183
1653
|
"node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7"
|
|
2184
1654
|
}
|
|
2185
1655
|
},
|
|
2186
|
-
"node_modules/callsites": {
|
|
2187
|
-
"version": "3.1.0",
|
|
2188
|
-
"resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz",
|
|
2189
|
-
"integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==",
|
|
2190
|
-
"dev": true,
|
|
2191
|
-
"license": "MIT",
|
|
2192
|
-
"engines": {
|
|
2193
|
-
"node": ">=6"
|
|
2194
|
-
}
|
|
2195
|
-
},
|
|
2196
1656
|
"node_modules/caniuse-lite": {
|
|
2197
1657
|
"version": "1.0.30001775",
|
|
2198
1658
|
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001775.tgz",
|
|
@@ -2214,50 +1674,6 @@
|
|
|
2214
1674
|
],
|
|
2215
1675
|
"license": "CC-BY-4.0"
|
|
2216
1676
|
},
|
|
2217
|
-
"node_modules/chalk": {
|
|
2218
|
-
"version": "4.1.2",
|
|
2219
|
-
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
|
|
2220
|
-
"integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
|
|
2221
|
-
"dev": true,
|
|
2222
|
-
"license": "MIT",
|
|
2223
|
-
"dependencies": {
|
|
2224
|
-
"ansi-styles": "^4.1.0",
|
|
2225
|
-
"supports-color": "^7.1.0"
|
|
2226
|
-
},
|
|
2227
|
-
"engines": {
|
|
2228
|
-
"node": ">=10"
|
|
2229
|
-
},
|
|
2230
|
-
"funding": {
|
|
2231
|
-
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
2232
|
-
}
|
|
2233
|
-
},
|
|
2234
|
-
"node_modules/color-convert": {
|
|
2235
|
-
"version": "2.0.1",
|
|
2236
|
-
"resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
|
|
2237
|
-
"integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
|
|
2238
|
-
"dev": true,
|
|
2239
|
-
"license": "MIT",
|
|
2240
|
-
"dependencies": {
|
|
2241
|
-
"color-name": "~1.1.4"
|
|
2242
|
-
},
|
|
2243
|
-
"engines": {
|
|
2244
|
-
"node": ">=7.0.0"
|
|
2245
|
-
}
|
|
2246
|
-
},
|
|
2247
|
-
"node_modules/color-name": {
|
|
2248
|
-
"version": "1.1.4",
|
|
2249
|
-
"resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
|
|
2250
|
-
"integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
|
|
2251
|
-
"dev": true,
|
|
2252
|
-
"license": "MIT"
|
|
2253
|
-
},
|
|
2254
|
-
"node_modules/concat-map": {
|
|
2255
|
-
"version": "0.0.1",
|
|
2256
|
-
"resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz",
|
|
2257
|
-
"integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==",
|
|
2258
|
-
"dev": true,
|
|
2259
|
-
"license": "MIT"
|
|
2260
|
-
},
|
|
2261
1677
|
"node_modules/convert-source-map": {
|
|
2262
1678
|
"version": "2.0.0",
|
|
2263
1679
|
"resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz",
|
|
@@ -2329,59 +1745,18 @@
|
|
|
2329
1745
|
"license": "ISC"
|
|
2330
1746
|
},
|
|
2331
1747
|
"node_modules/enhanced-resolve": {
|
|
2332
|
-
"version": "5.
|
|
2333
|
-
"resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.
|
|
2334
|
-
"integrity": "sha512
|
|
1748
|
+
"version": "5.22.1",
|
|
1749
|
+
"resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.22.1.tgz",
|
|
1750
|
+
"integrity": "sha512-6QEuw3zoX1SJQc7b87aBXke/no+mG2bTBgw29gWMQonLmpEkWoCAVkl+M49e48AZlWzxiDzDZzYdp6kobcyLww==",
|
|
2335
1751
|
"license": "MIT",
|
|
2336
1752
|
"dependencies": {
|
|
2337
1753
|
"graceful-fs": "^4.2.4",
|
|
2338
|
-
"tapable": "^2.3.
|
|
1754
|
+
"tapable": "^2.3.3"
|
|
2339
1755
|
},
|
|
2340
1756
|
"engines": {
|
|
2341
1757
|
"node": ">=10.13.0"
|
|
2342
1758
|
}
|
|
2343
1759
|
},
|
|
2344
|
-
"node_modules/esbuild": {
|
|
2345
|
-
"version": "0.27.3",
|
|
2346
|
-
"resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.27.3.tgz",
|
|
2347
|
-
"integrity": "sha512-8VwMnyGCONIs6cWue2IdpHxHnAjzxnw2Zr7MkVxB2vjmQ2ivqGFb4LEG3SMnv0Gb2F/G/2yA8zUaiL1gywDCCg==",
|
|
2348
|
-
"hasInstallScript": true,
|
|
2349
|
-
"license": "MIT",
|
|
2350
|
-
"bin": {
|
|
2351
|
-
"esbuild": "bin/esbuild"
|
|
2352
|
-
},
|
|
2353
|
-
"engines": {
|
|
2354
|
-
"node": ">=18"
|
|
2355
|
-
},
|
|
2356
|
-
"optionalDependencies": {
|
|
2357
|
-
"@esbuild/aix-ppc64": "0.27.3",
|
|
2358
|
-
"@esbuild/android-arm": "0.27.3",
|
|
2359
|
-
"@esbuild/android-arm64": "0.27.3",
|
|
2360
|
-
"@esbuild/android-x64": "0.27.3",
|
|
2361
|
-
"@esbuild/darwin-arm64": "0.27.3",
|
|
2362
|
-
"@esbuild/darwin-x64": "0.27.3",
|
|
2363
|
-
"@esbuild/freebsd-arm64": "0.27.3",
|
|
2364
|
-
"@esbuild/freebsd-x64": "0.27.3",
|
|
2365
|
-
"@esbuild/linux-arm": "0.27.3",
|
|
2366
|
-
"@esbuild/linux-arm64": "0.27.3",
|
|
2367
|
-
"@esbuild/linux-ia32": "0.27.3",
|
|
2368
|
-
"@esbuild/linux-loong64": "0.27.3",
|
|
2369
|
-
"@esbuild/linux-mips64el": "0.27.3",
|
|
2370
|
-
"@esbuild/linux-ppc64": "0.27.3",
|
|
2371
|
-
"@esbuild/linux-riscv64": "0.27.3",
|
|
2372
|
-
"@esbuild/linux-s390x": "0.27.3",
|
|
2373
|
-
"@esbuild/linux-x64": "0.27.3",
|
|
2374
|
-
"@esbuild/netbsd-arm64": "0.27.3",
|
|
2375
|
-
"@esbuild/netbsd-x64": "0.27.3",
|
|
2376
|
-
"@esbuild/openbsd-arm64": "0.27.3",
|
|
2377
|
-
"@esbuild/openbsd-x64": "0.27.3",
|
|
2378
|
-
"@esbuild/openharmony-arm64": "0.27.3",
|
|
2379
|
-
"@esbuild/sunos-x64": "0.27.3",
|
|
2380
|
-
"@esbuild/win32-arm64": "0.27.3",
|
|
2381
|
-
"@esbuild/win32-ia32": "0.27.3",
|
|
2382
|
-
"@esbuild/win32-x64": "0.27.3"
|
|
2383
|
-
}
|
|
2384
|
-
},
|
|
2385
1760
|
"node_modules/escalade": {
|
|
2386
1761
|
"version": "3.2.0",
|
|
2387
1762
|
"resolved": "https://registry.npmjs.org/escalade/-/escalade-3.2.0.tgz",
|
|
@@ -2406,33 +1781,30 @@
|
|
|
2406
1781
|
}
|
|
2407
1782
|
},
|
|
2408
1783
|
"node_modules/eslint": {
|
|
2409
|
-
"version": "
|
|
2410
|
-
"resolved": "https://registry.npmjs.org/eslint/-/eslint-
|
|
2411
|
-
"integrity": "sha512-
|
|
1784
|
+
"version": "10.4.1",
|
|
1785
|
+
"resolved": "https://registry.npmjs.org/eslint/-/eslint-10.4.1.tgz",
|
|
1786
|
+
"integrity": "sha512-AyIKhnOBuOAdueD7RB3xB+YeAWScb9jHsJBgH2Hcde8InP5JYhqrRR6iTMHyTEwgENK54Cp44e4v8BwNhsuHuw==",
|
|
2412
1787
|
"dev": true,
|
|
2413
1788
|
"license": "MIT",
|
|
2414
1789
|
"dependencies": {
|
|
2415
1790
|
"@eslint-community/eslint-utils": "^4.8.0",
|
|
2416
|
-
"@eslint-community/regexpp": "^4.12.
|
|
2417
|
-
"@eslint/config-array": "^0.
|
|
2418
|
-
"@eslint/config-helpers": "^0.
|
|
2419
|
-
"@eslint/core": "^
|
|
2420
|
-
"@eslint/
|
|
2421
|
-
"@eslint/js": "9.39.3",
|
|
2422
|
-
"@eslint/plugin-kit": "^0.4.1",
|
|
1791
|
+
"@eslint-community/regexpp": "^4.12.2",
|
|
1792
|
+
"@eslint/config-array": "^0.23.5",
|
|
1793
|
+
"@eslint/config-helpers": "^0.6.0",
|
|
1794
|
+
"@eslint/core": "^1.2.1",
|
|
1795
|
+
"@eslint/plugin-kit": "^0.7.2",
|
|
2423
1796
|
"@humanfs/node": "^0.16.6",
|
|
2424
1797
|
"@humanwhocodes/module-importer": "^1.0.1",
|
|
2425
1798
|
"@humanwhocodes/retry": "^0.4.2",
|
|
2426
1799
|
"@types/estree": "^1.0.6",
|
|
2427
|
-
"ajv": "^6.
|
|
2428
|
-
"chalk": "^4.0.0",
|
|
1800
|
+
"ajv": "^6.14.0",
|
|
2429
1801
|
"cross-spawn": "^7.0.6",
|
|
2430
1802
|
"debug": "^4.3.2",
|
|
2431
1803
|
"escape-string-regexp": "^4.0.0",
|
|
2432
|
-
"eslint-scope": "^
|
|
2433
|
-
"eslint-visitor-keys": "^
|
|
2434
|
-
"espree": "^
|
|
2435
|
-
"esquery": "^1.
|
|
1804
|
+
"eslint-scope": "^9.1.2",
|
|
1805
|
+
"eslint-visitor-keys": "^5.0.1",
|
|
1806
|
+
"espree": "^11.2.0",
|
|
1807
|
+
"esquery": "^1.7.0",
|
|
2436
1808
|
"esutils": "^2.0.2",
|
|
2437
1809
|
"fast-deep-equal": "^3.1.3",
|
|
2438
1810
|
"file-entry-cache": "^8.0.0",
|
|
@@ -2442,8 +1814,7 @@
|
|
|
2442
1814
|
"imurmurhash": "^0.1.4",
|
|
2443
1815
|
"is-glob": "^4.0.0",
|
|
2444
1816
|
"json-stable-stringify-without-jsonify": "^1.0.1",
|
|
2445
|
-
"
|
|
2446
|
-
"minimatch": "^3.1.2",
|
|
1817
|
+
"minimatch": "^10.2.4",
|
|
2447
1818
|
"natural-compare": "^1.4.0",
|
|
2448
1819
|
"optionator": "^0.9.3"
|
|
2449
1820
|
},
|
|
@@ -2451,7 +1822,7 @@
|
|
|
2451
1822
|
"eslint": "bin/eslint.js"
|
|
2452
1823
|
},
|
|
2453
1824
|
"engines": {
|
|
2454
|
-
"node": "^
|
|
1825
|
+
"node": "^20.19.0 || ^22.13.0 || >=24"
|
|
2455
1826
|
},
|
|
2456
1827
|
"funding": {
|
|
2457
1828
|
"url": "https://eslint.org/donate"
|
|
@@ -2466,9 +1837,9 @@
|
|
|
2466
1837
|
}
|
|
2467
1838
|
},
|
|
2468
1839
|
"node_modules/eslint-plugin-react-hooks": {
|
|
2469
|
-
"version": "7.
|
|
2470
|
-
"resolved": "https://registry.npmjs.org/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-7.
|
|
2471
|
-
"integrity": "sha512-
|
|
1840
|
+
"version": "7.1.1",
|
|
1841
|
+
"resolved": "https://registry.npmjs.org/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-7.1.1.tgz",
|
|
1842
|
+
"integrity": "sha512-f2I7Gw6JbvCexzIInuSbZpfdQ44D7iqdWX01FKLvrPgqxoE7oMj8clOfto8U6vYiz4yd5oKu39rRSVOe1zRu0g==",
|
|
2472
1843
|
"dev": true,
|
|
2473
1844
|
"license": "MIT",
|
|
2474
1845
|
"dependencies": {
|
|
@@ -2482,7 +1853,7 @@
|
|
|
2482
1853
|
"node": ">=18"
|
|
2483
1854
|
},
|
|
2484
1855
|
"peerDependencies": {
|
|
2485
|
-
"eslint": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0 || ^9.0.0"
|
|
1856
|
+
"eslint": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0 || ^9.0.0 || ^10.0.0"
|
|
2486
1857
|
}
|
|
2487
1858
|
},
|
|
2488
1859
|
"node_modules/eslint-plugin-react-refresh": {
|
|
@@ -2496,17 +1867,19 @@
|
|
|
2496
1867
|
}
|
|
2497
1868
|
},
|
|
2498
1869
|
"node_modules/eslint-scope": {
|
|
2499
|
-
"version": "
|
|
2500
|
-
"resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-
|
|
2501
|
-
"integrity": "sha512-
|
|
1870
|
+
"version": "9.1.2",
|
|
1871
|
+
"resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-9.1.2.tgz",
|
|
1872
|
+
"integrity": "sha512-xS90H51cKw0jltxmvmHy2Iai1LIqrfbw57b79w/J7MfvDfkIkFZ+kj6zC3BjtUwh150HsSSdxXZcsuv72miDFQ==",
|
|
2502
1873
|
"dev": true,
|
|
2503
1874
|
"license": "BSD-2-Clause",
|
|
2504
1875
|
"dependencies": {
|
|
1876
|
+
"@types/esrecurse": "^4.3.1",
|
|
1877
|
+
"@types/estree": "^1.0.8",
|
|
2505
1878
|
"esrecurse": "^4.3.0",
|
|
2506
1879
|
"estraverse": "^5.2.0"
|
|
2507
1880
|
},
|
|
2508
1881
|
"engines": {
|
|
2509
|
-
"node": "^
|
|
1882
|
+
"node": "^20.19.0 || ^22.13.0 || >=24"
|
|
2510
1883
|
},
|
|
2511
1884
|
"funding": {
|
|
2512
1885
|
"url": "https://opencollective.com/eslint"
|
|
@@ -2525,76 +1898,45 @@
|
|
|
2525
1898
|
"url": "https://opencollective.com/eslint"
|
|
2526
1899
|
}
|
|
2527
1900
|
},
|
|
2528
|
-
"node_modules/eslint/node_modules/balanced-match": {
|
|
2529
|
-
"version": "1.0.2",
|
|
2530
|
-
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
|
|
2531
|
-
"integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
|
|
2532
|
-
"dev": true,
|
|
2533
|
-
"license": "MIT"
|
|
2534
|
-
},
|
|
2535
|
-
"node_modules/eslint/node_modules/brace-expansion": {
|
|
2536
|
-
"version": "1.1.12",
|
|
2537
|
-
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.12.tgz",
|
|
2538
|
-
"integrity": "sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==",
|
|
2539
|
-
"dev": true,
|
|
2540
|
-
"license": "MIT",
|
|
2541
|
-
"dependencies": {
|
|
2542
|
-
"balanced-match": "^1.0.0",
|
|
2543
|
-
"concat-map": "0.0.1"
|
|
2544
|
-
}
|
|
2545
|
-
},
|
|
2546
1901
|
"node_modules/eslint/node_modules/eslint-visitor-keys": {
|
|
2547
|
-
"version": "
|
|
2548
|
-
"resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-
|
|
2549
|
-
"integrity": "sha512-
|
|
1902
|
+
"version": "5.0.1",
|
|
1903
|
+
"resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-5.0.1.tgz",
|
|
1904
|
+
"integrity": "sha512-tD40eHxA35h0PEIZNeIjkHoDR4YjjJp34biM0mDvplBe//mB+IHCqHDGV7pxF+7MklTvighcCPPZC7ynWyjdTA==",
|
|
2550
1905
|
"dev": true,
|
|
2551
1906
|
"license": "Apache-2.0",
|
|
2552
1907
|
"engines": {
|
|
2553
|
-
"node": "^
|
|
1908
|
+
"node": "^20.19.0 || ^22.13.0 || >=24"
|
|
2554
1909
|
},
|
|
2555
1910
|
"funding": {
|
|
2556
1911
|
"url": "https://opencollective.com/eslint"
|
|
2557
1912
|
}
|
|
2558
1913
|
},
|
|
2559
|
-
"node_modules/eslint/node_modules/minimatch": {
|
|
2560
|
-
"version": "3.1.5",
|
|
2561
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.5.tgz",
|
|
2562
|
-
"integrity": "sha512-VgjWUsnnT6n+NUk6eZq77zeFdpW2LWDzP6zFGrCbHXiYNul5Dzqk2HHQ5uFH2DNW5Xbp8+jVzaeNt94ssEEl4w==",
|
|
2563
|
-
"dev": true,
|
|
2564
|
-
"license": "ISC",
|
|
2565
|
-
"dependencies": {
|
|
2566
|
-
"brace-expansion": "^1.1.7"
|
|
2567
|
-
},
|
|
2568
|
-
"engines": {
|
|
2569
|
-
"node": "*"
|
|
2570
|
-
}
|
|
2571
|
-
},
|
|
2572
1914
|
"node_modules/espree": {
|
|
2573
|
-
"version": "
|
|
2574
|
-
"resolved": "https://registry.npmjs.org/espree/-/espree-
|
|
2575
|
-
"integrity": "sha512-
|
|
1915
|
+
"version": "11.2.0",
|
|
1916
|
+
"resolved": "https://registry.npmjs.org/espree/-/espree-11.2.0.tgz",
|
|
1917
|
+
"integrity": "sha512-7p3DrVEIopW1B1avAGLuCSh1jubc01H2JHc8B4qqGblmg5gI9yumBgACjWo4JlIc04ufug4xJ3SQI8HkS/Rgzw==",
|
|
2576
1918
|
"dev": true,
|
|
2577
1919
|
"license": "BSD-2-Clause",
|
|
2578
1920
|
"dependencies": {
|
|
2579
|
-
"acorn": "^8.
|
|
1921
|
+
"acorn": "^8.16.0",
|
|
2580
1922
|
"acorn-jsx": "^5.3.2",
|
|
2581
|
-
"eslint-visitor-keys": "^
|
|
1923
|
+
"eslint-visitor-keys": "^5.0.1"
|
|
2582
1924
|
},
|
|
2583
1925
|
"engines": {
|
|
2584
|
-
"node": "^
|
|
1926
|
+
"node": "^20.19.0 || ^22.13.0 || >=24"
|
|
2585
1927
|
},
|
|
2586
1928
|
"funding": {
|
|
2587
1929
|
"url": "https://opencollective.com/eslint"
|
|
2588
1930
|
}
|
|
2589
1931
|
},
|
|
2590
1932
|
"node_modules/espree/node_modules/eslint-visitor-keys": {
|
|
2591
|
-
"version": "
|
|
2592
|
-
"resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-
|
|
2593
|
-
"integrity": "sha512-
|
|
1933
|
+
"version": "5.0.1",
|
|
1934
|
+
"resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-5.0.1.tgz",
|
|
1935
|
+
"integrity": "sha512-tD40eHxA35h0PEIZNeIjkHoDR4YjjJp34biM0mDvplBe//mB+IHCqHDGV7pxF+7MklTvighcCPPZC7ynWyjdTA==",
|
|
2594
1936
|
"dev": true,
|
|
2595
1937
|
"license": "Apache-2.0",
|
|
2596
1938
|
"engines": {
|
|
2597
|
-
"node": "^
|
|
1939
|
+
"node": "^20.19.0 || ^22.13.0 || >=24"
|
|
2598
1940
|
},
|
|
2599
1941
|
"funding": {
|
|
2600
1942
|
"url": "https://opencollective.com/eslint"
|
|
@@ -2729,9 +2071,9 @@
|
|
|
2729
2071
|
}
|
|
2730
2072
|
},
|
|
2731
2073
|
"node_modules/flatted": {
|
|
2732
|
-
"version": "3.
|
|
2733
|
-
"resolved": "https://registry.npmjs.org/flatted/-/flatted-3.
|
|
2734
|
-
"integrity": "sha512-
|
|
2074
|
+
"version": "3.4.2",
|
|
2075
|
+
"resolved": "https://registry.npmjs.org/flatted/-/flatted-3.4.2.tgz",
|
|
2076
|
+
"integrity": "sha512-PjDse7RzhcPkIJwy5t7KPWQSZ9cAbzQXcafsetQoD7sOJRQlGikNbx7yZp2OotDnJyrDcbyRq3Ttb18iYOqkxA==",
|
|
2735
2077
|
"dev": true,
|
|
2736
2078
|
"license": "ISC"
|
|
2737
2079
|
},
|
|
@@ -2773,9 +2115,9 @@
|
|
|
2773
2115
|
}
|
|
2774
2116
|
},
|
|
2775
2117
|
"node_modules/globals": {
|
|
2776
|
-
"version": "
|
|
2777
|
-
"resolved": "https://registry.npmjs.org/globals/-/globals-
|
|
2778
|
-
"integrity": "sha512-
|
|
2118
|
+
"version": "17.6.0",
|
|
2119
|
+
"resolved": "https://registry.npmjs.org/globals/-/globals-17.6.0.tgz",
|
|
2120
|
+
"integrity": "sha512-sepffkT8stwnIYbsMBpoCHJuJM5l98FUF2AnE07hfvE0m/qp3R586hw4jF4uadbhvg1ooIdzuu7CsfD2jzCaNA==",
|
|
2779
2121
|
"dev": true,
|
|
2780
2122
|
"license": "MIT",
|
|
2781
2123
|
"engines": {
|
|
@@ -2791,16 +2133,6 @@
|
|
|
2791
2133
|
"integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==",
|
|
2792
2134
|
"license": "ISC"
|
|
2793
2135
|
},
|
|
2794
|
-
"node_modules/has-flag": {
|
|
2795
|
-
"version": "4.0.0",
|
|
2796
|
-
"resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
|
|
2797
|
-
"integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
|
|
2798
|
-
"dev": true,
|
|
2799
|
-
"license": "MIT",
|
|
2800
|
-
"engines": {
|
|
2801
|
-
"node": ">=8"
|
|
2802
|
-
}
|
|
2803
|
-
},
|
|
2804
2136
|
"node_modules/hermes-estree": {
|
|
2805
2137
|
"version": "0.25.1",
|
|
2806
2138
|
"resolved": "https://registry.npmjs.org/hermes-estree/-/hermes-estree-0.25.1.tgz",
|
|
@@ -2828,23 +2160,6 @@
|
|
|
2828
2160
|
"node": ">= 4"
|
|
2829
2161
|
}
|
|
2830
2162
|
},
|
|
2831
|
-
"node_modules/import-fresh": {
|
|
2832
|
-
"version": "3.3.1",
|
|
2833
|
-
"resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.1.tgz",
|
|
2834
|
-
"integrity": "sha512-TR3KfrTZTYLPB6jUjfx6MF9WcWrHL9su5TObK4ZkYgBdWKPOFoSoQIdEuTuR82pmtxH2spWG9h6etwfr1pLBqQ==",
|
|
2835
|
-
"dev": true,
|
|
2836
|
-
"license": "MIT",
|
|
2837
|
-
"dependencies": {
|
|
2838
|
-
"parent-module": "^1.0.0",
|
|
2839
|
-
"resolve-from": "^4.0.0"
|
|
2840
|
-
},
|
|
2841
|
-
"engines": {
|
|
2842
|
-
"node": ">=6"
|
|
2843
|
-
},
|
|
2844
|
-
"funding": {
|
|
2845
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
2846
|
-
}
|
|
2847
|
-
},
|
|
2848
2163
|
"node_modules/imurmurhash": {
|
|
2849
2164
|
"version": "0.1.4",
|
|
2850
2165
|
"resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz",
|
|
@@ -2901,19 +2216,6 @@
|
|
|
2901
2216
|
"dev": true,
|
|
2902
2217
|
"license": "MIT"
|
|
2903
2218
|
},
|
|
2904
|
-
"node_modules/js-yaml": {
|
|
2905
|
-
"version": "4.1.1",
|
|
2906
|
-
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.1.tgz",
|
|
2907
|
-
"integrity": "sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==",
|
|
2908
|
-
"dev": true,
|
|
2909
|
-
"license": "MIT",
|
|
2910
|
-
"dependencies": {
|
|
2911
|
-
"argparse": "^2.0.1"
|
|
2912
|
-
},
|
|
2913
|
-
"bin": {
|
|
2914
|
-
"js-yaml": "bin/js-yaml.js"
|
|
2915
|
-
}
|
|
2916
|
-
},
|
|
2917
2219
|
"node_modules/jsesc": {
|
|
2918
2220
|
"version": "3.1.0",
|
|
2919
2221
|
"resolved": "https://registry.npmjs.org/jsesc/-/jsesc-3.1.0.tgz",
|
|
@@ -2986,9 +2288,9 @@
|
|
|
2986
2288
|
}
|
|
2987
2289
|
},
|
|
2988
2290
|
"node_modules/lightningcss": {
|
|
2989
|
-
"version": "1.
|
|
2990
|
-
"resolved": "https://registry.npmjs.org/lightningcss/-/lightningcss-1.
|
|
2991
|
-
"integrity": "sha512-
|
|
2291
|
+
"version": "1.32.0",
|
|
2292
|
+
"resolved": "https://registry.npmjs.org/lightningcss/-/lightningcss-1.32.0.tgz",
|
|
2293
|
+
"integrity": "sha512-NXYBzinNrblfraPGyrbPoD19C1h9lfI/1mzgWYvXUTe414Gz/X1FD2XBZSZM7rRTrMA8JL3OtAaGifrIKhQ5yQ==",
|
|
2992
2294
|
"license": "MPL-2.0",
|
|
2993
2295
|
"dependencies": {
|
|
2994
2296
|
"detect-libc": "^2.0.3"
|
|
@@ -3001,23 +2303,23 @@
|
|
|
3001
2303
|
"url": "https://opencollective.com/parcel"
|
|
3002
2304
|
},
|
|
3003
2305
|
"optionalDependencies": {
|
|
3004
|
-
"lightningcss-android-arm64": "1.
|
|
3005
|
-
"lightningcss-darwin-arm64": "1.
|
|
3006
|
-
"lightningcss-darwin-x64": "1.
|
|
3007
|
-
"lightningcss-freebsd-x64": "1.
|
|
3008
|
-
"lightningcss-linux-arm-gnueabihf": "1.
|
|
3009
|
-
"lightningcss-linux-arm64-gnu": "1.
|
|
3010
|
-
"lightningcss-linux-arm64-musl": "1.
|
|
3011
|
-
"lightningcss-linux-x64-gnu": "1.
|
|
3012
|
-
"lightningcss-linux-x64-musl": "1.
|
|
3013
|
-
"lightningcss-win32-arm64-msvc": "1.
|
|
3014
|
-
"lightningcss-win32-x64-msvc": "1.
|
|
2306
|
+
"lightningcss-android-arm64": "1.32.0",
|
|
2307
|
+
"lightningcss-darwin-arm64": "1.32.0",
|
|
2308
|
+
"lightningcss-darwin-x64": "1.32.0",
|
|
2309
|
+
"lightningcss-freebsd-x64": "1.32.0",
|
|
2310
|
+
"lightningcss-linux-arm-gnueabihf": "1.32.0",
|
|
2311
|
+
"lightningcss-linux-arm64-gnu": "1.32.0",
|
|
2312
|
+
"lightningcss-linux-arm64-musl": "1.32.0",
|
|
2313
|
+
"lightningcss-linux-x64-gnu": "1.32.0",
|
|
2314
|
+
"lightningcss-linux-x64-musl": "1.32.0",
|
|
2315
|
+
"lightningcss-win32-arm64-msvc": "1.32.0",
|
|
2316
|
+
"lightningcss-win32-x64-msvc": "1.32.0"
|
|
3015
2317
|
}
|
|
3016
2318
|
},
|
|
3017
2319
|
"node_modules/lightningcss-android-arm64": {
|
|
3018
|
-
"version": "1.
|
|
3019
|
-
"resolved": "https://registry.npmjs.org/lightningcss-android-arm64/-/lightningcss-android-arm64-1.
|
|
3020
|
-
"integrity": "sha512-
|
|
2320
|
+
"version": "1.32.0",
|
|
2321
|
+
"resolved": "https://registry.npmjs.org/lightningcss-android-arm64/-/lightningcss-android-arm64-1.32.0.tgz",
|
|
2322
|
+
"integrity": "sha512-YK7/ClTt4kAK0vo6w3X+Pnm0D2cf2vPHbhOXdoNti1Ga0al1P4TBZhwjATvjNwLEBCnKvjJc2jQgHXH0NEwlAg==",
|
|
3021
2323
|
"cpu": [
|
|
3022
2324
|
"arm64"
|
|
3023
2325
|
],
|
|
@@ -3035,9 +2337,9 @@
|
|
|
3035
2337
|
}
|
|
3036
2338
|
},
|
|
3037
2339
|
"node_modules/lightningcss-darwin-arm64": {
|
|
3038
|
-
"version": "1.
|
|
3039
|
-
"resolved": "https://registry.npmjs.org/lightningcss-darwin-arm64/-/lightningcss-darwin-arm64-1.
|
|
3040
|
-
"integrity": "sha512-
|
|
2340
|
+
"version": "1.32.0",
|
|
2341
|
+
"resolved": "https://registry.npmjs.org/lightningcss-darwin-arm64/-/lightningcss-darwin-arm64-1.32.0.tgz",
|
|
2342
|
+
"integrity": "sha512-RzeG9Ju5bag2Bv1/lwlVJvBE3q6TtXskdZLLCyfg5pt+HLz9BqlICO7LZM7VHNTTn/5PRhHFBSjk5lc4cmscPQ==",
|
|
3041
2343
|
"cpu": [
|
|
3042
2344
|
"arm64"
|
|
3043
2345
|
],
|
|
@@ -3055,9 +2357,9 @@
|
|
|
3055
2357
|
}
|
|
3056
2358
|
},
|
|
3057
2359
|
"node_modules/lightningcss-darwin-x64": {
|
|
3058
|
-
"version": "1.
|
|
3059
|
-
"resolved": "https://registry.npmjs.org/lightningcss-darwin-x64/-/lightningcss-darwin-x64-1.
|
|
3060
|
-
"integrity": "sha512-
|
|
2360
|
+
"version": "1.32.0",
|
|
2361
|
+
"resolved": "https://registry.npmjs.org/lightningcss-darwin-x64/-/lightningcss-darwin-x64-1.32.0.tgz",
|
|
2362
|
+
"integrity": "sha512-U+QsBp2m/s2wqpUYT/6wnlagdZbtZdndSmut/NJqlCcMLTWp5muCrID+K5UJ6jqD2BFshejCYXniPDbNh73V8w==",
|
|
3061
2363
|
"cpu": [
|
|
3062
2364
|
"x64"
|
|
3063
2365
|
],
|
|
@@ -3075,9 +2377,9 @@
|
|
|
3075
2377
|
}
|
|
3076
2378
|
},
|
|
3077
2379
|
"node_modules/lightningcss-freebsd-x64": {
|
|
3078
|
-
"version": "1.
|
|
3079
|
-
"resolved": "https://registry.npmjs.org/lightningcss-freebsd-x64/-/lightningcss-freebsd-x64-1.
|
|
3080
|
-
"integrity": "sha512-
|
|
2380
|
+
"version": "1.32.0",
|
|
2381
|
+
"resolved": "https://registry.npmjs.org/lightningcss-freebsd-x64/-/lightningcss-freebsd-x64-1.32.0.tgz",
|
|
2382
|
+
"integrity": "sha512-JCTigedEksZk3tHTTthnMdVfGf61Fky8Ji2E4YjUTEQX14xiy/lTzXnu1vwiZe3bYe0q+SpsSH/CTeDXK6WHig==",
|
|
3081
2383
|
"cpu": [
|
|
3082
2384
|
"x64"
|
|
3083
2385
|
],
|
|
@@ -3095,9 +2397,9 @@
|
|
|
3095
2397
|
}
|
|
3096
2398
|
},
|
|
3097
2399
|
"node_modules/lightningcss-linux-arm-gnueabihf": {
|
|
3098
|
-
"version": "1.
|
|
3099
|
-
"resolved": "https://registry.npmjs.org/lightningcss-linux-arm-gnueabihf/-/lightningcss-linux-arm-gnueabihf-1.
|
|
3100
|
-
"integrity": "sha512-
|
|
2400
|
+
"version": "1.32.0",
|
|
2401
|
+
"resolved": "https://registry.npmjs.org/lightningcss-linux-arm-gnueabihf/-/lightningcss-linux-arm-gnueabihf-1.32.0.tgz",
|
|
2402
|
+
"integrity": "sha512-x6rnnpRa2GL0zQOkt6rts3YDPzduLpWvwAF6EMhXFVZXD4tPrBkEFqzGowzCsIWsPjqSK+tyNEODUBXeeVHSkw==",
|
|
3101
2403
|
"cpu": [
|
|
3102
2404
|
"arm"
|
|
3103
2405
|
],
|
|
@@ -3115,12 +2417,15 @@
|
|
|
3115
2417
|
}
|
|
3116
2418
|
},
|
|
3117
2419
|
"node_modules/lightningcss-linux-arm64-gnu": {
|
|
3118
|
-
"version": "1.
|
|
3119
|
-
"resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-gnu/-/lightningcss-linux-arm64-gnu-1.
|
|
3120
|
-
"integrity": "sha512-
|
|
2420
|
+
"version": "1.32.0",
|
|
2421
|
+
"resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-gnu/-/lightningcss-linux-arm64-gnu-1.32.0.tgz",
|
|
2422
|
+
"integrity": "sha512-0nnMyoyOLRJXfbMOilaSRcLH3Jw5z9HDNGfT/gwCPgaDjnx0i8w7vBzFLFR1f6CMLKF8gVbebmkUN3fa/kQJpQ==",
|
|
3121
2423
|
"cpu": [
|
|
3122
2424
|
"arm64"
|
|
3123
2425
|
],
|
|
2426
|
+
"libc": [
|
|
2427
|
+
"glibc"
|
|
2428
|
+
],
|
|
3124
2429
|
"license": "MPL-2.0",
|
|
3125
2430
|
"optional": true,
|
|
3126
2431
|
"os": [
|
|
@@ -3135,12 +2440,15 @@
|
|
|
3135
2440
|
}
|
|
3136
2441
|
},
|
|
3137
2442
|
"node_modules/lightningcss-linux-arm64-musl": {
|
|
3138
|
-
"version": "1.
|
|
3139
|
-
"resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-musl/-/lightningcss-linux-arm64-musl-1.
|
|
3140
|
-
"integrity": "sha512-
|
|
2443
|
+
"version": "1.32.0",
|
|
2444
|
+
"resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-musl/-/lightningcss-linux-arm64-musl-1.32.0.tgz",
|
|
2445
|
+
"integrity": "sha512-UpQkoenr4UJEzgVIYpI80lDFvRmPVg6oqboNHfoH4CQIfNA+HOrZ7Mo7KZP02dC6LjghPQJeBsvXhJod/wnIBg==",
|
|
3141
2446
|
"cpu": [
|
|
3142
2447
|
"arm64"
|
|
3143
2448
|
],
|
|
2449
|
+
"libc": [
|
|
2450
|
+
"musl"
|
|
2451
|
+
],
|
|
3144
2452
|
"license": "MPL-2.0",
|
|
3145
2453
|
"optional": true,
|
|
3146
2454
|
"os": [
|
|
@@ -3155,12 +2463,15 @@
|
|
|
3155
2463
|
}
|
|
3156
2464
|
},
|
|
3157
2465
|
"node_modules/lightningcss-linux-x64-gnu": {
|
|
3158
|
-
"version": "1.
|
|
3159
|
-
"resolved": "https://registry.npmjs.org/lightningcss-linux-x64-gnu/-/lightningcss-linux-x64-gnu-1.
|
|
3160
|
-
"integrity": "sha512-
|
|
2466
|
+
"version": "1.32.0",
|
|
2467
|
+
"resolved": "https://registry.npmjs.org/lightningcss-linux-x64-gnu/-/lightningcss-linux-x64-gnu-1.32.0.tgz",
|
|
2468
|
+
"integrity": "sha512-V7Qr52IhZmdKPVr+Vtw8o+WLsQJYCTd8loIfpDaMRWGUZfBOYEJeyJIkqGIDMZPwPx24pUMfwSxxI8phr/MbOA==",
|
|
3161
2469
|
"cpu": [
|
|
3162
2470
|
"x64"
|
|
3163
2471
|
],
|
|
2472
|
+
"libc": [
|
|
2473
|
+
"glibc"
|
|
2474
|
+
],
|
|
3164
2475
|
"license": "MPL-2.0",
|
|
3165
2476
|
"optional": true,
|
|
3166
2477
|
"os": [
|
|
@@ -3175,12 +2486,15 @@
|
|
|
3175
2486
|
}
|
|
3176
2487
|
},
|
|
3177
2488
|
"node_modules/lightningcss-linux-x64-musl": {
|
|
3178
|
-
"version": "1.
|
|
3179
|
-
"resolved": "https://registry.npmjs.org/lightningcss-linux-x64-musl/-/lightningcss-linux-x64-musl-1.
|
|
3180
|
-
"integrity": "sha512-
|
|
2489
|
+
"version": "1.32.0",
|
|
2490
|
+
"resolved": "https://registry.npmjs.org/lightningcss-linux-x64-musl/-/lightningcss-linux-x64-musl-1.32.0.tgz",
|
|
2491
|
+
"integrity": "sha512-bYcLp+Vb0awsiXg/80uCRezCYHNg1/l3mt0gzHnWV9XP1W5sKa5/TCdGWaR/zBM2PeF/HbsQv/j2URNOiVuxWg==",
|
|
3181
2492
|
"cpu": [
|
|
3182
2493
|
"x64"
|
|
3183
2494
|
],
|
|
2495
|
+
"libc": [
|
|
2496
|
+
"musl"
|
|
2497
|
+
],
|
|
3184
2498
|
"license": "MPL-2.0",
|
|
3185
2499
|
"optional": true,
|
|
3186
2500
|
"os": [
|
|
@@ -3195,9 +2509,9 @@
|
|
|
3195
2509
|
}
|
|
3196
2510
|
},
|
|
3197
2511
|
"node_modules/lightningcss-win32-arm64-msvc": {
|
|
3198
|
-
"version": "1.
|
|
3199
|
-
"resolved": "https://registry.npmjs.org/lightningcss-win32-arm64-msvc/-/lightningcss-win32-arm64-msvc-1.
|
|
3200
|
-
"integrity": "sha512-
|
|
2512
|
+
"version": "1.32.0",
|
|
2513
|
+
"resolved": "https://registry.npmjs.org/lightningcss-win32-arm64-msvc/-/lightningcss-win32-arm64-msvc-1.32.0.tgz",
|
|
2514
|
+
"integrity": "sha512-8SbC8BR40pS6baCM8sbtYDSwEVQd4JlFTOlaD3gWGHfThTcABnNDBda6eTZeqbofalIJhFx0qKzgHJmcPTnGdw==",
|
|
3201
2515
|
"cpu": [
|
|
3202
2516
|
"arm64"
|
|
3203
2517
|
],
|
|
@@ -3215,9 +2529,9 @@
|
|
|
3215
2529
|
}
|
|
3216
2530
|
},
|
|
3217
2531
|
"node_modules/lightningcss-win32-x64-msvc": {
|
|
3218
|
-
"version": "1.
|
|
3219
|
-
"resolved": "https://registry.npmjs.org/lightningcss-win32-x64-msvc/-/lightningcss-win32-x64-msvc-1.
|
|
3220
|
-
"integrity": "sha512-
|
|
2532
|
+
"version": "1.32.0",
|
|
2533
|
+
"resolved": "https://registry.npmjs.org/lightningcss-win32-x64-msvc/-/lightningcss-win32-x64-msvc-1.32.0.tgz",
|
|
2534
|
+
"integrity": "sha512-Amq9B/SoZYdDi1kFrojnoqPLxYhQ4Wo5XiL8EVJrVsB8ARoC1PWW6VGtT0WKCemjy8aC+louJnjS7U18x3b06Q==",
|
|
3221
2535
|
"cpu": [
|
|
3222
2536
|
"x64"
|
|
3223
2537
|
],
|
|
@@ -3250,13 +2564,6 @@
|
|
|
3250
2564
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
3251
2565
|
}
|
|
3252
2566
|
},
|
|
3253
|
-
"node_modules/lodash.merge": {
|
|
3254
|
-
"version": "4.6.2",
|
|
3255
|
-
"resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz",
|
|
3256
|
-
"integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==",
|
|
3257
|
-
"dev": true,
|
|
3258
|
-
"license": "MIT"
|
|
3259
|
-
},
|
|
3260
2567
|
"node_modules/lru-cache": {
|
|
3261
2568
|
"version": "5.1.1",
|
|
3262
2569
|
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz",
|
|
@@ -3300,9 +2607,9 @@
|
|
|
3300
2607
|
"license": "MIT"
|
|
3301
2608
|
},
|
|
3302
2609
|
"node_modules/nanoid": {
|
|
3303
|
-
"version": "3.3.
|
|
3304
|
-
"resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.
|
|
3305
|
-
"integrity": "sha512-
|
|
2610
|
+
"version": "3.3.12",
|
|
2611
|
+
"resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.12.tgz",
|
|
2612
|
+
"integrity": "sha512-ZB9RH/39qpq5Vu6Y+NmUaFhQR6pp+M2Xt76XBnEwDaGcVAqhlvxrl3B2bKS5D3NH3QR76v3aSrKaF/Kiy7lEtQ==",
|
|
3306
2613
|
"funding": [
|
|
3307
2614
|
{
|
|
3308
2615
|
"type": "github",
|
|
@@ -3381,19 +2688,6 @@
|
|
|
3381
2688
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
3382
2689
|
}
|
|
3383
2690
|
},
|
|
3384
|
-
"node_modules/parent-module": {
|
|
3385
|
-
"version": "1.0.1",
|
|
3386
|
-
"resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz",
|
|
3387
|
-
"integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==",
|
|
3388
|
-
"dev": true,
|
|
3389
|
-
"license": "MIT",
|
|
3390
|
-
"dependencies": {
|
|
3391
|
-
"callsites": "^3.0.0"
|
|
3392
|
-
},
|
|
3393
|
-
"engines": {
|
|
3394
|
-
"node": ">=6"
|
|
3395
|
-
}
|
|
3396
|
-
},
|
|
3397
2691
|
"node_modules/path-exists": {
|
|
3398
2692
|
"version": "4.0.0",
|
|
3399
2693
|
"resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz",
|
|
@@ -3421,9 +2715,9 @@
|
|
|
3421
2715
|
"license": "ISC"
|
|
3422
2716
|
},
|
|
3423
2717
|
"node_modules/picomatch": {
|
|
3424
|
-
"version": "4.0.
|
|
3425
|
-
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.
|
|
3426
|
-
"integrity": "sha512-
|
|
2718
|
+
"version": "4.0.4",
|
|
2719
|
+
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.4.tgz",
|
|
2720
|
+
"integrity": "sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A==",
|
|
3427
2721
|
"license": "MIT",
|
|
3428
2722
|
"engines": {
|
|
3429
2723
|
"node": ">=12"
|
|
@@ -3433,9 +2727,9 @@
|
|
|
3433
2727
|
}
|
|
3434
2728
|
},
|
|
3435
2729
|
"node_modules/postcss": {
|
|
3436
|
-
"version": "8.5.
|
|
3437
|
-
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.
|
|
3438
|
-
"integrity": "sha512-
|
|
2730
|
+
"version": "8.5.15",
|
|
2731
|
+
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.15.tgz",
|
|
2732
|
+
"integrity": "sha512-FfR8sjd4em2T6fb3I2MwAJU7HWVMr9zba+enmQeeWFfCbm+UOC/0X4DS8XtpUTMwWMGbjKYP7xjfNekzyGmB3A==",
|
|
3439
2733
|
"funding": [
|
|
3440
2734
|
{
|
|
3441
2735
|
"type": "opencollective",
|
|
@@ -3452,7 +2746,7 @@
|
|
|
3452
2746
|
],
|
|
3453
2747
|
"license": "MIT",
|
|
3454
2748
|
"dependencies": {
|
|
3455
|
-
"nanoid": "^3.3.
|
|
2749
|
+
"nanoid": "^3.3.12",
|
|
3456
2750
|
"picocolors": "^1.1.1",
|
|
3457
2751
|
"source-map-js": "^1.2.1"
|
|
3458
2752
|
},
|
|
@@ -3481,88 +2775,57 @@
|
|
|
3481
2775
|
}
|
|
3482
2776
|
},
|
|
3483
2777
|
"node_modules/react": {
|
|
3484
|
-
"version": "19.2.
|
|
3485
|
-
"resolved": "https://registry.npmjs.org/react/-/react-19.2.
|
|
3486
|
-
"integrity": "sha512-
|
|
2778
|
+
"version": "19.2.7",
|
|
2779
|
+
"resolved": "https://registry.npmjs.org/react/-/react-19.2.7.tgz",
|
|
2780
|
+
"integrity": "sha512-HNe9WslTbXmFK8o8cmwgAeJFSBvt1bPdHCVKtaaV+WlAN36mpT4hcRpwbf3fY56ar2oIXzsBpOAiIRHAdY0OlQ==",
|
|
3487
2781
|
"license": "MIT",
|
|
3488
2782
|
"engines": {
|
|
3489
2783
|
"node": ">=0.10.0"
|
|
3490
2784
|
}
|
|
3491
2785
|
},
|
|
3492
2786
|
"node_modules/react-dom": {
|
|
3493
|
-
"version": "19.2.
|
|
3494
|
-
"resolved": "https://registry.npmjs.org/react-dom/-/react-dom-19.2.
|
|
3495
|
-
"integrity": "sha512-
|
|
2787
|
+
"version": "19.2.7",
|
|
2788
|
+
"resolved": "https://registry.npmjs.org/react-dom/-/react-dom-19.2.7.tgz",
|
|
2789
|
+
"integrity": "sha512-t0BRVXvbiE/o20Hfw669rLbMCDWtYZLvmJigy2f0MxsXF+71pxhR3xOkspmsO8h3ZlNzyibAmtCa3l4lYKk6gQ==",
|
|
3496
2790
|
"license": "MIT",
|
|
3497
2791
|
"dependencies": {
|
|
3498
2792
|
"scheduler": "^0.27.0"
|
|
3499
2793
|
},
|
|
3500
2794
|
"peerDependencies": {
|
|
3501
|
-
"react": "^19.2.
|
|
3502
|
-
}
|
|
3503
|
-
},
|
|
3504
|
-
"node_modules/react-refresh": {
|
|
3505
|
-
"version": "0.18.0",
|
|
3506
|
-
"resolved": "https://registry.npmjs.org/react-refresh/-/react-refresh-0.18.0.tgz",
|
|
3507
|
-
"integrity": "sha512-QgT5//D3jfjJb6Gsjxv0Slpj23ip+HtOpnNgnb2S5zU3CB26G/IDPGoy4RJB42wzFE46DRsstbW6tKHoKbhAxw==",
|
|
3508
|
-
"dev": true,
|
|
3509
|
-
"license": "MIT",
|
|
3510
|
-
"engines": {
|
|
3511
|
-
"node": ">=0.10.0"
|
|
3512
|
-
}
|
|
3513
|
-
},
|
|
3514
|
-
"node_modules/resolve-from": {
|
|
3515
|
-
"version": "4.0.0",
|
|
3516
|
-
"resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz",
|
|
3517
|
-
"integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==",
|
|
3518
|
-
"dev": true,
|
|
3519
|
-
"license": "MIT",
|
|
3520
|
-
"engines": {
|
|
3521
|
-
"node": ">=4"
|
|
2795
|
+
"react": "^19.2.7"
|
|
3522
2796
|
}
|
|
3523
2797
|
},
|
|
3524
|
-
"node_modules/
|
|
3525
|
-
"version": "
|
|
3526
|
-
"resolved": "https://registry.npmjs.org/
|
|
3527
|
-
"integrity": "sha512-
|
|
2798
|
+
"node_modules/rolldown": {
|
|
2799
|
+
"version": "1.0.3",
|
|
2800
|
+
"resolved": "https://registry.npmjs.org/rolldown/-/rolldown-1.0.3.tgz",
|
|
2801
|
+
"integrity": "sha512-i00lAJ2ks1BYr7rjNjKC7BcqAS7nVfiT3QX1SI5aY+AFHblCmaUf9OE9dbdzDvW6dJxbi2ZCZiy9v3CcwOiX3g==",
|
|
3528
2802
|
"license": "MIT",
|
|
3529
2803
|
"dependencies": {
|
|
3530
|
-
"@types
|
|
2804
|
+
"@oxc-project/types": "=0.133.0",
|
|
2805
|
+
"@rolldown/pluginutils": "^1.0.0"
|
|
3531
2806
|
},
|
|
3532
2807
|
"bin": {
|
|
3533
|
-
"
|
|
2808
|
+
"rolldown": "bin/cli.mjs"
|
|
3534
2809
|
},
|
|
3535
2810
|
"engines": {
|
|
3536
|
-
"node": "
|
|
3537
|
-
"npm": ">=8.0.0"
|
|
2811
|
+
"node": "^20.19.0 || >=22.12.0"
|
|
3538
2812
|
},
|
|
3539
2813
|
"optionalDependencies": {
|
|
3540
|
-
"@
|
|
3541
|
-
"@
|
|
3542
|
-
"@
|
|
3543
|
-
"@
|
|
3544
|
-
"@
|
|
3545
|
-
"@
|
|
3546
|
-
"@
|
|
3547
|
-
"@
|
|
3548
|
-
"@
|
|
3549
|
-
"@
|
|
3550
|
-
"@
|
|
3551
|
-
"@
|
|
3552
|
-
"@
|
|
3553
|
-
"@
|
|
3554
|
-
"@
|
|
3555
|
-
"@rollup/rollup-linux-riscv64-musl": "4.59.0",
|
|
3556
|
-
"@rollup/rollup-linux-s390x-gnu": "4.59.0",
|
|
3557
|
-
"@rollup/rollup-linux-x64-gnu": "4.59.0",
|
|
3558
|
-
"@rollup/rollup-linux-x64-musl": "4.59.0",
|
|
3559
|
-
"@rollup/rollup-openbsd-x64": "4.59.0",
|
|
3560
|
-
"@rollup/rollup-openharmony-arm64": "4.59.0",
|
|
3561
|
-
"@rollup/rollup-win32-arm64-msvc": "4.59.0",
|
|
3562
|
-
"@rollup/rollup-win32-ia32-msvc": "4.59.0",
|
|
3563
|
-
"@rollup/rollup-win32-x64-gnu": "4.59.0",
|
|
3564
|
-
"@rollup/rollup-win32-x64-msvc": "4.59.0",
|
|
3565
|
-
"fsevents": "~2.3.2"
|
|
2814
|
+
"@rolldown/binding-android-arm64": "1.0.3",
|
|
2815
|
+
"@rolldown/binding-darwin-arm64": "1.0.3",
|
|
2816
|
+
"@rolldown/binding-darwin-x64": "1.0.3",
|
|
2817
|
+
"@rolldown/binding-freebsd-x64": "1.0.3",
|
|
2818
|
+
"@rolldown/binding-linux-arm-gnueabihf": "1.0.3",
|
|
2819
|
+
"@rolldown/binding-linux-arm64-gnu": "1.0.3",
|
|
2820
|
+
"@rolldown/binding-linux-arm64-musl": "1.0.3",
|
|
2821
|
+
"@rolldown/binding-linux-ppc64-gnu": "1.0.3",
|
|
2822
|
+
"@rolldown/binding-linux-s390x-gnu": "1.0.3",
|
|
2823
|
+
"@rolldown/binding-linux-x64-gnu": "1.0.3",
|
|
2824
|
+
"@rolldown/binding-linux-x64-musl": "1.0.3",
|
|
2825
|
+
"@rolldown/binding-openharmony-arm64": "1.0.3",
|
|
2826
|
+
"@rolldown/binding-wasm32-wasi": "1.0.3",
|
|
2827
|
+
"@rolldown/binding-win32-arm64-msvc": "1.0.3",
|
|
2828
|
+
"@rolldown/binding-win32-x64-msvc": "1.0.3"
|
|
3566
2829
|
}
|
|
3567
2830
|
},
|
|
3568
2831
|
"node_modules/scheduler": {
|
|
@@ -3572,9 +2835,9 @@
|
|
|
3572
2835
|
"license": "MIT"
|
|
3573
2836
|
},
|
|
3574
2837
|
"node_modules/semver": {
|
|
3575
|
-
"version": "7.
|
|
3576
|
-
"resolved": "https://registry.npmjs.org/semver/-/semver-7.
|
|
3577
|
-
"integrity": "sha512-
|
|
2838
|
+
"version": "7.8.1",
|
|
2839
|
+
"resolved": "https://registry.npmjs.org/semver/-/semver-7.8.1.tgz",
|
|
2840
|
+
"integrity": "sha512-rkVq3IXh+4FDGch+KwzX3aV9W3kO54GyEgpvBzSyctDA6Xtd7RJQV1xmXbeQp5v7+VzLOfVqiutSE6GICgPFvg==",
|
|
3578
2841
|
"dev": true,
|
|
3579
2842
|
"license": "ISC",
|
|
3580
2843
|
"bin": {
|
|
@@ -3616,42 +2879,16 @@
|
|
|
3616
2879
|
"node": ">=0.10.0"
|
|
3617
2880
|
}
|
|
3618
2881
|
},
|
|
3619
|
-
"node_modules/strip-json-comments": {
|
|
3620
|
-
"version": "3.1.1",
|
|
3621
|
-
"resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz",
|
|
3622
|
-
"integrity": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==",
|
|
3623
|
-
"dev": true,
|
|
3624
|
-
"license": "MIT",
|
|
3625
|
-
"engines": {
|
|
3626
|
-
"node": ">=8"
|
|
3627
|
-
},
|
|
3628
|
-
"funding": {
|
|
3629
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
3630
|
-
}
|
|
3631
|
-
},
|
|
3632
|
-
"node_modules/supports-color": {
|
|
3633
|
-
"version": "7.2.0",
|
|
3634
|
-
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
|
|
3635
|
-
"integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
|
|
3636
|
-
"dev": true,
|
|
3637
|
-
"license": "MIT",
|
|
3638
|
-
"dependencies": {
|
|
3639
|
-
"has-flag": "^4.0.0"
|
|
3640
|
-
},
|
|
3641
|
-
"engines": {
|
|
3642
|
-
"node": ">=8"
|
|
3643
|
-
}
|
|
3644
|
-
},
|
|
3645
2882
|
"node_modules/tailwindcss": {
|
|
3646
|
-
"version": "4.
|
|
3647
|
-
"resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.
|
|
3648
|
-
"integrity": "sha512
|
|
2883
|
+
"version": "4.3.0",
|
|
2884
|
+
"resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.3.0.tgz",
|
|
2885
|
+
"integrity": "sha512-y6nxMGB1nMW9R6k96e5gdIFzcfL/gTJRNaqGes1YvkLnPVXzWgbqFF2yLC0T8G774n24cx3Pe8XrKoniCOAH+Q==",
|
|
3649
2886
|
"license": "MIT"
|
|
3650
2887
|
},
|
|
3651
2888
|
"node_modules/tapable": {
|
|
3652
|
-
"version": "2.3.
|
|
3653
|
-
"resolved": "https://registry.npmjs.org/tapable/-/tapable-2.3.
|
|
3654
|
-
"integrity": "sha512-
|
|
2889
|
+
"version": "2.3.3",
|
|
2890
|
+
"resolved": "https://registry.npmjs.org/tapable/-/tapable-2.3.3.tgz",
|
|
2891
|
+
"integrity": "sha512-uxc/zpqFg6x7C8vOE7lh6Lbda8eEL9zmVm/PLeTPBRhh1xCgdWaQ+J1CUieGpIfm2HdtsUpRv+HshiasBMcc6A==",
|
|
3655
2892
|
"license": "MIT",
|
|
3656
2893
|
"engines": {
|
|
3657
2894
|
"node": ">=6"
|
|
@@ -3662,13 +2899,13 @@
|
|
|
3662
2899
|
}
|
|
3663
2900
|
},
|
|
3664
2901
|
"node_modules/tinyglobby": {
|
|
3665
|
-
"version": "0.2.
|
|
3666
|
-
"resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.
|
|
3667
|
-
"integrity": "sha512-
|
|
2902
|
+
"version": "0.2.17",
|
|
2903
|
+
"resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.17.tgz",
|
|
2904
|
+
"integrity": "sha512-wXR/dYpcqKmfWpEdZjiKJOwCNFndD0DMnrW/cYjVGttEkBfVgcLFHoNrlj47mjOVic9yyNu65alsgF4NQyTa2g==",
|
|
3668
2905
|
"license": "MIT",
|
|
3669
2906
|
"dependencies": {
|
|
3670
2907
|
"fdir": "^6.5.0",
|
|
3671
|
-
"picomatch": "^4.0.
|
|
2908
|
+
"picomatch": "^4.0.4"
|
|
3672
2909
|
},
|
|
3673
2910
|
"engines": {
|
|
3674
2911
|
"node": ">=12.0.0"
|
|
@@ -3678,9 +2915,9 @@
|
|
|
3678
2915
|
}
|
|
3679
2916
|
},
|
|
3680
2917
|
"node_modules/ts-api-utils": {
|
|
3681
|
-
"version": "2.
|
|
3682
|
-
"resolved": "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-2.
|
|
3683
|
-
"integrity": "sha512-
|
|
2918
|
+
"version": "2.5.0",
|
|
2919
|
+
"resolved": "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-2.5.0.tgz",
|
|
2920
|
+
"integrity": "sha512-OJ/ibxhPlqrMM0UiNHJ/0CKQkoKF243/AEmplt3qpRgkW8VG7IfOS41h7V8TjITqdByHzrjcS/2si+y4lIh8NA==",
|
|
3684
2921
|
"dev": true,
|
|
3685
2922
|
"license": "MIT",
|
|
3686
2923
|
"engines": {
|
|
@@ -3690,6 +2927,13 @@
|
|
|
3690
2927
|
"typescript": ">=4.8.4"
|
|
3691
2928
|
}
|
|
3692
2929
|
},
|
|
2930
|
+
"node_modules/tslib": {
|
|
2931
|
+
"version": "2.8.1",
|
|
2932
|
+
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz",
|
|
2933
|
+
"integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==",
|
|
2934
|
+
"license": "0BSD",
|
|
2935
|
+
"optional": true
|
|
2936
|
+
},
|
|
3693
2937
|
"node_modules/type-check": {
|
|
3694
2938
|
"version": "0.4.0",
|
|
3695
2939
|
"resolved": "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz",
|
|
@@ -3704,9 +2948,9 @@
|
|
|
3704
2948
|
}
|
|
3705
2949
|
},
|
|
3706
2950
|
"node_modules/typescript": {
|
|
3707
|
-
"version": "
|
|
3708
|
-
"resolved": "https://registry.npmjs.org/typescript/-/typescript-
|
|
3709
|
-
"integrity": "sha512-
|
|
2951
|
+
"version": "6.0.3",
|
|
2952
|
+
"resolved": "https://registry.npmjs.org/typescript/-/typescript-6.0.3.tgz",
|
|
2953
|
+
"integrity": "sha512-y2TvuxSZPDyQakkFRPZHKFm+KKVqIisdg9/CZwm9ftvKXLP8NRWj38/ODjNbr43SsoXqNuAisEf1GdCxqWcdBw==",
|
|
3710
2954
|
"dev": true,
|
|
3711
2955
|
"license": "Apache-2.0",
|
|
3712
2956
|
"bin": {
|
|
@@ -3718,16 +2962,16 @@
|
|
|
3718
2962
|
}
|
|
3719
2963
|
},
|
|
3720
2964
|
"node_modules/typescript-eslint": {
|
|
3721
|
-
"version": "8.
|
|
3722
|
-
"resolved": "https://registry.npmjs.org/typescript-eslint/-/typescript-eslint-8.
|
|
3723
|
-
"integrity": "sha512-
|
|
2965
|
+
"version": "8.60.1",
|
|
2966
|
+
"resolved": "https://registry.npmjs.org/typescript-eslint/-/typescript-eslint-8.60.1.tgz",
|
|
2967
|
+
"integrity": "sha512-6m5hkkRAp8lKvhVpcprAIn5KkehQEh+47oHH2VGnExEh7dhNxXlg6GPAOIu6TxbVQxhebrJDvjl3020ooiWCMA==",
|
|
3724
2968
|
"dev": true,
|
|
3725
2969
|
"license": "MIT",
|
|
3726
2970
|
"dependencies": {
|
|
3727
|
-
"@typescript-eslint/eslint-plugin": "8.
|
|
3728
|
-
"@typescript-eslint/parser": "8.
|
|
3729
|
-
"@typescript-eslint/typescript-estree": "8.
|
|
3730
|
-
"@typescript-eslint/utils": "8.
|
|
2971
|
+
"@typescript-eslint/eslint-plugin": "8.60.1",
|
|
2972
|
+
"@typescript-eslint/parser": "8.60.1",
|
|
2973
|
+
"@typescript-eslint/typescript-estree": "8.60.1",
|
|
2974
|
+
"@typescript-eslint/utils": "8.60.1"
|
|
3731
2975
|
},
|
|
3732
2976
|
"engines": {
|
|
3733
2977
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
@@ -3738,7 +2982,7 @@
|
|
|
3738
2982
|
},
|
|
3739
2983
|
"peerDependencies": {
|
|
3740
2984
|
"eslint": "^8.57.0 || ^9.0.0 || ^10.0.0",
|
|
3741
|
-
"typescript": ">=4.8.4 <6.
|
|
2985
|
+
"typescript": ">=4.8.4 <6.1.0"
|
|
3742
2986
|
}
|
|
3743
2987
|
},
|
|
3744
2988
|
"node_modules/undici-types": {
|
|
@@ -3790,17 +3034,16 @@
|
|
|
3790
3034
|
}
|
|
3791
3035
|
},
|
|
3792
3036
|
"node_modules/vite": {
|
|
3793
|
-
"version": "
|
|
3794
|
-
"resolved": "https://registry.npmjs.org/vite/-/vite-
|
|
3795
|
-
"integrity": "sha512-
|
|
3037
|
+
"version": "8.0.16",
|
|
3038
|
+
"resolved": "https://registry.npmjs.org/vite/-/vite-8.0.16.tgz",
|
|
3039
|
+
"integrity": "sha512-h9bXPmJichP5fLmVQo3PyaGSDE2n3aPuomeAlVRm0JLmt4rY6zmPKd59HYI4LNW8oTK7tlTsuC7l/m7awx9Jcw==",
|
|
3796
3040
|
"license": "MIT",
|
|
3797
3041
|
"dependencies": {
|
|
3798
|
-
"
|
|
3799
|
-
"
|
|
3800
|
-
"
|
|
3801
|
-
"
|
|
3802
|
-
"
|
|
3803
|
-
"tinyglobby": "^0.2.15"
|
|
3042
|
+
"lightningcss": "^1.32.0",
|
|
3043
|
+
"picomatch": "^4.0.4",
|
|
3044
|
+
"postcss": "^8.5.15",
|
|
3045
|
+
"rolldown": "1.0.3",
|
|
3046
|
+
"tinyglobby": "^0.2.17"
|
|
3804
3047
|
},
|
|
3805
3048
|
"bin": {
|
|
3806
3049
|
"vite": "bin/vite.js"
|
|
@@ -3816,9 +3059,10 @@
|
|
|
3816
3059
|
},
|
|
3817
3060
|
"peerDependencies": {
|
|
3818
3061
|
"@types/node": "^20.19.0 || >=22.12.0",
|
|
3062
|
+
"@vitejs/devtools": "^0.1.18",
|
|
3063
|
+
"esbuild": "^0.27.0 || ^0.28.0",
|
|
3819
3064
|
"jiti": ">=1.21.0",
|
|
3820
3065
|
"less": "^4.0.0",
|
|
3821
|
-
"lightningcss": "^1.21.0",
|
|
3822
3066
|
"sass": "^1.70.0",
|
|
3823
3067
|
"sass-embedded": "^1.70.0",
|
|
3824
3068
|
"stylus": ">=0.54.8",
|
|
@@ -3831,13 +3075,16 @@
|
|
|
3831
3075
|
"@types/node": {
|
|
3832
3076
|
"optional": true
|
|
3833
3077
|
},
|
|
3834
|
-
"
|
|
3078
|
+
"@vitejs/devtools": {
|
|
3835
3079
|
"optional": true
|
|
3836
3080
|
},
|
|
3837
|
-
"
|
|
3081
|
+
"esbuild": {
|
|
3082
|
+
"optional": true
|
|
3083
|
+
},
|
|
3084
|
+
"jiti": {
|
|
3838
3085
|
"optional": true
|
|
3839
3086
|
},
|
|
3840
|
-
"
|
|
3087
|
+
"less": {
|
|
3841
3088
|
"optional": true
|
|
3842
3089
|
},
|
|
3843
3090
|
"sass": {
|
|
@@ -3910,9 +3157,9 @@
|
|
|
3910
3157
|
}
|
|
3911
3158
|
},
|
|
3912
3159
|
"node_modules/zod": {
|
|
3913
|
-
"version": "4.3
|
|
3914
|
-
"resolved": "https://registry.npmjs.org/zod/-/zod-4.3.
|
|
3915
|
-
"integrity": "sha512-
|
|
3160
|
+
"version": "4.4.3",
|
|
3161
|
+
"resolved": "https://registry.npmjs.org/zod/-/zod-4.4.3.tgz",
|
|
3162
|
+
"integrity": "sha512-ytENFjIJFl2UwYglde2jchW2Hwm4GJFLDiSXWdTrJQBIN9Fcyp7n4DhxJEiWNAJMV1/BqWfW/kkg71UDcHJyTQ==",
|
|
3916
3163
|
"license": "MIT",
|
|
3917
3164
|
"funding": {
|
|
3918
3165
|
"url": "https://github.com/sponsors/colinhacks"
|
|
@@ -3932,9 +3179,9 @@
|
|
|
3932
3179
|
}
|
|
3933
3180
|
},
|
|
3934
3181
|
"node_modules/zustand": {
|
|
3935
|
-
"version": "5.0.
|
|
3936
|
-
"resolved": "https://registry.npmjs.org/zustand/-/zustand-5.0.
|
|
3937
|
-
"integrity": "sha512
|
|
3182
|
+
"version": "5.0.14",
|
|
3183
|
+
"resolved": "https://registry.npmjs.org/zustand/-/zustand-5.0.14.tgz",
|
|
3184
|
+
"integrity": "sha512-/8tAspM5LMPr28b3fwLYrtdj77ECpfZviaP75CMTnwO8ISyaE4GDIG/9rDDYq/cH9D2Xw2A2RXglLInmVBQB/g==",
|
|
3938
3185
|
"license": "MIT",
|
|
3939
3186
|
"engines": {
|
|
3940
3187
|
"node": ">=12.20.0"
|