nyxora 1.0.2 → 1.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (67) hide show
  1. package/package.json +10 -1
  2. package/.env.example +0 -17
  3. package/dashboard/eslint.config.js +0 -22
  4. package/dashboard/index.html +0 -13
  5. package/dashboard/package-lock.json +0 -2737
  6. package/dashboard/package.json +0 -31
  7. package/dashboard/public/favicon.svg +0 -1
  8. package/dashboard/public/icons.svg +0 -24
  9. package/dashboard/src/App.css +0 -184
  10. package/dashboard/src/App.tsx +0 -485
  11. package/dashboard/src/BalanceWidget.tsx +0 -65
  12. package/dashboard/src/MarketWidget.tsx +0 -73
  13. package/dashboard/src/Memory.tsx +0 -109
  14. package/dashboard/src/Overview.tsx +0 -156
  15. package/dashboard/src/Settings.tsx +0 -213
  16. package/dashboard/src/Skills.tsx +0 -97
  17. package/dashboard/src/SwapWidget.tsx +0 -130
  18. package/dashboard/src/TransactionWidget.tsx +0 -86
  19. package/dashboard/src/assets/hero.png +0 -0
  20. package/dashboard/src/assets/react.svg +0 -1
  21. package/dashboard/src/assets/vite.svg +0 -1
  22. package/dashboard/src/index.css +0 -508
  23. package/dashboard/src/main.tsx +0 -10
  24. package/dashboard/src/overview.css +0 -304
  25. package/dashboard/tsconfig.app.json +0 -25
  26. package/dashboard/tsconfig.json +0 -7
  27. package/dashboard/tsconfig.node.json +0 -24
  28. package/dashboard/vite.config.ts +0 -7
  29. package/src/agent/reasoning.d.ts +0 -2
  30. package/src/agent/reasoning.d.ts.map +0 -1
  31. package/src/agent/reasoning.js +0 -97
  32. package/src/agent/reasoning.js.map +0 -1
  33. package/src/agent/reasoning.ts +0 -232
  34. package/src/config/parser.d.ts +0 -17
  35. package/src/config/parser.d.ts.map +0 -1
  36. package/src/config/parser.js +0 -26
  37. package/src/config/parser.js.map +0 -1
  38. package/src/config/parser.ts +0 -47
  39. package/src/config/paths.ts +0 -33
  40. package/src/gateway/cli.d.ts +0 -3
  41. package/src/gateway/cli.d.ts.map +0 -1
  42. package/src/gateway/cli.js +0 -80
  43. package/src/gateway/cli.js.map +0 -1
  44. package/src/gateway/cli.ts +0 -69
  45. package/src/gateway/server.ts +0 -135
  46. package/src/gateway/telegram.ts +0 -47
  47. package/src/gateway/test.ts +0 -16
  48. package/src/gateway/tracker.ts +0 -70
  49. package/src/memory/logger.d.ts +0 -18
  50. package/src/memory/logger.d.ts.map +0 -1
  51. package/src/memory/logger.js +0 -51
  52. package/src/memory/logger.js.map +0 -1
  53. package/src/memory/logger.ts +0 -57
  54. package/src/web3/config.d.ts +0 -793
  55. package/src/web3/config.d.ts.map +0 -1
  56. package/src/web3/config.js +0 -81
  57. package/src/web3/config.js.map +0 -1
  58. package/src/web3/config.ts +0 -51
  59. package/src/web3/skills/getBalance.d.ts +0 -25
  60. package/src/web3/skills/getBalance.d.ts.map +0 -1
  61. package/src/web3/skills/getBalance.js +0 -46
  62. package/src/web3/skills/getBalance.js.map +0 -1
  63. package/src/web3/skills/getBalance.ts +0 -48
  64. package/src/web3/skills/getPrice.ts +0 -43
  65. package/src/web3/skills/swapToken.ts +0 -69
  66. package/src/web3/skills/transfer.ts +0 -47
  67. package/tsconfig.json +0 -13
@@ -1,2737 +0,0 @@
1
- {
2
- "name": "dashboard",
3
- "version": "0.0.0",
4
- "lockfileVersion": 3,
5
- "requires": true,
6
- "packages": {
7
- "": {
8
- "name": "dashboard",
9
- "version": "0.0.0",
10
- "dependencies": {
11
- "lucide-react": "^1.16.0",
12
- "react": "^19.2.6",
13
- "react-dom": "^19.2.6"
14
- },
15
- "devDependencies": {
16
- "@eslint/js": "^10.0.1",
17
- "@types/node": "^24.12.3",
18
- "@types/react": "^19.2.14",
19
- "@types/react-dom": "^19.2.3",
20
- "@vitejs/plugin-react": "^6.0.1",
21
- "eslint": "^10.3.0",
22
- "eslint-plugin-react-hooks": "^7.1.1",
23
- "eslint-plugin-react-refresh": "^0.5.2",
24
- "globals": "^17.6.0",
25
- "typescript": "~6.0.2",
26
- "typescript-eslint": "^8.59.2",
27
- "vite": "^8.0.12"
28
- }
29
- },
30
- "node_modules/@babel/code-frame": {
31
- "version": "7.29.7",
32
- "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.29.7.tgz",
33
- "integrity": "sha512-Aup7aUOfpbAUg2ROOJN6Iw5f9DMBlzu0mIkm/malLQFN/YQgO48wCj0Kxa3sEHJvPVFg7siR+qRInwXd2qhQKw==",
34
- "dev": true,
35
- "license": "MIT",
36
- "dependencies": {
37
- "@babel/helper-validator-identifier": "^7.29.7",
38
- "js-tokens": "^4.0.0",
39
- "picocolors": "^1.1.1"
40
- },
41
- "engines": {
42
- "node": ">=6.9.0"
43
- }
44
- },
45
- "node_modules/@babel/compat-data": {
46
- "version": "7.29.7",
47
- "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.29.7.tgz",
48
- "integrity": "sha512-locTkQyKvwIEgBzVrn8693ebc97F2U8ZHjbXwDXJ5Fn2TCpNwTlKcaKLkdHop5c/icOFE7qt7Q9JC5hnKNa6Gg==",
49
- "dev": true,
50
- "license": "MIT",
51
- "engines": {
52
- "node": ">=6.9.0"
53
- }
54
- },
55
- "node_modules/@babel/core": {
56
- "version": "7.29.7",
57
- "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.29.7.tgz",
58
- "integrity": "sha512-RgHBCvtjbOK2gXSNBNIkNoEc9qoVEtau3hj8gEqKQuL3HZAibKarWFEI3Lfm6EYKkLalOh8eSrj9b+ch9H/VBA==",
59
- "dev": true,
60
- "license": "MIT",
61
- "peer": true,
62
- "dependencies": {
63
- "@babel/code-frame": "^7.29.7",
64
- "@babel/generator": "^7.29.7",
65
- "@babel/helper-compilation-targets": "^7.29.7",
66
- "@babel/helper-module-transforms": "^7.29.7",
67
- "@babel/helpers": "^7.29.7",
68
- "@babel/parser": "^7.29.7",
69
- "@babel/template": "^7.29.7",
70
- "@babel/traverse": "^7.29.7",
71
- "@babel/types": "^7.29.7",
72
- "@jridgewell/remapping": "^2.3.5",
73
- "convert-source-map": "^2.0.0",
74
- "debug": "^4.1.0",
75
- "gensync": "^1.0.0-beta.2",
76
- "json5": "^2.2.3",
77
- "semver": "^6.3.1"
78
- },
79
- "engines": {
80
- "node": ">=6.9.0"
81
- },
82
- "funding": {
83
- "type": "opencollective",
84
- "url": "https://opencollective.com/babel"
85
- }
86
- },
87
- "node_modules/@babel/generator": {
88
- "version": "7.29.7",
89
- "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.29.7.tgz",
90
- "integrity": "sha512-DkXD5OJQaAQIdZ1bt3UZdEnHAn9Imd3IVBdX03UFe+ony9Ojw5pzr9YVKGDY1jt+Gcn/FnGkNf8r+Vj5NOJWtQ==",
91
- "dev": true,
92
- "license": "MIT",
93
- "dependencies": {
94
- "@babel/parser": "^7.29.7",
95
- "@babel/types": "^7.29.7",
96
- "@jridgewell/gen-mapping": "^0.3.12",
97
- "@jridgewell/trace-mapping": "^0.3.28",
98
- "jsesc": "^3.0.2"
99
- },
100
- "engines": {
101
- "node": ">=6.9.0"
102
- }
103
- },
104
- "node_modules/@babel/helper-compilation-targets": {
105
- "version": "7.29.7",
106
- "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.29.7.tgz",
107
- "integrity": "sha512-wem6WaBj4NaVYVdNhLPPVacES6ZJ+KBBfSkTMD3YZxbP3rm3Di85tJU5ljaUNhaOynt+Aj0xruhYuzQBt8n71g==",
108
- "dev": true,
109
- "license": "MIT",
110
- "dependencies": {
111
- "@babel/compat-data": "^7.29.7",
112
- "@babel/helper-validator-option": "^7.29.7",
113
- "browserslist": "^4.24.0",
114
- "lru-cache": "^5.1.1",
115
- "semver": "^6.3.1"
116
- },
117
- "engines": {
118
- "node": ">=6.9.0"
119
- }
120
- },
121
- "node_modules/@babel/helper-globals": {
122
- "version": "7.29.7",
123
- "resolved": "https://registry.npmjs.org/@babel/helper-globals/-/helper-globals-7.29.7.tgz",
124
- "integrity": "sha512-3nQVUAtvkKH9zahfWgw96Jc/uFOmjACE1kQz82E2lqWmHBgjzbNlsC22nuQTfahmWeQtTq5nQ/4Nnd2A1wj4zA==",
125
- "dev": true,
126
- "license": "MIT",
127
- "engines": {
128
- "node": ">=6.9.0"
129
- }
130
- },
131
- "node_modules/@babel/helper-module-imports": {
132
- "version": "7.29.7",
133
- "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.29.7.tgz",
134
- "integrity": "sha512-ejHwrQQYcm9xnTivShn2IDOlIzInN34AXskvq9QicvCtEzq1Vzclu/tKF8Jq1Cg8JG2GL6/EmjgsCT7lXepE3g==",
135
- "dev": true,
136
- "license": "MIT",
137
- "dependencies": {
138
- "@babel/traverse": "^7.29.7",
139
- "@babel/types": "^7.29.7"
140
- },
141
- "engines": {
142
- "node": ">=6.9.0"
143
- }
144
- },
145
- "node_modules/@babel/helper-module-transforms": {
146
- "version": "7.29.7",
147
- "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.29.7.tgz",
148
- "integrity": "sha512-UPUVSyXbOh627KiCIGQSgwWzGeBKLkaJ9PJEdrngIwMSzxLR4jS4+f1f1jb7VzBbg8nFLaYotvVPFCTqdrmTAg==",
149
- "dev": true,
150
- "license": "MIT",
151
- "dependencies": {
152
- "@babel/helper-module-imports": "^7.29.7",
153
- "@babel/helper-validator-identifier": "^7.29.7",
154
- "@babel/traverse": "^7.29.7"
155
- },
156
- "engines": {
157
- "node": ">=6.9.0"
158
- },
159
- "peerDependencies": {
160
- "@babel/core": "^7.0.0"
161
- }
162
- },
163
- "node_modules/@babel/helper-string-parser": {
164
- "version": "7.29.7",
165
- "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.29.7.tgz",
166
- "integrity": "sha512-Pb5ijPrZ89GDH8223L4UP8i6QApWxs04RbPQJTeWDV0/keR2E36MeKnyr6LYmUUvqRRI+Iv87SuF1W6ErINzYw==",
167
- "dev": true,
168
- "license": "MIT",
169
- "engines": {
170
- "node": ">=6.9.0"
171
- }
172
- },
173
- "node_modules/@babel/helper-validator-identifier": {
174
- "version": "7.29.7",
175
- "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.29.7.tgz",
176
- "integrity": "sha512-qehxGkRj55h/ff8EMaJ+cYhyaKlHIxqYDn682wQD7RNp9UujOQsHog2uS0r2vzr4pW+sXf90NeeayjcNaX3fFg==",
177
- "dev": true,
178
- "license": "MIT",
179
- "engines": {
180
- "node": ">=6.9.0"
181
- }
182
- },
183
- "node_modules/@babel/helper-validator-option": {
184
- "version": "7.29.7",
185
- "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.29.7.tgz",
186
- "integrity": "sha512-N9ZErrD+yW5geCDtBqnOoxmR8+tNKiGuxKlDpuJxfsqpa2dFcexaziGAE/qoHLiDDreVNMupxGmSoNlyvsA3gw==",
187
- "dev": true,
188
- "license": "MIT",
189
- "engines": {
190
- "node": ">=6.9.0"
191
- }
192
- },
193
- "node_modules/@babel/helpers": {
194
- "version": "7.29.7",
195
- "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.29.7.tgz",
196
- "integrity": "sha512-1k2lAGRMfHTcwuNYcCNUmaUffmQv8KWMfh2iJUUeRlwlwH4FdNG7mfPI10NPfLHJFThE4Tyr4mv7kTNZOiPuBg==",
197
- "dev": true,
198
- "license": "MIT",
199
- "dependencies": {
200
- "@babel/template": "^7.29.7",
201
- "@babel/types": "^7.29.7"
202
- },
203
- "engines": {
204
- "node": ">=6.9.0"
205
- }
206
- },
207
- "node_modules/@babel/parser": {
208
- "version": "7.29.7",
209
- "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.29.7.tgz",
210
- "integrity": "sha512-hnORnjP/1P/zFEndoeX+n+t1RwWRJiJpM/jO7FW32Kn9r5+sJB2JWOdYo4L6k78j15eCwY3Gm/7364B1EMwtNg==",
211
- "dev": true,
212
- "license": "MIT",
213
- "dependencies": {
214
- "@babel/types": "^7.29.7"
215
- },
216
- "bin": {
217
- "parser": "bin/babel-parser.js"
218
- },
219
- "engines": {
220
- "node": ">=6.0.0"
221
- }
222
- },
223
- "node_modules/@babel/template": {
224
- "version": "7.29.7",
225
- "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.29.7.tgz",
226
- "integrity": "sha512-puq+Gf35oI24FeN11LkoUQFqv9uwNeWpxXZi/Ji3rRIoKAzKnxRaZ+Gkj0vKS9ZCiTESfng1N9LyOyXvo+m+Gg==",
227
- "dev": true,
228
- "license": "MIT",
229
- "dependencies": {
230
- "@babel/code-frame": "^7.29.7",
231
- "@babel/parser": "^7.29.7",
232
- "@babel/types": "^7.29.7"
233
- },
234
- "engines": {
235
- "node": ">=6.9.0"
236
- }
237
- },
238
- "node_modules/@babel/traverse": {
239
- "version": "7.29.7",
240
- "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.29.7.tgz",
241
- "integrity": "sha512-EhlfNQtZ+NK22w5BM61ciuiq1m58ed33Wr1Xan//ZRTy6hgjnwyCffRYwzsGXdASJSUJ1guZILsErh1eQcl+zw==",
242
- "dev": true,
243
- "license": "MIT",
244
- "dependencies": {
245
- "@babel/code-frame": "^7.29.7",
246
- "@babel/generator": "^7.29.7",
247
- "@babel/helper-globals": "^7.29.7",
248
- "@babel/parser": "^7.29.7",
249
- "@babel/template": "^7.29.7",
250
- "@babel/types": "^7.29.7",
251
- "debug": "^4.3.1"
252
- },
253
- "engines": {
254
- "node": ">=6.9.0"
255
- }
256
- },
257
- "node_modules/@babel/types": {
258
- "version": "7.29.7",
259
- "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.29.7.tgz",
260
- "integrity": "sha512-4zBIxpPzowiZpusoFkyGVwakdRJUyuH5PxQ/PrqghfdFWWasvnCdPfQXHrenDai+gyLARulZjZowCOj6fjT4pA==",
261
- "dev": true,
262
- "license": "MIT",
263
- "dependencies": {
264
- "@babel/helper-string-parser": "^7.29.7",
265
- "@babel/helper-validator-identifier": "^7.29.7"
266
- },
267
- "engines": {
268
- "node": ">=6.9.0"
269
- }
270
- },
271
- "node_modules/@emnapi/wasi-threads": {
272
- "version": "1.2.1",
273
- "resolved": "https://registry.npmjs.org/@emnapi/wasi-threads/-/wasi-threads-1.2.1.tgz",
274
- "integrity": "sha512-uTII7OYF+/Mes/MrcIOYp5yOtSMLBWSIoLPpcgwipoiKbli6k322tcoFsxoIIxPDqW01SQGAgko4EzZi2BNv2w==",
275
- "dev": true,
276
- "license": "MIT",
277
- "optional": true,
278
- "dependencies": {
279
- "tslib": "^2.4.0"
280
- }
281
- },
282
- "node_modules/@eslint-community/eslint-utils": {
283
- "version": "4.9.1",
284
- "resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.9.1.tgz",
285
- "integrity": "sha512-phrYmNiYppR7znFEdqgfWHXR6NCkZEK7hwWDHZUjit/2/U0r6XvkDl0SYnoM51Hq7FhCGdLDT6zxCCOY1hexsQ==",
286
- "dev": true,
287
- "license": "MIT",
288
- "dependencies": {
289
- "eslint-visitor-keys": "^3.4.3"
290
- },
291
- "engines": {
292
- "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
293
- },
294
- "funding": {
295
- "url": "https://opencollective.com/eslint"
296
- },
297
- "peerDependencies": {
298
- "eslint": "^6.0.0 || ^7.0.0 || >=8.0.0"
299
- }
300
- },
301
- "node_modules/@eslint-community/eslint-utils/node_modules/eslint-visitor-keys": {
302
- "version": "3.4.3",
303
- "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz",
304
- "integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==",
305
- "dev": true,
306
- "license": "Apache-2.0",
307
- "engines": {
308
- "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
309
- },
310
- "funding": {
311
- "url": "https://opencollective.com/eslint"
312
- }
313
- },
314
- "node_modules/@eslint-community/regexpp": {
315
- "version": "4.12.2",
316
- "resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.12.2.tgz",
317
- "integrity": "sha512-EriSTlt5OC9/7SXkRSCAhfSxxoSUgBm33OH+IkwbdpgoqsSsUg7y3uh+IICI/Qg4BBWr3U2i39RpmycbxMq4ew==",
318
- "dev": true,
319
- "license": "MIT",
320
- "engines": {
321
- "node": "^12.0.0 || ^14.0.0 || >=16.0.0"
322
- }
323
- },
324
- "node_modules/@eslint/config-array": {
325
- "version": "0.23.5",
326
- "resolved": "https://registry.npmjs.org/@eslint/config-array/-/config-array-0.23.5.tgz",
327
- "integrity": "sha512-Y3kKLvC1dvTOT+oGlqNQ1XLqK6D1HU2YXPc52NmAlJZbMMWDzGYXMiPRJ8TYD39muD/OTjlZmNJ4ib7dvSrMBA==",
328
- "dev": true,
329
- "license": "Apache-2.0",
330
- "dependencies": {
331
- "@eslint/object-schema": "^3.0.5",
332
- "debug": "^4.3.1",
333
- "minimatch": "^10.2.4"
334
- },
335
- "engines": {
336
- "node": "^20.19.0 || ^22.13.0 || >=24"
337
- }
338
- },
339
- "node_modules/@eslint/config-helpers": {
340
- "version": "0.6.0",
341
- "resolved": "https://registry.npmjs.org/@eslint/config-helpers/-/config-helpers-0.6.0.tgz",
342
- "integrity": "sha512-ii6Bw9jJ2zi2cWA2Z+9/QZ/+3DX6kwaV5Q986D/CdP3Lap3w/pgQZ373FV7byY/i7L4IRH/G43I5dz1ClsCbpA==",
343
- "dev": true,
344
- "license": "Apache-2.0",
345
- "dependencies": {
346
- "@eslint/core": "^1.2.1"
347
- },
348
- "engines": {
349
- "node": "^20.19.0 || ^22.13.0 || >=24"
350
- }
351
- },
352
- "node_modules/@eslint/core": {
353
- "version": "1.2.1",
354
- "resolved": "https://registry.npmjs.org/@eslint/core/-/core-1.2.1.tgz",
355
- "integrity": "sha512-MwcE1P+AZ4C6DWlpin/OmOA54mmIZ/+xZuJiQd4SyB29oAJjN30UW9wkKNptW2ctp4cEsvhlLY/CsQ1uoHDloQ==",
356
- "dev": true,
357
- "license": "Apache-2.0",
358
- "dependencies": {
359
- "@types/json-schema": "^7.0.15"
360
- },
361
- "engines": {
362
- "node": "^20.19.0 || ^22.13.0 || >=24"
363
- }
364
- },
365
- "node_modules/@eslint/js": {
366
- "version": "10.0.1",
367
- "resolved": "https://registry.npmjs.org/@eslint/js/-/js-10.0.1.tgz",
368
- "integrity": "sha512-zeR9k5pd4gxjZ0abRoIaxdc7I3nDktoXZk2qOv9gCNWx3mVwEn32VRhyLaRsDiJjTs0xq/T8mfPtyuXu7GWBcA==",
369
- "dev": true,
370
- "license": "MIT",
371
- "engines": {
372
- "node": "^20.19.0 || ^22.13.0 || >=24"
373
- },
374
- "funding": {
375
- "url": "https://eslint.org/donate"
376
- },
377
- "peerDependencies": {
378
- "eslint": "^10.0.0"
379
- },
380
- "peerDependenciesMeta": {
381
- "eslint": {
382
- "optional": true
383
- }
384
- }
385
- },
386
- "node_modules/@eslint/object-schema": {
387
- "version": "3.0.5",
388
- "resolved": "https://registry.npmjs.org/@eslint/object-schema/-/object-schema-3.0.5.tgz",
389
- "integrity": "sha512-vqTaUEgxzm+YDSdElad6PiRoX4t8VGDjCtt05zn4nU810UIx/uNEV7/lZJ6KwFThKZOzOxzXy48da+No7HZaMw==",
390
- "dev": true,
391
- "license": "Apache-2.0",
392
- "engines": {
393
- "node": "^20.19.0 || ^22.13.0 || >=24"
394
- }
395
- },
396
- "node_modules/@eslint/plugin-kit": {
397
- "version": "0.7.1",
398
- "resolved": "https://registry.npmjs.org/@eslint/plugin-kit/-/plugin-kit-0.7.1.tgz",
399
- "integrity": "sha512-rZAP3aVgB9ds9KOeUSL+zZ21hPmo8dh6fnIFwRQj5EAZl9gzR7wxYbYXYysAM8CTqGmUGyp2S4kUdV17MnGuWQ==",
400
- "dev": true,
401
- "license": "Apache-2.0",
402
- "dependencies": {
403
- "@eslint/core": "^1.2.1",
404
- "levn": "^0.4.1"
405
- },
406
- "engines": {
407
- "node": "^20.19.0 || ^22.13.0 || >=24"
408
- }
409
- },
410
- "node_modules/@humanfs/core": {
411
- "version": "0.19.2",
412
- "resolved": "https://registry.npmjs.org/@humanfs/core/-/core-0.19.2.tgz",
413
- "integrity": "sha512-UhXNm+CFMWcbChXywFwkmhqjs3PRCmcSa/hfBgLIb7oQ5HNb1wS0icWsGtSAUNgefHeI+eBrA8I1fxmbHsGdvA==",
414
- "dev": true,
415
- "license": "Apache-2.0",
416
- "dependencies": {
417
- "@humanfs/types": "^0.15.0"
418
- },
419
- "engines": {
420
- "node": ">=18.18.0"
421
- }
422
- },
423
- "node_modules/@humanfs/node": {
424
- "version": "0.16.8",
425
- "resolved": "https://registry.npmjs.org/@humanfs/node/-/node-0.16.8.tgz",
426
- "integrity": "sha512-gE1eQNZ3R++kTzFUpdGlpmy8kDZD/MLyHqDwqjkVQI0JMdI1D51sy1H958PNXYkM2rAac7e5/CnIKZrHtPh3BQ==",
427
- "dev": true,
428
- "license": "Apache-2.0",
429
- "dependencies": {
430
- "@humanfs/core": "^0.19.2",
431
- "@humanfs/types": "^0.15.0",
432
- "@humanwhocodes/retry": "^0.4.0"
433
- },
434
- "engines": {
435
- "node": ">=18.18.0"
436
- }
437
- },
438
- "node_modules/@humanfs/types": {
439
- "version": "0.15.0",
440
- "resolved": "https://registry.npmjs.org/@humanfs/types/-/types-0.15.0.tgz",
441
- "integrity": "sha512-ZZ1w0aoQkwuUuC7Yf+7sdeaNfqQiiLcSRbfI08oAxqLtpXQr9AIVX7Ay7HLDuiLYAaFPu8oBYNq/QIi9URHJ3Q==",
442
- "dev": true,
443
- "license": "Apache-2.0",
444
- "engines": {
445
- "node": ">=18.18.0"
446
- }
447
- },
448
- "node_modules/@humanwhocodes/module-importer": {
449
- "version": "1.0.1",
450
- "resolved": "https://registry.npmjs.org/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz",
451
- "integrity": "sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==",
452
- "dev": true,
453
- "license": "Apache-2.0",
454
- "engines": {
455
- "node": ">=12.22"
456
- },
457
- "funding": {
458
- "type": "github",
459
- "url": "https://github.com/sponsors/nzakas"
460
- }
461
- },
462
- "node_modules/@humanwhocodes/retry": {
463
- "version": "0.4.3",
464
- "resolved": "https://registry.npmjs.org/@humanwhocodes/retry/-/retry-0.4.3.tgz",
465
- "integrity": "sha512-bV0Tgo9K4hfPCek+aMAn81RppFKv2ySDQeMoSZuvTASywNTnVJCArCZE2FWqpvIatKu7VMRLWlR1EazvVhDyhQ==",
466
- "dev": true,
467
- "license": "Apache-2.0",
468
- "engines": {
469
- "node": ">=18.18"
470
- },
471
- "funding": {
472
- "type": "github",
473
- "url": "https://github.com/sponsors/nzakas"
474
- }
475
- },
476
- "node_modules/@jridgewell/gen-mapping": {
477
- "version": "0.3.13",
478
- "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.13.tgz",
479
- "integrity": "sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA==",
480
- "dev": true,
481
- "license": "MIT",
482
- "dependencies": {
483
- "@jridgewell/sourcemap-codec": "^1.5.0",
484
- "@jridgewell/trace-mapping": "^0.3.24"
485
- }
486
- },
487
- "node_modules/@jridgewell/remapping": {
488
- "version": "2.3.5",
489
- "resolved": "https://registry.npmjs.org/@jridgewell/remapping/-/remapping-2.3.5.tgz",
490
- "integrity": "sha512-LI9u/+laYG4Ds1TDKSJW2YPrIlcVYOwi2fUC6xB43lueCjgxV4lffOCZCtYFiH6TNOX+tQKXx97T4IKHbhyHEQ==",
491
- "dev": true,
492
- "license": "MIT",
493
- "dependencies": {
494
- "@jridgewell/gen-mapping": "^0.3.5",
495
- "@jridgewell/trace-mapping": "^0.3.24"
496
- }
497
- },
498
- "node_modules/@jridgewell/resolve-uri": {
499
- "version": "3.1.2",
500
- "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz",
501
- "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==",
502
- "dev": true,
503
- "license": "MIT",
504
- "engines": {
505
- "node": ">=6.0.0"
506
- }
507
- },
508
- "node_modules/@jridgewell/sourcemap-codec": {
509
- "version": "1.5.5",
510
- "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz",
511
- "integrity": "sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==",
512
- "dev": true,
513
- "license": "MIT"
514
- },
515
- "node_modules/@jridgewell/trace-mapping": {
516
- "version": "0.3.31",
517
- "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.31.tgz",
518
- "integrity": "sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==",
519
- "dev": true,
520
- "license": "MIT",
521
- "dependencies": {
522
- "@jridgewell/resolve-uri": "^3.1.0",
523
- "@jridgewell/sourcemap-codec": "^1.4.14"
524
- }
525
- },
526
- "node_modules/@napi-rs/wasm-runtime": {
527
- "version": "1.1.4",
528
- "resolved": "https://registry.npmjs.org/@napi-rs/wasm-runtime/-/wasm-runtime-1.1.4.tgz",
529
- "integrity": "sha512-3NQNNgA1YSlJb/kMH1ildASP9HW7/7kYnRI2szWJaofaS1hWmbGI4H+d3+22aGzXXN9IJ+n+GiFVcGipJP18ow==",
530
- "dev": true,
531
- "license": "MIT",
532
- "optional": true,
533
- "dependencies": {
534
- "@tybys/wasm-util": "^0.10.1"
535
- },
536
- "funding": {
537
- "type": "github",
538
- "url": "https://github.com/sponsors/Brooooooklyn"
539
- },
540
- "peerDependencies": {
541
- "@emnapi/core": "^1.7.1",
542
- "@emnapi/runtime": "^1.7.1"
543
- }
544
- },
545
- "node_modules/@oxc-project/types": {
546
- "version": "0.132.0",
547
- "resolved": "https://registry.npmjs.org/@oxc-project/types/-/types-0.132.0.tgz",
548
- "integrity": "sha512-FESMOxil5Se014ui/Eq8fT5uHJo6nIRwH0PfJrZJXs6Gek3ZVFOrpUv3YIZT20m+extU98Hg1Ym72U58rlsxUQ==",
549
- "dev": true,
550
- "license": "MIT",
551
- "funding": {
552
- "url": "https://github.com/sponsors/Boshen"
553
- }
554
- },
555
- "node_modules/@rolldown/binding-android-arm64": {
556
- "version": "1.0.2",
557
- "resolved": "https://registry.npmjs.org/@rolldown/binding-android-arm64/-/binding-android-arm64-1.0.2.tgz",
558
- "integrity": "sha512-ZS4D1JPGn/MYQN/SYDWftIE/nVsM8j/AFOYEzAoOE2O3NktQOZru+/vYXGbR/qtdLdIfGCP0lcoJiYVzsEz+iQ==",
559
- "cpu": [
560
- "arm64"
561
- ],
562
- "dev": true,
563
- "license": "MIT",
564
- "optional": true,
565
- "os": [
566
- "android"
567
- ],
568
- "engines": {
569
- "node": "^20.19.0 || >=22.12.0"
570
- }
571
- },
572
- "node_modules/@rolldown/binding-darwin-arm64": {
573
- "version": "1.0.2",
574
- "resolved": "https://registry.npmjs.org/@rolldown/binding-darwin-arm64/-/binding-darwin-arm64-1.0.2.tgz",
575
- "integrity": "sha512-vdFA9+C/rekyGce7WqHs/xoT0ioZEWaOFyZLIV1mEeNFaFDUQrPIo8Vs2GvJ6eetb3rzDUtUBgzto3ExpXJB3w==",
576
- "cpu": [
577
- "arm64"
578
- ],
579
- "dev": true,
580
- "license": "MIT",
581
- "optional": true,
582
- "os": [
583
- "darwin"
584
- ],
585
- "engines": {
586
- "node": "^20.19.0 || >=22.12.0"
587
- }
588
- },
589
- "node_modules/@rolldown/binding-darwin-x64": {
590
- "version": "1.0.2",
591
- "resolved": "https://registry.npmjs.org/@rolldown/binding-darwin-x64/-/binding-darwin-x64-1.0.2.tgz",
592
- "integrity": "sha512-BewSOwTHazv77DTYiAZXSqqKZ4KP/KonFisDMVU7PImxoWfB2aepnPhd2E4SWz3zDzYgDNbs6jBmTdgNnF02GA==",
593
- "cpu": [
594
- "x64"
595
- ],
596
- "dev": true,
597
- "license": "MIT",
598
- "optional": true,
599
- "os": [
600
- "darwin"
601
- ],
602
- "engines": {
603
- "node": "^20.19.0 || >=22.12.0"
604
- }
605
- },
606
- "node_modules/@rolldown/binding-freebsd-x64": {
607
- "version": "1.0.2",
608
- "resolved": "https://registry.npmjs.org/@rolldown/binding-freebsd-x64/-/binding-freebsd-x64-1.0.2.tgz",
609
- "integrity": "sha512-m41o7M0YWtUdqk61Tb+jnKb2rN++iRdIASlExkUoKfIAH30DOHCB8fVLzSUpbWHHU8esmEioY62PxzexE8MBuA==",
610
- "cpu": [
611
- "x64"
612
- ],
613
- "dev": true,
614
- "license": "MIT",
615
- "optional": true,
616
- "os": [
617
- "freebsd"
618
- ],
619
- "engines": {
620
- "node": "^20.19.0 || >=22.12.0"
621
- }
622
- },
623
- "node_modules/@rolldown/binding-linux-arm-gnueabihf": {
624
- "version": "1.0.2",
625
- "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm-gnueabihf/-/binding-linux-arm-gnueabihf-1.0.2.tgz",
626
- "integrity": "sha512-jcojB9H7W/jS29pMKWAK1N+fU99vXodHDTatS3b3y/XSOCiHo0kkA74pL3jJmkoQtYpOCxDvaKs1fo2Ij/1X5w==",
627
- "cpu": [
628
- "arm"
629
- ],
630
- "dev": true,
631
- "license": "MIT",
632
- "optional": true,
633
- "os": [
634
- "linux"
635
- ],
636
- "engines": {
637
- "node": "^20.19.0 || >=22.12.0"
638
- }
639
- },
640
- "node_modules/@rolldown/binding-linux-arm64-gnu": {
641
- "version": "1.0.2",
642
- "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm64-gnu/-/binding-linux-arm64-gnu-1.0.2.tgz",
643
- "integrity": "sha512-1jn6qDU5iiOgFgygDzKUuKP0maTi0/f1+sBLgvij/76C77Nm3ts6ufz9Bjg5q5dduxiUIxtq86JIoBvo1xQ4Ig==",
644
- "cpu": [
645
- "arm64"
646
- ],
647
- "dev": true,
648
- "license": "MIT",
649
- "optional": true,
650
- "os": [
651
- "linux"
652
- ],
653
- "engines": {
654
- "node": "^20.19.0 || >=22.12.0"
655
- }
656
- },
657
- "node_modules/@rolldown/binding-linux-arm64-musl": {
658
- "version": "1.0.2",
659
- "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm64-musl/-/binding-linux-arm64-musl-1.0.2.tgz",
660
- "integrity": "sha512-QVLO/czFMdoMFSqlX3bcswcJNm/23r+qoa/jgtmFc/qEp6/jXmIkDjF/XIo8dPfGaiwy1xfQn8o77L79GeXFgw==",
661
- "cpu": [
662
- "arm64"
663
- ],
664
- "dev": true,
665
- "license": "MIT",
666
- "optional": true,
667
- "os": [
668
- "linux"
669
- ],
670
- "engines": {
671
- "node": "^20.19.0 || >=22.12.0"
672
- }
673
- },
674
- "node_modules/@rolldown/binding-linux-ppc64-gnu": {
675
- "version": "1.0.2",
676
- "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-ppc64-gnu/-/binding-linux-ppc64-gnu-1.0.2.tgz",
677
- "integrity": "sha512-hgO5Abm0w5UL6FEa2iFnZqo2KlK7TQ5QhV5x09hujBf7t5KzHQ1VmfPuTpqRy/rNlSxua3eWH374xxiVrP+lcA==",
678
- "cpu": [
679
- "ppc64"
680
- ],
681
- "dev": true,
682
- "license": "MIT",
683
- "optional": true,
684
- "os": [
685
- "linux"
686
- ],
687
- "engines": {
688
- "node": "^20.19.0 || >=22.12.0"
689
- }
690
- },
691
- "node_modules/@rolldown/binding-linux-s390x-gnu": {
692
- "version": "1.0.2",
693
- "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-s390x-gnu/-/binding-linux-s390x-gnu-1.0.2.tgz",
694
- "integrity": "sha512-fy8rXxuYEu602abC8MUNaPjYLIFzReOaEIEMKMUa0rFEUxNpVXhs15KSSQ4qlqSaM7B6rcj9rDZgADh/IGDzLQ==",
695
- "cpu": [
696
- "s390x"
697
- ],
698
- "dev": true,
699
- "license": "MIT",
700
- "optional": true,
701
- "os": [
702
- "linux"
703
- ],
704
- "engines": {
705
- "node": "^20.19.0 || >=22.12.0"
706
- }
707
- },
708
- "node_modules/@rolldown/binding-linux-x64-gnu": {
709
- "version": "1.0.2",
710
- "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-x64-gnu/-/binding-linux-x64-gnu-1.0.2.tgz",
711
- "integrity": "sha512-0+bOkiQ779+r1WpoHOWHqncvyySci0vKph+myNDYb+im6meJAzHQXay6oEgnkHuUGouM1LKTZwqKpBow6Kj7CQ==",
712
- "cpu": [
713
- "x64"
714
- ],
715
- "dev": true,
716
- "license": "MIT",
717
- "optional": true,
718
- "os": [
719
- "linux"
720
- ],
721
- "engines": {
722
- "node": "^20.19.0 || >=22.12.0"
723
- }
724
- },
725
- "node_modules/@rolldown/binding-linux-x64-musl": {
726
- "version": "1.0.2",
727
- "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-x64-musl/-/binding-linux-x64-musl-1.0.2.tgz",
728
- "integrity": "sha512-mjSkrzZK5Qsl0a9d1JgILOiuZOSDTVdKENcSXBoqbzSrspLR/4/IRVDo5wd2GgZjNss/viBFJdeq+j7qH2nypw==",
729
- "cpu": [
730
- "x64"
731
- ],
732
- "dev": true,
733
- "license": "MIT",
734
- "optional": true,
735
- "os": [
736
- "linux"
737
- ],
738
- "engines": {
739
- "node": "^20.19.0 || >=22.12.0"
740
- }
741
- },
742
- "node_modules/@rolldown/binding-openharmony-arm64": {
743
- "version": "1.0.2",
744
- "resolved": "https://registry.npmjs.org/@rolldown/binding-openharmony-arm64/-/binding-openharmony-arm64-1.0.2.tgz",
745
- "integrity": "sha512-1v5vHasdfQAZoEHakBV72LIFAC9JjnymsiKxp+GEr/ma3+NJCPSaYK+qavInOovJkgwFrs7GccX2d6IgDA3Z5w==",
746
- "cpu": [
747
- "arm64"
748
- ],
749
- "dev": true,
750
- "license": "MIT",
751
- "optional": true,
752
- "os": [
753
- "openharmony"
754
- ],
755
- "engines": {
756
- "node": "^20.19.0 || >=22.12.0"
757
- }
758
- },
759
- "node_modules/@rolldown/binding-wasm32-wasi": {
760
- "version": "1.0.2",
761
- "resolved": "https://registry.npmjs.org/@rolldown/binding-wasm32-wasi/-/binding-wasm32-wasi-1.0.2.tgz",
762
- "integrity": "sha512-mb1VobWn6NheziTk5/WEaR6AKVbrwT5sOi6C7zk3gy/pD1qtJfU1j4PgTo2NJnOtbL9Dl3Aeei8w9jJ7qC2jZQ==",
763
- "cpu": [
764
- "wasm32"
765
- ],
766
- "dev": true,
767
- "license": "MIT",
768
- "optional": true,
769
- "dependencies": {
770
- "@emnapi/core": "1.10.0",
771
- "@emnapi/runtime": "1.10.0",
772
- "@napi-rs/wasm-runtime": "^1.1.4"
773
- },
774
- "engines": {
775
- "node": "^20.19.0 || >=22.12.0"
776
- }
777
- },
778
- "node_modules/@rolldown/binding-win32-arm64-msvc": {
779
- "version": "1.0.2",
780
- "resolved": "https://registry.npmjs.org/@rolldown/binding-win32-arm64-msvc/-/binding-win32-arm64-msvc-1.0.2.tgz",
781
- "integrity": "sha512-SqKonF56vA/L2yHwHYcEp2P34URpOZ7d1fS635cTkpDnUtEGdUbhI6NzsPdqeSWvAAeGDrxjWjNmibDIdFf9/A==",
782
- "cpu": [
783
- "arm64"
784
- ],
785
- "dev": true,
786
- "license": "MIT",
787
- "optional": true,
788
- "os": [
789
- "win32"
790
- ],
791
- "engines": {
792
- "node": "^20.19.0 || >=22.12.0"
793
- }
794
- },
795
- "node_modules/@rolldown/binding-win32-x64-msvc": {
796
- "version": "1.0.2",
797
- "resolved": "https://registry.npmjs.org/@rolldown/binding-win32-x64-msvc/-/binding-win32-x64-msvc-1.0.2.tgz",
798
- "integrity": "sha512-v7qRI7gXLRINcOGXt+7YmAZ6iFuyZVMIoXAxhd8oP+DR9dLfL9GfNIx7PLMxmhZdvq8waUJBQiWN9EKNy+TRBQ==",
799
- "cpu": [
800
- "x64"
801
- ],
802
- "dev": true,
803
- "license": "MIT",
804
- "optional": true,
805
- "os": [
806
- "win32"
807
- ],
808
- "engines": {
809
- "node": "^20.19.0 || >=22.12.0"
810
- }
811
- },
812
- "node_modules/@rolldown/pluginutils": {
813
- "version": "1.0.1",
814
- "resolved": "https://registry.npmjs.org/@rolldown/pluginutils/-/pluginutils-1.0.1.tgz",
815
- "integrity": "sha512-2j9bGt5Jh8hj+vPtgzPtl72j0yRxHAyumoo6TNfAjsLB04UtpSvPbPcDcBMxz7n+9CYB0c1GxQFxYRg2jimqGw==",
816
- "dev": true,
817
- "license": "MIT"
818
- },
819
- "node_modules/@tybys/wasm-util": {
820
- "version": "0.10.2",
821
- "resolved": "https://registry.npmjs.org/@tybys/wasm-util/-/wasm-util-0.10.2.tgz",
822
- "integrity": "sha512-RoBvJ2X0wuKlWFIjrwffGw1IqZHKQqzIchKaadZZfnNpsAYp2mM0h36JtPCjNDAHGgYez/15uMBpfGwchhiMgg==",
823
- "dev": true,
824
- "license": "MIT",
825
- "optional": true,
826
- "dependencies": {
827
- "tslib": "^2.4.0"
828
- }
829
- },
830
- "node_modules/@types/esrecurse": {
831
- "version": "4.3.1",
832
- "resolved": "https://registry.npmjs.org/@types/esrecurse/-/esrecurse-4.3.1.tgz",
833
- "integrity": "sha512-xJBAbDifo5hpffDBuHl0Y8ywswbiAp/Wi7Y/GtAgSlZyIABppyurxVueOPE8LUQOxdlgi6Zqce7uoEpqNTeiUw==",
834
- "dev": true,
835
- "license": "MIT"
836
- },
837
- "node_modules/@types/estree": {
838
- "version": "1.0.9",
839
- "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.9.tgz",
840
- "integrity": "sha512-GhdPgy1el4/ImP05X05Uw4cw2/M93BCUmnEvWZNStlCzEKME4Fkk+YpoA5OiHNQmoS7Cafb8Xa3Pya8m1Qrzeg==",
841
- "dev": true,
842
- "license": "MIT"
843
- },
844
- "node_modules/@types/json-schema": {
845
- "version": "7.0.15",
846
- "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.15.tgz",
847
- "integrity": "sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==",
848
- "dev": true,
849
- "license": "MIT"
850
- },
851
- "node_modules/@types/node": {
852
- "version": "24.12.4",
853
- "resolved": "https://registry.npmjs.org/@types/node/-/node-24.12.4.tgz",
854
- "integrity": "sha512-GUUEShf+PBCGW2KaXwcIt3Yk+e3pkKwWKb9GSyM9WQVE+ep2jzmHdGsHzu4wgcZy5fN9FBdVzjpBQsYlpfpgLA==",
855
- "dev": true,
856
- "license": "MIT",
857
- "peer": true,
858
- "dependencies": {
859
- "undici-types": "~7.16.0"
860
- }
861
- },
862
- "node_modules/@types/react": {
863
- "version": "19.2.15",
864
- "resolved": "https://registry.npmjs.org/@types/react/-/react-19.2.15.tgz",
865
- "integrity": "sha512-eRwcGNHve+E8qtEQSSRl6urh+rFop4v8gm6O8rGv25CodbvFdLjA1vVQ1KkiFE0w0UPOnb8tDiFKL5lp0rtY5Q==",
866
- "dev": true,
867
- "license": "MIT",
868
- "peer": true,
869
- "dependencies": {
870
- "csstype": "^3.2.2"
871
- }
872
- },
873
- "node_modules/@types/react-dom": {
874
- "version": "19.2.3",
875
- "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-19.2.3.tgz",
876
- "integrity": "sha512-jp2L/eY6fn+KgVVQAOqYItbF0VY/YApe5Mz2F0aykSO8gx31bYCZyvSeYxCHKvzHG5eZjc+zyaS5BrBWya2+kQ==",
877
- "dev": true,
878
- "license": "MIT",
879
- "peerDependencies": {
880
- "@types/react": "^19.2.0"
881
- }
882
- },
883
- "node_modules/@typescript-eslint/eslint-plugin": {
884
- "version": "8.60.0",
885
- "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.60.0.tgz",
886
- "integrity": "sha512-QYb/sa74/s7OKMbACMjrYnGspj9Hs5YI5aaffSL65UfeBUzVzBJfVo3oWSpbzPurvm7yaCCo2Lk7lVj610HqKw==",
887
- "dev": true,
888
- "license": "MIT",
889
- "dependencies": {
890
- "@eslint-community/regexpp": "^4.12.2",
891
- "@typescript-eslint/scope-manager": "8.60.0",
892
- "@typescript-eslint/type-utils": "8.60.0",
893
- "@typescript-eslint/utils": "8.60.0",
894
- "@typescript-eslint/visitor-keys": "8.60.0",
895
- "ignore": "^7.0.5",
896
- "natural-compare": "^1.4.0",
897
- "ts-api-utils": "^2.5.0"
898
- },
899
- "engines": {
900
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
901
- },
902
- "funding": {
903
- "type": "opencollective",
904
- "url": "https://opencollective.com/typescript-eslint"
905
- },
906
- "peerDependencies": {
907
- "@typescript-eslint/parser": "^8.60.0",
908
- "eslint": "^8.57.0 || ^9.0.0 || ^10.0.0",
909
- "typescript": ">=4.8.4 <6.1.0"
910
- }
911
- },
912
- "node_modules/@typescript-eslint/eslint-plugin/node_modules/ignore": {
913
- "version": "7.0.5",
914
- "resolved": "https://registry.npmjs.org/ignore/-/ignore-7.0.5.tgz",
915
- "integrity": "sha512-Hs59xBNfUIunMFgWAbGX5cq6893IbWg4KnrjbYwX3tx0ztorVgTDA6B2sxf8ejHJ4wz8BqGUMYlnzNBer5NvGg==",
916
- "dev": true,
917
- "license": "MIT",
918
- "engines": {
919
- "node": ">= 4"
920
- }
921
- },
922
- "node_modules/@typescript-eslint/parser": {
923
- "version": "8.60.0",
924
- "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.60.0.tgz",
925
- "integrity": "sha512-fcqpj/MyK4sxDPcbe7STNPbpQL4RLZOPWuaTmwZYuc+hJKzRf58yRxfhqGpc6PIq9ZyfSBpfHgmUHmHs0KwHwg==",
926
- "dev": true,
927
- "license": "MIT",
928
- "peer": true,
929
- "dependencies": {
930
- "@typescript-eslint/scope-manager": "8.60.0",
931
- "@typescript-eslint/types": "8.60.0",
932
- "@typescript-eslint/typescript-estree": "8.60.0",
933
- "@typescript-eslint/visitor-keys": "8.60.0",
934
- "debug": "^4.4.3"
935
- },
936
- "engines": {
937
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
938
- },
939
- "funding": {
940
- "type": "opencollective",
941
- "url": "https://opencollective.com/typescript-eslint"
942
- },
943
- "peerDependencies": {
944
- "eslint": "^8.57.0 || ^9.0.0 || ^10.0.0",
945
- "typescript": ">=4.8.4 <6.1.0"
946
- }
947
- },
948
- "node_modules/@typescript-eslint/project-service": {
949
- "version": "8.60.0",
950
- "resolved": "https://registry.npmjs.org/@typescript-eslint/project-service/-/project-service-8.60.0.tgz",
951
- "integrity": "sha512-aZu74NNKJeUWqCjDddzdiKaS82dgYgV/vmf+Ui3ZdZejmgfXR/q+pRumgobnQ2cCJTgGTWp4ypiwsuofFubavg==",
952
- "dev": true,
953
- "license": "MIT",
954
- "dependencies": {
955
- "@typescript-eslint/tsconfig-utils": "^8.60.0",
956
- "@typescript-eslint/types": "^8.60.0",
957
- "debug": "^4.4.3"
958
- },
959
- "engines": {
960
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
961
- },
962
- "funding": {
963
- "type": "opencollective",
964
- "url": "https://opencollective.com/typescript-eslint"
965
- },
966
- "peerDependencies": {
967
- "typescript": ">=4.8.4 <6.1.0"
968
- }
969
- },
970
- "node_modules/@typescript-eslint/scope-manager": {
971
- "version": "8.60.0",
972
- "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.60.0.tgz",
973
- "integrity": "sha512-pFzqhllJMs+jghLQWzV00ds39xLzuyqPSev5pd8f4Ir0rtKR3ZLUB4/4dhjOFighWb9larvtfJvqL+4yKDI3Xw==",
974
- "dev": true,
975
- "license": "MIT",
976
- "dependencies": {
977
- "@typescript-eslint/types": "8.60.0",
978
- "@typescript-eslint/visitor-keys": "8.60.0"
979
- },
980
- "engines": {
981
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
982
- },
983
- "funding": {
984
- "type": "opencollective",
985
- "url": "https://opencollective.com/typescript-eslint"
986
- }
987
- },
988
- "node_modules/@typescript-eslint/tsconfig-utils": {
989
- "version": "8.60.0",
990
- "resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.60.0.tgz",
991
- "integrity": "sha512-BZPR3RGYlAXnly6ymAxfkVn5rCbZzQNou0rxv3GfWZ8cTQp+hhVd73khbGLAd8k1TlAPLISH337M+tAgAnaJDQ==",
992
- "dev": true,
993
- "license": "MIT",
994
- "engines": {
995
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
996
- },
997
- "funding": {
998
- "type": "opencollective",
999
- "url": "https://opencollective.com/typescript-eslint"
1000
- },
1001
- "peerDependencies": {
1002
- "typescript": ">=4.8.4 <6.1.0"
1003
- }
1004
- },
1005
- "node_modules/@typescript-eslint/type-utils": {
1006
- "version": "8.60.0",
1007
- "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.60.0.tgz",
1008
- "integrity": "sha512-SX46wEUtitCpq7AN38HkUU/+zvUpdKf7ephtWAFgckH8O7PQIyL5gvrhQgBLuEYgLfuKWOVvWVskMbuFHAz5xg==",
1009
- "dev": true,
1010
- "license": "MIT",
1011
- "dependencies": {
1012
- "@typescript-eslint/types": "8.60.0",
1013
- "@typescript-eslint/typescript-estree": "8.60.0",
1014
- "@typescript-eslint/utils": "8.60.0",
1015
- "debug": "^4.4.3",
1016
- "ts-api-utils": "^2.5.0"
1017
- },
1018
- "engines": {
1019
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
1020
- },
1021
- "funding": {
1022
- "type": "opencollective",
1023
- "url": "https://opencollective.com/typescript-eslint"
1024
- },
1025
- "peerDependencies": {
1026
- "eslint": "^8.57.0 || ^9.0.0 || ^10.0.0",
1027
- "typescript": ">=4.8.4 <6.1.0"
1028
- }
1029
- },
1030
- "node_modules/@typescript-eslint/types": {
1031
- "version": "8.60.0",
1032
- "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.60.0.tgz",
1033
- "integrity": "sha512-AsE7x2XaAK+CVbeih0Fvbn+r1qHxtpLDJ3XUuFcIinT318T90yHMJC+Zgv+jUuDjQQd06HKwxnDu6sz1IcTilA==",
1034
- "dev": true,
1035
- "license": "MIT",
1036
- "engines": {
1037
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
1038
- },
1039
- "funding": {
1040
- "type": "opencollective",
1041
- "url": "https://opencollective.com/typescript-eslint"
1042
- }
1043
- },
1044
- "node_modules/@typescript-eslint/typescript-estree": {
1045
- "version": "8.60.0",
1046
- "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.60.0.tgz",
1047
- "integrity": "sha512-3AcZNBGMClm6CXDyo8kYvVGT/sx29sS0oBsIb9oZI2gunA4Vm2M3YHzRLPvsUBBsl+yB5FPtltq7gGH0iTlp9g==",
1048
- "dev": true,
1049
- "license": "MIT",
1050
- "dependencies": {
1051
- "@typescript-eslint/project-service": "8.60.0",
1052
- "@typescript-eslint/tsconfig-utils": "8.60.0",
1053
- "@typescript-eslint/types": "8.60.0",
1054
- "@typescript-eslint/visitor-keys": "8.60.0",
1055
- "debug": "^4.4.3",
1056
- "minimatch": "^10.2.2",
1057
- "semver": "^7.7.3",
1058
- "tinyglobby": "^0.2.15",
1059
- "ts-api-utils": "^2.5.0"
1060
- },
1061
- "engines": {
1062
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
1063
- },
1064
- "funding": {
1065
- "type": "opencollective",
1066
- "url": "https://opencollective.com/typescript-eslint"
1067
- },
1068
- "peerDependencies": {
1069
- "typescript": ">=4.8.4 <6.1.0"
1070
- }
1071
- },
1072
- "node_modules/@typescript-eslint/typescript-estree/node_modules/semver": {
1073
- "version": "7.8.1",
1074
- "resolved": "https://registry.npmjs.org/semver/-/semver-7.8.1.tgz",
1075
- "integrity": "sha512-rkVq3IXh+4FDGch+KwzX3aV9W3kO54GyEgpvBzSyctDA6Xtd7RJQV1xmXbeQp5v7+VzLOfVqiutSE6GICgPFvg==",
1076
- "dev": true,
1077
- "license": "ISC",
1078
- "bin": {
1079
- "semver": "bin/semver.js"
1080
- },
1081
- "engines": {
1082
- "node": ">=10"
1083
- }
1084
- },
1085
- "node_modules/@typescript-eslint/utils": {
1086
- "version": "8.60.0",
1087
- "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.60.0.tgz",
1088
- "integrity": "sha512-HtXuPfrHTyBDkameWpl+vJb1Uevu2tznAyahM1Oc4AENidCLTPiZDWIo4GfcxNdC/RcfGcadzzkqbRG87dUrQA==",
1089
- "dev": true,
1090
- "license": "MIT",
1091
- "dependencies": {
1092
- "@eslint-community/eslint-utils": "^4.9.1",
1093
- "@typescript-eslint/scope-manager": "8.60.0",
1094
- "@typescript-eslint/types": "8.60.0",
1095
- "@typescript-eslint/typescript-estree": "8.60.0"
1096
- },
1097
- "engines": {
1098
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
1099
- },
1100
- "funding": {
1101
- "type": "opencollective",
1102
- "url": "https://opencollective.com/typescript-eslint"
1103
- },
1104
- "peerDependencies": {
1105
- "eslint": "^8.57.0 || ^9.0.0 || ^10.0.0",
1106
- "typescript": ">=4.8.4 <6.1.0"
1107
- }
1108
- },
1109
- "node_modules/@typescript-eslint/visitor-keys": {
1110
- "version": "8.60.0",
1111
- "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.60.0.tgz",
1112
- "integrity": "sha512-9WI52t8ZGLVGrPMBet25yAftqY/n95+zmoUUtJBBQTKDSKUu7OsPTroT2op7U9JatkoRccL0YkWDNMFfC4Sjxg==",
1113
- "dev": true,
1114
- "license": "MIT",
1115
- "dependencies": {
1116
- "@typescript-eslint/types": "8.60.0",
1117
- "eslint-visitor-keys": "^5.0.0"
1118
- },
1119
- "engines": {
1120
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
1121
- },
1122
- "funding": {
1123
- "type": "opencollective",
1124
- "url": "https://opencollective.com/typescript-eslint"
1125
- }
1126
- },
1127
- "node_modules/@vitejs/plugin-react": {
1128
- "version": "6.0.2",
1129
- "resolved": "https://registry.npmjs.org/@vitejs/plugin-react/-/plugin-react-6.0.2.tgz",
1130
- "integrity": "sha512-DlSMqo4WhThw4vB8Mpn0Woe9J+Jfq1geJ61AKW0QEgLzGMNwtIMdxbDUzLxcun8W7NbJO0e2Jg/Nxm3cCSVzzg==",
1131
- "dev": true,
1132
- "license": "MIT",
1133
- "dependencies": {
1134
- "@rolldown/pluginutils": "^1.0.0"
1135
- },
1136
- "engines": {
1137
- "node": "^20.19.0 || >=22.12.0"
1138
- },
1139
- "peerDependencies": {
1140
- "@rolldown/plugin-babel": "^0.1.7 || ^0.2.0",
1141
- "babel-plugin-react-compiler": "^1.0.0",
1142
- "vite": "^8.0.0"
1143
- },
1144
- "peerDependenciesMeta": {
1145
- "@rolldown/plugin-babel": {
1146
- "optional": true
1147
- },
1148
- "babel-plugin-react-compiler": {
1149
- "optional": true
1150
- }
1151
- }
1152
- },
1153
- "node_modules/acorn": {
1154
- "version": "8.16.0",
1155
- "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.16.0.tgz",
1156
- "integrity": "sha512-UVJyE9MttOsBQIDKw1skb9nAwQuR5wuGD3+82K6JgJlm/Y+KI92oNsMNGZCYdDsVtRHSak0pcV5Dno5+4jh9sw==",
1157
- "dev": true,
1158
- "license": "MIT",
1159
- "peer": true,
1160
- "bin": {
1161
- "acorn": "bin/acorn"
1162
- },
1163
- "engines": {
1164
- "node": ">=0.4.0"
1165
- }
1166
- },
1167
- "node_modules/acorn-jsx": {
1168
- "version": "5.3.2",
1169
- "resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz",
1170
- "integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==",
1171
- "dev": true,
1172
- "license": "MIT",
1173
- "peerDependencies": {
1174
- "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0"
1175
- }
1176
- },
1177
- "node_modules/ajv": {
1178
- "version": "6.15.0",
1179
- "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.15.0.tgz",
1180
- "integrity": "sha512-fgFx7Hfoq60ytK2c7DhnF8jIvzYgOMxfugjLOSMHjLIPgenqa7S7oaagATUq99mV6IYvN2tRmC0wnTYX6iPbMw==",
1181
- "dev": true,
1182
- "license": "MIT",
1183
- "dependencies": {
1184
- "fast-deep-equal": "^3.1.1",
1185
- "fast-json-stable-stringify": "^2.0.0",
1186
- "json-schema-traverse": "^0.4.1",
1187
- "uri-js": "^4.2.2"
1188
- },
1189
- "funding": {
1190
- "type": "github",
1191
- "url": "https://github.com/sponsors/epoberezkin"
1192
- }
1193
- },
1194
- "node_modules/balanced-match": {
1195
- "version": "4.0.4",
1196
- "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-4.0.4.tgz",
1197
- "integrity": "sha512-BLrgEcRTwX2o6gGxGOCNyMvGSp35YofuYzw9h1IMTRmKqttAZZVU67bdb9Pr2vUHA8+j3i2tJfjO6C6+4myGTA==",
1198
- "dev": true,
1199
- "license": "MIT",
1200
- "engines": {
1201
- "node": "18 || 20 || >=22"
1202
- }
1203
- },
1204
- "node_modules/baseline-browser-mapping": {
1205
- "version": "2.10.32",
1206
- "resolved": "https://registry.npmjs.org/baseline-browser-mapping/-/baseline-browser-mapping-2.10.32.tgz",
1207
- "integrity": "sha512-wbPvpyjJPC0zdfdKXxqEL3Ea+bOMD/87X4lftiJkkaBiuG6ALQy1SLmEd7BSmVCuwCQsBrCamgBoLyfFDD1EPg==",
1208
- "dev": true,
1209
- "license": "Apache-2.0",
1210
- "bin": {
1211
- "baseline-browser-mapping": "dist/cli.cjs"
1212
- },
1213
- "engines": {
1214
- "node": ">=6.0.0"
1215
- }
1216
- },
1217
- "node_modules/brace-expansion": {
1218
- "version": "5.0.6",
1219
- "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.6.tgz",
1220
- "integrity": "sha512-kLpxurY4Z4r9sgMsyG0Z9uzsBlgiU/EFKhj/h91/8yHu0edo7XuixOIH3VcJ8kkxs6/jPzoI6U9Vj3WqbMQ94g==",
1221
- "dev": true,
1222
- "license": "MIT",
1223
- "dependencies": {
1224
- "balanced-match": "^4.0.2"
1225
- },
1226
- "engines": {
1227
- "node": "18 || 20 || >=22"
1228
- }
1229
- },
1230
- "node_modules/browserslist": {
1231
- "version": "4.28.2",
1232
- "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.28.2.tgz",
1233
- "integrity": "sha512-48xSriZYYg+8qXna9kwqjIVzuQxi+KYWp2+5nCYnYKPTr0LvD89Jqk2Or5ogxz0NUMfIjhh2lIUX/LyX9B4oIg==",
1234
- "dev": true,
1235
- "funding": [
1236
- {
1237
- "type": "opencollective",
1238
- "url": "https://opencollective.com/browserslist"
1239
- },
1240
- {
1241
- "type": "tidelift",
1242
- "url": "https://tidelift.com/funding/github/npm/browserslist"
1243
- },
1244
- {
1245
- "type": "github",
1246
- "url": "https://github.com/sponsors/ai"
1247
- }
1248
- ],
1249
- "license": "MIT",
1250
- "peer": true,
1251
- "dependencies": {
1252
- "baseline-browser-mapping": "^2.10.12",
1253
- "caniuse-lite": "^1.0.30001782",
1254
- "electron-to-chromium": "^1.5.328",
1255
- "node-releases": "^2.0.36",
1256
- "update-browserslist-db": "^1.2.3"
1257
- },
1258
- "bin": {
1259
- "browserslist": "cli.js"
1260
- },
1261
- "engines": {
1262
- "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7"
1263
- }
1264
- },
1265
- "node_modules/caniuse-lite": {
1266
- "version": "1.0.30001793",
1267
- "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001793.tgz",
1268
- "integrity": "sha512-iwSsYWaCOoh26cV8NwNRViHlrfUvYsHDfRVcbtmw0Kg6PJIZZXwMkj1442FYLBGkeUf1juAsU3DTfxW579mrPA==",
1269
- "dev": true,
1270
- "funding": [
1271
- {
1272
- "type": "opencollective",
1273
- "url": "https://opencollective.com/browserslist"
1274
- },
1275
- {
1276
- "type": "tidelift",
1277
- "url": "https://tidelift.com/funding/github/npm/caniuse-lite"
1278
- },
1279
- {
1280
- "type": "github",
1281
- "url": "https://github.com/sponsors/ai"
1282
- }
1283
- ],
1284
- "license": "CC-BY-4.0"
1285
- },
1286
- "node_modules/convert-source-map": {
1287
- "version": "2.0.0",
1288
- "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz",
1289
- "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==",
1290
- "dev": true,
1291
- "license": "MIT"
1292
- },
1293
- "node_modules/cross-spawn": {
1294
- "version": "7.0.6",
1295
- "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz",
1296
- "integrity": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==",
1297
- "dev": true,
1298
- "license": "MIT",
1299
- "dependencies": {
1300
- "path-key": "^3.1.0",
1301
- "shebang-command": "^2.0.0",
1302
- "which": "^2.0.1"
1303
- },
1304
- "engines": {
1305
- "node": ">= 8"
1306
- }
1307
- },
1308
- "node_modules/csstype": {
1309
- "version": "3.2.3",
1310
- "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.2.3.tgz",
1311
- "integrity": "sha512-z1HGKcYy2xA8AGQfwrn0PAy+PB7X/GSj3UVJW9qKyn43xWa+gl5nXmU4qqLMRzWVLFC8KusUX8T/0kCiOYpAIQ==",
1312
- "dev": true,
1313
- "license": "MIT"
1314
- },
1315
- "node_modules/debug": {
1316
- "version": "4.4.3",
1317
- "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz",
1318
- "integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==",
1319
- "dev": true,
1320
- "license": "MIT",
1321
- "dependencies": {
1322
- "ms": "^2.1.3"
1323
- },
1324
- "engines": {
1325
- "node": ">=6.0"
1326
- },
1327
- "peerDependenciesMeta": {
1328
- "supports-color": {
1329
- "optional": true
1330
- }
1331
- }
1332
- },
1333
- "node_modules/deep-is": {
1334
- "version": "0.1.4",
1335
- "resolved": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.4.tgz",
1336
- "integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==",
1337
- "dev": true,
1338
- "license": "MIT"
1339
- },
1340
- "node_modules/detect-libc": {
1341
- "version": "2.1.2",
1342
- "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.1.2.tgz",
1343
- "integrity": "sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==",
1344
- "dev": true,
1345
- "license": "Apache-2.0",
1346
- "engines": {
1347
- "node": ">=8"
1348
- }
1349
- },
1350
- "node_modules/electron-to-chromium": {
1351
- "version": "1.5.361",
1352
- "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.361.tgz",
1353
- "integrity": "sha512-Q6Hts7N9FnJc5LeGRINFvLhCI9xZmNtTDe5ZbcVezQz7cU4a8Aua3GH1b8J2XY8Al9PF+OCwYqhgsOOheMdvkA==",
1354
- "dev": true,
1355
- "license": "ISC"
1356
- },
1357
- "node_modules/escalade": {
1358
- "version": "3.2.0",
1359
- "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.2.0.tgz",
1360
- "integrity": "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==",
1361
- "dev": true,
1362
- "license": "MIT",
1363
- "engines": {
1364
- "node": ">=6"
1365
- }
1366
- },
1367
- "node_modules/escape-string-regexp": {
1368
- "version": "4.0.0",
1369
- "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz",
1370
- "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==",
1371
- "dev": true,
1372
- "license": "MIT",
1373
- "engines": {
1374
- "node": ">=10"
1375
- },
1376
- "funding": {
1377
- "url": "https://github.com/sponsors/sindresorhus"
1378
- }
1379
- },
1380
- "node_modules/eslint": {
1381
- "version": "10.4.0",
1382
- "resolved": "https://registry.npmjs.org/eslint/-/eslint-10.4.0.tgz",
1383
- "integrity": "sha512-loXy6bWOoP3EP6JA7jo6p5jMpBJmHmsNZM5SFRHLdh1MGOPurMnNBj4ZlAbaqUAaQWbCr7jHV4P7gzAyryZWkQ==",
1384
- "dev": true,
1385
- "license": "MIT",
1386
- "peer": true,
1387
- "dependencies": {
1388
- "@eslint-community/eslint-utils": "^4.8.0",
1389
- "@eslint-community/regexpp": "^4.12.2",
1390
- "@eslint/config-array": "^0.23.5",
1391
- "@eslint/config-helpers": "^0.6.0",
1392
- "@eslint/core": "^1.2.1",
1393
- "@eslint/plugin-kit": "^0.7.1",
1394
- "@humanfs/node": "^0.16.6",
1395
- "@humanwhocodes/module-importer": "^1.0.1",
1396
- "@humanwhocodes/retry": "^0.4.2",
1397
- "@types/estree": "^1.0.6",
1398
- "ajv": "^6.14.0",
1399
- "cross-spawn": "^7.0.6",
1400
- "debug": "^4.3.2",
1401
- "escape-string-regexp": "^4.0.0",
1402
- "eslint-scope": "^9.1.2",
1403
- "eslint-visitor-keys": "^5.0.1",
1404
- "espree": "^11.2.0",
1405
- "esquery": "^1.7.0",
1406
- "esutils": "^2.0.2",
1407
- "fast-deep-equal": "^3.1.3",
1408
- "file-entry-cache": "^8.0.0",
1409
- "find-up": "^5.0.0",
1410
- "glob-parent": "^6.0.2",
1411
- "ignore": "^5.2.0",
1412
- "imurmurhash": "^0.1.4",
1413
- "is-glob": "^4.0.0",
1414
- "json-stable-stringify-without-jsonify": "^1.0.1",
1415
- "minimatch": "^10.2.4",
1416
- "natural-compare": "^1.4.0",
1417
- "optionator": "^0.9.3"
1418
- },
1419
- "bin": {
1420
- "eslint": "bin/eslint.js"
1421
- },
1422
- "engines": {
1423
- "node": "^20.19.0 || ^22.13.0 || >=24"
1424
- },
1425
- "funding": {
1426
- "url": "https://eslint.org/donate"
1427
- },
1428
- "peerDependencies": {
1429
- "jiti": "*"
1430
- },
1431
- "peerDependenciesMeta": {
1432
- "jiti": {
1433
- "optional": true
1434
- }
1435
- }
1436
- },
1437
- "node_modules/eslint-plugin-react-hooks": {
1438
- "version": "7.1.1",
1439
- "resolved": "https://registry.npmjs.org/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-7.1.1.tgz",
1440
- "integrity": "sha512-f2I7Gw6JbvCexzIInuSbZpfdQ44D7iqdWX01FKLvrPgqxoE7oMj8clOfto8U6vYiz4yd5oKu39rRSVOe1zRu0g==",
1441
- "dev": true,
1442
- "license": "MIT",
1443
- "dependencies": {
1444
- "@babel/core": "^7.24.4",
1445
- "@babel/parser": "^7.24.4",
1446
- "hermes-parser": "^0.25.1",
1447
- "zod": "^3.25.0 || ^4.0.0",
1448
- "zod-validation-error": "^3.5.0 || ^4.0.0"
1449
- },
1450
- "engines": {
1451
- "node": ">=18"
1452
- },
1453
- "peerDependencies": {
1454
- "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"
1455
- }
1456
- },
1457
- "node_modules/eslint-plugin-react-refresh": {
1458
- "version": "0.5.2",
1459
- "resolved": "https://registry.npmjs.org/eslint-plugin-react-refresh/-/eslint-plugin-react-refresh-0.5.2.tgz",
1460
- "integrity": "sha512-hmgTH57GfzoTFjVN0yBwTggnsVUF2tcqi7RJZHqi9lIezSs4eFyAMktA68YD4r5kNw1mxyY4dmkyoFDb3FIqrA==",
1461
- "dev": true,
1462
- "license": "MIT",
1463
- "peerDependencies": {
1464
- "eslint": "^9 || ^10"
1465
- }
1466
- },
1467
- "node_modules/eslint-scope": {
1468
- "version": "9.1.2",
1469
- "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-9.1.2.tgz",
1470
- "integrity": "sha512-xS90H51cKw0jltxmvmHy2Iai1LIqrfbw57b79w/J7MfvDfkIkFZ+kj6zC3BjtUwh150HsSSdxXZcsuv72miDFQ==",
1471
- "dev": true,
1472
- "license": "BSD-2-Clause",
1473
- "dependencies": {
1474
- "@types/esrecurse": "^4.3.1",
1475
- "@types/estree": "^1.0.8",
1476
- "esrecurse": "^4.3.0",
1477
- "estraverse": "^5.2.0"
1478
- },
1479
- "engines": {
1480
- "node": "^20.19.0 || ^22.13.0 || >=24"
1481
- },
1482
- "funding": {
1483
- "url": "https://opencollective.com/eslint"
1484
- }
1485
- },
1486
- "node_modules/eslint-visitor-keys": {
1487
- "version": "5.0.1",
1488
- "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-5.0.1.tgz",
1489
- "integrity": "sha512-tD40eHxA35h0PEIZNeIjkHoDR4YjjJp34biM0mDvplBe//mB+IHCqHDGV7pxF+7MklTvighcCPPZC7ynWyjdTA==",
1490
- "dev": true,
1491
- "license": "Apache-2.0",
1492
- "engines": {
1493
- "node": "^20.19.0 || ^22.13.0 || >=24"
1494
- },
1495
- "funding": {
1496
- "url": "https://opencollective.com/eslint"
1497
- }
1498
- },
1499
- "node_modules/espree": {
1500
- "version": "11.2.0",
1501
- "resolved": "https://registry.npmjs.org/espree/-/espree-11.2.0.tgz",
1502
- "integrity": "sha512-7p3DrVEIopW1B1avAGLuCSh1jubc01H2JHc8B4qqGblmg5gI9yumBgACjWo4JlIc04ufug4xJ3SQI8HkS/Rgzw==",
1503
- "dev": true,
1504
- "license": "BSD-2-Clause",
1505
- "dependencies": {
1506
- "acorn": "^8.16.0",
1507
- "acorn-jsx": "^5.3.2",
1508
- "eslint-visitor-keys": "^5.0.1"
1509
- },
1510
- "engines": {
1511
- "node": "^20.19.0 || ^22.13.0 || >=24"
1512
- },
1513
- "funding": {
1514
- "url": "https://opencollective.com/eslint"
1515
- }
1516
- },
1517
- "node_modules/esquery": {
1518
- "version": "1.7.0",
1519
- "resolved": "https://registry.npmjs.org/esquery/-/esquery-1.7.0.tgz",
1520
- "integrity": "sha512-Ap6G0WQwcU/LHsvLwON1fAQX9Zp0A2Y6Y/cJBl9r/JbW90Zyg4/zbG6zzKa2OTALELarYHmKu0GhpM5EO+7T0g==",
1521
- "dev": true,
1522
- "license": "BSD-3-Clause",
1523
- "dependencies": {
1524
- "estraverse": "^5.1.0"
1525
- },
1526
- "engines": {
1527
- "node": ">=0.10"
1528
- }
1529
- },
1530
- "node_modules/esrecurse": {
1531
- "version": "4.3.0",
1532
- "resolved": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz",
1533
- "integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==",
1534
- "dev": true,
1535
- "license": "BSD-2-Clause",
1536
- "dependencies": {
1537
- "estraverse": "^5.2.0"
1538
- },
1539
- "engines": {
1540
- "node": ">=4.0"
1541
- }
1542
- },
1543
- "node_modules/estraverse": {
1544
- "version": "5.3.0",
1545
- "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz",
1546
- "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==",
1547
- "dev": true,
1548
- "license": "BSD-2-Clause",
1549
- "engines": {
1550
- "node": ">=4.0"
1551
- }
1552
- },
1553
- "node_modules/esutils": {
1554
- "version": "2.0.3",
1555
- "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz",
1556
- "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==",
1557
- "dev": true,
1558
- "license": "BSD-2-Clause",
1559
- "engines": {
1560
- "node": ">=0.10.0"
1561
- }
1562
- },
1563
- "node_modules/fast-deep-equal": {
1564
- "version": "3.1.3",
1565
- "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",
1566
- "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==",
1567
- "dev": true,
1568
- "license": "MIT"
1569
- },
1570
- "node_modules/fast-json-stable-stringify": {
1571
- "version": "2.1.0",
1572
- "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz",
1573
- "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==",
1574
- "dev": true,
1575
- "license": "MIT"
1576
- },
1577
- "node_modules/fast-levenshtein": {
1578
- "version": "2.0.6",
1579
- "resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz",
1580
- "integrity": "sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==",
1581
- "dev": true,
1582
- "license": "MIT"
1583
- },
1584
- "node_modules/fdir": {
1585
- "version": "6.5.0",
1586
- "resolved": "https://registry.npmjs.org/fdir/-/fdir-6.5.0.tgz",
1587
- "integrity": "sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==",
1588
- "dev": true,
1589
- "license": "MIT",
1590
- "engines": {
1591
- "node": ">=12.0.0"
1592
- },
1593
- "peerDependencies": {
1594
- "picomatch": "^3 || ^4"
1595
- },
1596
- "peerDependenciesMeta": {
1597
- "picomatch": {
1598
- "optional": true
1599
- }
1600
- }
1601
- },
1602
- "node_modules/file-entry-cache": {
1603
- "version": "8.0.0",
1604
- "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-8.0.0.tgz",
1605
- "integrity": "sha512-XXTUwCvisa5oacNGRP9SfNtYBNAMi+RPwBFmblZEF7N7swHYQS6/Zfk7SRwx4D5j3CH211YNRco1DEMNVfZCnQ==",
1606
- "dev": true,
1607
- "license": "MIT",
1608
- "dependencies": {
1609
- "flat-cache": "^4.0.0"
1610
- },
1611
- "engines": {
1612
- "node": ">=16.0.0"
1613
- }
1614
- },
1615
- "node_modules/find-up": {
1616
- "version": "5.0.0",
1617
- "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz",
1618
- "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==",
1619
- "dev": true,
1620
- "license": "MIT",
1621
- "dependencies": {
1622
- "locate-path": "^6.0.0",
1623
- "path-exists": "^4.0.0"
1624
- },
1625
- "engines": {
1626
- "node": ">=10"
1627
- },
1628
- "funding": {
1629
- "url": "https://github.com/sponsors/sindresorhus"
1630
- }
1631
- },
1632
- "node_modules/flat-cache": {
1633
- "version": "4.0.1",
1634
- "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-4.0.1.tgz",
1635
- "integrity": "sha512-f7ccFPK3SXFHpx15UIGyRJ/FJQctuKZ0zVuN3frBo4HnK3cay9VEW0R6yPYFHC0AgqhukPzKjq22t5DmAyqGyw==",
1636
- "dev": true,
1637
- "license": "MIT",
1638
- "dependencies": {
1639
- "flatted": "^3.2.9",
1640
- "keyv": "^4.5.4"
1641
- },
1642
- "engines": {
1643
- "node": ">=16"
1644
- }
1645
- },
1646
- "node_modules/flatted": {
1647
- "version": "3.4.2",
1648
- "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.4.2.tgz",
1649
- "integrity": "sha512-PjDse7RzhcPkIJwy5t7KPWQSZ9cAbzQXcafsetQoD7sOJRQlGikNbx7yZp2OotDnJyrDcbyRq3Ttb18iYOqkxA==",
1650
- "dev": true,
1651
- "license": "ISC"
1652
- },
1653
- "node_modules/fsevents": {
1654
- "version": "2.3.3",
1655
- "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz",
1656
- "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
1657
- "dev": true,
1658
- "hasInstallScript": true,
1659
- "license": "MIT",
1660
- "optional": true,
1661
- "os": [
1662
- "darwin"
1663
- ],
1664
- "engines": {
1665
- "node": "^8.16.0 || ^10.6.0 || >=11.0.0"
1666
- }
1667
- },
1668
- "node_modules/gensync": {
1669
- "version": "1.0.0-beta.2",
1670
- "resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz",
1671
- "integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==",
1672
- "dev": true,
1673
- "license": "MIT",
1674
- "engines": {
1675
- "node": ">=6.9.0"
1676
- }
1677
- },
1678
- "node_modules/glob-parent": {
1679
- "version": "6.0.2",
1680
- "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz",
1681
- "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==",
1682
- "dev": true,
1683
- "license": "ISC",
1684
- "dependencies": {
1685
- "is-glob": "^4.0.3"
1686
- },
1687
- "engines": {
1688
- "node": ">=10.13.0"
1689
- }
1690
- },
1691
- "node_modules/globals": {
1692
- "version": "17.6.0",
1693
- "resolved": "https://registry.npmjs.org/globals/-/globals-17.6.0.tgz",
1694
- "integrity": "sha512-sepffkT8stwnIYbsMBpoCHJuJM5l98FUF2AnE07hfvE0m/qp3R586hw4jF4uadbhvg1ooIdzuu7CsfD2jzCaNA==",
1695
- "dev": true,
1696
- "license": "MIT",
1697
- "engines": {
1698
- "node": ">=18"
1699
- },
1700
- "funding": {
1701
- "url": "https://github.com/sponsors/sindresorhus"
1702
- }
1703
- },
1704
- "node_modules/hermes-estree": {
1705
- "version": "0.25.1",
1706
- "resolved": "https://registry.npmjs.org/hermes-estree/-/hermes-estree-0.25.1.tgz",
1707
- "integrity": "sha512-0wUoCcLp+5Ev5pDW2OriHC2MJCbwLwuRx+gAqMTOkGKJJiBCLjtrvy4PWUGn6MIVefecRpzoOZ/UV6iGdOr+Cw==",
1708
- "dev": true,
1709
- "license": "MIT"
1710
- },
1711
- "node_modules/hermes-parser": {
1712
- "version": "0.25.1",
1713
- "resolved": "https://registry.npmjs.org/hermes-parser/-/hermes-parser-0.25.1.tgz",
1714
- "integrity": "sha512-6pEjquH3rqaI6cYAXYPcz9MS4rY6R4ngRgrgfDshRptUZIc3lw0MCIJIGDj9++mfySOuPTHB4nrSW99BCvOPIA==",
1715
- "dev": true,
1716
- "license": "MIT",
1717
- "dependencies": {
1718
- "hermes-estree": "0.25.1"
1719
- }
1720
- },
1721
- "node_modules/ignore": {
1722
- "version": "5.3.2",
1723
- "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.3.2.tgz",
1724
- "integrity": "sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==",
1725
- "dev": true,
1726
- "license": "MIT",
1727
- "engines": {
1728
- "node": ">= 4"
1729
- }
1730
- },
1731
- "node_modules/imurmurhash": {
1732
- "version": "0.1.4",
1733
- "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz",
1734
- "integrity": "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==",
1735
- "dev": true,
1736
- "license": "MIT",
1737
- "engines": {
1738
- "node": ">=0.8.19"
1739
- }
1740
- },
1741
- "node_modules/is-extglob": {
1742
- "version": "2.1.1",
1743
- "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz",
1744
- "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==",
1745
- "dev": true,
1746
- "license": "MIT",
1747
- "engines": {
1748
- "node": ">=0.10.0"
1749
- }
1750
- },
1751
- "node_modules/is-glob": {
1752
- "version": "4.0.3",
1753
- "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz",
1754
- "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==",
1755
- "dev": true,
1756
- "license": "MIT",
1757
- "dependencies": {
1758
- "is-extglob": "^2.1.1"
1759
- },
1760
- "engines": {
1761
- "node": ">=0.10.0"
1762
- }
1763
- },
1764
- "node_modules/isexe": {
1765
- "version": "2.0.0",
1766
- "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
1767
- "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==",
1768
- "dev": true,
1769
- "license": "ISC"
1770
- },
1771
- "node_modules/js-tokens": {
1772
- "version": "4.0.0",
1773
- "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz",
1774
- "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==",
1775
- "dev": true,
1776
- "license": "MIT"
1777
- },
1778
- "node_modules/jsesc": {
1779
- "version": "3.1.0",
1780
- "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-3.1.0.tgz",
1781
- "integrity": "sha512-/sM3dO2FOzXjKQhJuo0Q173wf2KOo8t4I8vHy6lF9poUp7bKT0/NHE8fPX23PwfhnykfqnC2xRxOnVw5XuGIaA==",
1782
- "dev": true,
1783
- "license": "MIT",
1784
- "bin": {
1785
- "jsesc": "bin/jsesc"
1786
- },
1787
- "engines": {
1788
- "node": ">=6"
1789
- }
1790
- },
1791
- "node_modules/json-buffer": {
1792
- "version": "3.0.1",
1793
- "resolved": "https://registry.npmjs.org/json-buffer/-/json-buffer-3.0.1.tgz",
1794
- "integrity": "sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==",
1795
- "dev": true,
1796
- "license": "MIT"
1797
- },
1798
- "node_modules/json-schema-traverse": {
1799
- "version": "0.4.1",
1800
- "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
1801
- "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==",
1802
- "dev": true,
1803
- "license": "MIT"
1804
- },
1805
- "node_modules/json-stable-stringify-without-jsonify": {
1806
- "version": "1.0.1",
1807
- "resolved": "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz",
1808
- "integrity": "sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==",
1809
- "dev": true,
1810
- "license": "MIT"
1811
- },
1812
- "node_modules/json5": {
1813
- "version": "2.2.3",
1814
- "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz",
1815
- "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==",
1816
- "dev": true,
1817
- "license": "MIT",
1818
- "bin": {
1819
- "json5": "lib/cli.js"
1820
- },
1821
- "engines": {
1822
- "node": ">=6"
1823
- }
1824
- },
1825
- "node_modules/keyv": {
1826
- "version": "4.5.4",
1827
- "resolved": "https://registry.npmjs.org/keyv/-/keyv-4.5.4.tgz",
1828
- "integrity": "sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==",
1829
- "dev": true,
1830
- "license": "MIT",
1831
- "dependencies": {
1832
- "json-buffer": "3.0.1"
1833
- }
1834
- },
1835
- "node_modules/levn": {
1836
- "version": "0.4.1",
1837
- "resolved": "https://registry.npmjs.org/levn/-/levn-0.4.1.tgz",
1838
- "integrity": "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==",
1839
- "dev": true,
1840
- "license": "MIT",
1841
- "dependencies": {
1842
- "prelude-ls": "^1.2.1",
1843
- "type-check": "~0.4.0"
1844
- },
1845
- "engines": {
1846
- "node": ">= 0.8.0"
1847
- }
1848
- },
1849
- "node_modules/lightningcss": {
1850
- "version": "1.32.0",
1851
- "resolved": "https://registry.npmjs.org/lightningcss/-/lightningcss-1.32.0.tgz",
1852
- "integrity": "sha512-NXYBzinNrblfraPGyrbPoD19C1h9lfI/1mzgWYvXUTe414Gz/X1FD2XBZSZM7rRTrMA8JL3OtAaGifrIKhQ5yQ==",
1853
- "dev": true,
1854
- "license": "MPL-2.0",
1855
- "dependencies": {
1856
- "detect-libc": "^2.0.3"
1857
- },
1858
- "engines": {
1859
- "node": ">= 12.0.0"
1860
- },
1861
- "funding": {
1862
- "type": "opencollective",
1863
- "url": "https://opencollective.com/parcel"
1864
- },
1865
- "optionalDependencies": {
1866
- "lightningcss-android-arm64": "1.32.0",
1867
- "lightningcss-darwin-arm64": "1.32.0",
1868
- "lightningcss-darwin-x64": "1.32.0",
1869
- "lightningcss-freebsd-x64": "1.32.0",
1870
- "lightningcss-linux-arm-gnueabihf": "1.32.0",
1871
- "lightningcss-linux-arm64-gnu": "1.32.0",
1872
- "lightningcss-linux-arm64-musl": "1.32.0",
1873
- "lightningcss-linux-x64-gnu": "1.32.0",
1874
- "lightningcss-linux-x64-musl": "1.32.0",
1875
- "lightningcss-win32-arm64-msvc": "1.32.0",
1876
- "lightningcss-win32-x64-msvc": "1.32.0"
1877
- }
1878
- },
1879
- "node_modules/lightningcss-android-arm64": {
1880
- "version": "1.32.0",
1881
- "resolved": "https://registry.npmjs.org/lightningcss-android-arm64/-/lightningcss-android-arm64-1.32.0.tgz",
1882
- "integrity": "sha512-YK7/ClTt4kAK0vo6w3X+Pnm0D2cf2vPHbhOXdoNti1Ga0al1P4TBZhwjATvjNwLEBCnKvjJc2jQgHXH0NEwlAg==",
1883
- "cpu": [
1884
- "arm64"
1885
- ],
1886
- "dev": true,
1887
- "license": "MPL-2.0",
1888
- "optional": true,
1889
- "os": [
1890
- "android"
1891
- ],
1892
- "engines": {
1893
- "node": ">= 12.0.0"
1894
- },
1895
- "funding": {
1896
- "type": "opencollective",
1897
- "url": "https://opencollective.com/parcel"
1898
- }
1899
- },
1900
- "node_modules/lightningcss-darwin-arm64": {
1901
- "version": "1.32.0",
1902
- "resolved": "https://registry.npmjs.org/lightningcss-darwin-arm64/-/lightningcss-darwin-arm64-1.32.0.tgz",
1903
- "integrity": "sha512-RzeG9Ju5bag2Bv1/lwlVJvBE3q6TtXskdZLLCyfg5pt+HLz9BqlICO7LZM7VHNTTn/5PRhHFBSjk5lc4cmscPQ==",
1904
- "cpu": [
1905
- "arm64"
1906
- ],
1907
- "dev": true,
1908
- "license": "MPL-2.0",
1909
- "optional": true,
1910
- "os": [
1911
- "darwin"
1912
- ],
1913
- "engines": {
1914
- "node": ">= 12.0.0"
1915
- },
1916
- "funding": {
1917
- "type": "opencollective",
1918
- "url": "https://opencollective.com/parcel"
1919
- }
1920
- },
1921
- "node_modules/lightningcss-darwin-x64": {
1922
- "version": "1.32.0",
1923
- "resolved": "https://registry.npmjs.org/lightningcss-darwin-x64/-/lightningcss-darwin-x64-1.32.0.tgz",
1924
- "integrity": "sha512-U+QsBp2m/s2wqpUYT/6wnlagdZbtZdndSmut/NJqlCcMLTWp5muCrID+K5UJ6jqD2BFshejCYXniPDbNh73V8w==",
1925
- "cpu": [
1926
- "x64"
1927
- ],
1928
- "dev": true,
1929
- "license": "MPL-2.0",
1930
- "optional": true,
1931
- "os": [
1932
- "darwin"
1933
- ],
1934
- "engines": {
1935
- "node": ">= 12.0.0"
1936
- },
1937
- "funding": {
1938
- "type": "opencollective",
1939
- "url": "https://opencollective.com/parcel"
1940
- }
1941
- },
1942
- "node_modules/lightningcss-freebsd-x64": {
1943
- "version": "1.32.0",
1944
- "resolved": "https://registry.npmjs.org/lightningcss-freebsd-x64/-/lightningcss-freebsd-x64-1.32.0.tgz",
1945
- "integrity": "sha512-JCTigedEksZk3tHTTthnMdVfGf61Fky8Ji2E4YjUTEQX14xiy/lTzXnu1vwiZe3bYe0q+SpsSH/CTeDXK6WHig==",
1946
- "cpu": [
1947
- "x64"
1948
- ],
1949
- "dev": true,
1950
- "license": "MPL-2.0",
1951
- "optional": true,
1952
- "os": [
1953
- "freebsd"
1954
- ],
1955
- "engines": {
1956
- "node": ">= 12.0.0"
1957
- },
1958
- "funding": {
1959
- "type": "opencollective",
1960
- "url": "https://opencollective.com/parcel"
1961
- }
1962
- },
1963
- "node_modules/lightningcss-linux-arm-gnueabihf": {
1964
- "version": "1.32.0",
1965
- "resolved": "https://registry.npmjs.org/lightningcss-linux-arm-gnueabihf/-/lightningcss-linux-arm-gnueabihf-1.32.0.tgz",
1966
- "integrity": "sha512-x6rnnpRa2GL0zQOkt6rts3YDPzduLpWvwAF6EMhXFVZXD4tPrBkEFqzGowzCsIWsPjqSK+tyNEODUBXeeVHSkw==",
1967
- "cpu": [
1968
- "arm"
1969
- ],
1970
- "dev": true,
1971
- "license": "MPL-2.0",
1972
- "optional": true,
1973
- "os": [
1974
- "linux"
1975
- ],
1976
- "engines": {
1977
- "node": ">= 12.0.0"
1978
- },
1979
- "funding": {
1980
- "type": "opencollective",
1981
- "url": "https://opencollective.com/parcel"
1982
- }
1983
- },
1984
- "node_modules/lightningcss-linux-arm64-gnu": {
1985
- "version": "1.32.0",
1986
- "resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-gnu/-/lightningcss-linux-arm64-gnu-1.32.0.tgz",
1987
- "integrity": "sha512-0nnMyoyOLRJXfbMOilaSRcLH3Jw5z9HDNGfT/gwCPgaDjnx0i8w7vBzFLFR1f6CMLKF8gVbebmkUN3fa/kQJpQ==",
1988
- "cpu": [
1989
- "arm64"
1990
- ],
1991
- "dev": true,
1992
- "license": "MPL-2.0",
1993
- "optional": true,
1994
- "os": [
1995
- "linux"
1996
- ],
1997
- "engines": {
1998
- "node": ">= 12.0.0"
1999
- },
2000
- "funding": {
2001
- "type": "opencollective",
2002
- "url": "https://opencollective.com/parcel"
2003
- }
2004
- },
2005
- "node_modules/lightningcss-linux-arm64-musl": {
2006
- "version": "1.32.0",
2007
- "resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-musl/-/lightningcss-linux-arm64-musl-1.32.0.tgz",
2008
- "integrity": "sha512-UpQkoenr4UJEzgVIYpI80lDFvRmPVg6oqboNHfoH4CQIfNA+HOrZ7Mo7KZP02dC6LjghPQJeBsvXhJod/wnIBg==",
2009
- "cpu": [
2010
- "arm64"
2011
- ],
2012
- "dev": true,
2013
- "license": "MPL-2.0",
2014
- "optional": true,
2015
- "os": [
2016
- "linux"
2017
- ],
2018
- "engines": {
2019
- "node": ">= 12.0.0"
2020
- },
2021
- "funding": {
2022
- "type": "opencollective",
2023
- "url": "https://opencollective.com/parcel"
2024
- }
2025
- },
2026
- "node_modules/lightningcss-linux-x64-gnu": {
2027
- "version": "1.32.0",
2028
- "resolved": "https://registry.npmjs.org/lightningcss-linux-x64-gnu/-/lightningcss-linux-x64-gnu-1.32.0.tgz",
2029
- "integrity": "sha512-V7Qr52IhZmdKPVr+Vtw8o+WLsQJYCTd8loIfpDaMRWGUZfBOYEJeyJIkqGIDMZPwPx24pUMfwSxxI8phr/MbOA==",
2030
- "cpu": [
2031
- "x64"
2032
- ],
2033
- "dev": true,
2034
- "license": "MPL-2.0",
2035
- "optional": true,
2036
- "os": [
2037
- "linux"
2038
- ],
2039
- "engines": {
2040
- "node": ">= 12.0.0"
2041
- },
2042
- "funding": {
2043
- "type": "opencollective",
2044
- "url": "https://opencollective.com/parcel"
2045
- }
2046
- },
2047
- "node_modules/lightningcss-linux-x64-musl": {
2048
- "version": "1.32.0",
2049
- "resolved": "https://registry.npmjs.org/lightningcss-linux-x64-musl/-/lightningcss-linux-x64-musl-1.32.0.tgz",
2050
- "integrity": "sha512-bYcLp+Vb0awsiXg/80uCRezCYHNg1/l3mt0gzHnWV9XP1W5sKa5/TCdGWaR/zBM2PeF/HbsQv/j2URNOiVuxWg==",
2051
- "cpu": [
2052
- "x64"
2053
- ],
2054
- "dev": true,
2055
- "license": "MPL-2.0",
2056
- "optional": true,
2057
- "os": [
2058
- "linux"
2059
- ],
2060
- "engines": {
2061
- "node": ">= 12.0.0"
2062
- },
2063
- "funding": {
2064
- "type": "opencollective",
2065
- "url": "https://opencollective.com/parcel"
2066
- }
2067
- },
2068
- "node_modules/lightningcss-win32-arm64-msvc": {
2069
- "version": "1.32.0",
2070
- "resolved": "https://registry.npmjs.org/lightningcss-win32-arm64-msvc/-/lightningcss-win32-arm64-msvc-1.32.0.tgz",
2071
- "integrity": "sha512-8SbC8BR40pS6baCM8sbtYDSwEVQd4JlFTOlaD3gWGHfThTcABnNDBda6eTZeqbofalIJhFx0qKzgHJmcPTnGdw==",
2072
- "cpu": [
2073
- "arm64"
2074
- ],
2075
- "dev": true,
2076
- "license": "MPL-2.0",
2077
- "optional": true,
2078
- "os": [
2079
- "win32"
2080
- ],
2081
- "engines": {
2082
- "node": ">= 12.0.0"
2083
- },
2084
- "funding": {
2085
- "type": "opencollective",
2086
- "url": "https://opencollective.com/parcel"
2087
- }
2088
- },
2089
- "node_modules/lightningcss-win32-x64-msvc": {
2090
- "version": "1.32.0",
2091
- "resolved": "https://registry.npmjs.org/lightningcss-win32-x64-msvc/-/lightningcss-win32-x64-msvc-1.32.0.tgz",
2092
- "integrity": "sha512-Amq9B/SoZYdDi1kFrojnoqPLxYhQ4Wo5XiL8EVJrVsB8ARoC1PWW6VGtT0WKCemjy8aC+louJnjS7U18x3b06Q==",
2093
- "cpu": [
2094
- "x64"
2095
- ],
2096
- "dev": true,
2097
- "license": "MPL-2.0",
2098
- "optional": true,
2099
- "os": [
2100
- "win32"
2101
- ],
2102
- "engines": {
2103
- "node": ">= 12.0.0"
2104
- },
2105
- "funding": {
2106
- "type": "opencollective",
2107
- "url": "https://opencollective.com/parcel"
2108
- }
2109
- },
2110
- "node_modules/locate-path": {
2111
- "version": "6.0.0",
2112
- "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz",
2113
- "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==",
2114
- "dev": true,
2115
- "license": "MIT",
2116
- "dependencies": {
2117
- "p-locate": "^5.0.0"
2118
- },
2119
- "engines": {
2120
- "node": ">=10"
2121
- },
2122
- "funding": {
2123
- "url": "https://github.com/sponsors/sindresorhus"
2124
- }
2125
- },
2126
- "node_modules/lru-cache": {
2127
- "version": "5.1.1",
2128
- "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz",
2129
- "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==",
2130
- "dev": true,
2131
- "license": "ISC",
2132
- "dependencies": {
2133
- "yallist": "^3.0.2"
2134
- }
2135
- },
2136
- "node_modules/lucide-react": {
2137
- "version": "1.16.0",
2138
- "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-1.16.0.tgz",
2139
- "integrity": "sha512-dYwyPzb4MEKpGUmNYk3WKWPnMrHs3FKM+q94kAnJrcDIqqn1hq2xY8scaS2ovsOCM5D51ey2gaRG3PBb1vgoYQ==",
2140
- "license": "ISC",
2141
- "peerDependencies": {
2142
- "react": "^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0"
2143
- }
2144
- },
2145
- "node_modules/minimatch": {
2146
- "version": "10.2.5",
2147
- "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.5.tgz",
2148
- "integrity": "sha512-MULkVLfKGYDFYejP07QOurDLLQpcjk7Fw+7jXS2R2czRQzR56yHRveU5NDJEOviH+hETZKSkIk5c+T23GjFUMg==",
2149
- "dev": true,
2150
- "license": "BlueOak-1.0.0",
2151
- "dependencies": {
2152
- "brace-expansion": "^5.0.5"
2153
- },
2154
- "engines": {
2155
- "node": "18 || 20 || >=22"
2156
- },
2157
- "funding": {
2158
- "url": "https://github.com/sponsors/isaacs"
2159
- }
2160
- },
2161
- "node_modules/ms": {
2162
- "version": "2.1.3",
2163
- "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
2164
- "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
2165
- "dev": true,
2166
- "license": "MIT"
2167
- },
2168
- "node_modules/nanoid": {
2169
- "version": "3.3.12",
2170
- "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.12.tgz",
2171
- "integrity": "sha512-ZB9RH/39qpq5Vu6Y+NmUaFhQR6pp+M2Xt76XBnEwDaGcVAqhlvxrl3B2bKS5D3NH3QR76v3aSrKaF/Kiy7lEtQ==",
2172
- "dev": true,
2173
- "funding": [
2174
- {
2175
- "type": "github",
2176
- "url": "https://github.com/sponsors/ai"
2177
- }
2178
- ],
2179
- "license": "MIT",
2180
- "bin": {
2181
- "nanoid": "bin/nanoid.cjs"
2182
- },
2183
- "engines": {
2184
- "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
2185
- }
2186
- },
2187
- "node_modules/natural-compare": {
2188
- "version": "1.4.0",
2189
- "resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz",
2190
- "integrity": "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==",
2191
- "dev": true,
2192
- "license": "MIT"
2193
- },
2194
- "node_modules/node-releases": {
2195
- "version": "2.0.46",
2196
- "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.46.tgz",
2197
- "integrity": "sha512-GYVXHE2KnrzAfsAjl4uP++evGFCrAU1jta4ubEjIG7YWt/64Gqv66a30yKwWczVjA6j3bM4nBwH7Pk1JmDHaxQ==",
2198
- "dev": true,
2199
- "license": "MIT",
2200
- "engines": {
2201
- "node": ">=18"
2202
- }
2203
- },
2204
- "node_modules/optionator": {
2205
- "version": "0.9.4",
2206
- "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.4.tgz",
2207
- "integrity": "sha512-6IpQ7mKUxRcZNLIObR0hz7lxsapSSIYNZJwXPGeF0mTVqGKFIXj1DQcMoT22S3ROcLyY/rz0PWaWZ9ayWmad9g==",
2208
- "dev": true,
2209
- "license": "MIT",
2210
- "dependencies": {
2211
- "deep-is": "^0.1.3",
2212
- "fast-levenshtein": "^2.0.6",
2213
- "levn": "^0.4.1",
2214
- "prelude-ls": "^1.2.1",
2215
- "type-check": "^0.4.0",
2216
- "word-wrap": "^1.2.5"
2217
- },
2218
- "engines": {
2219
- "node": ">= 0.8.0"
2220
- }
2221
- },
2222
- "node_modules/p-limit": {
2223
- "version": "3.1.0",
2224
- "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz",
2225
- "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==",
2226
- "dev": true,
2227
- "license": "MIT",
2228
- "dependencies": {
2229
- "yocto-queue": "^0.1.0"
2230
- },
2231
- "engines": {
2232
- "node": ">=10"
2233
- },
2234
- "funding": {
2235
- "url": "https://github.com/sponsors/sindresorhus"
2236
- }
2237
- },
2238
- "node_modules/p-locate": {
2239
- "version": "5.0.0",
2240
- "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz",
2241
- "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==",
2242
- "dev": true,
2243
- "license": "MIT",
2244
- "dependencies": {
2245
- "p-limit": "^3.0.2"
2246
- },
2247
- "engines": {
2248
- "node": ">=10"
2249
- },
2250
- "funding": {
2251
- "url": "https://github.com/sponsors/sindresorhus"
2252
- }
2253
- },
2254
- "node_modules/path-exists": {
2255
- "version": "4.0.0",
2256
- "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz",
2257
- "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==",
2258
- "dev": true,
2259
- "license": "MIT",
2260
- "engines": {
2261
- "node": ">=8"
2262
- }
2263
- },
2264
- "node_modules/path-key": {
2265
- "version": "3.1.1",
2266
- "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",
2267
- "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
2268
- "dev": true,
2269
- "license": "MIT",
2270
- "engines": {
2271
- "node": ">=8"
2272
- }
2273
- },
2274
- "node_modules/picocolors": {
2275
- "version": "1.1.1",
2276
- "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz",
2277
- "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",
2278
- "dev": true,
2279
- "license": "ISC"
2280
- },
2281
- "node_modules/picomatch": {
2282
- "version": "4.0.4",
2283
- "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.4.tgz",
2284
- "integrity": "sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A==",
2285
- "dev": true,
2286
- "license": "MIT",
2287
- "peer": true,
2288
- "engines": {
2289
- "node": ">=12"
2290
- },
2291
- "funding": {
2292
- "url": "https://github.com/sponsors/jonschlinkert"
2293
- }
2294
- },
2295
- "node_modules/postcss": {
2296
- "version": "8.5.15",
2297
- "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.15.tgz",
2298
- "integrity": "sha512-FfR8sjd4em2T6fb3I2MwAJU7HWVMr9zba+enmQeeWFfCbm+UOC/0X4DS8XtpUTMwWMGbjKYP7xjfNekzyGmB3A==",
2299
- "dev": true,
2300
- "funding": [
2301
- {
2302
- "type": "opencollective",
2303
- "url": "https://opencollective.com/postcss/"
2304
- },
2305
- {
2306
- "type": "tidelift",
2307
- "url": "https://tidelift.com/funding/github/npm/postcss"
2308
- },
2309
- {
2310
- "type": "github",
2311
- "url": "https://github.com/sponsors/ai"
2312
- }
2313
- ],
2314
- "license": "MIT",
2315
- "dependencies": {
2316
- "nanoid": "^3.3.12",
2317
- "picocolors": "^1.1.1",
2318
- "source-map-js": "^1.2.1"
2319
- },
2320
- "engines": {
2321
- "node": "^10 || ^12 || >=14"
2322
- }
2323
- },
2324
- "node_modules/prelude-ls": {
2325
- "version": "1.2.1",
2326
- "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz",
2327
- "integrity": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==",
2328
- "dev": true,
2329
- "license": "MIT",
2330
- "engines": {
2331
- "node": ">= 0.8.0"
2332
- }
2333
- },
2334
- "node_modules/punycode": {
2335
- "version": "2.3.1",
2336
- "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz",
2337
- "integrity": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==",
2338
- "dev": true,
2339
- "license": "MIT",
2340
- "engines": {
2341
- "node": ">=6"
2342
- }
2343
- },
2344
- "node_modules/react": {
2345
- "version": "19.2.6",
2346
- "resolved": "https://registry.npmjs.org/react/-/react-19.2.6.tgz",
2347
- "integrity": "sha512-sfWGGfavi0xr8Pg0sVsyHMAOziVYKgPLNrS7ig+ivMNb3wbCBw3KxtflsGBAwD3gYQlE/AEZsTLgToRrSCjb0Q==",
2348
- "license": "MIT",
2349
- "peer": true,
2350
- "engines": {
2351
- "node": ">=0.10.0"
2352
- }
2353
- },
2354
- "node_modules/react-dom": {
2355
- "version": "19.2.6",
2356
- "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-19.2.6.tgz",
2357
- "integrity": "sha512-0prMI+hvBbPjsWnxDLxlCGyM8PN6UuWjEUCYmZhO67xIV9Xasa/r/vDnq+Xyq4Lo27g8QSbO5YzARu0D1Sps3g==",
2358
- "license": "MIT",
2359
- "dependencies": {
2360
- "scheduler": "^0.27.0"
2361
- },
2362
- "peerDependencies": {
2363
- "react": "^19.2.6"
2364
- }
2365
- },
2366
- "node_modules/rolldown": {
2367
- "version": "1.0.2",
2368
- "resolved": "https://registry.npmjs.org/rolldown/-/rolldown-1.0.2.tgz",
2369
- "integrity": "sha512-oZx5zVDtVB44AW3eaifgDml1gWRDZGvjcfdxonE4swNPG98PrrXjaO/KrnUjzlMnztCCRVlUueA1kCXhARGk6g==",
2370
- "dev": true,
2371
- "license": "MIT",
2372
- "dependencies": {
2373
- "@oxc-project/types": "=0.132.0",
2374
- "@rolldown/pluginutils": "^1.0.0"
2375
- },
2376
- "bin": {
2377
- "rolldown": "bin/cli.mjs"
2378
- },
2379
- "engines": {
2380
- "node": "^20.19.0 || >=22.12.0"
2381
- },
2382
- "optionalDependencies": {
2383
- "@rolldown/binding-android-arm64": "1.0.2",
2384
- "@rolldown/binding-darwin-arm64": "1.0.2",
2385
- "@rolldown/binding-darwin-x64": "1.0.2",
2386
- "@rolldown/binding-freebsd-x64": "1.0.2",
2387
- "@rolldown/binding-linux-arm-gnueabihf": "1.0.2",
2388
- "@rolldown/binding-linux-arm64-gnu": "1.0.2",
2389
- "@rolldown/binding-linux-arm64-musl": "1.0.2",
2390
- "@rolldown/binding-linux-ppc64-gnu": "1.0.2",
2391
- "@rolldown/binding-linux-s390x-gnu": "1.0.2",
2392
- "@rolldown/binding-linux-x64-gnu": "1.0.2",
2393
- "@rolldown/binding-linux-x64-musl": "1.0.2",
2394
- "@rolldown/binding-openharmony-arm64": "1.0.2",
2395
- "@rolldown/binding-wasm32-wasi": "1.0.2",
2396
- "@rolldown/binding-win32-arm64-msvc": "1.0.2",
2397
- "@rolldown/binding-win32-x64-msvc": "1.0.2"
2398
- }
2399
- },
2400
- "node_modules/scheduler": {
2401
- "version": "0.27.0",
2402
- "resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.27.0.tgz",
2403
- "integrity": "sha512-eNv+WrVbKu1f3vbYJT/xtiF5syA5HPIMtf9IgY/nKg0sWqzAUEvqY/xm7OcZc/qafLx/iO9FgOmeSAp4v5ti/Q==",
2404
- "license": "MIT"
2405
- },
2406
- "node_modules/semver": {
2407
- "version": "6.3.1",
2408
- "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
2409
- "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
2410
- "dev": true,
2411
- "license": "ISC",
2412
- "bin": {
2413
- "semver": "bin/semver.js"
2414
- }
2415
- },
2416
- "node_modules/shebang-command": {
2417
- "version": "2.0.0",
2418
- "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
2419
- "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
2420
- "dev": true,
2421
- "license": "MIT",
2422
- "dependencies": {
2423
- "shebang-regex": "^3.0.0"
2424
- },
2425
- "engines": {
2426
- "node": ">=8"
2427
- }
2428
- },
2429
- "node_modules/shebang-regex": {
2430
- "version": "3.0.0",
2431
- "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz",
2432
- "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==",
2433
- "dev": true,
2434
- "license": "MIT",
2435
- "engines": {
2436
- "node": ">=8"
2437
- }
2438
- },
2439
- "node_modules/source-map-js": {
2440
- "version": "1.2.1",
2441
- "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz",
2442
- "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==",
2443
- "dev": true,
2444
- "license": "BSD-3-Clause",
2445
- "engines": {
2446
- "node": ">=0.10.0"
2447
- }
2448
- },
2449
- "node_modules/tinyglobby": {
2450
- "version": "0.2.16",
2451
- "resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.16.tgz",
2452
- "integrity": "sha512-pn99VhoACYR8nFHhxqix+uvsbXineAasWm5ojXoN8xEwK5Kd3/TrhNn1wByuD52UxWRLy8pu+kRMniEi6Eq9Zg==",
2453
- "dev": true,
2454
- "license": "MIT",
2455
- "dependencies": {
2456
- "fdir": "^6.5.0",
2457
- "picomatch": "^4.0.4"
2458
- },
2459
- "engines": {
2460
- "node": ">=12.0.0"
2461
- },
2462
- "funding": {
2463
- "url": "https://github.com/sponsors/SuperchupuDev"
2464
- }
2465
- },
2466
- "node_modules/ts-api-utils": {
2467
- "version": "2.5.0",
2468
- "resolved": "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-2.5.0.tgz",
2469
- "integrity": "sha512-OJ/ibxhPlqrMM0UiNHJ/0CKQkoKF243/AEmplt3qpRgkW8VG7IfOS41h7V8TjITqdByHzrjcS/2si+y4lIh8NA==",
2470
- "dev": true,
2471
- "license": "MIT",
2472
- "engines": {
2473
- "node": ">=18.12"
2474
- },
2475
- "peerDependencies": {
2476
- "typescript": ">=4.8.4"
2477
- }
2478
- },
2479
- "node_modules/tslib": {
2480
- "version": "2.8.1",
2481
- "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz",
2482
- "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==",
2483
- "dev": true,
2484
- "license": "0BSD",
2485
- "optional": true
2486
- },
2487
- "node_modules/type-check": {
2488
- "version": "0.4.0",
2489
- "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz",
2490
- "integrity": "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==",
2491
- "dev": true,
2492
- "license": "MIT",
2493
- "dependencies": {
2494
- "prelude-ls": "^1.2.1"
2495
- },
2496
- "engines": {
2497
- "node": ">= 0.8.0"
2498
- }
2499
- },
2500
- "node_modules/typescript": {
2501
- "version": "6.0.3",
2502
- "resolved": "https://registry.npmjs.org/typescript/-/typescript-6.0.3.tgz",
2503
- "integrity": "sha512-y2TvuxSZPDyQakkFRPZHKFm+KKVqIisdg9/CZwm9ftvKXLP8NRWj38/ODjNbr43SsoXqNuAisEf1GdCxqWcdBw==",
2504
- "dev": true,
2505
- "license": "Apache-2.0",
2506
- "peer": true,
2507
- "bin": {
2508
- "tsc": "bin/tsc",
2509
- "tsserver": "bin/tsserver"
2510
- },
2511
- "engines": {
2512
- "node": ">=14.17"
2513
- }
2514
- },
2515
- "node_modules/typescript-eslint": {
2516
- "version": "8.60.0",
2517
- "resolved": "https://registry.npmjs.org/typescript-eslint/-/typescript-eslint-8.60.0.tgz",
2518
- "integrity": "sha512-9f65qWLZdAW9m1JaxBDUHcqRUfL8bkxxXL7XxEfI+F09q56PkBvIfCjLF3yInsDM/BBmwkqmCQdCZe/RYlIWEw==",
2519
- "dev": true,
2520
- "license": "MIT",
2521
- "dependencies": {
2522
- "@typescript-eslint/eslint-plugin": "8.60.0",
2523
- "@typescript-eslint/parser": "8.60.0",
2524
- "@typescript-eslint/typescript-estree": "8.60.0",
2525
- "@typescript-eslint/utils": "8.60.0"
2526
- },
2527
- "engines": {
2528
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
2529
- },
2530
- "funding": {
2531
- "type": "opencollective",
2532
- "url": "https://opencollective.com/typescript-eslint"
2533
- },
2534
- "peerDependencies": {
2535
- "eslint": "^8.57.0 || ^9.0.0 || ^10.0.0",
2536
- "typescript": ">=4.8.4 <6.1.0"
2537
- }
2538
- },
2539
- "node_modules/undici-types": {
2540
- "version": "7.16.0",
2541
- "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.16.0.tgz",
2542
- "integrity": "sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==",
2543
- "dev": true,
2544
- "license": "MIT"
2545
- },
2546
- "node_modules/update-browserslist-db": {
2547
- "version": "1.2.3",
2548
- "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.2.3.tgz",
2549
- "integrity": "sha512-Js0m9cx+qOgDxo0eMiFGEueWztz+d4+M3rGlmKPT+T4IS/jP4ylw3Nwpu6cpTTP8R1MAC1kF4VbdLt3ARf209w==",
2550
- "dev": true,
2551
- "funding": [
2552
- {
2553
- "type": "opencollective",
2554
- "url": "https://opencollective.com/browserslist"
2555
- },
2556
- {
2557
- "type": "tidelift",
2558
- "url": "https://tidelift.com/funding/github/npm/browserslist"
2559
- },
2560
- {
2561
- "type": "github",
2562
- "url": "https://github.com/sponsors/ai"
2563
- }
2564
- ],
2565
- "license": "MIT",
2566
- "dependencies": {
2567
- "escalade": "^3.2.0",
2568
- "picocolors": "^1.1.1"
2569
- },
2570
- "bin": {
2571
- "update-browserslist-db": "cli.js"
2572
- },
2573
- "peerDependencies": {
2574
- "browserslist": ">= 4.21.0"
2575
- }
2576
- },
2577
- "node_modules/uri-js": {
2578
- "version": "4.4.1",
2579
- "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz",
2580
- "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==",
2581
- "dev": true,
2582
- "license": "BSD-2-Clause",
2583
- "dependencies": {
2584
- "punycode": "^2.1.0"
2585
- }
2586
- },
2587
- "node_modules/vite": {
2588
- "version": "8.0.14",
2589
- "resolved": "https://registry.npmjs.org/vite/-/vite-8.0.14.tgz",
2590
- "integrity": "sha512-s4BJJ+5y1pYL6Otw51FHhVJQhPnuRinKig64g/1+EUNaJsd3gCKdD31IPFvswUgW9/60QT9oFHbZHbQK5imcxw==",
2591
- "dev": true,
2592
- "license": "MIT",
2593
- "peer": true,
2594
- "dependencies": {
2595
- "lightningcss": "^1.32.0",
2596
- "picomatch": "^4.0.4",
2597
- "postcss": "^8.5.15",
2598
- "rolldown": "1.0.2",
2599
- "tinyglobby": "^0.2.16"
2600
- },
2601
- "bin": {
2602
- "vite": "bin/vite.js"
2603
- },
2604
- "engines": {
2605
- "node": "^20.19.0 || >=22.12.0"
2606
- },
2607
- "funding": {
2608
- "url": "https://github.com/vitejs/vite?sponsor=1"
2609
- },
2610
- "optionalDependencies": {
2611
- "fsevents": "~2.3.3"
2612
- },
2613
- "peerDependencies": {
2614
- "@types/node": "^20.19.0 || >=22.12.0",
2615
- "@vitejs/devtools": "^0.1.18",
2616
- "esbuild": "^0.27.0 || ^0.28.0",
2617
- "jiti": ">=1.21.0",
2618
- "less": "^4.0.0",
2619
- "sass": "^1.70.0",
2620
- "sass-embedded": "^1.70.0",
2621
- "stylus": ">=0.54.8",
2622
- "sugarss": "^5.0.0",
2623
- "terser": "^5.16.0",
2624
- "tsx": "^4.8.1",
2625
- "yaml": "^2.4.2"
2626
- },
2627
- "peerDependenciesMeta": {
2628
- "@types/node": {
2629
- "optional": true
2630
- },
2631
- "@vitejs/devtools": {
2632
- "optional": true
2633
- },
2634
- "esbuild": {
2635
- "optional": true
2636
- },
2637
- "jiti": {
2638
- "optional": true
2639
- },
2640
- "less": {
2641
- "optional": true
2642
- },
2643
- "sass": {
2644
- "optional": true
2645
- },
2646
- "sass-embedded": {
2647
- "optional": true
2648
- },
2649
- "stylus": {
2650
- "optional": true
2651
- },
2652
- "sugarss": {
2653
- "optional": true
2654
- },
2655
- "terser": {
2656
- "optional": true
2657
- },
2658
- "tsx": {
2659
- "optional": true
2660
- },
2661
- "yaml": {
2662
- "optional": true
2663
- }
2664
- }
2665
- },
2666
- "node_modules/which": {
2667
- "version": "2.0.2",
2668
- "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
2669
- "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
2670
- "dev": true,
2671
- "license": "ISC",
2672
- "dependencies": {
2673
- "isexe": "^2.0.0"
2674
- },
2675
- "bin": {
2676
- "node-which": "bin/node-which"
2677
- },
2678
- "engines": {
2679
- "node": ">= 8"
2680
- }
2681
- },
2682
- "node_modules/word-wrap": {
2683
- "version": "1.2.5",
2684
- "resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.5.tgz",
2685
- "integrity": "sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==",
2686
- "dev": true,
2687
- "license": "MIT",
2688
- "engines": {
2689
- "node": ">=0.10.0"
2690
- }
2691
- },
2692
- "node_modules/yallist": {
2693
- "version": "3.1.1",
2694
- "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz",
2695
- "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==",
2696
- "dev": true,
2697
- "license": "ISC"
2698
- },
2699
- "node_modules/yocto-queue": {
2700
- "version": "0.1.0",
2701
- "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz",
2702
- "integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==",
2703
- "dev": true,
2704
- "license": "MIT",
2705
- "engines": {
2706
- "node": ">=10"
2707
- },
2708
- "funding": {
2709
- "url": "https://github.com/sponsors/sindresorhus"
2710
- }
2711
- },
2712
- "node_modules/zod": {
2713
- "version": "4.4.3",
2714
- "resolved": "https://registry.npmjs.org/zod/-/zod-4.4.3.tgz",
2715
- "integrity": "sha512-ytENFjIJFl2UwYglde2jchW2Hwm4GJFLDiSXWdTrJQBIN9Fcyp7n4DhxJEiWNAJMV1/BqWfW/kkg71UDcHJyTQ==",
2716
- "dev": true,
2717
- "license": "MIT",
2718
- "peer": true,
2719
- "funding": {
2720
- "url": "https://github.com/sponsors/colinhacks"
2721
- }
2722
- },
2723
- "node_modules/zod-validation-error": {
2724
- "version": "4.0.2",
2725
- "resolved": "https://registry.npmjs.org/zod-validation-error/-/zod-validation-error-4.0.2.tgz",
2726
- "integrity": "sha512-Q6/nZLe6jxuU80qb/4uJ4t5v2VEZ44lzQjPDhYJNztRQ4wyWc6VF3D3Kb/fAuPetZQnhS3hnajCf9CsWesghLQ==",
2727
- "dev": true,
2728
- "license": "MIT",
2729
- "engines": {
2730
- "node": ">=18.0.0"
2731
- },
2732
- "peerDependencies": {
2733
- "zod": "^3.25.0 || ^4.0.0"
2734
- }
2735
- }
2736
- }
2737
- }