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