my over complex system configurations
dotfiles.isabelroses.com/
nixos
nix
flake
dotfiles
linux
1{
2 "name": "dotfiles-docs",
3 "version": "0.0.1",
4 "lockfileVersion": 3,
5 "requires": true,
6 "packages": {
7 "": {
8 "name": "dotfiles-docs",
9 "version": "0.0.1",
10 "dependencies": {
11 "@astrojs/starlight": "^0.38.4",
12 "@catppuccin/starlight": "^2.0.1",
13 "astro": "^6.1.10"
14 }
15 },
16 "node_modules/@astrojs/compiler": {
17 "version": "3.0.1",
18 "resolved": "https://registry.npmjs.org/@astrojs/compiler/-/compiler-3.0.1.tgz",
19 "integrity": "sha512-z97oYbdebO5aoWzuJ/8q5hLK232+17KcLZ7cJ8BCWk6+qNzVxn/gftC0KzMBUTD8WAaBkPpNSQK6PXLnNrZ0CA==",
20 "license": "MIT"
21 },
22 "node_modules/@astrojs/internal-helpers": {
23 "version": "0.9.0",
24 "resolved": "https://registry.npmjs.org/@astrojs/internal-helpers/-/internal-helpers-0.9.0.tgz",
25 "integrity": "sha512-GdYkzR26re8izmyYlBqf4z2s7zNngmWLFuxw0UKiPNqHraZGS6GKWIwSHgS22RDlu2ePFJ8bzmpBcUszut/SDg==",
26 "license": "MIT",
27 "dependencies": {
28 "picomatch": "^4.0.4"
29 }
30 },
31 "node_modules/@astrojs/markdown-remark": {
32 "version": "7.1.1",
33 "resolved": "https://registry.npmjs.org/@astrojs/markdown-remark/-/markdown-remark-7.1.1.tgz",
34 "integrity": "sha512-C6e9BnLGlbdv6bV8MYGeHpHxsUHrCrB4OuRLqi5LI7oiBVcBcqfUN06zpwFQdHgV48QCCrMmLpyqBr7VqC+swA==",
35 "license": "MIT",
36 "dependencies": {
37 "@astrojs/internal-helpers": "0.9.0",
38 "@astrojs/prism": "4.0.1",
39 "github-slugger": "^2.0.0",
40 "hast-util-from-html": "^2.0.3",
41 "hast-util-to-text": "^4.0.2",
42 "js-yaml": "^4.1.1",
43 "mdast-util-definitions": "^6.0.0",
44 "rehype-raw": "^7.0.0",
45 "rehype-stringify": "^10.0.1",
46 "remark-gfm": "^4.0.1",
47 "remark-parse": "^11.0.0",
48 "remark-rehype": "^11.1.2",
49 "remark-smartypants": "^3.0.2",
50 "retext-smartypants": "^6.2.0",
51 "shiki": "^4.0.0",
52 "smol-toml": "^1.6.0",
53 "unified": "^11.0.5",
54 "unist-util-remove-position": "^5.0.0",
55 "unist-util-visit": "^5.1.0",
56 "unist-util-visit-parents": "^6.0.2",
57 "vfile": "^6.0.3"
58 }
59 },
60 "node_modules/@astrojs/mdx": {
61 "version": "5.0.4",
62 "resolved": "https://registry.npmjs.org/@astrojs/mdx/-/mdx-5.0.4.tgz",
63 "integrity": "sha512-tSbuuYueNODiFAFaME7pjHY5lOLoxBYJi1cKd6scw9+a4ZO7C7UGdafEoVAQvOV2eO8a6RaHSAJYGVPL1w8BPA==",
64 "license": "MIT",
65 "dependencies": {
66 "@astrojs/markdown-remark": "7.1.1",
67 "@mdx-js/mdx": "^3.1.1",
68 "acorn": "^8.16.0",
69 "es-module-lexer": "^2.0.0",
70 "estree-util-visit": "^2.0.0",
71 "hast-util-to-html": "^9.0.5",
72 "piccolore": "^0.1.3",
73 "rehype-raw": "^7.0.0",
74 "remark-gfm": "^4.0.1",
75 "remark-smartypants": "^3.0.2",
76 "source-map": "^0.7.6",
77 "unist-util-visit": "^5.1.0",
78 "vfile": "^6.0.3"
79 },
80 "engines": {
81 "node": ">=22.12.0"
82 },
83 "peerDependencies": {
84 "astro": "^6.0.0"
85 }
86 },
87 "node_modules/@astrojs/prism": {
88 "version": "4.0.1",
89 "resolved": "https://registry.npmjs.org/@astrojs/prism/-/prism-4.0.1.tgz",
90 "integrity": "sha512-nksZQVjlferuWzhPsBpQ1JE5XuKAf1id1/9Hj4a9KG4+ofrlzxUUwX4YGQF/SuDiuiGKEnzopGOt38F3AnVWsQ==",
91 "license": "MIT",
92 "dependencies": {
93 "prismjs": "^1.30.0"
94 },
95 "engines": {
96 "node": ">=22.12.0"
97 }
98 },
99 "node_modules/@astrojs/sitemap": {
100 "version": "3.7.2",
101 "resolved": "https://registry.npmjs.org/@astrojs/sitemap/-/sitemap-3.7.2.tgz",
102 "integrity": "sha512-PqkzkcZTb5ICiyIR8VoKbIAP/laNRXi5tw616N1Ckk+40oNB8Can1AzVV56lrbC5GKSZFCyJYUVYqVivMisvpA==",
103 "license": "MIT",
104 "dependencies": {
105 "sitemap": "^9.0.0",
106 "stream-replace-string": "^2.0.0",
107 "zod": "^4.3.6"
108 }
109 },
110 "node_modules/@astrojs/starlight": {
111 "version": "0.38.4",
112 "resolved": "https://registry.npmjs.org/@astrojs/starlight/-/starlight-0.38.4.tgz",
113 "integrity": "sha512-TGFIr2aVC+gcZCPQzJOO4ZnA/yL3jRnsUDcKlVdEhxhxaOQnWr9lZ9MRScg9zU6uh3HVeZAmmjkLCdTlHdcaZA==",
114 "license": "MIT",
115 "dependencies": {
116 "@astrojs/markdown-remark": "^7.0.0",
117 "@astrojs/mdx": "^5.0.0",
118 "@astrojs/sitemap": "^3.7.1",
119 "@pagefind/default-ui": "^1.3.0",
120 "@types/hast": "^3.0.4",
121 "@types/js-yaml": "^4.0.9",
122 "@types/mdast": "^4.0.4",
123 "astro-expressive-code": "^0.41.6",
124 "bcp-47": "^2.1.0",
125 "hast-util-from-html": "^2.0.1",
126 "hast-util-select": "^6.0.2",
127 "hast-util-to-string": "^3.0.0",
128 "hastscript": "^9.0.0",
129 "i18next": "^23.11.5",
130 "js-yaml": "^4.1.0",
131 "klona": "^2.0.6",
132 "magic-string": "^0.30.17",
133 "mdast-util-directive": "^3.0.0",
134 "mdast-util-to-markdown": "^2.1.0",
135 "mdast-util-to-string": "^4.0.0",
136 "pagefind": "^1.3.0",
137 "rehype": "^13.0.1",
138 "rehype-format": "^5.0.0",
139 "remark-directive": "^3.0.0",
140 "ultrahtml": "^1.6.0",
141 "unified": "^11.0.5",
142 "unist-util-visit": "^5.0.0",
143 "vfile": "^6.0.2"
144 },
145 "peerDependencies": {
146 "astro": "^6.0.0"
147 }
148 },
149 "node_modules/@astrojs/telemetry": {
150 "version": "3.3.1",
151 "resolved": "https://registry.npmjs.org/@astrojs/telemetry/-/telemetry-3.3.1.tgz",
152 "integrity": "sha512-7fcIxXS9J4ls5tr8b3ww9rbAIz2+HrhNJYZdkAhhB4za/I5IZ/60g+Bs8q7zwG0tOIZfNB4JWhVJ1Qkl/OrNCw==",
153 "license": "MIT",
154 "dependencies": {
155 "ci-info": "^4.4.0",
156 "dlv": "^1.1.3",
157 "dset": "^3.1.4",
158 "is-docker": "^4.0.0",
159 "is-wsl": "^3.1.1",
160 "which-pm-runs": "^1.1.0"
161 },
162 "engines": {
163 "node": "18.20.8 || ^20.3.0 || >=22.0.0"
164 }
165 },
166 "node_modules/@babel/helper-string-parser": {
167 "version": "7.27.1",
168 "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz",
169 "integrity": "sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==",
170 "license": "MIT",
171 "engines": {
172 "node": ">=6.9.0"
173 }
174 },
175 "node_modules/@babel/helper-validator-identifier": {
176 "version": "7.28.5",
177 "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz",
178 "integrity": "sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==",
179 "license": "MIT",
180 "engines": {
181 "node": ">=6.9.0"
182 }
183 },
184 "node_modules/@babel/parser": {
185 "version": "7.29.2",
186 "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.29.2.tgz",
187 "integrity": "sha512-4GgRzy/+fsBa72/RZVJmGKPmZu9Byn8o4MoLpmNe1m8ZfYnz5emHLQz3U4gLud6Zwl0RZIcgiLD7Uq7ySFuDLA==",
188 "license": "MIT",
189 "dependencies": {
190 "@babel/types": "^7.29.0"
191 },
192 "bin": {
193 "parser": "bin/babel-parser.js"
194 },
195 "engines": {
196 "node": ">=6.0.0"
197 }
198 },
199 "node_modules/@babel/runtime": {
200 "version": "7.29.2",
201 "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.29.2.tgz",
202 "integrity": "sha512-JiDShH45zKHWyGe4ZNVRrCjBz8Nh9TMmZG1kh4QTK8hCBTWBi8Da+i7s1fJw7/lYpM4ccepSNfqzZ/QvABBi5g==",
203 "license": "MIT",
204 "engines": {
205 "node": ">=6.9.0"
206 }
207 },
208 "node_modules/@babel/types": {
209 "version": "7.29.0",
210 "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.29.0.tgz",
211 "integrity": "sha512-LwdZHpScM4Qz8Xw2iKSzS+cfglZzJGvofQICy7W7v4caru4EaAmyUuO6BGrbyQ2mYV11W0U8j5mBhd14dd3B0A==",
212 "license": "MIT",
213 "dependencies": {
214 "@babel/helper-string-parser": "^7.27.1",
215 "@babel/helper-validator-identifier": "^7.28.5"
216 },
217 "engines": {
218 "node": ">=6.9.0"
219 }
220 },
221 "node_modules/@capsizecss/unpack": {
222 "version": "4.0.0",
223 "resolved": "https://registry.npmjs.org/@capsizecss/unpack/-/unpack-4.0.0.tgz",
224 "integrity": "sha512-VERIM64vtTP1C4mxQ5thVT9fK0apjPFobqybMtA1UdUujWka24ERHbRHFGmpbbhp73MhV+KSsHQH9C6uOTdEQA==",
225 "license": "MIT",
226 "dependencies": {
227 "fontkitten": "^1.0.0"
228 },
229 "engines": {
230 "node": ">=18"
231 }
232 },
233 "node_modules/@catppuccin/starlight": {
234 "version": "2.0.1",
235 "resolved": "https://registry.npmjs.org/@catppuccin/starlight/-/starlight-2.0.1.tgz",
236 "integrity": "sha512-+ddv7PS8z0E+eae92KYVPTKl3f7zi6Rz/y1aLC0pleybtHfvqrM4eHRa5TUS9R5xfXEcoFWShDw3rPBJ4sBF9g==",
237 "license": "MIT",
238 "dependencies": {
239 "@astrojs/starlight": "^0.38.0"
240 },
241 "peerDependencies": {
242 "@astrojs/starlight": ">=0.38",
243 "astro": "^6.0.0"
244 }
245 },
246 "node_modules/@clack/core": {
247 "version": "1.3.0",
248 "resolved": "https://registry.npmjs.org/@clack/core/-/core-1.3.0.tgz",
249 "integrity": "sha512-xJPHpAmEQUBrXSLx0gF+q5K/IyihXpsHZcha+jB+tyahsKRK3Dxo4D0coZDewHo12NhiuzC3dTtMPbm53GEAAA==",
250 "license": "MIT",
251 "dependencies": {
252 "fast-wrap-ansi": "^0.2.0",
253 "sisteransi": "^1.0.5"
254 },
255 "engines": {
256 "node": ">= 20.12.0"
257 }
258 },
259 "node_modules/@clack/prompts": {
260 "version": "1.3.0",
261 "resolved": "https://registry.npmjs.org/@clack/prompts/-/prompts-1.3.0.tgz",
262 "integrity": "sha512-GgcWwRCs/xPtaqlMy8qRhPnZf9vlWcWZNHAitnVQ3yk7JmSralSiq5q07yaffYE8SogtDm7zFeKccx1QNVARpw==",
263 "license": "MIT",
264 "dependencies": {
265 "@clack/core": "1.3.0",
266 "fast-string-width": "^3.0.2",
267 "fast-wrap-ansi": "^0.2.0",
268 "sisteransi": "^1.0.5"
269 },
270 "engines": {
271 "node": ">= 20.12.0"
272 }
273 },
274 "node_modules/@ctrl/tinycolor": {
275 "version": "4.2.0",
276 "resolved": "https://registry.npmjs.org/@ctrl/tinycolor/-/tinycolor-4.2.0.tgz",
277 "integrity": "sha512-kzyuwOAQnXJNLS9PSyrk0CWk35nWJW/zl/6KvnTBMFK65gm7U1/Z5BqjxeapjZCIhQcM/DsrEmcbRwDyXyXK4A==",
278 "license": "MIT",
279 "engines": {
280 "node": ">=14"
281 }
282 },
283 "node_modules/@emnapi/runtime": {
284 "version": "1.10.0",
285 "resolved": "https://registry.npmjs.org/@emnapi/runtime/-/runtime-1.10.0.tgz",
286 "integrity": "sha512-ewvYlk86xUoGI0zQRNq/mC+16R1QeDlKQy21Ki3oSYXNgLb45GV1P6A0M+/s6nyCuNDqe5VpaY84BzXGwVbwFA==",
287 "license": "MIT",
288 "optional": true,
289 "dependencies": {
290 "tslib": "^2.4.0"
291 }
292 },
293 "node_modules/@esbuild/aix-ppc64": {
294 "version": "0.27.7",
295 "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.27.7.tgz",
296 "integrity": "sha512-EKX3Qwmhz1eMdEJokhALr0YiD0lhQNwDqkPYyPhiSwKrh7/4KRjQc04sZ8db+5DVVnZ1LmbNDI1uAMPEUBnQPg==",
297 "cpu": [
298 "ppc64"
299 ],
300 "license": "MIT",
301 "optional": true,
302 "os": [
303 "aix"
304 ],
305 "engines": {
306 "node": ">=18"
307 }
308 },
309 "node_modules/@esbuild/android-arm": {
310 "version": "0.27.7",
311 "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.27.7.tgz",
312 "integrity": "sha512-jbPXvB4Yj2yBV7HUfE2KHe4GJX51QplCN1pGbYjvsyCZbQmies29EoJbkEc+vYuU5o45AfQn37vZlyXy4YJ8RQ==",
313 "cpu": [
314 "arm"
315 ],
316 "license": "MIT",
317 "optional": true,
318 "os": [
319 "android"
320 ],
321 "engines": {
322 "node": ">=18"
323 }
324 },
325 "node_modules/@esbuild/android-arm64": {
326 "version": "0.27.7",
327 "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.27.7.tgz",
328 "integrity": "sha512-62dPZHpIXzvChfvfLJow3q5dDtiNMkwiRzPylSCfriLvZeq0a1bWChrGx/BbUbPwOrsWKMn8idSllklzBy+dgQ==",
329 "cpu": [
330 "arm64"
331 ],
332 "license": "MIT",
333 "optional": true,
334 "os": [
335 "android"
336 ],
337 "engines": {
338 "node": ">=18"
339 }
340 },
341 "node_modules/@esbuild/android-x64": {
342 "version": "0.27.7",
343 "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.27.7.tgz",
344 "integrity": "sha512-x5VpMODneVDb70PYV2VQOmIUUiBtY3D3mPBG8NxVk5CogneYhkR7MmM3yR/uMdITLrC1ml/NV1rj4bMJuy9MCg==",
345 "cpu": [
346 "x64"
347 ],
348 "license": "MIT",
349 "optional": true,
350 "os": [
351 "android"
352 ],
353 "engines": {
354 "node": ">=18"
355 }
356 },
357 "node_modules/@esbuild/darwin-arm64": {
358 "version": "0.27.7",
359 "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.27.7.tgz",
360 "integrity": "sha512-5lckdqeuBPlKUwvoCXIgI2D9/ABmPq3Rdp7IfL70393YgaASt7tbju3Ac+ePVi3KDH6N2RqePfHnXkaDtY9fkw==",
361 "cpu": [
362 "arm64"
363 ],
364 "license": "MIT",
365 "optional": true,
366 "os": [
367 "darwin"
368 ],
369 "engines": {
370 "node": ">=18"
371 }
372 },
373 "node_modules/@esbuild/darwin-x64": {
374 "version": "0.27.7",
375 "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.27.7.tgz",
376 "integrity": "sha512-rYnXrKcXuT7Z+WL5K980jVFdvVKhCHhUwid+dDYQpH+qu+TefcomiMAJpIiC2EM3Rjtq0sO3StMV/+3w3MyyqQ==",
377 "cpu": [
378 "x64"
379 ],
380 "license": "MIT",
381 "optional": true,
382 "os": [
383 "darwin"
384 ],
385 "engines": {
386 "node": ">=18"
387 }
388 },
389 "node_modules/@esbuild/freebsd-arm64": {
390 "version": "0.27.7",
391 "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.27.7.tgz",
392 "integrity": "sha512-B48PqeCsEgOtzME2GbNM2roU29AMTuOIN91dsMO30t+Ydis3z/3Ngoj5hhnsOSSwNzS+6JppqWsuhTp6E82l2w==",
393 "cpu": [
394 "arm64"
395 ],
396 "license": "MIT",
397 "optional": true,
398 "os": [
399 "freebsd"
400 ],
401 "engines": {
402 "node": ">=18"
403 }
404 },
405 "node_modules/@esbuild/freebsd-x64": {
406 "version": "0.27.7",
407 "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.27.7.tgz",
408 "integrity": "sha512-jOBDK5XEjA4m5IJK3bpAQF9/Lelu/Z9ZcdhTRLf4cajlB+8VEhFFRjWgfy3M1O4rO2GQ/b2dLwCUGpiF/eATNQ==",
409 "cpu": [
410 "x64"
411 ],
412 "license": "MIT",
413 "optional": true,
414 "os": [
415 "freebsd"
416 ],
417 "engines": {
418 "node": ">=18"
419 }
420 },
421 "node_modules/@esbuild/linux-arm": {
422 "version": "0.27.7",
423 "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.27.7.tgz",
424 "integrity": "sha512-RkT/YXYBTSULo3+af8Ib0ykH8u2MBh57o7q/DAs3lTJlyVQkgQvlrPTnjIzzRPQyavxtPtfg0EopvDyIt0j1rA==",
425 "cpu": [
426 "arm"
427 ],
428 "license": "MIT",
429 "optional": true,
430 "os": [
431 "linux"
432 ],
433 "engines": {
434 "node": ">=18"
435 }
436 },
437 "node_modules/@esbuild/linux-arm64": {
438 "version": "0.27.7",
439 "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.27.7.tgz",
440 "integrity": "sha512-RZPHBoxXuNnPQO9rvjh5jdkRmVizktkT7TCDkDmQ0W2SwHInKCAV95GRuvdSvA7w4VMwfCjUiPwDi0ZO6Nfe9A==",
441 "cpu": [
442 "arm64"
443 ],
444 "license": "MIT",
445 "optional": true,
446 "os": [
447 "linux"
448 ],
449 "engines": {
450 "node": ">=18"
451 }
452 },
453 "node_modules/@esbuild/linux-ia32": {
454 "version": "0.27.7",
455 "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.27.7.tgz",
456 "integrity": "sha512-GA48aKNkyQDbd3KtkplYWT102C5sn/EZTY4XROkxONgruHPU72l+gW+FfF8tf2cFjeHaRbWpOYa/uRBz/Xq1Pg==",
457 "cpu": [
458 "ia32"
459 ],
460 "license": "MIT",
461 "optional": true,
462 "os": [
463 "linux"
464 ],
465 "engines": {
466 "node": ">=18"
467 }
468 },
469 "node_modules/@esbuild/linux-loong64": {
470 "version": "0.27.7",
471 "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.27.7.tgz",
472 "integrity": "sha512-a4POruNM2oWsD4WKvBSEKGIiWQF8fZOAsycHOt6JBpZ+JN2n2JH9WAv56SOyu9X5IqAjqSIPTaJkqN8F7XOQ5Q==",
473 "cpu": [
474 "loong64"
475 ],
476 "license": "MIT",
477 "optional": true,
478 "os": [
479 "linux"
480 ],
481 "engines": {
482 "node": ">=18"
483 }
484 },
485 "node_modules/@esbuild/linux-mips64el": {
486 "version": "0.27.7",
487 "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.27.7.tgz",
488 "integrity": "sha512-KabT5I6StirGfIz0FMgl1I+R1H73Gp0ofL9A3nG3i/cYFJzKHhouBV5VWK1CSgKvVaG4q1RNpCTR2LuTVB3fIw==",
489 "cpu": [
490 "mips64el"
491 ],
492 "license": "MIT",
493 "optional": true,
494 "os": [
495 "linux"
496 ],
497 "engines": {
498 "node": ">=18"
499 }
500 },
501 "node_modules/@esbuild/linux-ppc64": {
502 "version": "0.27.7",
503 "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.27.7.tgz",
504 "integrity": "sha512-gRsL4x6wsGHGRqhtI+ifpN/vpOFTQtnbsupUF5R5YTAg+y/lKelYR1hXbnBdzDjGbMYjVJLJTd2OFmMewAgwlQ==",
505 "cpu": [
506 "ppc64"
507 ],
508 "license": "MIT",
509 "optional": true,
510 "os": [
511 "linux"
512 ],
513 "engines": {
514 "node": ">=18"
515 }
516 },
517 "node_modules/@esbuild/linux-riscv64": {
518 "version": "0.27.7",
519 "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.27.7.tgz",
520 "integrity": "sha512-hL25LbxO1QOngGzu2U5xeXtxXcW+/GvMN3ejANqXkxZ/opySAZMrc+9LY/WyjAan41unrR3YrmtTsUpwT66InQ==",
521 "cpu": [
522 "riscv64"
523 ],
524 "license": "MIT",
525 "optional": true,
526 "os": [
527 "linux"
528 ],
529 "engines": {
530 "node": ">=18"
531 }
532 },
533 "node_modules/@esbuild/linux-s390x": {
534 "version": "0.27.7",
535 "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.27.7.tgz",
536 "integrity": "sha512-2k8go8Ycu1Kb46vEelhu1vqEP+UeRVj2zY1pSuPdgvbd5ykAw82Lrro28vXUrRmzEsUV0NzCf54yARIK8r0fdw==",
537 "cpu": [
538 "s390x"
539 ],
540 "license": "MIT",
541 "optional": true,
542 "os": [
543 "linux"
544 ],
545 "engines": {
546 "node": ">=18"
547 }
548 },
549 "node_modules/@esbuild/linux-x64": {
550 "version": "0.27.7",
551 "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.27.7.tgz",
552 "integrity": "sha512-hzznmADPt+OmsYzw1EE33ccA+HPdIqiCRq7cQeL1Jlq2gb1+OyWBkMCrYGBJ+sxVzve2ZJEVeePbLM2iEIZSxA==",
553 "cpu": [
554 "x64"
555 ],
556 "license": "MIT",
557 "optional": true,
558 "os": [
559 "linux"
560 ],
561 "engines": {
562 "node": ">=18"
563 }
564 },
565 "node_modules/@esbuild/netbsd-arm64": {
566 "version": "0.27.7",
567 "resolved": "https://registry.npmjs.org/@esbuild/netbsd-arm64/-/netbsd-arm64-0.27.7.tgz",
568 "integrity": "sha512-b6pqtrQdigZBwZxAn1UpazEisvwaIDvdbMbmrly7cDTMFnw/+3lVxxCTGOrkPVnsYIosJJXAsILG9XcQS+Yu6w==",
569 "cpu": [
570 "arm64"
571 ],
572 "license": "MIT",
573 "optional": true,
574 "os": [
575 "netbsd"
576 ],
577 "engines": {
578 "node": ">=18"
579 }
580 },
581 "node_modules/@esbuild/netbsd-x64": {
582 "version": "0.27.7",
583 "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.27.7.tgz",
584 "integrity": "sha512-OfatkLojr6U+WN5EDYuoQhtM+1xco+/6FSzJJnuWiUw5eVcicbyK3dq5EeV/QHT1uy6GoDhGbFpprUiHUYggrw==",
585 "cpu": [
586 "x64"
587 ],
588 "license": "MIT",
589 "optional": true,
590 "os": [
591 "netbsd"
592 ],
593 "engines": {
594 "node": ">=18"
595 }
596 },
597 "node_modules/@esbuild/openbsd-arm64": {
598 "version": "0.27.7",
599 "resolved": "https://registry.npmjs.org/@esbuild/openbsd-arm64/-/openbsd-arm64-0.27.7.tgz",
600 "integrity": "sha512-AFuojMQTxAz75Fo8idVcqoQWEHIXFRbOc1TrVcFSgCZtQfSdc1RXgB3tjOn/krRHENUB4j00bfGjyl2mJrU37A==",
601 "cpu": [
602 "arm64"
603 ],
604 "license": "MIT",
605 "optional": true,
606 "os": [
607 "openbsd"
608 ],
609 "engines": {
610 "node": ">=18"
611 }
612 },
613 "node_modules/@esbuild/openbsd-x64": {
614 "version": "0.27.7",
615 "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.27.7.tgz",
616 "integrity": "sha512-+A1NJmfM8WNDv5CLVQYJ5PshuRm/4cI6WMZRg1by1GwPIQPCTs1GLEUHwiiQGT5zDdyLiRM/l1G0Pv54gvtKIg==",
617 "cpu": [
618 "x64"
619 ],
620 "license": "MIT",
621 "optional": true,
622 "os": [
623 "openbsd"
624 ],
625 "engines": {
626 "node": ">=18"
627 }
628 },
629 "node_modules/@esbuild/openharmony-arm64": {
630 "version": "0.27.7",
631 "resolved": "https://registry.npmjs.org/@esbuild/openharmony-arm64/-/openharmony-arm64-0.27.7.tgz",
632 "integrity": "sha512-+KrvYb/C8zA9CU/g0sR6w2RBw7IGc5J2BPnc3dYc5VJxHCSF1yNMxTV5LQ7GuKteQXZtspjFbiuW5/dOj7H4Yw==",
633 "cpu": [
634 "arm64"
635 ],
636 "license": "MIT",
637 "optional": true,
638 "os": [
639 "openharmony"
640 ],
641 "engines": {
642 "node": ">=18"
643 }
644 },
645 "node_modules/@esbuild/sunos-x64": {
646 "version": "0.27.7",
647 "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.27.7.tgz",
648 "integrity": "sha512-ikktIhFBzQNt/QDyOL580ti9+5mL/YZeUPKU2ivGtGjdTYoqz6jObj6nOMfhASpS4GU4Q/Clh1QtxWAvcYKamA==",
649 "cpu": [
650 "x64"
651 ],
652 "license": "MIT",
653 "optional": true,
654 "os": [
655 "sunos"
656 ],
657 "engines": {
658 "node": ">=18"
659 }
660 },
661 "node_modules/@esbuild/win32-arm64": {
662 "version": "0.27.7",
663 "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.27.7.tgz",
664 "integrity": "sha512-7yRhbHvPqSpRUV7Q20VuDwbjW5kIMwTHpptuUzV+AA46kiPze5Z7qgt6CLCK3pWFrHeNfDd1VKgyP4O+ng17CA==",
665 "cpu": [
666 "arm64"
667 ],
668 "license": "MIT",
669 "optional": true,
670 "os": [
671 "win32"
672 ],
673 "engines": {
674 "node": ">=18"
675 }
676 },
677 "node_modules/@esbuild/win32-ia32": {
678 "version": "0.27.7",
679 "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.27.7.tgz",
680 "integrity": "sha512-SmwKXe6VHIyZYbBLJrhOoCJRB/Z1tckzmgTLfFYOfpMAx63BJEaL9ExI8x7v0oAO3Zh6D/Oi1gVxEYr5oUCFhw==",
681 "cpu": [
682 "ia32"
683 ],
684 "license": "MIT",
685 "optional": true,
686 "os": [
687 "win32"
688 ],
689 "engines": {
690 "node": ">=18"
691 }
692 },
693 "node_modules/@esbuild/win32-x64": {
694 "version": "0.27.7",
695 "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.27.7.tgz",
696 "integrity": "sha512-56hiAJPhwQ1R4i+21FVF7V8kSD5zZTdHcVuRFMW0hn753vVfQN8xlx4uOPT4xoGH0Z/oVATuR82AiqSTDIpaHg==",
697 "cpu": [
698 "x64"
699 ],
700 "license": "MIT",
701 "optional": true,
702 "os": [
703 "win32"
704 ],
705 "engines": {
706 "node": ">=18"
707 }
708 },
709 "node_modules/@expressive-code/core": {
710 "version": "0.41.7",
711 "resolved": "https://registry.npmjs.org/@expressive-code/core/-/core-0.41.7.tgz",
712 "integrity": "sha512-ck92uZYZ9Wba2zxkiZLsZGi9N54pMSAVdrI9uW3Oo9AtLglD5RmrdTwbYPCT2S/jC36JGB2i+pnQtBm/Ib2+dg==",
713 "license": "MIT",
714 "dependencies": {
715 "@ctrl/tinycolor": "^4.0.4",
716 "hast-util-select": "^6.0.2",
717 "hast-util-to-html": "^9.0.1",
718 "hast-util-to-text": "^4.0.1",
719 "hastscript": "^9.0.0",
720 "postcss": "^8.4.38",
721 "postcss-nested": "^6.0.1",
722 "unist-util-visit": "^5.0.0",
723 "unist-util-visit-parents": "^6.0.1"
724 }
725 },
726 "node_modules/@expressive-code/plugin-frames": {
727 "version": "0.41.7",
728 "resolved": "https://registry.npmjs.org/@expressive-code/plugin-frames/-/plugin-frames-0.41.7.tgz",
729 "integrity": "sha512-diKtxjQw/979cTglRFaMCY/sR6hWF0kSMg8jsKLXaZBSfGS0I/Hoe7Qds3vVEgeoW+GHHQzMcwvgx/MOIXhrTA==",
730 "license": "MIT",
731 "dependencies": {
732 "@expressive-code/core": "^0.41.7"
733 }
734 },
735 "node_modules/@expressive-code/plugin-shiki": {
736 "version": "0.41.7",
737 "resolved": "https://registry.npmjs.org/@expressive-code/plugin-shiki/-/plugin-shiki-0.41.7.tgz",
738 "integrity": "sha512-DL605bLrUOgqTdZ0Ot5MlTaWzppRkzzqzeGEu7ODnHF39IkEBbFdsC7pbl3LbUQ1DFtnfx6rD54k/cdofbW6KQ==",
739 "license": "MIT",
740 "dependencies": {
741 "@expressive-code/core": "^0.41.7",
742 "shiki": "^3.2.2"
743 }
744 },
745 "node_modules/@expressive-code/plugin-shiki/node_modules/@shikijs/core": {
746 "version": "3.23.0",
747 "resolved": "https://registry.npmjs.org/@shikijs/core/-/core-3.23.0.tgz",
748 "integrity": "sha512-NSWQz0riNb67xthdm5br6lAkvpDJRTgB36fxlo37ZzM2yq0PQFFzbd8psqC2XMPgCzo1fW6cVi18+ArJ44wqgA==",
749 "license": "MIT",
750 "dependencies": {
751 "@shikijs/types": "3.23.0",
752 "@shikijs/vscode-textmate": "^10.0.2",
753 "@types/hast": "^3.0.4",
754 "hast-util-to-html": "^9.0.5"
755 }
756 },
757 "node_modules/@expressive-code/plugin-shiki/node_modules/@shikijs/engine-javascript": {
758 "version": "3.23.0",
759 "resolved": "https://registry.npmjs.org/@shikijs/engine-javascript/-/engine-javascript-3.23.0.tgz",
760 "integrity": "sha512-aHt9eiGFobmWR5uqJUViySI1bHMqrAgamWE1TYSUoftkAeCCAiGawPMwM+VCadylQtF4V3VNOZ5LmfItH5f3yA==",
761 "license": "MIT",
762 "dependencies": {
763 "@shikijs/types": "3.23.0",
764 "@shikijs/vscode-textmate": "^10.0.2",
765 "oniguruma-to-es": "^4.3.4"
766 }
767 },
768 "node_modules/@expressive-code/plugin-shiki/node_modules/@shikijs/engine-oniguruma": {
769 "version": "3.23.0",
770 "resolved": "https://registry.npmjs.org/@shikijs/engine-oniguruma/-/engine-oniguruma-3.23.0.tgz",
771 "integrity": "sha512-1nWINwKXxKKLqPibT5f4pAFLej9oZzQTsby8942OTlsJzOBZ0MWKiwzMsd+jhzu8YPCHAswGnnN1YtQfirL35g==",
772 "license": "MIT",
773 "dependencies": {
774 "@shikijs/types": "3.23.0",
775 "@shikijs/vscode-textmate": "^10.0.2"
776 }
777 },
778 "node_modules/@expressive-code/plugin-shiki/node_modules/@shikijs/langs": {
779 "version": "3.23.0",
780 "resolved": "https://registry.npmjs.org/@shikijs/langs/-/langs-3.23.0.tgz",
781 "integrity": "sha512-2Ep4W3Re5aB1/62RSYQInK9mM3HsLeB91cHqznAJMuylqjzNVAVCMnNWRHFtcNHXsoNRayP9z1qj4Sq3nMqYXg==",
782 "license": "MIT",
783 "dependencies": {
784 "@shikijs/types": "3.23.0"
785 }
786 },
787 "node_modules/@expressive-code/plugin-shiki/node_modules/@shikijs/themes": {
788 "version": "3.23.0",
789 "resolved": "https://registry.npmjs.org/@shikijs/themes/-/themes-3.23.0.tgz",
790 "integrity": "sha512-5qySYa1ZgAT18HR/ypENL9cUSGOeI2x+4IvYJu4JgVJdizn6kG4ia5Q1jDEOi7gTbN4RbuYtmHh0W3eccOrjMA==",
791 "license": "MIT",
792 "dependencies": {
793 "@shikijs/types": "3.23.0"
794 }
795 },
796 "node_modules/@expressive-code/plugin-shiki/node_modules/@shikijs/types": {
797 "version": "3.23.0",
798 "resolved": "https://registry.npmjs.org/@shikijs/types/-/types-3.23.0.tgz",
799 "integrity": "sha512-3JZ5HXOZfYjsYSk0yPwBrkupyYSLpAE26Qc0HLghhZNGTZg/SKxXIIgoxOpmmeQP0RRSDJTk1/vPfw9tbw+jSQ==",
800 "license": "MIT",
801 "dependencies": {
802 "@shikijs/vscode-textmate": "^10.0.2",
803 "@types/hast": "^3.0.4"
804 }
805 },
806 "node_modules/@expressive-code/plugin-shiki/node_modules/shiki": {
807 "version": "3.23.0",
808 "resolved": "https://registry.npmjs.org/shiki/-/shiki-3.23.0.tgz",
809 "integrity": "sha512-55Dj73uq9ZXL5zyeRPzHQsK7Nbyt6Y10k5s7OjuFZGMhpp4r/rsLBH0o/0fstIzX1Lep9VxefWljK/SKCzygIA==",
810 "license": "MIT",
811 "dependencies": {
812 "@shikijs/core": "3.23.0",
813 "@shikijs/engine-javascript": "3.23.0",
814 "@shikijs/engine-oniguruma": "3.23.0",
815 "@shikijs/langs": "3.23.0",
816 "@shikijs/themes": "3.23.0",
817 "@shikijs/types": "3.23.0",
818 "@shikijs/vscode-textmate": "^10.0.2",
819 "@types/hast": "^3.0.4"
820 }
821 },
822 "node_modules/@expressive-code/plugin-text-markers": {
823 "version": "0.41.7",
824 "resolved": "https://registry.npmjs.org/@expressive-code/plugin-text-markers/-/plugin-text-markers-0.41.7.tgz",
825 "integrity": "sha512-Ewpwuc5t6eFdZmWlFyeuy3e1PTQC0jFvw2Q+2bpcWXbOZhPLsT7+h8lsSIJxb5mS7wZko7cKyQ2RLYDyK6Fpmw==",
826 "license": "MIT",
827 "dependencies": {
828 "@expressive-code/core": "^0.41.7"
829 }
830 },
831 "node_modules/@img/colour": {
832 "version": "1.1.0",
833 "resolved": "https://registry.npmjs.org/@img/colour/-/colour-1.1.0.tgz",
834 "integrity": "sha512-Td76q7j57o/tLVdgS746cYARfSyxk8iEfRxewL9h4OMzYhbW4TAcppl0mT4eyqXddh6L/jwoM75mo7ixa/pCeQ==",
835 "license": "MIT",
836 "optional": true,
837 "engines": {
838 "node": ">=18"
839 }
840 },
841 "node_modules/@img/sharp-darwin-arm64": {
842 "version": "0.34.5",
843 "resolved": "https://registry.npmjs.org/@img/sharp-darwin-arm64/-/sharp-darwin-arm64-0.34.5.tgz",
844 "integrity": "sha512-imtQ3WMJXbMY4fxb/Ndp6HBTNVtWCUI0WdobyheGf5+ad6xX8VIDO8u2xE4qc/fr08CKG/7dDseFtn6M6g/r3w==",
845 "cpu": [
846 "arm64"
847 ],
848 "license": "Apache-2.0",
849 "optional": true,
850 "os": [
851 "darwin"
852 ],
853 "engines": {
854 "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
855 },
856 "funding": {
857 "url": "https://opencollective.com/libvips"
858 },
859 "optionalDependencies": {
860 "@img/sharp-libvips-darwin-arm64": "1.2.4"
861 }
862 },
863 "node_modules/@img/sharp-darwin-x64": {
864 "version": "0.34.5",
865 "resolved": "https://registry.npmjs.org/@img/sharp-darwin-x64/-/sharp-darwin-x64-0.34.5.tgz",
866 "integrity": "sha512-YNEFAF/4KQ/PeW0N+r+aVVsoIY0/qxxikF2SWdp+NRkmMB7y9LBZAVqQ4yhGCm/H3H270OSykqmQMKLBhBJDEw==",
867 "cpu": [
868 "x64"
869 ],
870 "license": "Apache-2.0",
871 "optional": true,
872 "os": [
873 "darwin"
874 ],
875 "engines": {
876 "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
877 },
878 "funding": {
879 "url": "https://opencollective.com/libvips"
880 },
881 "optionalDependencies": {
882 "@img/sharp-libvips-darwin-x64": "1.2.4"
883 }
884 },
885 "node_modules/@img/sharp-libvips-darwin-arm64": {
886 "version": "1.2.4",
887 "resolved": "https://registry.npmjs.org/@img/sharp-libvips-darwin-arm64/-/sharp-libvips-darwin-arm64-1.2.4.tgz",
888 "integrity": "sha512-zqjjo7RatFfFoP0MkQ51jfuFZBnVE2pRiaydKJ1G/rHZvnsrHAOcQALIi9sA5co5xenQdTugCvtb1cuf78Vf4g==",
889 "cpu": [
890 "arm64"
891 ],
892 "license": "LGPL-3.0-or-later",
893 "optional": true,
894 "os": [
895 "darwin"
896 ],
897 "funding": {
898 "url": "https://opencollective.com/libvips"
899 }
900 },
901 "node_modules/@img/sharp-libvips-darwin-x64": {
902 "version": "1.2.4",
903 "resolved": "https://registry.npmjs.org/@img/sharp-libvips-darwin-x64/-/sharp-libvips-darwin-x64-1.2.4.tgz",
904 "integrity": "sha512-1IOd5xfVhlGwX+zXv2N93k0yMONvUlANylbJw1eTah8K/Jtpi15KC+WSiaX/nBmbm2HxRM1gZ0nSdjSsrZbGKg==",
905 "cpu": [
906 "x64"
907 ],
908 "license": "LGPL-3.0-or-later",
909 "optional": true,
910 "os": [
911 "darwin"
912 ],
913 "funding": {
914 "url": "https://opencollective.com/libvips"
915 }
916 },
917 "node_modules/@img/sharp-libvips-linux-arm": {
918 "version": "1.2.4",
919 "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-arm/-/sharp-libvips-linux-arm-1.2.4.tgz",
920 "integrity": "sha512-bFI7xcKFELdiNCVov8e44Ia4u2byA+l3XtsAj+Q8tfCwO6BQ8iDojYdvoPMqsKDkuoOo+X6HZA0s0q11ANMQ8A==",
921 "cpu": [
922 "arm"
923 ],
924 "libc": [
925 "glibc"
926 ],
927 "license": "LGPL-3.0-or-later",
928 "optional": true,
929 "os": [
930 "linux"
931 ],
932 "funding": {
933 "url": "https://opencollective.com/libvips"
934 }
935 },
936 "node_modules/@img/sharp-libvips-linux-arm64": {
937 "version": "1.2.4",
938 "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-arm64/-/sharp-libvips-linux-arm64-1.2.4.tgz",
939 "integrity": "sha512-excjX8DfsIcJ10x1Kzr4RcWe1edC9PquDRRPx3YVCvQv+U5p7Yin2s32ftzikXojb1PIFc/9Mt28/y+iRklkrw==",
940 "cpu": [
941 "arm64"
942 ],
943 "libc": [
944 "glibc"
945 ],
946 "license": "LGPL-3.0-or-later",
947 "optional": true,
948 "os": [
949 "linux"
950 ],
951 "funding": {
952 "url": "https://opencollective.com/libvips"
953 }
954 },
955 "node_modules/@img/sharp-libvips-linux-ppc64": {
956 "version": "1.2.4",
957 "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-ppc64/-/sharp-libvips-linux-ppc64-1.2.4.tgz",
958 "integrity": "sha512-FMuvGijLDYG6lW+b/UvyilUWu5Ayu+3r2d1S8notiGCIyYU/76eig1UfMmkZ7vwgOrzKzlQbFSuQfgm7GYUPpA==",
959 "cpu": [
960 "ppc64"
961 ],
962 "libc": [
963 "glibc"
964 ],
965 "license": "LGPL-3.0-or-later",
966 "optional": true,
967 "os": [
968 "linux"
969 ],
970 "funding": {
971 "url": "https://opencollective.com/libvips"
972 }
973 },
974 "node_modules/@img/sharp-libvips-linux-riscv64": {
975 "version": "1.2.4",
976 "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-riscv64/-/sharp-libvips-linux-riscv64-1.2.4.tgz",
977 "integrity": "sha512-oVDbcR4zUC0ce82teubSm+x6ETixtKZBh/qbREIOcI3cULzDyb18Sr/Wcyx7NRQeQzOiHTNbZFF1UwPS2scyGA==",
978 "cpu": [
979 "riscv64"
980 ],
981 "libc": [
982 "glibc"
983 ],
984 "license": "LGPL-3.0-or-later",
985 "optional": true,
986 "os": [
987 "linux"
988 ],
989 "funding": {
990 "url": "https://opencollective.com/libvips"
991 }
992 },
993 "node_modules/@img/sharp-libvips-linux-s390x": {
994 "version": "1.2.4",
995 "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-s390x/-/sharp-libvips-linux-s390x-1.2.4.tgz",
996 "integrity": "sha512-qmp9VrzgPgMoGZyPvrQHqk02uyjA0/QrTO26Tqk6l4ZV0MPWIW6LTkqOIov+J1yEu7MbFQaDpwdwJKhbJvuRxQ==",
997 "cpu": [
998 "s390x"
999 ],
1000 "libc": [
1001 "glibc"
1002 ],
1003 "license": "LGPL-3.0-or-later",
1004 "optional": true,
1005 "os": [
1006 "linux"
1007 ],
1008 "funding": {
1009 "url": "https://opencollective.com/libvips"
1010 }
1011 },
1012 "node_modules/@img/sharp-libvips-linux-x64": {
1013 "version": "1.2.4",
1014 "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-x64/-/sharp-libvips-linux-x64-1.2.4.tgz",
1015 "integrity": "sha512-tJxiiLsmHc9Ax1bz3oaOYBURTXGIRDODBqhveVHonrHJ9/+k89qbLl0bcJns+e4t4rvaNBxaEZsFtSfAdquPrw==",
1016 "cpu": [
1017 "x64"
1018 ],
1019 "libc": [
1020 "glibc"
1021 ],
1022 "license": "LGPL-3.0-or-later",
1023 "optional": true,
1024 "os": [
1025 "linux"
1026 ],
1027 "funding": {
1028 "url": "https://opencollective.com/libvips"
1029 }
1030 },
1031 "node_modules/@img/sharp-libvips-linuxmusl-arm64": {
1032 "version": "1.2.4",
1033 "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linuxmusl-arm64/-/sharp-libvips-linuxmusl-arm64-1.2.4.tgz",
1034 "integrity": "sha512-FVQHuwx1IIuNow9QAbYUzJ+En8KcVm9Lk5+uGUQJHaZmMECZmOlix9HnH7n1TRkXMS0pGxIJokIVB9SuqZGGXw==",
1035 "cpu": [
1036 "arm64"
1037 ],
1038 "libc": [
1039 "musl"
1040 ],
1041 "license": "LGPL-3.0-or-later",
1042 "optional": true,
1043 "os": [
1044 "linux"
1045 ],
1046 "funding": {
1047 "url": "https://opencollective.com/libvips"
1048 }
1049 },
1050 "node_modules/@img/sharp-libvips-linuxmusl-x64": {
1051 "version": "1.2.4",
1052 "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linuxmusl-x64/-/sharp-libvips-linuxmusl-x64-1.2.4.tgz",
1053 "integrity": "sha512-+LpyBk7L44ZIXwz/VYfglaX/okxezESc6UxDSoyo2Ks6Jxc4Y7sGjpgU9s4PMgqgjj1gZCylTieNamqA1MF7Dg==",
1054 "cpu": [
1055 "x64"
1056 ],
1057 "libc": [
1058 "musl"
1059 ],
1060 "license": "LGPL-3.0-or-later",
1061 "optional": true,
1062 "os": [
1063 "linux"
1064 ],
1065 "funding": {
1066 "url": "https://opencollective.com/libvips"
1067 }
1068 },
1069 "node_modules/@img/sharp-linux-arm": {
1070 "version": "0.34.5",
1071 "resolved": "https://registry.npmjs.org/@img/sharp-linux-arm/-/sharp-linux-arm-0.34.5.tgz",
1072 "integrity": "sha512-9dLqsvwtg1uuXBGZKsxem9595+ujv0sJ6Vi8wcTANSFpwV/GONat5eCkzQo/1O6zRIkh0m/8+5BjrRr7jDUSZw==",
1073 "cpu": [
1074 "arm"
1075 ],
1076 "libc": [
1077 "glibc"
1078 ],
1079 "license": "Apache-2.0",
1080 "optional": true,
1081 "os": [
1082 "linux"
1083 ],
1084 "engines": {
1085 "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
1086 },
1087 "funding": {
1088 "url": "https://opencollective.com/libvips"
1089 },
1090 "optionalDependencies": {
1091 "@img/sharp-libvips-linux-arm": "1.2.4"
1092 }
1093 },
1094 "node_modules/@img/sharp-linux-arm64": {
1095 "version": "0.34.5",
1096 "resolved": "https://registry.npmjs.org/@img/sharp-linux-arm64/-/sharp-linux-arm64-0.34.5.tgz",
1097 "integrity": "sha512-bKQzaJRY/bkPOXyKx5EVup7qkaojECG6NLYswgktOZjaXecSAeCWiZwwiFf3/Y+O1HrauiE3FVsGxFg8c24rZg==",
1098 "cpu": [
1099 "arm64"
1100 ],
1101 "libc": [
1102 "glibc"
1103 ],
1104 "license": "Apache-2.0",
1105 "optional": true,
1106 "os": [
1107 "linux"
1108 ],
1109 "engines": {
1110 "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
1111 },
1112 "funding": {
1113 "url": "https://opencollective.com/libvips"
1114 },
1115 "optionalDependencies": {
1116 "@img/sharp-libvips-linux-arm64": "1.2.4"
1117 }
1118 },
1119 "node_modules/@img/sharp-linux-ppc64": {
1120 "version": "0.34.5",
1121 "resolved": "https://registry.npmjs.org/@img/sharp-linux-ppc64/-/sharp-linux-ppc64-0.34.5.tgz",
1122 "integrity": "sha512-7zznwNaqW6YtsfrGGDA6BRkISKAAE1Jo0QdpNYXNMHu2+0dTrPflTLNkpc8l7MUP5M16ZJcUvysVWWrMefZquA==",
1123 "cpu": [
1124 "ppc64"
1125 ],
1126 "libc": [
1127 "glibc"
1128 ],
1129 "license": "Apache-2.0",
1130 "optional": true,
1131 "os": [
1132 "linux"
1133 ],
1134 "engines": {
1135 "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
1136 },
1137 "funding": {
1138 "url": "https://opencollective.com/libvips"
1139 },
1140 "optionalDependencies": {
1141 "@img/sharp-libvips-linux-ppc64": "1.2.4"
1142 }
1143 },
1144 "node_modules/@img/sharp-linux-riscv64": {
1145 "version": "0.34.5",
1146 "resolved": "https://registry.npmjs.org/@img/sharp-linux-riscv64/-/sharp-linux-riscv64-0.34.5.tgz",
1147 "integrity": "sha512-51gJuLPTKa7piYPaVs8GmByo7/U7/7TZOq+cnXJIHZKavIRHAP77e3N2HEl3dgiqdD/w0yUfiJnII77PuDDFdw==",
1148 "cpu": [
1149 "riscv64"
1150 ],
1151 "libc": [
1152 "glibc"
1153 ],
1154 "license": "Apache-2.0",
1155 "optional": true,
1156 "os": [
1157 "linux"
1158 ],
1159 "engines": {
1160 "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
1161 },
1162 "funding": {
1163 "url": "https://opencollective.com/libvips"
1164 },
1165 "optionalDependencies": {
1166 "@img/sharp-libvips-linux-riscv64": "1.2.4"
1167 }
1168 },
1169 "node_modules/@img/sharp-linux-s390x": {
1170 "version": "0.34.5",
1171 "resolved": "https://registry.npmjs.org/@img/sharp-linux-s390x/-/sharp-linux-s390x-0.34.5.tgz",
1172 "integrity": "sha512-nQtCk0PdKfho3eC5MrbQoigJ2gd1CgddUMkabUj+rBevs8tZ2cULOx46E7oyX+04WGfABgIwmMC0VqieTiR4jg==",
1173 "cpu": [
1174 "s390x"
1175 ],
1176 "libc": [
1177 "glibc"
1178 ],
1179 "license": "Apache-2.0",
1180 "optional": true,
1181 "os": [
1182 "linux"
1183 ],
1184 "engines": {
1185 "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
1186 },
1187 "funding": {
1188 "url": "https://opencollective.com/libvips"
1189 },
1190 "optionalDependencies": {
1191 "@img/sharp-libvips-linux-s390x": "1.2.4"
1192 }
1193 },
1194 "node_modules/@img/sharp-linux-x64": {
1195 "version": "0.34.5",
1196 "resolved": "https://registry.npmjs.org/@img/sharp-linux-x64/-/sharp-linux-x64-0.34.5.tgz",
1197 "integrity": "sha512-MEzd8HPKxVxVenwAa+JRPwEC7QFjoPWuS5NZnBt6B3pu7EG2Ge0id1oLHZpPJdn3OQK+BQDiw9zStiHBTJQQQQ==",
1198 "cpu": [
1199 "x64"
1200 ],
1201 "libc": [
1202 "glibc"
1203 ],
1204 "license": "Apache-2.0",
1205 "optional": true,
1206 "os": [
1207 "linux"
1208 ],
1209 "engines": {
1210 "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
1211 },
1212 "funding": {
1213 "url": "https://opencollective.com/libvips"
1214 },
1215 "optionalDependencies": {
1216 "@img/sharp-libvips-linux-x64": "1.2.4"
1217 }
1218 },
1219 "node_modules/@img/sharp-linuxmusl-arm64": {
1220 "version": "0.34.5",
1221 "resolved": "https://registry.npmjs.org/@img/sharp-linuxmusl-arm64/-/sharp-linuxmusl-arm64-0.34.5.tgz",
1222 "integrity": "sha512-fprJR6GtRsMt6Kyfq44IsChVZeGN97gTD331weR1ex1c1rypDEABN6Tm2xa1wE6lYb5DdEnk03NZPqA7Id21yg==",
1223 "cpu": [
1224 "arm64"
1225 ],
1226 "libc": [
1227 "musl"
1228 ],
1229 "license": "Apache-2.0",
1230 "optional": true,
1231 "os": [
1232 "linux"
1233 ],
1234 "engines": {
1235 "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
1236 },
1237 "funding": {
1238 "url": "https://opencollective.com/libvips"
1239 },
1240 "optionalDependencies": {
1241 "@img/sharp-libvips-linuxmusl-arm64": "1.2.4"
1242 }
1243 },
1244 "node_modules/@img/sharp-linuxmusl-x64": {
1245 "version": "0.34.5",
1246 "resolved": "https://registry.npmjs.org/@img/sharp-linuxmusl-x64/-/sharp-linuxmusl-x64-0.34.5.tgz",
1247 "integrity": "sha512-Jg8wNT1MUzIvhBFxViqrEhWDGzqymo3sV7z7ZsaWbZNDLXRJZoRGrjulp60YYtV4wfY8VIKcWidjojlLcWrd8Q==",
1248 "cpu": [
1249 "x64"
1250 ],
1251 "libc": [
1252 "musl"
1253 ],
1254 "license": "Apache-2.0",
1255 "optional": true,
1256 "os": [
1257 "linux"
1258 ],
1259 "engines": {
1260 "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
1261 },
1262 "funding": {
1263 "url": "https://opencollective.com/libvips"
1264 },
1265 "optionalDependencies": {
1266 "@img/sharp-libvips-linuxmusl-x64": "1.2.4"
1267 }
1268 },
1269 "node_modules/@img/sharp-wasm32": {
1270 "version": "0.34.5",
1271 "resolved": "https://registry.npmjs.org/@img/sharp-wasm32/-/sharp-wasm32-0.34.5.tgz",
1272 "integrity": "sha512-OdWTEiVkY2PHwqkbBI8frFxQQFekHaSSkUIJkwzclWZe64O1X4UlUjqqqLaPbUpMOQk6FBu/HtlGXNblIs0huw==",
1273 "cpu": [
1274 "wasm32"
1275 ],
1276 "license": "Apache-2.0 AND LGPL-3.0-or-later AND MIT",
1277 "optional": true,
1278 "dependencies": {
1279 "@emnapi/runtime": "^1.7.0"
1280 },
1281 "engines": {
1282 "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
1283 },
1284 "funding": {
1285 "url": "https://opencollective.com/libvips"
1286 }
1287 },
1288 "node_modules/@img/sharp-win32-arm64": {
1289 "version": "0.34.5",
1290 "resolved": "https://registry.npmjs.org/@img/sharp-win32-arm64/-/sharp-win32-arm64-0.34.5.tgz",
1291 "integrity": "sha512-WQ3AgWCWYSb2yt+IG8mnC6Jdk9Whs7O0gxphblsLvdhSpSTtmu69ZG1Gkb6NuvxsNACwiPV6cNSZNzt0KPsw7g==",
1292 "cpu": [
1293 "arm64"
1294 ],
1295 "license": "Apache-2.0 AND LGPL-3.0-or-later",
1296 "optional": true,
1297 "os": [
1298 "win32"
1299 ],
1300 "engines": {
1301 "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
1302 },
1303 "funding": {
1304 "url": "https://opencollective.com/libvips"
1305 }
1306 },
1307 "node_modules/@img/sharp-win32-ia32": {
1308 "version": "0.34.5",
1309 "resolved": "https://registry.npmjs.org/@img/sharp-win32-ia32/-/sharp-win32-ia32-0.34.5.tgz",
1310 "integrity": "sha512-FV9m/7NmeCmSHDD5j4+4pNI8Cp3aW+JvLoXcTUo0IqyjSfAZJ8dIUmijx1qaJsIiU+Hosw6xM5KijAWRJCSgNg==",
1311 "cpu": [
1312 "ia32"
1313 ],
1314 "license": "Apache-2.0 AND LGPL-3.0-or-later",
1315 "optional": true,
1316 "os": [
1317 "win32"
1318 ],
1319 "engines": {
1320 "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
1321 },
1322 "funding": {
1323 "url": "https://opencollective.com/libvips"
1324 }
1325 },
1326 "node_modules/@img/sharp-win32-x64": {
1327 "version": "0.34.5",
1328 "resolved": "https://registry.npmjs.org/@img/sharp-win32-x64/-/sharp-win32-x64-0.34.5.tgz",
1329 "integrity": "sha512-+29YMsqY2/9eFEiW93eqWnuLcWcufowXewwSNIT6UwZdUUCrM3oFjMWH/Z6/TMmb4hlFenmfAVbpWeup2jryCw==",
1330 "cpu": [
1331 "x64"
1332 ],
1333 "license": "Apache-2.0 AND LGPL-3.0-or-later",
1334 "optional": true,
1335 "os": [
1336 "win32"
1337 ],
1338 "engines": {
1339 "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
1340 },
1341 "funding": {
1342 "url": "https://opencollective.com/libvips"
1343 }
1344 },
1345 "node_modules/@jridgewell/sourcemap-codec": {
1346 "version": "1.5.5",
1347 "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz",
1348 "integrity": "sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==",
1349 "license": "MIT"
1350 },
1351 "node_modules/@mdx-js/mdx": {
1352 "version": "3.1.1",
1353 "resolved": "https://registry.npmjs.org/@mdx-js/mdx/-/mdx-3.1.1.tgz",
1354 "integrity": "sha512-f6ZO2ifpwAQIpzGWaBQT2TXxPv6z3RBzQKpVftEWN78Vl/YweF1uwussDx8ECAXVtr3Rs89fKyG9YlzUs9DyGQ==",
1355 "license": "MIT",
1356 "dependencies": {
1357 "@types/estree": "^1.0.0",
1358 "@types/estree-jsx": "^1.0.0",
1359 "@types/hast": "^3.0.0",
1360 "@types/mdx": "^2.0.0",
1361 "acorn": "^8.0.0",
1362 "collapse-white-space": "^2.0.0",
1363 "devlop": "^1.0.0",
1364 "estree-util-is-identifier-name": "^3.0.0",
1365 "estree-util-scope": "^1.0.0",
1366 "estree-walker": "^3.0.0",
1367 "hast-util-to-jsx-runtime": "^2.0.0",
1368 "markdown-extensions": "^2.0.0",
1369 "recma-build-jsx": "^1.0.0",
1370 "recma-jsx": "^1.0.0",
1371 "recma-stringify": "^1.0.0",
1372 "rehype-recma": "^1.0.0",
1373 "remark-mdx": "^3.0.0",
1374 "remark-parse": "^11.0.0",
1375 "remark-rehype": "^11.0.0",
1376 "source-map": "^0.7.0",
1377 "unified": "^11.0.0",
1378 "unist-util-position-from-estree": "^2.0.0",
1379 "unist-util-stringify-position": "^4.0.0",
1380 "unist-util-visit": "^5.0.0",
1381 "vfile": "^6.0.0"
1382 },
1383 "funding": {
1384 "type": "opencollective",
1385 "url": "https://opencollective.com/unified"
1386 }
1387 },
1388 "node_modules/@oslojs/encoding": {
1389 "version": "1.1.0",
1390 "resolved": "https://registry.npmjs.org/@oslojs/encoding/-/encoding-1.1.0.tgz",
1391 "integrity": "sha512-70wQhgYmndg4GCPxPPxPGevRKqTIJ2Nh4OkiMWmDAVYsTQ+Ta7Sq+rPevXyXGdzr30/qZBnyOalCszoMxlyldQ==",
1392 "license": "MIT"
1393 },
1394 "node_modules/@pagefind/darwin-arm64": {
1395 "version": "1.5.2",
1396 "resolved": "https://registry.npmjs.org/@pagefind/darwin-arm64/-/darwin-arm64-1.5.2.tgz",
1397 "integrity": "sha512-MXpI+7HsAdPkvJ0gk9xj9g541BCqBZOBbdwj9g6lB5LCj6kSV6nqDSjzcAJwvOsfu0fjwvC8hQU+ecfhp+MpiQ==",
1398 "cpu": [
1399 "arm64"
1400 ],
1401 "license": "MIT",
1402 "optional": true,
1403 "os": [
1404 "darwin"
1405 ]
1406 },
1407 "node_modules/@pagefind/darwin-x64": {
1408 "version": "1.5.2",
1409 "resolved": "https://registry.npmjs.org/@pagefind/darwin-x64/-/darwin-x64-1.5.2.tgz",
1410 "integrity": "sha512-IojxFWMEJe0RQ7PQ3KXQsPIImNsbpPYpoZ+QUDrL8fAl/O27IX+LVLs74/UzEZy5uA2LD8Nz1AiwKr72vrkZQw==",
1411 "cpu": [
1412 "x64"
1413 ],
1414 "license": "MIT",
1415 "optional": true,
1416 "os": [
1417 "darwin"
1418 ]
1419 },
1420 "node_modules/@pagefind/default-ui": {
1421 "version": "1.5.2",
1422 "resolved": "https://registry.npmjs.org/@pagefind/default-ui/-/default-ui-1.5.2.tgz",
1423 "integrity": "sha512-pm1LMnQg8N2B3n2TnjKlhaFihpz6zTiA4HiGQ6/slKO/+8K9CAU5kcjdSSPgpuk1PMuuN4hxLipUIifnrkl3Sg==",
1424 "license": "MIT"
1425 },
1426 "node_modules/@pagefind/freebsd-x64": {
1427 "version": "1.5.2",
1428 "resolved": "https://registry.npmjs.org/@pagefind/freebsd-x64/-/freebsd-x64-1.5.2.tgz",
1429 "integrity": "sha512-7EVzo9+0w+2cbe671BtMj10UlNo83I+HrLVLfRxO731svHRJKUfJ/mo05gU14pe9PCfpKNQT8FS3Xc/oDN6pOA==",
1430 "cpu": [
1431 "x64"
1432 ],
1433 "license": "MIT",
1434 "optional": true,
1435 "os": [
1436 "freebsd"
1437 ]
1438 },
1439 "node_modules/@pagefind/linux-arm64": {
1440 "version": "1.5.2",
1441 "resolved": "https://registry.npmjs.org/@pagefind/linux-arm64/-/linux-arm64-1.5.2.tgz",
1442 "integrity": "sha512-Ovt9+K35sqzn8H3ZMXGwls4TD/wMJuvRtShHIsmUQREmaxjrDEX7gHckRCrwYJ4XE1H1p6HkLz3wukrAnsfXQw==",
1443 "cpu": [
1444 "arm64"
1445 ],
1446 "license": "MIT",
1447 "optional": true,
1448 "os": [
1449 "linux"
1450 ]
1451 },
1452 "node_modules/@pagefind/linux-x64": {
1453 "version": "1.5.2",
1454 "resolved": "https://registry.npmjs.org/@pagefind/linux-x64/-/linux-x64-1.5.2.tgz",
1455 "integrity": "sha512-V+tFqHKXhQKq/WqPBD67AFy7scn1/aZID00ws4fSDd+1daSi5UHR9VVlRrOUYKxn3VuFQYRD7lYXdZK1WED1YA==",
1456 "cpu": [
1457 "x64"
1458 ],
1459 "license": "MIT",
1460 "optional": true,
1461 "os": [
1462 "linux"
1463 ]
1464 },
1465 "node_modules/@pagefind/windows-arm64": {
1466 "version": "1.5.2",
1467 "resolved": "https://registry.npmjs.org/@pagefind/windows-arm64/-/windows-arm64-1.5.2.tgz",
1468 "integrity": "sha512-hN9Nh90fNW61nNRCW9ZyQrAj/mD0eRvmJ8NlTUzkbuW8kIzGJUi3cxjFkEcMZ5h/8FsKWD/VcouZl4yo1F7B6g==",
1469 "cpu": [
1470 "arm64"
1471 ],
1472 "license": "MIT",
1473 "optional": true,
1474 "os": [
1475 "win32"
1476 ]
1477 },
1478 "node_modules/@pagefind/windows-x64": {
1479 "version": "1.5.2",
1480 "resolved": "https://registry.npmjs.org/@pagefind/windows-x64/-/windows-x64-1.5.2.tgz",
1481 "integrity": "sha512-Fa2Iyw7kaDRzGMfNYNUXNW2zbL5FQVDgSOcbDHdzBrDEdpqOqg8TcZ68F22ol6NJ9IGzvUdmeyZypLW5dyhqsg==",
1482 "cpu": [
1483 "x64"
1484 ],
1485 "license": "MIT",
1486 "optional": true,
1487 "os": [
1488 "win32"
1489 ]
1490 },
1491 "node_modules/@rollup/pluginutils": {
1492 "version": "5.3.0",
1493 "resolved": "https://registry.npmjs.org/@rollup/pluginutils/-/pluginutils-5.3.0.tgz",
1494 "integrity": "sha512-5EdhGZtnu3V88ces7s53hhfK5KSASnJZv8Lulpc04cWO3REESroJXg73DFsOmgbU2BhwV0E20bu2IDZb3VKW4Q==",
1495 "license": "MIT",
1496 "dependencies": {
1497 "@types/estree": "^1.0.0",
1498 "estree-walker": "^2.0.2",
1499 "picomatch": "^4.0.2"
1500 },
1501 "engines": {
1502 "node": ">=14.0.0"
1503 },
1504 "peerDependencies": {
1505 "rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0"
1506 },
1507 "peerDependenciesMeta": {
1508 "rollup": {
1509 "optional": true
1510 }
1511 }
1512 },
1513 "node_modules/@rollup/pluginutils/node_modules/estree-walker": {
1514 "version": "2.0.2",
1515 "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-2.0.2.tgz",
1516 "integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==",
1517 "license": "MIT"
1518 },
1519 "node_modules/@rollup/rollup-android-arm-eabi": {
1520 "version": "4.60.2",
1521 "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.60.2.tgz",
1522 "integrity": "sha512-dnlp69efPPg6Uaw2dVqzWRfAWRnYVb1XJ8CyyhIbZeaq4CA5/mLeZ1IEt9QqQxmbdvagjLIm2ZL8BxXv5lH4Yw==",
1523 "cpu": [
1524 "arm"
1525 ],
1526 "license": "MIT",
1527 "optional": true,
1528 "os": [
1529 "android"
1530 ]
1531 },
1532 "node_modules/@rollup/rollup-android-arm64": {
1533 "version": "4.60.2",
1534 "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.60.2.tgz",
1535 "integrity": "sha512-OqZTwDRDchGRHHm/hwLOL7uVPB9aUvI0am/eQuWMNyFHf5PSEQmyEeYYheA0EPPKUO/l0uigCp+iaTjoLjVoHg==",
1536 "cpu": [
1537 "arm64"
1538 ],
1539 "license": "MIT",
1540 "optional": true,
1541 "os": [
1542 "android"
1543 ]
1544 },
1545 "node_modules/@rollup/rollup-darwin-arm64": {
1546 "version": "4.60.2",
1547 "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.60.2.tgz",
1548 "integrity": "sha512-UwRE7CGpvSVEQS8gUMBe1uADWjNnVgP3Iusyda1nSRwNDCsRjnGc7w6El6WLQsXmZTbLZx9cecegumcitNfpmA==",
1549 "cpu": [
1550 "arm64"
1551 ],
1552 "license": "MIT",
1553 "optional": true,
1554 "os": [
1555 "darwin"
1556 ]
1557 },
1558 "node_modules/@rollup/rollup-darwin-x64": {
1559 "version": "4.60.2",
1560 "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.60.2.tgz",
1561 "integrity": "sha512-gjEtURKLCC5VXm1I+2i1u9OhxFsKAQJKTVB8WvDAHF+oZlq0GTVFOlTlO1q3AlCTE/DF32c16ESvfgqR7343/g==",
1562 "cpu": [
1563 "x64"
1564 ],
1565 "license": "MIT",
1566 "optional": true,
1567 "os": [
1568 "darwin"
1569 ]
1570 },
1571 "node_modules/@rollup/rollup-freebsd-arm64": {
1572 "version": "4.60.2",
1573 "resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-arm64/-/rollup-freebsd-arm64-4.60.2.tgz",
1574 "integrity": "sha512-Bcl6CYDeAgE70cqZaMojOi/eK63h5Me97ZqAQoh77VPjMysA/4ORQBRGo3rRy45x4MzVlU9uZxs8Uwy7ZaKnBw==",
1575 "cpu": [
1576 "arm64"
1577 ],
1578 "license": "MIT",
1579 "optional": true,
1580 "os": [
1581 "freebsd"
1582 ]
1583 },
1584 "node_modules/@rollup/rollup-freebsd-x64": {
1585 "version": "4.60.2",
1586 "resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-x64/-/rollup-freebsd-x64-4.60.2.tgz",
1587 "integrity": "sha512-LU+TPda3mAE2QB0/Hp5VyeKJivpC6+tlOXd1VMoXV/YFMvk/MNk5iXeBfB4MQGRWyOYVJ01625vjkr0Az98OJQ==",
1588 "cpu": [
1589 "x64"
1590 ],
1591 "license": "MIT",
1592 "optional": true,
1593 "os": [
1594 "freebsd"
1595 ]
1596 },
1597 "node_modules/@rollup/rollup-linux-arm-gnueabihf": {
1598 "version": "4.60.2",
1599 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.60.2.tgz",
1600 "integrity": "sha512-2QxQrM+KQ7DAW4o22j+XZ6RKdxjLD7BOWTP0Bv0tmjdyhXSsr2Ul1oJDQqh9Zf5qOwTuTc7Ek83mOFaKnodPjg==",
1601 "cpu": [
1602 "arm"
1603 ],
1604 "libc": [
1605 "glibc"
1606 ],
1607 "license": "MIT",
1608 "optional": true,
1609 "os": [
1610 "linux"
1611 ]
1612 },
1613 "node_modules/@rollup/rollup-linux-arm-musleabihf": {
1614 "version": "4.60.2",
1615 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.60.2.tgz",
1616 "integrity": "sha512-TbziEu2DVsTEOPif2mKWkMeDMLoYjx95oESa9fkQQK7r/Orta0gnkcDpzwufEcAO2BLBsD7mZkXGFqEdMRRwfw==",
1617 "cpu": [
1618 "arm"
1619 ],
1620 "libc": [
1621 "musl"
1622 ],
1623 "license": "MIT",
1624 "optional": true,
1625 "os": [
1626 "linux"
1627 ]
1628 },
1629 "node_modules/@rollup/rollup-linux-arm64-gnu": {
1630 "version": "4.60.2",
1631 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.60.2.tgz",
1632 "integrity": "sha512-bO/rVDiDUuM2YfuCUwZ1t1cP+/yqjqz+Xf2VtkdppefuOFS2OSeAfgafaHNkFn0t02hEyXngZkxtGqXcXwO8Rg==",
1633 "cpu": [
1634 "arm64"
1635 ],
1636 "libc": [
1637 "glibc"
1638 ],
1639 "license": "MIT",
1640 "optional": true,
1641 "os": [
1642 "linux"
1643 ]
1644 },
1645 "node_modules/@rollup/rollup-linux-arm64-musl": {
1646 "version": "4.60.2",
1647 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.60.2.tgz",
1648 "integrity": "sha512-hr26p7e93Rl0Za+JwW7EAnwAvKkehh12BU1Llm9Ykiibg4uIr2rbpxG9WCf56GuvidlTG9KiiQT/TXT1yAWxTA==",
1649 "cpu": [
1650 "arm64"
1651 ],
1652 "libc": [
1653 "musl"
1654 ],
1655 "license": "MIT",
1656 "optional": true,
1657 "os": [
1658 "linux"
1659 ]
1660 },
1661 "node_modules/@rollup/rollup-linux-loong64-gnu": {
1662 "version": "4.60.2",
1663 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-loong64-gnu/-/rollup-linux-loong64-gnu-4.60.2.tgz",
1664 "integrity": "sha512-pOjB/uSIyDt+ow3k/RcLvUAOGpysT2phDn7TTUB3n75SlIgZzM6NKAqlErPhoFU+npgY3/n+2HYIQVbF70P9/A==",
1665 "cpu": [
1666 "loong64"
1667 ],
1668 "libc": [
1669 "glibc"
1670 ],
1671 "license": "MIT",
1672 "optional": true,
1673 "os": [
1674 "linux"
1675 ]
1676 },
1677 "node_modules/@rollup/rollup-linux-loong64-musl": {
1678 "version": "4.60.2",
1679 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-loong64-musl/-/rollup-linux-loong64-musl-4.60.2.tgz",
1680 "integrity": "sha512-2/w+q8jszv9Ww1c+6uJT3OwqhdmGP2/4T17cu8WuwyUuuaCDDJ2ojdyYwZzCxx0GcsZBhzi3HmH+J5pZNXnd+Q==",
1681 "cpu": [
1682 "loong64"
1683 ],
1684 "libc": [
1685 "musl"
1686 ],
1687 "license": "MIT",
1688 "optional": true,
1689 "os": [
1690 "linux"
1691 ]
1692 },
1693 "node_modules/@rollup/rollup-linux-ppc64-gnu": {
1694 "version": "4.60.2",
1695 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-ppc64-gnu/-/rollup-linux-ppc64-gnu-4.60.2.tgz",
1696 "integrity": "sha512-11+aL5vKheYgczxtPVVRhdptAM2H7fcDR5Gw4/bTcteuZBlH4oP9f5s9zYO9aGZvoGeBpqXI/9TZZihZ609wKw==",
1697 "cpu": [
1698 "ppc64"
1699 ],
1700 "libc": [
1701 "glibc"
1702 ],
1703 "license": "MIT",
1704 "optional": true,
1705 "os": [
1706 "linux"
1707 ]
1708 },
1709 "node_modules/@rollup/rollup-linux-ppc64-musl": {
1710 "version": "4.60.2",
1711 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-ppc64-musl/-/rollup-linux-ppc64-musl-4.60.2.tgz",
1712 "integrity": "sha512-i16fokAGK46IVZuV8LIIwMdtqhin9hfYkCh8pf8iC3QU3LpwL+1FSFGej+O7l3E/AoknL6Dclh2oTdnRMpTzFQ==",
1713 "cpu": [
1714 "ppc64"
1715 ],
1716 "libc": [
1717 "musl"
1718 ],
1719 "license": "MIT",
1720 "optional": true,
1721 "os": [
1722 "linux"
1723 ]
1724 },
1725 "node_modules/@rollup/rollup-linux-riscv64-gnu": {
1726 "version": "4.60.2",
1727 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.60.2.tgz",
1728 "integrity": "sha512-49FkKS6RGQoriDSK/6E2GkAsAuU5kETFCh7pG4yD/ylj9rKhTmO3elsnmBvRD4PgJPds5W2PkhC82aVwmUcJ7A==",
1729 "cpu": [
1730 "riscv64"
1731 ],
1732 "libc": [
1733 "glibc"
1734 ],
1735 "license": "MIT",
1736 "optional": true,
1737 "os": [
1738 "linux"
1739 ]
1740 },
1741 "node_modules/@rollup/rollup-linux-riscv64-musl": {
1742 "version": "4.60.2",
1743 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-musl/-/rollup-linux-riscv64-musl-4.60.2.tgz",
1744 "integrity": "sha512-mjYNkHPfGpUR00DuM1ZZIgs64Hpf4bWcz9Z41+4Q+pgDx73UwWdAYyf6EG/lRFldmdHHzgrYyge5akFUW0D3mQ==",
1745 "cpu": [
1746 "riscv64"
1747 ],
1748 "libc": [
1749 "musl"
1750 ],
1751 "license": "MIT",
1752 "optional": true,
1753 "os": [
1754 "linux"
1755 ]
1756 },
1757 "node_modules/@rollup/rollup-linux-s390x-gnu": {
1758 "version": "4.60.2",
1759 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.60.2.tgz",
1760 "integrity": "sha512-ALyvJz965BQk8E9Al/JDKKDLH2kfKFLTGMlgkAbbYtZuJt9LU8DW3ZoDMCtQpXAltZxwBHevXz5u+gf0yA0YoA==",
1761 "cpu": [
1762 "s390x"
1763 ],
1764 "libc": [
1765 "glibc"
1766 ],
1767 "license": "MIT",
1768 "optional": true,
1769 "os": [
1770 "linux"
1771 ]
1772 },
1773 "node_modules/@rollup/rollup-linux-x64-gnu": {
1774 "version": "4.60.2",
1775 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.60.2.tgz",
1776 "integrity": "sha512-UQjrkIdWrKI626Du8lCQ6MJp/6V1LAo2bOK9OTu4mSn8GGXIkPXk/Vsp4bLHCd9Z9Iz2OTEaokUE90VweJgIYQ==",
1777 "cpu": [
1778 "x64"
1779 ],
1780 "libc": [
1781 "glibc"
1782 ],
1783 "license": "MIT",
1784 "optional": true,
1785 "os": [
1786 "linux"
1787 ]
1788 },
1789 "node_modules/@rollup/rollup-linux-x64-musl": {
1790 "version": "4.60.2",
1791 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.60.2.tgz",
1792 "integrity": "sha512-bTsRGj6VlSdn/XD4CGyzMnzaBs9bsRxy79eTqTCBsA8TMIEky7qg48aPkvJvFe1HyzQ5oMZdg7AnVlWQSKLTnw==",
1793 "cpu": [
1794 "x64"
1795 ],
1796 "libc": [
1797 "musl"
1798 ],
1799 "license": "MIT",
1800 "optional": true,
1801 "os": [
1802 "linux"
1803 ]
1804 },
1805 "node_modules/@rollup/rollup-openbsd-x64": {
1806 "version": "4.60.2",
1807 "resolved": "https://registry.npmjs.org/@rollup/rollup-openbsd-x64/-/rollup-openbsd-x64-4.60.2.tgz",
1808 "integrity": "sha512-6d4Z3534xitaA1FcMWP7mQPq5zGwBmGbhphh2DwaA1aNIXUu3KTOfwrWpbwI4/Gr0uANo7NTtaykFyO2hPuFLg==",
1809 "cpu": [
1810 "x64"
1811 ],
1812 "license": "MIT",
1813 "optional": true,
1814 "os": [
1815 "openbsd"
1816 ]
1817 },
1818 "node_modules/@rollup/rollup-openharmony-arm64": {
1819 "version": "4.60.2",
1820 "resolved": "https://registry.npmjs.org/@rollup/rollup-openharmony-arm64/-/rollup-openharmony-arm64-4.60.2.tgz",
1821 "integrity": "sha512-NetAg5iO2uN7eB8zE5qrZ3CSil+7IJt4WDFLcC75Ymywq1VZVD6qJ6EvNLjZ3rEm6gB7XW5JdT60c6MN35Z85Q==",
1822 "cpu": [
1823 "arm64"
1824 ],
1825 "license": "MIT",
1826 "optional": true,
1827 "os": [
1828 "openharmony"
1829 ]
1830 },
1831 "node_modules/@rollup/rollup-win32-arm64-msvc": {
1832 "version": "4.60.2",
1833 "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.60.2.tgz",
1834 "integrity": "sha512-NCYhOotpgWZ5kdxCZsv6Iudx0wX8980Q/oW4pNFNihpBKsDbEA1zpkfxJGC0yugsUuyDZ7gL37dbzwhR0VI7pQ==",
1835 "cpu": [
1836 "arm64"
1837 ],
1838 "license": "MIT",
1839 "optional": true,
1840 "os": [
1841 "win32"
1842 ]
1843 },
1844 "node_modules/@rollup/rollup-win32-ia32-msvc": {
1845 "version": "4.60.2",
1846 "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.60.2.tgz",
1847 "integrity": "sha512-RXsaOqXxfoUBQoOgvmmijVxJnW2IGB0eoMO7F8FAjaj0UTywUO/luSqimWBJn04WNgUkeNhh7fs7pESXajWmkg==",
1848 "cpu": [
1849 "ia32"
1850 ],
1851 "license": "MIT",
1852 "optional": true,
1853 "os": [
1854 "win32"
1855 ]
1856 },
1857 "node_modules/@rollup/rollup-win32-x64-gnu": {
1858 "version": "4.60.2",
1859 "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-gnu/-/rollup-win32-x64-gnu-4.60.2.tgz",
1860 "integrity": "sha512-qdAzEULD+/hzObedtmV6iBpdL5TIbKVztGiK7O3/KYSf+HIzU257+MX1EXJcyIiDbMAqmbwaufcYPvyRryeZtA==",
1861 "cpu": [
1862 "x64"
1863 ],
1864 "license": "MIT",
1865 "optional": true,
1866 "os": [
1867 "win32"
1868 ]
1869 },
1870 "node_modules/@rollup/rollup-win32-x64-msvc": {
1871 "version": "4.60.2",
1872 "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.60.2.tgz",
1873 "integrity": "sha512-Nd/SgG27WoA9e+/TdK74KnHz852TLa94ovOYySo/yMPuTmpckK/jIF2jSwS3g7ELSKXK13/cVdmg1Z/DaCWKxA==",
1874 "cpu": [
1875 "x64"
1876 ],
1877 "license": "MIT",
1878 "optional": true,
1879 "os": [
1880 "win32"
1881 ]
1882 },
1883 "node_modules/@shikijs/core": {
1884 "version": "4.0.2",
1885 "resolved": "https://registry.npmjs.org/@shikijs/core/-/core-4.0.2.tgz",
1886 "integrity": "sha512-hxT0YF4ExEqB8G/qFdtJvpmHXBYJ2lWW7qTHDarVkIudPFE6iCIrqdgWxGn5s+ppkGXI0aEGlibI0PAyzP3zlw==",
1887 "license": "MIT",
1888 "dependencies": {
1889 "@shikijs/primitive": "4.0.2",
1890 "@shikijs/types": "4.0.2",
1891 "@shikijs/vscode-textmate": "^10.0.2",
1892 "@types/hast": "^3.0.4",
1893 "hast-util-to-html": "^9.0.5"
1894 },
1895 "engines": {
1896 "node": ">=20"
1897 }
1898 },
1899 "node_modules/@shikijs/engine-javascript": {
1900 "version": "4.0.2",
1901 "resolved": "https://registry.npmjs.org/@shikijs/engine-javascript/-/engine-javascript-4.0.2.tgz",
1902 "integrity": "sha512-7PW0Nm49DcoUIQEXlJhNNBHyoGMjalRETTCcjMqEaMoJRLljy1Bi/EGV3/qLBgLKQejdspiiYuHGQW6dX94Nag==",
1903 "license": "MIT",
1904 "dependencies": {
1905 "@shikijs/types": "4.0.2",
1906 "@shikijs/vscode-textmate": "^10.0.2",
1907 "oniguruma-to-es": "^4.3.4"
1908 },
1909 "engines": {
1910 "node": ">=20"
1911 }
1912 },
1913 "node_modules/@shikijs/engine-oniguruma": {
1914 "version": "4.0.2",
1915 "resolved": "https://registry.npmjs.org/@shikijs/engine-oniguruma/-/engine-oniguruma-4.0.2.tgz",
1916 "integrity": "sha512-UpCB9Y2sUKlS9z8juFSKz7ZtysmeXCgnRF0dlhXBkmQnek7lAToPte8DkxmEYGNTMii72zU/lyXiCB6StuZeJg==",
1917 "license": "MIT",
1918 "dependencies": {
1919 "@shikijs/types": "4.0.2",
1920 "@shikijs/vscode-textmate": "^10.0.2"
1921 },
1922 "engines": {
1923 "node": ">=20"
1924 }
1925 },
1926 "node_modules/@shikijs/langs": {
1927 "version": "4.0.2",
1928 "resolved": "https://registry.npmjs.org/@shikijs/langs/-/langs-4.0.2.tgz",
1929 "integrity": "sha512-KaXby5dvoeuZzN0rYQiPMjFoUrz4hgwIE+D6Du9owcHcl6/g16/yT5BQxSW5cGt2MZBz6Hl0YuRqf12omRfUUg==",
1930 "license": "MIT",
1931 "dependencies": {
1932 "@shikijs/types": "4.0.2"
1933 },
1934 "engines": {
1935 "node": ">=20"
1936 }
1937 },
1938 "node_modules/@shikijs/primitive": {
1939 "version": "4.0.2",
1940 "resolved": "https://registry.npmjs.org/@shikijs/primitive/-/primitive-4.0.2.tgz",
1941 "integrity": "sha512-M6UMPrSa3fN5ayeJwFVl9qWofl273wtK1VG8ySDZ1mQBfhCpdd8nEx7nPZ/tk7k+TYcpqBZzj/AnwxT9lO+HJw==",
1942 "license": "MIT",
1943 "dependencies": {
1944 "@shikijs/types": "4.0.2",
1945 "@shikijs/vscode-textmate": "^10.0.2",
1946 "@types/hast": "^3.0.4"
1947 },
1948 "engines": {
1949 "node": ">=20"
1950 }
1951 },
1952 "node_modules/@shikijs/themes": {
1953 "version": "4.0.2",
1954 "resolved": "https://registry.npmjs.org/@shikijs/themes/-/themes-4.0.2.tgz",
1955 "integrity": "sha512-mjCafwt8lJJaVSsQvNVrJumbnnj1RI8jbUKrPKgE6E3OvQKxnuRoBaYC51H4IGHePsGN/QtALglWBU7DoKDFnA==",
1956 "license": "MIT",
1957 "dependencies": {
1958 "@shikijs/types": "4.0.2"
1959 },
1960 "engines": {
1961 "node": ">=20"
1962 }
1963 },
1964 "node_modules/@shikijs/types": {
1965 "version": "4.0.2",
1966 "resolved": "https://registry.npmjs.org/@shikijs/types/-/types-4.0.2.tgz",
1967 "integrity": "sha512-qzbeRooUTPnLE+sHD/Z8DStmaDgnbbc/pMrU203950aRqjX/6AFHeDYT+j00y2lPdz0ywJKx7o/7qnqTivtlXg==",
1968 "license": "MIT",
1969 "dependencies": {
1970 "@shikijs/vscode-textmate": "^10.0.2",
1971 "@types/hast": "^3.0.4"
1972 },
1973 "engines": {
1974 "node": ">=20"
1975 }
1976 },
1977 "node_modules/@shikijs/vscode-textmate": {
1978 "version": "10.0.2",
1979 "resolved": "https://registry.npmjs.org/@shikijs/vscode-textmate/-/vscode-textmate-10.0.2.tgz",
1980 "integrity": "sha512-83yeghZ2xxin3Nj8z1NMd/NCuca+gsYXswywDy5bHvwlWL8tpTQmzGeUuHd9FC3E/SBEMvzJRwWEOz5gGes9Qg==",
1981 "license": "MIT"
1982 },
1983 "node_modules/@types/debug": {
1984 "version": "4.1.13",
1985 "resolved": "https://registry.npmjs.org/@types/debug/-/debug-4.1.13.tgz",
1986 "integrity": "sha512-KSVgmQmzMwPlmtljOomayoR89W4FynCAi3E8PPs7vmDVPe84hT+vGPKkJfThkmXs0x0jAaa9U8uW8bbfyS2fWw==",
1987 "license": "MIT",
1988 "dependencies": {
1989 "@types/ms": "*"
1990 }
1991 },
1992 "node_modules/@types/estree": {
1993 "version": "1.0.8",
1994 "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.8.tgz",
1995 "integrity": "sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==",
1996 "license": "MIT"
1997 },
1998 "node_modules/@types/estree-jsx": {
1999 "version": "1.0.5",
2000 "resolved": "https://registry.npmjs.org/@types/estree-jsx/-/estree-jsx-1.0.5.tgz",
2001 "integrity": "sha512-52CcUVNFyfb1A2ALocQw/Dd1BQFNmSdkuC3BkZ6iqhdMfQz7JWOFRuJFloOzjk+6WijU56m9oKXFAXc7o3Towg==",
2002 "license": "MIT",
2003 "dependencies": {
2004 "@types/estree": "*"
2005 }
2006 },
2007 "node_modules/@types/hast": {
2008 "version": "3.0.4",
2009 "resolved": "https://registry.npmjs.org/@types/hast/-/hast-3.0.4.tgz",
2010 "integrity": "sha512-WPs+bbQw5aCj+x6laNGWLH3wviHtoCv/P3+otBhbOhJgG8qtpdAMlTCxLtsTWA7LH1Oh/bFCHsBn0TPS5m30EQ==",
2011 "license": "MIT",
2012 "dependencies": {
2013 "@types/unist": "*"
2014 }
2015 },
2016 "node_modules/@types/js-yaml": {
2017 "version": "4.0.9",
2018 "resolved": "https://registry.npmjs.org/@types/js-yaml/-/js-yaml-4.0.9.tgz",
2019 "integrity": "sha512-k4MGaQl5TGo/iipqb2UDG2UwjXziSWkh0uysQelTlJpX1qGlpUZYm8PnO4DxG1qBomtJUdYJ6qR6xdIah10JLg==",
2020 "license": "MIT"
2021 },
2022 "node_modules/@types/mdast": {
2023 "version": "4.0.4",
2024 "resolved": "https://registry.npmjs.org/@types/mdast/-/mdast-4.0.4.tgz",
2025 "integrity": "sha512-kGaNbPh1k7AFzgpud/gMdvIm5xuECykRR+JnWKQno9TAXVa6WIVCGTPvYGekIDL4uwCZQSYbUxNBSb1aUo79oA==",
2026 "license": "MIT",
2027 "dependencies": {
2028 "@types/unist": "*"
2029 }
2030 },
2031 "node_modules/@types/mdx": {
2032 "version": "2.0.13",
2033 "resolved": "https://registry.npmjs.org/@types/mdx/-/mdx-2.0.13.tgz",
2034 "integrity": "sha512-+OWZQfAYyio6YkJb3HLxDrvnx6SWWDbC0zVPfBRzUk0/nqoDyf6dNxQi3eArPe8rJ473nobTMQ/8Zk+LxJ+Yuw==",
2035 "license": "MIT"
2036 },
2037 "node_modules/@types/ms": {
2038 "version": "2.1.0",
2039 "resolved": "https://registry.npmjs.org/@types/ms/-/ms-2.1.0.tgz",
2040 "integrity": "sha512-GsCCIZDE/p3i96vtEqx+7dBUGXrc7zeSK3wwPHIaRThS+9OhWIXRqzs4d6k1SVU8g91DrNRWxWUGhp5KXQb2VA==",
2041 "license": "MIT"
2042 },
2043 "node_modules/@types/nlcst": {
2044 "version": "2.0.3",
2045 "resolved": "https://registry.npmjs.org/@types/nlcst/-/nlcst-2.0.3.tgz",
2046 "integrity": "sha512-vSYNSDe6Ix3q+6Z7ri9lyWqgGhJTmzRjZRqyq15N0Z/1/UnVsno9G/N40NBijoYx2seFDIl0+B2mgAb9mezUCA==",
2047 "license": "MIT",
2048 "dependencies": {
2049 "@types/unist": "*"
2050 }
2051 },
2052 "node_modules/@types/node": {
2053 "version": "24.12.2",
2054 "resolved": "https://registry.npmjs.org/@types/node/-/node-24.12.2.tgz",
2055 "integrity": "sha512-A1sre26ke7HDIuY/M23nd9gfB+nrmhtYyMINbjI1zHJxYteKR6qSMX56FsmjMcDb3SMcjJg5BiRRgOCC/yBD0g==",
2056 "license": "MIT",
2057 "dependencies": {
2058 "undici-types": "~7.16.0"
2059 }
2060 },
2061 "node_modules/@types/sax": {
2062 "version": "1.2.7",
2063 "resolved": "https://registry.npmjs.org/@types/sax/-/sax-1.2.7.tgz",
2064 "integrity": "sha512-rO73L89PJxeYM3s3pPPjiPgVVcymqU490g0YO5n5By0k2Erzj6tay/4lr1CHAAU4JyOWd1rpQ8bCf6cZfHU96A==",
2065 "license": "MIT",
2066 "dependencies": {
2067 "@types/node": "*"
2068 }
2069 },
2070 "node_modules/@types/unist": {
2071 "version": "3.0.3",
2072 "resolved": "https://registry.npmjs.org/@types/unist/-/unist-3.0.3.tgz",
2073 "integrity": "sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q==",
2074 "license": "MIT"
2075 },
2076 "node_modules/@ungap/structured-clone": {
2077 "version": "1.3.0",
2078 "resolved": "https://registry.npmjs.org/@ungap/structured-clone/-/structured-clone-1.3.0.tgz",
2079 "integrity": "sha512-WmoN8qaIAo7WTYWbAZuG8PYEhn5fkz7dZrqTBZ7dtt//lL2Gwms1IcnQ5yHqjDfX8Ft5j4YzDM23f87zBfDe9g==",
2080 "license": "ISC"
2081 },
2082 "node_modules/acorn": {
2083 "version": "8.16.0",
2084 "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.16.0.tgz",
2085 "integrity": "sha512-UVJyE9MttOsBQIDKw1skb9nAwQuR5wuGD3+82K6JgJlm/Y+KI92oNsMNGZCYdDsVtRHSak0pcV5Dno5+4jh9sw==",
2086 "license": "MIT",
2087 "bin": {
2088 "acorn": "bin/acorn"
2089 },
2090 "engines": {
2091 "node": ">=0.4.0"
2092 }
2093 },
2094 "node_modules/acorn-jsx": {
2095 "version": "5.3.2",
2096 "resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz",
2097 "integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==",
2098 "license": "MIT",
2099 "peerDependencies": {
2100 "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0"
2101 }
2102 },
2103 "node_modules/anymatch": {
2104 "version": "3.1.3",
2105 "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.3.tgz",
2106 "integrity": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==",
2107 "license": "ISC",
2108 "dependencies": {
2109 "normalize-path": "^3.0.0",
2110 "picomatch": "^2.0.4"
2111 },
2112 "engines": {
2113 "node": ">= 8"
2114 }
2115 },
2116 "node_modules/anymatch/node_modules/picomatch": {
2117 "version": "2.3.2",
2118 "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.2.tgz",
2119 "integrity": "sha512-V7+vQEJ06Z+c5tSye8S+nHUfI51xoXIXjHQ99cQtKUkQqqO1kO/KCJUfZXuB47h/YBlDhah2H3hdUGXn8ie0oA==",
2120 "license": "MIT",
2121 "engines": {
2122 "node": ">=8.6"
2123 },
2124 "funding": {
2125 "url": "https://github.com/sponsors/jonschlinkert"
2126 }
2127 },
2128 "node_modules/arg": {
2129 "version": "5.0.2",
2130 "resolved": "https://registry.npmjs.org/arg/-/arg-5.0.2.tgz",
2131 "integrity": "sha512-PYjyFOLKQ9y57JvQ6QLo8dAgNqswh8M1RMJYdQduT6xbWSgK36P/Z/v+p888pM69jMMfS8Xd8F6I1kQ/I9HUGg==",
2132 "license": "MIT"
2133 },
2134 "node_modules/argparse": {
2135 "version": "2.0.1",
2136 "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
2137 "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
2138 "license": "Python-2.0"
2139 },
2140 "node_modules/aria-query": {
2141 "version": "5.3.2",
2142 "resolved": "https://registry.npmjs.org/aria-query/-/aria-query-5.3.2.tgz",
2143 "integrity": "sha512-COROpnaoap1E2F000S62r6A60uHZnmlvomhfyT2DlTcrY1OrBKn2UhH7qn5wTC9zMvD0AY7csdPSNwKP+7WiQw==",
2144 "license": "Apache-2.0",
2145 "engines": {
2146 "node": ">= 0.4"
2147 }
2148 },
2149 "node_modules/array-iterate": {
2150 "version": "2.0.1",
2151 "resolved": "https://registry.npmjs.org/array-iterate/-/array-iterate-2.0.1.tgz",
2152 "integrity": "sha512-I1jXZMjAgCMmxT4qxXfPXa6SthSoE8h6gkSI9BGGNv8mP8G/v0blc+qFnZu6K42vTOiuME596QaLO0TP3Lk0xg==",
2153 "license": "MIT",
2154 "funding": {
2155 "type": "github",
2156 "url": "https://github.com/sponsors/wooorm"
2157 }
2158 },
2159 "node_modules/astring": {
2160 "version": "1.9.0",
2161 "resolved": "https://registry.npmjs.org/astring/-/astring-1.9.0.tgz",
2162 "integrity": "sha512-LElXdjswlqjWrPpJFg1Fx4wpkOCxj1TDHlSV4PlaRxHGWko024xICaa97ZkMfs6DRKlCguiAI+rbXv5GWwXIkg==",
2163 "license": "MIT",
2164 "bin": {
2165 "astring": "bin/astring"
2166 }
2167 },
2168 "node_modules/astro": {
2169 "version": "6.1.10",
2170 "resolved": "https://registry.npmjs.org/astro/-/astro-6.1.10.tgz",
2171 "integrity": "sha512-jQAIki6c862oxRr7OXXC+h3n4wg1EpmKgCH3vv1FtXM9VFmD2iTjlaxrfb0I6eQCwtUjSBxfJBFBDSXHu7Wing==",
2172 "license": "MIT",
2173 "dependencies": {
2174 "@astrojs/compiler": "^3.0.1",
2175 "@astrojs/internal-helpers": "0.9.0",
2176 "@astrojs/markdown-remark": "7.1.1",
2177 "@astrojs/telemetry": "3.3.1",
2178 "@capsizecss/unpack": "^4.0.0",
2179 "@clack/prompts": "^1.1.0",
2180 "@oslojs/encoding": "^1.1.0",
2181 "@rollup/pluginutils": "^5.3.0",
2182 "aria-query": "^5.3.2",
2183 "axobject-query": "^4.1.0",
2184 "ci-info": "^4.4.0",
2185 "clsx": "^2.1.1",
2186 "common-ancestor-path": "^2.0.0",
2187 "cookie": "^1.1.1",
2188 "devalue": "^5.6.3",
2189 "diff": "^8.0.3",
2190 "dset": "^3.1.4",
2191 "es-module-lexer": "^2.0.0",
2192 "esbuild": "^0.27.3",
2193 "flattie": "^1.1.1",
2194 "fontace": "~0.4.1",
2195 "github-slugger": "^2.0.0",
2196 "html-escaper": "3.0.3",
2197 "http-cache-semantics": "^4.2.0",
2198 "js-yaml": "^4.1.1",
2199 "magic-string": "^0.30.21",
2200 "magicast": "^0.5.2",
2201 "mrmime": "^2.0.1",
2202 "neotraverse": "^0.6.18",
2203 "obug": "^2.1.1",
2204 "p-limit": "^7.3.0",
2205 "p-queue": "^9.1.0",
2206 "package-manager-detector": "^1.6.0",
2207 "piccolore": "^0.1.3",
2208 "picomatch": "^4.0.4",
2209 "rehype": "^13.0.2",
2210 "semver": "^7.7.4",
2211 "shiki": "^4.0.2",
2212 "smol-toml": "^1.6.0",
2213 "svgo": "^4.0.1",
2214 "tinyclip": "^0.1.12",
2215 "tinyexec": "^1.0.4",
2216 "tinyglobby": "^0.2.15",
2217 "tsconfck": "^3.1.6",
2218 "ultrahtml": "^1.6.0",
2219 "unifont": "~0.7.4",
2220 "unist-util-visit": "^5.1.0",
2221 "unstorage": "^1.17.5",
2222 "vfile": "^6.0.3",
2223 "vite": "^7.3.2",
2224 "vitefu": "^1.1.2",
2225 "xxhash-wasm": "^1.1.0",
2226 "yargs-parser": "^22.0.0",
2227 "zod": "^4.3.6"
2228 },
2229 "bin": {
2230 "astro": "bin/astro.mjs"
2231 },
2232 "engines": {
2233 "node": ">=22.12.0",
2234 "npm": ">=9.6.5",
2235 "pnpm": ">=7.1.0"
2236 },
2237 "funding": {
2238 "type": "opencollective",
2239 "url": "https://opencollective.com/astrodotbuild"
2240 },
2241 "optionalDependencies": {
2242 "sharp": "^0.34.0"
2243 }
2244 },
2245 "node_modules/astro-expressive-code": {
2246 "version": "0.41.7",
2247 "resolved": "https://registry.npmjs.org/astro-expressive-code/-/astro-expressive-code-0.41.7.tgz",
2248 "integrity": "sha512-hUpogGc6DdAd+I7pPXsctyYPRBJDK7Q7d06s4cyP0Vz3OcbziP3FNzN0jZci1BpCvLn9675DvS7B9ctKKX64JQ==",
2249 "license": "MIT",
2250 "dependencies": {
2251 "rehype-expressive-code": "^0.41.7"
2252 },
2253 "peerDependencies": {
2254 "astro": "^4.0.0-beta || ^5.0.0-beta || ^3.3.0 || ^6.0.0-beta"
2255 }
2256 },
2257 "node_modules/axobject-query": {
2258 "version": "4.1.0",
2259 "resolved": "https://registry.npmjs.org/axobject-query/-/axobject-query-4.1.0.tgz",
2260 "integrity": "sha512-qIj0G9wZbMGNLjLmg1PT6v2mE9AH2zlnADJD/2tC6E00hgmhUOfEB6greHPAfLRSufHqROIUTkw6E+M3lH0PTQ==",
2261 "license": "Apache-2.0",
2262 "engines": {
2263 "node": ">= 0.4"
2264 }
2265 },
2266 "node_modules/bail": {
2267 "version": "2.0.2",
2268 "resolved": "https://registry.npmjs.org/bail/-/bail-2.0.2.tgz",
2269 "integrity": "sha512-0xO6mYd7JB2YesxDKplafRpsiOzPt9V02ddPCLbY1xYGPOX24NTyN50qnUxgCPcSoYMhKpAuBTjQoRZCAkUDRw==",
2270 "license": "MIT",
2271 "funding": {
2272 "type": "github",
2273 "url": "https://github.com/sponsors/wooorm"
2274 }
2275 },
2276 "node_modules/bcp-47": {
2277 "version": "2.1.0",
2278 "resolved": "https://registry.npmjs.org/bcp-47/-/bcp-47-2.1.0.tgz",
2279 "integrity": "sha512-9IIS3UPrvIa1Ej+lVDdDwO7zLehjqsaByECw0bu2RRGP73jALm6FYbzI5gWbgHLvNdkvfXB5YrSbocZdOS0c0w==",
2280 "license": "MIT",
2281 "dependencies": {
2282 "is-alphabetical": "^2.0.0",
2283 "is-alphanumerical": "^2.0.0",
2284 "is-decimal": "^2.0.0"
2285 },
2286 "funding": {
2287 "type": "github",
2288 "url": "https://github.com/sponsors/wooorm"
2289 }
2290 },
2291 "node_modules/bcp-47-match": {
2292 "version": "2.0.3",
2293 "resolved": "https://registry.npmjs.org/bcp-47-match/-/bcp-47-match-2.0.3.tgz",
2294 "integrity": "sha512-JtTezzbAibu8G0R9op9zb3vcWZd9JF6M0xOYGPn0fNCd7wOpRB1mU2mH9T8gaBGbAAyIIVgB2G7xG0GP98zMAQ==",
2295 "license": "MIT",
2296 "funding": {
2297 "type": "github",
2298 "url": "https://github.com/sponsors/wooorm"
2299 }
2300 },
2301 "node_modules/boolbase": {
2302 "version": "1.0.0",
2303 "resolved": "https://registry.npmjs.org/boolbase/-/boolbase-1.0.0.tgz",
2304 "integrity": "sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww==",
2305 "license": "ISC"
2306 },
2307 "node_modules/ccount": {
2308 "version": "2.0.1",
2309 "resolved": "https://registry.npmjs.org/ccount/-/ccount-2.0.1.tgz",
2310 "integrity": "sha512-eyrF0jiFpY+3drT6383f1qhkbGsLSifNAjA61IUjZjmLCWjItY6LB9ft9YhoDgwfmclB2zhu51Lc7+95b8NRAg==",
2311 "license": "MIT",
2312 "funding": {
2313 "type": "github",
2314 "url": "https://github.com/sponsors/wooorm"
2315 }
2316 },
2317 "node_modules/character-entities": {
2318 "version": "2.0.2",
2319 "resolved": "https://registry.npmjs.org/character-entities/-/character-entities-2.0.2.tgz",
2320 "integrity": "sha512-shx7oQ0Awen/BRIdkjkvz54PnEEI/EjwXDSIZp86/KKdbafHh1Df/RYGBhn4hbe2+uKC9FnT5UCEdyPz3ai9hQ==",
2321 "license": "MIT",
2322 "funding": {
2323 "type": "github",
2324 "url": "https://github.com/sponsors/wooorm"
2325 }
2326 },
2327 "node_modules/character-entities-html4": {
2328 "version": "2.1.0",
2329 "resolved": "https://registry.npmjs.org/character-entities-html4/-/character-entities-html4-2.1.0.tgz",
2330 "integrity": "sha512-1v7fgQRj6hnSwFpq1Eu0ynr/CDEw0rXo2B61qXrLNdHZmPKgb7fqS1a2JwF0rISo9q77jDI8VMEHoApn8qDoZA==",
2331 "license": "MIT",
2332 "funding": {
2333 "type": "github",
2334 "url": "https://github.com/sponsors/wooorm"
2335 }
2336 },
2337 "node_modules/character-entities-legacy": {
2338 "version": "3.0.0",
2339 "resolved": "https://registry.npmjs.org/character-entities-legacy/-/character-entities-legacy-3.0.0.tgz",
2340 "integrity": "sha512-RpPp0asT/6ufRm//AJVwpViZbGM/MkjQFxJccQRHmISF/22NBtsHqAWmL+/pmkPWoIUJdWyeVleTl1wydHATVQ==",
2341 "license": "MIT",
2342 "funding": {
2343 "type": "github",
2344 "url": "https://github.com/sponsors/wooorm"
2345 }
2346 },
2347 "node_modules/character-reference-invalid": {
2348 "version": "2.0.1",
2349 "resolved": "https://registry.npmjs.org/character-reference-invalid/-/character-reference-invalid-2.0.1.tgz",
2350 "integrity": "sha512-iBZ4F4wRbyORVsu0jPV7gXkOsGYjGHPmAyv+HiHG8gi5PtC9KI2j1+v8/tlibRvjoWX027ypmG/n0HtO5t7unw==",
2351 "license": "MIT",
2352 "funding": {
2353 "type": "github",
2354 "url": "https://github.com/sponsors/wooorm"
2355 }
2356 },
2357 "node_modules/chokidar": {
2358 "version": "5.0.0",
2359 "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-5.0.0.tgz",
2360 "integrity": "sha512-TQMmc3w+5AxjpL8iIiwebF73dRDF4fBIieAqGn9RGCWaEVwQ6Fb2cGe31Yns0RRIzii5goJ1Y7xbMwo1TxMplw==",
2361 "license": "MIT",
2362 "dependencies": {
2363 "readdirp": "^5.0.0"
2364 },
2365 "engines": {
2366 "node": ">= 20.19.0"
2367 },
2368 "funding": {
2369 "url": "https://paulmillr.com/funding/"
2370 }
2371 },
2372 "node_modules/ci-info": {
2373 "version": "4.4.0",
2374 "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-4.4.0.tgz",
2375 "integrity": "sha512-77PSwercCZU2Fc4sX94eF8k8Pxte6JAwL4/ICZLFjJLqegs7kCuAsqqj/70NQF6TvDpgFjkubQB2FW2ZZddvQg==",
2376 "funding": [
2377 {
2378 "type": "github",
2379 "url": "https://github.com/sponsors/sibiraj-s"
2380 }
2381 ],
2382 "license": "MIT",
2383 "engines": {
2384 "node": ">=8"
2385 }
2386 },
2387 "node_modules/clsx": {
2388 "version": "2.1.1",
2389 "resolved": "https://registry.npmjs.org/clsx/-/clsx-2.1.1.tgz",
2390 "integrity": "sha512-eYm0QWBtUrBWZWG0d386OGAw16Z995PiOVo2B7bjWSbHedGl5e0ZWaq65kOGgUSNesEIDkB9ISbTg/JK9dhCZA==",
2391 "license": "MIT",
2392 "engines": {
2393 "node": ">=6"
2394 }
2395 },
2396 "node_modules/collapse-white-space": {
2397 "version": "2.1.0",
2398 "resolved": "https://registry.npmjs.org/collapse-white-space/-/collapse-white-space-2.1.0.tgz",
2399 "integrity": "sha512-loKTxY1zCOuG4j9f6EPnuyyYkf58RnhhWTvRoZEokgB+WbdXehfjFviyOVYkqzEWz1Q5kRiZdBYS5SwxbQYwzw==",
2400 "license": "MIT",
2401 "funding": {
2402 "type": "github",
2403 "url": "https://github.com/sponsors/wooorm"
2404 }
2405 },
2406 "node_modules/comma-separated-tokens": {
2407 "version": "2.0.3",
2408 "resolved": "https://registry.npmjs.org/comma-separated-tokens/-/comma-separated-tokens-2.0.3.tgz",
2409 "integrity": "sha512-Fu4hJdvzeylCfQPp9SGWidpzrMs7tTrlu6Vb8XGaRGck8QSNZJJp538Wrb60Lax4fPwR64ViY468OIUTbRlGZg==",
2410 "license": "MIT",
2411 "funding": {
2412 "type": "github",
2413 "url": "https://github.com/sponsors/wooorm"
2414 }
2415 },
2416 "node_modules/commander": {
2417 "version": "11.1.0",
2418 "resolved": "https://registry.npmjs.org/commander/-/commander-11.1.0.tgz",
2419 "integrity": "sha512-yPVavfyCcRhmorC7rWlkHn15b4wDVgVmBA7kV4QVBsF7kv/9TKJAbAXVTxvTnwP8HHKjRCJDClKbciiYS7p0DQ==",
2420 "license": "MIT",
2421 "engines": {
2422 "node": ">=16"
2423 }
2424 },
2425 "node_modules/common-ancestor-path": {
2426 "version": "2.0.0",
2427 "resolved": "https://registry.npmjs.org/common-ancestor-path/-/common-ancestor-path-2.0.0.tgz",
2428 "integrity": "sha512-dnN3ibLeoRf2HNC+OlCiNc5d2zxbLJXOtiZUudNFSXZrNSydxcCsSpRzXwfu7BBWCIfHPw+xTayeBvJCP/D8Ng==",
2429 "license": "BlueOak-1.0.0",
2430 "engines": {
2431 "node": ">= 18"
2432 }
2433 },
2434 "node_modules/cookie": {
2435 "version": "1.1.1",
2436 "resolved": "https://registry.npmjs.org/cookie/-/cookie-1.1.1.tgz",
2437 "integrity": "sha512-ei8Aos7ja0weRpFzJnEA9UHJ/7XQmqglbRwnf2ATjcB9Wq874VKH9kfjjirM6UhU2/E5fFYadylyhFldcqSidQ==",
2438 "license": "MIT",
2439 "engines": {
2440 "node": ">=18"
2441 },
2442 "funding": {
2443 "type": "opencollective",
2444 "url": "https://opencollective.com/express"
2445 }
2446 },
2447 "node_modules/cookie-es": {
2448 "version": "1.2.3",
2449 "resolved": "https://registry.npmjs.org/cookie-es/-/cookie-es-1.2.3.tgz",
2450 "integrity": "sha512-lXVyvUvrNXblMqzIRrxHb57UUVmqsSWlxqt3XIjCkUP0wDAf6uicO6KMbEgYrMNtEvWgWHwe42CKxPu9MYAnWw==",
2451 "license": "MIT"
2452 },
2453 "node_modules/crossws": {
2454 "version": "0.3.5",
2455 "resolved": "https://registry.npmjs.org/crossws/-/crossws-0.3.5.tgz",
2456 "integrity": "sha512-ojKiDvcmByhwa8YYqbQI/hg7MEU0NC03+pSdEq4ZUnZR9xXpwk7E43SMNGkn+JxJGPFtNvQ48+vV2p+P1ml5PA==",
2457 "license": "MIT",
2458 "dependencies": {
2459 "uncrypto": "^0.1.3"
2460 }
2461 },
2462 "node_modules/css-select": {
2463 "version": "5.2.2",
2464 "resolved": "https://registry.npmjs.org/css-select/-/css-select-5.2.2.tgz",
2465 "integrity": "sha512-TizTzUddG/xYLA3NXodFM0fSbNizXjOKhqiQQwvhlspadZokn1KDy0NZFS0wuEubIYAV5/c1/lAr0TaaFXEXzw==",
2466 "license": "BSD-2-Clause",
2467 "dependencies": {
2468 "boolbase": "^1.0.0",
2469 "css-what": "^6.1.0",
2470 "domhandler": "^5.0.2",
2471 "domutils": "^3.0.1",
2472 "nth-check": "^2.0.1"
2473 },
2474 "funding": {
2475 "url": "https://github.com/sponsors/fb55"
2476 }
2477 },
2478 "node_modules/css-selector-parser": {
2479 "version": "3.3.0",
2480 "resolved": "https://registry.npmjs.org/css-selector-parser/-/css-selector-parser-3.3.0.tgz",
2481 "integrity": "sha512-Y2asgMGFqJKF4fq4xHDSlFYIkeVfRsm69lQC1q9kbEsH5XtnINTMrweLkjYMeaUgiXBy/uvKeO/a1JHTNnmB2g==",
2482 "funding": [
2483 {
2484 "type": "github",
2485 "url": "https://github.com/sponsors/mdevils"
2486 },
2487 {
2488 "type": "patreon",
2489 "url": "https://patreon.com/mdevils"
2490 }
2491 ],
2492 "license": "MIT"
2493 },
2494 "node_modules/css-tree": {
2495 "version": "3.2.1",
2496 "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-3.2.1.tgz",
2497 "integrity": "sha512-X7sjQzceUhu1u7Y/ylrRZFU2FS6LRiFVp6rKLPg23y3x3c3DOKAwuXGDp+PAGjh6CSnCjYeAul8pcT8bAl+lSA==",
2498 "license": "MIT",
2499 "dependencies": {
2500 "mdn-data": "2.27.1",
2501 "source-map-js": "^1.2.1"
2502 },
2503 "engines": {
2504 "node": "^10 || ^12.20.0 || ^14.13.0 || >=15.0.0"
2505 }
2506 },
2507 "node_modules/css-what": {
2508 "version": "6.2.2",
2509 "resolved": "https://registry.npmjs.org/css-what/-/css-what-6.2.2.tgz",
2510 "integrity": "sha512-u/O3vwbptzhMs3L1fQE82ZSLHQQfto5gyZzwteVIEyeaY5Fc7R4dapF/BvRoSYFeqfBk4m0V1Vafq5Pjv25wvA==",
2511 "license": "BSD-2-Clause",
2512 "engines": {
2513 "node": ">= 6"
2514 },
2515 "funding": {
2516 "url": "https://github.com/sponsors/fb55"
2517 }
2518 },
2519 "node_modules/cssesc": {
2520 "version": "3.0.0",
2521 "resolved": "https://registry.npmjs.org/cssesc/-/cssesc-3.0.0.tgz",
2522 "integrity": "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==",
2523 "license": "MIT",
2524 "bin": {
2525 "cssesc": "bin/cssesc"
2526 },
2527 "engines": {
2528 "node": ">=4"
2529 }
2530 },
2531 "node_modules/csso": {
2532 "version": "5.0.5",
2533 "resolved": "https://registry.npmjs.org/csso/-/csso-5.0.5.tgz",
2534 "integrity": "sha512-0LrrStPOdJj+SPCCrGhzryycLjwcgUSHBtxNA8aIDxf0GLsRh1cKYhB00Gd1lDOS4yGH69+SNn13+TWbVHETFQ==",
2535 "license": "MIT",
2536 "dependencies": {
2537 "css-tree": "~2.2.0"
2538 },
2539 "engines": {
2540 "node": "^10 || ^12.20.0 || ^14.13.0 || >=15.0.0",
2541 "npm": ">=7.0.0"
2542 }
2543 },
2544 "node_modules/csso/node_modules/css-tree": {
2545 "version": "2.2.1",
2546 "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-2.2.1.tgz",
2547 "integrity": "sha512-OA0mILzGc1kCOCSJerOeqDxDQ4HOh+G8NbOJFOTgOCzpw7fCBubk0fEyxp8AgOL/jvLgYA/uV0cMbe43ElF1JA==",
2548 "license": "MIT",
2549 "dependencies": {
2550 "mdn-data": "2.0.28",
2551 "source-map-js": "^1.0.1"
2552 },
2553 "engines": {
2554 "node": "^10 || ^12.20.0 || ^14.13.0 || >=15.0.0",
2555 "npm": ">=7.0.0"
2556 }
2557 },
2558 "node_modules/csso/node_modules/mdn-data": {
2559 "version": "2.0.28",
2560 "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.28.tgz",
2561 "integrity": "sha512-aylIc7Z9y4yzHYAJNuESG3hfhC+0Ibp/MAMiaOZgNv4pmEdFyfZhhhny4MNiAfWdBQ1RQ2mfDWmM1x8SvGyp8g==",
2562 "license": "CC0-1.0"
2563 },
2564 "node_modules/debug": {
2565 "version": "4.4.3",
2566 "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz",
2567 "integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==",
2568 "license": "MIT",
2569 "dependencies": {
2570 "ms": "^2.1.3"
2571 },
2572 "engines": {
2573 "node": ">=6.0"
2574 },
2575 "peerDependenciesMeta": {
2576 "supports-color": {
2577 "optional": true
2578 }
2579 }
2580 },
2581 "node_modules/decode-named-character-reference": {
2582 "version": "1.3.0",
2583 "resolved": "https://registry.npmjs.org/decode-named-character-reference/-/decode-named-character-reference-1.3.0.tgz",
2584 "integrity": "sha512-GtpQYB283KrPp6nRw50q3U9/VfOutZOe103qlN7BPP6Ad27xYnOIWv4lPzo8HCAL+mMZofJ9KEy30fq6MfaK6Q==",
2585 "license": "MIT",
2586 "dependencies": {
2587 "character-entities": "^2.0.0"
2588 },
2589 "funding": {
2590 "type": "github",
2591 "url": "https://github.com/sponsors/wooorm"
2592 }
2593 },
2594 "node_modules/defu": {
2595 "version": "6.1.7",
2596 "resolved": "https://registry.npmjs.org/defu/-/defu-6.1.7.tgz",
2597 "integrity": "sha512-7z22QmUWiQ/2d0KkdYmANbRUVABpZ9SNYyH5vx6PZ+nE5bcC0l7uFvEfHlyld/HcGBFTL536ClDt3DEcSlEJAQ==",
2598 "license": "MIT"
2599 },
2600 "node_modules/dequal": {
2601 "version": "2.0.3",
2602 "resolved": "https://registry.npmjs.org/dequal/-/dequal-2.0.3.tgz",
2603 "integrity": "sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA==",
2604 "license": "MIT",
2605 "engines": {
2606 "node": ">=6"
2607 }
2608 },
2609 "node_modules/destr": {
2610 "version": "2.0.5",
2611 "resolved": "https://registry.npmjs.org/destr/-/destr-2.0.5.tgz",
2612 "integrity": "sha512-ugFTXCtDZunbzasqBxrK93Ik/DRYsO6S/fedkWEMKqt04xZ4csmnmwGDBAb07QWNaGMAmnTIemsYZCksjATwsA==",
2613 "license": "MIT"
2614 },
2615 "node_modules/detect-libc": {
2616 "version": "2.1.2",
2617 "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.1.2.tgz",
2618 "integrity": "sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==",
2619 "license": "Apache-2.0",
2620 "optional": true,
2621 "engines": {
2622 "node": ">=8"
2623 }
2624 },
2625 "node_modules/devalue": {
2626 "version": "5.7.1",
2627 "resolved": "https://registry.npmjs.org/devalue/-/devalue-5.7.1.tgz",
2628 "integrity": "sha512-MUbZ586EgQqdRnC4yDrlod3BEdyvE4TapGYHMW2CiaW+KkkFmWEFqBUaLltEZCGi0iFXCEjRF0OjF0DV2QHjOA==",
2629 "license": "MIT"
2630 },
2631 "node_modules/devlop": {
2632 "version": "1.1.0",
2633 "resolved": "https://registry.npmjs.org/devlop/-/devlop-1.1.0.tgz",
2634 "integrity": "sha512-RWmIqhcFf1lRYBvNmr7qTNuyCt/7/ns2jbpp1+PalgE/rDQcBT0fioSMUpJ93irlUhC5hrg4cYqe6U+0ImW0rA==",
2635 "license": "MIT",
2636 "dependencies": {
2637 "dequal": "^2.0.0"
2638 },
2639 "funding": {
2640 "type": "github",
2641 "url": "https://github.com/sponsors/wooorm"
2642 }
2643 },
2644 "node_modules/diff": {
2645 "version": "8.0.4",
2646 "resolved": "https://registry.npmjs.org/diff/-/diff-8.0.4.tgz",
2647 "integrity": "sha512-DPi0FmjiSU5EvQV0++GFDOJ9ASQUVFh5kD+OzOnYdi7n3Wpm9hWWGfB/O2blfHcMVTL5WkQXSnRiK9makhrcnw==",
2648 "license": "BSD-3-Clause",
2649 "engines": {
2650 "node": ">=0.3.1"
2651 }
2652 },
2653 "node_modules/direction": {
2654 "version": "2.0.1",
2655 "resolved": "https://registry.npmjs.org/direction/-/direction-2.0.1.tgz",
2656 "integrity": "sha512-9S6m9Sukh1cZNknO1CWAr2QAWsbKLafQiyM5gZ7VgXHeuaoUwffKN4q6NC4A/Mf9iiPlOXQEKW/Mv/mh9/3YFA==",
2657 "license": "MIT",
2658 "bin": {
2659 "direction": "cli.js"
2660 },
2661 "funding": {
2662 "type": "github",
2663 "url": "https://github.com/sponsors/wooorm"
2664 }
2665 },
2666 "node_modules/dlv": {
2667 "version": "1.1.3",
2668 "resolved": "https://registry.npmjs.org/dlv/-/dlv-1.1.3.tgz",
2669 "integrity": "sha512-+HlytyjlPKnIG8XuRG8WvmBP8xs8P71y+SKKS6ZXWoEgLuePxtDoUEiH7WkdePWrQ5JBpE6aoVqfZfJUQkjXwA==",
2670 "license": "MIT"
2671 },
2672 "node_modules/dom-serializer": {
2673 "version": "2.0.0",
2674 "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-2.0.0.tgz",
2675 "integrity": "sha512-wIkAryiqt/nV5EQKqQpo3SToSOV9J0DnbJqwK7Wv/Trc92zIAYZ4FlMu+JPFW1DfGFt81ZTCGgDEabffXeLyJg==",
2676 "license": "MIT",
2677 "dependencies": {
2678 "domelementtype": "^2.3.0",
2679 "domhandler": "^5.0.2",
2680 "entities": "^4.2.0"
2681 },
2682 "funding": {
2683 "url": "https://github.com/cheeriojs/dom-serializer?sponsor=1"
2684 }
2685 },
2686 "node_modules/dom-serializer/node_modules/entities": {
2687 "version": "4.5.0",
2688 "resolved": "https://registry.npmjs.org/entities/-/entities-4.5.0.tgz",
2689 "integrity": "sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==",
2690 "license": "BSD-2-Clause",
2691 "engines": {
2692 "node": ">=0.12"
2693 },
2694 "funding": {
2695 "url": "https://github.com/fb55/entities?sponsor=1"
2696 }
2697 },
2698 "node_modules/domelementtype": {
2699 "version": "2.3.0",
2700 "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-2.3.0.tgz",
2701 "integrity": "sha512-OLETBj6w0OsagBwdXnPdN0cnMfF9opN69co+7ZrbfPGrdpPVNBUj02spi6B1N7wChLQiPn4CSH/zJvXw56gmHw==",
2702 "funding": [
2703 {
2704 "type": "github",
2705 "url": "https://github.com/sponsors/fb55"
2706 }
2707 ],
2708 "license": "BSD-2-Clause"
2709 },
2710 "node_modules/domhandler": {
2711 "version": "5.0.3",
2712 "resolved": "https://registry.npmjs.org/domhandler/-/domhandler-5.0.3.tgz",
2713 "integrity": "sha512-cgwlv/1iFQiFnU96XXgROh8xTeetsnJiDsTc7TYCLFd9+/WNkIqPTxiM/8pSd8VIrhXGTf1Ny1q1hquVqDJB5w==",
2714 "license": "BSD-2-Clause",
2715 "dependencies": {
2716 "domelementtype": "^2.3.0"
2717 },
2718 "engines": {
2719 "node": ">= 4"
2720 },
2721 "funding": {
2722 "url": "https://github.com/fb55/domhandler?sponsor=1"
2723 }
2724 },
2725 "node_modules/domutils": {
2726 "version": "3.2.2",
2727 "resolved": "https://registry.npmjs.org/domutils/-/domutils-3.2.2.tgz",
2728 "integrity": "sha512-6kZKyUajlDuqlHKVX1w7gyslj9MPIXzIFiz/rGu35uC1wMi+kMhQwGhl4lt9unC9Vb9INnY9Z3/ZA3+FhASLaw==",
2729 "license": "BSD-2-Clause",
2730 "dependencies": {
2731 "dom-serializer": "^2.0.0",
2732 "domelementtype": "^2.3.0",
2733 "domhandler": "^5.0.3"
2734 },
2735 "funding": {
2736 "url": "https://github.com/fb55/domutils?sponsor=1"
2737 }
2738 },
2739 "node_modules/dset": {
2740 "version": "3.1.4",
2741 "resolved": "https://registry.npmjs.org/dset/-/dset-3.1.4.tgz",
2742 "integrity": "sha512-2QF/g9/zTaPDc3BjNcVTGoBbXBgYfMTTceLaYcFJ/W9kggFUkhxD/hMEeuLKbugyef9SqAx8cpgwlIP/jinUTA==",
2743 "license": "MIT",
2744 "engines": {
2745 "node": ">=4"
2746 }
2747 },
2748 "node_modules/entities": {
2749 "version": "6.0.1",
2750 "resolved": "https://registry.npmjs.org/entities/-/entities-6.0.1.tgz",
2751 "integrity": "sha512-aN97NXWF6AWBTahfVOIrB/NShkzi5H7F9r1s9mD3cDj4Ko5f2qhhVoYMibXF7GlLveb/D2ioWay8lxI97Ven3g==",
2752 "license": "BSD-2-Clause",
2753 "engines": {
2754 "node": ">=0.12"
2755 },
2756 "funding": {
2757 "url": "https://github.com/fb55/entities?sponsor=1"
2758 }
2759 },
2760 "node_modules/es-module-lexer": {
2761 "version": "2.1.0",
2762 "resolved": "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-2.1.0.tgz",
2763 "integrity": "sha512-n27zTYMjYu1aj4MjCWzSP7G9r75utsaoc8m61weK+W8JMBGGQybd43GstCXZ3WNmSFtGT9wi59qQTW6mhTR5LQ==",
2764 "license": "MIT"
2765 },
2766 "node_modules/esast-util-from-estree": {
2767 "version": "2.0.0",
2768 "resolved": "https://registry.npmjs.org/esast-util-from-estree/-/esast-util-from-estree-2.0.0.tgz",
2769 "integrity": "sha512-4CyanoAudUSBAn5K13H4JhsMH6L9ZP7XbLVe/dKybkxMO7eDyLsT8UHl9TRNrU2Gr9nz+FovfSIjuXWJ81uVwQ==",
2770 "license": "MIT",
2771 "dependencies": {
2772 "@types/estree-jsx": "^1.0.0",
2773 "devlop": "^1.0.0",
2774 "estree-util-visit": "^2.0.0",
2775 "unist-util-position-from-estree": "^2.0.0"
2776 },
2777 "funding": {
2778 "type": "opencollective",
2779 "url": "https://opencollective.com/unified"
2780 }
2781 },
2782 "node_modules/esast-util-from-js": {
2783 "version": "2.0.1",
2784 "resolved": "https://registry.npmjs.org/esast-util-from-js/-/esast-util-from-js-2.0.1.tgz",
2785 "integrity": "sha512-8Ja+rNJ0Lt56Pcf3TAmpBZjmx8ZcK5Ts4cAzIOjsjevg9oSXJnl6SUQ2EevU8tv3h6ZLWmoKL5H4fgWvdvfETw==",
2786 "license": "MIT",
2787 "dependencies": {
2788 "@types/estree-jsx": "^1.0.0",
2789 "acorn": "^8.0.0",
2790 "esast-util-from-estree": "^2.0.0",
2791 "vfile-message": "^4.0.0"
2792 },
2793 "funding": {
2794 "type": "opencollective",
2795 "url": "https://opencollective.com/unified"
2796 }
2797 },
2798 "node_modules/esbuild": {
2799 "version": "0.27.7",
2800 "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.27.7.tgz",
2801 "integrity": "sha512-IxpibTjyVnmrIQo5aqNpCgoACA/dTKLTlhMHihVHhdkxKyPO1uBBthumT0rdHmcsk9uMonIWS0m4FljWzILh3w==",
2802 "hasInstallScript": true,
2803 "license": "MIT",
2804 "bin": {
2805 "esbuild": "bin/esbuild"
2806 },
2807 "engines": {
2808 "node": ">=18"
2809 },
2810 "optionalDependencies": {
2811 "@esbuild/aix-ppc64": "0.27.7",
2812 "@esbuild/android-arm": "0.27.7",
2813 "@esbuild/android-arm64": "0.27.7",
2814 "@esbuild/android-x64": "0.27.7",
2815 "@esbuild/darwin-arm64": "0.27.7",
2816 "@esbuild/darwin-x64": "0.27.7",
2817 "@esbuild/freebsd-arm64": "0.27.7",
2818 "@esbuild/freebsd-x64": "0.27.7",
2819 "@esbuild/linux-arm": "0.27.7",
2820 "@esbuild/linux-arm64": "0.27.7",
2821 "@esbuild/linux-ia32": "0.27.7",
2822 "@esbuild/linux-loong64": "0.27.7",
2823 "@esbuild/linux-mips64el": "0.27.7",
2824 "@esbuild/linux-ppc64": "0.27.7",
2825 "@esbuild/linux-riscv64": "0.27.7",
2826 "@esbuild/linux-s390x": "0.27.7",
2827 "@esbuild/linux-x64": "0.27.7",
2828 "@esbuild/netbsd-arm64": "0.27.7",
2829 "@esbuild/netbsd-x64": "0.27.7",
2830 "@esbuild/openbsd-arm64": "0.27.7",
2831 "@esbuild/openbsd-x64": "0.27.7",
2832 "@esbuild/openharmony-arm64": "0.27.7",
2833 "@esbuild/sunos-x64": "0.27.7",
2834 "@esbuild/win32-arm64": "0.27.7",
2835 "@esbuild/win32-ia32": "0.27.7",
2836 "@esbuild/win32-x64": "0.27.7"
2837 }
2838 },
2839 "node_modules/escape-string-regexp": {
2840 "version": "5.0.0",
2841 "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-5.0.0.tgz",
2842 "integrity": "sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw==",
2843 "license": "MIT",
2844 "engines": {
2845 "node": ">=12"
2846 },
2847 "funding": {
2848 "url": "https://github.com/sponsors/sindresorhus"
2849 }
2850 },
2851 "node_modules/estree-util-attach-comments": {
2852 "version": "3.0.0",
2853 "resolved": "https://registry.npmjs.org/estree-util-attach-comments/-/estree-util-attach-comments-3.0.0.tgz",
2854 "integrity": "sha512-cKUwm/HUcTDsYh/9FgnuFqpfquUbwIqwKM26BVCGDPVgvaCl/nDCCjUfiLlx6lsEZ3Z4RFxNbOQ60pkaEwFxGw==",
2855 "license": "MIT",
2856 "dependencies": {
2857 "@types/estree": "^1.0.0"
2858 },
2859 "funding": {
2860 "type": "opencollective",
2861 "url": "https://opencollective.com/unified"
2862 }
2863 },
2864 "node_modules/estree-util-build-jsx": {
2865 "version": "3.0.1",
2866 "resolved": "https://registry.npmjs.org/estree-util-build-jsx/-/estree-util-build-jsx-3.0.1.tgz",
2867 "integrity": "sha512-8U5eiL6BTrPxp/CHbs2yMgP8ftMhR5ww1eIKoWRMlqvltHF8fZn5LRDvTKuxD3DUn+shRbLGqXemcP51oFCsGQ==",
2868 "license": "MIT",
2869 "dependencies": {
2870 "@types/estree-jsx": "^1.0.0",
2871 "devlop": "^1.0.0",
2872 "estree-util-is-identifier-name": "^3.0.0",
2873 "estree-walker": "^3.0.0"
2874 },
2875 "funding": {
2876 "type": "opencollective",
2877 "url": "https://opencollective.com/unified"
2878 }
2879 },
2880 "node_modules/estree-util-is-identifier-name": {
2881 "version": "3.0.0",
2882 "resolved": "https://registry.npmjs.org/estree-util-is-identifier-name/-/estree-util-is-identifier-name-3.0.0.tgz",
2883 "integrity": "sha512-hFtqIDZTIUZ9BXLb8y4pYGyk6+wekIivNVTcmvk8NoOh+VeRn5y6cEHzbURrWbfp1fIqdVipilzj+lfaadNZmg==",
2884 "license": "MIT",
2885 "funding": {
2886 "type": "opencollective",
2887 "url": "https://opencollective.com/unified"
2888 }
2889 },
2890 "node_modules/estree-util-scope": {
2891 "version": "1.0.0",
2892 "resolved": "https://registry.npmjs.org/estree-util-scope/-/estree-util-scope-1.0.0.tgz",
2893 "integrity": "sha512-2CAASclonf+JFWBNJPndcOpA8EMJwa0Q8LUFJEKqXLW6+qBvbFZuF5gItbQOs/umBUkjviCSDCbBwU2cXbmrhQ==",
2894 "license": "MIT",
2895 "dependencies": {
2896 "@types/estree": "^1.0.0",
2897 "devlop": "^1.0.0"
2898 },
2899 "funding": {
2900 "type": "opencollective",
2901 "url": "https://opencollective.com/unified"
2902 }
2903 },
2904 "node_modules/estree-util-to-js": {
2905 "version": "2.0.0",
2906 "resolved": "https://registry.npmjs.org/estree-util-to-js/-/estree-util-to-js-2.0.0.tgz",
2907 "integrity": "sha512-WDF+xj5rRWmD5tj6bIqRi6CkLIXbbNQUcxQHzGysQzvHmdYG2G7p/Tf0J0gpxGgkeMZNTIjT/AoSvC9Xehcgdg==",
2908 "license": "MIT",
2909 "dependencies": {
2910 "@types/estree-jsx": "^1.0.0",
2911 "astring": "^1.8.0",
2912 "source-map": "^0.7.0"
2913 },
2914 "funding": {
2915 "type": "opencollective",
2916 "url": "https://opencollective.com/unified"
2917 }
2918 },
2919 "node_modules/estree-util-visit": {
2920 "version": "2.0.0",
2921 "resolved": "https://registry.npmjs.org/estree-util-visit/-/estree-util-visit-2.0.0.tgz",
2922 "integrity": "sha512-m5KgiH85xAhhW8Wta0vShLcUvOsh3LLPI2YVwcbio1l7E09NTLL1EyMZFM1OyWowoH0skScNbhOPl4kcBgzTww==",
2923 "license": "MIT",
2924 "dependencies": {
2925 "@types/estree-jsx": "^1.0.0",
2926 "@types/unist": "^3.0.0"
2927 },
2928 "funding": {
2929 "type": "opencollective",
2930 "url": "https://opencollective.com/unified"
2931 }
2932 },
2933 "node_modules/estree-walker": {
2934 "version": "3.0.3",
2935 "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-3.0.3.tgz",
2936 "integrity": "sha512-7RUKfXgSMMkzt6ZuXmqapOurLGPPfgj6l9uRZ7lRGolvk0y2yocc35LdcxKC5PQZdn2DMqioAQ2NoWcrTKmm6g==",
2937 "license": "MIT",
2938 "dependencies": {
2939 "@types/estree": "^1.0.0"
2940 }
2941 },
2942 "node_modules/eventemitter3": {
2943 "version": "5.0.4",
2944 "resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-5.0.4.tgz",
2945 "integrity": "sha512-mlsTRyGaPBjPedk6Bvw+aqbsXDtoAyAzm5MO7JgU+yVRyMQ5O8bD4Kcci7BS85f93veegeCPkL8R4GLClnjLFw==",
2946 "license": "MIT"
2947 },
2948 "node_modules/expressive-code": {
2949 "version": "0.41.7",
2950 "resolved": "https://registry.npmjs.org/expressive-code/-/expressive-code-0.41.7.tgz",
2951 "integrity": "sha512-2wZjC8OQ3TaVEMcBtYY4Va3lo6J+Ai9jf3d4dbhURMJcU4Pbqe6EcHe424MIZI0VHUA1bR6xdpoHYi3yxokWqA==",
2952 "license": "MIT",
2953 "dependencies": {
2954 "@expressive-code/core": "^0.41.7",
2955 "@expressive-code/plugin-frames": "^0.41.7",
2956 "@expressive-code/plugin-shiki": "^0.41.7",
2957 "@expressive-code/plugin-text-markers": "^0.41.7"
2958 }
2959 },
2960 "node_modules/extend": {
2961 "version": "3.0.2",
2962 "resolved": "https://registry.npmjs.org/extend/-/extend-3.0.2.tgz",
2963 "integrity": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==",
2964 "license": "MIT"
2965 },
2966 "node_modules/fast-string-truncated-width": {
2967 "version": "3.0.3",
2968 "resolved": "https://registry.npmjs.org/fast-string-truncated-width/-/fast-string-truncated-width-3.0.3.tgz",
2969 "integrity": "sha512-0jjjIEL6+0jag3l2XWWizO64/aZVtpiGE3t0Zgqxv0DPuxiMjvB3M24fCyhZUO4KomJQPj3LTSUnDP3GpdwC0g==",
2970 "license": "MIT"
2971 },
2972 "node_modules/fast-string-width": {
2973 "version": "3.0.2",
2974 "resolved": "https://registry.npmjs.org/fast-string-width/-/fast-string-width-3.0.2.tgz",
2975 "integrity": "sha512-gX8LrtNEI5hq8DVUfRQMbr5lpaS4nMIWV+7XEbXk2b8kiQIizgnlr12B4dA3ZEx3308ze0O4Q1R+cHts8kyUJg==",
2976 "license": "MIT",
2977 "dependencies": {
2978 "fast-string-truncated-width": "^3.0.2"
2979 }
2980 },
2981 "node_modules/fast-wrap-ansi": {
2982 "version": "0.2.0",
2983 "resolved": "https://registry.npmjs.org/fast-wrap-ansi/-/fast-wrap-ansi-0.2.0.tgz",
2984 "integrity": "sha512-rLV8JHxTyhVmFYhBJuMujcrHqOT2cnO5Zxj37qROj23CP39GXubJRBUFF0z8KFK77Uc0SukZUf7JZhsVEQ6n8w==",
2985 "license": "MIT",
2986 "dependencies": {
2987 "fast-string-width": "^3.0.2"
2988 }
2989 },
2990 "node_modules/fdir": {
2991 "version": "6.5.0",
2992 "resolved": "https://registry.npmjs.org/fdir/-/fdir-6.5.0.tgz",
2993 "integrity": "sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==",
2994 "license": "MIT",
2995 "engines": {
2996 "node": ">=12.0.0"
2997 },
2998 "peerDependencies": {
2999 "picomatch": "^3 || ^4"
3000 },
3001 "peerDependenciesMeta": {
3002 "picomatch": {
3003 "optional": true
3004 }
3005 }
3006 },
3007 "node_modules/flattie": {
3008 "version": "1.1.1",
3009 "resolved": "https://registry.npmjs.org/flattie/-/flattie-1.1.1.tgz",
3010 "integrity": "sha512-9UbaD6XdAL97+k/n+N7JwX46K/M6Zc6KcFYskrYL8wbBV/Uyk0CTAMY0VT+qiK5PM7AIc9aTWYtq65U7T+aCNQ==",
3011 "license": "MIT",
3012 "engines": {
3013 "node": ">=8"
3014 }
3015 },
3016 "node_modules/fontace": {
3017 "version": "0.4.1",
3018 "resolved": "https://registry.npmjs.org/fontace/-/fontace-0.4.1.tgz",
3019 "integrity": "sha512-lDMvbAzSnHmbYMTEld5qdtvNH2/pWpICOqpean9IgC7vUbUJc3k+k5Dokp85CegamqQpFbXf0rAVkbzpyTA8aw==",
3020 "license": "MIT",
3021 "dependencies": {
3022 "fontkitten": "^1.0.2"
3023 }
3024 },
3025 "node_modules/fontkitten": {
3026 "version": "1.0.3",
3027 "resolved": "https://registry.npmjs.org/fontkitten/-/fontkitten-1.0.3.tgz",
3028 "integrity": "sha512-Wp1zXWPVUPBmfoa3Cqc9ctaKuzKAV6uLstRqlR56kSjplf5uAce+qeyYym7F+PHbGTk+tCEdkCW6RD7DX/gBZw==",
3029 "license": "MIT",
3030 "dependencies": {
3031 "tiny-inflate": "^1.0.3"
3032 },
3033 "engines": {
3034 "node": ">=20"
3035 }
3036 },
3037 "node_modules/fsevents": {
3038 "version": "2.3.3",
3039 "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz",
3040 "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
3041 "hasInstallScript": true,
3042 "license": "MIT",
3043 "optional": true,
3044 "os": [
3045 "darwin"
3046 ],
3047 "engines": {
3048 "node": "^8.16.0 || ^10.6.0 || >=11.0.0"
3049 }
3050 },
3051 "node_modules/github-slugger": {
3052 "version": "2.0.0",
3053 "resolved": "https://registry.npmjs.org/github-slugger/-/github-slugger-2.0.0.tgz",
3054 "integrity": "sha512-IaOQ9puYtjrkq7Y0Ygl9KDZnrf/aiUJYUpVf89y8kyaxbRG7Y1SrX/jaumrv81vc61+kiMempujsM3Yw7w5qcw==",
3055 "license": "ISC"
3056 },
3057 "node_modules/h3": {
3058 "version": "1.15.11",
3059 "resolved": "https://registry.npmjs.org/h3/-/h3-1.15.11.tgz",
3060 "integrity": "sha512-L3THSe2MPeBwgIZVSH5zLdBBU90TOxarvhK9d04IDY2AmVS8j2Jz2LIWtwsGOU3lu2I5jCN7FNvVfY2+XyF+mg==",
3061 "license": "MIT",
3062 "dependencies": {
3063 "cookie-es": "^1.2.3",
3064 "crossws": "^0.3.5",
3065 "defu": "^6.1.6",
3066 "destr": "^2.0.5",
3067 "iron-webcrypto": "^1.2.1",
3068 "node-mock-http": "^1.0.4",
3069 "radix3": "^1.1.2",
3070 "ufo": "^1.6.3",
3071 "uncrypto": "^0.1.3"
3072 }
3073 },
3074 "node_modules/hast-util-embedded": {
3075 "version": "3.0.0",
3076 "resolved": "https://registry.npmjs.org/hast-util-embedded/-/hast-util-embedded-3.0.0.tgz",
3077 "integrity": "sha512-naH8sld4Pe2ep03qqULEtvYr7EjrLK2QHY8KJR6RJkTUjPGObe1vnx585uzem2hGra+s1q08DZZpfgDVYRbaXA==",
3078 "license": "MIT",
3079 "dependencies": {
3080 "@types/hast": "^3.0.0",
3081 "hast-util-is-element": "^3.0.0"
3082 },
3083 "funding": {
3084 "type": "opencollective",
3085 "url": "https://opencollective.com/unified"
3086 }
3087 },
3088 "node_modules/hast-util-format": {
3089 "version": "1.1.0",
3090 "resolved": "https://registry.npmjs.org/hast-util-format/-/hast-util-format-1.1.0.tgz",
3091 "integrity": "sha512-yY1UDz6bC9rDvCWHpx12aIBGRG7krurX0p0Fm6pT547LwDIZZiNr8a+IHDogorAdreULSEzP82Nlv5SZkHZcjA==",
3092 "license": "MIT",
3093 "dependencies": {
3094 "@types/hast": "^3.0.0",
3095 "hast-util-embedded": "^3.0.0",
3096 "hast-util-minify-whitespace": "^1.0.0",
3097 "hast-util-phrasing": "^3.0.0",
3098 "hast-util-whitespace": "^3.0.0",
3099 "html-whitespace-sensitive-tag-names": "^3.0.0",
3100 "unist-util-visit-parents": "^6.0.0"
3101 },
3102 "funding": {
3103 "type": "opencollective",
3104 "url": "https://opencollective.com/unified"
3105 }
3106 },
3107 "node_modules/hast-util-from-html": {
3108 "version": "2.0.3",
3109 "resolved": "https://registry.npmjs.org/hast-util-from-html/-/hast-util-from-html-2.0.3.tgz",
3110 "integrity": "sha512-CUSRHXyKjzHov8yKsQjGOElXy/3EKpyX56ELnkHH34vDVw1N1XSQ1ZcAvTyAPtGqLTuKP/uxM+aLkSPqF/EtMw==",
3111 "license": "MIT",
3112 "dependencies": {
3113 "@types/hast": "^3.0.0",
3114 "devlop": "^1.1.0",
3115 "hast-util-from-parse5": "^8.0.0",
3116 "parse5": "^7.0.0",
3117 "vfile": "^6.0.0",
3118 "vfile-message": "^4.0.0"
3119 },
3120 "funding": {
3121 "type": "opencollective",
3122 "url": "https://opencollective.com/unified"
3123 }
3124 },
3125 "node_modules/hast-util-from-parse5": {
3126 "version": "8.0.3",
3127 "resolved": "https://registry.npmjs.org/hast-util-from-parse5/-/hast-util-from-parse5-8.0.3.tgz",
3128 "integrity": "sha512-3kxEVkEKt0zvcZ3hCRYI8rqrgwtlIOFMWkbclACvjlDw8Li9S2hk/d51OI0nr/gIpdMHNepwgOKqZ/sy0Clpyg==",
3129 "license": "MIT",
3130 "dependencies": {
3131 "@types/hast": "^3.0.0",
3132 "@types/unist": "^3.0.0",
3133 "devlop": "^1.0.0",
3134 "hastscript": "^9.0.0",
3135 "property-information": "^7.0.0",
3136 "vfile": "^6.0.0",
3137 "vfile-location": "^5.0.0",
3138 "web-namespaces": "^2.0.0"
3139 },
3140 "funding": {
3141 "type": "opencollective",
3142 "url": "https://opencollective.com/unified"
3143 }
3144 },
3145 "node_modules/hast-util-has-property": {
3146 "version": "3.0.0",
3147 "resolved": "https://registry.npmjs.org/hast-util-has-property/-/hast-util-has-property-3.0.0.tgz",
3148 "integrity": "sha512-MNilsvEKLFpV604hwfhVStK0usFY/QmM5zX16bo7EjnAEGofr5YyI37kzopBlZJkHD4t887i+q/C8/tr5Q94cA==",
3149 "license": "MIT",
3150 "dependencies": {
3151 "@types/hast": "^3.0.0"
3152 },
3153 "funding": {
3154 "type": "opencollective",
3155 "url": "https://opencollective.com/unified"
3156 }
3157 },
3158 "node_modules/hast-util-is-body-ok-link": {
3159 "version": "3.0.1",
3160 "resolved": "https://registry.npmjs.org/hast-util-is-body-ok-link/-/hast-util-is-body-ok-link-3.0.1.tgz",
3161 "integrity": "sha512-0qpnzOBLztXHbHQenVB8uNuxTnm/QBFUOmdOSsEn7GnBtyY07+ENTWVFBAnXd/zEgd9/SUG3lRY7hSIBWRgGpQ==",
3162 "license": "MIT",
3163 "dependencies": {
3164 "@types/hast": "^3.0.0"
3165 },
3166 "funding": {
3167 "type": "opencollective",
3168 "url": "https://opencollective.com/unified"
3169 }
3170 },
3171 "node_modules/hast-util-is-element": {
3172 "version": "3.0.0",
3173 "resolved": "https://registry.npmjs.org/hast-util-is-element/-/hast-util-is-element-3.0.0.tgz",
3174 "integrity": "sha512-Val9mnv2IWpLbNPqc/pUem+a7Ipj2aHacCwgNfTiK0vJKl0LF+4Ba4+v1oPHFpf3bLYmreq0/l3Gud9S5OH42g==",
3175 "license": "MIT",
3176 "dependencies": {
3177 "@types/hast": "^3.0.0"
3178 },
3179 "funding": {
3180 "type": "opencollective",
3181 "url": "https://opencollective.com/unified"
3182 }
3183 },
3184 "node_modules/hast-util-minify-whitespace": {
3185 "version": "1.0.1",
3186 "resolved": "https://registry.npmjs.org/hast-util-minify-whitespace/-/hast-util-minify-whitespace-1.0.1.tgz",
3187 "integrity": "sha512-L96fPOVpnclQE0xzdWb/D12VT5FabA7SnZOUMtL1DbXmYiHJMXZvFkIZfiMmTCNJHUeO2K9UYNXoVyfz+QHuOw==",
3188 "license": "MIT",
3189 "dependencies": {
3190 "@types/hast": "^3.0.0",
3191 "hast-util-embedded": "^3.0.0",
3192 "hast-util-is-element": "^3.0.0",
3193 "hast-util-whitespace": "^3.0.0",
3194 "unist-util-is": "^6.0.0"
3195 },
3196 "funding": {
3197 "type": "opencollective",
3198 "url": "https://opencollective.com/unified"
3199 }
3200 },
3201 "node_modules/hast-util-parse-selector": {
3202 "version": "4.0.0",
3203 "resolved": "https://registry.npmjs.org/hast-util-parse-selector/-/hast-util-parse-selector-4.0.0.tgz",
3204 "integrity": "sha512-wkQCkSYoOGCRKERFWcxMVMOcYE2K1AaNLU8DXS9arxnLOUEWbOXKXiJUNzEpqZ3JOKpnha3jkFrumEjVliDe7A==",
3205 "license": "MIT",
3206 "dependencies": {
3207 "@types/hast": "^3.0.0"
3208 },
3209 "funding": {
3210 "type": "opencollective",
3211 "url": "https://opencollective.com/unified"
3212 }
3213 },
3214 "node_modules/hast-util-phrasing": {
3215 "version": "3.0.1",
3216 "resolved": "https://registry.npmjs.org/hast-util-phrasing/-/hast-util-phrasing-3.0.1.tgz",
3217 "integrity": "sha512-6h60VfI3uBQUxHqTyMymMZnEbNl1XmEGtOxxKYL7stY2o601COo62AWAYBQR9lZbYXYSBoxag8UpPRXK+9fqSQ==",
3218 "license": "MIT",
3219 "dependencies": {
3220 "@types/hast": "^3.0.0",
3221 "hast-util-embedded": "^3.0.0",
3222 "hast-util-has-property": "^3.0.0",
3223 "hast-util-is-body-ok-link": "^3.0.0",
3224 "hast-util-is-element": "^3.0.0"
3225 },
3226 "funding": {
3227 "type": "opencollective",
3228 "url": "https://opencollective.com/unified"
3229 }
3230 },
3231 "node_modules/hast-util-raw": {
3232 "version": "9.1.0",
3233 "resolved": "https://registry.npmjs.org/hast-util-raw/-/hast-util-raw-9.1.0.tgz",
3234 "integrity": "sha512-Y8/SBAHkZGoNkpzqqfCldijcuUKh7/su31kEBp67cFY09Wy0mTRgtsLYsiIxMJxlu0f6AA5SUTbDR8K0rxnbUw==",
3235 "license": "MIT",
3236 "dependencies": {
3237 "@types/hast": "^3.0.0",
3238 "@types/unist": "^3.0.0",
3239 "@ungap/structured-clone": "^1.0.0",
3240 "hast-util-from-parse5": "^8.0.0",
3241 "hast-util-to-parse5": "^8.0.0",
3242 "html-void-elements": "^3.0.0",
3243 "mdast-util-to-hast": "^13.0.0",
3244 "parse5": "^7.0.0",
3245 "unist-util-position": "^5.0.0",
3246 "unist-util-visit": "^5.0.0",
3247 "vfile": "^6.0.0",
3248 "web-namespaces": "^2.0.0",
3249 "zwitch": "^2.0.0"
3250 },
3251 "funding": {
3252 "type": "opencollective",
3253 "url": "https://opencollective.com/unified"
3254 }
3255 },
3256 "node_modules/hast-util-select": {
3257 "version": "6.0.4",
3258 "resolved": "https://registry.npmjs.org/hast-util-select/-/hast-util-select-6.0.4.tgz",
3259 "integrity": "sha512-RqGS1ZgI0MwxLaKLDxjprynNzINEkRHY2i8ln4DDjgv9ZhcYVIHN9rlpiYsqtFwrgpYU361SyWDQcGNIBVu3lw==",
3260 "license": "MIT",
3261 "dependencies": {
3262 "@types/hast": "^3.0.0",
3263 "@types/unist": "^3.0.0",
3264 "bcp-47-match": "^2.0.0",
3265 "comma-separated-tokens": "^2.0.0",
3266 "css-selector-parser": "^3.0.0",
3267 "devlop": "^1.0.0",
3268 "direction": "^2.0.0",
3269 "hast-util-has-property": "^3.0.0",
3270 "hast-util-to-string": "^3.0.0",
3271 "hast-util-whitespace": "^3.0.0",
3272 "nth-check": "^2.0.0",
3273 "property-information": "^7.0.0",
3274 "space-separated-tokens": "^2.0.0",
3275 "unist-util-visit": "^5.0.0",
3276 "zwitch": "^2.0.0"
3277 },
3278 "funding": {
3279 "type": "opencollective",
3280 "url": "https://opencollective.com/unified"
3281 }
3282 },
3283 "node_modules/hast-util-to-estree": {
3284 "version": "3.1.3",
3285 "resolved": "https://registry.npmjs.org/hast-util-to-estree/-/hast-util-to-estree-3.1.3.tgz",
3286 "integrity": "sha512-48+B/rJWAp0jamNbAAf9M7Uf//UVqAoMmgXhBdxTDJLGKY+LRnZ99qcG+Qjl5HfMpYNzS5v4EAwVEF34LeAj7w==",
3287 "license": "MIT",
3288 "dependencies": {
3289 "@types/estree": "^1.0.0",
3290 "@types/estree-jsx": "^1.0.0",
3291 "@types/hast": "^3.0.0",
3292 "comma-separated-tokens": "^2.0.0",
3293 "devlop": "^1.0.0",
3294 "estree-util-attach-comments": "^3.0.0",
3295 "estree-util-is-identifier-name": "^3.0.0",
3296 "hast-util-whitespace": "^3.0.0",
3297 "mdast-util-mdx-expression": "^2.0.0",
3298 "mdast-util-mdx-jsx": "^3.0.0",
3299 "mdast-util-mdxjs-esm": "^2.0.0",
3300 "property-information": "^7.0.0",
3301 "space-separated-tokens": "^2.0.0",
3302 "style-to-js": "^1.0.0",
3303 "unist-util-position": "^5.0.0",
3304 "zwitch": "^2.0.0"
3305 },
3306 "funding": {
3307 "type": "opencollective",
3308 "url": "https://opencollective.com/unified"
3309 }
3310 },
3311 "node_modules/hast-util-to-html": {
3312 "version": "9.0.5",
3313 "resolved": "https://registry.npmjs.org/hast-util-to-html/-/hast-util-to-html-9.0.5.tgz",
3314 "integrity": "sha512-OguPdidb+fbHQSU4Q4ZiLKnzWo8Wwsf5bZfbvu7//a9oTYoqD/fWpe96NuHkoS9h0ccGOTe0C4NGXdtS0iObOw==",
3315 "license": "MIT",
3316 "dependencies": {
3317 "@types/hast": "^3.0.0",
3318 "@types/unist": "^3.0.0",
3319 "ccount": "^2.0.0",
3320 "comma-separated-tokens": "^2.0.0",
3321 "hast-util-whitespace": "^3.0.0",
3322 "html-void-elements": "^3.0.0",
3323 "mdast-util-to-hast": "^13.0.0",
3324 "property-information": "^7.0.0",
3325 "space-separated-tokens": "^2.0.0",
3326 "stringify-entities": "^4.0.0",
3327 "zwitch": "^2.0.4"
3328 },
3329 "funding": {
3330 "type": "opencollective",
3331 "url": "https://opencollective.com/unified"
3332 }
3333 },
3334 "node_modules/hast-util-to-jsx-runtime": {
3335 "version": "2.3.6",
3336 "resolved": "https://registry.npmjs.org/hast-util-to-jsx-runtime/-/hast-util-to-jsx-runtime-2.3.6.tgz",
3337 "integrity": "sha512-zl6s8LwNyo1P9uw+XJGvZtdFF1GdAkOg8ujOw+4Pyb76874fLps4ueHXDhXWdk6YHQ6OgUtinliG7RsYvCbbBg==",
3338 "license": "MIT",
3339 "dependencies": {
3340 "@types/estree": "^1.0.0",
3341 "@types/hast": "^3.0.0",
3342 "@types/unist": "^3.0.0",
3343 "comma-separated-tokens": "^2.0.0",
3344 "devlop": "^1.0.0",
3345 "estree-util-is-identifier-name": "^3.0.0",
3346 "hast-util-whitespace": "^3.0.0",
3347 "mdast-util-mdx-expression": "^2.0.0",
3348 "mdast-util-mdx-jsx": "^3.0.0",
3349 "mdast-util-mdxjs-esm": "^2.0.0",
3350 "property-information": "^7.0.0",
3351 "space-separated-tokens": "^2.0.0",
3352 "style-to-js": "^1.0.0",
3353 "unist-util-position": "^5.0.0",
3354 "vfile-message": "^4.0.0"
3355 },
3356 "funding": {
3357 "type": "opencollective",
3358 "url": "https://opencollective.com/unified"
3359 }
3360 },
3361 "node_modules/hast-util-to-parse5": {
3362 "version": "8.0.1",
3363 "resolved": "https://registry.npmjs.org/hast-util-to-parse5/-/hast-util-to-parse5-8.0.1.tgz",
3364 "integrity": "sha512-MlWT6Pjt4CG9lFCjiz4BH7l9wmrMkfkJYCxFwKQic8+RTZgWPuWxwAfjJElsXkex7DJjfSJsQIt931ilUgmwdA==",
3365 "license": "MIT",
3366 "dependencies": {
3367 "@types/hast": "^3.0.0",
3368 "comma-separated-tokens": "^2.0.0",
3369 "devlop": "^1.0.0",
3370 "property-information": "^7.0.0",
3371 "space-separated-tokens": "^2.0.0",
3372 "web-namespaces": "^2.0.0",
3373 "zwitch": "^2.0.0"
3374 },
3375 "funding": {
3376 "type": "opencollective",
3377 "url": "https://opencollective.com/unified"
3378 }
3379 },
3380 "node_modules/hast-util-to-string": {
3381 "version": "3.0.1",
3382 "resolved": "https://registry.npmjs.org/hast-util-to-string/-/hast-util-to-string-3.0.1.tgz",
3383 "integrity": "sha512-XelQVTDWvqcl3axRfI0xSeoVKzyIFPwsAGSLIsKdJKQMXDYJS4WYrBNF/8J7RdhIcFI2BOHgAifggsvsxp/3+A==",
3384 "license": "MIT",
3385 "dependencies": {
3386 "@types/hast": "^3.0.0"
3387 },
3388 "funding": {
3389 "type": "opencollective",
3390 "url": "https://opencollective.com/unified"
3391 }
3392 },
3393 "node_modules/hast-util-to-text": {
3394 "version": "4.0.2",
3395 "resolved": "https://registry.npmjs.org/hast-util-to-text/-/hast-util-to-text-4.0.2.tgz",
3396 "integrity": "sha512-KK6y/BN8lbaq654j7JgBydev7wuNMcID54lkRav1P0CaE1e47P72AWWPiGKXTJU271ooYzcvTAn/Zt0REnvc7A==",
3397 "license": "MIT",
3398 "dependencies": {
3399 "@types/hast": "^3.0.0",
3400 "@types/unist": "^3.0.0",
3401 "hast-util-is-element": "^3.0.0",
3402 "unist-util-find-after": "^5.0.0"
3403 },
3404 "funding": {
3405 "type": "opencollective",
3406 "url": "https://opencollective.com/unified"
3407 }
3408 },
3409 "node_modules/hast-util-whitespace": {
3410 "version": "3.0.0",
3411 "resolved": "https://registry.npmjs.org/hast-util-whitespace/-/hast-util-whitespace-3.0.0.tgz",
3412 "integrity": "sha512-88JUN06ipLwsnv+dVn+OIYOvAuvBMy/Qoi6O7mQHxdPXpjy+Cd6xRkWwux7DKO+4sYILtLBRIKgsdpS2gQc7qw==",
3413 "license": "MIT",
3414 "dependencies": {
3415 "@types/hast": "^3.0.0"
3416 },
3417 "funding": {
3418 "type": "opencollective",
3419 "url": "https://opencollective.com/unified"
3420 }
3421 },
3422 "node_modules/hastscript": {
3423 "version": "9.0.1",
3424 "resolved": "https://registry.npmjs.org/hastscript/-/hastscript-9.0.1.tgz",
3425 "integrity": "sha512-g7df9rMFX/SPi34tyGCyUBREQoKkapwdY/T04Qn9TDWfHhAYt4/I0gMVirzK5wEzeUqIjEB+LXC/ypb7Aqno5w==",
3426 "license": "MIT",
3427 "dependencies": {
3428 "@types/hast": "^3.0.0",
3429 "comma-separated-tokens": "^2.0.0",
3430 "hast-util-parse-selector": "^4.0.0",
3431 "property-information": "^7.0.0",
3432 "space-separated-tokens": "^2.0.0"
3433 },
3434 "funding": {
3435 "type": "opencollective",
3436 "url": "https://opencollective.com/unified"
3437 }
3438 },
3439 "node_modules/html-escaper": {
3440 "version": "3.0.3",
3441 "resolved": "https://registry.npmjs.org/html-escaper/-/html-escaper-3.0.3.tgz",
3442 "integrity": "sha512-RuMffC89BOWQoY0WKGpIhn5gX3iI54O6nRA0yC124NYVtzjmFWBIiFd8M0x+ZdX0P9R4lADg1mgP8C7PxGOWuQ==",
3443 "license": "MIT"
3444 },
3445 "node_modules/html-void-elements": {
3446 "version": "3.0.0",
3447 "resolved": "https://registry.npmjs.org/html-void-elements/-/html-void-elements-3.0.0.tgz",
3448 "integrity": "sha512-bEqo66MRXsUGxWHV5IP0PUiAWwoEjba4VCzg0LjFJBpchPaTfyfCKTG6bc5F8ucKec3q5y6qOdGyYTSBEvhCrg==",
3449 "license": "MIT",
3450 "funding": {
3451 "type": "github",
3452 "url": "https://github.com/sponsors/wooorm"
3453 }
3454 },
3455 "node_modules/html-whitespace-sensitive-tag-names": {
3456 "version": "3.0.1",
3457 "resolved": "https://registry.npmjs.org/html-whitespace-sensitive-tag-names/-/html-whitespace-sensitive-tag-names-3.0.1.tgz",
3458 "integrity": "sha512-q+310vW8zmymYHALr1da4HyXUQ0zgiIwIicEfotYPWGN0OJVEN/58IJ3A4GBYcEq3LGAZqKb+ugvP0GNB9CEAA==",
3459 "license": "MIT",
3460 "funding": {
3461 "type": "opencollective",
3462 "url": "https://opencollective.com/unified"
3463 }
3464 },
3465 "node_modules/http-cache-semantics": {
3466 "version": "4.2.0",
3467 "resolved": "https://registry.npmjs.org/http-cache-semantics/-/http-cache-semantics-4.2.0.tgz",
3468 "integrity": "sha512-dTxcvPXqPvXBQpq5dUr6mEMJX4oIEFv6bwom3FDwKRDsuIjjJGANqhBuoAn9c1RQJIdAKav33ED65E2ys+87QQ==",
3469 "license": "BSD-2-Clause"
3470 },
3471 "node_modules/i18next": {
3472 "version": "23.16.8",
3473 "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.16.8.tgz",
3474 "integrity": "sha512-06r/TitrM88Mg5FdUXAKL96dJMzgqLE5dv3ryBAra4KCwD9mJ4ndOTS95ZuymIGoE+2hzfdaMak2X11/es7ZWg==",
3475 "funding": [
3476 {
3477 "type": "individual",
3478 "url": "https://locize.com"
3479 },
3480 {
3481 "type": "individual",
3482 "url": "https://locize.com/i18next.html"
3483 },
3484 {
3485 "type": "individual",
3486 "url": "https://www.i18next.com/how-to/faq#i18next-is-awesome.-how-can-i-support-the-project"
3487 }
3488 ],
3489 "license": "MIT",
3490 "dependencies": {
3491 "@babel/runtime": "^7.23.2"
3492 }
3493 },
3494 "node_modules/inline-style-parser": {
3495 "version": "0.2.7",
3496 "resolved": "https://registry.npmjs.org/inline-style-parser/-/inline-style-parser-0.2.7.tgz",
3497 "integrity": "sha512-Nb2ctOyNR8DqQoR0OwRG95uNWIC0C1lCgf5Naz5H6Ji72KZ8OcFZLz2P5sNgwlyoJ8Yif11oMuYs5pBQa86csA==",
3498 "license": "MIT"
3499 },
3500 "node_modules/iron-webcrypto": {
3501 "version": "1.2.1",
3502 "resolved": "https://registry.npmjs.org/iron-webcrypto/-/iron-webcrypto-1.2.1.tgz",
3503 "integrity": "sha512-feOM6FaSr6rEABp/eDfVseKyTMDt+KGpeB35SkVn9Tyn0CqvVsY3EwI0v5i8nMHyJnzCIQf7nsy3p41TPkJZhg==",
3504 "license": "MIT",
3505 "funding": {
3506 "url": "https://github.com/sponsors/brc-dd"
3507 }
3508 },
3509 "node_modules/is-alphabetical": {
3510 "version": "2.0.1",
3511 "resolved": "https://registry.npmjs.org/is-alphabetical/-/is-alphabetical-2.0.1.tgz",
3512 "integrity": "sha512-FWyyY60MeTNyeSRpkM2Iry0G9hpr7/9kD40mD/cGQEuilcZYS4okz8SN2Q6rLCJ8gbCt6fN+rC+6tMGS99LaxQ==",
3513 "license": "MIT",
3514 "funding": {
3515 "type": "github",
3516 "url": "https://github.com/sponsors/wooorm"
3517 }
3518 },
3519 "node_modules/is-alphanumerical": {
3520 "version": "2.0.1",
3521 "resolved": "https://registry.npmjs.org/is-alphanumerical/-/is-alphanumerical-2.0.1.tgz",
3522 "integrity": "sha512-hmbYhX/9MUMF5uh7tOXyK/n0ZvWpad5caBA17GsC6vyuCqaWliRG5K1qS9inmUhEMaOBIW7/whAnSwveW/LtZw==",
3523 "license": "MIT",
3524 "dependencies": {
3525 "is-alphabetical": "^2.0.0",
3526 "is-decimal": "^2.0.0"
3527 },
3528 "funding": {
3529 "type": "github",
3530 "url": "https://github.com/sponsors/wooorm"
3531 }
3532 },
3533 "node_modules/is-decimal": {
3534 "version": "2.0.1",
3535 "resolved": "https://registry.npmjs.org/is-decimal/-/is-decimal-2.0.1.tgz",
3536 "integrity": "sha512-AAB9hiomQs5DXWcRB1rqsxGUstbRroFOPPVAomNk/3XHR5JyEZChOyTWe2oayKnsSsr/kcGqF+z6yuH6HHpN0A==",
3537 "license": "MIT",
3538 "funding": {
3539 "type": "github",
3540 "url": "https://github.com/sponsors/wooorm"
3541 }
3542 },
3543 "node_modules/is-docker": {
3544 "version": "4.0.0",
3545 "resolved": "https://registry.npmjs.org/is-docker/-/is-docker-4.0.0.tgz",
3546 "integrity": "sha512-LHE+wROyG/Y/0ZnbktRCoTix2c1RhgWaZraMZ8o1Q7zCh0VSrICJQO5oqIIISrcSBtrXv0o233w1IYwsWCjTzA==",
3547 "license": "MIT",
3548 "bin": {
3549 "is-docker": "cli.js"
3550 },
3551 "engines": {
3552 "node": ">=20"
3553 },
3554 "funding": {
3555 "url": "https://github.com/sponsors/sindresorhus"
3556 }
3557 },
3558 "node_modules/is-hexadecimal": {
3559 "version": "2.0.1",
3560 "resolved": "https://registry.npmjs.org/is-hexadecimal/-/is-hexadecimal-2.0.1.tgz",
3561 "integrity": "sha512-DgZQp241c8oO6cA1SbTEWiXeoxV42vlcJxgH+B3hi1AiqqKruZR3ZGF8In3fj4+/y/7rHvlOZLZtgJ/4ttYGZg==",
3562 "license": "MIT",
3563 "funding": {
3564 "type": "github",
3565 "url": "https://github.com/sponsors/wooorm"
3566 }
3567 },
3568 "node_modules/is-inside-container": {
3569 "version": "1.0.0",
3570 "resolved": "https://registry.npmjs.org/is-inside-container/-/is-inside-container-1.0.0.tgz",
3571 "integrity": "sha512-KIYLCCJghfHZxqjYBE7rEy0OBuTd5xCHS7tHVgvCLkx7StIoaxwNW3hCALgEUjFfeRk+MG/Qxmp/vtETEF3tRA==",
3572 "license": "MIT",
3573 "dependencies": {
3574 "is-docker": "^3.0.0"
3575 },
3576 "bin": {
3577 "is-inside-container": "cli.js"
3578 },
3579 "engines": {
3580 "node": ">=14.16"
3581 },
3582 "funding": {
3583 "url": "https://github.com/sponsors/sindresorhus"
3584 }
3585 },
3586 "node_modules/is-inside-container/node_modules/is-docker": {
3587 "version": "3.0.0",
3588 "resolved": "https://registry.npmjs.org/is-docker/-/is-docker-3.0.0.tgz",
3589 "integrity": "sha512-eljcgEDlEns/7AXFosB5K/2nCM4P7FQPkGc/DWLy5rmFEWvZayGrik1d9/QIY5nJ4f9YsVvBkA6kJpHn9rISdQ==",
3590 "license": "MIT",
3591 "bin": {
3592 "is-docker": "cli.js"
3593 },
3594 "engines": {
3595 "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
3596 },
3597 "funding": {
3598 "url": "https://github.com/sponsors/sindresorhus"
3599 }
3600 },
3601 "node_modules/is-plain-obj": {
3602 "version": "4.1.0",
3603 "resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-4.1.0.tgz",
3604 "integrity": "sha512-+Pgi+vMuUNkJyExiMBt5IlFoMyKnr5zhJ4Uspz58WOhBF5QoIZkFyNHIbBAtHwzVAgk5RtndVNsDRN61/mmDqg==",
3605 "license": "MIT",
3606 "engines": {
3607 "node": ">=12"
3608 },
3609 "funding": {
3610 "url": "https://github.com/sponsors/sindresorhus"
3611 }
3612 },
3613 "node_modules/is-wsl": {
3614 "version": "3.1.1",
3615 "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-3.1.1.tgz",
3616 "integrity": "sha512-e6rvdUCiQCAuumZslxRJWR/Doq4VpPR82kqclvcS0efgt430SlGIk05vdCN58+VrzgtIcfNODjozVielycD4Sw==",
3617 "license": "MIT",
3618 "dependencies": {
3619 "is-inside-container": "^1.0.0"
3620 },
3621 "engines": {
3622 "node": ">=16"
3623 },
3624 "funding": {
3625 "url": "https://github.com/sponsors/sindresorhus"
3626 }
3627 },
3628 "node_modules/js-yaml": {
3629 "version": "4.1.1",
3630 "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.1.tgz",
3631 "integrity": "sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==",
3632 "license": "MIT",
3633 "dependencies": {
3634 "argparse": "^2.0.1"
3635 },
3636 "bin": {
3637 "js-yaml": "bin/js-yaml.js"
3638 }
3639 },
3640 "node_modules/klona": {
3641 "version": "2.0.6",
3642 "resolved": "https://registry.npmjs.org/klona/-/klona-2.0.6.tgz",
3643 "integrity": "sha512-dhG34DXATL5hSxJbIexCft8FChFXtmskoZYnoPWjXQuebWYCNkVeV3KkGegCK9CP1oswI/vQibS2GY7Em/sJJA==",
3644 "license": "MIT",
3645 "engines": {
3646 "node": ">= 8"
3647 }
3648 },
3649 "node_modules/longest-streak": {
3650 "version": "3.1.0",
3651 "resolved": "https://registry.npmjs.org/longest-streak/-/longest-streak-3.1.0.tgz",
3652 "integrity": "sha512-9Ri+o0JYgehTaVBBDoMqIl8GXtbWg711O3srftcHhZ0dqnETqLaoIK0x17fUw9rFSlK/0NlsKe0Ahhyl5pXE2g==",
3653 "license": "MIT",
3654 "funding": {
3655 "type": "github",
3656 "url": "https://github.com/sponsors/wooorm"
3657 }
3658 },
3659 "node_modules/lru-cache": {
3660 "version": "11.3.5",
3661 "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.3.5.tgz",
3662 "integrity": "sha512-NxVFwLAnrd9i7KUBxC4DrUhmgjzOs+1Qm50D3oF1/oL+r1NpZ4gA7xvG0/zJ8evR7zIKn4vLf7qTNduWFtCrRw==",
3663 "license": "BlueOak-1.0.0",
3664 "engines": {
3665 "node": "20 || >=22"
3666 }
3667 },
3668 "node_modules/magic-string": {
3669 "version": "0.30.21",
3670 "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.21.tgz",
3671 "integrity": "sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==",
3672 "license": "MIT",
3673 "dependencies": {
3674 "@jridgewell/sourcemap-codec": "^1.5.5"
3675 }
3676 },
3677 "node_modules/magicast": {
3678 "version": "0.5.2",
3679 "resolved": "https://registry.npmjs.org/magicast/-/magicast-0.5.2.tgz",
3680 "integrity": "sha512-E3ZJh4J3S9KfwdjZhe2afj6R9lGIN5Pher1pF39UGrXRqq/VDaGVIGN13BjHd2u8B61hArAGOnso7nBOouW3TQ==",
3681 "license": "MIT",
3682 "dependencies": {
3683 "@babel/parser": "^7.29.0",
3684 "@babel/types": "^7.29.0",
3685 "source-map-js": "^1.2.1"
3686 }
3687 },
3688 "node_modules/markdown-extensions": {
3689 "version": "2.0.0",
3690 "resolved": "https://registry.npmjs.org/markdown-extensions/-/markdown-extensions-2.0.0.tgz",
3691 "integrity": "sha512-o5vL7aDWatOTX8LzaS1WMoaoxIiLRQJuIKKe2wAw6IeULDHaqbiqiggmx+pKvZDb1Sj+pE46Sn1T7lCqfFtg1Q==",
3692 "license": "MIT",
3693 "engines": {
3694 "node": ">=16"
3695 },
3696 "funding": {
3697 "url": "https://github.com/sponsors/sindresorhus"
3698 }
3699 },
3700 "node_modules/markdown-table": {
3701 "version": "3.0.4",
3702 "resolved": "https://registry.npmjs.org/markdown-table/-/markdown-table-3.0.4.tgz",
3703 "integrity": "sha512-wiYz4+JrLyb/DqW2hkFJxP7Vd7JuTDm77fvbM8VfEQdmSMqcImWeeRbHwZjBjIFki/VaMK2BhFi7oUUZeM5bqw==",
3704 "license": "MIT",
3705 "funding": {
3706 "type": "github",
3707 "url": "https://github.com/sponsors/wooorm"
3708 }
3709 },
3710 "node_modules/mdast-util-definitions": {
3711 "version": "6.0.0",
3712 "resolved": "https://registry.npmjs.org/mdast-util-definitions/-/mdast-util-definitions-6.0.0.tgz",
3713 "integrity": "sha512-scTllyX6pnYNZH/AIp/0ePz6s4cZtARxImwoPJ7kS42n+MnVsI4XbnG6d4ibehRIldYMWM2LD7ImQblVhUejVQ==",
3714 "license": "MIT",
3715 "dependencies": {
3716 "@types/mdast": "^4.0.0",
3717 "@types/unist": "^3.0.0",
3718 "unist-util-visit": "^5.0.0"
3719 },
3720 "funding": {
3721 "type": "opencollective",
3722 "url": "https://opencollective.com/unified"
3723 }
3724 },
3725 "node_modules/mdast-util-directive": {
3726 "version": "3.1.0",
3727 "resolved": "https://registry.npmjs.org/mdast-util-directive/-/mdast-util-directive-3.1.0.tgz",
3728 "integrity": "sha512-I3fNFt+DHmpWCYAT7quoM6lHf9wuqtI+oCOfvILnoicNIqjh5E3dEJWiXuYME2gNe8vl1iMQwyUHa7bgFmak6Q==",
3729 "license": "MIT",
3730 "dependencies": {
3731 "@types/mdast": "^4.0.0",
3732 "@types/unist": "^3.0.0",
3733 "ccount": "^2.0.0",
3734 "devlop": "^1.0.0",
3735 "mdast-util-from-markdown": "^2.0.0",
3736 "mdast-util-to-markdown": "^2.0.0",
3737 "parse-entities": "^4.0.0",
3738 "stringify-entities": "^4.0.0",
3739 "unist-util-visit-parents": "^6.0.0"
3740 },
3741 "funding": {
3742 "type": "opencollective",
3743 "url": "https://opencollective.com/unified"
3744 }
3745 },
3746 "node_modules/mdast-util-find-and-replace": {
3747 "version": "3.0.2",
3748 "resolved": "https://registry.npmjs.org/mdast-util-find-and-replace/-/mdast-util-find-and-replace-3.0.2.tgz",
3749 "integrity": "sha512-Tmd1Vg/m3Xz43afeNxDIhWRtFZgM2VLyaf4vSTYwudTyeuTneoL3qtWMA5jeLyz/O1vDJmmV4QuScFCA2tBPwg==",
3750 "license": "MIT",
3751 "dependencies": {
3752 "@types/mdast": "^4.0.0",
3753 "escape-string-regexp": "^5.0.0",
3754 "unist-util-is": "^6.0.0",
3755 "unist-util-visit-parents": "^6.0.0"
3756 },
3757 "funding": {
3758 "type": "opencollective",
3759 "url": "https://opencollective.com/unified"
3760 }
3761 },
3762 "node_modules/mdast-util-from-markdown": {
3763 "version": "2.0.3",
3764 "resolved": "https://registry.npmjs.org/mdast-util-from-markdown/-/mdast-util-from-markdown-2.0.3.tgz",
3765 "integrity": "sha512-W4mAWTvSlKvf8L6J+VN9yLSqQ9AOAAvHuoDAmPkz4dHf553m5gVj2ejadHJhoJmcmxEnOv6Pa8XJhpxE93kb8Q==",
3766 "license": "MIT",
3767 "dependencies": {
3768 "@types/mdast": "^4.0.0",
3769 "@types/unist": "^3.0.0",
3770 "decode-named-character-reference": "^1.0.0",
3771 "devlop": "^1.0.0",
3772 "mdast-util-to-string": "^4.0.0",
3773 "micromark": "^4.0.0",
3774 "micromark-util-decode-numeric-character-reference": "^2.0.0",
3775 "micromark-util-decode-string": "^2.0.0",
3776 "micromark-util-normalize-identifier": "^2.0.0",
3777 "micromark-util-symbol": "^2.0.0",
3778 "micromark-util-types": "^2.0.0",
3779 "unist-util-stringify-position": "^4.0.0"
3780 },
3781 "funding": {
3782 "type": "opencollective",
3783 "url": "https://opencollective.com/unified"
3784 }
3785 },
3786 "node_modules/mdast-util-gfm": {
3787 "version": "3.1.0",
3788 "resolved": "https://registry.npmjs.org/mdast-util-gfm/-/mdast-util-gfm-3.1.0.tgz",
3789 "integrity": "sha512-0ulfdQOM3ysHhCJ1p06l0b0VKlhU0wuQs3thxZQagjcjPrlFRqY215uZGHHJan9GEAXd9MbfPjFJz+qMkVR6zQ==",
3790 "license": "MIT",
3791 "dependencies": {
3792 "mdast-util-from-markdown": "^2.0.0",
3793 "mdast-util-gfm-autolink-literal": "^2.0.0",
3794 "mdast-util-gfm-footnote": "^2.0.0",
3795 "mdast-util-gfm-strikethrough": "^2.0.0",
3796 "mdast-util-gfm-table": "^2.0.0",
3797 "mdast-util-gfm-task-list-item": "^2.0.0",
3798 "mdast-util-to-markdown": "^2.0.0"
3799 },
3800 "funding": {
3801 "type": "opencollective",
3802 "url": "https://opencollective.com/unified"
3803 }
3804 },
3805 "node_modules/mdast-util-gfm-autolink-literal": {
3806 "version": "2.0.1",
3807 "resolved": "https://registry.npmjs.org/mdast-util-gfm-autolink-literal/-/mdast-util-gfm-autolink-literal-2.0.1.tgz",
3808 "integrity": "sha512-5HVP2MKaP6L+G6YaxPNjuL0BPrq9orG3TsrZ9YXbA3vDw/ACI4MEsnoDpn6ZNm7GnZgtAcONJyPhOP8tNJQavQ==",
3809 "license": "MIT",
3810 "dependencies": {
3811 "@types/mdast": "^4.0.0",
3812 "ccount": "^2.0.0",
3813 "devlop": "^1.0.0",
3814 "mdast-util-find-and-replace": "^3.0.0",
3815 "micromark-util-character": "^2.0.0"
3816 },
3817 "funding": {
3818 "type": "opencollective",
3819 "url": "https://opencollective.com/unified"
3820 }
3821 },
3822 "node_modules/mdast-util-gfm-footnote": {
3823 "version": "2.1.0",
3824 "resolved": "https://registry.npmjs.org/mdast-util-gfm-footnote/-/mdast-util-gfm-footnote-2.1.0.tgz",
3825 "integrity": "sha512-sqpDWlsHn7Ac9GNZQMeUzPQSMzR6Wv0WKRNvQRg0KqHh02fpTz69Qc1QSseNX29bhz1ROIyNyxExfawVKTm1GQ==",
3826 "license": "MIT",
3827 "dependencies": {
3828 "@types/mdast": "^4.0.0",
3829 "devlop": "^1.1.0",
3830 "mdast-util-from-markdown": "^2.0.0",
3831 "mdast-util-to-markdown": "^2.0.0",
3832 "micromark-util-normalize-identifier": "^2.0.0"
3833 },
3834 "funding": {
3835 "type": "opencollective",
3836 "url": "https://opencollective.com/unified"
3837 }
3838 },
3839 "node_modules/mdast-util-gfm-strikethrough": {
3840 "version": "2.0.0",
3841 "resolved": "https://registry.npmjs.org/mdast-util-gfm-strikethrough/-/mdast-util-gfm-strikethrough-2.0.0.tgz",
3842 "integrity": "sha512-mKKb915TF+OC5ptj5bJ7WFRPdYtuHv0yTRxK2tJvi+BDqbkiG7h7u/9SI89nRAYcmap2xHQL9D+QG/6wSrTtXg==",
3843 "license": "MIT",
3844 "dependencies": {
3845 "@types/mdast": "^4.0.0",
3846 "mdast-util-from-markdown": "^2.0.0",
3847 "mdast-util-to-markdown": "^2.0.0"
3848 },
3849 "funding": {
3850 "type": "opencollective",
3851 "url": "https://opencollective.com/unified"
3852 }
3853 },
3854 "node_modules/mdast-util-gfm-table": {
3855 "version": "2.0.0",
3856 "resolved": "https://registry.npmjs.org/mdast-util-gfm-table/-/mdast-util-gfm-table-2.0.0.tgz",
3857 "integrity": "sha512-78UEvebzz/rJIxLvE7ZtDd/vIQ0RHv+3Mh5DR96p7cS7HsBhYIICDBCu8csTNWNO6tBWfqXPWekRuj2FNOGOZg==",
3858 "license": "MIT",
3859 "dependencies": {
3860 "@types/mdast": "^4.0.0",
3861 "devlop": "^1.0.0",
3862 "markdown-table": "^3.0.0",
3863 "mdast-util-from-markdown": "^2.0.0",
3864 "mdast-util-to-markdown": "^2.0.0"
3865 },
3866 "funding": {
3867 "type": "opencollective",
3868 "url": "https://opencollective.com/unified"
3869 }
3870 },
3871 "node_modules/mdast-util-gfm-task-list-item": {
3872 "version": "2.0.0",
3873 "resolved": "https://registry.npmjs.org/mdast-util-gfm-task-list-item/-/mdast-util-gfm-task-list-item-2.0.0.tgz",
3874 "integrity": "sha512-IrtvNvjxC1o06taBAVJznEnkiHxLFTzgonUdy8hzFVeDun0uTjxxrRGVaNFqkU1wJR3RBPEfsxmU6jDWPofrTQ==",
3875 "license": "MIT",
3876 "dependencies": {
3877 "@types/mdast": "^4.0.0",
3878 "devlop": "^1.0.0",
3879 "mdast-util-from-markdown": "^2.0.0",
3880 "mdast-util-to-markdown": "^2.0.0"
3881 },
3882 "funding": {
3883 "type": "opencollective",
3884 "url": "https://opencollective.com/unified"
3885 }
3886 },
3887 "node_modules/mdast-util-mdx": {
3888 "version": "3.0.0",
3889 "resolved": "https://registry.npmjs.org/mdast-util-mdx/-/mdast-util-mdx-3.0.0.tgz",
3890 "integrity": "sha512-JfbYLAW7XnYTTbUsmpu0kdBUVe+yKVJZBItEjwyYJiDJuZ9w4eeaqks4HQO+R7objWgS2ymV60GYpI14Ug554w==",
3891 "license": "MIT",
3892 "dependencies": {
3893 "mdast-util-from-markdown": "^2.0.0",
3894 "mdast-util-mdx-expression": "^2.0.0",
3895 "mdast-util-mdx-jsx": "^3.0.0",
3896 "mdast-util-mdxjs-esm": "^2.0.0",
3897 "mdast-util-to-markdown": "^2.0.0"
3898 },
3899 "funding": {
3900 "type": "opencollective",
3901 "url": "https://opencollective.com/unified"
3902 }
3903 },
3904 "node_modules/mdast-util-mdx-expression": {
3905 "version": "2.0.1",
3906 "resolved": "https://registry.npmjs.org/mdast-util-mdx-expression/-/mdast-util-mdx-expression-2.0.1.tgz",
3907 "integrity": "sha512-J6f+9hUp+ldTZqKRSg7Vw5V6MqjATc+3E4gf3CFNcuZNWD8XdyI6zQ8GqH7f8169MM6P7hMBRDVGnn7oHB9kXQ==",
3908 "license": "MIT",
3909 "dependencies": {
3910 "@types/estree-jsx": "^1.0.0",
3911 "@types/hast": "^3.0.0",
3912 "@types/mdast": "^4.0.0",
3913 "devlop": "^1.0.0",
3914 "mdast-util-from-markdown": "^2.0.0",
3915 "mdast-util-to-markdown": "^2.0.0"
3916 },
3917 "funding": {
3918 "type": "opencollective",
3919 "url": "https://opencollective.com/unified"
3920 }
3921 },
3922 "node_modules/mdast-util-mdx-jsx": {
3923 "version": "3.2.0",
3924 "resolved": "https://registry.npmjs.org/mdast-util-mdx-jsx/-/mdast-util-mdx-jsx-3.2.0.tgz",
3925 "integrity": "sha512-lj/z8v0r6ZtsN/cGNNtemmmfoLAFZnjMbNyLzBafjzikOM+glrjNHPlf6lQDOTccj9n5b0PPihEBbhneMyGs1Q==",
3926 "license": "MIT",
3927 "dependencies": {
3928 "@types/estree-jsx": "^1.0.0",
3929 "@types/hast": "^3.0.0",
3930 "@types/mdast": "^4.0.0",
3931 "@types/unist": "^3.0.0",
3932 "ccount": "^2.0.0",
3933 "devlop": "^1.1.0",
3934 "mdast-util-from-markdown": "^2.0.0",
3935 "mdast-util-to-markdown": "^2.0.0",
3936 "parse-entities": "^4.0.0",
3937 "stringify-entities": "^4.0.0",
3938 "unist-util-stringify-position": "^4.0.0",
3939 "vfile-message": "^4.0.0"
3940 },
3941 "funding": {
3942 "type": "opencollective",
3943 "url": "https://opencollective.com/unified"
3944 }
3945 },
3946 "node_modules/mdast-util-mdxjs-esm": {
3947 "version": "2.0.1",
3948 "resolved": "https://registry.npmjs.org/mdast-util-mdxjs-esm/-/mdast-util-mdxjs-esm-2.0.1.tgz",
3949 "integrity": "sha512-EcmOpxsZ96CvlP03NghtH1EsLtr0n9Tm4lPUJUBccV9RwUOneqSycg19n5HGzCf+10LozMRSObtVr3ee1WoHtg==",
3950 "license": "MIT",
3951 "dependencies": {
3952 "@types/estree-jsx": "^1.0.0",
3953 "@types/hast": "^3.0.0",
3954 "@types/mdast": "^4.0.0",
3955 "devlop": "^1.0.0",
3956 "mdast-util-from-markdown": "^2.0.0",
3957 "mdast-util-to-markdown": "^2.0.0"
3958 },
3959 "funding": {
3960 "type": "opencollective",
3961 "url": "https://opencollective.com/unified"
3962 }
3963 },
3964 "node_modules/mdast-util-phrasing": {
3965 "version": "4.1.0",
3966 "resolved": "https://registry.npmjs.org/mdast-util-phrasing/-/mdast-util-phrasing-4.1.0.tgz",
3967 "integrity": "sha512-TqICwyvJJpBwvGAMZjj4J2n0X8QWp21b9l0o7eXyVJ25YNWYbJDVIyD1bZXE6WtV6RmKJVYmQAKWa0zWOABz2w==",
3968 "license": "MIT",
3969 "dependencies": {
3970 "@types/mdast": "^4.0.0",
3971 "unist-util-is": "^6.0.0"
3972 },
3973 "funding": {
3974 "type": "opencollective",
3975 "url": "https://opencollective.com/unified"
3976 }
3977 },
3978 "node_modules/mdast-util-to-hast": {
3979 "version": "13.2.1",
3980 "resolved": "https://registry.npmjs.org/mdast-util-to-hast/-/mdast-util-to-hast-13.2.1.tgz",
3981 "integrity": "sha512-cctsq2wp5vTsLIcaymblUriiTcZd0CwWtCbLvrOzYCDZoWyMNV8sZ7krj09FSnsiJi3WVsHLM4k6Dq/yaPyCXA==",
3982 "license": "MIT",
3983 "dependencies": {
3984 "@types/hast": "^3.0.0",
3985 "@types/mdast": "^4.0.0",
3986 "@ungap/structured-clone": "^1.0.0",
3987 "devlop": "^1.0.0",
3988 "micromark-util-sanitize-uri": "^2.0.0",
3989 "trim-lines": "^3.0.0",
3990 "unist-util-position": "^5.0.0",
3991 "unist-util-visit": "^5.0.0",
3992 "vfile": "^6.0.0"
3993 },
3994 "funding": {
3995 "type": "opencollective",
3996 "url": "https://opencollective.com/unified"
3997 }
3998 },
3999 "node_modules/mdast-util-to-markdown": {
4000 "version": "2.1.2",
4001 "resolved": "https://registry.npmjs.org/mdast-util-to-markdown/-/mdast-util-to-markdown-2.1.2.tgz",
4002 "integrity": "sha512-xj68wMTvGXVOKonmog6LwyJKrYXZPvlwabaryTjLh9LuvovB/KAH+kvi8Gjj+7rJjsFi23nkUxRQv1KqSroMqA==",
4003 "license": "MIT",
4004 "dependencies": {
4005 "@types/mdast": "^4.0.0",
4006 "@types/unist": "^3.0.0",
4007 "longest-streak": "^3.0.0",
4008 "mdast-util-phrasing": "^4.0.0",
4009 "mdast-util-to-string": "^4.0.0",
4010 "micromark-util-classify-character": "^2.0.0",
4011 "micromark-util-decode-string": "^2.0.0",
4012 "unist-util-visit": "^5.0.0",
4013 "zwitch": "^2.0.0"
4014 },
4015 "funding": {
4016 "type": "opencollective",
4017 "url": "https://opencollective.com/unified"
4018 }
4019 },
4020 "node_modules/mdast-util-to-string": {
4021 "version": "4.0.0",
4022 "resolved": "https://registry.npmjs.org/mdast-util-to-string/-/mdast-util-to-string-4.0.0.tgz",
4023 "integrity": "sha512-0H44vDimn51F0YwvxSJSm0eCDOJTRlmN0R1yBh4HLj9wiV1Dn0QoXGbvFAWj2hSItVTlCmBF1hqKlIyUBVFLPg==",
4024 "license": "MIT",
4025 "dependencies": {
4026 "@types/mdast": "^4.0.0"
4027 },
4028 "funding": {
4029 "type": "opencollective",
4030 "url": "https://opencollective.com/unified"
4031 }
4032 },
4033 "node_modules/mdn-data": {
4034 "version": "2.27.1",
4035 "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.27.1.tgz",
4036 "integrity": "sha512-9Yubnt3e8A0OKwxYSXyhLymGW4sCufcLG6VdiDdUGVkPhpqLxlvP5vl1983gQjJl3tqbrM731mjaZaP68AgosQ==",
4037 "license": "CC0-1.0"
4038 },
4039 "node_modules/micromark": {
4040 "version": "4.0.2",
4041 "resolved": "https://registry.npmjs.org/micromark/-/micromark-4.0.2.tgz",
4042 "integrity": "sha512-zpe98Q6kvavpCr1NPVSCMebCKfD7CA2NqZ+rykeNhONIJBpc1tFKt9hucLGwha3jNTNI8lHpctWJWoimVF4PfA==",
4043 "funding": [
4044 {
4045 "type": "GitHub Sponsors",
4046 "url": "https://github.com/sponsors/unifiedjs"
4047 },
4048 {
4049 "type": "OpenCollective",
4050 "url": "https://opencollective.com/unified"
4051 }
4052 ],
4053 "license": "MIT",
4054 "dependencies": {
4055 "@types/debug": "^4.0.0",
4056 "debug": "^4.0.0",
4057 "decode-named-character-reference": "^1.0.0",
4058 "devlop": "^1.0.0",
4059 "micromark-core-commonmark": "^2.0.0",
4060 "micromark-factory-space": "^2.0.0",
4061 "micromark-util-character": "^2.0.0",
4062 "micromark-util-chunked": "^2.0.0",
4063 "micromark-util-combine-extensions": "^2.0.0",
4064 "micromark-util-decode-numeric-character-reference": "^2.0.0",
4065 "micromark-util-encode": "^2.0.0",
4066 "micromark-util-normalize-identifier": "^2.0.0",
4067 "micromark-util-resolve-all": "^2.0.0",
4068 "micromark-util-sanitize-uri": "^2.0.0",
4069 "micromark-util-subtokenize": "^2.0.0",
4070 "micromark-util-symbol": "^2.0.0",
4071 "micromark-util-types": "^2.0.0"
4072 }
4073 },
4074 "node_modules/micromark-core-commonmark": {
4075 "version": "2.0.3",
4076 "resolved": "https://registry.npmjs.org/micromark-core-commonmark/-/micromark-core-commonmark-2.0.3.tgz",
4077 "integrity": "sha512-RDBrHEMSxVFLg6xvnXmb1Ayr2WzLAWjeSATAoxwKYJV94TeNavgoIdA0a9ytzDSVzBy2YKFK+emCPOEibLeCrg==",
4078 "funding": [
4079 {
4080 "type": "GitHub Sponsors",
4081 "url": "https://github.com/sponsors/unifiedjs"
4082 },
4083 {
4084 "type": "OpenCollective",
4085 "url": "https://opencollective.com/unified"
4086 }
4087 ],
4088 "license": "MIT",
4089 "dependencies": {
4090 "decode-named-character-reference": "^1.0.0",
4091 "devlop": "^1.0.0",
4092 "micromark-factory-destination": "^2.0.0",
4093 "micromark-factory-label": "^2.0.0",
4094 "micromark-factory-space": "^2.0.0",
4095 "micromark-factory-title": "^2.0.0",
4096 "micromark-factory-whitespace": "^2.0.0",
4097 "micromark-util-character": "^2.0.0",
4098 "micromark-util-chunked": "^2.0.0",
4099 "micromark-util-classify-character": "^2.0.0",
4100 "micromark-util-html-tag-name": "^2.0.0",
4101 "micromark-util-normalize-identifier": "^2.0.0",
4102 "micromark-util-resolve-all": "^2.0.0",
4103 "micromark-util-subtokenize": "^2.0.0",
4104 "micromark-util-symbol": "^2.0.0",
4105 "micromark-util-types": "^2.0.0"
4106 }
4107 },
4108 "node_modules/micromark-extension-directive": {
4109 "version": "3.0.2",
4110 "resolved": "https://registry.npmjs.org/micromark-extension-directive/-/micromark-extension-directive-3.0.2.tgz",
4111 "integrity": "sha512-wjcXHgk+PPdmvR58Le9d7zQYWy+vKEU9Se44p2CrCDPiLr2FMyiT4Fyb5UFKFC66wGB3kPlgD7q3TnoqPS7SZA==",
4112 "license": "MIT",
4113 "dependencies": {
4114 "devlop": "^1.0.0",
4115 "micromark-factory-space": "^2.0.0",
4116 "micromark-factory-whitespace": "^2.0.0",
4117 "micromark-util-character": "^2.0.0",
4118 "micromark-util-symbol": "^2.0.0",
4119 "micromark-util-types": "^2.0.0",
4120 "parse-entities": "^4.0.0"
4121 },
4122 "funding": {
4123 "type": "opencollective",
4124 "url": "https://opencollective.com/unified"
4125 }
4126 },
4127 "node_modules/micromark-extension-gfm": {
4128 "version": "3.0.0",
4129 "resolved": "https://registry.npmjs.org/micromark-extension-gfm/-/micromark-extension-gfm-3.0.0.tgz",
4130 "integrity": "sha512-vsKArQsicm7t0z2GugkCKtZehqUm31oeGBV/KVSorWSy8ZlNAv7ytjFhvaryUiCUJYqs+NoE6AFhpQvBTM6Q4w==",
4131 "license": "MIT",
4132 "dependencies": {
4133 "micromark-extension-gfm-autolink-literal": "^2.0.0",
4134 "micromark-extension-gfm-footnote": "^2.0.0",
4135 "micromark-extension-gfm-strikethrough": "^2.0.0",
4136 "micromark-extension-gfm-table": "^2.0.0",
4137 "micromark-extension-gfm-tagfilter": "^2.0.0",
4138 "micromark-extension-gfm-task-list-item": "^2.0.0",
4139 "micromark-util-combine-extensions": "^2.0.0",
4140 "micromark-util-types": "^2.0.0"
4141 },
4142 "funding": {
4143 "type": "opencollective",
4144 "url": "https://opencollective.com/unified"
4145 }
4146 },
4147 "node_modules/micromark-extension-gfm-autolink-literal": {
4148 "version": "2.1.0",
4149 "resolved": "https://registry.npmjs.org/micromark-extension-gfm-autolink-literal/-/micromark-extension-gfm-autolink-literal-2.1.0.tgz",
4150 "integrity": "sha512-oOg7knzhicgQ3t4QCjCWgTmfNhvQbDDnJeVu9v81r7NltNCVmhPy1fJRX27pISafdjL+SVc4d3l48Gb6pbRypw==",
4151 "license": "MIT",
4152 "dependencies": {
4153 "micromark-util-character": "^2.0.0",
4154 "micromark-util-sanitize-uri": "^2.0.0",
4155 "micromark-util-symbol": "^2.0.0",
4156 "micromark-util-types": "^2.0.0"
4157 },
4158 "funding": {
4159 "type": "opencollective",
4160 "url": "https://opencollective.com/unified"
4161 }
4162 },
4163 "node_modules/micromark-extension-gfm-footnote": {
4164 "version": "2.1.0",
4165 "resolved": "https://registry.npmjs.org/micromark-extension-gfm-footnote/-/micromark-extension-gfm-footnote-2.1.0.tgz",
4166 "integrity": "sha512-/yPhxI1ntnDNsiHtzLKYnE3vf9JZ6cAisqVDauhp4CEHxlb4uoOTxOCJ+9s51bIB8U1N1FJ1RXOKTIlD5B/gqw==",
4167 "license": "MIT",
4168 "dependencies": {
4169 "devlop": "^1.0.0",
4170 "micromark-core-commonmark": "^2.0.0",
4171 "micromark-factory-space": "^2.0.0",
4172 "micromark-util-character": "^2.0.0",
4173 "micromark-util-normalize-identifier": "^2.0.0",
4174 "micromark-util-sanitize-uri": "^2.0.0",
4175 "micromark-util-symbol": "^2.0.0",
4176 "micromark-util-types": "^2.0.0"
4177 },
4178 "funding": {
4179 "type": "opencollective",
4180 "url": "https://opencollective.com/unified"
4181 }
4182 },
4183 "node_modules/micromark-extension-gfm-strikethrough": {
4184 "version": "2.1.0",
4185 "resolved": "https://registry.npmjs.org/micromark-extension-gfm-strikethrough/-/micromark-extension-gfm-strikethrough-2.1.0.tgz",
4186 "integrity": "sha512-ADVjpOOkjz1hhkZLlBiYA9cR2Anf8F4HqZUO6e5eDcPQd0Txw5fxLzzxnEkSkfnD0wziSGiv7sYhk/ktvbf1uw==",
4187 "license": "MIT",
4188 "dependencies": {
4189 "devlop": "^1.0.0",
4190 "micromark-util-chunked": "^2.0.0",
4191 "micromark-util-classify-character": "^2.0.0",
4192 "micromark-util-resolve-all": "^2.0.0",
4193 "micromark-util-symbol": "^2.0.0",
4194 "micromark-util-types": "^2.0.0"
4195 },
4196 "funding": {
4197 "type": "opencollective",
4198 "url": "https://opencollective.com/unified"
4199 }
4200 },
4201 "node_modules/micromark-extension-gfm-table": {
4202 "version": "2.1.1",
4203 "resolved": "https://registry.npmjs.org/micromark-extension-gfm-table/-/micromark-extension-gfm-table-2.1.1.tgz",
4204 "integrity": "sha512-t2OU/dXXioARrC6yWfJ4hqB7rct14e8f7m0cbI5hUmDyyIlwv5vEtooptH8INkbLzOatzKuVbQmAYcbWoyz6Dg==",
4205 "license": "MIT",
4206 "dependencies": {
4207 "devlop": "^1.0.0",
4208 "micromark-factory-space": "^2.0.0",
4209 "micromark-util-character": "^2.0.0",
4210 "micromark-util-symbol": "^2.0.0",
4211 "micromark-util-types": "^2.0.0"
4212 },
4213 "funding": {
4214 "type": "opencollective",
4215 "url": "https://opencollective.com/unified"
4216 }
4217 },
4218 "node_modules/micromark-extension-gfm-tagfilter": {
4219 "version": "2.0.0",
4220 "resolved": "https://registry.npmjs.org/micromark-extension-gfm-tagfilter/-/micromark-extension-gfm-tagfilter-2.0.0.tgz",
4221 "integrity": "sha512-xHlTOmuCSotIA8TW1mDIM6X2O1SiX5P9IuDtqGonFhEK0qgRI4yeC6vMxEV2dgyr2TiD+2PQ10o+cOhdVAcwfg==",
4222 "license": "MIT",
4223 "dependencies": {
4224 "micromark-util-types": "^2.0.0"
4225 },
4226 "funding": {
4227 "type": "opencollective",
4228 "url": "https://opencollective.com/unified"
4229 }
4230 },
4231 "node_modules/micromark-extension-gfm-task-list-item": {
4232 "version": "2.1.0",
4233 "resolved": "https://registry.npmjs.org/micromark-extension-gfm-task-list-item/-/micromark-extension-gfm-task-list-item-2.1.0.tgz",
4234 "integrity": "sha512-qIBZhqxqI6fjLDYFTBIa4eivDMnP+OZqsNwmQ3xNLE4Cxwc+zfQEfbs6tzAo2Hjq+bh6q5F+Z8/cksrLFYWQQw==",
4235 "license": "MIT",
4236 "dependencies": {
4237 "devlop": "^1.0.0",
4238 "micromark-factory-space": "^2.0.0",
4239 "micromark-util-character": "^2.0.0",
4240 "micromark-util-symbol": "^2.0.0",
4241 "micromark-util-types": "^2.0.0"
4242 },
4243 "funding": {
4244 "type": "opencollective",
4245 "url": "https://opencollective.com/unified"
4246 }
4247 },
4248 "node_modules/micromark-extension-mdx-expression": {
4249 "version": "3.0.1",
4250 "resolved": "https://registry.npmjs.org/micromark-extension-mdx-expression/-/micromark-extension-mdx-expression-3.0.1.tgz",
4251 "integrity": "sha512-dD/ADLJ1AeMvSAKBwO22zG22N4ybhe7kFIZ3LsDI0GlsNr2A3KYxb0LdC1u5rj4Nw+CHKY0RVdnHX8vj8ejm4Q==",
4252 "funding": [
4253 {
4254 "type": "GitHub Sponsors",
4255 "url": "https://github.com/sponsors/unifiedjs"
4256 },
4257 {
4258 "type": "OpenCollective",
4259 "url": "https://opencollective.com/unified"
4260 }
4261 ],
4262 "license": "MIT",
4263 "dependencies": {
4264 "@types/estree": "^1.0.0",
4265 "devlop": "^1.0.0",
4266 "micromark-factory-mdx-expression": "^2.0.0",
4267 "micromark-factory-space": "^2.0.0",
4268 "micromark-util-character": "^2.0.0",
4269 "micromark-util-events-to-acorn": "^2.0.0",
4270 "micromark-util-symbol": "^2.0.0",
4271 "micromark-util-types": "^2.0.0"
4272 }
4273 },
4274 "node_modules/micromark-extension-mdx-jsx": {
4275 "version": "3.0.2",
4276 "resolved": "https://registry.npmjs.org/micromark-extension-mdx-jsx/-/micromark-extension-mdx-jsx-3.0.2.tgz",
4277 "integrity": "sha512-e5+q1DjMh62LZAJOnDraSSbDMvGJ8x3cbjygy2qFEi7HCeUT4BDKCvMozPozcD6WmOt6sVvYDNBKhFSz3kjOVQ==",
4278 "license": "MIT",
4279 "dependencies": {
4280 "@types/estree": "^1.0.0",
4281 "devlop": "^1.0.0",
4282 "estree-util-is-identifier-name": "^3.0.0",
4283 "micromark-factory-mdx-expression": "^2.0.0",
4284 "micromark-factory-space": "^2.0.0",
4285 "micromark-util-character": "^2.0.0",
4286 "micromark-util-events-to-acorn": "^2.0.0",
4287 "micromark-util-symbol": "^2.0.0",
4288 "micromark-util-types": "^2.0.0",
4289 "vfile-message": "^4.0.0"
4290 },
4291 "funding": {
4292 "type": "opencollective",
4293 "url": "https://opencollective.com/unified"
4294 }
4295 },
4296 "node_modules/micromark-extension-mdx-md": {
4297 "version": "2.0.0",
4298 "resolved": "https://registry.npmjs.org/micromark-extension-mdx-md/-/micromark-extension-mdx-md-2.0.0.tgz",
4299 "integrity": "sha512-EpAiszsB3blw4Rpba7xTOUptcFeBFi+6PY8VnJ2hhimH+vCQDirWgsMpz7w1XcZE7LVrSAUGb9VJpG9ghlYvYQ==",
4300 "license": "MIT",
4301 "dependencies": {
4302 "micromark-util-types": "^2.0.0"
4303 },
4304 "funding": {
4305 "type": "opencollective",
4306 "url": "https://opencollective.com/unified"
4307 }
4308 },
4309 "node_modules/micromark-extension-mdxjs": {
4310 "version": "3.0.0",
4311 "resolved": "https://registry.npmjs.org/micromark-extension-mdxjs/-/micromark-extension-mdxjs-3.0.0.tgz",
4312 "integrity": "sha512-A873fJfhnJ2siZyUrJ31l34Uqwy4xIFmvPY1oj+Ean5PHcPBYzEsvqvWGaWcfEIr11O5Dlw3p2y0tZWpKHDejQ==",
4313 "license": "MIT",
4314 "dependencies": {
4315 "acorn": "^8.0.0",
4316 "acorn-jsx": "^5.0.0",
4317 "micromark-extension-mdx-expression": "^3.0.0",
4318 "micromark-extension-mdx-jsx": "^3.0.0",
4319 "micromark-extension-mdx-md": "^2.0.0",
4320 "micromark-extension-mdxjs-esm": "^3.0.0",
4321 "micromark-util-combine-extensions": "^2.0.0",
4322 "micromark-util-types": "^2.0.0"
4323 },
4324 "funding": {
4325 "type": "opencollective",
4326 "url": "https://opencollective.com/unified"
4327 }
4328 },
4329 "node_modules/micromark-extension-mdxjs-esm": {
4330 "version": "3.0.0",
4331 "resolved": "https://registry.npmjs.org/micromark-extension-mdxjs-esm/-/micromark-extension-mdxjs-esm-3.0.0.tgz",
4332 "integrity": "sha512-DJFl4ZqkErRpq/dAPyeWp15tGrcrrJho1hKK5uBS70BCtfrIFg81sqcTVu3Ta+KD1Tk5vAtBNElWxtAa+m8K9A==",
4333 "license": "MIT",
4334 "dependencies": {
4335 "@types/estree": "^1.0.0",
4336 "devlop": "^1.0.0",
4337 "micromark-core-commonmark": "^2.0.0",
4338 "micromark-util-character": "^2.0.0",
4339 "micromark-util-events-to-acorn": "^2.0.0",
4340 "micromark-util-symbol": "^2.0.0",
4341 "micromark-util-types": "^2.0.0",
4342 "unist-util-position-from-estree": "^2.0.0",
4343 "vfile-message": "^4.0.0"
4344 },
4345 "funding": {
4346 "type": "opencollective",
4347 "url": "https://opencollective.com/unified"
4348 }
4349 },
4350 "node_modules/micromark-factory-destination": {
4351 "version": "2.0.1",
4352 "resolved": "https://registry.npmjs.org/micromark-factory-destination/-/micromark-factory-destination-2.0.1.tgz",
4353 "integrity": "sha512-Xe6rDdJlkmbFRExpTOmRj9N3MaWmbAgdpSrBQvCFqhezUn4AHqJHbaEnfbVYYiexVSs//tqOdY/DxhjdCiJnIA==",
4354 "funding": [
4355 {
4356 "type": "GitHub Sponsors",
4357 "url": "https://github.com/sponsors/unifiedjs"
4358 },
4359 {
4360 "type": "OpenCollective",
4361 "url": "https://opencollective.com/unified"
4362 }
4363 ],
4364 "license": "MIT",
4365 "dependencies": {
4366 "micromark-util-character": "^2.0.0",
4367 "micromark-util-symbol": "^2.0.0",
4368 "micromark-util-types": "^2.0.0"
4369 }
4370 },
4371 "node_modules/micromark-factory-label": {
4372 "version": "2.0.1",
4373 "resolved": "https://registry.npmjs.org/micromark-factory-label/-/micromark-factory-label-2.0.1.tgz",
4374 "integrity": "sha512-VFMekyQExqIW7xIChcXn4ok29YE3rnuyveW3wZQWWqF4Nv9Wk5rgJ99KzPvHjkmPXF93FXIbBp6YdW3t71/7Vg==",
4375 "funding": [
4376 {
4377 "type": "GitHub Sponsors",
4378 "url": "https://github.com/sponsors/unifiedjs"
4379 },
4380 {
4381 "type": "OpenCollective",
4382 "url": "https://opencollective.com/unified"
4383 }
4384 ],
4385 "license": "MIT",
4386 "dependencies": {
4387 "devlop": "^1.0.0",
4388 "micromark-util-character": "^2.0.0",
4389 "micromark-util-symbol": "^2.0.0",
4390 "micromark-util-types": "^2.0.0"
4391 }
4392 },
4393 "node_modules/micromark-factory-mdx-expression": {
4394 "version": "2.0.3",
4395 "resolved": "https://registry.npmjs.org/micromark-factory-mdx-expression/-/micromark-factory-mdx-expression-2.0.3.tgz",
4396 "integrity": "sha512-kQnEtA3vzucU2BkrIa8/VaSAsP+EJ3CKOvhMuJgOEGg9KDC6OAY6nSnNDVRiVNRqj7Y4SlSzcStaH/5jge8JdQ==",
4397 "funding": [
4398 {
4399 "type": "GitHub Sponsors",
4400 "url": "https://github.com/sponsors/unifiedjs"
4401 },
4402 {
4403 "type": "OpenCollective",
4404 "url": "https://opencollective.com/unified"
4405 }
4406 ],
4407 "license": "MIT",
4408 "dependencies": {
4409 "@types/estree": "^1.0.0",
4410 "devlop": "^1.0.0",
4411 "micromark-factory-space": "^2.0.0",
4412 "micromark-util-character": "^2.0.0",
4413 "micromark-util-events-to-acorn": "^2.0.0",
4414 "micromark-util-symbol": "^2.0.0",
4415 "micromark-util-types": "^2.0.0",
4416 "unist-util-position-from-estree": "^2.0.0",
4417 "vfile-message": "^4.0.0"
4418 }
4419 },
4420 "node_modules/micromark-factory-space": {
4421 "version": "2.0.1",
4422 "resolved": "https://registry.npmjs.org/micromark-factory-space/-/micromark-factory-space-2.0.1.tgz",
4423 "integrity": "sha512-zRkxjtBxxLd2Sc0d+fbnEunsTj46SWXgXciZmHq0kDYGnck/ZSGj9/wULTV95uoeYiK5hRXP2mJ98Uo4cq/LQg==",
4424 "funding": [
4425 {
4426 "type": "GitHub Sponsors",
4427 "url": "https://github.com/sponsors/unifiedjs"
4428 },
4429 {
4430 "type": "OpenCollective",
4431 "url": "https://opencollective.com/unified"
4432 }
4433 ],
4434 "license": "MIT",
4435 "dependencies": {
4436 "micromark-util-character": "^2.0.0",
4437 "micromark-util-types": "^2.0.0"
4438 }
4439 },
4440 "node_modules/micromark-factory-title": {
4441 "version": "2.0.1",
4442 "resolved": "https://registry.npmjs.org/micromark-factory-title/-/micromark-factory-title-2.0.1.tgz",
4443 "integrity": "sha512-5bZ+3CjhAd9eChYTHsjy6TGxpOFSKgKKJPJxr293jTbfry2KDoWkhBb6TcPVB4NmzaPhMs1Frm9AZH7OD4Cjzw==",
4444 "funding": [
4445 {
4446 "type": "GitHub Sponsors",
4447 "url": "https://github.com/sponsors/unifiedjs"
4448 },
4449 {
4450 "type": "OpenCollective",
4451 "url": "https://opencollective.com/unified"
4452 }
4453 ],
4454 "license": "MIT",
4455 "dependencies": {
4456 "micromark-factory-space": "^2.0.0",
4457 "micromark-util-character": "^2.0.0",
4458 "micromark-util-symbol": "^2.0.0",
4459 "micromark-util-types": "^2.0.0"
4460 }
4461 },
4462 "node_modules/micromark-factory-whitespace": {
4463 "version": "2.0.1",
4464 "resolved": "https://registry.npmjs.org/micromark-factory-whitespace/-/micromark-factory-whitespace-2.0.1.tgz",
4465 "integrity": "sha512-Ob0nuZ3PKt/n0hORHyvoD9uZhr+Za8sFoP+OnMcnWK5lngSzALgQYKMr9RJVOWLqQYuyn6ulqGWSXdwf6F80lQ==",
4466 "funding": [
4467 {
4468 "type": "GitHub Sponsors",
4469 "url": "https://github.com/sponsors/unifiedjs"
4470 },
4471 {
4472 "type": "OpenCollective",
4473 "url": "https://opencollective.com/unified"
4474 }
4475 ],
4476 "license": "MIT",
4477 "dependencies": {
4478 "micromark-factory-space": "^2.0.0",
4479 "micromark-util-character": "^2.0.0",
4480 "micromark-util-symbol": "^2.0.0",
4481 "micromark-util-types": "^2.0.0"
4482 }
4483 },
4484 "node_modules/micromark-util-character": {
4485 "version": "2.1.1",
4486 "resolved": "https://registry.npmjs.org/micromark-util-character/-/micromark-util-character-2.1.1.tgz",
4487 "integrity": "sha512-wv8tdUTJ3thSFFFJKtpYKOYiGP2+v96Hvk4Tu8KpCAsTMs6yi+nVmGh1syvSCsaxz45J6Jbw+9DD6g97+NV67Q==",
4488 "funding": [
4489 {
4490 "type": "GitHub Sponsors",
4491 "url": "https://github.com/sponsors/unifiedjs"
4492 },
4493 {
4494 "type": "OpenCollective",
4495 "url": "https://opencollective.com/unified"
4496 }
4497 ],
4498 "license": "MIT",
4499 "dependencies": {
4500 "micromark-util-symbol": "^2.0.0",
4501 "micromark-util-types": "^2.0.0"
4502 }
4503 },
4504 "node_modules/micromark-util-chunked": {
4505 "version": "2.0.1",
4506 "resolved": "https://registry.npmjs.org/micromark-util-chunked/-/micromark-util-chunked-2.0.1.tgz",
4507 "integrity": "sha512-QUNFEOPELfmvv+4xiNg2sRYeS/P84pTW0TCgP5zc9FpXetHY0ab7SxKyAQCNCc1eK0459uoLI1y5oO5Vc1dbhA==",
4508 "funding": [
4509 {
4510 "type": "GitHub Sponsors",
4511 "url": "https://github.com/sponsors/unifiedjs"
4512 },
4513 {
4514 "type": "OpenCollective",
4515 "url": "https://opencollective.com/unified"
4516 }
4517 ],
4518 "license": "MIT",
4519 "dependencies": {
4520 "micromark-util-symbol": "^2.0.0"
4521 }
4522 },
4523 "node_modules/micromark-util-classify-character": {
4524 "version": "2.0.1",
4525 "resolved": "https://registry.npmjs.org/micromark-util-classify-character/-/micromark-util-classify-character-2.0.1.tgz",
4526 "integrity": "sha512-K0kHzM6afW/MbeWYWLjoHQv1sgg2Q9EccHEDzSkxiP/EaagNzCm7T/WMKZ3rjMbvIpvBiZgwR3dKMygtA4mG1Q==",
4527 "funding": [
4528 {
4529 "type": "GitHub Sponsors",
4530 "url": "https://github.com/sponsors/unifiedjs"
4531 },
4532 {
4533 "type": "OpenCollective",
4534 "url": "https://opencollective.com/unified"
4535 }
4536 ],
4537 "license": "MIT",
4538 "dependencies": {
4539 "micromark-util-character": "^2.0.0",
4540 "micromark-util-symbol": "^2.0.0",
4541 "micromark-util-types": "^2.0.0"
4542 }
4543 },
4544 "node_modules/micromark-util-combine-extensions": {
4545 "version": "2.0.1",
4546 "resolved": "https://registry.npmjs.org/micromark-util-combine-extensions/-/micromark-util-combine-extensions-2.0.1.tgz",
4547 "integrity": "sha512-OnAnH8Ujmy59JcyZw8JSbK9cGpdVY44NKgSM7E9Eh7DiLS2E9RNQf0dONaGDzEG9yjEl5hcqeIsj4hfRkLH/Bg==",
4548 "funding": [
4549 {
4550 "type": "GitHub Sponsors",
4551 "url": "https://github.com/sponsors/unifiedjs"
4552 },
4553 {
4554 "type": "OpenCollective",
4555 "url": "https://opencollective.com/unified"
4556 }
4557 ],
4558 "license": "MIT",
4559 "dependencies": {
4560 "micromark-util-chunked": "^2.0.0",
4561 "micromark-util-types": "^2.0.0"
4562 }
4563 },
4564 "node_modules/micromark-util-decode-numeric-character-reference": {
4565 "version": "2.0.2",
4566 "resolved": "https://registry.npmjs.org/micromark-util-decode-numeric-character-reference/-/micromark-util-decode-numeric-character-reference-2.0.2.tgz",
4567 "integrity": "sha512-ccUbYk6CwVdkmCQMyr64dXz42EfHGkPQlBj5p7YVGzq8I7CtjXZJrubAYezf7Rp+bjPseiROqe7G6foFd+lEuw==",
4568 "funding": [
4569 {
4570 "type": "GitHub Sponsors",
4571 "url": "https://github.com/sponsors/unifiedjs"
4572 },
4573 {
4574 "type": "OpenCollective",
4575 "url": "https://opencollective.com/unified"
4576 }
4577 ],
4578 "license": "MIT",
4579 "dependencies": {
4580 "micromark-util-symbol": "^2.0.0"
4581 }
4582 },
4583 "node_modules/micromark-util-decode-string": {
4584 "version": "2.0.1",
4585 "resolved": "https://registry.npmjs.org/micromark-util-decode-string/-/micromark-util-decode-string-2.0.1.tgz",
4586 "integrity": "sha512-nDV/77Fj6eH1ynwscYTOsbK7rR//Uj0bZXBwJZRfaLEJ1iGBR6kIfNmlNqaqJf649EP0F3NWNdeJi03elllNUQ==",
4587 "funding": [
4588 {
4589 "type": "GitHub Sponsors",
4590 "url": "https://github.com/sponsors/unifiedjs"
4591 },
4592 {
4593 "type": "OpenCollective",
4594 "url": "https://opencollective.com/unified"
4595 }
4596 ],
4597 "license": "MIT",
4598 "dependencies": {
4599 "decode-named-character-reference": "^1.0.0",
4600 "micromark-util-character": "^2.0.0",
4601 "micromark-util-decode-numeric-character-reference": "^2.0.0",
4602 "micromark-util-symbol": "^2.0.0"
4603 }
4604 },
4605 "node_modules/micromark-util-encode": {
4606 "version": "2.0.1",
4607 "resolved": "https://registry.npmjs.org/micromark-util-encode/-/micromark-util-encode-2.0.1.tgz",
4608 "integrity": "sha512-c3cVx2y4KqUnwopcO9b/SCdo2O67LwJJ/UyqGfbigahfegL9myoEFoDYZgkT7f36T0bLrM9hZTAaAyH+PCAXjw==",
4609 "funding": [
4610 {
4611 "type": "GitHub Sponsors",
4612 "url": "https://github.com/sponsors/unifiedjs"
4613 },
4614 {
4615 "type": "OpenCollective",
4616 "url": "https://opencollective.com/unified"
4617 }
4618 ],
4619 "license": "MIT"
4620 },
4621 "node_modules/micromark-util-events-to-acorn": {
4622 "version": "2.0.3",
4623 "resolved": "https://registry.npmjs.org/micromark-util-events-to-acorn/-/micromark-util-events-to-acorn-2.0.3.tgz",
4624 "integrity": "sha512-jmsiEIiZ1n7X1Rr5k8wVExBQCg5jy4UXVADItHmNk1zkwEVhBuIUKRu3fqv+hs4nxLISi2DQGlqIOGiFxgbfHg==",
4625 "funding": [
4626 {
4627 "type": "GitHub Sponsors",
4628 "url": "https://github.com/sponsors/unifiedjs"
4629 },
4630 {
4631 "type": "OpenCollective",
4632 "url": "https://opencollective.com/unified"
4633 }
4634 ],
4635 "license": "MIT",
4636 "dependencies": {
4637 "@types/estree": "^1.0.0",
4638 "@types/unist": "^3.0.0",
4639 "devlop": "^1.0.0",
4640 "estree-util-visit": "^2.0.0",
4641 "micromark-util-symbol": "^2.0.0",
4642 "micromark-util-types": "^2.0.0",
4643 "vfile-message": "^4.0.0"
4644 }
4645 },
4646 "node_modules/micromark-util-html-tag-name": {
4647 "version": "2.0.1",
4648 "resolved": "https://registry.npmjs.org/micromark-util-html-tag-name/-/micromark-util-html-tag-name-2.0.1.tgz",
4649 "integrity": "sha512-2cNEiYDhCWKI+Gs9T0Tiysk136SnR13hhO8yW6BGNyhOC4qYFnwF1nKfD3HFAIXA5c45RrIG1ub11GiXeYd1xA==",
4650 "funding": [
4651 {
4652 "type": "GitHub Sponsors",
4653 "url": "https://github.com/sponsors/unifiedjs"
4654 },
4655 {
4656 "type": "OpenCollective",
4657 "url": "https://opencollective.com/unified"
4658 }
4659 ],
4660 "license": "MIT"
4661 },
4662 "node_modules/micromark-util-normalize-identifier": {
4663 "version": "2.0.1",
4664 "resolved": "https://registry.npmjs.org/micromark-util-normalize-identifier/-/micromark-util-normalize-identifier-2.0.1.tgz",
4665 "integrity": "sha512-sxPqmo70LyARJs0w2UclACPUUEqltCkJ6PhKdMIDuJ3gSf/Q+/GIe3WKl0Ijb/GyH9lOpUkRAO2wp0GVkLvS9Q==",
4666 "funding": [
4667 {
4668 "type": "GitHub Sponsors",
4669 "url": "https://github.com/sponsors/unifiedjs"
4670 },
4671 {
4672 "type": "OpenCollective",
4673 "url": "https://opencollective.com/unified"
4674 }
4675 ],
4676 "license": "MIT",
4677 "dependencies": {
4678 "micromark-util-symbol": "^2.0.0"
4679 }
4680 },
4681 "node_modules/micromark-util-resolve-all": {
4682 "version": "2.0.1",
4683 "resolved": "https://registry.npmjs.org/micromark-util-resolve-all/-/micromark-util-resolve-all-2.0.1.tgz",
4684 "integrity": "sha512-VdQyxFWFT2/FGJgwQnJYbe1jjQoNTS4RjglmSjTUlpUMa95Htx9NHeYW4rGDJzbjvCsl9eLjMQwGeElsqmzcHg==",
4685 "funding": [
4686 {
4687 "type": "GitHub Sponsors",
4688 "url": "https://github.com/sponsors/unifiedjs"
4689 },
4690 {
4691 "type": "OpenCollective",
4692 "url": "https://opencollective.com/unified"
4693 }
4694 ],
4695 "license": "MIT",
4696 "dependencies": {
4697 "micromark-util-types": "^2.0.0"
4698 }
4699 },
4700 "node_modules/micromark-util-sanitize-uri": {
4701 "version": "2.0.1",
4702 "resolved": "https://registry.npmjs.org/micromark-util-sanitize-uri/-/micromark-util-sanitize-uri-2.0.1.tgz",
4703 "integrity": "sha512-9N9IomZ/YuGGZZmQec1MbgxtlgougxTodVwDzzEouPKo3qFWvymFHWcnDi2vzV1ff6kas9ucW+o3yzJK9YB1AQ==",
4704 "funding": [
4705 {
4706 "type": "GitHub Sponsors",
4707 "url": "https://github.com/sponsors/unifiedjs"
4708 },
4709 {
4710 "type": "OpenCollective",
4711 "url": "https://opencollective.com/unified"
4712 }
4713 ],
4714 "license": "MIT",
4715 "dependencies": {
4716 "micromark-util-character": "^2.0.0",
4717 "micromark-util-encode": "^2.0.0",
4718 "micromark-util-symbol": "^2.0.0"
4719 }
4720 },
4721 "node_modules/micromark-util-subtokenize": {
4722 "version": "2.1.0",
4723 "resolved": "https://registry.npmjs.org/micromark-util-subtokenize/-/micromark-util-subtokenize-2.1.0.tgz",
4724 "integrity": "sha512-XQLu552iSctvnEcgXw6+Sx75GflAPNED1qx7eBJ+wydBb2KCbRZe+NwvIEEMM83uml1+2WSXpBAcp9IUCgCYWA==",
4725 "funding": [
4726 {
4727 "type": "GitHub Sponsors",
4728 "url": "https://github.com/sponsors/unifiedjs"
4729 },
4730 {
4731 "type": "OpenCollective",
4732 "url": "https://opencollective.com/unified"
4733 }
4734 ],
4735 "license": "MIT",
4736 "dependencies": {
4737 "devlop": "^1.0.0",
4738 "micromark-util-chunked": "^2.0.0",
4739 "micromark-util-symbol": "^2.0.0",
4740 "micromark-util-types": "^2.0.0"
4741 }
4742 },
4743 "node_modules/micromark-util-symbol": {
4744 "version": "2.0.1",
4745 "resolved": "https://registry.npmjs.org/micromark-util-symbol/-/micromark-util-symbol-2.0.1.tgz",
4746 "integrity": "sha512-vs5t8Apaud9N28kgCrRUdEed4UJ+wWNvicHLPxCa9ENlYuAY31M0ETy5y1vA33YoNPDFTghEbnh6efaE8h4x0Q==",
4747 "funding": [
4748 {
4749 "type": "GitHub Sponsors",
4750 "url": "https://github.com/sponsors/unifiedjs"
4751 },
4752 {
4753 "type": "OpenCollective",
4754 "url": "https://opencollective.com/unified"
4755 }
4756 ],
4757 "license": "MIT"
4758 },
4759 "node_modules/micromark-util-types": {
4760 "version": "2.0.2",
4761 "resolved": "https://registry.npmjs.org/micromark-util-types/-/micromark-util-types-2.0.2.tgz",
4762 "integrity": "sha512-Yw0ECSpJoViF1qTU4DC6NwtC4aWGt1EkzaQB8KPPyCRR8z9TWeV0HbEFGTO+ZY1wB22zmxnJqhPyTpOVCpeHTA==",
4763 "funding": [
4764 {
4765 "type": "GitHub Sponsors",
4766 "url": "https://github.com/sponsors/unifiedjs"
4767 },
4768 {
4769 "type": "OpenCollective",
4770 "url": "https://opencollective.com/unified"
4771 }
4772 ],
4773 "license": "MIT"
4774 },
4775 "node_modules/mrmime": {
4776 "version": "2.0.1",
4777 "resolved": "https://registry.npmjs.org/mrmime/-/mrmime-2.0.1.tgz",
4778 "integrity": "sha512-Y3wQdFg2Va6etvQ5I82yUhGdsKrcYox6p7FfL1LbK2J4V01F9TGlepTIhnK24t7koZibmg82KGglhA1XK5IsLQ==",
4779 "license": "MIT",
4780 "engines": {
4781 "node": ">=10"
4782 }
4783 },
4784 "node_modules/ms": {
4785 "version": "2.1.3",
4786 "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
4787 "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
4788 "license": "MIT"
4789 },
4790 "node_modules/nanoid": {
4791 "version": "3.3.11",
4792 "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.11.tgz",
4793 "integrity": "sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==",
4794 "funding": [
4795 {
4796 "type": "github",
4797 "url": "https://github.com/sponsors/ai"
4798 }
4799 ],
4800 "license": "MIT",
4801 "bin": {
4802 "nanoid": "bin/nanoid.cjs"
4803 },
4804 "engines": {
4805 "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
4806 }
4807 },
4808 "node_modules/neotraverse": {
4809 "version": "0.6.18",
4810 "resolved": "https://registry.npmjs.org/neotraverse/-/neotraverse-0.6.18.tgz",
4811 "integrity": "sha512-Z4SmBUweYa09+o6pG+eASabEpP6QkQ70yHj351pQoEXIs8uHbaU2DWVmzBANKgflPa47A50PtB2+NgRpQvr7vA==",
4812 "license": "MIT",
4813 "engines": {
4814 "node": ">= 10"
4815 }
4816 },
4817 "node_modules/nlcst-to-string": {
4818 "version": "4.0.0",
4819 "resolved": "https://registry.npmjs.org/nlcst-to-string/-/nlcst-to-string-4.0.0.tgz",
4820 "integrity": "sha512-YKLBCcUYKAg0FNlOBT6aI91qFmSiFKiluk655WzPF+DDMA02qIyy8uiRqI8QXtcFpEvll12LpL5MXqEmAZ+dcA==",
4821 "license": "MIT",
4822 "dependencies": {
4823 "@types/nlcst": "^2.0.0"
4824 },
4825 "funding": {
4826 "type": "opencollective",
4827 "url": "https://opencollective.com/unified"
4828 }
4829 },
4830 "node_modules/node-fetch-native": {
4831 "version": "1.6.7",
4832 "resolved": "https://registry.npmjs.org/node-fetch-native/-/node-fetch-native-1.6.7.tgz",
4833 "integrity": "sha512-g9yhqoedzIUm0nTnTqAQvueMPVOuIY16bqgAJJC8XOOubYFNwz6IER9qs0Gq2Xd0+CecCKFjtdDTMA4u4xG06Q==",
4834 "license": "MIT"
4835 },
4836 "node_modules/node-mock-http": {
4837 "version": "1.0.4",
4838 "resolved": "https://registry.npmjs.org/node-mock-http/-/node-mock-http-1.0.4.tgz",
4839 "integrity": "sha512-8DY+kFsDkNXy1sJglUfuODx1/opAGJGyrTuFqEoN90oRc2Vk0ZbD4K2qmKXBBEhZQzdKHIVfEJpDU8Ak2NJEvQ==",
4840 "license": "MIT"
4841 },
4842 "node_modules/normalize-path": {
4843 "version": "3.0.0",
4844 "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz",
4845 "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==",
4846 "license": "MIT",
4847 "engines": {
4848 "node": ">=0.10.0"
4849 }
4850 },
4851 "node_modules/nth-check": {
4852 "version": "2.1.1",
4853 "resolved": "https://registry.npmjs.org/nth-check/-/nth-check-2.1.1.tgz",
4854 "integrity": "sha512-lqjrjmaOoAnWfMmBPL+XNnynZh2+swxiX3WUE0s4yEHI6m+AwrK2UZOimIRl3X/4QctVqS8AiZjFqyOGrMXb/w==",
4855 "license": "BSD-2-Clause",
4856 "dependencies": {
4857 "boolbase": "^1.0.0"
4858 },
4859 "funding": {
4860 "url": "https://github.com/fb55/nth-check?sponsor=1"
4861 }
4862 },
4863 "node_modules/obug": {
4864 "version": "2.1.1",
4865 "resolved": "https://registry.npmjs.org/obug/-/obug-2.1.1.tgz",
4866 "integrity": "sha512-uTqF9MuPraAQ+IsnPf366RG4cP9RtUi7MLO1N3KEc+wb0a6yKpeL0lmk2IB1jY5KHPAlTc6T/JRdC/YqxHNwkQ==",
4867 "funding": [
4868 "https://github.com/sponsors/sxzz",
4869 "https://opencollective.com/debug"
4870 ],
4871 "license": "MIT"
4872 },
4873 "node_modules/ofetch": {
4874 "version": "1.5.1",
4875 "resolved": "https://registry.npmjs.org/ofetch/-/ofetch-1.5.1.tgz",
4876 "integrity": "sha512-2W4oUZlVaqAPAil6FUg/difl6YhqhUR7x2eZY4bQCko22UXg3hptq9KLQdqFClV+Wu85UX7hNtdGTngi/1BxcA==",
4877 "license": "MIT",
4878 "dependencies": {
4879 "destr": "^2.0.5",
4880 "node-fetch-native": "^1.6.7",
4881 "ufo": "^1.6.1"
4882 }
4883 },
4884 "node_modules/ohash": {
4885 "version": "2.0.11",
4886 "resolved": "https://registry.npmjs.org/ohash/-/ohash-2.0.11.tgz",
4887 "integrity": "sha512-RdR9FQrFwNBNXAr4GixM8YaRZRJ5PUWbKYbE5eOsrwAjJW0q2REGcf79oYPsLyskQCZG1PLN+S/K1V00joZAoQ==",
4888 "license": "MIT"
4889 },
4890 "node_modules/oniguruma-parser": {
4891 "version": "0.12.2",
4892 "resolved": "https://registry.npmjs.org/oniguruma-parser/-/oniguruma-parser-0.12.2.tgz",
4893 "integrity": "sha512-6HVa5oIrgMC6aA6WF6XyyqbhRPJrKR02L20+2+zpDtO5QAzGHAUGw5TKQvwi5vctNnRHkJYmjAhRVQF2EKdTQw==",
4894 "license": "MIT"
4895 },
4896 "node_modules/oniguruma-to-es": {
4897 "version": "4.3.6",
4898 "resolved": "https://registry.npmjs.org/oniguruma-to-es/-/oniguruma-to-es-4.3.6.tgz",
4899 "integrity": "sha512-csuQ9x3Yr0cEIs/Zgx/OEt9iBw9vqIunAPQkx19R/fiMq2oGVTgcMqO/V3Ybqefr1TBvosI6jU539ksaBULJyA==",
4900 "license": "MIT",
4901 "dependencies": {
4902 "oniguruma-parser": "^0.12.2",
4903 "regex": "^6.1.0",
4904 "regex-recursion": "^6.0.2"
4905 }
4906 },
4907 "node_modules/p-limit": {
4908 "version": "7.3.0",
4909 "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-7.3.0.tgz",
4910 "integrity": "sha512-7cIXg/Z0M5WZRblrsOla88S4wAK+zOQQWeBYfV3qJuJXMr+LnbYjaadrFaS0JILfEDPVqHyKnZ1Z/1d6J9VVUw==",
4911 "license": "MIT",
4912 "dependencies": {
4913 "yocto-queue": "^1.2.1"
4914 },
4915 "engines": {
4916 "node": ">=20"
4917 },
4918 "funding": {
4919 "url": "https://github.com/sponsors/sindresorhus"
4920 }
4921 },
4922 "node_modules/p-queue": {
4923 "version": "9.2.0",
4924 "resolved": "https://registry.npmjs.org/p-queue/-/p-queue-9.2.0.tgz",
4925 "integrity": "sha512-dWgLE8AH0HjQ9fe74pUkKkvzzYT18Inp4zra3lKHnnwqGvcfcUBrvF2EAVX+envufDNBOzpPq/IBUONDbI7+3g==",
4926 "license": "MIT",
4927 "dependencies": {
4928 "eventemitter3": "^5.0.4",
4929 "p-timeout": "^7.0.0"
4930 },
4931 "engines": {
4932 "node": ">=20"
4933 },
4934 "funding": {
4935 "url": "https://github.com/sponsors/sindresorhus"
4936 }
4937 },
4938 "node_modules/p-timeout": {
4939 "version": "7.0.1",
4940 "resolved": "https://registry.npmjs.org/p-timeout/-/p-timeout-7.0.1.tgz",
4941 "integrity": "sha512-AxTM2wDGORHGEkPCt8yqxOTMgpfbEHqF51f/5fJCmwFC3C/zNcGT63SymH2ttOAaiIws2zVg4+izQCjrakcwHg==",
4942 "license": "MIT",
4943 "engines": {
4944 "node": ">=20"
4945 },
4946 "funding": {
4947 "url": "https://github.com/sponsors/sindresorhus"
4948 }
4949 },
4950 "node_modules/package-manager-detector": {
4951 "version": "1.6.0",
4952 "resolved": "https://registry.npmjs.org/package-manager-detector/-/package-manager-detector-1.6.0.tgz",
4953 "integrity": "sha512-61A5ThoTiDG/C8s8UMZwSorAGwMJ0ERVGj2OjoW5pAalsNOg15+iQiPzrLJ4jhZ1HJzmC2PIHT2oEiH3R5fzNA==",
4954 "license": "MIT"
4955 },
4956 "node_modules/pagefind": {
4957 "version": "1.5.2",
4958 "resolved": "https://registry.npmjs.org/pagefind/-/pagefind-1.5.2.tgz",
4959 "integrity": "sha512-XTUaK0hXMCu2jszWE584JGQT7y284TmMV9l/HX3rnG5uo3rHI/uHU56XTyyyPFjeWEBxECbAi0CaFDJOONtG0Q==",
4960 "license": "MIT",
4961 "bin": {
4962 "pagefind": "lib/runner/bin.cjs"
4963 },
4964 "optionalDependencies": {
4965 "@pagefind/darwin-arm64": "1.5.2",
4966 "@pagefind/darwin-x64": "1.5.2",
4967 "@pagefind/freebsd-x64": "1.5.2",
4968 "@pagefind/linux-arm64": "1.5.2",
4969 "@pagefind/linux-x64": "1.5.2",
4970 "@pagefind/windows-arm64": "1.5.2",
4971 "@pagefind/windows-x64": "1.5.2"
4972 }
4973 },
4974 "node_modules/parse-entities": {
4975 "version": "4.0.2",
4976 "resolved": "https://registry.npmjs.org/parse-entities/-/parse-entities-4.0.2.tgz",
4977 "integrity": "sha512-GG2AQYWoLgL877gQIKeRPGO1xF9+eG1ujIb5soS5gPvLQ1y2o8FL90w2QWNdf9I361Mpp7726c+lj3U0qK1uGw==",
4978 "license": "MIT",
4979 "dependencies": {
4980 "@types/unist": "^2.0.0",
4981 "character-entities-legacy": "^3.0.0",
4982 "character-reference-invalid": "^2.0.0",
4983 "decode-named-character-reference": "^1.0.0",
4984 "is-alphanumerical": "^2.0.0",
4985 "is-decimal": "^2.0.0",
4986 "is-hexadecimal": "^2.0.0"
4987 },
4988 "funding": {
4989 "type": "github",
4990 "url": "https://github.com/sponsors/wooorm"
4991 }
4992 },
4993 "node_modules/parse-entities/node_modules/@types/unist": {
4994 "version": "2.0.11",
4995 "resolved": "https://registry.npmjs.org/@types/unist/-/unist-2.0.11.tgz",
4996 "integrity": "sha512-CmBKiL6NNo/OqgmMn95Fk9Whlp2mtvIv+KNpQKN2F4SjvrEesubTRWGYSg+BnWZOnlCaSTU1sMpsBOzgbYhnsA==",
4997 "license": "MIT"
4998 },
4999 "node_modules/parse-latin": {
5000 "version": "7.0.0",
5001 "resolved": "https://registry.npmjs.org/parse-latin/-/parse-latin-7.0.0.tgz",
5002 "integrity": "sha512-mhHgobPPua5kZ98EF4HWiH167JWBfl4pvAIXXdbaVohtK7a6YBOy56kvhCqduqyo/f3yrHFWmqmiMg/BkBkYYQ==",
5003 "license": "MIT",
5004 "dependencies": {
5005 "@types/nlcst": "^2.0.0",
5006 "@types/unist": "^3.0.0",
5007 "nlcst-to-string": "^4.0.0",
5008 "unist-util-modify-children": "^4.0.0",
5009 "unist-util-visit-children": "^3.0.0",
5010 "vfile": "^6.0.0"
5011 },
5012 "funding": {
5013 "type": "github",
5014 "url": "https://github.com/sponsors/wooorm"
5015 }
5016 },
5017 "node_modules/parse5": {
5018 "version": "7.3.0",
5019 "resolved": "https://registry.npmjs.org/parse5/-/parse5-7.3.0.tgz",
5020 "integrity": "sha512-IInvU7fabl34qmi9gY8XOVxhYyMyuH2xUNpb2q8/Y+7552KlejkRvqvD19nMoUW/uQGGbqNpA6Tufu5FL5BZgw==",
5021 "license": "MIT",
5022 "dependencies": {
5023 "entities": "^6.0.0"
5024 },
5025 "funding": {
5026 "url": "https://github.com/inikulin/parse5?sponsor=1"
5027 }
5028 },
5029 "node_modules/piccolore": {
5030 "version": "0.1.3",
5031 "resolved": "https://registry.npmjs.org/piccolore/-/piccolore-0.1.3.tgz",
5032 "integrity": "sha512-o8bTeDWjE086iwKrROaDf31K0qC/BENdm15/uH9usSC/uZjJOKb2YGiVHfLY4GhwsERiPI1jmwI2XrA7ACOxVw==",
5033 "license": "ISC"
5034 },
5035 "node_modules/picocolors": {
5036 "version": "1.1.1",
5037 "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz",
5038 "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",
5039 "license": "ISC"
5040 },
5041 "node_modules/picomatch": {
5042 "version": "4.0.4",
5043 "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.4.tgz",
5044 "integrity": "sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A==",
5045 "license": "MIT",
5046 "engines": {
5047 "node": ">=12"
5048 },
5049 "funding": {
5050 "url": "https://github.com/sponsors/jonschlinkert"
5051 }
5052 },
5053 "node_modules/postcss": {
5054 "version": "8.5.12",
5055 "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.12.tgz",
5056 "integrity": "sha512-W62t/Se6rA0Az3DfCL0AqJwXuKwBeYg6nOaIgzP+xZ7N5BFCI7DYi1qs6ygUYT6rvfi6t9k65UMLJC+PHZpDAA==",
5057 "funding": [
5058 {
5059 "type": "opencollective",
5060 "url": "https://opencollective.com/postcss/"
5061 },
5062 {
5063 "type": "tidelift",
5064 "url": "https://tidelift.com/funding/github/npm/postcss"
5065 },
5066 {
5067 "type": "github",
5068 "url": "https://github.com/sponsors/ai"
5069 }
5070 ],
5071 "license": "MIT",
5072 "dependencies": {
5073 "nanoid": "^3.3.11",
5074 "picocolors": "^1.1.1",
5075 "source-map-js": "^1.2.1"
5076 },
5077 "engines": {
5078 "node": "^10 || ^12 || >=14"
5079 }
5080 },
5081 "node_modules/postcss-nested": {
5082 "version": "6.2.0",
5083 "resolved": "https://registry.npmjs.org/postcss-nested/-/postcss-nested-6.2.0.tgz",
5084 "integrity": "sha512-HQbt28KulC5AJzG+cZtj9kvKB93CFCdLvog1WFLf1D+xmMvPGlBstkpTEZfK5+AN9hfJocyBFCNiqyS48bpgzQ==",
5085 "funding": [
5086 {
5087 "type": "opencollective",
5088 "url": "https://opencollective.com/postcss/"
5089 },
5090 {
5091 "type": "github",
5092 "url": "https://github.com/sponsors/ai"
5093 }
5094 ],
5095 "license": "MIT",
5096 "dependencies": {
5097 "postcss-selector-parser": "^6.1.1"
5098 },
5099 "engines": {
5100 "node": ">=12.0"
5101 },
5102 "peerDependencies": {
5103 "postcss": "^8.2.14"
5104 }
5105 },
5106 "node_modules/postcss-selector-parser": {
5107 "version": "6.1.2",
5108 "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.1.2.tgz",
5109 "integrity": "sha512-Q8qQfPiZ+THO/3ZrOrO0cJJKfpYCagtMUkXbnEfmgUjwXg6z/WBeOyS9APBBPCTSiDV+s4SwQGu8yFsiMRIudg==",
5110 "license": "MIT",
5111 "dependencies": {
5112 "cssesc": "^3.0.0",
5113 "util-deprecate": "^1.0.2"
5114 },
5115 "engines": {
5116 "node": ">=4"
5117 }
5118 },
5119 "node_modules/prismjs": {
5120 "version": "1.30.0",
5121 "resolved": "https://registry.npmjs.org/prismjs/-/prismjs-1.30.0.tgz",
5122 "integrity": "sha512-DEvV2ZF2r2/63V+tK8hQvrR2ZGn10srHbXviTlcv7Kpzw8jWiNTqbVgjO3IY8RxrrOUF8VPMQQFysYYYv0YZxw==",
5123 "license": "MIT",
5124 "engines": {
5125 "node": ">=6"
5126 }
5127 },
5128 "node_modules/property-information": {
5129 "version": "7.1.0",
5130 "resolved": "https://registry.npmjs.org/property-information/-/property-information-7.1.0.tgz",
5131 "integrity": "sha512-TwEZ+X+yCJmYfL7TPUOcvBZ4QfoT5YenQiJuX//0th53DE6w0xxLEtfK3iyryQFddXuvkIk51EEgrJQ0WJkOmQ==",
5132 "license": "MIT",
5133 "funding": {
5134 "type": "github",
5135 "url": "https://github.com/sponsors/wooorm"
5136 }
5137 },
5138 "node_modules/radix3": {
5139 "version": "1.1.2",
5140 "resolved": "https://registry.npmjs.org/radix3/-/radix3-1.1.2.tgz",
5141 "integrity": "sha512-b484I/7b8rDEdSDKckSSBA8knMpcdsXudlE/LNL639wFoHKwLbEkQFZHWEYwDC0wa0FKUcCY+GAF73Z7wxNVFA==",
5142 "license": "MIT"
5143 },
5144 "node_modules/readdirp": {
5145 "version": "5.0.0",
5146 "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-5.0.0.tgz",
5147 "integrity": "sha512-9u/XQ1pvrQtYyMpZe7DXKv2p5CNvyVwzUB6uhLAnQwHMSgKMBR62lc7AHljaeteeHXn11XTAaLLUVZYVZyuRBQ==",
5148 "license": "MIT",
5149 "engines": {
5150 "node": ">= 20.19.0"
5151 },
5152 "funding": {
5153 "type": "individual",
5154 "url": "https://paulmillr.com/funding/"
5155 }
5156 },
5157 "node_modules/recma-build-jsx": {
5158 "version": "1.0.0",
5159 "resolved": "https://registry.npmjs.org/recma-build-jsx/-/recma-build-jsx-1.0.0.tgz",
5160 "integrity": "sha512-8GtdyqaBcDfva+GUKDr3nev3VpKAhup1+RvkMvUxURHpW7QyIvk9F5wz7Vzo06CEMSilw6uArgRqhpiUcWp8ew==",
5161 "license": "MIT",
5162 "dependencies": {
5163 "@types/estree": "^1.0.0",
5164 "estree-util-build-jsx": "^3.0.0",
5165 "vfile": "^6.0.0"
5166 },
5167 "funding": {
5168 "type": "opencollective",
5169 "url": "https://opencollective.com/unified"
5170 }
5171 },
5172 "node_modules/recma-jsx": {
5173 "version": "1.0.1",
5174 "resolved": "https://registry.npmjs.org/recma-jsx/-/recma-jsx-1.0.1.tgz",
5175 "integrity": "sha512-huSIy7VU2Z5OLv6oFLosQGGDqPqdO1iq6bWNAdhzMxSJP7RAso4fCZ1cKu8j9YHCZf3TPrq4dw3okhrylgcd7w==",
5176 "license": "MIT",
5177 "dependencies": {
5178 "acorn-jsx": "^5.0.0",
5179 "estree-util-to-js": "^2.0.0",
5180 "recma-parse": "^1.0.0",
5181 "recma-stringify": "^1.0.0",
5182 "unified": "^11.0.0"
5183 },
5184 "funding": {
5185 "type": "opencollective",
5186 "url": "https://opencollective.com/unified"
5187 },
5188 "peerDependencies": {
5189 "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0"
5190 }
5191 },
5192 "node_modules/recma-parse": {
5193 "version": "1.0.0",
5194 "resolved": "https://registry.npmjs.org/recma-parse/-/recma-parse-1.0.0.tgz",
5195 "integrity": "sha512-OYLsIGBB5Y5wjnSnQW6t3Xg7q3fQ7FWbw/vcXtORTnyaSFscOtABg+7Pnz6YZ6c27fG1/aN8CjfwoUEUIdwqWQ==",
5196 "license": "MIT",
5197 "dependencies": {
5198 "@types/estree": "^1.0.0",
5199 "esast-util-from-js": "^2.0.0",
5200 "unified": "^11.0.0",
5201 "vfile": "^6.0.0"
5202 },
5203 "funding": {
5204 "type": "opencollective",
5205 "url": "https://opencollective.com/unified"
5206 }
5207 },
5208 "node_modules/recma-stringify": {
5209 "version": "1.0.0",
5210 "resolved": "https://registry.npmjs.org/recma-stringify/-/recma-stringify-1.0.0.tgz",
5211 "integrity": "sha512-cjwII1MdIIVloKvC9ErQ+OgAtwHBmcZ0Bg4ciz78FtbT8In39aAYbaA7zvxQ61xVMSPE8WxhLwLbhif4Js2C+g==",
5212 "license": "MIT",
5213 "dependencies": {
5214 "@types/estree": "^1.0.0",
5215 "estree-util-to-js": "^2.0.0",
5216 "unified": "^11.0.0",
5217 "vfile": "^6.0.0"
5218 },
5219 "funding": {
5220 "type": "opencollective",
5221 "url": "https://opencollective.com/unified"
5222 }
5223 },
5224 "node_modules/regex": {
5225 "version": "6.1.0",
5226 "resolved": "https://registry.npmjs.org/regex/-/regex-6.1.0.tgz",
5227 "integrity": "sha512-6VwtthbV4o/7+OaAF9I5L5V3llLEsoPyq9P1JVXkedTP33c7MfCG0/5NOPcSJn0TzXcG9YUrR0gQSWioew3LDg==",
5228 "license": "MIT",
5229 "dependencies": {
5230 "regex-utilities": "^2.3.0"
5231 }
5232 },
5233 "node_modules/regex-recursion": {
5234 "version": "6.0.2",
5235 "resolved": "https://registry.npmjs.org/regex-recursion/-/regex-recursion-6.0.2.tgz",
5236 "integrity": "sha512-0YCaSCq2VRIebiaUviZNs0cBz1kg5kVS2UKUfNIx8YVs1cN3AV7NTctO5FOKBA+UT2BPJIWZauYHPqJODG50cg==",
5237 "license": "MIT",
5238 "dependencies": {
5239 "regex-utilities": "^2.3.0"
5240 }
5241 },
5242 "node_modules/regex-utilities": {
5243 "version": "2.3.0",
5244 "resolved": "https://registry.npmjs.org/regex-utilities/-/regex-utilities-2.3.0.tgz",
5245 "integrity": "sha512-8VhliFJAWRaUiVvREIiW2NXXTmHs4vMNnSzuJVhscgmGav3g9VDxLrQndI3dZZVVdp0ZO/5v0xmX516/7M9cng==",
5246 "license": "MIT"
5247 },
5248 "node_modules/rehype": {
5249 "version": "13.0.2",
5250 "resolved": "https://registry.npmjs.org/rehype/-/rehype-13.0.2.tgz",
5251 "integrity": "sha512-j31mdaRFrwFRUIlxGeuPXXKWQxet52RBQRvCmzl5eCefn/KGbomK5GMHNMsOJf55fgo3qw5tST5neDuarDYR2A==",
5252 "license": "MIT",
5253 "dependencies": {
5254 "@types/hast": "^3.0.0",
5255 "rehype-parse": "^9.0.0",
5256 "rehype-stringify": "^10.0.0",
5257 "unified": "^11.0.0"
5258 },
5259 "funding": {
5260 "type": "opencollective",
5261 "url": "https://opencollective.com/unified"
5262 }
5263 },
5264 "node_modules/rehype-expressive-code": {
5265 "version": "0.41.7",
5266 "resolved": "https://registry.npmjs.org/rehype-expressive-code/-/rehype-expressive-code-0.41.7.tgz",
5267 "integrity": "sha512-25f8ZMSF1d9CMscX7Cft0TSQIqdwjce2gDOvQ+d/w0FovsMwrSt3ODP4P3Z7wO1jsIJ4eYyaDRnIR/27bd/EMQ==",
5268 "license": "MIT",
5269 "dependencies": {
5270 "expressive-code": "^0.41.7"
5271 }
5272 },
5273 "node_modules/rehype-format": {
5274 "version": "5.0.1",
5275 "resolved": "https://registry.npmjs.org/rehype-format/-/rehype-format-5.0.1.tgz",
5276 "integrity": "sha512-zvmVru9uB0josBVpr946OR8ui7nJEdzZobwLOOqHb/OOD88W0Vk2SqLwoVOj0fM6IPCCO6TaV9CvQvJMWwukFQ==",
5277 "license": "MIT",
5278 "dependencies": {
5279 "@types/hast": "^3.0.0",
5280 "hast-util-format": "^1.0.0"
5281 },
5282 "funding": {
5283 "type": "opencollective",
5284 "url": "https://opencollective.com/unified"
5285 }
5286 },
5287 "node_modules/rehype-parse": {
5288 "version": "9.0.1",
5289 "resolved": "https://registry.npmjs.org/rehype-parse/-/rehype-parse-9.0.1.tgz",
5290 "integrity": "sha512-ksCzCD0Fgfh7trPDxr2rSylbwq9iYDkSn8TCDmEJ49ljEUBxDVCzCHv7QNzZOfODanX4+bWQ4WZqLCRWYLfhag==",
5291 "license": "MIT",
5292 "dependencies": {
5293 "@types/hast": "^3.0.0",
5294 "hast-util-from-html": "^2.0.0",
5295 "unified": "^11.0.0"
5296 },
5297 "funding": {
5298 "type": "opencollective",
5299 "url": "https://opencollective.com/unified"
5300 }
5301 },
5302 "node_modules/rehype-raw": {
5303 "version": "7.0.0",
5304 "resolved": "https://registry.npmjs.org/rehype-raw/-/rehype-raw-7.0.0.tgz",
5305 "integrity": "sha512-/aE8hCfKlQeA8LmyeyQvQF3eBiLRGNlfBJEvWH7ivp9sBqs7TNqBL5X3v157rM4IFETqDnIOO+z5M/biZbo9Ww==",
5306 "license": "MIT",
5307 "dependencies": {
5308 "@types/hast": "^3.0.0",
5309 "hast-util-raw": "^9.0.0",
5310 "vfile": "^6.0.0"
5311 },
5312 "funding": {
5313 "type": "opencollective",
5314 "url": "https://opencollective.com/unified"
5315 }
5316 },
5317 "node_modules/rehype-recma": {
5318 "version": "1.0.0",
5319 "resolved": "https://registry.npmjs.org/rehype-recma/-/rehype-recma-1.0.0.tgz",
5320 "integrity": "sha512-lqA4rGUf1JmacCNWWZx0Wv1dHqMwxzsDWYMTowuplHF3xH0N/MmrZ/G3BDZnzAkRmxDadujCjaKM2hqYdCBOGw==",
5321 "license": "MIT",
5322 "dependencies": {
5323 "@types/estree": "^1.0.0",
5324 "@types/hast": "^3.0.0",
5325 "hast-util-to-estree": "^3.0.0"
5326 },
5327 "funding": {
5328 "type": "opencollective",
5329 "url": "https://opencollective.com/unified"
5330 }
5331 },
5332 "node_modules/rehype-stringify": {
5333 "version": "10.0.1",
5334 "resolved": "https://registry.npmjs.org/rehype-stringify/-/rehype-stringify-10.0.1.tgz",
5335 "integrity": "sha512-k9ecfXHmIPuFVI61B9DeLPN0qFHfawM6RsuX48hoqlaKSF61RskNjSm1lI8PhBEM0MRdLxVVm4WmTqJQccH9mA==",
5336 "license": "MIT",
5337 "dependencies": {
5338 "@types/hast": "^3.0.0",
5339 "hast-util-to-html": "^9.0.0",
5340 "unified": "^11.0.0"
5341 },
5342 "funding": {
5343 "type": "opencollective",
5344 "url": "https://opencollective.com/unified"
5345 }
5346 },
5347 "node_modules/remark-directive": {
5348 "version": "3.0.1",
5349 "resolved": "https://registry.npmjs.org/remark-directive/-/remark-directive-3.0.1.tgz",
5350 "integrity": "sha512-gwglrEQEZcZYgVyG1tQuA+h58EZfq5CSULw7J90AFuCTyib1thgHPoqQ+h9iFvU6R+vnZ5oNFQR5QKgGpk741A==",
5351 "license": "MIT",
5352 "dependencies": {
5353 "@types/mdast": "^4.0.0",
5354 "mdast-util-directive": "^3.0.0",
5355 "micromark-extension-directive": "^3.0.0",
5356 "unified": "^11.0.0"
5357 },
5358 "funding": {
5359 "type": "opencollective",
5360 "url": "https://opencollective.com/unified"
5361 }
5362 },
5363 "node_modules/remark-gfm": {
5364 "version": "4.0.1",
5365 "resolved": "https://registry.npmjs.org/remark-gfm/-/remark-gfm-4.0.1.tgz",
5366 "integrity": "sha512-1quofZ2RQ9EWdeN34S79+KExV1764+wCUGop5CPL1WGdD0ocPpu91lzPGbwWMECpEpd42kJGQwzRfyov9j4yNg==",
5367 "license": "MIT",
5368 "dependencies": {
5369 "@types/mdast": "^4.0.0",
5370 "mdast-util-gfm": "^3.0.0",
5371 "micromark-extension-gfm": "^3.0.0",
5372 "remark-parse": "^11.0.0",
5373 "remark-stringify": "^11.0.0",
5374 "unified": "^11.0.0"
5375 },
5376 "funding": {
5377 "type": "opencollective",
5378 "url": "https://opencollective.com/unified"
5379 }
5380 },
5381 "node_modules/remark-mdx": {
5382 "version": "3.1.1",
5383 "resolved": "https://registry.npmjs.org/remark-mdx/-/remark-mdx-3.1.1.tgz",
5384 "integrity": "sha512-Pjj2IYlUY3+D8x00UJsIOg5BEvfMyeI+2uLPn9VO9Wg4MEtN/VTIq2NEJQfde9PnX15KgtHyl9S0BcTnWrIuWg==",
5385 "license": "MIT",
5386 "dependencies": {
5387 "mdast-util-mdx": "^3.0.0",
5388 "micromark-extension-mdxjs": "^3.0.0"
5389 },
5390 "funding": {
5391 "type": "opencollective",
5392 "url": "https://opencollective.com/unified"
5393 }
5394 },
5395 "node_modules/remark-parse": {
5396 "version": "11.0.0",
5397 "resolved": "https://registry.npmjs.org/remark-parse/-/remark-parse-11.0.0.tgz",
5398 "integrity": "sha512-FCxlKLNGknS5ba/1lmpYijMUzX2esxW5xQqjWxw2eHFfS2MSdaHVINFmhjo+qN1WhZhNimq0dZATN9pH0IDrpA==",
5399 "license": "MIT",
5400 "dependencies": {
5401 "@types/mdast": "^4.0.0",
5402 "mdast-util-from-markdown": "^2.0.0",
5403 "micromark-util-types": "^2.0.0",
5404 "unified": "^11.0.0"
5405 },
5406 "funding": {
5407 "type": "opencollective",
5408 "url": "https://opencollective.com/unified"
5409 }
5410 },
5411 "node_modules/remark-rehype": {
5412 "version": "11.1.2",
5413 "resolved": "https://registry.npmjs.org/remark-rehype/-/remark-rehype-11.1.2.tgz",
5414 "integrity": "sha512-Dh7l57ianaEoIpzbp0PC9UKAdCSVklD8E5Rpw7ETfbTl3FqcOOgq5q2LVDhgGCkaBv7p24JXikPdvhhmHvKMsw==",
5415 "license": "MIT",
5416 "dependencies": {
5417 "@types/hast": "^3.0.0",
5418 "@types/mdast": "^4.0.0",
5419 "mdast-util-to-hast": "^13.0.0",
5420 "unified": "^11.0.0",
5421 "vfile": "^6.0.0"
5422 },
5423 "funding": {
5424 "type": "opencollective",
5425 "url": "https://opencollective.com/unified"
5426 }
5427 },
5428 "node_modules/remark-smartypants": {
5429 "version": "3.0.2",
5430 "resolved": "https://registry.npmjs.org/remark-smartypants/-/remark-smartypants-3.0.2.tgz",
5431 "integrity": "sha512-ILTWeOriIluwEvPjv67v7Blgrcx+LZOkAUVtKI3putuhlZm84FnqDORNXPPm+HY3NdZOMhyDwZ1E+eZB/Df5dA==",
5432 "license": "MIT",
5433 "dependencies": {
5434 "retext": "^9.0.0",
5435 "retext-smartypants": "^6.0.0",
5436 "unified": "^11.0.4",
5437 "unist-util-visit": "^5.0.0"
5438 },
5439 "engines": {
5440 "node": ">=16.0.0"
5441 }
5442 },
5443 "node_modules/remark-stringify": {
5444 "version": "11.0.0",
5445 "resolved": "https://registry.npmjs.org/remark-stringify/-/remark-stringify-11.0.0.tgz",
5446 "integrity": "sha512-1OSmLd3awB/t8qdoEOMazZkNsfVTeY4fTsgzcQFdXNq8ToTN4ZGwrMnlda4K6smTFKD+GRV6O48i6Z4iKgPPpw==",
5447 "license": "MIT",
5448 "dependencies": {
5449 "@types/mdast": "^4.0.0",
5450 "mdast-util-to-markdown": "^2.0.0",
5451 "unified": "^11.0.0"
5452 },
5453 "funding": {
5454 "type": "opencollective",
5455 "url": "https://opencollective.com/unified"
5456 }
5457 },
5458 "node_modules/retext": {
5459 "version": "9.0.0",
5460 "resolved": "https://registry.npmjs.org/retext/-/retext-9.0.0.tgz",
5461 "integrity": "sha512-sbMDcpHCNjvlheSgMfEcVrZko3cDzdbe1x/e7G66dFp0Ff7Mldvi2uv6JkJQzdRcvLYE8CA8Oe8siQx8ZOgTcA==",
5462 "license": "MIT",
5463 "dependencies": {
5464 "@types/nlcst": "^2.0.0",
5465 "retext-latin": "^4.0.0",
5466 "retext-stringify": "^4.0.0",
5467 "unified": "^11.0.0"
5468 },
5469 "funding": {
5470 "type": "opencollective",
5471 "url": "https://opencollective.com/unified"
5472 }
5473 },
5474 "node_modules/retext-latin": {
5475 "version": "4.0.0",
5476 "resolved": "https://registry.npmjs.org/retext-latin/-/retext-latin-4.0.0.tgz",
5477 "integrity": "sha512-hv9woG7Fy0M9IlRQloq/N6atV82NxLGveq+3H2WOi79dtIYWN8OaxogDm77f8YnVXJL2VD3bbqowu5E3EMhBYA==",
5478 "license": "MIT",
5479 "dependencies": {
5480 "@types/nlcst": "^2.0.0",
5481 "parse-latin": "^7.0.0",
5482 "unified": "^11.0.0"
5483 },
5484 "funding": {
5485 "type": "opencollective",
5486 "url": "https://opencollective.com/unified"
5487 }
5488 },
5489 "node_modules/retext-smartypants": {
5490 "version": "6.2.0",
5491 "resolved": "https://registry.npmjs.org/retext-smartypants/-/retext-smartypants-6.2.0.tgz",
5492 "integrity": "sha512-kk0jOU7+zGv//kfjXEBjdIryL1Acl4i9XNkHxtM7Tm5lFiCog576fjNC9hjoR7LTKQ0DsPWy09JummSsH1uqfQ==",
5493 "license": "MIT",
5494 "dependencies": {
5495 "@types/nlcst": "^2.0.0",
5496 "nlcst-to-string": "^4.0.0",
5497 "unist-util-visit": "^5.0.0"
5498 },
5499 "funding": {
5500 "type": "opencollective",
5501 "url": "https://opencollective.com/unified"
5502 }
5503 },
5504 "node_modules/retext-stringify": {
5505 "version": "4.0.0",
5506 "resolved": "https://registry.npmjs.org/retext-stringify/-/retext-stringify-4.0.0.tgz",
5507 "integrity": "sha512-rtfN/0o8kL1e+78+uxPTqu1Klt0yPzKuQ2BfWwwfgIUSayyzxpM1PJzkKt4V8803uB9qSy32MvI7Xep9khTpiA==",
5508 "license": "MIT",
5509 "dependencies": {
5510 "@types/nlcst": "^2.0.0",
5511 "nlcst-to-string": "^4.0.0",
5512 "unified": "^11.0.0"
5513 },
5514 "funding": {
5515 "type": "opencollective",
5516 "url": "https://opencollective.com/unified"
5517 }
5518 },
5519 "node_modules/rollup": {
5520 "version": "4.60.2",
5521 "resolved": "https://registry.npmjs.org/rollup/-/rollup-4.60.2.tgz",
5522 "integrity": "sha512-J9qZyW++QK/09NyN/zeO0dG/1GdGfyp9lV8ajHnRVLfo/uFsbji5mHnDgn/qYdUHyCkM2N+8VyspgZclfAh0eQ==",
5523 "license": "MIT",
5524 "dependencies": {
5525 "@types/estree": "1.0.8"
5526 },
5527 "bin": {
5528 "rollup": "dist/bin/rollup"
5529 },
5530 "engines": {
5531 "node": ">=18.0.0",
5532 "npm": ">=8.0.0"
5533 },
5534 "optionalDependencies": {
5535 "@rollup/rollup-android-arm-eabi": "4.60.2",
5536 "@rollup/rollup-android-arm64": "4.60.2",
5537 "@rollup/rollup-darwin-arm64": "4.60.2",
5538 "@rollup/rollup-darwin-x64": "4.60.2",
5539 "@rollup/rollup-freebsd-arm64": "4.60.2",
5540 "@rollup/rollup-freebsd-x64": "4.60.2",
5541 "@rollup/rollup-linux-arm-gnueabihf": "4.60.2",
5542 "@rollup/rollup-linux-arm-musleabihf": "4.60.2",
5543 "@rollup/rollup-linux-arm64-gnu": "4.60.2",
5544 "@rollup/rollup-linux-arm64-musl": "4.60.2",
5545 "@rollup/rollup-linux-loong64-gnu": "4.60.2",
5546 "@rollup/rollup-linux-loong64-musl": "4.60.2",
5547 "@rollup/rollup-linux-ppc64-gnu": "4.60.2",
5548 "@rollup/rollup-linux-ppc64-musl": "4.60.2",
5549 "@rollup/rollup-linux-riscv64-gnu": "4.60.2",
5550 "@rollup/rollup-linux-riscv64-musl": "4.60.2",
5551 "@rollup/rollup-linux-s390x-gnu": "4.60.2",
5552 "@rollup/rollup-linux-x64-gnu": "4.60.2",
5553 "@rollup/rollup-linux-x64-musl": "4.60.2",
5554 "@rollup/rollup-openbsd-x64": "4.60.2",
5555 "@rollup/rollup-openharmony-arm64": "4.60.2",
5556 "@rollup/rollup-win32-arm64-msvc": "4.60.2",
5557 "@rollup/rollup-win32-ia32-msvc": "4.60.2",
5558 "@rollup/rollup-win32-x64-gnu": "4.60.2",
5559 "@rollup/rollup-win32-x64-msvc": "4.60.2",
5560 "fsevents": "~2.3.2"
5561 }
5562 },
5563 "node_modules/sax": {
5564 "version": "1.6.0",
5565 "resolved": "https://registry.npmjs.org/sax/-/sax-1.6.0.tgz",
5566 "integrity": "sha512-6R3J5M4AcbtLUdZmRv2SygeVaM7IhrLXu9BmnOGmmACak8fiUtOsYNWUS4uK7upbmHIBbLBeFeI//477BKLBzA==",
5567 "license": "BlueOak-1.0.0",
5568 "engines": {
5569 "node": ">=11.0.0"
5570 }
5571 },
5572 "node_modules/semver": {
5573 "version": "7.7.4",
5574 "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.4.tgz",
5575 "integrity": "sha512-vFKC2IEtQnVhpT78h1Yp8wzwrf8CM+MzKMHGJZfBtzhZNycRFnXsHk6E5TxIkkMsgNS7mdX3AGB7x2QM2di4lA==",
5576 "license": "ISC",
5577 "bin": {
5578 "semver": "bin/semver.js"
5579 },
5580 "engines": {
5581 "node": ">=10"
5582 }
5583 },
5584 "node_modules/sharp": {
5585 "version": "0.34.5",
5586 "resolved": "https://registry.npmjs.org/sharp/-/sharp-0.34.5.tgz",
5587 "integrity": "sha512-Ou9I5Ft9WNcCbXrU9cMgPBcCK8LiwLqcbywW3t4oDV37n1pzpuNLsYiAV8eODnjbtQlSDwZ2cUEeQz4E54Hltg==",
5588 "hasInstallScript": true,
5589 "license": "Apache-2.0",
5590 "optional": true,
5591 "dependencies": {
5592 "@img/colour": "^1.0.0",
5593 "detect-libc": "^2.1.2",
5594 "semver": "^7.7.3"
5595 },
5596 "engines": {
5597 "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
5598 },
5599 "funding": {
5600 "url": "https://opencollective.com/libvips"
5601 },
5602 "optionalDependencies": {
5603 "@img/sharp-darwin-arm64": "0.34.5",
5604 "@img/sharp-darwin-x64": "0.34.5",
5605 "@img/sharp-libvips-darwin-arm64": "1.2.4",
5606 "@img/sharp-libvips-darwin-x64": "1.2.4",
5607 "@img/sharp-libvips-linux-arm": "1.2.4",
5608 "@img/sharp-libvips-linux-arm64": "1.2.4",
5609 "@img/sharp-libvips-linux-ppc64": "1.2.4",
5610 "@img/sharp-libvips-linux-riscv64": "1.2.4",
5611 "@img/sharp-libvips-linux-s390x": "1.2.4",
5612 "@img/sharp-libvips-linux-x64": "1.2.4",
5613 "@img/sharp-libvips-linuxmusl-arm64": "1.2.4",
5614 "@img/sharp-libvips-linuxmusl-x64": "1.2.4",
5615 "@img/sharp-linux-arm": "0.34.5",
5616 "@img/sharp-linux-arm64": "0.34.5",
5617 "@img/sharp-linux-ppc64": "0.34.5",
5618 "@img/sharp-linux-riscv64": "0.34.5",
5619 "@img/sharp-linux-s390x": "0.34.5",
5620 "@img/sharp-linux-x64": "0.34.5",
5621 "@img/sharp-linuxmusl-arm64": "0.34.5",
5622 "@img/sharp-linuxmusl-x64": "0.34.5",
5623 "@img/sharp-wasm32": "0.34.5",
5624 "@img/sharp-win32-arm64": "0.34.5",
5625 "@img/sharp-win32-ia32": "0.34.5",
5626 "@img/sharp-win32-x64": "0.34.5"
5627 }
5628 },
5629 "node_modules/shiki": {
5630 "version": "4.0.2",
5631 "resolved": "https://registry.npmjs.org/shiki/-/shiki-4.0.2.tgz",
5632 "integrity": "sha512-eAVKTMedR5ckPo4xne/PjYQYrU3qx78gtJZ+sHlXEg5IHhhoQhMfZVzetTYuaJS0L2Ef3AcCRzCHV8T0WI6nIQ==",
5633 "license": "MIT",
5634 "dependencies": {
5635 "@shikijs/core": "4.0.2",
5636 "@shikijs/engine-javascript": "4.0.2",
5637 "@shikijs/engine-oniguruma": "4.0.2",
5638 "@shikijs/langs": "4.0.2",
5639 "@shikijs/themes": "4.0.2",
5640 "@shikijs/types": "4.0.2",
5641 "@shikijs/vscode-textmate": "^10.0.2",
5642 "@types/hast": "^3.0.4"
5643 },
5644 "engines": {
5645 "node": ">=20"
5646 }
5647 },
5648 "node_modules/sisteransi": {
5649 "version": "1.0.5",
5650 "resolved": "https://registry.npmjs.org/sisteransi/-/sisteransi-1.0.5.tgz",
5651 "integrity": "sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg==",
5652 "license": "MIT"
5653 },
5654 "node_modules/sitemap": {
5655 "version": "9.0.1",
5656 "resolved": "https://registry.npmjs.org/sitemap/-/sitemap-9.0.1.tgz",
5657 "integrity": "sha512-S6hzjGJSG3d6if0YoF5kTyeRJvia6FSTBroE5fQ0bu1QNxyJqhhinfUsXi9fH3MgtXODWvwo2BDyQSnhPQ88uQ==",
5658 "license": "MIT",
5659 "dependencies": {
5660 "@types/node": "^24.9.2",
5661 "@types/sax": "^1.2.1",
5662 "arg": "^5.0.0",
5663 "sax": "^1.4.1"
5664 },
5665 "bin": {
5666 "sitemap": "dist/esm/cli.js"
5667 },
5668 "engines": {
5669 "node": ">=20.19.5",
5670 "npm": ">=10.8.2"
5671 }
5672 },
5673 "node_modules/smol-toml": {
5674 "version": "1.6.1",
5675 "resolved": "https://registry.npmjs.org/smol-toml/-/smol-toml-1.6.1.tgz",
5676 "integrity": "sha512-dWUG8F5sIIARXih1DTaQAX4SsiTXhInKf1buxdY9DIg4ZYPZK5nGM1VRIYmEbDbsHt7USo99xSLFu5Q1IqTmsg==",
5677 "license": "BSD-3-Clause",
5678 "engines": {
5679 "node": ">= 18"
5680 },
5681 "funding": {
5682 "url": "https://github.com/sponsors/cyyynthia"
5683 }
5684 },
5685 "node_modules/source-map": {
5686 "version": "0.7.6",
5687 "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.7.6.tgz",
5688 "integrity": "sha512-i5uvt8C3ikiWeNZSVZNWcfZPItFQOsYTUAOkcUPGd8DqDy1uOUikjt5dG+uRlwyvR108Fb9DOd4GvXfT0N2/uQ==",
5689 "license": "BSD-3-Clause",
5690 "engines": {
5691 "node": ">= 12"
5692 }
5693 },
5694 "node_modules/source-map-js": {
5695 "version": "1.2.1",
5696 "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz",
5697 "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==",
5698 "license": "BSD-3-Clause",
5699 "engines": {
5700 "node": ">=0.10.0"
5701 }
5702 },
5703 "node_modules/space-separated-tokens": {
5704 "version": "2.0.2",
5705 "resolved": "https://registry.npmjs.org/space-separated-tokens/-/space-separated-tokens-2.0.2.tgz",
5706 "integrity": "sha512-PEGlAwrG8yXGXRjW32fGbg66JAlOAwbObuqVoJpv/mRgoWDQfgH1wDPvtzWyUSNAXBGSk8h755YDbbcEy3SH2Q==",
5707 "license": "MIT",
5708 "funding": {
5709 "type": "github",
5710 "url": "https://github.com/sponsors/wooorm"
5711 }
5712 },
5713 "node_modules/stream-replace-string": {
5714 "version": "2.0.0",
5715 "resolved": "https://registry.npmjs.org/stream-replace-string/-/stream-replace-string-2.0.0.tgz",
5716 "integrity": "sha512-TlnjJ1C0QrmxRNrON00JvaFFlNh5TTG00APw23j74ET7gkQpTASi6/L2fuiav8pzK715HXtUeClpBTw2NPSn6w==",
5717 "license": "MIT"
5718 },
5719 "node_modules/stringify-entities": {
5720 "version": "4.0.4",
5721 "resolved": "https://registry.npmjs.org/stringify-entities/-/stringify-entities-4.0.4.tgz",
5722 "integrity": "sha512-IwfBptatlO+QCJUo19AqvrPNqlVMpW9YEL2LIVY+Rpv2qsjCGxaDLNRgeGsQWJhfItebuJhsGSLjaBbNSQ+ieg==",
5723 "license": "MIT",
5724 "dependencies": {
5725 "character-entities-html4": "^2.0.0",
5726 "character-entities-legacy": "^3.0.0"
5727 },
5728 "funding": {
5729 "type": "github",
5730 "url": "https://github.com/sponsors/wooorm"
5731 }
5732 },
5733 "node_modules/style-to-js": {
5734 "version": "1.1.21",
5735 "resolved": "https://registry.npmjs.org/style-to-js/-/style-to-js-1.1.21.tgz",
5736 "integrity": "sha512-RjQetxJrrUJLQPHbLku6U/ocGtzyjbJMP9lCNK7Ag0CNh690nSH8woqWH9u16nMjYBAok+i7JO1NP2pOy8IsPQ==",
5737 "license": "MIT",
5738 "dependencies": {
5739 "style-to-object": "1.0.14"
5740 }
5741 },
5742 "node_modules/style-to-object": {
5743 "version": "1.0.14",
5744 "resolved": "https://registry.npmjs.org/style-to-object/-/style-to-object-1.0.14.tgz",
5745 "integrity": "sha512-LIN7rULI0jBscWQYaSswptyderlarFkjQ+t79nzty8tcIAceVomEVlLzH5VP4Cmsv6MtKhs7qaAiwlcp+Mgaxw==",
5746 "license": "MIT",
5747 "dependencies": {
5748 "inline-style-parser": "0.2.7"
5749 }
5750 },
5751 "node_modules/svgo": {
5752 "version": "4.0.1",
5753 "resolved": "https://registry.npmjs.org/svgo/-/svgo-4.0.1.tgz",
5754 "integrity": "sha512-XDpWUOPC6FEibaLzjfe0ucaV0YrOjYotGJO1WpF0Zd+n6ZGEQUsSugaoLq9QkEZtAfQIxT42UChcssDVPP3+/w==",
5755 "license": "MIT",
5756 "dependencies": {
5757 "commander": "^11.1.0",
5758 "css-select": "^5.1.0",
5759 "css-tree": "^3.0.1",
5760 "css-what": "^6.1.0",
5761 "csso": "^5.0.5",
5762 "picocolors": "^1.1.1",
5763 "sax": "^1.5.0"
5764 },
5765 "bin": {
5766 "svgo": "bin/svgo.js"
5767 },
5768 "engines": {
5769 "node": ">=16"
5770 },
5771 "funding": {
5772 "type": "opencollective",
5773 "url": "https://opencollective.com/svgo"
5774 }
5775 },
5776 "node_modules/tiny-inflate": {
5777 "version": "1.0.3",
5778 "resolved": "https://registry.npmjs.org/tiny-inflate/-/tiny-inflate-1.0.3.tgz",
5779 "integrity": "sha512-pkY1fj1cKHb2seWDy0B16HeWyczlJA9/WW3u3c4z/NiWDsO3DOU5D7nhTLE9CF0yXv/QZFY7sEJmj24dK+Rrqw==",
5780 "license": "MIT"
5781 },
5782 "node_modules/tinyclip": {
5783 "version": "0.1.12",
5784 "resolved": "https://registry.npmjs.org/tinyclip/-/tinyclip-0.1.12.tgz",
5785 "integrity": "sha512-Ae3OVUqifDw0wBriIBS7yVaW44Dp6eSHQcyq4Igc7eN2TJH/2YsicswaW+J/OuMvhpDPOKEgpAZCjkb4hpoyeA==",
5786 "license": "MIT",
5787 "engines": {
5788 "node": "^16.14.0 || >= 17.3.0"
5789 }
5790 },
5791 "node_modules/tinyexec": {
5792 "version": "1.1.2",
5793 "resolved": "https://registry.npmjs.org/tinyexec/-/tinyexec-1.1.2.tgz",
5794 "integrity": "sha512-dAqSqE/RabpBKI8+h26GfLq6Vb3JVXs30XYQjdMjaj/c2tS8IYYMbIzP599KtRj7c57/wYApb3QjgRgXmrCukA==",
5795 "license": "MIT",
5796 "engines": {
5797 "node": ">=18"
5798 }
5799 },
5800 "node_modules/tinyglobby": {
5801 "version": "0.2.16",
5802 "resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.16.tgz",
5803 "integrity": "sha512-pn99VhoACYR8nFHhxqix+uvsbXineAasWm5ojXoN8xEwK5Kd3/TrhNn1wByuD52UxWRLy8pu+kRMniEi6Eq9Zg==",
5804 "license": "MIT",
5805 "dependencies": {
5806 "fdir": "^6.5.0",
5807 "picomatch": "^4.0.4"
5808 },
5809 "engines": {
5810 "node": ">=12.0.0"
5811 },
5812 "funding": {
5813 "url": "https://github.com/sponsors/SuperchupuDev"
5814 }
5815 },
5816 "node_modules/trim-lines": {
5817 "version": "3.0.1",
5818 "resolved": "https://registry.npmjs.org/trim-lines/-/trim-lines-3.0.1.tgz",
5819 "integrity": "sha512-kRj8B+YHZCc9kQYdWfJB2/oUl9rA99qbowYYBtr4ui4mZyAQ2JpvVBd/6U2YloATfqBhBTSMhTpgBHtU0Mf3Rg==",
5820 "license": "MIT",
5821 "funding": {
5822 "type": "github",
5823 "url": "https://github.com/sponsors/wooorm"
5824 }
5825 },
5826 "node_modules/trough": {
5827 "version": "2.2.0",
5828 "resolved": "https://registry.npmjs.org/trough/-/trough-2.2.0.tgz",
5829 "integrity": "sha512-tmMpK00BjZiUyVyvrBK7knerNgmgvcV/KLVyuma/SC+TQN167GrMRciANTz09+k3zW8L8t60jWO1GpfkZdjTaw==",
5830 "license": "MIT",
5831 "funding": {
5832 "type": "github",
5833 "url": "https://github.com/sponsors/wooorm"
5834 }
5835 },
5836 "node_modules/tsconfck": {
5837 "version": "3.1.6",
5838 "resolved": "https://registry.npmjs.org/tsconfck/-/tsconfck-3.1.6.tgz",
5839 "integrity": "sha512-ks6Vjr/jEw0P1gmOVwutM3B7fWxoWBL2KRDb1JfqGVawBmO5UsvmWOQFGHBPl5yxYz4eERr19E6L7NMv+Fej4w==",
5840 "license": "MIT",
5841 "bin": {
5842 "tsconfck": "bin/tsconfck.js"
5843 },
5844 "engines": {
5845 "node": "^18 || >=20"
5846 },
5847 "peerDependencies": {
5848 "typescript": "^5.0.0"
5849 },
5850 "peerDependenciesMeta": {
5851 "typescript": {
5852 "optional": true
5853 }
5854 }
5855 },
5856 "node_modules/tslib": {
5857 "version": "2.8.1",
5858 "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz",
5859 "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==",
5860 "license": "0BSD",
5861 "optional": true
5862 },
5863 "node_modules/ufo": {
5864 "version": "1.6.4",
5865 "resolved": "https://registry.npmjs.org/ufo/-/ufo-1.6.4.tgz",
5866 "integrity": "sha512-JFNbkD1Svwe0KvGi8GOeLcP4kAWQ609twvCdcHxq1oSL8svv39ZuSvajcD8B+5D0eL4+s1Is2D/O6KN3qcTeRA==",
5867 "license": "MIT"
5868 },
5869 "node_modules/ultrahtml": {
5870 "version": "1.6.0",
5871 "resolved": "https://registry.npmjs.org/ultrahtml/-/ultrahtml-1.6.0.tgz",
5872 "integrity": "sha512-R9fBn90VTJrqqLDwyMph+HGne8eqY1iPfYhPzZrvKpIfwkWZbcYlfpsb8B9dTvBfpy1/hqAD7Wi8EKfP9e8zdw==",
5873 "license": "MIT"
5874 },
5875 "node_modules/uncrypto": {
5876 "version": "0.1.3",
5877 "resolved": "https://registry.npmjs.org/uncrypto/-/uncrypto-0.1.3.tgz",
5878 "integrity": "sha512-Ql87qFHB3s/De2ClA9e0gsnS6zXG27SkTiSJwjCc9MebbfapQfuPzumMIUMi38ezPZVNFcHI9sUIepeQfw8J8Q==",
5879 "license": "MIT"
5880 },
5881 "node_modules/undici-types": {
5882 "version": "7.16.0",
5883 "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.16.0.tgz",
5884 "integrity": "sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==",
5885 "license": "MIT"
5886 },
5887 "node_modules/unified": {
5888 "version": "11.0.5",
5889 "resolved": "https://registry.npmjs.org/unified/-/unified-11.0.5.tgz",
5890 "integrity": "sha512-xKvGhPWw3k84Qjh8bI3ZeJjqnyadK+GEFtazSfZv/rKeTkTjOJho6mFqh2SM96iIcZokxiOpg78GazTSg8+KHA==",
5891 "license": "MIT",
5892 "dependencies": {
5893 "@types/unist": "^3.0.0",
5894 "bail": "^2.0.0",
5895 "devlop": "^1.0.0",
5896 "extend": "^3.0.0",
5897 "is-plain-obj": "^4.0.0",
5898 "trough": "^2.0.0",
5899 "vfile": "^6.0.0"
5900 },
5901 "funding": {
5902 "type": "opencollective",
5903 "url": "https://opencollective.com/unified"
5904 }
5905 },
5906 "node_modules/unifont": {
5907 "version": "0.7.4",
5908 "resolved": "https://registry.npmjs.org/unifont/-/unifont-0.7.4.tgz",
5909 "integrity": "sha512-oHeis4/xl42HUIeHuNZRGEvxj5AaIKR+bHPNegRq5LV1gdc3jundpONbjglKpihmJf+dswygdMJn3eftGIMemg==",
5910 "license": "MIT",
5911 "dependencies": {
5912 "css-tree": "^3.1.0",
5913 "ofetch": "^1.5.1",
5914 "ohash": "^2.0.11"
5915 }
5916 },
5917 "node_modules/unist-util-find-after": {
5918 "version": "5.0.0",
5919 "resolved": "https://registry.npmjs.org/unist-util-find-after/-/unist-util-find-after-5.0.0.tgz",
5920 "integrity": "sha512-amQa0Ep2m6hE2g72AugUItjbuM8X8cGQnFoHk0pGfrFeT9GZhzN5SW8nRsiGKK7Aif4CrACPENkA6P/Lw6fHGQ==",
5921 "license": "MIT",
5922 "dependencies": {
5923 "@types/unist": "^3.0.0",
5924 "unist-util-is": "^6.0.0"
5925 },
5926 "funding": {
5927 "type": "opencollective",
5928 "url": "https://opencollective.com/unified"
5929 }
5930 },
5931 "node_modules/unist-util-is": {
5932 "version": "6.0.1",
5933 "resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-6.0.1.tgz",
5934 "integrity": "sha512-LsiILbtBETkDz8I9p1dQ0uyRUWuaQzd/cuEeS1hoRSyW5E5XGmTzlwY1OrNzzakGowI9Dr/I8HVaw4hTtnxy8g==",
5935 "license": "MIT",
5936 "dependencies": {
5937 "@types/unist": "^3.0.0"
5938 },
5939 "funding": {
5940 "type": "opencollective",
5941 "url": "https://opencollective.com/unified"
5942 }
5943 },
5944 "node_modules/unist-util-modify-children": {
5945 "version": "4.0.0",
5946 "resolved": "https://registry.npmjs.org/unist-util-modify-children/-/unist-util-modify-children-4.0.0.tgz",
5947 "integrity": "sha512-+tdN5fGNddvsQdIzUF3Xx82CU9sMM+fA0dLgR9vOmT0oPT2jH+P1nd5lSqfCfXAw+93NhcXNY2qqvTUtE4cQkw==",
5948 "license": "MIT",
5949 "dependencies": {
5950 "@types/unist": "^3.0.0",
5951 "array-iterate": "^2.0.0"
5952 },
5953 "funding": {
5954 "type": "opencollective",
5955 "url": "https://opencollective.com/unified"
5956 }
5957 },
5958 "node_modules/unist-util-position": {
5959 "version": "5.0.0",
5960 "resolved": "https://registry.npmjs.org/unist-util-position/-/unist-util-position-5.0.0.tgz",
5961 "integrity": "sha512-fucsC7HjXvkB5R3kTCO7kUjRdrS0BJt3M/FPxmHMBOm8JQi2BsHAHFsy27E0EolP8rp0NzXsJ+jNPyDWvOJZPA==",
5962 "license": "MIT",
5963 "dependencies": {
5964 "@types/unist": "^3.0.0"
5965 },
5966 "funding": {
5967 "type": "opencollective",
5968 "url": "https://opencollective.com/unified"
5969 }
5970 },
5971 "node_modules/unist-util-position-from-estree": {
5972 "version": "2.0.0",
5973 "resolved": "https://registry.npmjs.org/unist-util-position-from-estree/-/unist-util-position-from-estree-2.0.0.tgz",
5974 "integrity": "sha512-KaFVRjoqLyF6YXCbVLNad/eS4+OfPQQn2yOd7zF/h5T/CSL2v8NpN6a5TPvtbXthAGw5nG+PuTtq+DdIZr+cRQ==",
5975 "license": "MIT",
5976 "dependencies": {
5977 "@types/unist": "^3.0.0"
5978 },
5979 "funding": {
5980 "type": "opencollective",
5981 "url": "https://opencollective.com/unified"
5982 }
5983 },
5984 "node_modules/unist-util-remove-position": {
5985 "version": "5.0.0",
5986 "resolved": "https://registry.npmjs.org/unist-util-remove-position/-/unist-util-remove-position-5.0.0.tgz",
5987 "integrity": "sha512-Hp5Kh3wLxv0PHj9m2yZhhLt58KzPtEYKQQ4yxfYFEO7EvHwzyDYnduhHnY1mDxoqr7VUwVuHXk9RXKIiYS1N8Q==",
5988 "license": "MIT",
5989 "dependencies": {
5990 "@types/unist": "^3.0.0",
5991 "unist-util-visit": "^5.0.0"
5992 },
5993 "funding": {
5994 "type": "opencollective",
5995 "url": "https://opencollective.com/unified"
5996 }
5997 },
5998 "node_modules/unist-util-stringify-position": {
5999 "version": "4.0.0",
6000 "resolved": "https://registry.npmjs.org/unist-util-stringify-position/-/unist-util-stringify-position-4.0.0.tgz",
6001 "integrity": "sha512-0ASV06AAoKCDkS2+xw5RXJywruurpbC4JZSm7nr7MOt1ojAzvyyaO+UxZf18j8FCF6kmzCZKcAgN/yu2gm2XgQ==",
6002 "license": "MIT",
6003 "dependencies": {
6004 "@types/unist": "^3.0.0"
6005 },
6006 "funding": {
6007 "type": "opencollective",
6008 "url": "https://opencollective.com/unified"
6009 }
6010 },
6011 "node_modules/unist-util-visit": {
6012 "version": "5.1.0",
6013 "resolved": "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-5.1.0.tgz",
6014 "integrity": "sha512-m+vIdyeCOpdr/QeQCu2EzxX/ohgS8KbnPDgFni4dQsfSCtpz8UqDyY5GjRru8PDKuYn7Fq19j1CQ+nJSsGKOzg==",
6015 "license": "MIT",
6016 "dependencies": {
6017 "@types/unist": "^3.0.0",
6018 "unist-util-is": "^6.0.0",
6019 "unist-util-visit-parents": "^6.0.0"
6020 },
6021 "funding": {
6022 "type": "opencollective",
6023 "url": "https://opencollective.com/unified"
6024 }
6025 },
6026 "node_modules/unist-util-visit-children": {
6027 "version": "3.0.0",
6028 "resolved": "https://registry.npmjs.org/unist-util-visit-children/-/unist-util-visit-children-3.0.0.tgz",
6029 "integrity": "sha512-RgmdTfSBOg04sdPcpTSD1jzoNBjt9a80/ZCzp5cI9n1qPzLZWF9YdvWGN2zmTumP1HWhXKdUWexjy/Wy/lJ7tA==",
6030 "license": "MIT",
6031 "dependencies": {
6032 "@types/unist": "^3.0.0"
6033 },
6034 "funding": {
6035 "type": "opencollective",
6036 "url": "https://opencollective.com/unified"
6037 }
6038 },
6039 "node_modules/unist-util-visit-parents": {
6040 "version": "6.0.2",
6041 "resolved": "https://registry.npmjs.org/unist-util-visit-parents/-/unist-util-visit-parents-6.0.2.tgz",
6042 "integrity": "sha512-goh1s1TBrqSqukSc8wrjwWhL0hiJxgA8m4kFxGlQ+8FYQ3C/m11FcTs4YYem7V664AhHVvgoQLk890Ssdsr2IQ==",
6043 "license": "MIT",
6044 "dependencies": {
6045 "@types/unist": "^3.0.0",
6046 "unist-util-is": "^6.0.0"
6047 },
6048 "funding": {
6049 "type": "opencollective",
6050 "url": "https://opencollective.com/unified"
6051 }
6052 },
6053 "node_modules/unstorage": {
6054 "version": "1.17.5",
6055 "resolved": "https://registry.npmjs.org/unstorage/-/unstorage-1.17.5.tgz",
6056 "integrity": "sha512-0i3iqvRfx29hkNntHyQvJTpf5W9dQ9ZadSoRU8+xVlhVtT7jAX57fazYO9EHvcRCfBCyi5YRya7XCDOsbTgkPg==",
6057 "license": "MIT",
6058 "dependencies": {
6059 "anymatch": "^3.1.3",
6060 "chokidar": "^5.0.0",
6061 "destr": "^2.0.5",
6062 "h3": "^1.15.10",
6063 "lru-cache": "^11.2.7",
6064 "node-fetch-native": "^1.6.7",
6065 "ofetch": "^1.5.1",
6066 "ufo": "^1.6.3"
6067 },
6068 "peerDependencies": {
6069 "@azure/app-configuration": "^1.8.0",
6070 "@azure/cosmos": "^4.2.0",
6071 "@azure/data-tables": "^13.3.0",
6072 "@azure/identity": "^4.6.0",
6073 "@azure/keyvault-secrets": "^4.9.0",
6074 "@azure/storage-blob": "^12.26.0",
6075 "@capacitor/preferences": "^6 || ^7 || ^8",
6076 "@deno/kv": ">=0.9.0",
6077 "@netlify/blobs": "^6.5.0 || ^7.0.0 || ^8.1.0 || ^9.0.0 || ^10.0.0",
6078 "@planetscale/database": "^1.19.0",
6079 "@upstash/redis": "^1.34.3",
6080 "@vercel/blob": ">=0.27.1",
6081 "@vercel/functions": "^2.2.12 || ^3.0.0",
6082 "@vercel/kv": "^1 || ^2 || ^3",
6083 "aws4fetch": "^1.0.20",
6084 "db0": ">=0.2.1",
6085 "idb-keyval": "^6.2.1",
6086 "ioredis": "^5.4.2",
6087 "uploadthing": "^7.4.4"
6088 },
6089 "peerDependenciesMeta": {
6090 "@azure/app-configuration": {
6091 "optional": true
6092 },
6093 "@azure/cosmos": {
6094 "optional": true
6095 },
6096 "@azure/data-tables": {
6097 "optional": true
6098 },
6099 "@azure/identity": {
6100 "optional": true
6101 },
6102 "@azure/keyvault-secrets": {
6103 "optional": true
6104 },
6105 "@azure/storage-blob": {
6106 "optional": true
6107 },
6108 "@capacitor/preferences": {
6109 "optional": true
6110 },
6111 "@deno/kv": {
6112 "optional": true
6113 },
6114 "@netlify/blobs": {
6115 "optional": true
6116 },
6117 "@planetscale/database": {
6118 "optional": true
6119 },
6120 "@upstash/redis": {
6121 "optional": true
6122 },
6123 "@vercel/blob": {
6124 "optional": true
6125 },
6126 "@vercel/functions": {
6127 "optional": true
6128 },
6129 "@vercel/kv": {
6130 "optional": true
6131 },
6132 "aws4fetch": {
6133 "optional": true
6134 },
6135 "db0": {
6136 "optional": true
6137 },
6138 "idb-keyval": {
6139 "optional": true
6140 },
6141 "ioredis": {
6142 "optional": true
6143 },
6144 "uploadthing": {
6145 "optional": true
6146 }
6147 }
6148 },
6149 "node_modules/util-deprecate": {
6150 "version": "1.0.2",
6151 "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz",
6152 "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==",
6153 "license": "MIT"
6154 },
6155 "node_modules/vfile": {
6156 "version": "6.0.3",
6157 "resolved": "https://registry.npmjs.org/vfile/-/vfile-6.0.3.tgz",
6158 "integrity": "sha512-KzIbH/9tXat2u30jf+smMwFCsno4wHVdNmzFyL+T/L3UGqqk6JKfVqOFOZEpZSHADH1k40ab6NUIXZq422ov3Q==",
6159 "license": "MIT",
6160 "dependencies": {
6161 "@types/unist": "^3.0.0",
6162 "vfile-message": "^4.0.0"
6163 },
6164 "funding": {
6165 "type": "opencollective",
6166 "url": "https://opencollective.com/unified"
6167 }
6168 },
6169 "node_modules/vfile-location": {
6170 "version": "5.0.3",
6171 "resolved": "https://registry.npmjs.org/vfile-location/-/vfile-location-5.0.3.tgz",
6172 "integrity": "sha512-5yXvWDEgqeiYiBe1lbxYF7UMAIm/IcopxMHrMQDq3nvKcjPKIhZklUKL+AE7J7uApI4kwe2snsK+eI6UTj9EHg==",
6173 "license": "MIT",
6174 "dependencies": {
6175 "@types/unist": "^3.0.0",
6176 "vfile": "^6.0.0"
6177 },
6178 "funding": {
6179 "type": "opencollective",
6180 "url": "https://opencollective.com/unified"
6181 }
6182 },
6183 "node_modules/vfile-message": {
6184 "version": "4.0.3",
6185 "resolved": "https://registry.npmjs.org/vfile-message/-/vfile-message-4.0.3.tgz",
6186 "integrity": "sha512-QTHzsGd1EhbZs4AsQ20JX1rC3cOlt/IWJruk893DfLRr57lcnOeMaWG4K0JrRta4mIJZKth2Au3mM3u03/JWKw==",
6187 "license": "MIT",
6188 "dependencies": {
6189 "@types/unist": "^3.0.0",
6190 "unist-util-stringify-position": "^4.0.0"
6191 },
6192 "funding": {
6193 "type": "opencollective",
6194 "url": "https://opencollective.com/unified"
6195 }
6196 },
6197 "node_modules/vite": {
6198 "version": "7.3.2",
6199 "resolved": "https://registry.npmjs.org/vite/-/vite-7.3.2.tgz",
6200 "integrity": "sha512-Bby3NOsna2jsjfLVOHKes8sGwgl4TT0E6vvpYgnAYDIF/tie7MRaFthmKuHx1NSXjiTueXH3do80FMQgvEktRg==",
6201 "license": "MIT",
6202 "dependencies": {
6203 "esbuild": "^0.27.0",
6204 "fdir": "^6.5.0",
6205 "picomatch": "^4.0.3",
6206 "postcss": "^8.5.6",
6207 "rollup": "^4.43.0",
6208 "tinyglobby": "^0.2.15"
6209 },
6210 "bin": {
6211 "vite": "bin/vite.js"
6212 },
6213 "engines": {
6214 "node": "^20.19.0 || >=22.12.0"
6215 },
6216 "funding": {
6217 "url": "https://github.com/vitejs/vite?sponsor=1"
6218 },
6219 "optionalDependencies": {
6220 "fsevents": "~2.3.3"
6221 },
6222 "peerDependencies": {
6223 "@types/node": "^20.19.0 || >=22.12.0",
6224 "jiti": ">=1.21.0",
6225 "less": "^4.0.0",
6226 "lightningcss": "^1.21.0",
6227 "sass": "^1.70.0",
6228 "sass-embedded": "^1.70.0",
6229 "stylus": ">=0.54.8",
6230 "sugarss": "^5.0.0",
6231 "terser": "^5.16.0",
6232 "tsx": "^4.8.1",
6233 "yaml": "^2.4.2"
6234 },
6235 "peerDependenciesMeta": {
6236 "@types/node": {
6237 "optional": true
6238 },
6239 "jiti": {
6240 "optional": true
6241 },
6242 "less": {
6243 "optional": true
6244 },
6245 "lightningcss": {
6246 "optional": true
6247 },
6248 "sass": {
6249 "optional": true
6250 },
6251 "sass-embedded": {
6252 "optional": true
6253 },
6254 "stylus": {
6255 "optional": true
6256 },
6257 "sugarss": {
6258 "optional": true
6259 },
6260 "terser": {
6261 "optional": true
6262 },
6263 "tsx": {
6264 "optional": true
6265 },
6266 "yaml": {
6267 "optional": true
6268 }
6269 }
6270 },
6271 "node_modules/vitefu": {
6272 "version": "1.1.3",
6273 "resolved": "https://registry.npmjs.org/vitefu/-/vitefu-1.1.3.tgz",
6274 "integrity": "sha512-ub4okH7Z5KLjb6hDyjqrGXqWtWvoYdU3IGm/NorpgHncKoLTCfRIbvlhBm7r0YstIaQRYlp4yEbFqDcKSzXSSg==",
6275 "license": "MIT",
6276 "workspaces": [
6277 "tests/deps/*",
6278 "tests/projects/*",
6279 "tests/projects/workspace/packages/*"
6280 ],
6281 "peerDependencies": {
6282 "vite": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0"
6283 },
6284 "peerDependenciesMeta": {
6285 "vite": {
6286 "optional": true
6287 }
6288 }
6289 },
6290 "node_modules/web-namespaces": {
6291 "version": "2.0.1",
6292 "resolved": "https://registry.npmjs.org/web-namespaces/-/web-namespaces-2.0.1.tgz",
6293 "integrity": "sha512-bKr1DkiNa2krS7qxNtdrtHAmzuYGFQLiQ13TsorsdT6ULTkPLKuu5+GsFpDlg6JFjUTwX2DyhMPG2be8uPrqsQ==",
6294 "license": "MIT",
6295 "funding": {
6296 "type": "github",
6297 "url": "https://github.com/sponsors/wooorm"
6298 }
6299 },
6300 "node_modules/which-pm-runs": {
6301 "version": "1.1.0",
6302 "resolved": "https://registry.npmjs.org/which-pm-runs/-/which-pm-runs-1.1.0.tgz",
6303 "integrity": "sha512-n1brCuqClxfFfq/Rb0ICg9giSZqCS+pLtccdag6C2HyufBrh3fBOiy9nb6ggRMvWOVH5GrdJskj5iGTZNxd7SA==",
6304 "license": "MIT",
6305 "engines": {
6306 "node": ">=4"
6307 }
6308 },
6309 "node_modules/xxhash-wasm": {
6310 "version": "1.1.0",
6311 "resolved": "https://registry.npmjs.org/xxhash-wasm/-/xxhash-wasm-1.1.0.tgz",
6312 "integrity": "sha512-147y/6YNh+tlp6nd/2pWq38i9h6mz/EuQ6njIrmW8D1BS5nCqs0P6DG+m6zTGnNz5I+uhZ0SHxBs9BsPrwcKDA==",
6313 "license": "MIT"
6314 },
6315 "node_modules/yargs-parser": {
6316 "version": "22.0.0",
6317 "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-22.0.0.tgz",
6318 "integrity": "sha512-rwu/ClNdSMpkSrUb+d6BRsSkLUq1fmfsY6TOpYzTwvwkg1/NRG85KBy3kq++A8LKQwX6lsu+aWad+2khvuXrqw==",
6319 "license": "ISC",
6320 "engines": {
6321 "node": "^20.19.0 || ^22.12.0 || >=23"
6322 }
6323 },
6324 "node_modules/yocto-queue": {
6325 "version": "1.2.2",
6326 "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-1.2.2.tgz",
6327 "integrity": "sha512-4LCcse/U2MHZ63HAJVE+v71o7yOdIe4cZ70Wpf8D/IyjDKYQLV5GD46B+hSTjJsvV5PztjvHoU580EftxjDZFQ==",
6328 "license": "MIT",
6329 "engines": {
6330 "node": ">=12.20"
6331 },
6332 "funding": {
6333 "url": "https://github.com/sponsors/sindresorhus"
6334 }
6335 },
6336 "node_modules/zod": {
6337 "version": "4.4.1",
6338 "resolved": "https://registry.npmjs.org/zod/-/zod-4.4.1.tgz",
6339 "integrity": "sha512-a6ENMBBGZBsnlSebQ/eKCguSBeGKSf4O7BPnqVPmYGtpBYI7VSqoVqw+QcB7kPRjbqPwhYTpFbVj/RqNz/CT0Q==",
6340 "license": "MIT",
6341 "funding": {
6342 "url": "https://github.com/sponsors/colinhacks"
6343 }
6344 },
6345 "node_modules/zwitch": {
6346 "version": "2.0.4",
6347 "resolved": "https://registry.npmjs.org/zwitch/-/zwitch-2.0.4.tgz",
6348 "integrity": "sha512-bXE4cR/kVZhKZX/RjPEflHaKVhUVl85noU3v6b8apfQEc1x4A+zBxjZ4lN8LqGd6WZ3dl98pY4o717VFmoPp+A==",
6349 "license": "MIT",
6350 "funding": {
6351 "type": "github",
6352 "url": "https://github.com/sponsors/wooorm"
6353 }
6354 }
6355 }
6356}