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