This repository has no description
1{
2 "name": "tangled-docs",
3 "version": "0.0.1",
4 "lockfileVersion": 3,
5 "requires": true,
6 "packages": {
7 "": {
8 "name": "tangled-docs",
9 "version": "0.0.1",
10 "dependencies": {
11 "@astrojs/starlight": "^0.36.0",
12 "@fontsource-variable/inter": "^5.2.5",
13 "@fontsource/ibm-plex-mono": "^5.2.5",
14 "astro": "^5.14.0",
15 "lucide-astro": "^0.545.0",
16 "sharp": "^0.34.0"
17 },
18 "devDependencies": {
19 "@tailwindcss/typography": "^0.5.20",
20 "tailwindcss": "^3.4.19"
21 }
22 },
23 "node_modules/@alloc/quick-lru": {
24 "version": "5.2.0",
25 "resolved": "https://registry.npmjs.org/@alloc/quick-lru/-/quick-lru-5.2.0.tgz",
26 "integrity": "sha512-UrcABB+4bUrFABwbluTIBErXwvbsU/V7TZWfmbgJfbkwiBuziS9gxdODUyuiecfdGQ85jglMW6juS3+z5TsKLw==",
27 "dev": true,
28 "license": "MIT",
29 "engines": {
30 "node": ">=10"
31 },
32 "funding": {
33 "url": "https://github.com/sponsors/sindresorhus"
34 }
35 },
36 "node_modules/@astrojs/compiler": {
37 "version": "2.13.1",
38 "resolved": "https://registry.npmjs.org/@astrojs/compiler/-/compiler-2.13.1.tgz",
39 "integrity": "sha512-f3FN83d2G/v32ipNClRKgYv30onQlMZX1vCeZMjPsMMPl1mDpmbl0+N5BYo4S/ofzqJyS5hvwacEo0CCVDn/Qg==",
40 "license": "MIT"
41 },
42 "node_modules/@astrojs/internal-helpers": {
43 "version": "0.7.6",
44 "resolved": "https://registry.npmjs.org/@astrojs/internal-helpers/-/internal-helpers-0.7.6.tgz",
45 "integrity": "sha512-GOle7smBWKfMSP8osUIGOlB5kaHdQLV3foCsf+5Q9Wsuu+C6Fs3Ez/ttXmhjZ1HkSgsogcM1RXSjjOVieHq16Q==",
46 "license": "MIT"
47 },
48 "node_modules/@astrojs/markdown-remark": {
49 "version": "6.3.11",
50 "resolved": "https://registry.npmjs.org/@astrojs/markdown-remark/-/markdown-remark-6.3.11.tgz",
51 "integrity": "sha512-hcaxX/5aC6lQgHeGh1i+aauvSwIT6cfyFjKWvExYSxUhZZBBdvCliOtu06gbQyhbe0pGJNoNmqNlQZ5zYUuIyQ==",
52 "license": "MIT",
53 "dependencies": {
54 "@astrojs/internal-helpers": "0.7.6",
55 "@astrojs/prism": "3.3.0",
56 "github-slugger": "^2.0.0",
57 "hast-util-from-html": "^2.0.3",
58 "hast-util-to-text": "^4.0.2",
59 "import-meta-resolve": "^4.2.0",
60 "js-yaml": "^4.1.1",
61 "mdast-util-definitions": "^6.0.0",
62 "rehype-raw": "^7.0.0",
63 "rehype-stringify": "^10.0.1",
64 "remark-gfm": "^4.0.1",
65 "remark-parse": "^11.0.0",
66 "remark-rehype": "^11.1.2",
67 "remark-smartypants": "^3.0.2",
68 "shiki": "^3.21.0",
69 "smol-toml": "^1.6.0",
70 "unified": "^11.0.5",
71 "unist-util-remove-position": "^5.0.0",
72 "unist-util-visit": "^5.0.0",
73 "unist-util-visit-parents": "^6.0.2",
74 "vfile": "^6.0.3"
75 }
76 },
77 "node_modules/@astrojs/mdx": {
78 "version": "4.3.14",
79 "resolved": "https://registry.npmjs.org/@astrojs/mdx/-/mdx-4.3.14.tgz",
80 "integrity": "sha512-FBrqJQORVm+rkRa2TS5CjU9PBA6hkhrwLVBSS9A77gN2+iehvjq1w6yya/d0YKC7osiVorKkr3Qd9wNbl0ZkGA==",
81 "license": "MIT",
82 "dependencies": {
83 "@astrojs/markdown-remark": "6.3.11",
84 "@mdx-js/mdx": "^3.1.1",
85 "acorn": "^8.15.0",
86 "es-module-lexer": "^1.7.0",
87 "estree-util-visit": "^2.0.0",
88 "hast-util-to-html": "^9.0.5",
89 "piccolore": "^0.1.3",
90 "rehype-raw": "^7.0.0",
91 "remark-gfm": "^4.0.1",
92 "remark-smartypants": "^3.0.2",
93 "source-map": "^0.7.6",
94 "unist-util-visit": "^5.0.0",
95 "vfile": "^6.0.3"
96 },
97 "engines": {
98 "node": "18.20.8 || ^20.3.0 || >=22.0.0"
99 },
100 "peerDependencies": {
101 "astro": "^5.0.0"
102 }
103 },
104 "node_modules/@astrojs/prism": {
105 "version": "3.3.0",
106 "resolved": "https://registry.npmjs.org/@astrojs/prism/-/prism-3.3.0.tgz",
107 "integrity": "sha512-q8VwfU/fDZNoDOf+r7jUnMC2//H2l0TuQ6FkGJL8vD8nw/q5KiL3DS1KKBI3QhI9UQhpJ5dc7AtqfbXWuOgLCQ==",
108 "license": "MIT",
109 "dependencies": {
110 "prismjs": "^1.30.0"
111 },
112 "engines": {
113 "node": "18.20.8 || ^20.3.0 || >=22.0.0"
114 }
115 },
116 "node_modules/@astrojs/sitemap": {
117 "version": "3.7.3",
118 "resolved": "https://registry.npmjs.org/@astrojs/sitemap/-/sitemap-3.7.3.tgz",
119 "integrity": "sha512-f8euLVsyeAmAkSm/1M2Kb8sL8byQmfgbvBNaHFItCheTj/IpiJYSEWVcqDHZ/yEHxiS7+w87mQkzwZaPHmk5GA==",
120 "license": "MIT",
121 "dependencies": {
122 "sitemap": "^9.0.0",
123 "stream-replace-string": "^2.0.0",
124 "zod": "^4.3.6"
125 }
126 },
127 "node_modules/@astrojs/starlight": {
128 "version": "0.36.3",
129 "resolved": "https://registry.npmjs.org/@astrojs/starlight/-/starlight-0.36.3.tgz",
130 "integrity": "sha512-5cm4QVQHUP6ZE52O43TtUpsTvLKdZa9XEs4l3suzuY7Ymsbz4ojtoL9NhistbMqM+/qk6fm6SmxbOL6hQ/LfNA==",
131 "license": "MIT",
132 "dependencies": {
133 "@astrojs/markdown-remark": "^6.3.1",
134 "@astrojs/mdx": "^4.2.3",
135 "@astrojs/sitemap": "^3.3.0",
136 "@pagefind/default-ui": "^1.3.0",
137 "@types/hast": "^3.0.4",
138 "@types/js-yaml": "^4.0.9",
139 "@types/mdast": "^4.0.4",
140 "astro-expressive-code": "^0.41.1",
141 "bcp-47": "^2.1.0",
142 "hast-util-from-html": "^2.0.1",
143 "hast-util-select": "^6.0.2",
144 "hast-util-to-string": "^3.0.0",
145 "hastscript": "^9.0.0",
146 "i18next": "^23.11.5",
147 "js-yaml": "^4.1.0",
148 "klona": "^2.0.6",
149 "mdast-util-directive": "^3.0.0",
150 "mdast-util-to-markdown": "^2.1.0",
151 "mdast-util-to-string": "^4.0.0",
152 "pagefind": "^1.3.0",
153 "rehype": "^13.0.1",
154 "rehype-format": "^5.0.0",
155 "remark-directive": "^3.0.0",
156 "ultrahtml": "^1.6.0",
157 "unified": "^11.0.5",
158 "unist-util-visit": "^5.0.0",
159 "vfile": "^6.0.2"
160 },
161 "peerDependencies": {
162 "astro": "^5.5.0"
163 }
164 },
165 "node_modules/@astrojs/telemetry": {
166 "version": "3.3.0",
167 "resolved": "https://registry.npmjs.org/@astrojs/telemetry/-/telemetry-3.3.0.tgz",
168 "integrity": "sha512-UFBgfeldP06qu6khs/yY+q1cDAaArM2/7AEIqQ9Cuvf7B1hNLq0xDrZkct+QoIGyjq56y8IaE2I3CTvG99mlhQ==",
169 "license": "MIT",
170 "dependencies": {
171 "ci-info": "^4.2.0",
172 "debug": "^4.4.0",
173 "dlv": "^1.1.3",
174 "dset": "^3.1.4",
175 "is-docker": "^3.0.0",
176 "is-wsl": "^3.1.0",
177 "which-pm-runs": "^1.1.0"
178 },
179 "engines": {
180 "node": "18.20.8 || ^20.3.0 || >=22.0.0"
181 }
182 },
183 "node_modules/@babel/helper-string-parser": {
184 "version": "7.29.7",
185 "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.29.7.tgz",
186 "integrity": "sha512-Pb5ijPrZ89GDH8223L4UP8i6QApWxs04RbPQJTeWDV0/keR2E36MeKnyr6LYmUUvqRRI+Iv87SuF1W6ErINzYw==",
187 "license": "MIT",
188 "engines": {
189 "node": ">=6.9.0"
190 }
191 },
192 "node_modules/@babel/helper-validator-identifier": {
193 "version": "7.29.7",
194 "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.29.7.tgz",
195 "integrity": "sha512-qehxGkRj55h/ff8EMaJ+cYhyaKlHIxqYDn682wQD7RNp9UujOQsHog2uS0r2vzr4pW+sXf90NeeayjcNaX3fFg==",
196 "license": "MIT",
197 "engines": {
198 "node": ">=6.9.0"
199 }
200 },
201 "node_modules/@babel/parser": {
202 "version": "7.29.7",
203 "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.29.7.tgz",
204 "integrity": "sha512-hnORnjP/1P/zFEndoeX+n+t1RwWRJiJpM/jO7FW32Kn9r5+sJB2JWOdYo4L6k78j15eCwY3Gm/7364B1EMwtNg==",
205 "license": "MIT",
206 "dependencies": {
207 "@babel/types": "^7.29.7"
208 },
209 "bin": {
210 "parser": "bin/babel-parser.js"
211 },
212 "engines": {
213 "node": ">=6.0.0"
214 }
215 },
216 "node_modules/@babel/runtime": {
217 "version": "7.29.7",
218 "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.29.7.tgz",
219 "integrity": "sha512-Nq8OhGWiZIZGV6hLHoyAKLLcJihP/xFeBMGJoUrxTX2psI8dCifzLhZISFb+VWS3wFMRDmCGw5R+dOySCqPLhw==",
220 "license": "MIT",
221 "engines": {
222 "node": ">=6.9.0"
223 }
224 },
225 "node_modules/@babel/types": {
226 "version": "7.29.7",
227 "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.29.7.tgz",
228 "integrity": "sha512-4zBIxpPzowiZpusoFkyGVwakdRJUyuH5PxQ/PrqghfdFWWasvnCdPfQXHrenDai+gyLARulZjZowCOj6fjT4pA==",
229 "license": "MIT",
230 "dependencies": {
231 "@babel/helper-string-parser": "^7.29.7",
232 "@babel/helper-validator-identifier": "^7.29.7"
233 },
234 "engines": {
235 "node": ">=6.9.0"
236 }
237 },
238 "node_modules/@capsizecss/unpack": {
239 "version": "4.0.1",
240 "resolved": "https://registry.npmjs.org/@capsizecss/unpack/-/unpack-4.0.1.tgz",
241 "integrity": "sha512-CuNiSqg7+e1cO/GjffyMOm5Tt2jUF9CWHHnvQ/UkqvtkGfHdgwEC0wpmq7fkN3gxwpRnrAN0WzO3vREKmNolMQ==",
242 "license": "MIT",
243 "dependencies": {
244 "fontkitten": "^1.0.3"
245 },
246 "engines": {
247 "node": ">=18"
248 }
249 },
250 "node_modules/@ctrl/tinycolor": {
251 "version": "4.2.0",
252 "resolved": "https://registry.npmjs.org/@ctrl/tinycolor/-/tinycolor-4.2.0.tgz",
253 "integrity": "sha512-kzyuwOAQnXJNLS9PSyrk0CWk35nWJW/zl/6KvnTBMFK65gm7U1/Z5BqjxeapjZCIhQcM/DsrEmcbRwDyXyXK4A==",
254 "license": "MIT",
255 "engines": {
256 "node": ">=14"
257 }
258 },
259 "node_modules/@emnapi/runtime": {
260 "version": "1.11.2",
261 "resolved": "https://registry.npmjs.org/@emnapi/runtime/-/runtime-1.11.2.tgz",
262 "integrity": "sha512-kyOl3X0DuTiT1h2ft8r2fYO8JYtU9a9Xis/zBSiGArNaagCOWx90N1k2wxp18czFDH+OgcWGb5ZP/XMt3dcyPA==",
263 "license": "MIT",
264 "optional": true,
265 "dependencies": {
266 "tslib": "^2.4.0"
267 }
268 },
269 "node_modules/@esbuild/aix-ppc64": {
270 "version": "0.27.7",
271 "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.27.7.tgz",
272 "integrity": "sha512-EKX3Qwmhz1eMdEJokhALr0YiD0lhQNwDqkPYyPhiSwKrh7/4KRjQc04sZ8db+5DVVnZ1LmbNDI1uAMPEUBnQPg==",
273 "cpu": [
274 "ppc64"
275 ],
276 "license": "MIT",
277 "optional": true,
278 "os": [
279 "aix"
280 ],
281 "engines": {
282 "node": ">=18"
283 }
284 },
285 "node_modules/@esbuild/android-arm": {
286 "version": "0.27.7",
287 "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.27.7.tgz",
288 "integrity": "sha512-jbPXvB4Yj2yBV7HUfE2KHe4GJX51QplCN1pGbYjvsyCZbQmies29EoJbkEc+vYuU5o45AfQn37vZlyXy4YJ8RQ==",
289 "cpu": [
290 "arm"
291 ],
292 "license": "MIT",
293 "optional": true,
294 "os": [
295 "android"
296 ],
297 "engines": {
298 "node": ">=18"
299 }
300 },
301 "node_modules/@esbuild/android-arm64": {
302 "version": "0.27.7",
303 "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.27.7.tgz",
304 "integrity": "sha512-62dPZHpIXzvChfvfLJow3q5dDtiNMkwiRzPylSCfriLvZeq0a1bWChrGx/BbUbPwOrsWKMn8idSllklzBy+dgQ==",
305 "cpu": [
306 "arm64"
307 ],
308 "license": "MIT",
309 "optional": true,
310 "os": [
311 "android"
312 ],
313 "engines": {
314 "node": ">=18"
315 }
316 },
317 "node_modules/@esbuild/android-x64": {
318 "version": "0.27.7",
319 "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.27.7.tgz",
320 "integrity": "sha512-x5VpMODneVDb70PYV2VQOmIUUiBtY3D3mPBG8NxVk5CogneYhkR7MmM3yR/uMdITLrC1ml/NV1rj4bMJuy9MCg==",
321 "cpu": [
322 "x64"
323 ],
324 "license": "MIT",
325 "optional": true,
326 "os": [
327 "android"
328 ],
329 "engines": {
330 "node": ">=18"
331 }
332 },
333 "node_modules/@esbuild/darwin-arm64": {
334 "version": "0.27.7",
335 "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.27.7.tgz",
336 "integrity": "sha512-5lckdqeuBPlKUwvoCXIgI2D9/ABmPq3Rdp7IfL70393YgaASt7tbju3Ac+ePVi3KDH6N2RqePfHnXkaDtY9fkw==",
337 "cpu": [
338 "arm64"
339 ],
340 "license": "MIT",
341 "optional": true,
342 "os": [
343 "darwin"
344 ],
345 "engines": {
346 "node": ">=18"
347 }
348 },
349 "node_modules/@esbuild/darwin-x64": {
350 "version": "0.27.7",
351 "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.27.7.tgz",
352 "integrity": "sha512-rYnXrKcXuT7Z+WL5K980jVFdvVKhCHhUwid+dDYQpH+qu+TefcomiMAJpIiC2EM3Rjtq0sO3StMV/+3w3MyyqQ==",
353 "cpu": [
354 "x64"
355 ],
356 "license": "MIT",
357 "optional": true,
358 "os": [
359 "darwin"
360 ],
361 "engines": {
362 "node": ">=18"
363 }
364 },
365 "node_modules/@esbuild/freebsd-arm64": {
366 "version": "0.27.7",
367 "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.27.7.tgz",
368 "integrity": "sha512-B48PqeCsEgOtzME2GbNM2roU29AMTuOIN91dsMO30t+Ydis3z/3Ngoj5hhnsOSSwNzS+6JppqWsuhTp6E82l2w==",
369 "cpu": [
370 "arm64"
371 ],
372 "license": "MIT",
373 "optional": true,
374 "os": [
375 "freebsd"
376 ],
377 "engines": {
378 "node": ">=18"
379 }
380 },
381 "node_modules/@esbuild/freebsd-x64": {
382 "version": "0.27.7",
383 "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.27.7.tgz",
384 "integrity": "sha512-jOBDK5XEjA4m5IJK3bpAQF9/Lelu/Z9ZcdhTRLf4cajlB+8VEhFFRjWgfy3M1O4rO2GQ/b2dLwCUGpiF/eATNQ==",
385 "cpu": [
386 "x64"
387 ],
388 "license": "MIT",
389 "optional": true,
390 "os": [
391 "freebsd"
392 ],
393 "engines": {
394 "node": ">=18"
395 }
396 },
397 "node_modules/@esbuild/linux-arm": {
398 "version": "0.27.7",
399 "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.27.7.tgz",
400 "integrity": "sha512-RkT/YXYBTSULo3+af8Ib0ykH8u2MBh57o7q/DAs3lTJlyVQkgQvlrPTnjIzzRPQyavxtPtfg0EopvDyIt0j1rA==",
401 "cpu": [
402 "arm"
403 ],
404 "license": "MIT",
405 "optional": true,
406 "os": [
407 "linux"
408 ],
409 "engines": {
410 "node": ">=18"
411 }
412 },
413 "node_modules/@esbuild/linux-arm64": {
414 "version": "0.27.7",
415 "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.27.7.tgz",
416 "integrity": "sha512-RZPHBoxXuNnPQO9rvjh5jdkRmVizktkT7TCDkDmQ0W2SwHInKCAV95GRuvdSvA7w4VMwfCjUiPwDi0ZO6Nfe9A==",
417 "cpu": [
418 "arm64"
419 ],
420 "license": "MIT",
421 "optional": true,
422 "os": [
423 "linux"
424 ],
425 "engines": {
426 "node": ">=18"
427 }
428 },
429 "node_modules/@esbuild/linux-ia32": {
430 "version": "0.27.7",
431 "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.27.7.tgz",
432 "integrity": "sha512-GA48aKNkyQDbd3KtkplYWT102C5sn/EZTY4XROkxONgruHPU72l+gW+FfF8tf2cFjeHaRbWpOYa/uRBz/Xq1Pg==",
433 "cpu": [
434 "ia32"
435 ],
436 "license": "MIT",
437 "optional": true,
438 "os": [
439 "linux"
440 ],
441 "engines": {
442 "node": ">=18"
443 }
444 },
445 "node_modules/@esbuild/linux-loong64": {
446 "version": "0.27.7",
447 "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.27.7.tgz",
448 "integrity": "sha512-a4POruNM2oWsD4WKvBSEKGIiWQF8fZOAsycHOt6JBpZ+JN2n2JH9WAv56SOyu9X5IqAjqSIPTaJkqN8F7XOQ5Q==",
449 "cpu": [
450 "loong64"
451 ],
452 "license": "MIT",
453 "optional": true,
454 "os": [
455 "linux"
456 ],
457 "engines": {
458 "node": ">=18"
459 }
460 },
461 "node_modules/@esbuild/linux-mips64el": {
462 "version": "0.27.7",
463 "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.27.7.tgz",
464 "integrity": "sha512-KabT5I6StirGfIz0FMgl1I+R1H73Gp0ofL9A3nG3i/cYFJzKHhouBV5VWK1CSgKvVaG4q1RNpCTR2LuTVB3fIw==",
465 "cpu": [
466 "mips64el"
467 ],
468 "license": "MIT",
469 "optional": true,
470 "os": [
471 "linux"
472 ],
473 "engines": {
474 "node": ">=18"
475 }
476 },
477 "node_modules/@esbuild/linux-ppc64": {
478 "version": "0.27.7",
479 "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.27.7.tgz",
480 "integrity": "sha512-gRsL4x6wsGHGRqhtI+ifpN/vpOFTQtnbsupUF5R5YTAg+y/lKelYR1hXbnBdzDjGbMYjVJLJTd2OFmMewAgwlQ==",
481 "cpu": [
482 "ppc64"
483 ],
484 "license": "MIT",
485 "optional": true,
486 "os": [
487 "linux"
488 ],
489 "engines": {
490 "node": ">=18"
491 }
492 },
493 "node_modules/@esbuild/linux-riscv64": {
494 "version": "0.27.7",
495 "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.27.7.tgz",
496 "integrity": "sha512-hL25LbxO1QOngGzu2U5xeXtxXcW+/GvMN3ejANqXkxZ/opySAZMrc+9LY/WyjAan41unrR3YrmtTsUpwT66InQ==",
497 "cpu": [
498 "riscv64"
499 ],
500 "license": "MIT",
501 "optional": true,
502 "os": [
503 "linux"
504 ],
505 "engines": {
506 "node": ">=18"
507 }
508 },
509 "node_modules/@esbuild/linux-s390x": {
510 "version": "0.27.7",
511 "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.27.7.tgz",
512 "integrity": "sha512-2k8go8Ycu1Kb46vEelhu1vqEP+UeRVj2zY1pSuPdgvbd5ykAw82Lrro28vXUrRmzEsUV0NzCf54yARIK8r0fdw==",
513 "cpu": [
514 "s390x"
515 ],
516 "license": "MIT",
517 "optional": true,
518 "os": [
519 "linux"
520 ],
521 "engines": {
522 "node": ">=18"
523 }
524 },
525 "node_modules/@esbuild/linux-x64": {
526 "version": "0.27.7",
527 "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.27.7.tgz",
528 "integrity": "sha512-hzznmADPt+OmsYzw1EE33ccA+HPdIqiCRq7cQeL1Jlq2gb1+OyWBkMCrYGBJ+sxVzve2ZJEVeePbLM2iEIZSxA==",
529 "cpu": [
530 "x64"
531 ],
532 "license": "MIT",
533 "optional": true,
534 "os": [
535 "linux"
536 ],
537 "engines": {
538 "node": ">=18"
539 }
540 },
541 "node_modules/@esbuild/netbsd-arm64": {
542 "version": "0.27.7",
543 "resolved": "https://registry.npmjs.org/@esbuild/netbsd-arm64/-/netbsd-arm64-0.27.7.tgz",
544 "integrity": "sha512-b6pqtrQdigZBwZxAn1UpazEisvwaIDvdbMbmrly7cDTMFnw/+3lVxxCTGOrkPVnsYIosJJXAsILG9XcQS+Yu6w==",
545 "cpu": [
546 "arm64"
547 ],
548 "license": "MIT",
549 "optional": true,
550 "os": [
551 "netbsd"
552 ],
553 "engines": {
554 "node": ">=18"
555 }
556 },
557 "node_modules/@esbuild/netbsd-x64": {
558 "version": "0.27.7",
559 "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.27.7.tgz",
560 "integrity": "sha512-OfatkLojr6U+WN5EDYuoQhtM+1xco+/6FSzJJnuWiUw5eVcicbyK3dq5EeV/QHT1uy6GoDhGbFpprUiHUYggrw==",
561 "cpu": [
562 "x64"
563 ],
564 "license": "MIT",
565 "optional": true,
566 "os": [
567 "netbsd"
568 ],
569 "engines": {
570 "node": ">=18"
571 }
572 },
573 "node_modules/@esbuild/openbsd-arm64": {
574 "version": "0.27.7",
575 "resolved": "https://registry.npmjs.org/@esbuild/openbsd-arm64/-/openbsd-arm64-0.27.7.tgz",
576 "integrity": "sha512-AFuojMQTxAz75Fo8idVcqoQWEHIXFRbOc1TrVcFSgCZtQfSdc1RXgB3tjOn/krRHENUB4j00bfGjyl2mJrU37A==",
577 "cpu": [
578 "arm64"
579 ],
580 "license": "MIT",
581 "optional": true,
582 "os": [
583 "openbsd"
584 ],
585 "engines": {
586 "node": ">=18"
587 }
588 },
589 "node_modules/@esbuild/openbsd-x64": {
590 "version": "0.27.7",
591 "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.27.7.tgz",
592 "integrity": "sha512-+A1NJmfM8WNDv5CLVQYJ5PshuRm/4cI6WMZRg1by1GwPIQPCTs1GLEUHwiiQGT5zDdyLiRM/l1G0Pv54gvtKIg==",
593 "cpu": [
594 "x64"
595 ],
596 "license": "MIT",
597 "optional": true,
598 "os": [
599 "openbsd"
600 ],
601 "engines": {
602 "node": ">=18"
603 }
604 },
605 "node_modules/@esbuild/openharmony-arm64": {
606 "version": "0.27.7",
607 "resolved": "https://registry.npmjs.org/@esbuild/openharmony-arm64/-/openharmony-arm64-0.27.7.tgz",
608 "integrity": "sha512-+KrvYb/C8zA9CU/g0sR6w2RBw7IGc5J2BPnc3dYc5VJxHCSF1yNMxTV5LQ7GuKteQXZtspjFbiuW5/dOj7H4Yw==",
609 "cpu": [
610 "arm64"
611 ],
612 "license": "MIT",
613 "optional": true,
614 "os": [
615 "openharmony"
616 ],
617 "engines": {
618 "node": ">=18"
619 }
620 },
621 "node_modules/@esbuild/sunos-x64": {
622 "version": "0.27.7",
623 "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.27.7.tgz",
624 "integrity": "sha512-ikktIhFBzQNt/QDyOL580ti9+5mL/YZeUPKU2ivGtGjdTYoqz6jObj6nOMfhASpS4GU4Q/Clh1QtxWAvcYKamA==",
625 "cpu": [
626 "x64"
627 ],
628 "license": "MIT",
629 "optional": true,
630 "os": [
631 "sunos"
632 ],
633 "engines": {
634 "node": ">=18"
635 }
636 },
637 "node_modules/@esbuild/win32-arm64": {
638 "version": "0.27.7",
639 "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.27.7.tgz",
640 "integrity": "sha512-7yRhbHvPqSpRUV7Q20VuDwbjW5kIMwTHpptuUzV+AA46kiPze5Z7qgt6CLCK3pWFrHeNfDd1VKgyP4O+ng17CA==",
641 "cpu": [
642 "arm64"
643 ],
644 "license": "MIT",
645 "optional": true,
646 "os": [
647 "win32"
648 ],
649 "engines": {
650 "node": ">=18"
651 }
652 },
653 "node_modules/@esbuild/win32-ia32": {
654 "version": "0.27.7",
655 "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.27.7.tgz",
656 "integrity": "sha512-SmwKXe6VHIyZYbBLJrhOoCJRB/Z1tckzmgTLfFYOfpMAx63BJEaL9ExI8x7v0oAO3Zh6D/Oi1gVxEYr5oUCFhw==",
657 "cpu": [
658 "ia32"
659 ],
660 "license": "MIT",
661 "optional": true,
662 "os": [
663 "win32"
664 ],
665 "engines": {
666 "node": ">=18"
667 }
668 },
669 "node_modules/@esbuild/win32-x64": {
670 "version": "0.27.7",
671 "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.27.7.tgz",
672 "integrity": "sha512-56hiAJPhwQ1R4i+21FVF7V8kSD5zZTdHcVuRFMW0hn753vVfQN8xlx4uOPT4xoGH0Z/oVATuR82AiqSTDIpaHg==",
673 "cpu": [
674 "x64"
675 ],
676 "license": "MIT",
677 "optional": true,
678 "os": [
679 "win32"
680 ],
681 "engines": {
682 "node": ">=18"
683 }
684 },
685 "node_modules/@expressive-code/core": {
686 "version": "0.41.7",
687 "resolved": "https://registry.npmjs.org/@expressive-code/core/-/core-0.41.7.tgz",
688 "integrity": "sha512-ck92uZYZ9Wba2zxkiZLsZGi9N54pMSAVdrI9uW3Oo9AtLglD5RmrdTwbYPCT2S/jC36JGB2i+pnQtBm/Ib2+dg==",
689 "license": "MIT",
690 "dependencies": {
691 "@ctrl/tinycolor": "^4.0.4",
692 "hast-util-select": "^6.0.2",
693 "hast-util-to-html": "^9.0.1",
694 "hast-util-to-text": "^4.0.1",
695 "hastscript": "^9.0.0",
696 "postcss": "^8.4.38",
697 "postcss-nested": "^6.0.1",
698 "unist-util-visit": "^5.0.0",
699 "unist-util-visit-parents": "^6.0.1"
700 }
701 },
702 "node_modules/@expressive-code/plugin-frames": {
703 "version": "0.41.7",
704 "resolved": "https://registry.npmjs.org/@expressive-code/plugin-frames/-/plugin-frames-0.41.7.tgz",
705 "integrity": "sha512-diKtxjQw/979cTglRFaMCY/sR6hWF0kSMg8jsKLXaZBSfGS0I/Hoe7Qds3vVEgeoW+GHHQzMcwvgx/MOIXhrTA==",
706 "license": "MIT",
707 "dependencies": {
708 "@expressive-code/core": "^0.41.7"
709 }
710 },
711 "node_modules/@expressive-code/plugin-shiki": {
712 "version": "0.41.7",
713 "resolved": "https://registry.npmjs.org/@expressive-code/plugin-shiki/-/plugin-shiki-0.41.7.tgz",
714 "integrity": "sha512-DL605bLrUOgqTdZ0Ot5MlTaWzppRkzzqzeGEu7ODnHF39IkEBbFdsC7pbl3LbUQ1DFtnfx6rD54k/cdofbW6KQ==",
715 "license": "MIT",
716 "dependencies": {
717 "@expressive-code/core": "^0.41.7",
718 "shiki": "^3.2.2"
719 }
720 },
721 "node_modules/@expressive-code/plugin-text-markers": {
722 "version": "0.41.7",
723 "resolved": "https://registry.npmjs.org/@expressive-code/plugin-text-markers/-/plugin-text-markers-0.41.7.tgz",
724 "integrity": "sha512-Ewpwuc5t6eFdZmWlFyeuy3e1PTQC0jFvw2Q+2bpcWXbOZhPLsT7+h8lsSIJxb5mS7wZko7cKyQ2RLYDyK6Fpmw==",
725 "license": "MIT",
726 "dependencies": {
727 "@expressive-code/core": "^0.41.7"
728 }
729 },
730 "node_modules/@fontsource-variable/inter": {
731 "version": "5.2.8",
732 "resolved": "https://registry.npmjs.org/@fontsource-variable/inter/-/inter-5.2.8.tgz",
733 "integrity": "sha512-kOfP2D+ykbcX/P3IFnokOhVRNoTozo5/JxhAIVYLpea/UBmCQ/YWPBfWIDuBImXX/15KH+eKh4xpEUyS2sQQGQ==",
734 "license": "OFL-1.1",
735 "funding": {
736 "url": "https://github.com/sponsors/ayuhito"
737 }
738 },
739 "node_modules/@fontsource/ibm-plex-mono": {
740 "version": "5.2.7",
741 "resolved": "https://registry.npmjs.org/@fontsource/ibm-plex-mono/-/ibm-plex-mono-5.2.7.tgz",
742 "integrity": "sha512-MKAb8qV+CaiMQn2B0dIi1OV3565NYzp3WN5b4oT6LTkk+F0jR6j0ZN+5BKJiIhffDC3rtBULsYZE65+0018z9w==",
743 "license": "OFL-1.1",
744 "funding": {
745 "url": "https://github.com/sponsors/ayuhito"
746 }
747 },
748 "node_modules/@img/colour": {
749 "version": "1.1.0",
750 "resolved": "https://registry.npmjs.org/@img/colour/-/colour-1.1.0.tgz",
751 "integrity": "sha512-Td76q7j57o/tLVdgS746cYARfSyxk8iEfRxewL9h4OMzYhbW4TAcppl0mT4eyqXddh6L/jwoM75mo7ixa/pCeQ==",
752 "license": "MIT",
753 "engines": {
754 "node": ">=18"
755 }
756 },
757 "node_modules/@img/sharp-darwin-arm64": {
758 "version": "0.34.5",
759 "resolved": "https://registry.npmjs.org/@img/sharp-darwin-arm64/-/sharp-darwin-arm64-0.34.5.tgz",
760 "integrity": "sha512-imtQ3WMJXbMY4fxb/Ndp6HBTNVtWCUI0WdobyheGf5+ad6xX8VIDO8u2xE4qc/fr08CKG/7dDseFtn6M6g/r3w==",
761 "cpu": [
762 "arm64"
763 ],
764 "license": "Apache-2.0",
765 "optional": true,
766 "os": [
767 "darwin"
768 ],
769 "engines": {
770 "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
771 },
772 "funding": {
773 "url": "https://opencollective.com/libvips"
774 },
775 "optionalDependencies": {
776 "@img/sharp-libvips-darwin-arm64": "1.2.4"
777 }
778 },
779 "node_modules/@img/sharp-darwin-x64": {
780 "version": "0.34.5",
781 "resolved": "https://registry.npmjs.org/@img/sharp-darwin-x64/-/sharp-darwin-x64-0.34.5.tgz",
782 "integrity": "sha512-YNEFAF/4KQ/PeW0N+r+aVVsoIY0/qxxikF2SWdp+NRkmMB7y9LBZAVqQ4yhGCm/H3H270OSykqmQMKLBhBJDEw==",
783 "cpu": [
784 "x64"
785 ],
786 "license": "Apache-2.0",
787 "optional": true,
788 "os": [
789 "darwin"
790 ],
791 "engines": {
792 "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
793 },
794 "funding": {
795 "url": "https://opencollective.com/libvips"
796 },
797 "optionalDependencies": {
798 "@img/sharp-libvips-darwin-x64": "1.2.4"
799 }
800 },
801 "node_modules/@img/sharp-libvips-darwin-arm64": {
802 "version": "1.2.4",
803 "resolved": "https://registry.npmjs.org/@img/sharp-libvips-darwin-arm64/-/sharp-libvips-darwin-arm64-1.2.4.tgz",
804 "integrity": "sha512-zqjjo7RatFfFoP0MkQ51jfuFZBnVE2pRiaydKJ1G/rHZvnsrHAOcQALIi9sA5co5xenQdTugCvtb1cuf78Vf4g==",
805 "cpu": [
806 "arm64"
807 ],
808 "license": "LGPL-3.0-or-later",
809 "optional": true,
810 "os": [
811 "darwin"
812 ],
813 "funding": {
814 "url": "https://opencollective.com/libvips"
815 }
816 },
817 "node_modules/@img/sharp-libvips-darwin-x64": {
818 "version": "1.2.4",
819 "resolved": "https://registry.npmjs.org/@img/sharp-libvips-darwin-x64/-/sharp-libvips-darwin-x64-1.2.4.tgz",
820 "integrity": "sha512-1IOd5xfVhlGwX+zXv2N93k0yMONvUlANylbJw1eTah8K/Jtpi15KC+WSiaX/nBmbm2HxRM1gZ0nSdjSsrZbGKg==",
821 "cpu": [
822 "x64"
823 ],
824 "license": "LGPL-3.0-or-later",
825 "optional": true,
826 "os": [
827 "darwin"
828 ],
829 "funding": {
830 "url": "https://opencollective.com/libvips"
831 }
832 },
833 "node_modules/@img/sharp-libvips-linux-arm": {
834 "version": "1.2.4",
835 "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-arm/-/sharp-libvips-linux-arm-1.2.4.tgz",
836 "integrity": "sha512-bFI7xcKFELdiNCVov8e44Ia4u2byA+l3XtsAj+Q8tfCwO6BQ8iDojYdvoPMqsKDkuoOo+X6HZA0s0q11ANMQ8A==",
837 "cpu": [
838 "arm"
839 ],
840 "libc": [
841 "glibc"
842 ],
843 "license": "LGPL-3.0-or-later",
844 "optional": true,
845 "os": [
846 "linux"
847 ],
848 "funding": {
849 "url": "https://opencollective.com/libvips"
850 }
851 },
852 "node_modules/@img/sharp-libvips-linux-arm64": {
853 "version": "1.2.4",
854 "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-arm64/-/sharp-libvips-linux-arm64-1.2.4.tgz",
855 "integrity": "sha512-excjX8DfsIcJ10x1Kzr4RcWe1edC9PquDRRPx3YVCvQv+U5p7Yin2s32ftzikXojb1PIFc/9Mt28/y+iRklkrw==",
856 "cpu": [
857 "arm64"
858 ],
859 "libc": [
860 "glibc"
861 ],
862 "license": "LGPL-3.0-or-later",
863 "optional": true,
864 "os": [
865 "linux"
866 ],
867 "funding": {
868 "url": "https://opencollective.com/libvips"
869 }
870 },
871 "node_modules/@img/sharp-libvips-linux-ppc64": {
872 "version": "1.2.4",
873 "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-ppc64/-/sharp-libvips-linux-ppc64-1.2.4.tgz",
874 "integrity": "sha512-FMuvGijLDYG6lW+b/UvyilUWu5Ayu+3r2d1S8notiGCIyYU/76eig1UfMmkZ7vwgOrzKzlQbFSuQfgm7GYUPpA==",
875 "cpu": [
876 "ppc64"
877 ],
878 "libc": [
879 "glibc"
880 ],
881 "license": "LGPL-3.0-or-later",
882 "optional": true,
883 "os": [
884 "linux"
885 ],
886 "funding": {
887 "url": "https://opencollective.com/libvips"
888 }
889 },
890 "node_modules/@img/sharp-libvips-linux-riscv64": {
891 "version": "1.2.4",
892 "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-riscv64/-/sharp-libvips-linux-riscv64-1.2.4.tgz",
893 "integrity": "sha512-oVDbcR4zUC0ce82teubSm+x6ETixtKZBh/qbREIOcI3cULzDyb18Sr/Wcyx7NRQeQzOiHTNbZFF1UwPS2scyGA==",
894 "cpu": [
895 "riscv64"
896 ],
897 "libc": [
898 "glibc"
899 ],
900 "license": "LGPL-3.0-or-later",
901 "optional": true,
902 "os": [
903 "linux"
904 ],
905 "funding": {
906 "url": "https://opencollective.com/libvips"
907 }
908 },
909 "node_modules/@img/sharp-libvips-linux-s390x": {
910 "version": "1.2.4",
911 "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-s390x/-/sharp-libvips-linux-s390x-1.2.4.tgz",
912 "integrity": "sha512-qmp9VrzgPgMoGZyPvrQHqk02uyjA0/QrTO26Tqk6l4ZV0MPWIW6LTkqOIov+J1yEu7MbFQaDpwdwJKhbJvuRxQ==",
913 "cpu": [
914 "s390x"
915 ],
916 "libc": [
917 "glibc"
918 ],
919 "license": "LGPL-3.0-or-later",
920 "optional": true,
921 "os": [
922 "linux"
923 ],
924 "funding": {
925 "url": "https://opencollective.com/libvips"
926 }
927 },
928 "node_modules/@img/sharp-libvips-linux-x64": {
929 "version": "1.2.4",
930 "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-x64/-/sharp-libvips-linux-x64-1.2.4.tgz",
931 "integrity": "sha512-tJxiiLsmHc9Ax1bz3oaOYBURTXGIRDODBqhveVHonrHJ9/+k89qbLl0bcJns+e4t4rvaNBxaEZsFtSfAdquPrw==",
932 "cpu": [
933 "x64"
934 ],
935 "libc": [
936 "glibc"
937 ],
938 "license": "LGPL-3.0-or-later",
939 "optional": true,
940 "os": [
941 "linux"
942 ],
943 "funding": {
944 "url": "https://opencollective.com/libvips"
945 }
946 },
947 "node_modules/@img/sharp-libvips-linuxmusl-arm64": {
948 "version": "1.2.4",
949 "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linuxmusl-arm64/-/sharp-libvips-linuxmusl-arm64-1.2.4.tgz",
950 "integrity": "sha512-FVQHuwx1IIuNow9QAbYUzJ+En8KcVm9Lk5+uGUQJHaZmMECZmOlix9HnH7n1TRkXMS0pGxIJokIVB9SuqZGGXw==",
951 "cpu": [
952 "arm64"
953 ],
954 "libc": [
955 "musl"
956 ],
957 "license": "LGPL-3.0-or-later",
958 "optional": true,
959 "os": [
960 "linux"
961 ],
962 "funding": {
963 "url": "https://opencollective.com/libvips"
964 }
965 },
966 "node_modules/@img/sharp-libvips-linuxmusl-x64": {
967 "version": "1.2.4",
968 "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linuxmusl-x64/-/sharp-libvips-linuxmusl-x64-1.2.4.tgz",
969 "integrity": "sha512-+LpyBk7L44ZIXwz/VYfglaX/okxezESc6UxDSoyo2Ks6Jxc4Y7sGjpgU9s4PMgqgjj1gZCylTieNamqA1MF7Dg==",
970 "cpu": [
971 "x64"
972 ],
973 "libc": [
974 "musl"
975 ],
976 "license": "LGPL-3.0-or-later",
977 "optional": true,
978 "os": [
979 "linux"
980 ],
981 "funding": {
982 "url": "https://opencollective.com/libvips"
983 }
984 },
985 "node_modules/@img/sharp-linux-arm": {
986 "version": "0.34.5",
987 "resolved": "https://registry.npmjs.org/@img/sharp-linux-arm/-/sharp-linux-arm-0.34.5.tgz",
988 "integrity": "sha512-9dLqsvwtg1uuXBGZKsxem9595+ujv0sJ6Vi8wcTANSFpwV/GONat5eCkzQo/1O6zRIkh0m/8+5BjrRr7jDUSZw==",
989 "cpu": [
990 "arm"
991 ],
992 "libc": [
993 "glibc"
994 ],
995 "license": "Apache-2.0",
996 "optional": true,
997 "os": [
998 "linux"
999 ],
1000 "engines": {
1001 "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
1002 },
1003 "funding": {
1004 "url": "https://opencollective.com/libvips"
1005 },
1006 "optionalDependencies": {
1007 "@img/sharp-libvips-linux-arm": "1.2.4"
1008 }
1009 },
1010 "node_modules/@img/sharp-linux-arm64": {
1011 "version": "0.34.5",
1012 "resolved": "https://registry.npmjs.org/@img/sharp-linux-arm64/-/sharp-linux-arm64-0.34.5.tgz",
1013 "integrity": "sha512-bKQzaJRY/bkPOXyKx5EVup7qkaojECG6NLYswgktOZjaXecSAeCWiZwwiFf3/Y+O1HrauiE3FVsGxFg8c24rZg==",
1014 "cpu": [
1015 "arm64"
1016 ],
1017 "libc": [
1018 "glibc"
1019 ],
1020 "license": "Apache-2.0",
1021 "optional": true,
1022 "os": [
1023 "linux"
1024 ],
1025 "engines": {
1026 "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
1027 },
1028 "funding": {
1029 "url": "https://opencollective.com/libvips"
1030 },
1031 "optionalDependencies": {
1032 "@img/sharp-libvips-linux-arm64": "1.2.4"
1033 }
1034 },
1035 "node_modules/@img/sharp-linux-ppc64": {
1036 "version": "0.34.5",
1037 "resolved": "https://registry.npmjs.org/@img/sharp-linux-ppc64/-/sharp-linux-ppc64-0.34.5.tgz",
1038 "integrity": "sha512-7zznwNaqW6YtsfrGGDA6BRkISKAAE1Jo0QdpNYXNMHu2+0dTrPflTLNkpc8l7MUP5M16ZJcUvysVWWrMefZquA==",
1039 "cpu": [
1040 "ppc64"
1041 ],
1042 "libc": [
1043 "glibc"
1044 ],
1045 "license": "Apache-2.0",
1046 "optional": true,
1047 "os": [
1048 "linux"
1049 ],
1050 "engines": {
1051 "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
1052 },
1053 "funding": {
1054 "url": "https://opencollective.com/libvips"
1055 },
1056 "optionalDependencies": {
1057 "@img/sharp-libvips-linux-ppc64": "1.2.4"
1058 }
1059 },
1060 "node_modules/@img/sharp-linux-riscv64": {
1061 "version": "0.34.5",
1062 "resolved": "https://registry.npmjs.org/@img/sharp-linux-riscv64/-/sharp-linux-riscv64-0.34.5.tgz",
1063 "integrity": "sha512-51gJuLPTKa7piYPaVs8GmByo7/U7/7TZOq+cnXJIHZKavIRHAP77e3N2HEl3dgiqdD/w0yUfiJnII77PuDDFdw==",
1064 "cpu": [
1065 "riscv64"
1066 ],
1067 "libc": [
1068 "glibc"
1069 ],
1070 "license": "Apache-2.0",
1071 "optional": true,
1072 "os": [
1073 "linux"
1074 ],
1075 "engines": {
1076 "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
1077 },
1078 "funding": {
1079 "url": "https://opencollective.com/libvips"
1080 },
1081 "optionalDependencies": {
1082 "@img/sharp-libvips-linux-riscv64": "1.2.4"
1083 }
1084 },
1085 "node_modules/@img/sharp-linux-s390x": {
1086 "version": "0.34.5",
1087 "resolved": "https://registry.npmjs.org/@img/sharp-linux-s390x/-/sharp-linux-s390x-0.34.5.tgz",
1088 "integrity": "sha512-nQtCk0PdKfho3eC5MrbQoigJ2gd1CgddUMkabUj+rBevs8tZ2cULOx46E7oyX+04WGfABgIwmMC0VqieTiR4jg==",
1089 "cpu": [
1090 "s390x"
1091 ],
1092 "libc": [
1093 "glibc"
1094 ],
1095 "license": "Apache-2.0",
1096 "optional": true,
1097 "os": [
1098 "linux"
1099 ],
1100 "engines": {
1101 "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
1102 },
1103 "funding": {
1104 "url": "https://opencollective.com/libvips"
1105 },
1106 "optionalDependencies": {
1107 "@img/sharp-libvips-linux-s390x": "1.2.4"
1108 }
1109 },
1110 "node_modules/@img/sharp-linux-x64": {
1111 "version": "0.34.5",
1112 "resolved": "https://registry.npmjs.org/@img/sharp-linux-x64/-/sharp-linux-x64-0.34.5.tgz",
1113 "integrity": "sha512-MEzd8HPKxVxVenwAa+JRPwEC7QFjoPWuS5NZnBt6B3pu7EG2Ge0id1oLHZpPJdn3OQK+BQDiw9zStiHBTJQQQQ==",
1114 "cpu": [
1115 "x64"
1116 ],
1117 "libc": [
1118 "glibc"
1119 ],
1120 "license": "Apache-2.0",
1121 "optional": true,
1122 "os": [
1123 "linux"
1124 ],
1125 "engines": {
1126 "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
1127 },
1128 "funding": {
1129 "url": "https://opencollective.com/libvips"
1130 },
1131 "optionalDependencies": {
1132 "@img/sharp-libvips-linux-x64": "1.2.4"
1133 }
1134 },
1135 "node_modules/@img/sharp-linuxmusl-arm64": {
1136 "version": "0.34.5",
1137 "resolved": "https://registry.npmjs.org/@img/sharp-linuxmusl-arm64/-/sharp-linuxmusl-arm64-0.34.5.tgz",
1138 "integrity": "sha512-fprJR6GtRsMt6Kyfq44IsChVZeGN97gTD331weR1ex1c1rypDEABN6Tm2xa1wE6lYb5DdEnk03NZPqA7Id21yg==",
1139 "cpu": [
1140 "arm64"
1141 ],
1142 "libc": [
1143 "musl"
1144 ],
1145 "license": "Apache-2.0",
1146 "optional": true,
1147 "os": [
1148 "linux"
1149 ],
1150 "engines": {
1151 "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
1152 },
1153 "funding": {
1154 "url": "https://opencollective.com/libvips"
1155 },
1156 "optionalDependencies": {
1157 "@img/sharp-libvips-linuxmusl-arm64": "1.2.4"
1158 }
1159 },
1160 "node_modules/@img/sharp-linuxmusl-x64": {
1161 "version": "0.34.5",
1162 "resolved": "https://registry.npmjs.org/@img/sharp-linuxmusl-x64/-/sharp-linuxmusl-x64-0.34.5.tgz",
1163 "integrity": "sha512-Jg8wNT1MUzIvhBFxViqrEhWDGzqymo3sV7z7ZsaWbZNDLXRJZoRGrjulp60YYtV4wfY8VIKcWidjojlLcWrd8Q==",
1164 "cpu": [
1165 "x64"
1166 ],
1167 "libc": [
1168 "musl"
1169 ],
1170 "license": "Apache-2.0",
1171 "optional": true,
1172 "os": [
1173 "linux"
1174 ],
1175 "engines": {
1176 "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
1177 },
1178 "funding": {
1179 "url": "https://opencollective.com/libvips"
1180 },
1181 "optionalDependencies": {
1182 "@img/sharp-libvips-linuxmusl-x64": "1.2.4"
1183 }
1184 },
1185 "node_modules/@img/sharp-wasm32": {
1186 "version": "0.34.5",
1187 "resolved": "https://registry.npmjs.org/@img/sharp-wasm32/-/sharp-wasm32-0.34.5.tgz",
1188 "integrity": "sha512-OdWTEiVkY2PHwqkbBI8frFxQQFekHaSSkUIJkwzclWZe64O1X4UlUjqqqLaPbUpMOQk6FBu/HtlGXNblIs0huw==",
1189 "cpu": [
1190 "wasm32"
1191 ],
1192 "license": "Apache-2.0 AND LGPL-3.0-or-later AND MIT",
1193 "optional": true,
1194 "dependencies": {
1195 "@emnapi/runtime": "^1.7.0"
1196 },
1197 "engines": {
1198 "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
1199 },
1200 "funding": {
1201 "url": "https://opencollective.com/libvips"
1202 }
1203 },
1204 "node_modules/@img/sharp-win32-arm64": {
1205 "version": "0.34.5",
1206 "resolved": "https://registry.npmjs.org/@img/sharp-win32-arm64/-/sharp-win32-arm64-0.34.5.tgz",
1207 "integrity": "sha512-WQ3AgWCWYSb2yt+IG8mnC6Jdk9Whs7O0gxphblsLvdhSpSTtmu69ZG1Gkb6NuvxsNACwiPV6cNSZNzt0KPsw7g==",
1208 "cpu": [
1209 "arm64"
1210 ],
1211 "license": "Apache-2.0 AND LGPL-3.0-or-later",
1212 "optional": true,
1213 "os": [
1214 "win32"
1215 ],
1216 "engines": {
1217 "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
1218 },
1219 "funding": {
1220 "url": "https://opencollective.com/libvips"
1221 }
1222 },
1223 "node_modules/@img/sharp-win32-ia32": {
1224 "version": "0.34.5",
1225 "resolved": "https://registry.npmjs.org/@img/sharp-win32-ia32/-/sharp-win32-ia32-0.34.5.tgz",
1226 "integrity": "sha512-FV9m/7NmeCmSHDD5j4+4pNI8Cp3aW+JvLoXcTUo0IqyjSfAZJ8dIUmijx1qaJsIiU+Hosw6xM5KijAWRJCSgNg==",
1227 "cpu": [
1228 "ia32"
1229 ],
1230 "license": "Apache-2.0 AND LGPL-3.0-or-later",
1231 "optional": true,
1232 "os": [
1233 "win32"
1234 ],
1235 "engines": {
1236 "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
1237 },
1238 "funding": {
1239 "url": "https://opencollective.com/libvips"
1240 }
1241 },
1242 "node_modules/@img/sharp-win32-x64": {
1243 "version": "0.34.5",
1244 "resolved": "https://registry.npmjs.org/@img/sharp-win32-x64/-/sharp-win32-x64-0.34.5.tgz",
1245 "integrity": "sha512-+29YMsqY2/9eFEiW93eqWnuLcWcufowXewwSNIT6UwZdUUCrM3oFjMWH/Z6/TMmb4hlFenmfAVbpWeup2jryCw==",
1246 "cpu": [
1247 "x64"
1248 ],
1249 "license": "Apache-2.0 AND LGPL-3.0-or-later",
1250 "optional": true,
1251 "os": [
1252 "win32"
1253 ],
1254 "engines": {
1255 "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
1256 },
1257 "funding": {
1258 "url": "https://opencollective.com/libvips"
1259 }
1260 },
1261 "node_modules/@jridgewell/gen-mapping": {
1262 "version": "0.3.13",
1263 "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.13.tgz",
1264 "integrity": "sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA==",
1265 "dev": true,
1266 "license": "MIT",
1267 "dependencies": {
1268 "@jridgewell/sourcemap-codec": "^1.5.0",
1269 "@jridgewell/trace-mapping": "^0.3.24"
1270 }
1271 },
1272 "node_modules/@jridgewell/resolve-uri": {
1273 "version": "3.1.2",
1274 "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz",
1275 "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==",
1276 "dev": true,
1277 "license": "MIT",
1278 "engines": {
1279 "node": ">=6.0.0"
1280 }
1281 },
1282 "node_modules/@jridgewell/sourcemap-codec": {
1283 "version": "1.5.5",
1284 "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz",
1285 "integrity": "sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==",
1286 "license": "MIT"
1287 },
1288 "node_modules/@jridgewell/trace-mapping": {
1289 "version": "0.3.31",
1290 "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.31.tgz",
1291 "integrity": "sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==",
1292 "dev": true,
1293 "license": "MIT",
1294 "dependencies": {
1295 "@jridgewell/resolve-uri": "^3.1.0",
1296 "@jridgewell/sourcemap-codec": "^1.4.14"
1297 }
1298 },
1299 "node_modules/@mdx-js/mdx": {
1300 "version": "3.1.1",
1301 "resolved": "https://registry.npmjs.org/@mdx-js/mdx/-/mdx-3.1.1.tgz",
1302 "integrity": "sha512-f6ZO2ifpwAQIpzGWaBQT2TXxPv6z3RBzQKpVftEWN78Vl/YweF1uwussDx8ECAXVtr3Rs89fKyG9YlzUs9DyGQ==",
1303 "license": "MIT",
1304 "dependencies": {
1305 "@types/estree": "^1.0.0",
1306 "@types/estree-jsx": "^1.0.0",
1307 "@types/hast": "^3.0.0",
1308 "@types/mdx": "^2.0.0",
1309 "acorn": "^8.0.0",
1310 "collapse-white-space": "^2.0.0",
1311 "devlop": "^1.0.0",
1312 "estree-util-is-identifier-name": "^3.0.0",
1313 "estree-util-scope": "^1.0.0",
1314 "estree-walker": "^3.0.0",
1315 "hast-util-to-jsx-runtime": "^2.0.0",
1316 "markdown-extensions": "^2.0.0",
1317 "recma-build-jsx": "^1.0.0",
1318 "recma-jsx": "^1.0.0",
1319 "recma-stringify": "^1.0.0",
1320 "rehype-recma": "^1.0.0",
1321 "remark-mdx": "^3.0.0",
1322 "remark-parse": "^11.0.0",
1323 "remark-rehype": "^11.0.0",
1324 "source-map": "^0.7.0",
1325 "unified": "^11.0.0",
1326 "unist-util-position-from-estree": "^2.0.0",
1327 "unist-util-stringify-position": "^4.0.0",
1328 "unist-util-visit": "^5.0.0",
1329 "vfile": "^6.0.0"
1330 },
1331 "funding": {
1332 "type": "opencollective",
1333 "url": "https://opencollective.com/unified"
1334 }
1335 },
1336 "node_modules/@nodelib/fs.scandir": {
1337 "version": "2.1.5",
1338 "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz",
1339 "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==",
1340 "dev": true,
1341 "license": "MIT",
1342 "dependencies": {
1343 "@nodelib/fs.stat": "2.0.5",
1344 "run-parallel": "^1.1.9"
1345 },
1346 "engines": {
1347 "node": ">= 8"
1348 }
1349 },
1350 "node_modules/@nodelib/fs.stat": {
1351 "version": "2.0.5",
1352 "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz",
1353 "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==",
1354 "dev": true,
1355 "license": "MIT",
1356 "engines": {
1357 "node": ">= 8"
1358 }
1359 },
1360 "node_modules/@nodelib/fs.walk": {
1361 "version": "1.2.8",
1362 "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz",
1363 "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==",
1364 "dev": true,
1365 "license": "MIT",
1366 "dependencies": {
1367 "@nodelib/fs.scandir": "2.1.5",
1368 "fastq": "^1.6.0"
1369 },
1370 "engines": {
1371 "node": ">= 8"
1372 }
1373 },
1374 "node_modules/@oslojs/encoding": {
1375 "version": "1.1.0",
1376 "resolved": "https://registry.npmjs.org/@oslojs/encoding/-/encoding-1.1.0.tgz",
1377 "integrity": "sha512-70wQhgYmndg4GCPxPPxPGevRKqTIJ2Nh4OkiMWmDAVYsTQ+Ta7Sq+rPevXyXGdzr30/qZBnyOalCszoMxlyldQ==",
1378 "license": "MIT"
1379 },
1380 "node_modules/@pagefind/darwin-arm64": {
1381 "version": "1.5.2",
1382 "resolved": "https://registry.npmjs.org/@pagefind/darwin-arm64/-/darwin-arm64-1.5.2.tgz",
1383 "integrity": "sha512-MXpI+7HsAdPkvJ0gk9xj9g541BCqBZOBbdwj9g6lB5LCj6kSV6nqDSjzcAJwvOsfu0fjwvC8hQU+ecfhp+MpiQ==",
1384 "cpu": [
1385 "arm64"
1386 ],
1387 "license": "MIT",
1388 "optional": true,
1389 "os": [
1390 "darwin"
1391 ]
1392 },
1393 "node_modules/@pagefind/darwin-x64": {
1394 "version": "1.5.2",
1395 "resolved": "https://registry.npmjs.org/@pagefind/darwin-x64/-/darwin-x64-1.5.2.tgz",
1396 "integrity": "sha512-IojxFWMEJe0RQ7PQ3KXQsPIImNsbpPYpoZ+QUDrL8fAl/O27IX+LVLs74/UzEZy5uA2LD8Nz1AiwKr72vrkZQw==",
1397 "cpu": [
1398 "x64"
1399 ],
1400 "license": "MIT",
1401 "optional": true,
1402 "os": [
1403 "darwin"
1404 ]
1405 },
1406 "node_modules/@pagefind/default-ui": {
1407 "version": "1.5.2",
1408 "resolved": "https://registry.npmjs.org/@pagefind/default-ui/-/default-ui-1.5.2.tgz",
1409 "integrity": "sha512-pm1LMnQg8N2B3n2TnjKlhaFihpz6zTiA4HiGQ6/slKO/+8K9CAU5kcjdSSPgpuk1PMuuN4hxLipUIifnrkl3Sg==",
1410 "license": "MIT"
1411 },
1412 "node_modules/@pagefind/freebsd-x64": {
1413 "version": "1.5.2",
1414 "resolved": "https://registry.npmjs.org/@pagefind/freebsd-x64/-/freebsd-x64-1.5.2.tgz",
1415 "integrity": "sha512-7EVzo9+0w+2cbe671BtMj10UlNo83I+HrLVLfRxO731svHRJKUfJ/mo05gU14pe9PCfpKNQT8FS3Xc/oDN6pOA==",
1416 "cpu": [
1417 "x64"
1418 ],
1419 "license": "MIT",
1420 "optional": true,
1421 "os": [
1422 "freebsd"
1423 ]
1424 },
1425 "node_modules/@pagefind/linux-arm64": {
1426 "version": "1.5.2",
1427 "resolved": "https://registry.npmjs.org/@pagefind/linux-arm64/-/linux-arm64-1.5.2.tgz",
1428 "integrity": "sha512-Ovt9+K35sqzn8H3ZMXGwls4TD/wMJuvRtShHIsmUQREmaxjrDEX7gHckRCrwYJ4XE1H1p6HkLz3wukrAnsfXQw==",
1429 "cpu": [
1430 "arm64"
1431 ],
1432 "license": "MIT",
1433 "optional": true,
1434 "os": [
1435 "linux"
1436 ]
1437 },
1438 "node_modules/@pagefind/linux-x64": {
1439 "version": "1.5.2",
1440 "resolved": "https://registry.npmjs.org/@pagefind/linux-x64/-/linux-x64-1.5.2.tgz",
1441 "integrity": "sha512-V+tFqHKXhQKq/WqPBD67AFy7scn1/aZID00ws4fSDd+1daSi5UHR9VVlRrOUYKxn3VuFQYRD7lYXdZK1WED1YA==",
1442 "cpu": [
1443 "x64"
1444 ],
1445 "license": "MIT",
1446 "optional": true,
1447 "os": [
1448 "linux"
1449 ]
1450 },
1451 "node_modules/@pagefind/windows-arm64": {
1452 "version": "1.5.2",
1453 "resolved": "https://registry.npmjs.org/@pagefind/windows-arm64/-/windows-arm64-1.5.2.tgz",
1454 "integrity": "sha512-hN9Nh90fNW61nNRCW9ZyQrAj/mD0eRvmJ8NlTUzkbuW8kIzGJUi3cxjFkEcMZ5h/8FsKWD/VcouZl4yo1F7B6g==",
1455 "cpu": [
1456 "arm64"
1457 ],
1458 "license": "MIT",
1459 "optional": true,
1460 "os": [
1461 "win32"
1462 ]
1463 },
1464 "node_modules/@pagefind/windows-x64": {
1465 "version": "1.5.2",
1466 "resolved": "https://registry.npmjs.org/@pagefind/windows-x64/-/windows-x64-1.5.2.tgz",
1467 "integrity": "sha512-Fa2Iyw7kaDRzGMfNYNUXNW2zbL5FQVDgSOcbDHdzBrDEdpqOqg8TcZ68F22ol6NJ9IGzvUdmeyZypLW5dyhqsg==",
1468 "cpu": [
1469 "x64"
1470 ],
1471 "license": "MIT",
1472 "optional": true,
1473 "os": [
1474 "win32"
1475 ]
1476 },
1477 "node_modules/@rollup/pluginutils": {
1478 "version": "5.4.0",
1479 "resolved": "https://registry.npmjs.org/@rollup/pluginutils/-/pluginutils-5.4.0.tgz",
1480 "integrity": "sha512-MfPp06CjRLfXQ3wY0R8vJDYBy/MvVcc9OulEfR0B8Iv9ko+GCNaRZ+EpJYFl27LhKsZK0o420sYCRHCjfCgeUg==",
1481 "license": "MIT",
1482 "dependencies": {
1483 "@types/estree": "^1.0.0",
1484 "estree-walker": "^2.0.2",
1485 "picomatch": "^4.0.2"
1486 },
1487 "engines": {
1488 "node": ">=14.0.0"
1489 },
1490 "peerDependencies": {
1491 "rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0"
1492 },
1493 "peerDependenciesMeta": {
1494 "rollup": {
1495 "optional": true
1496 }
1497 }
1498 },
1499 "node_modules/@rollup/pluginutils/node_modules/estree-walker": {
1500 "version": "2.0.2",
1501 "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-2.0.2.tgz",
1502 "integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==",
1503 "license": "MIT"
1504 },
1505 "node_modules/@rollup/rollup-android-arm-eabi": {
1506 "version": "4.62.2",
1507 "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.62.2.tgz",
1508 "integrity": "sha512-6o7ZLZK+BeenkZCFNDXqpbjw9bD6nuWonvS/lwQJp7NoVVxm6p3qE7qQ5jGuBjiFsgvqjD8mZAU5oWxTmbOeOg==",
1509 "cpu": [
1510 "arm"
1511 ],
1512 "license": "MIT",
1513 "optional": true,
1514 "os": [
1515 "android"
1516 ]
1517 },
1518 "node_modules/@rollup/rollup-android-arm64": {
1519 "version": "4.62.2",
1520 "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.62.2.tgz",
1521 "integrity": "sha512-BaH7BllCACHoH1LguOU56UItGfUWjujlO65kS9LAodViaN4bwIKd7oeW/ZHJ/4ljr/7MIiENnNy3HJ0zXv8Zkw==",
1522 "cpu": [
1523 "arm64"
1524 ],
1525 "license": "MIT",
1526 "optional": true,
1527 "os": [
1528 "android"
1529 ]
1530 },
1531 "node_modules/@rollup/rollup-darwin-arm64": {
1532 "version": "4.62.2",
1533 "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.62.2.tgz",
1534 "integrity": "sha512-v39RCCvj4He82I9sFmk+M1VZ0PLM9sfsLVikjfx2hYBNALhrrOR2D3JjQA6AhlaSOgcR+RzrKY7e1+bT6SUO/A==",
1535 "cpu": [
1536 "arm64"
1537 ],
1538 "license": "MIT",
1539 "optional": true,
1540 "os": [
1541 "darwin"
1542 ]
1543 },
1544 "node_modules/@rollup/rollup-darwin-x64": {
1545 "version": "4.62.2",
1546 "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.62.2.tgz",
1547 "integrity": "sha512-yl0y2vq3S3lHeuXhEdss6TWfKW8vkujImO12tn4ZkG/4oghr09LvdYm2RElVjokTQiUvDUGXLGsYeLqUMCKpGA==",
1548 "cpu": [
1549 "x64"
1550 ],
1551 "license": "MIT",
1552 "optional": true,
1553 "os": [
1554 "darwin"
1555 ]
1556 },
1557 "node_modules/@rollup/rollup-freebsd-arm64": {
1558 "version": "4.62.2",
1559 "resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-arm64/-/rollup-freebsd-arm64-4.62.2.tgz",
1560 "integrity": "sha512-tT4pvt4qXD+vEoezupCWi+a1F0vvDiksiHc+PxRlYTOH1I6/X4id9jPxTP+Fg+545euaFT1jJVs4CEdHZAU1vw==",
1561 "cpu": [
1562 "arm64"
1563 ],
1564 "license": "MIT",
1565 "optional": true,
1566 "os": [
1567 "freebsd"
1568 ]
1569 },
1570 "node_modules/@rollup/rollup-freebsd-x64": {
1571 "version": "4.62.2",
1572 "resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-x64/-/rollup-freebsd-x64-4.62.2.tgz",
1573 "integrity": "sha512-6nU5F2wCW+qvCBhTn1pdIU3bzsIoF7EUwsCDRxilWGprQR6yd508YnH9+OKFCwpfS8pjZqDUmnCAr7exax0XCg==",
1574 "cpu": [
1575 "x64"
1576 ],
1577 "license": "MIT",
1578 "optional": true,
1579 "os": [
1580 "freebsd"
1581 ]
1582 },
1583 "node_modules/@rollup/rollup-linux-arm-gnueabihf": {
1584 "version": "4.62.2",
1585 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.62.2.tgz",
1586 "integrity": "sha512-n1GJHPOvpIfhi3TmrCeh6S6URt9BFCt0KQE3qvexyGCTAKpR4Lg+eWvNZEqu7epxwus/8ElT3hacYEucm49SZg==",
1587 "cpu": [
1588 "arm"
1589 ],
1590 "libc": [
1591 "glibc"
1592 ],
1593 "license": "MIT",
1594 "optional": true,
1595 "os": [
1596 "linux"
1597 ]
1598 },
1599 "node_modules/@rollup/rollup-linux-arm-musleabihf": {
1600 "version": "4.62.2",
1601 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.62.2.tgz",
1602 "integrity": "sha512-JqgflS8wEB+UXV/vS1RpRbifGBeN4D5lz8D8oOFbFZw4vedvdOgCFAjfBmIMdW3yL10XpQQ0Ambepw6MXrhOnA==",
1603 "cpu": [
1604 "arm"
1605 ],
1606 "libc": [
1607 "musl"
1608 ],
1609 "license": "MIT",
1610 "optional": true,
1611 "os": [
1612 "linux"
1613 ]
1614 },
1615 "node_modules/@rollup/rollup-linux-arm64-gnu": {
1616 "version": "4.62.2",
1617 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.62.2.tgz",
1618 "integrity": "sha512-wnFJkogWvN4jm/hQRF2UBaeUmk20j5+DmHvoyWii2b8HJDyvz1MF2OU/6ynXt2KR63rbZLWkFpoytpdc/yBuSA==",
1619 "cpu": [
1620 "arm64"
1621 ],
1622 "libc": [
1623 "glibc"
1624 ],
1625 "license": "MIT",
1626 "optional": true,
1627 "os": [
1628 "linux"
1629 ]
1630 },
1631 "node_modules/@rollup/rollup-linux-arm64-musl": {
1632 "version": "4.62.2",
1633 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.62.2.tgz",
1634 "integrity": "sha512-HVu2bp0zhvJ8xHEV9+UUs7S90VadmBSY3LcIMvozbPo4AuMGDWlz3ymHLHZPX4hR67TKTt8Qp5PJ5RBg/i+RMQ==",
1635 "cpu": [
1636 "arm64"
1637 ],
1638 "libc": [
1639 "musl"
1640 ],
1641 "license": "MIT",
1642 "optional": true,
1643 "os": [
1644 "linux"
1645 ]
1646 },
1647 "node_modules/@rollup/rollup-linux-loong64-gnu": {
1648 "version": "4.62.2",
1649 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-loong64-gnu/-/rollup-linux-loong64-gnu-4.62.2.tgz",
1650 "integrity": "sha512-mQqqAV8QaoSgr9I2fKDLY2BAVvmKjWoGiu/cSYQonsLvtqwEn1E4QYfnCOcp5zoEqNhsDYin1s6jx/VJmrxlZg==",
1651 "cpu": [
1652 "loong64"
1653 ],
1654 "libc": [
1655 "glibc"
1656 ],
1657 "license": "MIT",
1658 "optional": true,
1659 "os": [
1660 "linux"
1661 ]
1662 },
1663 "node_modules/@rollup/rollup-linux-loong64-musl": {
1664 "version": "4.62.2",
1665 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-loong64-musl/-/rollup-linux-loong64-musl-4.62.2.tgz",
1666 "integrity": "sha512-IxKLoxCQ2IWi6bT2akyDUBGsOImDKB+sPp4EsTmwFQ/fMwpCKm8uLSSgP/Kx/QYUgKis6SEZ5/Nlhup0DIA0PQ==",
1667 "cpu": [
1668 "loong64"
1669 ],
1670 "libc": [
1671 "musl"
1672 ],
1673 "license": "MIT",
1674 "optional": true,
1675 "os": [
1676 "linux"
1677 ]
1678 },
1679 "node_modules/@rollup/rollup-linux-ppc64-gnu": {
1680 "version": "4.62.2",
1681 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-ppc64-gnu/-/rollup-linux-ppc64-gnu-4.62.2.tgz",
1682 "integrity": "sha512-Mk5ha2RQSgyFfmYYLkBpPnUk8D8FriBxesO1u9O75X0mHgXL1UQcH5Itl2lurWL2tj0RxV9b9tJgipac0hRY9A==",
1683 "cpu": [
1684 "ppc64"
1685 ],
1686 "libc": [
1687 "glibc"
1688 ],
1689 "license": "MIT",
1690 "optional": true,
1691 "os": [
1692 "linux"
1693 ]
1694 },
1695 "node_modules/@rollup/rollup-linux-ppc64-musl": {
1696 "version": "4.62.2",
1697 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-ppc64-musl/-/rollup-linux-ppc64-musl-4.62.2.tgz",
1698 "integrity": "sha512-CjvEnqJL/0/TQ3TXX3OPIJ/kmBellrWd4heXUmHeJlTnmwjKpSJzoehLaL6Xk0ZnMHBu9dZuFADNOrtjF4v+2w==",
1699 "cpu": [
1700 "ppc64"
1701 ],
1702 "libc": [
1703 "musl"
1704 ],
1705 "license": "MIT",
1706 "optional": true,
1707 "os": [
1708 "linux"
1709 ]
1710 },
1711 "node_modules/@rollup/rollup-linux-riscv64-gnu": {
1712 "version": "4.62.2",
1713 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.62.2.tgz",
1714 "integrity": "sha512-1SiZbzwdkaDURsew/tSOrooKiYy7EQGT6m8ufavAi9NEyQb/6VuIxFXAL1fqa4iZe3g4NbNk4P7J32z2tw5Mgg==",
1715 "cpu": [
1716 "riscv64"
1717 ],
1718 "libc": [
1719 "glibc"
1720 ],
1721 "license": "MIT",
1722 "optional": true,
1723 "os": [
1724 "linux"
1725 ]
1726 },
1727 "node_modules/@rollup/rollup-linux-riscv64-musl": {
1728 "version": "4.62.2",
1729 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-musl/-/rollup-linux-riscv64-musl-4.62.2.tgz",
1730 "integrity": "sha512-nQts12zJ3NQRoE6uYljOH89v7szzLDvG2JD/vsX+vGXU8w/At1GowTZ5/7qeFQ8m7L55rpR8Okugnuo5bgjy2Q==",
1731 "cpu": [
1732 "riscv64"
1733 ],
1734 "libc": [
1735 "musl"
1736 ],
1737 "license": "MIT",
1738 "optional": true,
1739 "os": [
1740 "linux"
1741 ]
1742 },
1743 "node_modules/@rollup/rollup-linux-s390x-gnu": {
1744 "version": "4.62.2",
1745 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.62.2.tgz",
1746 "integrity": "sha512-E9/ll019jhPIJgpzfZoIkBGhcz+kKNgVWYRY0zr9srBdPPFVpvOKW8VaJKUbeK+eZXyQF9ltME+Kk6affeaPgg==",
1747 "cpu": [
1748 "s390x"
1749 ],
1750 "libc": [
1751 "glibc"
1752 ],
1753 "license": "MIT",
1754 "optional": true,
1755 "os": [
1756 "linux"
1757 ]
1758 },
1759 "node_modules/@rollup/rollup-linux-x64-gnu": {
1760 "version": "4.62.2",
1761 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.62.2.tgz",
1762 "integrity": "sha512-5BqxR/pshjey51iliyzTD5Xi3EN0aLmQ2lZ3lvefVV9c82BvrLo2/6OT55iifpWBufs6kdwWbuOKS841DrmK9A==",
1763 "cpu": [
1764 "x64"
1765 ],
1766 "libc": [
1767 "glibc"
1768 ],
1769 "license": "MIT",
1770 "optional": true,
1771 "os": [
1772 "linux"
1773 ]
1774 },
1775 "node_modules/@rollup/rollup-linux-x64-musl": {
1776 "version": "4.62.2",
1777 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.62.2.tgz",
1778 "integrity": "sha512-uNN83XxQrRAh/w0/pmAfibcwyb6YWt4gP+dpnQKPVJshAloQ785ii8CT8ZCIxkGg9opVsvAlGhFitSm6D1Jjpg==",
1779 "cpu": [
1780 "x64"
1781 ],
1782 "libc": [
1783 "musl"
1784 ],
1785 "license": "MIT",
1786 "optional": true,
1787 "os": [
1788 "linux"
1789 ]
1790 },
1791 "node_modules/@rollup/rollup-openbsd-x64": {
1792 "version": "4.62.2",
1793 "resolved": "https://registry.npmjs.org/@rollup/rollup-openbsd-x64/-/rollup-openbsd-x64-4.62.2.tgz",
1794 "integrity": "sha512-srjEIxSH3LRnJN6THczDHWQplqEMFiAJrTab0msUryh9kwNpkICf3Ea6q6MN/2cZwRFUNx5w+h6Hpi4QuHS6Zg==",
1795 "cpu": [
1796 "x64"
1797 ],
1798 "license": "MIT",
1799 "optional": true,
1800 "os": [
1801 "openbsd"
1802 ]
1803 },
1804 "node_modules/@rollup/rollup-openharmony-arm64": {
1805 "version": "4.62.2",
1806 "resolved": "https://registry.npmjs.org/@rollup/rollup-openharmony-arm64/-/rollup-openharmony-arm64-4.62.2.tgz",
1807 "integrity": "sha512-8hOJnxgbyObnCm5AlRA3A931xX19xq80RjVTKgJOvEKWqJruP/Uf12IbAOaDjjEXYRewwHLfmF0YRIdK3OwKWA==",
1808 "cpu": [
1809 "arm64"
1810 ],
1811 "license": "MIT",
1812 "optional": true,
1813 "os": [
1814 "openharmony"
1815 ]
1816 },
1817 "node_modules/@rollup/rollup-win32-arm64-msvc": {
1818 "version": "4.62.2",
1819 "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.62.2.tgz",
1820 "integrity": "sha512-mmF4AY1i0hG/bLWUctUq59gtmgaSIRa3cu/A3JFRp/sCNEme2bgDEiDS22P9FbnJB8NJNF4jPJiSP5RHQpUTDg==",
1821 "cpu": [
1822 "arm64"
1823 ],
1824 "license": "MIT",
1825 "optional": true,
1826 "os": [
1827 "win32"
1828 ]
1829 },
1830 "node_modules/@rollup/rollup-win32-ia32-msvc": {
1831 "version": "4.62.2",
1832 "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.62.2.tgz",
1833 "integrity": "sha512-DZgkknc6jhHrk46V25vbAM0zZkyP0nSDkJB8/dRkLTxv470dOmWDqGoEJl/9A0dFfS7yE3REOwNDxpHwSLSt0Q==",
1834 "cpu": [
1835 "ia32"
1836 ],
1837 "license": "MIT",
1838 "optional": true,
1839 "os": [
1840 "win32"
1841 ]
1842 },
1843 "node_modules/@rollup/rollup-win32-x64-gnu": {
1844 "version": "4.62.2",
1845 "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-gnu/-/rollup-win32-x64-gnu-4.62.2.tgz",
1846 "integrity": "sha512-T6xr6ucWSFto+VGajA8YH26LdpHRuP4YLHEKAtCWvJDOlnmWcDZVCI2Jmjr+IFHDlt2zRaTAKE4tfjTaWLgJBg==",
1847 "cpu": [
1848 "x64"
1849 ],
1850 "license": "MIT",
1851 "optional": true,
1852 "os": [
1853 "win32"
1854 ]
1855 },
1856 "node_modules/@rollup/rollup-win32-x64-msvc": {
1857 "version": "4.62.2",
1858 "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.62.2.tgz",
1859 "integrity": "sha512-BfzEnDJOt9T8M989/lA37EcJgat01wLRnoi5dQf3QzOH7jzpqTAzdDbVfRljVr5r+jzKqpbHeyOfAaXxAd0PAA==",
1860 "cpu": [
1861 "x64"
1862 ],
1863 "license": "MIT",
1864 "optional": true,
1865 "os": [
1866 "win32"
1867 ]
1868 },
1869 "node_modules/@shikijs/core": {
1870 "version": "3.23.0",
1871 "resolved": "https://registry.npmjs.org/@shikijs/core/-/core-3.23.0.tgz",
1872 "integrity": "sha512-NSWQz0riNb67xthdm5br6lAkvpDJRTgB36fxlo37ZzM2yq0PQFFzbd8psqC2XMPgCzo1fW6cVi18+ArJ44wqgA==",
1873 "license": "MIT",
1874 "dependencies": {
1875 "@shikijs/types": "3.23.0",
1876 "@shikijs/vscode-textmate": "^10.0.2",
1877 "@types/hast": "^3.0.4",
1878 "hast-util-to-html": "^9.0.5"
1879 }
1880 },
1881 "node_modules/@shikijs/engine-javascript": {
1882 "version": "3.23.0",
1883 "resolved": "https://registry.npmjs.org/@shikijs/engine-javascript/-/engine-javascript-3.23.0.tgz",
1884 "integrity": "sha512-aHt9eiGFobmWR5uqJUViySI1bHMqrAgamWE1TYSUoftkAeCCAiGawPMwM+VCadylQtF4V3VNOZ5LmfItH5f3yA==",
1885 "license": "MIT",
1886 "dependencies": {
1887 "@shikijs/types": "3.23.0",
1888 "@shikijs/vscode-textmate": "^10.0.2",
1889 "oniguruma-to-es": "^4.3.4"
1890 }
1891 },
1892 "node_modules/@shikijs/engine-oniguruma": {
1893 "version": "3.23.0",
1894 "resolved": "https://registry.npmjs.org/@shikijs/engine-oniguruma/-/engine-oniguruma-3.23.0.tgz",
1895 "integrity": "sha512-1nWINwKXxKKLqPibT5f4pAFLej9oZzQTsby8942OTlsJzOBZ0MWKiwzMsd+jhzu8YPCHAswGnnN1YtQfirL35g==",
1896 "license": "MIT",
1897 "dependencies": {
1898 "@shikijs/types": "3.23.0",
1899 "@shikijs/vscode-textmate": "^10.0.2"
1900 }
1901 },
1902 "node_modules/@shikijs/langs": {
1903 "version": "3.23.0",
1904 "resolved": "https://registry.npmjs.org/@shikijs/langs/-/langs-3.23.0.tgz",
1905 "integrity": "sha512-2Ep4W3Re5aB1/62RSYQInK9mM3HsLeB91cHqznAJMuylqjzNVAVCMnNWRHFtcNHXsoNRayP9z1qj4Sq3nMqYXg==",
1906 "license": "MIT",
1907 "dependencies": {
1908 "@shikijs/types": "3.23.0"
1909 }
1910 },
1911 "node_modules/@shikijs/themes": {
1912 "version": "3.23.0",
1913 "resolved": "https://registry.npmjs.org/@shikijs/themes/-/themes-3.23.0.tgz",
1914 "integrity": "sha512-5qySYa1ZgAT18HR/ypENL9cUSGOeI2x+4IvYJu4JgVJdizn6kG4ia5Q1jDEOi7gTbN4RbuYtmHh0W3eccOrjMA==",
1915 "license": "MIT",
1916 "dependencies": {
1917 "@shikijs/types": "3.23.0"
1918 }
1919 },
1920 "node_modules/@shikijs/types": {
1921 "version": "3.23.0",
1922 "resolved": "https://registry.npmjs.org/@shikijs/types/-/types-3.23.0.tgz",
1923 "integrity": "sha512-3JZ5HXOZfYjsYSk0yPwBrkupyYSLpAE26Qc0HLghhZNGTZg/SKxXIIgoxOpmmeQP0RRSDJTk1/vPfw9tbw+jSQ==",
1924 "license": "MIT",
1925 "dependencies": {
1926 "@shikijs/vscode-textmate": "^10.0.2",
1927 "@types/hast": "^3.0.4"
1928 }
1929 },
1930 "node_modules/@shikijs/vscode-textmate": {
1931 "version": "10.0.2",
1932 "resolved": "https://registry.npmjs.org/@shikijs/vscode-textmate/-/vscode-textmate-10.0.2.tgz",
1933 "integrity": "sha512-83yeghZ2xxin3Nj8z1NMd/NCuca+gsYXswywDy5bHvwlWL8tpTQmzGeUuHd9FC3E/SBEMvzJRwWEOz5gGes9Qg==",
1934 "license": "MIT"
1935 },
1936 "node_modules/@tailwindcss/typography": {
1937 "version": "0.5.20",
1938 "resolved": "https://registry.npmjs.org/@tailwindcss/typography/-/typography-0.5.20.tgz",
1939 "integrity": "sha512-hwbzQuNUfcPvbegQFatVPl/MY/tcM9KLl963hQ5laJKPh81TEZ1+dNG9PirGvcaDBkp+BCshExAyKVPW91dozw==",
1940 "dev": true,
1941 "license": "MIT",
1942 "dependencies": {
1943 "postcss-selector-parser": "6.0.10"
1944 },
1945 "peerDependencies": {
1946 "tailwindcss": ">=3.0.0 || >=4.0.0 || insiders"
1947 }
1948 },
1949 "node_modules/@tailwindcss/typography/node_modules/postcss-selector-parser": {
1950 "version": "6.0.10",
1951 "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.0.10.tgz",
1952 "integrity": "sha512-IQ7TZdoaqbT+LCpShg46jnZVlhWD2w6iQYAcYXfHARZ7X1t/UGhhceQDs5X0cGqKvYlHNOuv7Oa1xmb0oQuA3w==",
1953 "dev": true,
1954 "license": "MIT",
1955 "dependencies": {
1956 "cssesc": "^3.0.0",
1957 "util-deprecate": "^1.0.2"
1958 },
1959 "engines": {
1960 "node": ">=4"
1961 }
1962 },
1963 "node_modules/@types/debug": {
1964 "version": "4.1.13",
1965 "resolved": "https://registry.npmjs.org/@types/debug/-/debug-4.1.13.tgz",
1966 "integrity": "sha512-KSVgmQmzMwPlmtljOomayoR89W4FynCAi3E8PPs7vmDVPe84hT+vGPKkJfThkmXs0x0jAaa9U8uW8bbfyS2fWw==",
1967 "license": "MIT",
1968 "dependencies": {
1969 "@types/ms": "*"
1970 }
1971 },
1972 "node_modules/@types/estree": {
1973 "version": "1.0.9",
1974 "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.9.tgz",
1975 "integrity": "sha512-GhdPgy1el4/ImP05X05Uw4cw2/M93BCUmnEvWZNStlCzEKME4Fkk+YpoA5OiHNQmoS7Cafb8Xa3Pya8m1Qrzeg==",
1976 "license": "MIT"
1977 },
1978 "node_modules/@types/estree-jsx": {
1979 "version": "1.0.5",
1980 "resolved": "https://registry.npmjs.org/@types/estree-jsx/-/estree-jsx-1.0.5.tgz",
1981 "integrity": "sha512-52CcUVNFyfb1A2ALocQw/Dd1BQFNmSdkuC3BkZ6iqhdMfQz7JWOFRuJFloOzjk+6WijU56m9oKXFAXc7o3Towg==",
1982 "license": "MIT",
1983 "dependencies": {
1984 "@types/estree": "*"
1985 }
1986 },
1987 "node_modules/@types/hast": {
1988 "version": "3.0.5",
1989 "resolved": "https://registry.npmjs.org/@types/hast/-/hast-3.0.5.tgz",
1990 "integrity": "sha512-rp/ezSWaD1m44dPKICGhiskI13nVr7qTloFwDa/IYkhhf5nzwP+zIQcIJh3WIFSBOy/H1PzB40jPjMDksN4F+g==",
1991 "license": "MIT",
1992 "dependencies": {
1993 "@types/unist": "*"
1994 }
1995 },
1996 "node_modules/@types/js-yaml": {
1997 "version": "4.0.9",
1998 "resolved": "https://registry.npmjs.org/@types/js-yaml/-/js-yaml-4.0.9.tgz",
1999 "integrity": "sha512-k4MGaQl5TGo/iipqb2UDG2UwjXziSWkh0uysQelTlJpX1qGlpUZYm8PnO4DxG1qBomtJUdYJ6qR6xdIah10JLg==",
2000 "license": "MIT"
2001 },
2002 "node_modules/@types/mdast": {
2003 "version": "4.0.4",
2004 "resolved": "https://registry.npmjs.org/@types/mdast/-/mdast-4.0.4.tgz",
2005 "integrity": "sha512-kGaNbPh1k7AFzgpud/gMdvIm5xuECykRR+JnWKQno9TAXVa6WIVCGTPvYGekIDL4uwCZQSYbUxNBSb1aUo79oA==",
2006 "license": "MIT",
2007 "dependencies": {
2008 "@types/unist": "*"
2009 }
2010 },
2011 "node_modules/@types/mdx": {
2012 "version": "2.0.14",
2013 "resolved": "https://registry.npmjs.org/@types/mdx/-/mdx-2.0.14.tgz",
2014 "integrity": "sha512-T48PeuJtvLosNTPVhfnIp3i/n3a4g4Bad7YCq5k64D4u7NwDrAotikQ+5+sjtUvBmxCMlbo3dVL+C2dP0rWHzg==",
2015 "license": "MIT"
2016 },
2017 "node_modules/@types/ms": {
2018 "version": "2.1.0",
2019 "resolved": "https://registry.npmjs.org/@types/ms/-/ms-2.1.0.tgz",
2020 "integrity": "sha512-GsCCIZDE/p3i96vtEqx+7dBUGXrc7zeSK3wwPHIaRThS+9OhWIXRqzs4d6k1SVU8g91DrNRWxWUGhp5KXQb2VA==",
2021 "license": "MIT"
2022 },
2023 "node_modules/@types/nlcst": {
2024 "version": "2.0.3",
2025 "resolved": "https://registry.npmjs.org/@types/nlcst/-/nlcst-2.0.3.tgz",
2026 "integrity": "sha512-vSYNSDe6Ix3q+6Z7ri9lyWqgGhJTmzRjZRqyq15N0Z/1/UnVsno9G/N40NBijoYx2seFDIl0+B2mgAb9mezUCA==",
2027 "license": "MIT",
2028 "dependencies": {
2029 "@types/unist": "*"
2030 }
2031 },
2032 "node_modules/@types/node": {
2033 "version": "24.13.3",
2034 "resolved": "https://registry.npmjs.org/@types/node/-/node-24.13.3.tgz",
2035 "integrity": "sha512-Dh8vAsV36ig5wa9OX4pXvMc9D3Veibfw2wix0CUwYODLD8nkj9UsLjASr49nPg+2eKzxhBV+v7L8pXvT4e639Q==",
2036 "license": "MIT",
2037 "dependencies": {
2038 "undici-types": "~7.18.0"
2039 }
2040 },
2041 "node_modules/@types/sax": {
2042 "version": "1.2.7",
2043 "resolved": "https://registry.npmjs.org/@types/sax/-/sax-1.2.7.tgz",
2044 "integrity": "sha512-rO73L89PJxeYM3s3pPPjiPgVVcymqU490g0YO5n5By0k2Erzj6tay/4lr1CHAAU4JyOWd1rpQ8bCf6cZfHU96A==",
2045 "license": "MIT",
2046 "dependencies": {
2047 "@types/node": "*"
2048 }
2049 },
2050 "node_modules/@types/unist": {
2051 "version": "3.0.3",
2052 "resolved": "https://registry.npmjs.org/@types/unist/-/unist-3.0.3.tgz",
2053 "integrity": "sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q==",
2054 "license": "MIT"
2055 },
2056 "node_modules/@ungap/structured-clone": {
2057 "version": "1.3.3",
2058 "resolved": "https://registry.npmjs.org/@ungap/structured-clone/-/structured-clone-1.3.3.tgz",
2059 "integrity": "sha512-60YRaenCQcVjYEKOcG824+DRGGIQ3VKErcBoAEDJZz5bKIs2ZG+X/H9Nk+Q6EVkwJk5QNApxbrc5QtBSwtrXAg==",
2060 "license": "ISC"
2061 },
2062 "node_modules/acorn": {
2063 "version": "8.17.0",
2064 "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.17.0.tgz",
2065 "integrity": "sha512-xRQbDb9BnwDafYNn6Vwl839DYVjqXYb1XVGtWAZ1kcDc6iwAL4hg3B1dZlRiuENFeO2H53gFG3in621AdERVAg==",
2066 "license": "MIT",
2067 "bin": {
2068 "acorn": "bin/acorn"
2069 },
2070 "engines": {
2071 "node": ">=0.4.0"
2072 }
2073 },
2074 "node_modules/acorn-jsx": {
2075 "version": "5.3.2",
2076 "resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz",
2077 "integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==",
2078 "license": "MIT",
2079 "peerDependencies": {
2080 "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0"
2081 }
2082 },
2083 "node_modules/ansi-align": {
2084 "version": "3.0.1",
2085 "resolved": "https://registry.npmjs.org/ansi-align/-/ansi-align-3.0.1.tgz",
2086 "integrity": "sha512-IOfwwBF5iczOjp/WeY4YxyjqAFMQoZufdQWDd19SEExbVLNXqvpzSJ/M7Za4/sCPmQ0+GRquoA7bGcINcxew6w==",
2087 "license": "ISC",
2088 "dependencies": {
2089 "string-width": "^4.1.0"
2090 }
2091 },
2092 "node_modules/ansi-align/node_modules/ansi-regex": {
2093 "version": "5.0.1",
2094 "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
2095 "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
2096 "license": "MIT",
2097 "engines": {
2098 "node": ">=8"
2099 }
2100 },
2101 "node_modules/ansi-align/node_modules/emoji-regex": {
2102 "version": "8.0.0",
2103 "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
2104 "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
2105 "license": "MIT"
2106 },
2107 "node_modules/ansi-align/node_modules/string-width": {
2108 "version": "4.2.3",
2109 "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
2110 "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
2111 "license": "MIT",
2112 "dependencies": {
2113 "emoji-regex": "^8.0.0",
2114 "is-fullwidth-code-point": "^3.0.0",
2115 "strip-ansi": "^6.0.1"
2116 },
2117 "engines": {
2118 "node": ">=8"
2119 }
2120 },
2121 "node_modules/ansi-align/node_modules/strip-ansi": {
2122 "version": "6.0.1",
2123 "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
2124 "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
2125 "license": "MIT",
2126 "dependencies": {
2127 "ansi-regex": "^5.0.1"
2128 },
2129 "engines": {
2130 "node": ">=8"
2131 }
2132 },
2133 "node_modules/ansi-regex": {
2134 "version": "6.2.2",
2135 "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.2.2.tgz",
2136 "integrity": "sha512-Bq3SmSpyFHaWjPk8If9yc6svM8c56dB5BAtW4Qbw5jHTwwXXcTLoRMkpDJp6VL0XzlWaCHTXrkFURMYmD0sLqg==",
2137 "license": "MIT",
2138 "engines": {
2139 "node": ">=12"
2140 },
2141 "funding": {
2142 "url": "https://github.com/chalk/ansi-regex?sponsor=1"
2143 }
2144 },
2145 "node_modules/ansi-styles": {
2146 "version": "6.2.3",
2147 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.3.tgz",
2148 "integrity": "sha512-4Dj6M28JB+oAH8kFkTLUo+a2jwOFkuqb3yucU0CANcRRUbxS0cP0nZYCGjcc3BNXwRIsUVmDGgzawme7zvJHvg==",
2149 "license": "MIT",
2150 "engines": {
2151 "node": ">=12"
2152 },
2153 "funding": {
2154 "url": "https://github.com/chalk/ansi-styles?sponsor=1"
2155 }
2156 },
2157 "node_modules/any-promise": {
2158 "version": "1.3.0",
2159 "resolved": "https://registry.npmjs.org/any-promise/-/any-promise-1.3.0.tgz",
2160 "integrity": "sha512-7UvmKalWRt1wgjL1RrGxoSJW/0QZFIegpeGvZG9kjp8vrRu55XTHbwnqq2GpXm9uLbcuhxm3IqX9OB4MZR1b2A==",
2161 "dev": true,
2162 "license": "MIT"
2163 },
2164 "node_modules/anymatch": {
2165 "version": "3.1.3",
2166 "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.3.tgz",
2167 "integrity": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==",
2168 "license": "ISC",
2169 "dependencies": {
2170 "normalize-path": "^3.0.0",
2171 "picomatch": "^2.0.4"
2172 },
2173 "engines": {
2174 "node": ">= 8"
2175 }
2176 },
2177 "node_modules/anymatch/node_modules/picomatch": {
2178 "version": "2.3.2",
2179 "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.2.tgz",
2180 "integrity": "sha512-V7+vQEJ06Z+c5tSye8S+nHUfI51xoXIXjHQ99cQtKUkQqqO1kO/KCJUfZXuB47h/YBlDhah2H3hdUGXn8ie0oA==",
2181 "license": "MIT",
2182 "engines": {
2183 "node": ">=8.6"
2184 },
2185 "funding": {
2186 "url": "https://github.com/sponsors/jonschlinkert"
2187 }
2188 },
2189 "node_modules/arg": {
2190 "version": "5.0.2",
2191 "resolved": "https://registry.npmjs.org/arg/-/arg-5.0.2.tgz",
2192 "integrity": "sha512-PYjyFOLKQ9y57JvQ6QLo8dAgNqswh8M1RMJYdQduT6xbWSgK36P/Z/v+p888pM69jMMfS8Xd8F6I1kQ/I9HUGg==",
2193 "license": "MIT"
2194 },
2195 "node_modules/argparse": {
2196 "version": "2.0.1",
2197 "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
2198 "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
2199 "license": "Python-2.0"
2200 },
2201 "node_modules/aria-query": {
2202 "version": "5.3.2",
2203 "resolved": "https://registry.npmjs.org/aria-query/-/aria-query-5.3.2.tgz",
2204 "integrity": "sha512-COROpnaoap1E2F000S62r6A60uHZnmlvomhfyT2DlTcrY1OrBKn2UhH7qn5wTC9zMvD0AY7csdPSNwKP+7WiQw==",
2205 "license": "Apache-2.0",
2206 "engines": {
2207 "node": ">= 0.4"
2208 }
2209 },
2210 "node_modules/array-iterate": {
2211 "version": "2.0.1",
2212 "resolved": "https://registry.npmjs.org/array-iterate/-/array-iterate-2.0.1.tgz",
2213 "integrity": "sha512-I1jXZMjAgCMmxT4qxXfPXa6SthSoE8h6gkSI9BGGNv8mP8G/v0blc+qFnZu6K42vTOiuME596QaLO0TP3Lk0xg==",
2214 "license": "MIT",
2215 "funding": {
2216 "type": "github",
2217 "url": "https://github.com/sponsors/wooorm"
2218 }
2219 },
2220 "node_modules/astring": {
2221 "version": "1.9.0",
2222 "resolved": "https://registry.npmjs.org/astring/-/astring-1.9.0.tgz",
2223 "integrity": "sha512-LElXdjswlqjWrPpJFg1Fx4wpkOCxj1TDHlSV4PlaRxHGWko024xICaa97ZkMfs6DRKlCguiAI+rbXv5GWwXIkg==",
2224 "license": "MIT",
2225 "bin": {
2226 "astring": "bin/astring"
2227 }
2228 },
2229 "node_modules/astro": {
2230 "version": "5.18.2",
2231 "resolved": "https://registry.npmjs.org/astro/-/astro-5.18.2.tgz",
2232 "integrity": "sha512-TnFwLnAXty5MXKPDGuKXqK4AMBXG+FH6RUdK7Oyc3gyfNoFIthT+4eRbzOK43bdRlLaZuxgciDSjgtggZ3OtGQ==",
2233 "license": "MIT",
2234 "dependencies": {
2235 "@astrojs/compiler": "^2.13.0",
2236 "@astrojs/internal-helpers": "0.7.6",
2237 "@astrojs/markdown-remark": "6.3.11",
2238 "@astrojs/telemetry": "3.3.0",
2239 "@capsizecss/unpack": "^4.0.0",
2240 "@oslojs/encoding": "^1.1.0",
2241 "@rollup/pluginutils": "^5.3.0",
2242 "acorn": "^8.15.0",
2243 "aria-query": "^5.3.2",
2244 "axobject-query": "^4.1.0",
2245 "boxen": "8.0.1",
2246 "ci-info": "^4.3.1",
2247 "clsx": "^2.1.1",
2248 "common-ancestor-path": "^1.0.1",
2249 "cookie": "^1.1.1",
2250 "cssesc": "^3.0.0",
2251 "debug": "^4.4.3",
2252 "deterministic-object-hash": "^2.0.2",
2253 "devalue": "^5.6.2",
2254 "diff": "^8.0.3",
2255 "dlv": "^1.1.3",
2256 "dset": "^3.1.4",
2257 "es-module-lexer": "^1.7.0",
2258 "esbuild": "^0.27.3",
2259 "estree-walker": "^3.0.3",
2260 "flattie": "^1.1.1",
2261 "fontace": "~0.4.0",
2262 "github-slugger": "^2.0.0",
2263 "html-escaper": "3.0.3",
2264 "http-cache-semantics": "^4.2.0",
2265 "import-meta-resolve": "^4.2.0",
2266 "js-yaml": "^4.1.1",
2267 "magic-string": "^0.30.21",
2268 "magicast": "^0.5.1",
2269 "mrmime": "^2.0.1",
2270 "neotraverse": "^0.6.18",
2271 "p-limit": "^6.2.0",
2272 "p-queue": "^8.1.1",
2273 "package-manager-detector": "^1.6.0",
2274 "piccolore": "^0.1.3",
2275 "picomatch": "^4.0.3",
2276 "prompts": "^2.4.2",
2277 "rehype": "^13.0.2",
2278 "semver": "^7.7.3",
2279 "shiki": "^3.21.0",
2280 "smol-toml": "^1.6.0",
2281 "svgo": "^4.0.0",
2282 "tinyexec": "^1.0.2",
2283 "tinyglobby": "^0.2.15",
2284 "tsconfck": "^3.1.6",
2285 "ultrahtml": "^1.6.0",
2286 "unifont": "~0.7.3",
2287 "unist-util-visit": "^5.0.0",
2288 "unstorage": "^1.17.4",
2289 "vfile": "^6.0.3",
2290 "vite": "^6.4.1",
2291 "vitefu": "^1.1.1",
2292 "xxhash-wasm": "^1.1.0",
2293 "yargs-parser": "^21.1.1",
2294 "yocto-spinner": "^0.2.3",
2295 "zod": "^3.25.76",
2296 "zod-to-json-schema": "^3.25.1",
2297 "zod-to-ts": "^1.2.0"
2298 },
2299 "bin": {
2300 "astro": "astro.js"
2301 },
2302 "engines": {
2303 "node": "18.20.8 || ^20.3.0 || >=22.0.0",
2304 "npm": ">=9.6.5",
2305 "pnpm": ">=7.1.0"
2306 },
2307 "funding": {
2308 "type": "opencollective",
2309 "url": "https://opencollective.com/astrodotbuild"
2310 },
2311 "optionalDependencies": {
2312 "sharp": "^0.34.0"
2313 }
2314 },
2315 "node_modules/astro-expressive-code": {
2316 "version": "0.41.7",
2317 "resolved": "https://registry.npmjs.org/astro-expressive-code/-/astro-expressive-code-0.41.7.tgz",
2318 "integrity": "sha512-hUpogGc6DdAd+I7pPXsctyYPRBJDK7Q7d06s4cyP0Vz3OcbziP3FNzN0jZci1BpCvLn9675DvS7B9ctKKX64JQ==",
2319 "license": "MIT",
2320 "dependencies": {
2321 "rehype-expressive-code": "^0.41.7"
2322 },
2323 "peerDependencies": {
2324 "astro": "^4.0.0-beta || ^5.0.0-beta || ^3.3.0 || ^6.0.0-beta"
2325 }
2326 },
2327 "node_modules/astro/node_modules/zod": {
2328 "version": "3.25.76",
2329 "resolved": "https://registry.npmjs.org/zod/-/zod-3.25.76.tgz",
2330 "integrity": "sha512-gzUt/qt81nXsFGKIFcC3YnfEAx5NkunCfnDlvuBSSFS02bcXu4Lmea0AFIUwbLWxWPx3d9p8S5QoaujKcNQxcQ==",
2331 "license": "MIT",
2332 "funding": {
2333 "url": "https://github.com/sponsors/colinhacks"
2334 }
2335 },
2336 "node_modules/astro/node_modules/zod-to-ts": {
2337 "version": "1.2.0",
2338 "resolved": "https://registry.npmjs.org/zod-to-ts/-/zod-to-ts-1.2.0.tgz",
2339 "integrity": "sha512-x30XE43V+InwGpvTySRNz9kB7qFU8DlyEy7BsSTCHPH1R0QasMmHWZDCzYm6bVXtj/9NNJAZF3jW8rzFvH5OFA==",
2340 "peerDependencies": {
2341 "typescript": "^4.9.4 || ^5.0.2",
2342 "zod": "^3"
2343 }
2344 },
2345 "node_modules/axobject-query": {
2346 "version": "4.1.0",
2347 "resolved": "https://registry.npmjs.org/axobject-query/-/axobject-query-4.1.0.tgz",
2348 "integrity": "sha512-qIj0G9wZbMGNLjLmg1PT6v2mE9AH2zlnADJD/2tC6E00hgmhUOfEB6greHPAfLRSufHqROIUTkw6E+M3lH0PTQ==",
2349 "license": "Apache-2.0",
2350 "engines": {
2351 "node": ">= 0.4"
2352 }
2353 },
2354 "node_modules/bail": {
2355 "version": "2.0.2",
2356 "resolved": "https://registry.npmjs.org/bail/-/bail-2.0.2.tgz",
2357 "integrity": "sha512-0xO6mYd7JB2YesxDKplafRpsiOzPt9V02ddPCLbY1xYGPOX24NTyN50qnUxgCPcSoYMhKpAuBTjQoRZCAkUDRw==",
2358 "license": "MIT",
2359 "funding": {
2360 "type": "github",
2361 "url": "https://github.com/sponsors/wooorm"
2362 }
2363 },
2364 "node_modules/base-64": {
2365 "version": "1.0.0",
2366 "resolved": "https://registry.npmjs.org/base-64/-/base-64-1.0.0.tgz",
2367 "integrity": "sha512-kwDPIFCGx0NZHog36dj+tHiwP4QMzsZ3AgMViUBKI0+V5n4U0ufTCUMhnQ04diaRI8EX/QcPfql7zlhZ7j4zgg==",
2368 "license": "MIT"
2369 },
2370 "node_modules/bcp-47": {
2371 "version": "2.1.1",
2372 "resolved": "https://registry.npmjs.org/bcp-47/-/bcp-47-2.1.1.tgz",
2373 "integrity": "sha512-KLw+H/gd2p4zly1X7Yh/qziuyae5/w/QFnvTng9eZL5fvszL7Whl3MBoWF8yxL7ksUjBfOD+OxkytiqbBpG+Fw==",
2374 "license": "MIT",
2375 "dependencies": {
2376 "is-alphabetical": "^2.0.0",
2377 "is-alphanumerical": "^2.0.0",
2378 "is-decimal": "^2.0.0"
2379 },
2380 "funding": {
2381 "type": "github",
2382 "url": "https://github.com/sponsors/wooorm"
2383 }
2384 },
2385 "node_modules/bcp-47-match": {
2386 "version": "2.0.3",
2387 "resolved": "https://registry.npmjs.org/bcp-47-match/-/bcp-47-match-2.0.3.tgz",
2388 "integrity": "sha512-JtTezzbAibu8G0R9op9zb3vcWZd9JF6M0xOYGPn0fNCd7wOpRB1mU2mH9T8gaBGbAAyIIVgB2G7xG0GP98zMAQ==",
2389 "license": "MIT",
2390 "funding": {
2391 "type": "github",
2392 "url": "https://github.com/sponsors/wooorm"
2393 }
2394 },
2395 "node_modules/binary-extensions": {
2396 "version": "2.3.0",
2397 "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.3.0.tgz",
2398 "integrity": "sha512-Ceh+7ox5qe7LJuLHoY0feh3pHuUDHAcRUeyL2VYghZwfpkNIy/+8Ocg0a3UuSoYzavmylwuLWQOf3hl0jjMMIw==",
2399 "dev": true,
2400 "license": "MIT",
2401 "engines": {
2402 "node": ">=8"
2403 },
2404 "funding": {
2405 "url": "https://github.com/sponsors/sindresorhus"
2406 }
2407 },
2408 "node_modules/boolbase": {
2409 "version": "1.0.0",
2410 "resolved": "https://registry.npmjs.org/boolbase/-/boolbase-1.0.0.tgz",
2411 "integrity": "sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww==",
2412 "license": "ISC"
2413 },
2414 "node_modules/boxen": {
2415 "version": "8.0.1",
2416 "resolved": "https://registry.npmjs.org/boxen/-/boxen-8.0.1.tgz",
2417 "integrity": "sha512-F3PH5k5juxom4xktynS7MoFY+NUWH5LC4CnH11YB8NPew+HLpmBLCybSAEyb2F+4pRXhuhWqFesoQd6DAyc2hw==",
2418 "license": "MIT",
2419 "dependencies": {
2420 "ansi-align": "^3.0.1",
2421 "camelcase": "^8.0.0",
2422 "chalk": "^5.3.0",
2423 "cli-boxes": "^3.0.0",
2424 "string-width": "^7.2.0",
2425 "type-fest": "^4.21.0",
2426 "widest-line": "^5.0.0",
2427 "wrap-ansi": "^9.0.0"
2428 },
2429 "engines": {
2430 "node": ">=18"
2431 },
2432 "funding": {
2433 "url": "https://github.com/sponsors/sindresorhus"
2434 }
2435 },
2436 "node_modules/braces": {
2437 "version": "3.0.3",
2438 "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz",
2439 "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==",
2440 "dev": true,
2441 "license": "MIT",
2442 "dependencies": {
2443 "fill-range": "^7.1.1"
2444 },
2445 "engines": {
2446 "node": ">=8"
2447 }
2448 },
2449 "node_modules/camelcase": {
2450 "version": "8.0.0",
2451 "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-8.0.0.tgz",
2452 "integrity": "sha512-8WB3Jcas3swSvjIeA2yvCJ+Miyz5l1ZmB6HFb9R1317dt9LCQoswg/BGrmAmkWVEszSrrg4RwmO46qIm2OEnSA==",
2453 "license": "MIT",
2454 "engines": {
2455 "node": ">=16"
2456 },
2457 "funding": {
2458 "url": "https://github.com/sponsors/sindresorhus"
2459 }
2460 },
2461 "node_modules/camelcase-css": {
2462 "version": "2.0.1",
2463 "resolved": "https://registry.npmjs.org/camelcase-css/-/camelcase-css-2.0.1.tgz",
2464 "integrity": "sha512-QOSvevhslijgYwRx6Rv7zKdMF8lbRmx+uQGx2+vDc+KI/eBnsy9kit5aj23AgGu3pa4t9AgwbnXWqS+iOY+2aA==",
2465 "dev": true,
2466 "license": "MIT",
2467 "engines": {
2468 "node": ">= 6"
2469 }
2470 },
2471 "node_modules/ccount": {
2472 "version": "2.0.1",
2473 "resolved": "https://registry.npmjs.org/ccount/-/ccount-2.0.1.tgz",
2474 "integrity": "sha512-eyrF0jiFpY+3drT6383f1qhkbGsLSifNAjA61IUjZjmLCWjItY6LB9ft9YhoDgwfmclB2zhu51Lc7+95b8NRAg==",
2475 "license": "MIT",
2476 "funding": {
2477 "type": "github",
2478 "url": "https://github.com/sponsors/wooorm"
2479 }
2480 },
2481 "node_modules/chalk": {
2482 "version": "5.6.2",
2483 "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.6.2.tgz",
2484 "integrity": "sha512-7NzBL0rN6fMUW+f7A6Io4h40qQlG+xGmtMxfbnH/K7TAtt8JQWVQK+6g0UXKMeVJoyV5EkkNsErQ8pVD3bLHbA==",
2485 "license": "MIT",
2486 "engines": {
2487 "node": "^12.17.0 || ^14.13 || >=16.0.0"
2488 },
2489 "funding": {
2490 "url": "https://github.com/chalk/chalk?sponsor=1"
2491 }
2492 },
2493 "node_modules/character-entities": {
2494 "version": "2.0.2",
2495 "resolved": "https://registry.npmjs.org/character-entities/-/character-entities-2.0.2.tgz",
2496 "integrity": "sha512-shx7oQ0Awen/BRIdkjkvz54PnEEI/EjwXDSIZp86/KKdbafHh1Df/RYGBhn4hbe2+uKC9FnT5UCEdyPz3ai9hQ==",
2497 "license": "MIT",
2498 "funding": {
2499 "type": "github",
2500 "url": "https://github.com/sponsors/wooorm"
2501 }
2502 },
2503 "node_modules/character-entities-html4": {
2504 "version": "2.1.0",
2505 "resolved": "https://registry.npmjs.org/character-entities-html4/-/character-entities-html4-2.1.0.tgz",
2506 "integrity": "sha512-1v7fgQRj6hnSwFpq1Eu0ynr/CDEw0rXo2B61qXrLNdHZmPKgb7fqS1a2JwF0rISo9q77jDI8VMEHoApn8qDoZA==",
2507 "license": "MIT",
2508 "funding": {
2509 "type": "github",
2510 "url": "https://github.com/sponsors/wooorm"
2511 }
2512 },
2513 "node_modules/character-entities-legacy": {
2514 "version": "3.0.0",
2515 "resolved": "https://registry.npmjs.org/character-entities-legacy/-/character-entities-legacy-3.0.0.tgz",
2516 "integrity": "sha512-RpPp0asT/6ufRm//AJVwpViZbGM/MkjQFxJccQRHmISF/22NBtsHqAWmL+/pmkPWoIUJdWyeVleTl1wydHATVQ==",
2517 "license": "MIT",
2518 "funding": {
2519 "type": "github",
2520 "url": "https://github.com/sponsors/wooorm"
2521 }
2522 },
2523 "node_modules/character-reference-invalid": {
2524 "version": "2.0.1",
2525 "resolved": "https://registry.npmjs.org/character-reference-invalid/-/character-reference-invalid-2.0.1.tgz",
2526 "integrity": "sha512-iBZ4F4wRbyORVsu0jPV7gXkOsGYjGHPmAyv+HiHG8gi5PtC9KI2j1+v8/tlibRvjoWX027ypmG/n0HtO5t7unw==",
2527 "license": "MIT",
2528 "funding": {
2529 "type": "github",
2530 "url": "https://github.com/sponsors/wooorm"
2531 }
2532 },
2533 "node_modules/chokidar": {
2534 "version": "5.0.0",
2535 "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-5.0.0.tgz",
2536 "integrity": "sha512-TQMmc3w+5AxjpL8iIiwebF73dRDF4fBIieAqGn9RGCWaEVwQ6Fb2cGe31Yns0RRIzii5goJ1Y7xbMwo1TxMplw==",
2537 "license": "MIT",
2538 "dependencies": {
2539 "readdirp": "^5.0.0"
2540 },
2541 "engines": {
2542 "node": ">= 20.19.0"
2543 },
2544 "funding": {
2545 "url": "https://paulmillr.com/funding/"
2546 }
2547 },
2548 "node_modules/ci-info": {
2549 "version": "4.4.0",
2550 "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-4.4.0.tgz",
2551 "integrity": "sha512-77PSwercCZU2Fc4sX94eF8k8Pxte6JAwL4/ICZLFjJLqegs7kCuAsqqj/70NQF6TvDpgFjkubQB2FW2ZZddvQg==",
2552 "funding": [
2553 {
2554 "type": "github",
2555 "url": "https://github.com/sponsors/sibiraj-s"
2556 }
2557 ],
2558 "license": "MIT",
2559 "engines": {
2560 "node": ">=8"
2561 }
2562 },
2563 "node_modules/cli-boxes": {
2564 "version": "3.0.0",
2565 "resolved": "https://registry.npmjs.org/cli-boxes/-/cli-boxes-3.0.0.tgz",
2566 "integrity": "sha512-/lzGpEWL/8PfI0BmBOPRwp0c/wFNX1RdUML3jK/RcSBA9T8mZDdQpqYBKtCFTOfQbwPqWEOpjqW+Fnayc0969g==",
2567 "license": "MIT",
2568 "engines": {
2569 "node": ">=10"
2570 },
2571 "funding": {
2572 "url": "https://github.com/sponsors/sindresorhus"
2573 }
2574 },
2575 "node_modules/clsx": {
2576 "version": "2.1.1",
2577 "resolved": "https://registry.npmjs.org/clsx/-/clsx-2.1.1.tgz",
2578 "integrity": "sha512-eYm0QWBtUrBWZWG0d386OGAw16Z995PiOVo2B7bjWSbHedGl5e0ZWaq65kOGgUSNesEIDkB9ISbTg/JK9dhCZA==",
2579 "license": "MIT",
2580 "engines": {
2581 "node": ">=6"
2582 }
2583 },
2584 "node_modules/collapse-white-space": {
2585 "version": "2.1.0",
2586 "resolved": "https://registry.npmjs.org/collapse-white-space/-/collapse-white-space-2.1.0.tgz",
2587 "integrity": "sha512-loKTxY1zCOuG4j9f6EPnuyyYkf58RnhhWTvRoZEokgB+WbdXehfjFviyOVYkqzEWz1Q5kRiZdBYS5SwxbQYwzw==",
2588 "license": "MIT",
2589 "funding": {
2590 "type": "github",
2591 "url": "https://github.com/sponsors/wooorm"
2592 }
2593 },
2594 "node_modules/comma-separated-tokens": {
2595 "version": "2.0.3",
2596 "resolved": "https://registry.npmjs.org/comma-separated-tokens/-/comma-separated-tokens-2.0.3.tgz",
2597 "integrity": "sha512-Fu4hJdvzeylCfQPp9SGWidpzrMs7tTrlu6Vb8XGaRGck8QSNZJJp538Wrb60Lax4fPwR64ViY468OIUTbRlGZg==",
2598 "license": "MIT",
2599 "funding": {
2600 "type": "github",
2601 "url": "https://github.com/sponsors/wooorm"
2602 }
2603 },
2604 "node_modules/commander": {
2605 "version": "11.1.0",
2606 "resolved": "https://registry.npmjs.org/commander/-/commander-11.1.0.tgz",
2607 "integrity": "sha512-yPVavfyCcRhmorC7rWlkHn15b4wDVgVmBA7kV4QVBsF7kv/9TKJAbAXVTxvTnwP8HHKjRCJDClKbciiYS7p0DQ==",
2608 "license": "MIT",
2609 "engines": {
2610 "node": ">=16"
2611 }
2612 },
2613 "node_modules/common-ancestor-path": {
2614 "version": "1.0.1",
2615 "resolved": "https://registry.npmjs.org/common-ancestor-path/-/common-ancestor-path-1.0.1.tgz",
2616 "integrity": "sha512-L3sHRo1pXXEqX8VU28kfgUY+YGsk09hPqZiZmLacNib6XNTCM8ubYeT7ryXQw8asB1sKgcU5lkB7ONug08aB8w==",
2617 "license": "ISC"
2618 },
2619 "node_modules/cookie": {
2620 "version": "1.1.1",
2621 "resolved": "https://registry.npmjs.org/cookie/-/cookie-1.1.1.tgz",
2622 "integrity": "sha512-ei8Aos7ja0weRpFzJnEA9UHJ/7XQmqglbRwnf2ATjcB9Wq874VKH9kfjjirM6UhU2/E5fFYadylyhFldcqSidQ==",
2623 "license": "MIT",
2624 "engines": {
2625 "node": ">=18"
2626 },
2627 "funding": {
2628 "type": "opencollective",
2629 "url": "https://opencollective.com/express"
2630 }
2631 },
2632 "node_modules/cookie-es": {
2633 "version": "1.2.3",
2634 "resolved": "https://registry.npmjs.org/cookie-es/-/cookie-es-1.2.3.tgz",
2635 "integrity": "sha512-lXVyvUvrNXblMqzIRrxHb57UUVmqsSWlxqt3XIjCkUP0wDAf6uicO6KMbEgYrMNtEvWgWHwe42CKxPu9MYAnWw==",
2636 "license": "MIT"
2637 },
2638 "node_modules/crossws": {
2639 "version": "0.3.5",
2640 "resolved": "https://registry.npmjs.org/crossws/-/crossws-0.3.5.tgz",
2641 "integrity": "sha512-ojKiDvcmByhwa8YYqbQI/hg7MEU0NC03+pSdEq4ZUnZR9xXpwk7E43SMNGkn+JxJGPFtNvQ48+vV2p+P1ml5PA==",
2642 "license": "MIT",
2643 "dependencies": {
2644 "uncrypto": "^0.1.3"
2645 }
2646 },
2647 "node_modules/css-select": {
2648 "version": "5.2.2",
2649 "resolved": "https://registry.npmjs.org/css-select/-/css-select-5.2.2.tgz",
2650 "integrity": "sha512-TizTzUddG/xYLA3NXodFM0fSbNizXjOKhqiQQwvhlspadZokn1KDy0NZFS0wuEubIYAV5/c1/lAr0TaaFXEXzw==",
2651 "license": "BSD-2-Clause",
2652 "dependencies": {
2653 "boolbase": "^1.0.0",
2654 "css-what": "^6.1.0",
2655 "domhandler": "^5.0.2",
2656 "domutils": "^3.0.1",
2657 "nth-check": "^2.0.1"
2658 },
2659 "funding": {
2660 "url": "https://github.com/sponsors/fb55"
2661 }
2662 },
2663 "node_modules/css-selector-parser": {
2664 "version": "3.3.0",
2665 "resolved": "https://registry.npmjs.org/css-selector-parser/-/css-selector-parser-3.3.0.tgz",
2666 "integrity": "sha512-Y2asgMGFqJKF4fq4xHDSlFYIkeVfRsm69lQC1q9kbEsH5XtnINTMrweLkjYMeaUgiXBy/uvKeO/a1JHTNnmB2g==",
2667 "funding": [
2668 {
2669 "type": "github",
2670 "url": "https://github.com/sponsors/mdevils"
2671 },
2672 {
2673 "type": "patreon",
2674 "url": "https://patreon.com/mdevils"
2675 }
2676 ],
2677 "license": "MIT"
2678 },
2679 "node_modules/css-tree": {
2680 "version": "3.2.1",
2681 "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-3.2.1.tgz",
2682 "integrity": "sha512-X7sjQzceUhu1u7Y/ylrRZFU2FS6LRiFVp6rKLPg23y3x3c3DOKAwuXGDp+PAGjh6CSnCjYeAul8pcT8bAl+lSA==",
2683 "license": "MIT",
2684 "dependencies": {
2685 "mdn-data": "2.27.1",
2686 "source-map-js": "^1.2.1"
2687 },
2688 "engines": {
2689 "node": "^10 || ^12.20.0 || ^14.13.0 || >=15.0.0"
2690 }
2691 },
2692 "node_modules/css-what": {
2693 "version": "6.2.2",
2694 "resolved": "https://registry.npmjs.org/css-what/-/css-what-6.2.2.tgz",
2695 "integrity": "sha512-u/O3vwbptzhMs3L1fQE82ZSLHQQfto5gyZzwteVIEyeaY5Fc7R4dapF/BvRoSYFeqfBk4m0V1Vafq5Pjv25wvA==",
2696 "license": "BSD-2-Clause",
2697 "engines": {
2698 "node": ">= 6"
2699 },
2700 "funding": {
2701 "url": "https://github.com/sponsors/fb55"
2702 }
2703 },
2704 "node_modules/cssesc": {
2705 "version": "3.0.0",
2706 "resolved": "https://registry.npmjs.org/cssesc/-/cssesc-3.0.0.tgz",
2707 "integrity": "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==",
2708 "license": "MIT",
2709 "bin": {
2710 "cssesc": "bin/cssesc"
2711 },
2712 "engines": {
2713 "node": ">=4"
2714 }
2715 },
2716 "node_modules/csso": {
2717 "version": "5.0.5",
2718 "resolved": "https://registry.npmjs.org/csso/-/csso-5.0.5.tgz",
2719 "integrity": "sha512-0LrrStPOdJj+SPCCrGhzryycLjwcgUSHBtxNA8aIDxf0GLsRh1cKYhB00Gd1lDOS4yGH69+SNn13+TWbVHETFQ==",
2720 "license": "MIT",
2721 "dependencies": {
2722 "css-tree": "~2.2.0"
2723 },
2724 "engines": {
2725 "node": "^10 || ^12.20.0 || ^14.13.0 || >=15.0.0",
2726 "npm": ">=7.0.0"
2727 }
2728 },
2729 "node_modules/csso/node_modules/css-tree": {
2730 "version": "2.2.1",
2731 "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-2.2.1.tgz",
2732 "integrity": "sha512-OA0mILzGc1kCOCSJerOeqDxDQ4HOh+G8NbOJFOTgOCzpw7fCBubk0fEyxp8AgOL/jvLgYA/uV0cMbe43ElF1JA==",
2733 "license": "MIT",
2734 "dependencies": {
2735 "mdn-data": "2.0.28",
2736 "source-map-js": "^1.0.1"
2737 },
2738 "engines": {
2739 "node": "^10 || ^12.20.0 || ^14.13.0 || >=15.0.0",
2740 "npm": ">=7.0.0"
2741 }
2742 },
2743 "node_modules/csso/node_modules/mdn-data": {
2744 "version": "2.0.28",
2745 "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.28.tgz",
2746 "integrity": "sha512-aylIc7Z9y4yzHYAJNuESG3hfhC+0Ibp/MAMiaOZgNv4pmEdFyfZhhhny4MNiAfWdBQ1RQ2mfDWmM1x8SvGyp8g==",
2747 "license": "CC0-1.0"
2748 },
2749 "node_modules/debug": {
2750 "version": "4.4.3",
2751 "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz",
2752 "integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==",
2753 "license": "MIT",
2754 "dependencies": {
2755 "ms": "^2.1.3"
2756 },
2757 "engines": {
2758 "node": ">=6.0"
2759 },
2760 "peerDependenciesMeta": {
2761 "supports-color": {
2762 "optional": true
2763 }
2764 }
2765 },
2766 "node_modules/decode-named-character-reference": {
2767 "version": "1.3.0",
2768 "resolved": "https://registry.npmjs.org/decode-named-character-reference/-/decode-named-character-reference-1.3.0.tgz",
2769 "integrity": "sha512-GtpQYB283KrPp6nRw50q3U9/VfOutZOe103qlN7BPP6Ad27xYnOIWv4lPzo8HCAL+mMZofJ9KEy30fq6MfaK6Q==",
2770 "license": "MIT",
2771 "dependencies": {
2772 "character-entities": "^2.0.0"
2773 },
2774 "funding": {
2775 "type": "github",
2776 "url": "https://github.com/sponsors/wooorm"
2777 }
2778 },
2779 "node_modules/defu": {
2780 "version": "6.1.7",
2781 "resolved": "https://registry.npmjs.org/defu/-/defu-6.1.7.tgz",
2782 "integrity": "sha512-7z22QmUWiQ/2d0KkdYmANbRUVABpZ9SNYyH5vx6PZ+nE5bcC0l7uFvEfHlyld/HcGBFTL536ClDt3DEcSlEJAQ==",
2783 "license": "MIT"
2784 },
2785 "node_modules/dequal": {
2786 "version": "2.0.3",
2787 "resolved": "https://registry.npmjs.org/dequal/-/dequal-2.0.3.tgz",
2788 "integrity": "sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA==",
2789 "license": "MIT",
2790 "engines": {
2791 "node": ">=6"
2792 }
2793 },
2794 "node_modules/destr": {
2795 "version": "2.0.5",
2796 "resolved": "https://registry.npmjs.org/destr/-/destr-2.0.5.tgz",
2797 "integrity": "sha512-ugFTXCtDZunbzasqBxrK93Ik/DRYsO6S/fedkWEMKqt04xZ4csmnmwGDBAb07QWNaGMAmnTIemsYZCksjATwsA==",
2798 "license": "MIT"
2799 },
2800 "node_modules/detect-libc": {
2801 "version": "2.1.2",
2802 "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.1.2.tgz",
2803 "integrity": "sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==",
2804 "license": "Apache-2.0",
2805 "engines": {
2806 "node": ">=8"
2807 }
2808 },
2809 "node_modules/deterministic-object-hash": {
2810 "version": "2.0.2",
2811 "resolved": "https://registry.npmjs.org/deterministic-object-hash/-/deterministic-object-hash-2.0.2.tgz",
2812 "integrity": "sha512-KxektNH63SrbfUyDiwXqRb1rLwKt33AmMv+5Nhsw1kqZ13SJBRTgZHtGbE+hH3a1mVW1cz+4pqSWVPAtLVXTzQ==",
2813 "license": "MIT",
2814 "dependencies": {
2815 "base-64": "^1.0.0"
2816 },
2817 "engines": {
2818 "node": ">=18"
2819 }
2820 },
2821 "node_modules/devalue": {
2822 "version": "5.8.1",
2823 "resolved": "https://registry.npmjs.org/devalue/-/devalue-5.8.1.tgz",
2824 "integrity": "sha512-4CXDYRBGqN+57wVJkuXBYmpAVUSg3L6JAQa/DFqm238G73E1wuyc/JhGQJzN7vUf/CMphYau2zXbfWzDR5aTEw==",
2825 "license": "MIT"
2826 },
2827 "node_modules/devlop": {
2828 "version": "1.1.0",
2829 "resolved": "https://registry.npmjs.org/devlop/-/devlop-1.1.0.tgz",
2830 "integrity": "sha512-RWmIqhcFf1lRYBvNmr7qTNuyCt/7/ns2jbpp1+PalgE/rDQcBT0fioSMUpJ93irlUhC5hrg4cYqe6U+0ImW0rA==",
2831 "license": "MIT",
2832 "dependencies": {
2833 "dequal": "^2.0.0"
2834 },
2835 "funding": {
2836 "type": "github",
2837 "url": "https://github.com/sponsors/wooorm"
2838 }
2839 },
2840 "node_modules/didyoumean": {
2841 "version": "1.2.2",
2842 "resolved": "https://registry.npmjs.org/didyoumean/-/didyoumean-1.2.2.tgz",
2843 "integrity": "sha512-gxtyfqMg7GKyhQmb056K7M3xszy/myH8w+B4RT+QXBQsvAOdc3XymqDDPHx1BgPgsdAA5SIifona89YtRATDzw==",
2844 "dev": true,
2845 "license": "Apache-2.0"
2846 },
2847 "node_modules/diff": {
2848 "version": "8.0.4",
2849 "resolved": "https://registry.npmjs.org/diff/-/diff-8.0.4.tgz",
2850 "integrity": "sha512-DPi0FmjiSU5EvQV0++GFDOJ9ASQUVFh5kD+OzOnYdi7n3Wpm9hWWGfB/O2blfHcMVTL5WkQXSnRiK9makhrcnw==",
2851 "license": "BSD-3-Clause",
2852 "engines": {
2853 "node": ">=0.3.1"
2854 }
2855 },
2856 "node_modules/direction": {
2857 "version": "2.0.1",
2858 "resolved": "https://registry.npmjs.org/direction/-/direction-2.0.1.tgz",
2859 "integrity": "sha512-9S6m9Sukh1cZNknO1CWAr2QAWsbKLafQiyM5gZ7VgXHeuaoUwffKN4q6NC4A/Mf9iiPlOXQEKW/Mv/mh9/3YFA==",
2860 "license": "MIT",
2861 "bin": {
2862 "direction": "cli.js"
2863 },
2864 "funding": {
2865 "type": "github",
2866 "url": "https://github.com/sponsors/wooorm"
2867 }
2868 },
2869 "node_modules/dlv": {
2870 "version": "1.1.3",
2871 "resolved": "https://registry.npmjs.org/dlv/-/dlv-1.1.3.tgz",
2872 "integrity": "sha512-+HlytyjlPKnIG8XuRG8WvmBP8xs8P71y+SKKS6ZXWoEgLuePxtDoUEiH7WkdePWrQ5JBpE6aoVqfZfJUQkjXwA==",
2873 "license": "MIT"
2874 },
2875 "node_modules/dom-serializer": {
2876 "version": "2.0.0",
2877 "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-2.0.0.tgz",
2878 "integrity": "sha512-wIkAryiqt/nV5EQKqQpo3SToSOV9J0DnbJqwK7Wv/Trc92zIAYZ4FlMu+JPFW1DfGFt81ZTCGgDEabffXeLyJg==",
2879 "license": "MIT",
2880 "dependencies": {
2881 "domelementtype": "^2.3.0",
2882 "domhandler": "^5.0.2",
2883 "entities": "^4.2.0"
2884 },
2885 "funding": {
2886 "url": "https://github.com/cheeriojs/dom-serializer?sponsor=1"
2887 }
2888 },
2889 "node_modules/dom-serializer/node_modules/entities": {
2890 "version": "4.5.0",
2891 "resolved": "https://registry.npmjs.org/entities/-/entities-4.5.0.tgz",
2892 "integrity": "sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==",
2893 "license": "BSD-2-Clause",
2894 "engines": {
2895 "node": ">=0.12"
2896 },
2897 "funding": {
2898 "url": "https://github.com/fb55/entities?sponsor=1"
2899 }
2900 },
2901 "node_modules/domelementtype": {
2902 "version": "2.3.0",
2903 "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-2.3.0.tgz",
2904 "integrity": "sha512-OLETBj6w0OsagBwdXnPdN0cnMfF9opN69co+7ZrbfPGrdpPVNBUj02spi6B1N7wChLQiPn4CSH/zJvXw56gmHw==",
2905 "funding": [
2906 {
2907 "type": "github",
2908 "url": "https://github.com/sponsors/fb55"
2909 }
2910 ],
2911 "license": "BSD-2-Clause"
2912 },
2913 "node_modules/domhandler": {
2914 "version": "5.0.3",
2915 "resolved": "https://registry.npmjs.org/domhandler/-/domhandler-5.0.3.tgz",
2916 "integrity": "sha512-cgwlv/1iFQiFnU96XXgROh8xTeetsnJiDsTc7TYCLFd9+/WNkIqPTxiM/8pSd8VIrhXGTf1Ny1q1hquVqDJB5w==",
2917 "license": "BSD-2-Clause",
2918 "dependencies": {
2919 "domelementtype": "^2.3.0"
2920 },
2921 "engines": {
2922 "node": ">= 4"
2923 },
2924 "funding": {
2925 "url": "https://github.com/fb55/domhandler?sponsor=1"
2926 }
2927 },
2928 "node_modules/domutils": {
2929 "version": "3.2.2",
2930 "resolved": "https://registry.npmjs.org/domutils/-/domutils-3.2.2.tgz",
2931 "integrity": "sha512-6kZKyUajlDuqlHKVX1w7gyslj9MPIXzIFiz/rGu35uC1wMi+kMhQwGhl4lt9unC9Vb9INnY9Z3/ZA3+FhASLaw==",
2932 "license": "BSD-2-Clause",
2933 "dependencies": {
2934 "dom-serializer": "^2.0.0",
2935 "domelementtype": "^2.3.0",
2936 "domhandler": "^5.0.3"
2937 },
2938 "funding": {
2939 "url": "https://github.com/fb55/domutils?sponsor=1"
2940 }
2941 },
2942 "node_modules/dset": {
2943 "version": "3.1.4",
2944 "resolved": "https://registry.npmjs.org/dset/-/dset-3.1.4.tgz",
2945 "integrity": "sha512-2QF/g9/zTaPDc3BjNcVTGoBbXBgYfMTTceLaYcFJ/W9kggFUkhxD/hMEeuLKbugyef9SqAx8cpgwlIP/jinUTA==",
2946 "license": "MIT",
2947 "engines": {
2948 "node": ">=4"
2949 }
2950 },
2951 "node_modules/emoji-regex": {
2952 "version": "10.6.0",
2953 "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.6.0.tgz",
2954 "integrity": "sha512-toUI84YS5YmxW219erniWD0CIVOo46xGKColeNQRgOzDorgBi1v4D71/OFzgD9GO2UGKIv1C3Sp8DAn0+j5w7A==",
2955 "license": "MIT"
2956 },
2957 "node_modules/entities": {
2958 "version": "6.0.1",
2959 "resolved": "https://registry.npmjs.org/entities/-/entities-6.0.1.tgz",
2960 "integrity": "sha512-aN97NXWF6AWBTahfVOIrB/NShkzi5H7F9r1s9mD3cDj4Ko5f2qhhVoYMibXF7GlLveb/D2ioWay8lxI97Ven3g==",
2961 "license": "BSD-2-Clause",
2962 "engines": {
2963 "node": ">=0.12"
2964 },
2965 "funding": {
2966 "url": "https://github.com/fb55/entities?sponsor=1"
2967 }
2968 },
2969 "node_modules/es-errors": {
2970 "version": "1.3.0",
2971 "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz",
2972 "integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==",
2973 "dev": true,
2974 "license": "MIT",
2975 "engines": {
2976 "node": ">= 0.4"
2977 }
2978 },
2979 "node_modules/es-module-lexer": {
2980 "version": "1.7.0",
2981 "resolved": "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-1.7.0.tgz",
2982 "integrity": "sha512-jEQoCwk8hyb2AZziIOLhDqpm5+2ww5uIE6lkO/6jcOCusfk6LhMHpXXfBLXTZ7Ydyt0j4VoUQv6uGNYbdW+kBA==",
2983 "license": "MIT"
2984 },
2985 "node_modules/esast-util-from-estree": {
2986 "version": "2.0.0",
2987 "resolved": "https://registry.npmjs.org/esast-util-from-estree/-/esast-util-from-estree-2.0.0.tgz",
2988 "integrity": "sha512-4CyanoAudUSBAn5K13H4JhsMH6L9ZP7XbLVe/dKybkxMO7eDyLsT8UHl9TRNrU2Gr9nz+FovfSIjuXWJ81uVwQ==",
2989 "license": "MIT",
2990 "dependencies": {
2991 "@types/estree-jsx": "^1.0.0",
2992 "devlop": "^1.0.0",
2993 "estree-util-visit": "^2.0.0",
2994 "unist-util-position-from-estree": "^2.0.0"
2995 },
2996 "funding": {
2997 "type": "opencollective",
2998 "url": "https://opencollective.com/unified"
2999 }
3000 },
3001 "node_modules/esast-util-from-js": {
3002 "version": "2.0.1",
3003 "resolved": "https://registry.npmjs.org/esast-util-from-js/-/esast-util-from-js-2.0.1.tgz",
3004 "integrity": "sha512-8Ja+rNJ0Lt56Pcf3TAmpBZjmx8ZcK5Ts4cAzIOjsjevg9oSXJnl6SUQ2EevU8tv3h6ZLWmoKL5H4fgWvdvfETw==",
3005 "license": "MIT",
3006 "dependencies": {
3007 "@types/estree-jsx": "^1.0.0",
3008 "acorn": "^8.0.0",
3009 "esast-util-from-estree": "^2.0.0",
3010 "vfile-message": "^4.0.0"
3011 },
3012 "funding": {
3013 "type": "opencollective",
3014 "url": "https://opencollective.com/unified"
3015 }
3016 },
3017 "node_modules/esbuild": {
3018 "version": "0.27.7",
3019 "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.27.7.tgz",
3020 "integrity": "sha512-IxpibTjyVnmrIQo5aqNpCgoACA/dTKLTlhMHihVHhdkxKyPO1uBBthumT0rdHmcsk9uMonIWS0m4FljWzILh3w==",
3021 "hasInstallScript": true,
3022 "license": "MIT",
3023 "bin": {
3024 "esbuild": "bin/esbuild"
3025 },
3026 "engines": {
3027 "node": ">=18"
3028 },
3029 "optionalDependencies": {
3030 "@esbuild/aix-ppc64": "0.27.7",
3031 "@esbuild/android-arm": "0.27.7",
3032 "@esbuild/android-arm64": "0.27.7",
3033 "@esbuild/android-x64": "0.27.7",
3034 "@esbuild/darwin-arm64": "0.27.7",
3035 "@esbuild/darwin-x64": "0.27.7",
3036 "@esbuild/freebsd-arm64": "0.27.7",
3037 "@esbuild/freebsd-x64": "0.27.7",
3038 "@esbuild/linux-arm": "0.27.7",
3039 "@esbuild/linux-arm64": "0.27.7",
3040 "@esbuild/linux-ia32": "0.27.7",
3041 "@esbuild/linux-loong64": "0.27.7",
3042 "@esbuild/linux-mips64el": "0.27.7",
3043 "@esbuild/linux-ppc64": "0.27.7",
3044 "@esbuild/linux-riscv64": "0.27.7",
3045 "@esbuild/linux-s390x": "0.27.7",
3046 "@esbuild/linux-x64": "0.27.7",
3047 "@esbuild/netbsd-arm64": "0.27.7",
3048 "@esbuild/netbsd-x64": "0.27.7",
3049 "@esbuild/openbsd-arm64": "0.27.7",
3050 "@esbuild/openbsd-x64": "0.27.7",
3051 "@esbuild/openharmony-arm64": "0.27.7",
3052 "@esbuild/sunos-x64": "0.27.7",
3053 "@esbuild/win32-arm64": "0.27.7",
3054 "@esbuild/win32-ia32": "0.27.7",
3055 "@esbuild/win32-x64": "0.27.7"
3056 }
3057 },
3058 "node_modules/escape-string-regexp": {
3059 "version": "5.0.0",
3060 "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-5.0.0.tgz",
3061 "integrity": "sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw==",
3062 "license": "MIT",
3063 "engines": {
3064 "node": ">=12"
3065 },
3066 "funding": {
3067 "url": "https://github.com/sponsors/sindresorhus"
3068 }
3069 },
3070 "node_modules/estree-util-attach-comments": {
3071 "version": "3.0.0",
3072 "resolved": "https://registry.npmjs.org/estree-util-attach-comments/-/estree-util-attach-comments-3.0.0.tgz",
3073 "integrity": "sha512-cKUwm/HUcTDsYh/9FgnuFqpfquUbwIqwKM26BVCGDPVgvaCl/nDCCjUfiLlx6lsEZ3Z4RFxNbOQ60pkaEwFxGw==",
3074 "license": "MIT",
3075 "dependencies": {
3076 "@types/estree": "^1.0.0"
3077 },
3078 "funding": {
3079 "type": "opencollective",
3080 "url": "https://opencollective.com/unified"
3081 }
3082 },
3083 "node_modules/estree-util-build-jsx": {
3084 "version": "3.0.1",
3085 "resolved": "https://registry.npmjs.org/estree-util-build-jsx/-/estree-util-build-jsx-3.0.1.tgz",
3086 "integrity": "sha512-8U5eiL6BTrPxp/CHbs2yMgP8ftMhR5ww1eIKoWRMlqvltHF8fZn5LRDvTKuxD3DUn+shRbLGqXemcP51oFCsGQ==",
3087 "license": "MIT",
3088 "dependencies": {
3089 "@types/estree-jsx": "^1.0.0",
3090 "devlop": "^1.0.0",
3091 "estree-util-is-identifier-name": "^3.0.0",
3092 "estree-walker": "^3.0.0"
3093 },
3094 "funding": {
3095 "type": "opencollective",
3096 "url": "https://opencollective.com/unified"
3097 }
3098 },
3099 "node_modules/estree-util-is-identifier-name": {
3100 "version": "3.0.0",
3101 "resolved": "https://registry.npmjs.org/estree-util-is-identifier-name/-/estree-util-is-identifier-name-3.0.0.tgz",
3102 "integrity": "sha512-hFtqIDZTIUZ9BXLb8y4pYGyk6+wekIivNVTcmvk8NoOh+VeRn5y6cEHzbURrWbfp1fIqdVipilzj+lfaadNZmg==",
3103 "license": "MIT",
3104 "funding": {
3105 "type": "opencollective",
3106 "url": "https://opencollective.com/unified"
3107 }
3108 },
3109 "node_modules/estree-util-scope": {
3110 "version": "1.0.0",
3111 "resolved": "https://registry.npmjs.org/estree-util-scope/-/estree-util-scope-1.0.0.tgz",
3112 "integrity": "sha512-2CAASclonf+JFWBNJPndcOpA8EMJwa0Q8LUFJEKqXLW6+qBvbFZuF5gItbQOs/umBUkjviCSDCbBwU2cXbmrhQ==",
3113 "license": "MIT",
3114 "dependencies": {
3115 "@types/estree": "^1.0.0",
3116 "devlop": "^1.0.0"
3117 },
3118 "funding": {
3119 "type": "opencollective",
3120 "url": "https://opencollective.com/unified"
3121 }
3122 },
3123 "node_modules/estree-util-to-js": {
3124 "version": "2.0.0",
3125 "resolved": "https://registry.npmjs.org/estree-util-to-js/-/estree-util-to-js-2.0.0.tgz",
3126 "integrity": "sha512-WDF+xj5rRWmD5tj6bIqRi6CkLIXbbNQUcxQHzGysQzvHmdYG2G7p/Tf0J0gpxGgkeMZNTIjT/AoSvC9Xehcgdg==",
3127 "license": "MIT",
3128 "dependencies": {
3129 "@types/estree-jsx": "^1.0.0",
3130 "astring": "^1.8.0",
3131 "source-map": "^0.7.0"
3132 },
3133 "funding": {
3134 "type": "opencollective",
3135 "url": "https://opencollective.com/unified"
3136 }
3137 },
3138 "node_modules/estree-util-visit": {
3139 "version": "2.0.0",
3140 "resolved": "https://registry.npmjs.org/estree-util-visit/-/estree-util-visit-2.0.0.tgz",
3141 "integrity": "sha512-m5KgiH85xAhhW8Wta0vShLcUvOsh3LLPI2YVwcbio1l7E09NTLL1EyMZFM1OyWowoH0skScNbhOPl4kcBgzTww==",
3142 "license": "MIT",
3143 "dependencies": {
3144 "@types/estree-jsx": "^1.0.0",
3145 "@types/unist": "^3.0.0"
3146 },
3147 "funding": {
3148 "type": "opencollective",
3149 "url": "https://opencollective.com/unified"
3150 }
3151 },
3152 "node_modules/estree-walker": {
3153 "version": "3.0.3",
3154 "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-3.0.3.tgz",
3155 "integrity": "sha512-7RUKfXgSMMkzt6ZuXmqapOurLGPPfgj6l9uRZ7lRGolvk0y2yocc35LdcxKC5PQZdn2DMqioAQ2NoWcrTKmm6g==",
3156 "license": "MIT",
3157 "dependencies": {
3158 "@types/estree": "^1.0.0"
3159 }
3160 },
3161 "node_modules/eventemitter3": {
3162 "version": "5.0.4",
3163 "resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-5.0.4.tgz",
3164 "integrity": "sha512-mlsTRyGaPBjPedk6Bvw+aqbsXDtoAyAzm5MO7JgU+yVRyMQ5O8bD4Kcci7BS85f93veegeCPkL8R4GLClnjLFw==",
3165 "license": "MIT"
3166 },
3167 "node_modules/expressive-code": {
3168 "version": "0.41.7",
3169 "resolved": "https://registry.npmjs.org/expressive-code/-/expressive-code-0.41.7.tgz",
3170 "integrity": "sha512-2wZjC8OQ3TaVEMcBtYY4Va3lo6J+Ai9jf3d4dbhURMJcU4Pbqe6EcHe424MIZI0VHUA1bR6xdpoHYi3yxokWqA==",
3171 "license": "MIT",
3172 "dependencies": {
3173 "@expressive-code/core": "^0.41.7",
3174 "@expressive-code/plugin-frames": "^0.41.7",
3175 "@expressive-code/plugin-shiki": "^0.41.7",
3176 "@expressive-code/plugin-text-markers": "^0.41.7"
3177 }
3178 },
3179 "node_modules/extend": {
3180 "version": "3.0.2",
3181 "resolved": "https://registry.npmjs.org/extend/-/extend-3.0.2.tgz",
3182 "integrity": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==",
3183 "license": "MIT"
3184 },
3185 "node_modules/fast-glob": {
3186 "version": "3.3.3",
3187 "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.3.tgz",
3188 "integrity": "sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==",
3189 "dev": true,
3190 "license": "MIT",
3191 "dependencies": {
3192 "@nodelib/fs.stat": "^2.0.2",
3193 "@nodelib/fs.walk": "^1.2.3",
3194 "glob-parent": "^5.1.2",
3195 "merge2": "^1.3.0",
3196 "micromatch": "^4.0.8"
3197 },
3198 "engines": {
3199 "node": ">=8.6.0"
3200 }
3201 },
3202 "node_modules/fast-glob/node_modules/glob-parent": {
3203 "version": "5.1.2",
3204 "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz",
3205 "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
3206 "dev": true,
3207 "license": "ISC",
3208 "dependencies": {
3209 "is-glob": "^4.0.1"
3210 },
3211 "engines": {
3212 "node": ">= 6"
3213 }
3214 },
3215 "node_modules/fastq": {
3216 "version": "1.20.1",
3217 "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.20.1.tgz",
3218 "integrity": "sha512-GGToxJ/w1x32s/D2EKND7kTil4n8OVk/9mycTc4VDza13lOvpUZTGX3mFSCtV9ksdGBVzvsyAVLM6mHFThxXxw==",
3219 "dev": true,
3220 "license": "ISC",
3221 "dependencies": {
3222 "reusify": "^1.0.4"
3223 }
3224 },
3225 "node_modules/fdir": {
3226 "version": "6.5.0",
3227 "resolved": "https://registry.npmjs.org/fdir/-/fdir-6.5.0.tgz",
3228 "integrity": "sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==",
3229 "license": "MIT",
3230 "engines": {
3231 "node": ">=12.0.0"
3232 },
3233 "peerDependencies": {
3234 "picomatch": "^3 || ^4"
3235 },
3236 "peerDependenciesMeta": {
3237 "picomatch": {
3238 "optional": true
3239 }
3240 }
3241 },
3242 "node_modules/fill-range": {
3243 "version": "7.1.1",
3244 "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz",
3245 "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==",
3246 "dev": true,
3247 "license": "MIT",
3248 "dependencies": {
3249 "to-regex-range": "^5.0.1"
3250 },
3251 "engines": {
3252 "node": ">=8"
3253 }
3254 },
3255 "node_modules/flattie": {
3256 "version": "1.1.1",
3257 "resolved": "https://registry.npmjs.org/flattie/-/flattie-1.1.1.tgz",
3258 "integrity": "sha512-9UbaD6XdAL97+k/n+N7JwX46K/M6Zc6KcFYskrYL8wbBV/Uyk0CTAMY0VT+qiK5PM7AIc9aTWYtq65U7T+aCNQ==",
3259 "license": "MIT",
3260 "engines": {
3261 "node": ">=8"
3262 }
3263 },
3264 "node_modules/fontace": {
3265 "version": "0.4.1",
3266 "resolved": "https://registry.npmjs.org/fontace/-/fontace-0.4.1.tgz",
3267 "integrity": "sha512-lDMvbAzSnHmbYMTEld5qdtvNH2/pWpICOqpean9IgC7vUbUJc3k+k5Dokp85CegamqQpFbXf0rAVkbzpyTA8aw==",
3268 "license": "MIT",
3269 "dependencies": {
3270 "fontkitten": "^1.0.2"
3271 }
3272 },
3273 "node_modules/fontkitten": {
3274 "version": "1.0.3",
3275 "resolved": "https://registry.npmjs.org/fontkitten/-/fontkitten-1.0.3.tgz",
3276 "integrity": "sha512-Wp1zXWPVUPBmfoa3Cqc9ctaKuzKAV6uLstRqlR56kSjplf5uAce+qeyYym7F+PHbGTk+tCEdkCW6RD7DX/gBZw==",
3277 "license": "MIT",
3278 "dependencies": {
3279 "tiny-inflate": "^1.0.3"
3280 },
3281 "engines": {
3282 "node": ">=20"
3283 }
3284 },
3285 "node_modules/fsevents": {
3286 "version": "2.3.3",
3287 "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz",
3288 "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
3289 "hasInstallScript": true,
3290 "license": "MIT",
3291 "optional": true,
3292 "os": [
3293 "darwin"
3294 ],
3295 "engines": {
3296 "node": "^8.16.0 || ^10.6.0 || >=11.0.0"
3297 }
3298 },
3299 "node_modules/function-bind": {
3300 "version": "1.1.2",
3301 "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz",
3302 "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==",
3303 "dev": true,
3304 "license": "MIT",
3305 "funding": {
3306 "url": "https://github.com/sponsors/ljharb"
3307 }
3308 },
3309 "node_modules/get-east-asian-width": {
3310 "version": "1.6.0",
3311 "resolved": "https://registry.npmjs.org/get-east-asian-width/-/get-east-asian-width-1.6.0.tgz",
3312 "integrity": "sha512-QRbvDIbx6YklUe6RxeTeleMR0yv3cYH6PsPZHcnVn7xv7zO1BHN8r0XETu8n6Ye3Q+ahtSarc3WgtNWmehIBfA==",
3313 "license": "MIT",
3314 "engines": {
3315 "node": ">=18"
3316 },
3317 "funding": {
3318 "url": "https://github.com/sponsors/sindresorhus"
3319 }
3320 },
3321 "node_modules/github-slugger": {
3322 "version": "2.0.0",
3323 "resolved": "https://registry.npmjs.org/github-slugger/-/github-slugger-2.0.0.tgz",
3324 "integrity": "sha512-IaOQ9puYtjrkq7Y0Ygl9KDZnrf/aiUJYUpVf89y8kyaxbRG7Y1SrX/jaumrv81vc61+kiMempujsM3Yw7w5qcw==",
3325 "license": "ISC"
3326 },
3327 "node_modules/glob-parent": {
3328 "version": "6.0.2",
3329 "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz",
3330 "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==",
3331 "dev": true,
3332 "license": "ISC",
3333 "dependencies": {
3334 "is-glob": "^4.0.3"
3335 },
3336 "engines": {
3337 "node": ">=10.13.0"
3338 }
3339 },
3340 "node_modules/h3": {
3341 "version": "1.15.11",
3342 "resolved": "https://registry.npmjs.org/h3/-/h3-1.15.11.tgz",
3343 "integrity": "sha512-L3THSe2MPeBwgIZVSH5zLdBBU90TOxarvhK9d04IDY2AmVS8j2Jz2LIWtwsGOU3lu2I5jCN7FNvVfY2+XyF+mg==",
3344 "license": "MIT",
3345 "dependencies": {
3346 "cookie-es": "^1.2.3",
3347 "crossws": "^0.3.5",
3348 "defu": "^6.1.6",
3349 "destr": "^2.0.5",
3350 "iron-webcrypto": "^1.2.1",
3351 "node-mock-http": "^1.0.4",
3352 "radix3": "^1.1.2",
3353 "ufo": "^1.6.3",
3354 "uncrypto": "^0.1.3"
3355 }
3356 },
3357 "node_modules/hasown": {
3358 "version": "2.0.4",
3359 "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.4.tgz",
3360 "integrity": "sha512-T2UbfbBEF32wiepXIsMlTW9+dDYC6wMh/t/vYA4tuOMKqWz/n3vr1NFSxQiyP+zk2mXsoMA/i/7qV6LKut1t1A==",
3361 "dev": true,
3362 "license": "MIT",
3363 "dependencies": {
3364 "function-bind": "^1.1.2"
3365 },
3366 "engines": {
3367 "node": ">= 0.4"
3368 }
3369 },
3370 "node_modules/hast-util-embedded": {
3371 "version": "3.0.0",
3372 "resolved": "https://registry.npmjs.org/hast-util-embedded/-/hast-util-embedded-3.0.0.tgz",
3373 "integrity": "sha512-naH8sld4Pe2ep03qqULEtvYr7EjrLK2QHY8KJR6RJkTUjPGObe1vnx585uzem2hGra+s1q08DZZpfgDVYRbaXA==",
3374 "license": "MIT",
3375 "dependencies": {
3376 "@types/hast": "^3.0.0",
3377 "hast-util-is-element": "^3.0.0"
3378 },
3379 "funding": {
3380 "type": "opencollective",
3381 "url": "https://opencollective.com/unified"
3382 }
3383 },
3384 "node_modules/hast-util-format": {
3385 "version": "1.1.0",
3386 "resolved": "https://registry.npmjs.org/hast-util-format/-/hast-util-format-1.1.0.tgz",
3387 "integrity": "sha512-yY1UDz6bC9rDvCWHpx12aIBGRG7krurX0p0Fm6pT547LwDIZZiNr8a+IHDogorAdreULSEzP82Nlv5SZkHZcjA==",
3388 "license": "MIT",
3389 "dependencies": {
3390 "@types/hast": "^3.0.0",
3391 "hast-util-embedded": "^3.0.0",
3392 "hast-util-minify-whitespace": "^1.0.0",
3393 "hast-util-phrasing": "^3.0.0",
3394 "hast-util-whitespace": "^3.0.0",
3395 "html-whitespace-sensitive-tag-names": "^3.0.0",
3396 "unist-util-visit-parents": "^6.0.0"
3397 },
3398 "funding": {
3399 "type": "opencollective",
3400 "url": "https://opencollective.com/unified"
3401 }
3402 },
3403 "node_modules/hast-util-from-html": {
3404 "version": "2.0.3",
3405 "resolved": "https://registry.npmjs.org/hast-util-from-html/-/hast-util-from-html-2.0.3.tgz",
3406 "integrity": "sha512-CUSRHXyKjzHov8yKsQjGOElXy/3EKpyX56ELnkHH34vDVw1N1XSQ1ZcAvTyAPtGqLTuKP/uxM+aLkSPqF/EtMw==",
3407 "license": "MIT",
3408 "dependencies": {
3409 "@types/hast": "^3.0.0",
3410 "devlop": "^1.1.0",
3411 "hast-util-from-parse5": "^8.0.0",
3412 "parse5": "^7.0.0",
3413 "vfile": "^6.0.0",
3414 "vfile-message": "^4.0.0"
3415 },
3416 "funding": {
3417 "type": "opencollective",
3418 "url": "https://opencollective.com/unified"
3419 }
3420 },
3421 "node_modules/hast-util-from-parse5": {
3422 "version": "8.0.3",
3423 "resolved": "https://registry.npmjs.org/hast-util-from-parse5/-/hast-util-from-parse5-8.0.3.tgz",
3424 "integrity": "sha512-3kxEVkEKt0zvcZ3hCRYI8rqrgwtlIOFMWkbclACvjlDw8Li9S2hk/d51OI0nr/gIpdMHNepwgOKqZ/sy0Clpyg==",
3425 "license": "MIT",
3426 "dependencies": {
3427 "@types/hast": "^3.0.0",
3428 "@types/unist": "^3.0.0",
3429 "devlop": "^1.0.0",
3430 "hastscript": "^9.0.0",
3431 "property-information": "^7.0.0",
3432 "vfile": "^6.0.0",
3433 "vfile-location": "^5.0.0",
3434 "web-namespaces": "^2.0.0"
3435 },
3436 "funding": {
3437 "type": "opencollective",
3438 "url": "https://opencollective.com/unified"
3439 }
3440 },
3441 "node_modules/hast-util-has-property": {
3442 "version": "3.0.0",
3443 "resolved": "https://registry.npmjs.org/hast-util-has-property/-/hast-util-has-property-3.0.0.tgz",
3444 "integrity": "sha512-MNilsvEKLFpV604hwfhVStK0usFY/QmM5zX16bo7EjnAEGofr5YyI37kzopBlZJkHD4t887i+q/C8/tr5Q94cA==",
3445 "license": "MIT",
3446 "dependencies": {
3447 "@types/hast": "^3.0.0"
3448 },
3449 "funding": {
3450 "type": "opencollective",
3451 "url": "https://opencollective.com/unified"
3452 }
3453 },
3454 "node_modules/hast-util-is-body-ok-link": {
3455 "version": "3.0.1",
3456 "resolved": "https://registry.npmjs.org/hast-util-is-body-ok-link/-/hast-util-is-body-ok-link-3.0.1.tgz",
3457 "integrity": "sha512-0qpnzOBLztXHbHQenVB8uNuxTnm/QBFUOmdOSsEn7GnBtyY07+ENTWVFBAnXd/zEgd9/SUG3lRY7hSIBWRgGpQ==",
3458 "license": "MIT",
3459 "dependencies": {
3460 "@types/hast": "^3.0.0"
3461 },
3462 "funding": {
3463 "type": "opencollective",
3464 "url": "https://opencollective.com/unified"
3465 }
3466 },
3467 "node_modules/hast-util-is-element": {
3468 "version": "3.0.0",
3469 "resolved": "https://registry.npmjs.org/hast-util-is-element/-/hast-util-is-element-3.0.0.tgz",
3470 "integrity": "sha512-Val9mnv2IWpLbNPqc/pUem+a7Ipj2aHacCwgNfTiK0vJKl0LF+4Ba4+v1oPHFpf3bLYmreq0/l3Gud9S5OH42g==",
3471 "license": "MIT",
3472 "dependencies": {
3473 "@types/hast": "^3.0.0"
3474 },
3475 "funding": {
3476 "type": "opencollective",
3477 "url": "https://opencollective.com/unified"
3478 }
3479 },
3480 "node_modules/hast-util-minify-whitespace": {
3481 "version": "1.0.1",
3482 "resolved": "https://registry.npmjs.org/hast-util-minify-whitespace/-/hast-util-minify-whitespace-1.0.1.tgz",
3483 "integrity": "sha512-L96fPOVpnclQE0xzdWb/D12VT5FabA7SnZOUMtL1DbXmYiHJMXZvFkIZfiMmTCNJHUeO2K9UYNXoVyfz+QHuOw==",
3484 "license": "MIT",
3485 "dependencies": {
3486 "@types/hast": "^3.0.0",
3487 "hast-util-embedded": "^3.0.0",
3488 "hast-util-is-element": "^3.0.0",
3489 "hast-util-whitespace": "^3.0.0",
3490 "unist-util-is": "^6.0.0"
3491 },
3492 "funding": {
3493 "type": "opencollective",
3494 "url": "https://opencollective.com/unified"
3495 }
3496 },
3497 "node_modules/hast-util-parse-selector": {
3498 "version": "4.0.0",
3499 "resolved": "https://registry.npmjs.org/hast-util-parse-selector/-/hast-util-parse-selector-4.0.0.tgz",
3500 "integrity": "sha512-wkQCkSYoOGCRKERFWcxMVMOcYE2K1AaNLU8DXS9arxnLOUEWbOXKXiJUNzEpqZ3JOKpnha3jkFrumEjVliDe7A==",
3501 "license": "MIT",
3502 "dependencies": {
3503 "@types/hast": "^3.0.0"
3504 },
3505 "funding": {
3506 "type": "opencollective",
3507 "url": "https://opencollective.com/unified"
3508 }
3509 },
3510 "node_modules/hast-util-phrasing": {
3511 "version": "3.0.1",
3512 "resolved": "https://registry.npmjs.org/hast-util-phrasing/-/hast-util-phrasing-3.0.1.tgz",
3513 "integrity": "sha512-6h60VfI3uBQUxHqTyMymMZnEbNl1XmEGtOxxKYL7stY2o601COo62AWAYBQR9lZbYXYSBoxag8UpPRXK+9fqSQ==",
3514 "license": "MIT",
3515 "dependencies": {
3516 "@types/hast": "^3.0.0",
3517 "hast-util-embedded": "^3.0.0",
3518 "hast-util-has-property": "^3.0.0",
3519 "hast-util-is-body-ok-link": "^3.0.0",
3520 "hast-util-is-element": "^3.0.0"
3521 },
3522 "funding": {
3523 "type": "opencollective",
3524 "url": "https://opencollective.com/unified"
3525 }
3526 },
3527 "node_modules/hast-util-raw": {
3528 "version": "9.1.0",
3529 "resolved": "https://registry.npmjs.org/hast-util-raw/-/hast-util-raw-9.1.0.tgz",
3530 "integrity": "sha512-Y8/SBAHkZGoNkpzqqfCldijcuUKh7/su31kEBp67cFY09Wy0mTRgtsLYsiIxMJxlu0f6AA5SUTbDR8K0rxnbUw==",
3531 "license": "MIT",
3532 "dependencies": {
3533 "@types/hast": "^3.0.0",
3534 "@types/unist": "^3.0.0",
3535 "@ungap/structured-clone": "^1.0.0",
3536 "hast-util-from-parse5": "^8.0.0",
3537 "hast-util-to-parse5": "^8.0.0",
3538 "html-void-elements": "^3.0.0",
3539 "mdast-util-to-hast": "^13.0.0",
3540 "parse5": "^7.0.0",
3541 "unist-util-position": "^5.0.0",
3542 "unist-util-visit": "^5.0.0",
3543 "vfile": "^6.0.0",
3544 "web-namespaces": "^2.0.0",
3545 "zwitch": "^2.0.0"
3546 },
3547 "funding": {
3548 "type": "opencollective",
3549 "url": "https://opencollective.com/unified"
3550 }
3551 },
3552 "node_modules/hast-util-select": {
3553 "version": "6.0.4",
3554 "resolved": "https://registry.npmjs.org/hast-util-select/-/hast-util-select-6.0.4.tgz",
3555 "integrity": "sha512-RqGS1ZgI0MwxLaKLDxjprynNzINEkRHY2i8ln4DDjgv9ZhcYVIHN9rlpiYsqtFwrgpYU361SyWDQcGNIBVu3lw==",
3556 "license": "MIT",
3557 "dependencies": {
3558 "@types/hast": "^3.0.0",
3559 "@types/unist": "^3.0.0",
3560 "bcp-47-match": "^2.0.0",
3561 "comma-separated-tokens": "^2.0.0",
3562 "css-selector-parser": "^3.0.0",
3563 "devlop": "^1.0.0",
3564 "direction": "^2.0.0",
3565 "hast-util-has-property": "^3.0.0",
3566 "hast-util-to-string": "^3.0.0",
3567 "hast-util-whitespace": "^3.0.0",
3568 "nth-check": "^2.0.0",
3569 "property-information": "^7.0.0",
3570 "space-separated-tokens": "^2.0.0",
3571 "unist-util-visit": "^5.0.0",
3572 "zwitch": "^2.0.0"
3573 },
3574 "funding": {
3575 "type": "opencollective",
3576 "url": "https://opencollective.com/unified"
3577 }
3578 },
3579 "node_modules/hast-util-to-estree": {
3580 "version": "3.1.3",
3581 "resolved": "https://registry.npmjs.org/hast-util-to-estree/-/hast-util-to-estree-3.1.3.tgz",
3582 "integrity": "sha512-48+B/rJWAp0jamNbAAf9M7Uf//UVqAoMmgXhBdxTDJLGKY+LRnZ99qcG+Qjl5HfMpYNzS5v4EAwVEF34LeAj7w==",
3583 "license": "MIT",
3584 "dependencies": {
3585 "@types/estree": "^1.0.0",
3586 "@types/estree-jsx": "^1.0.0",
3587 "@types/hast": "^3.0.0",
3588 "comma-separated-tokens": "^2.0.0",
3589 "devlop": "^1.0.0",
3590 "estree-util-attach-comments": "^3.0.0",
3591 "estree-util-is-identifier-name": "^3.0.0",
3592 "hast-util-whitespace": "^3.0.0",
3593 "mdast-util-mdx-expression": "^2.0.0",
3594 "mdast-util-mdx-jsx": "^3.0.0",
3595 "mdast-util-mdxjs-esm": "^2.0.0",
3596 "property-information": "^7.0.0",
3597 "space-separated-tokens": "^2.0.0",
3598 "style-to-js": "^1.0.0",
3599 "unist-util-position": "^5.0.0",
3600 "zwitch": "^2.0.0"
3601 },
3602 "funding": {
3603 "type": "opencollective",
3604 "url": "https://opencollective.com/unified"
3605 }
3606 },
3607 "node_modules/hast-util-to-html": {
3608 "version": "9.0.5",
3609 "resolved": "https://registry.npmjs.org/hast-util-to-html/-/hast-util-to-html-9.0.5.tgz",
3610 "integrity": "sha512-OguPdidb+fbHQSU4Q4ZiLKnzWo8Wwsf5bZfbvu7//a9oTYoqD/fWpe96NuHkoS9h0ccGOTe0C4NGXdtS0iObOw==",
3611 "license": "MIT",
3612 "dependencies": {
3613 "@types/hast": "^3.0.0",
3614 "@types/unist": "^3.0.0",
3615 "ccount": "^2.0.0",
3616 "comma-separated-tokens": "^2.0.0",
3617 "hast-util-whitespace": "^3.0.0",
3618 "html-void-elements": "^3.0.0",
3619 "mdast-util-to-hast": "^13.0.0",
3620 "property-information": "^7.0.0",
3621 "space-separated-tokens": "^2.0.0",
3622 "stringify-entities": "^4.0.0",
3623 "zwitch": "^2.0.4"
3624 },
3625 "funding": {
3626 "type": "opencollective",
3627 "url": "https://opencollective.com/unified"
3628 }
3629 },
3630 "node_modules/hast-util-to-jsx-runtime": {
3631 "version": "2.3.6",
3632 "resolved": "https://registry.npmjs.org/hast-util-to-jsx-runtime/-/hast-util-to-jsx-runtime-2.3.6.tgz",
3633 "integrity": "sha512-zl6s8LwNyo1P9uw+XJGvZtdFF1GdAkOg8ujOw+4Pyb76874fLps4ueHXDhXWdk6YHQ6OgUtinliG7RsYvCbbBg==",
3634 "license": "MIT",
3635 "dependencies": {
3636 "@types/estree": "^1.0.0",
3637 "@types/hast": "^3.0.0",
3638 "@types/unist": "^3.0.0",
3639 "comma-separated-tokens": "^2.0.0",
3640 "devlop": "^1.0.0",
3641 "estree-util-is-identifier-name": "^3.0.0",
3642 "hast-util-whitespace": "^3.0.0",
3643 "mdast-util-mdx-expression": "^2.0.0",
3644 "mdast-util-mdx-jsx": "^3.0.0",
3645 "mdast-util-mdxjs-esm": "^2.0.0",
3646 "property-information": "^7.0.0",
3647 "space-separated-tokens": "^2.0.0",
3648 "style-to-js": "^1.0.0",
3649 "unist-util-position": "^5.0.0",
3650 "vfile-message": "^4.0.0"
3651 },
3652 "funding": {
3653 "type": "opencollective",
3654 "url": "https://opencollective.com/unified"
3655 }
3656 },
3657 "node_modules/hast-util-to-parse5": {
3658 "version": "8.0.1",
3659 "resolved": "https://registry.npmjs.org/hast-util-to-parse5/-/hast-util-to-parse5-8.0.1.tgz",
3660 "integrity": "sha512-MlWT6Pjt4CG9lFCjiz4BH7l9wmrMkfkJYCxFwKQic8+RTZgWPuWxwAfjJElsXkex7DJjfSJsQIt931ilUgmwdA==",
3661 "license": "MIT",
3662 "dependencies": {
3663 "@types/hast": "^3.0.0",
3664 "comma-separated-tokens": "^2.0.0",
3665 "devlop": "^1.0.0",
3666 "property-information": "^7.0.0",
3667 "space-separated-tokens": "^2.0.0",
3668 "web-namespaces": "^2.0.0",
3669 "zwitch": "^2.0.0"
3670 },
3671 "funding": {
3672 "type": "opencollective",
3673 "url": "https://opencollective.com/unified"
3674 }
3675 },
3676 "node_modules/hast-util-to-string": {
3677 "version": "3.0.1",
3678 "resolved": "https://registry.npmjs.org/hast-util-to-string/-/hast-util-to-string-3.0.1.tgz",
3679 "integrity": "sha512-XelQVTDWvqcl3axRfI0xSeoVKzyIFPwsAGSLIsKdJKQMXDYJS4WYrBNF/8J7RdhIcFI2BOHgAifggsvsxp/3+A==",
3680 "license": "MIT",
3681 "dependencies": {
3682 "@types/hast": "^3.0.0"
3683 },
3684 "funding": {
3685 "type": "opencollective",
3686 "url": "https://opencollective.com/unified"
3687 }
3688 },
3689 "node_modules/hast-util-to-text": {
3690 "version": "4.0.2",
3691 "resolved": "https://registry.npmjs.org/hast-util-to-text/-/hast-util-to-text-4.0.2.tgz",
3692 "integrity": "sha512-KK6y/BN8lbaq654j7JgBydev7wuNMcID54lkRav1P0CaE1e47P72AWWPiGKXTJU271ooYzcvTAn/Zt0REnvc7A==",
3693 "license": "MIT",
3694 "dependencies": {
3695 "@types/hast": "^3.0.0",
3696 "@types/unist": "^3.0.0",
3697 "hast-util-is-element": "^3.0.0",
3698 "unist-util-find-after": "^5.0.0"
3699 },
3700 "funding": {
3701 "type": "opencollective",
3702 "url": "https://opencollective.com/unified"
3703 }
3704 },
3705 "node_modules/hast-util-whitespace": {
3706 "version": "3.0.0",
3707 "resolved": "https://registry.npmjs.org/hast-util-whitespace/-/hast-util-whitespace-3.0.0.tgz",
3708 "integrity": "sha512-88JUN06ipLwsnv+dVn+OIYOvAuvBMy/Qoi6O7mQHxdPXpjy+Cd6xRkWwux7DKO+4sYILtLBRIKgsdpS2gQc7qw==",
3709 "license": "MIT",
3710 "dependencies": {
3711 "@types/hast": "^3.0.0"
3712 },
3713 "funding": {
3714 "type": "opencollective",
3715 "url": "https://opencollective.com/unified"
3716 }
3717 },
3718 "node_modules/hastscript": {
3719 "version": "9.0.1",
3720 "resolved": "https://registry.npmjs.org/hastscript/-/hastscript-9.0.1.tgz",
3721 "integrity": "sha512-g7df9rMFX/SPi34tyGCyUBREQoKkapwdY/T04Qn9TDWfHhAYt4/I0gMVirzK5wEzeUqIjEB+LXC/ypb7Aqno5w==",
3722 "license": "MIT",
3723 "dependencies": {
3724 "@types/hast": "^3.0.0",
3725 "comma-separated-tokens": "^2.0.0",
3726 "hast-util-parse-selector": "^4.0.0",
3727 "property-information": "^7.0.0",
3728 "space-separated-tokens": "^2.0.0"
3729 },
3730 "funding": {
3731 "type": "opencollective",
3732 "url": "https://opencollective.com/unified"
3733 }
3734 },
3735 "node_modules/html-escaper": {
3736 "version": "3.0.3",
3737 "resolved": "https://registry.npmjs.org/html-escaper/-/html-escaper-3.0.3.tgz",
3738 "integrity": "sha512-RuMffC89BOWQoY0WKGpIhn5gX3iI54O6nRA0yC124NYVtzjmFWBIiFd8M0x+ZdX0P9R4lADg1mgP8C7PxGOWuQ==",
3739 "license": "MIT"
3740 },
3741 "node_modules/html-void-elements": {
3742 "version": "3.0.0",
3743 "resolved": "https://registry.npmjs.org/html-void-elements/-/html-void-elements-3.0.0.tgz",
3744 "integrity": "sha512-bEqo66MRXsUGxWHV5IP0PUiAWwoEjba4VCzg0LjFJBpchPaTfyfCKTG6bc5F8ucKec3q5y6qOdGyYTSBEvhCrg==",
3745 "license": "MIT",
3746 "funding": {
3747 "type": "github",
3748 "url": "https://github.com/sponsors/wooorm"
3749 }
3750 },
3751 "node_modules/html-whitespace-sensitive-tag-names": {
3752 "version": "3.0.1",
3753 "resolved": "https://registry.npmjs.org/html-whitespace-sensitive-tag-names/-/html-whitespace-sensitive-tag-names-3.0.1.tgz",
3754 "integrity": "sha512-q+310vW8zmymYHALr1da4HyXUQ0zgiIwIicEfotYPWGN0OJVEN/58IJ3A4GBYcEq3LGAZqKb+ugvP0GNB9CEAA==",
3755 "license": "MIT",
3756 "funding": {
3757 "type": "opencollective",
3758 "url": "https://opencollective.com/unified"
3759 }
3760 },
3761 "node_modules/http-cache-semantics": {
3762 "version": "4.2.0",
3763 "resolved": "https://registry.npmjs.org/http-cache-semantics/-/http-cache-semantics-4.2.0.tgz",
3764 "integrity": "sha512-dTxcvPXqPvXBQpq5dUr6mEMJX4oIEFv6bwom3FDwKRDsuIjjJGANqhBuoAn9c1RQJIdAKav33ED65E2ys+87QQ==",
3765 "license": "BSD-2-Clause"
3766 },
3767 "node_modules/i18next": {
3768 "version": "23.16.8",
3769 "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.16.8.tgz",
3770 "integrity": "sha512-06r/TitrM88Mg5FdUXAKL96dJMzgqLE5dv3ryBAra4KCwD9mJ4ndOTS95ZuymIGoE+2hzfdaMak2X11/es7ZWg==",
3771 "funding": [
3772 {
3773 "type": "individual",
3774 "url": "https://locize.com"
3775 },
3776 {
3777 "type": "individual",
3778 "url": "https://locize.com/i18next.html"
3779 },
3780 {
3781 "type": "individual",
3782 "url": "https://www.i18next.com/how-to/faq#i18next-is-awesome.-how-can-i-support-the-project"
3783 }
3784 ],
3785 "license": "MIT",
3786 "dependencies": {
3787 "@babel/runtime": "^7.23.2"
3788 }
3789 },
3790 "node_modules/import-meta-resolve": {
3791 "version": "4.2.0",
3792 "resolved": "https://registry.npmjs.org/import-meta-resolve/-/import-meta-resolve-4.2.0.tgz",
3793 "integrity": "sha512-Iqv2fzaTQN28s/FwZAoFq0ZSs/7hMAHJVX+w8PZl3cY19Pxk6jFFalxQoIfW2826i/fDLXv8IiEZRIT0lDuWcg==",
3794 "license": "MIT",
3795 "funding": {
3796 "type": "github",
3797 "url": "https://github.com/sponsors/wooorm"
3798 }
3799 },
3800 "node_modules/inline-style-parser": {
3801 "version": "0.2.7",
3802 "resolved": "https://registry.npmjs.org/inline-style-parser/-/inline-style-parser-0.2.7.tgz",
3803 "integrity": "sha512-Nb2ctOyNR8DqQoR0OwRG95uNWIC0C1lCgf5Naz5H6Ji72KZ8OcFZLz2P5sNgwlyoJ8Yif11oMuYs5pBQa86csA==",
3804 "license": "MIT"
3805 },
3806 "node_modules/iron-webcrypto": {
3807 "version": "1.2.1",
3808 "resolved": "https://registry.npmjs.org/iron-webcrypto/-/iron-webcrypto-1.2.1.tgz",
3809 "integrity": "sha512-feOM6FaSr6rEABp/eDfVseKyTMDt+KGpeB35SkVn9Tyn0CqvVsY3EwI0v5i8nMHyJnzCIQf7nsy3p41TPkJZhg==",
3810 "license": "MIT",
3811 "funding": {
3812 "url": "https://github.com/sponsors/brc-dd"
3813 }
3814 },
3815 "node_modules/is-alphabetical": {
3816 "version": "2.0.1",
3817 "resolved": "https://registry.npmjs.org/is-alphabetical/-/is-alphabetical-2.0.1.tgz",
3818 "integrity": "sha512-FWyyY60MeTNyeSRpkM2Iry0G9hpr7/9kD40mD/cGQEuilcZYS4okz8SN2Q6rLCJ8gbCt6fN+rC+6tMGS99LaxQ==",
3819 "license": "MIT",
3820 "funding": {
3821 "type": "github",
3822 "url": "https://github.com/sponsors/wooorm"
3823 }
3824 },
3825 "node_modules/is-alphanumerical": {
3826 "version": "2.0.1",
3827 "resolved": "https://registry.npmjs.org/is-alphanumerical/-/is-alphanumerical-2.0.1.tgz",
3828 "integrity": "sha512-hmbYhX/9MUMF5uh7tOXyK/n0ZvWpad5caBA17GsC6vyuCqaWliRG5K1qS9inmUhEMaOBIW7/whAnSwveW/LtZw==",
3829 "license": "MIT",
3830 "dependencies": {
3831 "is-alphabetical": "^2.0.0",
3832 "is-decimal": "^2.0.0"
3833 },
3834 "funding": {
3835 "type": "github",
3836 "url": "https://github.com/sponsors/wooorm"
3837 }
3838 },
3839 "node_modules/is-binary-path": {
3840 "version": "2.1.0",
3841 "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz",
3842 "integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==",
3843 "dev": true,
3844 "license": "MIT",
3845 "dependencies": {
3846 "binary-extensions": "^2.0.0"
3847 },
3848 "engines": {
3849 "node": ">=8"
3850 }
3851 },
3852 "node_modules/is-core-module": {
3853 "version": "2.16.2",
3854 "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.16.2.tgz",
3855 "integrity": "sha512-evOr8xfXKxE6qSR0hSXL2r3sd7ALj8+7jQEUvPYcm5sgZFdJ+AYzT6yNmJenvIYQBgIGwfwz08sL8zoL7yq2BA==",
3856 "dev": true,
3857 "license": "MIT",
3858 "dependencies": {
3859 "hasown": "^2.0.3"
3860 },
3861 "engines": {
3862 "node": ">= 0.4"
3863 },
3864 "funding": {
3865 "url": "https://github.com/sponsors/ljharb"
3866 }
3867 },
3868 "node_modules/is-decimal": {
3869 "version": "2.0.1",
3870 "resolved": "https://registry.npmjs.org/is-decimal/-/is-decimal-2.0.1.tgz",
3871 "integrity": "sha512-AAB9hiomQs5DXWcRB1rqsxGUstbRroFOPPVAomNk/3XHR5JyEZChOyTWe2oayKnsSsr/kcGqF+z6yuH6HHpN0A==",
3872 "license": "MIT",
3873 "funding": {
3874 "type": "github",
3875 "url": "https://github.com/sponsors/wooorm"
3876 }
3877 },
3878 "node_modules/is-docker": {
3879 "version": "3.0.0",
3880 "resolved": "https://registry.npmjs.org/is-docker/-/is-docker-3.0.0.tgz",
3881 "integrity": "sha512-eljcgEDlEns/7AXFosB5K/2nCM4P7FQPkGc/DWLy5rmFEWvZayGrik1d9/QIY5nJ4f9YsVvBkA6kJpHn9rISdQ==",
3882 "license": "MIT",
3883 "bin": {
3884 "is-docker": "cli.js"
3885 },
3886 "engines": {
3887 "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
3888 },
3889 "funding": {
3890 "url": "https://github.com/sponsors/sindresorhus"
3891 }
3892 },
3893 "node_modules/is-extglob": {
3894 "version": "2.1.1",
3895 "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz",
3896 "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==",
3897 "dev": true,
3898 "license": "MIT",
3899 "engines": {
3900 "node": ">=0.10.0"
3901 }
3902 },
3903 "node_modules/is-fullwidth-code-point": {
3904 "version": "3.0.0",
3905 "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz",
3906 "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==",
3907 "license": "MIT",
3908 "engines": {
3909 "node": ">=8"
3910 }
3911 },
3912 "node_modules/is-glob": {
3913 "version": "4.0.3",
3914 "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz",
3915 "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==",
3916 "dev": true,
3917 "license": "MIT",
3918 "dependencies": {
3919 "is-extglob": "^2.1.1"
3920 },
3921 "engines": {
3922 "node": ">=0.10.0"
3923 }
3924 },
3925 "node_modules/is-hexadecimal": {
3926 "version": "2.0.1",
3927 "resolved": "https://registry.npmjs.org/is-hexadecimal/-/is-hexadecimal-2.0.1.tgz",
3928 "integrity": "sha512-DgZQp241c8oO6cA1SbTEWiXeoxV42vlcJxgH+B3hi1AiqqKruZR3ZGF8In3fj4+/y/7rHvlOZLZtgJ/4ttYGZg==",
3929 "license": "MIT",
3930 "funding": {
3931 "type": "github",
3932 "url": "https://github.com/sponsors/wooorm"
3933 }
3934 },
3935 "node_modules/is-inside-container": {
3936 "version": "1.0.0",
3937 "resolved": "https://registry.npmjs.org/is-inside-container/-/is-inside-container-1.0.0.tgz",
3938 "integrity": "sha512-KIYLCCJghfHZxqjYBE7rEy0OBuTd5xCHS7tHVgvCLkx7StIoaxwNW3hCALgEUjFfeRk+MG/Qxmp/vtETEF3tRA==",
3939 "license": "MIT",
3940 "dependencies": {
3941 "is-docker": "^3.0.0"
3942 },
3943 "bin": {
3944 "is-inside-container": "cli.js"
3945 },
3946 "engines": {
3947 "node": ">=14.16"
3948 },
3949 "funding": {
3950 "url": "https://github.com/sponsors/sindresorhus"
3951 }
3952 },
3953 "node_modules/is-number": {
3954 "version": "7.0.0",
3955 "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz",
3956 "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==",
3957 "dev": true,
3958 "license": "MIT",
3959 "engines": {
3960 "node": ">=0.12.0"
3961 }
3962 },
3963 "node_modules/is-plain-obj": {
3964 "version": "4.1.0",
3965 "resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-4.1.0.tgz",
3966 "integrity": "sha512-+Pgi+vMuUNkJyExiMBt5IlFoMyKnr5zhJ4Uspz58WOhBF5QoIZkFyNHIbBAtHwzVAgk5RtndVNsDRN61/mmDqg==",
3967 "license": "MIT",
3968 "engines": {
3969 "node": ">=12"
3970 },
3971 "funding": {
3972 "url": "https://github.com/sponsors/sindresorhus"
3973 }
3974 },
3975 "node_modules/is-wsl": {
3976 "version": "3.1.1",
3977 "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-3.1.1.tgz",
3978 "integrity": "sha512-e6rvdUCiQCAuumZslxRJWR/Doq4VpPR82kqclvcS0efgt430SlGIk05vdCN58+VrzgtIcfNODjozVielycD4Sw==",
3979 "license": "MIT",
3980 "dependencies": {
3981 "is-inside-container": "^1.0.0"
3982 },
3983 "engines": {
3984 "node": ">=16"
3985 },
3986 "funding": {
3987 "url": "https://github.com/sponsors/sindresorhus"
3988 }
3989 },
3990 "node_modules/jiti": {
3991 "version": "1.21.7",
3992 "resolved": "https://registry.npmjs.org/jiti/-/jiti-1.21.7.tgz",
3993 "integrity": "sha512-/imKNG4EbWNrVjoNC/1H5/9GFy+tqjGBHCaSsN+P2RnPqjsLmv6UD3Ej+Kj8nBWaRAwyk7kK5ZUc+OEatnTR3A==",
3994 "devOptional": true,
3995 "license": "MIT",
3996 "bin": {
3997 "jiti": "bin/jiti.js"
3998 }
3999 },
4000 "node_modules/js-yaml": {
4001 "version": "4.3.0",
4002 "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.3.0.tgz",
4003 "integrity": "sha512-1td788aAnnZ5qs7V2QIRl1owjtYpbKt749Y3xauqQgwIIGF/xXWz1wMTEBx5O3LK3lXLVuqXPdPxj2BoFHaW9Q==",
4004 "funding": [
4005 {
4006 "type": "github",
4007 "url": "https://github.com/sponsors/puzrin"
4008 },
4009 {
4010 "type": "github",
4011 "url": "https://github.com/sponsors/nodeca"
4012 }
4013 ],
4014 "license": "MIT",
4015 "dependencies": {
4016 "argparse": "^2.0.1"
4017 },
4018 "bin": {
4019 "js-yaml": "bin/js-yaml.js"
4020 }
4021 },
4022 "node_modules/kleur": {
4023 "version": "3.0.3",
4024 "resolved": "https://registry.npmjs.org/kleur/-/kleur-3.0.3.tgz",
4025 "integrity": "sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w==",
4026 "license": "MIT",
4027 "engines": {
4028 "node": ">=6"
4029 }
4030 },
4031 "node_modules/klona": {
4032 "version": "2.0.6",
4033 "resolved": "https://registry.npmjs.org/klona/-/klona-2.0.6.tgz",
4034 "integrity": "sha512-dhG34DXATL5hSxJbIexCft8FChFXtmskoZYnoPWjXQuebWYCNkVeV3KkGegCK9CP1oswI/vQibS2GY7Em/sJJA==",
4035 "license": "MIT",
4036 "engines": {
4037 "node": ">= 8"
4038 }
4039 },
4040 "node_modules/lilconfig": {
4041 "version": "3.1.3",
4042 "resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-3.1.3.tgz",
4043 "integrity": "sha512-/vlFKAoH5Cgt3Ie+JLhRbwOsCQePABiU3tJ1egGvyQ+33R/vcwM2Zl2QR/LzjsBeItPt3oSVXapn+m4nQDvpzw==",
4044 "dev": true,
4045 "license": "MIT",
4046 "engines": {
4047 "node": ">=14"
4048 },
4049 "funding": {
4050 "url": "https://github.com/sponsors/antonk52"
4051 }
4052 },
4053 "node_modules/lines-and-columns": {
4054 "version": "1.2.4",
4055 "resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.2.4.tgz",
4056 "integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==",
4057 "dev": true,
4058 "license": "MIT"
4059 },
4060 "node_modules/longest-streak": {
4061 "version": "3.1.0",
4062 "resolved": "https://registry.npmjs.org/longest-streak/-/longest-streak-3.1.0.tgz",
4063 "integrity": "sha512-9Ri+o0JYgehTaVBBDoMqIl8GXtbWg711O3srftcHhZ0dqnETqLaoIK0x17fUw9rFSlK/0NlsKe0Ahhyl5pXE2g==",
4064 "license": "MIT",
4065 "funding": {
4066 "type": "github",
4067 "url": "https://github.com/sponsors/wooorm"
4068 }
4069 },
4070 "node_modules/lru-cache": {
4071 "version": "11.5.2",
4072 "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.5.2.tgz",
4073 "integrity": "sha512-4pfM1Ff0x50o0tQwb5ucw/RzNyD0/YJME6IVcStalZuMWxdt3sR3huStTtxz4PUmvZfRguvDejasvQ2kifR11g==",
4074 "license": "BlueOak-1.0.0",
4075 "engines": {
4076 "node": "20 || >=22"
4077 }
4078 },
4079 "node_modules/lucide-astro": {
4080 "version": "0.545.0",
4081 "resolved": "https://registry.npmjs.org/lucide-astro/-/lucide-astro-0.545.0.tgz",
4082 "integrity": "sha512-KBSQTlW4e+tT6DvWEWcqxWa2WubWdqhLG7/WQgnAawQ29ZAEUfTqo2At9IW9xlrG1k8qrVwzeGQfeumiMsgI6Q==",
4083 "deprecated": "Deprecated: Use `@lucide/astro`",
4084 "license": "MIT",
4085 "peerDependencies": {
4086 "astro": ">=2.7.1"
4087 }
4088 },
4089 "node_modules/magic-string": {
4090 "version": "0.30.21",
4091 "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.21.tgz",
4092 "integrity": "sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==",
4093 "license": "MIT",
4094 "dependencies": {
4095 "@jridgewell/sourcemap-codec": "^1.5.5"
4096 }
4097 },
4098 "node_modules/magicast": {
4099 "version": "0.5.3",
4100 "resolved": "https://registry.npmjs.org/magicast/-/magicast-0.5.3.tgz",
4101 "integrity": "sha512-pVKE4UdSQ7DvHzivsCIFx2BJn1mHG6KsyrFcaxFx6tONdneEuThrDx0Cj3AMg58KyN4pzYT+LHOotxDQDjNvkw==",
4102 "license": "MIT",
4103 "dependencies": {
4104 "@babel/parser": "^7.29.3",
4105 "@babel/types": "^7.29.0",
4106 "source-map-js": "^1.2.1"
4107 }
4108 },
4109 "node_modules/markdown-extensions": {
4110 "version": "2.0.0",
4111 "resolved": "https://registry.npmjs.org/markdown-extensions/-/markdown-extensions-2.0.0.tgz",
4112 "integrity": "sha512-o5vL7aDWatOTX8LzaS1WMoaoxIiLRQJuIKKe2wAw6IeULDHaqbiqiggmx+pKvZDb1Sj+pE46Sn1T7lCqfFtg1Q==",
4113 "license": "MIT",
4114 "engines": {
4115 "node": ">=16"
4116 },
4117 "funding": {
4118 "url": "https://github.com/sponsors/sindresorhus"
4119 }
4120 },
4121 "node_modules/markdown-table": {
4122 "version": "3.0.4",
4123 "resolved": "https://registry.npmjs.org/markdown-table/-/markdown-table-3.0.4.tgz",
4124 "integrity": "sha512-wiYz4+JrLyb/DqW2hkFJxP7Vd7JuTDm77fvbM8VfEQdmSMqcImWeeRbHwZjBjIFki/VaMK2BhFi7oUUZeM5bqw==",
4125 "license": "MIT",
4126 "funding": {
4127 "type": "github",
4128 "url": "https://github.com/sponsors/wooorm"
4129 }
4130 },
4131 "node_modules/mdast-util-definitions": {
4132 "version": "6.0.0",
4133 "resolved": "https://registry.npmjs.org/mdast-util-definitions/-/mdast-util-definitions-6.0.0.tgz",
4134 "integrity": "sha512-scTllyX6pnYNZH/AIp/0ePz6s4cZtARxImwoPJ7kS42n+MnVsI4XbnG6d4ibehRIldYMWM2LD7ImQblVhUejVQ==",
4135 "license": "MIT",
4136 "dependencies": {
4137 "@types/mdast": "^4.0.0",
4138 "@types/unist": "^3.0.0",
4139 "unist-util-visit": "^5.0.0"
4140 },
4141 "funding": {
4142 "type": "opencollective",
4143 "url": "https://opencollective.com/unified"
4144 }
4145 },
4146 "node_modules/mdast-util-directive": {
4147 "version": "3.1.0",
4148 "resolved": "https://registry.npmjs.org/mdast-util-directive/-/mdast-util-directive-3.1.0.tgz",
4149 "integrity": "sha512-I3fNFt+DHmpWCYAT7quoM6lHf9wuqtI+oCOfvILnoicNIqjh5E3dEJWiXuYME2gNe8vl1iMQwyUHa7bgFmak6Q==",
4150 "license": "MIT",
4151 "dependencies": {
4152 "@types/mdast": "^4.0.0",
4153 "@types/unist": "^3.0.0",
4154 "ccount": "^2.0.0",
4155 "devlop": "^1.0.0",
4156 "mdast-util-from-markdown": "^2.0.0",
4157 "mdast-util-to-markdown": "^2.0.0",
4158 "parse-entities": "^4.0.0",
4159 "stringify-entities": "^4.0.0",
4160 "unist-util-visit-parents": "^6.0.0"
4161 },
4162 "funding": {
4163 "type": "opencollective",
4164 "url": "https://opencollective.com/unified"
4165 }
4166 },
4167 "node_modules/mdast-util-find-and-replace": {
4168 "version": "3.0.2",
4169 "resolved": "https://registry.npmjs.org/mdast-util-find-and-replace/-/mdast-util-find-and-replace-3.0.2.tgz",
4170 "integrity": "sha512-Tmd1Vg/m3Xz43afeNxDIhWRtFZgM2VLyaf4vSTYwudTyeuTneoL3qtWMA5jeLyz/O1vDJmmV4QuScFCA2tBPwg==",
4171 "license": "MIT",
4172 "dependencies": {
4173 "@types/mdast": "^4.0.0",
4174 "escape-string-regexp": "^5.0.0",
4175 "unist-util-is": "^6.0.0",
4176 "unist-util-visit-parents": "^6.0.0"
4177 },
4178 "funding": {
4179 "type": "opencollective",
4180 "url": "https://opencollective.com/unified"
4181 }
4182 },
4183 "node_modules/mdast-util-from-markdown": {
4184 "version": "2.0.3",
4185 "resolved": "https://registry.npmjs.org/mdast-util-from-markdown/-/mdast-util-from-markdown-2.0.3.tgz",
4186 "integrity": "sha512-W4mAWTvSlKvf8L6J+VN9yLSqQ9AOAAvHuoDAmPkz4dHf553m5gVj2ejadHJhoJmcmxEnOv6Pa8XJhpxE93kb8Q==",
4187 "license": "MIT",
4188 "dependencies": {
4189 "@types/mdast": "^4.0.0",
4190 "@types/unist": "^3.0.0",
4191 "decode-named-character-reference": "^1.0.0",
4192 "devlop": "^1.0.0",
4193 "mdast-util-to-string": "^4.0.0",
4194 "micromark": "^4.0.0",
4195 "micromark-util-decode-numeric-character-reference": "^2.0.0",
4196 "micromark-util-decode-string": "^2.0.0",
4197 "micromark-util-normalize-identifier": "^2.0.0",
4198 "micromark-util-symbol": "^2.0.0",
4199 "micromark-util-types": "^2.0.0",
4200 "unist-util-stringify-position": "^4.0.0"
4201 },
4202 "funding": {
4203 "type": "opencollective",
4204 "url": "https://opencollective.com/unified"
4205 }
4206 },
4207 "node_modules/mdast-util-gfm": {
4208 "version": "3.1.0",
4209 "resolved": "https://registry.npmjs.org/mdast-util-gfm/-/mdast-util-gfm-3.1.0.tgz",
4210 "integrity": "sha512-0ulfdQOM3ysHhCJ1p06l0b0VKlhU0wuQs3thxZQagjcjPrlFRqY215uZGHHJan9GEAXd9MbfPjFJz+qMkVR6zQ==",
4211 "license": "MIT",
4212 "dependencies": {
4213 "mdast-util-from-markdown": "^2.0.0",
4214 "mdast-util-gfm-autolink-literal": "^2.0.0",
4215 "mdast-util-gfm-footnote": "^2.0.0",
4216 "mdast-util-gfm-strikethrough": "^2.0.0",
4217 "mdast-util-gfm-table": "^2.0.0",
4218 "mdast-util-gfm-task-list-item": "^2.0.0",
4219 "mdast-util-to-markdown": "^2.0.0"
4220 },
4221 "funding": {
4222 "type": "opencollective",
4223 "url": "https://opencollective.com/unified"
4224 }
4225 },
4226 "node_modules/mdast-util-gfm-autolink-literal": {
4227 "version": "2.0.1",
4228 "resolved": "https://registry.npmjs.org/mdast-util-gfm-autolink-literal/-/mdast-util-gfm-autolink-literal-2.0.1.tgz",
4229 "integrity": "sha512-5HVP2MKaP6L+G6YaxPNjuL0BPrq9orG3TsrZ9YXbA3vDw/ACI4MEsnoDpn6ZNm7GnZgtAcONJyPhOP8tNJQavQ==",
4230 "license": "MIT",
4231 "dependencies": {
4232 "@types/mdast": "^4.0.0",
4233 "ccount": "^2.0.0",
4234 "devlop": "^1.0.0",
4235 "mdast-util-find-and-replace": "^3.0.0",
4236 "micromark-util-character": "^2.0.0"
4237 },
4238 "funding": {
4239 "type": "opencollective",
4240 "url": "https://opencollective.com/unified"
4241 }
4242 },
4243 "node_modules/mdast-util-gfm-footnote": {
4244 "version": "2.1.0",
4245 "resolved": "https://registry.npmjs.org/mdast-util-gfm-footnote/-/mdast-util-gfm-footnote-2.1.0.tgz",
4246 "integrity": "sha512-sqpDWlsHn7Ac9GNZQMeUzPQSMzR6Wv0WKRNvQRg0KqHh02fpTz69Qc1QSseNX29bhz1ROIyNyxExfawVKTm1GQ==",
4247 "license": "MIT",
4248 "dependencies": {
4249 "@types/mdast": "^4.0.0",
4250 "devlop": "^1.1.0",
4251 "mdast-util-from-markdown": "^2.0.0",
4252 "mdast-util-to-markdown": "^2.0.0",
4253 "micromark-util-normalize-identifier": "^2.0.0"
4254 },
4255 "funding": {
4256 "type": "opencollective",
4257 "url": "https://opencollective.com/unified"
4258 }
4259 },
4260 "node_modules/mdast-util-gfm-strikethrough": {
4261 "version": "2.0.0",
4262 "resolved": "https://registry.npmjs.org/mdast-util-gfm-strikethrough/-/mdast-util-gfm-strikethrough-2.0.0.tgz",
4263 "integrity": "sha512-mKKb915TF+OC5ptj5bJ7WFRPdYtuHv0yTRxK2tJvi+BDqbkiG7h7u/9SI89nRAYcmap2xHQL9D+QG/6wSrTtXg==",
4264 "license": "MIT",
4265 "dependencies": {
4266 "@types/mdast": "^4.0.0",
4267 "mdast-util-from-markdown": "^2.0.0",
4268 "mdast-util-to-markdown": "^2.0.0"
4269 },
4270 "funding": {
4271 "type": "opencollective",
4272 "url": "https://opencollective.com/unified"
4273 }
4274 },
4275 "node_modules/mdast-util-gfm-table": {
4276 "version": "2.0.0",
4277 "resolved": "https://registry.npmjs.org/mdast-util-gfm-table/-/mdast-util-gfm-table-2.0.0.tgz",
4278 "integrity": "sha512-78UEvebzz/rJIxLvE7ZtDd/vIQ0RHv+3Mh5DR96p7cS7HsBhYIICDBCu8csTNWNO6tBWfqXPWekRuj2FNOGOZg==",
4279 "license": "MIT",
4280 "dependencies": {
4281 "@types/mdast": "^4.0.0",
4282 "devlop": "^1.0.0",
4283 "markdown-table": "^3.0.0",
4284 "mdast-util-from-markdown": "^2.0.0",
4285 "mdast-util-to-markdown": "^2.0.0"
4286 },
4287 "funding": {
4288 "type": "opencollective",
4289 "url": "https://opencollective.com/unified"
4290 }
4291 },
4292 "node_modules/mdast-util-gfm-task-list-item": {
4293 "version": "2.0.0",
4294 "resolved": "https://registry.npmjs.org/mdast-util-gfm-task-list-item/-/mdast-util-gfm-task-list-item-2.0.0.tgz",
4295 "integrity": "sha512-IrtvNvjxC1o06taBAVJznEnkiHxLFTzgonUdy8hzFVeDun0uTjxxrRGVaNFqkU1wJR3RBPEfsxmU6jDWPofrTQ==",
4296 "license": "MIT",
4297 "dependencies": {
4298 "@types/mdast": "^4.0.0",
4299 "devlop": "^1.0.0",
4300 "mdast-util-from-markdown": "^2.0.0",
4301 "mdast-util-to-markdown": "^2.0.0"
4302 },
4303 "funding": {
4304 "type": "opencollective",
4305 "url": "https://opencollective.com/unified"
4306 }
4307 },
4308 "node_modules/mdast-util-mdx": {
4309 "version": "3.0.0",
4310 "resolved": "https://registry.npmjs.org/mdast-util-mdx/-/mdast-util-mdx-3.0.0.tgz",
4311 "integrity": "sha512-JfbYLAW7XnYTTbUsmpu0kdBUVe+yKVJZBItEjwyYJiDJuZ9w4eeaqks4HQO+R7objWgS2ymV60GYpI14Ug554w==",
4312 "license": "MIT",
4313 "dependencies": {
4314 "mdast-util-from-markdown": "^2.0.0",
4315 "mdast-util-mdx-expression": "^2.0.0",
4316 "mdast-util-mdx-jsx": "^3.0.0",
4317 "mdast-util-mdxjs-esm": "^2.0.0",
4318 "mdast-util-to-markdown": "^2.0.0"
4319 },
4320 "funding": {
4321 "type": "opencollective",
4322 "url": "https://opencollective.com/unified"
4323 }
4324 },
4325 "node_modules/mdast-util-mdx-expression": {
4326 "version": "2.0.1",
4327 "resolved": "https://registry.npmjs.org/mdast-util-mdx-expression/-/mdast-util-mdx-expression-2.0.1.tgz",
4328 "integrity": "sha512-J6f+9hUp+ldTZqKRSg7Vw5V6MqjATc+3E4gf3CFNcuZNWD8XdyI6zQ8GqH7f8169MM6P7hMBRDVGnn7oHB9kXQ==",
4329 "license": "MIT",
4330 "dependencies": {
4331 "@types/estree-jsx": "^1.0.0",
4332 "@types/hast": "^3.0.0",
4333 "@types/mdast": "^4.0.0",
4334 "devlop": "^1.0.0",
4335 "mdast-util-from-markdown": "^2.0.0",
4336 "mdast-util-to-markdown": "^2.0.0"
4337 },
4338 "funding": {
4339 "type": "opencollective",
4340 "url": "https://opencollective.com/unified"
4341 }
4342 },
4343 "node_modules/mdast-util-mdx-jsx": {
4344 "version": "3.2.0",
4345 "resolved": "https://registry.npmjs.org/mdast-util-mdx-jsx/-/mdast-util-mdx-jsx-3.2.0.tgz",
4346 "integrity": "sha512-lj/z8v0r6ZtsN/cGNNtemmmfoLAFZnjMbNyLzBafjzikOM+glrjNHPlf6lQDOTccj9n5b0PPihEBbhneMyGs1Q==",
4347 "license": "MIT",
4348 "dependencies": {
4349 "@types/estree-jsx": "^1.0.0",
4350 "@types/hast": "^3.0.0",
4351 "@types/mdast": "^4.0.0",
4352 "@types/unist": "^3.0.0",
4353 "ccount": "^2.0.0",
4354 "devlop": "^1.1.0",
4355 "mdast-util-from-markdown": "^2.0.0",
4356 "mdast-util-to-markdown": "^2.0.0",
4357 "parse-entities": "^4.0.0",
4358 "stringify-entities": "^4.0.0",
4359 "unist-util-stringify-position": "^4.0.0",
4360 "vfile-message": "^4.0.0"
4361 },
4362 "funding": {
4363 "type": "opencollective",
4364 "url": "https://opencollective.com/unified"
4365 }
4366 },
4367 "node_modules/mdast-util-mdxjs-esm": {
4368 "version": "2.0.1",
4369 "resolved": "https://registry.npmjs.org/mdast-util-mdxjs-esm/-/mdast-util-mdxjs-esm-2.0.1.tgz",
4370 "integrity": "sha512-EcmOpxsZ96CvlP03NghtH1EsLtr0n9Tm4lPUJUBccV9RwUOneqSycg19n5HGzCf+10LozMRSObtVr3ee1WoHtg==",
4371 "license": "MIT",
4372 "dependencies": {
4373 "@types/estree-jsx": "^1.0.0",
4374 "@types/hast": "^3.0.0",
4375 "@types/mdast": "^4.0.0",
4376 "devlop": "^1.0.0",
4377 "mdast-util-from-markdown": "^2.0.0",
4378 "mdast-util-to-markdown": "^2.0.0"
4379 },
4380 "funding": {
4381 "type": "opencollective",
4382 "url": "https://opencollective.com/unified"
4383 }
4384 },
4385 "node_modules/mdast-util-phrasing": {
4386 "version": "4.1.0",
4387 "resolved": "https://registry.npmjs.org/mdast-util-phrasing/-/mdast-util-phrasing-4.1.0.tgz",
4388 "integrity": "sha512-TqICwyvJJpBwvGAMZjj4J2n0X8QWp21b9l0o7eXyVJ25YNWYbJDVIyD1bZXE6WtV6RmKJVYmQAKWa0zWOABz2w==",
4389 "license": "MIT",
4390 "dependencies": {
4391 "@types/mdast": "^4.0.0",
4392 "unist-util-is": "^6.0.0"
4393 },
4394 "funding": {
4395 "type": "opencollective",
4396 "url": "https://opencollective.com/unified"
4397 }
4398 },
4399 "node_modules/mdast-util-to-hast": {
4400 "version": "13.2.1",
4401 "resolved": "https://registry.npmjs.org/mdast-util-to-hast/-/mdast-util-to-hast-13.2.1.tgz",
4402 "integrity": "sha512-cctsq2wp5vTsLIcaymblUriiTcZd0CwWtCbLvrOzYCDZoWyMNV8sZ7krj09FSnsiJi3WVsHLM4k6Dq/yaPyCXA==",
4403 "license": "MIT",
4404 "dependencies": {
4405 "@types/hast": "^3.0.0",
4406 "@types/mdast": "^4.0.0",
4407 "@ungap/structured-clone": "^1.0.0",
4408 "devlop": "^1.0.0",
4409 "micromark-util-sanitize-uri": "^2.0.0",
4410 "trim-lines": "^3.0.0",
4411 "unist-util-position": "^5.0.0",
4412 "unist-util-visit": "^5.0.0",
4413 "vfile": "^6.0.0"
4414 },
4415 "funding": {
4416 "type": "opencollective",
4417 "url": "https://opencollective.com/unified"
4418 }
4419 },
4420 "node_modules/mdast-util-to-markdown": {
4421 "version": "2.1.2",
4422 "resolved": "https://registry.npmjs.org/mdast-util-to-markdown/-/mdast-util-to-markdown-2.1.2.tgz",
4423 "integrity": "sha512-xj68wMTvGXVOKonmog6LwyJKrYXZPvlwabaryTjLh9LuvovB/KAH+kvi8Gjj+7rJjsFi23nkUxRQv1KqSroMqA==",
4424 "license": "MIT",
4425 "dependencies": {
4426 "@types/mdast": "^4.0.0",
4427 "@types/unist": "^3.0.0",
4428 "longest-streak": "^3.0.0",
4429 "mdast-util-phrasing": "^4.0.0",
4430 "mdast-util-to-string": "^4.0.0",
4431 "micromark-util-classify-character": "^2.0.0",
4432 "micromark-util-decode-string": "^2.0.0",
4433 "unist-util-visit": "^5.0.0",
4434 "zwitch": "^2.0.0"
4435 },
4436 "funding": {
4437 "type": "opencollective",
4438 "url": "https://opencollective.com/unified"
4439 }
4440 },
4441 "node_modules/mdast-util-to-string": {
4442 "version": "4.0.0",
4443 "resolved": "https://registry.npmjs.org/mdast-util-to-string/-/mdast-util-to-string-4.0.0.tgz",
4444 "integrity": "sha512-0H44vDimn51F0YwvxSJSm0eCDOJTRlmN0R1yBh4HLj9wiV1Dn0QoXGbvFAWj2hSItVTlCmBF1hqKlIyUBVFLPg==",
4445 "license": "MIT",
4446 "dependencies": {
4447 "@types/mdast": "^4.0.0"
4448 },
4449 "funding": {
4450 "type": "opencollective",
4451 "url": "https://opencollective.com/unified"
4452 }
4453 },
4454 "node_modules/mdn-data": {
4455 "version": "2.27.1",
4456 "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.27.1.tgz",
4457 "integrity": "sha512-9Yubnt3e8A0OKwxYSXyhLymGW4sCufcLG6VdiDdUGVkPhpqLxlvP5vl1983gQjJl3tqbrM731mjaZaP68AgosQ==",
4458 "license": "CC0-1.0"
4459 },
4460 "node_modules/merge2": {
4461 "version": "1.4.1",
4462 "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz",
4463 "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==",
4464 "dev": true,
4465 "license": "MIT",
4466 "engines": {
4467 "node": ">= 8"
4468 }
4469 },
4470 "node_modules/micromark": {
4471 "version": "4.0.2",
4472 "resolved": "https://registry.npmjs.org/micromark/-/micromark-4.0.2.tgz",
4473 "integrity": "sha512-zpe98Q6kvavpCr1NPVSCMebCKfD7CA2NqZ+rykeNhONIJBpc1tFKt9hucLGwha3jNTNI8lHpctWJWoimVF4PfA==",
4474 "funding": [
4475 {
4476 "type": "GitHub Sponsors",
4477 "url": "https://github.com/sponsors/unifiedjs"
4478 },
4479 {
4480 "type": "OpenCollective",
4481 "url": "https://opencollective.com/unified"
4482 }
4483 ],
4484 "license": "MIT",
4485 "dependencies": {
4486 "@types/debug": "^4.0.0",
4487 "debug": "^4.0.0",
4488 "decode-named-character-reference": "^1.0.0",
4489 "devlop": "^1.0.0",
4490 "micromark-core-commonmark": "^2.0.0",
4491 "micromark-factory-space": "^2.0.0",
4492 "micromark-util-character": "^2.0.0",
4493 "micromark-util-chunked": "^2.0.0",
4494 "micromark-util-combine-extensions": "^2.0.0",
4495 "micromark-util-decode-numeric-character-reference": "^2.0.0",
4496 "micromark-util-encode": "^2.0.0",
4497 "micromark-util-normalize-identifier": "^2.0.0",
4498 "micromark-util-resolve-all": "^2.0.0",
4499 "micromark-util-sanitize-uri": "^2.0.0",
4500 "micromark-util-subtokenize": "^2.0.0",
4501 "micromark-util-symbol": "^2.0.0",
4502 "micromark-util-types": "^2.0.0"
4503 }
4504 },
4505 "node_modules/micromark-core-commonmark": {
4506 "version": "2.0.3",
4507 "resolved": "https://registry.npmjs.org/micromark-core-commonmark/-/micromark-core-commonmark-2.0.3.tgz",
4508 "integrity": "sha512-RDBrHEMSxVFLg6xvnXmb1Ayr2WzLAWjeSATAoxwKYJV94TeNavgoIdA0a9ytzDSVzBy2YKFK+emCPOEibLeCrg==",
4509 "funding": [
4510 {
4511 "type": "GitHub Sponsors",
4512 "url": "https://github.com/sponsors/unifiedjs"
4513 },
4514 {
4515 "type": "OpenCollective",
4516 "url": "https://opencollective.com/unified"
4517 }
4518 ],
4519 "license": "MIT",
4520 "dependencies": {
4521 "decode-named-character-reference": "^1.0.0",
4522 "devlop": "^1.0.0",
4523 "micromark-factory-destination": "^2.0.0",
4524 "micromark-factory-label": "^2.0.0",
4525 "micromark-factory-space": "^2.0.0",
4526 "micromark-factory-title": "^2.0.0",
4527 "micromark-factory-whitespace": "^2.0.0",
4528 "micromark-util-character": "^2.0.0",
4529 "micromark-util-chunked": "^2.0.0",
4530 "micromark-util-classify-character": "^2.0.0",
4531 "micromark-util-html-tag-name": "^2.0.0",
4532 "micromark-util-normalize-identifier": "^2.0.0",
4533 "micromark-util-resolve-all": "^2.0.0",
4534 "micromark-util-subtokenize": "^2.0.0",
4535 "micromark-util-symbol": "^2.0.0",
4536 "micromark-util-types": "^2.0.0"
4537 }
4538 },
4539 "node_modules/micromark-extension-directive": {
4540 "version": "3.0.2",
4541 "resolved": "https://registry.npmjs.org/micromark-extension-directive/-/micromark-extension-directive-3.0.2.tgz",
4542 "integrity": "sha512-wjcXHgk+PPdmvR58Le9d7zQYWy+vKEU9Se44p2CrCDPiLr2FMyiT4Fyb5UFKFC66wGB3kPlgD7q3TnoqPS7SZA==",
4543 "license": "MIT",
4544 "dependencies": {
4545 "devlop": "^1.0.0",
4546 "micromark-factory-space": "^2.0.0",
4547 "micromark-factory-whitespace": "^2.0.0",
4548 "micromark-util-character": "^2.0.0",
4549 "micromark-util-symbol": "^2.0.0",
4550 "micromark-util-types": "^2.0.0",
4551 "parse-entities": "^4.0.0"
4552 },
4553 "funding": {
4554 "type": "opencollective",
4555 "url": "https://opencollective.com/unified"
4556 }
4557 },
4558 "node_modules/micromark-extension-gfm": {
4559 "version": "3.0.0",
4560 "resolved": "https://registry.npmjs.org/micromark-extension-gfm/-/micromark-extension-gfm-3.0.0.tgz",
4561 "integrity": "sha512-vsKArQsicm7t0z2GugkCKtZehqUm31oeGBV/KVSorWSy8ZlNAv7ytjFhvaryUiCUJYqs+NoE6AFhpQvBTM6Q4w==",
4562 "license": "MIT",
4563 "dependencies": {
4564 "micromark-extension-gfm-autolink-literal": "^2.0.0",
4565 "micromark-extension-gfm-footnote": "^2.0.0",
4566 "micromark-extension-gfm-strikethrough": "^2.0.0",
4567 "micromark-extension-gfm-table": "^2.0.0",
4568 "micromark-extension-gfm-tagfilter": "^2.0.0",
4569 "micromark-extension-gfm-task-list-item": "^2.0.0",
4570 "micromark-util-combine-extensions": "^2.0.0",
4571 "micromark-util-types": "^2.0.0"
4572 },
4573 "funding": {
4574 "type": "opencollective",
4575 "url": "https://opencollective.com/unified"
4576 }
4577 },
4578 "node_modules/micromark-extension-gfm-autolink-literal": {
4579 "version": "2.1.0",
4580 "resolved": "https://registry.npmjs.org/micromark-extension-gfm-autolink-literal/-/micromark-extension-gfm-autolink-literal-2.1.0.tgz",
4581 "integrity": "sha512-oOg7knzhicgQ3t4QCjCWgTmfNhvQbDDnJeVu9v81r7NltNCVmhPy1fJRX27pISafdjL+SVc4d3l48Gb6pbRypw==",
4582 "license": "MIT",
4583 "dependencies": {
4584 "micromark-util-character": "^2.0.0",
4585 "micromark-util-sanitize-uri": "^2.0.0",
4586 "micromark-util-symbol": "^2.0.0",
4587 "micromark-util-types": "^2.0.0"
4588 },
4589 "funding": {
4590 "type": "opencollective",
4591 "url": "https://opencollective.com/unified"
4592 }
4593 },
4594 "node_modules/micromark-extension-gfm-footnote": {
4595 "version": "2.1.0",
4596 "resolved": "https://registry.npmjs.org/micromark-extension-gfm-footnote/-/micromark-extension-gfm-footnote-2.1.0.tgz",
4597 "integrity": "sha512-/yPhxI1ntnDNsiHtzLKYnE3vf9JZ6cAisqVDauhp4CEHxlb4uoOTxOCJ+9s51bIB8U1N1FJ1RXOKTIlD5B/gqw==",
4598 "license": "MIT",
4599 "dependencies": {
4600 "devlop": "^1.0.0",
4601 "micromark-core-commonmark": "^2.0.0",
4602 "micromark-factory-space": "^2.0.0",
4603 "micromark-util-character": "^2.0.0",
4604 "micromark-util-normalize-identifier": "^2.0.0",
4605 "micromark-util-sanitize-uri": "^2.0.0",
4606 "micromark-util-symbol": "^2.0.0",
4607 "micromark-util-types": "^2.0.0"
4608 },
4609 "funding": {
4610 "type": "opencollective",
4611 "url": "https://opencollective.com/unified"
4612 }
4613 },
4614 "node_modules/micromark-extension-gfm-strikethrough": {
4615 "version": "2.1.0",
4616 "resolved": "https://registry.npmjs.org/micromark-extension-gfm-strikethrough/-/micromark-extension-gfm-strikethrough-2.1.0.tgz",
4617 "integrity": "sha512-ADVjpOOkjz1hhkZLlBiYA9cR2Anf8F4HqZUO6e5eDcPQd0Txw5fxLzzxnEkSkfnD0wziSGiv7sYhk/ktvbf1uw==",
4618 "license": "MIT",
4619 "dependencies": {
4620 "devlop": "^1.0.0",
4621 "micromark-util-chunked": "^2.0.0",
4622 "micromark-util-classify-character": "^2.0.0",
4623 "micromark-util-resolve-all": "^2.0.0",
4624 "micromark-util-symbol": "^2.0.0",
4625 "micromark-util-types": "^2.0.0"
4626 },
4627 "funding": {
4628 "type": "opencollective",
4629 "url": "https://opencollective.com/unified"
4630 }
4631 },
4632 "node_modules/micromark-extension-gfm-table": {
4633 "version": "2.1.1",
4634 "resolved": "https://registry.npmjs.org/micromark-extension-gfm-table/-/micromark-extension-gfm-table-2.1.1.tgz",
4635 "integrity": "sha512-t2OU/dXXioARrC6yWfJ4hqB7rct14e8f7m0cbI5hUmDyyIlwv5vEtooptH8INkbLzOatzKuVbQmAYcbWoyz6Dg==",
4636 "license": "MIT",
4637 "dependencies": {
4638 "devlop": "^1.0.0",
4639 "micromark-factory-space": "^2.0.0",
4640 "micromark-util-character": "^2.0.0",
4641 "micromark-util-symbol": "^2.0.0",
4642 "micromark-util-types": "^2.0.0"
4643 },
4644 "funding": {
4645 "type": "opencollective",
4646 "url": "https://opencollective.com/unified"
4647 }
4648 },
4649 "node_modules/micromark-extension-gfm-tagfilter": {
4650 "version": "2.0.0",
4651 "resolved": "https://registry.npmjs.org/micromark-extension-gfm-tagfilter/-/micromark-extension-gfm-tagfilter-2.0.0.tgz",
4652 "integrity": "sha512-xHlTOmuCSotIA8TW1mDIM6X2O1SiX5P9IuDtqGonFhEK0qgRI4yeC6vMxEV2dgyr2TiD+2PQ10o+cOhdVAcwfg==",
4653 "license": "MIT",
4654 "dependencies": {
4655 "micromark-util-types": "^2.0.0"
4656 },
4657 "funding": {
4658 "type": "opencollective",
4659 "url": "https://opencollective.com/unified"
4660 }
4661 },
4662 "node_modules/micromark-extension-gfm-task-list-item": {
4663 "version": "2.1.0",
4664 "resolved": "https://registry.npmjs.org/micromark-extension-gfm-task-list-item/-/micromark-extension-gfm-task-list-item-2.1.0.tgz",
4665 "integrity": "sha512-qIBZhqxqI6fjLDYFTBIa4eivDMnP+OZqsNwmQ3xNLE4Cxwc+zfQEfbs6tzAo2Hjq+bh6q5F+Z8/cksrLFYWQQw==",
4666 "license": "MIT",
4667 "dependencies": {
4668 "devlop": "^1.0.0",
4669 "micromark-factory-space": "^2.0.0",
4670 "micromark-util-character": "^2.0.0",
4671 "micromark-util-symbol": "^2.0.0",
4672 "micromark-util-types": "^2.0.0"
4673 },
4674 "funding": {
4675 "type": "opencollective",
4676 "url": "https://opencollective.com/unified"
4677 }
4678 },
4679 "node_modules/micromark-extension-mdx-expression": {
4680 "version": "3.0.1",
4681 "resolved": "https://registry.npmjs.org/micromark-extension-mdx-expression/-/micromark-extension-mdx-expression-3.0.1.tgz",
4682 "integrity": "sha512-dD/ADLJ1AeMvSAKBwO22zG22N4ybhe7kFIZ3LsDI0GlsNr2A3KYxb0LdC1u5rj4Nw+CHKY0RVdnHX8vj8ejm4Q==",
4683 "funding": [
4684 {
4685 "type": "GitHub Sponsors",
4686 "url": "https://github.com/sponsors/unifiedjs"
4687 },
4688 {
4689 "type": "OpenCollective",
4690 "url": "https://opencollective.com/unified"
4691 }
4692 ],
4693 "license": "MIT",
4694 "dependencies": {
4695 "@types/estree": "^1.0.0",
4696 "devlop": "^1.0.0",
4697 "micromark-factory-mdx-expression": "^2.0.0",
4698 "micromark-factory-space": "^2.0.0",
4699 "micromark-util-character": "^2.0.0",
4700 "micromark-util-events-to-acorn": "^2.0.0",
4701 "micromark-util-symbol": "^2.0.0",
4702 "micromark-util-types": "^2.0.0"
4703 }
4704 },
4705 "node_modules/micromark-extension-mdx-jsx": {
4706 "version": "3.0.2",
4707 "resolved": "https://registry.npmjs.org/micromark-extension-mdx-jsx/-/micromark-extension-mdx-jsx-3.0.2.tgz",
4708 "integrity": "sha512-e5+q1DjMh62LZAJOnDraSSbDMvGJ8x3cbjygy2qFEi7HCeUT4BDKCvMozPozcD6WmOt6sVvYDNBKhFSz3kjOVQ==",
4709 "license": "MIT",
4710 "dependencies": {
4711 "@types/estree": "^1.0.0",
4712 "devlop": "^1.0.0",
4713 "estree-util-is-identifier-name": "^3.0.0",
4714 "micromark-factory-mdx-expression": "^2.0.0",
4715 "micromark-factory-space": "^2.0.0",
4716 "micromark-util-character": "^2.0.0",
4717 "micromark-util-events-to-acorn": "^2.0.0",
4718 "micromark-util-symbol": "^2.0.0",
4719 "micromark-util-types": "^2.0.0",
4720 "vfile-message": "^4.0.0"
4721 },
4722 "funding": {
4723 "type": "opencollective",
4724 "url": "https://opencollective.com/unified"
4725 }
4726 },
4727 "node_modules/micromark-extension-mdx-md": {
4728 "version": "2.0.0",
4729 "resolved": "https://registry.npmjs.org/micromark-extension-mdx-md/-/micromark-extension-mdx-md-2.0.0.tgz",
4730 "integrity": "sha512-EpAiszsB3blw4Rpba7xTOUptcFeBFi+6PY8VnJ2hhimH+vCQDirWgsMpz7w1XcZE7LVrSAUGb9VJpG9ghlYvYQ==",
4731 "license": "MIT",
4732 "dependencies": {
4733 "micromark-util-types": "^2.0.0"
4734 },
4735 "funding": {
4736 "type": "opencollective",
4737 "url": "https://opencollective.com/unified"
4738 }
4739 },
4740 "node_modules/micromark-extension-mdxjs": {
4741 "version": "3.0.0",
4742 "resolved": "https://registry.npmjs.org/micromark-extension-mdxjs/-/micromark-extension-mdxjs-3.0.0.tgz",
4743 "integrity": "sha512-A873fJfhnJ2siZyUrJ31l34Uqwy4xIFmvPY1oj+Ean5PHcPBYzEsvqvWGaWcfEIr11O5Dlw3p2y0tZWpKHDejQ==",
4744 "license": "MIT",
4745 "dependencies": {
4746 "acorn": "^8.0.0",
4747 "acorn-jsx": "^5.0.0",
4748 "micromark-extension-mdx-expression": "^3.0.0",
4749 "micromark-extension-mdx-jsx": "^3.0.0",
4750 "micromark-extension-mdx-md": "^2.0.0",
4751 "micromark-extension-mdxjs-esm": "^3.0.0",
4752 "micromark-util-combine-extensions": "^2.0.0",
4753 "micromark-util-types": "^2.0.0"
4754 },
4755 "funding": {
4756 "type": "opencollective",
4757 "url": "https://opencollective.com/unified"
4758 }
4759 },
4760 "node_modules/micromark-extension-mdxjs-esm": {
4761 "version": "3.0.0",
4762 "resolved": "https://registry.npmjs.org/micromark-extension-mdxjs-esm/-/micromark-extension-mdxjs-esm-3.0.0.tgz",
4763 "integrity": "sha512-DJFl4ZqkErRpq/dAPyeWp15tGrcrrJho1hKK5uBS70BCtfrIFg81sqcTVu3Ta+KD1Tk5vAtBNElWxtAa+m8K9A==",
4764 "license": "MIT",
4765 "dependencies": {
4766 "@types/estree": "^1.0.0",
4767 "devlop": "^1.0.0",
4768 "micromark-core-commonmark": "^2.0.0",
4769 "micromark-util-character": "^2.0.0",
4770 "micromark-util-events-to-acorn": "^2.0.0",
4771 "micromark-util-symbol": "^2.0.0",
4772 "micromark-util-types": "^2.0.0",
4773 "unist-util-position-from-estree": "^2.0.0",
4774 "vfile-message": "^4.0.0"
4775 },
4776 "funding": {
4777 "type": "opencollective",
4778 "url": "https://opencollective.com/unified"
4779 }
4780 },
4781 "node_modules/micromark-factory-destination": {
4782 "version": "2.0.1",
4783 "resolved": "https://registry.npmjs.org/micromark-factory-destination/-/micromark-factory-destination-2.0.1.tgz",
4784 "integrity": "sha512-Xe6rDdJlkmbFRExpTOmRj9N3MaWmbAgdpSrBQvCFqhezUn4AHqJHbaEnfbVYYiexVSs//tqOdY/DxhjdCiJnIA==",
4785 "funding": [
4786 {
4787 "type": "GitHub Sponsors",
4788 "url": "https://github.com/sponsors/unifiedjs"
4789 },
4790 {
4791 "type": "OpenCollective",
4792 "url": "https://opencollective.com/unified"
4793 }
4794 ],
4795 "license": "MIT",
4796 "dependencies": {
4797 "micromark-util-character": "^2.0.0",
4798 "micromark-util-symbol": "^2.0.0",
4799 "micromark-util-types": "^2.0.0"
4800 }
4801 },
4802 "node_modules/micromark-factory-label": {
4803 "version": "2.0.1",
4804 "resolved": "https://registry.npmjs.org/micromark-factory-label/-/micromark-factory-label-2.0.1.tgz",
4805 "integrity": "sha512-VFMekyQExqIW7xIChcXn4ok29YE3rnuyveW3wZQWWqF4Nv9Wk5rgJ99KzPvHjkmPXF93FXIbBp6YdW3t71/7Vg==",
4806 "funding": [
4807 {
4808 "type": "GitHub Sponsors",
4809 "url": "https://github.com/sponsors/unifiedjs"
4810 },
4811 {
4812 "type": "OpenCollective",
4813 "url": "https://opencollective.com/unified"
4814 }
4815 ],
4816 "license": "MIT",
4817 "dependencies": {
4818 "devlop": "^1.0.0",
4819 "micromark-util-character": "^2.0.0",
4820 "micromark-util-symbol": "^2.0.0",
4821 "micromark-util-types": "^2.0.0"
4822 }
4823 },
4824 "node_modules/micromark-factory-mdx-expression": {
4825 "version": "2.0.3",
4826 "resolved": "https://registry.npmjs.org/micromark-factory-mdx-expression/-/micromark-factory-mdx-expression-2.0.3.tgz",
4827 "integrity": "sha512-kQnEtA3vzucU2BkrIa8/VaSAsP+EJ3CKOvhMuJgOEGg9KDC6OAY6nSnNDVRiVNRqj7Y4SlSzcStaH/5jge8JdQ==",
4828 "funding": [
4829 {
4830 "type": "GitHub Sponsors",
4831 "url": "https://github.com/sponsors/unifiedjs"
4832 },
4833 {
4834 "type": "OpenCollective",
4835 "url": "https://opencollective.com/unified"
4836 }
4837 ],
4838 "license": "MIT",
4839 "dependencies": {
4840 "@types/estree": "^1.0.0",
4841 "devlop": "^1.0.0",
4842 "micromark-factory-space": "^2.0.0",
4843 "micromark-util-character": "^2.0.0",
4844 "micromark-util-events-to-acorn": "^2.0.0",
4845 "micromark-util-symbol": "^2.0.0",
4846 "micromark-util-types": "^2.0.0",
4847 "unist-util-position-from-estree": "^2.0.0",
4848 "vfile-message": "^4.0.0"
4849 }
4850 },
4851 "node_modules/micromark-factory-space": {
4852 "version": "2.0.1",
4853 "resolved": "https://registry.npmjs.org/micromark-factory-space/-/micromark-factory-space-2.0.1.tgz",
4854 "integrity": "sha512-zRkxjtBxxLd2Sc0d+fbnEunsTj46SWXgXciZmHq0kDYGnck/ZSGj9/wULTV95uoeYiK5hRXP2mJ98Uo4cq/LQg==",
4855 "funding": [
4856 {
4857 "type": "GitHub Sponsors",
4858 "url": "https://github.com/sponsors/unifiedjs"
4859 },
4860 {
4861 "type": "OpenCollective",
4862 "url": "https://opencollective.com/unified"
4863 }
4864 ],
4865 "license": "MIT",
4866 "dependencies": {
4867 "micromark-util-character": "^2.0.0",
4868 "micromark-util-types": "^2.0.0"
4869 }
4870 },
4871 "node_modules/micromark-factory-title": {
4872 "version": "2.0.1",
4873 "resolved": "https://registry.npmjs.org/micromark-factory-title/-/micromark-factory-title-2.0.1.tgz",
4874 "integrity": "sha512-5bZ+3CjhAd9eChYTHsjy6TGxpOFSKgKKJPJxr293jTbfry2KDoWkhBb6TcPVB4NmzaPhMs1Frm9AZH7OD4Cjzw==",
4875 "funding": [
4876 {
4877 "type": "GitHub Sponsors",
4878 "url": "https://github.com/sponsors/unifiedjs"
4879 },
4880 {
4881 "type": "OpenCollective",
4882 "url": "https://opencollective.com/unified"
4883 }
4884 ],
4885 "license": "MIT",
4886 "dependencies": {
4887 "micromark-factory-space": "^2.0.0",
4888 "micromark-util-character": "^2.0.0",
4889 "micromark-util-symbol": "^2.0.0",
4890 "micromark-util-types": "^2.0.0"
4891 }
4892 },
4893 "node_modules/micromark-factory-whitespace": {
4894 "version": "2.0.1",
4895 "resolved": "https://registry.npmjs.org/micromark-factory-whitespace/-/micromark-factory-whitespace-2.0.1.tgz",
4896 "integrity": "sha512-Ob0nuZ3PKt/n0hORHyvoD9uZhr+Za8sFoP+OnMcnWK5lngSzALgQYKMr9RJVOWLqQYuyn6ulqGWSXdwf6F80lQ==",
4897 "funding": [
4898 {
4899 "type": "GitHub Sponsors",
4900 "url": "https://github.com/sponsors/unifiedjs"
4901 },
4902 {
4903 "type": "OpenCollective",
4904 "url": "https://opencollective.com/unified"
4905 }
4906 ],
4907 "license": "MIT",
4908 "dependencies": {
4909 "micromark-factory-space": "^2.0.0",
4910 "micromark-util-character": "^2.0.0",
4911 "micromark-util-symbol": "^2.0.0",
4912 "micromark-util-types": "^2.0.0"
4913 }
4914 },
4915 "node_modules/micromark-util-character": {
4916 "version": "2.1.1",
4917 "resolved": "https://registry.npmjs.org/micromark-util-character/-/micromark-util-character-2.1.1.tgz",
4918 "integrity": "sha512-wv8tdUTJ3thSFFFJKtpYKOYiGP2+v96Hvk4Tu8KpCAsTMs6yi+nVmGh1syvSCsaxz45J6Jbw+9DD6g97+NV67Q==",
4919 "funding": [
4920 {
4921 "type": "GitHub Sponsors",
4922 "url": "https://github.com/sponsors/unifiedjs"
4923 },
4924 {
4925 "type": "OpenCollective",
4926 "url": "https://opencollective.com/unified"
4927 }
4928 ],
4929 "license": "MIT",
4930 "dependencies": {
4931 "micromark-util-symbol": "^2.0.0",
4932 "micromark-util-types": "^2.0.0"
4933 }
4934 },
4935 "node_modules/micromark-util-chunked": {
4936 "version": "2.0.1",
4937 "resolved": "https://registry.npmjs.org/micromark-util-chunked/-/micromark-util-chunked-2.0.1.tgz",
4938 "integrity": "sha512-QUNFEOPELfmvv+4xiNg2sRYeS/P84pTW0TCgP5zc9FpXetHY0ab7SxKyAQCNCc1eK0459uoLI1y5oO5Vc1dbhA==",
4939 "funding": [
4940 {
4941 "type": "GitHub Sponsors",
4942 "url": "https://github.com/sponsors/unifiedjs"
4943 },
4944 {
4945 "type": "OpenCollective",
4946 "url": "https://opencollective.com/unified"
4947 }
4948 ],
4949 "license": "MIT",
4950 "dependencies": {
4951 "micromark-util-symbol": "^2.0.0"
4952 }
4953 },
4954 "node_modules/micromark-util-classify-character": {
4955 "version": "2.0.1",
4956 "resolved": "https://registry.npmjs.org/micromark-util-classify-character/-/micromark-util-classify-character-2.0.1.tgz",
4957 "integrity": "sha512-K0kHzM6afW/MbeWYWLjoHQv1sgg2Q9EccHEDzSkxiP/EaagNzCm7T/WMKZ3rjMbvIpvBiZgwR3dKMygtA4mG1Q==",
4958 "funding": [
4959 {
4960 "type": "GitHub Sponsors",
4961 "url": "https://github.com/sponsors/unifiedjs"
4962 },
4963 {
4964 "type": "OpenCollective",
4965 "url": "https://opencollective.com/unified"
4966 }
4967 ],
4968 "license": "MIT",
4969 "dependencies": {
4970 "micromark-util-character": "^2.0.0",
4971 "micromark-util-symbol": "^2.0.0",
4972 "micromark-util-types": "^2.0.0"
4973 }
4974 },
4975 "node_modules/micromark-util-combine-extensions": {
4976 "version": "2.0.1",
4977 "resolved": "https://registry.npmjs.org/micromark-util-combine-extensions/-/micromark-util-combine-extensions-2.0.1.tgz",
4978 "integrity": "sha512-OnAnH8Ujmy59JcyZw8JSbK9cGpdVY44NKgSM7E9Eh7DiLS2E9RNQf0dONaGDzEG9yjEl5hcqeIsj4hfRkLH/Bg==",
4979 "funding": [
4980 {
4981 "type": "GitHub Sponsors",
4982 "url": "https://github.com/sponsors/unifiedjs"
4983 },
4984 {
4985 "type": "OpenCollective",
4986 "url": "https://opencollective.com/unified"
4987 }
4988 ],
4989 "license": "MIT",
4990 "dependencies": {
4991 "micromark-util-chunked": "^2.0.0",
4992 "micromark-util-types": "^2.0.0"
4993 }
4994 },
4995 "node_modules/micromark-util-decode-numeric-character-reference": {
4996 "version": "2.0.2",
4997 "resolved": "https://registry.npmjs.org/micromark-util-decode-numeric-character-reference/-/micromark-util-decode-numeric-character-reference-2.0.2.tgz",
4998 "integrity": "sha512-ccUbYk6CwVdkmCQMyr64dXz42EfHGkPQlBj5p7YVGzq8I7CtjXZJrubAYezf7Rp+bjPseiROqe7G6foFd+lEuw==",
4999 "funding": [
5000 {
5001 "type": "GitHub Sponsors",
5002 "url": "https://github.com/sponsors/unifiedjs"
5003 },
5004 {
5005 "type": "OpenCollective",
5006 "url": "https://opencollective.com/unified"
5007 }
5008 ],
5009 "license": "MIT",
5010 "dependencies": {
5011 "micromark-util-symbol": "^2.0.0"
5012 }
5013 },
5014 "node_modules/micromark-util-decode-string": {
5015 "version": "2.0.1",
5016 "resolved": "https://registry.npmjs.org/micromark-util-decode-string/-/micromark-util-decode-string-2.0.1.tgz",
5017 "integrity": "sha512-nDV/77Fj6eH1ynwscYTOsbK7rR//Uj0bZXBwJZRfaLEJ1iGBR6kIfNmlNqaqJf649EP0F3NWNdeJi03elllNUQ==",
5018 "funding": [
5019 {
5020 "type": "GitHub Sponsors",
5021 "url": "https://github.com/sponsors/unifiedjs"
5022 },
5023 {
5024 "type": "OpenCollective",
5025 "url": "https://opencollective.com/unified"
5026 }
5027 ],
5028 "license": "MIT",
5029 "dependencies": {
5030 "decode-named-character-reference": "^1.0.0",
5031 "micromark-util-character": "^2.0.0",
5032 "micromark-util-decode-numeric-character-reference": "^2.0.0",
5033 "micromark-util-symbol": "^2.0.0"
5034 }
5035 },
5036 "node_modules/micromark-util-encode": {
5037 "version": "2.0.1",
5038 "resolved": "https://registry.npmjs.org/micromark-util-encode/-/micromark-util-encode-2.0.1.tgz",
5039 "integrity": "sha512-c3cVx2y4KqUnwopcO9b/SCdo2O67LwJJ/UyqGfbigahfegL9myoEFoDYZgkT7f36T0bLrM9hZTAaAyH+PCAXjw==",
5040 "funding": [
5041 {
5042 "type": "GitHub Sponsors",
5043 "url": "https://github.com/sponsors/unifiedjs"
5044 },
5045 {
5046 "type": "OpenCollective",
5047 "url": "https://opencollective.com/unified"
5048 }
5049 ],
5050 "license": "MIT"
5051 },
5052 "node_modules/micromark-util-events-to-acorn": {
5053 "version": "2.0.3",
5054 "resolved": "https://registry.npmjs.org/micromark-util-events-to-acorn/-/micromark-util-events-to-acorn-2.0.3.tgz",
5055 "integrity": "sha512-jmsiEIiZ1n7X1Rr5k8wVExBQCg5jy4UXVADItHmNk1zkwEVhBuIUKRu3fqv+hs4nxLISi2DQGlqIOGiFxgbfHg==",
5056 "funding": [
5057 {
5058 "type": "GitHub Sponsors",
5059 "url": "https://github.com/sponsors/unifiedjs"
5060 },
5061 {
5062 "type": "OpenCollective",
5063 "url": "https://opencollective.com/unified"
5064 }
5065 ],
5066 "license": "MIT",
5067 "dependencies": {
5068 "@types/estree": "^1.0.0",
5069 "@types/unist": "^3.0.0",
5070 "devlop": "^1.0.0",
5071 "estree-util-visit": "^2.0.0",
5072 "micromark-util-symbol": "^2.0.0",
5073 "micromark-util-types": "^2.0.0",
5074 "vfile-message": "^4.0.0"
5075 }
5076 },
5077 "node_modules/micromark-util-html-tag-name": {
5078 "version": "2.0.1",
5079 "resolved": "https://registry.npmjs.org/micromark-util-html-tag-name/-/micromark-util-html-tag-name-2.0.1.tgz",
5080 "integrity": "sha512-2cNEiYDhCWKI+Gs9T0Tiysk136SnR13hhO8yW6BGNyhOC4qYFnwF1nKfD3HFAIXA5c45RrIG1ub11GiXeYd1xA==",
5081 "funding": [
5082 {
5083 "type": "GitHub Sponsors",
5084 "url": "https://github.com/sponsors/unifiedjs"
5085 },
5086 {
5087 "type": "OpenCollective",
5088 "url": "https://opencollective.com/unified"
5089 }
5090 ],
5091 "license": "MIT"
5092 },
5093 "node_modules/micromark-util-normalize-identifier": {
5094 "version": "2.0.1",
5095 "resolved": "https://registry.npmjs.org/micromark-util-normalize-identifier/-/micromark-util-normalize-identifier-2.0.1.tgz",
5096 "integrity": "sha512-sxPqmo70LyARJs0w2UclACPUUEqltCkJ6PhKdMIDuJ3gSf/Q+/GIe3WKl0Ijb/GyH9lOpUkRAO2wp0GVkLvS9Q==",
5097 "funding": [
5098 {
5099 "type": "GitHub Sponsors",
5100 "url": "https://github.com/sponsors/unifiedjs"
5101 },
5102 {
5103 "type": "OpenCollective",
5104 "url": "https://opencollective.com/unified"
5105 }
5106 ],
5107 "license": "MIT",
5108 "dependencies": {
5109 "micromark-util-symbol": "^2.0.0"
5110 }
5111 },
5112 "node_modules/micromark-util-resolve-all": {
5113 "version": "2.0.1",
5114 "resolved": "https://registry.npmjs.org/micromark-util-resolve-all/-/micromark-util-resolve-all-2.0.1.tgz",
5115 "integrity": "sha512-VdQyxFWFT2/FGJgwQnJYbe1jjQoNTS4RjglmSjTUlpUMa95Htx9NHeYW4rGDJzbjvCsl9eLjMQwGeElsqmzcHg==",
5116 "funding": [
5117 {
5118 "type": "GitHub Sponsors",
5119 "url": "https://github.com/sponsors/unifiedjs"
5120 },
5121 {
5122 "type": "OpenCollective",
5123 "url": "https://opencollective.com/unified"
5124 }
5125 ],
5126 "license": "MIT",
5127 "dependencies": {
5128 "micromark-util-types": "^2.0.0"
5129 }
5130 },
5131 "node_modules/micromark-util-sanitize-uri": {
5132 "version": "2.0.1",
5133 "resolved": "https://registry.npmjs.org/micromark-util-sanitize-uri/-/micromark-util-sanitize-uri-2.0.1.tgz",
5134 "integrity": "sha512-9N9IomZ/YuGGZZmQec1MbgxtlgougxTodVwDzzEouPKo3qFWvymFHWcnDi2vzV1ff6kas9ucW+o3yzJK9YB1AQ==",
5135 "funding": [
5136 {
5137 "type": "GitHub Sponsors",
5138 "url": "https://github.com/sponsors/unifiedjs"
5139 },
5140 {
5141 "type": "OpenCollective",
5142 "url": "https://opencollective.com/unified"
5143 }
5144 ],
5145 "license": "MIT",
5146 "dependencies": {
5147 "micromark-util-character": "^2.0.0",
5148 "micromark-util-encode": "^2.0.0",
5149 "micromark-util-symbol": "^2.0.0"
5150 }
5151 },
5152 "node_modules/micromark-util-subtokenize": {
5153 "version": "2.1.0",
5154 "resolved": "https://registry.npmjs.org/micromark-util-subtokenize/-/micromark-util-subtokenize-2.1.0.tgz",
5155 "integrity": "sha512-XQLu552iSctvnEcgXw6+Sx75GflAPNED1qx7eBJ+wydBb2KCbRZe+NwvIEEMM83uml1+2WSXpBAcp9IUCgCYWA==",
5156 "funding": [
5157 {
5158 "type": "GitHub Sponsors",
5159 "url": "https://github.com/sponsors/unifiedjs"
5160 },
5161 {
5162 "type": "OpenCollective",
5163 "url": "https://opencollective.com/unified"
5164 }
5165 ],
5166 "license": "MIT",
5167 "dependencies": {
5168 "devlop": "^1.0.0",
5169 "micromark-util-chunked": "^2.0.0",
5170 "micromark-util-symbol": "^2.0.0",
5171 "micromark-util-types": "^2.0.0"
5172 }
5173 },
5174 "node_modules/micromark-util-symbol": {
5175 "version": "2.0.1",
5176 "resolved": "https://registry.npmjs.org/micromark-util-symbol/-/micromark-util-symbol-2.0.1.tgz",
5177 "integrity": "sha512-vs5t8Apaud9N28kgCrRUdEed4UJ+wWNvicHLPxCa9ENlYuAY31M0ETy5y1vA33YoNPDFTghEbnh6efaE8h4x0Q==",
5178 "funding": [
5179 {
5180 "type": "GitHub Sponsors",
5181 "url": "https://github.com/sponsors/unifiedjs"
5182 },
5183 {
5184 "type": "OpenCollective",
5185 "url": "https://opencollective.com/unified"
5186 }
5187 ],
5188 "license": "MIT"
5189 },
5190 "node_modules/micromark-util-types": {
5191 "version": "2.0.2",
5192 "resolved": "https://registry.npmjs.org/micromark-util-types/-/micromark-util-types-2.0.2.tgz",
5193 "integrity": "sha512-Yw0ECSpJoViF1qTU4DC6NwtC4aWGt1EkzaQB8KPPyCRR8z9TWeV0HbEFGTO+ZY1wB22zmxnJqhPyTpOVCpeHTA==",
5194 "funding": [
5195 {
5196 "type": "GitHub Sponsors",
5197 "url": "https://github.com/sponsors/unifiedjs"
5198 },
5199 {
5200 "type": "OpenCollective",
5201 "url": "https://opencollective.com/unified"
5202 }
5203 ],
5204 "license": "MIT"
5205 },
5206 "node_modules/micromatch": {
5207 "version": "4.0.8",
5208 "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz",
5209 "integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==",
5210 "dev": true,
5211 "license": "MIT",
5212 "dependencies": {
5213 "braces": "^3.0.3",
5214 "picomatch": "^2.3.1"
5215 },
5216 "engines": {
5217 "node": ">=8.6"
5218 }
5219 },
5220 "node_modules/micromatch/node_modules/picomatch": {
5221 "version": "2.3.2",
5222 "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.2.tgz",
5223 "integrity": "sha512-V7+vQEJ06Z+c5tSye8S+nHUfI51xoXIXjHQ99cQtKUkQqqO1kO/KCJUfZXuB47h/YBlDhah2H3hdUGXn8ie0oA==",
5224 "dev": true,
5225 "license": "MIT",
5226 "engines": {
5227 "node": ">=8.6"
5228 },
5229 "funding": {
5230 "url": "https://github.com/sponsors/jonschlinkert"
5231 }
5232 },
5233 "node_modules/mrmime": {
5234 "version": "2.0.1",
5235 "resolved": "https://registry.npmjs.org/mrmime/-/mrmime-2.0.1.tgz",
5236 "integrity": "sha512-Y3wQdFg2Va6etvQ5I82yUhGdsKrcYox6p7FfL1LbK2J4V01F9TGlepTIhnK24t7koZibmg82KGglhA1XK5IsLQ==",
5237 "license": "MIT",
5238 "engines": {
5239 "node": ">=10"
5240 }
5241 },
5242 "node_modules/ms": {
5243 "version": "2.1.3",
5244 "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
5245 "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
5246 "license": "MIT"
5247 },
5248 "node_modules/mz": {
5249 "version": "2.7.0",
5250 "resolved": "https://registry.npmjs.org/mz/-/mz-2.7.0.tgz",
5251 "integrity": "sha512-z81GNO7nnYMEhrGh9LeymoE4+Yr0Wn5McHIZMK5cfQCl+NDX08sCZgUc9/6MHni9IWuFLm1Z3HTCXu2z9fN62Q==",
5252 "dev": true,
5253 "license": "MIT",
5254 "dependencies": {
5255 "any-promise": "^1.0.0",
5256 "object-assign": "^4.0.1",
5257 "thenify-all": "^1.0.0"
5258 }
5259 },
5260 "node_modules/nanoid": {
5261 "version": "3.3.16",
5262 "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.16.tgz",
5263 "integrity": "sha512-bzlKTyNJ7+LdGIIwy8ijFpIqEQIvafahV7eYykJ8Cvh42EdJeODoJ6gUJXpQJvej1BddH8OqTXZNE/KfbWAu8Q==",
5264 "funding": [
5265 {
5266 "type": "github",
5267 "url": "https://github.com/sponsors/ai"
5268 }
5269 ],
5270 "license": "MIT",
5271 "bin": {
5272 "nanoid": "bin/nanoid.cjs"
5273 },
5274 "engines": {
5275 "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
5276 }
5277 },
5278 "node_modules/neotraverse": {
5279 "version": "0.6.18",
5280 "resolved": "https://registry.npmjs.org/neotraverse/-/neotraverse-0.6.18.tgz",
5281 "integrity": "sha512-Z4SmBUweYa09+o6pG+eASabEpP6QkQ70yHj351pQoEXIs8uHbaU2DWVmzBANKgflPa47A50PtB2+NgRpQvr7vA==",
5282 "license": "MIT",
5283 "engines": {
5284 "node": ">= 10"
5285 }
5286 },
5287 "node_modules/nlcst-to-string": {
5288 "version": "4.0.0",
5289 "resolved": "https://registry.npmjs.org/nlcst-to-string/-/nlcst-to-string-4.0.0.tgz",
5290 "integrity": "sha512-YKLBCcUYKAg0FNlOBT6aI91qFmSiFKiluk655WzPF+DDMA02qIyy8uiRqI8QXtcFpEvll12LpL5MXqEmAZ+dcA==",
5291 "license": "MIT",
5292 "dependencies": {
5293 "@types/nlcst": "^2.0.0"
5294 },
5295 "funding": {
5296 "type": "opencollective",
5297 "url": "https://opencollective.com/unified"
5298 }
5299 },
5300 "node_modules/node-fetch-native": {
5301 "version": "1.6.7",
5302 "resolved": "https://registry.npmjs.org/node-fetch-native/-/node-fetch-native-1.6.7.tgz",
5303 "integrity": "sha512-g9yhqoedzIUm0nTnTqAQvueMPVOuIY16bqgAJJC8XOOubYFNwz6IER9qs0Gq2Xd0+CecCKFjtdDTMA4u4xG06Q==",
5304 "license": "MIT"
5305 },
5306 "node_modules/node-mock-http": {
5307 "version": "1.0.4",
5308 "resolved": "https://registry.npmjs.org/node-mock-http/-/node-mock-http-1.0.4.tgz",
5309 "integrity": "sha512-8DY+kFsDkNXy1sJglUfuODx1/opAGJGyrTuFqEoN90oRc2Vk0ZbD4K2qmKXBBEhZQzdKHIVfEJpDU8Ak2NJEvQ==",
5310 "license": "MIT"
5311 },
5312 "node_modules/normalize-path": {
5313 "version": "3.0.0",
5314 "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz",
5315 "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==",
5316 "license": "MIT",
5317 "engines": {
5318 "node": ">=0.10.0"
5319 }
5320 },
5321 "node_modules/nth-check": {
5322 "version": "2.1.1",
5323 "resolved": "https://registry.npmjs.org/nth-check/-/nth-check-2.1.1.tgz",
5324 "integrity": "sha512-lqjrjmaOoAnWfMmBPL+XNnynZh2+swxiX3WUE0s4yEHI6m+AwrK2UZOimIRl3X/4QctVqS8AiZjFqyOGrMXb/w==",
5325 "license": "BSD-2-Clause",
5326 "dependencies": {
5327 "boolbase": "^1.0.0"
5328 },
5329 "funding": {
5330 "url": "https://github.com/fb55/nth-check?sponsor=1"
5331 }
5332 },
5333 "node_modules/object-assign": {
5334 "version": "4.1.1",
5335 "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",
5336 "integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==",
5337 "dev": true,
5338 "license": "MIT",
5339 "engines": {
5340 "node": ">=0.10.0"
5341 }
5342 },
5343 "node_modules/object-hash": {
5344 "version": "3.0.0",
5345 "resolved": "https://registry.npmjs.org/object-hash/-/object-hash-3.0.0.tgz",
5346 "integrity": "sha512-RSn9F68PjH9HqtltsSnqYC1XXoWe9Bju5+213R98cNGttag9q9yAOTzdbsqvIa7aNm5WffBZFpWYr2aWrklWAw==",
5347 "dev": true,
5348 "license": "MIT",
5349 "engines": {
5350 "node": ">= 6"
5351 }
5352 },
5353 "node_modules/ofetch": {
5354 "version": "1.5.1",
5355 "resolved": "https://registry.npmjs.org/ofetch/-/ofetch-1.5.1.tgz",
5356 "integrity": "sha512-2W4oUZlVaqAPAil6FUg/difl6YhqhUR7x2eZY4bQCko22UXg3hptq9KLQdqFClV+Wu85UX7hNtdGTngi/1BxcA==",
5357 "license": "MIT",
5358 "dependencies": {
5359 "destr": "^2.0.5",
5360 "node-fetch-native": "^1.6.7",
5361 "ufo": "^1.6.1"
5362 }
5363 },
5364 "node_modules/ohash": {
5365 "version": "2.0.11",
5366 "resolved": "https://registry.npmjs.org/ohash/-/ohash-2.0.11.tgz",
5367 "integrity": "sha512-RdR9FQrFwNBNXAr4GixM8YaRZRJ5PUWbKYbE5eOsrwAjJW0q2REGcf79oYPsLyskQCZG1PLN+S/K1V00joZAoQ==",
5368 "license": "MIT"
5369 },
5370 "node_modules/oniguruma-parser": {
5371 "version": "0.12.2",
5372 "resolved": "https://registry.npmjs.org/oniguruma-parser/-/oniguruma-parser-0.12.2.tgz",
5373 "integrity": "sha512-6HVa5oIrgMC6aA6WF6XyyqbhRPJrKR02L20+2+zpDtO5QAzGHAUGw5TKQvwi5vctNnRHkJYmjAhRVQF2EKdTQw==",
5374 "license": "MIT"
5375 },
5376 "node_modules/oniguruma-to-es": {
5377 "version": "4.3.6",
5378 "resolved": "https://registry.npmjs.org/oniguruma-to-es/-/oniguruma-to-es-4.3.6.tgz",
5379 "integrity": "sha512-csuQ9x3Yr0cEIs/Zgx/OEt9iBw9vqIunAPQkx19R/fiMq2oGVTgcMqO/V3Ybqefr1TBvosI6jU539ksaBULJyA==",
5380 "license": "MIT",
5381 "dependencies": {
5382 "oniguruma-parser": "^0.12.2",
5383 "regex": "^6.1.0",
5384 "regex-recursion": "^6.0.2"
5385 }
5386 },
5387 "node_modules/p-limit": {
5388 "version": "6.2.0",
5389 "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-6.2.0.tgz",
5390 "integrity": "sha512-kuUqqHNUqoIWp/c467RI4X6mmyuojY5jGutNU0wVTmEOOfcuwLqyMVoAi9MKi2Ak+5i9+nhmrK4ufZE8069kHA==",
5391 "license": "MIT",
5392 "dependencies": {
5393 "yocto-queue": "^1.1.1"
5394 },
5395 "engines": {
5396 "node": ">=18"
5397 },
5398 "funding": {
5399 "url": "https://github.com/sponsors/sindresorhus"
5400 }
5401 },
5402 "node_modules/p-queue": {
5403 "version": "8.1.1",
5404 "resolved": "https://registry.npmjs.org/p-queue/-/p-queue-8.1.1.tgz",
5405 "integrity": "sha512-aNZ+VfjobsWryoiPnEApGGmf5WmNsCo9xu8dfaYamG5qaLP7ClhLN6NgsFe6SwJ2UbLEBK5dv9x8Mn5+RVhMWQ==",
5406 "license": "MIT",
5407 "dependencies": {
5408 "eventemitter3": "^5.0.1",
5409 "p-timeout": "^6.1.2"
5410 },
5411 "engines": {
5412 "node": ">=18"
5413 },
5414 "funding": {
5415 "url": "https://github.com/sponsors/sindresorhus"
5416 }
5417 },
5418 "node_modules/p-timeout": {
5419 "version": "6.1.4",
5420 "resolved": "https://registry.npmjs.org/p-timeout/-/p-timeout-6.1.4.tgz",
5421 "integrity": "sha512-MyIV3ZA/PmyBN/ud8vV9XzwTrNtR4jFrObymZYnZqMmW0zA8Z17vnT0rBgFE/TlohB+YCHqXMgZzb3Csp49vqg==",
5422 "license": "MIT",
5423 "engines": {
5424 "node": ">=14.16"
5425 },
5426 "funding": {
5427 "url": "https://github.com/sponsors/sindresorhus"
5428 }
5429 },
5430 "node_modules/package-manager-detector": {
5431 "version": "1.7.0",
5432 "resolved": "https://registry.npmjs.org/package-manager-detector/-/package-manager-detector-1.7.0.tgz",
5433 "integrity": "sha512-xg1eHpwYL/D/HEdWw2goFZP6vV0FH7W+PZ5rFkGjdIDLtxq7EkzBUeT3m+lndYCt8wKbmofUu1MUdMCXkCk9ZQ==",
5434 "license": "MIT"
5435 },
5436 "node_modules/pagefind": {
5437 "version": "1.5.2",
5438 "resolved": "https://registry.npmjs.org/pagefind/-/pagefind-1.5.2.tgz",
5439 "integrity": "sha512-XTUaK0hXMCu2jszWE584JGQT7y284TmMV9l/HX3rnG5uo3rHI/uHU56XTyyyPFjeWEBxECbAi0CaFDJOONtG0Q==",
5440 "license": "MIT",
5441 "bin": {
5442 "pagefind": "lib/runner/bin.cjs"
5443 },
5444 "optionalDependencies": {
5445 "@pagefind/darwin-arm64": "1.5.2",
5446 "@pagefind/darwin-x64": "1.5.2",
5447 "@pagefind/freebsd-x64": "1.5.2",
5448 "@pagefind/linux-arm64": "1.5.2",
5449 "@pagefind/linux-x64": "1.5.2",
5450 "@pagefind/windows-arm64": "1.5.2",
5451 "@pagefind/windows-x64": "1.5.2"
5452 }
5453 },
5454 "node_modules/parse-entities": {
5455 "version": "4.0.2",
5456 "resolved": "https://registry.npmjs.org/parse-entities/-/parse-entities-4.0.2.tgz",
5457 "integrity": "sha512-GG2AQYWoLgL877gQIKeRPGO1xF9+eG1ujIb5soS5gPvLQ1y2o8FL90w2QWNdf9I361Mpp7726c+lj3U0qK1uGw==",
5458 "license": "MIT",
5459 "dependencies": {
5460 "@types/unist": "^2.0.0",
5461 "character-entities-legacy": "^3.0.0",
5462 "character-reference-invalid": "^2.0.0",
5463 "decode-named-character-reference": "^1.0.0",
5464 "is-alphanumerical": "^2.0.0",
5465 "is-decimal": "^2.0.0",
5466 "is-hexadecimal": "^2.0.0"
5467 },
5468 "funding": {
5469 "type": "github",
5470 "url": "https://github.com/sponsors/wooorm"
5471 }
5472 },
5473 "node_modules/parse-entities/node_modules/@types/unist": {
5474 "version": "2.0.11",
5475 "resolved": "https://registry.npmjs.org/@types/unist/-/unist-2.0.11.tgz",
5476 "integrity": "sha512-CmBKiL6NNo/OqgmMn95Fk9Whlp2mtvIv+KNpQKN2F4SjvrEesubTRWGYSg+BnWZOnlCaSTU1sMpsBOzgbYhnsA==",
5477 "license": "MIT"
5478 },
5479 "node_modules/parse-latin": {
5480 "version": "7.0.0",
5481 "resolved": "https://registry.npmjs.org/parse-latin/-/parse-latin-7.0.0.tgz",
5482 "integrity": "sha512-mhHgobPPua5kZ98EF4HWiH167JWBfl4pvAIXXdbaVohtK7a6YBOy56kvhCqduqyo/f3yrHFWmqmiMg/BkBkYYQ==",
5483 "license": "MIT",
5484 "dependencies": {
5485 "@types/nlcst": "^2.0.0",
5486 "@types/unist": "^3.0.0",
5487 "nlcst-to-string": "^4.0.0",
5488 "unist-util-modify-children": "^4.0.0",
5489 "unist-util-visit-children": "^3.0.0",
5490 "vfile": "^6.0.0"
5491 },
5492 "funding": {
5493 "type": "github",
5494 "url": "https://github.com/sponsors/wooorm"
5495 }
5496 },
5497 "node_modules/parse5": {
5498 "version": "7.3.0",
5499 "resolved": "https://registry.npmjs.org/parse5/-/parse5-7.3.0.tgz",
5500 "integrity": "sha512-IInvU7fabl34qmi9gY8XOVxhYyMyuH2xUNpb2q8/Y+7552KlejkRvqvD19nMoUW/uQGGbqNpA6Tufu5FL5BZgw==",
5501 "license": "MIT",
5502 "dependencies": {
5503 "entities": "^6.0.0"
5504 },
5505 "funding": {
5506 "url": "https://github.com/inikulin/parse5?sponsor=1"
5507 }
5508 },
5509 "node_modules/path-parse": {
5510 "version": "1.0.7",
5511 "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz",
5512 "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==",
5513 "dev": true,
5514 "license": "MIT"
5515 },
5516 "node_modules/piccolore": {
5517 "version": "0.1.3",
5518 "resolved": "https://registry.npmjs.org/piccolore/-/piccolore-0.1.3.tgz",
5519 "integrity": "sha512-o8bTeDWjE086iwKrROaDf31K0qC/BENdm15/uH9usSC/uZjJOKb2YGiVHfLY4GhwsERiPI1jmwI2XrA7ACOxVw==",
5520 "license": "ISC"
5521 },
5522 "node_modules/picocolors": {
5523 "version": "1.1.1",
5524 "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz",
5525 "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",
5526 "license": "ISC"
5527 },
5528 "node_modules/picomatch": {
5529 "version": "4.0.5",
5530 "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.5.tgz",
5531 "integrity": "sha512-RvwwcruNjI1ncT5xRakeyS9Lf8lcItv34KD+aif+VH9kduAyfYBipGh12274xtenIPZ119/R9BdTBa8gAwSh0A==",
5532 "license": "MIT",
5533 "engines": {
5534 "node": ">=12"
5535 },
5536 "funding": {
5537 "url": "https://github.com/sponsors/jonschlinkert"
5538 }
5539 },
5540 "node_modules/pify": {
5541 "version": "2.3.0",
5542 "resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz",
5543 "integrity": "sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog==",
5544 "dev": true,
5545 "license": "MIT",
5546 "engines": {
5547 "node": ">=0.10.0"
5548 }
5549 },
5550 "node_modules/pirates": {
5551 "version": "4.0.7",
5552 "resolved": "https://registry.npmjs.org/pirates/-/pirates-4.0.7.tgz",
5553 "integrity": "sha512-TfySrs/5nm8fQJDcBDuUng3VOUKsd7S+zqvbOTiGXHfxX4wK31ard+hoNuvkicM/2YFzlpDgABOevKSsB4G/FA==",
5554 "dev": true,
5555 "license": "MIT",
5556 "engines": {
5557 "node": ">= 6"
5558 }
5559 },
5560 "node_modules/postcss": {
5561 "version": "8.5.19",
5562 "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.19.tgz",
5563 "integrity": "sha512-Mz8SaolMd8nB+G13WkORcxQKHZ/NE4xXevtkJHVuG+guo9/wYKlIMTKAqGdEmYOXR2ijPjTYNHssizdaVSUNdQ==",
5564 "funding": [
5565 {
5566 "type": "opencollective",
5567 "url": "https://opencollective.com/postcss/"
5568 },
5569 {
5570 "type": "tidelift",
5571 "url": "https://tidelift.com/funding/github/npm/postcss"
5572 },
5573 {
5574 "type": "github",
5575 "url": "https://github.com/sponsors/ai"
5576 }
5577 ],
5578 "license": "MIT",
5579 "dependencies": {
5580 "nanoid": "^3.3.12",
5581 "picocolors": "^1.1.1",
5582 "source-map-js": "^1.2.1"
5583 },
5584 "engines": {
5585 "node": "^10 || ^12 || >=14"
5586 }
5587 },
5588 "node_modules/postcss-import": {
5589 "version": "15.1.0",
5590 "resolved": "https://registry.npmjs.org/postcss-import/-/postcss-import-15.1.0.tgz",
5591 "integrity": "sha512-hpr+J05B2FVYUAXHeK1YyI267J/dDDhMU6B6civm8hSY1jYJnBXxzKDKDswzJmtLHryrjhnDjqqp/49t8FALew==",
5592 "dev": true,
5593 "license": "MIT",
5594 "dependencies": {
5595 "postcss-value-parser": "^4.0.0",
5596 "read-cache": "^1.0.0",
5597 "resolve": "^1.1.7"
5598 },
5599 "engines": {
5600 "node": ">=14.0.0"
5601 },
5602 "peerDependencies": {
5603 "postcss": "^8.0.0"
5604 }
5605 },
5606 "node_modules/postcss-js": {
5607 "version": "4.1.0",
5608 "resolved": "https://registry.npmjs.org/postcss-js/-/postcss-js-4.1.0.tgz",
5609 "integrity": "sha512-oIAOTqgIo7q2EOwbhb8UalYePMvYoIeRY2YKntdpFQXNosSu3vLrniGgmH9OKs/qAkfoj5oB3le/7mINW1LCfw==",
5610 "dev": true,
5611 "funding": [
5612 {
5613 "type": "opencollective",
5614 "url": "https://opencollective.com/postcss/"
5615 },
5616 {
5617 "type": "github",
5618 "url": "https://github.com/sponsors/ai"
5619 }
5620 ],
5621 "license": "MIT",
5622 "dependencies": {
5623 "camelcase-css": "^2.0.1"
5624 },
5625 "engines": {
5626 "node": "^12 || ^14 || >= 16"
5627 },
5628 "peerDependencies": {
5629 "postcss": "^8.4.21"
5630 }
5631 },
5632 "node_modules/postcss-load-config": {
5633 "version": "6.0.1",
5634 "resolved": "https://registry.npmjs.org/postcss-load-config/-/postcss-load-config-6.0.1.tgz",
5635 "integrity": "sha512-oPtTM4oerL+UXmx+93ytZVN82RrlY/wPUV8IeDxFrzIjXOLF1pN+EmKPLbubvKHT2HC20xXsCAH2Z+CKV6Oz/g==",
5636 "dev": true,
5637 "funding": [
5638 {
5639 "type": "opencollective",
5640 "url": "https://opencollective.com/postcss/"
5641 },
5642 {
5643 "type": "github",
5644 "url": "https://github.com/sponsors/ai"
5645 }
5646 ],
5647 "license": "MIT",
5648 "dependencies": {
5649 "lilconfig": "^3.1.1"
5650 },
5651 "engines": {
5652 "node": ">= 18"
5653 },
5654 "peerDependencies": {
5655 "jiti": ">=1.21.0",
5656 "postcss": ">=8.0.9",
5657 "tsx": "^4.8.1",
5658 "yaml": "^2.4.2"
5659 },
5660 "peerDependenciesMeta": {
5661 "jiti": {
5662 "optional": true
5663 },
5664 "postcss": {
5665 "optional": true
5666 },
5667 "tsx": {
5668 "optional": true
5669 },
5670 "yaml": {
5671 "optional": true
5672 }
5673 }
5674 },
5675 "node_modules/postcss-nested": {
5676 "version": "6.2.0",
5677 "resolved": "https://registry.npmjs.org/postcss-nested/-/postcss-nested-6.2.0.tgz",
5678 "integrity": "sha512-HQbt28KulC5AJzG+cZtj9kvKB93CFCdLvog1WFLf1D+xmMvPGlBstkpTEZfK5+AN9hfJocyBFCNiqyS48bpgzQ==",
5679 "funding": [
5680 {
5681 "type": "opencollective",
5682 "url": "https://opencollective.com/postcss/"
5683 },
5684 {
5685 "type": "github",
5686 "url": "https://github.com/sponsors/ai"
5687 }
5688 ],
5689 "license": "MIT",
5690 "dependencies": {
5691 "postcss-selector-parser": "^6.1.1"
5692 },
5693 "engines": {
5694 "node": ">=12.0"
5695 },
5696 "peerDependencies": {
5697 "postcss": "^8.2.14"
5698 }
5699 },
5700 "node_modules/postcss-selector-parser": {
5701 "version": "6.1.4",
5702 "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.1.4.tgz",
5703 "integrity": "sha512-bIoJLOmjCO1S9XdY/DcnR5hJxvrDir1PbGChrzXG3vw0/FOliy/fA3dmdhQ441kah4gKv+TwckGzex6wNS5cnQ==",
5704 "license": "MIT",
5705 "dependencies": {
5706 "cssesc": "^3.0.0",
5707 "util-deprecate": "^1.0.2"
5708 },
5709 "engines": {
5710 "node": ">=4"
5711 }
5712 },
5713 "node_modules/postcss-value-parser": {
5714 "version": "4.2.0",
5715 "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz",
5716 "integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==",
5717 "dev": true,
5718 "license": "MIT"
5719 },
5720 "node_modules/prismjs": {
5721 "version": "1.30.0",
5722 "resolved": "https://registry.npmjs.org/prismjs/-/prismjs-1.30.0.tgz",
5723 "integrity": "sha512-DEvV2ZF2r2/63V+tK8hQvrR2ZGn10srHbXviTlcv7Kpzw8jWiNTqbVgjO3IY8RxrrOUF8VPMQQFysYYYv0YZxw==",
5724 "license": "MIT",
5725 "engines": {
5726 "node": ">=6"
5727 }
5728 },
5729 "node_modules/prompts": {
5730 "version": "2.4.2",
5731 "resolved": "https://registry.npmjs.org/prompts/-/prompts-2.4.2.tgz",
5732 "integrity": "sha512-NxNv/kLguCA7p3jE8oL2aEBsrJWgAakBpgmgK6lpPWV+WuOmY6r2/zbAVnP+T8bQlA0nzHXSJSJW0Hq7ylaD2Q==",
5733 "license": "MIT",
5734 "dependencies": {
5735 "kleur": "^3.0.3",
5736 "sisteransi": "^1.0.5"
5737 },
5738 "engines": {
5739 "node": ">= 6"
5740 }
5741 },
5742 "node_modules/property-information": {
5743 "version": "7.2.0",
5744 "resolved": "https://registry.npmjs.org/property-information/-/property-information-7.2.0.tgz",
5745 "integrity": "sha512-IAtzIB6sUiWaJYrX9smp3V46pBGbBeLFRGdh25kg1334VcBlD8HzhPeNIWQH9zhGmo2itIe25EHt9dQP7G5hmg==",
5746 "license": "MIT",
5747 "funding": {
5748 "type": "github",
5749 "url": "https://github.com/sponsors/wooorm"
5750 }
5751 },
5752 "node_modules/queue-microtask": {
5753 "version": "1.2.3",
5754 "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz",
5755 "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==",
5756 "dev": true,
5757 "funding": [
5758 {
5759 "type": "github",
5760 "url": "https://github.com/sponsors/feross"
5761 },
5762 {
5763 "type": "patreon",
5764 "url": "https://www.patreon.com/feross"
5765 },
5766 {
5767 "type": "consulting",
5768 "url": "https://feross.org/support"
5769 }
5770 ],
5771 "license": "MIT"
5772 },
5773 "node_modules/radix3": {
5774 "version": "1.1.2",
5775 "resolved": "https://registry.npmjs.org/radix3/-/radix3-1.1.2.tgz",
5776 "integrity": "sha512-b484I/7b8rDEdSDKckSSBA8knMpcdsXudlE/LNL639wFoHKwLbEkQFZHWEYwDC0wa0FKUcCY+GAF73Z7wxNVFA==",
5777 "license": "MIT"
5778 },
5779 "node_modules/read-cache": {
5780 "version": "1.0.0",
5781 "resolved": "https://registry.npmjs.org/read-cache/-/read-cache-1.0.0.tgz",
5782 "integrity": "sha512-Owdv/Ft7IjOgm/i0xvNDZ1LrRANRfew4b2prF3OWMQLxLfu3bS8FVhCsrSCMK4lR56Y9ya+AThoTpDCTxCmpRA==",
5783 "dev": true,
5784 "license": "MIT",
5785 "dependencies": {
5786 "pify": "^2.3.0"
5787 }
5788 },
5789 "node_modules/readdirp": {
5790 "version": "5.0.0",
5791 "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-5.0.0.tgz",
5792 "integrity": "sha512-9u/XQ1pvrQtYyMpZe7DXKv2p5CNvyVwzUB6uhLAnQwHMSgKMBR62lc7AHljaeteeHXn11XTAaLLUVZYVZyuRBQ==",
5793 "license": "MIT",
5794 "engines": {
5795 "node": ">= 20.19.0"
5796 },
5797 "funding": {
5798 "type": "individual",
5799 "url": "https://paulmillr.com/funding/"
5800 }
5801 },
5802 "node_modules/recma-build-jsx": {
5803 "version": "1.0.0",
5804 "resolved": "https://registry.npmjs.org/recma-build-jsx/-/recma-build-jsx-1.0.0.tgz",
5805 "integrity": "sha512-8GtdyqaBcDfva+GUKDr3nev3VpKAhup1+RvkMvUxURHpW7QyIvk9F5wz7Vzo06CEMSilw6uArgRqhpiUcWp8ew==",
5806 "license": "MIT",
5807 "dependencies": {
5808 "@types/estree": "^1.0.0",
5809 "estree-util-build-jsx": "^3.0.0",
5810 "vfile": "^6.0.0"
5811 },
5812 "funding": {
5813 "type": "opencollective",
5814 "url": "https://opencollective.com/unified"
5815 }
5816 },
5817 "node_modules/recma-jsx": {
5818 "version": "1.0.1",
5819 "resolved": "https://registry.npmjs.org/recma-jsx/-/recma-jsx-1.0.1.tgz",
5820 "integrity": "sha512-huSIy7VU2Z5OLv6oFLosQGGDqPqdO1iq6bWNAdhzMxSJP7RAso4fCZ1cKu8j9YHCZf3TPrq4dw3okhrylgcd7w==",
5821 "license": "MIT",
5822 "dependencies": {
5823 "acorn-jsx": "^5.0.0",
5824 "estree-util-to-js": "^2.0.0",
5825 "recma-parse": "^1.0.0",
5826 "recma-stringify": "^1.0.0",
5827 "unified": "^11.0.0"
5828 },
5829 "funding": {
5830 "type": "opencollective",
5831 "url": "https://opencollective.com/unified"
5832 },
5833 "peerDependencies": {
5834 "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0"
5835 }
5836 },
5837 "node_modules/recma-parse": {
5838 "version": "1.0.0",
5839 "resolved": "https://registry.npmjs.org/recma-parse/-/recma-parse-1.0.0.tgz",
5840 "integrity": "sha512-OYLsIGBB5Y5wjnSnQW6t3Xg7q3fQ7FWbw/vcXtORTnyaSFscOtABg+7Pnz6YZ6c27fG1/aN8CjfwoUEUIdwqWQ==",
5841 "license": "MIT",
5842 "dependencies": {
5843 "@types/estree": "^1.0.0",
5844 "esast-util-from-js": "^2.0.0",
5845 "unified": "^11.0.0",
5846 "vfile": "^6.0.0"
5847 },
5848 "funding": {
5849 "type": "opencollective",
5850 "url": "https://opencollective.com/unified"
5851 }
5852 },
5853 "node_modules/recma-stringify": {
5854 "version": "1.0.0",
5855 "resolved": "https://registry.npmjs.org/recma-stringify/-/recma-stringify-1.0.0.tgz",
5856 "integrity": "sha512-cjwII1MdIIVloKvC9ErQ+OgAtwHBmcZ0Bg4ciz78FtbT8In39aAYbaA7zvxQ61xVMSPE8WxhLwLbhif4Js2C+g==",
5857 "license": "MIT",
5858 "dependencies": {
5859 "@types/estree": "^1.0.0",
5860 "estree-util-to-js": "^2.0.0",
5861 "unified": "^11.0.0",
5862 "vfile": "^6.0.0"
5863 },
5864 "funding": {
5865 "type": "opencollective",
5866 "url": "https://opencollective.com/unified"
5867 }
5868 },
5869 "node_modules/regex": {
5870 "version": "6.1.0",
5871 "resolved": "https://registry.npmjs.org/regex/-/regex-6.1.0.tgz",
5872 "integrity": "sha512-6VwtthbV4o/7+OaAF9I5L5V3llLEsoPyq9P1JVXkedTP33c7MfCG0/5NOPcSJn0TzXcG9YUrR0gQSWioew3LDg==",
5873 "license": "MIT",
5874 "dependencies": {
5875 "regex-utilities": "^2.3.0"
5876 }
5877 },
5878 "node_modules/regex-recursion": {
5879 "version": "6.0.2",
5880 "resolved": "https://registry.npmjs.org/regex-recursion/-/regex-recursion-6.0.2.tgz",
5881 "integrity": "sha512-0YCaSCq2VRIebiaUviZNs0cBz1kg5kVS2UKUfNIx8YVs1cN3AV7NTctO5FOKBA+UT2BPJIWZauYHPqJODG50cg==",
5882 "license": "MIT",
5883 "dependencies": {
5884 "regex-utilities": "^2.3.0"
5885 }
5886 },
5887 "node_modules/regex-utilities": {
5888 "version": "2.3.0",
5889 "resolved": "https://registry.npmjs.org/regex-utilities/-/regex-utilities-2.3.0.tgz",
5890 "integrity": "sha512-8VhliFJAWRaUiVvREIiW2NXXTmHs4vMNnSzuJVhscgmGav3g9VDxLrQndI3dZZVVdp0ZO/5v0xmX516/7M9cng==",
5891 "license": "MIT"
5892 },
5893 "node_modules/rehype": {
5894 "version": "13.0.2",
5895 "resolved": "https://registry.npmjs.org/rehype/-/rehype-13.0.2.tgz",
5896 "integrity": "sha512-j31mdaRFrwFRUIlxGeuPXXKWQxet52RBQRvCmzl5eCefn/KGbomK5GMHNMsOJf55fgo3qw5tST5neDuarDYR2A==",
5897 "license": "MIT",
5898 "dependencies": {
5899 "@types/hast": "^3.0.0",
5900 "rehype-parse": "^9.0.0",
5901 "rehype-stringify": "^10.0.0",
5902 "unified": "^11.0.0"
5903 },
5904 "funding": {
5905 "type": "opencollective",
5906 "url": "https://opencollective.com/unified"
5907 }
5908 },
5909 "node_modules/rehype-expressive-code": {
5910 "version": "0.41.7",
5911 "resolved": "https://registry.npmjs.org/rehype-expressive-code/-/rehype-expressive-code-0.41.7.tgz",
5912 "integrity": "sha512-25f8ZMSF1d9CMscX7Cft0TSQIqdwjce2gDOvQ+d/w0FovsMwrSt3ODP4P3Z7wO1jsIJ4eYyaDRnIR/27bd/EMQ==",
5913 "license": "MIT",
5914 "dependencies": {
5915 "expressive-code": "^0.41.7"
5916 }
5917 },
5918 "node_modules/rehype-format": {
5919 "version": "5.0.1",
5920 "resolved": "https://registry.npmjs.org/rehype-format/-/rehype-format-5.0.1.tgz",
5921 "integrity": "sha512-zvmVru9uB0josBVpr946OR8ui7nJEdzZobwLOOqHb/OOD88W0Vk2SqLwoVOj0fM6IPCCO6TaV9CvQvJMWwukFQ==",
5922 "license": "MIT",
5923 "dependencies": {
5924 "@types/hast": "^3.0.0",
5925 "hast-util-format": "^1.0.0"
5926 },
5927 "funding": {
5928 "type": "opencollective",
5929 "url": "https://opencollective.com/unified"
5930 }
5931 },
5932 "node_modules/rehype-parse": {
5933 "version": "9.0.1",
5934 "resolved": "https://registry.npmjs.org/rehype-parse/-/rehype-parse-9.0.1.tgz",
5935 "integrity": "sha512-ksCzCD0Fgfh7trPDxr2rSylbwq9iYDkSn8TCDmEJ49ljEUBxDVCzCHv7QNzZOfODanX4+bWQ4WZqLCRWYLfhag==",
5936 "license": "MIT",
5937 "dependencies": {
5938 "@types/hast": "^3.0.0",
5939 "hast-util-from-html": "^2.0.0",
5940 "unified": "^11.0.0"
5941 },
5942 "funding": {
5943 "type": "opencollective",
5944 "url": "https://opencollective.com/unified"
5945 }
5946 },
5947 "node_modules/rehype-raw": {
5948 "version": "7.0.0",
5949 "resolved": "https://registry.npmjs.org/rehype-raw/-/rehype-raw-7.0.0.tgz",
5950 "integrity": "sha512-/aE8hCfKlQeA8LmyeyQvQF3eBiLRGNlfBJEvWH7ivp9sBqs7TNqBL5X3v157rM4IFETqDnIOO+z5M/biZbo9Ww==",
5951 "license": "MIT",
5952 "dependencies": {
5953 "@types/hast": "^3.0.0",
5954 "hast-util-raw": "^9.0.0",
5955 "vfile": "^6.0.0"
5956 },
5957 "funding": {
5958 "type": "opencollective",
5959 "url": "https://opencollective.com/unified"
5960 }
5961 },
5962 "node_modules/rehype-recma": {
5963 "version": "1.0.0",
5964 "resolved": "https://registry.npmjs.org/rehype-recma/-/rehype-recma-1.0.0.tgz",
5965 "integrity": "sha512-lqA4rGUf1JmacCNWWZx0Wv1dHqMwxzsDWYMTowuplHF3xH0N/MmrZ/G3BDZnzAkRmxDadujCjaKM2hqYdCBOGw==",
5966 "license": "MIT",
5967 "dependencies": {
5968 "@types/estree": "^1.0.0",
5969 "@types/hast": "^3.0.0",
5970 "hast-util-to-estree": "^3.0.0"
5971 },
5972 "funding": {
5973 "type": "opencollective",
5974 "url": "https://opencollective.com/unified"
5975 }
5976 },
5977 "node_modules/rehype-stringify": {
5978 "version": "10.0.1",
5979 "resolved": "https://registry.npmjs.org/rehype-stringify/-/rehype-stringify-10.0.1.tgz",
5980 "integrity": "sha512-k9ecfXHmIPuFVI61B9DeLPN0qFHfawM6RsuX48hoqlaKSF61RskNjSm1lI8PhBEM0MRdLxVVm4WmTqJQccH9mA==",
5981 "license": "MIT",
5982 "dependencies": {
5983 "@types/hast": "^3.0.0",
5984 "hast-util-to-html": "^9.0.0",
5985 "unified": "^11.0.0"
5986 },
5987 "funding": {
5988 "type": "opencollective",
5989 "url": "https://opencollective.com/unified"
5990 }
5991 },
5992 "node_modules/remark-directive": {
5993 "version": "3.0.1",
5994 "resolved": "https://registry.npmjs.org/remark-directive/-/remark-directive-3.0.1.tgz",
5995 "integrity": "sha512-gwglrEQEZcZYgVyG1tQuA+h58EZfq5CSULw7J90AFuCTyib1thgHPoqQ+h9iFvU6R+vnZ5oNFQR5QKgGpk741A==",
5996 "license": "MIT",
5997 "dependencies": {
5998 "@types/mdast": "^4.0.0",
5999 "mdast-util-directive": "^3.0.0",
6000 "micromark-extension-directive": "^3.0.0",
6001 "unified": "^11.0.0"
6002 },
6003 "funding": {
6004 "type": "opencollective",
6005 "url": "https://opencollective.com/unified"
6006 }
6007 },
6008 "node_modules/remark-gfm": {
6009 "version": "4.0.1",
6010 "resolved": "https://registry.npmjs.org/remark-gfm/-/remark-gfm-4.0.1.tgz",
6011 "integrity": "sha512-1quofZ2RQ9EWdeN34S79+KExV1764+wCUGop5CPL1WGdD0ocPpu91lzPGbwWMECpEpd42kJGQwzRfyov9j4yNg==",
6012 "license": "MIT",
6013 "dependencies": {
6014 "@types/mdast": "^4.0.0",
6015 "mdast-util-gfm": "^3.0.0",
6016 "micromark-extension-gfm": "^3.0.0",
6017 "remark-parse": "^11.0.0",
6018 "remark-stringify": "^11.0.0",
6019 "unified": "^11.0.0"
6020 },
6021 "funding": {
6022 "type": "opencollective",
6023 "url": "https://opencollective.com/unified"
6024 }
6025 },
6026 "node_modules/remark-mdx": {
6027 "version": "3.1.1",
6028 "resolved": "https://registry.npmjs.org/remark-mdx/-/remark-mdx-3.1.1.tgz",
6029 "integrity": "sha512-Pjj2IYlUY3+D8x00UJsIOg5BEvfMyeI+2uLPn9VO9Wg4MEtN/VTIq2NEJQfde9PnX15KgtHyl9S0BcTnWrIuWg==",
6030 "license": "MIT",
6031 "dependencies": {
6032 "mdast-util-mdx": "^3.0.0",
6033 "micromark-extension-mdxjs": "^3.0.0"
6034 },
6035 "funding": {
6036 "type": "opencollective",
6037 "url": "https://opencollective.com/unified"
6038 }
6039 },
6040 "node_modules/remark-parse": {
6041 "version": "11.0.0",
6042 "resolved": "https://registry.npmjs.org/remark-parse/-/remark-parse-11.0.0.tgz",
6043 "integrity": "sha512-FCxlKLNGknS5ba/1lmpYijMUzX2esxW5xQqjWxw2eHFfS2MSdaHVINFmhjo+qN1WhZhNimq0dZATN9pH0IDrpA==",
6044 "license": "MIT",
6045 "dependencies": {
6046 "@types/mdast": "^4.0.0",
6047 "mdast-util-from-markdown": "^2.0.0",
6048 "micromark-util-types": "^2.0.0",
6049 "unified": "^11.0.0"
6050 },
6051 "funding": {
6052 "type": "opencollective",
6053 "url": "https://opencollective.com/unified"
6054 }
6055 },
6056 "node_modules/remark-rehype": {
6057 "version": "11.1.2",
6058 "resolved": "https://registry.npmjs.org/remark-rehype/-/remark-rehype-11.1.2.tgz",
6059 "integrity": "sha512-Dh7l57ianaEoIpzbp0PC9UKAdCSVklD8E5Rpw7ETfbTl3FqcOOgq5q2LVDhgGCkaBv7p24JXikPdvhhmHvKMsw==",
6060 "license": "MIT",
6061 "dependencies": {
6062 "@types/hast": "^3.0.0",
6063 "@types/mdast": "^4.0.0",
6064 "mdast-util-to-hast": "^13.0.0",
6065 "unified": "^11.0.0",
6066 "vfile": "^6.0.0"
6067 },
6068 "funding": {
6069 "type": "opencollective",
6070 "url": "https://opencollective.com/unified"
6071 }
6072 },
6073 "node_modules/remark-smartypants": {
6074 "version": "3.0.2",
6075 "resolved": "https://registry.npmjs.org/remark-smartypants/-/remark-smartypants-3.0.2.tgz",
6076 "integrity": "sha512-ILTWeOriIluwEvPjv67v7Blgrcx+LZOkAUVtKI3putuhlZm84FnqDORNXPPm+HY3NdZOMhyDwZ1E+eZB/Df5dA==",
6077 "license": "MIT",
6078 "dependencies": {
6079 "retext": "^9.0.0",
6080 "retext-smartypants": "^6.0.0",
6081 "unified": "^11.0.4",
6082 "unist-util-visit": "^5.0.0"
6083 },
6084 "engines": {
6085 "node": ">=16.0.0"
6086 }
6087 },
6088 "node_modules/remark-stringify": {
6089 "version": "11.0.0",
6090 "resolved": "https://registry.npmjs.org/remark-stringify/-/remark-stringify-11.0.0.tgz",
6091 "integrity": "sha512-1OSmLd3awB/t8qdoEOMazZkNsfVTeY4fTsgzcQFdXNq8ToTN4ZGwrMnlda4K6smTFKD+GRV6O48i6Z4iKgPPpw==",
6092 "license": "MIT",
6093 "dependencies": {
6094 "@types/mdast": "^4.0.0",
6095 "mdast-util-to-markdown": "^2.0.0",
6096 "unified": "^11.0.0"
6097 },
6098 "funding": {
6099 "type": "opencollective",
6100 "url": "https://opencollective.com/unified"
6101 }
6102 },
6103 "node_modules/resolve": {
6104 "version": "1.22.12",
6105 "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.12.tgz",
6106 "integrity": "sha512-TyeJ1zif53BPfHootBGwPRYT1RUt6oGWsaQr8UyZW/eAm9bKoijtvruSDEmZHm92CwS9nj7/fWttqPCgzep8CA==",
6107 "dev": true,
6108 "license": "MIT",
6109 "dependencies": {
6110 "es-errors": "^1.3.0",
6111 "is-core-module": "^2.16.1",
6112 "path-parse": "^1.0.7",
6113 "supports-preserve-symlinks-flag": "^1.0.0"
6114 },
6115 "bin": {
6116 "resolve": "bin/resolve"
6117 },
6118 "engines": {
6119 "node": ">= 0.4"
6120 },
6121 "funding": {
6122 "url": "https://github.com/sponsors/ljharb"
6123 }
6124 },
6125 "node_modules/retext": {
6126 "version": "9.0.0",
6127 "resolved": "https://registry.npmjs.org/retext/-/retext-9.0.0.tgz",
6128 "integrity": "sha512-sbMDcpHCNjvlheSgMfEcVrZko3cDzdbe1x/e7G66dFp0Ff7Mldvi2uv6JkJQzdRcvLYE8CA8Oe8siQx8ZOgTcA==",
6129 "license": "MIT",
6130 "dependencies": {
6131 "@types/nlcst": "^2.0.0",
6132 "retext-latin": "^4.0.0",
6133 "retext-stringify": "^4.0.0",
6134 "unified": "^11.0.0"
6135 },
6136 "funding": {
6137 "type": "opencollective",
6138 "url": "https://opencollective.com/unified"
6139 }
6140 },
6141 "node_modules/retext-latin": {
6142 "version": "4.0.0",
6143 "resolved": "https://registry.npmjs.org/retext-latin/-/retext-latin-4.0.0.tgz",
6144 "integrity": "sha512-hv9woG7Fy0M9IlRQloq/N6atV82NxLGveq+3H2WOi79dtIYWN8OaxogDm77f8YnVXJL2VD3bbqowu5E3EMhBYA==",
6145 "license": "MIT",
6146 "dependencies": {
6147 "@types/nlcst": "^2.0.0",
6148 "parse-latin": "^7.0.0",
6149 "unified": "^11.0.0"
6150 },
6151 "funding": {
6152 "type": "opencollective",
6153 "url": "https://opencollective.com/unified"
6154 }
6155 },
6156 "node_modules/retext-smartypants": {
6157 "version": "6.2.0",
6158 "resolved": "https://registry.npmjs.org/retext-smartypants/-/retext-smartypants-6.2.0.tgz",
6159 "integrity": "sha512-kk0jOU7+zGv//kfjXEBjdIryL1Acl4i9XNkHxtM7Tm5lFiCog576fjNC9hjoR7LTKQ0DsPWy09JummSsH1uqfQ==",
6160 "license": "MIT",
6161 "dependencies": {
6162 "@types/nlcst": "^2.0.0",
6163 "nlcst-to-string": "^4.0.0",
6164 "unist-util-visit": "^5.0.0"
6165 },
6166 "funding": {
6167 "type": "opencollective",
6168 "url": "https://opencollective.com/unified"
6169 }
6170 },
6171 "node_modules/retext-stringify": {
6172 "version": "4.0.0",
6173 "resolved": "https://registry.npmjs.org/retext-stringify/-/retext-stringify-4.0.0.tgz",
6174 "integrity": "sha512-rtfN/0o8kL1e+78+uxPTqu1Klt0yPzKuQ2BfWwwfgIUSayyzxpM1PJzkKt4V8803uB9qSy32MvI7Xep9khTpiA==",
6175 "license": "MIT",
6176 "dependencies": {
6177 "@types/nlcst": "^2.0.0",
6178 "nlcst-to-string": "^4.0.0",
6179 "unified": "^11.0.0"
6180 },
6181 "funding": {
6182 "type": "opencollective",
6183 "url": "https://opencollective.com/unified"
6184 }
6185 },
6186 "node_modules/reusify": {
6187 "version": "1.1.0",
6188 "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.1.0.tgz",
6189 "integrity": "sha512-g6QUff04oZpHs0eG5p83rFLhHeV00ug/Yf9nZM6fLeUrPguBTkTQOdpAWWspMh55TZfVQDPaN3NQJfbVRAxdIw==",
6190 "dev": true,
6191 "license": "MIT",
6192 "engines": {
6193 "iojs": ">=1.0.0",
6194 "node": ">=0.10.0"
6195 }
6196 },
6197 "node_modules/rollup": {
6198 "version": "4.62.2",
6199 "resolved": "https://registry.npmjs.org/rollup/-/rollup-4.62.2.tgz",
6200 "integrity": "sha512-RFnrW4lhXA3s3eqHDZvN654g8OTjzRfqpIRJYczCGB6HzphckVAi/Qh4tbPUbRuDi7s1Llv8g/NspLkttY3gTA==",
6201 "license": "MIT",
6202 "dependencies": {
6203 "@types/estree": "1.0.9"
6204 },
6205 "bin": {
6206 "rollup": "dist/bin/rollup"
6207 },
6208 "engines": {
6209 "node": ">=18.0.0",
6210 "npm": ">=8.0.0"
6211 },
6212 "optionalDependencies": {
6213 "@rollup/rollup-android-arm-eabi": "4.62.2",
6214 "@rollup/rollup-android-arm64": "4.62.2",
6215 "@rollup/rollup-darwin-arm64": "4.62.2",
6216 "@rollup/rollup-darwin-x64": "4.62.2",
6217 "@rollup/rollup-freebsd-arm64": "4.62.2",
6218 "@rollup/rollup-freebsd-x64": "4.62.2",
6219 "@rollup/rollup-linux-arm-gnueabihf": "4.62.2",
6220 "@rollup/rollup-linux-arm-musleabihf": "4.62.2",
6221 "@rollup/rollup-linux-arm64-gnu": "4.62.2",
6222 "@rollup/rollup-linux-arm64-musl": "4.62.2",
6223 "@rollup/rollup-linux-loong64-gnu": "4.62.2",
6224 "@rollup/rollup-linux-loong64-musl": "4.62.2",
6225 "@rollup/rollup-linux-ppc64-gnu": "4.62.2",
6226 "@rollup/rollup-linux-ppc64-musl": "4.62.2",
6227 "@rollup/rollup-linux-riscv64-gnu": "4.62.2",
6228 "@rollup/rollup-linux-riscv64-musl": "4.62.2",
6229 "@rollup/rollup-linux-s390x-gnu": "4.62.2",
6230 "@rollup/rollup-linux-x64-gnu": "4.62.2",
6231 "@rollup/rollup-linux-x64-musl": "4.62.2",
6232 "@rollup/rollup-openbsd-x64": "4.62.2",
6233 "@rollup/rollup-openharmony-arm64": "4.62.2",
6234 "@rollup/rollup-win32-arm64-msvc": "4.62.2",
6235 "@rollup/rollup-win32-ia32-msvc": "4.62.2",
6236 "@rollup/rollup-win32-x64-gnu": "4.62.2",
6237 "@rollup/rollup-win32-x64-msvc": "4.62.2",
6238 "fsevents": "~2.3.2"
6239 }
6240 },
6241 "node_modules/run-parallel": {
6242 "version": "1.2.0",
6243 "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz",
6244 "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==",
6245 "dev": true,
6246 "funding": [
6247 {
6248 "type": "github",
6249 "url": "https://github.com/sponsors/feross"
6250 },
6251 {
6252 "type": "patreon",
6253 "url": "https://www.patreon.com/feross"
6254 },
6255 {
6256 "type": "consulting",
6257 "url": "https://feross.org/support"
6258 }
6259 ],
6260 "license": "MIT",
6261 "dependencies": {
6262 "queue-microtask": "^1.2.2"
6263 }
6264 },
6265 "node_modules/sax": {
6266 "version": "1.6.0",
6267 "resolved": "https://registry.npmjs.org/sax/-/sax-1.6.0.tgz",
6268 "integrity": "sha512-6R3J5M4AcbtLUdZmRv2SygeVaM7IhrLXu9BmnOGmmACak8fiUtOsYNWUS4uK7upbmHIBbLBeFeI//477BKLBzA==",
6269 "license": "BlueOak-1.0.0",
6270 "engines": {
6271 "node": ">=11.0.0"
6272 }
6273 },
6274 "node_modules/semver": {
6275 "version": "7.8.5",
6276 "resolved": "https://registry.npmjs.org/semver/-/semver-7.8.5.tgz",
6277 "integrity": "sha512-Y7/KDsb8LjooZpwaqGyulO6DQlksgCncchHGk+sZIY4SBvUocMBEFH5Ur1fI4dV+Jvl0w6cjvucaIi40puRioA==",
6278 "license": "ISC",
6279 "bin": {
6280 "semver": "bin/semver.js"
6281 },
6282 "engines": {
6283 "node": ">=10"
6284 }
6285 },
6286 "node_modules/sharp": {
6287 "version": "0.34.5",
6288 "resolved": "https://registry.npmjs.org/sharp/-/sharp-0.34.5.tgz",
6289 "integrity": "sha512-Ou9I5Ft9WNcCbXrU9cMgPBcCK8LiwLqcbywW3t4oDV37n1pzpuNLsYiAV8eODnjbtQlSDwZ2cUEeQz4E54Hltg==",
6290 "hasInstallScript": true,
6291 "license": "Apache-2.0",
6292 "dependencies": {
6293 "@img/colour": "^1.0.0",
6294 "detect-libc": "^2.1.2",
6295 "semver": "^7.7.3"
6296 },
6297 "engines": {
6298 "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
6299 },
6300 "funding": {
6301 "url": "https://opencollective.com/libvips"
6302 },
6303 "optionalDependencies": {
6304 "@img/sharp-darwin-arm64": "0.34.5",
6305 "@img/sharp-darwin-x64": "0.34.5",
6306 "@img/sharp-libvips-darwin-arm64": "1.2.4",
6307 "@img/sharp-libvips-darwin-x64": "1.2.4",
6308 "@img/sharp-libvips-linux-arm": "1.2.4",
6309 "@img/sharp-libvips-linux-arm64": "1.2.4",
6310 "@img/sharp-libvips-linux-ppc64": "1.2.4",
6311 "@img/sharp-libvips-linux-riscv64": "1.2.4",
6312 "@img/sharp-libvips-linux-s390x": "1.2.4",
6313 "@img/sharp-libvips-linux-x64": "1.2.4",
6314 "@img/sharp-libvips-linuxmusl-arm64": "1.2.4",
6315 "@img/sharp-libvips-linuxmusl-x64": "1.2.4",
6316 "@img/sharp-linux-arm": "0.34.5",
6317 "@img/sharp-linux-arm64": "0.34.5",
6318 "@img/sharp-linux-ppc64": "0.34.5",
6319 "@img/sharp-linux-riscv64": "0.34.5",
6320 "@img/sharp-linux-s390x": "0.34.5",
6321 "@img/sharp-linux-x64": "0.34.5",
6322 "@img/sharp-linuxmusl-arm64": "0.34.5",
6323 "@img/sharp-linuxmusl-x64": "0.34.5",
6324 "@img/sharp-wasm32": "0.34.5",
6325 "@img/sharp-win32-arm64": "0.34.5",
6326 "@img/sharp-win32-ia32": "0.34.5",
6327 "@img/sharp-win32-x64": "0.34.5"
6328 }
6329 },
6330 "node_modules/shiki": {
6331 "version": "3.23.0",
6332 "resolved": "https://registry.npmjs.org/shiki/-/shiki-3.23.0.tgz",
6333 "integrity": "sha512-55Dj73uq9ZXL5zyeRPzHQsK7Nbyt6Y10k5s7OjuFZGMhpp4r/rsLBH0o/0fstIzX1Lep9VxefWljK/SKCzygIA==",
6334 "license": "MIT",
6335 "dependencies": {
6336 "@shikijs/core": "3.23.0",
6337 "@shikijs/engine-javascript": "3.23.0",
6338 "@shikijs/engine-oniguruma": "3.23.0",
6339 "@shikijs/langs": "3.23.0",
6340 "@shikijs/themes": "3.23.0",
6341 "@shikijs/types": "3.23.0",
6342 "@shikijs/vscode-textmate": "^10.0.2",
6343 "@types/hast": "^3.0.4"
6344 }
6345 },
6346 "node_modules/sisteransi": {
6347 "version": "1.0.5",
6348 "resolved": "https://registry.npmjs.org/sisteransi/-/sisteransi-1.0.5.tgz",
6349 "integrity": "sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg==",
6350 "license": "MIT"
6351 },
6352 "node_modules/sitemap": {
6353 "version": "9.0.1",
6354 "resolved": "https://registry.npmjs.org/sitemap/-/sitemap-9.0.1.tgz",
6355 "integrity": "sha512-S6hzjGJSG3d6if0YoF5kTyeRJvia6FSTBroE5fQ0bu1QNxyJqhhinfUsXi9fH3MgtXODWvwo2BDyQSnhPQ88uQ==",
6356 "license": "MIT",
6357 "dependencies": {
6358 "@types/node": "^24.9.2",
6359 "@types/sax": "^1.2.1",
6360 "arg": "^5.0.0",
6361 "sax": "^1.4.1"
6362 },
6363 "bin": {
6364 "sitemap": "dist/esm/cli.js"
6365 },
6366 "engines": {
6367 "node": ">=20.19.5",
6368 "npm": ">=10.8.2"
6369 }
6370 },
6371 "node_modules/smol-toml": {
6372 "version": "1.7.0",
6373 "resolved": "https://registry.npmjs.org/smol-toml/-/smol-toml-1.7.0.tgz",
6374 "integrity": "sha512-aqVvWoyO21L23mb+drl4RmMXbf6N7FdHjAhTRA9ZBL7apWBgfWC16KjrASI+1p9GAroljyMHj6fK67i0UiTNvQ==",
6375 "license": "BSD-3-Clause",
6376 "engines": {
6377 "node": ">= 18"
6378 },
6379 "funding": {
6380 "url": "https://github.com/sponsors/cyyynthia"
6381 }
6382 },
6383 "node_modules/source-map": {
6384 "version": "0.7.6",
6385 "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.7.6.tgz",
6386 "integrity": "sha512-i5uvt8C3ikiWeNZSVZNWcfZPItFQOsYTUAOkcUPGd8DqDy1uOUikjt5dG+uRlwyvR108Fb9DOd4GvXfT0N2/uQ==",
6387 "license": "BSD-3-Clause",
6388 "engines": {
6389 "node": ">= 12"
6390 }
6391 },
6392 "node_modules/source-map-js": {
6393 "version": "1.2.1",
6394 "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz",
6395 "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==",
6396 "license": "BSD-3-Clause",
6397 "engines": {
6398 "node": ">=0.10.0"
6399 }
6400 },
6401 "node_modules/space-separated-tokens": {
6402 "version": "2.0.2",
6403 "resolved": "https://registry.npmjs.org/space-separated-tokens/-/space-separated-tokens-2.0.2.tgz",
6404 "integrity": "sha512-PEGlAwrG8yXGXRjW32fGbg66JAlOAwbObuqVoJpv/mRgoWDQfgH1wDPvtzWyUSNAXBGSk8h755YDbbcEy3SH2Q==",
6405 "license": "MIT",
6406 "funding": {
6407 "type": "github",
6408 "url": "https://github.com/sponsors/wooorm"
6409 }
6410 },
6411 "node_modules/stream-replace-string": {
6412 "version": "2.0.0",
6413 "resolved": "https://registry.npmjs.org/stream-replace-string/-/stream-replace-string-2.0.0.tgz",
6414 "integrity": "sha512-TlnjJ1C0QrmxRNrON00JvaFFlNh5TTG00APw23j74ET7gkQpTASi6/L2fuiav8pzK715HXtUeClpBTw2NPSn6w==",
6415 "license": "MIT"
6416 },
6417 "node_modules/string-width": {
6418 "version": "7.2.0",
6419 "resolved": "https://registry.npmjs.org/string-width/-/string-width-7.2.0.tgz",
6420 "integrity": "sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==",
6421 "license": "MIT",
6422 "dependencies": {
6423 "emoji-regex": "^10.3.0",
6424 "get-east-asian-width": "^1.0.0",
6425 "strip-ansi": "^7.1.0"
6426 },
6427 "engines": {
6428 "node": ">=18"
6429 },
6430 "funding": {
6431 "url": "https://github.com/sponsors/sindresorhus"
6432 }
6433 },
6434 "node_modules/stringify-entities": {
6435 "version": "4.0.4",
6436 "resolved": "https://registry.npmjs.org/stringify-entities/-/stringify-entities-4.0.4.tgz",
6437 "integrity": "sha512-IwfBptatlO+QCJUo19AqvrPNqlVMpW9YEL2LIVY+Rpv2qsjCGxaDLNRgeGsQWJhfItebuJhsGSLjaBbNSQ+ieg==",
6438 "license": "MIT",
6439 "dependencies": {
6440 "character-entities-html4": "^2.0.0",
6441 "character-entities-legacy": "^3.0.0"
6442 },
6443 "funding": {
6444 "type": "github",
6445 "url": "https://github.com/sponsors/wooorm"
6446 }
6447 },
6448 "node_modules/strip-ansi": {
6449 "version": "7.2.0",
6450 "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.2.0.tgz",
6451 "integrity": "sha512-yDPMNjp4WyfYBkHnjIRLfca1i6KMyGCtsVgoKe/z1+6vukgaENdgGBZt+ZmKPc4gavvEZ5OgHfHdrazhgNyG7w==",
6452 "license": "MIT",
6453 "dependencies": {
6454 "ansi-regex": "^6.2.2"
6455 },
6456 "engines": {
6457 "node": ">=12"
6458 },
6459 "funding": {
6460 "url": "https://github.com/chalk/strip-ansi?sponsor=1"
6461 }
6462 },
6463 "node_modules/style-to-js": {
6464 "version": "1.1.21",
6465 "resolved": "https://registry.npmjs.org/style-to-js/-/style-to-js-1.1.21.tgz",
6466 "integrity": "sha512-RjQetxJrrUJLQPHbLku6U/ocGtzyjbJMP9lCNK7Ag0CNh690nSH8woqWH9u16nMjYBAok+i7JO1NP2pOy8IsPQ==",
6467 "license": "MIT",
6468 "dependencies": {
6469 "style-to-object": "1.0.14"
6470 }
6471 },
6472 "node_modules/style-to-object": {
6473 "version": "1.0.14",
6474 "resolved": "https://registry.npmjs.org/style-to-object/-/style-to-object-1.0.14.tgz",
6475 "integrity": "sha512-LIN7rULI0jBscWQYaSswptyderlarFkjQ+t79nzty8tcIAceVomEVlLzH5VP4Cmsv6MtKhs7qaAiwlcp+Mgaxw==",
6476 "license": "MIT",
6477 "dependencies": {
6478 "inline-style-parser": "0.2.7"
6479 }
6480 },
6481 "node_modules/sucrase": {
6482 "version": "3.35.1",
6483 "resolved": "https://registry.npmjs.org/sucrase/-/sucrase-3.35.1.tgz",
6484 "integrity": "sha512-DhuTmvZWux4H1UOnWMB3sk0sbaCVOoQZjv8u1rDoTV0HTdGem9hkAZtl4JZy8P2z4Bg0nT+YMeOFyVr4zcG5Tw==",
6485 "dev": true,
6486 "license": "MIT",
6487 "dependencies": {
6488 "@jridgewell/gen-mapping": "^0.3.2",
6489 "commander": "^4.0.0",
6490 "lines-and-columns": "^1.1.6",
6491 "mz": "^2.7.0",
6492 "pirates": "^4.0.1",
6493 "tinyglobby": "^0.2.11",
6494 "ts-interface-checker": "^0.1.9"
6495 },
6496 "bin": {
6497 "sucrase": "bin/sucrase",
6498 "sucrase-node": "bin/sucrase-node"
6499 },
6500 "engines": {
6501 "node": ">=16 || 14 >=14.17"
6502 }
6503 },
6504 "node_modules/sucrase/node_modules/commander": {
6505 "version": "4.1.1",
6506 "resolved": "https://registry.npmjs.org/commander/-/commander-4.1.1.tgz",
6507 "integrity": "sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==",
6508 "dev": true,
6509 "license": "MIT",
6510 "engines": {
6511 "node": ">= 6"
6512 }
6513 },
6514 "node_modules/supports-preserve-symlinks-flag": {
6515 "version": "1.0.0",
6516 "resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz",
6517 "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==",
6518 "dev": true,
6519 "license": "MIT",
6520 "engines": {
6521 "node": ">= 0.4"
6522 },
6523 "funding": {
6524 "url": "https://github.com/sponsors/ljharb"
6525 }
6526 },
6527 "node_modules/svgo": {
6528 "version": "4.0.2",
6529 "resolved": "https://registry.npmjs.org/svgo/-/svgo-4.0.2.tgz",
6530 "integrity": "sha512-ekx94z1rRc5LDi6oSUaeRnYhd0UOJxdtQCL2rF8xpWxD3TPAsISWOrxezqGovqS38GRZOdpDfvQe3ts6F7nsng==",
6531 "license": "MIT",
6532 "dependencies": {
6533 "commander": "^11.1.0",
6534 "css-select": "^5.1.0",
6535 "css-tree": "^3.0.1",
6536 "css-what": "^6.1.0",
6537 "csso": "^5.0.5",
6538 "picocolors": "^1.1.1",
6539 "sax": "^1.5.0"
6540 },
6541 "bin": {
6542 "svgo": "bin/svgo.js"
6543 },
6544 "engines": {
6545 "node": ">=16"
6546 },
6547 "funding": {
6548 "type": "opencollective",
6549 "url": "https://opencollective.com/svgo"
6550 }
6551 },
6552 "node_modules/tailwindcss": {
6553 "version": "3.4.19",
6554 "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.19.tgz",
6555 "integrity": "sha512-3ofp+LL8E+pK/JuPLPggVAIaEuhvIz4qNcf3nA1Xn2o/7fb7s/TYpHhwGDv1ZU3PkBluUVaF8PyCHcm48cKLWQ==",
6556 "dev": true,
6557 "license": "MIT",
6558 "dependencies": {
6559 "@alloc/quick-lru": "^5.2.0",
6560 "arg": "^5.0.2",
6561 "chokidar": "^3.6.0",
6562 "didyoumean": "^1.2.2",
6563 "dlv": "^1.1.3",
6564 "fast-glob": "^3.3.2",
6565 "glob-parent": "^6.0.2",
6566 "is-glob": "^4.0.3",
6567 "jiti": "^1.21.7",
6568 "lilconfig": "^3.1.3",
6569 "micromatch": "^4.0.8",
6570 "normalize-path": "^3.0.0",
6571 "object-hash": "^3.0.0",
6572 "picocolors": "^1.1.1",
6573 "postcss": "^8.4.47",
6574 "postcss-import": "^15.1.0",
6575 "postcss-js": "^4.0.1",
6576 "postcss-load-config": "^4.0.2 || ^5.0 || ^6.0",
6577 "postcss-nested": "^6.2.0",
6578 "postcss-selector-parser": "^6.1.2",
6579 "resolve": "^1.22.8",
6580 "sucrase": "^3.35.0"
6581 },
6582 "bin": {
6583 "tailwind": "lib/cli.js",
6584 "tailwindcss": "lib/cli.js"
6585 },
6586 "engines": {
6587 "node": ">=14.0.0"
6588 }
6589 },
6590 "node_modules/tailwindcss/node_modules/chokidar": {
6591 "version": "3.6.0",
6592 "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.6.0.tgz",
6593 "integrity": "sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==",
6594 "dev": true,
6595 "license": "MIT",
6596 "dependencies": {
6597 "anymatch": "~3.1.2",
6598 "braces": "~3.0.2",
6599 "glob-parent": "~5.1.2",
6600 "is-binary-path": "~2.1.0",
6601 "is-glob": "~4.0.1",
6602 "normalize-path": "~3.0.0",
6603 "readdirp": "~3.6.0"
6604 },
6605 "engines": {
6606 "node": ">= 8.10.0"
6607 },
6608 "funding": {
6609 "url": "https://paulmillr.com/funding/"
6610 },
6611 "optionalDependencies": {
6612 "fsevents": "~2.3.2"
6613 }
6614 },
6615 "node_modules/tailwindcss/node_modules/chokidar/node_modules/glob-parent": {
6616 "version": "5.1.2",
6617 "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz",
6618 "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
6619 "dev": true,
6620 "license": "ISC",
6621 "dependencies": {
6622 "is-glob": "^4.0.1"
6623 },
6624 "engines": {
6625 "node": ">= 6"
6626 }
6627 },
6628 "node_modules/tailwindcss/node_modules/picomatch": {
6629 "version": "2.3.2",
6630 "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.2.tgz",
6631 "integrity": "sha512-V7+vQEJ06Z+c5tSye8S+nHUfI51xoXIXjHQ99cQtKUkQqqO1kO/KCJUfZXuB47h/YBlDhah2H3hdUGXn8ie0oA==",
6632 "dev": true,
6633 "license": "MIT",
6634 "engines": {
6635 "node": ">=8.6"
6636 },
6637 "funding": {
6638 "url": "https://github.com/sponsors/jonschlinkert"
6639 }
6640 },
6641 "node_modules/tailwindcss/node_modules/readdirp": {
6642 "version": "3.6.0",
6643 "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz",
6644 "integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==",
6645 "dev": true,
6646 "license": "MIT",
6647 "dependencies": {
6648 "picomatch": "^2.2.1"
6649 },
6650 "engines": {
6651 "node": ">=8.10.0"
6652 }
6653 },
6654 "node_modules/thenify": {
6655 "version": "3.3.1",
6656 "resolved": "https://registry.npmjs.org/thenify/-/thenify-3.3.1.tgz",
6657 "integrity": "sha512-RVZSIV5IG10Hk3enotrhvz0T9em6cyHBLkH/YAZuKqd8hRkKhSfCGIcP2KUY0EPxndzANBmNllzWPwak+bheSw==",
6658 "dev": true,
6659 "license": "MIT",
6660 "dependencies": {
6661 "any-promise": "^1.0.0"
6662 }
6663 },
6664 "node_modules/thenify-all": {
6665 "version": "1.6.0",
6666 "resolved": "https://registry.npmjs.org/thenify-all/-/thenify-all-1.6.0.tgz",
6667 "integrity": "sha512-RNxQH/qI8/t3thXJDwcstUO4zeqo64+Uy/+sNVRBx4Xn2OX+OZ9oP+iJnNFqplFra2ZUVeKCSa2oVWi3T4uVmA==",
6668 "dev": true,
6669 "license": "MIT",
6670 "dependencies": {
6671 "thenify": ">= 3.1.0 < 4"
6672 },
6673 "engines": {
6674 "node": ">=0.8"
6675 }
6676 },
6677 "node_modules/tiny-inflate": {
6678 "version": "1.0.3",
6679 "resolved": "https://registry.npmjs.org/tiny-inflate/-/tiny-inflate-1.0.3.tgz",
6680 "integrity": "sha512-pkY1fj1cKHb2seWDy0B16HeWyczlJA9/WW3u3c4z/NiWDsO3DOU5D7nhTLE9CF0yXv/QZFY7sEJmj24dK+Rrqw==",
6681 "license": "MIT"
6682 },
6683 "node_modules/tinyexec": {
6684 "version": "1.2.4",
6685 "resolved": "https://registry.npmjs.org/tinyexec/-/tinyexec-1.2.4.tgz",
6686 "integrity": "sha512-SHf/r48b7vOrjve9PxJo3MN5v5yuyjHvdUcrQffT3WXMUfnGmHDVbC4k3sHJaJTgZCwpUplIaAo5ANtMyp3YHg==",
6687 "license": "MIT",
6688 "engines": {
6689 "node": ">=18"
6690 }
6691 },
6692 "node_modules/tinyglobby": {
6693 "version": "0.2.17",
6694 "resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.17.tgz",
6695 "integrity": "sha512-wXR/dYpcqKmfWpEdZjiKJOwCNFndD0DMnrW/cYjVGttEkBfVgcLFHoNrlj47mjOVic9yyNu65alsgF4NQyTa2g==",
6696 "license": "MIT",
6697 "dependencies": {
6698 "fdir": "^6.5.0",
6699 "picomatch": "^4.0.4"
6700 },
6701 "engines": {
6702 "node": ">=12.0.0"
6703 },
6704 "funding": {
6705 "url": "https://github.com/sponsors/SuperchupuDev"
6706 }
6707 },
6708 "node_modules/to-regex-range": {
6709 "version": "5.0.1",
6710 "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz",
6711 "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==",
6712 "dev": true,
6713 "license": "MIT",
6714 "dependencies": {
6715 "is-number": "^7.0.0"
6716 },
6717 "engines": {
6718 "node": ">=8.0"
6719 }
6720 },
6721 "node_modules/trim-lines": {
6722 "version": "3.0.1",
6723 "resolved": "https://registry.npmjs.org/trim-lines/-/trim-lines-3.0.1.tgz",
6724 "integrity": "sha512-kRj8B+YHZCc9kQYdWfJB2/oUl9rA99qbowYYBtr4ui4mZyAQ2JpvVBd/6U2YloATfqBhBTSMhTpgBHtU0Mf3Rg==",
6725 "license": "MIT",
6726 "funding": {
6727 "type": "github",
6728 "url": "https://github.com/sponsors/wooorm"
6729 }
6730 },
6731 "node_modules/trough": {
6732 "version": "2.2.0",
6733 "resolved": "https://registry.npmjs.org/trough/-/trough-2.2.0.tgz",
6734 "integrity": "sha512-tmMpK00BjZiUyVyvrBK7knerNgmgvcV/KLVyuma/SC+TQN167GrMRciANTz09+k3zW8L8t60jWO1GpfkZdjTaw==",
6735 "license": "MIT",
6736 "funding": {
6737 "type": "github",
6738 "url": "https://github.com/sponsors/wooorm"
6739 }
6740 },
6741 "node_modules/ts-interface-checker": {
6742 "version": "0.1.13",
6743 "resolved": "https://registry.npmjs.org/ts-interface-checker/-/ts-interface-checker-0.1.13.tgz",
6744 "integrity": "sha512-Y/arvbn+rrz3JCKl9C4kVNfTfSm2/mEp5FSz5EsZSANGPSlQrpRI5M4PKF+mJnE52jOO90PnPSc3Ur3bTQw0gA==",
6745 "dev": true,
6746 "license": "Apache-2.0"
6747 },
6748 "node_modules/tsconfck": {
6749 "version": "3.1.6",
6750 "resolved": "https://registry.npmjs.org/tsconfck/-/tsconfck-3.1.6.tgz",
6751 "integrity": "sha512-ks6Vjr/jEw0P1gmOVwutM3B7fWxoWBL2KRDb1JfqGVawBmO5UsvmWOQFGHBPl5yxYz4eERr19E6L7NMv+Fej4w==",
6752 "deprecated": "unmaintained",
6753 "license": "MIT",
6754 "bin": {
6755 "tsconfck": "bin/tsconfck.js"
6756 },
6757 "engines": {
6758 "node": "^18 || >=20"
6759 },
6760 "peerDependencies": {
6761 "typescript": "^5.0.0"
6762 },
6763 "peerDependenciesMeta": {
6764 "typescript": {
6765 "optional": true
6766 }
6767 }
6768 },
6769 "node_modules/tslib": {
6770 "version": "2.8.1",
6771 "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz",
6772 "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==",
6773 "license": "0BSD",
6774 "optional": true
6775 },
6776 "node_modules/type-fest": {
6777 "version": "4.41.0",
6778 "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.41.0.tgz",
6779 "integrity": "sha512-TeTSQ6H5YHvpqVwBRcnLDCBnDOHWYu7IvGbHT6N8AOymcr9PJGjc1GTtiWZTYg0NCgYwvnYWEkVChQAr9bjfwA==",
6780 "license": "(MIT OR CC0-1.0)",
6781 "engines": {
6782 "node": ">=16"
6783 },
6784 "funding": {
6785 "url": "https://github.com/sponsors/sindresorhus"
6786 }
6787 },
6788 "node_modules/typescript": {
6789 "version": "5.9.3",
6790 "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz",
6791 "integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==",
6792 "license": "Apache-2.0",
6793 "peer": true,
6794 "bin": {
6795 "tsc": "bin/tsc",
6796 "tsserver": "bin/tsserver"
6797 },
6798 "engines": {
6799 "node": ">=14.17"
6800 }
6801 },
6802 "node_modules/ufo": {
6803 "version": "1.6.4",
6804 "resolved": "https://registry.npmjs.org/ufo/-/ufo-1.6.4.tgz",
6805 "integrity": "sha512-JFNbkD1Svwe0KvGi8GOeLcP4kAWQ609twvCdcHxq1oSL8svv39ZuSvajcD8B+5D0eL4+s1Is2D/O6KN3qcTeRA==",
6806 "license": "MIT"
6807 },
6808 "node_modules/ultrahtml": {
6809 "version": "1.7.0",
6810 "resolved": "https://registry.npmjs.org/ultrahtml/-/ultrahtml-1.7.0.tgz",
6811 "integrity": "sha512-2xRd0VHoAQE4M+vF/DvFFB7pUV0ZxTW1TLi7lHQWnF/Sb5TPeEUV/l+hxcNnGO00ZXGnR0voCMmYRKQf+rvJ2g==",
6812 "license": "MIT"
6813 },
6814 "node_modules/uncrypto": {
6815 "version": "0.1.3",
6816 "resolved": "https://registry.npmjs.org/uncrypto/-/uncrypto-0.1.3.tgz",
6817 "integrity": "sha512-Ql87qFHB3s/De2ClA9e0gsnS6zXG27SkTiSJwjCc9MebbfapQfuPzumMIUMi38ezPZVNFcHI9sUIepeQfw8J8Q==",
6818 "license": "MIT"
6819 },
6820 "node_modules/undici-types": {
6821 "version": "7.18.2",
6822 "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.18.2.tgz",
6823 "integrity": "sha512-AsuCzffGHJybSaRrmr5eHr81mwJU3kjw6M+uprWvCXiNeN9SOGwQ3Jn8jb8m3Z6izVgknn1R0FTCEAP2QrLY/w==",
6824 "license": "MIT"
6825 },
6826 "node_modules/unified": {
6827 "version": "11.0.5",
6828 "resolved": "https://registry.npmjs.org/unified/-/unified-11.0.5.tgz",
6829 "integrity": "sha512-xKvGhPWw3k84Qjh8bI3ZeJjqnyadK+GEFtazSfZv/rKeTkTjOJho6mFqh2SM96iIcZokxiOpg78GazTSg8+KHA==",
6830 "license": "MIT",
6831 "dependencies": {
6832 "@types/unist": "^3.0.0",
6833 "bail": "^2.0.0",
6834 "devlop": "^1.0.0",
6835 "extend": "^3.0.0",
6836 "is-plain-obj": "^4.0.0",
6837 "trough": "^2.0.0",
6838 "vfile": "^6.0.0"
6839 },
6840 "funding": {
6841 "type": "opencollective",
6842 "url": "https://opencollective.com/unified"
6843 }
6844 },
6845 "node_modules/unifont": {
6846 "version": "0.7.4",
6847 "resolved": "https://registry.npmjs.org/unifont/-/unifont-0.7.4.tgz",
6848 "integrity": "sha512-oHeis4/xl42HUIeHuNZRGEvxj5AaIKR+bHPNegRq5LV1gdc3jundpONbjglKpihmJf+dswygdMJn3eftGIMemg==",
6849 "license": "MIT",
6850 "dependencies": {
6851 "css-tree": "^3.1.0",
6852 "ofetch": "^1.5.1",
6853 "ohash": "^2.0.11"
6854 }
6855 },
6856 "node_modules/unist-util-find-after": {
6857 "version": "5.0.0",
6858 "resolved": "https://registry.npmjs.org/unist-util-find-after/-/unist-util-find-after-5.0.0.tgz",
6859 "integrity": "sha512-amQa0Ep2m6hE2g72AugUItjbuM8X8cGQnFoHk0pGfrFeT9GZhzN5SW8nRsiGKK7Aif4CrACPENkA6P/Lw6fHGQ==",
6860 "license": "MIT",
6861 "dependencies": {
6862 "@types/unist": "^3.0.0",
6863 "unist-util-is": "^6.0.0"
6864 },
6865 "funding": {
6866 "type": "opencollective",
6867 "url": "https://opencollective.com/unified"
6868 }
6869 },
6870 "node_modules/unist-util-is": {
6871 "version": "6.0.1",
6872 "resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-6.0.1.tgz",
6873 "integrity": "sha512-LsiILbtBETkDz8I9p1dQ0uyRUWuaQzd/cuEeS1hoRSyW5E5XGmTzlwY1OrNzzakGowI9Dr/I8HVaw4hTtnxy8g==",
6874 "license": "MIT",
6875 "dependencies": {
6876 "@types/unist": "^3.0.0"
6877 },
6878 "funding": {
6879 "type": "opencollective",
6880 "url": "https://opencollective.com/unified"
6881 }
6882 },
6883 "node_modules/unist-util-modify-children": {
6884 "version": "4.0.0",
6885 "resolved": "https://registry.npmjs.org/unist-util-modify-children/-/unist-util-modify-children-4.0.0.tgz",
6886 "integrity": "sha512-+tdN5fGNddvsQdIzUF3Xx82CU9sMM+fA0dLgR9vOmT0oPT2jH+P1nd5lSqfCfXAw+93NhcXNY2qqvTUtE4cQkw==",
6887 "license": "MIT",
6888 "dependencies": {
6889 "@types/unist": "^3.0.0",
6890 "array-iterate": "^2.0.0"
6891 },
6892 "funding": {
6893 "type": "opencollective",
6894 "url": "https://opencollective.com/unified"
6895 }
6896 },
6897 "node_modules/unist-util-position": {
6898 "version": "5.0.0",
6899 "resolved": "https://registry.npmjs.org/unist-util-position/-/unist-util-position-5.0.0.tgz",
6900 "integrity": "sha512-fucsC7HjXvkB5R3kTCO7kUjRdrS0BJt3M/FPxmHMBOm8JQi2BsHAHFsy27E0EolP8rp0NzXsJ+jNPyDWvOJZPA==",
6901 "license": "MIT",
6902 "dependencies": {
6903 "@types/unist": "^3.0.0"
6904 },
6905 "funding": {
6906 "type": "opencollective",
6907 "url": "https://opencollective.com/unified"
6908 }
6909 },
6910 "node_modules/unist-util-position-from-estree": {
6911 "version": "2.0.0",
6912 "resolved": "https://registry.npmjs.org/unist-util-position-from-estree/-/unist-util-position-from-estree-2.0.0.tgz",
6913 "integrity": "sha512-KaFVRjoqLyF6YXCbVLNad/eS4+OfPQQn2yOd7zF/h5T/CSL2v8NpN6a5TPvtbXthAGw5nG+PuTtq+DdIZr+cRQ==",
6914 "license": "MIT",
6915 "dependencies": {
6916 "@types/unist": "^3.0.0"
6917 },
6918 "funding": {
6919 "type": "opencollective",
6920 "url": "https://opencollective.com/unified"
6921 }
6922 },
6923 "node_modules/unist-util-remove-position": {
6924 "version": "5.0.0",
6925 "resolved": "https://registry.npmjs.org/unist-util-remove-position/-/unist-util-remove-position-5.0.0.tgz",
6926 "integrity": "sha512-Hp5Kh3wLxv0PHj9m2yZhhLt58KzPtEYKQQ4yxfYFEO7EvHwzyDYnduhHnY1mDxoqr7VUwVuHXk9RXKIiYS1N8Q==",
6927 "license": "MIT",
6928 "dependencies": {
6929 "@types/unist": "^3.0.0",
6930 "unist-util-visit": "^5.0.0"
6931 },
6932 "funding": {
6933 "type": "opencollective",
6934 "url": "https://opencollective.com/unified"
6935 }
6936 },
6937 "node_modules/unist-util-stringify-position": {
6938 "version": "4.0.0",
6939 "resolved": "https://registry.npmjs.org/unist-util-stringify-position/-/unist-util-stringify-position-4.0.0.tgz",
6940 "integrity": "sha512-0ASV06AAoKCDkS2+xw5RXJywruurpbC4JZSm7nr7MOt1ojAzvyyaO+UxZf18j8FCF6kmzCZKcAgN/yu2gm2XgQ==",
6941 "license": "MIT",
6942 "dependencies": {
6943 "@types/unist": "^3.0.0"
6944 },
6945 "funding": {
6946 "type": "opencollective",
6947 "url": "https://opencollective.com/unified"
6948 }
6949 },
6950 "node_modules/unist-util-visit": {
6951 "version": "5.1.0",
6952 "resolved": "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-5.1.0.tgz",
6953 "integrity": "sha512-m+vIdyeCOpdr/QeQCu2EzxX/ohgS8KbnPDgFni4dQsfSCtpz8UqDyY5GjRru8PDKuYn7Fq19j1CQ+nJSsGKOzg==",
6954 "license": "MIT",
6955 "dependencies": {
6956 "@types/unist": "^3.0.0",
6957 "unist-util-is": "^6.0.0",
6958 "unist-util-visit-parents": "^6.0.0"
6959 },
6960 "funding": {
6961 "type": "opencollective",
6962 "url": "https://opencollective.com/unified"
6963 }
6964 },
6965 "node_modules/unist-util-visit-children": {
6966 "version": "3.0.0",
6967 "resolved": "https://registry.npmjs.org/unist-util-visit-children/-/unist-util-visit-children-3.0.0.tgz",
6968 "integrity": "sha512-RgmdTfSBOg04sdPcpTSD1jzoNBjt9a80/ZCzp5cI9n1qPzLZWF9YdvWGN2zmTumP1HWhXKdUWexjy/Wy/lJ7tA==",
6969 "license": "MIT",
6970 "dependencies": {
6971 "@types/unist": "^3.0.0"
6972 },
6973 "funding": {
6974 "type": "opencollective",
6975 "url": "https://opencollective.com/unified"
6976 }
6977 },
6978 "node_modules/unist-util-visit-parents": {
6979 "version": "6.0.2",
6980 "resolved": "https://registry.npmjs.org/unist-util-visit-parents/-/unist-util-visit-parents-6.0.2.tgz",
6981 "integrity": "sha512-goh1s1TBrqSqukSc8wrjwWhL0hiJxgA8m4kFxGlQ+8FYQ3C/m11FcTs4YYem7V664AhHVvgoQLk890Ssdsr2IQ==",
6982 "license": "MIT",
6983 "dependencies": {
6984 "@types/unist": "^3.0.0",
6985 "unist-util-is": "^6.0.0"
6986 },
6987 "funding": {
6988 "type": "opencollective",
6989 "url": "https://opencollective.com/unified"
6990 }
6991 },
6992 "node_modules/unstorage": {
6993 "version": "1.17.5",
6994 "resolved": "https://registry.npmjs.org/unstorage/-/unstorage-1.17.5.tgz",
6995 "integrity": "sha512-0i3iqvRfx29hkNntHyQvJTpf5W9dQ9ZadSoRU8+xVlhVtT7jAX57fazYO9EHvcRCfBCyi5YRya7XCDOsbTgkPg==",
6996 "license": "MIT",
6997 "dependencies": {
6998 "anymatch": "^3.1.3",
6999 "chokidar": "^5.0.0",
7000 "destr": "^2.0.5",
7001 "h3": "^1.15.10",
7002 "lru-cache": "^11.2.7",
7003 "node-fetch-native": "^1.6.7",
7004 "ofetch": "^1.5.1",
7005 "ufo": "^1.6.3"
7006 },
7007 "peerDependencies": {
7008 "@azure/app-configuration": "^1.8.0",
7009 "@azure/cosmos": "^4.2.0",
7010 "@azure/data-tables": "^13.3.0",
7011 "@azure/identity": "^4.6.0",
7012 "@azure/keyvault-secrets": "^4.9.0",
7013 "@azure/storage-blob": "^12.26.0",
7014 "@capacitor/preferences": "^6 || ^7 || ^8",
7015 "@deno/kv": ">=0.9.0",
7016 "@netlify/blobs": "^6.5.0 || ^7.0.0 || ^8.1.0 || ^9.0.0 || ^10.0.0",
7017 "@planetscale/database": "^1.19.0",
7018 "@upstash/redis": "^1.34.3",
7019 "@vercel/blob": ">=0.27.1",
7020 "@vercel/functions": "^2.2.12 || ^3.0.0",
7021 "@vercel/kv": "^1 || ^2 || ^3",
7022 "aws4fetch": "^1.0.20",
7023 "db0": ">=0.2.1",
7024 "idb-keyval": "^6.2.1",
7025 "ioredis": "^5.4.2",
7026 "uploadthing": "^7.4.4"
7027 },
7028 "peerDependenciesMeta": {
7029 "@azure/app-configuration": {
7030 "optional": true
7031 },
7032 "@azure/cosmos": {
7033 "optional": true
7034 },
7035 "@azure/data-tables": {
7036 "optional": true
7037 },
7038 "@azure/identity": {
7039 "optional": true
7040 },
7041 "@azure/keyvault-secrets": {
7042 "optional": true
7043 },
7044 "@azure/storage-blob": {
7045 "optional": true
7046 },
7047 "@capacitor/preferences": {
7048 "optional": true
7049 },
7050 "@deno/kv": {
7051 "optional": true
7052 },
7053 "@netlify/blobs": {
7054 "optional": true
7055 },
7056 "@planetscale/database": {
7057 "optional": true
7058 },
7059 "@upstash/redis": {
7060 "optional": true
7061 },
7062 "@vercel/blob": {
7063 "optional": true
7064 },
7065 "@vercel/functions": {
7066 "optional": true
7067 },
7068 "@vercel/kv": {
7069 "optional": true
7070 },
7071 "aws4fetch": {
7072 "optional": true
7073 },
7074 "db0": {
7075 "optional": true
7076 },
7077 "idb-keyval": {
7078 "optional": true
7079 },
7080 "ioredis": {
7081 "optional": true
7082 },
7083 "uploadthing": {
7084 "optional": true
7085 }
7086 }
7087 },
7088 "node_modules/util-deprecate": {
7089 "version": "1.0.2",
7090 "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz",
7091 "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==",
7092 "license": "MIT"
7093 },
7094 "node_modules/vfile": {
7095 "version": "6.0.3",
7096 "resolved": "https://registry.npmjs.org/vfile/-/vfile-6.0.3.tgz",
7097 "integrity": "sha512-KzIbH/9tXat2u30jf+smMwFCsno4wHVdNmzFyL+T/L3UGqqk6JKfVqOFOZEpZSHADH1k40ab6NUIXZq422ov3Q==",
7098 "license": "MIT",
7099 "dependencies": {
7100 "@types/unist": "^3.0.0",
7101 "vfile-message": "^4.0.0"
7102 },
7103 "funding": {
7104 "type": "opencollective",
7105 "url": "https://opencollective.com/unified"
7106 }
7107 },
7108 "node_modules/vfile-location": {
7109 "version": "5.0.3",
7110 "resolved": "https://registry.npmjs.org/vfile-location/-/vfile-location-5.0.3.tgz",
7111 "integrity": "sha512-5yXvWDEgqeiYiBe1lbxYF7UMAIm/IcopxMHrMQDq3nvKcjPKIhZklUKL+AE7J7uApI4kwe2snsK+eI6UTj9EHg==",
7112 "license": "MIT",
7113 "dependencies": {
7114 "@types/unist": "^3.0.0",
7115 "vfile": "^6.0.0"
7116 },
7117 "funding": {
7118 "type": "opencollective",
7119 "url": "https://opencollective.com/unified"
7120 }
7121 },
7122 "node_modules/vfile-message": {
7123 "version": "4.0.3",
7124 "resolved": "https://registry.npmjs.org/vfile-message/-/vfile-message-4.0.3.tgz",
7125 "integrity": "sha512-QTHzsGd1EhbZs4AsQ20JX1rC3cOlt/IWJruk893DfLRr57lcnOeMaWG4K0JrRta4mIJZKth2Au3mM3u03/JWKw==",
7126 "license": "MIT",
7127 "dependencies": {
7128 "@types/unist": "^3.0.0",
7129 "unist-util-stringify-position": "^4.0.0"
7130 },
7131 "funding": {
7132 "type": "opencollective",
7133 "url": "https://opencollective.com/unified"
7134 }
7135 },
7136 "node_modules/vite": {
7137 "version": "6.4.3",
7138 "resolved": "https://registry.npmjs.org/vite/-/vite-6.4.3.tgz",
7139 "integrity": "sha512-NTKlcQjlAK7MlQoyb6LgaqHc8sso/pVyUJYWMws3jg21uTJw/LddqIFPcPqP6PzpgbIcZyKI85sFE4HBrQDA8A==",
7140 "license": "MIT",
7141 "dependencies": {
7142 "esbuild": "^0.25.0",
7143 "fdir": "^6.4.4",
7144 "picomatch": "^4.0.2",
7145 "postcss": "^8.5.3",
7146 "rollup": "^4.34.9",
7147 "tinyglobby": "^0.2.13"
7148 },
7149 "bin": {
7150 "vite": "bin/vite.js"
7151 },
7152 "engines": {
7153 "node": "^18.0.0 || ^20.0.0 || >=22.0.0"
7154 },
7155 "funding": {
7156 "url": "https://github.com/vitejs/vite?sponsor=1"
7157 },
7158 "optionalDependencies": {
7159 "fsevents": "~2.3.3"
7160 },
7161 "peerDependencies": {
7162 "@types/node": "^18.0.0 || ^20.0.0 || >=22.0.0",
7163 "jiti": ">=1.21.0",
7164 "less": "*",
7165 "lightningcss": "^1.21.0",
7166 "sass": "*",
7167 "sass-embedded": "*",
7168 "stylus": "*",
7169 "sugarss": "*",
7170 "terser": "^5.16.0",
7171 "tsx": "^4.8.1",
7172 "yaml": "^2.4.2"
7173 },
7174 "peerDependenciesMeta": {
7175 "@types/node": {
7176 "optional": true
7177 },
7178 "jiti": {
7179 "optional": true
7180 },
7181 "less": {
7182 "optional": true
7183 },
7184 "lightningcss": {
7185 "optional": true
7186 },
7187 "sass": {
7188 "optional": true
7189 },
7190 "sass-embedded": {
7191 "optional": true
7192 },
7193 "stylus": {
7194 "optional": true
7195 },
7196 "sugarss": {
7197 "optional": true
7198 },
7199 "terser": {
7200 "optional": true
7201 },
7202 "tsx": {
7203 "optional": true
7204 },
7205 "yaml": {
7206 "optional": true
7207 }
7208 }
7209 },
7210 "node_modules/vite/node_modules/@esbuild/aix-ppc64": {
7211 "version": "0.25.12",
7212 "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.25.12.tgz",
7213 "integrity": "sha512-Hhmwd6CInZ3dwpuGTF8fJG6yoWmsToE+vYgD4nytZVxcu1ulHpUQRAB1UJ8+N1Am3Mz4+xOByoQoSZf4D+CpkA==",
7214 "cpu": [
7215 "ppc64"
7216 ],
7217 "license": "MIT",
7218 "optional": true,
7219 "os": [
7220 "aix"
7221 ],
7222 "engines": {
7223 "node": ">=18"
7224 }
7225 },
7226 "node_modules/vite/node_modules/@esbuild/android-arm": {
7227 "version": "0.25.12",
7228 "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.25.12.tgz",
7229 "integrity": "sha512-VJ+sKvNA/GE7Ccacc9Cha7bpS8nyzVv0jdVgwNDaR4gDMC/2TTRc33Ip8qrNYUcpkOHUT5OZ0bUcNNVZQ9RLlg==",
7230 "cpu": [
7231 "arm"
7232 ],
7233 "license": "MIT",
7234 "optional": true,
7235 "os": [
7236 "android"
7237 ],
7238 "engines": {
7239 "node": ">=18"
7240 }
7241 },
7242 "node_modules/vite/node_modules/@esbuild/android-arm64": {
7243 "version": "0.25.12",
7244 "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.25.12.tgz",
7245 "integrity": "sha512-6AAmLG7zwD1Z159jCKPvAxZd4y/VTO0VkprYy+3N2FtJ8+BQWFXU+OxARIwA46c5tdD9SsKGZ/1ocqBS/gAKHg==",
7246 "cpu": [
7247 "arm64"
7248 ],
7249 "license": "MIT",
7250 "optional": true,
7251 "os": [
7252 "android"
7253 ],
7254 "engines": {
7255 "node": ">=18"
7256 }
7257 },
7258 "node_modules/vite/node_modules/@esbuild/android-x64": {
7259 "version": "0.25.12",
7260 "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.25.12.tgz",
7261 "integrity": "sha512-5jbb+2hhDHx5phYR2By8GTWEzn6I9UqR11Kwf22iKbNpYrsmRB18aX/9ivc5cabcUiAT/wM+YIZ6SG9QO6a8kg==",
7262 "cpu": [
7263 "x64"
7264 ],
7265 "license": "MIT",
7266 "optional": true,
7267 "os": [
7268 "android"
7269 ],
7270 "engines": {
7271 "node": ">=18"
7272 }
7273 },
7274 "node_modules/vite/node_modules/@esbuild/darwin-arm64": {
7275 "version": "0.25.12",
7276 "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.25.12.tgz",
7277 "integrity": "sha512-N3zl+lxHCifgIlcMUP5016ESkeQjLj/959RxxNYIthIg+CQHInujFuXeWbWMgnTo4cp5XVHqFPmpyu9J65C1Yg==",
7278 "cpu": [
7279 "arm64"
7280 ],
7281 "license": "MIT",
7282 "optional": true,
7283 "os": [
7284 "darwin"
7285 ],
7286 "engines": {
7287 "node": ">=18"
7288 }
7289 },
7290 "node_modules/vite/node_modules/@esbuild/darwin-x64": {
7291 "version": "0.25.12",
7292 "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.25.12.tgz",
7293 "integrity": "sha512-HQ9ka4Kx21qHXwtlTUVbKJOAnmG1ipXhdWTmNXiPzPfWKpXqASVcWdnf2bnL73wgjNrFXAa3yYvBSd9pzfEIpA==",
7294 "cpu": [
7295 "x64"
7296 ],
7297 "license": "MIT",
7298 "optional": true,
7299 "os": [
7300 "darwin"
7301 ],
7302 "engines": {
7303 "node": ">=18"
7304 }
7305 },
7306 "node_modules/vite/node_modules/@esbuild/freebsd-arm64": {
7307 "version": "0.25.12",
7308 "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.25.12.tgz",
7309 "integrity": "sha512-gA0Bx759+7Jve03K1S0vkOu5Lg/85dou3EseOGUes8flVOGxbhDDh/iZaoek11Y8mtyKPGF3vP8XhnkDEAmzeg==",
7310 "cpu": [
7311 "arm64"
7312 ],
7313 "license": "MIT",
7314 "optional": true,
7315 "os": [
7316 "freebsd"
7317 ],
7318 "engines": {
7319 "node": ">=18"
7320 }
7321 },
7322 "node_modules/vite/node_modules/@esbuild/freebsd-x64": {
7323 "version": "0.25.12",
7324 "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.25.12.tgz",
7325 "integrity": "sha512-TGbO26Yw2xsHzxtbVFGEXBFH0FRAP7gtcPE7P5yP7wGy7cXK2oO7RyOhL5NLiqTlBh47XhmIUXuGciXEqYFfBQ==",
7326 "cpu": [
7327 "x64"
7328 ],
7329 "license": "MIT",
7330 "optional": true,
7331 "os": [
7332 "freebsd"
7333 ],
7334 "engines": {
7335 "node": ">=18"
7336 }
7337 },
7338 "node_modules/vite/node_modules/@esbuild/linux-arm": {
7339 "version": "0.25.12",
7340 "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.25.12.tgz",
7341 "integrity": "sha512-lPDGyC1JPDou8kGcywY0YILzWlhhnRjdof3UlcoqYmS9El818LLfJJc3PXXgZHrHCAKs/Z2SeZtDJr5MrkxtOw==",
7342 "cpu": [
7343 "arm"
7344 ],
7345 "license": "MIT",
7346 "optional": true,
7347 "os": [
7348 "linux"
7349 ],
7350 "engines": {
7351 "node": ">=18"
7352 }
7353 },
7354 "node_modules/vite/node_modules/@esbuild/linux-arm64": {
7355 "version": "0.25.12",
7356 "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.25.12.tgz",
7357 "integrity": "sha512-8bwX7a8FghIgrupcxb4aUmYDLp8pX06rGh5HqDT7bB+8Rdells6mHvrFHHW2JAOPZUbnjUpKTLg6ECyzvas2AQ==",
7358 "cpu": [
7359 "arm64"
7360 ],
7361 "license": "MIT",
7362 "optional": true,
7363 "os": [
7364 "linux"
7365 ],
7366 "engines": {
7367 "node": ">=18"
7368 }
7369 },
7370 "node_modules/vite/node_modules/@esbuild/linux-ia32": {
7371 "version": "0.25.12",
7372 "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.25.12.tgz",
7373 "integrity": "sha512-0y9KrdVnbMM2/vG8KfU0byhUN+EFCny9+8g202gYqSSVMonbsCfLjUO+rCci7pM0WBEtz+oK/PIwHkzxkyharA==",
7374 "cpu": [
7375 "ia32"
7376 ],
7377 "license": "MIT",
7378 "optional": true,
7379 "os": [
7380 "linux"
7381 ],
7382 "engines": {
7383 "node": ">=18"
7384 }
7385 },
7386 "node_modules/vite/node_modules/@esbuild/linux-loong64": {
7387 "version": "0.25.12",
7388 "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.25.12.tgz",
7389 "integrity": "sha512-h///Lr5a9rib/v1GGqXVGzjL4TMvVTv+s1DPoxQdz7l/AYv6LDSxdIwzxkrPW438oUXiDtwM10o9PmwS/6Z0Ng==",
7390 "cpu": [
7391 "loong64"
7392 ],
7393 "license": "MIT",
7394 "optional": true,
7395 "os": [
7396 "linux"
7397 ],
7398 "engines": {
7399 "node": ">=18"
7400 }
7401 },
7402 "node_modules/vite/node_modules/@esbuild/linux-mips64el": {
7403 "version": "0.25.12",
7404 "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.25.12.tgz",
7405 "integrity": "sha512-iyRrM1Pzy9GFMDLsXn1iHUm18nhKnNMWscjmp4+hpafcZjrr2WbT//d20xaGljXDBYHqRcl8HnxbX6uaA/eGVw==",
7406 "cpu": [
7407 "mips64el"
7408 ],
7409 "license": "MIT",
7410 "optional": true,
7411 "os": [
7412 "linux"
7413 ],
7414 "engines": {
7415 "node": ">=18"
7416 }
7417 },
7418 "node_modules/vite/node_modules/@esbuild/linux-ppc64": {
7419 "version": "0.25.12",
7420 "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.25.12.tgz",
7421 "integrity": "sha512-9meM/lRXxMi5PSUqEXRCtVjEZBGwB7P/D4yT8UG/mwIdze2aV4Vo6U5gD3+RsoHXKkHCfSxZKzmDssVlRj1QQA==",
7422 "cpu": [
7423 "ppc64"
7424 ],
7425 "license": "MIT",
7426 "optional": true,
7427 "os": [
7428 "linux"
7429 ],
7430 "engines": {
7431 "node": ">=18"
7432 }
7433 },
7434 "node_modules/vite/node_modules/@esbuild/linux-riscv64": {
7435 "version": "0.25.12",
7436 "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.25.12.tgz",
7437 "integrity": "sha512-Zr7KR4hgKUpWAwb1f3o5ygT04MzqVrGEGXGLnj15YQDJErYu/BGg+wmFlIDOdJp0PmB0lLvxFIOXZgFRrdjR0w==",
7438 "cpu": [
7439 "riscv64"
7440 ],
7441 "license": "MIT",
7442 "optional": true,
7443 "os": [
7444 "linux"
7445 ],
7446 "engines": {
7447 "node": ">=18"
7448 }
7449 },
7450 "node_modules/vite/node_modules/@esbuild/linux-s390x": {
7451 "version": "0.25.12",
7452 "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.25.12.tgz",
7453 "integrity": "sha512-MsKncOcgTNvdtiISc/jZs/Zf8d0cl/t3gYWX8J9ubBnVOwlk65UIEEvgBORTiljloIWnBzLs4qhzPkJcitIzIg==",
7454 "cpu": [
7455 "s390x"
7456 ],
7457 "license": "MIT",
7458 "optional": true,
7459 "os": [
7460 "linux"
7461 ],
7462 "engines": {
7463 "node": ">=18"
7464 }
7465 },
7466 "node_modules/vite/node_modules/@esbuild/linux-x64": {
7467 "version": "0.25.12",
7468 "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.25.12.tgz",
7469 "integrity": "sha512-uqZMTLr/zR/ed4jIGnwSLkaHmPjOjJvnm6TVVitAa08SLS9Z0VM8wIRx7gWbJB5/J54YuIMInDquWyYvQLZkgw==",
7470 "cpu": [
7471 "x64"
7472 ],
7473 "license": "MIT",
7474 "optional": true,
7475 "os": [
7476 "linux"
7477 ],
7478 "engines": {
7479 "node": ">=18"
7480 }
7481 },
7482 "node_modules/vite/node_modules/@esbuild/netbsd-arm64": {
7483 "version": "0.25.12",
7484 "resolved": "https://registry.npmjs.org/@esbuild/netbsd-arm64/-/netbsd-arm64-0.25.12.tgz",
7485 "integrity": "sha512-xXwcTq4GhRM7J9A8Gv5boanHhRa/Q9KLVmcyXHCTaM4wKfIpWkdXiMog/KsnxzJ0A1+nD+zoecuzqPmCRyBGjg==",
7486 "cpu": [
7487 "arm64"
7488 ],
7489 "license": "MIT",
7490 "optional": true,
7491 "os": [
7492 "netbsd"
7493 ],
7494 "engines": {
7495 "node": ">=18"
7496 }
7497 },
7498 "node_modules/vite/node_modules/@esbuild/netbsd-x64": {
7499 "version": "0.25.12",
7500 "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.25.12.tgz",
7501 "integrity": "sha512-Ld5pTlzPy3YwGec4OuHh1aCVCRvOXdH8DgRjfDy/oumVovmuSzWfnSJg+VtakB9Cm0gxNO9BzWkj6mtO1FMXkQ==",
7502 "cpu": [
7503 "x64"
7504 ],
7505 "license": "MIT",
7506 "optional": true,
7507 "os": [
7508 "netbsd"
7509 ],
7510 "engines": {
7511 "node": ">=18"
7512 }
7513 },
7514 "node_modules/vite/node_modules/@esbuild/openbsd-arm64": {
7515 "version": "0.25.12",
7516 "resolved": "https://registry.npmjs.org/@esbuild/openbsd-arm64/-/openbsd-arm64-0.25.12.tgz",
7517 "integrity": "sha512-fF96T6KsBo/pkQI950FARU9apGNTSlZGsv1jZBAlcLL1MLjLNIWPBkj5NlSz8aAzYKg+eNqknrUJ24QBybeR5A==",
7518 "cpu": [
7519 "arm64"
7520 ],
7521 "license": "MIT",
7522 "optional": true,
7523 "os": [
7524 "openbsd"
7525 ],
7526 "engines": {
7527 "node": ">=18"
7528 }
7529 },
7530 "node_modules/vite/node_modules/@esbuild/openbsd-x64": {
7531 "version": "0.25.12",
7532 "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.25.12.tgz",
7533 "integrity": "sha512-MZyXUkZHjQxUvzK7rN8DJ3SRmrVrke8ZyRusHlP+kuwqTcfWLyqMOE3sScPPyeIXN/mDJIfGXvcMqCgYKekoQw==",
7534 "cpu": [
7535 "x64"
7536 ],
7537 "license": "MIT",
7538 "optional": true,
7539 "os": [
7540 "openbsd"
7541 ],
7542 "engines": {
7543 "node": ">=18"
7544 }
7545 },
7546 "node_modules/vite/node_modules/@esbuild/openharmony-arm64": {
7547 "version": "0.25.12",
7548 "resolved": "https://registry.npmjs.org/@esbuild/openharmony-arm64/-/openharmony-arm64-0.25.12.tgz",
7549 "integrity": "sha512-rm0YWsqUSRrjncSXGA7Zv78Nbnw4XL6/dzr20cyrQf7ZmRcsovpcRBdhD43Nuk3y7XIoW2OxMVvwuRvk9XdASg==",
7550 "cpu": [
7551 "arm64"
7552 ],
7553 "license": "MIT",
7554 "optional": true,
7555 "os": [
7556 "openharmony"
7557 ],
7558 "engines": {
7559 "node": ">=18"
7560 }
7561 },
7562 "node_modules/vite/node_modules/@esbuild/sunos-x64": {
7563 "version": "0.25.12",
7564 "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.25.12.tgz",
7565 "integrity": "sha512-3wGSCDyuTHQUzt0nV7bocDy72r2lI33QL3gkDNGkod22EsYl04sMf0qLb8luNKTOmgF/eDEDP5BFNwoBKH441w==",
7566 "cpu": [
7567 "x64"
7568 ],
7569 "license": "MIT",
7570 "optional": true,
7571 "os": [
7572 "sunos"
7573 ],
7574 "engines": {
7575 "node": ">=18"
7576 }
7577 },
7578 "node_modules/vite/node_modules/@esbuild/win32-arm64": {
7579 "version": "0.25.12",
7580 "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.25.12.tgz",
7581 "integrity": "sha512-rMmLrur64A7+DKlnSuwqUdRKyd3UE7oPJZmnljqEptesKM8wx9J8gx5u0+9Pq0fQQW8vqeKebwNXdfOyP+8Bsg==",
7582 "cpu": [
7583 "arm64"
7584 ],
7585 "license": "MIT",
7586 "optional": true,
7587 "os": [
7588 "win32"
7589 ],
7590 "engines": {
7591 "node": ">=18"
7592 }
7593 },
7594 "node_modules/vite/node_modules/@esbuild/win32-ia32": {
7595 "version": "0.25.12",
7596 "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.25.12.tgz",
7597 "integrity": "sha512-HkqnmmBoCbCwxUKKNPBixiWDGCpQGVsrQfJoVGYLPT41XWF8lHuE5N6WhVia2n4o5QK5M4tYr21827fNhi4byQ==",
7598 "cpu": [
7599 "ia32"
7600 ],
7601 "license": "MIT",
7602 "optional": true,
7603 "os": [
7604 "win32"
7605 ],
7606 "engines": {
7607 "node": ">=18"
7608 }
7609 },
7610 "node_modules/vite/node_modules/@esbuild/win32-x64": {
7611 "version": "0.25.12",
7612 "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.25.12.tgz",
7613 "integrity": "sha512-alJC0uCZpTFrSL0CCDjcgleBXPnCrEAhTBILpeAp7M/OFgoqtAetfBzX0xM00MUsVVPpVjlPuMbREqnZCXaTnA==",
7614 "cpu": [
7615 "x64"
7616 ],
7617 "license": "MIT",
7618 "optional": true,
7619 "os": [
7620 "win32"
7621 ],
7622 "engines": {
7623 "node": ">=18"
7624 }
7625 },
7626 "node_modules/vite/node_modules/esbuild": {
7627 "version": "0.25.12",
7628 "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.25.12.tgz",
7629 "integrity": "sha512-bbPBYYrtZbkt6Os6FiTLCTFxvq4tt3JKall1vRwshA3fdVztsLAatFaZobhkBC8/BrPetoa0oksYoKXoG4ryJg==",
7630 "hasInstallScript": true,
7631 "license": "MIT",
7632 "bin": {
7633 "esbuild": "bin/esbuild"
7634 },
7635 "engines": {
7636 "node": ">=18"
7637 },
7638 "optionalDependencies": {
7639 "@esbuild/aix-ppc64": "0.25.12",
7640 "@esbuild/android-arm": "0.25.12",
7641 "@esbuild/android-arm64": "0.25.12",
7642 "@esbuild/android-x64": "0.25.12",
7643 "@esbuild/darwin-arm64": "0.25.12",
7644 "@esbuild/darwin-x64": "0.25.12",
7645 "@esbuild/freebsd-arm64": "0.25.12",
7646 "@esbuild/freebsd-x64": "0.25.12",
7647 "@esbuild/linux-arm": "0.25.12",
7648 "@esbuild/linux-arm64": "0.25.12",
7649 "@esbuild/linux-ia32": "0.25.12",
7650 "@esbuild/linux-loong64": "0.25.12",
7651 "@esbuild/linux-mips64el": "0.25.12",
7652 "@esbuild/linux-ppc64": "0.25.12",
7653 "@esbuild/linux-riscv64": "0.25.12",
7654 "@esbuild/linux-s390x": "0.25.12",
7655 "@esbuild/linux-x64": "0.25.12",
7656 "@esbuild/netbsd-arm64": "0.25.12",
7657 "@esbuild/netbsd-x64": "0.25.12",
7658 "@esbuild/openbsd-arm64": "0.25.12",
7659 "@esbuild/openbsd-x64": "0.25.12",
7660 "@esbuild/openharmony-arm64": "0.25.12",
7661 "@esbuild/sunos-x64": "0.25.12",
7662 "@esbuild/win32-arm64": "0.25.12",
7663 "@esbuild/win32-ia32": "0.25.12",
7664 "@esbuild/win32-x64": "0.25.12"
7665 }
7666 },
7667 "node_modules/vitefu": {
7668 "version": "1.1.3",
7669 "resolved": "https://registry.npmjs.org/vitefu/-/vitefu-1.1.3.tgz",
7670 "integrity": "sha512-ub4okH7Z5KLjb6hDyjqrGXqWtWvoYdU3IGm/NorpgHncKoLTCfRIbvlhBm7r0YstIaQRYlp4yEbFqDcKSzXSSg==",
7671 "license": "MIT",
7672 "workspaces": [
7673 "tests/deps/*",
7674 "tests/projects/*",
7675 "tests/projects/workspace/packages/*"
7676 ],
7677 "peerDependencies": {
7678 "vite": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0"
7679 },
7680 "peerDependenciesMeta": {
7681 "vite": {
7682 "optional": true
7683 }
7684 }
7685 },
7686 "node_modules/web-namespaces": {
7687 "version": "2.0.1",
7688 "resolved": "https://registry.npmjs.org/web-namespaces/-/web-namespaces-2.0.1.tgz",
7689 "integrity": "sha512-bKr1DkiNa2krS7qxNtdrtHAmzuYGFQLiQ13TsorsdT6ULTkPLKuu5+GsFpDlg6JFjUTwX2DyhMPG2be8uPrqsQ==",
7690 "license": "MIT",
7691 "funding": {
7692 "type": "github",
7693 "url": "https://github.com/sponsors/wooorm"
7694 }
7695 },
7696 "node_modules/which-pm-runs": {
7697 "version": "1.1.0",
7698 "resolved": "https://registry.npmjs.org/which-pm-runs/-/which-pm-runs-1.1.0.tgz",
7699 "integrity": "sha512-n1brCuqClxfFfq/Rb0ICg9giSZqCS+pLtccdag6C2HyufBrh3fBOiy9nb6ggRMvWOVH5GrdJskj5iGTZNxd7SA==",
7700 "license": "MIT",
7701 "engines": {
7702 "node": ">=4"
7703 }
7704 },
7705 "node_modules/widest-line": {
7706 "version": "5.0.0",
7707 "resolved": "https://registry.npmjs.org/widest-line/-/widest-line-5.0.0.tgz",
7708 "integrity": "sha512-c9bZp7b5YtRj2wOe6dlj32MK+Bx/M/d+9VB2SHM1OtsUHR0aV0tdP6DWh/iMt0kWi1t5g1Iudu6hQRNd1A4PVA==",
7709 "license": "MIT",
7710 "dependencies": {
7711 "string-width": "^7.0.0"
7712 },
7713 "engines": {
7714 "node": ">=18"
7715 },
7716 "funding": {
7717 "url": "https://github.com/sponsors/sindresorhus"
7718 }
7719 },
7720 "node_modules/wrap-ansi": {
7721 "version": "9.0.2",
7722 "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-9.0.2.tgz",
7723 "integrity": "sha512-42AtmgqjV+X1VpdOfyTGOYRi0/zsoLqtXQckTmqTeybT+BDIbM/Guxo7x3pE2vtpr1ok6xRqM9OpBe+Jyoqyww==",
7724 "license": "MIT",
7725 "dependencies": {
7726 "ansi-styles": "^6.2.1",
7727 "string-width": "^7.0.0",
7728 "strip-ansi": "^7.1.0"
7729 },
7730 "engines": {
7731 "node": ">=18"
7732 },
7733 "funding": {
7734 "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
7735 }
7736 },
7737 "node_modules/xxhash-wasm": {
7738 "version": "1.1.0",
7739 "resolved": "https://registry.npmjs.org/xxhash-wasm/-/xxhash-wasm-1.1.0.tgz",
7740 "integrity": "sha512-147y/6YNh+tlp6nd/2pWq38i9h6mz/EuQ6njIrmW8D1BS5nCqs0P6DG+m6zTGnNz5I+uhZ0SHxBs9BsPrwcKDA==",
7741 "license": "MIT"
7742 },
7743 "node_modules/yargs-parser": {
7744 "version": "21.1.1",
7745 "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-21.1.1.tgz",
7746 "integrity": "sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==",
7747 "license": "ISC",
7748 "engines": {
7749 "node": ">=12"
7750 }
7751 },
7752 "node_modules/yocto-queue": {
7753 "version": "1.2.2",
7754 "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-1.2.2.tgz",
7755 "integrity": "sha512-4LCcse/U2MHZ63HAJVE+v71o7yOdIe4cZ70Wpf8D/IyjDKYQLV5GD46B+hSTjJsvV5PztjvHoU580EftxjDZFQ==",
7756 "license": "MIT",
7757 "engines": {
7758 "node": ">=12.20"
7759 },
7760 "funding": {
7761 "url": "https://github.com/sponsors/sindresorhus"
7762 }
7763 },
7764 "node_modules/yocto-spinner": {
7765 "version": "0.2.3",
7766 "resolved": "https://registry.npmjs.org/yocto-spinner/-/yocto-spinner-0.2.3.tgz",
7767 "integrity": "sha512-sqBChb33loEnkoXte1bLg45bEBsOP9N1kzQh5JZNKj/0rik4zAPTNSAVPj3uQAdc6slYJ0Ksc403G2XgxsJQFQ==",
7768 "license": "MIT",
7769 "dependencies": {
7770 "yoctocolors": "^2.1.1"
7771 },
7772 "engines": {
7773 "node": ">=18.19"
7774 },
7775 "funding": {
7776 "url": "https://github.com/sponsors/sindresorhus"
7777 }
7778 },
7779 "node_modules/yoctocolors": {
7780 "version": "2.1.2",
7781 "resolved": "https://registry.npmjs.org/yoctocolors/-/yoctocolors-2.1.2.tgz",
7782 "integrity": "sha512-CzhO+pFNo8ajLM2d2IW/R93ipy99LWjtwblvC1RsoSUMZgyLbYFr221TnSNT7GjGdYui6P459mw9JH/g/zW2ug==",
7783 "license": "MIT",
7784 "engines": {
7785 "node": ">=18"
7786 },
7787 "funding": {
7788 "url": "https://github.com/sponsors/sindresorhus"
7789 }
7790 },
7791 "node_modules/zod": {
7792 "version": "4.4.3",
7793 "resolved": "https://registry.npmjs.org/zod/-/zod-4.4.3.tgz",
7794 "integrity": "sha512-ytENFjIJFl2UwYglde2jchW2Hwm4GJFLDiSXWdTrJQBIN9Fcyp7n4DhxJEiWNAJMV1/BqWfW/kkg71UDcHJyTQ==",
7795 "license": "MIT",
7796 "funding": {
7797 "url": "https://github.com/sponsors/colinhacks"
7798 }
7799 },
7800 "node_modules/zod-to-json-schema": {
7801 "version": "3.25.2",
7802 "resolved": "https://registry.npmjs.org/zod-to-json-schema/-/zod-to-json-schema-3.25.2.tgz",
7803 "integrity": "sha512-O/PgfnpT1xKSDeQYSCfRI5Gy3hPf91mKVDuYLUHZJMiDFptvP41MSnWofm8dnCm0256ZNfZIM7DSzuSMAFnjHA==",
7804 "license": "ISC",
7805 "peerDependencies": {
7806 "zod": "^3.25.28 || ^4"
7807 }
7808 },
7809 "node_modules/zwitch": {
7810 "version": "2.0.4",
7811 "resolved": "https://registry.npmjs.org/zwitch/-/zwitch-2.0.4.tgz",
7812 "integrity": "sha512-bXE4cR/kVZhKZX/RjPEflHaKVhUVl85noU3v6b8apfQEc1x4A+zBxjZ4lN8LqGd6WZ3dl98pY4o717VFmoPp+A==",
7813 "license": "MIT",
7814 "funding": {
7815 "type": "github",
7816 "url": "https://github.com/sponsors/wooorm"
7817 }
7818 }
7819 }
7820}