1{
2 "name": "seqlab",
3 "version": "0.0.0",
4 "lockfileVersion": 3,
5 "requires": true,
6 "packages": {
7 "": {
8 "name": "seqlab",
9 "version": "0.0.0",
10 "dependencies": {
11 "@codemirror/language": "^6.11.3",
12 "@codemirror/legacy-modes": "^6.5.2",
13 "@codemirror/theme-one-dark": "^6.1.3",
14 "codemirror": "^6.0.2",
15 "numbl": "^0.4.18",
16 "react": "^19.2.7",
17 "react-dom": "^19.2.7"
18 },
19 "devDependencies": {
20 "@types/node": "^24.13.2",
21 "@types/react": "^19.2.17",
22 "@types/react-dom": "^19.2.3",
23 "@vitejs/plugin-react": "^6.0.3",
24 "oxlint": "^1.71.0",
25 "typescript": "~6.0.2",
26 "vite": "^8.1.1"
27 }
28 },
29 "node_modules/@babel/runtime": {
30 "version": "7.29.7",
31 "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.29.7.tgz",
32 "integrity": "sha512-Nq8OhGWiZIZGV6hLHoyAKLLcJihP/xFeBMGJoUrxTX2psI8dCifzLhZISFb+VWS3wFMRDmCGw5R+dOySCqPLhw==",
33 "license": "MIT",
34 "engines": {
35 "node": ">=6.9.0"
36 }
37 },
38 "node_modules/@codemirror/autocomplete": {
39 "version": "6.20.3",
40 "resolved": "https://registry.npmjs.org/@codemirror/autocomplete/-/autocomplete-6.20.3.tgz",
41 "integrity": "sha512-tlosUqb+3BbxCxZdu4tKeRghPFC+QM7q4X5YhKV2eCmPG+1r2F3f4AaSz5sCrFqUtX4Jh20VFTKecl16MgiV9g==",
42 "license": "MIT",
43 "dependencies": {
44 "@codemirror/language": "^6.0.0",
45 "@codemirror/state": "^6.0.0",
46 "@codemirror/view": "^6.17.0",
47 "@lezer/common": "^1.0.0"
48 }
49 },
50 "node_modules/@codemirror/commands": {
51 "version": "6.10.4",
52 "resolved": "https://registry.npmjs.org/@codemirror/commands/-/commands-6.10.4.tgz",
53 "integrity": "sha512-Ryk9y9T0FFVF0cUGhAknveAyUOl/A1qReTFi+qPKtOh2Z9F4AUBz3XOrYD4ZEgZirdugVzHvd/2/Wcwy5OliTg==",
54 "license": "MIT",
55 "dependencies": {
56 "@codemirror/language": "^6.0.0",
57 "@codemirror/state": "^6.7.0",
58 "@codemirror/view": "^6.27.0",
59 "@lezer/common": "^1.1.0"
60 }
61 },
62 "node_modules/@codemirror/language": {
63 "version": "6.12.4",
64 "resolved": "https://registry.npmjs.org/@codemirror/language/-/language-6.12.4.tgz",
65 "integrity": "sha512-1q4PaT+o6PbgpkJt4Q8Fv5XJxTy4FUZ4MWETtyiDw3J0Pyr9E2vqcKL+k9wcvjNTIsauxvE7OfmWj3FRPHQ76A==",
66 "license": "MIT",
67 "dependencies": {
68 "@codemirror/state": "^6.0.0",
69 "@codemirror/view": "^6.23.0",
70 "@lezer/common": "^1.5.0",
71 "@lezer/highlight": "^1.0.0",
72 "@lezer/lr": "^1.0.0",
73 "style-mod": "^4.0.0"
74 }
75 },
76 "node_modules/@codemirror/legacy-modes": {
77 "version": "6.5.3",
78 "resolved": "https://registry.npmjs.org/@codemirror/legacy-modes/-/legacy-modes-6.5.3.tgz",
79 "integrity": "sha512-xCsmIzH78MyWkib9jlPaaun57XNkfbMIhagfaZVd0iLTqlpw3jXaIcbZm72MTmmn64eTZpBVNjbyYh+QXnxRsg==",
80 "license": "MIT",
81 "dependencies": {
82 "@codemirror/language": "^6.0.0"
83 }
84 },
85 "node_modules/@codemirror/lint": {
86 "version": "6.9.7",
87 "resolved": "https://registry.npmjs.org/@codemirror/lint/-/lint-6.9.7.tgz",
88 "integrity": "sha512-28/+iWLYxKxsvGYhSYL7zaCZqLz5+FFFDq9tVsvGv9kv8RY4fFAchJ5WX9M3YrrRlTIsECjsXPqeNgnSmNP2dg==",
89 "license": "MIT",
90 "dependencies": {
91 "@codemirror/state": "^6.0.0",
92 "@codemirror/view": "^6.42.0",
93 "crelt": "^1.0.5"
94 }
95 },
96 "node_modules/@codemirror/search": {
97 "version": "6.7.1",
98 "resolved": "https://registry.npmjs.org/@codemirror/search/-/search-6.7.1.tgz",
99 "integrity": "sha512-uMe5UO6PamJtSHrXhhHOzSX3ReWtiJrva6GnPMwSOrZtiExb5X5eExhr2OUZQVvdxPsKpY3Ro2mFbQadpPWmHA==",
100 "license": "MIT",
101 "dependencies": {
102 "@codemirror/state": "^6.0.0",
103 "@codemirror/view": "^6.37.0",
104 "crelt": "^1.0.5"
105 }
106 },
107 "node_modules/@codemirror/state": {
108 "version": "6.7.1",
109 "resolved": "https://registry.npmjs.org/@codemirror/state/-/state-6.7.1.tgz",
110 "integrity": "sha512-9QzNDgE4EYDnAHfrTlR2lwiPciiOymLtwKK+8yHQzCc7GXhAP9xdEbEJFy2IWB1j9UGUl9BsgMmTo/ImA02T7A==",
111 "license": "MIT",
112 "dependencies": {
113 "@marijn/find-cluster-break": "^1.0.0"
114 }
115 },
116 "node_modules/@codemirror/theme-one-dark": {
117 "version": "6.1.3",
118 "resolved": "https://registry.npmjs.org/@codemirror/theme-one-dark/-/theme-one-dark-6.1.3.tgz",
119 "integrity": "sha512-NzBdIvEJmx6fjeremiGp3t/okrLPYT0d9orIc7AFun8oZcRk58aejkqhv6spnz4MLAevrKNPMQYXEWMg4s+sKA==",
120 "license": "MIT",
121 "dependencies": {
122 "@codemirror/language": "^6.0.0",
123 "@codemirror/state": "^6.0.0",
124 "@codemirror/view": "^6.0.0",
125 "@lezer/highlight": "^1.0.0"
126 }
127 },
128 "node_modules/@codemirror/view": {
129 "version": "6.43.6",
130 "resolved": "https://registry.npmjs.org/@codemirror/view/-/view-6.43.6.tgz",
131 "integrity": "sha512-EVunGSYN1wz1p75WY1s3Xg7t3i8Yol0kGZGizNdX9BUFgMFILYVe8/u6EVpo7Ff5PwbZuILb4QAq7IZoKzIEQA==",
132 "license": "MIT",
133 "dependencies": {
134 "@codemirror/state": "^6.7.0",
135 "crelt": "^1.0.6",
136 "style-mod": "^4.1.0",
137 "w3c-keyname": "^2.2.4"
138 }
139 },
140 "node_modules/@emnapi/core": {
141 "version": "1.11.1",
142 "resolved": "https://registry.npmjs.org/@emnapi/core/-/core-1.11.1.tgz",
143 "integrity": "sha512-RSvbQmHzdKzNsLYa/wHrbc3KN4sYLKAdPZxqiM2HATqv/SBk2/ENSHpvXGaLOMcsAyz0poEGqkmmKYG3OWiJEQ==",
144 "dev": true,
145 "license": "MIT",
146 "optional": true,
147 "dependencies": {
148 "@emnapi/wasi-threads": "1.2.2",
149 "tslib": "^2.4.0"
150 }
151 },
152 "node_modules/@emnapi/runtime": {
153 "version": "1.11.1",
154 "resolved": "https://registry.npmjs.org/@emnapi/runtime/-/runtime-1.11.1.tgz",
155 "integrity": "sha512-vgj7R3y3Wgx24IQaGPA/R6YFXLHVMOZ0uVEyIQPaWs+rd1AzfEMXlAC22FYwO1XkKR6NPsq7mUandH8oIRdZFw==",
156 "dev": true,
157 "license": "MIT",
158 "optional": true,
159 "dependencies": {
160 "tslib": "^2.4.0"
161 }
162 },
163 "node_modules/@emnapi/wasi-threads": {
164 "version": "1.2.2",
165 "resolved": "https://registry.npmjs.org/@emnapi/wasi-threads/-/wasi-threads-1.2.2.tgz",
166 "integrity": "sha512-c95qOXkHdydNKhscBTebqEC1CVAZpyqOfVfBzQ1qgzyl3gfeldUjIggDbIZgDKsHLgnsM+igH7TJ/eAasaVuMA==",
167 "dev": true,
168 "license": "MIT",
169 "optional": true,
170 "dependencies": {
171 "tslib": "^2.4.0"
172 }
173 },
174 "node_modules/@lezer/common": {
175 "version": "1.5.2",
176 "resolved": "https://registry.npmjs.org/@lezer/common/-/common-1.5.2.tgz",
177 "integrity": "sha512-sxQE460fPZyU3sdc8lafxiPwJHBzZRy/udNFynGQky1SePYBdhkBl1kOagA9uT3pxR8K09bOrmTUqA9wb/PjSQ==",
178 "license": "MIT"
179 },
180 "node_modules/@lezer/highlight": {
181 "version": "1.2.3",
182 "resolved": "https://registry.npmjs.org/@lezer/highlight/-/highlight-1.2.3.tgz",
183 "integrity": "sha512-qXdH7UqTvGfdVBINrgKhDsVTJTxactNNxLk7+UMwZhU13lMHaOBlJe9Vqp907ya56Y3+ed2tlqzys7jDkTmW0g==",
184 "license": "MIT",
185 "dependencies": {
186 "@lezer/common": "^1.3.0"
187 }
188 },
189 "node_modules/@lezer/lr": {
190 "version": "1.4.10",
191 "resolved": "https://registry.npmjs.org/@lezer/lr/-/lr-1.4.10.tgz",
192 "integrity": "sha512-rnCpTIBafOx4mRp43xOxDJbFipJm/c0cia/V5TiGlhmMa+wsSdoGmUN3w5Bqrks/09Q/D4tNAmWaT8p6NRi77A==",
193 "license": "MIT",
194 "dependencies": {
195 "@lezer/common": "^1.0.0"
196 }
197 },
198 "node_modules/@marijn/find-cluster-break": {
199 "version": "1.0.3",
200 "resolved": "https://registry.npmjs.org/@marijn/find-cluster-break/-/find-cluster-break-1.0.3.tgz",
201 "integrity": "sha512-FY+MKLBoTsLNJF/eLWaOsXGdz6uh3Iu1axjPf6TUq92IYumcTcXWHoS747JARLkcdlJ/Waiaxc5wQfFO8jC6NA==",
202 "license": "MIT"
203 },
204 "node_modules/@napi-rs/wasm-runtime": {
205 "version": "1.1.6",
206 "resolved": "https://registry.npmjs.org/@napi-rs/wasm-runtime/-/wasm-runtime-1.1.6.tgz",
207 "integrity": "sha512-ZLv/JdUfkvOy9eCnnBaGfiO+XimbjebAeO+MRQqD/B+FR1tnRN0tpKSJHRbE8sFfS6aqsXZ67TQjfwfsxULVbg==",
208 "dev": true,
209 "license": "MIT",
210 "optional": true,
211 "dependencies": {
212 "@tybys/wasm-util": "^0.10.3"
213 },
214 "funding": {
215 "type": "github",
216 "url": "https://github.com/sponsors/Brooooooklyn"
217 },
218 "peerDependencies": {
219 "@emnapi/core": "^1.7.1",
220 "@emnapi/runtime": "^1.7.1"
221 }
222 },
223 "node_modules/@oxc-project/types": {
224 "version": "0.139.0",
225 "resolved": "https://registry.npmjs.org/@oxc-project/types/-/types-0.139.0.tgz",
226 "integrity": "sha512-r9gHphtCs+1M7J0pw6Sn/hh/Wpa/iQrOOkrNAlVLF/gHq+/CJmHIWKKUUhdWjcD6CIa8idarspCsASiXCXvFUw==",
227 "dev": true,
228 "license": "MIT",
229 "funding": {
230 "url": "https://github.com/sponsors/Boshen"
231 }
232 },
233 "node_modules/@oxlint/binding-android-arm-eabi": {
234 "version": "1.75.0",
235 "resolved": "https://registry.npmjs.org/@oxlint/binding-android-arm-eabi/-/binding-android-arm-eabi-1.75.0.tgz",
236 "integrity": "sha512-lutovtFzJqlRaqpZrCqSSGaHZzl9nIxxpjLzhSRLunN6dCLylj0uzlCyQGaQDIys7rrv8kVXiFO+R4Zpn0bX7g==",
237 "cpu": [
238 "arm"
239 ],
240 "dev": true,
241 "license": "MIT",
242 "optional": true,
243 "os": [
244 "android"
245 ],
246 "engines": {
247 "node": "^20.19.0 || >=22.12.0"
248 }
249 },
250 "node_modules/@oxlint/binding-android-arm64": {
251 "version": "1.75.0",
252 "resolved": "https://registry.npmjs.org/@oxlint/binding-android-arm64/-/binding-android-arm64-1.75.0.tgz",
253 "integrity": "sha512-hXI0hDgHkw4w5nfru72aG7y+2iQJmC4waH/KV6H/hbgA6yAP5jYNx0P9yug15Hs0tWl/+mda3Jjn/2gmDT48tw==",
254 "cpu": [
255 "arm64"
256 ],
257 "dev": true,
258 "license": "MIT",
259 "optional": true,
260 "os": [
261 "android"
262 ],
263 "engines": {
264 "node": "^20.19.0 || >=22.12.0"
265 }
266 },
267 "node_modules/@oxlint/binding-darwin-arm64": {
268 "version": "1.75.0",
269 "resolved": "https://registry.npmjs.org/@oxlint/binding-darwin-arm64/-/binding-darwin-arm64-1.75.0.tgz",
270 "integrity": "sha512-D91BWbK/dMYfCcrghspPIuKs2D9LF4Z/OabVSQjw1AO6PWxArD7teDA48bm0ySFqWDaPVqmQRl5GMWNglTXyrQ==",
271 "cpu": [
272 "arm64"
273 ],
274 "dev": true,
275 "license": "MIT",
276 "optional": true,
277 "os": [
278 "darwin"
279 ],
280 "engines": {
281 "node": "^20.19.0 || >=22.12.0"
282 }
283 },
284 "node_modules/@oxlint/binding-darwin-x64": {
285 "version": "1.75.0",
286 "resolved": "https://registry.npmjs.org/@oxlint/binding-darwin-x64/-/binding-darwin-x64-1.75.0.tgz",
287 "integrity": "sha512-02mpwzf12BonZ6PT0TuQoomvEh2kVl2WGBIKWezCyToIS+rYkQZ6GXnARBAl9A4Ovm2V+Xe7M4KretyqmmcnJQ==",
288 "cpu": [
289 "x64"
290 ],
291 "dev": true,
292 "license": "MIT",
293 "optional": true,
294 "os": [
295 "darwin"
296 ],
297 "engines": {
298 "node": "^20.19.0 || >=22.12.0"
299 }
300 },
301 "node_modules/@oxlint/binding-freebsd-x64": {
302 "version": "1.75.0",
303 "resolved": "https://registry.npmjs.org/@oxlint/binding-freebsd-x64/-/binding-freebsd-x64-1.75.0.tgz",
304 "integrity": "sha512-qZJgLnDaBsiL5YESx2t/TZ8eXkL9fEkKoXEdzegROhlz9A0lgyGnZ0dAzJrh7LJAHQl2K9RdRueN2s/9N7+odg==",
305 "cpu": [
306 "x64"
307 ],
308 "dev": true,
309 "license": "MIT",
310 "optional": true,
311 "os": [
312 "freebsd"
313 ],
314 "engines": {
315 "node": "^20.19.0 || >=22.12.0"
316 }
317 },
318 "node_modules/@oxlint/binding-linux-arm-gnueabihf": {
319 "version": "1.75.0",
320 "resolved": "https://registry.npmjs.org/@oxlint/binding-linux-arm-gnueabihf/-/binding-linux-arm-gnueabihf-1.75.0.tgz",
321 "integrity": "sha512-7XlaWA5BJD3XpCfrEqjEe6Zseeb14S7QGa304XfwKignRaKQ+eIj775BQ7nIslggWickl4IsPUFqJ+/gAyNHVg==",
322 "cpu": [
323 "arm"
324 ],
325 "dev": true,
326 "license": "MIT",
327 "optional": true,
328 "os": [
329 "linux"
330 ],
331 "engines": {
332 "node": "^20.19.0 || >=22.12.0"
333 }
334 },
335 "node_modules/@oxlint/binding-linux-arm-musleabihf": {
336 "version": "1.75.0",
337 "resolved": "https://registry.npmjs.org/@oxlint/binding-linux-arm-musleabihf/-/binding-linux-arm-musleabihf-1.75.0.tgz",
338 "integrity": "sha512-av6Tpv8yrcMMMOadOqENBhlsLRcGFXXwoQ0hzHhsmS9FJ4Wioy8we427GbcMe2XTxmL2e60T67H1Dyr3up+tAA==",
339 "cpu": [
340 "arm"
341 ],
342 "dev": true,
343 "license": "MIT",
344 "optional": true,
345 "os": [
346 "linux"
347 ],
348 "engines": {
349 "node": "^20.19.0 || >=22.12.0"
350 }
351 },
352 "node_modules/@oxlint/binding-linux-arm64-gnu": {
353 "version": "1.75.0",
354 "resolved": "https://registry.npmjs.org/@oxlint/binding-linux-arm64-gnu/-/binding-linux-arm64-gnu-1.75.0.tgz",
355 "integrity": "sha512-WcUhd8fHT5plrA14lANevl+hOl815mVI5t2hU21oFWrZKFXIVV/Sr4rWQV0NzSvzBupbMLNc5ErEA6Ehxh5jMg==",
356 "cpu": [
357 "arm64"
358 ],
359 "dev": true,
360 "libc": [
361 "glibc"
362 ],
363 "license": "MIT",
364 "optional": true,
365 "os": [
366 "linux"
367 ],
368 "engines": {
369 "node": "^20.19.0 || >=22.12.0"
370 }
371 },
372 "node_modules/@oxlint/binding-linux-arm64-musl": {
373 "version": "1.75.0",
374 "resolved": "https://registry.npmjs.org/@oxlint/binding-linux-arm64-musl/-/binding-linux-arm64-musl-1.75.0.tgz",
375 "integrity": "sha512-UWzp5wRHFe/ESO3+eEaxXsTkYTGLYjnTsi/I5neEacXSItQ6WNleapfOAeA4x2b8nyhJ4uQxqvtv9pHv8kWJtQ==",
376 "cpu": [
377 "arm64"
378 ],
379 "dev": true,
380 "libc": [
381 "musl"
382 ],
383 "license": "MIT",
384 "optional": true,
385 "os": [
386 "linux"
387 ],
388 "engines": {
389 "node": "^20.19.0 || >=22.12.0"
390 }
391 },
392 "node_modules/@oxlint/binding-linux-ppc64-gnu": {
393 "version": "1.75.0",
394 "resolved": "https://registry.npmjs.org/@oxlint/binding-linux-ppc64-gnu/-/binding-linux-ppc64-gnu-1.75.0.tgz",
395 "integrity": "sha512-XEVRwGMLKCUKrvhLAz4F6AIh8MJrQVdSZtAmPpRZt9tGPsUnamPOcl3dS/ZQzJnar/Ymgc//+xho0L60Emzuxg==",
396 "cpu": [
397 "ppc64"
398 ],
399 "dev": true,
400 "libc": [
401 "glibc"
402 ],
403 "license": "MIT",
404 "optional": true,
405 "os": [
406 "linux"
407 ],
408 "engines": {
409 "node": "^20.19.0 || >=22.12.0"
410 }
411 },
412 "node_modules/@oxlint/binding-linux-riscv64-gnu": {
413 "version": "1.75.0",
414 "resolved": "https://registry.npmjs.org/@oxlint/binding-linux-riscv64-gnu/-/binding-linux-riscv64-gnu-1.75.0.tgz",
415 "integrity": "sha512-mAG4DUXqfLC8cTjMD2kt3jDmVzFREYtDyeLNdLdsCcBc4Zbl2EMuiFektGBilQwkNjYnMvCqJs55U+Hyb+b+jw==",
416 "cpu": [
417 "riscv64"
418 ],
419 "dev": true,
420 "libc": [
421 "glibc"
422 ],
423 "license": "MIT",
424 "optional": true,
425 "os": [
426 "linux"
427 ],
428 "engines": {
429 "node": "^20.19.0 || >=22.12.0"
430 }
431 },
432 "node_modules/@oxlint/binding-linux-riscv64-musl": {
433 "version": "1.75.0",
434 "resolved": "https://registry.npmjs.org/@oxlint/binding-linux-riscv64-musl/-/binding-linux-riscv64-musl-1.75.0.tgz",
435 "integrity": "sha512-95hrAvriAlI+pekSomTFIn0+bawMDlDwTNVmdjsFusTHyL2JWh7TWvRNG/Lkim72uN8OiCcO9wcaC6omLP5E3w==",
436 "cpu": [
437 "riscv64"
438 ],
439 "dev": true,
440 "libc": [
441 "musl"
442 ],
443 "license": "MIT",
444 "optional": true,
445 "os": [
446 "linux"
447 ],
448 "engines": {
449 "node": "^20.19.0 || >=22.12.0"
450 }
451 },
452 "node_modules/@oxlint/binding-linux-s390x-gnu": {
453 "version": "1.75.0",
454 "resolved": "https://registry.npmjs.org/@oxlint/binding-linux-s390x-gnu/-/binding-linux-s390x-gnu-1.75.0.tgz",
455 "integrity": "sha512-4b6f2+FrtruAESrCqIKcrarzfrSx+wk2QNcp+RT91/Prc+pMQMAfyZ1rG1c3tFQNl8Bc616tx40uNXyxNBRPbQ==",
456 "cpu": [
457 "s390x"
458 ],
459 "dev": true,
460 "libc": [
461 "glibc"
462 ],
463 "license": "MIT",
464 "optional": true,
465 "os": [
466 "linux"
467 ],
468 "engines": {
469 "node": "^20.19.0 || >=22.12.0"
470 }
471 },
472 "node_modules/@oxlint/binding-linux-x64-gnu": {
473 "version": "1.75.0",
474 "resolved": "https://registry.npmjs.org/@oxlint/binding-linux-x64-gnu/-/binding-linux-x64-gnu-1.75.0.tgz",
475 "integrity": "sha512-nshAhrUvXFUWOvqQ2soIw7HFNWvpvEV4o0cYSqPtzLiPF5gKyYTDOOTJ6Rn8g8K/iGvPIrbDA4v8+5MvnjJrrg==",
476 "cpu": [
477 "x64"
478 ],
479 "dev": true,
480 "libc": [
481 "glibc"
482 ],
483 "license": "MIT",
484 "optional": true,
485 "os": [
486 "linux"
487 ],
488 "engines": {
489 "node": "^20.19.0 || >=22.12.0"
490 }
491 },
492 "node_modules/@oxlint/binding-linux-x64-musl": {
493 "version": "1.75.0",
494 "resolved": "https://registry.npmjs.org/@oxlint/binding-linux-x64-musl/-/binding-linux-x64-musl-1.75.0.tgz",
495 "integrity": "sha512-e4jNxLKnxLC6sYBQRxrI2pgIIxnmMtF8U/VwNYcjTT/CLS+spH624cYVnj07bTKwaEWT37/e025isOs6j/0xqA==",
496 "cpu": [
497 "x64"
498 ],
499 "dev": true,
500 "libc": [
501 "musl"
502 ],
503 "license": "MIT",
504 "optional": true,
505 "os": [
506 "linux"
507 ],
508 "engines": {
509 "node": "^20.19.0 || >=22.12.0"
510 }
511 },
512 "node_modules/@oxlint/binding-openharmony-arm64": {
513 "version": "1.75.0",
514 "resolved": "https://registry.npmjs.org/@oxlint/binding-openharmony-arm64/-/binding-openharmony-arm64-1.75.0.tgz",
515 "integrity": "sha512-hZ2lH+1qLf/DiEP9UWuQTK2JWj/BgvMB4jhIV4SmNU1wfEiYYX4TynQyAZXx0j9X4qRYizAL042SKaV+8ynh4w==",
516 "cpu": [
517 "arm64"
518 ],
519 "dev": true,
520 "license": "MIT",
521 "optional": true,
522 "os": [
523 "openharmony"
524 ],
525 "engines": {
526 "node": "^20.19.0 || >=22.12.0"
527 }
528 },
529 "node_modules/@oxlint/binding-win32-arm64-msvc": {
530 "version": "1.75.0",
531 "resolved": "https://registry.npmjs.org/@oxlint/binding-win32-arm64-msvc/-/binding-win32-arm64-msvc-1.75.0.tgz",
532 "integrity": "sha512-Ilj6PNzGDS3bCU0MSJH7Msh0NhH+T/mRp2shwg+q+GHeVlPwP5LEboW96aW+3kVKFk6zYZy1Xi5pZkqZh6X8KQ==",
533 "cpu": [
534 "arm64"
535 ],
536 "dev": true,
537 "license": "MIT",
538 "optional": true,
539 "os": [
540 "win32"
541 ],
542 "engines": {
543 "node": "^20.19.0 || >=22.12.0"
544 }
545 },
546 "node_modules/@oxlint/binding-win32-ia32-msvc": {
547 "version": "1.75.0",
548 "resolved": "https://registry.npmjs.org/@oxlint/binding-win32-ia32-msvc/-/binding-win32-ia32-msvc-1.75.0.tgz",
549 "integrity": "sha512-QVit2nOEOiPhkmsrksPSkoGCdnZRNkspt8fwoYyP09te1VEbnSj4LAxua4rc8FKTmWkySVe05j8iz9GXYfF1AQ==",
550 "cpu": [
551 "ia32"
552 ],
553 "dev": true,
554 "license": "MIT",
555 "optional": true,
556 "os": [
557 "win32"
558 ],
559 "engines": {
560 "node": "^20.19.0 || >=22.12.0"
561 }
562 },
563 "node_modules/@oxlint/binding-win32-x64-msvc": {
564 "version": "1.75.0",
565 "resolved": "https://registry.npmjs.org/@oxlint/binding-win32-x64-msvc/-/binding-win32-x64-msvc-1.75.0.tgz",
566 "integrity": "sha512-DSxnNkBUAYARPwJtR12Ig3deWr8w0H997xP6jy33i+e0SyYJw8FKuz4+cZtpmPEhQmvlPJE3X/2vNxDmLkd/rA==",
567 "cpu": [
568 "x64"
569 ],
570 "dev": true,
571 "license": "MIT",
572 "optional": true,
573 "os": [
574 "win32"
575 ],
576 "engines": {
577 "node": "^20.19.0 || >=22.12.0"
578 }
579 },
580 "node_modules/@rolldown/binding-android-arm64": {
581 "version": "1.1.5",
582 "resolved": "https://registry.npmjs.org/@rolldown/binding-android-arm64/-/binding-android-arm64-1.1.5.tgz",
583 "integrity": "sha512-lZg8fqIv2v7FF237bwMgzGZEJvGL79/s5knJ/i6FmsGF4XXlzccZ4jb+TrFIxtSSxFtIpdsgrPZeMk1I9AFcyQ==",
584 "cpu": [
585 "arm64"
586 ],
587 "dev": true,
588 "license": "MIT",
589 "optional": true,
590 "os": [
591 "android"
592 ],
593 "engines": {
594 "node": "^20.19.0 || >=22.12.0"
595 }
596 },
597 "node_modules/@rolldown/binding-darwin-arm64": {
598 "version": "1.1.5",
599 "resolved": "https://registry.npmjs.org/@rolldown/binding-darwin-arm64/-/binding-darwin-arm64-1.1.5.tgz",
600 "integrity": "sha512-51Bnx9pNiMRKSUNtBfySkNJ9vMU9Hh3I1ozDd6gyPPYzaXCfnptUcEZxXGYFn+ul2dtcMUiqGR1Yai2K10uoTw==",
601 "cpu": [
602 "arm64"
603 ],
604 "dev": true,
605 "license": "MIT",
606 "optional": true,
607 "os": [
608 "darwin"
609 ],
610 "engines": {
611 "node": "^20.19.0 || >=22.12.0"
612 }
613 },
614 "node_modules/@rolldown/binding-darwin-x64": {
615 "version": "1.1.5",
616 "resolved": "https://registry.npmjs.org/@rolldown/binding-darwin-x64/-/binding-darwin-x64-1.1.5.tgz",
617 "integrity": "sha512-Tm+gbfC0aHu1tBA/JvKQh32S0K6YgCHkiAF4/W6xX0K0RmNuc94VeK419dJoE65R5aRxmo+noZQSWrAMF6yb6g==",
618 "cpu": [
619 "x64"
620 ],
621 "dev": true,
622 "license": "MIT",
623 "optional": true,
624 "os": [
625 "darwin"
626 ],
627 "engines": {
628 "node": "^20.19.0 || >=22.12.0"
629 }
630 },
631 "node_modules/@rolldown/binding-freebsd-x64": {
632 "version": "1.1.5",
633 "resolved": "https://registry.npmjs.org/@rolldown/binding-freebsd-x64/-/binding-freebsd-x64-1.1.5.tgz",
634 "integrity": "sha512-JMzDKCCXq93YccG5gz3hvOs1oXRKAf0XYpfOS88e+wZrC8Iugj6j68867vrYZkvpDDpKn/KoKORThmchMpF6TA==",
635 "cpu": [
636 "x64"
637 ],
638 "dev": true,
639 "license": "MIT",
640 "optional": true,
641 "os": [
642 "freebsd"
643 ],
644 "engines": {
645 "node": "^20.19.0 || >=22.12.0"
646 }
647 },
648 "node_modules/@rolldown/binding-linux-arm-gnueabihf": {
649 "version": "1.1.5",
650 "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm-gnueabihf/-/binding-linux-arm-gnueabihf-1.1.5.tgz",
651 "integrity": "sha512-uML21j2K5TfPGutKxub+M+nLjZIrWjXQ5Grx4lCe/nimTj9B4L63zHpjXLl4y0L3mcm2htEQIb06oCG/szerNw==",
652 "cpu": [
653 "arm"
654 ],
655 "dev": true,
656 "license": "MIT",
657 "optional": true,
658 "os": [
659 "linux"
660 ],
661 "engines": {
662 "node": "^20.19.0 || >=22.12.0"
663 }
664 },
665 "node_modules/@rolldown/binding-linux-arm64-gnu": {
666 "version": "1.1.5",
667 "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm64-gnu/-/binding-linux-arm64-gnu-1.1.5.tgz",
668 "integrity": "sha512-navSiuTMogvnQoZoM/v+l3ZWo50/NTwSHSzheABx/RCnmUPaKwq9qSo4Br2OYRs21+Fz8uFqITZM3H4opOB0/Q==",
669 "cpu": [
670 "arm64"
671 ],
672 "dev": true,
673 "libc": [
674 "glibc"
675 ],
676 "license": "MIT",
677 "optional": true,
678 "os": [
679 "linux"
680 ],
681 "engines": {
682 "node": "^20.19.0 || >=22.12.0"
683 }
684 },
685 "node_modules/@rolldown/binding-linux-arm64-musl": {
686 "version": "1.1.5",
687 "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm64-musl/-/binding-linux-arm64-musl-1.1.5.tgz",
688 "integrity": "sha512-lAryqH7IteztmCXQXk0etKj4wBQ7Gx5S6LjKhsgp9zb8I5bsuvU/2llH1hDQcjsFeqIsovMVN339/8pUDDBXxA==",
689 "cpu": [
690 "arm64"
691 ],
692 "dev": true,
693 "libc": [
694 "musl"
695 ],
696 "license": "MIT",
697 "optional": true,
698 "os": [
699 "linux"
700 ],
701 "engines": {
702 "node": "^20.19.0 || >=22.12.0"
703 }
704 },
705 "node_modules/@rolldown/binding-linux-ppc64-gnu": {
706 "version": "1.1.5",
707 "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-ppc64-gnu/-/binding-linux-ppc64-gnu-1.1.5.tgz",
708 "integrity": "sha512-fsK/sNBnxzBlL4O1JNrZakVQxPspqpED5dLtNsZS9oOKmtSpdNIzxH2kkol5HYTWJN47sE20ztMJPxfZ89qGOg==",
709 "cpu": [
710 "ppc64"
711 ],
712 "dev": true,
713 "libc": [
714 "glibc"
715 ],
716 "license": "MIT",
717 "optional": true,
718 "os": [
719 "linux"
720 ],
721 "engines": {
722 "node": "^20.19.0 || >=22.12.0"
723 }
724 },
725 "node_modules/@rolldown/binding-linux-s390x-gnu": {
726 "version": "1.1.5",
727 "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-s390x-gnu/-/binding-linux-s390x-gnu-1.1.5.tgz",
728 "integrity": "sha512-gLYb4BIadlfTOYT5gO503n8zQjXflgzpD0FcyKh0Mzx3rqCZKnHoJWV9xe1KXUJ5lx2JfcSHr/mhzS0PC/McAA==",
729 "cpu": [
730 "s390x"
731 ],
732 "dev": true,
733 "libc": [
734 "glibc"
735 ],
736 "license": "MIT",
737 "optional": true,
738 "os": [
739 "linux"
740 ],
741 "engines": {
742 "node": "^20.19.0 || >=22.12.0"
743 }
744 },
745 "node_modules/@rolldown/binding-linux-x64-gnu": {
746 "version": "1.1.5",
747 "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-x64-gnu/-/binding-linux-x64-gnu-1.1.5.tgz",
748 "integrity": "sha512-FjcpEKUyJygHgs1o50VYNvkt5+7Le/VEdYt0AkRpkL33MnyQfwr8l5mXwMmfmTbyMPr5vJLC+8/Gd9gXnwU1QQ==",
749 "cpu": [
750 "x64"
751 ],
752 "dev": true,
753 "libc": [
754 "glibc"
755 ],
756 "license": "MIT",
757 "optional": true,
758 "os": [
759 "linux"
760 ],
761 "engines": {
762 "node": "^20.19.0 || >=22.12.0"
763 }
764 },
765 "node_modules/@rolldown/binding-linux-x64-musl": {
766 "version": "1.1.5",
767 "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-x64-musl/-/binding-linux-x64-musl-1.1.5.tgz",
768 "integrity": "sha512-Me+PfPI2TMeOQk0gYWfLQZtTktrmzbr8cDboqX83XKc7UrgAi55gF+2dUkWdxd19n55Essp2yeca+O9N5rBxHg==",
769 "cpu": [
770 "x64"
771 ],
772 "dev": true,
773 "libc": [
774 "musl"
775 ],
776 "license": "MIT",
777 "optional": true,
778 "os": [
779 "linux"
780 ],
781 "engines": {
782 "node": "^20.19.0 || >=22.12.0"
783 }
784 },
785 "node_modules/@rolldown/binding-openharmony-arm64": {
786 "version": "1.1.5",
787 "resolved": "https://registry.npmjs.org/@rolldown/binding-openharmony-arm64/-/binding-openharmony-arm64-1.1.5.tgz",
788 "integrity": "sha512-yc5WrLzXks6zCQfn9Oxr8pORKyl/pF+QjHmW/Qx3qu0oyrrNC+y2JLTU1E2rcWYAmzlnqngWXHQjy51VzW70Vw==",
789 "cpu": [
790 "arm64"
791 ],
792 "dev": true,
793 "license": "MIT",
794 "optional": true,
795 "os": [
796 "openharmony"
797 ],
798 "engines": {
799 "node": "^20.19.0 || >=22.12.0"
800 }
801 },
802 "node_modules/@rolldown/binding-wasm32-wasi": {
803 "version": "1.1.5",
804 "resolved": "https://registry.npmjs.org/@rolldown/binding-wasm32-wasi/-/binding-wasm32-wasi-1.1.5.tgz",
805 "integrity": "sha512-VbQGPX2b4r48TAMIM2cjgluIM1HYutm4pcTEJsle7iEP7sB1dFqtPLBVbdLAZCxy1txCcPxf4QFf4v8uvltPqA==",
806 "cpu": [
807 "wasm32"
808 ],
809 "dev": true,
810 "license": "MIT",
811 "optional": true,
812 "dependencies": {
813 "@emnapi/core": "1.11.1",
814 "@emnapi/runtime": "1.11.1",
815 "@napi-rs/wasm-runtime": "^1.1.6"
816 },
817 "engines": {
818 "node": "^20.19.0 || >=22.12.0"
819 }
820 },
821 "node_modules/@rolldown/binding-win32-arm64-msvc": {
822 "version": "1.1.5",
823 "resolved": "https://registry.npmjs.org/@rolldown/binding-win32-arm64-msvc/-/binding-win32-arm64-msvc-1.1.5.tgz",
824 "integrity": "sha512-gHv82k63z4qpV5+Q1y/12KrK0ltWBukVDI8nZcbT7Tt/ZlOIVwppazneq0F93oDxTo3IgAMEDIoQh3E2n6mVsw==",
825 "cpu": [
826 "arm64"
827 ],
828 "dev": true,
829 "license": "MIT",
830 "optional": true,
831 "os": [
832 "win32"
833 ],
834 "engines": {
835 "node": "^20.19.0 || >=22.12.0"
836 }
837 },
838 "node_modules/@rolldown/binding-win32-x64-msvc": {
839 "version": "1.1.5",
840 "resolved": "https://registry.npmjs.org/@rolldown/binding-win32-x64-msvc/-/binding-win32-x64-msvc-1.1.5.tgz",
841 "integrity": "sha512-tTZuDBPw85tEN5PQi1pnEBzDy0Z49HtScLAbD5t6hyeU92A95pRWaSMw1GZZi/RwgSgUIl0xrSlXIT/9QzvYSA==",
842 "cpu": [
843 "x64"
844 ],
845 "dev": true,
846 "license": "MIT",
847 "optional": true,
848 "os": [
849 "win32"
850 ],
851 "engines": {
852 "node": "^20.19.0 || >=22.12.0"
853 }
854 },
855 "node_modules/@rolldown/pluginutils": {
856 "version": "1.0.1",
857 "resolved": "https://registry.npmjs.org/@rolldown/pluginutils/-/pluginutils-1.0.1.tgz",
858 "integrity": "sha512-2j9bGt5Jh8hj+vPtgzPtl72j0yRxHAyumoo6TNfAjsLB04UtpSvPbPcDcBMxz7n+9CYB0c1GxQFxYRg2jimqGw==",
859 "dev": true,
860 "license": "MIT"
861 },
862 "node_modules/@tybys/wasm-util": {
863 "version": "0.10.3",
864 "resolved": "https://registry.npmjs.org/@tybys/wasm-util/-/wasm-util-0.10.3.tgz",
865 "integrity": "sha512-F3fo1MYrRJYL3zER0OUOmkutjr1Vp23m7OsSgp7nq4SP6OqX6C/56XFIPAl5bt3zaBRjmW7SGz3u/6LwFpYcOg==",
866 "dev": true,
867 "license": "MIT",
868 "optional": true,
869 "dependencies": {
870 "tslib": "^2.4.0"
871 }
872 },
873 "node_modules/@types/debug": {
874 "version": "4.1.13",
875 "resolved": "https://registry.npmjs.org/@types/debug/-/debug-4.1.13.tgz",
876 "integrity": "sha512-KSVgmQmzMwPlmtljOomayoR89W4FynCAi3E8PPs7vmDVPe84hT+vGPKkJfThkmXs0x0jAaa9U8uW8bbfyS2fWw==",
877 "license": "MIT",
878 "dependencies": {
879 "@types/ms": "*"
880 }
881 },
882 "node_modules/@types/estree": {
883 "version": "1.0.9",
884 "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.9.tgz",
885 "integrity": "sha512-GhdPgy1el4/ImP05X05Uw4cw2/M93BCUmnEvWZNStlCzEKME4Fkk+YpoA5OiHNQmoS7Cafb8Xa3Pya8m1Qrzeg==",
886 "license": "MIT"
887 },
888 "node_modules/@types/estree-jsx": {
889 "version": "1.0.5",
890 "resolved": "https://registry.npmjs.org/@types/estree-jsx/-/estree-jsx-1.0.5.tgz",
891 "integrity": "sha512-52CcUVNFyfb1A2ALocQw/Dd1BQFNmSdkuC3BkZ6iqhdMfQz7JWOFRuJFloOzjk+6WijU56m9oKXFAXc7o3Towg==",
892 "license": "MIT",
893 "dependencies": {
894 "@types/estree": "*"
895 }
896 },
897 "node_modules/@types/hast": {
898 "version": "3.0.5",
899 "resolved": "https://registry.npmjs.org/@types/hast/-/hast-3.0.5.tgz",
900 "integrity": "sha512-rp/ezSWaD1m44dPKICGhiskI13nVr7qTloFwDa/IYkhhf5nzwP+zIQcIJh3WIFSBOy/H1PzB40jPjMDksN4F+g==",
901 "license": "MIT",
902 "dependencies": {
903 "@types/unist": "*"
904 }
905 },
906 "node_modules/@types/mdast": {
907 "version": "4.0.4",
908 "resolved": "https://registry.npmjs.org/@types/mdast/-/mdast-4.0.4.tgz",
909 "integrity": "sha512-kGaNbPh1k7AFzgpud/gMdvIm5xuECykRR+JnWKQno9TAXVa6WIVCGTPvYGekIDL4uwCZQSYbUxNBSb1aUo79oA==",
910 "license": "MIT",
911 "dependencies": {
912 "@types/unist": "*"
913 }
914 },
915 "node_modules/@types/ms": {
916 "version": "2.1.0",
917 "resolved": "https://registry.npmjs.org/@types/ms/-/ms-2.1.0.tgz",
918 "integrity": "sha512-GsCCIZDE/p3i96vtEqx+7dBUGXrc7zeSK3wwPHIaRThS+9OhWIXRqzs4d6k1SVU8g91DrNRWxWUGhp5KXQb2VA==",
919 "license": "MIT"
920 },
921 "node_modules/@types/node": {
922 "version": "24.13.3",
923 "resolved": "https://registry.npmjs.org/@types/node/-/node-24.13.3.tgz",
924 "integrity": "sha512-Dh8vAsV36ig5wa9OX4pXvMc9D3Veibfw2wix0CUwYODLD8nkj9UsLjASr49nPg+2eKzxhBV+v7L8pXvT4e639Q==",
925 "dev": true,
926 "license": "MIT",
927 "dependencies": {
928 "undici-types": "~7.18.0"
929 }
930 },
931 "node_modules/@types/prismjs": {
932 "version": "1.26.6",
933 "resolved": "https://registry.npmjs.org/@types/prismjs/-/prismjs-1.26.6.tgz",
934 "integrity": "sha512-vqlvI7qlMvcCBbVe0AKAb4f97//Hy0EBTaiW8AalRnG/xAN5zOiWWyrNqNXeq8+KAuvRewjCVY1+IPxk4RdNYw==",
935 "license": "MIT"
936 },
937 "node_modules/@types/react": {
938 "version": "19.2.17",
939 "resolved": "https://registry.npmjs.org/@types/react/-/react-19.2.17.tgz",
940 "integrity": "sha512-MXfmqaVPEVgkBT/aY0aGCkRWWtByiYQXo3xdQ8r5RzuFrPiRn8Gar2tQdXSUQ2GKV3bkXckek89V8wQBY2Q/Aw==",
941 "license": "MIT",
942 "dependencies": {
943 "csstype": "^3.2.2"
944 }
945 },
946 "node_modules/@types/react-dom": {
947 "version": "19.2.3",
948 "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-19.2.3.tgz",
949 "integrity": "sha512-jp2L/eY6fn+KgVVQAOqYItbF0VY/YApe5Mz2F0aykSO8gx31bYCZyvSeYxCHKvzHG5eZjc+zyaS5BrBWya2+kQ==",
950 "dev": true,
951 "license": "MIT",
952 "peerDependencies": {
953 "@types/react": "^19.2.0"
954 }
955 },
956 "node_modules/@types/unist": {
957 "version": "3.0.3",
958 "resolved": "https://registry.npmjs.org/@types/unist/-/unist-3.0.3.tgz",
959 "integrity": "sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q==",
960 "license": "MIT"
961 },
962 "node_modules/@ungap/structured-clone": {
963 "version": "1.3.3",
964 "resolved": "https://registry.npmjs.org/@ungap/structured-clone/-/structured-clone-1.3.3.tgz",
965 "integrity": "sha512-60YRaenCQcVjYEKOcG824+DRGGIQ3VKErcBoAEDJZz5bKIs2ZG+X/H9Nk+Q6EVkwJk5QNApxbrc5QtBSwtrXAg==",
966 "license": "ISC"
967 },
968 "node_modules/@vitejs/plugin-react": {
969 "version": "6.0.4",
970 "resolved": "https://registry.npmjs.org/@vitejs/plugin-react/-/plugin-react-6.0.4.tgz",
971 "integrity": "sha512-XcCQz0TBpBgljhj0gMuuDj49i6Ytqh5q1osT/Gp5uAVJUCTWxyskk/l1jwYYiu2xcNHHipdMz40EGfM1VdamVg==",
972 "dev": true,
973 "license": "MIT",
974 "dependencies": {
975 "@rolldown/pluginutils": "^1.0.1"
976 },
977 "engines": {
978 "node": "^20.19.0 || >=22.12.0"
979 },
980 "peerDependencies": {
981 "@rolldown/plugin-babel": "^0.1.7 || ^0.2.0",
982 "babel-plugin-react-compiler": "^1.0.0",
983 "vite": "^8.0.0"
984 },
985 "peerDependenciesMeta": {
986 "@rolldown/plugin-babel": {
987 "optional": true
988 },
989 "babel-plugin-react-compiler": {
990 "optional": true
991 }
992 }
993 },
994 "node_modules/bail": {
995 "version": "2.0.2",
996 "resolved": "https://registry.npmjs.org/bail/-/bail-2.0.2.tgz",
997 "integrity": "sha512-0xO6mYd7JB2YesxDKplafRpsiOzPt9V02ddPCLbY1xYGPOX24NTyN50qnUxgCPcSoYMhKpAuBTjQoRZCAkUDRw==",
998 "license": "MIT",
999 "funding": {
1000 "type": "github",
1001 "url": "https://github.com/sponsors/wooorm"
1002 }
1003 },
1004 "node_modules/ccount": {
1005 "version": "2.0.1",
1006 "resolved": "https://registry.npmjs.org/ccount/-/ccount-2.0.1.tgz",
1007 "integrity": "sha512-eyrF0jiFpY+3drT6383f1qhkbGsLSifNAjA61IUjZjmLCWjItY6LB9ft9YhoDgwfmclB2zhu51Lc7+95b8NRAg==",
1008 "license": "MIT",
1009 "funding": {
1010 "type": "github",
1011 "url": "https://github.com/sponsors/wooorm"
1012 }
1013 },
1014 "node_modules/character-entities": {
1015 "version": "2.0.2",
1016 "resolved": "https://registry.npmjs.org/character-entities/-/character-entities-2.0.2.tgz",
1017 "integrity": "sha512-shx7oQ0Awen/BRIdkjkvz54PnEEI/EjwXDSIZp86/KKdbafHh1Df/RYGBhn4hbe2+uKC9FnT5UCEdyPz3ai9hQ==",
1018 "license": "MIT",
1019 "funding": {
1020 "type": "github",
1021 "url": "https://github.com/sponsors/wooorm"
1022 }
1023 },
1024 "node_modules/character-entities-html4": {
1025 "version": "2.1.0",
1026 "resolved": "https://registry.npmjs.org/character-entities-html4/-/character-entities-html4-2.1.0.tgz",
1027 "integrity": "sha512-1v7fgQRj6hnSwFpq1Eu0ynr/CDEw0rXo2B61qXrLNdHZmPKgb7fqS1a2JwF0rISo9q77jDI8VMEHoApn8qDoZA==",
1028 "license": "MIT",
1029 "funding": {
1030 "type": "github",
1031 "url": "https://github.com/sponsors/wooorm"
1032 }
1033 },
1034 "node_modules/character-entities-legacy": {
1035 "version": "3.0.0",
1036 "resolved": "https://registry.npmjs.org/character-entities-legacy/-/character-entities-legacy-3.0.0.tgz",
1037 "integrity": "sha512-RpPp0asT/6ufRm//AJVwpViZbGM/MkjQFxJccQRHmISF/22NBtsHqAWmL+/pmkPWoIUJdWyeVleTl1wydHATVQ==",
1038 "license": "MIT",
1039 "funding": {
1040 "type": "github",
1041 "url": "https://github.com/sponsors/wooorm"
1042 }
1043 },
1044 "node_modules/character-reference-invalid": {
1045 "version": "2.0.1",
1046 "resolved": "https://registry.npmjs.org/character-reference-invalid/-/character-reference-invalid-2.0.1.tgz",
1047 "integrity": "sha512-iBZ4F4wRbyORVsu0jPV7gXkOsGYjGHPmAyv+HiHG8gi5PtC9KI2j1+v8/tlibRvjoWX027ypmG/n0HtO5t7unw==",
1048 "license": "MIT",
1049 "funding": {
1050 "type": "github",
1051 "url": "https://github.com/sponsors/wooorm"
1052 }
1053 },
1054 "node_modules/codemirror": {
1055 "version": "6.0.2",
1056 "resolved": "https://registry.npmjs.org/codemirror/-/codemirror-6.0.2.tgz",
1057 "integrity": "sha512-VhydHotNW5w1UGK0Qj96BwSk/Zqbp9WbnyK2W/eVMv4QyF41INRGpjUhFJY7/uDNuudSc33a/PKr4iDqRduvHw==",
1058 "license": "MIT",
1059 "dependencies": {
1060 "@codemirror/autocomplete": "^6.0.0",
1061 "@codemirror/commands": "^6.0.0",
1062 "@codemirror/language": "^6.0.0",
1063 "@codemirror/lint": "^6.0.0",
1064 "@codemirror/search": "^6.0.0",
1065 "@codemirror/state": "^6.0.0",
1066 "@codemirror/view": "^6.0.0"
1067 }
1068 },
1069 "node_modules/comma-separated-tokens": {
1070 "version": "2.0.3",
1071 "resolved": "https://registry.npmjs.org/comma-separated-tokens/-/comma-separated-tokens-2.0.3.tgz",
1072 "integrity": "sha512-Fu4hJdvzeylCfQPp9SGWidpzrMs7tTrlu6Vb8XGaRGck8QSNZJJp538Wrb60Lax4fPwR64ViY468OIUTbRlGZg==",
1073 "license": "MIT",
1074 "funding": {
1075 "type": "github",
1076 "url": "https://github.com/sponsors/wooorm"
1077 }
1078 },
1079 "node_modules/crelt": {
1080 "version": "1.0.7",
1081 "resolved": "https://registry.npmjs.org/crelt/-/crelt-1.0.7.tgz",
1082 "integrity": "sha512-aK6BbWfhf4U/wCcLHKPJl/xa6VkVstRaPywWtMKGwuOLc/wZTyQYuoxgvZnNsBvv7Kg3YTBQYYBCggcviQczuA==",
1083 "license": "MIT"
1084 },
1085 "node_modules/csstype": {
1086 "version": "3.2.3",
1087 "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.2.3.tgz",
1088 "integrity": "sha512-z1HGKcYy2xA8AGQfwrn0PAy+PB7X/GSj3UVJW9qKyn43xWa+gl5nXmU4qqLMRzWVLFC8KusUX8T/0kCiOYpAIQ==",
1089 "license": "MIT"
1090 },
1091 "node_modules/debug": {
1092 "version": "4.4.3",
1093 "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz",
1094 "integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==",
1095 "license": "MIT",
1096 "dependencies": {
1097 "ms": "^2.1.3"
1098 },
1099 "engines": {
1100 "node": ">=6.0"
1101 },
1102 "peerDependenciesMeta": {
1103 "supports-color": {
1104 "optional": true
1105 }
1106 }
1107 },
1108 "node_modules/decode-named-character-reference": {
1109 "version": "1.3.0",
1110 "resolved": "https://registry.npmjs.org/decode-named-character-reference/-/decode-named-character-reference-1.3.0.tgz",
1111 "integrity": "sha512-GtpQYB283KrPp6nRw50q3U9/VfOutZOe103qlN7BPP6Ad27xYnOIWv4lPzo8HCAL+mMZofJ9KEy30fq6MfaK6Q==",
1112 "license": "MIT",
1113 "dependencies": {
1114 "character-entities": "^2.0.0"
1115 },
1116 "funding": {
1117 "type": "github",
1118 "url": "https://github.com/sponsors/wooorm"
1119 }
1120 },
1121 "node_modules/dequal": {
1122 "version": "2.0.3",
1123 "resolved": "https://registry.npmjs.org/dequal/-/dequal-2.0.3.tgz",
1124 "integrity": "sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA==",
1125 "license": "MIT",
1126 "engines": {
1127 "node": ">=6"
1128 }
1129 },
1130 "node_modules/detect-libc": {
1131 "version": "2.1.2",
1132 "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.1.2.tgz",
1133 "integrity": "sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==",
1134 "dev": true,
1135 "license": "Apache-2.0",
1136 "engines": {
1137 "node": ">=8"
1138 }
1139 },
1140 "node_modules/devlop": {
1141 "version": "1.1.0",
1142 "resolved": "https://registry.npmjs.org/devlop/-/devlop-1.1.0.tgz",
1143 "integrity": "sha512-RWmIqhcFf1lRYBvNmr7qTNuyCt/7/ns2jbpp1+PalgE/rDQcBT0fioSMUpJ93irlUhC5hrg4cYqe6U+0ImW0rA==",
1144 "license": "MIT",
1145 "dependencies": {
1146 "dequal": "^2.0.0"
1147 },
1148 "funding": {
1149 "type": "github",
1150 "url": "https://github.com/sponsors/wooorm"
1151 }
1152 },
1153 "node_modules/escape-string-regexp": {
1154 "version": "5.0.0",
1155 "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-5.0.0.tgz",
1156 "integrity": "sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw==",
1157 "license": "MIT",
1158 "engines": {
1159 "node": ">=12"
1160 },
1161 "funding": {
1162 "url": "https://github.com/sponsors/sindresorhus"
1163 }
1164 },
1165 "node_modules/estree-util-is-identifier-name": {
1166 "version": "3.0.0",
1167 "resolved": "https://registry.npmjs.org/estree-util-is-identifier-name/-/estree-util-is-identifier-name-3.0.0.tgz",
1168 "integrity": "sha512-hFtqIDZTIUZ9BXLb8y4pYGyk6+wekIivNVTcmvk8NoOh+VeRn5y6cEHzbURrWbfp1fIqdVipilzj+lfaadNZmg==",
1169 "license": "MIT",
1170 "funding": {
1171 "type": "opencollective",
1172 "url": "https://opencollective.com/unified"
1173 }
1174 },
1175 "node_modules/extend": {
1176 "version": "3.0.2",
1177 "resolved": "https://registry.npmjs.org/extend/-/extend-3.0.2.tgz",
1178 "integrity": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==",
1179 "license": "MIT"
1180 },
1181 "node_modules/fault": {
1182 "version": "1.0.4",
1183 "resolved": "https://registry.npmjs.org/fault/-/fault-1.0.4.tgz",
1184 "integrity": "sha512-CJ0HCB5tL5fYTEA7ToAq5+kTwd++Borf1/bifxd9iT70QcXr4MRrO3Llf8Ifs70q+SJcGHFtnIE/Nw6giCtECA==",
1185 "license": "MIT",
1186 "dependencies": {
1187 "format": "^0.2.0"
1188 },
1189 "funding": {
1190 "type": "github",
1191 "url": "https://github.com/sponsors/wooorm"
1192 }
1193 },
1194 "node_modules/fdir": {
1195 "version": "6.5.0",
1196 "resolved": "https://registry.npmjs.org/fdir/-/fdir-6.5.0.tgz",
1197 "integrity": "sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==",
1198 "dev": true,
1199 "license": "MIT",
1200 "engines": {
1201 "node": ">=12.0.0"
1202 },
1203 "peerDependencies": {
1204 "picomatch": "^3 || ^4"
1205 },
1206 "peerDependenciesMeta": {
1207 "picomatch": {
1208 "optional": true
1209 }
1210 }
1211 },
1212 "node_modules/fflate": {
1213 "version": "0.8.3",
1214 "resolved": "https://registry.npmjs.org/fflate/-/fflate-0.8.3.tgz",
1215 "integrity": "sha512-tbZNuJrLwGUp3zshBtdy4W+ORxZuIh8a5ilyIEQDC5rY1f3U20JMry0Ll3WBzU58EZKsEuJFXhb5gwv8CsPvgA==",
1216 "license": "MIT"
1217 },
1218 "node_modules/format": {
1219 "version": "0.2.2",
1220 "resolved": "https://registry.npmjs.org/format/-/format-0.2.2.tgz",
1221 "integrity": "sha512-wzsgA6WOq+09wrU1tsJ09udeR/YZRaeArL9e1wPbFg3GG2yDnC2ldKpxs4xunpFF9DgqCqOIra3bc1HWrJ37Ww==",
1222 "engines": {
1223 "node": ">=0.4.x"
1224 }
1225 },
1226 "node_modules/fsevents": {
1227 "version": "2.3.3",
1228 "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz",
1229 "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
1230 "dev": true,
1231 "hasInstallScript": true,
1232 "license": "MIT",
1233 "optional": true,
1234 "os": [
1235 "darwin"
1236 ],
1237 "engines": {
1238 "node": "^8.16.0 || ^10.6.0 || >=11.0.0"
1239 }
1240 },
1241 "node_modules/h5wasm": {
1242 "version": "0.10.3",
1243 "resolved": "https://registry.npmjs.org/h5wasm/-/h5wasm-0.10.3.tgz",
1244 "integrity": "sha512-W4Jy5ExtX/VNbyD8GdOBckDuj6AL16TemppVNxZsV3rJZEWCv2sxlCzOttZLer3zkMttbDYsWHl0qt1z3Bln+Q==",
1245 "license": "SEE LICENSE IN LICENSE.txt"
1246 },
1247 "node_modules/hast-util-parse-selector": {
1248 "version": "4.0.0",
1249 "resolved": "https://registry.npmjs.org/hast-util-parse-selector/-/hast-util-parse-selector-4.0.0.tgz",
1250 "integrity": "sha512-wkQCkSYoOGCRKERFWcxMVMOcYE2K1AaNLU8DXS9arxnLOUEWbOXKXiJUNzEpqZ3JOKpnha3jkFrumEjVliDe7A==",
1251 "license": "MIT",
1252 "dependencies": {
1253 "@types/hast": "^3.0.0"
1254 },
1255 "funding": {
1256 "type": "opencollective",
1257 "url": "https://opencollective.com/unified"
1258 }
1259 },
1260 "node_modules/hast-util-to-jsx-runtime": {
1261 "version": "2.3.6",
1262 "resolved": "https://registry.npmjs.org/hast-util-to-jsx-runtime/-/hast-util-to-jsx-runtime-2.3.6.tgz",
1263 "integrity": "sha512-zl6s8LwNyo1P9uw+XJGvZtdFF1GdAkOg8ujOw+4Pyb76874fLps4ueHXDhXWdk6YHQ6OgUtinliG7RsYvCbbBg==",
1264 "license": "MIT",
1265 "dependencies": {
1266 "@types/estree": "^1.0.0",
1267 "@types/hast": "^3.0.0",
1268 "@types/unist": "^3.0.0",
1269 "comma-separated-tokens": "^2.0.0",
1270 "devlop": "^1.0.0",
1271 "estree-util-is-identifier-name": "^3.0.0",
1272 "hast-util-whitespace": "^3.0.0",
1273 "mdast-util-mdx-expression": "^2.0.0",
1274 "mdast-util-mdx-jsx": "^3.0.0",
1275 "mdast-util-mdxjs-esm": "^2.0.0",
1276 "property-information": "^7.0.0",
1277 "space-separated-tokens": "^2.0.0",
1278 "style-to-js": "^1.0.0",
1279 "unist-util-position": "^5.0.0",
1280 "vfile-message": "^4.0.0"
1281 },
1282 "funding": {
1283 "type": "opencollective",
1284 "url": "https://opencollective.com/unified"
1285 }
1286 },
1287 "node_modules/hast-util-whitespace": {
1288 "version": "3.0.0",
1289 "resolved": "https://registry.npmjs.org/hast-util-whitespace/-/hast-util-whitespace-3.0.0.tgz",
1290 "integrity": "sha512-88JUN06ipLwsnv+dVn+OIYOvAuvBMy/Qoi6O7mQHxdPXpjy+Cd6xRkWwux7DKO+4sYILtLBRIKgsdpS2gQc7qw==",
1291 "license": "MIT",
1292 "dependencies": {
1293 "@types/hast": "^3.0.0"
1294 },
1295 "funding": {
1296 "type": "opencollective",
1297 "url": "https://opencollective.com/unified"
1298 }
1299 },
1300 "node_modules/hastscript": {
1301 "version": "9.0.1",
1302 "resolved": "https://registry.npmjs.org/hastscript/-/hastscript-9.0.1.tgz",
1303 "integrity": "sha512-g7df9rMFX/SPi34tyGCyUBREQoKkapwdY/T04Qn9TDWfHhAYt4/I0gMVirzK5wEzeUqIjEB+LXC/ypb7Aqno5w==",
1304 "license": "MIT",
1305 "dependencies": {
1306 "@types/hast": "^3.0.0",
1307 "comma-separated-tokens": "^2.0.0",
1308 "hast-util-parse-selector": "^4.0.0",
1309 "property-information": "^7.0.0",
1310 "space-separated-tokens": "^2.0.0"
1311 },
1312 "funding": {
1313 "type": "opencollective",
1314 "url": "https://opencollective.com/unified"
1315 }
1316 },
1317 "node_modules/highlight.js": {
1318 "version": "10.7.3",
1319 "resolved": "https://registry.npmjs.org/highlight.js/-/highlight.js-10.7.3.tgz",
1320 "integrity": "sha512-tzcUFauisWKNHaRkN4Wjl/ZA07gENAjFl3J/c480dprkGTg5EQstgaNFqBfUqCq54kZRIEcreTsAgF/m2quD7A==",
1321 "license": "BSD-3-Clause",
1322 "engines": {
1323 "node": "*"
1324 }
1325 },
1326 "node_modules/highlightjs-vue": {
1327 "version": "1.0.0",
1328 "resolved": "https://registry.npmjs.org/highlightjs-vue/-/highlightjs-vue-1.0.0.tgz",
1329 "integrity": "sha512-PDEfEF102G23vHmPhLyPboFCD+BkMGu+GuJe2d9/eH4FsCwvgBpnc9n0pGE+ffKdph38s6foEZiEjdgHdzp+IA==",
1330 "license": "CC0-1.0"
1331 },
1332 "node_modules/html-url-attributes": {
1333 "version": "3.0.1",
1334 "resolved": "https://registry.npmjs.org/html-url-attributes/-/html-url-attributes-3.0.1.tgz",
1335 "integrity": "sha512-ol6UPyBWqsrO6EJySPz2O7ZSr856WDrEzM5zMqp+FJJLGMW35cLYmmZnl0vztAZxRUoNZJFTCohfjuIJ8I4QBQ==",
1336 "license": "MIT",
1337 "funding": {
1338 "type": "opencollective",
1339 "url": "https://opencollective.com/unified"
1340 }
1341 },
1342 "node_modules/inline-style-parser": {
1343 "version": "0.2.7",
1344 "resolved": "https://registry.npmjs.org/inline-style-parser/-/inline-style-parser-0.2.7.tgz",
1345 "integrity": "sha512-Nb2ctOyNR8DqQoR0OwRG95uNWIC0C1lCgf5Naz5H6Ji72KZ8OcFZLz2P5sNgwlyoJ8Yif11oMuYs5pBQa86csA==",
1346 "license": "MIT"
1347 },
1348 "node_modules/is-alphabetical": {
1349 "version": "2.0.1",
1350 "resolved": "https://registry.npmjs.org/is-alphabetical/-/is-alphabetical-2.0.1.tgz",
1351 "integrity": "sha512-FWyyY60MeTNyeSRpkM2Iry0G9hpr7/9kD40mD/cGQEuilcZYS4okz8SN2Q6rLCJ8gbCt6fN+rC+6tMGS99LaxQ==",
1352 "license": "MIT",
1353 "funding": {
1354 "type": "github",
1355 "url": "https://github.com/sponsors/wooorm"
1356 }
1357 },
1358 "node_modules/is-alphanumerical": {
1359 "version": "2.0.1",
1360 "resolved": "https://registry.npmjs.org/is-alphanumerical/-/is-alphanumerical-2.0.1.tgz",
1361 "integrity": "sha512-hmbYhX/9MUMF5uh7tOXyK/n0ZvWpad5caBA17GsC6vyuCqaWliRG5K1qS9inmUhEMaOBIW7/whAnSwveW/LtZw==",
1362 "license": "MIT",
1363 "dependencies": {
1364 "is-alphabetical": "^2.0.0",
1365 "is-decimal": "^2.0.0"
1366 },
1367 "funding": {
1368 "type": "github",
1369 "url": "https://github.com/sponsors/wooorm"
1370 }
1371 },
1372 "node_modules/is-decimal": {
1373 "version": "2.0.1",
1374 "resolved": "https://registry.npmjs.org/is-decimal/-/is-decimal-2.0.1.tgz",
1375 "integrity": "sha512-AAB9hiomQs5DXWcRB1rqsxGUstbRroFOPPVAomNk/3XHR5JyEZChOyTWe2oayKnsSsr/kcGqF+z6yuH6HHpN0A==",
1376 "license": "MIT",
1377 "funding": {
1378 "type": "github",
1379 "url": "https://github.com/sponsors/wooorm"
1380 }
1381 },
1382 "node_modules/is-hexadecimal": {
1383 "version": "2.0.1",
1384 "resolved": "https://registry.npmjs.org/is-hexadecimal/-/is-hexadecimal-2.0.1.tgz",
1385 "integrity": "sha512-DgZQp241c8oO6cA1SbTEWiXeoxV42vlcJxgH+B3hi1AiqqKruZR3ZGF8In3fj4+/y/7rHvlOZLZtgJ/4ttYGZg==",
1386 "license": "MIT",
1387 "funding": {
1388 "type": "github",
1389 "url": "https://github.com/sponsors/wooorm"
1390 }
1391 },
1392 "node_modules/is-plain-obj": {
1393 "version": "4.1.0",
1394 "resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-4.1.0.tgz",
1395 "integrity": "sha512-+Pgi+vMuUNkJyExiMBt5IlFoMyKnr5zhJ4Uspz58WOhBF5QoIZkFyNHIbBAtHwzVAgk5RtndVNsDRN61/mmDqg==",
1396 "license": "MIT",
1397 "engines": {
1398 "node": ">=12"
1399 },
1400 "funding": {
1401 "url": "https://github.com/sponsors/sindresorhus"
1402 }
1403 },
1404 "node_modules/koffi": {
1405 "version": "2.16.3",
1406 "resolved": "https://registry.npmjs.org/koffi/-/koffi-2.16.3.tgz",
1407 "integrity": "sha512-E9y1AsgYGlaxMhcZzHr8y96QF2U5XzA12GGVAfbWqIubTwPNMXQarfBzePNXHe0xtIEtNd6ifAv3GAKYGUeBAQ==",
1408 "hasInstallScript": true,
1409 "license": "MIT",
1410 "optional": true,
1411 "funding": {
1412 "url": "https://liberapay.com/Koromix"
1413 }
1414 },
1415 "node_modules/lightningcss": {
1416 "version": "1.33.0",
1417 "resolved": "https://registry.npmjs.org/lightningcss/-/lightningcss-1.33.0.tgz",
1418 "integrity": "sha512-WkUDrojuJs0xkgGf2udWxa3yGBRxPtxUkB79i6aCZLRgc7PM8fZe9TosfPDcvEpQZbuFASnHYmRLBLUbmLOIIA==",
1419 "dev": true,
1420 "license": "MPL-2.0",
1421 "dependencies": {
1422 "detect-libc": "^2.0.3"
1423 },
1424 "engines": {
1425 "node": ">= 12.0.0"
1426 },
1427 "funding": {
1428 "type": "opencollective",
1429 "url": "https://opencollective.com/parcel"
1430 },
1431 "optionalDependencies": {
1432 "lightningcss-android-arm64": "1.33.0",
1433 "lightningcss-darwin-arm64": "1.33.0",
1434 "lightningcss-darwin-x64": "1.33.0",
1435 "lightningcss-freebsd-x64": "1.33.0",
1436 "lightningcss-linux-arm-gnueabihf": "1.33.0",
1437 "lightningcss-linux-arm64-gnu": "1.33.0",
1438 "lightningcss-linux-arm64-musl": "1.33.0",
1439 "lightningcss-linux-x64-gnu": "1.33.0",
1440 "lightningcss-linux-x64-musl": "1.33.0",
1441 "lightningcss-win32-arm64-msvc": "1.33.0",
1442 "lightningcss-win32-x64-msvc": "1.33.0"
1443 }
1444 },
1445 "node_modules/lightningcss-android-arm64": {
1446 "version": "1.33.0",
1447 "resolved": "https://registry.npmjs.org/lightningcss-android-arm64/-/lightningcss-android-arm64-1.33.0.tgz",
1448 "integrity": "sha512-gEpRTalKdosp4Bb8qWtc2iOgE5SeIHlpS1up9bFq2wAyYhl1UdTObYiHe98zEM9SQvSoqQZ1IQD0JNpg3Ml5pg==",
1449 "cpu": [
1450 "arm64"
1451 ],
1452 "dev": true,
1453 "license": "MPL-2.0",
1454 "optional": true,
1455 "os": [
1456 "android"
1457 ],
1458 "engines": {
1459 "node": ">= 12.0.0"
1460 },
1461 "funding": {
1462 "type": "opencollective",
1463 "url": "https://opencollective.com/parcel"
1464 }
1465 },
1466 "node_modules/lightningcss-darwin-arm64": {
1467 "version": "1.33.0",
1468 "resolved": "https://registry.npmjs.org/lightningcss-darwin-arm64/-/lightningcss-darwin-arm64-1.33.0.tgz",
1469 "integrity": "sha512-Sciaz8eenNTKn9b3t7+xr0ipTp9YxKQY4npwQ3mrRuL0BAVHBLyZxofhaKBAVtzmtRZ/zTyo0/to4B1uWG/Djg==",
1470 "cpu": [
1471 "arm64"
1472 ],
1473 "dev": true,
1474 "license": "MPL-2.0",
1475 "optional": true,
1476 "os": [
1477 "darwin"
1478 ],
1479 "engines": {
1480 "node": ">= 12.0.0"
1481 },
1482 "funding": {
1483 "type": "opencollective",
1484 "url": "https://opencollective.com/parcel"
1485 }
1486 },
1487 "node_modules/lightningcss-darwin-x64": {
1488 "version": "1.33.0",
1489 "resolved": "https://registry.npmjs.org/lightningcss-darwin-x64/-/lightningcss-darwin-x64-1.33.0.tgz",
1490 "integrity": "sha512-Z5UPAxzrjlWNNyGy6i65cJzzvgJ5D3T6wMvs+gWpY9d7qRhANrxqAp6LhxIgZhWEw18RfJTGcRxjuLIBr+m8XQ==",
1491 "cpu": [
1492 "x64"
1493 ],
1494 "dev": true,
1495 "license": "MPL-2.0",
1496 "optional": true,
1497 "os": [
1498 "darwin"
1499 ],
1500 "engines": {
1501 "node": ">= 12.0.0"
1502 },
1503 "funding": {
1504 "type": "opencollective",
1505 "url": "https://opencollective.com/parcel"
1506 }
1507 },
1508 "node_modules/lightningcss-freebsd-x64": {
1509 "version": "1.33.0",
1510 "resolved": "https://registry.npmjs.org/lightningcss-freebsd-x64/-/lightningcss-freebsd-x64-1.33.0.tgz",
1511 "integrity": "sha512-QQM/Ti/hQajJwCY+RiWuCZ9sdtI/XQk7nDK5vC8kkdwixezOlDgvDx7+RT+QjK6FcFT4MpsuoBnHIo/O3StRRg==",
1512 "cpu": [
1513 "x64"
1514 ],
1515 "dev": true,
1516 "license": "MPL-2.0",
1517 "optional": true,
1518 "os": [
1519 "freebsd"
1520 ],
1521 "engines": {
1522 "node": ">= 12.0.0"
1523 },
1524 "funding": {
1525 "type": "opencollective",
1526 "url": "https://opencollective.com/parcel"
1527 }
1528 },
1529 "node_modules/lightningcss-linux-arm-gnueabihf": {
1530 "version": "1.33.0",
1531 "resolved": "https://registry.npmjs.org/lightningcss-linux-arm-gnueabihf/-/lightningcss-linux-arm-gnueabihf-1.33.0.tgz",
1532 "integrity": "sha512-N7FVBe6iS24MlM6R/4RBTxGhQheZGs7tiQ9U32UtF75NzP5Q7xWPRqLBCKxlRQRk3rY1jCIPLzx7WzOhuUIRLQ==",
1533 "cpu": [
1534 "arm"
1535 ],
1536 "dev": true,
1537 "license": "MPL-2.0",
1538 "optional": true,
1539 "os": [
1540 "linux"
1541 ],
1542 "engines": {
1543 "node": ">= 12.0.0"
1544 },
1545 "funding": {
1546 "type": "opencollective",
1547 "url": "https://opencollective.com/parcel"
1548 }
1549 },
1550 "node_modules/lightningcss-linux-arm64-gnu": {
1551 "version": "1.33.0",
1552 "resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-gnu/-/lightningcss-linux-arm64-gnu-1.33.0.tgz",
1553 "integrity": "sha512-j2v/itmy4HlNxlc6voKXYgBqNi0Ng2LShg4z7GufpEgs05P+2suBVyi9I6YHq5uoVFx9ETin3eCEhLVyXGQnKg==",
1554 "cpu": [
1555 "arm64"
1556 ],
1557 "dev": true,
1558 "libc": [
1559 "glibc"
1560 ],
1561 "license": "MPL-2.0",
1562 "optional": true,
1563 "os": [
1564 "linux"
1565 ],
1566 "engines": {
1567 "node": ">= 12.0.0"
1568 },
1569 "funding": {
1570 "type": "opencollective",
1571 "url": "https://opencollective.com/parcel"
1572 }
1573 },
1574 "node_modules/lightningcss-linux-arm64-musl": {
1575 "version": "1.33.0",
1576 "resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-musl/-/lightningcss-linux-arm64-musl-1.33.0.tgz",
1577 "integrity": "sha512-yiO5ROMuYQgXbC60yjZU5CYSFZGKXL0HFATXt9mHJn1+zW55oCtMI9NfcVhYLMFDL7gV7oBPon/EmMMGg2OvtQ==",
1578 "cpu": [
1579 "arm64"
1580 ],
1581 "dev": true,
1582 "libc": [
1583 "musl"
1584 ],
1585 "license": "MPL-2.0",
1586 "optional": true,
1587 "os": [
1588 "linux"
1589 ],
1590 "engines": {
1591 "node": ">= 12.0.0"
1592 },
1593 "funding": {
1594 "type": "opencollective",
1595 "url": "https://opencollective.com/parcel"
1596 }
1597 },
1598 "node_modules/lightningcss-linux-x64-gnu": {
1599 "version": "1.33.0",
1600 "resolved": "https://registry.npmjs.org/lightningcss-linux-x64-gnu/-/lightningcss-linux-x64-gnu-1.33.0.tgz",
1601 "integrity": "sha512-ar+Ju7LmcN0Jo4FpL4hpFybwNG9/3A/Br5KW2n2jyODg3MEZXaDYADdemoNS+BDNfMgKvylJLj4S5tyRActuAg==",
1602 "cpu": [
1603 "x64"
1604 ],
1605 "dev": true,
1606 "libc": [
1607 "glibc"
1608 ],
1609 "license": "MPL-2.0",
1610 "optional": true,
1611 "os": [
1612 "linux"
1613 ],
1614 "engines": {
1615 "node": ">= 12.0.0"
1616 },
1617 "funding": {
1618 "type": "opencollective",
1619 "url": "https://opencollective.com/parcel"
1620 }
1621 },
1622 "node_modules/lightningcss-linux-x64-musl": {
1623 "version": "1.33.0",
1624 "resolved": "https://registry.npmjs.org/lightningcss-linux-x64-musl/-/lightningcss-linux-x64-musl-1.33.0.tgz",
1625 "integrity": "sha512-RYiYbkokw0trfKqqzfF55lginwEPrD3OJDfTuJzFs1MK6iFnDenaz1fqLLtX4ITG3OktJQXOeTaw1awrBAlZPw==",
1626 "cpu": [
1627 "x64"
1628 ],
1629 "dev": true,
1630 "libc": [
1631 "musl"
1632 ],
1633 "license": "MPL-2.0",
1634 "optional": true,
1635 "os": [
1636 "linux"
1637 ],
1638 "engines": {
1639 "node": ">= 12.0.0"
1640 },
1641 "funding": {
1642 "type": "opencollective",
1643 "url": "https://opencollective.com/parcel"
1644 }
1645 },
1646 "node_modules/lightningcss-win32-arm64-msvc": {
1647 "version": "1.33.0",
1648 "resolved": "https://registry.npmjs.org/lightningcss-win32-arm64-msvc/-/lightningcss-win32-arm64-msvc-1.33.0.tgz",
1649 "integrity": "sha512-1K+MPfLSFVpphzpdbfkhlWk6wBrTObBzS2T6db10PNOZgR9GoVsAWzwNyuhUYYbTp23j+4RrncfujZ4uAzXvwA==",
1650 "cpu": [
1651 "arm64"
1652 ],
1653 "dev": true,
1654 "license": "MPL-2.0",
1655 "optional": true,
1656 "os": [
1657 "win32"
1658 ],
1659 "engines": {
1660 "node": ">= 12.0.0"
1661 },
1662 "funding": {
1663 "type": "opencollective",
1664 "url": "https://opencollective.com/parcel"
1665 }
1666 },
1667 "node_modules/lightningcss-win32-x64-msvc": {
1668 "version": "1.33.0",
1669 "resolved": "https://registry.npmjs.org/lightningcss-win32-x64-msvc/-/lightningcss-win32-x64-msvc-1.33.0.tgz",
1670 "integrity": "sha512-OlEICDx/Xl0FqSp4bry8zFnCvGpig3Gl4gCquvYwHuqJKEC1+n9NgDniFvqHGmMv1ZkqDJrDqKKSykTDX+ehuA==",
1671 "cpu": [
1672 "x64"
1673 ],
1674 "dev": true,
1675 "license": "MPL-2.0",
1676 "optional": true,
1677 "os": [
1678 "win32"
1679 ],
1680 "engines": {
1681 "node": ">= 12.0.0"
1682 },
1683 "funding": {
1684 "type": "opencollective",
1685 "url": "https://opencollective.com/parcel"
1686 }
1687 },
1688 "node_modules/longest-streak": {
1689 "version": "3.1.0",
1690 "resolved": "https://registry.npmjs.org/longest-streak/-/longest-streak-3.1.0.tgz",
1691 "integrity": "sha512-9Ri+o0JYgehTaVBBDoMqIl8GXtbWg711O3srftcHhZ0dqnETqLaoIK0x17fUw9rFSlK/0NlsKe0Ahhyl5pXE2g==",
1692 "license": "MIT",
1693 "funding": {
1694 "type": "github",
1695 "url": "https://github.com/sponsors/wooorm"
1696 }
1697 },
1698 "node_modules/lowlight": {
1699 "version": "1.20.0",
1700 "resolved": "https://registry.npmjs.org/lowlight/-/lowlight-1.20.0.tgz",
1701 "integrity": "sha512-8Ktj+prEb1RoCPkEOrPMYUN/nCggB7qAWe3a7OpMjWQkh3l2RD5wKRQ+o8Q8YuI9RG/xs95waaI/E6ym/7NsTw==",
1702 "license": "MIT",
1703 "dependencies": {
1704 "fault": "^1.0.0",
1705 "highlight.js": "~10.7.0"
1706 },
1707 "funding": {
1708 "type": "github",
1709 "url": "https://github.com/sponsors/wooorm"
1710 }
1711 },
1712 "node_modules/markdown-table": {
1713 "version": "3.0.4",
1714 "resolved": "https://registry.npmjs.org/markdown-table/-/markdown-table-3.0.4.tgz",
1715 "integrity": "sha512-wiYz4+JrLyb/DqW2hkFJxP7Vd7JuTDm77fvbM8VfEQdmSMqcImWeeRbHwZjBjIFki/VaMK2BhFi7oUUZeM5bqw==",
1716 "license": "MIT",
1717 "funding": {
1718 "type": "github",
1719 "url": "https://github.com/sponsors/wooorm"
1720 }
1721 },
1722 "node_modules/mdast-util-find-and-replace": {
1723 "version": "3.0.2",
1724 "resolved": "https://registry.npmjs.org/mdast-util-find-and-replace/-/mdast-util-find-and-replace-3.0.2.tgz",
1725 "integrity": "sha512-Tmd1Vg/m3Xz43afeNxDIhWRtFZgM2VLyaf4vSTYwudTyeuTneoL3qtWMA5jeLyz/O1vDJmmV4QuScFCA2tBPwg==",
1726 "license": "MIT",
1727 "dependencies": {
1728 "@types/mdast": "^4.0.0",
1729 "escape-string-regexp": "^5.0.0",
1730 "unist-util-is": "^6.0.0",
1731 "unist-util-visit-parents": "^6.0.0"
1732 },
1733 "funding": {
1734 "type": "opencollective",
1735 "url": "https://opencollective.com/unified"
1736 }
1737 },
1738 "node_modules/mdast-util-from-markdown": {
1739 "version": "2.0.3",
1740 "resolved": "https://registry.npmjs.org/mdast-util-from-markdown/-/mdast-util-from-markdown-2.0.3.tgz",
1741 "integrity": "sha512-W4mAWTvSlKvf8L6J+VN9yLSqQ9AOAAvHuoDAmPkz4dHf553m5gVj2ejadHJhoJmcmxEnOv6Pa8XJhpxE93kb8Q==",
1742 "license": "MIT",
1743 "dependencies": {
1744 "@types/mdast": "^4.0.0",
1745 "@types/unist": "^3.0.0",
1746 "decode-named-character-reference": "^1.0.0",
1747 "devlop": "^1.0.0",
1748 "mdast-util-to-string": "^4.0.0",
1749 "micromark": "^4.0.0",
1750 "micromark-util-decode-numeric-character-reference": "^2.0.0",
1751 "micromark-util-decode-string": "^2.0.0",
1752 "micromark-util-normalize-identifier": "^2.0.0",
1753 "micromark-util-symbol": "^2.0.0",
1754 "micromark-util-types": "^2.0.0",
1755 "unist-util-stringify-position": "^4.0.0"
1756 },
1757 "funding": {
1758 "type": "opencollective",
1759 "url": "https://opencollective.com/unified"
1760 }
1761 },
1762 "node_modules/mdast-util-gfm": {
1763 "version": "3.1.0",
1764 "resolved": "https://registry.npmjs.org/mdast-util-gfm/-/mdast-util-gfm-3.1.0.tgz",
1765 "integrity": "sha512-0ulfdQOM3ysHhCJ1p06l0b0VKlhU0wuQs3thxZQagjcjPrlFRqY215uZGHHJan9GEAXd9MbfPjFJz+qMkVR6zQ==",
1766 "license": "MIT",
1767 "dependencies": {
1768 "mdast-util-from-markdown": "^2.0.0",
1769 "mdast-util-gfm-autolink-literal": "^2.0.0",
1770 "mdast-util-gfm-footnote": "^2.0.0",
1771 "mdast-util-gfm-strikethrough": "^2.0.0",
1772 "mdast-util-gfm-table": "^2.0.0",
1773 "mdast-util-gfm-task-list-item": "^2.0.0",
1774 "mdast-util-to-markdown": "^2.0.0"
1775 },
1776 "funding": {
1777 "type": "opencollective",
1778 "url": "https://opencollective.com/unified"
1779 }
1780 },
1781 "node_modules/mdast-util-gfm-autolink-literal": {
1782 "version": "2.0.1",
1783 "resolved": "https://registry.npmjs.org/mdast-util-gfm-autolink-literal/-/mdast-util-gfm-autolink-literal-2.0.1.tgz",
1784 "integrity": "sha512-5HVP2MKaP6L+G6YaxPNjuL0BPrq9orG3TsrZ9YXbA3vDw/ACI4MEsnoDpn6ZNm7GnZgtAcONJyPhOP8tNJQavQ==",
1785 "license": "MIT",
1786 "dependencies": {
1787 "@types/mdast": "^4.0.0",
1788 "ccount": "^2.0.0",
1789 "devlop": "^1.0.0",
1790 "mdast-util-find-and-replace": "^3.0.0",
1791 "micromark-util-character": "^2.0.0"
1792 },
1793 "funding": {
1794 "type": "opencollective",
1795 "url": "https://opencollective.com/unified"
1796 }
1797 },
1798 "node_modules/mdast-util-gfm-footnote": {
1799 "version": "2.1.0",
1800 "resolved": "https://registry.npmjs.org/mdast-util-gfm-footnote/-/mdast-util-gfm-footnote-2.1.0.tgz",
1801 "integrity": "sha512-sqpDWlsHn7Ac9GNZQMeUzPQSMzR6Wv0WKRNvQRg0KqHh02fpTz69Qc1QSseNX29bhz1ROIyNyxExfawVKTm1GQ==",
1802 "license": "MIT",
1803 "dependencies": {
1804 "@types/mdast": "^4.0.0",
1805 "devlop": "^1.1.0",
1806 "mdast-util-from-markdown": "^2.0.0",
1807 "mdast-util-to-markdown": "^2.0.0",
1808 "micromark-util-normalize-identifier": "^2.0.0"
1809 },
1810 "funding": {
1811 "type": "opencollective",
1812 "url": "https://opencollective.com/unified"
1813 }
1814 },
1815 "node_modules/mdast-util-gfm-strikethrough": {
1816 "version": "2.0.0",
1817 "resolved": "https://registry.npmjs.org/mdast-util-gfm-strikethrough/-/mdast-util-gfm-strikethrough-2.0.0.tgz",
1818 "integrity": "sha512-mKKb915TF+OC5ptj5bJ7WFRPdYtuHv0yTRxK2tJvi+BDqbkiG7h7u/9SI89nRAYcmap2xHQL9D+QG/6wSrTtXg==",
1819 "license": "MIT",
1820 "dependencies": {
1821 "@types/mdast": "^4.0.0",
1822 "mdast-util-from-markdown": "^2.0.0",
1823 "mdast-util-to-markdown": "^2.0.0"
1824 },
1825 "funding": {
1826 "type": "opencollective",
1827 "url": "https://opencollective.com/unified"
1828 }
1829 },
1830 "node_modules/mdast-util-gfm-table": {
1831 "version": "2.0.0",
1832 "resolved": "https://registry.npmjs.org/mdast-util-gfm-table/-/mdast-util-gfm-table-2.0.0.tgz",
1833 "integrity": "sha512-78UEvebzz/rJIxLvE7ZtDd/vIQ0RHv+3Mh5DR96p7cS7HsBhYIICDBCu8csTNWNO6tBWfqXPWekRuj2FNOGOZg==",
1834 "license": "MIT",
1835 "dependencies": {
1836 "@types/mdast": "^4.0.0",
1837 "devlop": "^1.0.0",
1838 "markdown-table": "^3.0.0",
1839 "mdast-util-from-markdown": "^2.0.0",
1840 "mdast-util-to-markdown": "^2.0.0"
1841 },
1842 "funding": {
1843 "type": "opencollective",
1844 "url": "https://opencollective.com/unified"
1845 }
1846 },
1847 "node_modules/mdast-util-gfm-task-list-item": {
1848 "version": "2.0.0",
1849 "resolved": "https://registry.npmjs.org/mdast-util-gfm-task-list-item/-/mdast-util-gfm-task-list-item-2.0.0.tgz",
1850 "integrity": "sha512-IrtvNvjxC1o06taBAVJznEnkiHxLFTzgonUdy8hzFVeDun0uTjxxrRGVaNFqkU1wJR3RBPEfsxmU6jDWPofrTQ==",
1851 "license": "MIT",
1852 "dependencies": {
1853 "@types/mdast": "^4.0.0",
1854 "devlop": "^1.0.0",
1855 "mdast-util-from-markdown": "^2.0.0",
1856 "mdast-util-to-markdown": "^2.0.0"
1857 },
1858 "funding": {
1859 "type": "opencollective",
1860 "url": "https://opencollective.com/unified"
1861 }
1862 },
1863 "node_modules/mdast-util-mdx-expression": {
1864 "version": "2.0.1",
1865 "resolved": "https://registry.npmjs.org/mdast-util-mdx-expression/-/mdast-util-mdx-expression-2.0.1.tgz",
1866 "integrity": "sha512-J6f+9hUp+ldTZqKRSg7Vw5V6MqjATc+3E4gf3CFNcuZNWD8XdyI6zQ8GqH7f8169MM6P7hMBRDVGnn7oHB9kXQ==",
1867 "license": "MIT",
1868 "dependencies": {
1869 "@types/estree-jsx": "^1.0.0",
1870 "@types/hast": "^3.0.0",
1871 "@types/mdast": "^4.0.0",
1872 "devlop": "^1.0.0",
1873 "mdast-util-from-markdown": "^2.0.0",
1874 "mdast-util-to-markdown": "^2.0.0"
1875 },
1876 "funding": {
1877 "type": "opencollective",
1878 "url": "https://opencollective.com/unified"
1879 }
1880 },
1881 "node_modules/mdast-util-mdx-jsx": {
1882 "version": "3.2.0",
1883 "resolved": "https://registry.npmjs.org/mdast-util-mdx-jsx/-/mdast-util-mdx-jsx-3.2.0.tgz",
1884 "integrity": "sha512-lj/z8v0r6ZtsN/cGNNtemmmfoLAFZnjMbNyLzBafjzikOM+glrjNHPlf6lQDOTccj9n5b0PPihEBbhneMyGs1Q==",
1885 "license": "MIT",
1886 "dependencies": {
1887 "@types/estree-jsx": "^1.0.0",
1888 "@types/hast": "^3.0.0",
1889 "@types/mdast": "^4.0.0",
1890 "@types/unist": "^3.0.0",
1891 "ccount": "^2.0.0",
1892 "devlop": "^1.1.0",
1893 "mdast-util-from-markdown": "^2.0.0",
1894 "mdast-util-to-markdown": "^2.0.0",
1895 "parse-entities": "^4.0.0",
1896 "stringify-entities": "^4.0.0",
1897 "unist-util-stringify-position": "^4.0.0",
1898 "vfile-message": "^4.0.0"
1899 },
1900 "funding": {
1901 "type": "opencollective",
1902 "url": "https://opencollective.com/unified"
1903 }
1904 },
1905 "node_modules/mdast-util-mdxjs-esm": {
1906 "version": "2.0.1",
1907 "resolved": "https://registry.npmjs.org/mdast-util-mdxjs-esm/-/mdast-util-mdxjs-esm-2.0.1.tgz",
1908 "integrity": "sha512-EcmOpxsZ96CvlP03NghtH1EsLtr0n9Tm4lPUJUBccV9RwUOneqSycg19n5HGzCf+10LozMRSObtVr3ee1WoHtg==",
1909 "license": "MIT",
1910 "dependencies": {
1911 "@types/estree-jsx": "^1.0.0",
1912 "@types/hast": "^3.0.0",
1913 "@types/mdast": "^4.0.0",
1914 "devlop": "^1.0.0",
1915 "mdast-util-from-markdown": "^2.0.0",
1916 "mdast-util-to-markdown": "^2.0.0"
1917 },
1918 "funding": {
1919 "type": "opencollective",
1920 "url": "https://opencollective.com/unified"
1921 }
1922 },
1923 "node_modules/mdast-util-phrasing": {
1924 "version": "4.1.0",
1925 "resolved": "https://registry.npmjs.org/mdast-util-phrasing/-/mdast-util-phrasing-4.1.0.tgz",
1926 "integrity": "sha512-TqICwyvJJpBwvGAMZjj4J2n0X8QWp21b9l0o7eXyVJ25YNWYbJDVIyD1bZXE6WtV6RmKJVYmQAKWa0zWOABz2w==",
1927 "license": "MIT",
1928 "dependencies": {
1929 "@types/mdast": "^4.0.0",
1930 "unist-util-is": "^6.0.0"
1931 },
1932 "funding": {
1933 "type": "opencollective",
1934 "url": "https://opencollective.com/unified"
1935 }
1936 },
1937 "node_modules/mdast-util-to-hast": {
1938 "version": "13.2.1",
1939 "resolved": "https://registry.npmjs.org/mdast-util-to-hast/-/mdast-util-to-hast-13.2.1.tgz",
1940 "integrity": "sha512-cctsq2wp5vTsLIcaymblUriiTcZd0CwWtCbLvrOzYCDZoWyMNV8sZ7krj09FSnsiJi3WVsHLM4k6Dq/yaPyCXA==",
1941 "license": "MIT",
1942 "dependencies": {
1943 "@types/hast": "^3.0.0",
1944 "@types/mdast": "^4.0.0",
1945 "@ungap/structured-clone": "^1.0.0",
1946 "devlop": "^1.0.0",
1947 "micromark-util-sanitize-uri": "^2.0.0",
1948 "trim-lines": "^3.0.0",
1949 "unist-util-position": "^5.0.0",
1950 "unist-util-visit": "^5.0.0",
1951 "vfile": "^6.0.0"
1952 },
1953 "funding": {
1954 "type": "opencollective",
1955 "url": "https://opencollective.com/unified"
1956 }
1957 },
1958 "node_modules/mdast-util-to-markdown": {
1959 "version": "2.1.2",
1960 "resolved": "https://registry.npmjs.org/mdast-util-to-markdown/-/mdast-util-to-markdown-2.1.2.tgz",
1961 "integrity": "sha512-xj68wMTvGXVOKonmog6LwyJKrYXZPvlwabaryTjLh9LuvovB/KAH+kvi8Gjj+7rJjsFi23nkUxRQv1KqSroMqA==",
1962 "license": "MIT",
1963 "dependencies": {
1964 "@types/mdast": "^4.0.0",
1965 "@types/unist": "^3.0.0",
1966 "longest-streak": "^3.0.0",
1967 "mdast-util-phrasing": "^4.0.0",
1968 "mdast-util-to-string": "^4.0.0",
1969 "micromark-util-classify-character": "^2.0.0",
1970 "micromark-util-decode-string": "^2.0.0",
1971 "unist-util-visit": "^5.0.0",
1972 "zwitch": "^2.0.0"
1973 },
1974 "funding": {
1975 "type": "opencollective",
1976 "url": "https://opencollective.com/unified"
1977 }
1978 },
1979 "node_modules/mdast-util-to-string": {
1980 "version": "4.0.0",
1981 "resolved": "https://registry.npmjs.org/mdast-util-to-string/-/mdast-util-to-string-4.0.0.tgz",
1982 "integrity": "sha512-0H44vDimn51F0YwvxSJSm0eCDOJTRlmN0R1yBh4HLj9wiV1Dn0QoXGbvFAWj2hSItVTlCmBF1hqKlIyUBVFLPg==",
1983 "license": "MIT",
1984 "dependencies": {
1985 "@types/mdast": "^4.0.0"
1986 },
1987 "funding": {
1988 "type": "opencollective",
1989 "url": "https://opencollective.com/unified"
1990 }
1991 },
1992 "node_modules/micromark": {
1993 "version": "4.0.2",
1994 "resolved": "https://registry.npmjs.org/micromark/-/micromark-4.0.2.tgz",
1995 "integrity": "sha512-zpe98Q6kvavpCr1NPVSCMebCKfD7CA2NqZ+rykeNhONIJBpc1tFKt9hucLGwha3jNTNI8lHpctWJWoimVF4PfA==",
1996 "funding": [
1997 {
1998 "type": "GitHub Sponsors",
1999 "url": "https://github.com/sponsors/unifiedjs"
2000 },
2001 {
2002 "type": "OpenCollective",
2003 "url": "https://opencollective.com/unified"
2004 }
2005 ],
2006 "license": "MIT",
2007 "dependencies": {
2008 "@types/debug": "^4.0.0",
2009 "debug": "^4.0.0",
2010 "decode-named-character-reference": "^1.0.0",
2011 "devlop": "^1.0.0",
2012 "micromark-core-commonmark": "^2.0.0",
2013 "micromark-factory-space": "^2.0.0",
2014 "micromark-util-character": "^2.0.0",
2015 "micromark-util-chunked": "^2.0.0",
2016 "micromark-util-combine-extensions": "^2.0.0",
2017 "micromark-util-decode-numeric-character-reference": "^2.0.0",
2018 "micromark-util-encode": "^2.0.0",
2019 "micromark-util-normalize-identifier": "^2.0.0",
2020 "micromark-util-resolve-all": "^2.0.0",
2021 "micromark-util-sanitize-uri": "^2.0.0",
2022 "micromark-util-subtokenize": "^2.0.0",
2023 "micromark-util-symbol": "^2.0.0",
2024 "micromark-util-types": "^2.0.0"
2025 }
2026 },
2027 "node_modules/micromark-core-commonmark": {
2028 "version": "2.0.3",
2029 "resolved": "https://registry.npmjs.org/micromark-core-commonmark/-/micromark-core-commonmark-2.0.3.tgz",
2030 "integrity": "sha512-RDBrHEMSxVFLg6xvnXmb1Ayr2WzLAWjeSATAoxwKYJV94TeNavgoIdA0a9ytzDSVzBy2YKFK+emCPOEibLeCrg==",
2031 "funding": [
2032 {
2033 "type": "GitHub Sponsors",
2034 "url": "https://github.com/sponsors/unifiedjs"
2035 },
2036 {
2037 "type": "OpenCollective",
2038 "url": "https://opencollective.com/unified"
2039 }
2040 ],
2041 "license": "MIT",
2042 "dependencies": {
2043 "decode-named-character-reference": "^1.0.0",
2044 "devlop": "^1.0.0",
2045 "micromark-factory-destination": "^2.0.0",
2046 "micromark-factory-label": "^2.0.0",
2047 "micromark-factory-space": "^2.0.0",
2048 "micromark-factory-title": "^2.0.0",
2049 "micromark-factory-whitespace": "^2.0.0",
2050 "micromark-util-character": "^2.0.0",
2051 "micromark-util-chunked": "^2.0.0",
2052 "micromark-util-classify-character": "^2.0.0",
2053 "micromark-util-html-tag-name": "^2.0.0",
2054 "micromark-util-normalize-identifier": "^2.0.0",
2055 "micromark-util-resolve-all": "^2.0.0",
2056 "micromark-util-subtokenize": "^2.0.0",
2057 "micromark-util-symbol": "^2.0.0",
2058 "micromark-util-types": "^2.0.0"
2059 }
2060 },
2061 "node_modules/micromark-extension-gfm": {
2062 "version": "3.0.0",
2063 "resolved": "https://registry.npmjs.org/micromark-extension-gfm/-/micromark-extension-gfm-3.0.0.tgz",
2064 "integrity": "sha512-vsKArQsicm7t0z2GugkCKtZehqUm31oeGBV/KVSorWSy8ZlNAv7ytjFhvaryUiCUJYqs+NoE6AFhpQvBTM6Q4w==",
2065 "license": "MIT",
2066 "dependencies": {
2067 "micromark-extension-gfm-autolink-literal": "^2.0.0",
2068 "micromark-extension-gfm-footnote": "^2.0.0",
2069 "micromark-extension-gfm-strikethrough": "^2.0.0",
2070 "micromark-extension-gfm-table": "^2.0.0",
2071 "micromark-extension-gfm-tagfilter": "^2.0.0",
2072 "micromark-extension-gfm-task-list-item": "^2.0.0",
2073 "micromark-util-combine-extensions": "^2.0.0",
2074 "micromark-util-types": "^2.0.0"
2075 },
2076 "funding": {
2077 "type": "opencollective",
2078 "url": "https://opencollective.com/unified"
2079 }
2080 },
2081 "node_modules/micromark-extension-gfm-autolink-literal": {
2082 "version": "2.1.0",
2083 "resolved": "https://registry.npmjs.org/micromark-extension-gfm-autolink-literal/-/micromark-extension-gfm-autolink-literal-2.1.0.tgz",
2084 "integrity": "sha512-oOg7knzhicgQ3t4QCjCWgTmfNhvQbDDnJeVu9v81r7NltNCVmhPy1fJRX27pISafdjL+SVc4d3l48Gb6pbRypw==",
2085 "license": "MIT",
2086 "dependencies": {
2087 "micromark-util-character": "^2.0.0",
2088 "micromark-util-sanitize-uri": "^2.0.0",
2089 "micromark-util-symbol": "^2.0.0",
2090 "micromark-util-types": "^2.0.0"
2091 },
2092 "funding": {
2093 "type": "opencollective",
2094 "url": "https://opencollective.com/unified"
2095 }
2096 },
2097 "node_modules/micromark-extension-gfm-footnote": {
2098 "version": "2.1.0",
2099 "resolved": "https://registry.npmjs.org/micromark-extension-gfm-footnote/-/micromark-extension-gfm-footnote-2.1.0.tgz",
2100 "integrity": "sha512-/yPhxI1ntnDNsiHtzLKYnE3vf9JZ6cAisqVDauhp4CEHxlb4uoOTxOCJ+9s51bIB8U1N1FJ1RXOKTIlD5B/gqw==",
2101 "license": "MIT",
2102 "dependencies": {
2103 "devlop": "^1.0.0",
2104 "micromark-core-commonmark": "^2.0.0",
2105 "micromark-factory-space": "^2.0.0",
2106 "micromark-util-character": "^2.0.0",
2107 "micromark-util-normalize-identifier": "^2.0.0",
2108 "micromark-util-sanitize-uri": "^2.0.0",
2109 "micromark-util-symbol": "^2.0.0",
2110 "micromark-util-types": "^2.0.0"
2111 },
2112 "funding": {
2113 "type": "opencollective",
2114 "url": "https://opencollective.com/unified"
2115 }
2116 },
2117 "node_modules/micromark-extension-gfm-strikethrough": {
2118 "version": "2.1.0",
2119 "resolved": "https://registry.npmjs.org/micromark-extension-gfm-strikethrough/-/micromark-extension-gfm-strikethrough-2.1.0.tgz",
2120 "integrity": "sha512-ADVjpOOkjz1hhkZLlBiYA9cR2Anf8F4HqZUO6e5eDcPQd0Txw5fxLzzxnEkSkfnD0wziSGiv7sYhk/ktvbf1uw==",
2121 "license": "MIT",
2122 "dependencies": {
2123 "devlop": "^1.0.0",
2124 "micromark-util-chunked": "^2.0.0",
2125 "micromark-util-classify-character": "^2.0.0",
2126 "micromark-util-resolve-all": "^2.0.0",
2127 "micromark-util-symbol": "^2.0.0",
2128 "micromark-util-types": "^2.0.0"
2129 },
2130 "funding": {
2131 "type": "opencollective",
2132 "url": "https://opencollective.com/unified"
2133 }
2134 },
2135 "node_modules/micromark-extension-gfm-table": {
2136 "version": "2.1.1",
2137 "resolved": "https://registry.npmjs.org/micromark-extension-gfm-table/-/micromark-extension-gfm-table-2.1.1.tgz",
2138 "integrity": "sha512-t2OU/dXXioARrC6yWfJ4hqB7rct14e8f7m0cbI5hUmDyyIlwv5vEtooptH8INkbLzOatzKuVbQmAYcbWoyz6Dg==",
2139 "license": "MIT",
2140 "dependencies": {
2141 "devlop": "^1.0.0",
2142 "micromark-factory-space": "^2.0.0",
2143 "micromark-util-character": "^2.0.0",
2144 "micromark-util-symbol": "^2.0.0",
2145 "micromark-util-types": "^2.0.0"
2146 },
2147 "funding": {
2148 "type": "opencollective",
2149 "url": "https://opencollective.com/unified"
2150 }
2151 },
2152 "node_modules/micromark-extension-gfm-tagfilter": {
2153 "version": "2.0.0",
2154 "resolved": "https://registry.npmjs.org/micromark-extension-gfm-tagfilter/-/micromark-extension-gfm-tagfilter-2.0.0.tgz",
2155 "integrity": "sha512-xHlTOmuCSotIA8TW1mDIM6X2O1SiX5P9IuDtqGonFhEK0qgRI4yeC6vMxEV2dgyr2TiD+2PQ10o+cOhdVAcwfg==",
2156 "license": "MIT",
2157 "dependencies": {
2158 "micromark-util-types": "^2.0.0"
2159 },
2160 "funding": {
2161 "type": "opencollective",
2162 "url": "https://opencollective.com/unified"
2163 }
2164 },
2165 "node_modules/micromark-extension-gfm-task-list-item": {
2166 "version": "2.1.0",
2167 "resolved": "https://registry.npmjs.org/micromark-extension-gfm-task-list-item/-/micromark-extension-gfm-task-list-item-2.1.0.tgz",
2168 "integrity": "sha512-qIBZhqxqI6fjLDYFTBIa4eivDMnP+OZqsNwmQ3xNLE4Cxwc+zfQEfbs6tzAo2Hjq+bh6q5F+Z8/cksrLFYWQQw==",
2169 "license": "MIT",
2170 "dependencies": {
2171 "devlop": "^1.0.0",
2172 "micromark-factory-space": "^2.0.0",
2173 "micromark-util-character": "^2.0.0",
2174 "micromark-util-symbol": "^2.0.0",
2175 "micromark-util-types": "^2.0.0"
2176 },
2177 "funding": {
2178 "type": "opencollective",
2179 "url": "https://opencollective.com/unified"
2180 }
2181 },
2182 "node_modules/micromark-factory-destination": {
2183 "version": "2.0.1",
2184 "resolved": "https://registry.npmjs.org/micromark-factory-destination/-/micromark-factory-destination-2.0.1.tgz",
2185 "integrity": "sha512-Xe6rDdJlkmbFRExpTOmRj9N3MaWmbAgdpSrBQvCFqhezUn4AHqJHbaEnfbVYYiexVSs//tqOdY/DxhjdCiJnIA==",
2186 "funding": [
2187 {
2188 "type": "GitHub Sponsors",
2189 "url": "https://github.com/sponsors/unifiedjs"
2190 },
2191 {
2192 "type": "OpenCollective",
2193 "url": "https://opencollective.com/unified"
2194 }
2195 ],
2196 "license": "MIT",
2197 "dependencies": {
2198 "micromark-util-character": "^2.0.0",
2199 "micromark-util-symbol": "^2.0.0",
2200 "micromark-util-types": "^2.0.0"
2201 }
2202 },
2203 "node_modules/micromark-factory-label": {
2204 "version": "2.0.1",
2205 "resolved": "https://registry.npmjs.org/micromark-factory-label/-/micromark-factory-label-2.0.1.tgz",
2206 "integrity": "sha512-VFMekyQExqIW7xIChcXn4ok29YE3rnuyveW3wZQWWqF4Nv9Wk5rgJ99KzPvHjkmPXF93FXIbBp6YdW3t71/7Vg==",
2207 "funding": [
2208 {
2209 "type": "GitHub Sponsors",
2210 "url": "https://github.com/sponsors/unifiedjs"
2211 },
2212 {
2213 "type": "OpenCollective",
2214 "url": "https://opencollective.com/unified"
2215 }
2216 ],
2217 "license": "MIT",
2218 "dependencies": {
2219 "devlop": "^1.0.0",
2220 "micromark-util-character": "^2.0.0",
2221 "micromark-util-symbol": "^2.0.0",
2222 "micromark-util-types": "^2.0.0"
2223 }
2224 },
2225 "node_modules/micromark-factory-space": {
2226 "version": "2.0.1",
2227 "resolved": "https://registry.npmjs.org/micromark-factory-space/-/micromark-factory-space-2.0.1.tgz",
2228 "integrity": "sha512-zRkxjtBxxLd2Sc0d+fbnEunsTj46SWXgXciZmHq0kDYGnck/ZSGj9/wULTV95uoeYiK5hRXP2mJ98Uo4cq/LQg==",
2229 "funding": [
2230 {
2231 "type": "GitHub Sponsors",
2232 "url": "https://github.com/sponsors/unifiedjs"
2233 },
2234 {
2235 "type": "OpenCollective",
2236 "url": "https://opencollective.com/unified"
2237 }
2238 ],
2239 "license": "MIT",
2240 "dependencies": {
2241 "micromark-util-character": "^2.0.0",
2242 "micromark-util-types": "^2.0.0"
2243 }
2244 },
2245 "node_modules/micromark-factory-title": {
2246 "version": "2.0.1",
2247 "resolved": "https://registry.npmjs.org/micromark-factory-title/-/micromark-factory-title-2.0.1.tgz",
2248 "integrity": "sha512-5bZ+3CjhAd9eChYTHsjy6TGxpOFSKgKKJPJxr293jTbfry2KDoWkhBb6TcPVB4NmzaPhMs1Frm9AZH7OD4Cjzw==",
2249 "funding": [
2250 {
2251 "type": "GitHub Sponsors",
2252 "url": "https://github.com/sponsors/unifiedjs"
2253 },
2254 {
2255 "type": "OpenCollective",
2256 "url": "https://opencollective.com/unified"
2257 }
2258 ],
2259 "license": "MIT",
2260 "dependencies": {
2261 "micromark-factory-space": "^2.0.0",
2262 "micromark-util-character": "^2.0.0",
2263 "micromark-util-symbol": "^2.0.0",
2264 "micromark-util-types": "^2.0.0"
2265 }
2266 },
2267 "node_modules/micromark-factory-whitespace": {
2268 "version": "2.0.1",
2269 "resolved": "https://registry.npmjs.org/micromark-factory-whitespace/-/micromark-factory-whitespace-2.0.1.tgz",
2270 "integrity": "sha512-Ob0nuZ3PKt/n0hORHyvoD9uZhr+Za8sFoP+OnMcnWK5lngSzALgQYKMr9RJVOWLqQYuyn6ulqGWSXdwf6F80lQ==",
2271 "funding": [
2272 {
2273 "type": "GitHub Sponsors",
2274 "url": "https://github.com/sponsors/unifiedjs"
2275 },
2276 {
2277 "type": "OpenCollective",
2278 "url": "https://opencollective.com/unified"
2279 }
2280 ],
2281 "license": "MIT",
2282 "dependencies": {
2283 "micromark-factory-space": "^2.0.0",
2284 "micromark-util-character": "^2.0.0",
2285 "micromark-util-symbol": "^2.0.0",
2286 "micromark-util-types": "^2.0.0"
2287 }
2288 },
2289 "node_modules/micromark-util-character": {
2290 "version": "2.1.1",
2291 "resolved": "https://registry.npmjs.org/micromark-util-character/-/micromark-util-character-2.1.1.tgz",
2292 "integrity": "sha512-wv8tdUTJ3thSFFFJKtpYKOYiGP2+v96Hvk4Tu8KpCAsTMs6yi+nVmGh1syvSCsaxz45J6Jbw+9DD6g97+NV67Q==",
2293 "funding": [
2294 {
2295 "type": "GitHub Sponsors",
2296 "url": "https://github.com/sponsors/unifiedjs"
2297 },
2298 {
2299 "type": "OpenCollective",
2300 "url": "https://opencollective.com/unified"
2301 }
2302 ],
2303 "license": "MIT",
2304 "dependencies": {
2305 "micromark-util-symbol": "^2.0.0",
2306 "micromark-util-types": "^2.0.0"
2307 }
2308 },
2309 "node_modules/micromark-util-chunked": {
2310 "version": "2.0.1",
2311 "resolved": "https://registry.npmjs.org/micromark-util-chunked/-/micromark-util-chunked-2.0.1.tgz",
2312 "integrity": "sha512-QUNFEOPELfmvv+4xiNg2sRYeS/P84pTW0TCgP5zc9FpXetHY0ab7SxKyAQCNCc1eK0459uoLI1y5oO5Vc1dbhA==",
2313 "funding": [
2314 {
2315 "type": "GitHub Sponsors",
2316 "url": "https://github.com/sponsors/unifiedjs"
2317 },
2318 {
2319 "type": "OpenCollective",
2320 "url": "https://opencollective.com/unified"
2321 }
2322 ],
2323 "license": "MIT",
2324 "dependencies": {
2325 "micromark-util-symbol": "^2.0.0"
2326 }
2327 },
2328 "node_modules/micromark-util-classify-character": {
2329 "version": "2.0.1",
2330 "resolved": "https://registry.npmjs.org/micromark-util-classify-character/-/micromark-util-classify-character-2.0.1.tgz",
2331 "integrity": "sha512-K0kHzM6afW/MbeWYWLjoHQv1sgg2Q9EccHEDzSkxiP/EaagNzCm7T/WMKZ3rjMbvIpvBiZgwR3dKMygtA4mG1Q==",
2332 "funding": [
2333 {
2334 "type": "GitHub Sponsors",
2335 "url": "https://github.com/sponsors/unifiedjs"
2336 },
2337 {
2338 "type": "OpenCollective",
2339 "url": "https://opencollective.com/unified"
2340 }
2341 ],
2342 "license": "MIT",
2343 "dependencies": {
2344 "micromark-util-character": "^2.0.0",
2345 "micromark-util-symbol": "^2.0.0",
2346 "micromark-util-types": "^2.0.0"
2347 }
2348 },
2349 "node_modules/micromark-util-combine-extensions": {
2350 "version": "2.0.1",
2351 "resolved": "https://registry.npmjs.org/micromark-util-combine-extensions/-/micromark-util-combine-extensions-2.0.1.tgz",
2352 "integrity": "sha512-OnAnH8Ujmy59JcyZw8JSbK9cGpdVY44NKgSM7E9Eh7DiLS2E9RNQf0dONaGDzEG9yjEl5hcqeIsj4hfRkLH/Bg==",
2353 "funding": [
2354 {
2355 "type": "GitHub Sponsors",
2356 "url": "https://github.com/sponsors/unifiedjs"
2357 },
2358 {
2359 "type": "OpenCollective",
2360 "url": "https://opencollective.com/unified"
2361 }
2362 ],
2363 "license": "MIT",
2364 "dependencies": {
2365 "micromark-util-chunked": "^2.0.0",
2366 "micromark-util-types": "^2.0.0"
2367 }
2368 },
2369 "node_modules/micromark-util-decode-numeric-character-reference": {
2370 "version": "2.0.2",
2371 "resolved": "https://registry.npmjs.org/micromark-util-decode-numeric-character-reference/-/micromark-util-decode-numeric-character-reference-2.0.2.tgz",
2372 "integrity": "sha512-ccUbYk6CwVdkmCQMyr64dXz42EfHGkPQlBj5p7YVGzq8I7CtjXZJrubAYezf7Rp+bjPseiROqe7G6foFd+lEuw==",
2373 "funding": [
2374 {
2375 "type": "GitHub Sponsors",
2376 "url": "https://github.com/sponsors/unifiedjs"
2377 },
2378 {
2379 "type": "OpenCollective",
2380 "url": "https://opencollective.com/unified"
2381 }
2382 ],
2383 "license": "MIT",
2384 "dependencies": {
2385 "micromark-util-symbol": "^2.0.0"
2386 }
2387 },
2388 "node_modules/micromark-util-decode-string": {
2389 "version": "2.0.1",
2390 "resolved": "https://registry.npmjs.org/micromark-util-decode-string/-/micromark-util-decode-string-2.0.1.tgz",
2391 "integrity": "sha512-nDV/77Fj6eH1ynwscYTOsbK7rR//Uj0bZXBwJZRfaLEJ1iGBR6kIfNmlNqaqJf649EP0F3NWNdeJi03elllNUQ==",
2392 "funding": [
2393 {
2394 "type": "GitHub Sponsors",
2395 "url": "https://github.com/sponsors/unifiedjs"
2396 },
2397 {
2398 "type": "OpenCollective",
2399 "url": "https://opencollective.com/unified"
2400 }
2401 ],
2402 "license": "MIT",
2403 "dependencies": {
2404 "decode-named-character-reference": "^1.0.0",
2405 "micromark-util-character": "^2.0.0",
2406 "micromark-util-decode-numeric-character-reference": "^2.0.0",
2407 "micromark-util-symbol": "^2.0.0"
2408 }
2409 },
2410 "node_modules/micromark-util-encode": {
2411 "version": "2.0.1",
2412 "resolved": "https://registry.npmjs.org/micromark-util-encode/-/micromark-util-encode-2.0.1.tgz",
2413 "integrity": "sha512-c3cVx2y4KqUnwopcO9b/SCdo2O67LwJJ/UyqGfbigahfegL9myoEFoDYZgkT7f36T0bLrM9hZTAaAyH+PCAXjw==",
2414 "funding": [
2415 {
2416 "type": "GitHub Sponsors",
2417 "url": "https://github.com/sponsors/unifiedjs"
2418 },
2419 {
2420 "type": "OpenCollective",
2421 "url": "https://opencollective.com/unified"
2422 }
2423 ],
2424 "license": "MIT"
2425 },
2426 "node_modules/micromark-util-html-tag-name": {
2427 "version": "2.0.1",
2428 "resolved": "https://registry.npmjs.org/micromark-util-html-tag-name/-/micromark-util-html-tag-name-2.0.1.tgz",
2429 "integrity": "sha512-2cNEiYDhCWKI+Gs9T0Tiysk136SnR13hhO8yW6BGNyhOC4qYFnwF1nKfD3HFAIXA5c45RrIG1ub11GiXeYd1xA==",
2430 "funding": [
2431 {
2432 "type": "GitHub Sponsors",
2433 "url": "https://github.com/sponsors/unifiedjs"
2434 },
2435 {
2436 "type": "OpenCollective",
2437 "url": "https://opencollective.com/unified"
2438 }
2439 ],
2440 "license": "MIT"
2441 },
2442 "node_modules/micromark-util-normalize-identifier": {
2443 "version": "2.0.1",
2444 "resolved": "https://registry.npmjs.org/micromark-util-normalize-identifier/-/micromark-util-normalize-identifier-2.0.1.tgz",
2445 "integrity": "sha512-sxPqmo70LyARJs0w2UclACPUUEqltCkJ6PhKdMIDuJ3gSf/Q+/GIe3WKl0Ijb/GyH9lOpUkRAO2wp0GVkLvS9Q==",
2446 "funding": [
2447 {
2448 "type": "GitHub Sponsors",
2449 "url": "https://github.com/sponsors/unifiedjs"
2450 },
2451 {
2452 "type": "OpenCollective",
2453 "url": "https://opencollective.com/unified"
2454 }
2455 ],
2456 "license": "MIT",
2457 "dependencies": {
2458 "micromark-util-symbol": "^2.0.0"
2459 }
2460 },
2461 "node_modules/micromark-util-resolve-all": {
2462 "version": "2.0.1",
2463 "resolved": "https://registry.npmjs.org/micromark-util-resolve-all/-/micromark-util-resolve-all-2.0.1.tgz",
2464 "integrity": "sha512-VdQyxFWFT2/FGJgwQnJYbe1jjQoNTS4RjglmSjTUlpUMa95Htx9NHeYW4rGDJzbjvCsl9eLjMQwGeElsqmzcHg==",
2465 "funding": [
2466 {
2467 "type": "GitHub Sponsors",
2468 "url": "https://github.com/sponsors/unifiedjs"
2469 },
2470 {
2471 "type": "OpenCollective",
2472 "url": "https://opencollective.com/unified"
2473 }
2474 ],
2475 "license": "MIT",
2476 "dependencies": {
2477 "micromark-util-types": "^2.0.0"
2478 }
2479 },
2480 "node_modules/micromark-util-sanitize-uri": {
2481 "version": "2.0.1",
2482 "resolved": "https://registry.npmjs.org/micromark-util-sanitize-uri/-/micromark-util-sanitize-uri-2.0.1.tgz",
2483 "integrity": "sha512-9N9IomZ/YuGGZZmQec1MbgxtlgougxTodVwDzzEouPKo3qFWvymFHWcnDi2vzV1ff6kas9ucW+o3yzJK9YB1AQ==",
2484 "funding": [
2485 {
2486 "type": "GitHub Sponsors",
2487 "url": "https://github.com/sponsors/unifiedjs"
2488 },
2489 {
2490 "type": "OpenCollective",
2491 "url": "https://opencollective.com/unified"
2492 }
2493 ],
2494 "license": "MIT",
2495 "dependencies": {
2496 "micromark-util-character": "^2.0.0",
2497 "micromark-util-encode": "^2.0.0",
2498 "micromark-util-symbol": "^2.0.0"
2499 }
2500 },
2501 "node_modules/micromark-util-subtokenize": {
2502 "version": "2.1.0",
2503 "resolved": "https://registry.npmjs.org/micromark-util-subtokenize/-/micromark-util-subtokenize-2.1.0.tgz",
2504 "integrity": "sha512-XQLu552iSctvnEcgXw6+Sx75GflAPNED1qx7eBJ+wydBb2KCbRZe+NwvIEEMM83uml1+2WSXpBAcp9IUCgCYWA==",
2505 "funding": [
2506 {
2507 "type": "GitHub Sponsors",
2508 "url": "https://github.com/sponsors/unifiedjs"
2509 },
2510 {
2511 "type": "OpenCollective",
2512 "url": "https://opencollective.com/unified"
2513 }
2514 ],
2515 "license": "MIT",
2516 "dependencies": {
2517 "devlop": "^1.0.0",
2518 "micromark-util-chunked": "^2.0.0",
2519 "micromark-util-symbol": "^2.0.0",
2520 "micromark-util-types": "^2.0.0"
2521 }
2522 },
2523 "node_modules/micromark-util-symbol": {
2524 "version": "2.0.1",
2525 "resolved": "https://registry.npmjs.org/micromark-util-symbol/-/micromark-util-symbol-2.0.1.tgz",
2526 "integrity": "sha512-vs5t8Apaud9N28kgCrRUdEed4UJ+wWNvicHLPxCa9ENlYuAY31M0ETy5y1vA33YoNPDFTghEbnh6efaE8h4x0Q==",
2527 "funding": [
2528 {
2529 "type": "GitHub Sponsors",
2530 "url": "https://github.com/sponsors/unifiedjs"
2531 },
2532 {
2533 "type": "OpenCollective",
2534 "url": "https://opencollective.com/unified"
2535 }
2536 ],
2537 "license": "MIT"
2538 },
2539 "node_modules/micromark-util-types": {
2540 "version": "2.0.2",
2541 "resolved": "https://registry.npmjs.org/micromark-util-types/-/micromark-util-types-2.0.2.tgz",
2542 "integrity": "sha512-Yw0ECSpJoViF1qTU4DC6NwtC4aWGt1EkzaQB8KPPyCRR8z9TWeV0HbEFGTO+ZY1wB22zmxnJqhPyTpOVCpeHTA==",
2543 "funding": [
2544 {
2545 "type": "GitHub Sponsors",
2546 "url": "https://github.com/sponsors/unifiedjs"
2547 },
2548 {
2549 "type": "OpenCollective",
2550 "url": "https://opencollective.com/unified"
2551 }
2552 ],
2553 "license": "MIT"
2554 },
2555 "node_modules/ms": {
2556 "version": "2.1.3",
2557 "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
2558 "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
2559 "license": "MIT"
2560 },
2561 "node_modules/nanoid": {
2562 "version": "3.3.16",
2563 "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.16.tgz",
2564 "integrity": "sha512-bzlKTyNJ7+LdGIIwy8ijFpIqEQIvafahV7eYykJ8Cvh42EdJeODoJ6gUJXpQJvej1BddH8OqTXZNE/KfbWAu8Q==",
2565 "dev": true,
2566 "funding": [
2567 {
2568 "type": "github",
2569 "url": "https://github.com/sponsors/ai"
2570 }
2571 ],
2572 "license": "MIT",
2573 "bin": {
2574 "nanoid": "bin/nanoid.cjs"
2575 },
2576 "engines": {
2577 "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
2578 }
2579 },
2580 "node_modules/node-addon-api": {
2581 "version": "8.9.0",
2582 "resolved": "https://registry.npmjs.org/node-addon-api/-/node-addon-api-8.9.0.tgz",
2583 "integrity": "sha512-ekZMeaaIzSQTSpr7X2X3iJM7lTzgnx8ahAG9pJfT/7+14mlEM8ZYQ9cgCDvSSRbReFK0oHli3WrZdCiRsgAT9Q==",
2584 "license": "MIT",
2585 "engines": {
2586 "node": "^18 || ^20 || >= 21"
2587 }
2588 },
2589 "node_modules/numbl": {
2590 "version": "0.4.18",
2591 "resolved": "https://registry.npmjs.org/numbl/-/numbl-0.4.18.tgz",
2592 "integrity": "sha512-ZFmkwP0jZvXJSNUQbIDSB4/QeKtkXDWlP36oFlyH1F+DiHrovjBcRQBoYb1Qw8e6z/XSaPxtq183hWm6Rd4+WQ==",
2593 "hasInstallScript": true,
2594 "license": "Apache-2.0",
2595 "dependencies": {
2596 "fflate": "^0.8.2",
2597 "h5wasm": "^0.10.3",
2598 "node-addon-api": "^8.3.0",
2599 "pako": "^2.1.0",
2600 "qhull-wasm": "^0.0.1",
2601 "react-markdown": "^10.1.0",
2602 "react-syntax-highlighter": "^16.1.1",
2603 "remark-gfm": "^4.0.1",
2604 "three": "^0.183.2"
2605 },
2606 "bin": {
2607 "numbl": "dist-cli/cli.js"
2608 },
2609 "engines": {
2610 "node": ">=18"
2611 },
2612 "optionalDependencies": {
2613 "koffi": "^2.15.2"
2614 },
2615 "peerDependencies": {
2616 "react": ">=18",
2617 "react-dom": ">=18"
2618 },
2619 "peerDependenciesMeta": {
2620 "react": {
2621 "optional": true
2622 },
2623 "react-dom": {
2624 "optional": true
2625 }
2626 }
2627 },
2628 "node_modules/oxlint": {
2629 "version": "1.75.0",
2630 "resolved": "https://registry.npmjs.org/oxlint/-/oxlint-1.75.0.tgz",
2631 "integrity": "sha512-m9WzjRcRYA/uqIZDa9tclrieoPJ/ln1QYTKdFx6NUOs8uY5DiHlIwRQoCrHT6OM6O3ww3l2skY5gO7G7ZphE7g==",
2632 "dev": true,
2633 "license": "MIT",
2634 "bin": {
2635 "oxlint": "bin/oxlint"
2636 },
2637 "engines": {
2638 "node": "^20.19.0 || >=22.12.0"
2639 },
2640 "funding": {
2641 "url": "https://github.com/sponsors/Boshen"
2642 },
2643 "optionalDependencies": {
2644 "@oxlint/binding-android-arm-eabi": "1.75.0",
2645 "@oxlint/binding-android-arm64": "1.75.0",
2646 "@oxlint/binding-darwin-arm64": "1.75.0",
2647 "@oxlint/binding-darwin-x64": "1.75.0",
2648 "@oxlint/binding-freebsd-x64": "1.75.0",
2649 "@oxlint/binding-linux-arm-gnueabihf": "1.75.0",
2650 "@oxlint/binding-linux-arm-musleabihf": "1.75.0",
2651 "@oxlint/binding-linux-arm64-gnu": "1.75.0",
2652 "@oxlint/binding-linux-arm64-musl": "1.75.0",
2653 "@oxlint/binding-linux-ppc64-gnu": "1.75.0",
2654 "@oxlint/binding-linux-riscv64-gnu": "1.75.0",
2655 "@oxlint/binding-linux-riscv64-musl": "1.75.0",
2656 "@oxlint/binding-linux-s390x-gnu": "1.75.0",
2657 "@oxlint/binding-linux-x64-gnu": "1.75.0",
2658 "@oxlint/binding-linux-x64-musl": "1.75.0",
2659 "@oxlint/binding-openharmony-arm64": "1.75.0",
2660 "@oxlint/binding-win32-arm64-msvc": "1.75.0",
2661 "@oxlint/binding-win32-ia32-msvc": "1.75.0",
2662 "@oxlint/binding-win32-x64-msvc": "1.75.0"
2663 },
2664 "peerDependencies": {
2665 "oxlint-tsgolint": ">=7.0.2001",
2666 "vite-plus": "*"
2667 },
2668 "peerDependenciesMeta": {
2669 "oxlint-tsgolint": {
2670 "optional": true
2671 },
2672 "vite-plus": {
2673 "optional": true
2674 }
2675 }
2676 },
2677 "node_modules/pako": {
2678 "version": "2.2.0",
2679 "resolved": "https://registry.npmjs.org/pako/-/pako-2.2.0.tgz",
2680 "integrity": "sha512-zJq6RP/5q+TO2OpFV3FHzlPnFjmkb7Nc99a5SNjJE+uu/PkpChs+NIZSSzbBoD+6kjiISXjfYdwj1ZRQ81dz/w==",
2681 "funding": [
2682 {
2683 "type": "github",
2684 "url": "https://github.com/sponsors/puzrin"
2685 },
2686 {
2687 "type": "github",
2688 "url": "https://github.com/sponsors/nodeca"
2689 }
2690 ],
2691 "license": "(MIT AND Zlib)"
2692 },
2693 "node_modules/parse-entities": {
2694 "version": "4.0.2",
2695 "resolved": "https://registry.npmjs.org/parse-entities/-/parse-entities-4.0.2.tgz",
2696 "integrity": "sha512-GG2AQYWoLgL877gQIKeRPGO1xF9+eG1ujIb5soS5gPvLQ1y2o8FL90w2QWNdf9I361Mpp7726c+lj3U0qK1uGw==",
2697 "license": "MIT",
2698 "dependencies": {
2699 "@types/unist": "^2.0.0",
2700 "character-entities-legacy": "^3.0.0",
2701 "character-reference-invalid": "^2.0.0",
2702 "decode-named-character-reference": "^1.0.0",
2703 "is-alphanumerical": "^2.0.0",
2704 "is-decimal": "^2.0.0",
2705 "is-hexadecimal": "^2.0.0"
2706 },
2707 "funding": {
2708 "type": "github",
2709 "url": "https://github.com/sponsors/wooorm"
2710 }
2711 },
2712 "node_modules/parse-entities/node_modules/@types/unist": {
2713 "version": "2.0.11",
2714 "resolved": "https://registry.npmjs.org/@types/unist/-/unist-2.0.11.tgz",
2715 "integrity": "sha512-CmBKiL6NNo/OqgmMn95Fk9Whlp2mtvIv+KNpQKN2F4SjvrEesubTRWGYSg+BnWZOnlCaSTU1sMpsBOzgbYhnsA==",
2716 "license": "MIT"
2717 },
2718 "node_modules/picocolors": {
2719 "version": "1.1.1",
2720 "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz",
2721 "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",
2722 "dev": true,
2723 "license": "ISC"
2724 },
2725 "node_modules/picomatch": {
2726 "version": "4.0.5",
2727 "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.5.tgz",
2728 "integrity": "sha512-RvwwcruNjI1ncT5xRakeyS9Lf8lcItv34KD+aif+VH9kduAyfYBipGh12274xtenIPZ119/R9BdTBa8gAwSh0A==",
2729 "dev": true,
2730 "license": "MIT",
2731 "engines": {
2732 "node": ">=12"
2733 },
2734 "funding": {
2735 "url": "https://github.com/sponsors/jonschlinkert"
2736 }
2737 },
2738 "node_modules/postcss": {
2739 "version": "8.5.23",
2740 "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.23.tgz",
2741 "integrity": "sha512-g50586zr4bZmwFiTlflMu8E0bDTb5I5gertgwAKmsdUlTQIhZtunzUlD1WSzwcVWPoAVpsrA6vlfCD7oXvRwgg==",
2742 "dev": true,
2743 "funding": [
2744 {
2745 "type": "opencollective",
2746 "url": "https://opencollective.com/postcss/"
2747 },
2748 {
2749 "type": "tidelift",
2750 "url": "https://tidelift.com/funding/github/npm/postcss"
2751 },
2752 {
2753 "type": "github",
2754 "url": "https://github.com/sponsors/ai"
2755 }
2756 ],
2757 "license": "MIT",
2758 "dependencies": {
2759 "nanoid": "^3.3.16",
2760 "picocolors": "^1.1.1",
2761 "source-map-js": "^1.2.1"
2762 },
2763 "engines": {
2764 "node": "^10 || ^12 || >=14"
2765 }
2766 },
2767 "node_modules/prismjs": {
2768 "version": "1.30.0",
2769 "resolved": "https://registry.npmjs.org/prismjs/-/prismjs-1.30.0.tgz",
2770 "integrity": "sha512-DEvV2ZF2r2/63V+tK8hQvrR2ZGn10srHbXviTlcv7Kpzw8jWiNTqbVgjO3IY8RxrrOUF8VPMQQFysYYYv0YZxw==",
2771 "license": "MIT",
2772 "engines": {
2773 "node": ">=6"
2774 }
2775 },
2776 "node_modules/property-information": {
2777 "version": "7.2.0",
2778 "resolved": "https://registry.npmjs.org/property-information/-/property-information-7.2.0.tgz",
2779 "integrity": "sha512-IAtzIB6sUiWaJYrX9smp3V46pBGbBeLFRGdh25kg1334VcBlD8HzhPeNIWQH9zhGmo2itIe25EHt9dQP7G5hmg==",
2780 "license": "MIT",
2781 "funding": {
2782 "type": "github",
2783 "url": "https://github.com/sponsors/wooorm"
2784 }
2785 },
2786 "node_modules/qhull-wasm": {
2787 "version": "0.0.1",
2788 "resolved": "https://registry.npmjs.org/qhull-wasm/-/qhull-wasm-0.0.1.tgz",
2789 "integrity": "sha512-A09kumKhdRIX0YNR+Y2G0bEuqCJ3xFOH61+x6uajHqDyvRydlZKWhH1AGGsM4PCyGm/cPFVbqOUrPJpq5n8HeA==",
2790 "license": "(MIT AND Qhull)",
2791 "engines": {
2792 "node": ">=18"
2793 }
2794 },
2795 "node_modules/react": {
2796 "version": "19.2.8",
2797 "resolved": "https://registry.npmjs.org/react/-/react-19.2.8.tgz",
2798 "integrity": "sha512-PWaYA1L/q9u2u7xYQi+Y3L3Yfnie7XyLeaJICV1MGD6LprsBxcAqGjYyr0eY3p+QdsA+x/Irkt4Qif8D63+Sbw==",
2799 "license": "MIT",
2800 "engines": {
2801 "node": ">=0.10.0"
2802 }
2803 },
2804 "node_modules/react-dom": {
2805 "version": "19.2.8",
2806 "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-19.2.8.tgz",
2807 "integrity": "sha512-rVprimfGBG3DR+Tq0IQG2DT5PxKth1WIGDmj5yPmlzr4YBe7uyE+Du4oVqTDXZSHGGGXRtTJEGSSePyQCMBglQ==",
2808 "license": "MIT",
2809 "dependencies": {
2810 "scheduler": "^0.27.0"
2811 },
2812 "peerDependencies": {
2813 "react": "^19.2.8"
2814 }
2815 },
2816 "node_modules/react-markdown": {
2817 "version": "10.1.0",
2818 "resolved": "https://registry.npmjs.org/react-markdown/-/react-markdown-10.1.0.tgz",
2819 "integrity": "sha512-qKxVopLT/TyA6BX3Ue5NwabOsAzm0Q7kAPwq6L+wWDwisYs7R8vZ0nRXqq6rkueboxpkjvLGU9fWifiX/ZZFxQ==",
2820 "license": "MIT",
2821 "dependencies": {
2822 "@types/hast": "^3.0.0",
2823 "@types/mdast": "^4.0.0",
2824 "devlop": "^1.0.0",
2825 "hast-util-to-jsx-runtime": "^2.0.0",
2826 "html-url-attributes": "^3.0.0",
2827 "mdast-util-to-hast": "^13.0.0",
2828 "remark-parse": "^11.0.0",
2829 "remark-rehype": "^11.0.0",
2830 "unified": "^11.0.0",
2831 "unist-util-visit": "^5.0.0",
2832 "vfile": "^6.0.0"
2833 },
2834 "funding": {
2835 "type": "opencollective",
2836 "url": "https://opencollective.com/unified"
2837 },
2838 "peerDependencies": {
2839 "@types/react": ">=18",
2840 "react": ">=18"
2841 }
2842 },
2843 "node_modules/react-syntax-highlighter": {
2844 "version": "16.1.1",
2845 "resolved": "https://registry.npmjs.org/react-syntax-highlighter/-/react-syntax-highlighter-16.1.1.tgz",
2846 "integrity": "sha512-PjVawBGy80C6YbC5DDZJeUjBmC7skaoEUdvfFQediQHgCL7aKyVHe57SaJGfQsloGDac+gCpTfRdtxzWWKmCXA==",
2847 "license": "MIT",
2848 "dependencies": {
2849 "@babel/runtime": "^7.28.4",
2850 "highlight.js": "^10.4.1",
2851 "highlightjs-vue": "^1.0.0",
2852 "lowlight": "^1.17.0",
2853 "prismjs": "^1.30.0",
2854 "refractor": "^5.0.0"
2855 },
2856 "engines": {
2857 "node": ">= 16.20.2"
2858 },
2859 "peerDependencies": {
2860 "react": ">= 0.14.0"
2861 }
2862 },
2863 "node_modules/refractor": {
2864 "version": "5.0.0",
2865 "resolved": "https://registry.npmjs.org/refractor/-/refractor-5.0.0.tgz",
2866 "integrity": "sha512-QXOrHQF5jOpjjLfiNk5GFnWhRXvxjUVnlFxkeDmewR5sXkr3iM46Zo+CnRR8B+MDVqkULW4EcLVcRBNOPXHosw==",
2867 "license": "MIT",
2868 "dependencies": {
2869 "@types/hast": "^3.0.0",
2870 "@types/prismjs": "^1.0.0",
2871 "hastscript": "^9.0.0",
2872 "parse-entities": "^4.0.0"
2873 },
2874 "funding": {
2875 "type": "github",
2876 "url": "https://github.com/sponsors/wooorm"
2877 }
2878 },
2879 "node_modules/remark-gfm": {
2880 "version": "4.0.1",
2881 "resolved": "https://registry.npmjs.org/remark-gfm/-/remark-gfm-4.0.1.tgz",
2882 "integrity": "sha512-1quofZ2RQ9EWdeN34S79+KExV1764+wCUGop5CPL1WGdD0ocPpu91lzPGbwWMECpEpd42kJGQwzRfyov9j4yNg==",
2883 "license": "MIT",
2884 "dependencies": {
2885 "@types/mdast": "^4.0.0",
2886 "mdast-util-gfm": "^3.0.0",
2887 "micromark-extension-gfm": "^3.0.0",
2888 "remark-parse": "^11.0.0",
2889 "remark-stringify": "^11.0.0",
2890 "unified": "^11.0.0"
2891 },
2892 "funding": {
2893 "type": "opencollective",
2894 "url": "https://opencollective.com/unified"
2895 }
2896 },
2897 "node_modules/remark-parse": {
2898 "version": "11.0.0",
2899 "resolved": "https://registry.npmjs.org/remark-parse/-/remark-parse-11.0.0.tgz",
2900 "integrity": "sha512-FCxlKLNGknS5ba/1lmpYijMUzX2esxW5xQqjWxw2eHFfS2MSdaHVINFmhjo+qN1WhZhNimq0dZATN9pH0IDrpA==",
2901 "license": "MIT",
2902 "dependencies": {
2903 "@types/mdast": "^4.0.0",
2904 "mdast-util-from-markdown": "^2.0.0",
2905 "micromark-util-types": "^2.0.0",
2906 "unified": "^11.0.0"
2907 },
2908 "funding": {
2909 "type": "opencollective",
2910 "url": "https://opencollective.com/unified"
2911 }
2912 },
2913 "node_modules/remark-rehype": {
2914 "version": "11.1.2",
2915 "resolved": "https://registry.npmjs.org/remark-rehype/-/remark-rehype-11.1.2.tgz",
2916 "integrity": "sha512-Dh7l57ianaEoIpzbp0PC9UKAdCSVklD8E5Rpw7ETfbTl3FqcOOgq5q2LVDhgGCkaBv7p24JXikPdvhhmHvKMsw==",
2917 "license": "MIT",
2918 "dependencies": {
2919 "@types/hast": "^3.0.0",
2920 "@types/mdast": "^4.0.0",
2921 "mdast-util-to-hast": "^13.0.0",
2922 "unified": "^11.0.0",
2923 "vfile": "^6.0.0"
2924 },
2925 "funding": {
2926 "type": "opencollective",
2927 "url": "https://opencollective.com/unified"
2928 }
2929 },
2930 "node_modules/remark-stringify": {
2931 "version": "11.0.0",
2932 "resolved": "https://registry.npmjs.org/remark-stringify/-/remark-stringify-11.0.0.tgz",
2933 "integrity": "sha512-1OSmLd3awB/t8qdoEOMazZkNsfVTeY4fTsgzcQFdXNq8ToTN4ZGwrMnlda4K6smTFKD+GRV6O48i6Z4iKgPPpw==",
2934 "license": "MIT",
2935 "dependencies": {
2936 "@types/mdast": "^4.0.0",
2937 "mdast-util-to-markdown": "^2.0.0",
2938 "unified": "^11.0.0"
2939 },
2940 "funding": {
2941 "type": "opencollective",
2942 "url": "https://opencollective.com/unified"
2943 }
2944 },
2945 "node_modules/rolldown": {
2946 "version": "1.1.5",
2947 "resolved": "https://registry.npmjs.org/rolldown/-/rolldown-1.1.5.tgz",
2948 "integrity": "sha512-t9z29cJjXf/vxQ8dyhCSpt6H6aSwHTk8cT5I3iy6SMXuFpk5mB6PL6XfC8PCwrPTx93udwKUm9HRteAlTGBLiA==",
2949 "dev": true,
2950 "license": "MIT",
2951 "dependencies": {
2952 "@oxc-project/types": "=0.139.0",
2953 "@rolldown/pluginutils": "^1.0.0"
2954 },
2955 "bin": {
2956 "rolldown": "bin/cli.mjs"
2957 },
2958 "engines": {
2959 "node": "^20.19.0 || >=22.12.0"
2960 },
2961 "optionalDependencies": {
2962 "@rolldown/binding-android-arm64": "1.1.5",
2963 "@rolldown/binding-darwin-arm64": "1.1.5",
2964 "@rolldown/binding-darwin-x64": "1.1.5",
2965 "@rolldown/binding-freebsd-x64": "1.1.5",
2966 "@rolldown/binding-linux-arm-gnueabihf": "1.1.5",
2967 "@rolldown/binding-linux-arm64-gnu": "1.1.5",
2968 "@rolldown/binding-linux-arm64-musl": "1.1.5",
2969 "@rolldown/binding-linux-ppc64-gnu": "1.1.5",
2970 "@rolldown/binding-linux-s390x-gnu": "1.1.5",
2971 "@rolldown/binding-linux-x64-gnu": "1.1.5",
2972 "@rolldown/binding-linux-x64-musl": "1.1.5",
2973 "@rolldown/binding-openharmony-arm64": "1.1.5",
2974 "@rolldown/binding-wasm32-wasi": "1.1.5",
2975 "@rolldown/binding-win32-arm64-msvc": "1.1.5",
2976 "@rolldown/binding-win32-x64-msvc": "1.1.5"
2977 }
2978 },
2979 "node_modules/scheduler": {
2980 "version": "0.27.0",
2981 "resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.27.0.tgz",
2982 "integrity": "sha512-eNv+WrVbKu1f3vbYJT/xtiF5syA5HPIMtf9IgY/nKg0sWqzAUEvqY/xm7OcZc/qafLx/iO9FgOmeSAp4v5ti/Q==",
2983 "license": "MIT"
2984 },
2985 "node_modules/source-map-js": {
2986 "version": "1.2.1",
2987 "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz",
2988 "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==",
2989 "dev": true,
2990 "license": "BSD-3-Clause",
2991 "engines": {
2992 "node": ">=0.10.0"
2993 }
2994 },
2995 "node_modules/space-separated-tokens": {
2996 "version": "2.0.2",
2997 "resolved": "https://registry.npmjs.org/space-separated-tokens/-/space-separated-tokens-2.0.2.tgz",
2998 "integrity": "sha512-PEGlAwrG8yXGXRjW32fGbg66JAlOAwbObuqVoJpv/mRgoWDQfgH1wDPvtzWyUSNAXBGSk8h755YDbbcEy3SH2Q==",
2999 "license": "MIT",
3000 "funding": {
3001 "type": "github",
3002 "url": "https://github.com/sponsors/wooorm"
3003 }
3004 },
3005 "node_modules/stringify-entities": {
3006 "version": "4.0.4",
3007 "resolved": "https://registry.npmjs.org/stringify-entities/-/stringify-entities-4.0.4.tgz",
3008 "integrity": "sha512-IwfBptatlO+QCJUo19AqvrPNqlVMpW9YEL2LIVY+Rpv2qsjCGxaDLNRgeGsQWJhfItebuJhsGSLjaBbNSQ+ieg==",
3009 "license": "MIT",
3010 "dependencies": {
3011 "character-entities-html4": "^2.0.0",
3012 "character-entities-legacy": "^3.0.0"
3013 },
3014 "funding": {
3015 "type": "github",
3016 "url": "https://github.com/sponsors/wooorm"
3017 }
3018 },
3019 "node_modules/style-mod": {
3020 "version": "4.1.3",
3021 "resolved": "https://registry.npmjs.org/style-mod/-/style-mod-4.1.3.tgz",
3022 "integrity": "sha512-i/n8VsZydrugj3Iuzll8+x/00GH2vnYsk1eomD8QiRrSAeW6ItbCQDtfXCeJHd0iwiNagqjQkvpvREEPtW3IoQ==",
3023 "license": "MIT"
3024 },
3025 "node_modules/style-to-js": {
3026 "version": "1.1.21",
3027 "resolved": "https://registry.npmjs.org/style-to-js/-/style-to-js-1.1.21.tgz",
3028 "integrity": "sha512-RjQetxJrrUJLQPHbLku6U/ocGtzyjbJMP9lCNK7Ag0CNh690nSH8woqWH9u16nMjYBAok+i7JO1NP2pOy8IsPQ==",
3029 "license": "MIT",
3030 "dependencies": {
3031 "style-to-object": "1.0.14"
3032 }
3033 },
3034 "node_modules/style-to-object": {
3035 "version": "1.0.14",
3036 "resolved": "https://registry.npmjs.org/style-to-object/-/style-to-object-1.0.14.tgz",
3037 "integrity": "sha512-LIN7rULI0jBscWQYaSswptyderlarFkjQ+t79nzty8tcIAceVomEVlLzH5VP4Cmsv6MtKhs7qaAiwlcp+Mgaxw==",
3038 "license": "MIT",
3039 "dependencies": {
3040 "inline-style-parser": "0.2.7"
3041 }
3042 },
3043 "node_modules/three": {
3044 "version": "0.183.2",
3045 "resolved": "https://registry.npmjs.org/three/-/three-0.183.2.tgz",
3046 "integrity": "sha512-di3BsL2FEQ1PA7Hcvn4fyJOlxRRgFYBpMTcyOgkwJIaDOdJMebEFPA+t98EvjuljDx4hNulAGwF6KIjtwI5jgQ==",
3047 "license": "MIT"
3048 },
3049 "node_modules/tinyglobby": {
3050 "version": "0.2.17",
3051 "resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.17.tgz",
3052 "integrity": "sha512-wXR/dYpcqKmfWpEdZjiKJOwCNFndD0DMnrW/cYjVGttEkBfVgcLFHoNrlj47mjOVic9yyNu65alsgF4NQyTa2g==",
3053 "dev": true,
3054 "license": "MIT",
3055 "dependencies": {
3056 "fdir": "^6.5.0",
3057 "picomatch": "^4.0.4"
3058 },
3059 "engines": {
3060 "node": ">=12.0.0"
3061 },
3062 "funding": {
3063 "url": "https://github.com/sponsors/SuperchupuDev"
3064 }
3065 },
3066 "node_modules/trim-lines": {
3067 "version": "3.0.1",
3068 "resolved": "https://registry.npmjs.org/trim-lines/-/trim-lines-3.0.1.tgz",
3069 "integrity": "sha512-kRj8B+YHZCc9kQYdWfJB2/oUl9rA99qbowYYBtr4ui4mZyAQ2JpvVBd/6U2YloATfqBhBTSMhTpgBHtU0Mf3Rg==",
3070 "license": "MIT",
3071 "funding": {
3072 "type": "github",
3073 "url": "https://github.com/sponsors/wooorm"
3074 }
3075 },
3076 "node_modules/trough": {
3077 "version": "2.2.0",
3078 "resolved": "https://registry.npmjs.org/trough/-/trough-2.2.0.tgz",
3079 "integrity": "sha512-tmMpK00BjZiUyVyvrBK7knerNgmgvcV/KLVyuma/SC+TQN167GrMRciANTz09+k3zW8L8t60jWO1GpfkZdjTaw==",
3080 "license": "MIT",
3081 "funding": {
3082 "type": "github",
3083 "url": "https://github.com/sponsors/wooorm"
3084 }
3085 },
3086 "node_modules/tslib": {
3087 "version": "2.8.1",
3088 "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz",
3089 "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==",
3090 "dev": true,
3091 "license": "0BSD",
3092 "optional": true
3093 },
3094 "node_modules/typescript": {
3095 "version": "6.0.3",
3096 "resolved": "https://registry.npmjs.org/typescript/-/typescript-6.0.3.tgz",
3097 "integrity": "sha512-y2TvuxSZPDyQakkFRPZHKFm+KKVqIisdg9/CZwm9ftvKXLP8NRWj38/ODjNbr43SsoXqNuAisEf1GdCxqWcdBw==",
3098 "dev": true,
3099 "license": "Apache-2.0",
3100 "bin": {
3101 "tsc": "bin/tsc",
3102 "tsserver": "bin/tsserver"
3103 },
3104 "engines": {
3105 "node": ">=14.17"
3106 }
3107 },
3108 "node_modules/undici-types": {
3109 "version": "7.18.2",
3110 "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.18.2.tgz",
3111 "integrity": "sha512-AsuCzffGHJybSaRrmr5eHr81mwJU3kjw6M+uprWvCXiNeN9SOGwQ3Jn8jb8m3Z6izVgknn1R0FTCEAP2QrLY/w==",
3112 "dev": true,
3113 "license": "MIT"
3114 },
3115 "node_modules/unified": {
3116 "version": "11.0.5",
3117 "resolved": "https://registry.npmjs.org/unified/-/unified-11.0.5.tgz",
3118 "integrity": "sha512-xKvGhPWw3k84Qjh8bI3ZeJjqnyadK+GEFtazSfZv/rKeTkTjOJho6mFqh2SM96iIcZokxiOpg78GazTSg8+KHA==",
3119 "license": "MIT",
3120 "dependencies": {
3121 "@types/unist": "^3.0.0",
3122 "bail": "^2.0.0",
3123 "devlop": "^1.0.0",
3124 "extend": "^3.0.0",
3125 "is-plain-obj": "^4.0.0",
3126 "trough": "^2.0.0",
3127 "vfile": "^6.0.0"
3128 },
3129 "funding": {
3130 "type": "opencollective",
3131 "url": "https://opencollective.com/unified"
3132 }
3133 },
3134 "node_modules/unist-util-is": {
3135 "version": "6.0.1",
3136 "resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-6.0.1.tgz",
3137 "integrity": "sha512-LsiILbtBETkDz8I9p1dQ0uyRUWuaQzd/cuEeS1hoRSyW5E5XGmTzlwY1OrNzzakGowI9Dr/I8HVaw4hTtnxy8g==",
3138 "license": "MIT",
3139 "dependencies": {
3140 "@types/unist": "^3.0.0"
3141 },
3142 "funding": {
3143 "type": "opencollective",
3144 "url": "https://opencollective.com/unified"
3145 }
3146 },
3147 "node_modules/unist-util-position": {
3148 "version": "5.0.0",
3149 "resolved": "https://registry.npmjs.org/unist-util-position/-/unist-util-position-5.0.0.tgz",
3150 "integrity": "sha512-fucsC7HjXvkB5R3kTCO7kUjRdrS0BJt3M/FPxmHMBOm8JQi2BsHAHFsy27E0EolP8rp0NzXsJ+jNPyDWvOJZPA==",
3151 "license": "MIT",
3152 "dependencies": {
3153 "@types/unist": "^3.0.0"
3154 },
3155 "funding": {
3156 "type": "opencollective",
3157 "url": "https://opencollective.com/unified"
3158 }
3159 },
3160 "node_modules/unist-util-stringify-position": {
3161 "version": "4.0.0",
3162 "resolved": "https://registry.npmjs.org/unist-util-stringify-position/-/unist-util-stringify-position-4.0.0.tgz",
3163 "integrity": "sha512-0ASV06AAoKCDkS2+xw5RXJywruurpbC4JZSm7nr7MOt1ojAzvyyaO+UxZf18j8FCF6kmzCZKcAgN/yu2gm2XgQ==",
3164 "license": "MIT",
3165 "dependencies": {
3166 "@types/unist": "^3.0.0"
3167 },
3168 "funding": {
3169 "type": "opencollective",
3170 "url": "https://opencollective.com/unified"
3171 }
3172 },
3173 "node_modules/unist-util-visit": {
3174 "version": "5.1.0",
3175 "resolved": "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-5.1.0.tgz",
3176 "integrity": "sha512-m+vIdyeCOpdr/QeQCu2EzxX/ohgS8KbnPDgFni4dQsfSCtpz8UqDyY5GjRru8PDKuYn7Fq19j1CQ+nJSsGKOzg==",
3177 "license": "MIT",
3178 "dependencies": {
3179 "@types/unist": "^3.0.0",
3180 "unist-util-is": "^6.0.0",
3181 "unist-util-visit-parents": "^6.0.0"
3182 },
3183 "funding": {
3184 "type": "opencollective",
3185 "url": "https://opencollective.com/unified"
3186 }
3187 },
3188 "node_modules/unist-util-visit-parents": {
3189 "version": "6.0.2",
3190 "resolved": "https://registry.npmjs.org/unist-util-visit-parents/-/unist-util-visit-parents-6.0.2.tgz",
3191 "integrity": "sha512-goh1s1TBrqSqukSc8wrjwWhL0hiJxgA8m4kFxGlQ+8FYQ3C/m11FcTs4YYem7V664AhHVvgoQLk890Ssdsr2IQ==",
3192 "license": "MIT",
3193 "dependencies": {
3194 "@types/unist": "^3.0.0",
3195 "unist-util-is": "^6.0.0"
3196 },
3197 "funding": {
3198 "type": "opencollective",
3199 "url": "https://opencollective.com/unified"
3200 }
3201 },
3202 "node_modules/vfile": {
3203 "version": "6.0.3",
3204 "resolved": "https://registry.npmjs.org/vfile/-/vfile-6.0.3.tgz",
3205 "integrity": "sha512-KzIbH/9tXat2u30jf+smMwFCsno4wHVdNmzFyL+T/L3UGqqk6JKfVqOFOZEpZSHADH1k40ab6NUIXZq422ov3Q==",
3206 "license": "MIT",
3207 "dependencies": {
3208 "@types/unist": "^3.0.0",
3209 "vfile-message": "^4.0.0"
3210 },
3211 "funding": {
3212 "type": "opencollective",
3213 "url": "https://opencollective.com/unified"
3214 }
3215 },
3216 "node_modules/vfile-message": {
3217 "version": "4.0.3",
3218 "resolved": "https://registry.npmjs.org/vfile-message/-/vfile-message-4.0.3.tgz",
3219 "integrity": "sha512-QTHzsGd1EhbZs4AsQ20JX1rC3cOlt/IWJruk893DfLRr57lcnOeMaWG4K0JrRta4mIJZKth2Au3mM3u03/JWKw==",
3220 "license": "MIT",
3221 "dependencies": {
3222 "@types/unist": "^3.0.0",
3223 "unist-util-stringify-position": "^4.0.0"
3224 },
3225 "funding": {
3226 "type": "opencollective",
3227 "url": "https://opencollective.com/unified"
3228 }
3229 },
3230 "node_modules/vite": {
3231 "version": "8.1.5",
3232 "resolved": "https://registry.npmjs.org/vite/-/vite-8.1.5.tgz",
3233 "integrity": "sha512-7ULLwsCdYx/nRyrpiEwvqb5TFHrMVZyBt+rg/OAXT7rgj/z+DtTDyKFeLAdDkubDVDKD8jOsndmy7m55XcfUsw==",
3234 "dev": true,
3235 "license": "MIT",
3236 "dependencies": {
3237 "lightningcss": "^1.32.0",
3238 "picomatch": "^4.0.5",
3239 "postcss": "^8.5.17",
3240 "rolldown": "~1.1.5",
3241 "tinyglobby": "^0.2.17"
3242 },
3243 "bin": {
3244 "vite": "bin/vite.js"
3245 },
3246 "engines": {
3247 "node": "^20.19.0 || >=22.12.0"
3248 },
3249 "funding": {
3250 "url": "https://github.com/vitejs/vite?sponsor=1"
3251 },
3252 "optionalDependencies": {
3253 "fsevents": "~2.3.3"
3254 },
3255 "peerDependencies": {
3256 "@types/node": "^20.19.0 || >=22.12.0",
3257 "@vitejs/devtools": "^0.3.0",
3258 "esbuild": "^0.27.0 || ^0.28.0",
3259 "jiti": ">=1.21.0",
3260 "less": "^4.0.0",
3261 "sass": "^1.70.0",
3262 "sass-embedded": "^1.70.0",
3263 "stylus": ">=0.54.8",
3264 "sugarss": "^5.0.0",
3265 "terser": "^5.16.0",
3266 "tsx": "^4.8.1",
3267 "yaml": "^2.4.2"
3268 },
3269 "peerDependenciesMeta": {
3270 "@types/node": {
3271 "optional": true
3272 },
3273 "@vitejs/devtools": {
3274 "optional": true
3275 },
3276 "esbuild": {
3277 "optional": true
3278 },
3279 "jiti": {
3280 "optional": true
3281 },
3282 "less": {
3283 "optional": true
3284 },
3285 "sass": {
3286 "optional": true
3287 },
3288 "sass-embedded": {
3289 "optional": true
3290 },
3291 "stylus": {
3292 "optional": true
3293 },
3294 "sugarss": {
3295 "optional": true
3296 },
3297 "terser": {
3298 "optional": true
3299 },
3300 "tsx": {
3301 "optional": true
3302 },
3303 "yaml": {
3304 "optional": true
3305 }
3306 }
3307 },
3308 "node_modules/w3c-keyname": {
3309 "version": "2.2.8",
3310 "resolved": "https://registry.npmjs.org/w3c-keyname/-/w3c-keyname-2.2.8.tgz",
3311 "integrity": "sha512-dpojBhNsCNN7T82Tm7k26A6G9ML3NkhDsnw9n/eoxSRlVBB4CEtIQ/KTCLI2Fwf3ataSXRhYFkQi3SlnFwPvPQ==",
3312 "license": "MIT"
3313 },
3314 "node_modules/zwitch": {
3315 "version": "2.0.4",
3316 "resolved": "https://registry.npmjs.org/zwitch/-/zwitch-2.0.4.tgz",
3317 "integrity": "sha512-bXE4cR/kVZhKZX/RjPEflHaKVhUVl85noU3v6b8apfQEc1x4A+zBxjZ4lN8LqGd6WZ3dl98pY4o717VFmoPp+A==",
3318 "license": "MIT",
3319 "funding": {
3320 "type": "github",
3321 "url": "https://github.com/sponsors/wooorm"
3322 }
3323 }
3324 }
3325}