My personal website.
1{
2 "name": "personal-site",
3 "version": "0.0.1",
4 "lockfileVersion": 3,
5 "requires": true,
6 "packages": {
7 "": {
8 "name": "personal-site",
9 "version": "0.0.1",
10 "dependencies": {
11 "@astrojs/rss": "^4.0.13",
12 "astro": "^5.15.1"
13 },
14 "devDependencies": {
15 "prettier": "3.6.2",
16 "prettier-plugin-astro": "0.14.1"
17 }
18 },
19 "node_modules/@astrojs/compiler": {
20 "version": "2.13.0",
21 "resolved": "https://registry.npmjs.org/@astrojs/compiler/-/compiler-2.13.0.tgz",
22 "integrity": "sha512-mqVORhUJViA28fwHYaWmsXSzLO9osbdZ5ImUfxBarqsYdMlPbqAqGJCxsNzvppp1BEzc1mJNjOVvQqeDN8Vspw==",
23 "license": "MIT"
24 },
25 "node_modules/@astrojs/internal-helpers": {
26 "version": "0.7.5",
27 "resolved": "https://registry.npmjs.org/@astrojs/internal-helpers/-/internal-helpers-0.7.5.tgz",
28 "integrity": "sha512-vreGnYSSKhAjFJCWAwe/CNhONvoc5lokxtRoZims+0wa3KbHBdPHSSthJsKxPd8d/aic6lWKpRTYGY/hsgK6EA==",
29 "license": "MIT"
30 },
31 "node_modules/@astrojs/markdown-remark": {
32 "version": "6.3.9",
33 "resolved": "https://registry.npmjs.org/@astrojs/markdown-remark/-/markdown-remark-6.3.9.tgz",
34 "integrity": "sha512-hX2cLC/KW74Io1zIbn92kI482j9J7LleBLGCVU9EP3BeH5MVrnFawOnqD0t/q6D1Z+ZNeQG2gNKMslCcO36wng==",
35 "license": "MIT",
36 "dependencies": {
37 "@astrojs/internal-helpers": "0.7.5",
38 "@astrojs/prism": "3.3.0",
39 "github-slugger": "^2.0.0",
40 "hast-util-from-html": "^2.0.3",
41 "hast-util-to-text": "^4.0.2",
42 "import-meta-resolve": "^4.2.0",
43 "js-yaml": "^4.1.0",
44 "mdast-util-definitions": "^6.0.0",
45 "rehype-raw": "^7.0.0",
46 "rehype-stringify": "^10.0.1",
47 "remark-gfm": "^4.0.1",
48 "remark-parse": "^11.0.0",
49 "remark-rehype": "^11.1.2",
50 "remark-smartypants": "^3.0.2",
51 "shiki": "^3.13.0",
52 "smol-toml": "^1.4.2",
53 "unified": "^11.0.5",
54 "unist-util-remove-position": "^5.0.0",
55 "unist-util-visit": "^5.0.0",
56 "unist-util-visit-parents": "^6.0.2",
57 "vfile": "^6.0.3"
58 }
59 },
60 "node_modules/@astrojs/prism": {
61 "version": "3.3.0",
62 "resolved": "https://registry.npmjs.org/@astrojs/prism/-/prism-3.3.0.tgz",
63 "integrity": "sha512-q8VwfU/fDZNoDOf+r7jUnMC2//H2l0TuQ6FkGJL8vD8nw/q5KiL3DS1KKBI3QhI9UQhpJ5dc7AtqfbXWuOgLCQ==",
64 "license": "MIT",
65 "dependencies": {
66 "prismjs": "^1.30.0"
67 },
68 "engines": {
69 "node": "18.20.8 || ^20.3.0 || >=22.0.0"
70 }
71 },
72 "node_modules/@astrojs/rss": {
73 "version": "4.0.13",
74 "resolved": "https://registry.npmjs.org/@astrojs/rss/-/rss-4.0.13.tgz",
75 "integrity": "sha512-ugW4DmGn8kgfl8/qecU3EcKCAuEBrZqY7eYfa6at0sY7HGEwRdzsOafLE437RwDMP2ZuxfKnCNABs99YVhX0kg==",
76 "license": "MIT",
77 "dependencies": {
78 "fast-xml-parser": "^5.3.0",
79 "picocolors": "^1.1.1"
80 }
81 },
82 "node_modules/@astrojs/telemetry": {
83 "version": "3.3.0",
84 "resolved": "https://registry.npmjs.org/@astrojs/telemetry/-/telemetry-3.3.0.tgz",
85 "integrity": "sha512-UFBgfeldP06qu6khs/yY+q1cDAaArM2/7AEIqQ9Cuvf7B1hNLq0xDrZkct+QoIGyjq56y8IaE2I3CTvG99mlhQ==",
86 "license": "MIT",
87 "dependencies": {
88 "ci-info": "^4.2.0",
89 "debug": "^4.4.0",
90 "dlv": "^1.1.3",
91 "dset": "^3.1.4",
92 "is-docker": "^3.0.0",
93 "is-wsl": "^3.1.0",
94 "which-pm-runs": "^1.1.0"
95 },
96 "engines": {
97 "node": "18.20.8 || ^20.3.0 || >=22.0.0"
98 }
99 },
100 "node_modules/@babel/helper-string-parser": {
101 "version": "7.27.1",
102 "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz",
103 "integrity": "sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==",
104 "license": "MIT",
105 "engines": {
106 "node": ">=6.9.0"
107 }
108 },
109 "node_modules/@babel/helper-validator-identifier": {
110 "version": "7.28.5",
111 "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz",
112 "integrity": "sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==",
113 "license": "MIT",
114 "engines": {
115 "node": ">=6.9.0"
116 }
117 },
118 "node_modules/@babel/parser": {
119 "version": "7.28.5",
120 "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.28.5.tgz",
121 "integrity": "sha512-KKBU1VGYR7ORr3At5HAtUQ+TV3SzRCXmA/8OdDZiLDBIZxVyzXuztPjfLd3BV1PRAQGCMWWSHYhL0F8d5uHBDQ==",
122 "license": "MIT",
123 "dependencies": {
124 "@babel/types": "^7.28.5"
125 },
126 "bin": {
127 "parser": "bin/babel-parser.js"
128 },
129 "engines": {
130 "node": ">=6.0.0"
131 }
132 },
133 "node_modules/@babel/types": {
134 "version": "7.28.5",
135 "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.28.5.tgz",
136 "integrity": "sha512-qQ5m48eI/MFLQ5PxQj4PFaprjyCTLI37ElWMmNs0K8Lk3dVeOdNpB3ks8jc7yM5CDmVC73eMVk/trk3fgmrUpA==",
137 "license": "MIT",
138 "dependencies": {
139 "@babel/helper-string-parser": "^7.27.1",
140 "@babel/helper-validator-identifier": "^7.28.5"
141 },
142 "engines": {
143 "node": ">=6.9.0"
144 }
145 },
146 "node_modules/@capsizecss/unpack": {
147 "version": "3.0.1",
148 "resolved": "https://registry.npmjs.org/@capsizecss/unpack/-/unpack-3.0.1.tgz",
149 "integrity": "sha512-8XqW8xGn++Eqqbz3e9wKuK7mxryeRjs4LOHLxbh2lwKeSbuNR4NFifDZT4KzvjU6HMOPbiNTsWpniK5EJfTWkg==",
150 "license": "MIT",
151 "dependencies": {
152 "fontkit": "^2.0.2"
153 },
154 "engines": {
155 "node": ">=18"
156 }
157 },
158 "node_modules/@emnapi/runtime": {
159 "version": "1.6.0",
160 "resolved": "https://registry.npmjs.org/@emnapi/runtime/-/runtime-1.6.0.tgz",
161 "integrity": "sha512-obtUmAHTMjll499P+D9A3axeJFlhdjOWdKUNs/U6QIGT7V5RjcUW1xToAzjvmgTSQhDbYn/NwfTRoJcQ2rNBxA==",
162 "license": "MIT",
163 "optional": true,
164 "dependencies": {
165 "tslib": "^2.4.0"
166 }
167 },
168 "node_modules/@esbuild/aix-ppc64": {
169 "version": "0.25.11",
170 "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.25.11.tgz",
171 "integrity": "sha512-Xt1dOL13m8u0WE8iplx9Ibbm+hFAO0GsU2P34UNoDGvZYkY8ifSiy6Zuc1lYxfG7svWE2fzqCUmFp5HCn51gJg==",
172 "cpu": [
173 "ppc64"
174 ],
175 "license": "MIT",
176 "optional": true,
177 "os": [
178 "aix"
179 ],
180 "engines": {
181 "node": ">=18"
182 }
183 },
184 "node_modules/@esbuild/android-arm": {
185 "version": "0.25.11",
186 "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.25.11.tgz",
187 "integrity": "sha512-uoa7dU+Dt3HYsethkJ1k6Z9YdcHjTrSb5NUy66ZfZaSV8hEYGD5ZHbEMXnqLFlbBflLsl89Zke7CAdDJ4JI+Gg==",
188 "cpu": [
189 "arm"
190 ],
191 "license": "MIT",
192 "optional": true,
193 "os": [
194 "android"
195 ],
196 "engines": {
197 "node": ">=18"
198 }
199 },
200 "node_modules/@esbuild/android-arm64": {
201 "version": "0.25.11",
202 "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.25.11.tgz",
203 "integrity": "sha512-9slpyFBc4FPPz48+f6jyiXOx/Y4v34TUeDDXJpZqAWQn/08lKGeD8aDp9TMn9jDz2CiEuHwfhRmGBvpnd/PWIQ==",
204 "cpu": [
205 "arm64"
206 ],
207 "license": "MIT",
208 "optional": true,
209 "os": [
210 "android"
211 ],
212 "engines": {
213 "node": ">=18"
214 }
215 },
216 "node_modules/@esbuild/android-x64": {
217 "version": "0.25.11",
218 "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.25.11.tgz",
219 "integrity": "sha512-Sgiab4xBjPU1QoPEIqS3Xx+R2lezu0LKIEcYe6pftr56PqPygbB7+szVnzoShbx64MUupqoE0KyRlN7gezbl8g==",
220 "cpu": [
221 "x64"
222 ],
223 "license": "MIT",
224 "optional": true,
225 "os": [
226 "android"
227 ],
228 "engines": {
229 "node": ">=18"
230 }
231 },
232 "node_modules/@esbuild/darwin-arm64": {
233 "version": "0.25.11",
234 "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.25.11.tgz",
235 "integrity": "sha512-VekY0PBCukppoQrycFxUqkCojnTQhdec0vevUL/EDOCnXd9LKWqD/bHwMPzigIJXPhC59Vd1WFIL57SKs2mg4w==",
236 "cpu": [
237 "arm64"
238 ],
239 "license": "MIT",
240 "optional": true,
241 "os": [
242 "darwin"
243 ],
244 "engines": {
245 "node": ">=18"
246 }
247 },
248 "node_modules/@esbuild/darwin-x64": {
249 "version": "0.25.11",
250 "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.25.11.tgz",
251 "integrity": "sha512-+hfp3yfBalNEpTGp9loYgbknjR695HkqtY3d3/JjSRUyPg/xd6q+mQqIb5qdywnDxRZykIHs3axEqU6l1+oWEQ==",
252 "cpu": [
253 "x64"
254 ],
255 "license": "MIT",
256 "optional": true,
257 "os": [
258 "darwin"
259 ],
260 "engines": {
261 "node": ">=18"
262 }
263 },
264 "node_modules/@esbuild/freebsd-arm64": {
265 "version": "0.25.11",
266 "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.25.11.tgz",
267 "integrity": "sha512-CmKjrnayyTJF2eVuO//uSjl/K3KsMIeYeyN7FyDBjsR3lnSJHaXlVoAK8DZa7lXWChbuOk7NjAc7ygAwrnPBhA==",
268 "cpu": [
269 "arm64"
270 ],
271 "license": "MIT",
272 "optional": true,
273 "os": [
274 "freebsd"
275 ],
276 "engines": {
277 "node": ">=18"
278 }
279 },
280 "node_modules/@esbuild/freebsd-x64": {
281 "version": "0.25.11",
282 "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.25.11.tgz",
283 "integrity": "sha512-Dyq+5oscTJvMaYPvW3x3FLpi2+gSZTCE/1ffdwuM6G1ARang/mb3jvjxs0mw6n3Lsw84ocfo9CrNMqc5lTfGOw==",
284 "cpu": [
285 "x64"
286 ],
287 "license": "MIT",
288 "optional": true,
289 "os": [
290 "freebsd"
291 ],
292 "engines": {
293 "node": ">=18"
294 }
295 },
296 "node_modules/@esbuild/linux-arm": {
297 "version": "0.25.11",
298 "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.25.11.tgz",
299 "integrity": "sha512-TBMv6B4kCfrGJ8cUPo7vd6NECZH/8hPpBHHlYI3qzoYFvWu2AdTvZNuU/7hsbKWqu/COU7NIK12dHAAqBLLXgw==",
300 "cpu": [
301 "arm"
302 ],
303 "license": "MIT",
304 "optional": true,
305 "os": [
306 "linux"
307 ],
308 "engines": {
309 "node": ">=18"
310 }
311 },
312 "node_modules/@esbuild/linux-arm64": {
313 "version": "0.25.11",
314 "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.25.11.tgz",
315 "integrity": "sha512-Qr8AzcplUhGvdyUF08A1kHU3Vr2O88xxP0Tm8GcdVOUm25XYcMPp2YqSVHbLuXzYQMf9Bh/iKx7YPqECs6ffLA==",
316 "cpu": [
317 "arm64"
318 ],
319 "license": "MIT",
320 "optional": true,
321 "os": [
322 "linux"
323 ],
324 "engines": {
325 "node": ">=18"
326 }
327 },
328 "node_modules/@esbuild/linux-ia32": {
329 "version": "0.25.11",
330 "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.25.11.tgz",
331 "integrity": "sha512-TmnJg8BMGPehs5JKrCLqyWTVAvielc615jbkOirATQvWWB1NMXY77oLMzsUjRLa0+ngecEmDGqt5jiDC6bfvOw==",
332 "cpu": [
333 "ia32"
334 ],
335 "license": "MIT",
336 "optional": true,
337 "os": [
338 "linux"
339 ],
340 "engines": {
341 "node": ">=18"
342 }
343 },
344 "node_modules/@esbuild/linux-loong64": {
345 "version": "0.25.11",
346 "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.25.11.tgz",
347 "integrity": "sha512-DIGXL2+gvDaXlaq8xruNXUJdT5tF+SBbJQKbWy/0J7OhU8gOHOzKmGIlfTTl6nHaCOoipxQbuJi7O++ldrxgMw==",
348 "cpu": [
349 "loong64"
350 ],
351 "license": "MIT",
352 "optional": true,
353 "os": [
354 "linux"
355 ],
356 "engines": {
357 "node": ">=18"
358 }
359 },
360 "node_modules/@esbuild/linux-mips64el": {
361 "version": "0.25.11",
362 "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.25.11.tgz",
363 "integrity": "sha512-Osx1nALUJu4pU43o9OyjSCXokFkFbyzjXb6VhGIJZQ5JZi8ylCQ9/LFagolPsHtgw6himDSyb5ETSfmp4rpiKQ==",
364 "cpu": [
365 "mips64el"
366 ],
367 "license": "MIT",
368 "optional": true,
369 "os": [
370 "linux"
371 ],
372 "engines": {
373 "node": ">=18"
374 }
375 },
376 "node_modules/@esbuild/linux-ppc64": {
377 "version": "0.25.11",
378 "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.25.11.tgz",
379 "integrity": "sha512-nbLFgsQQEsBa8XSgSTSlrnBSrpoWh7ioFDUmwo158gIm5NNP+17IYmNWzaIzWmgCxq56vfr34xGkOcZ7jX6CPw==",
380 "cpu": [
381 "ppc64"
382 ],
383 "license": "MIT",
384 "optional": true,
385 "os": [
386 "linux"
387 ],
388 "engines": {
389 "node": ">=18"
390 }
391 },
392 "node_modules/@esbuild/linux-riscv64": {
393 "version": "0.25.11",
394 "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.25.11.tgz",
395 "integrity": "sha512-HfyAmqZi9uBAbgKYP1yGuI7tSREXwIb438q0nqvlpxAOs3XnZ8RsisRfmVsgV486NdjD7Mw2UrFSw51lzUk1ww==",
396 "cpu": [
397 "riscv64"
398 ],
399 "license": "MIT",
400 "optional": true,
401 "os": [
402 "linux"
403 ],
404 "engines": {
405 "node": ">=18"
406 }
407 },
408 "node_modules/@esbuild/linux-s390x": {
409 "version": "0.25.11",
410 "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.25.11.tgz",
411 "integrity": "sha512-HjLqVgSSYnVXRisyfmzsH6mXqyvj0SA7pG5g+9W7ESgwA70AXYNpfKBqh1KbTxmQVaYxpzA/SvlB9oclGPbApw==",
412 "cpu": [
413 "s390x"
414 ],
415 "license": "MIT",
416 "optional": true,
417 "os": [
418 "linux"
419 ],
420 "engines": {
421 "node": ">=18"
422 }
423 },
424 "node_modules/@esbuild/linux-x64": {
425 "version": "0.25.11",
426 "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.25.11.tgz",
427 "integrity": "sha512-HSFAT4+WYjIhrHxKBwGmOOSpphjYkcswF449j6EjsjbinTZbp8PJtjsVK1XFJStdzXdy/jaddAep2FGY+wyFAQ==",
428 "cpu": [
429 "x64"
430 ],
431 "license": "MIT",
432 "optional": true,
433 "os": [
434 "linux"
435 ],
436 "engines": {
437 "node": ">=18"
438 }
439 },
440 "node_modules/@esbuild/netbsd-arm64": {
441 "version": "0.25.11",
442 "resolved": "https://registry.npmjs.org/@esbuild/netbsd-arm64/-/netbsd-arm64-0.25.11.tgz",
443 "integrity": "sha512-hr9Oxj1Fa4r04dNpWr3P8QKVVsjQhqrMSUzZzf+LZcYjZNqhA3IAfPQdEh1FLVUJSiu6sgAwp3OmwBfbFgG2Xg==",
444 "cpu": [
445 "arm64"
446 ],
447 "license": "MIT",
448 "optional": true,
449 "os": [
450 "netbsd"
451 ],
452 "engines": {
453 "node": ">=18"
454 }
455 },
456 "node_modules/@esbuild/netbsd-x64": {
457 "version": "0.25.11",
458 "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.25.11.tgz",
459 "integrity": "sha512-u7tKA+qbzBydyj0vgpu+5h5AeudxOAGncb8N6C9Kh1N4n7wU1Xw1JDApsRjpShRpXRQlJLb9wY28ELpwdPcZ7A==",
460 "cpu": [
461 "x64"
462 ],
463 "license": "MIT",
464 "optional": true,
465 "os": [
466 "netbsd"
467 ],
468 "engines": {
469 "node": ">=18"
470 }
471 },
472 "node_modules/@esbuild/openbsd-arm64": {
473 "version": "0.25.11",
474 "resolved": "https://registry.npmjs.org/@esbuild/openbsd-arm64/-/openbsd-arm64-0.25.11.tgz",
475 "integrity": "sha512-Qq6YHhayieor3DxFOoYM1q0q1uMFYb7cSpLD2qzDSvK1NAvqFi8Xgivv0cFC6J+hWVw2teCYltyy9/m/14ryHg==",
476 "cpu": [
477 "arm64"
478 ],
479 "license": "MIT",
480 "optional": true,
481 "os": [
482 "openbsd"
483 ],
484 "engines": {
485 "node": ">=18"
486 }
487 },
488 "node_modules/@esbuild/openbsd-x64": {
489 "version": "0.25.11",
490 "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.25.11.tgz",
491 "integrity": "sha512-CN+7c++kkbrckTOz5hrehxWN7uIhFFlmS/hqziSFVWpAzpWrQoAG4chH+nN3Be+Kzv/uuo7zhX716x3Sn2Jduw==",
492 "cpu": [
493 "x64"
494 ],
495 "license": "MIT",
496 "optional": true,
497 "os": [
498 "openbsd"
499 ],
500 "engines": {
501 "node": ">=18"
502 }
503 },
504 "node_modules/@esbuild/openharmony-arm64": {
505 "version": "0.25.11",
506 "resolved": "https://registry.npmjs.org/@esbuild/openharmony-arm64/-/openharmony-arm64-0.25.11.tgz",
507 "integrity": "sha512-rOREuNIQgaiR+9QuNkbkxubbp8MSO9rONmwP5nKncnWJ9v5jQ4JxFnLu4zDSRPf3x4u+2VN4pM4RdyIzDty/wQ==",
508 "cpu": [
509 "arm64"
510 ],
511 "license": "MIT",
512 "optional": true,
513 "os": [
514 "openharmony"
515 ],
516 "engines": {
517 "node": ">=18"
518 }
519 },
520 "node_modules/@esbuild/sunos-x64": {
521 "version": "0.25.11",
522 "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.25.11.tgz",
523 "integrity": "sha512-nq2xdYaWxyg9DcIyXkZhcYulC6pQ2FuCgem3LI92IwMgIZ69KHeY8T4Y88pcwoLIjbed8n36CyKoYRDygNSGhA==",
524 "cpu": [
525 "x64"
526 ],
527 "license": "MIT",
528 "optional": true,
529 "os": [
530 "sunos"
531 ],
532 "engines": {
533 "node": ">=18"
534 }
535 },
536 "node_modules/@esbuild/win32-arm64": {
537 "version": "0.25.11",
538 "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.25.11.tgz",
539 "integrity": "sha512-3XxECOWJq1qMZ3MN8srCJ/QfoLpL+VaxD/WfNRm1O3B4+AZ/BnLVgFbUV3eiRYDMXetciH16dwPbbHqwe1uU0Q==",
540 "cpu": [
541 "arm64"
542 ],
543 "license": "MIT",
544 "optional": true,
545 "os": [
546 "win32"
547 ],
548 "engines": {
549 "node": ">=18"
550 }
551 },
552 "node_modules/@esbuild/win32-ia32": {
553 "version": "0.25.11",
554 "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.25.11.tgz",
555 "integrity": "sha512-3ukss6gb9XZ8TlRyJlgLn17ecsK4NSQTmdIXRASVsiS2sQ6zPPZklNJT5GR5tE/MUarymmy8kCEf5xPCNCqVOA==",
556 "cpu": [
557 "ia32"
558 ],
559 "license": "MIT",
560 "optional": true,
561 "os": [
562 "win32"
563 ],
564 "engines": {
565 "node": ">=18"
566 }
567 },
568 "node_modules/@esbuild/win32-x64": {
569 "version": "0.25.11",
570 "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.25.11.tgz",
571 "integrity": "sha512-D7Hpz6A2L4hzsRpPaCYkQnGOotdUpDzSGRIv9I+1ITdHROSFUWW95ZPZWQmGka1Fg7W3zFJowyn9WGwMJ0+KPA==",
572 "cpu": [
573 "x64"
574 ],
575 "license": "MIT",
576 "optional": true,
577 "os": [
578 "win32"
579 ],
580 "engines": {
581 "node": ">=18"
582 }
583 },
584 "node_modules/@img/colour": {
585 "version": "1.0.0",
586 "resolved": "https://registry.npmjs.org/@img/colour/-/colour-1.0.0.tgz",
587 "integrity": "sha512-A5P/LfWGFSl6nsckYtjw9da+19jB8hkJ6ACTGcDfEJ0aE+l2n2El7dsVM7UVHZQ9s2lmYMWlrS21YLy2IR1LUw==",
588 "license": "MIT",
589 "optional": true,
590 "engines": {
591 "node": ">=18"
592 }
593 },
594 "node_modules/@img/sharp-darwin-arm64": {
595 "version": "0.34.4",
596 "resolved": "https://registry.npmjs.org/@img/sharp-darwin-arm64/-/sharp-darwin-arm64-0.34.4.tgz",
597 "integrity": "sha512-sitdlPzDVyvmINUdJle3TNHl+AG9QcwiAMsXmccqsCOMZNIdW2/7S26w0LyU8euiLVzFBL3dXPwVCq/ODnf2vA==",
598 "cpu": [
599 "arm64"
600 ],
601 "license": "Apache-2.0",
602 "optional": true,
603 "os": [
604 "darwin"
605 ],
606 "engines": {
607 "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
608 },
609 "funding": {
610 "url": "https://opencollective.com/libvips"
611 },
612 "optionalDependencies": {
613 "@img/sharp-libvips-darwin-arm64": "1.2.3"
614 }
615 },
616 "node_modules/@img/sharp-darwin-x64": {
617 "version": "0.34.4",
618 "resolved": "https://registry.npmjs.org/@img/sharp-darwin-x64/-/sharp-darwin-x64-0.34.4.tgz",
619 "integrity": "sha512-rZheupWIoa3+SOdF/IcUe1ah4ZDpKBGWcsPX6MT0lYniH9micvIU7HQkYTfrx5Xi8u+YqwLtxC/3vl8TQN6rMg==",
620 "cpu": [
621 "x64"
622 ],
623 "license": "Apache-2.0",
624 "optional": true,
625 "os": [
626 "darwin"
627 ],
628 "engines": {
629 "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
630 },
631 "funding": {
632 "url": "https://opencollective.com/libvips"
633 },
634 "optionalDependencies": {
635 "@img/sharp-libvips-darwin-x64": "1.2.3"
636 }
637 },
638 "node_modules/@img/sharp-libvips-darwin-arm64": {
639 "version": "1.2.3",
640 "resolved": "https://registry.npmjs.org/@img/sharp-libvips-darwin-arm64/-/sharp-libvips-darwin-arm64-1.2.3.tgz",
641 "integrity": "sha512-QzWAKo7kpHxbuHqUC28DZ9pIKpSi2ts2OJnoIGI26+HMgq92ZZ4vk8iJd4XsxN+tYfNJxzH6W62X5eTcsBymHw==",
642 "cpu": [
643 "arm64"
644 ],
645 "license": "LGPL-3.0-or-later",
646 "optional": true,
647 "os": [
648 "darwin"
649 ],
650 "funding": {
651 "url": "https://opencollective.com/libvips"
652 }
653 },
654 "node_modules/@img/sharp-libvips-darwin-x64": {
655 "version": "1.2.3",
656 "resolved": "https://registry.npmjs.org/@img/sharp-libvips-darwin-x64/-/sharp-libvips-darwin-x64-1.2.3.tgz",
657 "integrity": "sha512-Ju+g2xn1E2AKO6YBhxjj+ACcsPQRHT0bhpglxcEf+3uyPY+/gL8veniKoo96335ZaPo03bdDXMv0t+BBFAbmRA==",
658 "cpu": [
659 "x64"
660 ],
661 "license": "LGPL-3.0-or-later",
662 "optional": true,
663 "os": [
664 "darwin"
665 ],
666 "funding": {
667 "url": "https://opencollective.com/libvips"
668 }
669 },
670 "node_modules/@img/sharp-libvips-linux-arm": {
671 "version": "1.2.3",
672 "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-arm/-/sharp-libvips-linux-arm-1.2.3.tgz",
673 "integrity": "sha512-x1uE93lyP6wEwGvgAIV0gP6zmaL/a0tGzJs/BIDDG0zeBhMnuUPm7ptxGhUbcGs4okDJrk4nxgrmxpib9g6HpA==",
674 "cpu": [
675 "arm"
676 ],
677 "license": "LGPL-3.0-or-later",
678 "optional": true,
679 "os": [
680 "linux"
681 ],
682 "funding": {
683 "url": "https://opencollective.com/libvips"
684 }
685 },
686 "node_modules/@img/sharp-libvips-linux-arm64": {
687 "version": "1.2.3",
688 "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-arm64/-/sharp-libvips-linux-arm64-1.2.3.tgz",
689 "integrity": "sha512-I4RxkXU90cpufazhGPyVujYwfIm9Nk1QDEmiIsaPwdnm013F7RIceaCc87kAH+oUB1ezqEvC6ga4m7MSlqsJvQ==",
690 "cpu": [
691 "arm64"
692 ],
693 "license": "LGPL-3.0-or-later",
694 "optional": true,
695 "os": [
696 "linux"
697 ],
698 "funding": {
699 "url": "https://opencollective.com/libvips"
700 }
701 },
702 "node_modules/@img/sharp-libvips-linux-ppc64": {
703 "version": "1.2.3",
704 "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-ppc64/-/sharp-libvips-linux-ppc64-1.2.3.tgz",
705 "integrity": "sha512-Y2T7IsQvJLMCBM+pmPbM3bKT/yYJvVtLJGfCs4Sp95SjvnFIjynbjzsa7dY1fRJX45FTSfDksbTp6AGWudiyCg==",
706 "cpu": [
707 "ppc64"
708 ],
709 "license": "LGPL-3.0-or-later",
710 "optional": true,
711 "os": [
712 "linux"
713 ],
714 "funding": {
715 "url": "https://opencollective.com/libvips"
716 }
717 },
718 "node_modules/@img/sharp-libvips-linux-s390x": {
719 "version": "1.2.3",
720 "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-s390x/-/sharp-libvips-linux-s390x-1.2.3.tgz",
721 "integrity": "sha512-RgWrs/gVU7f+K7P+KeHFaBAJlNkD1nIZuVXdQv6S+fNA6syCcoboNjsV2Pou7zNlVdNQoQUpQTk8SWDHUA3y/w==",
722 "cpu": [
723 "s390x"
724 ],
725 "license": "LGPL-3.0-or-later",
726 "optional": true,
727 "os": [
728 "linux"
729 ],
730 "funding": {
731 "url": "https://opencollective.com/libvips"
732 }
733 },
734 "node_modules/@img/sharp-libvips-linux-x64": {
735 "version": "1.2.3",
736 "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-x64/-/sharp-libvips-linux-x64-1.2.3.tgz",
737 "integrity": "sha512-3JU7LmR85K6bBiRzSUc/Ff9JBVIFVvq6bomKE0e63UXGeRw2HPVEjoJke1Yx+iU4rL7/7kUjES4dZ/81Qjhyxg==",
738 "cpu": [
739 "x64"
740 ],
741 "license": "LGPL-3.0-or-later",
742 "optional": true,
743 "os": [
744 "linux"
745 ],
746 "funding": {
747 "url": "https://opencollective.com/libvips"
748 }
749 },
750 "node_modules/@img/sharp-libvips-linuxmusl-arm64": {
751 "version": "1.2.3",
752 "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linuxmusl-arm64/-/sharp-libvips-linuxmusl-arm64-1.2.3.tgz",
753 "integrity": "sha512-F9q83RZ8yaCwENw1GieztSfj5msz7GGykG/BA+MOUefvER69K/ubgFHNeSyUu64amHIYKGDs4sRCMzXVj8sEyw==",
754 "cpu": [
755 "arm64"
756 ],
757 "license": "LGPL-3.0-or-later",
758 "optional": true,
759 "os": [
760 "linux"
761 ],
762 "funding": {
763 "url": "https://opencollective.com/libvips"
764 }
765 },
766 "node_modules/@img/sharp-libvips-linuxmusl-x64": {
767 "version": "1.2.3",
768 "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linuxmusl-x64/-/sharp-libvips-linuxmusl-x64-1.2.3.tgz",
769 "integrity": "sha512-U5PUY5jbc45ANM6tSJpsgqmBF/VsL6LnxJmIf11kB7J5DctHgqm0SkuXzVWtIY90GnJxKnC/JT251TDnk1fu/g==",
770 "cpu": [
771 "x64"
772 ],
773 "license": "LGPL-3.0-or-later",
774 "optional": true,
775 "os": [
776 "linux"
777 ],
778 "funding": {
779 "url": "https://opencollective.com/libvips"
780 }
781 },
782 "node_modules/@img/sharp-linux-arm": {
783 "version": "0.34.4",
784 "resolved": "https://registry.npmjs.org/@img/sharp-linux-arm/-/sharp-linux-arm-0.34.4.tgz",
785 "integrity": "sha512-Xyam4mlqM0KkTHYVSuc6wXRmM7LGN0P12li03jAnZ3EJWZqj83+hi8Y9UxZUbxsgsK1qOEwg7O0Bc0LjqQVtxA==",
786 "cpu": [
787 "arm"
788 ],
789 "license": "Apache-2.0",
790 "optional": true,
791 "os": [
792 "linux"
793 ],
794 "engines": {
795 "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
796 },
797 "funding": {
798 "url": "https://opencollective.com/libvips"
799 },
800 "optionalDependencies": {
801 "@img/sharp-libvips-linux-arm": "1.2.3"
802 }
803 },
804 "node_modules/@img/sharp-linux-arm64": {
805 "version": "0.34.4",
806 "resolved": "https://registry.npmjs.org/@img/sharp-linux-arm64/-/sharp-linux-arm64-0.34.4.tgz",
807 "integrity": "sha512-YXU1F/mN/Wu786tl72CyJjP/Ngl8mGHN1hST4BGl+hiW5jhCnV2uRVTNOcaYPs73NeT/H8Upm3y9582JVuZHrQ==",
808 "cpu": [
809 "arm64"
810 ],
811 "license": "Apache-2.0",
812 "optional": true,
813 "os": [
814 "linux"
815 ],
816 "engines": {
817 "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
818 },
819 "funding": {
820 "url": "https://opencollective.com/libvips"
821 },
822 "optionalDependencies": {
823 "@img/sharp-libvips-linux-arm64": "1.2.3"
824 }
825 },
826 "node_modules/@img/sharp-linux-ppc64": {
827 "version": "0.34.4",
828 "resolved": "https://registry.npmjs.org/@img/sharp-linux-ppc64/-/sharp-linux-ppc64-0.34.4.tgz",
829 "integrity": "sha512-F4PDtF4Cy8L8hXA2p3TO6s4aDt93v+LKmpcYFLAVdkkD3hSxZzee0rh6/+94FpAynsuMpLX5h+LRsSG3rIciUQ==",
830 "cpu": [
831 "ppc64"
832 ],
833 "license": "Apache-2.0",
834 "optional": true,
835 "os": [
836 "linux"
837 ],
838 "engines": {
839 "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
840 },
841 "funding": {
842 "url": "https://opencollective.com/libvips"
843 },
844 "optionalDependencies": {
845 "@img/sharp-libvips-linux-ppc64": "1.2.3"
846 }
847 },
848 "node_modules/@img/sharp-linux-s390x": {
849 "version": "0.34.4",
850 "resolved": "https://registry.npmjs.org/@img/sharp-linux-s390x/-/sharp-linux-s390x-0.34.4.tgz",
851 "integrity": "sha512-qVrZKE9Bsnzy+myf7lFKvng6bQzhNUAYcVORq2P7bDlvmF6u2sCmK2KyEQEBdYk+u3T01pVsPrkj943T1aJAsw==",
852 "cpu": [
853 "s390x"
854 ],
855 "license": "Apache-2.0",
856 "optional": true,
857 "os": [
858 "linux"
859 ],
860 "engines": {
861 "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
862 },
863 "funding": {
864 "url": "https://opencollective.com/libvips"
865 },
866 "optionalDependencies": {
867 "@img/sharp-libvips-linux-s390x": "1.2.3"
868 }
869 },
870 "node_modules/@img/sharp-linux-x64": {
871 "version": "0.34.4",
872 "resolved": "https://registry.npmjs.org/@img/sharp-linux-x64/-/sharp-linux-x64-0.34.4.tgz",
873 "integrity": "sha512-ZfGtcp2xS51iG79c6Vhw9CWqQC8l2Ot8dygxoDoIQPTat/Ov3qAa8qpxSrtAEAJW+UjTXc4yxCjNfxm4h6Xm2A==",
874 "cpu": [
875 "x64"
876 ],
877 "license": "Apache-2.0",
878 "optional": true,
879 "os": [
880 "linux"
881 ],
882 "engines": {
883 "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
884 },
885 "funding": {
886 "url": "https://opencollective.com/libvips"
887 },
888 "optionalDependencies": {
889 "@img/sharp-libvips-linux-x64": "1.2.3"
890 }
891 },
892 "node_modules/@img/sharp-linuxmusl-arm64": {
893 "version": "0.34.4",
894 "resolved": "https://registry.npmjs.org/@img/sharp-linuxmusl-arm64/-/sharp-linuxmusl-arm64-0.34.4.tgz",
895 "integrity": "sha512-8hDVvW9eu4yHWnjaOOR8kHVrew1iIX+MUgwxSuH2XyYeNRtLUe4VNioSqbNkB7ZYQJj9rUTT4PyRscyk2PXFKA==",
896 "cpu": [
897 "arm64"
898 ],
899 "license": "Apache-2.0",
900 "optional": true,
901 "os": [
902 "linux"
903 ],
904 "engines": {
905 "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
906 },
907 "funding": {
908 "url": "https://opencollective.com/libvips"
909 },
910 "optionalDependencies": {
911 "@img/sharp-libvips-linuxmusl-arm64": "1.2.3"
912 }
913 },
914 "node_modules/@img/sharp-linuxmusl-x64": {
915 "version": "0.34.4",
916 "resolved": "https://registry.npmjs.org/@img/sharp-linuxmusl-x64/-/sharp-linuxmusl-x64-0.34.4.tgz",
917 "integrity": "sha512-lU0aA5L8QTlfKjpDCEFOZsTYGn3AEiO6db8W5aQDxj0nQkVrZWmN3ZP9sYKWJdtq3PWPhUNlqehWyXpYDcI9Sg==",
918 "cpu": [
919 "x64"
920 ],
921 "license": "Apache-2.0",
922 "optional": true,
923 "os": [
924 "linux"
925 ],
926 "engines": {
927 "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
928 },
929 "funding": {
930 "url": "https://opencollective.com/libvips"
931 },
932 "optionalDependencies": {
933 "@img/sharp-libvips-linuxmusl-x64": "1.2.3"
934 }
935 },
936 "node_modules/@img/sharp-wasm32": {
937 "version": "0.34.4",
938 "resolved": "https://registry.npmjs.org/@img/sharp-wasm32/-/sharp-wasm32-0.34.4.tgz",
939 "integrity": "sha512-33QL6ZO/qpRyG7woB/HUALz28WnTMI2W1jgX3Nu2bypqLIKx/QKMILLJzJjI+SIbvXdG9fUnmrxR7vbi1sTBeA==",
940 "cpu": [
941 "wasm32"
942 ],
943 "license": "Apache-2.0 AND LGPL-3.0-or-later AND MIT",
944 "optional": true,
945 "dependencies": {
946 "@emnapi/runtime": "^1.5.0"
947 },
948 "engines": {
949 "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
950 },
951 "funding": {
952 "url": "https://opencollective.com/libvips"
953 }
954 },
955 "node_modules/@img/sharp-win32-arm64": {
956 "version": "0.34.4",
957 "resolved": "https://registry.npmjs.org/@img/sharp-win32-arm64/-/sharp-win32-arm64-0.34.4.tgz",
958 "integrity": "sha512-2Q250do/5WXTwxW3zjsEuMSv5sUU4Tq9VThWKlU2EYLm4MB7ZeMwF+SFJutldYODXF6jzc6YEOC+VfX0SZQPqA==",
959 "cpu": [
960 "arm64"
961 ],
962 "license": "Apache-2.0 AND LGPL-3.0-or-later",
963 "optional": true,
964 "os": [
965 "win32"
966 ],
967 "engines": {
968 "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
969 },
970 "funding": {
971 "url": "https://opencollective.com/libvips"
972 }
973 },
974 "node_modules/@img/sharp-win32-ia32": {
975 "version": "0.34.4",
976 "resolved": "https://registry.npmjs.org/@img/sharp-win32-ia32/-/sharp-win32-ia32-0.34.4.tgz",
977 "integrity": "sha512-3ZeLue5V82dT92CNL6rsal6I2weKw1cYu+rGKm8fOCCtJTR2gYeUfY3FqUnIJsMUPIH68oS5jmZ0NiJ508YpEw==",
978 "cpu": [
979 "ia32"
980 ],
981 "license": "Apache-2.0 AND LGPL-3.0-or-later",
982 "optional": true,
983 "os": [
984 "win32"
985 ],
986 "engines": {
987 "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
988 },
989 "funding": {
990 "url": "https://opencollective.com/libvips"
991 }
992 },
993 "node_modules/@img/sharp-win32-x64": {
994 "version": "0.34.4",
995 "resolved": "https://registry.npmjs.org/@img/sharp-win32-x64/-/sharp-win32-x64-0.34.4.tgz",
996 "integrity": "sha512-xIyj4wpYs8J18sVN3mSQjwrw7fKUqRw+Z5rnHNCy5fYTxigBz81u5mOMPmFumwjcn8+ld1ppptMBCLic1nz6ig==",
997 "cpu": [
998 "x64"
999 ],
1000 "license": "Apache-2.0 AND LGPL-3.0-or-later",
1001 "optional": true,
1002 "os": [
1003 "win32"
1004 ],
1005 "engines": {
1006 "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
1007 },
1008 "funding": {
1009 "url": "https://opencollective.com/libvips"
1010 }
1011 },
1012 "node_modules/@jridgewell/sourcemap-codec": {
1013 "version": "1.5.5",
1014 "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz",
1015 "integrity": "sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==",
1016 "license": "MIT"
1017 },
1018 "node_modules/@oslojs/encoding": {
1019 "version": "1.1.0",
1020 "resolved": "https://registry.npmjs.org/@oslojs/encoding/-/encoding-1.1.0.tgz",
1021 "integrity": "sha512-70wQhgYmndg4GCPxPPxPGevRKqTIJ2Nh4OkiMWmDAVYsTQ+Ta7Sq+rPevXyXGdzr30/qZBnyOalCszoMxlyldQ==",
1022 "license": "MIT"
1023 },
1024 "node_modules/@rollup/pluginutils": {
1025 "version": "5.3.0",
1026 "resolved": "https://registry.npmjs.org/@rollup/pluginutils/-/pluginutils-5.3.0.tgz",
1027 "integrity": "sha512-5EdhGZtnu3V88ces7s53hhfK5KSASnJZv8Lulpc04cWO3REESroJXg73DFsOmgbU2BhwV0E20bu2IDZb3VKW4Q==",
1028 "license": "MIT",
1029 "dependencies": {
1030 "@types/estree": "^1.0.0",
1031 "estree-walker": "^2.0.2",
1032 "picomatch": "^4.0.2"
1033 },
1034 "engines": {
1035 "node": ">=14.0.0"
1036 },
1037 "peerDependencies": {
1038 "rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0"
1039 },
1040 "peerDependenciesMeta": {
1041 "rollup": {
1042 "optional": true
1043 }
1044 }
1045 },
1046 "node_modules/@rollup/pluginutils/node_modules/estree-walker": {
1047 "version": "2.0.2",
1048 "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-2.0.2.tgz",
1049 "integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==",
1050 "license": "MIT"
1051 },
1052 "node_modules/@rollup/rollup-android-arm-eabi": {
1053 "version": "4.52.5",
1054 "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.52.5.tgz",
1055 "integrity": "sha512-8c1vW4ocv3UOMp9K+gToY5zL2XiiVw3k7f1ksf4yO1FlDFQ1C2u72iACFnSOceJFsWskc2WZNqeRhFRPzv+wtQ==",
1056 "cpu": [
1057 "arm"
1058 ],
1059 "license": "MIT",
1060 "optional": true,
1061 "os": [
1062 "android"
1063 ]
1064 },
1065 "node_modules/@rollup/rollup-android-arm64": {
1066 "version": "4.52.5",
1067 "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.52.5.tgz",
1068 "integrity": "sha512-mQGfsIEFcu21mvqkEKKu2dYmtuSZOBMmAl5CFlPGLY94Vlcm+zWApK7F/eocsNzp8tKmbeBP8yXyAbx0XHsFNA==",
1069 "cpu": [
1070 "arm64"
1071 ],
1072 "license": "MIT",
1073 "optional": true,
1074 "os": [
1075 "android"
1076 ]
1077 },
1078 "node_modules/@rollup/rollup-darwin-arm64": {
1079 "version": "4.52.5",
1080 "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.52.5.tgz",
1081 "integrity": "sha512-takF3CR71mCAGA+v794QUZ0b6ZSrgJkArC+gUiG6LB6TQty9T0Mqh3m2ImRBOxS2IeYBo4lKWIieSvnEk2OQWA==",
1082 "cpu": [
1083 "arm64"
1084 ],
1085 "license": "MIT",
1086 "optional": true,
1087 "os": [
1088 "darwin"
1089 ]
1090 },
1091 "node_modules/@rollup/rollup-darwin-x64": {
1092 "version": "4.52.5",
1093 "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.52.5.tgz",
1094 "integrity": "sha512-W901Pla8Ya95WpxDn//VF9K9u2JbocwV/v75TE0YIHNTbhqUTv9w4VuQ9MaWlNOkkEfFwkdNhXgcLqPSmHy0fA==",
1095 "cpu": [
1096 "x64"
1097 ],
1098 "license": "MIT",
1099 "optional": true,
1100 "os": [
1101 "darwin"
1102 ]
1103 },
1104 "node_modules/@rollup/rollup-freebsd-arm64": {
1105 "version": "4.52.5",
1106 "resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-arm64/-/rollup-freebsd-arm64-4.52.5.tgz",
1107 "integrity": "sha512-QofO7i7JycsYOWxe0GFqhLmF6l1TqBswJMvICnRUjqCx8b47MTo46W8AoeQwiokAx3zVryVnxtBMcGcnX12LvA==",
1108 "cpu": [
1109 "arm64"
1110 ],
1111 "license": "MIT",
1112 "optional": true,
1113 "os": [
1114 "freebsd"
1115 ]
1116 },
1117 "node_modules/@rollup/rollup-freebsd-x64": {
1118 "version": "4.52.5",
1119 "resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-x64/-/rollup-freebsd-x64-4.52.5.tgz",
1120 "integrity": "sha512-jr21b/99ew8ujZubPo9skbrItHEIE50WdV86cdSoRkKtmWa+DDr6fu2c/xyRT0F/WazZpam6kk7IHBerSL7LDQ==",
1121 "cpu": [
1122 "x64"
1123 ],
1124 "license": "MIT",
1125 "optional": true,
1126 "os": [
1127 "freebsd"
1128 ]
1129 },
1130 "node_modules/@rollup/rollup-linux-arm-gnueabihf": {
1131 "version": "4.52.5",
1132 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.52.5.tgz",
1133 "integrity": "sha512-PsNAbcyv9CcecAUagQefwX8fQn9LQ4nZkpDboBOttmyffnInRy8R8dSg6hxxl2Re5QhHBf6FYIDhIj5v982ATQ==",
1134 "cpu": [
1135 "arm"
1136 ],
1137 "license": "MIT",
1138 "optional": true,
1139 "os": [
1140 "linux"
1141 ]
1142 },
1143 "node_modules/@rollup/rollup-linux-arm-musleabihf": {
1144 "version": "4.52.5",
1145 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.52.5.tgz",
1146 "integrity": "sha512-Fw4tysRutyQc/wwkmcyoqFtJhh0u31K+Q6jYjeicsGJJ7bbEq8LwPWV/w0cnzOqR2m694/Af6hpFayLJZkG2VQ==",
1147 "cpu": [
1148 "arm"
1149 ],
1150 "license": "MIT",
1151 "optional": true,
1152 "os": [
1153 "linux"
1154 ]
1155 },
1156 "node_modules/@rollup/rollup-linux-arm64-gnu": {
1157 "version": "4.52.5",
1158 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.52.5.tgz",
1159 "integrity": "sha512-a+3wVnAYdQClOTlyapKmyI6BLPAFYs0JM8HRpgYZQO02rMR09ZcV9LbQB+NL6sljzG38869YqThrRnfPMCDtZg==",
1160 "cpu": [
1161 "arm64"
1162 ],
1163 "license": "MIT",
1164 "optional": true,
1165 "os": [
1166 "linux"
1167 ]
1168 },
1169 "node_modules/@rollup/rollup-linux-arm64-musl": {
1170 "version": "4.52.5",
1171 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.52.5.tgz",
1172 "integrity": "sha512-AvttBOMwO9Pcuuf7m9PkC1PUIKsfaAJ4AYhy944qeTJgQOqJYJ9oVl2nYgY7Rk0mkbsuOpCAYSs6wLYB2Xiw0Q==",
1173 "cpu": [
1174 "arm64"
1175 ],
1176 "license": "MIT",
1177 "optional": true,
1178 "os": [
1179 "linux"
1180 ]
1181 },
1182 "node_modules/@rollup/rollup-linux-loong64-gnu": {
1183 "version": "4.52.5",
1184 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-loong64-gnu/-/rollup-linux-loong64-gnu-4.52.5.tgz",
1185 "integrity": "sha512-DkDk8pmXQV2wVrF6oq5tONK6UHLz/XcEVow4JTTerdeV1uqPeHxwcg7aFsfnSm9L+OO8WJsWotKM2JJPMWrQtA==",
1186 "cpu": [
1187 "loong64"
1188 ],
1189 "license": "MIT",
1190 "optional": true,
1191 "os": [
1192 "linux"
1193 ]
1194 },
1195 "node_modules/@rollup/rollup-linux-ppc64-gnu": {
1196 "version": "4.52.5",
1197 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-ppc64-gnu/-/rollup-linux-ppc64-gnu-4.52.5.tgz",
1198 "integrity": "sha512-W/b9ZN/U9+hPQVvlGwjzi+Wy4xdoH2I8EjaCkMvzpI7wJUs8sWJ03Rq96jRnHkSrcHTpQe8h5Tg3ZzUPGauvAw==",
1199 "cpu": [
1200 "ppc64"
1201 ],
1202 "license": "MIT",
1203 "optional": true,
1204 "os": [
1205 "linux"
1206 ]
1207 },
1208 "node_modules/@rollup/rollup-linux-riscv64-gnu": {
1209 "version": "4.52.5",
1210 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.52.5.tgz",
1211 "integrity": "sha512-sjQLr9BW7R/ZiXnQiWPkErNfLMkkWIoCz7YMn27HldKsADEKa5WYdobaa1hmN6slu9oWQbB6/jFpJ+P2IkVrmw==",
1212 "cpu": [
1213 "riscv64"
1214 ],
1215 "license": "MIT",
1216 "optional": true,
1217 "os": [
1218 "linux"
1219 ]
1220 },
1221 "node_modules/@rollup/rollup-linux-riscv64-musl": {
1222 "version": "4.52.5",
1223 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-musl/-/rollup-linux-riscv64-musl-4.52.5.tgz",
1224 "integrity": "sha512-hq3jU/kGyjXWTvAh2awn8oHroCbrPm8JqM7RUpKjalIRWWXE01CQOf/tUNWNHjmbMHg/hmNCwc/Pz3k1T/j/Lg==",
1225 "cpu": [
1226 "riscv64"
1227 ],
1228 "license": "MIT",
1229 "optional": true,
1230 "os": [
1231 "linux"
1232 ]
1233 },
1234 "node_modules/@rollup/rollup-linux-s390x-gnu": {
1235 "version": "4.52.5",
1236 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.52.5.tgz",
1237 "integrity": "sha512-gn8kHOrku8D4NGHMK1Y7NA7INQTRdVOntt1OCYypZPRt6skGbddska44K8iocdpxHTMMNui5oH4elPH4QOLrFQ==",
1238 "cpu": [
1239 "s390x"
1240 ],
1241 "license": "MIT",
1242 "optional": true,
1243 "os": [
1244 "linux"
1245 ]
1246 },
1247 "node_modules/@rollup/rollup-linux-x64-gnu": {
1248 "version": "4.52.5",
1249 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.52.5.tgz",
1250 "integrity": "sha512-hXGLYpdhiNElzN770+H2nlx+jRog8TyynpTVzdlc6bndktjKWyZyiCsuDAlpd+j+W+WNqfcyAWz9HxxIGfZm1Q==",
1251 "cpu": [
1252 "x64"
1253 ],
1254 "license": "MIT",
1255 "optional": true,
1256 "os": [
1257 "linux"
1258 ]
1259 },
1260 "node_modules/@rollup/rollup-linux-x64-musl": {
1261 "version": "4.52.5",
1262 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.52.5.tgz",
1263 "integrity": "sha512-arCGIcuNKjBoKAXD+y7XomR9gY6Mw7HnFBv5Rw7wQRvwYLR7gBAgV7Mb2QTyjXfTveBNFAtPt46/36vV9STLNg==",
1264 "cpu": [
1265 "x64"
1266 ],
1267 "license": "MIT",
1268 "optional": true,
1269 "os": [
1270 "linux"
1271 ]
1272 },
1273 "node_modules/@rollup/rollup-openharmony-arm64": {
1274 "version": "4.52.5",
1275 "resolved": "https://registry.npmjs.org/@rollup/rollup-openharmony-arm64/-/rollup-openharmony-arm64-4.52.5.tgz",
1276 "integrity": "sha512-QoFqB6+/9Rly/RiPjaomPLmR/13cgkIGfA40LHly9zcH1S0bN2HVFYk3a1eAyHQyjs3ZJYlXvIGtcCs5tko9Cw==",
1277 "cpu": [
1278 "arm64"
1279 ],
1280 "license": "MIT",
1281 "optional": true,
1282 "os": [
1283 "openharmony"
1284 ]
1285 },
1286 "node_modules/@rollup/rollup-win32-arm64-msvc": {
1287 "version": "4.52.5",
1288 "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.52.5.tgz",
1289 "integrity": "sha512-w0cDWVR6MlTstla1cIfOGyl8+qb93FlAVutcor14Gf5Md5ap5ySfQ7R9S/NjNaMLSFdUnKGEasmVnu3lCMqB7w==",
1290 "cpu": [
1291 "arm64"
1292 ],
1293 "license": "MIT",
1294 "optional": true,
1295 "os": [
1296 "win32"
1297 ]
1298 },
1299 "node_modules/@rollup/rollup-win32-ia32-msvc": {
1300 "version": "4.52.5",
1301 "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.52.5.tgz",
1302 "integrity": "sha512-Aufdpzp7DpOTULJCuvzqcItSGDH73pF3ko/f+ckJhxQyHtp67rHw3HMNxoIdDMUITJESNE6a8uh4Lo4SLouOUg==",
1303 "cpu": [
1304 "ia32"
1305 ],
1306 "license": "MIT",
1307 "optional": true,
1308 "os": [
1309 "win32"
1310 ]
1311 },
1312 "node_modules/@rollup/rollup-win32-x64-gnu": {
1313 "version": "4.52.5",
1314 "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-gnu/-/rollup-win32-x64-gnu-4.52.5.tgz",
1315 "integrity": "sha512-UGBUGPFp1vkj6p8wCRraqNhqwX/4kNQPS57BCFc8wYh0g94iVIW33wJtQAx3G7vrjjNtRaxiMUylM0ktp/TRSQ==",
1316 "cpu": [
1317 "x64"
1318 ],
1319 "license": "MIT",
1320 "optional": true,
1321 "os": [
1322 "win32"
1323 ]
1324 },
1325 "node_modules/@rollup/rollup-win32-x64-msvc": {
1326 "version": "4.52.5",
1327 "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.52.5.tgz",
1328 "integrity": "sha512-TAcgQh2sSkykPRWLrdyy2AiceMckNf5loITqXxFI5VuQjS5tSuw3WlwdN8qv8vzjLAUTvYaH/mVjSFpbkFbpTg==",
1329 "cpu": [
1330 "x64"
1331 ],
1332 "license": "MIT",
1333 "optional": true,
1334 "os": [
1335 "win32"
1336 ]
1337 },
1338 "node_modules/@shikijs/core": {
1339 "version": "3.17.0",
1340 "resolved": "https://registry.npmjs.org/@shikijs/core/-/core-3.17.0.tgz",
1341 "integrity": "sha512-/HjeOnbc62C+n33QFNFrAhUlIADKwfuoS50Ht0pxujxP4QjZAlFp5Q+OkDo531SCTzivx5T18khwyBdKoPdkuw==",
1342 "license": "MIT",
1343 "dependencies": {
1344 "@shikijs/types": "3.17.0",
1345 "@shikijs/vscode-textmate": "^10.0.2",
1346 "@types/hast": "^3.0.4",
1347 "hast-util-to-html": "^9.0.5"
1348 }
1349 },
1350 "node_modules/@shikijs/engine-javascript": {
1351 "version": "3.17.0",
1352 "resolved": "https://registry.npmjs.org/@shikijs/engine-javascript/-/engine-javascript-3.17.0.tgz",
1353 "integrity": "sha512-WwF99xdP8KfuDrIbT4wxyypfhoIxMeeOCp1AiuvzzZ6JT5B3vIuoclL8xOuuydA6LBeeNXUF/XV5zlwwex1jlA==",
1354 "license": "MIT",
1355 "dependencies": {
1356 "@shikijs/types": "3.17.0",
1357 "@shikijs/vscode-textmate": "^10.0.2",
1358 "oniguruma-to-es": "^4.3.4"
1359 }
1360 },
1361 "node_modules/@shikijs/engine-oniguruma": {
1362 "version": "3.17.0",
1363 "resolved": "https://registry.npmjs.org/@shikijs/engine-oniguruma/-/engine-oniguruma-3.17.0.tgz",
1364 "integrity": "sha512-flSbHZAiOZDNTrEbULY8DLWavu/TyVu/E7RChpLB4WvKX4iHMfj80C6Hi3TjIWaQtHOW0KC6kzMcuB5TO1hZ8Q==",
1365 "license": "MIT",
1366 "dependencies": {
1367 "@shikijs/types": "3.17.0",
1368 "@shikijs/vscode-textmate": "^10.0.2"
1369 }
1370 },
1371 "node_modules/@shikijs/langs": {
1372 "version": "3.17.0",
1373 "resolved": "https://registry.npmjs.org/@shikijs/langs/-/langs-3.17.0.tgz",
1374 "integrity": "sha512-icmur2n5Ojb+HAiQu6NEcIIJ8oWDFGGEpiqSCe43539Sabpx7Y829WR3QuUW2zjTM4l6V8Sazgb3rrHO2orEAw==",
1375 "license": "MIT",
1376 "dependencies": {
1377 "@shikijs/types": "3.17.0"
1378 }
1379 },
1380 "node_modules/@shikijs/themes": {
1381 "version": "3.17.0",
1382 "resolved": "https://registry.npmjs.org/@shikijs/themes/-/themes-3.17.0.tgz",
1383 "integrity": "sha512-/xEizMHLBmMHwtx4JuOkRf3zwhWD2bmG5BRr0IPjpcWpaq4C3mYEuTk/USAEglN0qPrTwEHwKVpSu/y2jhferA==",
1384 "license": "MIT",
1385 "dependencies": {
1386 "@shikijs/types": "3.17.0"
1387 }
1388 },
1389 "node_modules/@shikijs/types": {
1390 "version": "3.17.0",
1391 "resolved": "https://registry.npmjs.org/@shikijs/types/-/types-3.17.0.tgz",
1392 "integrity": "sha512-wjLVfutYWVUnxAjsWEob98xgyaGv0dTEnMZDruU5mRjVN7szcGOfgO+997W2yR6odp+1PtSBNeSITRRTfUzK/g==",
1393 "license": "MIT",
1394 "dependencies": {
1395 "@shikijs/vscode-textmate": "^10.0.2",
1396 "@types/hast": "^3.0.4"
1397 }
1398 },
1399 "node_modules/@shikijs/vscode-textmate": {
1400 "version": "10.0.2",
1401 "resolved": "https://registry.npmjs.org/@shikijs/vscode-textmate/-/vscode-textmate-10.0.2.tgz",
1402 "integrity": "sha512-83yeghZ2xxin3Nj8z1NMd/NCuca+gsYXswywDy5bHvwlWL8tpTQmzGeUuHd9FC3E/SBEMvzJRwWEOz5gGes9Qg==",
1403 "license": "MIT"
1404 },
1405 "node_modules/@swc/helpers": {
1406 "version": "0.5.17",
1407 "resolved": "https://registry.npmjs.org/@swc/helpers/-/helpers-0.5.17.tgz",
1408 "integrity": "sha512-5IKx/Y13RsYd+sauPb2x+U/xZikHjolzfuDgTAl/Tdf3Q8rslRvC19NKDLgAJQ6wsqADk10ntlv08nPFw/gO/A==",
1409 "license": "Apache-2.0",
1410 "dependencies": {
1411 "tslib": "^2.8.0"
1412 }
1413 },
1414 "node_modules/@types/debug": {
1415 "version": "4.1.12",
1416 "resolved": "https://registry.npmjs.org/@types/debug/-/debug-4.1.12.tgz",
1417 "integrity": "sha512-vIChWdVG3LG1SMxEvI/AK+FWJthlrqlTu7fbrlywTkkaONwk/UAGaULXRlf8vkzFBLVm0zkMdCquhL5aOjhXPQ==",
1418 "license": "MIT",
1419 "dependencies": {
1420 "@types/ms": "*"
1421 }
1422 },
1423 "node_modules/@types/estree": {
1424 "version": "1.0.8",
1425 "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.8.tgz",
1426 "integrity": "sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==",
1427 "license": "MIT"
1428 },
1429 "node_modules/@types/fontkit": {
1430 "version": "2.0.8",
1431 "resolved": "https://registry.npmjs.org/@types/fontkit/-/fontkit-2.0.8.tgz",
1432 "integrity": "sha512-wN+8bYxIpJf+5oZdrdtaX04qUuWHcKxcDEgRS9Qm9ZClSHjzEn13SxUC+5eRM+4yXIeTYk8mTzLAWGF64847ew==",
1433 "license": "MIT",
1434 "dependencies": {
1435 "@types/node": "*"
1436 }
1437 },
1438 "node_modules/@types/hast": {
1439 "version": "3.0.4",
1440 "resolved": "https://registry.npmjs.org/@types/hast/-/hast-3.0.4.tgz",
1441 "integrity": "sha512-WPs+bbQw5aCj+x6laNGWLH3wviHtoCv/P3+otBhbOhJgG8qtpdAMlTCxLtsTWA7LH1Oh/bFCHsBn0TPS5m30EQ==",
1442 "license": "MIT",
1443 "dependencies": {
1444 "@types/unist": "*"
1445 }
1446 },
1447 "node_modules/@types/mdast": {
1448 "version": "4.0.4",
1449 "resolved": "https://registry.npmjs.org/@types/mdast/-/mdast-4.0.4.tgz",
1450 "integrity": "sha512-kGaNbPh1k7AFzgpud/gMdvIm5xuECykRR+JnWKQno9TAXVa6WIVCGTPvYGekIDL4uwCZQSYbUxNBSb1aUo79oA==",
1451 "license": "MIT",
1452 "dependencies": {
1453 "@types/unist": "*"
1454 }
1455 },
1456 "node_modules/@types/ms": {
1457 "version": "2.1.0",
1458 "resolved": "https://registry.npmjs.org/@types/ms/-/ms-2.1.0.tgz",
1459 "integrity": "sha512-GsCCIZDE/p3i96vtEqx+7dBUGXrc7zeSK3wwPHIaRThS+9OhWIXRqzs4d6k1SVU8g91DrNRWxWUGhp5KXQb2VA==",
1460 "license": "MIT"
1461 },
1462 "node_modules/@types/nlcst": {
1463 "version": "2.0.3",
1464 "resolved": "https://registry.npmjs.org/@types/nlcst/-/nlcst-2.0.3.tgz",
1465 "integrity": "sha512-vSYNSDe6Ix3q+6Z7ri9lyWqgGhJTmzRjZRqyq15N0Z/1/UnVsno9G/N40NBijoYx2seFDIl0+B2mgAb9mezUCA==",
1466 "license": "MIT",
1467 "dependencies": {
1468 "@types/unist": "*"
1469 }
1470 },
1471 "node_modules/@types/node": {
1472 "version": "24.9.1",
1473 "resolved": "https://registry.npmjs.org/@types/node/-/node-24.9.1.tgz",
1474 "integrity": "sha512-QoiaXANRkSXK6p0Duvt56W208du4P9Uye9hWLWgGMDTEoKPhuenzNcC4vGUmrNkiOKTlIrBoyNQYNpSwfEZXSg==",
1475 "license": "MIT",
1476 "dependencies": {
1477 "undici-types": "~7.16.0"
1478 }
1479 },
1480 "node_modules/@types/unist": {
1481 "version": "3.0.3",
1482 "resolved": "https://registry.npmjs.org/@types/unist/-/unist-3.0.3.tgz",
1483 "integrity": "sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q==",
1484 "license": "MIT"
1485 },
1486 "node_modules/@ungap/structured-clone": {
1487 "version": "1.3.0",
1488 "resolved": "https://registry.npmjs.org/@ungap/structured-clone/-/structured-clone-1.3.0.tgz",
1489 "integrity": "sha512-WmoN8qaIAo7WTYWbAZuG8PYEhn5fkz7dZrqTBZ7dtt//lL2Gwms1IcnQ5yHqjDfX8Ft5j4YzDM23f87zBfDe9g==",
1490 "license": "ISC"
1491 },
1492 "node_modules/acorn": {
1493 "version": "8.15.0",
1494 "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.15.0.tgz",
1495 "integrity": "sha512-NZyJarBfL7nWwIq+FDL6Zp/yHEhePMNnnJ0y3qfieCrmNvYct8uvtiV41UvlSe6apAfk0fY1FbWx+NwfmpvtTg==",
1496 "license": "MIT",
1497 "bin": {
1498 "acorn": "bin/acorn"
1499 },
1500 "engines": {
1501 "node": ">=0.4.0"
1502 }
1503 },
1504 "node_modules/ansi-align": {
1505 "version": "3.0.1",
1506 "resolved": "https://registry.npmjs.org/ansi-align/-/ansi-align-3.0.1.tgz",
1507 "integrity": "sha512-IOfwwBF5iczOjp/WeY4YxyjqAFMQoZufdQWDd19SEExbVLNXqvpzSJ/M7Za4/sCPmQ0+GRquoA7bGcINcxew6w==",
1508 "license": "ISC",
1509 "dependencies": {
1510 "string-width": "^4.1.0"
1511 }
1512 },
1513 "node_modules/ansi-align/node_modules/ansi-regex": {
1514 "version": "5.0.1",
1515 "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
1516 "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
1517 "license": "MIT",
1518 "engines": {
1519 "node": ">=8"
1520 }
1521 },
1522 "node_modules/ansi-align/node_modules/emoji-regex": {
1523 "version": "8.0.0",
1524 "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
1525 "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
1526 "license": "MIT"
1527 },
1528 "node_modules/ansi-align/node_modules/string-width": {
1529 "version": "4.2.3",
1530 "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
1531 "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
1532 "license": "MIT",
1533 "dependencies": {
1534 "emoji-regex": "^8.0.0",
1535 "is-fullwidth-code-point": "^3.0.0",
1536 "strip-ansi": "^6.0.1"
1537 },
1538 "engines": {
1539 "node": ">=8"
1540 }
1541 },
1542 "node_modules/ansi-align/node_modules/strip-ansi": {
1543 "version": "6.0.1",
1544 "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
1545 "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
1546 "license": "MIT",
1547 "dependencies": {
1548 "ansi-regex": "^5.0.1"
1549 },
1550 "engines": {
1551 "node": ">=8"
1552 }
1553 },
1554 "node_modules/ansi-regex": {
1555 "version": "6.2.2",
1556 "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.2.2.tgz",
1557 "integrity": "sha512-Bq3SmSpyFHaWjPk8If9yc6svM8c56dB5BAtW4Qbw5jHTwwXXcTLoRMkpDJp6VL0XzlWaCHTXrkFURMYmD0sLqg==",
1558 "license": "MIT",
1559 "engines": {
1560 "node": ">=12"
1561 },
1562 "funding": {
1563 "url": "https://github.com/chalk/ansi-regex?sponsor=1"
1564 }
1565 },
1566 "node_modules/ansi-styles": {
1567 "version": "6.2.3",
1568 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.3.tgz",
1569 "integrity": "sha512-4Dj6M28JB+oAH8kFkTLUo+a2jwOFkuqb3yucU0CANcRRUbxS0cP0nZYCGjcc3BNXwRIsUVmDGgzawme7zvJHvg==",
1570 "license": "MIT",
1571 "engines": {
1572 "node": ">=12"
1573 },
1574 "funding": {
1575 "url": "https://github.com/chalk/ansi-styles?sponsor=1"
1576 }
1577 },
1578 "node_modules/anymatch": {
1579 "version": "3.1.3",
1580 "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.3.tgz",
1581 "integrity": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==",
1582 "license": "ISC",
1583 "dependencies": {
1584 "normalize-path": "^3.0.0",
1585 "picomatch": "^2.0.4"
1586 },
1587 "engines": {
1588 "node": ">= 8"
1589 }
1590 },
1591 "node_modules/anymatch/node_modules/picomatch": {
1592 "version": "2.3.1",
1593 "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz",
1594 "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==",
1595 "license": "MIT",
1596 "engines": {
1597 "node": ">=8.6"
1598 },
1599 "funding": {
1600 "url": "https://github.com/sponsors/jonschlinkert"
1601 }
1602 },
1603 "node_modules/argparse": {
1604 "version": "2.0.1",
1605 "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
1606 "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
1607 "license": "Python-2.0"
1608 },
1609 "node_modules/aria-query": {
1610 "version": "5.3.2",
1611 "resolved": "https://registry.npmjs.org/aria-query/-/aria-query-5.3.2.tgz",
1612 "integrity": "sha512-COROpnaoap1E2F000S62r6A60uHZnmlvomhfyT2DlTcrY1OrBKn2UhH7qn5wTC9zMvD0AY7csdPSNwKP+7WiQw==",
1613 "license": "Apache-2.0",
1614 "engines": {
1615 "node": ">= 0.4"
1616 }
1617 },
1618 "node_modules/array-iterate": {
1619 "version": "2.0.1",
1620 "resolved": "https://registry.npmjs.org/array-iterate/-/array-iterate-2.0.1.tgz",
1621 "integrity": "sha512-I1jXZMjAgCMmxT4qxXfPXa6SthSoE8h6gkSI9BGGNv8mP8G/v0blc+qFnZu6K42vTOiuME596QaLO0TP3Lk0xg==",
1622 "license": "MIT",
1623 "funding": {
1624 "type": "github",
1625 "url": "https://github.com/sponsors/wooorm"
1626 }
1627 },
1628 "node_modules/astro": {
1629 "version": "5.16.2",
1630 "resolved": "https://registry.npmjs.org/astro/-/astro-5.16.2.tgz",
1631 "integrity": "sha512-NFXqhB1UgBvleF5rLZ7a31Qzprf1lSch+k8o2XTvsw1d97gxGrjVVeWa8AnZUFtirz84YPW6+5NbLVNzS2y+uQ==",
1632 "license": "MIT",
1633 "dependencies": {
1634 "@astrojs/compiler": "^2.13.0",
1635 "@astrojs/internal-helpers": "0.7.5",
1636 "@astrojs/markdown-remark": "6.3.9",
1637 "@astrojs/telemetry": "3.3.0",
1638 "@capsizecss/unpack": "^3.0.1",
1639 "@oslojs/encoding": "^1.1.0",
1640 "@rollup/pluginutils": "^5.3.0",
1641 "acorn": "^8.15.0",
1642 "aria-query": "^5.3.2",
1643 "axobject-query": "^4.1.0",
1644 "boxen": "8.0.1",
1645 "ci-info": "^4.3.1",
1646 "clsx": "^2.1.1",
1647 "common-ancestor-path": "^1.0.1",
1648 "cookie": "^1.0.2",
1649 "cssesc": "^3.0.0",
1650 "debug": "^4.4.3",
1651 "deterministic-object-hash": "^2.0.2",
1652 "devalue": "^5.5.0",
1653 "diff": "^5.2.0",
1654 "dlv": "^1.1.3",
1655 "dset": "^3.1.4",
1656 "es-module-lexer": "^1.7.0",
1657 "esbuild": "^0.25.0",
1658 "estree-walker": "^3.0.3",
1659 "flattie": "^1.1.1",
1660 "fontace": "~0.3.1",
1661 "github-slugger": "^2.0.0",
1662 "html-escaper": "3.0.3",
1663 "http-cache-semantics": "^4.2.0",
1664 "import-meta-resolve": "^4.2.0",
1665 "js-yaml": "^4.1.1",
1666 "magic-string": "^0.30.21",
1667 "magicast": "^0.5.1",
1668 "mrmime": "^2.0.1",
1669 "neotraverse": "^0.6.18",
1670 "p-limit": "^6.2.0",
1671 "p-queue": "^8.1.1",
1672 "package-manager-detector": "^1.5.0",
1673 "piccolore": "^0.1.3",
1674 "picomatch": "^4.0.3",
1675 "prompts": "^2.4.2",
1676 "rehype": "^13.0.2",
1677 "semver": "^7.7.3",
1678 "shiki": "^3.15.0",
1679 "smol-toml": "^1.5.2",
1680 "svgo": "^4.0.0",
1681 "tinyexec": "^1.0.2",
1682 "tinyglobby": "^0.2.15",
1683 "tsconfck": "^3.1.6",
1684 "ultrahtml": "^1.6.0",
1685 "unifont": "~0.6.0",
1686 "unist-util-visit": "^5.0.0",
1687 "unstorage": "^1.17.3",
1688 "vfile": "^6.0.3",
1689 "vite": "^6.4.1",
1690 "vitefu": "^1.1.1",
1691 "xxhash-wasm": "^1.1.0",
1692 "yargs-parser": "^21.1.1",
1693 "yocto-spinner": "^0.2.3",
1694 "zod": "^3.25.76",
1695 "zod-to-json-schema": "^3.25.0",
1696 "zod-to-ts": "^1.2.0"
1697 },
1698 "bin": {
1699 "astro": "astro.js"
1700 },
1701 "engines": {
1702 "node": "18.20.8 || ^20.3.0 || >=22.0.0",
1703 "npm": ">=9.6.5",
1704 "pnpm": ">=7.1.0"
1705 },
1706 "funding": {
1707 "type": "opencollective",
1708 "url": "https://opencollective.com/astrodotbuild"
1709 },
1710 "optionalDependencies": {
1711 "sharp": "^0.34.0"
1712 }
1713 },
1714 "node_modules/axobject-query": {
1715 "version": "4.1.0",
1716 "resolved": "https://registry.npmjs.org/axobject-query/-/axobject-query-4.1.0.tgz",
1717 "integrity": "sha512-qIj0G9wZbMGNLjLmg1PT6v2mE9AH2zlnADJD/2tC6E00hgmhUOfEB6greHPAfLRSufHqROIUTkw6E+M3lH0PTQ==",
1718 "license": "Apache-2.0",
1719 "engines": {
1720 "node": ">= 0.4"
1721 }
1722 },
1723 "node_modules/bail": {
1724 "version": "2.0.2",
1725 "resolved": "https://registry.npmjs.org/bail/-/bail-2.0.2.tgz",
1726 "integrity": "sha512-0xO6mYd7JB2YesxDKplafRpsiOzPt9V02ddPCLbY1xYGPOX24NTyN50qnUxgCPcSoYMhKpAuBTjQoRZCAkUDRw==",
1727 "license": "MIT",
1728 "funding": {
1729 "type": "github",
1730 "url": "https://github.com/sponsors/wooorm"
1731 }
1732 },
1733 "node_modules/base-64": {
1734 "version": "1.0.0",
1735 "resolved": "https://registry.npmjs.org/base-64/-/base-64-1.0.0.tgz",
1736 "integrity": "sha512-kwDPIFCGx0NZHog36dj+tHiwP4QMzsZ3AgMViUBKI0+V5n4U0ufTCUMhnQ04diaRI8EX/QcPfql7zlhZ7j4zgg==",
1737 "license": "MIT"
1738 },
1739 "node_modules/base64-js": {
1740 "version": "1.5.1",
1741 "resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz",
1742 "integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==",
1743 "funding": [
1744 {
1745 "type": "github",
1746 "url": "https://github.com/sponsors/feross"
1747 },
1748 {
1749 "type": "patreon",
1750 "url": "https://www.patreon.com/feross"
1751 },
1752 {
1753 "type": "consulting",
1754 "url": "https://feross.org/support"
1755 }
1756 ],
1757 "license": "MIT"
1758 },
1759 "node_modules/boolbase": {
1760 "version": "1.0.0",
1761 "resolved": "https://registry.npmjs.org/boolbase/-/boolbase-1.0.0.tgz",
1762 "integrity": "sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww==",
1763 "license": "ISC"
1764 },
1765 "node_modules/boxen": {
1766 "version": "8.0.1",
1767 "resolved": "https://registry.npmjs.org/boxen/-/boxen-8.0.1.tgz",
1768 "integrity": "sha512-F3PH5k5juxom4xktynS7MoFY+NUWH5LC4CnH11YB8NPew+HLpmBLCybSAEyb2F+4pRXhuhWqFesoQd6DAyc2hw==",
1769 "license": "MIT",
1770 "dependencies": {
1771 "ansi-align": "^3.0.1",
1772 "camelcase": "^8.0.0",
1773 "chalk": "^5.3.0",
1774 "cli-boxes": "^3.0.0",
1775 "string-width": "^7.2.0",
1776 "type-fest": "^4.21.0",
1777 "widest-line": "^5.0.0",
1778 "wrap-ansi": "^9.0.0"
1779 },
1780 "engines": {
1781 "node": ">=18"
1782 },
1783 "funding": {
1784 "url": "https://github.com/sponsors/sindresorhus"
1785 }
1786 },
1787 "node_modules/brotli": {
1788 "version": "1.3.3",
1789 "resolved": "https://registry.npmjs.org/brotli/-/brotli-1.3.3.tgz",
1790 "integrity": "sha512-oTKjJdShmDuGW94SyyaoQvAjf30dZaHnjJ8uAF+u2/vGJkJbJPJAT1gDiOJP5v1Zb6f9KEyW/1HpuaWIXtGHPg==",
1791 "license": "MIT",
1792 "dependencies": {
1793 "base64-js": "^1.1.2"
1794 }
1795 },
1796 "node_modules/camelcase": {
1797 "version": "8.0.0",
1798 "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-8.0.0.tgz",
1799 "integrity": "sha512-8WB3Jcas3swSvjIeA2yvCJ+Miyz5l1ZmB6HFb9R1317dt9LCQoswg/BGrmAmkWVEszSrrg4RwmO46qIm2OEnSA==",
1800 "license": "MIT",
1801 "engines": {
1802 "node": ">=16"
1803 },
1804 "funding": {
1805 "url": "https://github.com/sponsors/sindresorhus"
1806 }
1807 },
1808 "node_modules/ccount": {
1809 "version": "2.0.1",
1810 "resolved": "https://registry.npmjs.org/ccount/-/ccount-2.0.1.tgz",
1811 "integrity": "sha512-eyrF0jiFpY+3drT6383f1qhkbGsLSifNAjA61IUjZjmLCWjItY6LB9ft9YhoDgwfmclB2zhu51Lc7+95b8NRAg==",
1812 "license": "MIT",
1813 "funding": {
1814 "type": "github",
1815 "url": "https://github.com/sponsors/wooorm"
1816 }
1817 },
1818 "node_modules/chalk": {
1819 "version": "5.6.2",
1820 "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.6.2.tgz",
1821 "integrity": "sha512-7NzBL0rN6fMUW+f7A6Io4h40qQlG+xGmtMxfbnH/K7TAtt8JQWVQK+6g0UXKMeVJoyV5EkkNsErQ8pVD3bLHbA==",
1822 "license": "MIT",
1823 "engines": {
1824 "node": "^12.17.0 || ^14.13 || >=16.0.0"
1825 },
1826 "funding": {
1827 "url": "https://github.com/chalk/chalk?sponsor=1"
1828 }
1829 },
1830 "node_modules/character-entities": {
1831 "version": "2.0.2",
1832 "resolved": "https://registry.npmjs.org/character-entities/-/character-entities-2.0.2.tgz",
1833 "integrity": "sha512-shx7oQ0Awen/BRIdkjkvz54PnEEI/EjwXDSIZp86/KKdbafHh1Df/RYGBhn4hbe2+uKC9FnT5UCEdyPz3ai9hQ==",
1834 "license": "MIT",
1835 "funding": {
1836 "type": "github",
1837 "url": "https://github.com/sponsors/wooorm"
1838 }
1839 },
1840 "node_modules/character-entities-html4": {
1841 "version": "2.1.0",
1842 "resolved": "https://registry.npmjs.org/character-entities-html4/-/character-entities-html4-2.1.0.tgz",
1843 "integrity": "sha512-1v7fgQRj6hnSwFpq1Eu0ynr/CDEw0rXo2B61qXrLNdHZmPKgb7fqS1a2JwF0rISo9q77jDI8VMEHoApn8qDoZA==",
1844 "license": "MIT",
1845 "funding": {
1846 "type": "github",
1847 "url": "https://github.com/sponsors/wooorm"
1848 }
1849 },
1850 "node_modules/character-entities-legacy": {
1851 "version": "3.0.0",
1852 "resolved": "https://registry.npmjs.org/character-entities-legacy/-/character-entities-legacy-3.0.0.tgz",
1853 "integrity": "sha512-RpPp0asT/6ufRm//AJVwpViZbGM/MkjQFxJccQRHmISF/22NBtsHqAWmL+/pmkPWoIUJdWyeVleTl1wydHATVQ==",
1854 "license": "MIT",
1855 "funding": {
1856 "type": "github",
1857 "url": "https://github.com/sponsors/wooorm"
1858 }
1859 },
1860 "node_modules/chokidar": {
1861 "version": "4.0.3",
1862 "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-4.0.3.tgz",
1863 "integrity": "sha512-Qgzu8kfBvo+cA4962jnP1KkS6Dop5NS6g7R5LFYJr4b8Ub94PPQXUksCw9PvXoeXPRRddRNC5C1JQUR2SMGtnA==",
1864 "license": "MIT",
1865 "dependencies": {
1866 "readdirp": "^4.0.1"
1867 },
1868 "engines": {
1869 "node": ">= 14.16.0"
1870 },
1871 "funding": {
1872 "url": "https://paulmillr.com/funding/"
1873 }
1874 },
1875 "node_modules/ci-info": {
1876 "version": "4.3.1",
1877 "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-4.3.1.tgz",
1878 "integrity": "sha512-Wdy2Igu8OcBpI2pZePZ5oWjPC38tmDVx5WKUXKwlLYkA0ozo85sLsLvkBbBn/sZaSCMFOGZJ14fvW9t5/d7kdA==",
1879 "funding": [
1880 {
1881 "type": "github",
1882 "url": "https://github.com/sponsors/sibiraj-s"
1883 }
1884 ],
1885 "license": "MIT",
1886 "engines": {
1887 "node": ">=8"
1888 }
1889 },
1890 "node_modules/cli-boxes": {
1891 "version": "3.0.0",
1892 "resolved": "https://registry.npmjs.org/cli-boxes/-/cli-boxes-3.0.0.tgz",
1893 "integrity": "sha512-/lzGpEWL/8PfI0BmBOPRwp0c/wFNX1RdUML3jK/RcSBA9T8mZDdQpqYBKtCFTOfQbwPqWEOpjqW+Fnayc0969g==",
1894 "license": "MIT",
1895 "engines": {
1896 "node": ">=10"
1897 },
1898 "funding": {
1899 "url": "https://github.com/sponsors/sindresorhus"
1900 }
1901 },
1902 "node_modules/clone": {
1903 "version": "2.1.2",
1904 "resolved": "https://registry.npmjs.org/clone/-/clone-2.1.2.tgz",
1905 "integrity": "sha512-3Pe/CF1Nn94hyhIYpjtiLhdCoEoz0DqQ+988E9gmeEdQZlojxnOb74wctFyuwWQHzqyf9X7C7MG8juUpqBJT8w==",
1906 "license": "MIT",
1907 "engines": {
1908 "node": ">=0.8"
1909 }
1910 },
1911 "node_modules/clsx": {
1912 "version": "2.1.1",
1913 "resolved": "https://registry.npmjs.org/clsx/-/clsx-2.1.1.tgz",
1914 "integrity": "sha512-eYm0QWBtUrBWZWG0d386OGAw16Z995PiOVo2B7bjWSbHedGl5e0ZWaq65kOGgUSNesEIDkB9ISbTg/JK9dhCZA==",
1915 "license": "MIT",
1916 "engines": {
1917 "node": ">=6"
1918 }
1919 },
1920 "node_modules/comma-separated-tokens": {
1921 "version": "2.0.3",
1922 "resolved": "https://registry.npmjs.org/comma-separated-tokens/-/comma-separated-tokens-2.0.3.tgz",
1923 "integrity": "sha512-Fu4hJdvzeylCfQPp9SGWidpzrMs7tTrlu6Vb8XGaRGck8QSNZJJp538Wrb60Lax4fPwR64ViY468OIUTbRlGZg==",
1924 "license": "MIT",
1925 "funding": {
1926 "type": "github",
1927 "url": "https://github.com/sponsors/wooorm"
1928 }
1929 },
1930 "node_modules/commander": {
1931 "version": "11.1.0",
1932 "resolved": "https://registry.npmjs.org/commander/-/commander-11.1.0.tgz",
1933 "integrity": "sha512-yPVavfyCcRhmorC7rWlkHn15b4wDVgVmBA7kV4QVBsF7kv/9TKJAbAXVTxvTnwP8HHKjRCJDClKbciiYS7p0DQ==",
1934 "license": "MIT",
1935 "engines": {
1936 "node": ">=16"
1937 }
1938 },
1939 "node_modules/common-ancestor-path": {
1940 "version": "1.0.1",
1941 "resolved": "https://registry.npmjs.org/common-ancestor-path/-/common-ancestor-path-1.0.1.tgz",
1942 "integrity": "sha512-L3sHRo1pXXEqX8VU28kfgUY+YGsk09hPqZiZmLacNib6XNTCM8ubYeT7ryXQw8asB1sKgcU5lkB7ONug08aB8w==",
1943 "license": "ISC"
1944 },
1945 "node_modules/cookie": {
1946 "version": "1.0.2",
1947 "resolved": "https://registry.npmjs.org/cookie/-/cookie-1.0.2.tgz",
1948 "integrity": "sha512-9Kr/j4O16ISv8zBBhJoi4bXOYNTkFLOqSL3UDB0njXxCXNezjeyVrJyGOWtgfs/q2km1gwBcfH8q1yEGoMYunA==",
1949 "license": "MIT",
1950 "engines": {
1951 "node": ">=18"
1952 }
1953 },
1954 "node_modules/cookie-es": {
1955 "version": "1.2.2",
1956 "resolved": "https://registry.npmjs.org/cookie-es/-/cookie-es-1.2.2.tgz",
1957 "integrity": "sha512-+W7VmiVINB+ywl1HGXJXmrqkOhpKrIiVZV6tQuV54ZyQC7MMuBt81Vc336GMLoHBq5hV/F9eXgt5Mnx0Rha5Fg==",
1958 "license": "MIT"
1959 },
1960 "node_modules/crossws": {
1961 "version": "0.3.5",
1962 "resolved": "https://registry.npmjs.org/crossws/-/crossws-0.3.5.tgz",
1963 "integrity": "sha512-ojKiDvcmByhwa8YYqbQI/hg7MEU0NC03+pSdEq4ZUnZR9xXpwk7E43SMNGkn+JxJGPFtNvQ48+vV2p+P1ml5PA==",
1964 "license": "MIT",
1965 "dependencies": {
1966 "uncrypto": "^0.1.3"
1967 }
1968 },
1969 "node_modules/css-select": {
1970 "version": "5.2.2",
1971 "resolved": "https://registry.npmjs.org/css-select/-/css-select-5.2.2.tgz",
1972 "integrity": "sha512-TizTzUddG/xYLA3NXodFM0fSbNizXjOKhqiQQwvhlspadZokn1KDy0NZFS0wuEubIYAV5/c1/lAr0TaaFXEXzw==",
1973 "license": "BSD-2-Clause",
1974 "dependencies": {
1975 "boolbase": "^1.0.0",
1976 "css-what": "^6.1.0",
1977 "domhandler": "^5.0.2",
1978 "domutils": "^3.0.1",
1979 "nth-check": "^2.0.1"
1980 },
1981 "funding": {
1982 "url": "https://github.com/sponsors/fb55"
1983 }
1984 },
1985 "node_modules/css-tree": {
1986 "version": "3.1.0",
1987 "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-3.1.0.tgz",
1988 "integrity": "sha512-0eW44TGN5SQXU1mWSkKwFstI/22X2bG1nYzZTYMAWjylYURhse752YgbE4Cx46AC+bAvI+/dYTPRk1LqSUnu6w==",
1989 "license": "MIT",
1990 "dependencies": {
1991 "mdn-data": "2.12.2",
1992 "source-map-js": "^1.0.1"
1993 },
1994 "engines": {
1995 "node": "^10 || ^12.20.0 || ^14.13.0 || >=15.0.0"
1996 }
1997 },
1998 "node_modules/css-what": {
1999 "version": "6.2.2",
2000 "resolved": "https://registry.npmjs.org/css-what/-/css-what-6.2.2.tgz",
2001 "integrity": "sha512-u/O3vwbptzhMs3L1fQE82ZSLHQQfto5gyZzwteVIEyeaY5Fc7R4dapF/BvRoSYFeqfBk4m0V1Vafq5Pjv25wvA==",
2002 "license": "BSD-2-Clause",
2003 "engines": {
2004 "node": ">= 6"
2005 },
2006 "funding": {
2007 "url": "https://github.com/sponsors/fb55"
2008 }
2009 },
2010 "node_modules/cssesc": {
2011 "version": "3.0.0",
2012 "resolved": "https://registry.npmjs.org/cssesc/-/cssesc-3.0.0.tgz",
2013 "integrity": "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==",
2014 "license": "MIT",
2015 "bin": {
2016 "cssesc": "bin/cssesc"
2017 },
2018 "engines": {
2019 "node": ">=4"
2020 }
2021 },
2022 "node_modules/csso": {
2023 "version": "5.0.5",
2024 "resolved": "https://registry.npmjs.org/csso/-/csso-5.0.5.tgz",
2025 "integrity": "sha512-0LrrStPOdJj+SPCCrGhzryycLjwcgUSHBtxNA8aIDxf0GLsRh1cKYhB00Gd1lDOS4yGH69+SNn13+TWbVHETFQ==",
2026 "license": "MIT",
2027 "dependencies": {
2028 "css-tree": "~2.2.0"
2029 },
2030 "engines": {
2031 "node": "^10 || ^12.20.0 || ^14.13.0 || >=15.0.0",
2032 "npm": ">=7.0.0"
2033 }
2034 },
2035 "node_modules/csso/node_modules/css-tree": {
2036 "version": "2.2.1",
2037 "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-2.2.1.tgz",
2038 "integrity": "sha512-OA0mILzGc1kCOCSJerOeqDxDQ4HOh+G8NbOJFOTgOCzpw7fCBubk0fEyxp8AgOL/jvLgYA/uV0cMbe43ElF1JA==",
2039 "license": "MIT",
2040 "dependencies": {
2041 "mdn-data": "2.0.28",
2042 "source-map-js": "^1.0.1"
2043 },
2044 "engines": {
2045 "node": "^10 || ^12.20.0 || ^14.13.0 || >=15.0.0",
2046 "npm": ">=7.0.0"
2047 }
2048 },
2049 "node_modules/csso/node_modules/mdn-data": {
2050 "version": "2.0.28",
2051 "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.28.tgz",
2052 "integrity": "sha512-aylIc7Z9y4yzHYAJNuESG3hfhC+0Ibp/MAMiaOZgNv4pmEdFyfZhhhny4MNiAfWdBQ1RQ2mfDWmM1x8SvGyp8g==",
2053 "license": "CC0-1.0"
2054 },
2055 "node_modules/debug": {
2056 "version": "4.4.3",
2057 "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz",
2058 "integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==",
2059 "license": "MIT",
2060 "dependencies": {
2061 "ms": "^2.1.3"
2062 },
2063 "engines": {
2064 "node": ">=6.0"
2065 },
2066 "peerDependenciesMeta": {
2067 "supports-color": {
2068 "optional": true
2069 }
2070 }
2071 },
2072 "node_modules/decode-named-character-reference": {
2073 "version": "1.2.0",
2074 "resolved": "https://registry.npmjs.org/decode-named-character-reference/-/decode-named-character-reference-1.2.0.tgz",
2075 "integrity": "sha512-c6fcElNV6ShtZXmsgNgFFV5tVX2PaV4g+MOAkb8eXHvn6sryJBrZa9r0zV6+dtTyoCKxtDy5tyQ5ZwQuidtd+Q==",
2076 "license": "MIT",
2077 "dependencies": {
2078 "character-entities": "^2.0.0"
2079 },
2080 "funding": {
2081 "type": "github",
2082 "url": "https://github.com/sponsors/wooorm"
2083 }
2084 },
2085 "node_modules/defu": {
2086 "version": "6.1.4",
2087 "resolved": "https://registry.npmjs.org/defu/-/defu-6.1.4.tgz",
2088 "integrity": "sha512-mEQCMmwJu317oSz8CwdIOdwf3xMif1ttiM8LTufzc3g6kR+9Pe236twL8j3IYT1F7GfRgGcW6MWxzZjLIkuHIg==",
2089 "license": "MIT"
2090 },
2091 "node_modules/dequal": {
2092 "version": "2.0.3",
2093 "resolved": "https://registry.npmjs.org/dequal/-/dequal-2.0.3.tgz",
2094 "integrity": "sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA==",
2095 "license": "MIT",
2096 "engines": {
2097 "node": ">=6"
2098 }
2099 },
2100 "node_modules/destr": {
2101 "version": "2.0.5",
2102 "resolved": "https://registry.npmjs.org/destr/-/destr-2.0.5.tgz",
2103 "integrity": "sha512-ugFTXCtDZunbzasqBxrK93Ik/DRYsO6S/fedkWEMKqt04xZ4csmnmwGDBAb07QWNaGMAmnTIemsYZCksjATwsA==",
2104 "license": "MIT"
2105 },
2106 "node_modules/detect-libc": {
2107 "version": "2.1.2",
2108 "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.1.2.tgz",
2109 "integrity": "sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==",
2110 "license": "Apache-2.0",
2111 "optional": true,
2112 "engines": {
2113 "node": ">=8"
2114 }
2115 },
2116 "node_modules/deterministic-object-hash": {
2117 "version": "2.0.2",
2118 "resolved": "https://registry.npmjs.org/deterministic-object-hash/-/deterministic-object-hash-2.0.2.tgz",
2119 "integrity": "sha512-KxektNH63SrbfUyDiwXqRb1rLwKt33AmMv+5Nhsw1kqZ13SJBRTgZHtGbE+hH3a1mVW1cz+4pqSWVPAtLVXTzQ==",
2120 "license": "MIT",
2121 "dependencies": {
2122 "base-64": "^1.0.0"
2123 },
2124 "engines": {
2125 "node": ">=18"
2126 }
2127 },
2128 "node_modules/devalue": {
2129 "version": "5.5.0",
2130 "resolved": "https://registry.npmjs.org/devalue/-/devalue-5.5.0.tgz",
2131 "integrity": "sha512-69sM5yrHfFLJt0AZ9QqZXGCPfJ7fQjvpln3Rq5+PS03LD32Ost1Q9N+eEnaQwGRIriKkMImXD56ocjQmfjbV3w==",
2132 "license": "MIT"
2133 },
2134 "node_modules/devlop": {
2135 "version": "1.1.0",
2136 "resolved": "https://registry.npmjs.org/devlop/-/devlop-1.1.0.tgz",
2137 "integrity": "sha512-RWmIqhcFf1lRYBvNmr7qTNuyCt/7/ns2jbpp1+PalgE/rDQcBT0fioSMUpJ93irlUhC5hrg4cYqe6U+0ImW0rA==",
2138 "license": "MIT",
2139 "dependencies": {
2140 "dequal": "^2.0.0"
2141 },
2142 "funding": {
2143 "type": "github",
2144 "url": "https://github.com/sponsors/wooorm"
2145 }
2146 },
2147 "node_modules/dfa": {
2148 "version": "1.2.0",
2149 "resolved": "https://registry.npmjs.org/dfa/-/dfa-1.2.0.tgz",
2150 "integrity": "sha512-ED3jP8saaweFTjeGX8HQPjeC1YYyZs98jGNZx6IiBvxW7JG5v492kamAQB3m2wop07CvU/RQmzcKr6bgcC5D/Q==",
2151 "license": "MIT"
2152 },
2153 "node_modules/diff": {
2154 "version": "5.2.0",
2155 "resolved": "https://registry.npmjs.org/diff/-/diff-5.2.0.tgz",
2156 "integrity": "sha512-uIFDxqpRZGZ6ThOk84hEfqWoHx2devRFvpTZcTHur85vImfaxUbTW9Ryh4CpCuDnToOP1CEtXKIgytHBPVff5A==",
2157 "license": "BSD-3-Clause",
2158 "engines": {
2159 "node": ">=0.3.1"
2160 }
2161 },
2162 "node_modules/dlv": {
2163 "version": "1.1.3",
2164 "resolved": "https://registry.npmjs.org/dlv/-/dlv-1.1.3.tgz",
2165 "integrity": "sha512-+HlytyjlPKnIG8XuRG8WvmBP8xs8P71y+SKKS6ZXWoEgLuePxtDoUEiH7WkdePWrQ5JBpE6aoVqfZfJUQkjXwA==",
2166 "license": "MIT"
2167 },
2168 "node_modules/dom-serializer": {
2169 "version": "2.0.0",
2170 "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-2.0.0.tgz",
2171 "integrity": "sha512-wIkAryiqt/nV5EQKqQpo3SToSOV9J0DnbJqwK7Wv/Trc92zIAYZ4FlMu+JPFW1DfGFt81ZTCGgDEabffXeLyJg==",
2172 "license": "MIT",
2173 "dependencies": {
2174 "domelementtype": "^2.3.0",
2175 "domhandler": "^5.0.2",
2176 "entities": "^4.2.0"
2177 },
2178 "funding": {
2179 "url": "https://github.com/cheeriojs/dom-serializer?sponsor=1"
2180 }
2181 },
2182 "node_modules/dom-serializer/node_modules/entities": {
2183 "version": "4.5.0",
2184 "resolved": "https://registry.npmjs.org/entities/-/entities-4.5.0.tgz",
2185 "integrity": "sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==",
2186 "license": "BSD-2-Clause",
2187 "engines": {
2188 "node": ">=0.12"
2189 },
2190 "funding": {
2191 "url": "https://github.com/fb55/entities?sponsor=1"
2192 }
2193 },
2194 "node_modules/domelementtype": {
2195 "version": "2.3.0",
2196 "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-2.3.0.tgz",
2197 "integrity": "sha512-OLETBj6w0OsagBwdXnPdN0cnMfF9opN69co+7ZrbfPGrdpPVNBUj02spi6B1N7wChLQiPn4CSH/zJvXw56gmHw==",
2198 "funding": [
2199 {
2200 "type": "github",
2201 "url": "https://github.com/sponsors/fb55"
2202 }
2203 ],
2204 "license": "BSD-2-Clause"
2205 },
2206 "node_modules/domhandler": {
2207 "version": "5.0.3",
2208 "resolved": "https://registry.npmjs.org/domhandler/-/domhandler-5.0.3.tgz",
2209 "integrity": "sha512-cgwlv/1iFQiFnU96XXgROh8xTeetsnJiDsTc7TYCLFd9+/WNkIqPTxiM/8pSd8VIrhXGTf1Ny1q1hquVqDJB5w==",
2210 "license": "BSD-2-Clause",
2211 "dependencies": {
2212 "domelementtype": "^2.3.0"
2213 },
2214 "engines": {
2215 "node": ">= 4"
2216 },
2217 "funding": {
2218 "url": "https://github.com/fb55/domhandler?sponsor=1"
2219 }
2220 },
2221 "node_modules/domutils": {
2222 "version": "3.2.2",
2223 "resolved": "https://registry.npmjs.org/domutils/-/domutils-3.2.2.tgz",
2224 "integrity": "sha512-6kZKyUajlDuqlHKVX1w7gyslj9MPIXzIFiz/rGu35uC1wMi+kMhQwGhl4lt9unC9Vb9INnY9Z3/ZA3+FhASLaw==",
2225 "license": "BSD-2-Clause",
2226 "dependencies": {
2227 "dom-serializer": "^2.0.0",
2228 "domelementtype": "^2.3.0",
2229 "domhandler": "^5.0.3"
2230 },
2231 "funding": {
2232 "url": "https://github.com/fb55/domutils?sponsor=1"
2233 }
2234 },
2235 "node_modules/dset": {
2236 "version": "3.1.4",
2237 "resolved": "https://registry.npmjs.org/dset/-/dset-3.1.4.tgz",
2238 "integrity": "sha512-2QF/g9/zTaPDc3BjNcVTGoBbXBgYfMTTceLaYcFJ/W9kggFUkhxD/hMEeuLKbugyef9SqAx8cpgwlIP/jinUTA==",
2239 "license": "MIT",
2240 "engines": {
2241 "node": ">=4"
2242 }
2243 },
2244 "node_modules/emoji-regex": {
2245 "version": "10.6.0",
2246 "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.6.0.tgz",
2247 "integrity": "sha512-toUI84YS5YmxW219erniWD0CIVOo46xGKColeNQRgOzDorgBi1v4D71/OFzgD9GO2UGKIv1C3Sp8DAn0+j5w7A==",
2248 "license": "MIT"
2249 },
2250 "node_modules/entities": {
2251 "version": "6.0.1",
2252 "resolved": "https://registry.npmjs.org/entities/-/entities-6.0.1.tgz",
2253 "integrity": "sha512-aN97NXWF6AWBTahfVOIrB/NShkzi5H7F9r1s9mD3cDj4Ko5f2qhhVoYMibXF7GlLveb/D2ioWay8lxI97Ven3g==",
2254 "license": "BSD-2-Clause",
2255 "engines": {
2256 "node": ">=0.12"
2257 },
2258 "funding": {
2259 "url": "https://github.com/fb55/entities?sponsor=1"
2260 }
2261 },
2262 "node_modules/es-module-lexer": {
2263 "version": "1.7.0",
2264 "resolved": "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-1.7.0.tgz",
2265 "integrity": "sha512-jEQoCwk8hyb2AZziIOLhDqpm5+2ww5uIE6lkO/6jcOCusfk6LhMHpXXfBLXTZ7Ydyt0j4VoUQv6uGNYbdW+kBA==",
2266 "license": "MIT"
2267 },
2268 "node_modules/esbuild": {
2269 "version": "0.25.11",
2270 "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.25.11.tgz",
2271 "integrity": "sha512-KohQwyzrKTQmhXDW1PjCv3Tyspn9n5GcY2RTDqeORIdIJY8yKIF7sTSopFmn/wpMPW4rdPXI0UE5LJLuq3bx0Q==",
2272 "hasInstallScript": true,
2273 "license": "MIT",
2274 "bin": {
2275 "esbuild": "bin/esbuild"
2276 },
2277 "engines": {
2278 "node": ">=18"
2279 },
2280 "optionalDependencies": {
2281 "@esbuild/aix-ppc64": "0.25.11",
2282 "@esbuild/android-arm": "0.25.11",
2283 "@esbuild/android-arm64": "0.25.11",
2284 "@esbuild/android-x64": "0.25.11",
2285 "@esbuild/darwin-arm64": "0.25.11",
2286 "@esbuild/darwin-x64": "0.25.11",
2287 "@esbuild/freebsd-arm64": "0.25.11",
2288 "@esbuild/freebsd-x64": "0.25.11",
2289 "@esbuild/linux-arm": "0.25.11",
2290 "@esbuild/linux-arm64": "0.25.11",
2291 "@esbuild/linux-ia32": "0.25.11",
2292 "@esbuild/linux-loong64": "0.25.11",
2293 "@esbuild/linux-mips64el": "0.25.11",
2294 "@esbuild/linux-ppc64": "0.25.11",
2295 "@esbuild/linux-riscv64": "0.25.11",
2296 "@esbuild/linux-s390x": "0.25.11",
2297 "@esbuild/linux-x64": "0.25.11",
2298 "@esbuild/netbsd-arm64": "0.25.11",
2299 "@esbuild/netbsd-x64": "0.25.11",
2300 "@esbuild/openbsd-arm64": "0.25.11",
2301 "@esbuild/openbsd-x64": "0.25.11",
2302 "@esbuild/openharmony-arm64": "0.25.11",
2303 "@esbuild/sunos-x64": "0.25.11",
2304 "@esbuild/win32-arm64": "0.25.11",
2305 "@esbuild/win32-ia32": "0.25.11",
2306 "@esbuild/win32-x64": "0.25.11"
2307 }
2308 },
2309 "node_modules/escape-string-regexp": {
2310 "version": "5.0.0",
2311 "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-5.0.0.tgz",
2312 "integrity": "sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw==",
2313 "license": "MIT",
2314 "engines": {
2315 "node": ">=12"
2316 },
2317 "funding": {
2318 "url": "https://github.com/sponsors/sindresorhus"
2319 }
2320 },
2321 "node_modules/estree-walker": {
2322 "version": "3.0.3",
2323 "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-3.0.3.tgz",
2324 "integrity": "sha512-7RUKfXgSMMkzt6ZuXmqapOurLGPPfgj6l9uRZ7lRGolvk0y2yocc35LdcxKC5PQZdn2DMqioAQ2NoWcrTKmm6g==",
2325 "license": "MIT",
2326 "dependencies": {
2327 "@types/estree": "^1.0.0"
2328 }
2329 },
2330 "node_modules/eventemitter3": {
2331 "version": "5.0.1",
2332 "resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-5.0.1.tgz",
2333 "integrity": "sha512-GWkBvjiSZK87ELrYOSESUYeVIc9mvLLf/nXalMOS5dYrgZq9o5OVkbZAVM06CVxYsCwH9BDZFPlQTlPA1j4ahA==",
2334 "license": "MIT"
2335 },
2336 "node_modules/extend": {
2337 "version": "3.0.2",
2338 "resolved": "https://registry.npmjs.org/extend/-/extend-3.0.2.tgz",
2339 "integrity": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==",
2340 "license": "MIT"
2341 },
2342 "node_modules/fast-deep-equal": {
2343 "version": "3.1.3",
2344 "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",
2345 "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==",
2346 "license": "MIT"
2347 },
2348 "node_modules/fast-xml-parser": {
2349 "version": "5.3.0",
2350 "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.3.0.tgz",
2351 "integrity": "sha512-gkWGshjYcQCF+6qtlrqBqELqNqnt4CxruY6UVAWWnqb3DQ6qaNFEIKqzYep1XzHLM/QtrHVCxyPOtTk4LTQ7Aw==",
2352 "funding": [
2353 {
2354 "type": "github",
2355 "url": "https://github.com/sponsors/NaturalIntelligence"
2356 }
2357 ],
2358 "license": "MIT",
2359 "dependencies": {
2360 "strnum": "^2.1.0"
2361 },
2362 "bin": {
2363 "fxparser": "src/cli/cli.js"
2364 }
2365 },
2366 "node_modules/fdir": {
2367 "version": "6.5.0",
2368 "resolved": "https://registry.npmjs.org/fdir/-/fdir-6.5.0.tgz",
2369 "integrity": "sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==",
2370 "license": "MIT",
2371 "engines": {
2372 "node": ">=12.0.0"
2373 },
2374 "peerDependencies": {
2375 "picomatch": "^3 || ^4"
2376 },
2377 "peerDependenciesMeta": {
2378 "picomatch": {
2379 "optional": true
2380 }
2381 }
2382 },
2383 "node_modules/flattie": {
2384 "version": "1.1.1",
2385 "resolved": "https://registry.npmjs.org/flattie/-/flattie-1.1.1.tgz",
2386 "integrity": "sha512-9UbaD6XdAL97+k/n+N7JwX46K/M6Zc6KcFYskrYL8wbBV/Uyk0CTAMY0VT+qiK5PM7AIc9aTWYtq65U7T+aCNQ==",
2387 "license": "MIT",
2388 "engines": {
2389 "node": ">=8"
2390 }
2391 },
2392 "node_modules/fontace": {
2393 "version": "0.3.1",
2394 "resolved": "https://registry.npmjs.org/fontace/-/fontace-0.3.1.tgz",
2395 "integrity": "sha512-9f5g4feWT1jWT8+SbL85aLIRLIXUaDygaM2xPXRmzPYxrOMNok79Lr3FGJoKVNKibE0WCunNiEVG2mwuE+2qEg==",
2396 "license": "MIT",
2397 "dependencies": {
2398 "@types/fontkit": "^2.0.8",
2399 "fontkit": "^2.0.4"
2400 }
2401 },
2402 "node_modules/fontkit": {
2403 "version": "2.0.4",
2404 "resolved": "https://registry.npmjs.org/fontkit/-/fontkit-2.0.4.tgz",
2405 "integrity": "sha512-syetQadaUEDNdxdugga9CpEYVaQIxOwk7GlwZWWZ19//qW4zE5bknOKeMBDYAASwnpaSHKJITRLMF9m1fp3s6g==",
2406 "license": "MIT",
2407 "dependencies": {
2408 "@swc/helpers": "^0.5.12",
2409 "brotli": "^1.3.2",
2410 "clone": "^2.1.2",
2411 "dfa": "^1.2.0",
2412 "fast-deep-equal": "^3.1.3",
2413 "restructure": "^3.0.0",
2414 "tiny-inflate": "^1.0.3",
2415 "unicode-properties": "^1.4.0",
2416 "unicode-trie": "^2.0.0"
2417 }
2418 },
2419 "node_modules/fsevents": {
2420 "version": "2.3.3",
2421 "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz",
2422 "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
2423 "hasInstallScript": true,
2424 "license": "MIT",
2425 "optional": true,
2426 "os": [
2427 "darwin"
2428 ],
2429 "engines": {
2430 "node": "^8.16.0 || ^10.6.0 || >=11.0.0"
2431 }
2432 },
2433 "node_modules/get-east-asian-width": {
2434 "version": "1.4.0",
2435 "resolved": "https://registry.npmjs.org/get-east-asian-width/-/get-east-asian-width-1.4.0.tgz",
2436 "integrity": "sha512-QZjmEOC+IT1uk6Rx0sX22V6uHWVwbdbxf1faPqJ1QhLdGgsRGCZoyaQBm/piRdJy/D2um6hM1UP7ZEeQ4EkP+Q==",
2437 "license": "MIT",
2438 "engines": {
2439 "node": ">=18"
2440 },
2441 "funding": {
2442 "url": "https://github.com/sponsors/sindresorhus"
2443 }
2444 },
2445 "node_modules/github-slugger": {
2446 "version": "2.0.0",
2447 "resolved": "https://registry.npmjs.org/github-slugger/-/github-slugger-2.0.0.tgz",
2448 "integrity": "sha512-IaOQ9puYtjrkq7Y0Ygl9KDZnrf/aiUJYUpVf89y8kyaxbRG7Y1SrX/jaumrv81vc61+kiMempujsM3Yw7w5qcw==",
2449 "license": "ISC"
2450 },
2451 "node_modules/h3": {
2452 "version": "1.15.4",
2453 "resolved": "https://registry.npmjs.org/h3/-/h3-1.15.4.tgz",
2454 "integrity": "sha512-z5cFQWDffyOe4vQ9xIqNfCZdV4p//vy6fBnr8Q1AWnVZ0teurKMG66rLj++TKwKPUP3u7iMUvrvKaEUiQw2QWQ==",
2455 "license": "MIT",
2456 "dependencies": {
2457 "cookie-es": "^1.2.2",
2458 "crossws": "^0.3.5",
2459 "defu": "^6.1.4",
2460 "destr": "^2.0.5",
2461 "iron-webcrypto": "^1.2.1",
2462 "node-mock-http": "^1.0.2",
2463 "radix3": "^1.1.2",
2464 "ufo": "^1.6.1",
2465 "uncrypto": "^0.1.3"
2466 }
2467 },
2468 "node_modules/hast-util-from-html": {
2469 "version": "2.0.3",
2470 "resolved": "https://registry.npmjs.org/hast-util-from-html/-/hast-util-from-html-2.0.3.tgz",
2471 "integrity": "sha512-CUSRHXyKjzHov8yKsQjGOElXy/3EKpyX56ELnkHH34vDVw1N1XSQ1ZcAvTyAPtGqLTuKP/uxM+aLkSPqF/EtMw==",
2472 "license": "MIT",
2473 "dependencies": {
2474 "@types/hast": "^3.0.0",
2475 "devlop": "^1.1.0",
2476 "hast-util-from-parse5": "^8.0.0",
2477 "parse5": "^7.0.0",
2478 "vfile": "^6.0.0",
2479 "vfile-message": "^4.0.0"
2480 },
2481 "funding": {
2482 "type": "opencollective",
2483 "url": "https://opencollective.com/unified"
2484 }
2485 },
2486 "node_modules/hast-util-from-parse5": {
2487 "version": "8.0.3",
2488 "resolved": "https://registry.npmjs.org/hast-util-from-parse5/-/hast-util-from-parse5-8.0.3.tgz",
2489 "integrity": "sha512-3kxEVkEKt0zvcZ3hCRYI8rqrgwtlIOFMWkbclACvjlDw8Li9S2hk/d51OI0nr/gIpdMHNepwgOKqZ/sy0Clpyg==",
2490 "license": "MIT",
2491 "dependencies": {
2492 "@types/hast": "^3.0.0",
2493 "@types/unist": "^3.0.0",
2494 "devlop": "^1.0.0",
2495 "hastscript": "^9.0.0",
2496 "property-information": "^7.0.0",
2497 "vfile": "^6.0.0",
2498 "vfile-location": "^5.0.0",
2499 "web-namespaces": "^2.0.0"
2500 },
2501 "funding": {
2502 "type": "opencollective",
2503 "url": "https://opencollective.com/unified"
2504 }
2505 },
2506 "node_modules/hast-util-is-element": {
2507 "version": "3.0.0",
2508 "resolved": "https://registry.npmjs.org/hast-util-is-element/-/hast-util-is-element-3.0.0.tgz",
2509 "integrity": "sha512-Val9mnv2IWpLbNPqc/pUem+a7Ipj2aHacCwgNfTiK0vJKl0LF+4Ba4+v1oPHFpf3bLYmreq0/l3Gud9S5OH42g==",
2510 "license": "MIT",
2511 "dependencies": {
2512 "@types/hast": "^3.0.0"
2513 },
2514 "funding": {
2515 "type": "opencollective",
2516 "url": "https://opencollective.com/unified"
2517 }
2518 },
2519 "node_modules/hast-util-parse-selector": {
2520 "version": "4.0.0",
2521 "resolved": "https://registry.npmjs.org/hast-util-parse-selector/-/hast-util-parse-selector-4.0.0.tgz",
2522 "integrity": "sha512-wkQCkSYoOGCRKERFWcxMVMOcYE2K1AaNLU8DXS9arxnLOUEWbOXKXiJUNzEpqZ3JOKpnha3jkFrumEjVliDe7A==",
2523 "license": "MIT",
2524 "dependencies": {
2525 "@types/hast": "^3.0.0"
2526 },
2527 "funding": {
2528 "type": "opencollective",
2529 "url": "https://opencollective.com/unified"
2530 }
2531 },
2532 "node_modules/hast-util-raw": {
2533 "version": "9.1.0",
2534 "resolved": "https://registry.npmjs.org/hast-util-raw/-/hast-util-raw-9.1.0.tgz",
2535 "integrity": "sha512-Y8/SBAHkZGoNkpzqqfCldijcuUKh7/su31kEBp67cFY09Wy0mTRgtsLYsiIxMJxlu0f6AA5SUTbDR8K0rxnbUw==",
2536 "license": "MIT",
2537 "dependencies": {
2538 "@types/hast": "^3.0.0",
2539 "@types/unist": "^3.0.0",
2540 "@ungap/structured-clone": "^1.0.0",
2541 "hast-util-from-parse5": "^8.0.0",
2542 "hast-util-to-parse5": "^8.0.0",
2543 "html-void-elements": "^3.0.0",
2544 "mdast-util-to-hast": "^13.0.0",
2545 "parse5": "^7.0.0",
2546 "unist-util-position": "^5.0.0",
2547 "unist-util-visit": "^5.0.0",
2548 "vfile": "^6.0.0",
2549 "web-namespaces": "^2.0.0",
2550 "zwitch": "^2.0.0"
2551 },
2552 "funding": {
2553 "type": "opencollective",
2554 "url": "https://opencollective.com/unified"
2555 }
2556 },
2557 "node_modules/hast-util-to-html": {
2558 "version": "9.0.5",
2559 "resolved": "https://registry.npmjs.org/hast-util-to-html/-/hast-util-to-html-9.0.5.tgz",
2560 "integrity": "sha512-OguPdidb+fbHQSU4Q4ZiLKnzWo8Wwsf5bZfbvu7//a9oTYoqD/fWpe96NuHkoS9h0ccGOTe0C4NGXdtS0iObOw==",
2561 "license": "MIT",
2562 "dependencies": {
2563 "@types/hast": "^3.0.0",
2564 "@types/unist": "^3.0.0",
2565 "ccount": "^2.0.0",
2566 "comma-separated-tokens": "^2.0.0",
2567 "hast-util-whitespace": "^3.0.0",
2568 "html-void-elements": "^3.0.0",
2569 "mdast-util-to-hast": "^13.0.0",
2570 "property-information": "^7.0.0",
2571 "space-separated-tokens": "^2.0.0",
2572 "stringify-entities": "^4.0.0",
2573 "zwitch": "^2.0.4"
2574 },
2575 "funding": {
2576 "type": "opencollective",
2577 "url": "https://opencollective.com/unified"
2578 }
2579 },
2580 "node_modules/hast-util-to-parse5": {
2581 "version": "8.0.0",
2582 "resolved": "https://registry.npmjs.org/hast-util-to-parse5/-/hast-util-to-parse5-8.0.0.tgz",
2583 "integrity": "sha512-3KKrV5ZVI8if87DVSi1vDeByYrkGzg4mEfeu4alwgmmIeARiBLKCZS2uw5Gb6nU9x9Yufyj3iudm6i7nl52PFw==",
2584 "license": "MIT",
2585 "dependencies": {
2586 "@types/hast": "^3.0.0",
2587 "comma-separated-tokens": "^2.0.0",
2588 "devlop": "^1.0.0",
2589 "property-information": "^6.0.0",
2590 "space-separated-tokens": "^2.0.0",
2591 "web-namespaces": "^2.0.0",
2592 "zwitch": "^2.0.0"
2593 },
2594 "funding": {
2595 "type": "opencollective",
2596 "url": "https://opencollective.com/unified"
2597 }
2598 },
2599 "node_modules/hast-util-to-parse5/node_modules/property-information": {
2600 "version": "6.5.0",
2601 "resolved": "https://registry.npmjs.org/property-information/-/property-information-6.5.0.tgz",
2602 "integrity": "sha512-PgTgs/BlvHxOu8QuEN7wi5A0OmXaBcHpmCSTehcs6Uuu9IkDIEo13Hy7n898RHfrQ49vKCoGeWZSaAK01nwVig==",
2603 "license": "MIT",
2604 "funding": {
2605 "type": "github",
2606 "url": "https://github.com/sponsors/wooorm"
2607 }
2608 },
2609 "node_modules/hast-util-to-text": {
2610 "version": "4.0.2",
2611 "resolved": "https://registry.npmjs.org/hast-util-to-text/-/hast-util-to-text-4.0.2.tgz",
2612 "integrity": "sha512-KK6y/BN8lbaq654j7JgBydev7wuNMcID54lkRav1P0CaE1e47P72AWWPiGKXTJU271ooYzcvTAn/Zt0REnvc7A==",
2613 "license": "MIT",
2614 "dependencies": {
2615 "@types/hast": "^3.0.0",
2616 "@types/unist": "^3.0.0",
2617 "hast-util-is-element": "^3.0.0",
2618 "unist-util-find-after": "^5.0.0"
2619 },
2620 "funding": {
2621 "type": "opencollective",
2622 "url": "https://opencollective.com/unified"
2623 }
2624 },
2625 "node_modules/hast-util-whitespace": {
2626 "version": "3.0.0",
2627 "resolved": "https://registry.npmjs.org/hast-util-whitespace/-/hast-util-whitespace-3.0.0.tgz",
2628 "integrity": "sha512-88JUN06ipLwsnv+dVn+OIYOvAuvBMy/Qoi6O7mQHxdPXpjy+Cd6xRkWwux7DKO+4sYILtLBRIKgsdpS2gQc7qw==",
2629 "license": "MIT",
2630 "dependencies": {
2631 "@types/hast": "^3.0.0"
2632 },
2633 "funding": {
2634 "type": "opencollective",
2635 "url": "https://opencollective.com/unified"
2636 }
2637 },
2638 "node_modules/hastscript": {
2639 "version": "9.0.1",
2640 "resolved": "https://registry.npmjs.org/hastscript/-/hastscript-9.0.1.tgz",
2641 "integrity": "sha512-g7df9rMFX/SPi34tyGCyUBREQoKkapwdY/T04Qn9TDWfHhAYt4/I0gMVirzK5wEzeUqIjEB+LXC/ypb7Aqno5w==",
2642 "license": "MIT",
2643 "dependencies": {
2644 "@types/hast": "^3.0.0",
2645 "comma-separated-tokens": "^2.0.0",
2646 "hast-util-parse-selector": "^4.0.0",
2647 "property-information": "^7.0.0",
2648 "space-separated-tokens": "^2.0.0"
2649 },
2650 "funding": {
2651 "type": "opencollective",
2652 "url": "https://opencollective.com/unified"
2653 }
2654 },
2655 "node_modules/html-escaper": {
2656 "version": "3.0.3",
2657 "resolved": "https://registry.npmjs.org/html-escaper/-/html-escaper-3.0.3.tgz",
2658 "integrity": "sha512-RuMffC89BOWQoY0WKGpIhn5gX3iI54O6nRA0yC124NYVtzjmFWBIiFd8M0x+ZdX0P9R4lADg1mgP8C7PxGOWuQ==",
2659 "license": "MIT"
2660 },
2661 "node_modules/html-void-elements": {
2662 "version": "3.0.0",
2663 "resolved": "https://registry.npmjs.org/html-void-elements/-/html-void-elements-3.0.0.tgz",
2664 "integrity": "sha512-bEqo66MRXsUGxWHV5IP0PUiAWwoEjba4VCzg0LjFJBpchPaTfyfCKTG6bc5F8ucKec3q5y6qOdGyYTSBEvhCrg==",
2665 "license": "MIT",
2666 "funding": {
2667 "type": "github",
2668 "url": "https://github.com/sponsors/wooorm"
2669 }
2670 },
2671 "node_modules/http-cache-semantics": {
2672 "version": "4.2.0",
2673 "resolved": "https://registry.npmjs.org/http-cache-semantics/-/http-cache-semantics-4.2.0.tgz",
2674 "integrity": "sha512-dTxcvPXqPvXBQpq5dUr6mEMJX4oIEFv6bwom3FDwKRDsuIjjJGANqhBuoAn9c1RQJIdAKav33ED65E2ys+87QQ==",
2675 "license": "BSD-2-Clause"
2676 },
2677 "node_modules/import-meta-resolve": {
2678 "version": "4.2.0",
2679 "resolved": "https://registry.npmjs.org/import-meta-resolve/-/import-meta-resolve-4.2.0.tgz",
2680 "integrity": "sha512-Iqv2fzaTQN28s/FwZAoFq0ZSs/7hMAHJVX+w8PZl3cY19Pxk6jFFalxQoIfW2826i/fDLXv8IiEZRIT0lDuWcg==",
2681 "license": "MIT",
2682 "funding": {
2683 "type": "github",
2684 "url": "https://github.com/sponsors/wooorm"
2685 }
2686 },
2687 "node_modules/iron-webcrypto": {
2688 "version": "1.2.1",
2689 "resolved": "https://registry.npmjs.org/iron-webcrypto/-/iron-webcrypto-1.2.1.tgz",
2690 "integrity": "sha512-feOM6FaSr6rEABp/eDfVseKyTMDt+KGpeB35SkVn9Tyn0CqvVsY3EwI0v5i8nMHyJnzCIQf7nsy3p41TPkJZhg==",
2691 "license": "MIT",
2692 "funding": {
2693 "url": "https://github.com/sponsors/brc-dd"
2694 }
2695 },
2696 "node_modules/is-docker": {
2697 "version": "3.0.0",
2698 "resolved": "https://registry.npmjs.org/is-docker/-/is-docker-3.0.0.tgz",
2699 "integrity": "sha512-eljcgEDlEns/7AXFosB5K/2nCM4P7FQPkGc/DWLy5rmFEWvZayGrik1d9/QIY5nJ4f9YsVvBkA6kJpHn9rISdQ==",
2700 "license": "MIT",
2701 "bin": {
2702 "is-docker": "cli.js"
2703 },
2704 "engines": {
2705 "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
2706 },
2707 "funding": {
2708 "url": "https://github.com/sponsors/sindresorhus"
2709 }
2710 },
2711 "node_modules/is-fullwidth-code-point": {
2712 "version": "3.0.0",
2713 "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz",
2714 "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==",
2715 "license": "MIT",
2716 "engines": {
2717 "node": ">=8"
2718 }
2719 },
2720 "node_modules/is-inside-container": {
2721 "version": "1.0.0",
2722 "resolved": "https://registry.npmjs.org/is-inside-container/-/is-inside-container-1.0.0.tgz",
2723 "integrity": "sha512-KIYLCCJghfHZxqjYBE7rEy0OBuTd5xCHS7tHVgvCLkx7StIoaxwNW3hCALgEUjFfeRk+MG/Qxmp/vtETEF3tRA==",
2724 "license": "MIT",
2725 "dependencies": {
2726 "is-docker": "^3.0.0"
2727 },
2728 "bin": {
2729 "is-inside-container": "cli.js"
2730 },
2731 "engines": {
2732 "node": ">=14.16"
2733 },
2734 "funding": {
2735 "url": "https://github.com/sponsors/sindresorhus"
2736 }
2737 },
2738 "node_modules/is-plain-obj": {
2739 "version": "4.1.0",
2740 "resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-4.1.0.tgz",
2741 "integrity": "sha512-+Pgi+vMuUNkJyExiMBt5IlFoMyKnr5zhJ4Uspz58WOhBF5QoIZkFyNHIbBAtHwzVAgk5RtndVNsDRN61/mmDqg==",
2742 "license": "MIT",
2743 "engines": {
2744 "node": ">=12"
2745 },
2746 "funding": {
2747 "url": "https://github.com/sponsors/sindresorhus"
2748 }
2749 },
2750 "node_modules/is-wsl": {
2751 "version": "3.1.0",
2752 "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-3.1.0.tgz",
2753 "integrity": "sha512-UcVfVfaK4Sc4m7X3dUSoHoozQGBEFeDC+zVo06t98xe8CzHSZZBekNXH+tu0NalHolcJ/QAGqS46Hef7QXBIMw==",
2754 "license": "MIT",
2755 "dependencies": {
2756 "is-inside-container": "^1.0.0"
2757 },
2758 "engines": {
2759 "node": ">=16"
2760 },
2761 "funding": {
2762 "url": "https://github.com/sponsors/sindresorhus"
2763 }
2764 },
2765 "node_modules/js-yaml": {
2766 "version": "4.1.1",
2767 "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.1.tgz",
2768 "integrity": "sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==",
2769 "license": "MIT",
2770 "dependencies": {
2771 "argparse": "^2.0.1"
2772 },
2773 "bin": {
2774 "js-yaml": "bin/js-yaml.js"
2775 }
2776 },
2777 "node_modules/kleur": {
2778 "version": "3.0.3",
2779 "resolved": "https://registry.npmjs.org/kleur/-/kleur-3.0.3.tgz",
2780 "integrity": "sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w==",
2781 "license": "MIT",
2782 "engines": {
2783 "node": ">=6"
2784 }
2785 },
2786 "node_modules/longest-streak": {
2787 "version": "3.1.0",
2788 "resolved": "https://registry.npmjs.org/longest-streak/-/longest-streak-3.1.0.tgz",
2789 "integrity": "sha512-9Ri+o0JYgehTaVBBDoMqIl8GXtbWg711O3srftcHhZ0dqnETqLaoIK0x17fUw9rFSlK/0NlsKe0Ahhyl5pXE2g==",
2790 "license": "MIT",
2791 "funding": {
2792 "type": "github",
2793 "url": "https://github.com/sponsors/wooorm"
2794 }
2795 },
2796 "node_modules/lru-cache": {
2797 "version": "10.4.3",
2798 "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz",
2799 "integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==",
2800 "license": "ISC"
2801 },
2802 "node_modules/magic-string": {
2803 "version": "0.30.21",
2804 "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.21.tgz",
2805 "integrity": "sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==",
2806 "license": "MIT",
2807 "dependencies": {
2808 "@jridgewell/sourcemap-codec": "^1.5.5"
2809 }
2810 },
2811 "node_modules/magicast": {
2812 "version": "0.5.1",
2813 "resolved": "https://registry.npmjs.org/magicast/-/magicast-0.5.1.tgz",
2814 "integrity": "sha512-xrHS24IxaLrvuo613F719wvOIv9xPHFWQHuvGUBmPnCA/3MQxKI3b+r7n1jAoDHmsbC5bRhTZYR77invLAxVnw==",
2815 "license": "MIT",
2816 "dependencies": {
2817 "@babel/parser": "^7.28.5",
2818 "@babel/types": "^7.28.5",
2819 "source-map-js": "^1.2.1"
2820 }
2821 },
2822 "node_modules/markdown-table": {
2823 "version": "3.0.4",
2824 "resolved": "https://registry.npmjs.org/markdown-table/-/markdown-table-3.0.4.tgz",
2825 "integrity": "sha512-wiYz4+JrLyb/DqW2hkFJxP7Vd7JuTDm77fvbM8VfEQdmSMqcImWeeRbHwZjBjIFki/VaMK2BhFi7oUUZeM5bqw==",
2826 "license": "MIT",
2827 "funding": {
2828 "type": "github",
2829 "url": "https://github.com/sponsors/wooorm"
2830 }
2831 },
2832 "node_modules/mdast-util-definitions": {
2833 "version": "6.0.0",
2834 "resolved": "https://registry.npmjs.org/mdast-util-definitions/-/mdast-util-definitions-6.0.0.tgz",
2835 "integrity": "sha512-scTllyX6pnYNZH/AIp/0ePz6s4cZtARxImwoPJ7kS42n+MnVsI4XbnG6d4ibehRIldYMWM2LD7ImQblVhUejVQ==",
2836 "license": "MIT",
2837 "dependencies": {
2838 "@types/mdast": "^4.0.0",
2839 "@types/unist": "^3.0.0",
2840 "unist-util-visit": "^5.0.0"
2841 },
2842 "funding": {
2843 "type": "opencollective",
2844 "url": "https://opencollective.com/unified"
2845 }
2846 },
2847 "node_modules/mdast-util-find-and-replace": {
2848 "version": "3.0.2",
2849 "resolved": "https://registry.npmjs.org/mdast-util-find-and-replace/-/mdast-util-find-and-replace-3.0.2.tgz",
2850 "integrity": "sha512-Tmd1Vg/m3Xz43afeNxDIhWRtFZgM2VLyaf4vSTYwudTyeuTneoL3qtWMA5jeLyz/O1vDJmmV4QuScFCA2tBPwg==",
2851 "license": "MIT",
2852 "dependencies": {
2853 "@types/mdast": "^4.0.0",
2854 "escape-string-regexp": "^5.0.0",
2855 "unist-util-is": "^6.0.0",
2856 "unist-util-visit-parents": "^6.0.0"
2857 },
2858 "funding": {
2859 "type": "opencollective",
2860 "url": "https://opencollective.com/unified"
2861 }
2862 },
2863 "node_modules/mdast-util-from-markdown": {
2864 "version": "2.0.2",
2865 "resolved": "https://registry.npmjs.org/mdast-util-from-markdown/-/mdast-util-from-markdown-2.0.2.tgz",
2866 "integrity": "sha512-uZhTV/8NBuw0WHkPTrCqDOl0zVe1BIng5ZtHoDk49ME1qqcjYmmLmOf0gELgcRMxN4w2iuIeVso5/6QymSrgmA==",
2867 "license": "MIT",
2868 "dependencies": {
2869 "@types/mdast": "^4.0.0",
2870 "@types/unist": "^3.0.0",
2871 "decode-named-character-reference": "^1.0.0",
2872 "devlop": "^1.0.0",
2873 "mdast-util-to-string": "^4.0.0",
2874 "micromark": "^4.0.0",
2875 "micromark-util-decode-numeric-character-reference": "^2.0.0",
2876 "micromark-util-decode-string": "^2.0.0",
2877 "micromark-util-normalize-identifier": "^2.0.0",
2878 "micromark-util-symbol": "^2.0.0",
2879 "micromark-util-types": "^2.0.0",
2880 "unist-util-stringify-position": "^4.0.0"
2881 },
2882 "funding": {
2883 "type": "opencollective",
2884 "url": "https://opencollective.com/unified"
2885 }
2886 },
2887 "node_modules/mdast-util-gfm": {
2888 "version": "3.1.0",
2889 "resolved": "https://registry.npmjs.org/mdast-util-gfm/-/mdast-util-gfm-3.1.0.tgz",
2890 "integrity": "sha512-0ulfdQOM3ysHhCJ1p06l0b0VKlhU0wuQs3thxZQagjcjPrlFRqY215uZGHHJan9GEAXd9MbfPjFJz+qMkVR6zQ==",
2891 "license": "MIT",
2892 "dependencies": {
2893 "mdast-util-from-markdown": "^2.0.0",
2894 "mdast-util-gfm-autolink-literal": "^2.0.0",
2895 "mdast-util-gfm-footnote": "^2.0.0",
2896 "mdast-util-gfm-strikethrough": "^2.0.0",
2897 "mdast-util-gfm-table": "^2.0.0",
2898 "mdast-util-gfm-task-list-item": "^2.0.0",
2899 "mdast-util-to-markdown": "^2.0.0"
2900 },
2901 "funding": {
2902 "type": "opencollective",
2903 "url": "https://opencollective.com/unified"
2904 }
2905 },
2906 "node_modules/mdast-util-gfm-autolink-literal": {
2907 "version": "2.0.1",
2908 "resolved": "https://registry.npmjs.org/mdast-util-gfm-autolink-literal/-/mdast-util-gfm-autolink-literal-2.0.1.tgz",
2909 "integrity": "sha512-5HVP2MKaP6L+G6YaxPNjuL0BPrq9orG3TsrZ9YXbA3vDw/ACI4MEsnoDpn6ZNm7GnZgtAcONJyPhOP8tNJQavQ==",
2910 "license": "MIT",
2911 "dependencies": {
2912 "@types/mdast": "^4.0.0",
2913 "ccount": "^2.0.0",
2914 "devlop": "^1.0.0",
2915 "mdast-util-find-and-replace": "^3.0.0",
2916 "micromark-util-character": "^2.0.0"
2917 },
2918 "funding": {
2919 "type": "opencollective",
2920 "url": "https://opencollective.com/unified"
2921 }
2922 },
2923 "node_modules/mdast-util-gfm-footnote": {
2924 "version": "2.1.0",
2925 "resolved": "https://registry.npmjs.org/mdast-util-gfm-footnote/-/mdast-util-gfm-footnote-2.1.0.tgz",
2926 "integrity": "sha512-sqpDWlsHn7Ac9GNZQMeUzPQSMzR6Wv0WKRNvQRg0KqHh02fpTz69Qc1QSseNX29bhz1ROIyNyxExfawVKTm1GQ==",
2927 "license": "MIT",
2928 "dependencies": {
2929 "@types/mdast": "^4.0.0",
2930 "devlop": "^1.1.0",
2931 "mdast-util-from-markdown": "^2.0.0",
2932 "mdast-util-to-markdown": "^2.0.0",
2933 "micromark-util-normalize-identifier": "^2.0.0"
2934 },
2935 "funding": {
2936 "type": "opencollective",
2937 "url": "https://opencollective.com/unified"
2938 }
2939 },
2940 "node_modules/mdast-util-gfm-strikethrough": {
2941 "version": "2.0.0",
2942 "resolved": "https://registry.npmjs.org/mdast-util-gfm-strikethrough/-/mdast-util-gfm-strikethrough-2.0.0.tgz",
2943 "integrity": "sha512-mKKb915TF+OC5ptj5bJ7WFRPdYtuHv0yTRxK2tJvi+BDqbkiG7h7u/9SI89nRAYcmap2xHQL9D+QG/6wSrTtXg==",
2944 "license": "MIT",
2945 "dependencies": {
2946 "@types/mdast": "^4.0.0",
2947 "mdast-util-from-markdown": "^2.0.0",
2948 "mdast-util-to-markdown": "^2.0.0"
2949 },
2950 "funding": {
2951 "type": "opencollective",
2952 "url": "https://opencollective.com/unified"
2953 }
2954 },
2955 "node_modules/mdast-util-gfm-table": {
2956 "version": "2.0.0",
2957 "resolved": "https://registry.npmjs.org/mdast-util-gfm-table/-/mdast-util-gfm-table-2.0.0.tgz",
2958 "integrity": "sha512-78UEvebzz/rJIxLvE7ZtDd/vIQ0RHv+3Mh5DR96p7cS7HsBhYIICDBCu8csTNWNO6tBWfqXPWekRuj2FNOGOZg==",
2959 "license": "MIT",
2960 "dependencies": {
2961 "@types/mdast": "^4.0.0",
2962 "devlop": "^1.0.0",
2963 "markdown-table": "^3.0.0",
2964 "mdast-util-from-markdown": "^2.0.0",
2965 "mdast-util-to-markdown": "^2.0.0"
2966 },
2967 "funding": {
2968 "type": "opencollective",
2969 "url": "https://opencollective.com/unified"
2970 }
2971 },
2972 "node_modules/mdast-util-gfm-task-list-item": {
2973 "version": "2.0.0",
2974 "resolved": "https://registry.npmjs.org/mdast-util-gfm-task-list-item/-/mdast-util-gfm-task-list-item-2.0.0.tgz",
2975 "integrity": "sha512-IrtvNvjxC1o06taBAVJznEnkiHxLFTzgonUdy8hzFVeDun0uTjxxrRGVaNFqkU1wJR3RBPEfsxmU6jDWPofrTQ==",
2976 "license": "MIT",
2977 "dependencies": {
2978 "@types/mdast": "^4.0.0",
2979 "devlop": "^1.0.0",
2980 "mdast-util-from-markdown": "^2.0.0",
2981 "mdast-util-to-markdown": "^2.0.0"
2982 },
2983 "funding": {
2984 "type": "opencollective",
2985 "url": "https://opencollective.com/unified"
2986 }
2987 },
2988 "node_modules/mdast-util-phrasing": {
2989 "version": "4.1.0",
2990 "resolved": "https://registry.npmjs.org/mdast-util-phrasing/-/mdast-util-phrasing-4.1.0.tgz",
2991 "integrity": "sha512-TqICwyvJJpBwvGAMZjj4J2n0X8QWp21b9l0o7eXyVJ25YNWYbJDVIyD1bZXE6WtV6RmKJVYmQAKWa0zWOABz2w==",
2992 "license": "MIT",
2993 "dependencies": {
2994 "@types/mdast": "^4.0.0",
2995 "unist-util-is": "^6.0.0"
2996 },
2997 "funding": {
2998 "type": "opencollective",
2999 "url": "https://opencollective.com/unified"
3000 }
3001 },
3002 "node_modules/mdast-util-to-hast": {
3003 "version": "13.2.0",
3004 "resolved": "https://registry.npmjs.org/mdast-util-to-hast/-/mdast-util-to-hast-13.2.0.tgz",
3005 "integrity": "sha512-QGYKEuUsYT9ykKBCMOEDLsU5JRObWQusAolFMeko/tYPufNkRffBAQjIE+99jbA87xv6FgmjLtwjh9wBWajwAA==",
3006 "license": "MIT",
3007 "dependencies": {
3008 "@types/hast": "^3.0.0",
3009 "@types/mdast": "^4.0.0",
3010 "@ungap/structured-clone": "^1.0.0",
3011 "devlop": "^1.0.0",
3012 "micromark-util-sanitize-uri": "^2.0.0",
3013 "trim-lines": "^3.0.0",
3014 "unist-util-position": "^5.0.0",
3015 "unist-util-visit": "^5.0.0",
3016 "vfile": "^6.0.0"
3017 },
3018 "funding": {
3019 "type": "opencollective",
3020 "url": "https://opencollective.com/unified"
3021 }
3022 },
3023 "node_modules/mdast-util-to-markdown": {
3024 "version": "2.1.2",
3025 "resolved": "https://registry.npmjs.org/mdast-util-to-markdown/-/mdast-util-to-markdown-2.1.2.tgz",
3026 "integrity": "sha512-xj68wMTvGXVOKonmog6LwyJKrYXZPvlwabaryTjLh9LuvovB/KAH+kvi8Gjj+7rJjsFi23nkUxRQv1KqSroMqA==",
3027 "license": "MIT",
3028 "dependencies": {
3029 "@types/mdast": "^4.0.0",
3030 "@types/unist": "^3.0.0",
3031 "longest-streak": "^3.0.0",
3032 "mdast-util-phrasing": "^4.0.0",
3033 "mdast-util-to-string": "^4.0.0",
3034 "micromark-util-classify-character": "^2.0.0",
3035 "micromark-util-decode-string": "^2.0.0",
3036 "unist-util-visit": "^5.0.0",
3037 "zwitch": "^2.0.0"
3038 },
3039 "funding": {
3040 "type": "opencollective",
3041 "url": "https://opencollective.com/unified"
3042 }
3043 },
3044 "node_modules/mdast-util-to-string": {
3045 "version": "4.0.0",
3046 "resolved": "https://registry.npmjs.org/mdast-util-to-string/-/mdast-util-to-string-4.0.0.tgz",
3047 "integrity": "sha512-0H44vDimn51F0YwvxSJSm0eCDOJTRlmN0R1yBh4HLj9wiV1Dn0QoXGbvFAWj2hSItVTlCmBF1hqKlIyUBVFLPg==",
3048 "license": "MIT",
3049 "dependencies": {
3050 "@types/mdast": "^4.0.0"
3051 },
3052 "funding": {
3053 "type": "opencollective",
3054 "url": "https://opencollective.com/unified"
3055 }
3056 },
3057 "node_modules/mdn-data": {
3058 "version": "2.12.2",
3059 "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.12.2.tgz",
3060 "integrity": "sha512-IEn+pegP1aManZuckezWCO+XZQDplx1366JoVhTpMpBB1sPey/SbveZQUosKiKiGYjg1wH4pMlNgXbCiYgihQA==",
3061 "license": "CC0-1.0"
3062 },
3063 "node_modules/micromark": {
3064 "version": "4.0.2",
3065 "resolved": "https://registry.npmjs.org/micromark/-/micromark-4.0.2.tgz",
3066 "integrity": "sha512-zpe98Q6kvavpCr1NPVSCMebCKfD7CA2NqZ+rykeNhONIJBpc1tFKt9hucLGwha3jNTNI8lHpctWJWoimVF4PfA==",
3067 "funding": [
3068 {
3069 "type": "GitHub Sponsors",
3070 "url": "https://github.com/sponsors/unifiedjs"
3071 },
3072 {
3073 "type": "OpenCollective",
3074 "url": "https://opencollective.com/unified"
3075 }
3076 ],
3077 "license": "MIT",
3078 "dependencies": {
3079 "@types/debug": "^4.0.0",
3080 "debug": "^4.0.0",
3081 "decode-named-character-reference": "^1.0.0",
3082 "devlop": "^1.0.0",
3083 "micromark-core-commonmark": "^2.0.0",
3084 "micromark-factory-space": "^2.0.0",
3085 "micromark-util-character": "^2.0.0",
3086 "micromark-util-chunked": "^2.0.0",
3087 "micromark-util-combine-extensions": "^2.0.0",
3088 "micromark-util-decode-numeric-character-reference": "^2.0.0",
3089 "micromark-util-encode": "^2.0.0",
3090 "micromark-util-normalize-identifier": "^2.0.0",
3091 "micromark-util-resolve-all": "^2.0.0",
3092 "micromark-util-sanitize-uri": "^2.0.0",
3093 "micromark-util-subtokenize": "^2.0.0",
3094 "micromark-util-symbol": "^2.0.0",
3095 "micromark-util-types": "^2.0.0"
3096 }
3097 },
3098 "node_modules/micromark-core-commonmark": {
3099 "version": "2.0.3",
3100 "resolved": "https://registry.npmjs.org/micromark-core-commonmark/-/micromark-core-commonmark-2.0.3.tgz",
3101 "integrity": "sha512-RDBrHEMSxVFLg6xvnXmb1Ayr2WzLAWjeSATAoxwKYJV94TeNavgoIdA0a9ytzDSVzBy2YKFK+emCPOEibLeCrg==",
3102 "funding": [
3103 {
3104 "type": "GitHub Sponsors",
3105 "url": "https://github.com/sponsors/unifiedjs"
3106 },
3107 {
3108 "type": "OpenCollective",
3109 "url": "https://opencollective.com/unified"
3110 }
3111 ],
3112 "license": "MIT",
3113 "dependencies": {
3114 "decode-named-character-reference": "^1.0.0",
3115 "devlop": "^1.0.0",
3116 "micromark-factory-destination": "^2.0.0",
3117 "micromark-factory-label": "^2.0.0",
3118 "micromark-factory-space": "^2.0.0",
3119 "micromark-factory-title": "^2.0.0",
3120 "micromark-factory-whitespace": "^2.0.0",
3121 "micromark-util-character": "^2.0.0",
3122 "micromark-util-chunked": "^2.0.0",
3123 "micromark-util-classify-character": "^2.0.0",
3124 "micromark-util-html-tag-name": "^2.0.0",
3125 "micromark-util-normalize-identifier": "^2.0.0",
3126 "micromark-util-resolve-all": "^2.0.0",
3127 "micromark-util-subtokenize": "^2.0.0",
3128 "micromark-util-symbol": "^2.0.0",
3129 "micromark-util-types": "^2.0.0"
3130 }
3131 },
3132 "node_modules/micromark-extension-gfm": {
3133 "version": "3.0.0",
3134 "resolved": "https://registry.npmjs.org/micromark-extension-gfm/-/micromark-extension-gfm-3.0.0.tgz",
3135 "integrity": "sha512-vsKArQsicm7t0z2GugkCKtZehqUm31oeGBV/KVSorWSy8ZlNAv7ytjFhvaryUiCUJYqs+NoE6AFhpQvBTM6Q4w==",
3136 "license": "MIT",
3137 "dependencies": {
3138 "micromark-extension-gfm-autolink-literal": "^2.0.0",
3139 "micromark-extension-gfm-footnote": "^2.0.0",
3140 "micromark-extension-gfm-strikethrough": "^2.0.0",
3141 "micromark-extension-gfm-table": "^2.0.0",
3142 "micromark-extension-gfm-tagfilter": "^2.0.0",
3143 "micromark-extension-gfm-task-list-item": "^2.0.0",
3144 "micromark-util-combine-extensions": "^2.0.0",
3145 "micromark-util-types": "^2.0.0"
3146 },
3147 "funding": {
3148 "type": "opencollective",
3149 "url": "https://opencollective.com/unified"
3150 }
3151 },
3152 "node_modules/micromark-extension-gfm-autolink-literal": {
3153 "version": "2.1.0",
3154 "resolved": "https://registry.npmjs.org/micromark-extension-gfm-autolink-literal/-/micromark-extension-gfm-autolink-literal-2.1.0.tgz",
3155 "integrity": "sha512-oOg7knzhicgQ3t4QCjCWgTmfNhvQbDDnJeVu9v81r7NltNCVmhPy1fJRX27pISafdjL+SVc4d3l48Gb6pbRypw==",
3156 "license": "MIT",
3157 "dependencies": {
3158 "micromark-util-character": "^2.0.0",
3159 "micromark-util-sanitize-uri": "^2.0.0",
3160 "micromark-util-symbol": "^2.0.0",
3161 "micromark-util-types": "^2.0.0"
3162 },
3163 "funding": {
3164 "type": "opencollective",
3165 "url": "https://opencollective.com/unified"
3166 }
3167 },
3168 "node_modules/micromark-extension-gfm-footnote": {
3169 "version": "2.1.0",
3170 "resolved": "https://registry.npmjs.org/micromark-extension-gfm-footnote/-/micromark-extension-gfm-footnote-2.1.0.tgz",
3171 "integrity": "sha512-/yPhxI1ntnDNsiHtzLKYnE3vf9JZ6cAisqVDauhp4CEHxlb4uoOTxOCJ+9s51bIB8U1N1FJ1RXOKTIlD5B/gqw==",
3172 "license": "MIT",
3173 "dependencies": {
3174 "devlop": "^1.0.0",
3175 "micromark-core-commonmark": "^2.0.0",
3176 "micromark-factory-space": "^2.0.0",
3177 "micromark-util-character": "^2.0.0",
3178 "micromark-util-normalize-identifier": "^2.0.0",
3179 "micromark-util-sanitize-uri": "^2.0.0",
3180 "micromark-util-symbol": "^2.0.0",
3181 "micromark-util-types": "^2.0.0"
3182 },
3183 "funding": {
3184 "type": "opencollective",
3185 "url": "https://opencollective.com/unified"
3186 }
3187 },
3188 "node_modules/micromark-extension-gfm-strikethrough": {
3189 "version": "2.1.0",
3190 "resolved": "https://registry.npmjs.org/micromark-extension-gfm-strikethrough/-/micromark-extension-gfm-strikethrough-2.1.0.tgz",
3191 "integrity": "sha512-ADVjpOOkjz1hhkZLlBiYA9cR2Anf8F4HqZUO6e5eDcPQd0Txw5fxLzzxnEkSkfnD0wziSGiv7sYhk/ktvbf1uw==",
3192 "license": "MIT",
3193 "dependencies": {
3194 "devlop": "^1.0.0",
3195 "micromark-util-chunked": "^2.0.0",
3196 "micromark-util-classify-character": "^2.0.0",
3197 "micromark-util-resolve-all": "^2.0.0",
3198 "micromark-util-symbol": "^2.0.0",
3199 "micromark-util-types": "^2.0.0"
3200 },
3201 "funding": {
3202 "type": "opencollective",
3203 "url": "https://opencollective.com/unified"
3204 }
3205 },
3206 "node_modules/micromark-extension-gfm-table": {
3207 "version": "2.1.1",
3208 "resolved": "https://registry.npmjs.org/micromark-extension-gfm-table/-/micromark-extension-gfm-table-2.1.1.tgz",
3209 "integrity": "sha512-t2OU/dXXioARrC6yWfJ4hqB7rct14e8f7m0cbI5hUmDyyIlwv5vEtooptH8INkbLzOatzKuVbQmAYcbWoyz6Dg==",
3210 "license": "MIT",
3211 "dependencies": {
3212 "devlop": "^1.0.0",
3213 "micromark-factory-space": "^2.0.0",
3214 "micromark-util-character": "^2.0.0",
3215 "micromark-util-symbol": "^2.0.0",
3216 "micromark-util-types": "^2.0.0"
3217 },
3218 "funding": {
3219 "type": "opencollective",
3220 "url": "https://opencollective.com/unified"
3221 }
3222 },
3223 "node_modules/micromark-extension-gfm-tagfilter": {
3224 "version": "2.0.0",
3225 "resolved": "https://registry.npmjs.org/micromark-extension-gfm-tagfilter/-/micromark-extension-gfm-tagfilter-2.0.0.tgz",
3226 "integrity": "sha512-xHlTOmuCSotIA8TW1mDIM6X2O1SiX5P9IuDtqGonFhEK0qgRI4yeC6vMxEV2dgyr2TiD+2PQ10o+cOhdVAcwfg==",
3227 "license": "MIT",
3228 "dependencies": {
3229 "micromark-util-types": "^2.0.0"
3230 },
3231 "funding": {
3232 "type": "opencollective",
3233 "url": "https://opencollective.com/unified"
3234 }
3235 },
3236 "node_modules/micromark-extension-gfm-task-list-item": {
3237 "version": "2.1.0",
3238 "resolved": "https://registry.npmjs.org/micromark-extension-gfm-task-list-item/-/micromark-extension-gfm-task-list-item-2.1.0.tgz",
3239 "integrity": "sha512-qIBZhqxqI6fjLDYFTBIa4eivDMnP+OZqsNwmQ3xNLE4Cxwc+zfQEfbs6tzAo2Hjq+bh6q5F+Z8/cksrLFYWQQw==",
3240 "license": "MIT",
3241 "dependencies": {
3242 "devlop": "^1.0.0",
3243 "micromark-factory-space": "^2.0.0",
3244 "micromark-util-character": "^2.0.0",
3245 "micromark-util-symbol": "^2.0.0",
3246 "micromark-util-types": "^2.0.0"
3247 },
3248 "funding": {
3249 "type": "opencollective",
3250 "url": "https://opencollective.com/unified"
3251 }
3252 },
3253 "node_modules/micromark-factory-destination": {
3254 "version": "2.0.1",
3255 "resolved": "https://registry.npmjs.org/micromark-factory-destination/-/micromark-factory-destination-2.0.1.tgz",
3256 "integrity": "sha512-Xe6rDdJlkmbFRExpTOmRj9N3MaWmbAgdpSrBQvCFqhezUn4AHqJHbaEnfbVYYiexVSs//tqOdY/DxhjdCiJnIA==",
3257 "funding": [
3258 {
3259 "type": "GitHub Sponsors",
3260 "url": "https://github.com/sponsors/unifiedjs"
3261 },
3262 {
3263 "type": "OpenCollective",
3264 "url": "https://opencollective.com/unified"
3265 }
3266 ],
3267 "license": "MIT",
3268 "dependencies": {
3269 "micromark-util-character": "^2.0.0",
3270 "micromark-util-symbol": "^2.0.0",
3271 "micromark-util-types": "^2.0.0"
3272 }
3273 },
3274 "node_modules/micromark-factory-label": {
3275 "version": "2.0.1",
3276 "resolved": "https://registry.npmjs.org/micromark-factory-label/-/micromark-factory-label-2.0.1.tgz",
3277 "integrity": "sha512-VFMekyQExqIW7xIChcXn4ok29YE3rnuyveW3wZQWWqF4Nv9Wk5rgJ99KzPvHjkmPXF93FXIbBp6YdW3t71/7Vg==",
3278 "funding": [
3279 {
3280 "type": "GitHub Sponsors",
3281 "url": "https://github.com/sponsors/unifiedjs"
3282 },
3283 {
3284 "type": "OpenCollective",
3285 "url": "https://opencollective.com/unified"
3286 }
3287 ],
3288 "license": "MIT",
3289 "dependencies": {
3290 "devlop": "^1.0.0",
3291 "micromark-util-character": "^2.0.0",
3292 "micromark-util-symbol": "^2.0.0",
3293 "micromark-util-types": "^2.0.0"
3294 }
3295 },
3296 "node_modules/micromark-factory-space": {
3297 "version": "2.0.1",
3298 "resolved": "https://registry.npmjs.org/micromark-factory-space/-/micromark-factory-space-2.0.1.tgz",
3299 "integrity": "sha512-zRkxjtBxxLd2Sc0d+fbnEunsTj46SWXgXciZmHq0kDYGnck/ZSGj9/wULTV95uoeYiK5hRXP2mJ98Uo4cq/LQg==",
3300 "funding": [
3301 {
3302 "type": "GitHub Sponsors",
3303 "url": "https://github.com/sponsors/unifiedjs"
3304 },
3305 {
3306 "type": "OpenCollective",
3307 "url": "https://opencollective.com/unified"
3308 }
3309 ],
3310 "license": "MIT",
3311 "dependencies": {
3312 "micromark-util-character": "^2.0.0",
3313 "micromark-util-types": "^2.0.0"
3314 }
3315 },
3316 "node_modules/micromark-factory-title": {
3317 "version": "2.0.1",
3318 "resolved": "https://registry.npmjs.org/micromark-factory-title/-/micromark-factory-title-2.0.1.tgz",
3319 "integrity": "sha512-5bZ+3CjhAd9eChYTHsjy6TGxpOFSKgKKJPJxr293jTbfry2KDoWkhBb6TcPVB4NmzaPhMs1Frm9AZH7OD4Cjzw==",
3320 "funding": [
3321 {
3322 "type": "GitHub Sponsors",
3323 "url": "https://github.com/sponsors/unifiedjs"
3324 },
3325 {
3326 "type": "OpenCollective",
3327 "url": "https://opencollective.com/unified"
3328 }
3329 ],
3330 "license": "MIT",
3331 "dependencies": {
3332 "micromark-factory-space": "^2.0.0",
3333 "micromark-util-character": "^2.0.0",
3334 "micromark-util-symbol": "^2.0.0",
3335 "micromark-util-types": "^2.0.0"
3336 }
3337 },
3338 "node_modules/micromark-factory-whitespace": {
3339 "version": "2.0.1",
3340 "resolved": "https://registry.npmjs.org/micromark-factory-whitespace/-/micromark-factory-whitespace-2.0.1.tgz",
3341 "integrity": "sha512-Ob0nuZ3PKt/n0hORHyvoD9uZhr+Za8sFoP+OnMcnWK5lngSzALgQYKMr9RJVOWLqQYuyn6ulqGWSXdwf6F80lQ==",
3342 "funding": [
3343 {
3344 "type": "GitHub Sponsors",
3345 "url": "https://github.com/sponsors/unifiedjs"
3346 },
3347 {
3348 "type": "OpenCollective",
3349 "url": "https://opencollective.com/unified"
3350 }
3351 ],
3352 "license": "MIT",
3353 "dependencies": {
3354 "micromark-factory-space": "^2.0.0",
3355 "micromark-util-character": "^2.0.0",
3356 "micromark-util-symbol": "^2.0.0",
3357 "micromark-util-types": "^2.0.0"
3358 }
3359 },
3360 "node_modules/micromark-util-character": {
3361 "version": "2.1.1",
3362 "resolved": "https://registry.npmjs.org/micromark-util-character/-/micromark-util-character-2.1.1.tgz",
3363 "integrity": "sha512-wv8tdUTJ3thSFFFJKtpYKOYiGP2+v96Hvk4Tu8KpCAsTMs6yi+nVmGh1syvSCsaxz45J6Jbw+9DD6g97+NV67Q==",
3364 "funding": [
3365 {
3366 "type": "GitHub Sponsors",
3367 "url": "https://github.com/sponsors/unifiedjs"
3368 },
3369 {
3370 "type": "OpenCollective",
3371 "url": "https://opencollective.com/unified"
3372 }
3373 ],
3374 "license": "MIT",
3375 "dependencies": {
3376 "micromark-util-symbol": "^2.0.0",
3377 "micromark-util-types": "^2.0.0"
3378 }
3379 },
3380 "node_modules/micromark-util-chunked": {
3381 "version": "2.0.1",
3382 "resolved": "https://registry.npmjs.org/micromark-util-chunked/-/micromark-util-chunked-2.0.1.tgz",
3383 "integrity": "sha512-QUNFEOPELfmvv+4xiNg2sRYeS/P84pTW0TCgP5zc9FpXetHY0ab7SxKyAQCNCc1eK0459uoLI1y5oO5Vc1dbhA==",
3384 "funding": [
3385 {
3386 "type": "GitHub Sponsors",
3387 "url": "https://github.com/sponsors/unifiedjs"
3388 },
3389 {
3390 "type": "OpenCollective",
3391 "url": "https://opencollective.com/unified"
3392 }
3393 ],
3394 "license": "MIT",
3395 "dependencies": {
3396 "micromark-util-symbol": "^2.0.0"
3397 }
3398 },
3399 "node_modules/micromark-util-classify-character": {
3400 "version": "2.0.1",
3401 "resolved": "https://registry.npmjs.org/micromark-util-classify-character/-/micromark-util-classify-character-2.0.1.tgz",
3402 "integrity": "sha512-K0kHzM6afW/MbeWYWLjoHQv1sgg2Q9EccHEDzSkxiP/EaagNzCm7T/WMKZ3rjMbvIpvBiZgwR3dKMygtA4mG1Q==",
3403 "funding": [
3404 {
3405 "type": "GitHub Sponsors",
3406 "url": "https://github.com/sponsors/unifiedjs"
3407 },
3408 {
3409 "type": "OpenCollective",
3410 "url": "https://opencollective.com/unified"
3411 }
3412 ],
3413 "license": "MIT",
3414 "dependencies": {
3415 "micromark-util-character": "^2.0.0",
3416 "micromark-util-symbol": "^2.0.0",
3417 "micromark-util-types": "^2.0.0"
3418 }
3419 },
3420 "node_modules/micromark-util-combine-extensions": {
3421 "version": "2.0.1",
3422 "resolved": "https://registry.npmjs.org/micromark-util-combine-extensions/-/micromark-util-combine-extensions-2.0.1.tgz",
3423 "integrity": "sha512-OnAnH8Ujmy59JcyZw8JSbK9cGpdVY44NKgSM7E9Eh7DiLS2E9RNQf0dONaGDzEG9yjEl5hcqeIsj4hfRkLH/Bg==",
3424 "funding": [
3425 {
3426 "type": "GitHub Sponsors",
3427 "url": "https://github.com/sponsors/unifiedjs"
3428 },
3429 {
3430 "type": "OpenCollective",
3431 "url": "https://opencollective.com/unified"
3432 }
3433 ],
3434 "license": "MIT",
3435 "dependencies": {
3436 "micromark-util-chunked": "^2.0.0",
3437 "micromark-util-types": "^2.0.0"
3438 }
3439 },
3440 "node_modules/micromark-util-decode-numeric-character-reference": {
3441 "version": "2.0.2",
3442 "resolved": "https://registry.npmjs.org/micromark-util-decode-numeric-character-reference/-/micromark-util-decode-numeric-character-reference-2.0.2.tgz",
3443 "integrity": "sha512-ccUbYk6CwVdkmCQMyr64dXz42EfHGkPQlBj5p7YVGzq8I7CtjXZJrubAYezf7Rp+bjPseiROqe7G6foFd+lEuw==",
3444 "funding": [
3445 {
3446 "type": "GitHub Sponsors",
3447 "url": "https://github.com/sponsors/unifiedjs"
3448 },
3449 {
3450 "type": "OpenCollective",
3451 "url": "https://opencollective.com/unified"
3452 }
3453 ],
3454 "license": "MIT",
3455 "dependencies": {
3456 "micromark-util-symbol": "^2.0.0"
3457 }
3458 },
3459 "node_modules/micromark-util-decode-string": {
3460 "version": "2.0.1",
3461 "resolved": "https://registry.npmjs.org/micromark-util-decode-string/-/micromark-util-decode-string-2.0.1.tgz",
3462 "integrity": "sha512-nDV/77Fj6eH1ynwscYTOsbK7rR//Uj0bZXBwJZRfaLEJ1iGBR6kIfNmlNqaqJf649EP0F3NWNdeJi03elllNUQ==",
3463 "funding": [
3464 {
3465 "type": "GitHub Sponsors",
3466 "url": "https://github.com/sponsors/unifiedjs"
3467 },
3468 {
3469 "type": "OpenCollective",
3470 "url": "https://opencollective.com/unified"
3471 }
3472 ],
3473 "license": "MIT",
3474 "dependencies": {
3475 "decode-named-character-reference": "^1.0.0",
3476 "micromark-util-character": "^2.0.0",
3477 "micromark-util-decode-numeric-character-reference": "^2.0.0",
3478 "micromark-util-symbol": "^2.0.0"
3479 }
3480 },
3481 "node_modules/micromark-util-encode": {
3482 "version": "2.0.1",
3483 "resolved": "https://registry.npmjs.org/micromark-util-encode/-/micromark-util-encode-2.0.1.tgz",
3484 "integrity": "sha512-c3cVx2y4KqUnwopcO9b/SCdo2O67LwJJ/UyqGfbigahfegL9myoEFoDYZgkT7f36T0bLrM9hZTAaAyH+PCAXjw==",
3485 "funding": [
3486 {
3487 "type": "GitHub Sponsors",
3488 "url": "https://github.com/sponsors/unifiedjs"
3489 },
3490 {
3491 "type": "OpenCollective",
3492 "url": "https://opencollective.com/unified"
3493 }
3494 ],
3495 "license": "MIT"
3496 },
3497 "node_modules/micromark-util-html-tag-name": {
3498 "version": "2.0.1",
3499 "resolved": "https://registry.npmjs.org/micromark-util-html-tag-name/-/micromark-util-html-tag-name-2.0.1.tgz",
3500 "integrity": "sha512-2cNEiYDhCWKI+Gs9T0Tiysk136SnR13hhO8yW6BGNyhOC4qYFnwF1nKfD3HFAIXA5c45RrIG1ub11GiXeYd1xA==",
3501 "funding": [
3502 {
3503 "type": "GitHub Sponsors",
3504 "url": "https://github.com/sponsors/unifiedjs"
3505 },
3506 {
3507 "type": "OpenCollective",
3508 "url": "https://opencollective.com/unified"
3509 }
3510 ],
3511 "license": "MIT"
3512 },
3513 "node_modules/micromark-util-normalize-identifier": {
3514 "version": "2.0.1",
3515 "resolved": "https://registry.npmjs.org/micromark-util-normalize-identifier/-/micromark-util-normalize-identifier-2.0.1.tgz",
3516 "integrity": "sha512-sxPqmo70LyARJs0w2UclACPUUEqltCkJ6PhKdMIDuJ3gSf/Q+/GIe3WKl0Ijb/GyH9lOpUkRAO2wp0GVkLvS9Q==",
3517 "funding": [
3518 {
3519 "type": "GitHub Sponsors",
3520 "url": "https://github.com/sponsors/unifiedjs"
3521 },
3522 {
3523 "type": "OpenCollective",
3524 "url": "https://opencollective.com/unified"
3525 }
3526 ],
3527 "license": "MIT",
3528 "dependencies": {
3529 "micromark-util-symbol": "^2.0.0"
3530 }
3531 },
3532 "node_modules/micromark-util-resolve-all": {
3533 "version": "2.0.1",
3534 "resolved": "https://registry.npmjs.org/micromark-util-resolve-all/-/micromark-util-resolve-all-2.0.1.tgz",
3535 "integrity": "sha512-VdQyxFWFT2/FGJgwQnJYbe1jjQoNTS4RjglmSjTUlpUMa95Htx9NHeYW4rGDJzbjvCsl9eLjMQwGeElsqmzcHg==",
3536 "funding": [
3537 {
3538 "type": "GitHub Sponsors",
3539 "url": "https://github.com/sponsors/unifiedjs"
3540 },
3541 {
3542 "type": "OpenCollective",
3543 "url": "https://opencollective.com/unified"
3544 }
3545 ],
3546 "license": "MIT",
3547 "dependencies": {
3548 "micromark-util-types": "^2.0.0"
3549 }
3550 },
3551 "node_modules/micromark-util-sanitize-uri": {
3552 "version": "2.0.1",
3553 "resolved": "https://registry.npmjs.org/micromark-util-sanitize-uri/-/micromark-util-sanitize-uri-2.0.1.tgz",
3554 "integrity": "sha512-9N9IomZ/YuGGZZmQec1MbgxtlgougxTodVwDzzEouPKo3qFWvymFHWcnDi2vzV1ff6kas9ucW+o3yzJK9YB1AQ==",
3555 "funding": [
3556 {
3557 "type": "GitHub Sponsors",
3558 "url": "https://github.com/sponsors/unifiedjs"
3559 },
3560 {
3561 "type": "OpenCollective",
3562 "url": "https://opencollective.com/unified"
3563 }
3564 ],
3565 "license": "MIT",
3566 "dependencies": {
3567 "micromark-util-character": "^2.0.0",
3568 "micromark-util-encode": "^2.0.0",
3569 "micromark-util-symbol": "^2.0.0"
3570 }
3571 },
3572 "node_modules/micromark-util-subtokenize": {
3573 "version": "2.1.0",
3574 "resolved": "https://registry.npmjs.org/micromark-util-subtokenize/-/micromark-util-subtokenize-2.1.0.tgz",
3575 "integrity": "sha512-XQLu552iSctvnEcgXw6+Sx75GflAPNED1qx7eBJ+wydBb2KCbRZe+NwvIEEMM83uml1+2WSXpBAcp9IUCgCYWA==",
3576 "funding": [
3577 {
3578 "type": "GitHub Sponsors",
3579 "url": "https://github.com/sponsors/unifiedjs"
3580 },
3581 {
3582 "type": "OpenCollective",
3583 "url": "https://opencollective.com/unified"
3584 }
3585 ],
3586 "license": "MIT",
3587 "dependencies": {
3588 "devlop": "^1.0.0",
3589 "micromark-util-chunked": "^2.0.0",
3590 "micromark-util-symbol": "^2.0.0",
3591 "micromark-util-types": "^2.0.0"
3592 }
3593 },
3594 "node_modules/micromark-util-symbol": {
3595 "version": "2.0.1",
3596 "resolved": "https://registry.npmjs.org/micromark-util-symbol/-/micromark-util-symbol-2.0.1.tgz",
3597 "integrity": "sha512-vs5t8Apaud9N28kgCrRUdEed4UJ+wWNvicHLPxCa9ENlYuAY31M0ETy5y1vA33YoNPDFTghEbnh6efaE8h4x0Q==",
3598 "funding": [
3599 {
3600 "type": "GitHub Sponsors",
3601 "url": "https://github.com/sponsors/unifiedjs"
3602 },
3603 {
3604 "type": "OpenCollective",
3605 "url": "https://opencollective.com/unified"
3606 }
3607 ],
3608 "license": "MIT"
3609 },
3610 "node_modules/micromark-util-types": {
3611 "version": "2.0.2",
3612 "resolved": "https://registry.npmjs.org/micromark-util-types/-/micromark-util-types-2.0.2.tgz",
3613 "integrity": "sha512-Yw0ECSpJoViF1qTU4DC6NwtC4aWGt1EkzaQB8KPPyCRR8z9TWeV0HbEFGTO+ZY1wB22zmxnJqhPyTpOVCpeHTA==",
3614 "funding": [
3615 {
3616 "type": "GitHub Sponsors",
3617 "url": "https://github.com/sponsors/unifiedjs"
3618 },
3619 {
3620 "type": "OpenCollective",
3621 "url": "https://opencollective.com/unified"
3622 }
3623 ],
3624 "license": "MIT"
3625 },
3626 "node_modules/mrmime": {
3627 "version": "2.0.1",
3628 "resolved": "https://registry.npmjs.org/mrmime/-/mrmime-2.0.1.tgz",
3629 "integrity": "sha512-Y3wQdFg2Va6etvQ5I82yUhGdsKrcYox6p7FfL1LbK2J4V01F9TGlepTIhnK24t7koZibmg82KGglhA1XK5IsLQ==",
3630 "license": "MIT",
3631 "engines": {
3632 "node": ">=10"
3633 }
3634 },
3635 "node_modules/ms": {
3636 "version": "2.1.3",
3637 "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
3638 "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
3639 "license": "MIT"
3640 },
3641 "node_modules/nanoid": {
3642 "version": "3.3.11",
3643 "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.11.tgz",
3644 "integrity": "sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==",
3645 "funding": [
3646 {
3647 "type": "github",
3648 "url": "https://github.com/sponsors/ai"
3649 }
3650 ],
3651 "license": "MIT",
3652 "bin": {
3653 "nanoid": "bin/nanoid.cjs"
3654 },
3655 "engines": {
3656 "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
3657 }
3658 },
3659 "node_modules/neotraverse": {
3660 "version": "0.6.18",
3661 "resolved": "https://registry.npmjs.org/neotraverse/-/neotraverse-0.6.18.tgz",
3662 "integrity": "sha512-Z4SmBUweYa09+o6pG+eASabEpP6QkQ70yHj351pQoEXIs8uHbaU2DWVmzBANKgflPa47A50PtB2+NgRpQvr7vA==",
3663 "license": "MIT",
3664 "engines": {
3665 "node": ">= 10"
3666 }
3667 },
3668 "node_modules/nlcst-to-string": {
3669 "version": "4.0.0",
3670 "resolved": "https://registry.npmjs.org/nlcst-to-string/-/nlcst-to-string-4.0.0.tgz",
3671 "integrity": "sha512-YKLBCcUYKAg0FNlOBT6aI91qFmSiFKiluk655WzPF+DDMA02qIyy8uiRqI8QXtcFpEvll12LpL5MXqEmAZ+dcA==",
3672 "license": "MIT",
3673 "dependencies": {
3674 "@types/nlcst": "^2.0.0"
3675 },
3676 "funding": {
3677 "type": "opencollective",
3678 "url": "https://opencollective.com/unified"
3679 }
3680 },
3681 "node_modules/node-fetch-native": {
3682 "version": "1.6.7",
3683 "resolved": "https://registry.npmjs.org/node-fetch-native/-/node-fetch-native-1.6.7.tgz",
3684 "integrity": "sha512-g9yhqoedzIUm0nTnTqAQvueMPVOuIY16bqgAJJC8XOOubYFNwz6IER9qs0Gq2Xd0+CecCKFjtdDTMA4u4xG06Q==",
3685 "license": "MIT"
3686 },
3687 "node_modules/node-mock-http": {
3688 "version": "1.0.3",
3689 "resolved": "https://registry.npmjs.org/node-mock-http/-/node-mock-http-1.0.3.tgz",
3690 "integrity": "sha512-jN8dK25fsfnMrVsEhluUTPkBFY+6ybu7jSB1n+ri/vOGjJxU8J9CZhpSGkHXSkFjtUhbmoncG/YG9ta5Ludqog==",
3691 "license": "MIT"
3692 },
3693 "node_modules/normalize-path": {
3694 "version": "3.0.0",
3695 "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz",
3696 "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==",
3697 "license": "MIT",
3698 "engines": {
3699 "node": ">=0.10.0"
3700 }
3701 },
3702 "node_modules/nth-check": {
3703 "version": "2.1.1",
3704 "resolved": "https://registry.npmjs.org/nth-check/-/nth-check-2.1.1.tgz",
3705 "integrity": "sha512-lqjrjmaOoAnWfMmBPL+XNnynZh2+swxiX3WUE0s4yEHI6m+AwrK2UZOimIRl3X/4QctVqS8AiZjFqyOGrMXb/w==",
3706 "license": "BSD-2-Clause",
3707 "dependencies": {
3708 "boolbase": "^1.0.0"
3709 },
3710 "funding": {
3711 "url": "https://github.com/fb55/nth-check?sponsor=1"
3712 }
3713 },
3714 "node_modules/ofetch": {
3715 "version": "1.5.1",
3716 "resolved": "https://registry.npmjs.org/ofetch/-/ofetch-1.5.1.tgz",
3717 "integrity": "sha512-2W4oUZlVaqAPAil6FUg/difl6YhqhUR7x2eZY4bQCko22UXg3hptq9KLQdqFClV+Wu85UX7hNtdGTngi/1BxcA==",
3718 "license": "MIT",
3719 "dependencies": {
3720 "destr": "^2.0.5",
3721 "node-fetch-native": "^1.6.7",
3722 "ufo": "^1.6.1"
3723 }
3724 },
3725 "node_modules/ohash": {
3726 "version": "2.0.11",
3727 "resolved": "https://registry.npmjs.org/ohash/-/ohash-2.0.11.tgz",
3728 "integrity": "sha512-RdR9FQrFwNBNXAr4GixM8YaRZRJ5PUWbKYbE5eOsrwAjJW0q2REGcf79oYPsLyskQCZG1PLN+S/K1V00joZAoQ==",
3729 "license": "MIT"
3730 },
3731 "node_modules/oniguruma-parser": {
3732 "version": "0.12.1",
3733 "resolved": "https://registry.npmjs.org/oniguruma-parser/-/oniguruma-parser-0.12.1.tgz",
3734 "integrity": "sha512-8Unqkvk1RYc6yq2WBYRj4hdnsAxVze8i7iPfQr8e4uSP3tRv0rpZcbGUDvxfQQcdwHt/e9PrMvGCsa8OqG9X3w==",
3735 "license": "MIT"
3736 },
3737 "node_modules/oniguruma-to-es": {
3738 "version": "4.3.4",
3739 "resolved": "https://registry.npmjs.org/oniguruma-to-es/-/oniguruma-to-es-4.3.4.tgz",
3740 "integrity": "sha512-3VhUGN3w2eYxnTzHn+ikMI+fp/96KoRSVK9/kMTcFqj1NRDh2IhQCKvYxDnWePKRXY/AqH+Fuiyb7VHSzBjHfA==",
3741 "license": "MIT",
3742 "dependencies": {
3743 "oniguruma-parser": "^0.12.1",
3744 "regex": "^6.0.1",
3745 "regex-recursion": "^6.0.2"
3746 }
3747 },
3748 "node_modules/p-limit": {
3749 "version": "6.2.0",
3750 "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-6.2.0.tgz",
3751 "integrity": "sha512-kuUqqHNUqoIWp/c467RI4X6mmyuojY5jGutNU0wVTmEOOfcuwLqyMVoAi9MKi2Ak+5i9+nhmrK4ufZE8069kHA==",
3752 "license": "MIT",
3753 "dependencies": {
3754 "yocto-queue": "^1.1.1"
3755 },
3756 "engines": {
3757 "node": ">=18"
3758 },
3759 "funding": {
3760 "url": "https://github.com/sponsors/sindresorhus"
3761 }
3762 },
3763 "node_modules/p-queue": {
3764 "version": "8.1.1",
3765 "resolved": "https://registry.npmjs.org/p-queue/-/p-queue-8.1.1.tgz",
3766 "integrity": "sha512-aNZ+VfjobsWryoiPnEApGGmf5WmNsCo9xu8dfaYamG5qaLP7ClhLN6NgsFe6SwJ2UbLEBK5dv9x8Mn5+RVhMWQ==",
3767 "license": "MIT",
3768 "dependencies": {
3769 "eventemitter3": "^5.0.1",
3770 "p-timeout": "^6.1.2"
3771 },
3772 "engines": {
3773 "node": ">=18"
3774 },
3775 "funding": {
3776 "url": "https://github.com/sponsors/sindresorhus"
3777 }
3778 },
3779 "node_modules/p-timeout": {
3780 "version": "6.1.4",
3781 "resolved": "https://registry.npmjs.org/p-timeout/-/p-timeout-6.1.4.tgz",
3782 "integrity": "sha512-MyIV3ZA/PmyBN/ud8vV9XzwTrNtR4jFrObymZYnZqMmW0zA8Z17vnT0rBgFE/TlohB+YCHqXMgZzb3Csp49vqg==",
3783 "license": "MIT",
3784 "engines": {
3785 "node": ">=14.16"
3786 },
3787 "funding": {
3788 "url": "https://github.com/sponsors/sindresorhus"
3789 }
3790 },
3791 "node_modules/package-manager-detector": {
3792 "version": "1.5.0",
3793 "resolved": "https://registry.npmjs.org/package-manager-detector/-/package-manager-detector-1.5.0.tgz",
3794 "integrity": "sha512-uBj69dVlYe/+wxj8JOpr97XfsxH/eumMt6HqjNTmJDf/6NO9s+0uxeOneIz3AsPt2m6y9PqzDzd3ATcU17MNfw==",
3795 "license": "MIT"
3796 },
3797 "node_modules/pako": {
3798 "version": "0.2.9",
3799 "resolved": "https://registry.npmjs.org/pako/-/pako-0.2.9.tgz",
3800 "integrity": "sha512-NUcwaKxUxWrZLpDG+z/xZaCgQITkA/Dv4V/T6bw7VON6l1Xz/VnrBqrYjZQ12TamKHzITTfOEIYUj48y2KXImA==",
3801 "license": "MIT"
3802 },
3803 "node_modules/parse-latin": {
3804 "version": "7.0.0",
3805 "resolved": "https://registry.npmjs.org/parse-latin/-/parse-latin-7.0.0.tgz",
3806 "integrity": "sha512-mhHgobPPua5kZ98EF4HWiH167JWBfl4pvAIXXdbaVohtK7a6YBOy56kvhCqduqyo/f3yrHFWmqmiMg/BkBkYYQ==",
3807 "license": "MIT",
3808 "dependencies": {
3809 "@types/nlcst": "^2.0.0",
3810 "@types/unist": "^3.0.0",
3811 "nlcst-to-string": "^4.0.0",
3812 "unist-util-modify-children": "^4.0.0",
3813 "unist-util-visit-children": "^3.0.0",
3814 "vfile": "^6.0.0"
3815 },
3816 "funding": {
3817 "type": "github",
3818 "url": "https://github.com/sponsors/wooorm"
3819 }
3820 },
3821 "node_modules/parse5": {
3822 "version": "7.3.0",
3823 "resolved": "https://registry.npmjs.org/parse5/-/parse5-7.3.0.tgz",
3824 "integrity": "sha512-IInvU7fabl34qmi9gY8XOVxhYyMyuH2xUNpb2q8/Y+7552KlejkRvqvD19nMoUW/uQGGbqNpA6Tufu5FL5BZgw==",
3825 "license": "MIT",
3826 "dependencies": {
3827 "entities": "^6.0.0"
3828 },
3829 "funding": {
3830 "url": "https://github.com/inikulin/parse5?sponsor=1"
3831 }
3832 },
3833 "node_modules/piccolore": {
3834 "version": "0.1.3",
3835 "resolved": "https://registry.npmjs.org/piccolore/-/piccolore-0.1.3.tgz",
3836 "integrity": "sha512-o8bTeDWjE086iwKrROaDf31K0qC/BENdm15/uH9usSC/uZjJOKb2YGiVHfLY4GhwsERiPI1jmwI2XrA7ACOxVw==",
3837 "license": "ISC"
3838 },
3839 "node_modules/picocolors": {
3840 "version": "1.1.1",
3841 "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz",
3842 "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",
3843 "license": "ISC"
3844 },
3845 "node_modules/picomatch": {
3846 "version": "4.0.3",
3847 "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.3.tgz",
3848 "integrity": "sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==",
3849 "license": "MIT",
3850 "engines": {
3851 "node": ">=12"
3852 },
3853 "funding": {
3854 "url": "https://github.com/sponsors/jonschlinkert"
3855 }
3856 },
3857 "node_modules/postcss": {
3858 "version": "8.5.6",
3859 "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.6.tgz",
3860 "integrity": "sha512-3Ybi1tAuwAP9s0r1UQ2J4n5Y0G05bJkpUIO0/bI9MhwmD70S5aTWbXGBwxHrelT+XM1k6dM0pk+SwNkpTRN7Pg==",
3861 "funding": [
3862 {
3863 "type": "opencollective",
3864 "url": "https://opencollective.com/postcss/"
3865 },
3866 {
3867 "type": "tidelift",
3868 "url": "https://tidelift.com/funding/github/npm/postcss"
3869 },
3870 {
3871 "type": "github",
3872 "url": "https://github.com/sponsors/ai"
3873 }
3874 ],
3875 "license": "MIT",
3876 "dependencies": {
3877 "nanoid": "^3.3.11",
3878 "picocolors": "^1.1.1",
3879 "source-map-js": "^1.2.1"
3880 },
3881 "engines": {
3882 "node": "^10 || ^12 || >=14"
3883 }
3884 },
3885 "node_modules/prettier": {
3886 "version": "3.6.2",
3887 "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.6.2.tgz",
3888 "integrity": "sha512-I7AIg5boAr5R0FFtJ6rCfD+LFsWHp81dolrFD8S79U9tb8Az2nGrJncnMSnys+bpQJfRUzqs9hnA81OAA3hCuQ==",
3889 "dev": true,
3890 "license": "MIT",
3891 "bin": {
3892 "prettier": "bin/prettier.cjs"
3893 },
3894 "engines": {
3895 "node": ">=14"
3896 },
3897 "funding": {
3898 "url": "https://github.com/prettier/prettier?sponsor=1"
3899 }
3900 },
3901 "node_modules/prettier-plugin-astro": {
3902 "version": "0.14.1",
3903 "resolved": "https://registry.npmjs.org/prettier-plugin-astro/-/prettier-plugin-astro-0.14.1.tgz",
3904 "integrity": "sha512-RiBETaaP9veVstE4vUwSIcdATj6dKmXljouXc/DDNwBSPTp8FRkLGDSGFClKsAFeeg+13SB0Z1JZvbD76bigJw==",
3905 "dev": true,
3906 "license": "MIT",
3907 "dependencies": {
3908 "@astrojs/compiler": "^2.9.1",
3909 "prettier": "^3.0.0",
3910 "sass-formatter": "^0.7.6"
3911 },
3912 "engines": {
3913 "node": "^14.15.0 || >=16.0.0"
3914 }
3915 },
3916 "node_modules/prismjs": {
3917 "version": "1.30.0",
3918 "resolved": "https://registry.npmjs.org/prismjs/-/prismjs-1.30.0.tgz",
3919 "integrity": "sha512-DEvV2ZF2r2/63V+tK8hQvrR2ZGn10srHbXviTlcv7Kpzw8jWiNTqbVgjO3IY8RxrrOUF8VPMQQFysYYYv0YZxw==",
3920 "license": "MIT",
3921 "engines": {
3922 "node": ">=6"
3923 }
3924 },
3925 "node_modules/prompts": {
3926 "version": "2.4.2",
3927 "resolved": "https://registry.npmjs.org/prompts/-/prompts-2.4.2.tgz",
3928 "integrity": "sha512-NxNv/kLguCA7p3jE8oL2aEBsrJWgAakBpgmgK6lpPWV+WuOmY6r2/zbAVnP+T8bQlA0nzHXSJSJW0Hq7ylaD2Q==",
3929 "license": "MIT",
3930 "dependencies": {
3931 "kleur": "^3.0.3",
3932 "sisteransi": "^1.0.5"
3933 },
3934 "engines": {
3935 "node": ">= 6"
3936 }
3937 },
3938 "node_modules/property-information": {
3939 "version": "7.1.0",
3940 "resolved": "https://registry.npmjs.org/property-information/-/property-information-7.1.0.tgz",
3941 "integrity": "sha512-TwEZ+X+yCJmYfL7TPUOcvBZ4QfoT5YenQiJuX//0th53DE6w0xxLEtfK3iyryQFddXuvkIk51EEgrJQ0WJkOmQ==",
3942 "license": "MIT",
3943 "funding": {
3944 "type": "github",
3945 "url": "https://github.com/sponsors/wooorm"
3946 }
3947 },
3948 "node_modules/radix3": {
3949 "version": "1.1.2",
3950 "resolved": "https://registry.npmjs.org/radix3/-/radix3-1.1.2.tgz",
3951 "integrity": "sha512-b484I/7b8rDEdSDKckSSBA8knMpcdsXudlE/LNL639wFoHKwLbEkQFZHWEYwDC0wa0FKUcCY+GAF73Z7wxNVFA==",
3952 "license": "MIT"
3953 },
3954 "node_modules/readdirp": {
3955 "version": "4.1.2",
3956 "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-4.1.2.tgz",
3957 "integrity": "sha512-GDhwkLfywWL2s6vEjyhri+eXmfH6j1L7JE27WhqLeYzoh/A3DBaYGEj2H/HFZCn/kMfim73FXxEJTw06WtxQwg==",
3958 "license": "MIT",
3959 "engines": {
3960 "node": ">= 14.18.0"
3961 },
3962 "funding": {
3963 "type": "individual",
3964 "url": "https://paulmillr.com/funding/"
3965 }
3966 },
3967 "node_modules/regex": {
3968 "version": "6.0.1",
3969 "resolved": "https://registry.npmjs.org/regex/-/regex-6.0.1.tgz",
3970 "integrity": "sha512-uorlqlzAKjKQZ5P+kTJr3eeJGSVroLKoHmquUj4zHWuR+hEyNqlXsSKlYYF5F4NI6nl7tWCs0apKJ0lmfsXAPA==",
3971 "license": "MIT",
3972 "dependencies": {
3973 "regex-utilities": "^2.3.0"
3974 }
3975 },
3976 "node_modules/regex-recursion": {
3977 "version": "6.0.2",
3978 "resolved": "https://registry.npmjs.org/regex-recursion/-/regex-recursion-6.0.2.tgz",
3979 "integrity": "sha512-0YCaSCq2VRIebiaUviZNs0cBz1kg5kVS2UKUfNIx8YVs1cN3AV7NTctO5FOKBA+UT2BPJIWZauYHPqJODG50cg==",
3980 "license": "MIT",
3981 "dependencies": {
3982 "regex-utilities": "^2.3.0"
3983 }
3984 },
3985 "node_modules/regex-utilities": {
3986 "version": "2.3.0",
3987 "resolved": "https://registry.npmjs.org/regex-utilities/-/regex-utilities-2.3.0.tgz",
3988 "integrity": "sha512-8VhliFJAWRaUiVvREIiW2NXXTmHs4vMNnSzuJVhscgmGav3g9VDxLrQndI3dZZVVdp0ZO/5v0xmX516/7M9cng==",
3989 "license": "MIT"
3990 },
3991 "node_modules/rehype": {
3992 "version": "13.0.2",
3993 "resolved": "https://registry.npmjs.org/rehype/-/rehype-13.0.2.tgz",
3994 "integrity": "sha512-j31mdaRFrwFRUIlxGeuPXXKWQxet52RBQRvCmzl5eCefn/KGbomK5GMHNMsOJf55fgo3qw5tST5neDuarDYR2A==",
3995 "license": "MIT",
3996 "dependencies": {
3997 "@types/hast": "^3.0.0",
3998 "rehype-parse": "^9.0.0",
3999 "rehype-stringify": "^10.0.0",
4000 "unified": "^11.0.0"
4001 },
4002 "funding": {
4003 "type": "opencollective",
4004 "url": "https://opencollective.com/unified"
4005 }
4006 },
4007 "node_modules/rehype-parse": {
4008 "version": "9.0.1",
4009 "resolved": "https://registry.npmjs.org/rehype-parse/-/rehype-parse-9.0.1.tgz",
4010 "integrity": "sha512-ksCzCD0Fgfh7trPDxr2rSylbwq9iYDkSn8TCDmEJ49ljEUBxDVCzCHv7QNzZOfODanX4+bWQ4WZqLCRWYLfhag==",
4011 "license": "MIT",
4012 "dependencies": {
4013 "@types/hast": "^3.0.0",
4014 "hast-util-from-html": "^2.0.0",
4015 "unified": "^11.0.0"
4016 },
4017 "funding": {
4018 "type": "opencollective",
4019 "url": "https://opencollective.com/unified"
4020 }
4021 },
4022 "node_modules/rehype-raw": {
4023 "version": "7.0.0",
4024 "resolved": "https://registry.npmjs.org/rehype-raw/-/rehype-raw-7.0.0.tgz",
4025 "integrity": "sha512-/aE8hCfKlQeA8LmyeyQvQF3eBiLRGNlfBJEvWH7ivp9sBqs7TNqBL5X3v157rM4IFETqDnIOO+z5M/biZbo9Ww==",
4026 "license": "MIT",
4027 "dependencies": {
4028 "@types/hast": "^3.0.0",
4029 "hast-util-raw": "^9.0.0",
4030 "vfile": "^6.0.0"
4031 },
4032 "funding": {
4033 "type": "opencollective",
4034 "url": "https://opencollective.com/unified"
4035 }
4036 },
4037 "node_modules/rehype-stringify": {
4038 "version": "10.0.1",
4039 "resolved": "https://registry.npmjs.org/rehype-stringify/-/rehype-stringify-10.0.1.tgz",
4040 "integrity": "sha512-k9ecfXHmIPuFVI61B9DeLPN0qFHfawM6RsuX48hoqlaKSF61RskNjSm1lI8PhBEM0MRdLxVVm4WmTqJQccH9mA==",
4041 "license": "MIT",
4042 "dependencies": {
4043 "@types/hast": "^3.0.0",
4044 "hast-util-to-html": "^9.0.0",
4045 "unified": "^11.0.0"
4046 },
4047 "funding": {
4048 "type": "opencollective",
4049 "url": "https://opencollective.com/unified"
4050 }
4051 },
4052 "node_modules/remark-gfm": {
4053 "version": "4.0.1",
4054 "resolved": "https://registry.npmjs.org/remark-gfm/-/remark-gfm-4.0.1.tgz",
4055 "integrity": "sha512-1quofZ2RQ9EWdeN34S79+KExV1764+wCUGop5CPL1WGdD0ocPpu91lzPGbwWMECpEpd42kJGQwzRfyov9j4yNg==",
4056 "license": "MIT",
4057 "dependencies": {
4058 "@types/mdast": "^4.0.0",
4059 "mdast-util-gfm": "^3.0.0",
4060 "micromark-extension-gfm": "^3.0.0",
4061 "remark-parse": "^11.0.0",
4062 "remark-stringify": "^11.0.0",
4063 "unified": "^11.0.0"
4064 },
4065 "funding": {
4066 "type": "opencollective",
4067 "url": "https://opencollective.com/unified"
4068 }
4069 },
4070 "node_modules/remark-parse": {
4071 "version": "11.0.0",
4072 "resolved": "https://registry.npmjs.org/remark-parse/-/remark-parse-11.0.0.tgz",
4073 "integrity": "sha512-FCxlKLNGknS5ba/1lmpYijMUzX2esxW5xQqjWxw2eHFfS2MSdaHVINFmhjo+qN1WhZhNimq0dZATN9pH0IDrpA==",
4074 "license": "MIT",
4075 "dependencies": {
4076 "@types/mdast": "^4.0.0",
4077 "mdast-util-from-markdown": "^2.0.0",
4078 "micromark-util-types": "^2.0.0",
4079 "unified": "^11.0.0"
4080 },
4081 "funding": {
4082 "type": "opencollective",
4083 "url": "https://opencollective.com/unified"
4084 }
4085 },
4086 "node_modules/remark-rehype": {
4087 "version": "11.1.2",
4088 "resolved": "https://registry.npmjs.org/remark-rehype/-/remark-rehype-11.1.2.tgz",
4089 "integrity": "sha512-Dh7l57ianaEoIpzbp0PC9UKAdCSVklD8E5Rpw7ETfbTl3FqcOOgq5q2LVDhgGCkaBv7p24JXikPdvhhmHvKMsw==",
4090 "license": "MIT",
4091 "dependencies": {
4092 "@types/hast": "^3.0.0",
4093 "@types/mdast": "^4.0.0",
4094 "mdast-util-to-hast": "^13.0.0",
4095 "unified": "^11.0.0",
4096 "vfile": "^6.0.0"
4097 },
4098 "funding": {
4099 "type": "opencollective",
4100 "url": "https://opencollective.com/unified"
4101 }
4102 },
4103 "node_modules/remark-smartypants": {
4104 "version": "3.0.2",
4105 "resolved": "https://registry.npmjs.org/remark-smartypants/-/remark-smartypants-3.0.2.tgz",
4106 "integrity": "sha512-ILTWeOriIluwEvPjv67v7Blgrcx+LZOkAUVtKI3putuhlZm84FnqDORNXPPm+HY3NdZOMhyDwZ1E+eZB/Df5dA==",
4107 "license": "MIT",
4108 "dependencies": {
4109 "retext": "^9.0.0",
4110 "retext-smartypants": "^6.0.0",
4111 "unified": "^11.0.4",
4112 "unist-util-visit": "^5.0.0"
4113 },
4114 "engines": {
4115 "node": ">=16.0.0"
4116 }
4117 },
4118 "node_modules/remark-stringify": {
4119 "version": "11.0.0",
4120 "resolved": "https://registry.npmjs.org/remark-stringify/-/remark-stringify-11.0.0.tgz",
4121 "integrity": "sha512-1OSmLd3awB/t8qdoEOMazZkNsfVTeY4fTsgzcQFdXNq8ToTN4ZGwrMnlda4K6smTFKD+GRV6O48i6Z4iKgPPpw==",
4122 "license": "MIT",
4123 "dependencies": {
4124 "@types/mdast": "^4.0.0",
4125 "mdast-util-to-markdown": "^2.0.0",
4126 "unified": "^11.0.0"
4127 },
4128 "funding": {
4129 "type": "opencollective",
4130 "url": "https://opencollective.com/unified"
4131 }
4132 },
4133 "node_modules/restructure": {
4134 "version": "3.0.2",
4135 "resolved": "https://registry.npmjs.org/restructure/-/restructure-3.0.2.tgz",
4136 "integrity": "sha512-gSfoiOEA0VPE6Tukkrr7I0RBdE0s7H1eFCDBk05l1KIQT1UIKNc5JZy6jdyW6eYH3aR3g5b3PuL77rq0hvwtAw==",
4137 "license": "MIT"
4138 },
4139 "node_modules/retext": {
4140 "version": "9.0.0",
4141 "resolved": "https://registry.npmjs.org/retext/-/retext-9.0.0.tgz",
4142 "integrity": "sha512-sbMDcpHCNjvlheSgMfEcVrZko3cDzdbe1x/e7G66dFp0Ff7Mldvi2uv6JkJQzdRcvLYE8CA8Oe8siQx8ZOgTcA==",
4143 "license": "MIT",
4144 "dependencies": {
4145 "@types/nlcst": "^2.0.0",
4146 "retext-latin": "^4.0.0",
4147 "retext-stringify": "^4.0.0",
4148 "unified": "^11.0.0"
4149 },
4150 "funding": {
4151 "type": "opencollective",
4152 "url": "https://opencollective.com/unified"
4153 }
4154 },
4155 "node_modules/retext-latin": {
4156 "version": "4.0.0",
4157 "resolved": "https://registry.npmjs.org/retext-latin/-/retext-latin-4.0.0.tgz",
4158 "integrity": "sha512-hv9woG7Fy0M9IlRQloq/N6atV82NxLGveq+3H2WOi79dtIYWN8OaxogDm77f8YnVXJL2VD3bbqowu5E3EMhBYA==",
4159 "license": "MIT",
4160 "dependencies": {
4161 "@types/nlcst": "^2.0.0",
4162 "parse-latin": "^7.0.0",
4163 "unified": "^11.0.0"
4164 },
4165 "funding": {
4166 "type": "opencollective",
4167 "url": "https://opencollective.com/unified"
4168 }
4169 },
4170 "node_modules/retext-smartypants": {
4171 "version": "6.2.0",
4172 "resolved": "https://registry.npmjs.org/retext-smartypants/-/retext-smartypants-6.2.0.tgz",
4173 "integrity": "sha512-kk0jOU7+zGv//kfjXEBjdIryL1Acl4i9XNkHxtM7Tm5lFiCog576fjNC9hjoR7LTKQ0DsPWy09JummSsH1uqfQ==",
4174 "license": "MIT",
4175 "dependencies": {
4176 "@types/nlcst": "^2.0.0",
4177 "nlcst-to-string": "^4.0.0",
4178 "unist-util-visit": "^5.0.0"
4179 },
4180 "funding": {
4181 "type": "opencollective",
4182 "url": "https://opencollective.com/unified"
4183 }
4184 },
4185 "node_modules/retext-stringify": {
4186 "version": "4.0.0",
4187 "resolved": "https://registry.npmjs.org/retext-stringify/-/retext-stringify-4.0.0.tgz",
4188 "integrity": "sha512-rtfN/0o8kL1e+78+uxPTqu1Klt0yPzKuQ2BfWwwfgIUSayyzxpM1PJzkKt4V8803uB9qSy32MvI7Xep9khTpiA==",
4189 "license": "MIT",
4190 "dependencies": {
4191 "@types/nlcst": "^2.0.0",
4192 "nlcst-to-string": "^4.0.0",
4193 "unified": "^11.0.0"
4194 },
4195 "funding": {
4196 "type": "opencollective",
4197 "url": "https://opencollective.com/unified"
4198 }
4199 },
4200 "node_modules/rollup": {
4201 "version": "4.52.5",
4202 "resolved": "https://registry.npmjs.org/rollup/-/rollup-4.52.5.tgz",
4203 "integrity": "sha512-3GuObel8h7Kqdjt0gxkEzaifHTqLVW56Y/bjN7PSQtkKr0w3V/QYSdt6QWYtd7A1xUtYQigtdUfgj1RvWVtorw==",
4204 "license": "MIT",
4205 "dependencies": {
4206 "@types/estree": "1.0.8"
4207 },
4208 "bin": {
4209 "rollup": "dist/bin/rollup"
4210 },
4211 "engines": {
4212 "node": ">=18.0.0",
4213 "npm": ">=8.0.0"
4214 },
4215 "optionalDependencies": {
4216 "@rollup/rollup-android-arm-eabi": "4.52.5",
4217 "@rollup/rollup-android-arm64": "4.52.5",
4218 "@rollup/rollup-darwin-arm64": "4.52.5",
4219 "@rollup/rollup-darwin-x64": "4.52.5",
4220 "@rollup/rollup-freebsd-arm64": "4.52.5",
4221 "@rollup/rollup-freebsd-x64": "4.52.5",
4222 "@rollup/rollup-linux-arm-gnueabihf": "4.52.5",
4223 "@rollup/rollup-linux-arm-musleabihf": "4.52.5",
4224 "@rollup/rollup-linux-arm64-gnu": "4.52.5",
4225 "@rollup/rollup-linux-arm64-musl": "4.52.5",
4226 "@rollup/rollup-linux-loong64-gnu": "4.52.5",
4227 "@rollup/rollup-linux-ppc64-gnu": "4.52.5",
4228 "@rollup/rollup-linux-riscv64-gnu": "4.52.5",
4229 "@rollup/rollup-linux-riscv64-musl": "4.52.5",
4230 "@rollup/rollup-linux-s390x-gnu": "4.52.5",
4231 "@rollup/rollup-linux-x64-gnu": "4.52.5",
4232 "@rollup/rollup-linux-x64-musl": "4.52.5",
4233 "@rollup/rollup-openharmony-arm64": "4.52.5",
4234 "@rollup/rollup-win32-arm64-msvc": "4.52.5",
4235 "@rollup/rollup-win32-ia32-msvc": "4.52.5",
4236 "@rollup/rollup-win32-x64-gnu": "4.52.5",
4237 "@rollup/rollup-win32-x64-msvc": "4.52.5",
4238 "fsevents": "~2.3.2"
4239 }
4240 },
4241 "node_modules/s.color": {
4242 "version": "0.0.15",
4243 "resolved": "https://registry.npmjs.org/s.color/-/s.color-0.0.15.tgz",
4244 "integrity": "sha512-AUNrbEUHeKY8XsYr/DYpl+qk5+aM+DChopnWOPEzn8YKzOhv4l2zH6LzZms3tOZP3wwdOyc0RmTciyi46HLIuA==",
4245 "dev": true,
4246 "license": "MIT"
4247 },
4248 "node_modules/sass-formatter": {
4249 "version": "0.7.9",
4250 "resolved": "https://registry.npmjs.org/sass-formatter/-/sass-formatter-0.7.9.tgz",
4251 "integrity": "sha512-CWZ8XiSim+fJVG0cFLStwDvft1VI7uvXdCNJYXhDvowiv+DsbD1nXLiQ4zrE5UBvj5DWZJ93cwN0NX5PMsr1Pw==",
4252 "dev": true,
4253 "license": "MIT",
4254 "dependencies": {
4255 "suf-log": "^2.5.3"
4256 }
4257 },
4258 "node_modules/sax": {
4259 "version": "1.4.3",
4260 "resolved": "https://registry.npmjs.org/sax/-/sax-1.4.3.tgz",
4261 "integrity": "sha512-yqYn1JhPczigF94DMS+shiDMjDowYO6y9+wB/4WgO0Y19jWYk0lQ4tuG5KI7kj4FTp1wxPj5IFfcrz/s1c3jjQ==",
4262 "license": "BlueOak-1.0.0"
4263 },
4264 "node_modules/semver": {
4265 "version": "7.7.3",
4266 "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.3.tgz",
4267 "integrity": "sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==",
4268 "license": "ISC",
4269 "bin": {
4270 "semver": "bin/semver.js"
4271 },
4272 "engines": {
4273 "node": ">=10"
4274 }
4275 },
4276 "node_modules/sharp": {
4277 "version": "0.34.4",
4278 "resolved": "https://registry.npmjs.org/sharp/-/sharp-0.34.4.tgz",
4279 "integrity": "sha512-FUH39xp3SBPnxWvd5iib1X8XY7J0K0X7d93sie9CJg2PO8/7gmg89Nve6OjItK53/MlAushNNxteBYfM6DEuoA==",
4280 "hasInstallScript": true,
4281 "license": "Apache-2.0",
4282 "optional": true,
4283 "dependencies": {
4284 "@img/colour": "^1.0.0",
4285 "detect-libc": "^2.1.0",
4286 "semver": "^7.7.2"
4287 },
4288 "engines": {
4289 "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
4290 },
4291 "funding": {
4292 "url": "https://opencollective.com/libvips"
4293 },
4294 "optionalDependencies": {
4295 "@img/sharp-darwin-arm64": "0.34.4",
4296 "@img/sharp-darwin-x64": "0.34.4",
4297 "@img/sharp-libvips-darwin-arm64": "1.2.3",
4298 "@img/sharp-libvips-darwin-x64": "1.2.3",
4299 "@img/sharp-libvips-linux-arm": "1.2.3",
4300 "@img/sharp-libvips-linux-arm64": "1.2.3",
4301 "@img/sharp-libvips-linux-ppc64": "1.2.3",
4302 "@img/sharp-libvips-linux-s390x": "1.2.3",
4303 "@img/sharp-libvips-linux-x64": "1.2.3",
4304 "@img/sharp-libvips-linuxmusl-arm64": "1.2.3",
4305 "@img/sharp-libvips-linuxmusl-x64": "1.2.3",
4306 "@img/sharp-linux-arm": "0.34.4",
4307 "@img/sharp-linux-arm64": "0.34.4",
4308 "@img/sharp-linux-ppc64": "0.34.4",
4309 "@img/sharp-linux-s390x": "0.34.4",
4310 "@img/sharp-linux-x64": "0.34.4",
4311 "@img/sharp-linuxmusl-arm64": "0.34.4",
4312 "@img/sharp-linuxmusl-x64": "0.34.4",
4313 "@img/sharp-wasm32": "0.34.4",
4314 "@img/sharp-win32-arm64": "0.34.4",
4315 "@img/sharp-win32-ia32": "0.34.4",
4316 "@img/sharp-win32-x64": "0.34.4"
4317 }
4318 },
4319 "node_modules/shiki": {
4320 "version": "3.17.0",
4321 "resolved": "https://registry.npmjs.org/shiki/-/shiki-3.17.0.tgz",
4322 "integrity": "sha512-lUZfWsyW7czITYTdo/Tb6ZM4VfyXlzmKYBQBjTz+pBzPPkP08RgIt00Ls1Z50Cl3SfwJsue6WbJeF3UgqLVI9Q==",
4323 "license": "MIT",
4324 "dependencies": {
4325 "@shikijs/core": "3.17.0",
4326 "@shikijs/engine-javascript": "3.17.0",
4327 "@shikijs/engine-oniguruma": "3.17.0",
4328 "@shikijs/langs": "3.17.0",
4329 "@shikijs/themes": "3.17.0",
4330 "@shikijs/types": "3.17.0",
4331 "@shikijs/vscode-textmate": "^10.0.2",
4332 "@types/hast": "^3.0.4"
4333 }
4334 },
4335 "node_modules/sisteransi": {
4336 "version": "1.0.5",
4337 "resolved": "https://registry.npmjs.org/sisteransi/-/sisteransi-1.0.5.tgz",
4338 "integrity": "sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg==",
4339 "license": "MIT"
4340 },
4341 "node_modules/smol-toml": {
4342 "version": "1.5.2",
4343 "resolved": "https://registry.npmjs.org/smol-toml/-/smol-toml-1.5.2.tgz",
4344 "integrity": "sha512-QlaZEqcAH3/RtNyet1IPIYPsEWAaYyXXv1Krsi+1L/QHppjX4Ifm8MQsBISz9vE8cHicIq3clogsheili5vhaQ==",
4345 "license": "BSD-3-Clause",
4346 "engines": {
4347 "node": ">= 18"
4348 },
4349 "funding": {
4350 "url": "https://github.com/sponsors/cyyynthia"
4351 }
4352 },
4353 "node_modules/source-map-js": {
4354 "version": "1.2.1",
4355 "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz",
4356 "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==",
4357 "license": "BSD-3-Clause",
4358 "engines": {
4359 "node": ">=0.10.0"
4360 }
4361 },
4362 "node_modules/space-separated-tokens": {
4363 "version": "2.0.2",
4364 "resolved": "https://registry.npmjs.org/space-separated-tokens/-/space-separated-tokens-2.0.2.tgz",
4365 "integrity": "sha512-PEGlAwrG8yXGXRjW32fGbg66JAlOAwbObuqVoJpv/mRgoWDQfgH1wDPvtzWyUSNAXBGSk8h755YDbbcEy3SH2Q==",
4366 "license": "MIT",
4367 "funding": {
4368 "type": "github",
4369 "url": "https://github.com/sponsors/wooorm"
4370 }
4371 },
4372 "node_modules/string-width": {
4373 "version": "7.2.0",
4374 "resolved": "https://registry.npmjs.org/string-width/-/string-width-7.2.0.tgz",
4375 "integrity": "sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==",
4376 "license": "MIT",
4377 "dependencies": {
4378 "emoji-regex": "^10.3.0",
4379 "get-east-asian-width": "^1.0.0",
4380 "strip-ansi": "^7.1.0"
4381 },
4382 "engines": {
4383 "node": ">=18"
4384 },
4385 "funding": {
4386 "url": "https://github.com/sponsors/sindresorhus"
4387 }
4388 },
4389 "node_modules/stringify-entities": {
4390 "version": "4.0.4",
4391 "resolved": "https://registry.npmjs.org/stringify-entities/-/stringify-entities-4.0.4.tgz",
4392 "integrity": "sha512-IwfBptatlO+QCJUo19AqvrPNqlVMpW9YEL2LIVY+Rpv2qsjCGxaDLNRgeGsQWJhfItebuJhsGSLjaBbNSQ+ieg==",
4393 "license": "MIT",
4394 "dependencies": {
4395 "character-entities-html4": "^2.0.0",
4396 "character-entities-legacy": "^3.0.0"
4397 },
4398 "funding": {
4399 "type": "github",
4400 "url": "https://github.com/sponsors/wooorm"
4401 }
4402 },
4403 "node_modules/strip-ansi": {
4404 "version": "7.1.2",
4405 "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.2.tgz",
4406 "integrity": "sha512-gmBGslpoQJtgnMAvOVqGZpEz9dyoKTCzy2nfz/n8aIFhN/jCE/rCmcxabB6jOOHV+0WNnylOxaxBQPSvcWklhA==",
4407 "license": "MIT",
4408 "dependencies": {
4409 "ansi-regex": "^6.0.1"
4410 },
4411 "engines": {
4412 "node": ">=12"
4413 },
4414 "funding": {
4415 "url": "https://github.com/chalk/strip-ansi?sponsor=1"
4416 }
4417 },
4418 "node_modules/strnum": {
4419 "version": "2.1.1",
4420 "resolved": "https://registry.npmjs.org/strnum/-/strnum-2.1.1.tgz",
4421 "integrity": "sha512-7ZvoFTiCnGxBtDqJ//Cu6fWtZtc7Y3x+QOirG15wztbdngGSkht27o2pyGWrVy0b4WAy3jbKmnoK6g5VlVNUUw==",
4422 "funding": [
4423 {
4424 "type": "github",
4425 "url": "https://github.com/sponsors/NaturalIntelligence"
4426 }
4427 ],
4428 "license": "MIT"
4429 },
4430 "node_modules/suf-log": {
4431 "version": "2.5.3",
4432 "resolved": "https://registry.npmjs.org/suf-log/-/suf-log-2.5.3.tgz",
4433 "integrity": "sha512-KvC8OPjzdNOe+xQ4XWJV2whQA0aM1kGVczMQ8+dStAO6KfEB140JEVQ9dE76ONZ0/Ylf67ni4tILPJB41U0eow==",
4434 "dev": true,
4435 "license": "MIT",
4436 "dependencies": {
4437 "s.color": "0.0.15"
4438 }
4439 },
4440 "node_modules/svgo": {
4441 "version": "4.0.0",
4442 "resolved": "https://registry.npmjs.org/svgo/-/svgo-4.0.0.tgz",
4443 "integrity": "sha512-VvrHQ+9uniE+Mvx3+C9IEe/lWasXCU0nXMY2kZeLrHNICuRiC8uMPyM14UEaMOFA5mhyQqEkB02VoQ16n3DLaw==",
4444 "license": "MIT",
4445 "dependencies": {
4446 "commander": "^11.1.0",
4447 "css-select": "^5.1.0",
4448 "css-tree": "^3.0.1",
4449 "css-what": "^6.1.0",
4450 "csso": "^5.0.5",
4451 "picocolors": "^1.1.1",
4452 "sax": "^1.4.1"
4453 },
4454 "bin": {
4455 "svgo": "bin/svgo.js"
4456 },
4457 "engines": {
4458 "node": ">=16"
4459 },
4460 "funding": {
4461 "type": "opencollective",
4462 "url": "https://opencollective.com/svgo"
4463 }
4464 },
4465 "node_modules/tiny-inflate": {
4466 "version": "1.0.3",
4467 "resolved": "https://registry.npmjs.org/tiny-inflate/-/tiny-inflate-1.0.3.tgz",
4468 "integrity": "sha512-pkY1fj1cKHb2seWDy0B16HeWyczlJA9/WW3u3c4z/NiWDsO3DOU5D7nhTLE9CF0yXv/QZFY7sEJmj24dK+Rrqw==",
4469 "license": "MIT"
4470 },
4471 "node_modules/tinyexec": {
4472 "version": "1.0.2",
4473 "resolved": "https://registry.npmjs.org/tinyexec/-/tinyexec-1.0.2.tgz",
4474 "integrity": "sha512-W/KYk+NFhkmsYpuHq5JykngiOCnxeVL8v8dFnqxSD8qEEdRfXk1SDM6JzNqcERbcGYj9tMrDQBYV9cjgnunFIg==",
4475 "license": "MIT",
4476 "engines": {
4477 "node": ">=18"
4478 }
4479 },
4480 "node_modules/tinyglobby": {
4481 "version": "0.2.15",
4482 "resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.15.tgz",
4483 "integrity": "sha512-j2Zq4NyQYG5XMST4cbs02Ak8iJUdxRM0XI5QyxXuZOzKOINmWurp3smXu3y5wDcJrptwpSjgXHzIQxR0omXljQ==",
4484 "license": "MIT",
4485 "dependencies": {
4486 "fdir": "^6.5.0",
4487 "picomatch": "^4.0.3"
4488 },
4489 "engines": {
4490 "node": ">=12.0.0"
4491 },
4492 "funding": {
4493 "url": "https://github.com/sponsors/SuperchupuDev"
4494 }
4495 },
4496 "node_modules/trim-lines": {
4497 "version": "3.0.1",
4498 "resolved": "https://registry.npmjs.org/trim-lines/-/trim-lines-3.0.1.tgz",
4499 "integrity": "sha512-kRj8B+YHZCc9kQYdWfJB2/oUl9rA99qbowYYBtr4ui4mZyAQ2JpvVBd/6U2YloATfqBhBTSMhTpgBHtU0Mf3Rg==",
4500 "license": "MIT",
4501 "funding": {
4502 "type": "github",
4503 "url": "https://github.com/sponsors/wooorm"
4504 }
4505 },
4506 "node_modules/trough": {
4507 "version": "2.2.0",
4508 "resolved": "https://registry.npmjs.org/trough/-/trough-2.2.0.tgz",
4509 "integrity": "sha512-tmMpK00BjZiUyVyvrBK7knerNgmgvcV/KLVyuma/SC+TQN167GrMRciANTz09+k3zW8L8t60jWO1GpfkZdjTaw==",
4510 "license": "MIT",
4511 "funding": {
4512 "type": "github",
4513 "url": "https://github.com/sponsors/wooorm"
4514 }
4515 },
4516 "node_modules/tsconfck": {
4517 "version": "3.1.6",
4518 "resolved": "https://registry.npmjs.org/tsconfck/-/tsconfck-3.1.6.tgz",
4519 "integrity": "sha512-ks6Vjr/jEw0P1gmOVwutM3B7fWxoWBL2KRDb1JfqGVawBmO5UsvmWOQFGHBPl5yxYz4eERr19E6L7NMv+Fej4w==",
4520 "license": "MIT",
4521 "bin": {
4522 "tsconfck": "bin/tsconfck.js"
4523 },
4524 "engines": {
4525 "node": "^18 || >=20"
4526 },
4527 "peerDependencies": {
4528 "typescript": "^5.0.0"
4529 },
4530 "peerDependenciesMeta": {
4531 "typescript": {
4532 "optional": true
4533 }
4534 }
4535 },
4536 "node_modules/tslib": {
4537 "version": "2.8.1",
4538 "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz",
4539 "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==",
4540 "license": "0BSD"
4541 },
4542 "node_modules/type-fest": {
4543 "version": "4.41.0",
4544 "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.41.0.tgz",
4545 "integrity": "sha512-TeTSQ6H5YHvpqVwBRcnLDCBnDOHWYu7IvGbHT6N8AOymcr9PJGjc1GTtiWZTYg0NCgYwvnYWEkVChQAr9bjfwA==",
4546 "license": "(MIT OR CC0-1.0)",
4547 "engines": {
4548 "node": ">=16"
4549 },
4550 "funding": {
4551 "url": "https://github.com/sponsors/sindresorhus"
4552 }
4553 },
4554 "node_modules/typescript": {
4555 "version": "5.9.3",
4556 "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz",
4557 "integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==",
4558 "license": "Apache-2.0",
4559 "peer": true,
4560 "bin": {
4561 "tsc": "bin/tsc",
4562 "tsserver": "bin/tsserver"
4563 },
4564 "engines": {
4565 "node": ">=14.17"
4566 }
4567 },
4568 "node_modules/ufo": {
4569 "version": "1.6.1",
4570 "resolved": "https://registry.npmjs.org/ufo/-/ufo-1.6.1.tgz",
4571 "integrity": "sha512-9a4/uxlTWJ4+a5i0ooc1rU7C7YOw3wT+UGqdeNNHWnOF9qcMBgLRS+4IYUqbczewFx4mLEig6gawh7X6mFlEkA==",
4572 "license": "MIT"
4573 },
4574 "node_modules/ultrahtml": {
4575 "version": "1.6.0",
4576 "resolved": "https://registry.npmjs.org/ultrahtml/-/ultrahtml-1.6.0.tgz",
4577 "integrity": "sha512-R9fBn90VTJrqqLDwyMph+HGne8eqY1iPfYhPzZrvKpIfwkWZbcYlfpsb8B9dTvBfpy1/hqAD7Wi8EKfP9e8zdw==",
4578 "license": "MIT"
4579 },
4580 "node_modules/uncrypto": {
4581 "version": "0.1.3",
4582 "resolved": "https://registry.npmjs.org/uncrypto/-/uncrypto-0.1.3.tgz",
4583 "integrity": "sha512-Ql87qFHB3s/De2ClA9e0gsnS6zXG27SkTiSJwjCc9MebbfapQfuPzumMIUMi38ezPZVNFcHI9sUIepeQfw8J8Q==",
4584 "license": "MIT"
4585 },
4586 "node_modules/undici-types": {
4587 "version": "7.16.0",
4588 "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.16.0.tgz",
4589 "integrity": "sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==",
4590 "license": "MIT"
4591 },
4592 "node_modules/unicode-properties": {
4593 "version": "1.4.1",
4594 "resolved": "https://registry.npmjs.org/unicode-properties/-/unicode-properties-1.4.1.tgz",
4595 "integrity": "sha512-CLjCCLQ6UuMxWnbIylkisbRj31qxHPAurvena/0iwSVbQ2G1VY5/HjV0IRabOEbDHlzZlRdCrD4NhB0JtU40Pg==",
4596 "license": "MIT",
4597 "dependencies": {
4598 "base64-js": "^1.3.0",
4599 "unicode-trie": "^2.0.0"
4600 }
4601 },
4602 "node_modules/unicode-trie": {
4603 "version": "2.0.0",
4604 "resolved": "https://registry.npmjs.org/unicode-trie/-/unicode-trie-2.0.0.tgz",
4605 "integrity": "sha512-x7bc76x0bm4prf1VLg79uhAzKw8DVboClSN5VxJuQ+LKDOVEW9CdH+VY7SP+vX7xCYQqzzgQpFqz15zeLvAtZQ==",
4606 "license": "MIT",
4607 "dependencies": {
4608 "pako": "^0.2.5",
4609 "tiny-inflate": "^1.0.0"
4610 }
4611 },
4612 "node_modules/unified": {
4613 "version": "11.0.5",
4614 "resolved": "https://registry.npmjs.org/unified/-/unified-11.0.5.tgz",
4615 "integrity": "sha512-xKvGhPWw3k84Qjh8bI3ZeJjqnyadK+GEFtazSfZv/rKeTkTjOJho6mFqh2SM96iIcZokxiOpg78GazTSg8+KHA==",
4616 "license": "MIT",
4617 "dependencies": {
4618 "@types/unist": "^3.0.0",
4619 "bail": "^2.0.0",
4620 "devlop": "^1.0.0",
4621 "extend": "^3.0.0",
4622 "is-plain-obj": "^4.0.0",
4623 "trough": "^2.0.0",
4624 "vfile": "^6.0.0"
4625 },
4626 "funding": {
4627 "type": "opencollective",
4628 "url": "https://opencollective.com/unified"
4629 }
4630 },
4631 "node_modules/unifont": {
4632 "version": "0.6.0",
4633 "resolved": "https://registry.npmjs.org/unifont/-/unifont-0.6.0.tgz",
4634 "integrity": "sha512-5Fx50fFQMQL5aeHyWnZX9122sSLckcDvcfFiBf3QYeHa7a1MKJooUy52b67moi2MJYkrfo/TWY+CoLdr/w0tTA==",
4635 "license": "MIT",
4636 "dependencies": {
4637 "css-tree": "^3.0.0",
4638 "ofetch": "^1.4.1",
4639 "ohash": "^2.0.0"
4640 }
4641 },
4642 "node_modules/unist-util-find-after": {
4643 "version": "5.0.0",
4644 "resolved": "https://registry.npmjs.org/unist-util-find-after/-/unist-util-find-after-5.0.0.tgz",
4645 "integrity": "sha512-amQa0Ep2m6hE2g72AugUItjbuM8X8cGQnFoHk0pGfrFeT9GZhzN5SW8nRsiGKK7Aif4CrACPENkA6P/Lw6fHGQ==",
4646 "license": "MIT",
4647 "dependencies": {
4648 "@types/unist": "^3.0.0",
4649 "unist-util-is": "^6.0.0"
4650 },
4651 "funding": {
4652 "type": "opencollective",
4653 "url": "https://opencollective.com/unified"
4654 }
4655 },
4656 "node_modules/unist-util-is": {
4657 "version": "6.0.1",
4658 "resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-6.0.1.tgz",
4659 "integrity": "sha512-LsiILbtBETkDz8I9p1dQ0uyRUWuaQzd/cuEeS1hoRSyW5E5XGmTzlwY1OrNzzakGowI9Dr/I8HVaw4hTtnxy8g==",
4660 "license": "MIT",
4661 "dependencies": {
4662 "@types/unist": "^3.0.0"
4663 },
4664 "funding": {
4665 "type": "opencollective",
4666 "url": "https://opencollective.com/unified"
4667 }
4668 },
4669 "node_modules/unist-util-modify-children": {
4670 "version": "4.0.0",
4671 "resolved": "https://registry.npmjs.org/unist-util-modify-children/-/unist-util-modify-children-4.0.0.tgz",
4672 "integrity": "sha512-+tdN5fGNddvsQdIzUF3Xx82CU9sMM+fA0dLgR9vOmT0oPT2jH+P1nd5lSqfCfXAw+93NhcXNY2qqvTUtE4cQkw==",
4673 "license": "MIT",
4674 "dependencies": {
4675 "@types/unist": "^3.0.0",
4676 "array-iterate": "^2.0.0"
4677 },
4678 "funding": {
4679 "type": "opencollective",
4680 "url": "https://opencollective.com/unified"
4681 }
4682 },
4683 "node_modules/unist-util-position": {
4684 "version": "5.0.0",
4685 "resolved": "https://registry.npmjs.org/unist-util-position/-/unist-util-position-5.0.0.tgz",
4686 "integrity": "sha512-fucsC7HjXvkB5R3kTCO7kUjRdrS0BJt3M/FPxmHMBOm8JQi2BsHAHFsy27E0EolP8rp0NzXsJ+jNPyDWvOJZPA==",
4687 "license": "MIT",
4688 "dependencies": {
4689 "@types/unist": "^3.0.0"
4690 },
4691 "funding": {
4692 "type": "opencollective",
4693 "url": "https://opencollective.com/unified"
4694 }
4695 },
4696 "node_modules/unist-util-remove-position": {
4697 "version": "5.0.0",
4698 "resolved": "https://registry.npmjs.org/unist-util-remove-position/-/unist-util-remove-position-5.0.0.tgz",
4699 "integrity": "sha512-Hp5Kh3wLxv0PHj9m2yZhhLt58KzPtEYKQQ4yxfYFEO7EvHwzyDYnduhHnY1mDxoqr7VUwVuHXk9RXKIiYS1N8Q==",
4700 "license": "MIT",
4701 "dependencies": {
4702 "@types/unist": "^3.0.0",
4703 "unist-util-visit": "^5.0.0"
4704 },
4705 "funding": {
4706 "type": "opencollective",
4707 "url": "https://opencollective.com/unified"
4708 }
4709 },
4710 "node_modules/unist-util-stringify-position": {
4711 "version": "4.0.0",
4712 "resolved": "https://registry.npmjs.org/unist-util-stringify-position/-/unist-util-stringify-position-4.0.0.tgz",
4713 "integrity": "sha512-0ASV06AAoKCDkS2+xw5RXJywruurpbC4JZSm7nr7MOt1ojAzvyyaO+UxZf18j8FCF6kmzCZKcAgN/yu2gm2XgQ==",
4714 "license": "MIT",
4715 "dependencies": {
4716 "@types/unist": "^3.0.0"
4717 },
4718 "funding": {
4719 "type": "opencollective",
4720 "url": "https://opencollective.com/unified"
4721 }
4722 },
4723 "node_modules/unist-util-visit": {
4724 "version": "5.0.0",
4725 "resolved": "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-5.0.0.tgz",
4726 "integrity": "sha512-MR04uvD+07cwl/yhVuVWAtw+3GOR/knlL55Nd/wAdblk27GCVt3lqpTivy/tkJcZoNPzTwS1Y+KMojlLDhoTzg==",
4727 "license": "MIT",
4728 "dependencies": {
4729 "@types/unist": "^3.0.0",
4730 "unist-util-is": "^6.0.0",
4731 "unist-util-visit-parents": "^6.0.0"
4732 },
4733 "funding": {
4734 "type": "opencollective",
4735 "url": "https://opencollective.com/unified"
4736 }
4737 },
4738 "node_modules/unist-util-visit-children": {
4739 "version": "3.0.0",
4740 "resolved": "https://registry.npmjs.org/unist-util-visit-children/-/unist-util-visit-children-3.0.0.tgz",
4741 "integrity": "sha512-RgmdTfSBOg04sdPcpTSD1jzoNBjt9a80/ZCzp5cI9n1qPzLZWF9YdvWGN2zmTumP1HWhXKdUWexjy/Wy/lJ7tA==",
4742 "license": "MIT",
4743 "dependencies": {
4744 "@types/unist": "^3.0.0"
4745 },
4746 "funding": {
4747 "type": "opencollective",
4748 "url": "https://opencollective.com/unified"
4749 }
4750 },
4751 "node_modules/unist-util-visit-parents": {
4752 "version": "6.0.2",
4753 "resolved": "https://registry.npmjs.org/unist-util-visit-parents/-/unist-util-visit-parents-6.0.2.tgz",
4754 "integrity": "sha512-goh1s1TBrqSqukSc8wrjwWhL0hiJxgA8m4kFxGlQ+8FYQ3C/m11FcTs4YYem7V664AhHVvgoQLk890Ssdsr2IQ==",
4755 "license": "MIT",
4756 "dependencies": {
4757 "@types/unist": "^3.0.0",
4758 "unist-util-is": "^6.0.0"
4759 },
4760 "funding": {
4761 "type": "opencollective",
4762 "url": "https://opencollective.com/unified"
4763 }
4764 },
4765 "node_modules/unstorage": {
4766 "version": "1.17.3",
4767 "resolved": "https://registry.npmjs.org/unstorage/-/unstorage-1.17.3.tgz",
4768 "integrity": "sha512-i+JYyy0DoKmQ3FximTHbGadmIYb8JEpq7lxUjnjeB702bCPum0vzo6oy5Mfu0lpqISw7hCyMW2yj4nWC8bqJ3Q==",
4769 "license": "MIT",
4770 "dependencies": {
4771 "anymatch": "^3.1.3",
4772 "chokidar": "^4.0.3",
4773 "destr": "^2.0.5",
4774 "h3": "^1.15.4",
4775 "lru-cache": "^10.4.3",
4776 "node-fetch-native": "^1.6.7",
4777 "ofetch": "^1.5.1",
4778 "ufo": "^1.6.1"
4779 },
4780 "peerDependencies": {
4781 "@azure/app-configuration": "^1.8.0",
4782 "@azure/cosmos": "^4.2.0",
4783 "@azure/data-tables": "^13.3.0",
4784 "@azure/identity": "^4.6.0",
4785 "@azure/keyvault-secrets": "^4.9.0",
4786 "@azure/storage-blob": "^12.26.0",
4787 "@capacitor/preferences": "^6.0.3 || ^7.0.0",
4788 "@deno/kv": ">=0.9.0",
4789 "@netlify/blobs": "^6.5.0 || ^7.0.0 || ^8.1.0 || ^9.0.0 || ^10.0.0",
4790 "@planetscale/database": "^1.19.0",
4791 "@upstash/redis": "^1.34.3",
4792 "@vercel/blob": ">=0.27.1",
4793 "@vercel/functions": "^2.2.12 || ^3.0.0",
4794 "@vercel/kv": "^1.0.1",
4795 "aws4fetch": "^1.0.20",
4796 "db0": ">=0.2.1",
4797 "idb-keyval": "^6.2.1",
4798 "ioredis": "^5.4.2",
4799 "uploadthing": "^7.4.4"
4800 },
4801 "peerDependenciesMeta": {
4802 "@azure/app-configuration": {
4803 "optional": true
4804 },
4805 "@azure/cosmos": {
4806 "optional": true
4807 },
4808 "@azure/data-tables": {
4809 "optional": true
4810 },
4811 "@azure/identity": {
4812 "optional": true
4813 },
4814 "@azure/keyvault-secrets": {
4815 "optional": true
4816 },
4817 "@azure/storage-blob": {
4818 "optional": true
4819 },
4820 "@capacitor/preferences": {
4821 "optional": true
4822 },
4823 "@deno/kv": {
4824 "optional": true
4825 },
4826 "@netlify/blobs": {
4827 "optional": true
4828 },
4829 "@planetscale/database": {
4830 "optional": true
4831 },
4832 "@upstash/redis": {
4833 "optional": true
4834 },
4835 "@vercel/blob": {
4836 "optional": true
4837 },
4838 "@vercel/functions": {
4839 "optional": true
4840 },
4841 "@vercel/kv": {
4842 "optional": true
4843 },
4844 "aws4fetch": {
4845 "optional": true
4846 },
4847 "db0": {
4848 "optional": true
4849 },
4850 "idb-keyval": {
4851 "optional": true
4852 },
4853 "ioredis": {
4854 "optional": true
4855 },
4856 "uploadthing": {
4857 "optional": true
4858 }
4859 }
4860 },
4861 "node_modules/vfile": {
4862 "version": "6.0.3",
4863 "resolved": "https://registry.npmjs.org/vfile/-/vfile-6.0.3.tgz",
4864 "integrity": "sha512-KzIbH/9tXat2u30jf+smMwFCsno4wHVdNmzFyL+T/L3UGqqk6JKfVqOFOZEpZSHADH1k40ab6NUIXZq422ov3Q==",
4865 "license": "MIT",
4866 "dependencies": {
4867 "@types/unist": "^3.0.0",
4868 "vfile-message": "^4.0.0"
4869 },
4870 "funding": {
4871 "type": "opencollective",
4872 "url": "https://opencollective.com/unified"
4873 }
4874 },
4875 "node_modules/vfile-location": {
4876 "version": "5.0.3",
4877 "resolved": "https://registry.npmjs.org/vfile-location/-/vfile-location-5.0.3.tgz",
4878 "integrity": "sha512-5yXvWDEgqeiYiBe1lbxYF7UMAIm/IcopxMHrMQDq3nvKcjPKIhZklUKL+AE7J7uApI4kwe2snsK+eI6UTj9EHg==",
4879 "license": "MIT",
4880 "dependencies": {
4881 "@types/unist": "^3.0.0",
4882 "vfile": "^6.0.0"
4883 },
4884 "funding": {
4885 "type": "opencollective",
4886 "url": "https://opencollective.com/unified"
4887 }
4888 },
4889 "node_modules/vfile-message": {
4890 "version": "4.0.3",
4891 "resolved": "https://registry.npmjs.org/vfile-message/-/vfile-message-4.0.3.tgz",
4892 "integrity": "sha512-QTHzsGd1EhbZs4AsQ20JX1rC3cOlt/IWJruk893DfLRr57lcnOeMaWG4K0JrRta4mIJZKth2Au3mM3u03/JWKw==",
4893 "license": "MIT",
4894 "dependencies": {
4895 "@types/unist": "^3.0.0",
4896 "unist-util-stringify-position": "^4.0.0"
4897 },
4898 "funding": {
4899 "type": "opencollective",
4900 "url": "https://opencollective.com/unified"
4901 }
4902 },
4903 "node_modules/vite": {
4904 "version": "6.4.1",
4905 "resolved": "https://registry.npmjs.org/vite/-/vite-6.4.1.tgz",
4906 "integrity": "sha512-+Oxm7q9hDoLMyJOYfUYBuHQo+dkAloi33apOPP56pzj+vsdJDzr+j1NISE5pyaAuKL4A3UD34qd0lx5+kfKp2g==",
4907 "license": "MIT",
4908 "dependencies": {
4909 "esbuild": "^0.25.0",
4910 "fdir": "^6.4.4",
4911 "picomatch": "^4.0.2",
4912 "postcss": "^8.5.3",
4913 "rollup": "^4.34.9",
4914 "tinyglobby": "^0.2.13"
4915 },
4916 "bin": {
4917 "vite": "bin/vite.js"
4918 },
4919 "engines": {
4920 "node": "^18.0.0 || ^20.0.0 || >=22.0.0"
4921 },
4922 "funding": {
4923 "url": "https://github.com/vitejs/vite?sponsor=1"
4924 },
4925 "optionalDependencies": {
4926 "fsevents": "~2.3.3"
4927 },
4928 "peerDependencies": {
4929 "@types/node": "^18.0.0 || ^20.0.0 || >=22.0.0",
4930 "jiti": ">=1.21.0",
4931 "less": "*",
4932 "lightningcss": "^1.21.0",
4933 "sass": "*",
4934 "sass-embedded": "*",
4935 "stylus": "*",
4936 "sugarss": "*",
4937 "terser": "^5.16.0",
4938 "tsx": "^4.8.1",
4939 "yaml": "^2.4.2"
4940 },
4941 "peerDependenciesMeta": {
4942 "@types/node": {
4943 "optional": true
4944 },
4945 "jiti": {
4946 "optional": true
4947 },
4948 "less": {
4949 "optional": true
4950 },
4951 "lightningcss": {
4952 "optional": true
4953 },
4954 "sass": {
4955 "optional": true
4956 },
4957 "sass-embedded": {
4958 "optional": true
4959 },
4960 "stylus": {
4961 "optional": true
4962 },
4963 "sugarss": {
4964 "optional": true
4965 },
4966 "terser": {
4967 "optional": true
4968 },
4969 "tsx": {
4970 "optional": true
4971 },
4972 "yaml": {
4973 "optional": true
4974 }
4975 }
4976 },
4977 "node_modules/vitefu": {
4978 "version": "1.1.1",
4979 "resolved": "https://registry.npmjs.org/vitefu/-/vitefu-1.1.1.tgz",
4980 "integrity": "sha512-B/Fegf3i8zh0yFbpzZ21amWzHmuNlLlmJT6n7bu5e+pCHUKQIfXSYokrqOBGEMMe9UG2sostKQF9mml/vYaWJQ==",
4981 "license": "MIT",
4982 "workspaces": [
4983 "tests/deps/*",
4984 "tests/projects/*",
4985 "tests/projects/workspace/packages/*"
4986 ],
4987 "peerDependencies": {
4988 "vite": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0-beta.0"
4989 },
4990 "peerDependenciesMeta": {
4991 "vite": {
4992 "optional": true
4993 }
4994 }
4995 },
4996 "node_modules/web-namespaces": {
4997 "version": "2.0.1",
4998 "resolved": "https://registry.npmjs.org/web-namespaces/-/web-namespaces-2.0.1.tgz",
4999 "integrity": "sha512-bKr1DkiNa2krS7qxNtdrtHAmzuYGFQLiQ13TsorsdT6ULTkPLKuu5+GsFpDlg6JFjUTwX2DyhMPG2be8uPrqsQ==",
5000 "license": "MIT",
5001 "funding": {
5002 "type": "github",
5003 "url": "https://github.com/sponsors/wooorm"
5004 }
5005 },
5006 "node_modules/which-pm-runs": {
5007 "version": "1.1.0",
5008 "resolved": "https://registry.npmjs.org/which-pm-runs/-/which-pm-runs-1.1.0.tgz",
5009 "integrity": "sha512-n1brCuqClxfFfq/Rb0ICg9giSZqCS+pLtccdag6C2HyufBrh3fBOiy9nb6ggRMvWOVH5GrdJskj5iGTZNxd7SA==",
5010 "license": "MIT",
5011 "engines": {
5012 "node": ">=4"
5013 }
5014 },
5015 "node_modules/widest-line": {
5016 "version": "5.0.0",
5017 "resolved": "https://registry.npmjs.org/widest-line/-/widest-line-5.0.0.tgz",
5018 "integrity": "sha512-c9bZp7b5YtRj2wOe6dlj32MK+Bx/M/d+9VB2SHM1OtsUHR0aV0tdP6DWh/iMt0kWi1t5g1Iudu6hQRNd1A4PVA==",
5019 "license": "MIT",
5020 "dependencies": {
5021 "string-width": "^7.0.0"
5022 },
5023 "engines": {
5024 "node": ">=18"
5025 },
5026 "funding": {
5027 "url": "https://github.com/sponsors/sindresorhus"
5028 }
5029 },
5030 "node_modules/wrap-ansi": {
5031 "version": "9.0.2",
5032 "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-9.0.2.tgz",
5033 "integrity": "sha512-42AtmgqjV+X1VpdOfyTGOYRi0/zsoLqtXQckTmqTeybT+BDIbM/Guxo7x3pE2vtpr1ok6xRqM9OpBe+Jyoqyww==",
5034 "license": "MIT",
5035 "dependencies": {
5036 "ansi-styles": "^6.2.1",
5037 "string-width": "^7.0.0",
5038 "strip-ansi": "^7.1.0"
5039 },
5040 "engines": {
5041 "node": ">=18"
5042 },
5043 "funding": {
5044 "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
5045 }
5046 },
5047 "node_modules/xxhash-wasm": {
5048 "version": "1.1.0",
5049 "resolved": "https://registry.npmjs.org/xxhash-wasm/-/xxhash-wasm-1.1.0.tgz",
5050 "integrity": "sha512-147y/6YNh+tlp6nd/2pWq38i9h6mz/EuQ6njIrmW8D1BS5nCqs0P6DG+m6zTGnNz5I+uhZ0SHxBs9BsPrwcKDA==",
5051 "license": "MIT"
5052 },
5053 "node_modules/yargs-parser": {
5054 "version": "21.1.1",
5055 "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-21.1.1.tgz",
5056 "integrity": "sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==",
5057 "license": "ISC",
5058 "engines": {
5059 "node": ">=12"
5060 }
5061 },
5062 "node_modules/yocto-queue": {
5063 "version": "1.2.1",
5064 "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-1.2.1.tgz",
5065 "integrity": "sha512-AyeEbWOu/TAXdxlV9wmGcR0+yh2j3vYPGOECcIj2S7MkrLyC7ne+oye2BKTItt0ii2PHk4cDy+95+LshzbXnGg==",
5066 "license": "MIT",
5067 "engines": {
5068 "node": ">=12.20"
5069 },
5070 "funding": {
5071 "url": "https://github.com/sponsors/sindresorhus"
5072 }
5073 },
5074 "node_modules/yocto-spinner": {
5075 "version": "0.2.3",
5076 "resolved": "https://registry.npmjs.org/yocto-spinner/-/yocto-spinner-0.2.3.tgz",
5077 "integrity": "sha512-sqBChb33loEnkoXte1bLg45bEBsOP9N1kzQh5JZNKj/0rik4zAPTNSAVPj3uQAdc6slYJ0Ksc403G2XgxsJQFQ==",
5078 "license": "MIT",
5079 "dependencies": {
5080 "yoctocolors": "^2.1.1"
5081 },
5082 "engines": {
5083 "node": ">=18.19"
5084 },
5085 "funding": {
5086 "url": "https://github.com/sponsors/sindresorhus"
5087 }
5088 },
5089 "node_modules/yoctocolors": {
5090 "version": "2.1.2",
5091 "resolved": "https://registry.npmjs.org/yoctocolors/-/yoctocolors-2.1.2.tgz",
5092 "integrity": "sha512-CzhO+pFNo8ajLM2d2IW/R93ipy99LWjtwblvC1RsoSUMZgyLbYFr221TnSNT7GjGdYui6P459mw9JH/g/zW2ug==",
5093 "license": "MIT",
5094 "engines": {
5095 "node": ">=18"
5096 },
5097 "funding": {
5098 "url": "https://github.com/sponsors/sindresorhus"
5099 }
5100 },
5101 "node_modules/zod": {
5102 "version": "3.25.76",
5103 "resolved": "https://registry.npmjs.org/zod/-/zod-3.25.76.tgz",
5104 "integrity": "sha512-gzUt/qt81nXsFGKIFcC3YnfEAx5NkunCfnDlvuBSSFS02bcXu4Lmea0AFIUwbLWxWPx3d9p8S5QoaujKcNQxcQ==",
5105 "license": "MIT",
5106 "funding": {
5107 "url": "https://github.com/sponsors/colinhacks"
5108 }
5109 },
5110 "node_modules/zod-to-json-schema": {
5111 "version": "3.25.0",
5112 "resolved": "https://registry.npmjs.org/zod-to-json-schema/-/zod-to-json-schema-3.25.0.tgz",
5113 "integrity": "sha512-HvWtU2UG41LALjajJrML6uQejQhNJx+JBO9IflpSja4R03iNWfKXrj6W2h7ljuLyc1nKS+9yDyL/9tD1U/yBnQ==",
5114 "license": "ISC",
5115 "peerDependencies": {
5116 "zod": "^3.25 || ^4"
5117 }
5118 },
5119 "node_modules/zod-to-ts": {
5120 "version": "1.2.0",
5121 "resolved": "https://registry.npmjs.org/zod-to-ts/-/zod-to-ts-1.2.0.tgz",
5122 "integrity": "sha512-x30XE43V+InwGpvTySRNz9kB7qFU8DlyEy7BsSTCHPH1R0QasMmHWZDCzYm6bVXtj/9NNJAZF3jW8rzFvH5OFA==",
5123 "peerDependencies": {
5124 "typescript": "^4.9.4 || ^5.0.2",
5125 "zod": "^3"
5126 }
5127 },
5128 "node_modules/zwitch": {
5129 "version": "2.0.4",
5130 "resolved": "https://registry.npmjs.org/zwitch/-/zwitch-2.0.4.tgz",
5131 "integrity": "sha512-bXE4cR/kVZhKZX/RjPEflHaKVhUVl85noU3v6b8apfQEc1x4A+zBxjZ4lN8LqGd6WZ3dl98pY4o717VFmoPp+A==",
5132 "license": "MIT",
5133 "funding": {
5134 "type": "github",
5135 "url": "https://github.com/sponsors/wooorm"
5136 }
5137 }
5138 }
5139}