返回 JoyAI-Echo
package-lock.json
根目录 / echo_longvideo / Director_Agent / webui / package-lock.json
1 {
2 "name": "nanobot-webui",
3 "version": "0.1.0",
4 "lockfileVersion": 3,
5 "requires": true,
6 "packages": {
7 "": {
8 "name": "nanobot-webui",
9 "version": "0.1.0",
10 "dependencies": {
11 "@radix-ui/react-alert-dialog": "^1.1.4",
12 "@radix-ui/react-avatar": "^1.1.2",
13 "@radix-ui/react-dialog": "^1.1.4",
14 "@radix-ui/react-dropdown-menu": "^2.1.4",
15 "@radix-ui/react-scroll-area": "^1.2.2",
16 "@radix-ui/react-separator": "^1.1.1",
17 "@radix-ui/react-slot": "^1.1.1",
18 "@radix-ui/react-switch": "^1.3.7",
19 "@radix-ui/react-tooltip": "^1.1.6",
20 "axios": "^1.18.1",
21 "class-variance-authority": "^0.7.1",
22 "classnames": "^2.5.1",
23 "clsx": "^2.1.1",
24 "countable": "^3.0.1",
25 "i18next": "^26.0.6",
26 "lucide-react": "^0.469.0",
27 "react": "^18.3.1",
28 "react-dom": "^18.3.1",
29 "react-i18next": "^17.0.4",
30 "react-markdown": "^9.0.1",
31 "react-router": "^7.18.2",
32 "react-syntax-highlighter": "^16.1.1",
33 "rehype-katex": "^7.0.1",
34 "remark-gfm": "^4.0.0",
35 "remark-math": "^6.0.0",
36 "tailwind-merge": "^2.6.0"
37 },
38 "devDependencies": {
39 "@tailwindcss/typography": "^0.5.19",
40 "@types/node": "^22.10.5",
41 "@types/react": "^18.3.18",
42 "@types/react-dom": "^18.3.5",
43 "@types/react-syntax-highlighter": "^15.5.13",
44 "@vitejs/plugin-react": "^5.2.0",
45 "autoprefixer": "^10.4.20",
46 "katex": "^0.16.21",
47 "postcss": "^8.5.26",
48 "sass-embedded": "^1.100.0",
49 "tailwindcss": "^3.4.17",
50 "tailwindcss-animate": "^1.0.7",
51 "typescript": "^5.7.2",
52 "vite": "^8.2.2"
53 },
54 "engines": {
55 "node": ">=20.19.0"
56 }
57 },
58 "node_modules/@alloc/quick-lru": {
59 "version": "5.2.0",
60 "dev": true,
61 "license": "MIT",
62 "engines": {
63 "node": ">=10"
64 },
65 "funding": {
66 "url": "https://github.com/sponsors/sindresorhus"
67 }
68 },
69 "node_modules/@babel/code-frame": {
70 "version": "7.29.7",
71 "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.29.7.tgz",
72 "integrity": "sha512-Aup7aUOfpbAUg2ROOJN6Iw5f9DMBlzu0mIkm/malLQFN/YQgO48wCj0Kxa3sEHJvPVFg7siR+qRInwXd2qhQKw==",
73 "dev": true,
74 "license": "MIT",
75 "dependencies": {
76 "@babel/helper-validator-identifier": "^7.29.7",
77 "js-tokens": "^4.0.0",
78 "picocolors": "^1.1.1"
79 },
80 "engines": {
81 "node": ">=6.9.0"
82 }
83 },
84 "node_modules/@babel/compat-data": {
85 "version": "7.29.7",
86 "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.29.7.tgz",
87 "integrity": "sha512-locTkQyKvwIEgBzVrn8693ebc97F2U8ZHjbXwDXJ5Fn2TCpNwTlKcaKLkdHop5c/icOFE7qt7Q9JC5hnKNa6Gg==",
88 "dev": true,
89 "license": "MIT",
90 "engines": {
91 "node": ">=6.9.0"
92 }
93 },
94 "node_modules/@babel/core": {
95 "version": "7.29.7",
96 "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.29.7.tgz",
97 "integrity": "sha512-RgHBCvtjbOK2gXSNBNIkNoEc9qoVEtau3hj8gEqKQuL3HZAibKarWFEI3Lfm6EYKkLalOh8eSrj9b+ch9H/VBA==",
98 "dev": true,
99 "license": "MIT",
100 "dependencies": {
101 "@babel/code-frame": "^7.29.7",
102 "@babel/generator": "^7.29.7",
103 "@babel/helper-compilation-targets": "^7.29.7",
104 "@babel/helper-module-transforms": "^7.29.7",
105 "@babel/helpers": "^7.29.7",
106 "@babel/parser": "^7.29.7",
107 "@babel/template": "^7.29.7",
108 "@babel/traverse": "^7.29.7",
109 "@babel/types": "^7.29.7",
110 "@jridgewell/remapping": "^2.3.5",
111 "convert-source-map": "^2.0.0",
112 "debug": "^4.1.0",
113 "gensync": "^1.0.0-beta.2",
114 "json5": "^2.2.3",
115 "semver": "^6.3.1"
116 },
117 "engines": {
118 "node": ">=6.9.0"
119 },
120 "funding": {
121 "type": "opencollective",
122 "url": "https://opencollective.com/babel"
123 }
124 },
125 "node_modules/@babel/generator": {
126 "version": "7.29.8",
127 "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.29.8.tgz",
128 "integrity": "sha512-gZbepsdh3WDtgZKWL+vTPh71LSBrm/Y4/QDZBVCcYfmeTEEuoOYwlSy+G1StfJg+/Zy550u/3TATbm7qDbbMtg==",
129 "dev": true,
130 "license": "MIT",
131 "dependencies": {
132 "@babel/parser": "^7.29.8",
133 "@babel/types": "^7.29.8",
134 "@jridgewell/gen-mapping": "^0.3.12",
135 "@jridgewell/trace-mapping": "^0.3.28",
136 "jsesc": "^3.0.2"
137 },
138 "engines": {
139 "node": ">=6.9.0"
140 }
141 },
142 "node_modules/@babel/helper-compilation-targets": {
143 "version": "7.29.7",
144 "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.29.7.tgz",
145 "integrity": "sha512-wem6WaBj4NaVYVdNhLPPVacES6ZJ+KBBfSkTMD3YZxbP3rm3Di85tJU5ljaUNhaOynt+Aj0xruhYuzQBt8n71g==",
146 "dev": true,
147 "license": "MIT",
148 "dependencies": {
149 "@babel/compat-data": "^7.29.7",
150 "@babel/helper-validator-option": "^7.29.7",
151 "browserslist": "^4.24.0",
152 "lru-cache": "^5.1.1",
153 "semver": "^6.3.1"
154 },
155 "engines": {
156 "node": ">=6.9.0"
157 }
158 },
159 "node_modules/@babel/helper-globals": {
160 "version": "7.29.7",
161 "resolved": "https://registry.npmjs.org/@babel/helper-globals/-/helper-globals-7.29.7.tgz",
162 "integrity": "sha512-3nQVUAtvkKH9zahfWgw96Jc/uFOmjACE1kQz82E2lqWmHBgjzbNlsC22nuQTfahmWeQtTq5nQ/4Nnd2A1wj4zA==",
163 "dev": true,
164 "license": "MIT",
165 "engines": {
166 "node": ">=6.9.0"
167 }
168 },
169 "node_modules/@babel/helper-module-imports": {
170 "version": "7.29.7",
171 "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.29.7.tgz",
172 "integrity": "sha512-ejHwrQQYcm9xnTivShn2IDOlIzInN34AXskvq9QicvCtEzq1Vzclu/tKF8Jq1Cg8JG2GL6/EmjgsCT7lXepE3g==",
173 "dev": true,
174 "license": "MIT",
175 "dependencies": {
176 "@babel/traverse": "^7.29.7",
177 "@babel/types": "^7.29.7"
178 },
179 "engines": {
180 "node": ">=6.9.0"
181 }
182 },
183 "node_modules/@babel/helper-module-transforms": {
184 "version": "7.29.7",
185 "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.29.7.tgz",
186 "integrity": "sha512-UPUVSyXbOh627KiCIGQSgwWzGeBKLkaJ9PJEdrngIwMSzxLR4jS4+f1f1jb7VzBbg8nFLaYotvVPFCTqdrmTAg==",
187 "dev": true,
188 "license": "MIT",
189 "dependencies": {
190 "@babel/helper-module-imports": "^7.29.7",
191 "@babel/helper-validator-identifier": "^7.29.7",
192 "@babel/traverse": "^7.29.7"
193 },
194 "engines": {
195 "node": ">=6.9.0"
196 },
197 "peerDependencies": {
198 "@babel/core": "^7.0.0"
199 }
200 },
201 "node_modules/@babel/helper-plugin-utils": {
202 "version": "7.28.6",
203 "dev": true,
204 "license": "MIT",
205 "engines": {
206 "node": ">=6.9.0"
207 }
208 },
209 "node_modules/@babel/helper-string-parser": {
210 "version": "7.29.7",
211 "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.29.7.tgz",
212 "integrity": "sha512-Pb5ijPrZ89GDH8223L4UP8i6QApWxs04RbPQJTeWDV0/keR2E36MeKnyr6LYmUUvqRRI+Iv87SuF1W6ErINzYw==",
213 "dev": true,
214 "license": "MIT",
215 "engines": {
216 "node": ">=6.9.0"
217 }
218 },
219 "node_modules/@babel/helper-validator-identifier": {
220 "version": "7.29.7",
221 "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.29.7.tgz",
222 "integrity": "sha512-qehxGkRj55h/ff8EMaJ+cYhyaKlHIxqYDn682wQD7RNp9UujOQsHog2uS0r2vzr4pW+sXf90NeeayjcNaX3fFg==",
223 "dev": true,
224 "license": "MIT",
225 "engines": {
226 "node": ">=6.9.0"
227 }
228 },
229 "node_modules/@babel/helper-validator-option": {
230 "version": "7.29.7",
231 "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.29.7.tgz",
232 "integrity": "sha512-N9ZErrD+yW5geCDtBqnOoxmR8+tNKiGuxKlDpuJxfsqpa2dFcexaziGAE/qoHLiDDreVNMupxGmSoNlyvsA3gw==",
233 "dev": true,
234 "license": "MIT",
235 "engines": {
236 "node": ">=6.9.0"
237 }
238 },
239 "node_modules/@babel/helpers": {
240 "version": "7.29.7",
241 "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.29.7.tgz",
242 "integrity": "sha512-1k2lAGRMfHTcwuNYcCNUmaUffmQv8KWMfh2iJUUeRlwlwH4FdNG7mfPI10NPfLHJFThE4Tyr4mv7kTNZOiPuBg==",
243 "dev": true,
244 "license": "MIT",
245 "dependencies": {
246 "@babel/template": "^7.29.7",
247 "@babel/types": "^7.29.7"
248 },
249 "engines": {
250 "node": ">=6.9.0"
251 }
252 },
253 "node_modules/@babel/parser": {
254 "version": "7.29.8",
255 "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.29.8.tgz",
256 "integrity": "sha512-E8lTAYNB1KW+FH+VGJuZM1ioAx2E6oVlvQFRrf5P8ZZmsiJXYAD9vTFV7yyEURNzgh1dFqMZuO6tUwcARbqFCA==",
257 "dev": true,
258 "license": "MIT",
259 "dependencies": {
260 "@babel/types": "^7.29.8"
261 },
262 "bin": {
263 "parser": "bin/babel-parser.js"
264 },
265 "engines": {
266 "node": ">=6.0.0"
267 }
268 },
269 "node_modules/@babel/plugin-transform-react-jsx-self": {
270 "version": "7.27.1",
271 "dev": true,
272 "license": "MIT",
273 "dependencies": {
274 "@babel/helper-plugin-utils": "^7.27.1"
275 },
276 "engines": {
277 "node": ">=6.9.0"
278 },
279 "peerDependencies": {
280 "@babel/core": "^7.0.0-0"
281 }
282 },
283 "node_modules/@babel/plugin-transform-react-jsx-source": {
284 "version": "7.27.1",
285 "dev": true,
286 "license": "MIT",
287 "dependencies": {
288 "@babel/helper-plugin-utils": "^7.27.1"
289 },
290 "engines": {
291 "node": ">=6.9.0"
292 },
293 "peerDependencies": {
294 "@babel/core": "^7.0.0-0"
295 }
296 },
297 "node_modules/@babel/runtime": {
298 "version": "7.29.2",
299 "license": "MIT",
300 "engines": {
301 "node": ">=6.9.0"
302 }
303 },
304 "node_modules/@babel/template": {
305 "version": "7.29.7",
306 "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.29.7.tgz",
307 "integrity": "sha512-puq+Gf35oI24FeN11LkoUQFqv9uwNeWpxXZi/Ji3rRIoKAzKnxRaZ+Gkj0vKS9ZCiTESfng1N9LyOyXvo+m+Gg==",
308 "dev": true,
309 "license": "MIT",
310 "dependencies": {
311 "@babel/code-frame": "^7.29.7",
312 "@babel/parser": "^7.29.7",
313 "@babel/types": "^7.29.7"
314 },
315 "engines": {
316 "node": ">=6.9.0"
317 }
318 },
319 "node_modules/@babel/traverse": {
320 "version": "7.29.8",
321 "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.29.8.tgz",
322 "integrity": "sha512-I5z7H3bf/41ktsNVLtpN0wAa336HkqIHQ5BuPLEhTkt1jVSyZpeNKIzTgEWmlxjdg81R0IgUCcaE+Ok3NvrfZg==",
323 "dev": true,
324 "license": "MIT",
325 "dependencies": {
326 "@babel/code-frame": "^7.29.7",
327 "@babel/generator": "^7.29.8",
328 "@babel/helper-globals": "^7.29.7",
329 "@babel/parser": "^7.29.8",
330 "@babel/template": "^7.29.7",
331 "@babel/types": "^7.29.8",
332 "debug": "^4.3.1"
333 },
334 "engines": {
335 "node": ">=6.9.0"
336 }
337 },
338 "node_modules/@babel/types": {
339 "version": "7.29.8",
340 "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.29.8.tgz",
341 "integrity": "sha512-Vj1jF3cPfxg7OAfoI7QnVKLoILlm2JF9pnVHrX8qx7AHMiYWT+NDAA7jChlNgRS4WTLc/fD1lXLmPixluj+3Gg==",
342 "dev": true,
343 "license": "MIT",
344 "dependencies": {
345 "@babel/helper-string-parser": "^7.29.7",
346 "@babel/helper-validator-identifier": "^7.29.7"
347 },
348 "engines": {
349 "node": ">=6.9.0"
350 }
351 },
352 "node_modules/@bufbuild/protobuf": {
353 "version": "2.12.1",
354 "resolved": "https://registry.npmjs.org/@bufbuild/protobuf/-/protobuf-2.12.1.tgz",
355 "integrity": "sha512-BvAMfS6LrgZiryOAZ4pBYucu4wG/Ei/9o9DZ9akbREnMLbPJiom2i8b9C8IsKErQoiKqVhrerzt3kOT/RrzLHg==",
356 "dev": true,
357 "license": "(Apache-2.0 AND BSD-3-Clause)"
358 },
359 "node_modules/@floating-ui/core": {
360 "version": "1.7.5",
361 "license": "MIT",
362 "dependencies": {
363 "@floating-ui/utils": "^0.2.11"
364 }
365 },
366 "node_modules/@floating-ui/dom": {
367 "version": "1.7.6",
368 "license": "MIT",
369 "dependencies": {
370 "@floating-ui/core": "^1.7.5",
371 "@floating-ui/utils": "^0.2.11"
372 }
373 },
374 "node_modules/@floating-ui/react-dom": {
375 "version": "2.1.8",
376 "license": "MIT",
377 "dependencies": {
378 "@floating-ui/dom": "^1.7.6"
379 },
380 "peerDependencies": {
381 "react": ">=16.8.0",
382 "react-dom": ">=16.8.0"
383 }
384 },
385 "node_modules/@floating-ui/utils": {
386 "version": "0.2.11",
387 "license": "MIT"
388 },
389 "node_modules/@jridgewell/gen-mapping": {
390 "version": "0.3.13",
391 "dev": true,
392 "license": "MIT",
393 "dependencies": {
394 "@jridgewell/sourcemap-codec": "^1.5.0",
395 "@jridgewell/trace-mapping": "^0.3.24"
396 }
397 },
398 "node_modules/@jridgewell/remapping": {
399 "version": "2.3.5",
400 "dev": true,
401 "license": "MIT",
402 "dependencies": {
403 "@jridgewell/gen-mapping": "^0.3.5",
404 "@jridgewell/trace-mapping": "^0.3.24"
405 }
406 },
407 "node_modules/@jridgewell/resolve-uri": {
408 "version": "3.1.2",
409 "dev": true,
410 "license": "MIT",
411 "engines": {
412 "node": ">=6.0.0"
413 }
414 },
415 "node_modules/@jridgewell/sourcemap-codec": {
416 "version": "1.5.5",
417 "dev": true,
418 "license": "MIT"
419 },
420 "node_modules/@jridgewell/trace-mapping": {
421 "version": "0.3.31",
422 "dev": true,
423 "license": "MIT",
424 "dependencies": {
425 "@jridgewell/resolve-uri": "^3.1.0",
426 "@jridgewell/sourcemap-codec": "^1.4.14"
427 }
428 },
429 "node_modules/@nodelib/fs.scandir": {
430 "version": "2.1.5",
431 "dev": true,
432 "license": "MIT",
433 "dependencies": {
434 "@nodelib/fs.stat": "2.0.5",
435 "run-parallel": "^1.1.9"
436 },
437 "engines": {
438 "node": ">= 8"
439 }
440 },
441 "node_modules/@nodelib/fs.stat": {
442 "version": "2.0.5",
443 "dev": true,
444 "license": "MIT",
445 "engines": {
446 "node": ">= 8"
447 }
448 },
449 "node_modules/@nodelib/fs.walk": {
450 "version": "1.2.8",
451 "dev": true,
452 "license": "MIT",
453 "dependencies": {
454 "@nodelib/fs.scandir": "2.1.5",
455 "fastq": "^1.6.0"
456 },
457 "engines": {
458 "node": ">= 8"
459 }
460 },
461 "node_modules/@oxc-project/types": {
462 "version": "0.147.0",
463 "resolved": "https://registry.npmjs.org/@oxc-project/types/-/types-0.147.0.tgz",
464 "integrity": "sha512-IJ3s6ltHLp45S0bh7phkX+gJO7A1Wuz2EaqpAhb8WjqDwbzMiWKHhyyT42tskaWjEYXtHtVCPpnBJVT9+dcRLg==",
465 "dev": true,
466 "license": "MIT",
467 "funding": {
468 "url": "https://github.com/sponsors/Boshen"
469 }
470 },
471 "node_modules/@parcel/watcher": {
472 "version": "2.5.6",
473 "resolved": "https://registry.npmjs.org/@parcel/watcher/-/watcher-2.5.6.tgz",
474 "integrity": "sha512-tmmZ3lQxAe/k/+rNnXQRawJ4NjxO2hqiOLTHvWchtGZULp4RyFeh6aU4XdOYBFe2KE1oShQTv4AblOs2iOrNnQ==",
475 "dev": true,
476 "hasInstallScript": true,
477 "license": "MIT",
478 "optional": true,
479 "dependencies": {
480 "detect-libc": "^2.0.3",
481 "is-glob": "^4.0.3",
482 "node-addon-api": "^7.0.0",
483 "picomatch": "^4.0.3"
484 },
485 "engines": {
486 "node": ">= 10.0.0"
487 },
488 "funding": {
489 "type": "opencollective",
490 "url": "https://opencollective.com/parcel"
491 },
492 "optionalDependencies": {
493 "@parcel/watcher-android-arm64": "2.5.6",
494 "@parcel/watcher-darwin-arm64": "2.5.6",
495 "@parcel/watcher-darwin-x64": "2.5.6",
496 "@parcel/watcher-freebsd-x64": "2.5.6",
497 "@parcel/watcher-linux-arm-glibc": "2.5.6",
498 "@parcel/watcher-linux-arm-musl": "2.5.6",
499 "@parcel/watcher-linux-arm64-glibc": "2.5.6",
500 "@parcel/watcher-linux-arm64-musl": "2.5.6",
501 "@parcel/watcher-linux-x64-glibc": "2.5.6",
502 "@parcel/watcher-linux-x64-musl": "2.5.6",
503 "@parcel/watcher-win32-arm64": "2.5.6",
504 "@parcel/watcher-win32-ia32": "2.5.6",
505 "@parcel/watcher-win32-x64": "2.5.6"
506 }
507 },
508 "node_modules/@parcel/watcher-android-arm64": {
509 "version": "2.5.6",
510 "resolved": "https://registry.npmjs.org/@parcel/watcher-android-arm64/-/watcher-android-arm64-2.5.6.tgz",
511 "integrity": "sha512-YQxSS34tPF/6ZG7r/Ih9xy+kP/WwediEUsqmtf0cuCV5TPPKw/PQHRhueUo6JdeFJaqV3pyjm0GdYjZotbRt/A==",
512 "cpu": [
513 "arm64"
514 ],
515 "dev": true,
516 "license": "MIT",
517 "optional": true,
518 "os": [
519 "android"
520 ],
521 "engines": {
522 "node": ">= 10.0.0"
523 },
524 "funding": {
525 "type": "opencollective",
526 "url": "https://opencollective.com/parcel"
527 }
528 },
529 "node_modules/@parcel/watcher-darwin-arm64": {
530 "version": "2.5.6",
531 "resolved": "https://registry.npmjs.org/@parcel/watcher-darwin-arm64/-/watcher-darwin-arm64-2.5.6.tgz",
532 "integrity": "sha512-Z2ZdrnwyXvvvdtRHLmM4knydIdU9adO3D4n/0cVipF3rRiwP+3/sfzpAwA/qKFL6i1ModaabkU7IbpeMBgiVEA==",
533 "cpu": [
534 "arm64"
535 ],
536 "dev": true,
537 "license": "MIT",
538 "optional": true,
539 "os": [
540 "darwin"
541 ],
542 "engines": {
543 "node": ">= 10.0.0"
544 },
545 "funding": {
546 "type": "opencollective",
547 "url": "https://opencollective.com/parcel"
548 }
549 },
550 "node_modules/@parcel/watcher-darwin-x64": {
551 "version": "2.5.6",
552 "resolved": "https://registry.npmjs.org/@parcel/watcher-darwin-x64/-/watcher-darwin-x64-2.5.6.tgz",
553 "integrity": "sha512-HgvOf3W9dhithcwOWX9uDZyn1lW9R+7tPZ4sug+NGrGIo4Rk1hAXLEbcH1TQSqxts0NYXXlOWqVpvS1SFS4fRg==",
554 "cpu": [
555 "x64"
556 ],
557 "dev": true,
558 "license": "MIT",
559 "optional": true,
560 "os": [
561 "darwin"
562 ],
563 "engines": {
564 "node": ">= 10.0.0"
565 },
566 "funding": {
567 "type": "opencollective",
568 "url": "https://opencollective.com/parcel"
569 }
570 },
571 "node_modules/@parcel/watcher-freebsd-x64": {
572 "version": "2.5.6",
573 "resolved": "https://registry.npmjs.org/@parcel/watcher-freebsd-x64/-/watcher-freebsd-x64-2.5.6.tgz",
574 "integrity": "sha512-vJVi8yd/qzJxEKHkeemh7w3YAn6RJCtYlE4HPMoVnCpIXEzSrxErBW5SJBgKLbXU3WdIpkjBTeUNtyBVn8TRng==",
575 "cpu": [
576 "x64"
577 ],
578 "dev": true,
579 "license": "MIT",
580 "optional": true,
581 "os": [
582 "freebsd"
583 ],
584 "engines": {
585 "node": ">= 10.0.0"
586 },
587 "funding": {
588 "type": "opencollective",
589 "url": "https://opencollective.com/parcel"
590 }
591 },
592 "node_modules/@parcel/watcher-linux-arm-glibc": {
593 "version": "2.5.6",
594 "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm-glibc/-/watcher-linux-arm-glibc-2.5.6.tgz",
595 "integrity": "sha512-9JiYfB6h6BgV50CCfasfLf/uvOcJskMSwcdH1PHH9rvS1IrNy8zad6IUVPVUfmXr+u+Km9IxcfMLzgdOudz9EQ==",
596 "cpu": [
597 "arm"
598 ],
599 "dev": true,
600 "license": "MIT",
601 "optional": true,
602 "os": [
603 "linux"
604 ],
605 "engines": {
606 "node": ">= 10.0.0"
607 },
608 "funding": {
609 "type": "opencollective",
610 "url": "https://opencollective.com/parcel"
611 }
612 },
613 "node_modules/@parcel/watcher-linux-arm-musl": {
614 "version": "2.5.6",
615 "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm-musl/-/watcher-linux-arm-musl-2.5.6.tgz",
616 "integrity": "sha512-Ve3gUCG57nuUUSyjBq/MAM0CzArtuIOxsBdQ+ftz6ho8n7s1i9E1Nmk/xmP323r2YL0SONs1EuwqBp2u1k5fxg==",
617 "cpu": [
618 "arm"
619 ],
620 "dev": true,
621 "license": "MIT",
622 "optional": true,
623 "os": [
624 "linux"
625 ],
626 "engines": {
627 "node": ">= 10.0.0"
628 },
629 "funding": {
630 "type": "opencollective",
631 "url": "https://opencollective.com/parcel"
632 }
633 },
634 "node_modules/@parcel/watcher-linux-arm64-glibc": {
635 "version": "2.5.6",
636 "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm64-glibc/-/watcher-linux-arm64-glibc-2.5.6.tgz",
637 "integrity": "sha512-f2g/DT3NhGPdBmMWYoxixqYr3v/UXcmLOYy16Bx0TM20Tchduwr4EaCbmxh1321TABqPGDpS8D/ggOTaljijOA==",
638 "cpu": [
639 "arm64"
640 ],
641 "dev": true,
642 "license": "MIT",
643 "optional": true,
644 "os": [
645 "linux"
646 ],
647 "engines": {
648 "node": ">= 10.0.0"
649 },
650 "funding": {
651 "type": "opencollective",
652 "url": "https://opencollective.com/parcel"
653 }
654 },
655 "node_modules/@parcel/watcher-linux-arm64-musl": {
656 "version": "2.5.6",
657 "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm64-musl/-/watcher-linux-arm64-musl-2.5.6.tgz",
658 "integrity": "sha512-qb6naMDGlbCwdhLj6hgoVKJl2odL34z2sqkC7Z6kzir8b5W65WYDpLB6R06KabvZdgoHI/zxke4b3zR0wAbDTA==",
659 "cpu": [
660 "arm64"
661 ],
662 "dev": true,
663 "license": "MIT",
664 "optional": true,
665 "os": [
666 "linux"
667 ],
668 "engines": {
669 "node": ">= 10.0.0"
670 },
671 "funding": {
672 "type": "opencollective",
673 "url": "https://opencollective.com/parcel"
674 }
675 },
676 "node_modules/@parcel/watcher-linux-x64-glibc": {
677 "version": "2.5.6",
678 "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-x64-glibc/-/watcher-linux-x64-glibc-2.5.6.tgz",
679 "integrity": "sha512-kbT5wvNQlx7NaGjzPFu8nVIW1rWqV780O7ZtkjuWaPUgpv2NMFpjYERVi0UYj1msZNyCzGlaCWEtzc+exjMGbQ==",
680 "cpu": [
681 "x64"
682 ],
683 "dev": true,
684 "license": "MIT",
685 "optional": true,
686 "os": [
687 "linux"
688 ],
689 "engines": {
690 "node": ">= 10.0.0"
691 },
692 "funding": {
693 "type": "opencollective",
694 "url": "https://opencollective.com/parcel"
695 }
696 },
697 "node_modules/@parcel/watcher-linux-x64-musl": {
698 "version": "2.5.6",
699 "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-x64-musl/-/watcher-linux-x64-musl-2.5.6.tgz",
700 "integrity": "sha512-1JRFeC+h7RdXwldHzTsmdtYR/Ku8SylLgTU/reMuqdVD7CtLwf0VR1FqeprZ0eHQkO0vqsbvFLXUmYm/uNKJBg==",
701 "cpu": [
702 "x64"
703 ],
704 "dev": true,
705 "license": "MIT",
706 "optional": true,
707 "os": [
708 "linux"
709 ],
710 "engines": {
711 "node": ">= 10.0.0"
712 },
713 "funding": {
714 "type": "opencollective",
715 "url": "https://opencollective.com/parcel"
716 }
717 },
718 "node_modules/@parcel/watcher-win32-arm64": {
719 "version": "2.5.6",
720 "resolved": "https://registry.npmjs.org/@parcel/watcher-win32-arm64/-/watcher-win32-arm64-2.5.6.tgz",
721 "integrity": "sha512-3ukyebjc6eGlw9yRt678DxVF7rjXatWiHvTXqphZLvo7aC5NdEgFufVwjFfY51ijYEWpXbqF5jtrK275z52D4Q==",
722 "cpu": [
723 "arm64"
724 ],
725 "dev": true,
726 "license": "MIT",
727 "optional": true,
728 "os": [
729 "win32"
730 ],
731 "engines": {
732 "node": ">= 10.0.0"
733 },
734 "funding": {
735 "type": "opencollective",
736 "url": "https://opencollective.com/parcel"
737 }
738 },
739 "node_modules/@parcel/watcher-win32-ia32": {
740 "version": "2.5.6",
741 "resolved": "https://registry.npmjs.org/@parcel/watcher-win32-ia32/-/watcher-win32-ia32-2.5.6.tgz",
742 "integrity": "sha512-k35yLp1ZMwwee3Ez/pxBi5cf4AoBKYXj00CZ80jUz5h8prpiaQsiRPKQMxoLstNuqe2vR4RNPEAEcjEFzhEz/g==",
743 "cpu": [
744 "ia32"
745 ],
746 "dev": true,
747 "license": "MIT",
748 "optional": true,
749 "os": [
750 "win32"
751 ],
752 "engines": {
753 "node": ">= 10.0.0"
754 },
755 "funding": {
756 "type": "opencollective",
757 "url": "https://opencollective.com/parcel"
758 }
759 },
760 "node_modules/@parcel/watcher-win32-x64": {
761 "version": "2.5.6",
762 "resolved": "https://registry.npmjs.org/@parcel/watcher-win32-x64/-/watcher-win32-x64-2.5.6.tgz",
763 "integrity": "sha512-hbQlYcCq5dlAX9Qx+kFb0FHue6vbjlf0FrNzSKdYK2APUf7tGfGxQCk2ihEREmbR6ZMc0MVAD5RIX/41gpUzTw==",
764 "cpu": [
765 "x64"
766 ],
767 "dev": true,
768 "license": "MIT",
769 "optional": true,
770 "os": [
771 "win32"
772 ],
773 "engines": {
774 "node": ">= 10.0.0"
775 },
776 "funding": {
777 "type": "opencollective",
778 "url": "https://opencollective.com/parcel"
779 }
780 },
781 "node_modules/@radix-ui/number": {
782 "version": "1.1.1",
783 "license": "MIT"
784 },
785 "node_modules/@radix-ui/primitive": {
786 "version": "1.1.3",
787 "license": "MIT"
788 },
789 "node_modules/@radix-ui/react-alert-dialog": {
790 "version": "1.1.15",
791 "license": "MIT",
792 "dependencies": {
793 "@radix-ui/primitive": "1.1.3",
794 "@radix-ui/react-compose-refs": "1.1.2",
795 "@radix-ui/react-context": "1.1.2",
796 "@radix-ui/react-dialog": "1.1.15",
797 "@radix-ui/react-primitive": "2.1.3",
798 "@radix-ui/react-slot": "1.2.3"
799 },
800 "peerDependencies": {
801 "@types/react": "*",
802 "@types/react-dom": "*",
803 "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
804 "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
805 },
806 "peerDependenciesMeta": {
807 "@types/react": {
808 "optional": true
809 },
810 "@types/react-dom": {
811 "optional": true
812 }
813 }
814 },
815 "node_modules/@radix-ui/react-alert-dialog/node_modules/@radix-ui/react-slot": {
816 "version": "1.2.3",
817 "license": "MIT",
818 "dependencies": {
819 "@radix-ui/react-compose-refs": "1.1.2"
820 },
821 "peerDependencies": {
822 "@types/react": "*",
823 "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
824 },
825 "peerDependenciesMeta": {
826 "@types/react": {
827 "optional": true
828 }
829 }
830 },
831 "node_modules/@radix-ui/react-arrow": {
832 "version": "1.1.7",
833 "license": "MIT",
834 "dependencies": {
835 "@radix-ui/react-primitive": "2.1.3"
836 },
837 "peerDependencies": {
838 "@types/react": "*",
839 "@types/react-dom": "*",
840 "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
841 "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
842 },
843 "peerDependenciesMeta": {
844 "@types/react": {
845 "optional": true
846 },
847 "@types/react-dom": {
848 "optional": true
849 }
850 }
851 },
852 "node_modules/@radix-ui/react-avatar": {
853 "version": "1.1.11",
854 "license": "MIT",
855 "dependencies": {
856 "@radix-ui/react-context": "1.1.3",
857 "@radix-ui/react-primitive": "2.1.4",
858 "@radix-ui/react-use-callback-ref": "1.1.1",
859 "@radix-ui/react-use-is-hydrated": "0.1.0",
860 "@radix-ui/react-use-layout-effect": "1.1.1"
861 },
862 "peerDependencies": {
863 "@types/react": "*",
864 "@types/react-dom": "*",
865 "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
866 "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
867 },
868 "peerDependenciesMeta": {
869 "@types/react": {
870 "optional": true
871 },
872 "@types/react-dom": {
873 "optional": true
874 }
875 }
876 },
877 "node_modules/@radix-ui/react-avatar/node_modules/@radix-ui/react-context": {
878 "version": "1.1.3",
879 "license": "MIT",
880 "peerDependencies": {
881 "@types/react": "*",
882 "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
883 },
884 "peerDependenciesMeta": {
885 "@types/react": {
886 "optional": true
887 }
888 }
889 },
890 "node_modules/@radix-ui/react-avatar/node_modules/@radix-ui/react-primitive": {
891 "version": "2.1.4",
892 "license": "MIT",
893 "dependencies": {
894 "@radix-ui/react-slot": "1.2.4"
895 },
896 "peerDependencies": {
897 "@types/react": "*",
898 "@types/react-dom": "*",
899 "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
900 "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
901 },
902 "peerDependenciesMeta": {
903 "@types/react": {
904 "optional": true
905 },
906 "@types/react-dom": {
907 "optional": true
908 }
909 }
910 },
911 "node_modules/@radix-ui/react-collection": {
912 "version": "1.1.7",
913 "license": "MIT",
914 "dependencies": {
915 "@radix-ui/react-compose-refs": "1.1.2",
916 "@radix-ui/react-context": "1.1.2",
917 "@radix-ui/react-primitive": "2.1.3",
918 "@radix-ui/react-slot": "1.2.3"
919 },
920 "peerDependencies": {
921 "@types/react": "*",
922 "@types/react-dom": "*",
923 "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
924 "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
925 },
926 "peerDependenciesMeta": {
927 "@types/react": {
928 "optional": true
929 },
930 "@types/react-dom": {
931 "optional": true
932 }
933 }
934 },
935 "node_modules/@radix-ui/react-collection/node_modules/@radix-ui/react-slot": {
936 "version": "1.2.3",
937 "license": "MIT",
938 "dependencies": {
939 "@radix-ui/react-compose-refs": "1.1.2"
940 },
941 "peerDependencies": {
942 "@types/react": "*",
943 "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
944 },
945 "peerDependenciesMeta": {
946 "@types/react": {
947 "optional": true
948 }
949 }
950 },
951 "node_modules/@radix-ui/react-compose-refs": {
952 "version": "1.1.2",
953 "license": "MIT",
954 "peerDependencies": {
955 "@types/react": "*",
956 "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
957 },
958 "peerDependenciesMeta": {
959 "@types/react": {
960 "optional": true
961 }
962 }
963 },
964 "node_modules/@radix-ui/react-context": {
965 "version": "1.1.2",
966 "license": "MIT",
967 "peerDependencies": {
968 "@types/react": "*",
969 "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
970 },
971 "peerDependenciesMeta": {
972 "@types/react": {
973 "optional": true
974 }
975 }
976 },
977 "node_modules/@radix-ui/react-dialog": {
978 "version": "1.1.15",
979 "license": "MIT",
980 "dependencies": {
981 "@radix-ui/primitive": "1.1.3",
982 "@radix-ui/react-compose-refs": "1.1.2",
983 "@radix-ui/react-context": "1.1.2",
984 "@radix-ui/react-dismissable-layer": "1.1.11",
985 "@radix-ui/react-focus-guards": "1.1.3",
986 "@radix-ui/react-focus-scope": "1.1.7",
987 "@radix-ui/react-id": "1.1.1",
988 "@radix-ui/react-portal": "1.1.9",
989 "@radix-ui/react-presence": "1.1.5",
990 "@radix-ui/react-primitive": "2.1.3",
991 "@radix-ui/react-slot": "1.2.3",
992 "@radix-ui/react-use-controllable-state": "1.2.2",
993 "aria-hidden": "^1.2.4",
994 "react-remove-scroll": "^2.6.3"
995 },
996 "peerDependencies": {
997 "@types/react": "*",
998 "@types/react-dom": "*",
999 "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
1000 "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
1001 },
1002 "peerDependenciesMeta": {
1003 "@types/react": {
1004 "optional": true
1005 },
1006 "@types/react-dom": {
1007 "optional": true
1008 }
1009 }
1010 },
1011 "node_modules/@radix-ui/react-dialog/node_modules/@radix-ui/react-slot": {
1012 "version": "1.2.3",
1013 "license": "MIT",
1014 "dependencies": {
1015 "@radix-ui/react-compose-refs": "1.1.2"
1016 },
1017 "peerDependencies": {
1018 "@types/react": "*",
1019 "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
1020 },
1021 "peerDependenciesMeta": {
1022 "@types/react": {
1023 "optional": true
1024 }
1025 }
1026 },
1027 "node_modules/@radix-ui/react-direction": {
1028 "version": "1.1.1",
1029 "license": "MIT",
1030 "peerDependencies": {
1031 "@types/react": "*",
1032 "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
1033 },
1034 "peerDependenciesMeta": {
1035 "@types/react": {
1036 "optional": true
1037 }
1038 }
1039 },
1040 "node_modules/@radix-ui/react-dismissable-layer": {
1041 "version": "1.1.11",
1042 "license": "MIT",
1043 "dependencies": {
1044 "@radix-ui/primitive": "1.1.3",
1045 "@radix-ui/react-compose-refs": "1.1.2",
1046 "@radix-ui/react-primitive": "2.1.3",
1047 "@radix-ui/react-use-callback-ref": "1.1.1",
1048 "@radix-ui/react-use-escape-keydown": "1.1.1"
1049 },
1050 "peerDependencies": {
1051 "@types/react": "*",
1052 "@types/react-dom": "*",
1053 "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
1054 "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
1055 },
1056 "peerDependenciesMeta": {
1057 "@types/react": {
1058 "optional": true
1059 },
1060 "@types/react-dom": {
1061 "optional": true
1062 }
1063 }
1064 },
1065 "node_modules/@radix-ui/react-dropdown-menu": {
1066 "version": "2.1.16",
1067 "license": "MIT",
1068 "dependencies": {
1069 "@radix-ui/primitive": "1.1.3",
1070 "@radix-ui/react-compose-refs": "1.1.2",
1071 "@radix-ui/react-context": "1.1.2",
1072 "@radix-ui/react-id": "1.1.1",
1073 "@radix-ui/react-menu": "2.1.16",
1074 "@radix-ui/react-primitive": "2.1.3",
1075 "@radix-ui/react-use-controllable-state": "1.2.2"
1076 },
1077 "peerDependencies": {
1078 "@types/react": "*",
1079 "@types/react-dom": "*",
1080 "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
1081 "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
1082 },
1083 "peerDependenciesMeta": {
1084 "@types/react": {
1085 "optional": true
1086 },
1087 "@types/react-dom": {
1088 "optional": true
1089 }
1090 }
1091 },
1092 "node_modules/@radix-ui/react-focus-guards": {
1093 "version": "1.1.3",
1094 "license": "MIT",
1095 "peerDependencies": {
1096 "@types/react": "*",
1097 "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
1098 },
1099 "peerDependenciesMeta": {
1100 "@types/react": {
1101 "optional": true
1102 }
1103 }
1104 },
1105 "node_modules/@radix-ui/react-focus-scope": {
1106 "version": "1.1.7",
1107 "license": "MIT",
1108 "dependencies": {
1109 "@radix-ui/react-compose-refs": "1.1.2",
1110 "@radix-ui/react-primitive": "2.1.3",
1111 "@radix-ui/react-use-callback-ref": "1.1.1"
1112 },
1113 "peerDependencies": {
1114 "@types/react": "*",
1115 "@types/react-dom": "*",
1116 "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
1117 "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
1118 },
1119 "peerDependenciesMeta": {
1120 "@types/react": {
1121 "optional": true
1122 },
1123 "@types/react-dom": {
1124 "optional": true
1125 }
1126 }
1127 },
1128 "node_modules/@radix-ui/react-id": {
1129 "version": "1.1.1",
1130 "license": "MIT",
1131 "dependencies": {
1132 "@radix-ui/react-use-layout-effect": "1.1.1"
1133 },
1134 "peerDependencies": {
1135 "@types/react": "*",
1136 "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
1137 },
1138 "peerDependenciesMeta": {
1139 "@types/react": {
1140 "optional": true
1141 }
1142 }
1143 },
1144 "node_modules/@radix-ui/react-menu": {
1145 "version": "2.1.16",
1146 "license": "MIT",
1147 "dependencies": {
1148 "@radix-ui/primitive": "1.1.3",
1149 "@radix-ui/react-collection": "1.1.7",
1150 "@radix-ui/react-compose-refs": "1.1.2",
1151 "@radix-ui/react-context": "1.1.2",
1152 "@radix-ui/react-direction": "1.1.1",
1153 "@radix-ui/react-dismissable-layer": "1.1.11",
1154 "@radix-ui/react-focus-guards": "1.1.3",
1155 "@radix-ui/react-focus-scope": "1.1.7",
1156 "@radix-ui/react-id": "1.1.1",
1157 "@radix-ui/react-popper": "1.2.8",
1158 "@radix-ui/react-portal": "1.1.9",
1159 "@radix-ui/react-presence": "1.1.5",
1160 "@radix-ui/react-primitive": "2.1.3",
1161 "@radix-ui/react-roving-focus": "1.1.11",
1162 "@radix-ui/react-slot": "1.2.3",
1163 "@radix-ui/react-use-callback-ref": "1.1.1",
1164 "aria-hidden": "^1.2.4",
1165 "react-remove-scroll": "^2.6.3"
1166 },
1167 "peerDependencies": {
1168 "@types/react": "*",
1169 "@types/react-dom": "*",
1170 "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
1171 "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
1172 },
1173 "peerDependenciesMeta": {
1174 "@types/react": {
1175 "optional": true
1176 },
1177 "@types/react-dom": {
1178 "optional": true
1179 }
1180 }
1181 },
1182 "node_modules/@radix-ui/react-menu/node_modules/@radix-ui/react-slot": {
1183 "version": "1.2.3",
1184 "license": "MIT",
1185 "dependencies": {
1186 "@radix-ui/react-compose-refs": "1.1.2"
1187 },
1188 "peerDependencies": {
1189 "@types/react": "*",
1190 "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
1191 },
1192 "peerDependenciesMeta": {
1193 "@types/react": {
1194 "optional": true
1195 }
1196 }
1197 },
1198 "node_modules/@radix-ui/react-popper": {
1199 "version": "1.2.8",
1200 "license": "MIT",
1201 "dependencies": {
1202 "@floating-ui/react-dom": "^2.0.0",
1203 "@radix-ui/react-arrow": "1.1.7",
1204 "@radix-ui/react-compose-refs": "1.1.2",
1205 "@radix-ui/react-context": "1.1.2",
1206 "@radix-ui/react-primitive": "2.1.3",
1207 "@radix-ui/react-use-callback-ref": "1.1.1",
1208 "@radix-ui/react-use-layout-effect": "1.1.1",
1209 "@radix-ui/react-use-rect": "1.1.1",
1210 "@radix-ui/react-use-size": "1.1.1",
1211 "@radix-ui/rect": "1.1.1"
1212 },
1213 "peerDependencies": {
1214 "@types/react": "*",
1215 "@types/react-dom": "*",
1216 "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
1217 "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
1218 },
1219 "peerDependenciesMeta": {
1220 "@types/react": {
1221 "optional": true
1222 },
1223 "@types/react-dom": {
1224 "optional": true
1225 }
1226 }
1227 },
1228 "node_modules/@radix-ui/react-portal": {
1229 "version": "1.1.9",
1230 "license": "MIT",
1231 "dependencies": {
1232 "@radix-ui/react-primitive": "2.1.3",
1233 "@radix-ui/react-use-layout-effect": "1.1.1"
1234 },
1235 "peerDependencies": {
1236 "@types/react": "*",
1237 "@types/react-dom": "*",
1238 "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
1239 "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
1240 },
1241 "peerDependenciesMeta": {
1242 "@types/react": {
1243 "optional": true
1244 },
1245 "@types/react-dom": {
1246 "optional": true
1247 }
1248 }
1249 },
1250 "node_modules/@radix-ui/react-presence": {
1251 "version": "1.1.5",
1252 "license": "MIT",
1253 "dependencies": {
1254 "@radix-ui/react-compose-refs": "1.1.2",
1255 "@radix-ui/react-use-layout-effect": "1.1.1"
1256 },
1257 "peerDependencies": {
1258 "@types/react": "*",
1259 "@types/react-dom": "*",
1260 "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
1261 "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
1262 },
1263 "peerDependenciesMeta": {
1264 "@types/react": {
1265 "optional": true
1266 },
1267 "@types/react-dom": {
1268 "optional": true
1269 }
1270 }
1271 },
1272 "node_modules/@radix-ui/react-primitive": {
1273 "version": "2.1.3",
1274 "license": "MIT",
1275 "dependencies": {
1276 "@radix-ui/react-slot": "1.2.3"
1277 },
1278 "peerDependencies": {
1279 "@types/react": "*",
1280 "@types/react-dom": "*",
1281 "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
1282 "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
1283 },
1284 "peerDependenciesMeta": {
1285 "@types/react": {
1286 "optional": true
1287 },
1288 "@types/react-dom": {
1289 "optional": true
1290 }
1291 }
1292 },
1293 "node_modules/@radix-ui/react-primitive/node_modules/@radix-ui/react-slot": {
1294 "version": "1.2.3",
1295 "license": "MIT",
1296 "dependencies": {
1297 "@radix-ui/react-compose-refs": "1.1.2"
1298 },
1299 "peerDependencies": {
1300 "@types/react": "*",
1301 "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
1302 },
1303 "peerDependenciesMeta": {
1304 "@types/react": {
1305 "optional": true
1306 }
1307 }
1308 },
1309 "node_modules/@radix-ui/react-roving-focus": {
1310 "version": "1.1.11",
1311 "license": "MIT",
1312 "dependencies": {
1313 "@radix-ui/primitive": "1.1.3",
1314 "@radix-ui/react-collection": "1.1.7",
1315 "@radix-ui/react-compose-refs": "1.1.2",
1316 "@radix-ui/react-context": "1.1.2",
1317 "@radix-ui/react-direction": "1.1.1",
1318 "@radix-ui/react-id": "1.1.1",
1319 "@radix-ui/react-primitive": "2.1.3",
1320 "@radix-ui/react-use-callback-ref": "1.1.1",
1321 "@radix-ui/react-use-controllable-state": "1.2.2"
1322 },
1323 "peerDependencies": {
1324 "@types/react": "*",
1325 "@types/react-dom": "*",
1326 "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
1327 "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
1328 },
1329 "peerDependenciesMeta": {
1330 "@types/react": {
1331 "optional": true
1332 },
1333 "@types/react-dom": {
1334 "optional": true
1335 }
1336 }
1337 },
1338 "node_modules/@radix-ui/react-scroll-area": {
1339 "version": "1.2.10",
1340 "license": "MIT",
1341 "dependencies": {
1342 "@radix-ui/number": "1.1.1",
1343 "@radix-ui/primitive": "1.1.3",
1344 "@radix-ui/react-compose-refs": "1.1.2",
1345 "@radix-ui/react-context": "1.1.2",
1346 "@radix-ui/react-direction": "1.1.1",
1347 "@radix-ui/react-presence": "1.1.5",
1348 "@radix-ui/react-primitive": "2.1.3",
1349 "@radix-ui/react-use-callback-ref": "1.1.1",
1350 "@radix-ui/react-use-layout-effect": "1.1.1"
1351 },
1352 "peerDependencies": {
1353 "@types/react": "*",
1354 "@types/react-dom": "*",
1355 "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
1356 "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
1357 },
1358 "peerDependenciesMeta": {
1359 "@types/react": {
1360 "optional": true
1361 },
1362 "@types/react-dom": {
1363 "optional": true
1364 }
1365 }
1366 },
1367 "node_modules/@radix-ui/react-separator": {
1368 "version": "1.1.8",
1369 "license": "MIT",
1370 "dependencies": {
1371 "@radix-ui/react-primitive": "2.1.4"
1372 },
1373 "peerDependencies": {
1374 "@types/react": "*",
1375 "@types/react-dom": "*",
1376 "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
1377 "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
1378 },
1379 "peerDependenciesMeta": {
1380 "@types/react": {
1381 "optional": true
1382 },
1383 "@types/react-dom": {
1384 "optional": true
1385 }
1386 }
1387 },
1388 "node_modules/@radix-ui/react-separator/node_modules/@radix-ui/react-primitive": {
1389 "version": "2.1.4",
1390 "license": "MIT",
1391 "dependencies": {
1392 "@radix-ui/react-slot": "1.2.4"
1393 },
1394 "peerDependencies": {
1395 "@types/react": "*",
1396 "@types/react-dom": "*",
1397 "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
1398 "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
1399 },
1400 "peerDependenciesMeta": {
1401 "@types/react": {
1402 "optional": true
1403 },
1404 "@types/react-dom": {
1405 "optional": true
1406 }
1407 }
1408 },
1409 "node_modules/@radix-ui/react-slot": {
1410 "version": "1.2.4",
1411 "license": "MIT",
1412 "dependencies": {
1413 "@radix-ui/react-compose-refs": "1.1.2"
1414 },
1415 "peerDependencies": {
1416 "@types/react": "*",
1417 "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
1418 },
1419 "peerDependenciesMeta": {
1420 "@types/react": {
1421 "optional": true
1422 }
1423 }
1424 },
1425 "node_modules/@radix-ui/react-switch": {
1426 "version": "1.3.7",
1427 "resolved": "https://registry.npmjs.org/@radix-ui/react-switch/-/react-switch-1.3.7.tgz",
1428 "integrity": "sha512-48tB/4dn2UVLBCYhTu9AuR63IHl73l/qLbLgxd86noTUor4/K4LFDAcYjK+isP5313qxaFpjPVogE7+Y0/V3Kw==",
1429 "license": "MIT",
1430 "dependencies": {
1431 "@radix-ui/primitive": "1.1.7",
1432 "@radix-ui/react-compose-refs": "1.1.5",
1433 "@radix-ui/react-context": "1.2.2",
1434 "@radix-ui/react-primitive": "2.1.10",
1435 "@radix-ui/react-use-controllable-state": "1.2.6",
1436 "@radix-ui/react-use-size": "1.1.4"
1437 },
1438 "peerDependencies": {
1439 "@types/react": "*",
1440 "@types/react-dom": "*",
1441 "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
1442 "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
1443 },
1444 "peerDependenciesMeta": {
1445 "@types/react": {
1446 "optional": true
1447 },
1448 "@types/react-dom": {
1449 "optional": true
1450 }
1451 }
1452 },
1453 "node_modules/@radix-ui/react-switch/node_modules/@radix-ui/primitive": {
1454 "version": "1.1.7",
1455 "resolved": "https://registry.npmjs.org/@radix-ui/primitive/-/primitive-1.1.7.tgz",
1456 "integrity": "sha512-rqWnm76nYT8HoNNqEjpgJ7Pw/DrBj5iBTrmEPo6HTX5+VJyBNOqTdv4g89G63HuR5g0AaENoAcH7Is5fF2kZ8Q==",
1457 "license": "MIT"
1458 },
1459 "node_modules/@radix-ui/react-switch/node_modules/@radix-ui/react-compose-refs": {
1460 "version": "1.1.5",
1461 "resolved": "https://registry.npmjs.org/@radix-ui/react-compose-refs/-/react-compose-refs-1.1.5.tgz",
1462 "integrity": "sha512-+48PbAAbq3didjJxa+OaWY2ZwgAKsNiRGyeHKszblZMQ+kcpd9pAaT11cMkGEie0vsOi3QdeTE6d5Fe3Gn61kA==",
1463 "license": "MIT",
1464 "peerDependencies": {
1465 "@types/react": "*",
1466 "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
1467 },
1468 "peerDependenciesMeta": {
1469 "@types/react": {
1470 "optional": true
1471 }
1472 }
1473 },
1474 "node_modules/@radix-ui/react-switch/node_modules/@radix-ui/react-context": {
1475 "version": "1.2.2",
1476 "resolved": "https://registry.npmjs.org/@radix-ui/react-context/-/react-context-1.2.2.tgz",
1477 "integrity": "sha512-RHCUGwKHDr0hDGg4X7ma4JG4/+12qxw8rkh5QKdDldlCvtja6nUx1Ef/8HVrJze81lEsgLQlqjzjGNHantgnQA==",
1478 "license": "MIT",
1479 "peerDependencies": {
1480 "@types/react": "*",
1481 "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
1482 },
1483 "peerDependenciesMeta": {
1484 "@types/react": {
1485 "optional": true
1486 }
1487 }
1488 },
1489 "node_modules/@radix-ui/react-switch/node_modules/@radix-ui/react-primitive": {
1490 "version": "2.1.10",
1491 "resolved": "https://registry.npmjs.org/@radix-ui/react-primitive/-/react-primitive-2.1.10.tgz",
1492 "integrity": "sha512-MucOnzh6hR5mid6VpkbglRAMYMjKLqRnGBbjXkzjK52fuQDd1qbkx78a5P40mkcnVXJdEVxm26E9OPAiUq7nBg==",
1493 "license": "MIT",
1494 "dependencies": {
1495 "@radix-ui/react-slot": "1.3.3"
1496 },
1497 "peerDependencies": {
1498 "@types/react": "*",
1499 "@types/react-dom": "*",
1500 "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
1501 "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
1502 },
1503 "peerDependenciesMeta": {
1504 "@types/react": {
1505 "optional": true
1506 },
1507 "@types/react-dom": {
1508 "optional": true
1509 }
1510 }
1511 },
1512 "node_modules/@radix-ui/react-switch/node_modules/@radix-ui/react-slot": {
1513 "version": "1.3.3",
1514 "resolved": "https://registry.npmjs.org/@radix-ui/react-slot/-/react-slot-1.3.3.tgz",
1515 "integrity": "sha512-qx7oqnYbxnK9kYI9m317qmFmEgo6ywqWvbTogdj7cL9p3/yx4M48p7Rnw5z3H890cL/ow/EeWJsuTykeZVXP5Q==",
1516 "license": "MIT",
1517 "dependencies": {
1518 "@radix-ui/react-compose-refs": "1.1.5"
1519 },
1520 "peerDependencies": {
1521 "@types/react": "*",
1522 "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
1523 },
1524 "peerDependenciesMeta": {
1525 "@types/react": {
1526 "optional": true
1527 }
1528 }
1529 },
1530 "node_modules/@radix-ui/react-switch/node_modules/@radix-ui/react-use-controllable-state": {
1531 "version": "1.2.6",
1532 "resolved": "https://registry.npmjs.org/@radix-ui/react-use-controllable-state/-/react-use-controllable-state-1.2.6.tgz",
1533 "integrity": "sha512-uEQJGT97ZA/TgP/Hydw47lHu+/vQj6z/0jA+WeTbK1o9Rx45GImjpD0tc3W5ad3D6XTSR6e1yEO0FvGq6WQfVQ==",
1534 "license": "MIT",
1535 "dependencies": {
1536 "@radix-ui/primitive": "1.1.7",
1537 "@radix-ui/react-use-effect-event": "0.0.5",
1538 "@radix-ui/react-use-layout-effect": "1.1.4"
1539 },
1540 "peerDependencies": {
1541 "@types/react": "*",
1542 "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
1543 },
1544 "peerDependenciesMeta": {
1545 "@types/react": {
1546 "optional": true
1547 }
1548 }
1549 },
1550 "node_modules/@radix-ui/react-switch/node_modules/@radix-ui/react-use-effect-event": {
1551 "version": "0.0.5",
1552 "resolved": "https://registry.npmjs.org/@radix-ui/react-use-effect-event/-/react-use-effect-event-0.0.5.tgz",
1553 "integrity": "sha512-7cshFL8HGS/7HEiHH+9kL9HBwp2sa9yX18Knwek6KYWmXwM7pegMgta2AXMQKI+rq3JnfSj9x8wYqFMTdG1Jgg==",
1554 "license": "MIT",
1555 "dependencies": {
1556 "@radix-ui/react-use-layout-effect": "1.1.4"
1557 },
1558 "peerDependencies": {
1559 "@types/react": "*",
1560 "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
1561 },
1562 "peerDependenciesMeta": {
1563 "@types/react": {
1564 "optional": true
1565 }
1566 }
1567 },
1568 "node_modules/@radix-ui/react-switch/node_modules/@radix-ui/react-use-layout-effect": {
1569 "version": "1.1.4",
1570 "resolved": "https://registry.npmjs.org/@radix-ui/react-use-layout-effect/-/react-use-layout-effect-1.1.4.tgz",
1571 "integrity": "sha512-K20DkRkUwDnxEYMBPcg3Y6voLkEy5p5QQmszZgLngKKiC7dzBR/aEuK3w1qlx2JWDUNH6FluahYdgR3BP+QbYw==",
1572 "license": "MIT",
1573 "peerDependencies": {
1574 "@types/react": "*",
1575 "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
1576 },
1577 "peerDependenciesMeta": {
1578 "@types/react": {
1579 "optional": true
1580 }
1581 }
1582 },
1583 "node_modules/@radix-ui/react-switch/node_modules/@radix-ui/react-use-size": {
1584 "version": "1.1.4",
1585 "resolved": "https://registry.npmjs.org/@radix-ui/react-use-size/-/react-use-size-1.1.4.tgz",
1586 "integrity": "sha512-D3anSY15EJoxrihpsXI6SMrmmonnQtR2ni7arO+Lfdg3O95b9hNXxONk8jA5C8ANdF/h5HMAxejgs8PWJ6rlhw==",
1587 "license": "MIT",
1588 "dependencies": {
1589 "@radix-ui/react-use-layout-effect": "1.1.4"
1590 },
1591 "peerDependencies": {
1592 "@types/react": "*",
1593 "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
1594 },
1595 "peerDependenciesMeta": {
1596 "@types/react": {
1597 "optional": true
1598 }
1599 }
1600 },
1601 "node_modules/@radix-ui/react-tooltip": {
1602 "version": "1.2.8",
1603 "license": "MIT",
1604 "dependencies": {
1605 "@radix-ui/primitive": "1.1.3",
1606 "@radix-ui/react-compose-refs": "1.1.2",
1607 "@radix-ui/react-context": "1.1.2",
1608 "@radix-ui/react-dismissable-layer": "1.1.11",
1609 "@radix-ui/react-id": "1.1.1",
1610 "@radix-ui/react-popper": "1.2.8",
1611 "@radix-ui/react-portal": "1.1.9",
1612 "@radix-ui/react-presence": "1.1.5",
1613 "@radix-ui/react-primitive": "2.1.3",
1614 "@radix-ui/react-slot": "1.2.3",
1615 "@radix-ui/react-use-controllable-state": "1.2.2",
1616 "@radix-ui/react-visually-hidden": "1.2.3"
1617 },
1618 "peerDependencies": {
1619 "@types/react": "*",
1620 "@types/react-dom": "*",
1621 "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
1622 "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
1623 },
1624 "peerDependenciesMeta": {
1625 "@types/react": {
1626 "optional": true
1627 },
1628 "@types/react-dom": {
1629 "optional": true
1630 }
1631 }
1632 },
1633 "node_modules/@radix-ui/react-tooltip/node_modules/@radix-ui/react-slot": {
1634 "version": "1.2.3",
1635 "license": "MIT",
1636 "dependencies": {
1637 "@radix-ui/react-compose-refs": "1.1.2"
1638 },
1639 "peerDependencies": {
1640 "@types/react": "*",
1641 "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
1642 },
1643 "peerDependenciesMeta": {
1644 "@types/react": {
1645 "optional": true
1646 }
1647 }
1648 },
1649 "node_modules/@radix-ui/react-use-callback-ref": {
1650 "version": "1.1.1",
1651 "license": "MIT",
1652 "peerDependencies": {
1653 "@types/react": "*",
1654 "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
1655 },
1656 "peerDependenciesMeta": {
1657 "@types/react": {
1658 "optional": true
1659 }
1660 }
1661 },
1662 "node_modules/@radix-ui/react-use-controllable-state": {
1663 "version": "1.2.2",
1664 "license": "MIT",
1665 "dependencies": {
1666 "@radix-ui/react-use-effect-event": "0.0.2",
1667 "@radix-ui/react-use-layout-effect": "1.1.1"
1668 },
1669 "peerDependencies": {
1670 "@types/react": "*",
1671 "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
1672 },
1673 "peerDependenciesMeta": {
1674 "@types/react": {
1675 "optional": true
1676 }
1677 }
1678 },
1679 "node_modules/@radix-ui/react-use-effect-event": {
1680 "version": "0.0.2",
1681 "license": "MIT",
1682 "dependencies": {
1683 "@radix-ui/react-use-layout-effect": "1.1.1"
1684 },
1685 "peerDependencies": {
1686 "@types/react": "*",
1687 "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
1688 },
1689 "peerDependenciesMeta": {
1690 "@types/react": {
1691 "optional": true
1692 }
1693 }
1694 },
1695 "node_modules/@radix-ui/react-use-escape-keydown": {
1696 "version": "1.1.1",
1697 "license": "MIT",
1698 "dependencies": {
1699 "@radix-ui/react-use-callback-ref": "1.1.1"
1700 },
1701 "peerDependencies": {
1702 "@types/react": "*",
1703 "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
1704 },
1705 "peerDependenciesMeta": {
1706 "@types/react": {
1707 "optional": true
1708 }
1709 }
1710 },
1711 "node_modules/@radix-ui/react-use-is-hydrated": {
1712 "version": "0.1.0",
1713 "license": "MIT",
1714 "dependencies": {
1715 "use-sync-external-store": "^1.5.0"
1716 },
1717 "peerDependencies": {
1718 "@types/react": "*",
1719 "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
1720 },
1721 "peerDependenciesMeta": {
1722 "@types/react": {
1723 "optional": true
1724 }
1725 }
1726 },
1727 "node_modules/@radix-ui/react-use-layout-effect": {
1728 "version": "1.1.1",
1729 "license": "MIT",
1730 "peerDependencies": {
1731 "@types/react": "*",
1732 "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
1733 },
1734 "peerDependenciesMeta": {
1735 "@types/react": {
1736 "optional": true
1737 }
1738 }
1739 },
1740 "node_modules/@radix-ui/react-use-rect": {
1741 "version": "1.1.1",
1742 "license": "MIT",
1743 "dependencies": {
1744 "@radix-ui/rect": "1.1.1"
1745 },
1746 "peerDependencies": {
1747 "@types/react": "*",
1748 "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
1749 },
1750 "peerDependenciesMeta": {
1751 "@types/react": {
1752 "optional": true
1753 }
1754 }
1755 },
1756 "node_modules/@radix-ui/react-use-size": {
1757 "version": "1.1.1",
1758 "license": "MIT",
1759 "dependencies": {
1760 "@radix-ui/react-use-layout-effect": "1.1.1"
1761 },
1762 "peerDependencies": {
1763 "@types/react": "*",
1764 "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
1765 },
1766 "peerDependenciesMeta": {
1767 "@types/react": {
1768 "optional": true
1769 }
1770 }
1771 },
1772 "node_modules/@radix-ui/react-visually-hidden": {
1773 "version": "1.2.3",
1774 "license": "MIT",
1775 "dependencies": {
1776 "@radix-ui/react-primitive": "2.1.3"
1777 },
1778 "peerDependencies": {
1779 "@types/react": "*",
1780 "@types/react-dom": "*",
1781 "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
1782 "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
1783 },
1784 "peerDependenciesMeta": {
1785 "@types/react": {
1786 "optional": true
1787 },
1788 "@types/react-dom": {
1789 "optional": true
1790 }
1791 }
1792 },
1793 "node_modules/@radix-ui/rect": {
1794 "version": "1.1.1",
1795 "license": "MIT"
1796 },
1797 "node_modules/@rolldown/binding-android-arm-eabi": {
1798 "version": "1.2.6",
1799 "resolved": "https://registry.npmjs.org/@rolldown/binding-android-arm-eabi/-/binding-android-arm-eabi-1.2.6.tgz",
1800 "integrity": "sha512-b+jTcARdTiFLI6jB4a5XjTm0RWd6KcRfQj/I2356fxUZemiho9zQLxo0RtCuMDAyKcLo6cEltkgbQp6d1+sjjQ==",
1801 "cpu": [
1802 "arm"
1803 ],
1804 "dev": true,
1805 "license": "MIT",
1806 "optional": true,
1807 "os": [
1808 "android"
1809 ],
1810 "engines": {
1811 "node": "^20.19.0 || >=22.12.0"
1812 }
1813 },
1814 "node_modules/@rolldown/binding-android-arm64": {
1815 "version": "1.2.6",
1816 "resolved": "https://registry.npmjs.org/@rolldown/binding-android-arm64/-/binding-android-arm64-1.2.6.tgz",
1817 "integrity": "sha512-lkWU8ZJaRk9q3CIEY1Tc7vIFALp3Xw5NfGJo2hQg5oIqNgxWi1zI+IiDEK3r70BF5Dzol1tcXsnzsRc8NLhG+Q==",
1818 "cpu": [
1819 "arm64"
1820 ],
1821 "dev": true,
1822 "license": "MIT",
1823 "optional": true,
1824 "os": [
1825 "android"
1826 ],
1827 "engines": {
1828 "node": "^20.19.0 || >=22.12.0"
1829 }
1830 },
1831 "node_modules/@rolldown/binding-darwin-arm64": {
1832 "version": "1.2.6",
1833 "resolved": "https://registry.npmjs.org/@rolldown/binding-darwin-arm64/-/binding-darwin-arm64-1.2.6.tgz",
1834 "integrity": "sha512-dgR56NYnvAszm7Ob1B2/Vn0e8bUQYZH2UjVaMMtMVOCKFSfjhfLmuA/9+O+F+ajUdG6B/bSssrKW6JJYASa8jA==",
1835 "cpu": [
1836 "arm64"
1837 ],
1838 "dev": true,
1839 "license": "MIT",
1840 "optional": true,
1841 "os": [
1842 "darwin"
1843 ],
1844 "engines": {
1845 "node": "^20.19.0 || >=22.12.0"
1846 }
1847 },
1848 "node_modules/@rolldown/binding-darwin-x64": {
1849 "version": "1.2.6",
1850 "resolved": "https://registry.npmjs.org/@rolldown/binding-darwin-x64/-/binding-darwin-x64-1.2.6.tgz",
1851 "integrity": "sha512-vpVxFvUCFioJqug7OTvqptkc4yb8UX0AwfDmJpaR/0sWz+BUmqSVAf7c8JkUgnN8YLspb4a/N6NhTyMAmdyQ7Q==",
1852 "cpu": [
1853 "x64"
1854 ],
1855 "dev": true,
1856 "license": "MIT",
1857 "optional": true,
1858 "os": [
1859 "darwin"
1860 ],
1861 "engines": {
1862 "node": "^20.19.0 || >=22.12.0"
1863 }
1864 },
1865 "node_modules/@rolldown/binding-freebsd-x64": {
1866 "version": "1.2.6",
1867 "resolved": "https://registry.npmjs.org/@rolldown/binding-freebsd-x64/-/binding-freebsd-x64-1.2.6.tgz",
1868 "integrity": "sha512-h1wG6Y6K3JlRswxsI64qQJqBAy4vrLuHgRbc8CZMGSWTOFRY6ghMApM1NKzB2I0n5xV1fjkE18SuVl2QpLeNpA==",
1869 "cpu": [
1870 "x64"
1871 ],
1872 "dev": true,
1873 "license": "MIT",
1874 "optional": true,
1875 "os": [
1876 "freebsd"
1877 ],
1878 "engines": {
1879 "node": "^20.19.0 || >=22.12.0"
1880 }
1881 },
1882 "node_modules/@rolldown/binding-linux-arm-gnueabihf": {
1883 "version": "1.2.6",
1884 "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm-gnueabihf/-/binding-linux-arm-gnueabihf-1.2.6.tgz",
1885 "integrity": "sha512-tbCiqub0q2MVWJKgF5PoAlNWCtQydiOYSLIkd8sByqK/6MMYLJRcSXSYodqYtd0O+Fw7QaVmKKlS4oL94YRZ0w==",
1886 "cpu": [
1887 "arm"
1888 ],
1889 "dev": true,
1890 "license": "MIT",
1891 "optional": true,
1892 "os": [
1893 "linux"
1894 ],
1895 "engines": {
1896 "node": "^20.19.0 || >=22.12.0"
1897 }
1898 },
1899 "node_modules/@rolldown/binding-linux-arm64-gnu": {
1900 "version": "1.2.6",
1901 "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm64-gnu/-/binding-linux-arm64-gnu-1.2.6.tgz",
1902 "integrity": "sha512-oxK9+baEBPhZG5HB4URY+uU04zJWeZlH6Tb9rB5DK4DF9XR1uXNLXt5Q5ZsugTKayNCNLhkcwz/ye74hRI98dg==",
1903 "cpu": [
1904 "arm64"
1905 ],
1906 "dev": true,
1907 "libc": [
1908 "glibc"
1909 ],
1910 "license": "MIT",
1911 "optional": true,
1912 "os": [
1913 "linux"
1914 ],
1915 "engines": {
1916 "node": "^20.19.0 || >=22.12.0"
1917 }
1918 },
1919 "node_modules/@rolldown/binding-linux-arm64-musl": {
1920 "version": "1.2.6",
1921 "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm64-musl/-/binding-linux-arm64-musl-1.2.6.tgz",
1922 "integrity": "sha512-muWCk27FVBEZtv0MsK8gnfSmgczA8KQ0uRVJbTABKhkRfQc38aUrcb7fhi3BNiyseFmgcRsoMfQsSNJ+DbZdSw==",
1923 "cpu": [
1924 "arm64"
1925 ],
1926 "dev": true,
1927 "libc": [
1928 "musl"
1929 ],
1930 "license": "MIT",
1931 "optional": true,
1932 "os": [
1933 "linux"
1934 ],
1935 "engines": {
1936 "node": "^20.19.0 || >=22.12.0"
1937 }
1938 },
1939 "node_modules/@rolldown/binding-linux-ppc64-gnu": {
1940 "version": "1.2.6",
1941 "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-ppc64-gnu/-/binding-linux-ppc64-gnu-1.2.6.tgz",
1942 "integrity": "sha512-eWDoSfU7Co2qj3vgB3Dt4lj1mG6CoWbcJQkRMP3XJplyCMtuaq3LHvPFjS9QIPvMGWVadJC04Xiy0IdcVPtnwQ==",
1943 "cpu": [
1944 "ppc64"
1945 ],
1946 "dev": true,
1947 "libc": [
1948 "glibc"
1949 ],
1950 "license": "MIT",
1951 "optional": true,
1952 "os": [
1953 "linux"
1954 ],
1955 "engines": {
1956 "node": "^20.19.0 || >=22.12.0"
1957 }
1958 },
1959 "node_modules/@rolldown/binding-linux-s390x-gnu": {
1960 "version": "1.2.6",
1961 "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-s390x-gnu/-/binding-linux-s390x-gnu-1.2.6.tgz",
1962 "integrity": "sha512-2bWNjRSIayvupRKxXUY2tWG9fYdoUlTqWywHRvE8Eq3GvuQ+f2HeIkve697fIt+IQs/PV8yFsdWuhp1aJ1PdnA==",
1963 "cpu": [
1964 "s390x"
1965 ],
1966 "dev": true,
1967 "libc": [
1968 "glibc"
1969 ],
1970 "license": "MIT",
1971 "optional": true,
1972 "os": [
1973 "linux"
1974 ],
1975 "engines": {
1976 "node": "^20.19.0 || >=22.12.0"
1977 }
1978 },
1979 "node_modules/@rolldown/binding-linux-x64-gnu": {
1980 "version": "1.2.6",
1981 "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-x64-gnu/-/binding-linux-x64-gnu-1.2.6.tgz",
1982 "integrity": "sha512-KekI0gS0wLxe1UBSQSjenBVwou/JkcQPDzBPICGZjxUv9k3RteHDPBQaiOicZUFKRIH2wKEimGwVpnJsbPzu7w==",
1983 "cpu": [
1984 "x64"
1985 ],
1986 "dev": true,
1987 "libc": [
1988 "glibc"
1989 ],
1990 "license": "MIT",
1991 "optional": true,
1992 "os": [
1993 "linux"
1994 ],
1995 "engines": {
1996 "node": "^20.19.0 || >=22.12.0"
1997 }
1998 },
1999 "node_modules/@rolldown/binding-linux-x64-musl": {
2000 "version": "1.2.6",
2001 "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-x64-musl/-/binding-linux-x64-musl-1.2.6.tgz",
2002 "integrity": "sha512-TvtPnfVr+HtyGiDmPK4VWmlNm7QhNNAcK5Q9A7aOXsI8545yCyaoMaicXrFZ72JzeYjaUVk7yT243zT0jzjFKQ==",
2003 "cpu": [
2004 "x64"
2005 ],
2006 "dev": true,
2007 "libc": [
2008 "musl"
2009 ],
2010 "license": "MIT",
2011 "optional": true,
2012 "os": [
2013 "linux"
2014 ],
2015 "engines": {
2016 "node": "^20.19.0 || >=22.12.0"
2017 }
2018 },
2019 "node_modules/@rolldown/binding-openharmony-arm64": {
2020 "version": "1.2.6",
2021 "resolved": "https://registry.npmjs.org/@rolldown/binding-openharmony-arm64/-/binding-openharmony-arm64-1.2.6.tgz",
2022 "integrity": "sha512-iOo0VEay2XFhaCcH0sps5XIimkSuOnNaZrf6+ZkoSOQBJPKNU48RkmJv0/lSpipexu5P+ouFgafe5IGr/DiQfg==",
2023 "cpu": [
2024 "arm64"
2025 ],
2026 "dev": true,
2027 "license": "MIT",
2028 "optional": true,
2029 "os": [
2030 "openharmony"
2031 ],
2032 "engines": {
2033 "node": "^20.19.0 || >=22.12.0"
2034 }
2035 },
2036 "node_modules/@rolldown/binding-win32-arm64-msvc": {
2037 "version": "1.2.6",
2038 "resolved": "https://registry.npmjs.org/@rolldown/binding-win32-arm64-msvc/-/binding-win32-arm64-msvc-1.2.6.tgz",
2039 "integrity": "sha512-y5NTmmasMS455JlOCO4ZM9krIchv3Mvm1crL1iUPGOPgEzSkves9n0SdC5Sjz6+qWDFhd8/JpfWMH8NSWNHe+A==",
2040 "cpu": [
2041 "arm64"
2042 ],
2043 "dev": true,
2044 "license": "MIT",
2045 "optional": true,
2046 "os": [
2047 "win32"
2048 ],
2049 "engines": {
2050 "node": "^20.19.0 || >=22.12.0"
2051 }
2052 },
2053 "node_modules/@rolldown/binding-win32-x64-msvc": {
2054 "version": "1.2.6",
2055 "resolved": "https://registry.npmjs.org/@rolldown/binding-win32-x64-msvc/-/binding-win32-x64-msvc-1.2.6.tgz",
2056 "integrity": "sha512-np8iZSLfXlAD4kWhiyq/u0Yt8oZDtRQ8lGhQaCXo2rl37KNjeU0GjJuwr4P3oeZ++ROfofsKNBqR5LTO8aXyWQ==",
2057 "cpu": [
2058 "x64"
2059 ],
2060 "dev": true,
2061 "license": "MIT",
2062 "optional": true,
2063 "os": [
2064 "win32"
2065 ],
2066 "engines": {
2067 "node": "^20.19.0 || >=22.12.0"
2068 }
2069 },
2070 "node_modules/@rolldown/pluginutils": {
2071 "version": "1.0.0-rc.3",
2072 "resolved": "https://registry.npmjs.org/@rolldown/pluginutils/-/pluginutils-1.0.0-rc.3.tgz",
2073 "integrity": "sha512-eybk3TjzzzV97Dlj5c+XrBFW57eTNhzod66y9HrBlzJ6NsCrWCp/2kaPS3K9wJmurBC0Tdw4yPjXKZqlznim3Q==",
2074 "dev": true,
2075 "license": "MIT"
2076 },
2077 "node_modules/@tailwindcss/typography": {
2078 "version": "0.5.19",
2079 "dev": true,
2080 "license": "MIT",
2081 "dependencies": {
2082 "postcss-selector-parser": "6.0.10"
2083 },
2084 "peerDependencies": {
2085 "tailwindcss": ">=3.0.0 || insiders || >=4.0.0-alpha.20 || >=4.0.0-beta.1"
2086 }
2087 },
2088 "node_modules/@types/babel__core": {
2089 "version": "7.20.5",
2090 "dev": true,
2091 "license": "MIT",
2092 "dependencies": {
2093 "@babel/parser": "^7.20.7",
2094 "@babel/types": "^7.20.7",
2095 "@types/babel__generator": "*",
2096 "@types/babel__template": "*",
2097 "@types/babel__traverse": "*"
2098 }
2099 },
2100 "node_modules/@types/babel__generator": {
2101 "version": "7.27.0",
2102 "dev": true,
2103 "license": "MIT",
2104 "dependencies": {
2105 "@babel/types": "^7.0.0"
2106 }
2107 },
2108 "node_modules/@types/babel__template": {
2109 "version": "7.4.4",
2110 "dev": true,
2111 "license": "MIT",
2112 "dependencies": {
2113 "@babel/parser": "^7.1.0",
2114 "@babel/types": "^7.0.0"
2115 }
2116 },
2117 "node_modules/@types/babel__traverse": {
2118 "version": "7.28.0",
2119 "dev": true,
2120 "license": "MIT",
2121 "dependencies": {
2122 "@babel/types": "^7.28.2"
2123 }
2124 },
2125 "node_modules/@types/debug": {
2126 "version": "4.1.13",
2127 "license": "MIT",
2128 "dependencies": {
2129 "@types/ms": "*"
2130 }
2131 },
2132 "node_modules/@types/estree": {
2133 "version": "1.0.8",
2134 "license": "MIT"
2135 },
2136 "node_modules/@types/estree-jsx": {
2137 "version": "1.0.5",
2138 "license": "MIT",
2139 "dependencies": {
2140 "@types/estree": "*"
2141 }
2142 },
2143 "node_modules/@types/hast": {
2144 "version": "3.0.4",
2145 "license": "MIT",
2146 "dependencies": {
2147 "@types/unist": "*"
2148 }
2149 },
2150 "node_modules/@types/katex": {
2151 "version": "0.16.8",
2152 "license": "MIT"
2153 },
2154 "node_modules/@types/mdast": {
2155 "version": "4.0.4",
2156 "license": "MIT",
2157 "dependencies": {
2158 "@types/unist": "*"
2159 }
2160 },
2161 "node_modules/@types/ms": {
2162 "version": "2.1.0",
2163 "license": "MIT"
2164 },
2165 "node_modules/@types/node": {
2166 "version": "22.19.17",
2167 "dev": true,
2168 "license": "MIT",
2169 "dependencies": {
2170 "undici-types": "~6.21.0"
2171 }
2172 },
2173 "node_modules/@types/prismjs": {
2174 "version": "1.26.6",
2175 "resolved": "https://registry.npmjs.org/@types/prismjs/-/prismjs-1.26.6.tgz",
2176 "integrity": "sha512-vqlvI7qlMvcCBbVe0AKAb4f97//Hy0EBTaiW8AalRnG/xAN5zOiWWyrNqNXeq8+KAuvRewjCVY1+IPxk4RdNYw==",
2177 "license": "MIT"
2178 },
2179 "node_modules/@types/prop-types": {
2180 "version": "15.7.15",
2181 "license": "MIT"
2182 },
2183 "node_modules/@types/react": {
2184 "version": "18.3.28",
2185 "license": "MIT",
2186 "dependencies": {
2187 "@types/prop-types": "*",
2188 "csstype": "^3.2.2"
2189 }
2190 },
2191 "node_modules/@types/react-dom": {
2192 "version": "18.3.7",
2193 "devOptional": true,
2194 "license": "MIT",
2195 "peerDependencies": {
2196 "@types/react": "^18.0.0"
2197 }
2198 },
2199 "node_modules/@types/react-syntax-highlighter": {
2200 "version": "15.5.13",
2201 "dev": true,
2202 "license": "MIT",
2203 "dependencies": {
2204 "@types/react": "*"
2205 }
2206 },
2207 "node_modules/@types/unist": {
2208 "version": "3.0.3",
2209 "license": "MIT"
2210 },
2211 "node_modules/@ungap/structured-clone": {
2212 "version": "1.3.0",
2213 "license": "ISC"
2214 },
2215 "node_modules/@vitejs/plugin-react": {
2216 "version": "5.2.0",
2217 "resolved": "https://registry.npmjs.org/@vitejs/plugin-react/-/plugin-react-5.2.0.tgz",
2218 "integrity": "sha512-YmKkfhOAi3wsB1PhJq5Scj3GXMn3WvtQ/JC0xoopuHoXSdmtdStOpFrYaT1kie2YgFBcIe64ROzMYRjCrYOdYw==",
2219 "dev": true,
2220 "license": "MIT",
2221 "dependencies": {
2222 "@babel/core": "^7.29.0",
2223 "@babel/plugin-transform-react-jsx-self": "^7.27.1",
2224 "@babel/plugin-transform-react-jsx-source": "^7.27.1",
2225 "@rolldown/pluginutils": "1.0.0-rc.3",
2226 "@types/babel__core": "^7.20.5",
2227 "react-refresh": "^0.18.0"
2228 },
2229 "engines": {
2230 "node": "^20.19.0 || >=22.12.0"
2231 },
2232 "peerDependencies": {
2233 "vite": "^4.2.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0"
2234 }
2235 },
2236 "node_modules/agent-base": {
2237 "version": "6.0.2",
2238 "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-6.0.2.tgz",
2239 "integrity": "sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==",
2240 "license": "MIT",
2241 "dependencies": {
2242 "debug": "4"
2243 },
2244 "engines": {
2245 "node": ">= 6.0.0"
2246 }
2247 },
2248 "node_modules/any-promise": {
2249 "version": "1.3.0",
2250 "dev": true,
2251 "license": "MIT"
2252 },
2253 "node_modules/anymatch": {
2254 "version": "3.1.3",
2255 "dev": true,
2256 "license": "ISC",
2257 "dependencies": {
2258 "normalize-path": "^3.0.0",
2259 "picomatch": "^2.0.4"
2260 },
2261 "engines": {
2262 "node": ">= 8"
2263 }
2264 },
2265 "node_modules/anymatch/node_modules/picomatch": {
2266 "version": "2.3.2",
2267 "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.2.tgz",
2268 "integrity": "sha512-V7+vQEJ06Z+c5tSye8S+nHUfI51xoXIXjHQ99cQtKUkQqqO1kO/KCJUfZXuB47h/YBlDhah2H3hdUGXn8ie0oA==",
2269 "dev": true,
2270 "license": "MIT",
2271 "engines": {
2272 "node": ">=8.6"
2273 },
2274 "funding": {
2275 "url": "https://github.com/sponsors/jonschlinkert"
2276 }
2277 },
2278 "node_modules/arg": {
2279 "version": "5.0.2",
2280 "dev": true,
2281 "license": "MIT"
2282 },
2283 "node_modules/aria-hidden": {
2284 "version": "1.2.6",
2285 "license": "MIT",
2286 "dependencies": {
2287 "tslib": "^2.0.0"
2288 },
2289 "engines": {
2290 "node": ">=10"
2291 }
2292 },
2293 "node_modules/asynckit": {
2294 "version": "0.4.0",
2295 "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz",
2296 "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==",
2297 "license": "MIT"
2298 },
2299 "node_modules/autoprefixer": {
2300 "version": "10.5.0",
2301 "dev": true,
2302 "funding": [
2303 {
2304 "type": "opencollective",
2305 "url": "https://opencollective.com/postcss/"
2306 },
2307 {
2308 "type": "tidelift",
2309 "url": "https://tidelift.com/funding/github/npm/autoprefixer"
2310 },
2311 {
2312 "type": "github",
2313 "url": "https://github.com/sponsors/ai"
2314 }
2315 ],
2316 "license": "MIT",
2317 "dependencies": {
2318 "browserslist": "^4.28.2",
2319 "caniuse-lite": "^1.0.30001787",
2320 "fraction.js": "^5.3.4",
2321 "picocolors": "^1.1.1",
2322 "postcss-value-parser": "^4.2.0"
2323 },
2324 "bin": {
2325 "autoprefixer": "bin/autoprefixer"
2326 },
2327 "engines": {
2328 "node": "^10 || ^12 || >=14"
2329 },
2330 "peerDependencies": {
2331 "postcss": "^8.1.0"
2332 }
2333 },
2334 "node_modules/axios": {
2335 "version": "1.18.1",
2336 "resolved": "https://registry.npmjs.org/axios/-/axios-1.18.1.tgz",
2337 "integrity": "sha512-3nTvFlvpn9Zu/RkHUqtc7/+al4UpRW5az71ap5zccp6e8RAYEzhMTecX8Dz1wWDYrPpUoB1HAQEGEAEvUr7S9g==",
2338 "license": "MIT",
2339 "dependencies": {
2340 "follow-redirects": "^1.16.0",
2341 "form-data": "^4.0.5",
2342 "https-proxy-agent": "^5.0.1",
2343 "proxy-from-env": "^2.1.0"
2344 }
2345 },
2346 "node_modules/bail": {
2347 "version": "2.0.2",
2348 "license": "MIT",
2349 "funding": {
2350 "type": "github",
2351 "url": "https://github.com/sponsors/wooorm"
2352 }
2353 },
2354 "node_modules/baseline-browser-mapping": {
2355 "version": "2.10.19",
2356 "dev": true,
2357 "license": "Apache-2.0",
2358 "bin": {
2359 "baseline-browser-mapping": "dist/cli.cjs"
2360 },
2361 "engines": {
2362 "node": ">=6.0.0"
2363 }
2364 },
2365 "node_modules/binary-extensions": {
2366 "version": "2.3.0",
2367 "dev": true,
2368 "license": "MIT",
2369 "engines": {
2370 "node": ">=8"
2371 },
2372 "funding": {
2373 "url": "https://github.com/sponsors/sindresorhus"
2374 }
2375 },
2376 "node_modules/braces": {
2377 "version": "3.0.3",
2378 "dev": true,
2379 "license": "MIT",
2380 "dependencies": {
2381 "fill-range": "^7.1.1"
2382 },
2383 "engines": {
2384 "node": ">=8"
2385 }
2386 },
2387 "node_modules/browserslist": {
2388 "version": "4.28.2",
2389 "dev": true,
2390 "funding": [
2391 {
2392 "type": "opencollective",
2393 "url": "https://opencollective.com/browserslist"
2394 },
2395 {
2396 "type": "tidelift",
2397 "url": "https://tidelift.com/funding/github/npm/browserslist"
2398 },
2399 {
2400 "type": "github",
2401 "url": "https://github.com/sponsors/ai"
2402 }
2403 ],
2404 "license": "MIT",
2405 "dependencies": {
2406 "baseline-browser-mapping": "^2.10.12",
2407 "caniuse-lite": "^1.0.30001782",
2408 "electron-to-chromium": "^1.5.328",
2409 "node-releases": "^2.0.36",
2410 "update-browserslist-db": "^1.2.3"
2411 },
2412 "bin": {
2413 "browserslist": "cli.js"
2414 },
2415 "engines": {
2416 "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7"
2417 }
2418 },
2419 "node_modules/call-bind-apply-helpers": {
2420 "version": "1.0.2",
2421 "resolved": "https://registry.npmjs.org/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz",
2422 "integrity": "sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==",
2423 "license": "MIT",
2424 "dependencies": {
2425 "es-errors": "^1.3.0",
2426 "function-bind": "^1.1.2"
2427 },
2428 "engines": {
2429 "node": ">= 0.4"
2430 }
2431 },
2432 "node_modules/camelcase-css": {
2433 "version": "2.0.1",
2434 "dev": true,
2435 "license": "MIT",
2436 "engines": {
2437 "node": ">= 6"
2438 }
2439 },
2440 "node_modules/caniuse-lite": {
2441 "version": "1.0.30001788",
2442 "dev": true,
2443 "funding": [
2444 {
2445 "type": "opencollective",
2446 "url": "https://opencollective.com/browserslist"
2447 },
2448 {
2449 "type": "tidelift",
2450 "url": "https://tidelift.com/funding/github/npm/caniuse-lite"
2451 },
2452 {
2453 "type": "github",
2454 "url": "https://github.com/sponsors/ai"
2455 }
2456 ],
2457 "license": "CC-BY-4.0"
2458 },
2459 "node_modules/ccount": {
2460 "version": "2.0.1",
2461 "license": "MIT",
2462 "funding": {
2463 "type": "github",
2464 "url": "https://github.com/sponsors/wooorm"
2465 }
2466 },
2467 "node_modules/character-entities-html4": {
2468 "version": "2.1.0",
2469 "license": "MIT",
2470 "funding": {
2471 "type": "github",
2472 "url": "https://github.com/sponsors/wooorm"
2473 }
2474 },
2475 "node_modules/character-entities-legacy": {
2476 "version": "3.0.0",
2477 "resolved": "https://registry.npmjs.org/character-entities-legacy/-/character-entities-legacy-3.0.0.tgz",
2478 "integrity": "sha512-RpPp0asT/6ufRm//AJVwpViZbGM/MkjQFxJccQRHmISF/22NBtsHqAWmL+/pmkPWoIUJdWyeVleTl1wydHATVQ==",
2479 "license": "MIT",
2480 "funding": {
2481 "type": "github",
2482 "url": "https://github.com/sponsors/wooorm"
2483 }
2484 },
2485 "node_modules/character-reference-invalid": {
2486 "version": "2.0.1",
2487 "resolved": "https://registry.npmjs.org/character-reference-invalid/-/character-reference-invalid-2.0.1.tgz",
2488 "integrity": "sha512-iBZ4F4wRbyORVsu0jPV7gXkOsGYjGHPmAyv+HiHG8gi5PtC9KI2j1+v8/tlibRvjoWX027ypmG/n0HtO5t7unw==",
2489 "license": "MIT",
2490 "funding": {
2491 "type": "github",
2492 "url": "https://github.com/sponsors/wooorm"
2493 }
2494 },
2495 "node_modules/chokidar": {
2496 "version": "3.6.0",
2497 "dev": true,
2498 "license": "MIT",
2499 "dependencies": {
2500 "anymatch": "~3.1.2",
2501 "braces": "~3.0.2",
2502 "glob-parent": "~5.1.2",
2503 "is-binary-path": "~2.1.0",
2504 "is-glob": "~4.0.1",
2505 "normalize-path": "~3.0.0",
2506 "readdirp": "~3.6.0"
2507 },
2508 "engines": {
2509 "node": ">= 8.10.0"
2510 },
2511 "funding": {
2512 "url": "https://paulmillr.com/funding/"
2513 },
2514 "optionalDependencies": {
2515 "fsevents": "~2.3.2"
2516 }
2517 },
2518 "node_modules/chokidar/node_modules/glob-parent": {
2519 "version": "5.1.2",
2520 "dev": true,
2521 "license": "ISC",
2522 "dependencies": {
2523 "is-glob": "^4.0.1"
2524 },
2525 "engines": {
2526 "node": ">= 6"
2527 }
2528 },
2529 "node_modules/class-variance-authority": {
2530 "version": "0.7.1",
2531 "license": "Apache-2.0",
2532 "dependencies": {
2533 "clsx": "^2.1.1"
2534 },
2535 "funding": {
2536 "url": "https://polar.sh/cva"
2537 }
2538 },
2539 "node_modules/classnames": {
2540 "version": "2.5.1",
2541 "resolved": "https://registry.npmjs.org/classnames/-/classnames-2.5.1.tgz",
2542 "integrity": "sha512-saHYOzhIQs6wy2sVxTM6bUDsQO4F50V9RQ22qBpEdCW+I+/Wmke2HOl6lS6dTpdxVhb88/I6+Hs+438c3lfUow==",
2543 "license": "MIT"
2544 },
2545 "node_modules/clsx": {
2546 "version": "2.1.1",
2547 "license": "MIT",
2548 "engines": {
2549 "node": ">=6"
2550 }
2551 },
2552 "node_modules/colorjs.io": {
2553 "version": "0.5.2",
2554 "resolved": "https://registry.npmjs.org/colorjs.io/-/colorjs.io-0.5.2.tgz",
2555 "integrity": "sha512-twmVoizEW7ylZSN32OgKdXRmo1qg+wT5/6C3xu5b9QsWzSFAhHLn2xd8ro0diCsKfCj1RdaTP/nrcW+vAoQPIw==",
2556 "dev": true,
2557 "license": "MIT"
2558 },
2559 "node_modules/combined-stream": {
2560 "version": "1.0.8",
2561 "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz",
2562 "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==",
2563 "license": "MIT",
2564 "dependencies": {
2565 "delayed-stream": "~1.0.0"
2566 },
2567 "engines": {
2568 "node": ">= 0.8"
2569 }
2570 },
2571 "node_modules/comma-separated-tokens": {
2572 "version": "2.0.3",
2573 "license": "MIT",
2574 "funding": {
2575 "type": "github",
2576 "url": "https://github.com/sponsors/wooorm"
2577 }
2578 },
2579 "node_modules/commander": {
2580 "version": "8.3.0",
2581 "license": "MIT",
2582 "engines": {
2583 "node": ">= 12"
2584 }
2585 },
2586 "node_modules/convert-source-map": {
2587 "version": "2.0.0",
2588 "dev": true,
2589 "license": "MIT"
2590 },
2591 "node_modules/cookie": {
2592 "version": "1.1.1",
2593 "resolved": "https://registry.npmjs.org/cookie/-/cookie-1.1.1.tgz",
2594 "integrity": "sha512-ei8Aos7ja0weRpFzJnEA9UHJ/7XQmqglbRwnf2ATjcB9Wq874VKH9kfjjirM6UhU2/E5fFYadylyhFldcqSidQ==",
2595 "license": "MIT",
2596 "engines": {
2597 "node": ">=18"
2598 },
2599 "funding": {
2600 "type": "opencollective",
2601 "url": "https://opencollective.com/express"
2602 }
2603 },
2604 "node_modules/countable": {
2605 "version": "3.0.1",
2606 "resolved": "https://registry.npmjs.org/countable/-/countable-3.0.1.tgz",
2607 "integrity": "sha512-dz/sdi+RFpHJKMen5RAB9EKpCKd/q5WMfxG3SbdbQ3Pak4+SEPmDhVWZF0GTTHwjqjR+7DmiZHzZiFJ4qeAzmg==",
2608 "license": "MIT"
2609 },
2610 "node_modules/cssesc": {
2611 "version": "3.0.0",
2612 "dev": true,
2613 "license": "MIT",
2614 "bin": {
2615 "cssesc": "bin/cssesc"
2616 },
2617 "engines": {
2618 "node": ">=4"
2619 }
2620 },
2621 "node_modules/csstype": {
2622 "version": "3.2.3",
2623 "license": "MIT"
2624 },
2625 "node_modules/debug": {
2626 "version": "4.4.3",
2627 "license": "MIT",
2628 "dependencies": {
2629 "ms": "^2.1.3"
2630 },
2631 "engines": {
2632 "node": ">=6.0"
2633 },
2634 "peerDependenciesMeta": {
2635 "supports-color": {
2636 "optional": true
2637 }
2638 }
2639 },
2640 "node_modules/decode-named-character-reference": {
2641 "version": "1.3.0",
2642 "license": "MIT",
2643 "dependencies": {
2644 "character-entities": "^2.0.0"
2645 },
2646 "funding": {
2647 "type": "github",
2648 "url": "https://github.com/sponsors/wooorm"
2649 }
2650 },
2651 "node_modules/decode-named-character-reference/node_modules/character-entities": {
2652 "version": "2.0.2",
2653 "license": "MIT",
2654 "funding": {
2655 "type": "github",
2656 "url": "https://github.com/sponsors/wooorm"
2657 }
2658 },
2659 "node_modules/delayed-stream": {
2660 "version": "1.0.0",
2661 "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz",
2662 "integrity": "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==",
2663 "license": "MIT",
2664 "engines": {
2665 "node": ">=0.4.0"
2666 }
2667 },
2668 "node_modules/dequal": {
2669 "version": "2.0.3",
2670 "license": "MIT",
2671 "engines": {
2672 "node": ">=6"
2673 }
2674 },
2675 "node_modules/detect-libc": {
2676 "version": "2.1.2",
2677 "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.1.2.tgz",
2678 "integrity": "sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==",
2679 "dev": true,
2680 "license": "Apache-2.0",
2681 "engines": {
2682 "node": ">=8"
2683 }
2684 },
2685 "node_modules/detect-node-es": {
2686 "version": "1.1.0",
2687 "license": "MIT"
2688 },
2689 "node_modules/devlop": {
2690 "version": "1.1.0",
2691 "license": "MIT",
2692 "dependencies": {
2693 "dequal": "^2.0.0"
2694 },
2695 "funding": {
2696 "type": "github",
2697 "url": "https://github.com/sponsors/wooorm"
2698 }
2699 },
2700 "node_modules/didyoumean": {
2701 "version": "1.2.2",
2702 "dev": true,
2703 "license": "Apache-2.0"
2704 },
2705 "node_modules/dlv": {
2706 "version": "1.1.3",
2707 "dev": true,
2708 "license": "MIT"
2709 },
2710 "node_modules/dunder-proto": {
2711 "version": "1.0.1",
2712 "resolved": "https://registry.npmjs.org/dunder-proto/-/dunder-proto-1.0.1.tgz",
2713 "integrity": "sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==",
2714 "license": "MIT",
2715 "dependencies": {
2716 "call-bind-apply-helpers": "^1.0.1",
2717 "es-errors": "^1.3.0",
2718 "gopd": "^1.2.0"
2719 },
2720 "engines": {
2721 "node": ">= 0.4"
2722 }
2723 },
2724 "node_modules/electron-to-chromium": {
2725 "version": "1.5.340",
2726 "dev": true,
2727 "license": "ISC"
2728 },
2729 "node_modules/entities": {
2730 "version": "6.0.1",
2731 "license": "BSD-2-Clause",
2732 "engines": {
2733 "node": ">=0.12"
2734 },
2735 "funding": {
2736 "url": "https://github.com/fb55/entities?sponsor=1"
2737 }
2738 },
2739 "node_modules/es-define-property": {
2740 "version": "1.0.1",
2741 "resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.1.tgz",
2742 "integrity": "sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==",
2743 "license": "MIT",
2744 "engines": {
2745 "node": ">= 0.4"
2746 }
2747 },
2748 "node_modules/es-errors": {
2749 "version": "1.3.0",
2750 "license": "MIT",
2751 "engines": {
2752 "node": ">= 0.4"
2753 }
2754 },
2755 "node_modules/es-object-atoms": {
2756 "version": "1.1.2",
2757 "resolved": "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.1.2.tgz",
2758 "integrity": "sha512-HWcBoN6NileqtSydK2FqHbS/LoDd2pqrnQHLyJzBj4kOp/ky2MWMN694xOfkK8/SnUsW2DH7EfyVlydKCsm1Zw==",
2759 "license": "MIT",
2760 "dependencies": {
2761 "es-errors": "^1.3.0"
2762 },
2763 "engines": {
2764 "node": ">= 0.4"
2765 }
2766 },
2767 "node_modules/es-set-tostringtag": {
2768 "version": "2.1.0",
2769 "resolved": "https://registry.npmjs.org/es-set-tostringtag/-/es-set-tostringtag-2.1.0.tgz",
2770 "integrity": "sha512-j6vWzfrGVfyXxge+O0x5sh6cvxAog0a/4Rdd2K36zCMV5eJ+/+tOAngRO8cODMNWbVRdVlmGZQL2YS3yR8bIUA==",
2771 "license": "MIT",
2772 "dependencies": {
2773 "es-errors": "^1.3.0",
2774 "get-intrinsic": "^1.2.6",
2775 "has-tostringtag": "^1.0.2",
2776 "hasown": "^2.0.2"
2777 },
2778 "engines": {
2779 "node": ">= 0.4"
2780 }
2781 },
2782 "node_modules/escalade": {
2783 "version": "3.2.0",
2784 "dev": true,
2785 "license": "MIT",
2786 "engines": {
2787 "node": ">=6"
2788 }
2789 },
2790 "node_modules/escape-string-regexp": {
2791 "version": "5.0.0",
2792 "license": "MIT",
2793 "engines": {
2794 "node": ">=12"
2795 },
2796 "funding": {
2797 "url": "https://github.com/sponsors/sindresorhus"
2798 }
2799 },
2800 "node_modules/estree-util-is-identifier-name": {
2801 "version": "3.0.0",
2802 "license": "MIT",
2803 "funding": {
2804 "type": "opencollective",
2805 "url": "https://opencollective.com/unified"
2806 }
2807 },
2808 "node_modules/extend": {
2809 "version": "3.0.2",
2810 "license": "MIT"
2811 },
2812 "node_modules/fast-glob": {
2813 "version": "3.3.3",
2814 "dev": true,
2815 "license": "MIT",
2816 "dependencies": {
2817 "@nodelib/fs.stat": "^2.0.2",
2818 "@nodelib/fs.walk": "^1.2.3",
2819 "glob-parent": "^5.1.2",
2820 "merge2": "^1.3.0",
2821 "micromatch": "^4.0.8"
2822 },
2823 "engines": {
2824 "node": ">=8.6.0"
2825 }
2826 },
2827 "node_modules/fast-glob/node_modules/glob-parent": {
2828 "version": "5.1.2",
2829 "dev": true,
2830 "license": "ISC",
2831 "dependencies": {
2832 "is-glob": "^4.0.1"
2833 },
2834 "engines": {
2835 "node": ">= 6"
2836 }
2837 },
2838 "node_modules/fastq": {
2839 "version": "1.20.1",
2840 "dev": true,
2841 "license": "ISC",
2842 "dependencies": {
2843 "reusify": "^1.0.4"
2844 }
2845 },
2846 "node_modules/fault": {
2847 "version": "1.0.4",
2848 "license": "MIT",
2849 "dependencies": {
2850 "format": "^0.2.0"
2851 },
2852 "funding": {
2853 "type": "github",
2854 "url": "https://github.com/sponsors/wooorm"
2855 }
2856 },
2857 "node_modules/fdir": {
2858 "version": "6.5.0",
2859 "dev": true,
2860 "license": "MIT",
2861 "engines": {
2862 "node": ">=12.0.0"
2863 },
2864 "peerDependencies": {
2865 "picomatch": "^3 || ^4"
2866 },
2867 "peerDependenciesMeta": {
2868 "picomatch": {
2869 "optional": true
2870 }
2871 }
2872 },
2873 "node_modules/fill-range": {
2874 "version": "7.1.1",
2875 "dev": true,
2876 "license": "MIT",
2877 "dependencies": {
2878 "to-regex-range": "^5.0.1"
2879 },
2880 "engines": {
2881 "node": ">=8"
2882 }
2883 },
2884 "node_modules/follow-redirects": {
2885 "version": "1.16.0",
2886 "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.16.0.tgz",
2887 "integrity": "sha512-y5rN/uOsadFT/JfYwhxRS5R7Qce+g3zG97+JrtFZlC9klX/W5hD7iiLzScI4nZqUS7DNUdhPgw4xI8W2LuXlUw==",
2888 "funding": [
2889 {
2890 "type": "individual",
2891 "url": "https://github.com/sponsors/RubenVerborgh"
2892 }
2893 ],
2894 "license": "MIT",
2895 "engines": {
2896 "node": ">=4.0"
2897 },
2898 "peerDependenciesMeta": {
2899 "debug": {
2900 "optional": true
2901 }
2902 }
2903 },
2904 "node_modules/form-data": {
2905 "version": "4.0.6",
2906 "resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.6.tgz",
2907 "integrity": "sha512-vKatAh4SlVfgbv+YtmhiRjhEMJsYpsG1Y2rMQtR+SVSbytsSD1YGzDIcrAJmdFec88u/+VoGmxnl+80gL1tRCQ==",
2908 "license": "MIT",
2909 "dependencies": {
2910 "asynckit": "^0.4.0",
2911 "combined-stream": "^1.0.8",
2912 "es-set-tostringtag": "^2.1.0",
2913 "hasown": "^2.0.4",
2914 "mime-types": "^2.1.35"
2915 },
2916 "engines": {
2917 "node": ">= 6"
2918 }
2919 },
2920 "node_modules/format": {
2921 "version": "0.2.2",
2922 "engines": {
2923 "node": ">=0.4.x"
2924 }
2925 },
2926 "node_modules/fraction.js": {
2927 "version": "5.3.4",
2928 "dev": true,
2929 "license": "MIT",
2930 "engines": {
2931 "node": "*"
2932 },
2933 "funding": {
2934 "type": "github",
2935 "url": "https://github.com/sponsors/rawify"
2936 }
2937 },
2938 "node_modules/fsevents": {
2939 "version": "2.3.3",
2940 "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz",
2941 "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
2942 "dev": true,
2943 "hasInstallScript": true,
2944 "license": "MIT",
2945 "optional": true,
2946 "os": [
2947 "darwin"
2948 ],
2949 "engines": {
2950 "node": "^8.16.0 || ^10.6.0 || >=11.0.0"
2951 }
2952 },
2953 "node_modules/function-bind": {
2954 "version": "1.1.2",
2955 "license": "MIT",
2956 "funding": {
2957 "url": "https://github.com/sponsors/ljharb"
2958 }
2959 },
2960 "node_modules/gensync": {
2961 "version": "1.0.0-beta.2",
2962 "dev": true,
2963 "license": "MIT",
2964 "engines": {
2965 "node": ">=6.9.0"
2966 }
2967 },
2968 "node_modules/get-intrinsic": {
2969 "version": "1.3.0",
2970 "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.3.0.tgz",
2971 "integrity": "sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==",
2972 "license": "MIT",
2973 "dependencies": {
2974 "call-bind-apply-helpers": "^1.0.2",
2975 "es-define-property": "^1.0.1",
2976 "es-errors": "^1.3.0",
2977 "es-object-atoms": "^1.1.1",
2978 "function-bind": "^1.1.2",
2979 "get-proto": "^1.0.1",
2980 "gopd": "^1.2.0",
2981 "has-symbols": "^1.1.0",
2982 "hasown": "^2.0.2",
2983 "math-intrinsics": "^1.1.0"
2984 },
2985 "engines": {
2986 "node": ">= 0.4"
2987 },
2988 "funding": {
2989 "url": "https://github.com/sponsors/ljharb"
2990 }
2991 },
2992 "node_modules/get-nonce": {
2993 "version": "1.0.1",
2994 "license": "MIT",
2995 "engines": {
2996 "node": ">=6"
2997 }
2998 },
2999 "node_modules/get-proto": {
3000 "version": "1.0.1",
3001 "resolved": "https://registry.npmjs.org/get-proto/-/get-proto-1.0.1.tgz",
3002 "integrity": "sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==",
3003 "license": "MIT",
3004 "dependencies": {
3005 "dunder-proto": "^1.0.1",
3006 "es-object-atoms": "^1.0.0"
3007 },
3008 "engines": {
3009 "node": ">= 0.4"
3010 }
3011 },
3012 "node_modules/glob-parent": {
3013 "version": "6.0.2",
3014 "dev": true,
3015 "license": "ISC",
3016 "dependencies": {
3017 "is-glob": "^4.0.3"
3018 },
3019 "engines": {
3020 "node": ">=10.13.0"
3021 }
3022 },
3023 "node_modules/gopd": {
3024 "version": "1.2.0",
3025 "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.2.0.tgz",
3026 "integrity": "sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==",
3027 "license": "MIT",
3028 "engines": {
3029 "node": ">= 0.4"
3030 },
3031 "funding": {
3032 "url": "https://github.com/sponsors/ljharb"
3033 }
3034 },
3035 "node_modules/has-flag": {
3036 "version": "4.0.0",
3037 "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
3038 "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
3039 "dev": true,
3040 "license": "MIT",
3041 "engines": {
3042 "node": ">=8"
3043 }
3044 },
3045 "node_modules/has-symbols": {
3046 "version": "1.1.0",
3047 "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.1.0.tgz",
3048 "integrity": "sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==",
3049 "license": "MIT",
3050 "engines": {
3051 "node": ">= 0.4"
3052 },
3053 "funding": {
3054 "url": "https://github.com/sponsors/ljharb"
3055 }
3056 },
3057 "node_modules/has-tostringtag": {
3058 "version": "1.0.2",
3059 "resolved": "https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.2.tgz",
3060 "integrity": "sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==",
3061 "license": "MIT",
3062 "dependencies": {
3063 "has-symbols": "^1.0.3"
3064 },
3065 "engines": {
3066 "node": ">= 0.4"
3067 },
3068 "funding": {
3069 "url": "https://github.com/sponsors/ljharb"
3070 }
3071 },
3072 "node_modules/hasown": {
3073 "version": "2.0.4",
3074 "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.4.tgz",
3075 "integrity": "sha512-T2UbfbBEF32wiepXIsMlTW9+dDYC6wMh/t/vYA4tuOMKqWz/n3vr1NFSxQiyP+zk2mXsoMA/i/7qV6LKut1t1A==",
3076 "license": "MIT",
3077 "dependencies": {
3078 "function-bind": "^1.1.2"
3079 },
3080 "engines": {
3081 "node": ">= 0.4"
3082 }
3083 },
3084 "node_modules/hast-util-from-dom": {
3085 "version": "5.0.1",
3086 "license": "ISC",
3087 "dependencies": {
3088 "@types/hast": "^3.0.0",
3089 "hastscript": "^9.0.0",
3090 "web-namespaces": "^2.0.0"
3091 },
3092 "funding": {
3093 "type": "opencollective",
3094 "url": "https://opencollective.com/unified"
3095 }
3096 },
3097 "node_modules/hast-util-from-html": {
3098 "version": "2.0.3",
3099 "license": "MIT",
3100 "dependencies": {
3101 "@types/hast": "^3.0.0",
3102 "devlop": "^1.1.0",
3103 "hast-util-from-parse5": "^8.0.0",
3104 "parse5": "^7.0.0",
3105 "vfile": "^6.0.0",
3106 "vfile-message": "^4.0.0"
3107 },
3108 "funding": {
3109 "type": "opencollective",
3110 "url": "https://opencollective.com/unified"
3111 }
3112 },
3113 "node_modules/hast-util-from-html-isomorphic": {
3114 "version": "2.0.0",
3115 "license": "MIT",
3116 "dependencies": {
3117 "@types/hast": "^3.0.0",
3118 "hast-util-from-dom": "^5.0.0",
3119 "hast-util-from-html": "^2.0.0",
3120 "unist-util-remove-position": "^5.0.0"
3121 },
3122 "funding": {
3123 "type": "opencollective",
3124 "url": "https://opencollective.com/unified"
3125 }
3126 },
3127 "node_modules/hast-util-from-parse5": {
3128 "version": "8.0.3",
3129 "license": "MIT",
3130 "dependencies": {
3131 "@types/hast": "^3.0.0",
3132 "@types/unist": "^3.0.0",
3133 "devlop": "^1.0.0",
3134 "hastscript": "^9.0.0",
3135 "property-information": "^7.0.0",
3136 "vfile": "^6.0.0",
3137 "vfile-location": "^5.0.0",
3138 "web-namespaces": "^2.0.0"
3139 },
3140 "funding": {
3141 "type": "opencollective",
3142 "url": "https://opencollective.com/unified"
3143 }
3144 },
3145 "node_modules/hast-util-is-element": {
3146 "version": "3.0.0",
3147 "license": "MIT",
3148 "dependencies": {
3149 "@types/hast": "^3.0.0"
3150 },
3151 "funding": {
3152 "type": "opencollective",
3153 "url": "https://opencollective.com/unified"
3154 }
3155 },
3156 "node_modules/hast-util-parse-selector": {
3157 "version": "4.0.0",
3158 "resolved": "https://registry.npmjs.org/hast-util-parse-selector/-/hast-util-parse-selector-4.0.0.tgz",
3159 "integrity": "sha512-wkQCkSYoOGCRKERFWcxMVMOcYE2K1AaNLU8DXS9arxnLOUEWbOXKXiJUNzEpqZ3JOKpnha3jkFrumEjVliDe7A==",
3160 "license": "MIT",
3161 "dependencies": {
3162 "@types/hast": "^3.0.0"
3163 },
3164 "funding": {
3165 "type": "opencollective",
3166 "url": "https://opencollective.com/unified"
3167 }
3168 },
3169 "node_modules/hast-util-to-jsx-runtime": {
3170 "version": "2.3.6",
3171 "license": "MIT",
3172 "dependencies": {
3173 "@types/estree": "^1.0.0",
3174 "@types/hast": "^3.0.0",
3175 "@types/unist": "^3.0.0",
3176 "comma-separated-tokens": "^2.0.0",
3177 "devlop": "^1.0.0",
3178 "estree-util-is-identifier-name": "^3.0.0",
3179 "hast-util-whitespace": "^3.0.0",
3180 "mdast-util-mdx-expression": "^2.0.0",
3181 "mdast-util-mdx-jsx": "^3.0.0",
3182 "mdast-util-mdxjs-esm": "^2.0.0",
3183 "property-information": "^7.0.0",
3184 "space-separated-tokens": "^2.0.0",
3185 "style-to-js": "^1.0.0",
3186 "unist-util-position": "^5.0.0",
3187 "vfile-message": "^4.0.0"
3188 },
3189 "funding": {
3190 "type": "opencollective",
3191 "url": "https://opencollective.com/unified"
3192 }
3193 },
3194 "node_modules/hast-util-to-text": {
3195 "version": "4.0.2",
3196 "license": "MIT",
3197 "dependencies": {
3198 "@types/hast": "^3.0.0",
3199 "@types/unist": "^3.0.0",
3200 "hast-util-is-element": "^3.0.0",
3201 "unist-util-find-after": "^5.0.0"
3202 },
3203 "funding": {
3204 "type": "opencollective",
3205 "url": "https://opencollective.com/unified"
3206 }
3207 },
3208 "node_modules/hast-util-whitespace": {
3209 "version": "3.0.0",
3210 "license": "MIT",
3211 "dependencies": {
3212 "@types/hast": "^3.0.0"
3213 },
3214 "funding": {
3215 "type": "opencollective",
3216 "url": "https://opencollective.com/unified"
3217 }
3218 },
3219 "node_modules/hastscript": {
3220 "version": "9.0.1",
3221 "resolved": "https://registry.npmjs.org/hastscript/-/hastscript-9.0.1.tgz",
3222 "integrity": "sha512-g7df9rMFX/SPi34tyGCyUBREQoKkapwdY/T04Qn9TDWfHhAYt4/I0gMVirzK5wEzeUqIjEB+LXC/ypb7Aqno5w==",
3223 "license": "MIT",
3224 "dependencies": {
3225 "@types/hast": "^3.0.0",
3226 "comma-separated-tokens": "^2.0.0",
3227 "hast-util-parse-selector": "^4.0.0",
3228 "property-information": "^7.0.0",
3229 "space-separated-tokens": "^2.0.0"
3230 },
3231 "funding": {
3232 "type": "opencollective",
3233 "url": "https://opencollective.com/unified"
3234 }
3235 },
3236 "node_modules/highlight.js": {
3237 "version": "10.7.3",
3238 "license": "BSD-3-Clause",
3239 "engines": {
3240 "node": "*"
3241 }
3242 },
3243 "node_modules/highlightjs-vue": {
3244 "version": "1.0.0",
3245 "license": "CC0-1.0"
3246 },
3247 "node_modules/html-parse-stringify": {
3248 "version": "3.0.1",
3249 "resolved": "https://registry.npmjs.org/html-parse-stringify/-/html-parse-stringify-3.0.1.tgz",
3250 "integrity": "sha512-KknJ50kTInJ7qIScF3jeaFRpMpE8/lfiTdzf/twXyPBLAGrLRTmkz3AdTnKeh40X8k9L2fdYwEp/42WGXIRGcg==",
3251 "license": "MIT",
3252 "dependencies": {
3253 "void-elements": "3.1.0"
3254 }
3255 },
3256 "node_modules/html-url-attributes": {
3257 "version": "3.0.1",
3258 "license": "MIT",
3259 "funding": {
3260 "type": "opencollective",
3261 "url": "https://opencollective.com/unified"
3262 }
3263 },
3264 "node_modules/https-proxy-agent": {
3265 "version": "5.0.1",
3266 "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-5.0.1.tgz",
3267 "integrity": "sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA==",
3268 "license": "MIT",
3269 "dependencies": {
3270 "agent-base": "6",
3271 "debug": "4"
3272 },
3273 "engines": {
3274 "node": ">= 6"
3275 }
3276 },
3277 "node_modules/i18next": {
3278 "version": "26.0.6",
3279 "resolved": "https://registry.npmjs.org/i18next/-/i18next-26.0.6.tgz",
3280 "integrity": "sha512-A4U6eCXodIbrhf8EarRurB9/4ebyaurH4+fu4gig9bqxmpSt+fCAFm/GpRQDcN1Xzu/LdFCx4nYHsnM1edIIbg==",
3281 "funding": [
3282 {
3283 "type": "individual",
3284 "url": "https://www.locize.com/i18next"
3285 },
3286 {
3287 "type": "individual",
3288 "url": "https://www.i18next.com/how-to/faq#i18next-is-awesome.-how-can-i-support-the-project"
3289 },
3290 {
3291 "type": "individual",
3292 "url": "https://www.locize.com"
3293 }
3294 ],
3295 "license": "MIT",
3296 "dependencies": {
3297 "@babel/runtime": "^7.29.2"
3298 },
3299 "peerDependencies": {
3300 "typescript": "^5 || ^6"
3301 },
3302 "peerDependenciesMeta": {
3303 "typescript": {
3304 "optional": true
3305 }
3306 }
3307 },
3308 "node_modules/immutable": {
3309 "version": "5.1.9",
3310 "resolved": "https://registry.npmjs.org/immutable/-/immutable-5.1.9.tgz",
3311 "integrity": "sha512-m8nVez3rwrgmWxtLMt1ZYXB2Lv7OKYn/disyxAlSDYAlKSlFoPPfIAmAM/M5xqL4m4C/wAPw7S2/CNaUii1Hxg==",
3312 "dev": true,
3313 "license": "MIT"
3314 },
3315 "node_modules/inline-style-parser": {
3316 "version": "0.2.7",
3317 "license": "MIT"
3318 },
3319 "node_modules/is-alphabetical": {
3320 "version": "2.0.1",
3321 "resolved": "https://registry.npmjs.org/is-alphabetical/-/is-alphabetical-2.0.1.tgz",
3322 "integrity": "sha512-FWyyY60MeTNyeSRpkM2Iry0G9hpr7/9kD40mD/cGQEuilcZYS4okz8SN2Q6rLCJ8gbCt6fN+rC+6tMGS99LaxQ==",
3323 "license": "MIT",
3324 "funding": {
3325 "type": "github",
3326 "url": "https://github.com/sponsors/wooorm"
3327 }
3328 },
3329 "node_modules/is-alphanumerical": {
3330 "version": "2.0.1",
3331 "resolved": "https://registry.npmjs.org/is-alphanumerical/-/is-alphanumerical-2.0.1.tgz",
3332 "integrity": "sha512-hmbYhX/9MUMF5uh7tOXyK/n0ZvWpad5caBA17GsC6vyuCqaWliRG5K1qS9inmUhEMaOBIW7/whAnSwveW/LtZw==",
3333 "license": "MIT",
3334 "dependencies": {
3335 "is-alphabetical": "^2.0.0",
3336 "is-decimal": "^2.0.0"
3337 },
3338 "funding": {
3339 "type": "github",
3340 "url": "https://github.com/sponsors/wooorm"
3341 }
3342 },
3343 "node_modules/is-binary-path": {
3344 "version": "2.1.0",
3345 "dev": true,
3346 "license": "MIT",
3347 "dependencies": {
3348 "binary-extensions": "^2.0.0"
3349 },
3350 "engines": {
3351 "node": ">=8"
3352 }
3353 },
3354 "node_modules/is-core-module": {
3355 "version": "2.16.1",
3356 "dev": true,
3357 "license": "MIT",
3358 "dependencies": {
3359 "hasown": "^2.0.2"
3360 },
3361 "engines": {
3362 "node": ">= 0.4"
3363 },
3364 "funding": {
3365 "url": "https://github.com/sponsors/ljharb"
3366 }
3367 },
3368 "node_modules/is-decimal": {
3369 "version": "2.0.1",
3370 "resolved": "https://registry.npmjs.org/is-decimal/-/is-decimal-2.0.1.tgz",
3371 "integrity": "sha512-AAB9hiomQs5DXWcRB1rqsxGUstbRroFOPPVAomNk/3XHR5JyEZChOyTWe2oayKnsSsr/kcGqF+z6yuH6HHpN0A==",
3372 "license": "MIT",
3373 "funding": {
3374 "type": "github",
3375 "url": "https://github.com/sponsors/wooorm"
3376 }
3377 },
3378 "node_modules/is-extglob": {
3379 "version": "2.1.1",
3380 "dev": true,
3381 "license": "MIT",
3382 "engines": {
3383 "node": ">=0.10.0"
3384 }
3385 },
3386 "node_modules/is-glob": {
3387 "version": "4.0.3",
3388 "dev": true,
3389 "license": "MIT",
3390 "dependencies": {
3391 "is-extglob": "^2.1.1"
3392 },
3393 "engines": {
3394 "node": ">=0.10.0"
3395 }
3396 },
3397 "node_modules/is-hexadecimal": {
3398 "version": "2.0.1",
3399 "resolved": "https://registry.npmjs.org/is-hexadecimal/-/is-hexadecimal-2.0.1.tgz",
3400 "integrity": "sha512-DgZQp241c8oO6cA1SbTEWiXeoxV42vlcJxgH+B3hi1AiqqKruZR3ZGF8In3fj4+/y/7rHvlOZLZtgJ/4ttYGZg==",
3401 "license": "MIT",
3402 "funding": {
3403 "type": "github",
3404 "url": "https://github.com/sponsors/wooorm"
3405 }
3406 },
3407 "node_modules/is-number": {
3408 "version": "7.0.0",
3409 "dev": true,
3410 "license": "MIT",
3411 "engines": {
3412 "node": ">=0.12.0"
3413 }
3414 },
3415 "node_modules/is-plain-obj": {
3416 "version": "4.1.0",
3417 "license": "MIT",
3418 "engines": {
3419 "node": ">=12"
3420 },
3421 "funding": {
3422 "url": "https://github.com/sponsors/sindresorhus"
3423 }
3424 },
3425 "node_modules/jiti": {
3426 "version": "1.21.7",
3427 "dev": true,
3428 "license": "MIT",
3429 "bin": {
3430 "jiti": "bin/jiti.js"
3431 }
3432 },
3433 "node_modules/js-tokens": {
3434 "version": "4.0.0",
3435 "license": "MIT"
3436 },
3437 "node_modules/jsesc": {
3438 "version": "3.1.0",
3439 "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-3.1.0.tgz",
3440 "integrity": "sha512-/sM3dO2FOzXjKQhJuo0Q173wf2KOo8t4I8vHy6lF9poUp7bKT0/NHE8fPX23PwfhnykfqnC2xRxOnVw5XuGIaA==",
3441 "dev": true,
3442 "license": "MIT",
3443 "bin": {
3444 "jsesc": "bin/jsesc"
3445 },
3446 "engines": {
3447 "node": ">=6"
3448 }
3449 },
3450 "node_modules/json5": {
3451 "version": "2.2.3",
3452 "dev": true,
3453 "license": "MIT",
3454 "bin": {
3455 "json5": "lib/cli.js"
3456 },
3457 "engines": {
3458 "node": ">=6"
3459 }
3460 },
3461 "node_modules/katex": {
3462 "version": "0.16.45",
3463 "funding": [
3464 "https://opencollective.com/katex",
3465 "https://github.com/sponsors/katex"
3466 ],
3467 "license": "MIT",
3468 "dependencies": {
3469 "commander": "^8.3.0"
3470 },
3471 "bin": {
3472 "katex": "cli.js"
3473 }
3474 },
3475 "node_modules/lightningcss": {
3476 "version": "1.33.0",
3477 "resolved": "https://registry.npmjs.org/lightningcss/-/lightningcss-1.33.0.tgz",
3478 "integrity": "sha512-WkUDrojuJs0xkgGf2udWxa3yGBRxPtxUkB79i6aCZLRgc7PM8fZe9TosfPDcvEpQZbuFASnHYmRLBLUbmLOIIA==",
3479 "dev": true,
3480 "license": "MPL-2.0",
3481 "dependencies": {
3482 "detect-libc": "^2.0.3"
3483 },
3484 "engines": {
3485 "node": ">= 12.0.0"
3486 },
3487 "funding": {
3488 "type": "opencollective",
3489 "url": "https://opencollective.com/parcel"
3490 },
3491 "optionalDependencies": {
3492 "lightningcss-android-arm64": "1.33.0",
3493 "lightningcss-darwin-arm64": "1.33.0",
3494 "lightningcss-darwin-x64": "1.33.0",
3495 "lightningcss-freebsd-x64": "1.33.0",
3496 "lightningcss-linux-arm-gnueabihf": "1.33.0",
3497 "lightningcss-linux-arm64-gnu": "1.33.0",
3498 "lightningcss-linux-arm64-musl": "1.33.0",
3499 "lightningcss-linux-x64-gnu": "1.33.0",
3500 "lightningcss-linux-x64-musl": "1.33.0",
3501 "lightningcss-win32-arm64-msvc": "1.33.0",
3502 "lightningcss-win32-x64-msvc": "1.33.0"
3503 }
3504 },
3505 "node_modules/lightningcss-android-arm64": {
3506 "version": "1.33.0",
3507 "resolved": "https://registry.npmjs.org/lightningcss-android-arm64/-/lightningcss-android-arm64-1.33.0.tgz",
3508 "integrity": "sha512-gEpRTalKdosp4Bb8qWtc2iOgE5SeIHlpS1up9bFq2wAyYhl1UdTObYiHe98zEM9SQvSoqQZ1IQD0JNpg3Ml5pg==",
3509 "cpu": [
3510 "arm64"
3511 ],
3512 "dev": true,
3513 "license": "MPL-2.0",
3514 "optional": true,
3515 "os": [
3516 "android"
3517 ],
3518 "engines": {
3519 "node": ">= 12.0.0"
3520 },
3521 "funding": {
3522 "type": "opencollective",
3523 "url": "https://opencollective.com/parcel"
3524 }
3525 },
3526 "node_modules/lightningcss-darwin-arm64": {
3527 "version": "1.33.0",
3528 "resolved": "https://registry.npmjs.org/lightningcss-darwin-arm64/-/lightningcss-darwin-arm64-1.33.0.tgz",
3529 "integrity": "sha512-Sciaz8eenNTKn9b3t7+xr0ipTp9YxKQY4npwQ3mrRuL0BAVHBLyZxofhaKBAVtzmtRZ/zTyo0/to4B1uWG/Djg==",
3530 "cpu": [
3531 "arm64"
3532 ],
3533 "dev": true,
3534 "license": "MPL-2.0",
3535 "optional": true,
3536 "os": [
3537 "darwin"
3538 ],
3539 "engines": {
3540 "node": ">= 12.0.0"
3541 },
3542 "funding": {
3543 "type": "opencollective",
3544 "url": "https://opencollective.com/parcel"
3545 }
3546 },
3547 "node_modules/lightningcss-darwin-x64": {
3548 "version": "1.33.0",
3549 "resolved": "https://registry.npmjs.org/lightningcss-darwin-x64/-/lightningcss-darwin-x64-1.33.0.tgz",
3550 "integrity": "sha512-Z5UPAxzrjlWNNyGy6i65cJzzvgJ5D3T6wMvs+gWpY9d7qRhANrxqAp6LhxIgZhWEw18RfJTGcRxjuLIBr+m8XQ==",
3551 "cpu": [
3552 "x64"
3553 ],
3554 "dev": true,
3555 "license": "MPL-2.0",
3556 "optional": true,
3557 "os": [
3558 "darwin"
3559 ],
3560 "engines": {
3561 "node": ">= 12.0.0"
3562 },
3563 "funding": {
3564 "type": "opencollective",
3565 "url": "https://opencollective.com/parcel"
3566 }
3567 },
3568 "node_modules/lightningcss-freebsd-x64": {
3569 "version": "1.33.0",
3570 "resolved": "https://registry.npmjs.org/lightningcss-freebsd-x64/-/lightningcss-freebsd-x64-1.33.0.tgz",
3571 "integrity": "sha512-QQM/Ti/hQajJwCY+RiWuCZ9sdtI/XQk7nDK5vC8kkdwixezOlDgvDx7+RT+QjK6FcFT4MpsuoBnHIo/O3StRRg==",
3572 "cpu": [
3573 "x64"
3574 ],
3575 "dev": true,
3576 "license": "MPL-2.0",
3577 "optional": true,
3578 "os": [
3579 "freebsd"
3580 ],
3581 "engines": {
3582 "node": ">= 12.0.0"
3583 },
3584 "funding": {
3585 "type": "opencollective",
3586 "url": "https://opencollective.com/parcel"
3587 }
3588 },
3589 "node_modules/lightningcss-linux-arm-gnueabihf": {
3590 "version": "1.33.0",
3591 "resolved": "https://registry.npmjs.org/lightningcss-linux-arm-gnueabihf/-/lightningcss-linux-arm-gnueabihf-1.33.0.tgz",
3592 "integrity": "sha512-N7FVBe6iS24MlM6R/4RBTxGhQheZGs7tiQ9U32UtF75NzP5Q7xWPRqLBCKxlRQRk3rY1jCIPLzx7WzOhuUIRLQ==",
3593 "cpu": [
3594 "arm"
3595 ],
3596 "dev": true,
3597 "license": "MPL-2.0",
3598 "optional": true,
3599 "os": [
3600 "linux"
3601 ],
3602 "engines": {
3603 "node": ">= 12.0.0"
3604 },
3605 "funding": {
3606 "type": "opencollective",
3607 "url": "https://opencollective.com/parcel"
3608 }
3609 },
3610 "node_modules/lightningcss-linux-arm64-gnu": {
3611 "version": "1.33.0",
3612 "resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-gnu/-/lightningcss-linux-arm64-gnu-1.33.0.tgz",
3613 "integrity": "sha512-j2v/itmy4HlNxlc6voKXYgBqNi0Ng2LShg4z7GufpEgs05P+2suBVyi9I6YHq5uoVFx9ETin3eCEhLVyXGQnKg==",
3614 "cpu": [
3615 "arm64"
3616 ],
3617 "dev": true,
3618 "libc": [
3619 "glibc"
3620 ],
3621 "license": "MPL-2.0",
3622 "optional": true,
3623 "os": [
3624 "linux"
3625 ],
3626 "engines": {
3627 "node": ">= 12.0.0"
3628 },
3629 "funding": {
3630 "type": "opencollective",
3631 "url": "https://opencollective.com/parcel"
3632 }
3633 },
3634 "node_modules/lightningcss-linux-arm64-musl": {
3635 "version": "1.33.0",
3636 "resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-musl/-/lightningcss-linux-arm64-musl-1.33.0.tgz",
3637 "integrity": "sha512-yiO5ROMuYQgXbC60yjZU5CYSFZGKXL0HFATXt9mHJn1+zW55oCtMI9NfcVhYLMFDL7gV7oBPon/EmMMGg2OvtQ==",
3638 "cpu": [
3639 "arm64"
3640 ],
3641 "dev": true,
3642 "libc": [
3643 "musl"
3644 ],
3645 "license": "MPL-2.0",
3646 "optional": true,
3647 "os": [
3648 "linux"
3649 ],
3650 "engines": {
3651 "node": ">= 12.0.0"
3652 },
3653 "funding": {
3654 "type": "opencollective",
3655 "url": "https://opencollective.com/parcel"
3656 }
3657 },
3658 "node_modules/lightningcss-linux-x64-gnu": {
3659 "version": "1.33.0",
3660 "resolved": "https://registry.npmjs.org/lightningcss-linux-x64-gnu/-/lightningcss-linux-x64-gnu-1.33.0.tgz",
3661 "integrity": "sha512-ar+Ju7LmcN0Jo4FpL4hpFybwNG9/3A/Br5KW2n2jyODg3MEZXaDYADdemoNS+BDNfMgKvylJLj4S5tyRActuAg==",
3662 "cpu": [
3663 "x64"
3664 ],
3665 "dev": true,
3666 "libc": [
3667 "glibc"
3668 ],
3669 "license": "MPL-2.0",
3670 "optional": true,
3671 "os": [
3672 "linux"
3673 ],
3674 "engines": {
3675 "node": ">= 12.0.0"
3676 },
3677 "funding": {
3678 "type": "opencollective",
3679 "url": "https://opencollective.com/parcel"
3680 }
3681 },
3682 "node_modules/lightningcss-linux-x64-musl": {
3683 "version": "1.33.0",
3684 "resolved": "https://registry.npmjs.org/lightningcss-linux-x64-musl/-/lightningcss-linux-x64-musl-1.33.0.tgz",
3685 "integrity": "sha512-RYiYbkokw0trfKqqzfF55lginwEPrD3OJDfTuJzFs1MK6iFnDenaz1fqLLtX4ITG3OktJQXOeTaw1awrBAlZPw==",
3686 "cpu": [
3687 "x64"
3688 ],
3689 "dev": true,
3690 "libc": [
3691 "musl"
3692 ],
3693 "license": "MPL-2.0",
3694 "optional": true,
3695 "os": [
3696 "linux"
3697 ],
3698 "engines": {
3699 "node": ">= 12.0.0"
3700 },
3701 "funding": {
3702 "type": "opencollective",
3703 "url": "https://opencollective.com/parcel"
3704 }
3705 },
3706 "node_modules/lightningcss-win32-arm64-msvc": {
3707 "version": "1.33.0",
3708 "resolved": "https://registry.npmjs.org/lightningcss-win32-arm64-msvc/-/lightningcss-win32-arm64-msvc-1.33.0.tgz",
3709 "integrity": "sha512-1K+MPfLSFVpphzpdbfkhlWk6wBrTObBzS2T6db10PNOZgR9GoVsAWzwNyuhUYYbTp23j+4RrncfujZ4uAzXvwA==",
3710 "cpu": [
3711 "arm64"
3712 ],
3713 "dev": true,
3714 "license": "MPL-2.0",
3715 "optional": true,
3716 "os": [
3717 "win32"
3718 ],
3719 "engines": {
3720 "node": ">= 12.0.0"
3721 },
3722 "funding": {
3723 "type": "opencollective",
3724 "url": "https://opencollective.com/parcel"
3725 }
3726 },
3727 "node_modules/lightningcss-win32-x64-msvc": {
3728 "version": "1.33.0",
3729 "resolved": "https://registry.npmjs.org/lightningcss-win32-x64-msvc/-/lightningcss-win32-x64-msvc-1.33.0.tgz",
3730 "integrity": "sha512-OlEICDx/Xl0FqSp4bry8zFnCvGpig3Gl4gCquvYwHuqJKEC1+n9NgDniFvqHGmMv1ZkqDJrDqKKSykTDX+ehuA==",
3731 "cpu": [
3732 "x64"
3733 ],
3734 "dev": true,
3735 "license": "MPL-2.0",
3736 "optional": true,
3737 "os": [
3738 "win32"
3739 ],
3740 "engines": {
3741 "node": ">= 12.0.0"
3742 },
3743 "funding": {
3744 "type": "opencollective",
3745 "url": "https://opencollective.com/parcel"
3746 }
3747 },
3748 "node_modules/lilconfig": {
3749 "version": "3.1.3",
3750 "dev": true,
3751 "license": "MIT",
3752 "engines": {
3753 "node": ">=14"
3754 },
3755 "funding": {
3756 "url": "https://github.com/sponsors/antonk52"
3757 }
3758 },
3759 "node_modules/lines-and-columns": {
3760 "version": "1.2.4",
3761 "dev": true,
3762 "license": "MIT"
3763 },
3764 "node_modules/longest-streak": {
3765 "version": "3.1.0",
3766 "license": "MIT",
3767 "funding": {
3768 "type": "github",
3769 "url": "https://github.com/sponsors/wooorm"
3770 }
3771 },
3772 "node_modules/loose-envify": {
3773 "version": "1.4.0",
3774 "license": "MIT",
3775 "dependencies": {
3776 "js-tokens": "^3.0.0 || ^4.0.0"
3777 },
3778 "bin": {
3779 "loose-envify": "cli.js"
3780 }
3781 },
3782 "node_modules/lowlight": {
3783 "version": "1.20.0",
3784 "license": "MIT",
3785 "dependencies": {
3786 "fault": "^1.0.0",
3787 "highlight.js": "~10.7.0"
3788 },
3789 "funding": {
3790 "type": "github",
3791 "url": "https://github.com/sponsors/wooorm"
3792 }
3793 },
3794 "node_modules/lru-cache": {
3795 "version": "5.1.1",
3796 "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz",
3797 "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==",
3798 "dev": true,
3799 "license": "ISC",
3800 "dependencies": {
3801 "yallist": "^3.0.2"
3802 }
3803 },
3804 "node_modules/lucide-react": {
3805 "version": "0.469.0",
3806 "license": "ISC",
3807 "peerDependencies": {
3808 "react": "^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0"
3809 }
3810 },
3811 "node_modules/markdown-table": {
3812 "version": "3.0.4",
3813 "license": "MIT",
3814 "funding": {
3815 "type": "github",
3816 "url": "https://github.com/sponsors/wooorm"
3817 }
3818 },
3819 "node_modules/math-intrinsics": {
3820 "version": "1.1.0",
3821 "resolved": "https://registry.npmjs.org/math-intrinsics/-/math-intrinsics-1.1.0.tgz",
3822 "integrity": "sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==",
3823 "license": "MIT",
3824 "engines": {
3825 "node": ">= 0.4"
3826 }
3827 },
3828 "node_modules/mdast-util-find-and-replace": {
3829 "version": "3.0.2",
3830 "license": "MIT",
3831 "dependencies": {
3832 "@types/mdast": "^4.0.0",
3833 "escape-string-regexp": "^5.0.0",
3834 "unist-util-is": "^6.0.0",
3835 "unist-util-visit-parents": "^6.0.0"
3836 },
3837 "funding": {
3838 "type": "opencollective",
3839 "url": "https://opencollective.com/unified"
3840 }
3841 },
3842 "node_modules/mdast-util-from-markdown": {
3843 "version": "2.0.3",
3844 "license": "MIT",
3845 "dependencies": {
3846 "@types/mdast": "^4.0.0",
3847 "@types/unist": "^3.0.0",
3848 "decode-named-character-reference": "^1.0.0",
3849 "devlop": "^1.0.0",
3850 "mdast-util-to-string": "^4.0.0",
3851 "micromark": "^4.0.0",
3852 "micromark-util-decode-numeric-character-reference": "^2.0.0",
3853 "micromark-util-decode-string": "^2.0.0",
3854 "micromark-util-normalize-identifier": "^2.0.0",
3855 "micromark-util-symbol": "^2.0.0",
3856 "micromark-util-types": "^2.0.0",
3857 "unist-util-stringify-position": "^4.0.0"
3858 },
3859 "funding": {
3860 "type": "opencollective",
3861 "url": "https://opencollective.com/unified"
3862 }
3863 },
3864 "node_modules/mdast-util-gfm": {
3865 "version": "3.1.0",
3866 "license": "MIT",
3867 "dependencies": {
3868 "mdast-util-from-markdown": "^2.0.0",
3869 "mdast-util-gfm-autolink-literal": "^2.0.0",
3870 "mdast-util-gfm-footnote": "^2.0.0",
3871 "mdast-util-gfm-strikethrough": "^2.0.0",
3872 "mdast-util-gfm-table": "^2.0.0",
3873 "mdast-util-gfm-task-list-item": "^2.0.0",
3874 "mdast-util-to-markdown": "^2.0.0"
3875 },
3876 "funding": {
3877 "type": "opencollective",
3878 "url": "https://opencollective.com/unified"
3879 }
3880 },
3881 "node_modules/mdast-util-gfm-autolink-literal": {
3882 "version": "2.0.1",
3883 "license": "MIT",
3884 "dependencies": {
3885 "@types/mdast": "^4.0.0",
3886 "ccount": "^2.0.0",
3887 "devlop": "^1.0.0",
3888 "mdast-util-find-and-replace": "^3.0.0",
3889 "micromark-util-character": "^2.0.0"
3890 },
3891 "funding": {
3892 "type": "opencollective",
3893 "url": "https://opencollective.com/unified"
3894 }
3895 },
3896 "node_modules/mdast-util-gfm-footnote": {
3897 "version": "2.1.0",
3898 "license": "MIT",
3899 "dependencies": {
3900 "@types/mdast": "^4.0.0",
3901 "devlop": "^1.1.0",
3902 "mdast-util-from-markdown": "^2.0.0",
3903 "mdast-util-to-markdown": "^2.0.0",
3904 "micromark-util-normalize-identifier": "^2.0.0"
3905 },
3906 "funding": {
3907 "type": "opencollective",
3908 "url": "https://opencollective.com/unified"
3909 }
3910 },
3911 "node_modules/mdast-util-gfm-strikethrough": {
3912 "version": "2.0.0",
3913 "license": "MIT",
3914 "dependencies": {
3915 "@types/mdast": "^4.0.0",
3916 "mdast-util-from-markdown": "^2.0.0",
3917 "mdast-util-to-markdown": "^2.0.0"
3918 },
3919 "funding": {
3920 "type": "opencollective",
3921 "url": "https://opencollective.com/unified"
3922 }
3923 },
3924 "node_modules/mdast-util-gfm-table": {
3925 "version": "2.0.0",
3926 "license": "MIT",
3927 "dependencies": {
3928 "@types/mdast": "^4.0.0",
3929 "devlop": "^1.0.0",
3930 "markdown-table": "^3.0.0",
3931 "mdast-util-from-markdown": "^2.0.0",
3932 "mdast-util-to-markdown": "^2.0.0"
3933 },
3934 "funding": {
3935 "type": "opencollective",
3936 "url": "https://opencollective.com/unified"
3937 }
3938 },
3939 "node_modules/mdast-util-gfm-task-list-item": {
3940 "version": "2.0.0",
3941 "license": "MIT",
3942 "dependencies": {
3943 "@types/mdast": "^4.0.0",
3944 "devlop": "^1.0.0",
3945 "mdast-util-from-markdown": "^2.0.0",
3946 "mdast-util-to-markdown": "^2.0.0"
3947 },
3948 "funding": {
3949 "type": "opencollective",
3950 "url": "https://opencollective.com/unified"
3951 }
3952 },
3953 "node_modules/mdast-util-math": {
3954 "version": "3.0.0",
3955 "license": "MIT",
3956 "dependencies": {
3957 "@types/hast": "^3.0.0",
3958 "@types/mdast": "^4.0.0",
3959 "devlop": "^1.0.0",
3960 "longest-streak": "^3.0.0",
3961 "mdast-util-from-markdown": "^2.0.0",
3962 "mdast-util-to-markdown": "^2.1.0",
3963 "unist-util-remove-position": "^5.0.0"
3964 },
3965 "funding": {
3966 "type": "opencollective",
3967 "url": "https://opencollective.com/unified"
3968 }
3969 },
3970 "node_modules/mdast-util-mdx-expression": {
3971 "version": "2.0.1",
3972 "license": "MIT",
3973 "dependencies": {
3974 "@types/estree-jsx": "^1.0.0",
3975 "@types/hast": "^3.0.0",
3976 "@types/mdast": "^4.0.0",
3977 "devlop": "^1.0.0",
3978 "mdast-util-from-markdown": "^2.0.0",
3979 "mdast-util-to-markdown": "^2.0.0"
3980 },
3981 "funding": {
3982 "type": "opencollective",
3983 "url": "https://opencollective.com/unified"
3984 }
3985 },
3986 "node_modules/mdast-util-mdx-jsx": {
3987 "version": "3.2.0",
3988 "license": "MIT",
3989 "dependencies": {
3990 "@types/estree-jsx": "^1.0.0",
3991 "@types/hast": "^3.0.0",
3992 "@types/mdast": "^4.0.0",
3993 "@types/unist": "^3.0.0",
3994 "ccount": "^2.0.0",
3995 "devlop": "^1.1.0",
3996 "mdast-util-from-markdown": "^2.0.0",
3997 "mdast-util-to-markdown": "^2.0.0",
3998 "parse-entities": "^4.0.0",
3999 "stringify-entities": "^4.0.0",
4000 "unist-util-stringify-position": "^4.0.0",
4001 "vfile-message": "^4.0.0"
4002 },
4003 "funding": {
4004 "type": "opencollective",
4005 "url": "https://opencollective.com/unified"
4006 }
4007 },
4008 "node_modules/mdast-util-mdxjs-esm": {
4009 "version": "2.0.1",
4010 "license": "MIT",
4011 "dependencies": {
4012 "@types/estree-jsx": "^1.0.0",
4013 "@types/hast": "^3.0.0",
4014 "@types/mdast": "^4.0.0",
4015 "devlop": "^1.0.0",
4016 "mdast-util-from-markdown": "^2.0.0",
4017 "mdast-util-to-markdown": "^2.0.0"
4018 },
4019 "funding": {
4020 "type": "opencollective",
4021 "url": "https://opencollective.com/unified"
4022 }
4023 },
4024 "node_modules/mdast-util-phrasing": {
4025 "version": "4.1.0",
4026 "license": "MIT",
4027 "dependencies": {
4028 "@types/mdast": "^4.0.0",
4029 "unist-util-is": "^6.0.0"
4030 },
4031 "funding": {
4032 "type": "opencollective",
4033 "url": "https://opencollective.com/unified"
4034 }
4035 },
4036 "node_modules/mdast-util-to-hast": {
4037 "version": "13.2.1",
4038 "license": "MIT",
4039 "dependencies": {
4040 "@types/hast": "^3.0.0",
4041 "@types/mdast": "^4.0.0",
4042 "@ungap/structured-clone": "^1.0.0",
4043 "devlop": "^1.0.0",
4044 "micromark-util-sanitize-uri": "^2.0.0",
4045 "trim-lines": "^3.0.0",
4046 "unist-util-position": "^5.0.0",
4047 "unist-util-visit": "^5.0.0",
4048 "vfile": "^6.0.0"
4049 },
4050 "funding": {
4051 "type": "opencollective",
4052 "url": "https://opencollective.com/unified"
4053 }
4054 },
4055 "node_modules/mdast-util-to-markdown": {
4056 "version": "2.1.2",
4057 "license": "MIT",
4058 "dependencies": {
4059 "@types/mdast": "^4.0.0",
4060 "@types/unist": "^3.0.0",
4061 "longest-streak": "^3.0.0",
4062 "mdast-util-phrasing": "^4.0.0",
4063 "mdast-util-to-string": "^4.0.0",
4064 "micromark-util-classify-character": "^2.0.0",
4065 "micromark-util-decode-string": "^2.0.0",
4066 "unist-util-visit": "^5.0.0",
4067 "zwitch": "^2.0.0"
4068 },
4069 "funding": {
4070 "type": "opencollective",
4071 "url": "https://opencollective.com/unified"
4072 }
4073 },
4074 "node_modules/mdast-util-to-string": {
4075 "version": "4.0.0",
4076 "license": "MIT",
4077 "dependencies": {
4078 "@types/mdast": "^4.0.0"
4079 },
4080 "funding": {
4081 "type": "opencollective",
4082 "url": "https://opencollective.com/unified"
4083 }
4084 },
4085 "node_modules/merge2": {
4086 "version": "1.4.1",
4087 "dev": true,
4088 "license": "MIT",
4089 "engines": {
4090 "node": ">= 8"
4091 }
4092 },
4093 "node_modules/micromark": {
4094 "version": "4.0.2",
4095 "funding": [
4096 {
4097 "type": "GitHub Sponsors",
4098 "url": "https://github.com/sponsors/unifiedjs"
4099 },
4100 {
4101 "type": "OpenCollective",
4102 "url": "https://opencollective.com/unified"
4103 }
4104 ],
4105 "license": "MIT",
4106 "dependencies": {
4107 "@types/debug": "^4.0.0",
4108 "debug": "^4.0.0",
4109 "decode-named-character-reference": "^1.0.0",
4110 "devlop": "^1.0.0",
4111 "micromark-core-commonmark": "^2.0.0",
4112 "micromark-factory-space": "^2.0.0",
4113 "micromark-util-character": "^2.0.0",
4114 "micromark-util-chunked": "^2.0.0",
4115 "micromark-util-combine-extensions": "^2.0.0",
4116 "micromark-util-decode-numeric-character-reference": "^2.0.0",
4117 "micromark-util-encode": "^2.0.0",
4118 "micromark-util-normalize-identifier": "^2.0.0",
4119 "micromark-util-resolve-all": "^2.0.0",
4120 "micromark-util-sanitize-uri": "^2.0.0",
4121 "micromark-util-subtokenize": "^2.0.0",
4122 "micromark-util-symbol": "^2.0.0",
4123 "micromark-util-types": "^2.0.0"
4124 }
4125 },
4126 "node_modules/micromark-core-commonmark": {
4127 "version": "2.0.3",
4128 "funding": [
4129 {
4130 "type": "GitHub Sponsors",
4131 "url": "https://github.com/sponsors/unifiedjs"
4132 },
4133 {
4134 "type": "OpenCollective",
4135 "url": "https://opencollective.com/unified"
4136 }
4137 ],
4138 "license": "MIT",
4139 "dependencies": {
4140 "decode-named-character-reference": "^1.0.0",
4141 "devlop": "^1.0.0",
4142 "micromark-factory-destination": "^2.0.0",
4143 "micromark-factory-label": "^2.0.0",
4144 "micromark-factory-space": "^2.0.0",
4145 "micromark-factory-title": "^2.0.0",
4146 "micromark-factory-whitespace": "^2.0.0",
4147 "micromark-util-character": "^2.0.0",
4148 "micromark-util-chunked": "^2.0.0",
4149 "micromark-util-classify-character": "^2.0.0",
4150 "micromark-util-html-tag-name": "^2.0.0",
4151 "micromark-util-normalize-identifier": "^2.0.0",
4152 "micromark-util-resolve-all": "^2.0.0",
4153 "micromark-util-subtokenize": "^2.0.0",
4154 "micromark-util-symbol": "^2.0.0",
4155 "micromark-util-types": "^2.0.0"
4156 }
4157 },
4158 "node_modules/micromark-extension-gfm": {
4159 "version": "3.0.0",
4160 "license": "MIT",
4161 "dependencies": {
4162 "micromark-extension-gfm-autolink-literal": "^2.0.0",
4163 "micromark-extension-gfm-footnote": "^2.0.0",
4164 "micromark-extension-gfm-strikethrough": "^2.0.0",
4165 "micromark-extension-gfm-table": "^2.0.0",
4166 "micromark-extension-gfm-tagfilter": "^2.0.0",
4167 "micromark-extension-gfm-task-list-item": "^2.0.0",
4168 "micromark-util-combine-extensions": "^2.0.0",
4169 "micromark-util-types": "^2.0.0"
4170 },
4171 "funding": {
4172 "type": "opencollective",
4173 "url": "https://opencollective.com/unified"
4174 }
4175 },
4176 "node_modules/micromark-extension-gfm-autolink-literal": {
4177 "version": "2.1.0",
4178 "license": "MIT",
4179 "dependencies": {
4180 "micromark-util-character": "^2.0.0",
4181 "micromark-util-sanitize-uri": "^2.0.0",
4182 "micromark-util-symbol": "^2.0.0",
4183 "micromark-util-types": "^2.0.0"
4184 },
4185 "funding": {
4186 "type": "opencollective",
4187 "url": "https://opencollective.com/unified"
4188 }
4189 },
4190 "node_modules/micromark-extension-gfm-footnote": {
4191 "version": "2.1.0",
4192 "license": "MIT",
4193 "dependencies": {
4194 "devlop": "^1.0.0",
4195 "micromark-core-commonmark": "^2.0.0",
4196 "micromark-factory-space": "^2.0.0",
4197 "micromark-util-character": "^2.0.0",
4198 "micromark-util-normalize-identifier": "^2.0.0",
4199 "micromark-util-sanitize-uri": "^2.0.0",
4200 "micromark-util-symbol": "^2.0.0",
4201 "micromark-util-types": "^2.0.0"
4202 },
4203 "funding": {
4204 "type": "opencollective",
4205 "url": "https://opencollective.com/unified"
4206 }
4207 },
4208 "node_modules/micromark-extension-gfm-strikethrough": {
4209 "version": "2.1.0",
4210 "license": "MIT",
4211 "dependencies": {
4212 "devlop": "^1.0.0",
4213 "micromark-util-chunked": "^2.0.0",
4214 "micromark-util-classify-character": "^2.0.0",
4215 "micromark-util-resolve-all": "^2.0.0",
4216 "micromark-util-symbol": "^2.0.0",
4217 "micromark-util-types": "^2.0.0"
4218 },
4219 "funding": {
4220 "type": "opencollective",
4221 "url": "https://opencollective.com/unified"
4222 }
4223 },
4224 "node_modules/micromark-extension-gfm-table": {
4225 "version": "2.1.1",
4226 "license": "MIT",
4227 "dependencies": {
4228 "devlop": "^1.0.0",
4229 "micromark-factory-space": "^2.0.0",
4230 "micromark-util-character": "^2.0.0",
4231 "micromark-util-symbol": "^2.0.0",
4232 "micromark-util-types": "^2.0.0"
4233 },
4234 "funding": {
4235 "type": "opencollective",
4236 "url": "https://opencollective.com/unified"
4237 }
4238 },
4239 "node_modules/micromark-extension-gfm-tagfilter": {
4240 "version": "2.0.0",
4241 "license": "MIT",
4242 "dependencies": {
4243 "micromark-util-types": "^2.0.0"
4244 },
4245 "funding": {
4246 "type": "opencollective",
4247 "url": "https://opencollective.com/unified"
4248 }
4249 },
4250 "node_modules/micromark-extension-gfm-task-list-item": {
4251 "version": "2.1.0",
4252 "license": "MIT",
4253 "dependencies": {
4254 "devlop": "^1.0.0",
4255 "micromark-factory-space": "^2.0.0",
4256 "micromark-util-character": "^2.0.0",
4257 "micromark-util-symbol": "^2.0.0",
4258 "micromark-util-types": "^2.0.0"
4259 },
4260 "funding": {
4261 "type": "opencollective",
4262 "url": "https://opencollective.com/unified"
4263 }
4264 },
4265 "node_modules/micromark-extension-math": {
4266 "version": "3.1.0",
4267 "license": "MIT",
4268 "dependencies": {
4269 "@types/katex": "^0.16.0",
4270 "devlop": "^1.0.0",
4271 "katex": "^0.16.0",
4272 "micromark-factory-space": "^2.0.0",
4273 "micromark-util-character": "^2.0.0",
4274 "micromark-util-symbol": "^2.0.0",
4275 "micromark-util-types": "^2.0.0"
4276 },
4277 "funding": {
4278 "type": "opencollective",
4279 "url": "https://opencollective.com/unified"
4280 }
4281 },
4282 "node_modules/micromark-factory-destination": {
4283 "version": "2.0.1",
4284 "funding": [
4285 {
4286 "type": "GitHub Sponsors",
4287 "url": "https://github.com/sponsors/unifiedjs"
4288 },
4289 {
4290 "type": "OpenCollective",
4291 "url": "https://opencollective.com/unified"
4292 }
4293 ],
4294 "license": "MIT",
4295 "dependencies": {
4296 "micromark-util-character": "^2.0.0",
4297 "micromark-util-symbol": "^2.0.0",
4298 "micromark-util-types": "^2.0.0"
4299 }
4300 },
4301 "node_modules/micromark-factory-label": {
4302 "version": "2.0.1",
4303 "funding": [
4304 {
4305 "type": "GitHub Sponsors",
4306 "url": "https://github.com/sponsors/unifiedjs"
4307 },
4308 {
4309 "type": "OpenCollective",
4310 "url": "https://opencollective.com/unified"
4311 }
4312 ],
4313 "license": "MIT",
4314 "dependencies": {
4315 "devlop": "^1.0.0",
4316 "micromark-util-character": "^2.0.0",
4317 "micromark-util-symbol": "^2.0.0",
4318 "micromark-util-types": "^2.0.0"
4319 }
4320 },
4321 "node_modules/micromark-factory-space": {
4322 "version": "2.0.1",
4323 "funding": [
4324 {
4325 "type": "GitHub Sponsors",
4326 "url": "https://github.com/sponsors/unifiedjs"
4327 },
4328 {
4329 "type": "OpenCollective",
4330 "url": "https://opencollective.com/unified"
4331 }
4332 ],
4333 "license": "MIT",
4334 "dependencies": {
4335 "micromark-util-character": "^2.0.0",
4336 "micromark-util-types": "^2.0.0"
4337 }
4338 },
4339 "node_modules/micromark-factory-title": {
4340 "version": "2.0.1",
4341 "funding": [
4342 {
4343 "type": "GitHub Sponsors",
4344 "url": "https://github.com/sponsors/unifiedjs"
4345 },
4346 {
4347 "type": "OpenCollective",
4348 "url": "https://opencollective.com/unified"
4349 }
4350 ],
4351 "license": "MIT",
4352 "dependencies": {
4353 "micromark-factory-space": "^2.0.0",
4354 "micromark-util-character": "^2.0.0",
4355 "micromark-util-symbol": "^2.0.0",
4356 "micromark-util-types": "^2.0.0"
4357 }
4358 },
4359 "node_modules/micromark-factory-whitespace": {
4360 "version": "2.0.1",
4361 "funding": [
4362 {
4363 "type": "GitHub Sponsors",
4364 "url": "https://github.com/sponsors/unifiedjs"
4365 },
4366 {
4367 "type": "OpenCollective",
4368 "url": "https://opencollective.com/unified"
4369 }
4370 ],
4371 "license": "MIT",
4372 "dependencies": {
4373 "micromark-factory-space": "^2.0.0",
4374 "micromark-util-character": "^2.0.0",
4375 "micromark-util-symbol": "^2.0.0",
4376 "micromark-util-types": "^2.0.0"
4377 }
4378 },
4379 "node_modules/micromark-util-character": {
4380 "version": "2.1.1",
4381 "funding": [
4382 {
4383 "type": "GitHub Sponsors",
4384 "url": "https://github.com/sponsors/unifiedjs"
4385 },
4386 {
4387 "type": "OpenCollective",
4388 "url": "https://opencollective.com/unified"
4389 }
4390 ],
4391 "license": "MIT",
4392 "dependencies": {
4393 "micromark-util-symbol": "^2.0.0",
4394 "micromark-util-types": "^2.0.0"
4395 }
4396 },
4397 "node_modules/micromark-util-chunked": {
4398 "version": "2.0.1",
4399 "funding": [
4400 {
4401 "type": "GitHub Sponsors",
4402 "url": "https://github.com/sponsors/unifiedjs"
4403 },
4404 {
4405 "type": "OpenCollective",
4406 "url": "https://opencollective.com/unified"
4407 }
4408 ],
4409 "license": "MIT",
4410 "dependencies": {
4411 "micromark-util-symbol": "^2.0.0"
4412 }
4413 },
4414 "node_modules/micromark-util-classify-character": {
4415 "version": "2.0.1",
4416 "funding": [
4417 {
4418 "type": "GitHub Sponsors",
4419 "url": "https://github.com/sponsors/unifiedjs"
4420 },
4421 {
4422 "type": "OpenCollective",
4423 "url": "https://opencollective.com/unified"
4424 }
4425 ],
4426 "license": "MIT",
4427 "dependencies": {
4428 "micromark-util-character": "^2.0.0",
4429 "micromark-util-symbol": "^2.0.0",
4430 "micromark-util-types": "^2.0.0"
4431 }
4432 },
4433 "node_modules/micromark-util-combine-extensions": {
4434 "version": "2.0.1",
4435 "funding": [
4436 {
4437 "type": "GitHub Sponsors",
4438 "url": "https://github.com/sponsors/unifiedjs"
4439 },
4440 {
4441 "type": "OpenCollective",
4442 "url": "https://opencollective.com/unified"
4443 }
4444 ],
4445 "license": "MIT",
4446 "dependencies": {
4447 "micromark-util-chunked": "^2.0.0",
4448 "micromark-util-types": "^2.0.0"
4449 }
4450 },
4451 "node_modules/micromark-util-decode-numeric-character-reference": {
4452 "version": "2.0.2",
4453 "funding": [
4454 {
4455 "type": "GitHub Sponsors",
4456 "url": "https://github.com/sponsors/unifiedjs"
4457 },
4458 {
4459 "type": "OpenCollective",
4460 "url": "https://opencollective.com/unified"
4461 }
4462 ],
4463 "license": "MIT",
4464 "dependencies": {
4465 "micromark-util-symbol": "^2.0.0"
4466 }
4467 },
4468 "node_modules/micromark-util-decode-string": {
4469 "version": "2.0.1",
4470 "funding": [
4471 {
4472 "type": "GitHub Sponsors",
4473 "url": "https://github.com/sponsors/unifiedjs"
4474 },
4475 {
4476 "type": "OpenCollective",
4477 "url": "https://opencollective.com/unified"
4478 }
4479 ],
4480 "license": "MIT",
4481 "dependencies": {
4482 "decode-named-character-reference": "^1.0.0",
4483 "micromark-util-character": "^2.0.0",
4484 "micromark-util-decode-numeric-character-reference": "^2.0.0",
4485 "micromark-util-symbol": "^2.0.0"
4486 }
4487 },
4488 "node_modules/micromark-util-encode": {
4489 "version": "2.0.1",
4490 "funding": [
4491 {
4492 "type": "GitHub Sponsors",
4493 "url": "https://github.com/sponsors/unifiedjs"
4494 },
4495 {
4496 "type": "OpenCollective",
4497 "url": "https://opencollective.com/unified"
4498 }
4499 ],
4500 "license": "MIT"
4501 },
4502 "node_modules/micromark-util-html-tag-name": {
4503 "version": "2.0.1",
4504 "funding": [
4505 {
4506 "type": "GitHub Sponsors",
4507 "url": "https://github.com/sponsors/unifiedjs"
4508 },
4509 {
4510 "type": "OpenCollective",
4511 "url": "https://opencollective.com/unified"
4512 }
4513 ],
4514 "license": "MIT"
4515 },
4516 "node_modules/micromark-util-normalize-identifier": {
4517 "version": "2.0.1",
4518 "funding": [
4519 {
4520 "type": "GitHub Sponsors",
4521 "url": "https://github.com/sponsors/unifiedjs"
4522 },
4523 {
4524 "type": "OpenCollective",
4525 "url": "https://opencollective.com/unified"
4526 }
4527 ],
4528 "license": "MIT",
4529 "dependencies": {
4530 "micromark-util-symbol": "^2.0.0"
4531 }
4532 },
4533 "node_modules/micromark-util-resolve-all": {
4534 "version": "2.0.1",
4535 "funding": [
4536 {
4537 "type": "GitHub Sponsors",
4538 "url": "https://github.com/sponsors/unifiedjs"
4539 },
4540 {
4541 "type": "OpenCollective",
4542 "url": "https://opencollective.com/unified"
4543 }
4544 ],
4545 "license": "MIT",
4546 "dependencies": {
4547 "micromark-util-types": "^2.0.0"
4548 }
4549 },
4550 "node_modules/micromark-util-sanitize-uri": {
4551 "version": "2.0.1",
4552 "funding": [
4553 {
4554 "type": "GitHub Sponsors",
4555 "url": "https://github.com/sponsors/unifiedjs"
4556 },
4557 {
4558 "type": "OpenCollective",
4559 "url": "https://opencollective.com/unified"
4560 }
4561 ],
4562 "license": "MIT",
4563 "dependencies": {
4564 "micromark-util-character": "^2.0.0",
4565 "micromark-util-encode": "^2.0.0",
4566 "micromark-util-symbol": "^2.0.0"
4567 }
4568 },
4569 "node_modules/micromark-util-subtokenize": {
4570 "version": "2.1.0",
4571 "funding": [
4572 {
4573 "type": "GitHub Sponsors",
4574 "url": "https://github.com/sponsors/unifiedjs"
4575 },
4576 {
4577 "type": "OpenCollective",
4578 "url": "https://opencollective.com/unified"
4579 }
4580 ],
4581 "license": "MIT",
4582 "dependencies": {
4583 "devlop": "^1.0.0",
4584 "micromark-util-chunked": "^2.0.0",
4585 "micromark-util-symbol": "^2.0.0",
4586 "micromark-util-types": "^2.0.0"
4587 }
4588 },
4589 "node_modules/micromark-util-symbol": {
4590 "version": "2.0.1",
4591 "funding": [
4592 {
4593 "type": "GitHub Sponsors",
4594 "url": "https://github.com/sponsors/unifiedjs"
4595 },
4596 {
4597 "type": "OpenCollective",
4598 "url": "https://opencollective.com/unified"
4599 }
4600 ],
4601 "license": "MIT"
4602 },
4603 "node_modules/micromark-util-types": {
4604 "version": "2.0.2",
4605 "funding": [
4606 {
4607 "type": "GitHub Sponsors",
4608 "url": "https://github.com/sponsors/unifiedjs"
4609 },
4610 {
4611 "type": "OpenCollective",
4612 "url": "https://opencollective.com/unified"
4613 }
4614 ],
4615 "license": "MIT"
4616 },
4617 "node_modules/micromatch": {
4618 "version": "4.0.8",
4619 "dev": true,
4620 "license": "MIT",
4621 "dependencies": {
4622 "braces": "^3.0.3",
4623 "picomatch": "^2.3.1"
4624 },
4625 "engines": {
4626 "node": ">=8.6"
4627 }
4628 },
4629 "node_modules/micromatch/node_modules/picomatch": {
4630 "version": "2.3.2",
4631 "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.2.tgz",
4632 "integrity": "sha512-V7+vQEJ06Z+c5tSye8S+nHUfI51xoXIXjHQ99cQtKUkQqqO1kO/KCJUfZXuB47h/YBlDhah2H3hdUGXn8ie0oA==",
4633 "dev": true,
4634 "license": "MIT",
4635 "engines": {
4636 "node": ">=8.6"
4637 },
4638 "funding": {
4639 "url": "https://github.com/sponsors/jonschlinkert"
4640 }
4641 },
4642 "node_modules/mime-db": {
4643 "version": "1.52.0",
4644 "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz",
4645 "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==",
4646 "license": "MIT",
4647 "engines": {
4648 "node": ">= 0.6"
4649 }
4650 },
4651 "node_modules/mime-types": {
4652 "version": "2.1.35",
4653 "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz",
4654 "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==",
4655 "license": "MIT",
4656 "dependencies": {
4657 "mime-db": "1.52.0"
4658 },
4659 "engines": {
4660 "node": ">= 0.6"
4661 }
4662 },
4663 "node_modules/ms": {
4664 "version": "2.1.3",
4665 "license": "MIT"
4666 },
4667 "node_modules/mz": {
4668 "version": "2.7.0",
4669 "dev": true,
4670 "license": "MIT",
4671 "dependencies": {
4672 "any-promise": "^1.0.0",
4673 "object-assign": "^4.0.1",
4674 "thenify-all": "^1.0.0"
4675 }
4676 },
4677 "node_modules/nanoid": {
4678 "version": "3.3.18",
4679 "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.18.tgz",
4680 "integrity": "sha512-DTg4MJbGMWkfi6VZFdNt2/caMbQy4Ou+Op/hJQvGEWcnVfoA1QA+xzRKAzw9jD6+GVOOeYr/mIcuDSdug6F6+w==",
4681 "dev": true,
4682 "funding": [
4683 {
4684 "type": "github",
4685 "url": "https://github.com/sponsors/ai"
4686 }
4687 ],
4688 "license": "MIT",
4689 "bin": {
4690 "nanoid": "bin/nanoid.cjs"
4691 },
4692 "engines": {
4693 "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
4694 }
4695 },
4696 "node_modules/node-addon-api": {
4697 "version": "7.1.1",
4698 "resolved": "https://registry.npmjs.org/node-addon-api/-/node-addon-api-7.1.1.tgz",
4699 "integrity": "sha512-5m3bsyrjFWE1xf7nz7YXdN4udnVtXK6/Yfgn5qnahL6bCkf2yKt4k3nuTKAtT4r3IG8JNR2ncsIMdZuAzJjHQQ==",
4700 "dev": true,
4701 "license": "MIT",
4702 "optional": true
4703 },
4704 "node_modules/node-releases": {
4705 "version": "2.0.37",
4706 "dev": true,
4707 "license": "MIT"
4708 },
4709 "node_modules/normalize-path": {
4710 "version": "3.0.0",
4711 "dev": true,
4712 "license": "MIT",
4713 "engines": {
4714 "node": ">=0.10.0"
4715 }
4716 },
4717 "node_modules/object-assign": {
4718 "version": "4.1.1",
4719 "dev": true,
4720 "license": "MIT",
4721 "engines": {
4722 "node": ">=0.10.0"
4723 }
4724 },
4725 "node_modules/object-hash": {
4726 "version": "3.0.0",
4727 "dev": true,
4728 "license": "MIT",
4729 "engines": {
4730 "node": ">= 6"
4731 }
4732 },
4733 "node_modules/parse-entities": {
4734 "version": "4.0.2",
4735 "resolved": "https://registry.npmjs.org/parse-entities/-/parse-entities-4.0.2.tgz",
4736 "integrity": "sha512-GG2AQYWoLgL877gQIKeRPGO1xF9+eG1ujIb5soS5gPvLQ1y2o8FL90w2QWNdf9I361Mpp7726c+lj3U0qK1uGw==",
4737 "license": "MIT",
4738 "dependencies": {
4739 "@types/unist": "^2.0.0",
4740 "character-entities-legacy": "^3.0.0",
4741 "character-reference-invalid": "^2.0.0",
4742 "decode-named-character-reference": "^1.0.0",
4743 "is-alphanumerical": "^2.0.0",
4744 "is-decimal": "^2.0.0",
4745 "is-hexadecimal": "^2.0.0"
4746 },
4747 "funding": {
4748 "type": "github",
4749 "url": "https://github.com/sponsors/wooorm"
4750 }
4751 },
4752 "node_modules/parse-entities/node_modules/@types/unist": {
4753 "version": "2.0.11",
4754 "resolved": "https://registry.npmjs.org/@types/unist/-/unist-2.0.11.tgz",
4755 "integrity": "sha512-CmBKiL6NNo/OqgmMn95Fk9Whlp2mtvIv+KNpQKN2F4SjvrEesubTRWGYSg+BnWZOnlCaSTU1sMpsBOzgbYhnsA==",
4756 "license": "MIT"
4757 },
4758 "node_modules/parse5": {
4759 "version": "7.3.0",
4760 "license": "MIT",
4761 "dependencies": {
4762 "entities": "^6.0.0"
4763 },
4764 "funding": {
4765 "url": "https://github.com/inikulin/parse5?sponsor=1"
4766 }
4767 },
4768 "node_modules/path-parse": {
4769 "version": "1.0.7",
4770 "dev": true,
4771 "license": "MIT"
4772 },
4773 "node_modules/picocolors": {
4774 "version": "1.1.1",
4775 "dev": true,
4776 "license": "ISC"
4777 },
4778 "node_modules/picomatch": {
4779 "version": "4.0.7",
4780 "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.7.tgz",
4781 "integrity": "sha512-qcJu88Q2IWqJsDD529JKMdwGm/dvInW4HvQnRwiH9JtihJvzGOscDtHE3x1pBKeUOTysQ8kVmLnJ2kJu7yhcGA==",
4782 "dev": true,
4783 "license": "MIT",
4784 "engines": {
4785 "node": ">=12"
4786 },
4787 "funding": {
4788 "url": "https://github.com/sponsors/jonschlinkert"
4789 }
4790 },
4791 "node_modules/pify": {
4792 "version": "2.3.0",
4793 "dev": true,
4794 "license": "MIT",
4795 "engines": {
4796 "node": ">=0.10.0"
4797 }
4798 },
4799 "node_modules/pirates": {
4800 "version": "4.0.7",
4801 "dev": true,
4802 "license": "MIT",
4803 "engines": {
4804 "node": ">= 6"
4805 }
4806 },
4807 "node_modules/postcss": {
4808 "version": "8.5.26",
4809 "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.26.tgz",
4810 "integrity": "sha512-u82N74LFzG8ca+dD8puPnplTXoGH4fTPpVGuIbt36G3qvNlkvfD0lEAZSxaly3KX8TS/L1A1gsCEmvKmBcVbkQ==",
4811 "dev": true,
4812 "funding": [
4813 {
4814 "type": "opencollective",
4815 "url": "https://opencollective.com/postcss/"
4816 },
4817 {
4818 "type": "tidelift",
4819 "url": "https://tidelift.com/funding/github/npm/postcss"
4820 },
4821 {
4822 "type": "github",
4823 "url": "https://github.com/sponsors/ai"
4824 }
4825 ],
4826 "license": "MIT",
4827 "dependencies": {
4828 "nanoid": "^3.3.17",
4829 "picocolors": "^1.1.1",
4830 "source-map-js": "^1.2.1"
4831 },
4832 "engines": {
4833 "node": "^10 || ^12 || >=14"
4834 }
4835 },
4836 "node_modules/postcss-import": {
4837 "version": "15.1.0",
4838 "dev": true,
4839 "license": "MIT",
4840 "dependencies": {
4841 "postcss-value-parser": "^4.0.0",
4842 "read-cache": "^1.0.0",
4843 "resolve": "^1.1.7"
4844 },
4845 "engines": {
4846 "node": ">=14.0.0"
4847 },
4848 "peerDependencies": {
4849 "postcss": "^8.0.0"
4850 }
4851 },
4852 "node_modules/postcss-js": {
4853 "version": "4.1.0",
4854 "dev": true,
4855 "funding": [
4856 {
4857 "type": "opencollective",
4858 "url": "https://opencollective.com/postcss/"
4859 },
4860 {
4861 "type": "github",
4862 "url": "https://github.com/sponsors/ai"
4863 }
4864 ],
4865 "license": "MIT",
4866 "dependencies": {
4867 "camelcase-css": "^2.0.1"
4868 },
4869 "engines": {
4870 "node": "^12 || ^14 || >= 16"
4871 },
4872 "peerDependencies": {
4873 "postcss": "^8.4.21"
4874 }
4875 },
4876 "node_modules/postcss-load-config": {
4877 "version": "6.0.1",
4878 "dev": true,
4879 "funding": [
4880 {
4881 "type": "opencollective",
4882 "url": "https://opencollective.com/postcss/"
4883 },
4884 {
4885 "type": "github",
4886 "url": "https://github.com/sponsors/ai"
4887 }
4888 ],
4889 "license": "MIT",
4890 "dependencies": {
4891 "lilconfig": "^3.1.1"
4892 },
4893 "engines": {
4894 "node": ">= 18"
4895 },
4896 "peerDependencies": {
4897 "jiti": ">=1.21.0",
4898 "postcss": ">=8.0.9",
4899 "tsx": "^4.8.1",
4900 "yaml": "^2.4.2"
4901 },
4902 "peerDependenciesMeta": {
4903 "jiti": {
4904 "optional": true
4905 },
4906 "postcss": {
4907 "optional": true
4908 },
4909 "tsx": {
4910 "optional": true
4911 },
4912 "yaml": {
4913 "optional": true
4914 }
4915 }
4916 },
4917 "node_modules/postcss-nested": {
4918 "version": "6.2.0",
4919 "dev": true,
4920 "funding": [
4921 {
4922 "type": "opencollective",
4923 "url": "https://opencollective.com/postcss/"
4924 },
4925 {
4926 "type": "github",
4927 "url": "https://github.com/sponsors/ai"
4928 }
4929 ],
4930 "license": "MIT",
4931 "dependencies": {
4932 "postcss-selector-parser": "^6.1.1"
4933 },
4934 "engines": {
4935 "node": ">=12.0"
4936 },
4937 "peerDependencies": {
4938 "postcss": "^8.2.14"
4939 }
4940 },
4941 "node_modules/postcss-nested/node_modules/postcss-selector-parser": {
4942 "version": "6.1.2",
4943 "dev": true,
4944 "license": "MIT",
4945 "dependencies": {
4946 "cssesc": "^3.0.0",
4947 "util-deprecate": "^1.0.2"
4948 },
4949 "engines": {
4950 "node": ">=4"
4951 }
4952 },
4953 "node_modules/postcss-selector-parser": {
4954 "version": "6.0.10",
4955 "dev": true,
4956 "license": "MIT",
4957 "dependencies": {
4958 "cssesc": "^3.0.0",
4959 "util-deprecate": "^1.0.2"
4960 },
4961 "engines": {
4962 "node": ">=4"
4963 }
4964 },
4965 "node_modules/postcss-value-parser": {
4966 "version": "4.2.0",
4967 "dev": true,
4968 "license": "MIT"
4969 },
4970 "node_modules/prismjs": {
4971 "version": "1.30.0",
4972 "license": "MIT",
4973 "engines": {
4974 "node": ">=6"
4975 }
4976 },
4977 "node_modules/property-information": {
4978 "version": "7.1.0",
4979 "license": "MIT",
4980 "funding": {
4981 "type": "github",
4982 "url": "https://github.com/sponsors/wooorm"
4983 }
4984 },
4985 "node_modules/proxy-from-env": {
4986 "version": "2.1.0",
4987 "resolved": "https://registry.npmjs.org/proxy-from-env/-/proxy-from-env-2.1.0.tgz",
4988 "integrity": "sha512-cJ+oHTW1VAEa8cJslgmUZrc+sjRKgAKl3Zyse6+PV38hZe/V6Z14TbCuXcan9F9ghlz4QrFr2c92TNF82UkYHA==",
4989 "license": "MIT",
4990 "engines": {
4991 "node": ">=10"
4992 }
4993 },
4994 "node_modules/queue-microtask": {
4995 "version": "1.2.3",
4996 "dev": true,
4997 "funding": [
4998 {
4999 "type": "github",
5000 "url": "https://github.com/sponsors/feross"
5001 },
5002 {
5003 "type": "patreon",
5004 "url": "https://www.patreon.com/feross"
5005 },
5006 {
5007 "type": "consulting",
5008 "url": "https://feross.org/support"
5009 }
5010 ],
5011 "license": "MIT"
5012 },
5013 "node_modules/react": {
5014 "version": "18.3.1",
5015 "license": "MIT",
5016 "dependencies": {
5017 "loose-envify": "^1.1.0"
5018 },
5019 "engines": {
5020 "node": ">=0.10.0"
5021 }
5022 },
5023 "node_modules/react-dom": {
5024 "version": "18.3.1",
5025 "license": "MIT",
5026 "dependencies": {
5027 "loose-envify": "^1.1.0",
5028 "scheduler": "^0.23.2"
5029 },
5030 "peerDependencies": {
5031 "react": "^18.3.1"
5032 }
5033 },
5034 "node_modules/react-i18next": {
5035 "version": "17.0.4",
5036 "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-17.0.4.tgz",
5037 "integrity": "sha512-hQipmK4EF0y6RO6tt6WuqnmWpWYEXmQUUzecmMBuNsIgYd3smXcG4GtYPWhvgxn0pqMOItKlEO8H24HCs5hc3g==",
5038 "license": "MIT",
5039 "dependencies": {
5040 "@babel/runtime": "^7.29.2",
5041 "html-parse-stringify": "^3.0.1",
5042 "use-sync-external-store": "^1.6.0"
5043 },
5044 "peerDependencies": {
5045 "i18next": ">= 26.0.1",
5046 "react": ">= 16.8.0",
5047 "typescript": "^5 || ^6"
5048 },
5049 "peerDependenciesMeta": {
5050 "react-dom": {
5051 "optional": true
5052 },
5053 "react-native": {
5054 "optional": true
5055 },
5056 "typescript": {
5057 "optional": true
5058 }
5059 }
5060 },
5061 "node_modules/react-markdown": {
5062 "version": "9.1.0",
5063 "license": "MIT",
5064 "dependencies": {
5065 "@types/hast": "^3.0.0",
5066 "@types/mdast": "^4.0.0",
5067 "devlop": "^1.0.0",
5068 "hast-util-to-jsx-runtime": "^2.0.0",
5069 "html-url-attributes": "^3.0.0",
5070 "mdast-util-to-hast": "^13.0.0",
5071 "remark-parse": "^11.0.0",
5072 "remark-rehype": "^11.0.0",
5073 "unified": "^11.0.0",
5074 "unist-util-visit": "^5.0.0",
5075 "vfile": "^6.0.0"
5076 },
5077 "funding": {
5078 "type": "opencollective",
5079 "url": "https://opencollective.com/unified"
5080 },
5081 "peerDependencies": {
5082 "@types/react": ">=18",
5083 "react": ">=18"
5084 }
5085 },
5086 "node_modules/react-refresh": {
5087 "version": "0.18.0",
5088 "resolved": "https://registry.npmjs.org/react-refresh/-/react-refresh-0.18.0.tgz",
5089 "integrity": "sha512-QgT5//D3jfjJb6Gsjxv0Slpj23ip+HtOpnNgnb2S5zU3CB26G/IDPGoy4RJB42wzFE46DRsstbW6tKHoKbhAxw==",
5090 "dev": true,
5091 "license": "MIT",
5092 "engines": {
5093 "node": ">=0.10.0"
5094 }
5095 },
5096 "node_modules/react-remove-scroll": {
5097 "version": "2.7.2",
5098 "license": "MIT",
5099 "dependencies": {
5100 "react-remove-scroll-bar": "^2.3.7",
5101 "react-style-singleton": "^2.2.3",
5102 "tslib": "^2.1.0",
5103 "use-callback-ref": "^1.3.3",
5104 "use-sidecar": "^1.1.3"
5105 },
5106 "engines": {
5107 "node": ">=10"
5108 },
5109 "peerDependencies": {
5110 "@types/react": "*",
5111 "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc"
5112 },
5113 "peerDependenciesMeta": {
5114 "@types/react": {
5115 "optional": true
5116 }
5117 }
5118 },
5119 "node_modules/react-remove-scroll-bar": {
5120 "version": "2.3.8",
5121 "license": "MIT",
5122 "dependencies": {
5123 "react-style-singleton": "^2.2.2",
5124 "tslib": "^2.0.0"
5125 },
5126 "engines": {
5127 "node": ">=10"
5128 },
5129 "peerDependencies": {
5130 "@types/react": "*",
5131 "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
5132 },
5133 "peerDependenciesMeta": {
5134 "@types/react": {
5135 "optional": true
5136 }
5137 }
5138 },
5139 "node_modules/react-router": {
5140 "version": "7.18.2",
5141 "resolved": "https://registry.npmjs.org/react-router/-/react-router-7.18.2.tgz",
5142 "integrity": "sha512-aUVMjFm3GAPTTZL7oYr5E7ETiqfQCHRLH+B+5afnICvf0r7kkK4eR6SMuwbSTJw/7t+12khT/Kahij49fqOCIg==",
5143 "license": "MIT",
5144 "dependencies": {
5145 "cookie": "^1.0.1",
5146 "set-cookie-parser": "^2.6.0"
5147 },
5148 "engines": {
5149 "node": ">=20.0.0"
5150 },
5151 "peerDependencies": {
5152 "react": ">=18",
5153 "react-dom": ">=18"
5154 },
5155 "peerDependenciesMeta": {
5156 "react-dom": {
5157 "optional": true
5158 }
5159 }
5160 },
5161 "node_modules/react-style-singleton": {
5162 "version": "2.2.3",
5163 "license": "MIT",
5164 "dependencies": {
5165 "get-nonce": "^1.0.0",
5166 "tslib": "^2.0.0"
5167 },
5168 "engines": {
5169 "node": ">=10"
5170 },
5171 "peerDependencies": {
5172 "@types/react": "*",
5173 "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc"
5174 },
5175 "peerDependenciesMeta": {
5176 "@types/react": {
5177 "optional": true
5178 }
5179 }
5180 },
5181 "node_modules/react-syntax-highlighter": {
5182 "version": "16.1.1",
5183 "resolved": "https://registry.npmjs.org/react-syntax-highlighter/-/react-syntax-highlighter-16.1.1.tgz",
5184 "integrity": "sha512-PjVawBGy80C6YbC5DDZJeUjBmC7skaoEUdvfFQediQHgCL7aKyVHe57SaJGfQsloGDac+gCpTfRdtxzWWKmCXA==",
5185 "license": "MIT",
5186 "dependencies": {
5187 "@babel/runtime": "^7.28.4",
5188 "highlight.js": "^10.4.1",
5189 "highlightjs-vue": "^1.0.0",
5190 "lowlight": "^1.17.0",
5191 "prismjs": "^1.30.0",
5192 "refractor": "^5.0.0"
5193 },
5194 "engines": {
5195 "node": ">= 16.20.2"
5196 },
5197 "peerDependencies": {
5198 "react": ">= 0.14.0"
5199 }
5200 },
5201 "node_modules/read-cache": {
5202 "version": "1.0.0",
5203 "dev": true,
5204 "license": "MIT",
5205 "dependencies": {
5206 "pify": "^2.3.0"
5207 }
5208 },
5209 "node_modules/readdirp": {
5210 "version": "3.6.0",
5211 "dev": true,
5212 "license": "MIT",
5213 "dependencies": {
5214 "picomatch": "^2.2.1"
5215 },
5216 "engines": {
5217 "node": ">=8.10.0"
5218 }
5219 },
5220 "node_modules/readdirp/node_modules/picomatch": {
5221 "version": "2.3.2",
5222 "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.2.tgz",
5223 "integrity": "sha512-V7+vQEJ06Z+c5tSye8S+nHUfI51xoXIXjHQ99cQtKUkQqqO1kO/KCJUfZXuB47h/YBlDhah2H3hdUGXn8ie0oA==",
5224 "dev": true,
5225 "license": "MIT",
5226 "engines": {
5227 "node": ">=8.6"
5228 },
5229 "funding": {
5230 "url": "https://github.com/sponsors/jonschlinkert"
5231 }
5232 },
5233 "node_modules/refractor": {
5234 "version": "5.0.0",
5235 "resolved": "https://registry.npmjs.org/refractor/-/refractor-5.0.0.tgz",
5236 "integrity": "sha512-QXOrHQF5jOpjjLfiNk5GFnWhRXvxjUVnlFxkeDmewR5sXkr3iM46Zo+CnRR8B+MDVqkULW4EcLVcRBNOPXHosw==",
5237 "license": "MIT",
5238 "dependencies": {
5239 "@types/hast": "^3.0.0",
5240 "@types/prismjs": "^1.0.0",
5241 "hastscript": "^9.0.0",
5242 "parse-entities": "^4.0.0"
5243 },
5244 "funding": {
5245 "type": "github",
5246 "url": "https://github.com/sponsors/wooorm"
5247 }
5248 },
5249 "node_modules/rehype-katex": {
5250 "version": "7.0.1",
5251 "license": "MIT",
5252 "dependencies": {
5253 "@types/hast": "^3.0.0",
5254 "@types/katex": "^0.16.0",
5255 "hast-util-from-html-isomorphic": "^2.0.0",
5256 "hast-util-to-text": "^4.0.0",
5257 "katex": "^0.16.0",
5258 "unist-util-visit-parents": "^6.0.0",
5259 "vfile": "^6.0.0"
5260 },
5261 "funding": {
5262 "type": "opencollective",
5263 "url": "https://opencollective.com/unified"
5264 }
5265 },
5266 "node_modules/remark-gfm": {
5267 "version": "4.0.1",
5268 "license": "MIT",
5269 "dependencies": {
5270 "@types/mdast": "^4.0.0",
5271 "mdast-util-gfm": "^3.0.0",
5272 "micromark-extension-gfm": "^3.0.0",
5273 "remark-parse": "^11.0.0",
5274 "remark-stringify": "^11.0.0",
5275 "unified": "^11.0.0"
5276 },
5277 "funding": {
5278 "type": "opencollective",
5279 "url": "https://opencollective.com/unified"
5280 }
5281 },
5282 "node_modules/remark-math": {
5283 "version": "6.0.0",
5284 "license": "MIT",
5285 "dependencies": {
5286 "@types/mdast": "^4.0.0",
5287 "mdast-util-math": "^3.0.0",
5288 "micromark-extension-math": "^3.0.0",
5289 "unified": "^11.0.0"
5290 },
5291 "funding": {
5292 "type": "opencollective",
5293 "url": "https://opencollective.com/unified"
5294 }
5295 },
5296 "node_modules/remark-parse": {
5297 "version": "11.0.0",
5298 "license": "MIT",
5299 "dependencies": {
5300 "@types/mdast": "^4.0.0",
5301 "mdast-util-from-markdown": "^2.0.0",
5302 "micromark-util-types": "^2.0.0",
5303 "unified": "^11.0.0"
5304 },
5305 "funding": {
5306 "type": "opencollective",
5307 "url": "https://opencollective.com/unified"
5308 }
5309 },
5310 "node_modules/remark-rehype": {
5311 "version": "11.1.2",
5312 "license": "MIT",
5313 "dependencies": {
5314 "@types/hast": "^3.0.0",
5315 "@types/mdast": "^4.0.0",
5316 "mdast-util-to-hast": "^13.0.0",
5317 "unified": "^11.0.0",
5318 "vfile": "^6.0.0"
5319 },
5320 "funding": {
5321 "type": "opencollective",
5322 "url": "https://opencollective.com/unified"
5323 }
5324 },
5325 "node_modules/remark-stringify": {
5326 "version": "11.0.0",
5327 "license": "MIT",
5328 "dependencies": {
5329 "@types/mdast": "^4.0.0",
5330 "mdast-util-to-markdown": "^2.0.0",
5331 "unified": "^11.0.0"
5332 },
5333 "funding": {
5334 "type": "opencollective",
5335 "url": "https://opencollective.com/unified"
5336 }
5337 },
5338 "node_modules/resolve": {
5339 "version": "1.22.12",
5340 "dev": true,
5341 "license": "MIT",
5342 "dependencies": {
5343 "es-errors": "^1.3.0",
5344 "is-core-module": "^2.16.1",
5345 "path-parse": "^1.0.7",
5346 "supports-preserve-symlinks-flag": "^1.0.0"
5347 },
5348 "bin": {
5349 "resolve": "bin/resolve"
5350 },
5351 "engines": {
5352 "node": ">= 0.4"
5353 },
5354 "funding": {
5355 "url": "https://github.com/sponsors/ljharb"
5356 }
5357 },
5358 "node_modules/reusify": {
5359 "version": "1.1.0",
5360 "dev": true,
5361 "license": "MIT",
5362 "engines": {
5363 "iojs": ">=1.0.0",
5364 "node": ">=0.10.0"
5365 }
5366 },
5367 "node_modules/rolldown": {
5368 "version": "1.2.6",
5369 "resolved": "https://registry.npmjs.org/rolldown/-/rolldown-1.2.6.tgz",
5370 "integrity": "sha512-vMM4q3aixf46GiF1Kok8jDPFsEpXgFWGjUHXNkNHNm+Y2adXAG2dbX91jkti3i0ZRsOlcmbuzAz1poObSHCmUA==",
5371 "dev": true,
5372 "license": "MIT",
5373 "dependencies": {
5374 "@oxc-project/types": "=0.147.0",
5375 "@rolldown/pluginutils": "^1.0.0"
5376 },
5377 "bin": {
5378 "rolldown": "bin/cli.mjs"
5379 },
5380 "engines": {
5381 "node": "^20.19.0 || >=22.12.0"
5382 },
5383 "optionalDependencies": {
5384 "@rolldown/binding-android-arm-eabi": "1.2.6",
5385 "@rolldown/binding-android-arm64": "1.2.6",
5386 "@rolldown/binding-darwin-arm64": "1.2.6",
5387 "@rolldown/binding-darwin-x64": "1.2.6",
5388 "@rolldown/binding-freebsd-x64": "1.2.6",
5389 "@rolldown/binding-linux-arm-gnueabihf": "1.2.6",
5390 "@rolldown/binding-linux-arm64-gnu": "1.2.6",
5391 "@rolldown/binding-linux-arm64-musl": "1.2.6",
5392 "@rolldown/binding-linux-ppc64-gnu": "1.2.6",
5393 "@rolldown/binding-linux-s390x-gnu": "1.2.6",
5394 "@rolldown/binding-linux-x64-gnu": "1.2.6",
5395 "@rolldown/binding-linux-x64-musl": "1.2.6",
5396 "@rolldown/binding-openharmony-arm64": "1.2.6",
5397 "@rolldown/binding-win32-arm64-msvc": "1.2.6",
5398 "@rolldown/binding-win32-x64-msvc": "1.2.6"
5399 }
5400 },
5401 "node_modules/rolldown/node_modules/@rolldown/pluginutils": {
5402 "version": "1.0.1",
5403 "resolved": "https://registry.npmjs.org/@rolldown/pluginutils/-/pluginutils-1.0.1.tgz",
5404 "integrity": "sha512-2j9bGt5Jh8hj+vPtgzPtl72j0yRxHAyumoo6TNfAjsLB04UtpSvPbPcDcBMxz7n+9CYB0c1GxQFxYRg2jimqGw==",
5405 "dev": true,
5406 "license": "MIT"
5407 },
5408 "node_modules/run-parallel": {
5409 "version": "1.2.0",
5410 "dev": true,
5411 "funding": [
5412 {
5413 "type": "github",
5414 "url": "https://github.com/sponsors/feross"
5415 },
5416 {
5417 "type": "patreon",
5418 "url": "https://www.patreon.com/feross"
5419 },
5420 {
5421 "type": "consulting",
5422 "url": "https://feross.org/support"
5423 }
5424 ],
5425 "license": "MIT",
5426 "dependencies": {
5427 "queue-microtask": "^1.2.2"
5428 }
5429 },
5430 "node_modules/rxjs": {
5431 "version": "7.8.2",
5432 "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-7.8.2.tgz",
5433 "integrity": "sha512-dhKf903U/PQZY6boNNtAGdWbG85WAbjT/1xYoZIC7FAY0yWapOBQVsVrDl58W86//e1VpMNBtRV4MaXfdMySFA==",
5434 "dev": true,
5435 "license": "Apache-2.0",
5436 "dependencies": {
5437 "tslib": "^2.1.0"
5438 }
5439 },
5440 "node_modules/sass": {
5441 "version": "1.100.0",
5442 "resolved": "https://registry.npmjs.org/sass/-/sass-1.100.0.tgz",
5443 "integrity": "sha512-B5j0rYMlinhhOo9tjQebMVVn0TfyXAF+wB3b2ggZUuJ/is/Y+7+JGjirAMxHZ9Z3hIP98NPfamlAkBHa1lAaXQ==",
5444 "dev": true,
5445 "license": "MIT",
5446 "optional": true,
5447 "dependencies": {
5448 "chokidar": "^5.0.0",
5449 "immutable": "^5.1.5",
5450 "source-map-js": ">=0.6.2 <2.0.0"
5451 },
5452 "bin": {
5453 "sass": "sass.js"
5454 },
5455 "engines": {
5456 "node": ">=20.19.0"
5457 },
5458 "optionalDependencies": {
5459 "@parcel/watcher": "^2.4.1"
5460 }
5461 },
5462 "node_modules/sass-embedded": {
5463 "version": "1.100.0",
5464 "resolved": "https://registry.npmjs.org/sass-embedded/-/sass-embedded-1.100.0.tgz",
5465 "integrity": "sha512-Ut8wlQSk19tm7jMK6mz6cF1+e+E7tUnW2tM02zQDPnOTcVbV8qCQG8UWxZkkNlY50+hV3hqP24OOkUlMz8xBpw==",
5466 "dev": true,
5467 "license": "MIT",
5468 "dependencies": {
5469 "@bufbuild/protobuf": "^2.5.0",
5470 "colorjs.io": "^0.5.0",
5471 "immutable": "^5.1.5",
5472 "rxjs": "^7.4.0",
5473 "supports-color": "^8.1.1",
5474 "sync-child-process": "^1.0.2",
5475 "varint": "^6.0.0"
5476 },
5477 "bin": {
5478 "sass": "dist/bin/sass.js"
5479 },
5480 "engines": {
5481 "node": ">=16.0.0"
5482 },
5483 "optionalDependencies": {
5484 "sass-embedded-all-unknown": "1.100.0",
5485 "sass-embedded-android-arm": "1.100.0",
5486 "sass-embedded-android-arm64": "1.100.0",
5487 "sass-embedded-android-riscv64": "1.100.0",
5488 "sass-embedded-android-x64": "1.100.0",
5489 "sass-embedded-darwin-arm64": "1.100.0",
5490 "sass-embedded-darwin-x64": "1.100.0",
5491 "sass-embedded-linux-arm": "1.100.0",
5492 "sass-embedded-linux-arm64": "1.100.0",
5493 "sass-embedded-linux-musl-arm": "1.100.0",
5494 "sass-embedded-linux-musl-arm64": "1.100.0",
5495 "sass-embedded-linux-musl-riscv64": "1.100.0",
5496 "sass-embedded-linux-musl-x64": "1.100.0",
5497 "sass-embedded-linux-riscv64": "1.100.0",
5498 "sass-embedded-linux-x64": "1.100.0",
5499 "sass-embedded-unknown-all": "1.100.0",
5500 "sass-embedded-win32-arm64": "1.100.0",
5501 "sass-embedded-win32-x64": "1.100.0"
5502 }
5503 },
5504 "node_modules/sass-embedded-all-unknown": {
5505 "version": "1.100.0",
5506 "resolved": "https://registry.npmjs.org/sass-embedded-all-unknown/-/sass-embedded-all-unknown-1.100.0.tgz",
5507 "integrity": "sha512-auFtXY/kwYILmSVjtBDwyj0axcLbYYiffOKWoaXHnI5bsYwiRbBh3EneR1rpbX2ZIZCrwX93i5pxKLTZF/662Q==",
5508 "cpu": [
5509 "!arm",
5510 "!arm64",
5511 "!riscv64",
5512 "!x64"
5513 ],
5514 "dev": true,
5515 "license": "MIT",
5516 "optional": true,
5517 "dependencies": {
5518 "sass": "1.100.0"
5519 }
5520 },
5521 "node_modules/sass-embedded-android-arm": {
5522 "version": "1.100.0",
5523 "resolved": "https://registry.npmjs.org/sass-embedded-android-arm/-/sass-embedded-android-arm-1.100.0.tgz",
5524 "integrity": "sha512-70f3HgX2pFNmzpGQ86n5e6QfWn2fP4QUQGfFQK0P1XH73ZLIzLo2YqygrGKGKeeqtc5eU2Wl1/xQzhzuKnO4kw==",
5525 "cpu": [
5526 "arm"
5527 ],
5528 "dev": true,
5529 "license": "MIT",
5530 "optional": true,
5531 "os": [
5532 "android"
5533 ],
5534 "engines": {
5535 "node": ">=14.0.0"
5536 }
5537 },
5538 "node_modules/sass-embedded-android-arm64": {
5539 "version": "1.100.0",
5540 "resolved": "https://registry.npmjs.org/sass-embedded-android-arm64/-/sass-embedded-android-arm64-1.100.0.tgz",
5541 "integrity": "sha512-W+Ru9JwTnfU0UX3jSZcbqFdtKFMcYdfFwytc57h2DgnqCOIiAqI2E06mABZBZC+r3LwXCBuS5GbXAGeVgvVDkA==",
5542 "cpu": [
5543 "arm64"
5544 ],
5545 "dev": true,
5546 "license": "MIT",
5547 "optional": true,
5548 "os": [
5549 "android"
5550 ],
5551 "engines": {
5552 "node": ">=14.0.0"
5553 }
5554 },
5555 "node_modules/sass-embedded-android-riscv64": {
5556 "version": "1.100.0",
5557 "resolved": "https://registry.npmjs.org/sass-embedded-android-riscv64/-/sass-embedded-android-riscv64-1.100.0.tgz",
5558 "integrity": "sha512-icU3o0V/uCSytSpf+tX5Lf51BvyQEbLzDUJfUi9etSauYBGHpPKkdtdZH0si4v98phq11Kl8rSV1SggksxF1Hg==",
5559 "cpu": [
5560 "riscv64"
5561 ],
5562 "dev": true,
5563 "license": "MIT",
5564 "optional": true,
5565 "os": [
5566 "android"
5567 ],
5568 "engines": {
5569 "node": ">=14.0.0"
5570 }
5571 },
5572 "node_modules/sass-embedded-android-x64": {
5573 "version": "1.100.0",
5574 "resolved": "https://registry.npmjs.org/sass-embedded-android-x64/-/sass-embedded-android-x64-1.100.0.tgz",
5575 "integrity": "sha512-mevF9VQk6gEYByy8+jusaHGmd7Usb2ytX/DsEOd0JtOGCtcf1kh575xJ6OUBDIcJ15uLnbau/0iy1eP6WVBvWA==",
5576 "cpu": [
5577 "x64"
5578 ],
5579 "dev": true,
5580 "license": "MIT",
5581 "optional": true,
5582 "os": [
5583 "android"
5584 ],
5585 "engines": {
5586 "node": ">=14.0.0"
5587 }
5588 },
5589 "node_modules/sass-embedded-darwin-arm64": {
5590 "version": "1.100.0",
5591 "resolved": "https://registry.npmjs.org/sass-embedded-darwin-arm64/-/sass-embedded-darwin-arm64-1.100.0.tgz",
5592 "integrity": "sha512-1PVlYi61POo93IT/FfrG1mc1tAHxeSTyUALF2aOFmXGWjVXr3bQzEQiBGCOvQbj/ix+5hNyXFXcEMEyKvtUJJA==",
5593 "cpu": [
5594 "arm64"
5595 ],
5596 "dev": true,
5597 "license": "MIT",
5598 "optional": true,
5599 "os": [
5600 "darwin"
5601 ],
5602 "engines": {
5603 "node": ">=14.0.0"
5604 }
5605 },
5606 "node_modules/sass-embedded-darwin-x64": {
5607 "version": "1.100.0",
5608 "resolved": "https://registry.npmjs.org/sass-embedded-darwin-x64/-/sass-embedded-darwin-x64-1.100.0.tgz",
5609 "integrity": "sha512-x97o3JnGyImZNCIVs9wQHJUE5QCvmVIKaH1cwrz/5dK7OT1FpeNiW+u9TUomP9hG6Ekjd8EL8NBHpxTfIhdjmg==",
5610 "cpu": [
5611 "x64"
5612 ],
5613 "dev": true,
5614 "license": "MIT",
5615 "optional": true,
5616 "os": [
5617 "darwin"
5618 ],
5619 "engines": {
5620 "node": ">=14.0.0"
5621 }
5622 },
5623 "node_modules/sass-embedded-linux-arm": {
5624 "version": "1.100.0",
5625 "resolved": "https://registry.npmjs.org/sass-embedded-linux-arm/-/sass-embedded-linux-arm-1.100.0.tgz",
5626 "integrity": "sha512-9Ul7O1eKrc5YlhwWjkp8tZPSe3UEwSZ1uwUZOQom1HL0pRlBA6F/IlGZYFTLwnHMIP1fc77MMNaBRfc05mKMpw==",
5627 "cpu": [
5628 "arm"
5629 ],
5630 "dev": true,
5631 "license": "MIT",
5632 "optional": true,
5633 "os": [
5634 "linux"
5635 ],
5636 "engines": {
5637 "node": ">=14.0.0"
5638 }
5639 },
5640 "node_modules/sass-embedded-linux-arm64": {
5641 "version": "1.100.0",
5642 "resolved": "https://registry.npmjs.org/sass-embedded-linux-arm64/-/sass-embedded-linux-arm64-1.100.0.tgz",
5643 "integrity": "sha512-Dwjmj8Z6VRy7rAi53JAdEwIyUjpfl7PhpSc2/LpQPQx+aO5Dp7Spaipkax0ufJl1SoDUdchCsM4y/88YaluorQ==",
5644 "cpu": [
5645 "arm64"
5646 ],
5647 "dev": true,
5648 "license": "MIT",
5649 "optional": true,
5650 "os": [
5651 "linux"
5652 ],
5653 "engines": {
5654 "node": ">=14.0.0"
5655 }
5656 },
5657 "node_modules/sass-embedded-linux-musl-arm": {
5658 "version": "1.100.0",
5659 "resolved": "https://registry.npmjs.org/sass-embedded-linux-musl-arm/-/sass-embedded-linux-musl-arm-1.100.0.tgz",
5660 "integrity": "sha512-sl0JgbGloPyJg66XXx5UDSDScZ0oU85DpMQU4JU/sCUCFj1Z8zZ69SJWKTCNE4/jwnce7WI2zPCV5AG+RHOZJw==",
5661 "cpu": [
5662 "arm"
5663 ],
5664 "dev": true,
5665 "license": "MIT",
5666 "optional": true,
5667 "os": [
5668 "linux"
5669 ],
5670 "engines": {
5671 "node": ">=14.0.0"
5672 }
5673 },
5674 "node_modules/sass-embedded-linux-musl-arm64": {
5675 "version": "1.100.0",
5676 "resolved": "https://registry.npmjs.org/sass-embedded-linux-musl-arm64/-/sass-embedded-linux-musl-arm64-1.100.0.tgz",
5677 "integrity": "sha512-XpACJB2KjSLjf2e9uuvGVdOURsoNrFqgRiihhXyUHK9W0t3LIHb7z5MA/7XGPIT9bWSOO2zyw+rH/FHtDV/Yrg==",
5678 "cpu": [
5679 "arm64"
5680 ],
5681 "dev": true,
5682 "license": "MIT",
5683 "optional": true,
5684 "os": [
5685 "linux"
5686 ],
5687 "engines": {
5688 "node": ">=14.0.0"
5689 }
5690 },
5691 "node_modules/sass-embedded-linux-musl-riscv64": {
5692 "version": "1.100.0",
5693 "resolved": "https://registry.npmjs.org/sass-embedded-linux-musl-riscv64/-/sass-embedded-linux-musl-riscv64-1.100.0.tgz",
5694 "integrity": "sha512-ShvI0Kx04mwoCARwZ0UjiT97isQvzO80tAt91zmFyHLN9kelc/IrQi940farSm2xQVPCKdeVyeG0ekBsokSpYQ==",
5695 "cpu": [
5696 "riscv64"
5697 ],
5698 "dev": true,
5699 "license": "MIT",
5700 "optional": true,
5701 "os": [
5702 "linux"
5703 ],
5704 "engines": {
5705 "node": ">=14.0.0"
5706 }
5707 },
5708 "node_modules/sass-embedded-linux-musl-x64": {
5709 "version": "1.100.0",
5710 "resolved": "https://registry.npmjs.org/sass-embedded-linux-musl-x64/-/sass-embedded-linux-musl-x64-1.100.0.tgz",
5711 "integrity": "sha512-TDBCRWNuS4RDLQXvRc1gjZlWiWTWaWGp0Bwu/IKwJxov81lsvrCs3TihTyNXtW7V5aoN4Ky3r0QOkNb3mwmBnA==",
5712 "cpu": [
5713 "x64"
5714 ],
5715 "dev": true,
5716 "license": "MIT",
5717 "optional": true,
5718 "os": [
5719 "linux"
5720 ],
5721 "engines": {
5722 "node": ">=14.0.0"
5723 }
5724 },
5725 "node_modules/sass-embedded-linux-riscv64": {
5726 "version": "1.100.0",
5727 "resolved": "https://registry.npmjs.org/sass-embedded-linux-riscv64/-/sass-embedded-linux-riscv64-1.100.0.tgz",
5728 "integrity": "sha512-j4ENJGOheO+fm3j/yorLxCjBP6/XskrZx7dTLlT+lXYwN/qqCqoA/gsNLI0McS3DFM6GBwPiffzWsdWS8t6sEQ==",
5729 "cpu": [
5730 "riscv64"
5731 ],
5732 "dev": true,
5733 "license": "MIT",
5734 "optional": true,
5735 "os": [
5736 "linux"
5737 ],
5738 "engines": {
5739 "node": ">=14.0.0"
5740 }
5741 },
5742 "node_modules/sass-embedded-linux-x64": {
5743 "version": "1.100.0",
5744 "resolved": "https://registry.npmjs.org/sass-embedded-linux-x64/-/sass-embedded-linux-x64-1.100.0.tgz",
5745 "integrity": "sha512-0vUSN8j0WGtCJIOPh//EmUvYGHW0QOe5iul8qyhPk50MAcw49MA0r34AhftjDdx94ILPF6vApFs0gwHPQRlpVA==",
5746 "cpu": [
5747 "x64"
5748 ],
5749 "dev": true,
5750 "license": "MIT",
5751 "optional": true,
5752 "os": [
5753 "linux"
5754 ],
5755 "engines": {
5756 "node": ">=14.0.0"
5757 }
5758 },
5759 "node_modules/sass-embedded-unknown-all": {
5760 "version": "1.100.0",
5761 "resolved": "https://registry.npmjs.org/sass-embedded-unknown-all/-/sass-embedded-unknown-all-1.100.0.tgz",
5762 "integrity": "sha512-c+naBgWId4MIpToXcI0DgqetjdAkwTTAxFAuOaBz7HUXLdyG1oZRrEvSsbe41nEdQOKH0vgofVFCeSQgoXOG9A==",
5763 "dev": true,
5764 "license": "MIT",
5765 "optional": true,
5766 "os": [
5767 "!android",
5768 "!darwin",
5769 "!linux",
5770 "!win32"
5771 ],
5772 "dependencies": {
5773 "sass": "1.100.0"
5774 }
5775 },
5776 "node_modules/sass-embedded-win32-arm64": {
5777 "version": "1.100.0",
5778 "resolved": "https://registry.npmjs.org/sass-embedded-win32-arm64/-/sass-embedded-win32-arm64-1.100.0.tgz",
5779 "integrity": "sha512-iE+yxj+hUXwwbqpHkXxgAWTzeRfcWxJ7SSTQEPMk48lwq3oCrWLlz5sQuWHbuTK/i0GKQfROdP+hOmPi89yjUg==",
5780 "cpu": [
5781 "arm64"
5782 ],
5783 "dev": true,
5784 "license": "MIT",
5785 "optional": true,
5786 "os": [
5787 "win32"
5788 ],
5789 "engines": {
5790 "node": ">=14.0.0"
5791 }
5792 },
5793 "node_modules/sass-embedded-win32-x64": {
5794 "version": "1.100.0",
5795 "resolved": "https://registry.npmjs.org/sass-embedded-win32-x64/-/sass-embedded-win32-x64-1.100.0.tgz",
5796 "integrity": "sha512-qI4F8MI7/KYoy9NdjJfhSspG42WPkADSNDvwEV7qWvCSFC83koJssRsKO2/PfY+niZz6BG65Ic/D+A11h959hw==",
5797 "cpu": [
5798 "x64"
5799 ],
5800 "dev": true,
5801 "license": "MIT",
5802 "optional": true,
5803 "os": [
5804 "win32"
5805 ],
5806 "engines": {
5807 "node": ">=14.0.0"
5808 }
5809 },
5810 "node_modules/sass/node_modules/chokidar": {
5811 "version": "5.0.0",
5812 "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-5.0.0.tgz",
5813 "integrity": "sha512-TQMmc3w+5AxjpL8iIiwebF73dRDF4fBIieAqGn9RGCWaEVwQ6Fb2cGe31Yns0RRIzii5goJ1Y7xbMwo1TxMplw==",
5814 "dev": true,
5815 "license": "MIT",
5816 "optional": true,
5817 "dependencies": {
5818 "readdirp": "^5.0.0"
5819 },
5820 "engines": {
5821 "node": ">= 20.19.0"
5822 },
5823 "funding": {
5824 "url": "https://paulmillr.com/funding/"
5825 }
5826 },
5827 "node_modules/sass/node_modules/readdirp": {
5828 "version": "5.0.0",
5829 "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-5.0.0.tgz",
5830 "integrity": "sha512-9u/XQ1pvrQtYyMpZe7DXKv2p5CNvyVwzUB6uhLAnQwHMSgKMBR62lc7AHljaeteeHXn11XTAaLLUVZYVZyuRBQ==",
5831 "dev": true,
5832 "license": "MIT",
5833 "optional": true,
5834 "engines": {
5835 "node": ">= 20.19.0"
5836 },
5837 "funding": {
5838 "type": "individual",
5839 "url": "https://paulmillr.com/funding/"
5840 }
5841 },
5842 "node_modules/scheduler": {
5843 "version": "0.23.2",
5844 "license": "MIT",
5845 "dependencies": {
5846 "loose-envify": "^1.1.0"
5847 }
5848 },
5849 "node_modules/semver": {
5850 "version": "6.3.1",
5851 "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
5852 "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
5853 "dev": true,
5854 "license": "ISC",
5855 "bin": {
5856 "semver": "bin/semver.js"
5857 }
5858 },
5859 "node_modules/set-cookie-parser": {
5860 "version": "2.7.2",
5861 "resolved": "https://registry.npmjs.org/set-cookie-parser/-/set-cookie-parser-2.7.2.tgz",
5862 "integrity": "sha512-oeM1lpU/UvhTxw+g3cIfxXHyJRc/uidd3yK1P242gzHds0udQBYzs3y8j4gCCW+ZJ7ad0yctld8RYO+bdurlvw==",
5863 "license": "MIT"
5864 },
5865 "node_modules/source-map-js": {
5866 "version": "1.2.1",
5867 "dev": true,
5868 "license": "BSD-3-Clause",
5869 "engines": {
5870 "node": ">=0.10.0"
5871 }
5872 },
5873 "node_modules/space-separated-tokens": {
5874 "version": "2.0.2",
5875 "license": "MIT",
5876 "funding": {
5877 "type": "github",
5878 "url": "https://github.com/sponsors/wooorm"
5879 }
5880 },
5881 "node_modules/stringify-entities": {
5882 "version": "4.0.4",
5883 "license": "MIT",
5884 "dependencies": {
5885 "character-entities-html4": "^2.0.0",
5886 "character-entities-legacy": "^3.0.0"
5887 },
5888 "funding": {
5889 "type": "github",
5890 "url": "https://github.com/sponsors/wooorm"
5891 }
5892 },
5893 "node_modules/style-to-js": {
5894 "version": "1.1.21",
5895 "license": "MIT",
5896 "dependencies": {
5897 "style-to-object": "1.0.14"
5898 }
5899 },
5900 "node_modules/style-to-object": {
5901 "version": "1.0.14",
5902 "license": "MIT",
5903 "dependencies": {
5904 "inline-style-parser": "0.2.7"
5905 }
5906 },
5907 "node_modules/sucrase": {
5908 "version": "3.35.1",
5909 "dev": true,
5910 "license": "MIT",
5911 "dependencies": {
5912 "@jridgewell/gen-mapping": "^0.3.2",
5913 "commander": "^4.0.0",
5914 "lines-and-columns": "^1.1.6",
5915 "mz": "^2.7.0",
5916 "pirates": "^4.0.1",
5917 "tinyglobby": "^0.2.11",
5918 "ts-interface-checker": "^0.1.9"
5919 },
5920 "bin": {
5921 "sucrase": "bin/sucrase",
5922 "sucrase-node": "bin/sucrase-node"
5923 },
5924 "engines": {
5925 "node": ">=16 || 14 >=14.17"
5926 }
5927 },
5928 "node_modules/sucrase/node_modules/commander": {
5929 "version": "4.1.1",
5930 "dev": true,
5931 "license": "MIT",
5932 "engines": {
5933 "node": ">= 6"
5934 }
5935 },
5936 "node_modules/supports-color": {
5937 "version": "8.1.1",
5938 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
5939 "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
5940 "dev": true,
5941 "license": "MIT",
5942 "dependencies": {
5943 "has-flag": "^4.0.0"
5944 },
5945 "engines": {
5946 "node": ">=10"
5947 },
5948 "funding": {
5949 "url": "https://github.com/chalk/supports-color?sponsor=1"
5950 }
5951 },
5952 "node_modules/supports-preserve-symlinks-flag": {
5953 "version": "1.0.0",
5954 "dev": true,
5955 "license": "MIT",
5956 "engines": {
5957 "node": ">= 0.4"
5958 },
5959 "funding": {
5960 "url": "https://github.com/sponsors/ljharb"
5961 }
5962 },
5963 "node_modules/sync-child-process": {
5964 "version": "1.0.2",
5965 "resolved": "https://registry.npmjs.org/sync-child-process/-/sync-child-process-1.0.2.tgz",
5966 "integrity": "sha512-8lD+t2KrrScJ/7KXCSyfhT3/hRq78rC0wBFqNJXv3mZyn6hW2ypM05JmlSvtqRbeq6jqA94oHbxAr2vYsJ8vDA==",
5967 "dev": true,
5968 "license": "MIT",
5969 "dependencies": {
5970 "sync-message-port": "^1.0.0"
5971 },
5972 "engines": {
5973 "node": ">=16.0.0"
5974 }
5975 },
5976 "node_modules/sync-message-port": {
5977 "version": "1.2.0",
5978 "resolved": "https://registry.npmjs.org/sync-message-port/-/sync-message-port-1.2.0.tgz",
5979 "integrity": "sha512-gAQ9qrUN/UCypHtGFbbe7Rc/f9bzO88IwrG8TDo/aMKAApKyD6E3W4Cm0EfhfBb6Z6SKt59tTCTfD+n1xmAvMg==",
5980 "dev": true,
5981 "license": "MIT",
5982 "engines": {
5983 "node": ">=16.0.0"
5984 }
5985 },
5986 "node_modules/tailwind-merge": {
5987 "version": "2.6.1",
5988 "license": "MIT",
5989 "funding": {
5990 "type": "github",
5991 "url": "https://github.com/sponsors/dcastil"
5992 }
5993 },
5994 "node_modules/tailwindcss": {
5995 "version": "3.4.19",
5996 "dev": true,
5997 "license": "MIT",
5998 "dependencies": {
5999 "@alloc/quick-lru": "^5.2.0",
6000 "arg": "^5.0.2",
6001 "chokidar": "^3.6.0",
6002 "didyoumean": "^1.2.2",
6003 "dlv": "^1.1.3",
6004 "fast-glob": "^3.3.2",
6005 "glob-parent": "^6.0.2",
6006 "is-glob": "^4.0.3",
6007 "jiti": "^1.21.7",
6008 "lilconfig": "^3.1.3",
6009 "micromatch": "^4.0.8",
6010 "normalize-path": "^3.0.0",
6011 "object-hash": "^3.0.0",
6012 "picocolors": "^1.1.1",
6013 "postcss": "^8.4.47",
6014 "postcss-import": "^15.1.0",
6015 "postcss-js": "^4.0.1",
6016 "postcss-load-config": "^4.0.2 || ^5.0 || ^6.0",
6017 "postcss-nested": "^6.2.0",
6018 "postcss-selector-parser": "^6.1.2",
6019 "resolve": "^1.22.8",
6020 "sucrase": "^3.35.0"
6021 },
6022 "bin": {
6023 "tailwind": "lib/cli.js",
6024 "tailwindcss": "lib/cli.js"
6025 },
6026 "engines": {
6027 "node": ">=14.0.0"
6028 }
6029 },
6030 "node_modules/tailwindcss-animate": {
6031 "version": "1.0.7",
6032 "dev": true,
6033 "license": "MIT",
6034 "peerDependencies": {
6035 "tailwindcss": ">=3.0.0 || insiders"
6036 }
6037 },
6038 "node_modules/tailwindcss/node_modules/postcss-selector-parser": {
6039 "version": "6.1.2",
6040 "dev": true,
6041 "license": "MIT",
6042 "dependencies": {
6043 "cssesc": "^3.0.0",
6044 "util-deprecate": "^1.0.2"
6045 },
6046 "engines": {
6047 "node": ">=4"
6048 }
6049 },
6050 "node_modules/thenify": {
6051 "version": "3.3.1",
6052 "dev": true,
6053 "license": "MIT",
6054 "dependencies": {
6055 "any-promise": "^1.0.0"
6056 }
6057 },
6058 "node_modules/thenify-all": {
6059 "version": "1.6.0",
6060 "dev": true,
6061 "license": "MIT",
6062 "dependencies": {
6063 "thenify": ">= 3.1.0 < 4"
6064 },
6065 "engines": {
6066 "node": ">=0.8"
6067 }
6068 },
6069 "node_modules/tinyglobby": {
6070 "version": "0.2.17",
6071 "resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.17.tgz",
6072 "integrity": "sha512-wXR/dYpcqKmfWpEdZjiKJOwCNFndD0DMnrW/cYjVGttEkBfVgcLFHoNrlj47mjOVic9yyNu65alsgF4NQyTa2g==",
6073 "dev": true,
6074 "license": "MIT",
6075 "dependencies": {
6076 "fdir": "^6.5.0",
6077 "picomatch": "^4.0.4"
6078 },
6079 "engines": {
6080 "node": ">=12.0.0"
6081 },
6082 "funding": {
6083 "url": "https://github.com/sponsors/SuperchupuDev"
6084 }
6085 },
6086 "node_modules/to-regex-range": {
6087 "version": "5.0.1",
6088 "dev": true,
6089 "license": "MIT",
6090 "dependencies": {
6091 "is-number": "^7.0.0"
6092 },
6093 "engines": {
6094 "node": ">=8.0"
6095 }
6096 },
6097 "node_modules/trim-lines": {
6098 "version": "3.0.1",
6099 "license": "MIT",
6100 "funding": {
6101 "type": "github",
6102 "url": "https://github.com/sponsors/wooorm"
6103 }
6104 },
6105 "node_modules/trough": {
6106 "version": "2.2.0",
6107 "license": "MIT",
6108 "funding": {
6109 "type": "github",
6110 "url": "https://github.com/sponsors/wooorm"
6111 }
6112 },
6113 "node_modules/ts-interface-checker": {
6114 "version": "0.1.13",
6115 "dev": true,
6116 "license": "Apache-2.0"
6117 },
6118 "node_modules/tslib": {
6119 "version": "2.8.1",
6120 "license": "0BSD"
6121 },
6122 "node_modules/typescript": {
6123 "version": "5.9.3",
6124 "devOptional": true,
6125 "license": "Apache-2.0",
6126 "bin": {
6127 "tsc": "bin/tsc",
6128 "tsserver": "bin/tsserver"
6129 },
6130 "engines": {
6131 "node": ">=14.17"
6132 }
6133 },
6134 "node_modules/undici-types": {
6135 "version": "6.21.0",
6136 "dev": true,
6137 "license": "MIT"
6138 },
6139 "node_modules/unified": {
6140 "version": "11.0.5",
6141 "license": "MIT",
6142 "dependencies": {
6143 "@types/unist": "^3.0.0",
6144 "bail": "^2.0.0",
6145 "devlop": "^1.0.0",
6146 "extend": "^3.0.0",
6147 "is-plain-obj": "^4.0.0",
6148 "trough": "^2.0.0",
6149 "vfile": "^6.0.0"
6150 },
6151 "funding": {
6152 "type": "opencollective",
6153 "url": "https://opencollective.com/unified"
6154 }
6155 },
6156 "node_modules/unist-util-find-after": {
6157 "version": "5.0.0",
6158 "license": "MIT",
6159 "dependencies": {
6160 "@types/unist": "^3.0.0",
6161 "unist-util-is": "^6.0.0"
6162 },
6163 "funding": {
6164 "type": "opencollective",
6165 "url": "https://opencollective.com/unified"
6166 }
6167 },
6168 "node_modules/unist-util-is": {
6169 "version": "6.0.1",
6170 "license": "MIT",
6171 "dependencies": {
6172 "@types/unist": "^3.0.0"
6173 },
6174 "funding": {
6175 "type": "opencollective",
6176 "url": "https://opencollective.com/unified"
6177 }
6178 },
6179 "node_modules/unist-util-position": {
6180 "version": "5.0.0",
6181 "license": "MIT",
6182 "dependencies": {
6183 "@types/unist": "^3.0.0"
6184 },
6185 "funding": {
6186 "type": "opencollective",
6187 "url": "https://opencollective.com/unified"
6188 }
6189 },
6190 "node_modules/unist-util-remove-position": {
6191 "version": "5.0.0",
6192 "license": "MIT",
6193 "dependencies": {
6194 "@types/unist": "^3.0.0",
6195 "unist-util-visit": "^5.0.0"
6196 },
6197 "funding": {
6198 "type": "opencollective",
6199 "url": "https://opencollective.com/unified"
6200 }
6201 },
6202 "node_modules/unist-util-stringify-position": {
6203 "version": "4.0.0",
6204 "license": "MIT",
6205 "dependencies": {
6206 "@types/unist": "^3.0.0"
6207 },
6208 "funding": {
6209 "type": "opencollective",
6210 "url": "https://opencollective.com/unified"
6211 }
6212 },
6213 "node_modules/unist-util-visit": {
6214 "version": "5.1.0",
6215 "license": "MIT",
6216 "dependencies": {
6217 "@types/unist": "^3.0.0",
6218 "unist-util-is": "^6.0.0",
6219 "unist-util-visit-parents": "^6.0.0"
6220 },
6221 "funding": {
6222 "type": "opencollective",
6223 "url": "https://opencollective.com/unified"
6224 }
6225 },
6226 "node_modules/unist-util-visit-parents": {
6227 "version": "6.0.2",
6228 "license": "MIT",
6229 "dependencies": {
6230 "@types/unist": "^3.0.0",
6231 "unist-util-is": "^6.0.0"
6232 },
6233 "funding": {
6234 "type": "opencollective",
6235 "url": "https://opencollective.com/unified"
6236 }
6237 },
6238 "node_modules/update-browserslist-db": {
6239 "version": "1.2.3",
6240 "dev": true,
6241 "funding": [
6242 {
6243 "type": "opencollective",
6244 "url": "https://opencollective.com/browserslist"
6245 },
6246 {
6247 "type": "tidelift",
6248 "url": "https://tidelift.com/funding/github/npm/browserslist"
6249 },
6250 {
6251 "type": "github",
6252 "url": "https://github.com/sponsors/ai"
6253 }
6254 ],
6255 "license": "MIT",
6256 "dependencies": {
6257 "escalade": "^3.2.0",
6258 "picocolors": "^1.1.1"
6259 },
6260 "bin": {
6261 "update-browserslist-db": "cli.js"
6262 },
6263 "peerDependencies": {
6264 "browserslist": ">= 4.21.0"
6265 }
6266 },
6267 "node_modules/use-callback-ref": {
6268 "version": "1.3.3",
6269 "license": "MIT",
6270 "dependencies": {
6271 "tslib": "^2.0.0"
6272 },
6273 "engines": {
6274 "node": ">=10"
6275 },
6276 "peerDependencies": {
6277 "@types/react": "*",
6278 "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc"
6279 },
6280 "peerDependenciesMeta": {
6281 "@types/react": {
6282 "optional": true
6283 }
6284 }
6285 },
6286 "node_modules/use-sidecar": {
6287 "version": "1.1.3",
6288 "license": "MIT",
6289 "dependencies": {
6290 "detect-node-es": "^1.1.0",
6291 "tslib": "^2.0.0"
6292 },
6293 "engines": {
6294 "node": ">=10"
6295 },
6296 "peerDependencies": {
6297 "@types/react": "*",
6298 "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc"
6299 },
6300 "peerDependenciesMeta": {
6301 "@types/react": {
6302 "optional": true
6303 }
6304 }
6305 },
6306 "node_modules/use-sync-external-store": {
6307 "version": "1.6.0",
6308 "license": "MIT",
6309 "peerDependencies": {
6310 "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
6311 }
6312 },
6313 "node_modules/util-deprecate": {
6314 "version": "1.0.2",
6315 "dev": true,
6316 "license": "MIT"
6317 },
6318 "node_modules/varint": {
6319 "version": "6.0.0",
6320 "resolved": "https://registry.npmjs.org/varint/-/varint-6.0.0.tgz",
6321 "integrity": "sha512-cXEIW6cfr15lFv563k4GuVuW/fiwjknytD37jIOLSdSWuOI6WnO/oKwmP2FQTU2l01LP8/M5TSAJpzUaGe3uWg==",
6322 "dev": true,
6323 "license": "MIT"
6324 },
6325 "node_modules/vfile": {
6326 "version": "6.0.3",
6327 "license": "MIT",
6328 "dependencies": {
6329 "@types/unist": "^3.0.0",
6330 "vfile-message": "^4.0.0"
6331 },
6332 "funding": {
6333 "type": "opencollective",
6334 "url": "https://opencollective.com/unified"
6335 }
6336 },
6337 "node_modules/vfile-location": {
6338 "version": "5.0.3",
6339 "license": "MIT",
6340 "dependencies": {
6341 "@types/unist": "^3.0.0",
6342 "vfile": "^6.0.0"
6343 },
6344 "funding": {
6345 "type": "opencollective",
6346 "url": "https://opencollective.com/unified"
6347 }
6348 },
6349 "node_modules/vfile-message": {
6350 "version": "4.0.3",
6351 "license": "MIT",
6352 "dependencies": {
6353 "@types/unist": "^3.0.0",
6354 "unist-util-stringify-position": "^4.0.0"
6355 },
6356 "funding": {
6357 "type": "opencollective",
6358 "url": "https://opencollective.com/unified"
6359 }
6360 },
6361 "node_modules/vite": {
6362 "version": "8.2.2",
6363 "resolved": "https://registry.npmjs.org/vite/-/vite-8.2.2.tgz",
6364 "integrity": "sha512-cFKLV/PRgAUlIRm5WjMjJ86jrftzpqcgH+Us+DS8mI3CDNiH30Whrz8uHL3+MOLPAgqbMBAqWdAHAphOAM+z/Q==",
6365 "dev": true,
6366 "license": "MIT",
6367 "dependencies": {
6368 "lightningcss": "^1.33.0",
6369 "picomatch": "^4.0.5",
6370 "postcss": "^8.5.26",
6371 "rolldown": "~1.2.4",
6372 "tinyglobby": "^0.2.17"
6373 },
6374 "bin": {
6375 "vite": "bin/vite.js"
6376 },
6377 "engines": {
6378 "node": "^20.19.0 || >=22.12.0"
6379 },
6380 "funding": {
6381 "url": "https://github.com/vitejs/vite?sponsor=1"
6382 },
6383 "optionalDependencies": {
6384 "fsevents": "~2.3.3"
6385 },
6386 "peerDependencies": {
6387 "@types/node": "^20.19.0 || >=22.12.0",
6388 "@vitejs/devtools": "^0.4.0 || ^0.5.0",
6389 "esbuild": "^0.27.0 || ^0.28.0",
6390 "jiti": ">=1.21.0",
6391 "less": "^4.0.0",
6392 "sass": "^1.70.0",
6393 "sass-embedded": "^1.70.0",
6394 "stylus": ">=0.54.8",
6395 "sugarss": "^5.0.0",
6396 "terser": "^5.16.0",
6397 "tsx": "^4.8.1",
6398 "yaml": "^2.4.2"
6399 },
6400 "peerDependenciesMeta": {
6401 "@types/node": {
6402 "optional": true
6403 },
6404 "@vitejs/devtools": {
6405 "optional": true
6406 },
6407 "esbuild": {
6408 "optional": true
6409 },
6410 "jiti": {
6411 "optional": true
6412 },
6413 "less": {
6414 "optional": true
6415 },
6416 "sass": {
6417 "optional": true
6418 },
6419 "sass-embedded": {
6420 "optional": true
6421 },
6422 "stylus": {
6423 "optional": true
6424 },
6425 "sugarss": {
6426 "optional": true
6427 },
6428 "terser": {
6429 "optional": true
6430 },
6431 "tsx": {
6432 "optional": true
6433 },
6434 "yaml": {
6435 "optional": true
6436 }
6437 }
6438 },
6439 "node_modules/void-elements": {
6440 "version": "3.1.0",
6441 "resolved": "https://registry.npmjs.org/void-elements/-/void-elements-3.1.0.tgz",
6442 "integrity": "sha512-Dhxzh5HZuiHQhbvTW9AMetFfBHDMYpo23Uo9btPXgdYP+3T5S+p+jgNy7spra+veYhBP2dCSgxR/i2Y02h5/6w==",
6443 "license": "MIT",
6444 "engines": {
6445 "node": ">=0.10.0"
6446 }
6447 },
6448 "node_modules/web-namespaces": {
6449 "version": "2.0.1",
6450 "license": "MIT",
6451 "funding": {
6452 "type": "github",
6453 "url": "https://github.com/sponsors/wooorm"
6454 }
6455 },
6456 "node_modules/yallist": {
6457 "version": "3.1.1",
6458 "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz",
6459 "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==",
6460 "dev": true,
6461 "license": "ISC"
6462 },
6463 "node_modules/zwitch": {
6464 "version": "2.0.4",
6465 "license": "MIT",
6466 "funding": {
6467 "type": "github",
6468 "url": "https://github.com/sponsors/wooorm"
6469 }
6470 }
6471 }
6472 }
6473
6473 lines JSON