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