Contact link site
1{
2 "name": "tcp-contact",
3 "version": "0.0.1",
4 "lockfileVersion": 3,
5 "requires": true,
6 "packages": {
7 "": {
8 "name": "tcp-contact",
9 "version": "0.0.1",
10 "dependencies": {
11 "@tailwindcss/vite": "^4.1.18",
12 "astro": "^5.17.1",
13 "tailwindcss": "^4.1.18"
14 },
15 "devDependencies": {
16 "@catppuccin/tailwindcss": "^1.0.0"
17 }
18 },
19 "node_modules/@astrojs/compiler": {
20 "version": "2.13.1",
21 "resolved": "https://registry.npmjs.org/@astrojs/compiler/-/compiler-2.13.1.tgz",
22 "integrity": "sha512-f3FN83d2G/v32ipNClRKgYv30onQlMZX1vCeZMjPsMMPl1mDpmbl0+N5BYo4S/ofzqJyS5hvwacEo0CCVDn/Qg==",
23 "license": "MIT"
24 },
25 "node_modules/@astrojs/internal-helpers": {
26 "version": "0.7.5",
27 "resolved": "https://registry.npmjs.org/@astrojs/internal-helpers/-/internal-helpers-0.7.5.tgz",
28 "integrity": "sha512-vreGnYSSKhAjFJCWAwe/CNhONvoc5lokxtRoZims+0wa3KbHBdPHSSthJsKxPd8d/aic6lWKpRTYGY/hsgK6EA==",
29 "license": "MIT"
30 },
31 "node_modules/@astrojs/markdown-remark": {
32 "version": "6.3.10",
33 "resolved": "https://registry.npmjs.org/@astrojs/markdown-remark/-/markdown-remark-6.3.10.tgz",
34 "integrity": "sha512-kk4HeYR6AcnzC4QV8iSlOfh+N8TZ3MEStxPyenyCtemqn8IpEATBFMTJcfrNW32dgpt6MY3oCkMM/Tv3/I4G3A==",
35 "license": "MIT",
36 "dependencies": {
37 "@astrojs/internal-helpers": "0.7.5",
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.1",
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.19.0",
52 "smol-toml": "^1.5.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.2",
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/telemetry": {
73 "version": "3.3.0",
74 "resolved": "https://registry.npmjs.org/@astrojs/telemetry/-/telemetry-3.3.0.tgz",
75 "integrity": "sha512-UFBgfeldP06qu6khs/yY+q1cDAaArM2/7AEIqQ9Cuvf7B1hNLq0xDrZkct+QoIGyjq56y8IaE2I3CTvG99mlhQ==",
76 "license": "MIT",
77 "dependencies": {
78 "ci-info": "^4.2.0",
79 "debug": "^4.4.0",
80 "dlv": "^1.1.3",
81 "dset": "^3.1.4",
82 "is-docker": "^3.0.0",
83 "is-wsl": "^3.1.0",
84 "which-pm-runs": "^1.1.0"
85 },
86 "engines": {
87 "node": "18.20.8 || ^20.3.0 || >=22.0.0"
88 }
89 },
90 "node_modules/@babel/helper-string-parser": {
91 "version": "7.27.1",
92 "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz",
93 "integrity": "sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==",
94 "license": "MIT",
95 "engines": {
96 "node": ">=6.9.0"
97 }
98 },
99 "node_modules/@babel/helper-validator-identifier": {
100 "version": "7.28.5",
101 "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz",
102 "integrity": "sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==",
103 "license": "MIT",
104 "engines": {
105 "node": ">=6.9.0"
106 }
107 },
108 "node_modules/@babel/parser": {
109 "version": "7.29.0",
110 "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.29.0.tgz",
111 "integrity": "sha512-IyDgFV5GeDUVX4YdF/3CPULtVGSXXMLh1xVIgdCgxApktqnQV0r7/8Nqthg+8YLGaAtdyIlo2qIdZrbCv4+7ww==",
112 "license": "MIT",
113 "dependencies": {
114 "@babel/types": "^7.29.0"
115 },
116 "bin": {
117 "parser": "bin/babel-parser.js"
118 },
119 "engines": {
120 "node": ">=6.0.0"
121 }
122 },
123 "node_modules/@babel/types": {
124 "version": "7.29.0",
125 "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.29.0.tgz",
126 "integrity": "sha512-LwdZHpScM4Qz8Xw2iKSzS+cfglZzJGvofQICy7W7v4caru4EaAmyUuO6BGrbyQ2mYV11W0U8j5mBhd14dd3B0A==",
127 "license": "MIT",
128 "dependencies": {
129 "@babel/helper-string-parser": "^7.27.1",
130 "@babel/helper-validator-identifier": "^7.28.5"
131 },
132 "engines": {
133 "node": ">=6.9.0"
134 }
135 },
136 "node_modules/@capsizecss/unpack": {
137 "version": "4.0.0",
138 "resolved": "https://registry.npmjs.org/@capsizecss/unpack/-/unpack-4.0.0.tgz",
139 "integrity": "sha512-VERIM64vtTP1C4mxQ5thVT9fK0apjPFobqybMtA1UdUujWka24ERHbRHFGmpbbhp73MhV+KSsHQH9C6uOTdEQA==",
140 "license": "MIT",
141 "dependencies": {
142 "fontkitten": "^1.0.0"
143 },
144 "engines": {
145 "node": ">=18"
146 }
147 },
148 "node_modules/@catppuccin/tailwindcss": {
149 "version": "1.0.0",
150 "resolved": "https://registry.npmjs.org/@catppuccin/tailwindcss/-/tailwindcss-1.0.0.tgz",
151 "integrity": "sha512-l8pOlcYe2ncGd8a1gUmL5AHmKlxR2+CHuG5kt4Me6IZwzntW1DoLmj89BH+DcsPHBsdDGLrTSv35emlYyU3FeQ==",
152 "dev": true,
153 "license": "MIT",
154 "engines": {
155 "node": ">=22.0.0"
156 }
157 },
158 "node_modules/@emnapi/runtime": {
159 "version": "1.8.1",
160 "resolved": "https://registry.npmjs.org/@emnapi/runtime/-/runtime-1.8.1.tgz",
161 "integrity": "sha512-mehfKSMWjjNol8659Z8KxEMrdSJDDot5SXMq00dM8BN4o+CLNXQ0xH2V7EchNHV4RmbZLmmPdEaXZc5H2FXmDg==",
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.12",
170 "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.25.12.tgz",
171 "integrity": "sha512-Hhmwd6CInZ3dwpuGTF8fJG6yoWmsToE+vYgD4nytZVxcu1ulHpUQRAB1UJ8+N1Am3Mz4+xOByoQoSZf4D+CpkA==",
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.12",
186 "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.25.12.tgz",
187 "integrity": "sha512-VJ+sKvNA/GE7Ccacc9Cha7bpS8nyzVv0jdVgwNDaR4gDMC/2TTRc33Ip8qrNYUcpkOHUT5OZ0bUcNNVZQ9RLlg==",
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.12",
202 "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.25.12.tgz",
203 "integrity": "sha512-6AAmLG7zwD1Z159jCKPvAxZd4y/VTO0VkprYy+3N2FtJ8+BQWFXU+OxARIwA46c5tdD9SsKGZ/1ocqBS/gAKHg==",
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.12",
218 "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.25.12.tgz",
219 "integrity": "sha512-5jbb+2hhDHx5phYR2By8GTWEzn6I9UqR11Kwf22iKbNpYrsmRB18aX/9ivc5cabcUiAT/wM+YIZ6SG9QO6a8kg==",
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.12",
234 "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.25.12.tgz",
235 "integrity": "sha512-N3zl+lxHCifgIlcMUP5016ESkeQjLj/959RxxNYIthIg+CQHInujFuXeWbWMgnTo4cp5XVHqFPmpyu9J65C1Yg==",
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.12",
250 "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.25.12.tgz",
251 "integrity": "sha512-HQ9ka4Kx21qHXwtlTUVbKJOAnmG1ipXhdWTmNXiPzPfWKpXqASVcWdnf2bnL73wgjNrFXAa3yYvBSd9pzfEIpA==",
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.12",
266 "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.25.12.tgz",
267 "integrity": "sha512-gA0Bx759+7Jve03K1S0vkOu5Lg/85dou3EseOGUes8flVOGxbhDDh/iZaoek11Y8mtyKPGF3vP8XhnkDEAmzeg==",
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.12",
282 "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.25.12.tgz",
283 "integrity": "sha512-TGbO26Yw2xsHzxtbVFGEXBFH0FRAP7gtcPE7P5yP7wGy7cXK2oO7RyOhL5NLiqTlBh47XhmIUXuGciXEqYFfBQ==",
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.12",
298 "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.25.12.tgz",
299 "integrity": "sha512-lPDGyC1JPDou8kGcywY0YILzWlhhnRjdof3UlcoqYmS9El818LLfJJc3PXXgZHrHCAKs/Z2SeZtDJr5MrkxtOw==",
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.12",
314 "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.25.12.tgz",
315 "integrity": "sha512-8bwX7a8FghIgrupcxb4aUmYDLp8pX06rGh5HqDT7bB+8Rdells6mHvrFHHW2JAOPZUbnjUpKTLg6ECyzvas2AQ==",
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.12",
330 "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.25.12.tgz",
331 "integrity": "sha512-0y9KrdVnbMM2/vG8KfU0byhUN+EFCny9+8g202gYqSSVMonbsCfLjUO+rCci7pM0WBEtz+oK/PIwHkzxkyharA==",
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.12",
346 "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.25.12.tgz",
347 "integrity": "sha512-h///Lr5a9rib/v1GGqXVGzjL4TMvVTv+s1DPoxQdz7l/AYv6LDSxdIwzxkrPW438oUXiDtwM10o9PmwS/6Z0Ng==",
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.12",
362 "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.25.12.tgz",
363 "integrity": "sha512-iyRrM1Pzy9GFMDLsXn1iHUm18nhKnNMWscjmp4+hpafcZjrr2WbT//d20xaGljXDBYHqRcl8HnxbX6uaA/eGVw==",
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.12",
378 "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.25.12.tgz",
379 "integrity": "sha512-9meM/lRXxMi5PSUqEXRCtVjEZBGwB7P/D4yT8UG/mwIdze2aV4Vo6U5gD3+RsoHXKkHCfSxZKzmDssVlRj1QQA==",
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.12",
394 "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.25.12.tgz",
395 "integrity": "sha512-Zr7KR4hgKUpWAwb1f3o5ygT04MzqVrGEGXGLnj15YQDJErYu/BGg+wmFlIDOdJp0PmB0lLvxFIOXZgFRrdjR0w==",
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.12",
410 "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.25.12.tgz",
411 "integrity": "sha512-MsKncOcgTNvdtiISc/jZs/Zf8d0cl/t3gYWX8J9ubBnVOwlk65UIEEvgBORTiljloIWnBzLs4qhzPkJcitIzIg==",
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.12",
426 "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.25.12.tgz",
427 "integrity": "sha512-uqZMTLr/zR/ed4jIGnwSLkaHmPjOjJvnm6TVVitAa08SLS9Z0VM8wIRx7gWbJB5/J54YuIMInDquWyYvQLZkgw==",
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.12",
442 "resolved": "https://registry.npmjs.org/@esbuild/netbsd-arm64/-/netbsd-arm64-0.25.12.tgz",
443 "integrity": "sha512-xXwcTq4GhRM7J9A8Gv5boanHhRa/Q9KLVmcyXHCTaM4wKfIpWkdXiMog/KsnxzJ0A1+nD+zoecuzqPmCRyBGjg==",
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.12",
458 "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.25.12.tgz",
459 "integrity": "sha512-Ld5pTlzPy3YwGec4OuHh1aCVCRvOXdH8DgRjfDy/oumVovmuSzWfnSJg+VtakB9Cm0gxNO9BzWkj6mtO1FMXkQ==",
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.12",
474 "resolved": "https://registry.npmjs.org/@esbuild/openbsd-arm64/-/openbsd-arm64-0.25.12.tgz",
475 "integrity": "sha512-fF96T6KsBo/pkQI950FARU9apGNTSlZGsv1jZBAlcLL1MLjLNIWPBkj5NlSz8aAzYKg+eNqknrUJ24QBybeR5A==",
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.12",
490 "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.25.12.tgz",
491 "integrity": "sha512-MZyXUkZHjQxUvzK7rN8DJ3SRmrVrke8ZyRusHlP+kuwqTcfWLyqMOE3sScPPyeIXN/mDJIfGXvcMqCgYKekoQw==",
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.12",
506 "resolved": "https://registry.npmjs.org/@esbuild/openharmony-arm64/-/openharmony-arm64-0.25.12.tgz",
507 "integrity": "sha512-rm0YWsqUSRrjncSXGA7Zv78Nbnw4XL6/dzr20cyrQf7ZmRcsovpcRBdhD43Nuk3y7XIoW2OxMVvwuRvk9XdASg==",
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.12",
522 "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.25.12.tgz",
523 "integrity": "sha512-3wGSCDyuTHQUzt0nV7bocDy72r2lI33QL3gkDNGkod22EsYl04sMf0qLb8luNKTOmgF/eDEDP5BFNwoBKH441w==",
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.12",
538 "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.25.12.tgz",
539 "integrity": "sha512-rMmLrur64A7+DKlnSuwqUdRKyd3UE7oPJZmnljqEptesKM8wx9J8gx5u0+9Pq0fQQW8vqeKebwNXdfOyP+8Bsg==",
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.12",
554 "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.25.12.tgz",
555 "integrity": "sha512-HkqnmmBoCbCwxUKKNPBixiWDGCpQGVsrQfJoVGYLPT41XWF8lHuE5N6WhVia2n4o5QK5M4tYr21827fNhi4byQ==",
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.12",
570 "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.25.12.tgz",
571 "integrity": "sha512-alJC0uCZpTFrSL0CCDjcgleBXPnCrEAhTBILpeAp7M/OFgoqtAetfBzX0xM00MUsVVPpVjlPuMbREqnZCXaTnA==",
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.5",
596 "resolved": "https://registry.npmjs.org/@img/sharp-darwin-arm64/-/sharp-darwin-arm64-0.34.5.tgz",
597 "integrity": "sha512-imtQ3WMJXbMY4fxb/Ndp6HBTNVtWCUI0WdobyheGf5+ad6xX8VIDO8u2xE4qc/fr08CKG/7dDseFtn6M6g/r3w==",
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.4"
614 }
615 },
616 "node_modules/@img/sharp-darwin-x64": {
617 "version": "0.34.5",
618 "resolved": "https://registry.npmjs.org/@img/sharp-darwin-x64/-/sharp-darwin-x64-0.34.5.tgz",
619 "integrity": "sha512-YNEFAF/4KQ/PeW0N+r+aVVsoIY0/qxxikF2SWdp+NRkmMB7y9LBZAVqQ4yhGCm/H3H270OSykqmQMKLBhBJDEw==",
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.4"
636 }
637 },
638 "node_modules/@img/sharp-libvips-darwin-arm64": {
639 "version": "1.2.4",
640 "resolved": "https://registry.npmjs.org/@img/sharp-libvips-darwin-arm64/-/sharp-libvips-darwin-arm64-1.2.4.tgz",
641 "integrity": "sha512-zqjjo7RatFfFoP0MkQ51jfuFZBnVE2pRiaydKJ1G/rHZvnsrHAOcQALIi9sA5co5xenQdTugCvtb1cuf78Vf4g==",
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.4",
656 "resolved": "https://registry.npmjs.org/@img/sharp-libvips-darwin-x64/-/sharp-libvips-darwin-x64-1.2.4.tgz",
657 "integrity": "sha512-1IOd5xfVhlGwX+zXv2N93k0yMONvUlANylbJw1eTah8K/Jtpi15KC+WSiaX/nBmbm2HxRM1gZ0nSdjSsrZbGKg==",
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.4",
672 "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-arm/-/sharp-libvips-linux-arm-1.2.4.tgz",
673 "integrity": "sha512-bFI7xcKFELdiNCVov8e44Ia4u2byA+l3XtsAj+Q8tfCwO6BQ8iDojYdvoPMqsKDkuoOo+X6HZA0s0q11ANMQ8A==",
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.4",
688 "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-arm64/-/sharp-libvips-linux-arm64-1.2.4.tgz",
689 "integrity": "sha512-excjX8DfsIcJ10x1Kzr4RcWe1edC9PquDRRPx3YVCvQv+U5p7Yin2s32ftzikXojb1PIFc/9Mt28/y+iRklkrw==",
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.4",
704 "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-ppc64/-/sharp-libvips-linux-ppc64-1.2.4.tgz",
705 "integrity": "sha512-FMuvGijLDYG6lW+b/UvyilUWu5Ayu+3r2d1S8notiGCIyYU/76eig1UfMmkZ7vwgOrzKzlQbFSuQfgm7GYUPpA==",
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-riscv64": {
719 "version": "1.2.4",
720 "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-riscv64/-/sharp-libvips-linux-riscv64-1.2.4.tgz",
721 "integrity": "sha512-oVDbcR4zUC0ce82teubSm+x6ETixtKZBh/qbREIOcI3cULzDyb18Sr/Wcyx7NRQeQzOiHTNbZFF1UwPS2scyGA==",
722 "cpu": [
723 "riscv64"
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-s390x": {
735 "version": "1.2.4",
736 "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-s390x/-/sharp-libvips-linux-s390x-1.2.4.tgz",
737 "integrity": "sha512-qmp9VrzgPgMoGZyPvrQHqk02uyjA0/QrTO26Tqk6l4ZV0MPWIW6LTkqOIov+J1yEu7MbFQaDpwdwJKhbJvuRxQ==",
738 "cpu": [
739 "s390x"
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-linux-x64": {
751 "version": "1.2.4",
752 "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-x64/-/sharp-libvips-linux-x64-1.2.4.tgz",
753 "integrity": "sha512-tJxiiLsmHc9Ax1bz3oaOYBURTXGIRDODBqhveVHonrHJ9/+k89qbLl0bcJns+e4t4rvaNBxaEZsFtSfAdquPrw==",
754 "cpu": [
755 "x64"
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-arm64": {
767 "version": "1.2.4",
768 "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linuxmusl-arm64/-/sharp-libvips-linuxmusl-arm64-1.2.4.tgz",
769 "integrity": "sha512-FVQHuwx1IIuNow9QAbYUzJ+En8KcVm9Lk5+uGUQJHaZmMECZmOlix9HnH7n1TRkXMS0pGxIJokIVB9SuqZGGXw==",
770 "cpu": [
771 "arm64"
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-libvips-linuxmusl-x64": {
783 "version": "1.2.4",
784 "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linuxmusl-x64/-/sharp-libvips-linuxmusl-x64-1.2.4.tgz",
785 "integrity": "sha512-+LpyBk7L44ZIXwz/VYfglaX/okxezESc6UxDSoyo2Ks6Jxc4Y7sGjpgU9s4PMgqgjj1gZCylTieNamqA1MF7Dg==",
786 "cpu": [
787 "x64"
788 ],
789 "license": "LGPL-3.0-or-later",
790 "optional": true,
791 "os": [
792 "linux"
793 ],
794 "funding": {
795 "url": "https://opencollective.com/libvips"
796 }
797 },
798 "node_modules/@img/sharp-linux-arm": {
799 "version": "0.34.5",
800 "resolved": "https://registry.npmjs.org/@img/sharp-linux-arm/-/sharp-linux-arm-0.34.5.tgz",
801 "integrity": "sha512-9dLqsvwtg1uuXBGZKsxem9595+ujv0sJ6Vi8wcTANSFpwV/GONat5eCkzQo/1O6zRIkh0m/8+5BjrRr7jDUSZw==",
802 "cpu": [
803 "arm"
804 ],
805 "license": "Apache-2.0",
806 "optional": true,
807 "os": [
808 "linux"
809 ],
810 "engines": {
811 "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
812 },
813 "funding": {
814 "url": "https://opencollective.com/libvips"
815 },
816 "optionalDependencies": {
817 "@img/sharp-libvips-linux-arm": "1.2.4"
818 }
819 },
820 "node_modules/@img/sharp-linux-arm64": {
821 "version": "0.34.5",
822 "resolved": "https://registry.npmjs.org/@img/sharp-linux-arm64/-/sharp-linux-arm64-0.34.5.tgz",
823 "integrity": "sha512-bKQzaJRY/bkPOXyKx5EVup7qkaojECG6NLYswgktOZjaXecSAeCWiZwwiFf3/Y+O1HrauiE3FVsGxFg8c24rZg==",
824 "cpu": [
825 "arm64"
826 ],
827 "license": "Apache-2.0",
828 "optional": true,
829 "os": [
830 "linux"
831 ],
832 "engines": {
833 "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
834 },
835 "funding": {
836 "url": "https://opencollective.com/libvips"
837 },
838 "optionalDependencies": {
839 "@img/sharp-libvips-linux-arm64": "1.2.4"
840 }
841 },
842 "node_modules/@img/sharp-linux-ppc64": {
843 "version": "0.34.5",
844 "resolved": "https://registry.npmjs.org/@img/sharp-linux-ppc64/-/sharp-linux-ppc64-0.34.5.tgz",
845 "integrity": "sha512-7zznwNaqW6YtsfrGGDA6BRkISKAAE1Jo0QdpNYXNMHu2+0dTrPflTLNkpc8l7MUP5M16ZJcUvysVWWrMefZquA==",
846 "cpu": [
847 "ppc64"
848 ],
849 "license": "Apache-2.0",
850 "optional": true,
851 "os": [
852 "linux"
853 ],
854 "engines": {
855 "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
856 },
857 "funding": {
858 "url": "https://opencollective.com/libvips"
859 },
860 "optionalDependencies": {
861 "@img/sharp-libvips-linux-ppc64": "1.2.4"
862 }
863 },
864 "node_modules/@img/sharp-linux-riscv64": {
865 "version": "0.34.5",
866 "resolved": "https://registry.npmjs.org/@img/sharp-linux-riscv64/-/sharp-linux-riscv64-0.34.5.tgz",
867 "integrity": "sha512-51gJuLPTKa7piYPaVs8GmByo7/U7/7TZOq+cnXJIHZKavIRHAP77e3N2HEl3dgiqdD/w0yUfiJnII77PuDDFdw==",
868 "cpu": [
869 "riscv64"
870 ],
871 "license": "Apache-2.0",
872 "optional": true,
873 "os": [
874 "linux"
875 ],
876 "engines": {
877 "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
878 },
879 "funding": {
880 "url": "https://opencollective.com/libvips"
881 },
882 "optionalDependencies": {
883 "@img/sharp-libvips-linux-riscv64": "1.2.4"
884 }
885 },
886 "node_modules/@img/sharp-linux-s390x": {
887 "version": "0.34.5",
888 "resolved": "https://registry.npmjs.org/@img/sharp-linux-s390x/-/sharp-linux-s390x-0.34.5.tgz",
889 "integrity": "sha512-nQtCk0PdKfho3eC5MrbQoigJ2gd1CgddUMkabUj+rBevs8tZ2cULOx46E7oyX+04WGfABgIwmMC0VqieTiR4jg==",
890 "cpu": [
891 "s390x"
892 ],
893 "license": "Apache-2.0",
894 "optional": true,
895 "os": [
896 "linux"
897 ],
898 "engines": {
899 "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
900 },
901 "funding": {
902 "url": "https://opencollective.com/libvips"
903 },
904 "optionalDependencies": {
905 "@img/sharp-libvips-linux-s390x": "1.2.4"
906 }
907 },
908 "node_modules/@img/sharp-linux-x64": {
909 "version": "0.34.5",
910 "resolved": "https://registry.npmjs.org/@img/sharp-linux-x64/-/sharp-linux-x64-0.34.5.tgz",
911 "integrity": "sha512-MEzd8HPKxVxVenwAa+JRPwEC7QFjoPWuS5NZnBt6B3pu7EG2Ge0id1oLHZpPJdn3OQK+BQDiw9zStiHBTJQQQQ==",
912 "cpu": [
913 "x64"
914 ],
915 "license": "Apache-2.0",
916 "optional": true,
917 "os": [
918 "linux"
919 ],
920 "engines": {
921 "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
922 },
923 "funding": {
924 "url": "https://opencollective.com/libvips"
925 },
926 "optionalDependencies": {
927 "@img/sharp-libvips-linux-x64": "1.2.4"
928 }
929 },
930 "node_modules/@img/sharp-linuxmusl-arm64": {
931 "version": "0.34.5",
932 "resolved": "https://registry.npmjs.org/@img/sharp-linuxmusl-arm64/-/sharp-linuxmusl-arm64-0.34.5.tgz",
933 "integrity": "sha512-fprJR6GtRsMt6Kyfq44IsChVZeGN97gTD331weR1ex1c1rypDEABN6Tm2xa1wE6lYb5DdEnk03NZPqA7Id21yg==",
934 "cpu": [
935 "arm64"
936 ],
937 "license": "Apache-2.0",
938 "optional": true,
939 "os": [
940 "linux"
941 ],
942 "engines": {
943 "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
944 },
945 "funding": {
946 "url": "https://opencollective.com/libvips"
947 },
948 "optionalDependencies": {
949 "@img/sharp-libvips-linuxmusl-arm64": "1.2.4"
950 }
951 },
952 "node_modules/@img/sharp-linuxmusl-x64": {
953 "version": "0.34.5",
954 "resolved": "https://registry.npmjs.org/@img/sharp-linuxmusl-x64/-/sharp-linuxmusl-x64-0.34.5.tgz",
955 "integrity": "sha512-Jg8wNT1MUzIvhBFxViqrEhWDGzqymo3sV7z7ZsaWbZNDLXRJZoRGrjulp60YYtV4wfY8VIKcWidjojlLcWrd8Q==",
956 "cpu": [
957 "x64"
958 ],
959 "license": "Apache-2.0",
960 "optional": true,
961 "os": [
962 "linux"
963 ],
964 "engines": {
965 "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
966 },
967 "funding": {
968 "url": "https://opencollective.com/libvips"
969 },
970 "optionalDependencies": {
971 "@img/sharp-libvips-linuxmusl-x64": "1.2.4"
972 }
973 },
974 "node_modules/@img/sharp-wasm32": {
975 "version": "0.34.5",
976 "resolved": "https://registry.npmjs.org/@img/sharp-wasm32/-/sharp-wasm32-0.34.5.tgz",
977 "integrity": "sha512-OdWTEiVkY2PHwqkbBI8frFxQQFekHaSSkUIJkwzclWZe64O1X4UlUjqqqLaPbUpMOQk6FBu/HtlGXNblIs0huw==",
978 "cpu": [
979 "wasm32"
980 ],
981 "license": "Apache-2.0 AND LGPL-3.0-or-later AND MIT",
982 "optional": true,
983 "dependencies": {
984 "@emnapi/runtime": "^1.7.0"
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-arm64": {
994 "version": "0.34.5",
995 "resolved": "https://registry.npmjs.org/@img/sharp-win32-arm64/-/sharp-win32-arm64-0.34.5.tgz",
996 "integrity": "sha512-WQ3AgWCWYSb2yt+IG8mnC6Jdk9Whs7O0gxphblsLvdhSpSTtmu69ZG1Gkb6NuvxsNACwiPV6cNSZNzt0KPsw7g==",
997 "cpu": [
998 "arm64"
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/@img/sharp-win32-ia32": {
1013 "version": "0.34.5",
1014 "resolved": "https://registry.npmjs.org/@img/sharp-win32-ia32/-/sharp-win32-ia32-0.34.5.tgz",
1015 "integrity": "sha512-FV9m/7NmeCmSHDD5j4+4pNI8Cp3aW+JvLoXcTUo0IqyjSfAZJ8dIUmijx1qaJsIiU+Hosw6xM5KijAWRJCSgNg==",
1016 "cpu": [
1017 "ia32"
1018 ],
1019 "license": "Apache-2.0 AND LGPL-3.0-or-later",
1020 "optional": true,
1021 "os": [
1022 "win32"
1023 ],
1024 "engines": {
1025 "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
1026 },
1027 "funding": {
1028 "url": "https://opencollective.com/libvips"
1029 }
1030 },
1031 "node_modules/@img/sharp-win32-x64": {
1032 "version": "0.34.5",
1033 "resolved": "https://registry.npmjs.org/@img/sharp-win32-x64/-/sharp-win32-x64-0.34.5.tgz",
1034 "integrity": "sha512-+29YMsqY2/9eFEiW93eqWnuLcWcufowXewwSNIT6UwZdUUCrM3oFjMWH/Z6/TMmb4hlFenmfAVbpWeup2jryCw==",
1035 "cpu": [
1036 "x64"
1037 ],
1038 "license": "Apache-2.0 AND LGPL-3.0-or-later",
1039 "optional": true,
1040 "os": [
1041 "win32"
1042 ],
1043 "engines": {
1044 "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
1045 },
1046 "funding": {
1047 "url": "https://opencollective.com/libvips"
1048 }
1049 },
1050 "node_modules/@jridgewell/gen-mapping": {
1051 "version": "0.3.13",
1052 "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.13.tgz",
1053 "integrity": "sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA==",
1054 "license": "MIT",
1055 "dependencies": {
1056 "@jridgewell/sourcemap-codec": "^1.5.0",
1057 "@jridgewell/trace-mapping": "^0.3.24"
1058 }
1059 },
1060 "node_modules/@jridgewell/remapping": {
1061 "version": "2.3.5",
1062 "resolved": "https://registry.npmjs.org/@jridgewell/remapping/-/remapping-2.3.5.tgz",
1063 "integrity": "sha512-LI9u/+laYG4Ds1TDKSJW2YPrIlcVYOwi2fUC6xB43lueCjgxV4lffOCZCtYFiH6TNOX+tQKXx97T4IKHbhyHEQ==",
1064 "license": "MIT",
1065 "dependencies": {
1066 "@jridgewell/gen-mapping": "^0.3.5",
1067 "@jridgewell/trace-mapping": "^0.3.24"
1068 }
1069 },
1070 "node_modules/@jridgewell/resolve-uri": {
1071 "version": "3.1.2",
1072 "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz",
1073 "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==",
1074 "license": "MIT",
1075 "engines": {
1076 "node": ">=6.0.0"
1077 }
1078 },
1079 "node_modules/@jridgewell/sourcemap-codec": {
1080 "version": "1.5.5",
1081 "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz",
1082 "integrity": "sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==",
1083 "license": "MIT"
1084 },
1085 "node_modules/@jridgewell/trace-mapping": {
1086 "version": "0.3.31",
1087 "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.31.tgz",
1088 "integrity": "sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==",
1089 "license": "MIT",
1090 "dependencies": {
1091 "@jridgewell/resolve-uri": "^3.1.0",
1092 "@jridgewell/sourcemap-codec": "^1.4.14"
1093 }
1094 },
1095 "node_modules/@oslojs/encoding": {
1096 "version": "1.1.0",
1097 "resolved": "https://registry.npmjs.org/@oslojs/encoding/-/encoding-1.1.0.tgz",
1098 "integrity": "sha512-70wQhgYmndg4GCPxPPxPGevRKqTIJ2Nh4OkiMWmDAVYsTQ+Ta7Sq+rPevXyXGdzr30/qZBnyOalCszoMxlyldQ==",
1099 "license": "MIT"
1100 },
1101 "node_modules/@rollup/pluginutils": {
1102 "version": "5.3.0",
1103 "resolved": "https://registry.npmjs.org/@rollup/pluginutils/-/pluginutils-5.3.0.tgz",
1104 "integrity": "sha512-5EdhGZtnu3V88ces7s53hhfK5KSASnJZv8Lulpc04cWO3REESroJXg73DFsOmgbU2BhwV0E20bu2IDZb3VKW4Q==",
1105 "license": "MIT",
1106 "dependencies": {
1107 "@types/estree": "^1.0.0",
1108 "estree-walker": "^2.0.2",
1109 "picomatch": "^4.0.2"
1110 },
1111 "engines": {
1112 "node": ">=14.0.0"
1113 },
1114 "peerDependencies": {
1115 "rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0"
1116 },
1117 "peerDependenciesMeta": {
1118 "rollup": {
1119 "optional": true
1120 }
1121 }
1122 },
1123 "node_modules/@rollup/pluginutils/node_modules/estree-walker": {
1124 "version": "2.0.2",
1125 "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-2.0.2.tgz",
1126 "integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==",
1127 "license": "MIT"
1128 },
1129 "node_modules/@rollup/rollup-android-arm-eabi": {
1130 "version": "4.57.1",
1131 "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.57.1.tgz",
1132 "integrity": "sha512-A6ehUVSiSaaliTxai040ZpZ2zTevHYbvu/lDoeAteHI8QnaosIzm4qwtezfRg1jOYaUmnzLX1AOD6Z+UJjtifg==",
1133 "cpu": [
1134 "arm"
1135 ],
1136 "license": "MIT",
1137 "optional": true,
1138 "os": [
1139 "android"
1140 ]
1141 },
1142 "node_modules/@rollup/rollup-android-arm64": {
1143 "version": "4.57.1",
1144 "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.57.1.tgz",
1145 "integrity": "sha512-dQaAddCY9YgkFHZcFNS/606Exo8vcLHwArFZ7vxXq4rigo2bb494/xKMMwRRQW6ug7Js6yXmBZhSBRuBvCCQ3w==",
1146 "cpu": [
1147 "arm64"
1148 ],
1149 "license": "MIT",
1150 "optional": true,
1151 "os": [
1152 "android"
1153 ]
1154 },
1155 "node_modules/@rollup/rollup-darwin-arm64": {
1156 "version": "4.57.1",
1157 "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.57.1.tgz",
1158 "integrity": "sha512-crNPrwJOrRxagUYeMn/DZwqN88SDmwaJ8Cvi/TN1HnWBU7GwknckyosC2gd0IqYRsHDEnXf328o9/HC6OkPgOg==",
1159 "cpu": [
1160 "arm64"
1161 ],
1162 "license": "MIT",
1163 "optional": true,
1164 "os": [
1165 "darwin"
1166 ]
1167 },
1168 "node_modules/@rollup/rollup-darwin-x64": {
1169 "version": "4.57.1",
1170 "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.57.1.tgz",
1171 "integrity": "sha512-Ji8g8ChVbKrhFtig5QBV7iMaJrGtpHelkB3lsaKzadFBe58gmjfGXAOfI5FV0lYMH8wiqsxKQ1C9B0YTRXVy4w==",
1172 "cpu": [
1173 "x64"
1174 ],
1175 "license": "MIT",
1176 "optional": true,
1177 "os": [
1178 "darwin"
1179 ]
1180 },
1181 "node_modules/@rollup/rollup-freebsd-arm64": {
1182 "version": "4.57.1",
1183 "resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-arm64/-/rollup-freebsd-arm64-4.57.1.tgz",
1184 "integrity": "sha512-R+/WwhsjmwodAcz65guCGFRkMb4gKWTcIeLy60JJQbXrJ97BOXHxnkPFrP+YwFlaS0m+uWJTstrUA9o+UchFug==",
1185 "cpu": [
1186 "arm64"
1187 ],
1188 "license": "MIT",
1189 "optional": true,
1190 "os": [
1191 "freebsd"
1192 ]
1193 },
1194 "node_modules/@rollup/rollup-freebsd-x64": {
1195 "version": "4.57.1",
1196 "resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-x64/-/rollup-freebsd-x64-4.57.1.tgz",
1197 "integrity": "sha512-IEQTCHeiTOnAUC3IDQdzRAGj3jOAYNr9kBguI7MQAAZK3caezRrg0GxAb6Hchg4lxdZEI5Oq3iov/w/hnFWY9Q==",
1198 "cpu": [
1199 "x64"
1200 ],
1201 "license": "MIT",
1202 "optional": true,
1203 "os": [
1204 "freebsd"
1205 ]
1206 },
1207 "node_modules/@rollup/rollup-linux-arm-gnueabihf": {
1208 "version": "4.57.1",
1209 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.57.1.tgz",
1210 "integrity": "sha512-F8sWbhZ7tyuEfsmOxwc2giKDQzN3+kuBLPwwZGyVkLlKGdV1nvnNwYD0fKQ8+XS6hp9nY7B+ZeK01EBUE7aHaw==",
1211 "cpu": [
1212 "arm"
1213 ],
1214 "license": "MIT",
1215 "optional": true,
1216 "os": [
1217 "linux"
1218 ]
1219 },
1220 "node_modules/@rollup/rollup-linux-arm-musleabihf": {
1221 "version": "4.57.1",
1222 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.57.1.tgz",
1223 "integrity": "sha512-rGfNUfn0GIeXtBP1wL5MnzSj98+PZe/AXaGBCRmT0ts80lU5CATYGxXukeTX39XBKsxzFpEeK+Mrp9faXOlmrw==",
1224 "cpu": [
1225 "arm"
1226 ],
1227 "license": "MIT",
1228 "optional": true,
1229 "os": [
1230 "linux"
1231 ]
1232 },
1233 "node_modules/@rollup/rollup-linux-arm64-gnu": {
1234 "version": "4.57.1",
1235 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.57.1.tgz",
1236 "integrity": "sha512-MMtej3YHWeg/0klK2Qodf3yrNzz6CGjo2UntLvk2RSPlhzgLvYEB3frRvbEF2wRKh1Z2fDIg9KRPe1fawv7C+g==",
1237 "cpu": [
1238 "arm64"
1239 ],
1240 "license": "MIT",
1241 "optional": true,
1242 "os": [
1243 "linux"
1244 ]
1245 },
1246 "node_modules/@rollup/rollup-linux-arm64-musl": {
1247 "version": "4.57.1",
1248 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.57.1.tgz",
1249 "integrity": "sha512-1a/qhaaOXhqXGpMFMET9VqwZakkljWHLmZOX48R0I/YLbhdxr1m4gtG1Hq7++VhVUmf+L3sTAf9op4JlhQ5u1Q==",
1250 "cpu": [
1251 "arm64"
1252 ],
1253 "license": "MIT",
1254 "optional": true,
1255 "os": [
1256 "linux"
1257 ]
1258 },
1259 "node_modules/@rollup/rollup-linux-loong64-gnu": {
1260 "version": "4.57.1",
1261 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-loong64-gnu/-/rollup-linux-loong64-gnu-4.57.1.tgz",
1262 "integrity": "sha512-QWO6RQTZ/cqYtJMtxhkRkidoNGXc7ERPbZN7dVW5SdURuLeVU7lwKMpo18XdcmpWYd0qsP1bwKPf7DNSUinhvA==",
1263 "cpu": [
1264 "loong64"
1265 ],
1266 "license": "MIT",
1267 "optional": true,
1268 "os": [
1269 "linux"
1270 ]
1271 },
1272 "node_modules/@rollup/rollup-linux-loong64-musl": {
1273 "version": "4.57.1",
1274 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-loong64-musl/-/rollup-linux-loong64-musl-4.57.1.tgz",
1275 "integrity": "sha512-xpObYIf+8gprgWaPP32xiN5RVTi/s5FCR+XMXSKmhfoJjrpRAjCuuqQXyxUa/eJTdAE6eJ+KDKaoEqjZQxh3Gw==",
1276 "cpu": [
1277 "loong64"
1278 ],
1279 "license": "MIT",
1280 "optional": true,
1281 "os": [
1282 "linux"
1283 ]
1284 },
1285 "node_modules/@rollup/rollup-linux-ppc64-gnu": {
1286 "version": "4.57.1",
1287 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-ppc64-gnu/-/rollup-linux-ppc64-gnu-4.57.1.tgz",
1288 "integrity": "sha512-4BrCgrpZo4hvzMDKRqEaW1zeecScDCR+2nZ86ATLhAoJ5FQ+lbHVD3ttKe74/c7tNT9c6F2viwB3ufwp01Oh2w==",
1289 "cpu": [
1290 "ppc64"
1291 ],
1292 "license": "MIT",
1293 "optional": true,
1294 "os": [
1295 "linux"
1296 ]
1297 },
1298 "node_modules/@rollup/rollup-linux-ppc64-musl": {
1299 "version": "4.57.1",
1300 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-ppc64-musl/-/rollup-linux-ppc64-musl-4.57.1.tgz",
1301 "integrity": "sha512-NOlUuzesGauESAyEYFSe3QTUguL+lvrN1HtwEEsU2rOwdUDeTMJdO5dUYl/2hKf9jWydJrO9OL/XSSf65R5+Xw==",
1302 "cpu": [
1303 "ppc64"
1304 ],
1305 "license": "MIT",
1306 "optional": true,
1307 "os": [
1308 "linux"
1309 ]
1310 },
1311 "node_modules/@rollup/rollup-linux-riscv64-gnu": {
1312 "version": "4.57.1",
1313 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.57.1.tgz",
1314 "integrity": "sha512-ptA88htVp0AwUUqhVghwDIKlvJMD/fmL/wrQj99PRHFRAG6Z5nbWoWG4o81Nt9FT+IuqUQi+L31ZKAFeJ5Is+A==",
1315 "cpu": [
1316 "riscv64"
1317 ],
1318 "license": "MIT",
1319 "optional": true,
1320 "os": [
1321 "linux"
1322 ]
1323 },
1324 "node_modules/@rollup/rollup-linux-riscv64-musl": {
1325 "version": "4.57.1",
1326 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-musl/-/rollup-linux-riscv64-musl-4.57.1.tgz",
1327 "integrity": "sha512-S51t7aMMTNdmAMPpBg7OOsTdn4tySRQvklmL3RpDRyknk87+Sp3xaumlatU+ppQ+5raY7sSTcC2beGgvhENfuw==",
1328 "cpu": [
1329 "riscv64"
1330 ],
1331 "license": "MIT",
1332 "optional": true,
1333 "os": [
1334 "linux"
1335 ]
1336 },
1337 "node_modules/@rollup/rollup-linux-s390x-gnu": {
1338 "version": "4.57.1",
1339 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.57.1.tgz",
1340 "integrity": "sha512-Bl00OFnVFkL82FHbEqy3k5CUCKH6OEJL54KCyx2oqsmZnFTR8IoNqBF+mjQVcRCT5sB6yOvK8A37LNm/kPJiZg==",
1341 "cpu": [
1342 "s390x"
1343 ],
1344 "license": "MIT",
1345 "optional": true,
1346 "os": [
1347 "linux"
1348 ]
1349 },
1350 "node_modules/@rollup/rollup-linux-x64-gnu": {
1351 "version": "4.57.1",
1352 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.57.1.tgz",
1353 "integrity": "sha512-ABca4ceT4N+Tv/GtotnWAeXZUZuM/9AQyCyKYyKnpk4yoA7QIAuBt6Hkgpw8kActYlew2mvckXkvx0FfoInnLg==",
1354 "cpu": [
1355 "x64"
1356 ],
1357 "license": "MIT",
1358 "optional": true,
1359 "os": [
1360 "linux"
1361 ]
1362 },
1363 "node_modules/@rollup/rollup-linux-x64-musl": {
1364 "version": "4.57.1",
1365 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.57.1.tgz",
1366 "integrity": "sha512-HFps0JeGtuOR2convgRRkHCekD7j+gdAuXM+/i6kGzQtFhlCtQkpwtNzkNj6QhCDp7DRJ7+qC/1Vg2jt5iSOFw==",
1367 "cpu": [
1368 "x64"
1369 ],
1370 "license": "MIT",
1371 "optional": true,
1372 "os": [
1373 "linux"
1374 ]
1375 },
1376 "node_modules/@rollup/rollup-openbsd-x64": {
1377 "version": "4.57.1",
1378 "resolved": "https://registry.npmjs.org/@rollup/rollup-openbsd-x64/-/rollup-openbsd-x64-4.57.1.tgz",
1379 "integrity": "sha512-H+hXEv9gdVQuDTgnqD+SQffoWoc0Of59AStSzTEj/feWTBAnSfSD3+Dql1ZruJQxmykT/JVY0dE8Ka7z0DH1hw==",
1380 "cpu": [
1381 "x64"
1382 ],
1383 "license": "MIT",
1384 "optional": true,
1385 "os": [
1386 "openbsd"
1387 ]
1388 },
1389 "node_modules/@rollup/rollup-openharmony-arm64": {
1390 "version": "4.57.1",
1391 "resolved": "https://registry.npmjs.org/@rollup/rollup-openharmony-arm64/-/rollup-openharmony-arm64-4.57.1.tgz",
1392 "integrity": "sha512-4wYoDpNg6o/oPximyc/NG+mYUejZrCU2q+2w6YZqrAs2UcNUChIZXjtafAiiZSUc7On8v5NyNj34Kzj/Ltk6dQ==",
1393 "cpu": [
1394 "arm64"
1395 ],
1396 "license": "MIT",
1397 "optional": true,
1398 "os": [
1399 "openharmony"
1400 ]
1401 },
1402 "node_modules/@rollup/rollup-win32-arm64-msvc": {
1403 "version": "4.57.1",
1404 "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.57.1.tgz",
1405 "integrity": "sha512-O54mtsV/6LW3P8qdTcamQmuC990HDfR71lo44oZMZlXU4tzLrbvTii87Ni9opq60ds0YzuAlEr/GNwuNluZyMQ==",
1406 "cpu": [
1407 "arm64"
1408 ],
1409 "license": "MIT",
1410 "optional": true,
1411 "os": [
1412 "win32"
1413 ]
1414 },
1415 "node_modules/@rollup/rollup-win32-ia32-msvc": {
1416 "version": "4.57.1",
1417 "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.57.1.tgz",
1418 "integrity": "sha512-P3dLS+IerxCT/7D2q2FYcRdWRl22dNbrbBEtxdWhXrfIMPP9lQhb5h4Du04mdl5Woq05jVCDPCMF7Ub0NAjIew==",
1419 "cpu": [
1420 "ia32"
1421 ],
1422 "license": "MIT",
1423 "optional": true,
1424 "os": [
1425 "win32"
1426 ]
1427 },
1428 "node_modules/@rollup/rollup-win32-x64-gnu": {
1429 "version": "4.57.1",
1430 "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-gnu/-/rollup-win32-x64-gnu-4.57.1.tgz",
1431 "integrity": "sha512-VMBH2eOOaKGtIJYleXsi2B8CPVADrh+TyNxJ4mWPnKfLB/DBUmzW+5m1xUrcwWoMfSLagIRpjUFeW5CO5hyciQ==",
1432 "cpu": [
1433 "x64"
1434 ],
1435 "license": "MIT",
1436 "optional": true,
1437 "os": [
1438 "win32"
1439 ]
1440 },
1441 "node_modules/@rollup/rollup-win32-x64-msvc": {
1442 "version": "4.57.1",
1443 "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.57.1.tgz",
1444 "integrity": "sha512-mxRFDdHIWRxg3UfIIAwCm6NzvxG0jDX/wBN6KsQFTvKFqqg9vTrWUE68qEjHt19A5wwx5X5aUi2zuZT7YR0jrA==",
1445 "cpu": [
1446 "x64"
1447 ],
1448 "license": "MIT",
1449 "optional": true,
1450 "os": [
1451 "win32"
1452 ]
1453 },
1454 "node_modules/@shikijs/core": {
1455 "version": "3.22.0",
1456 "resolved": "https://registry.npmjs.org/@shikijs/core/-/core-3.22.0.tgz",
1457 "integrity": "sha512-iAlTtSDDbJiRpvgL5ugKEATDtHdUVkqgHDm/gbD2ZS9c88mx7G1zSYjjOxp5Qa0eaW0MAQosFRmJSk354PRoQA==",
1458 "license": "MIT",
1459 "dependencies": {
1460 "@shikijs/types": "3.22.0",
1461 "@shikijs/vscode-textmate": "^10.0.2",
1462 "@types/hast": "^3.0.4",
1463 "hast-util-to-html": "^9.0.5"
1464 }
1465 },
1466 "node_modules/@shikijs/engine-javascript": {
1467 "version": "3.22.0",
1468 "resolved": "https://registry.npmjs.org/@shikijs/engine-javascript/-/engine-javascript-3.22.0.tgz",
1469 "integrity": "sha512-jdKhfgW9CRtj3Tor0L7+yPwdG3CgP7W+ZEqSsojrMzCjD1e0IxIbwUMDDpYlVBlC08TACg4puwFGkZfLS+56Tw==",
1470 "license": "MIT",
1471 "dependencies": {
1472 "@shikijs/types": "3.22.0",
1473 "@shikijs/vscode-textmate": "^10.0.2",
1474 "oniguruma-to-es": "^4.3.4"
1475 }
1476 },
1477 "node_modules/@shikijs/engine-oniguruma": {
1478 "version": "3.22.0",
1479 "resolved": "https://registry.npmjs.org/@shikijs/engine-oniguruma/-/engine-oniguruma-3.22.0.tgz",
1480 "integrity": "sha512-DyXsOG0vGtNtl7ygvabHd7Mt5EY8gCNqR9Y7Lpbbd/PbJvgWrqaKzH1JW6H6qFkuUa8aCxoiYVv8/YfFljiQxA==",
1481 "license": "MIT",
1482 "dependencies": {
1483 "@shikijs/types": "3.22.0",
1484 "@shikijs/vscode-textmate": "^10.0.2"
1485 }
1486 },
1487 "node_modules/@shikijs/langs": {
1488 "version": "3.22.0",
1489 "resolved": "https://registry.npmjs.org/@shikijs/langs/-/langs-3.22.0.tgz",
1490 "integrity": "sha512-x/42TfhWmp6H00T6uwVrdTJGKgNdFbrEdhaDwSR5fd5zhQ1Q46bHq9EO61SCEWJR0HY7z2HNDMaBZp8JRmKiIA==",
1491 "license": "MIT",
1492 "dependencies": {
1493 "@shikijs/types": "3.22.0"
1494 }
1495 },
1496 "node_modules/@shikijs/themes": {
1497 "version": "3.22.0",
1498 "resolved": "https://registry.npmjs.org/@shikijs/themes/-/themes-3.22.0.tgz",
1499 "integrity": "sha512-o+tlOKqsr6FE4+mYJG08tfCFDS+3CG20HbldXeVoyP+cYSUxDhrFf3GPjE60U55iOkkjbpY2uC3It/eeja35/g==",
1500 "license": "MIT",
1501 "dependencies": {
1502 "@shikijs/types": "3.22.0"
1503 }
1504 },
1505 "node_modules/@shikijs/types": {
1506 "version": "3.22.0",
1507 "resolved": "https://registry.npmjs.org/@shikijs/types/-/types-3.22.0.tgz",
1508 "integrity": "sha512-491iAekgKDBFE67z70Ok5a8KBMsQ2IJwOWw3us/7ffQkIBCyOQfm/aNwVMBUriP02QshIfgHCBSIYAl3u2eWjg==",
1509 "license": "MIT",
1510 "dependencies": {
1511 "@shikijs/vscode-textmate": "^10.0.2",
1512 "@types/hast": "^3.0.4"
1513 }
1514 },
1515 "node_modules/@shikijs/vscode-textmate": {
1516 "version": "10.0.2",
1517 "resolved": "https://registry.npmjs.org/@shikijs/vscode-textmate/-/vscode-textmate-10.0.2.tgz",
1518 "integrity": "sha512-83yeghZ2xxin3Nj8z1NMd/NCuca+gsYXswywDy5bHvwlWL8tpTQmzGeUuHd9FC3E/SBEMvzJRwWEOz5gGes9Qg==",
1519 "license": "MIT"
1520 },
1521 "node_modules/@tailwindcss/node": {
1522 "version": "4.1.18",
1523 "resolved": "https://registry.npmjs.org/@tailwindcss/node/-/node-4.1.18.tgz",
1524 "integrity": "sha512-DoR7U1P7iYhw16qJ49fgXUlry1t4CpXeErJHnQ44JgTSKMaZUdf17cfn5mHchfJ4KRBZRFA/Coo+MUF5+gOaCQ==",
1525 "license": "MIT",
1526 "dependencies": {
1527 "@jridgewell/remapping": "^2.3.4",
1528 "enhanced-resolve": "^5.18.3",
1529 "jiti": "^2.6.1",
1530 "lightningcss": "1.30.2",
1531 "magic-string": "^0.30.21",
1532 "source-map-js": "^1.2.1",
1533 "tailwindcss": "4.1.18"
1534 }
1535 },
1536 "node_modules/@tailwindcss/oxide": {
1537 "version": "4.1.18",
1538 "resolved": "https://registry.npmjs.org/@tailwindcss/oxide/-/oxide-4.1.18.tgz",
1539 "integrity": "sha512-EgCR5tTS5bUSKQgzeMClT6iCY3ToqE1y+ZB0AKldj809QXk1Y+3jB0upOYZrn9aGIzPtUsP7sX4QQ4XtjBB95A==",
1540 "license": "MIT",
1541 "engines": {
1542 "node": ">= 10"
1543 },
1544 "optionalDependencies": {
1545 "@tailwindcss/oxide-android-arm64": "4.1.18",
1546 "@tailwindcss/oxide-darwin-arm64": "4.1.18",
1547 "@tailwindcss/oxide-darwin-x64": "4.1.18",
1548 "@tailwindcss/oxide-freebsd-x64": "4.1.18",
1549 "@tailwindcss/oxide-linux-arm-gnueabihf": "4.1.18",
1550 "@tailwindcss/oxide-linux-arm64-gnu": "4.1.18",
1551 "@tailwindcss/oxide-linux-arm64-musl": "4.1.18",
1552 "@tailwindcss/oxide-linux-x64-gnu": "4.1.18",
1553 "@tailwindcss/oxide-linux-x64-musl": "4.1.18",
1554 "@tailwindcss/oxide-wasm32-wasi": "4.1.18",
1555 "@tailwindcss/oxide-win32-arm64-msvc": "4.1.18",
1556 "@tailwindcss/oxide-win32-x64-msvc": "4.1.18"
1557 }
1558 },
1559 "node_modules/@tailwindcss/oxide-android-arm64": {
1560 "version": "4.1.18",
1561 "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-android-arm64/-/oxide-android-arm64-4.1.18.tgz",
1562 "integrity": "sha512-dJHz7+Ugr9U/diKJA0W6N/6/cjI+ZTAoxPf9Iz9BFRF2GzEX8IvXxFIi/dZBloVJX/MZGvRuFA9rqwdiIEZQ0Q==",
1563 "cpu": [
1564 "arm64"
1565 ],
1566 "license": "MIT",
1567 "optional": true,
1568 "os": [
1569 "android"
1570 ],
1571 "engines": {
1572 "node": ">= 10"
1573 }
1574 },
1575 "node_modules/@tailwindcss/oxide-darwin-arm64": {
1576 "version": "4.1.18",
1577 "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-darwin-arm64/-/oxide-darwin-arm64-4.1.18.tgz",
1578 "integrity": "sha512-Gc2q4Qhs660bhjyBSKgq6BYvwDz4G+BuyJ5H1xfhmDR3D8HnHCmT/BSkvSL0vQLy/nkMLY20PQ2OoYMO15Jd0A==",
1579 "cpu": [
1580 "arm64"
1581 ],
1582 "license": "MIT",
1583 "optional": true,
1584 "os": [
1585 "darwin"
1586 ],
1587 "engines": {
1588 "node": ">= 10"
1589 }
1590 },
1591 "node_modules/@tailwindcss/oxide-darwin-x64": {
1592 "version": "4.1.18",
1593 "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-darwin-x64/-/oxide-darwin-x64-4.1.18.tgz",
1594 "integrity": "sha512-FL5oxr2xQsFrc3X9o1fjHKBYBMD1QZNyc1Xzw/h5Qu4XnEBi3dZn96HcHm41c/euGV+GRiXFfh2hUCyKi/e+yw==",
1595 "cpu": [
1596 "x64"
1597 ],
1598 "license": "MIT",
1599 "optional": true,
1600 "os": [
1601 "darwin"
1602 ],
1603 "engines": {
1604 "node": ">= 10"
1605 }
1606 },
1607 "node_modules/@tailwindcss/oxide-freebsd-x64": {
1608 "version": "4.1.18",
1609 "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-freebsd-x64/-/oxide-freebsd-x64-4.1.18.tgz",
1610 "integrity": "sha512-Fj+RHgu5bDodmV1dM9yAxlfJwkkWvLiRjbhuO2LEtwtlYlBgiAT4x/j5wQr1tC3SANAgD+0YcmWVrj8R9trVMA==",
1611 "cpu": [
1612 "x64"
1613 ],
1614 "license": "MIT",
1615 "optional": true,
1616 "os": [
1617 "freebsd"
1618 ],
1619 "engines": {
1620 "node": ">= 10"
1621 }
1622 },
1623 "node_modules/@tailwindcss/oxide-linux-arm-gnueabihf": {
1624 "version": "4.1.18",
1625 "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm-gnueabihf/-/oxide-linux-arm-gnueabihf-4.1.18.tgz",
1626 "integrity": "sha512-Fp+Wzk/Ws4dZn+LV2Nqx3IilnhH51YZoRaYHQsVq3RQvEl+71VGKFpkfHrLM/Li+kt5c0DJe/bHXK1eHgDmdiA==",
1627 "cpu": [
1628 "arm"
1629 ],
1630 "license": "MIT",
1631 "optional": true,
1632 "os": [
1633 "linux"
1634 ],
1635 "engines": {
1636 "node": ">= 10"
1637 }
1638 },
1639 "node_modules/@tailwindcss/oxide-linux-arm64-gnu": {
1640 "version": "4.1.18",
1641 "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm64-gnu/-/oxide-linux-arm64-gnu-4.1.18.tgz",
1642 "integrity": "sha512-S0n3jboLysNbh55Vrt7pk9wgpyTTPD0fdQeh7wQfMqLPM/Hrxi+dVsLsPrycQjGKEQk85Kgbx+6+QnYNiHalnw==",
1643 "cpu": [
1644 "arm64"
1645 ],
1646 "license": "MIT",
1647 "optional": true,
1648 "os": [
1649 "linux"
1650 ],
1651 "engines": {
1652 "node": ">= 10"
1653 }
1654 },
1655 "node_modules/@tailwindcss/oxide-linux-arm64-musl": {
1656 "version": "4.1.18",
1657 "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm64-musl/-/oxide-linux-arm64-musl-4.1.18.tgz",
1658 "integrity": "sha512-1px92582HkPQlaaCkdRcio71p8bc8i/ap5807tPRDK/uw953cauQBT8c5tVGkOwrHMfc2Yh6UuxaH4vtTjGvHg==",
1659 "cpu": [
1660 "arm64"
1661 ],
1662 "license": "MIT",
1663 "optional": true,
1664 "os": [
1665 "linux"
1666 ],
1667 "engines": {
1668 "node": ">= 10"
1669 }
1670 },
1671 "node_modules/@tailwindcss/oxide-linux-x64-gnu": {
1672 "version": "4.1.18",
1673 "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-x64-gnu/-/oxide-linux-x64-gnu-4.1.18.tgz",
1674 "integrity": "sha512-v3gyT0ivkfBLoZGF9LyHmts0Isc8jHZyVcbzio6Wpzifg/+5ZJpDiRiUhDLkcr7f/r38SWNe7ucxmGW3j3Kb/g==",
1675 "cpu": [
1676 "x64"
1677 ],
1678 "license": "MIT",
1679 "optional": true,
1680 "os": [
1681 "linux"
1682 ],
1683 "engines": {
1684 "node": ">= 10"
1685 }
1686 },
1687 "node_modules/@tailwindcss/oxide-linux-x64-musl": {
1688 "version": "4.1.18",
1689 "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-x64-musl/-/oxide-linux-x64-musl-4.1.18.tgz",
1690 "integrity": "sha512-bhJ2y2OQNlcRwwgOAGMY0xTFStt4/wyU6pvI6LSuZpRgKQwxTec0/3Scu91O8ir7qCR3AuepQKLU/kX99FouqQ==",
1691 "cpu": [
1692 "x64"
1693 ],
1694 "license": "MIT",
1695 "optional": true,
1696 "os": [
1697 "linux"
1698 ],
1699 "engines": {
1700 "node": ">= 10"
1701 }
1702 },
1703 "node_modules/@tailwindcss/oxide-wasm32-wasi": {
1704 "version": "4.1.18",
1705 "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-wasm32-wasi/-/oxide-wasm32-wasi-4.1.18.tgz",
1706 "integrity": "sha512-LffYTvPjODiP6PT16oNeUQJzNVyJl1cjIebq/rWWBF+3eDst5JGEFSc5cWxyRCJ0Mxl+KyIkqRxk1XPEs9x8TA==",
1707 "bundleDependencies": [
1708 "@napi-rs/wasm-runtime",
1709 "@emnapi/core",
1710 "@emnapi/runtime",
1711 "@tybys/wasm-util",
1712 "@emnapi/wasi-threads",
1713 "tslib"
1714 ],
1715 "cpu": [
1716 "wasm32"
1717 ],
1718 "license": "MIT",
1719 "optional": true,
1720 "dependencies": {
1721 "@emnapi/core": "^1.7.1",
1722 "@emnapi/runtime": "^1.7.1",
1723 "@emnapi/wasi-threads": "^1.1.0",
1724 "@napi-rs/wasm-runtime": "^1.1.0",
1725 "@tybys/wasm-util": "^0.10.1",
1726 "tslib": "^2.4.0"
1727 },
1728 "engines": {
1729 "node": ">=14.0.0"
1730 }
1731 },
1732 "node_modules/@tailwindcss/oxide-win32-arm64-msvc": {
1733 "version": "4.1.18",
1734 "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-arm64-msvc/-/oxide-win32-arm64-msvc-4.1.18.tgz",
1735 "integrity": "sha512-HjSA7mr9HmC8fu6bdsZvZ+dhjyGCLdotjVOgLA2vEqxEBZaQo9YTX4kwgEvPCpRh8o4uWc4J/wEoFzhEmjvPbA==",
1736 "cpu": [
1737 "arm64"
1738 ],
1739 "license": "MIT",
1740 "optional": true,
1741 "os": [
1742 "win32"
1743 ],
1744 "engines": {
1745 "node": ">= 10"
1746 }
1747 },
1748 "node_modules/@tailwindcss/oxide-win32-x64-msvc": {
1749 "version": "4.1.18",
1750 "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-x64-msvc/-/oxide-win32-x64-msvc-4.1.18.tgz",
1751 "integrity": "sha512-bJWbyYpUlqamC8dpR7pfjA0I7vdF6t5VpUGMWRkXVE3AXgIZjYUYAK7II1GNaxR8J1SSrSrppRar8G++JekE3Q==",
1752 "cpu": [
1753 "x64"
1754 ],
1755 "license": "MIT",
1756 "optional": true,
1757 "os": [
1758 "win32"
1759 ],
1760 "engines": {
1761 "node": ">= 10"
1762 }
1763 },
1764 "node_modules/@tailwindcss/vite": {
1765 "version": "4.1.18",
1766 "resolved": "https://registry.npmjs.org/@tailwindcss/vite/-/vite-4.1.18.tgz",
1767 "integrity": "sha512-jVA+/UpKL1vRLg6Hkao5jldawNmRo7mQYrZtNHMIVpLfLhDml5nMRUo/8MwoX2vNXvnaXNNMedrMfMugAVX1nA==",
1768 "license": "MIT",
1769 "dependencies": {
1770 "@tailwindcss/node": "4.1.18",
1771 "@tailwindcss/oxide": "4.1.18",
1772 "tailwindcss": "4.1.18"
1773 },
1774 "peerDependencies": {
1775 "vite": "^5.2.0 || ^6 || ^7"
1776 }
1777 },
1778 "node_modules/@types/debug": {
1779 "version": "4.1.12",
1780 "resolved": "https://registry.npmjs.org/@types/debug/-/debug-4.1.12.tgz",
1781 "integrity": "sha512-vIChWdVG3LG1SMxEvI/AK+FWJthlrqlTu7fbrlywTkkaONwk/UAGaULXRlf8vkzFBLVm0zkMdCquhL5aOjhXPQ==",
1782 "license": "MIT",
1783 "dependencies": {
1784 "@types/ms": "*"
1785 }
1786 },
1787 "node_modules/@types/estree": {
1788 "version": "1.0.8",
1789 "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.8.tgz",
1790 "integrity": "sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==",
1791 "license": "MIT"
1792 },
1793 "node_modules/@types/hast": {
1794 "version": "3.0.4",
1795 "resolved": "https://registry.npmjs.org/@types/hast/-/hast-3.0.4.tgz",
1796 "integrity": "sha512-WPs+bbQw5aCj+x6laNGWLH3wviHtoCv/P3+otBhbOhJgG8qtpdAMlTCxLtsTWA7LH1Oh/bFCHsBn0TPS5m30EQ==",
1797 "license": "MIT",
1798 "dependencies": {
1799 "@types/unist": "*"
1800 }
1801 },
1802 "node_modules/@types/mdast": {
1803 "version": "4.0.4",
1804 "resolved": "https://registry.npmjs.org/@types/mdast/-/mdast-4.0.4.tgz",
1805 "integrity": "sha512-kGaNbPh1k7AFzgpud/gMdvIm5xuECykRR+JnWKQno9TAXVa6WIVCGTPvYGekIDL4uwCZQSYbUxNBSb1aUo79oA==",
1806 "license": "MIT",
1807 "dependencies": {
1808 "@types/unist": "*"
1809 }
1810 },
1811 "node_modules/@types/ms": {
1812 "version": "2.1.0",
1813 "resolved": "https://registry.npmjs.org/@types/ms/-/ms-2.1.0.tgz",
1814 "integrity": "sha512-GsCCIZDE/p3i96vtEqx+7dBUGXrc7zeSK3wwPHIaRThS+9OhWIXRqzs4d6k1SVU8g91DrNRWxWUGhp5KXQb2VA==",
1815 "license": "MIT"
1816 },
1817 "node_modules/@types/nlcst": {
1818 "version": "2.0.3",
1819 "resolved": "https://registry.npmjs.org/@types/nlcst/-/nlcst-2.0.3.tgz",
1820 "integrity": "sha512-vSYNSDe6Ix3q+6Z7ri9lyWqgGhJTmzRjZRqyq15N0Z/1/UnVsno9G/N40NBijoYx2seFDIl0+B2mgAb9mezUCA==",
1821 "license": "MIT",
1822 "dependencies": {
1823 "@types/unist": "*"
1824 }
1825 },
1826 "node_modules/@types/unist": {
1827 "version": "3.0.3",
1828 "resolved": "https://registry.npmjs.org/@types/unist/-/unist-3.0.3.tgz",
1829 "integrity": "sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q==",
1830 "license": "MIT"
1831 },
1832 "node_modules/@ungap/structured-clone": {
1833 "version": "1.3.0",
1834 "resolved": "https://registry.npmjs.org/@ungap/structured-clone/-/structured-clone-1.3.0.tgz",
1835 "integrity": "sha512-WmoN8qaIAo7WTYWbAZuG8PYEhn5fkz7dZrqTBZ7dtt//lL2Gwms1IcnQ5yHqjDfX8Ft5j4YzDM23f87zBfDe9g==",
1836 "license": "ISC"
1837 },
1838 "node_modules/acorn": {
1839 "version": "8.15.0",
1840 "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.15.0.tgz",
1841 "integrity": "sha512-NZyJarBfL7nWwIq+FDL6Zp/yHEhePMNnnJ0y3qfieCrmNvYct8uvtiV41UvlSe6apAfk0fY1FbWx+NwfmpvtTg==",
1842 "license": "MIT",
1843 "bin": {
1844 "acorn": "bin/acorn"
1845 },
1846 "engines": {
1847 "node": ">=0.4.0"
1848 }
1849 },
1850 "node_modules/ansi-align": {
1851 "version": "3.0.1",
1852 "resolved": "https://registry.npmjs.org/ansi-align/-/ansi-align-3.0.1.tgz",
1853 "integrity": "sha512-IOfwwBF5iczOjp/WeY4YxyjqAFMQoZufdQWDd19SEExbVLNXqvpzSJ/M7Za4/sCPmQ0+GRquoA7bGcINcxew6w==",
1854 "license": "ISC",
1855 "dependencies": {
1856 "string-width": "^4.1.0"
1857 }
1858 },
1859 "node_modules/ansi-align/node_modules/ansi-regex": {
1860 "version": "5.0.1",
1861 "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
1862 "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
1863 "license": "MIT",
1864 "engines": {
1865 "node": ">=8"
1866 }
1867 },
1868 "node_modules/ansi-align/node_modules/emoji-regex": {
1869 "version": "8.0.0",
1870 "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
1871 "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
1872 "license": "MIT"
1873 },
1874 "node_modules/ansi-align/node_modules/string-width": {
1875 "version": "4.2.3",
1876 "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
1877 "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
1878 "license": "MIT",
1879 "dependencies": {
1880 "emoji-regex": "^8.0.0",
1881 "is-fullwidth-code-point": "^3.0.0",
1882 "strip-ansi": "^6.0.1"
1883 },
1884 "engines": {
1885 "node": ">=8"
1886 }
1887 },
1888 "node_modules/ansi-align/node_modules/strip-ansi": {
1889 "version": "6.0.1",
1890 "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
1891 "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
1892 "license": "MIT",
1893 "dependencies": {
1894 "ansi-regex": "^5.0.1"
1895 },
1896 "engines": {
1897 "node": ">=8"
1898 }
1899 },
1900 "node_modules/ansi-regex": {
1901 "version": "6.2.2",
1902 "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.2.2.tgz",
1903 "integrity": "sha512-Bq3SmSpyFHaWjPk8If9yc6svM8c56dB5BAtW4Qbw5jHTwwXXcTLoRMkpDJp6VL0XzlWaCHTXrkFURMYmD0sLqg==",
1904 "license": "MIT",
1905 "engines": {
1906 "node": ">=12"
1907 },
1908 "funding": {
1909 "url": "https://github.com/chalk/ansi-regex?sponsor=1"
1910 }
1911 },
1912 "node_modules/ansi-styles": {
1913 "version": "6.2.3",
1914 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.3.tgz",
1915 "integrity": "sha512-4Dj6M28JB+oAH8kFkTLUo+a2jwOFkuqb3yucU0CANcRRUbxS0cP0nZYCGjcc3BNXwRIsUVmDGgzawme7zvJHvg==",
1916 "license": "MIT",
1917 "engines": {
1918 "node": ">=12"
1919 },
1920 "funding": {
1921 "url": "https://github.com/chalk/ansi-styles?sponsor=1"
1922 }
1923 },
1924 "node_modules/anymatch": {
1925 "version": "3.1.3",
1926 "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.3.tgz",
1927 "integrity": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==",
1928 "license": "ISC",
1929 "dependencies": {
1930 "normalize-path": "^3.0.0",
1931 "picomatch": "^2.0.4"
1932 },
1933 "engines": {
1934 "node": ">= 8"
1935 }
1936 },
1937 "node_modules/anymatch/node_modules/picomatch": {
1938 "version": "2.3.1",
1939 "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz",
1940 "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==",
1941 "license": "MIT",
1942 "engines": {
1943 "node": ">=8.6"
1944 },
1945 "funding": {
1946 "url": "https://github.com/sponsors/jonschlinkert"
1947 }
1948 },
1949 "node_modules/argparse": {
1950 "version": "2.0.1",
1951 "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
1952 "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
1953 "license": "Python-2.0"
1954 },
1955 "node_modules/aria-query": {
1956 "version": "5.3.2",
1957 "resolved": "https://registry.npmjs.org/aria-query/-/aria-query-5.3.2.tgz",
1958 "integrity": "sha512-COROpnaoap1E2F000S62r6A60uHZnmlvomhfyT2DlTcrY1OrBKn2UhH7qn5wTC9zMvD0AY7csdPSNwKP+7WiQw==",
1959 "license": "Apache-2.0",
1960 "engines": {
1961 "node": ">= 0.4"
1962 }
1963 },
1964 "node_modules/array-iterate": {
1965 "version": "2.0.1",
1966 "resolved": "https://registry.npmjs.org/array-iterate/-/array-iterate-2.0.1.tgz",
1967 "integrity": "sha512-I1jXZMjAgCMmxT4qxXfPXa6SthSoE8h6gkSI9BGGNv8mP8G/v0blc+qFnZu6K42vTOiuME596QaLO0TP3Lk0xg==",
1968 "license": "MIT",
1969 "funding": {
1970 "type": "github",
1971 "url": "https://github.com/sponsors/wooorm"
1972 }
1973 },
1974 "node_modules/astro": {
1975 "version": "5.17.1",
1976 "resolved": "https://registry.npmjs.org/astro/-/astro-5.17.1.tgz",
1977 "integrity": "sha512-oD3tlxTaVWGq/Wfbqk6gxzVRz98xa/rYlpe+gU2jXJMSD01k6sEDL01ZlT8mVSYB/rMgnvIOfiQQ3BbLdN237A==",
1978 "license": "MIT",
1979 "dependencies": {
1980 "@astrojs/compiler": "^2.13.0",
1981 "@astrojs/internal-helpers": "0.7.5",
1982 "@astrojs/markdown-remark": "6.3.10",
1983 "@astrojs/telemetry": "3.3.0",
1984 "@capsizecss/unpack": "^4.0.0",
1985 "@oslojs/encoding": "^1.1.0",
1986 "@rollup/pluginutils": "^5.3.0",
1987 "acorn": "^8.15.0",
1988 "aria-query": "^5.3.2",
1989 "axobject-query": "^4.1.0",
1990 "boxen": "8.0.1",
1991 "ci-info": "^4.3.1",
1992 "clsx": "^2.1.1",
1993 "common-ancestor-path": "^1.0.1",
1994 "cookie": "^1.1.1",
1995 "cssesc": "^3.0.0",
1996 "debug": "^4.4.3",
1997 "deterministic-object-hash": "^2.0.2",
1998 "devalue": "^5.6.2",
1999 "diff": "^8.0.3",
2000 "dlv": "^1.1.3",
2001 "dset": "^3.1.4",
2002 "es-module-lexer": "^1.7.0",
2003 "esbuild": "^0.25.0",
2004 "estree-walker": "^3.0.3",
2005 "flattie": "^1.1.1",
2006 "fontace": "~0.4.0",
2007 "github-slugger": "^2.0.0",
2008 "html-escaper": "3.0.3",
2009 "http-cache-semantics": "^4.2.0",
2010 "import-meta-resolve": "^4.2.0",
2011 "js-yaml": "^4.1.1",
2012 "magic-string": "^0.30.21",
2013 "magicast": "^0.5.1",
2014 "mrmime": "^2.0.1",
2015 "neotraverse": "^0.6.18",
2016 "p-limit": "^6.2.0",
2017 "p-queue": "^8.1.1",
2018 "package-manager-detector": "^1.6.0",
2019 "piccolore": "^0.1.3",
2020 "picomatch": "^4.0.3",
2021 "prompts": "^2.4.2",
2022 "rehype": "^13.0.2",
2023 "semver": "^7.7.3",
2024 "shiki": "^3.21.0",
2025 "smol-toml": "^1.6.0",
2026 "svgo": "^4.0.0",
2027 "tinyexec": "^1.0.2",
2028 "tinyglobby": "^0.2.15",
2029 "tsconfck": "^3.1.6",
2030 "ultrahtml": "^1.6.0",
2031 "unifont": "~0.7.3",
2032 "unist-util-visit": "^5.0.0",
2033 "unstorage": "^1.17.4",
2034 "vfile": "^6.0.3",
2035 "vite": "^6.4.1",
2036 "vitefu": "^1.1.1",
2037 "xxhash-wasm": "^1.1.0",
2038 "yargs-parser": "^21.1.1",
2039 "yocto-spinner": "^0.2.3",
2040 "zod": "^3.25.76",
2041 "zod-to-json-schema": "^3.25.1",
2042 "zod-to-ts": "^1.2.0"
2043 },
2044 "bin": {
2045 "astro": "astro.js"
2046 },
2047 "engines": {
2048 "node": "18.20.8 || ^20.3.0 || >=22.0.0",
2049 "npm": ">=9.6.5",
2050 "pnpm": ">=7.1.0"
2051 },
2052 "funding": {
2053 "type": "opencollective",
2054 "url": "https://opencollective.com/astrodotbuild"
2055 },
2056 "optionalDependencies": {
2057 "sharp": "^0.34.0"
2058 }
2059 },
2060 "node_modules/astro/node_modules/vite": {
2061 "version": "6.4.1",
2062 "resolved": "https://registry.npmjs.org/vite/-/vite-6.4.1.tgz",
2063 "integrity": "sha512-+Oxm7q9hDoLMyJOYfUYBuHQo+dkAloi33apOPP56pzj+vsdJDzr+j1NISE5pyaAuKL4A3UD34qd0lx5+kfKp2g==",
2064 "license": "MIT",
2065 "dependencies": {
2066 "esbuild": "^0.25.0",
2067 "fdir": "^6.4.4",
2068 "picomatch": "^4.0.2",
2069 "postcss": "^8.5.3",
2070 "rollup": "^4.34.9",
2071 "tinyglobby": "^0.2.13"
2072 },
2073 "bin": {
2074 "vite": "bin/vite.js"
2075 },
2076 "engines": {
2077 "node": "^18.0.0 || ^20.0.0 || >=22.0.0"
2078 },
2079 "funding": {
2080 "url": "https://github.com/vitejs/vite?sponsor=1"
2081 },
2082 "optionalDependencies": {
2083 "fsevents": "~2.3.3"
2084 },
2085 "peerDependencies": {
2086 "@types/node": "^18.0.0 || ^20.0.0 || >=22.0.0",
2087 "jiti": ">=1.21.0",
2088 "less": "*",
2089 "lightningcss": "^1.21.0",
2090 "sass": "*",
2091 "sass-embedded": "*",
2092 "stylus": "*",
2093 "sugarss": "*",
2094 "terser": "^5.16.0",
2095 "tsx": "^4.8.1",
2096 "yaml": "^2.4.2"
2097 },
2098 "peerDependenciesMeta": {
2099 "@types/node": {
2100 "optional": true
2101 },
2102 "jiti": {
2103 "optional": true
2104 },
2105 "less": {
2106 "optional": true
2107 },
2108 "lightningcss": {
2109 "optional": true
2110 },
2111 "sass": {
2112 "optional": true
2113 },
2114 "sass-embedded": {
2115 "optional": true
2116 },
2117 "stylus": {
2118 "optional": true
2119 },
2120 "sugarss": {
2121 "optional": true
2122 },
2123 "terser": {
2124 "optional": true
2125 },
2126 "tsx": {
2127 "optional": true
2128 },
2129 "yaml": {
2130 "optional": true
2131 }
2132 }
2133 },
2134 "node_modules/axobject-query": {
2135 "version": "4.1.0",
2136 "resolved": "https://registry.npmjs.org/axobject-query/-/axobject-query-4.1.0.tgz",
2137 "integrity": "sha512-qIj0G9wZbMGNLjLmg1PT6v2mE9AH2zlnADJD/2tC6E00hgmhUOfEB6greHPAfLRSufHqROIUTkw6E+M3lH0PTQ==",
2138 "license": "Apache-2.0",
2139 "engines": {
2140 "node": ">= 0.4"
2141 }
2142 },
2143 "node_modules/bail": {
2144 "version": "2.0.2",
2145 "resolved": "https://registry.npmjs.org/bail/-/bail-2.0.2.tgz",
2146 "integrity": "sha512-0xO6mYd7JB2YesxDKplafRpsiOzPt9V02ddPCLbY1xYGPOX24NTyN50qnUxgCPcSoYMhKpAuBTjQoRZCAkUDRw==",
2147 "license": "MIT",
2148 "funding": {
2149 "type": "github",
2150 "url": "https://github.com/sponsors/wooorm"
2151 }
2152 },
2153 "node_modules/base-64": {
2154 "version": "1.0.0",
2155 "resolved": "https://registry.npmjs.org/base-64/-/base-64-1.0.0.tgz",
2156 "integrity": "sha512-kwDPIFCGx0NZHog36dj+tHiwP4QMzsZ3AgMViUBKI0+V5n4U0ufTCUMhnQ04diaRI8EX/QcPfql7zlhZ7j4zgg==",
2157 "license": "MIT"
2158 },
2159 "node_modules/boolbase": {
2160 "version": "1.0.0",
2161 "resolved": "https://registry.npmjs.org/boolbase/-/boolbase-1.0.0.tgz",
2162 "integrity": "sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww==",
2163 "license": "ISC"
2164 },
2165 "node_modules/boxen": {
2166 "version": "8.0.1",
2167 "resolved": "https://registry.npmjs.org/boxen/-/boxen-8.0.1.tgz",
2168 "integrity": "sha512-F3PH5k5juxom4xktynS7MoFY+NUWH5LC4CnH11YB8NPew+HLpmBLCybSAEyb2F+4pRXhuhWqFesoQd6DAyc2hw==",
2169 "license": "MIT",
2170 "dependencies": {
2171 "ansi-align": "^3.0.1",
2172 "camelcase": "^8.0.0",
2173 "chalk": "^5.3.0",
2174 "cli-boxes": "^3.0.0",
2175 "string-width": "^7.2.0",
2176 "type-fest": "^4.21.0",
2177 "widest-line": "^5.0.0",
2178 "wrap-ansi": "^9.0.0"
2179 },
2180 "engines": {
2181 "node": ">=18"
2182 },
2183 "funding": {
2184 "url": "https://github.com/sponsors/sindresorhus"
2185 }
2186 },
2187 "node_modules/camelcase": {
2188 "version": "8.0.0",
2189 "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-8.0.0.tgz",
2190 "integrity": "sha512-8WB3Jcas3swSvjIeA2yvCJ+Miyz5l1ZmB6HFb9R1317dt9LCQoswg/BGrmAmkWVEszSrrg4RwmO46qIm2OEnSA==",
2191 "license": "MIT",
2192 "engines": {
2193 "node": ">=16"
2194 },
2195 "funding": {
2196 "url": "https://github.com/sponsors/sindresorhus"
2197 }
2198 },
2199 "node_modules/ccount": {
2200 "version": "2.0.1",
2201 "resolved": "https://registry.npmjs.org/ccount/-/ccount-2.0.1.tgz",
2202 "integrity": "sha512-eyrF0jiFpY+3drT6383f1qhkbGsLSifNAjA61IUjZjmLCWjItY6LB9ft9YhoDgwfmclB2zhu51Lc7+95b8NRAg==",
2203 "license": "MIT",
2204 "funding": {
2205 "type": "github",
2206 "url": "https://github.com/sponsors/wooorm"
2207 }
2208 },
2209 "node_modules/chalk": {
2210 "version": "5.6.2",
2211 "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.6.2.tgz",
2212 "integrity": "sha512-7NzBL0rN6fMUW+f7A6Io4h40qQlG+xGmtMxfbnH/K7TAtt8JQWVQK+6g0UXKMeVJoyV5EkkNsErQ8pVD3bLHbA==",
2213 "license": "MIT",
2214 "engines": {
2215 "node": "^12.17.0 || ^14.13 || >=16.0.0"
2216 },
2217 "funding": {
2218 "url": "https://github.com/chalk/chalk?sponsor=1"
2219 }
2220 },
2221 "node_modules/character-entities": {
2222 "version": "2.0.2",
2223 "resolved": "https://registry.npmjs.org/character-entities/-/character-entities-2.0.2.tgz",
2224 "integrity": "sha512-shx7oQ0Awen/BRIdkjkvz54PnEEI/EjwXDSIZp86/KKdbafHh1Df/RYGBhn4hbe2+uKC9FnT5UCEdyPz3ai9hQ==",
2225 "license": "MIT",
2226 "funding": {
2227 "type": "github",
2228 "url": "https://github.com/sponsors/wooorm"
2229 }
2230 },
2231 "node_modules/character-entities-html4": {
2232 "version": "2.1.0",
2233 "resolved": "https://registry.npmjs.org/character-entities-html4/-/character-entities-html4-2.1.0.tgz",
2234 "integrity": "sha512-1v7fgQRj6hnSwFpq1Eu0ynr/CDEw0rXo2B61qXrLNdHZmPKgb7fqS1a2JwF0rISo9q77jDI8VMEHoApn8qDoZA==",
2235 "license": "MIT",
2236 "funding": {
2237 "type": "github",
2238 "url": "https://github.com/sponsors/wooorm"
2239 }
2240 },
2241 "node_modules/character-entities-legacy": {
2242 "version": "3.0.0",
2243 "resolved": "https://registry.npmjs.org/character-entities-legacy/-/character-entities-legacy-3.0.0.tgz",
2244 "integrity": "sha512-RpPp0asT/6ufRm//AJVwpViZbGM/MkjQFxJccQRHmISF/22NBtsHqAWmL+/pmkPWoIUJdWyeVleTl1wydHATVQ==",
2245 "license": "MIT",
2246 "funding": {
2247 "type": "github",
2248 "url": "https://github.com/sponsors/wooorm"
2249 }
2250 },
2251 "node_modules/chokidar": {
2252 "version": "5.0.0",
2253 "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-5.0.0.tgz",
2254 "integrity": "sha512-TQMmc3w+5AxjpL8iIiwebF73dRDF4fBIieAqGn9RGCWaEVwQ6Fb2cGe31Yns0RRIzii5goJ1Y7xbMwo1TxMplw==",
2255 "license": "MIT",
2256 "dependencies": {
2257 "readdirp": "^5.0.0"
2258 },
2259 "engines": {
2260 "node": ">= 20.19.0"
2261 },
2262 "funding": {
2263 "url": "https://paulmillr.com/funding/"
2264 }
2265 },
2266 "node_modules/ci-info": {
2267 "version": "4.4.0",
2268 "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-4.4.0.tgz",
2269 "integrity": "sha512-77PSwercCZU2Fc4sX94eF8k8Pxte6JAwL4/ICZLFjJLqegs7kCuAsqqj/70NQF6TvDpgFjkubQB2FW2ZZddvQg==",
2270 "funding": [
2271 {
2272 "type": "github",
2273 "url": "https://github.com/sponsors/sibiraj-s"
2274 }
2275 ],
2276 "license": "MIT",
2277 "engines": {
2278 "node": ">=8"
2279 }
2280 },
2281 "node_modules/cli-boxes": {
2282 "version": "3.0.0",
2283 "resolved": "https://registry.npmjs.org/cli-boxes/-/cli-boxes-3.0.0.tgz",
2284 "integrity": "sha512-/lzGpEWL/8PfI0BmBOPRwp0c/wFNX1RdUML3jK/RcSBA9T8mZDdQpqYBKtCFTOfQbwPqWEOpjqW+Fnayc0969g==",
2285 "license": "MIT",
2286 "engines": {
2287 "node": ">=10"
2288 },
2289 "funding": {
2290 "url": "https://github.com/sponsors/sindresorhus"
2291 }
2292 },
2293 "node_modules/clsx": {
2294 "version": "2.1.1",
2295 "resolved": "https://registry.npmjs.org/clsx/-/clsx-2.1.1.tgz",
2296 "integrity": "sha512-eYm0QWBtUrBWZWG0d386OGAw16Z995PiOVo2B7bjWSbHedGl5e0ZWaq65kOGgUSNesEIDkB9ISbTg/JK9dhCZA==",
2297 "license": "MIT",
2298 "engines": {
2299 "node": ">=6"
2300 }
2301 },
2302 "node_modules/comma-separated-tokens": {
2303 "version": "2.0.3",
2304 "resolved": "https://registry.npmjs.org/comma-separated-tokens/-/comma-separated-tokens-2.0.3.tgz",
2305 "integrity": "sha512-Fu4hJdvzeylCfQPp9SGWidpzrMs7tTrlu6Vb8XGaRGck8QSNZJJp538Wrb60Lax4fPwR64ViY468OIUTbRlGZg==",
2306 "license": "MIT",
2307 "funding": {
2308 "type": "github",
2309 "url": "https://github.com/sponsors/wooorm"
2310 }
2311 },
2312 "node_modules/commander": {
2313 "version": "11.1.0",
2314 "resolved": "https://registry.npmjs.org/commander/-/commander-11.1.0.tgz",
2315 "integrity": "sha512-yPVavfyCcRhmorC7rWlkHn15b4wDVgVmBA7kV4QVBsF7kv/9TKJAbAXVTxvTnwP8HHKjRCJDClKbciiYS7p0DQ==",
2316 "license": "MIT",
2317 "engines": {
2318 "node": ">=16"
2319 }
2320 },
2321 "node_modules/common-ancestor-path": {
2322 "version": "1.0.1",
2323 "resolved": "https://registry.npmjs.org/common-ancestor-path/-/common-ancestor-path-1.0.1.tgz",
2324 "integrity": "sha512-L3sHRo1pXXEqX8VU28kfgUY+YGsk09hPqZiZmLacNib6XNTCM8ubYeT7ryXQw8asB1sKgcU5lkB7ONug08aB8w==",
2325 "license": "ISC"
2326 },
2327 "node_modules/cookie": {
2328 "version": "1.1.1",
2329 "resolved": "https://registry.npmjs.org/cookie/-/cookie-1.1.1.tgz",
2330 "integrity": "sha512-ei8Aos7ja0weRpFzJnEA9UHJ/7XQmqglbRwnf2ATjcB9Wq874VKH9kfjjirM6UhU2/E5fFYadylyhFldcqSidQ==",
2331 "license": "MIT",
2332 "engines": {
2333 "node": ">=18"
2334 },
2335 "funding": {
2336 "type": "opencollective",
2337 "url": "https://opencollective.com/express"
2338 }
2339 },
2340 "node_modules/cookie-es": {
2341 "version": "1.2.2",
2342 "resolved": "https://registry.npmjs.org/cookie-es/-/cookie-es-1.2.2.tgz",
2343 "integrity": "sha512-+W7VmiVINB+ywl1HGXJXmrqkOhpKrIiVZV6tQuV54ZyQC7MMuBt81Vc336GMLoHBq5hV/F9eXgt5Mnx0Rha5Fg==",
2344 "license": "MIT"
2345 },
2346 "node_modules/crossws": {
2347 "version": "0.3.5",
2348 "resolved": "https://registry.npmjs.org/crossws/-/crossws-0.3.5.tgz",
2349 "integrity": "sha512-ojKiDvcmByhwa8YYqbQI/hg7MEU0NC03+pSdEq4ZUnZR9xXpwk7E43SMNGkn+JxJGPFtNvQ48+vV2p+P1ml5PA==",
2350 "license": "MIT",
2351 "dependencies": {
2352 "uncrypto": "^0.1.3"
2353 }
2354 },
2355 "node_modules/css-select": {
2356 "version": "5.2.2",
2357 "resolved": "https://registry.npmjs.org/css-select/-/css-select-5.2.2.tgz",
2358 "integrity": "sha512-TizTzUddG/xYLA3NXodFM0fSbNizXjOKhqiQQwvhlspadZokn1KDy0NZFS0wuEubIYAV5/c1/lAr0TaaFXEXzw==",
2359 "license": "BSD-2-Clause",
2360 "dependencies": {
2361 "boolbase": "^1.0.0",
2362 "css-what": "^6.1.0",
2363 "domhandler": "^5.0.2",
2364 "domutils": "^3.0.1",
2365 "nth-check": "^2.0.1"
2366 },
2367 "funding": {
2368 "url": "https://github.com/sponsors/fb55"
2369 }
2370 },
2371 "node_modules/css-tree": {
2372 "version": "3.1.0",
2373 "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-3.1.0.tgz",
2374 "integrity": "sha512-0eW44TGN5SQXU1mWSkKwFstI/22X2bG1nYzZTYMAWjylYURhse752YgbE4Cx46AC+bAvI+/dYTPRk1LqSUnu6w==",
2375 "license": "MIT",
2376 "dependencies": {
2377 "mdn-data": "2.12.2",
2378 "source-map-js": "^1.0.1"
2379 },
2380 "engines": {
2381 "node": "^10 || ^12.20.0 || ^14.13.0 || >=15.0.0"
2382 }
2383 },
2384 "node_modules/css-what": {
2385 "version": "6.2.2",
2386 "resolved": "https://registry.npmjs.org/css-what/-/css-what-6.2.2.tgz",
2387 "integrity": "sha512-u/O3vwbptzhMs3L1fQE82ZSLHQQfto5gyZzwteVIEyeaY5Fc7R4dapF/BvRoSYFeqfBk4m0V1Vafq5Pjv25wvA==",
2388 "license": "BSD-2-Clause",
2389 "engines": {
2390 "node": ">= 6"
2391 },
2392 "funding": {
2393 "url": "https://github.com/sponsors/fb55"
2394 }
2395 },
2396 "node_modules/cssesc": {
2397 "version": "3.0.0",
2398 "resolved": "https://registry.npmjs.org/cssesc/-/cssesc-3.0.0.tgz",
2399 "integrity": "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==",
2400 "license": "MIT",
2401 "bin": {
2402 "cssesc": "bin/cssesc"
2403 },
2404 "engines": {
2405 "node": ">=4"
2406 }
2407 },
2408 "node_modules/csso": {
2409 "version": "5.0.5",
2410 "resolved": "https://registry.npmjs.org/csso/-/csso-5.0.5.tgz",
2411 "integrity": "sha512-0LrrStPOdJj+SPCCrGhzryycLjwcgUSHBtxNA8aIDxf0GLsRh1cKYhB00Gd1lDOS4yGH69+SNn13+TWbVHETFQ==",
2412 "license": "MIT",
2413 "dependencies": {
2414 "css-tree": "~2.2.0"
2415 },
2416 "engines": {
2417 "node": "^10 || ^12.20.0 || ^14.13.0 || >=15.0.0",
2418 "npm": ">=7.0.0"
2419 }
2420 },
2421 "node_modules/csso/node_modules/css-tree": {
2422 "version": "2.2.1",
2423 "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-2.2.1.tgz",
2424 "integrity": "sha512-OA0mILzGc1kCOCSJerOeqDxDQ4HOh+G8NbOJFOTgOCzpw7fCBubk0fEyxp8AgOL/jvLgYA/uV0cMbe43ElF1JA==",
2425 "license": "MIT",
2426 "dependencies": {
2427 "mdn-data": "2.0.28",
2428 "source-map-js": "^1.0.1"
2429 },
2430 "engines": {
2431 "node": "^10 || ^12.20.0 || ^14.13.0 || >=15.0.0",
2432 "npm": ">=7.0.0"
2433 }
2434 },
2435 "node_modules/csso/node_modules/mdn-data": {
2436 "version": "2.0.28",
2437 "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.28.tgz",
2438 "integrity": "sha512-aylIc7Z9y4yzHYAJNuESG3hfhC+0Ibp/MAMiaOZgNv4pmEdFyfZhhhny4MNiAfWdBQ1RQ2mfDWmM1x8SvGyp8g==",
2439 "license": "CC0-1.0"
2440 },
2441 "node_modules/debug": {
2442 "version": "4.4.3",
2443 "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz",
2444 "integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==",
2445 "license": "MIT",
2446 "dependencies": {
2447 "ms": "^2.1.3"
2448 },
2449 "engines": {
2450 "node": ">=6.0"
2451 },
2452 "peerDependenciesMeta": {
2453 "supports-color": {
2454 "optional": true
2455 }
2456 }
2457 },
2458 "node_modules/decode-named-character-reference": {
2459 "version": "1.3.0",
2460 "resolved": "https://registry.npmjs.org/decode-named-character-reference/-/decode-named-character-reference-1.3.0.tgz",
2461 "integrity": "sha512-GtpQYB283KrPp6nRw50q3U9/VfOutZOe103qlN7BPP6Ad27xYnOIWv4lPzo8HCAL+mMZofJ9KEy30fq6MfaK6Q==",
2462 "license": "MIT",
2463 "dependencies": {
2464 "character-entities": "^2.0.0"
2465 },
2466 "funding": {
2467 "type": "github",
2468 "url": "https://github.com/sponsors/wooorm"
2469 }
2470 },
2471 "node_modules/defu": {
2472 "version": "6.1.4",
2473 "resolved": "https://registry.npmjs.org/defu/-/defu-6.1.4.tgz",
2474 "integrity": "sha512-mEQCMmwJu317oSz8CwdIOdwf3xMif1ttiM8LTufzc3g6kR+9Pe236twL8j3IYT1F7GfRgGcW6MWxzZjLIkuHIg==",
2475 "license": "MIT"
2476 },
2477 "node_modules/dequal": {
2478 "version": "2.0.3",
2479 "resolved": "https://registry.npmjs.org/dequal/-/dequal-2.0.3.tgz",
2480 "integrity": "sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA==",
2481 "license": "MIT",
2482 "engines": {
2483 "node": ">=6"
2484 }
2485 },
2486 "node_modules/destr": {
2487 "version": "2.0.5",
2488 "resolved": "https://registry.npmjs.org/destr/-/destr-2.0.5.tgz",
2489 "integrity": "sha512-ugFTXCtDZunbzasqBxrK93Ik/DRYsO6S/fedkWEMKqt04xZ4csmnmwGDBAb07QWNaGMAmnTIemsYZCksjATwsA==",
2490 "license": "MIT"
2491 },
2492 "node_modules/detect-libc": {
2493 "version": "2.1.2",
2494 "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.1.2.tgz",
2495 "integrity": "sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==",
2496 "license": "Apache-2.0",
2497 "engines": {
2498 "node": ">=8"
2499 }
2500 },
2501 "node_modules/deterministic-object-hash": {
2502 "version": "2.0.2",
2503 "resolved": "https://registry.npmjs.org/deterministic-object-hash/-/deterministic-object-hash-2.0.2.tgz",
2504 "integrity": "sha512-KxektNH63SrbfUyDiwXqRb1rLwKt33AmMv+5Nhsw1kqZ13SJBRTgZHtGbE+hH3a1mVW1cz+4pqSWVPAtLVXTzQ==",
2505 "license": "MIT",
2506 "dependencies": {
2507 "base-64": "^1.0.0"
2508 },
2509 "engines": {
2510 "node": ">=18"
2511 }
2512 },
2513 "node_modules/devalue": {
2514 "version": "5.6.2",
2515 "resolved": "https://registry.npmjs.org/devalue/-/devalue-5.6.2.tgz",
2516 "integrity": "sha512-nPRkjWzzDQlsejL1WVifk5rvcFi/y1onBRxjaFMjZeR9mFpqu2gmAZ9xUB9/IEanEP/vBtGeGganC/GO1fmufg==",
2517 "license": "MIT"
2518 },
2519 "node_modules/devlop": {
2520 "version": "1.1.0",
2521 "resolved": "https://registry.npmjs.org/devlop/-/devlop-1.1.0.tgz",
2522 "integrity": "sha512-RWmIqhcFf1lRYBvNmr7qTNuyCt/7/ns2jbpp1+PalgE/rDQcBT0fioSMUpJ93irlUhC5hrg4cYqe6U+0ImW0rA==",
2523 "license": "MIT",
2524 "dependencies": {
2525 "dequal": "^2.0.0"
2526 },
2527 "funding": {
2528 "type": "github",
2529 "url": "https://github.com/sponsors/wooorm"
2530 }
2531 },
2532 "node_modules/diff": {
2533 "version": "8.0.3",
2534 "resolved": "https://registry.npmjs.org/diff/-/diff-8.0.3.tgz",
2535 "integrity": "sha512-qejHi7bcSD4hQAZE0tNAawRK1ZtafHDmMTMkrrIGgSLl7hTnQHmKCeB45xAcbfTqK2zowkM3j3bHt/4b/ARbYQ==",
2536 "license": "BSD-3-Clause",
2537 "engines": {
2538 "node": ">=0.3.1"
2539 }
2540 },
2541 "node_modules/dlv": {
2542 "version": "1.1.3",
2543 "resolved": "https://registry.npmjs.org/dlv/-/dlv-1.1.3.tgz",
2544 "integrity": "sha512-+HlytyjlPKnIG8XuRG8WvmBP8xs8P71y+SKKS6ZXWoEgLuePxtDoUEiH7WkdePWrQ5JBpE6aoVqfZfJUQkjXwA==",
2545 "license": "MIT"
2546 },
2547 "node_modules/dom-serializer": {
2548 "version": "2.0.0",
2549 "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-2.0.0.tgz",
2550 "integrity": "sha512-wIkAryiqt/nV5EQKqQpo3SToSOV9J0DnbJqwK7Wv/Trc92zIAYZ4FlMu+JPFW1DfGFt81ZTCGgDEabffXeLyJg==",
2551 "license": "MIT",
2552 "dependencies": {
2553 "domelementtype": "^2.3.0",
2554 "domhandler": "^5.0.2",
2555 "entities": "^4.2.0"
2556 },
2557 "funding": {
2558 "url": "https://github.com/cheeriojs/dom-serializer?sponsor=1"
2559 }
2560 },
2561 "node_modules/dom-serializer/node_modules/entities": {
2562 "version": "4.5.0",
2563 "resolved": "https://registry.npmjs.org/entities/-/entities-4.5.0.tgz",
2564 "integrity": "sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==",
2565 "license": "BSD-2-Clause",
2566 "engines": {
2567 "node": ">=0.12"
2568 },
2569 "funding": {
2570 "url": "https://github.com/fb55/entities?sponsor=1"
2571 }
2572 },
2573 "node_modules/domelementtype": {
2574 "version": "2.3.0",
2575 "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-2.3.0.tgz",
2576 "integrity": "sha512-OLETBj6w0OsagBwdXnPdN0cnMfF9opN69co+7ZrbfPGrdpPVNBUj02spi6B1N7wChLQiPn4CSH/zJvXw56gmHw==",
2577 "funding": [
2578 {
2579 "type": "github",
2580 "url": "https://github.com/sponsors/fb55"
2581 }
2582 ],
2583 "license": "BSD-2-Clause"
2584 },
2585 "node_modules/domhandler": {
2586 "version": "5.0.3",
2587 "resolved": "https://registry.npmjs.org/domhandler/-/domhandler-5.0.3.tgz",
2588 "integrity": "sha512-cgwlv/1iFQiFnU96XXgROh8xTeetsnJiDsTc7TYCLFd9+/WNkIqPTxiM/8pSd8VIrhXGTf1Ny1q1hquVqDJB5w==",
2589 "license": "BSD-2-Clause",
2590 "dependencies": {
2591 "domelementtype": "^2.3.0"
2592 },
2593 "engines": {
2594 "node": ">= 4"
2595 },
2596 "funding": {
2597 "url": "https://github.com/fb55/domhandler?sponsor=1"
2598 }
2599 },
2600 "node_modules/domutils": {
2601 "version": "3.2.2",
2602 "resolved": "https://registry.npmjs.org/domutils/-/domutils-3.2.2.tgz",
2603 "integrity": "sha512-6kZKyUajlDuqlHKVX1w7gyslj9MPIXzIFiz/rGu35uC1wMi+kMhQwGhl4lt9unC9Vb9INnY9Z3/ZA3+FhASLaw==",
2604 "license": "BSD-2-Clause",
2605 "dependencies": {
2606 "dom-serializer": "^2.0.0",
2607 "domelementtype": "^2.3.0",
2608 "domhandler": "^5.0.3"
2609 },
2610 "funding": {
2611 "url": "https://github.com/fb55/domutils?sponsor=1"
2612 }
2613 },
2614 "node_modules/dset": {
2615 "version": "3.1.4",
2616 "resolved": "https://registry.npmjs.org/dset/-/dset-3.1.4.tgz",
2617 "integrity": "sha512-2QF/g9/zTaPDc3BjNcVTGoBbXBgYfMTTceLaYcFJ/W9kggFUkhxD/hMEeuLKbugyef9SqAx8cpgwlIP/jinUTA==",
2618 "license": "MIT",
2619 "engines": {
2620 "node": ">=4"
2621 }
2622 },
2623 "node_modules/emoji-regex": {
2624 "version": "10.6.0",
2625 "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.6.0.tgz",
2626 "integrity": "sha512-toUI84YS5YmxW219erniWD0CIVOo46xGKColeNQRgOzDorgBi1v4D71/OFzgD9GO2UGKIv1C3Sp8DAn0+j5w7A==",
2627 "license": "MIT"
2628 },
2629 "node_modules/enhanced-resolve": {
2630 "version": "5.19.0",
2631 "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.19.0.tgz",
2632 "integrity": "sha512-phv3E1Xl4tQOShqSte26C7Fl84EwUdZsyOuSSk9qtAGyyQs2s3jJzComh+Abf4g187lUUAvH+H26omrqia2aGg==",
2633 "license": "MIT",
2634 "dependencies": {
2635 "graceful-fs": "^4.2.4",
2636 "tapable": "^2.3.0"
2637 },
2638 "engines": {
2639 "node": ">=10.13.0"
2640 }
2641 },
2642 "node_modules/entities": {
2643 "version": "6.0.1",
2644 "resolved": "https://registry.npmjs.org/entities/-/entities-6.0.1.tgz",
2645 "integrity": "sha512-aN97NXWF6AWBTahfVOIrB/NShkzi5H7F9r1s9mD3cDj4Ko5f2qhhVoYMibXF7GlLveb/D2ioWay8lxI97Ven3g==",
2646 "license": "BSD-2-Clause",
2647 "engines": {
2648 "node": ">=0.12"
2649 },
2650 "funding": {
2651 "url": "https://github.com/fb55/entities?sponsor=1"
2652 }
2653 },
2654 "node_modules/es-module-lexer": {
2655 "version": "1.7.0",
2656 "resolved": "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-1.7.0.tgz",
2657 "integrity": "sha512-jEQoCwk8hyb2AZziIOLhDqpm5+2ww5uIE6lkO/6jcOCusfk6LhMHpXXfBLXTZ7Ydyt0j4VoUQv6uGNYbdW+kBA==",
2658 "license": "MIT"
2659 },
2660 "node_modules/esbuild": {
2661 "version": "0.25.12",
2662 "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.25.12.tgz",
2663 "integrity": "sha512-bbPBYYrtZbkt6Os6FiTLCTFxvq4tt3JKall1vRwshA3fdVztsLAatFaZobhkBC8/BrPetoa0oksYoKXoG4ryJg==",
2664 "hasInstallScript": true,
2665 "license": "MIT",
2666 "bin": {
2667 "esbuild": "bin/esbuild"
2668 },
2669 "engines": {
2670 "node": ">=18"
2671 },
2672 "optionalDependencies": {
2673 "@esbuild/aix-ppc64": "0.25.12",
2674 "@esbuild/android-arm": "0.25.12",
2675 "@esbuild/android-arm64": "0.25.12",
2676 "@esbuild/android-x64": "0.25.12",
2677 "@esbuild/darwin-arm64": "0.25.12",
2678 "@esbuild/darwin-x64": "0.25.12",
2679 "@esbuild/freebsd-arm64": "0.25.12",
2680 "@esbuild/freebsd-x64": "0.25.12",
2681 "@esbuild/linux-arm": "0.25.12",
2682 "@esbuild/linux-arm64": "0.25.12",
2683 "@esbuild/linux-ia32": "0.25.12",
2684 "@esbuild/linux-loong64": "0.25.12",
2685 "@esbuild/linux-mips64el": "0.25.12",
2686 "@esbuild/linux-ppc64": "0.25.12",
2687 "@esbuild/linux-riscv64": "0.25.12",
2688 "@esbuild/linux-s390x": "0.25.12",
2689 "@esbuild/linux-x64": "0.25.12",
2690 "@esbuild/netbsd-arm64": "0.25.12",
2691 "@esbuild/netbsd-x64": "0.25.12",
2692 "@esbuild/openbsd-arm64": "0.25.12",
2693 "@esbuild/openbsd-x64": "0.25.12",
2694 "@esbuild/openharmony-arm64": "0.25.12",
2695 "@esbuild/sunos-x64": "0.25.12",
2696 "@esbuild/win32-arm64": "0.25.12",
2697 "@esbuild/win32-ia32": "0.25.12",
2698 "@esbuild/win32-x64": "0.25.12"
2699 }
2700 },
2701 "node_modules/escape-string-regexp": {
2702 "version": "5.0.0",
2703 "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-5.0.0.tgz",
2704 "integrity": "sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw==",
2705 "license": "MIT",
2706 "engines": {
2707 "node": ">=12"
2708 },
2709 "funding": {
2710 "url": "https://github.com/sponsors/sindresorhus"
2711 }
2712 },
2713 "node_modules/estree-walker": {
2714 "version": "3.0.3",
2715 "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-3.0.3.tgz",
2716 "integrity": "sha512-7RUKfXgSMMkzt6ZuXmqapOurLGPPfgj6l9uRZ7lRGolvk0y2yocc35LdcxKC5PQZdn2DMqioAQ2NoWcrTKmm6g==",
2717 "license": "MIT",
2718 "dependencies": {
2719 "@types/estree": "^1.0.0"
2720 }
2721 },
2722 "node_modules/eventemitter3": {
2723 "version": "5.0.4",
2724 "resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-5.0.4.tgz",
2725 "integrity": "sha512-mlsTRyGaPBjPedk6Bvw+aqbsXDtoAyAzm5MO7JgU+yVRyMQ5O8bD4Kcci7BS85f93veegeCPkL8R4GLClnjLFw==",
2726 "license": "MIT"
2727 },
2728 "node_modules/extend": {
2729 "version": "3.0.2",
2730 "resolved": "https://registry.npmjs.org/extend/-/extend-3.0.2.tgz",
2731 "integrity": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==",
2732 "license": "MIT"
2733 },
2734 "node_modules/fdir": {
2735 "version": "6.5.0",
2736 "resolved": "https://registry.npmjs.org/fdir/-/fdir-6.5.0.tgz",
2737 "integrity": "sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==",
2738 "license": "MIT",
2739 "engines": {
2740 "node": ">=12.0.0"
2741 },
2742 "peerDependencies": {
2743 "picomatch": "^3 || ^4"
2744 },
2745 "peerDependenciesMeta": {
2746 "picomatch": {
2747 "optional": true
2748 }
2749 }
2750 },
2751 "node_modules/flattie": {
2752 "version": "1.1.1",
2753 "resolved": "https://registry.npmjs.org/flattie/-/flattie-1.1.1.tgz",
2754 "integrity": "sha512-9UbaD6XdAL97+k/n+N7JwX46K/M6Zc6KcFYskrYL8wbBV/Uyk0CTAMY0VT+qiK5PM7AIc9aTWYtq65U7T+aCNQ==",
2755 "license": "MIT",
2756 "engines": {
2757 "node": ">=8"
2758 }
2759 },
2760 "node_modules/fontace": {
2761 "version": "0.4.1",
2762 "resolved": "https://registry.npmjs.org/fontace/-/fontace-0.4.1.tgz",
2763 "integrity": "sha512-lDMvbAzSnHmbYMTEld5qdtvNH2/pWpICOqpean9IgC7vUbUJc3k+k5Dokp85CegamqQpFbXf0rAVkbzpyTA8aw==",
2764 "license": "MIT",
2765 "dependencies": {
2766 "fontkitten": "^1.0.2"
2767 }
2768 },
2769 "node_modules/fontkitten": {
2770 "version": "1.0.2",
2771 "resolved": "https://registry.npmjs.org/fontkitten/-/fontkitten-1.0.2.tgz",
2772 "integrity": "sha512-piJxbLnkD9Xcyi7dWJRnqszEURixe7CrF/efBfbffe2DPyabmuIuqraruY8cXTs19QoM8VJzx47BDRVNXETM7Q==",
2773 "license": "MIT",
2774 "dependencies": {
2775 "tiny-inflate": "^1.0.3"
2776 },
2777 "engines": {
2778 "node": ">=20"
2779 }
2780 },
2781 "node_modules/fsevents": {
2782 "version": "2.3.3",
2783 "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz",
2784 "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
2785 "hasInstallScript": true,
2786 "license": "MIT",
2787 "optional": true,
2788 "os": [
2789 "darwin"
2790 ],
2791 "engines": {
2792 "node": "^8.16.0 || ^10.6.0 || >=11.0.0"
2793 }
2794 },
2795 "node_modules/get-east-asian-width": {
2796 "version": "1.4.0",
2797 "resolved": "https://registry.npmjs.org/get-east-asian-width/-/get-east-asian-width-1.4.0.tgz",
2798 "integrity": "sha512-QZjmEOC+IT1uk6Rx0sX22V6uHWVwbdbxf1faPqJ1QhLdGgsRGCZoyaQBm/piRdJy/D2um6hM1UP7ZEeQ4EkP+Q==",
2799 "license": "MIT",
2800 "engines": {
2801 "node": ">=18"
2802 },
2803 "funding": {
2804 "url": "https://github.com/sponsors/sindresorhus"
2805 }
2806 },
2807 "node_modules/github-slugger": {
2808 "version": "2.0.0",
2809 "resolved": "https://registry.npmjs.org/github-slugger/-/github-slugger-2.0.0.tgz",
2810 "integrity": "sha512-IaOQ9puYtjrkq7Y0Ygl9KDZnrf/aiUJYUpVf89y8kyaxbRG7Y1SrX/jaumrv81vc61+kiMempujsM3Yw7w5qcw==",
2811 "license": "ISC"
2812 },
2813 "node_modules/graceful-fs": {
2814 "version": "4.2.11",
2815 "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz",
2816 "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==",
2817 "license": "ISC"
2818 },
2819 "node_modules/h3": {
2820 "version": "1.15.5",
2821 "resolved": "https://registry.npmjs.org/h3/-/h3-1.15.5.tgz",
2822 "integrity": "sha512-xEyq3rSl+dhGX2Lm0+eFQIAzlDN6Fs0EcC4f7BNUmzaRX/PTzeuM+Tr2lHB8FoXggsQIeXLj8EDVgs5ywxyxmg==",
2823 "license": "MIT",
2824 "dependencies": {
2825 "cookie-es": "^1.2.2",
2826 "crossws": "^0.3.5",
2827 "defu": "^6.1.4",
2828 "destr": "^2.0.5",
2829 "iron-webcrypto": "^1.2.1",
2830 "node-mock-http": "^1.0.4",
2831 "radix3": "^1.1.2",
2832 "ufo": "^1.6.3",
2833 "uncrypto": "^0.1.3"
2834 }
2835 },
2836 "node_modules/hast-util-from-html": {
2837 "version": "2.0.3",
2838 "resolved": "https://registry.npmjs.org/hast-util-from-html/-/hast-util-from-html-2.0.3.tgz",
2839 "integrity": "sha512-CUSRHXyKjzHov8yKsQjGOElXy/3EKpyX56ELnkHH34vDVw1N1XSQ1ZcAvTyAPtGqLTuKP/uxM+aLkSPqF/EtMw==",
2840 "license": "MIT",
2841 "dependencies": {
2842 "@types/hast": "^3.0.0",
2843 "devlop": "^1.1.0",
2844 "hast-util-from-parse5": "^8.0.0",
2845 "parse5": "^7.0.0",
2846 "vfile": "^6.0.0",
2847 "vfile-message": "^4.0.0"
2848 },
2849 "funding": {
2850 "type": "opencollective",
2851 "url": "https://opencollective.com/unified"
2852 }
2853 },
2854 "node_modules/hast-util-from-parse5": {
2855 "version": "8.0.3",
2856 "resolved": "https://registry.npmjs.org/hast-util-from-parse5/-/hast-util-from-parse5-8.0.3.tgz",
2857 "integrity": "sha512-3kxEVkEKt0zvcZ3hCRYI8rqrgwtlIOFMWkbclACvjlDw8Li9S2hk/d51OI0nr/gIpdMHNepwgOKqZ/sy0Clpyg==",
2858 "license": "MIT",
2859 "dependencies": {
2860 "@types/hast": "^3.0.0",
2861 "@types/unist": "^3.0.0",
2862 "devlop": "^1.0.0",
2863 "hastscript": "^9.0.0",
2864 "property-information": "^7.0.0",
2865 "vfile": "^6.0.0",
2866 "vfile-location": "^5.0.0",
2867 "web-namespaces": "^2.0.0"
2868 },
2869 "funding": {
2870 "type": "opencollective",
2871 "url": "https://opencollective.com/unified"
2872 }
2873 },
2874 "node_modules/hast-util-is-element": {
2875 "version": "3.0.0",
2876 "resolved": "https://registry.npmjs.org/hast-util-is-element/-/hast-util-is-element-3.0.0.tgz",
2877 "integrity": "sha512-Val9mnv2IWpLbNPqc/pUem+a7Ipj2aHacCwgNfTiK0vJKl0LF+4Ba4+v1oPHFpf3bLYmreq0/l3Gud9S5OH42g==",
2878 "license": "MIT",
2879 "dependencies": {
2880 "@types/hast": "^3.0.0"
2881 },
2882 "funding": {
2883 "type": "opencollective",
2884 "url": "https://opencollective.com/unified"
2885 }
2886 },
2887 "node_modules/hast-util-parse-selector": {
2888 "version": "4.0.0",
2889 "resolved": "https://registry.npmjs.org/hast-util-parse-selector/-/hast-util-parse-selector-4.0.0.tgz",
2890 "integrity": "sha512-wkQCkSYoOGCRKERFWcxMVMOcYE2K1AaNLU8DXS9arxnLOUEWbOXKXiJUNzEpqZ3JOKpnha3jkFrumEjVliDe7A==",
2891 "license": "MIT",
2892 "dependencies": {
2893 "@types/hast": "^3.0.0"
2894 },
2895 "funding": {
2896 "type": "opencollective",
2897 "url": "https://opencollective.com/unified"
2898 }
2899 },
2900 "node_modules/hast-util-raw": {
2901 "version": "9.1.0",
2902 "resolved": "https://registry.npmjs.org/hast-util-raw/-/hast-util-raw-9.1.0.tgz",
2903 "integrity": "sha512-Y8/SBAHkZGoNkpzqqfCldijcuUKh7/su31kEBp67cFY09Wy0mTRgtsLYsiIxMJxlu0f6AA5SUTbDR8K0rxnbUw==",
2904 "license": "MIT",
2905 "dependencies": {
2906 "@types/hast": "^3.0.0",
2907 "@types/unist": "^3.0.0",
2908 "@ungap/structured-clone": "^1.0.0",
2909 "hast-util-from-parse5": "^8.0.0",
2910 "hast-util-to-parse5": "^8.0.0",
2911 "html-void-elements": "^3.0.0",
2912 "mdast-util-to-hast": "^13.0.0",
2913 "parse5": "^7.0.0",
2914 "unist-util-position": "^5.0.0",
2915 "unist-util-visit": "^5.0.0",
2916 "vfile": "^6.0.0",
2917 "web-namespaces": "^2.0.0",
2918 "zwitch": "^2.0.0"
2919 },
2920 "funding": {
2921 "type": "opencollective",
2922 "url": "https://opencollective.com/unified"
2923 }
2924 },
2925 "node_modules/hast-util-to-html": {
2926 "version": "9.0.5",
2927 "resolved": "https://registry.npmjs.org/hast-util-to-html/-/hast-util-to-html-9.0.5.tgz",
2928 "integrity": "sha512-OguPdidb+fbHQSU4Q4ZiLKnzWo8Wwsf5bZfbvu7//a9oTYoqD/fWpe96NuHkoS9h0ccGOTe0C4NGXdtS0iObOw==",
2929 "license": "MIT",
2930 "dependencies": {
2931 "@types/hast": "^3.0.0",
2932 "@types/unist": "^3.0.0",
2933 "ccount": "^2.0.0",
2934 "comma-separated-tokens": "^2.0.0",
2935 "hast-util-whitespace": "^3.0.0",
2936 "html-void-elements": "^3.0.0",
2937 "mdast-util-to-hast": "^13.0.0",
2938 "property-information": "^7.0.0",
2939 "space-separated-tokens": "^2.0.0",
2940 "stringify-entities": "^4.0.0",
2941 "zwitch": "^2.0.4"
2942 },
2943 "funding": {
2944 "type": "opencollective",
2945 "url": "https://opencollective.com/unified"
2946 }
2947 },
2948 "node_modules/hast-util-to-parse5": {
2949 "version": "8.0.1",
2950 "resolved": "https://registry.npmjs.org/hast-util-to-parse5/-/hast-util-to-parse5-8.0.1.tgz",
2951 "integrity": "sha512-MlWT6Pjt4CG9lFCjiz4BH7l9wmrMkfkJYCxFwKQic8+RTZgWPuWxwAfjJElsXkex7DJjfSJsQIt931ilUgmwdA==",
2952 "license": "MIT",
2953 "dependencies": {
2954 "@types/hast": "^3.0.0",
2955 "comma-separated-tokens": "^2.0.0",
2956 "devlop": "^1.0.0",
2957 "property-information": "^7.0.0",
2958 "space-separated-tokens": "^2.0.0",
2959 "web-namespaces": "^2.0.0",
2960 "zwitch": "^2.0.0"
2961 },
2962 "funding": {
2963 "type": "opencollective",
2964 "url": "https://opencollective.com/unified"
2965 }
2966 },
2967 "node_modules/hast-util-to-text": {
2968 "version": "4.0.2",
2969 "resolved": "https://registry.npmjs.org/hast-util-to-text/-/hast-util-to-text-4.0.2.tgz",
2970 "integrity": "sha512-KK6y/BN8lbaq654j7JgBydev7wuNMcID54lkRav1P0CaE1e47P72AWWPiGKXTJU271ooYzcvTAn/Zt0REnvc7A==",
2971 "license": "MIT",
2972 "dependencies": {
2973 "@types/hast": "^3.0.0",
2974 "@types/unist": "^3.0.0",
2975 "hast-util-is-element": "^3.0.0",
2976 "unist-util-find-after": "^5.0.0"
2977 },
2978 "funding": {
2979 "type": "opencollective",
2980 "url": "https://opencollective.com/unified"
2981 }
2982 },
2983 "node_modules/hast-util-whitespace": {
2984 "version": "3.0.0",
2985 "resolved": "https://registry.npmjs.org/hast-util-whitespace/-/hast-util-whitespace-3.0.0.tgz",
2986 "integrity": "sha512-88JUN06ipLwsnv+dVn+OIYOvAuvBMy/Qoi6O7mQHxdPXpjy+Cd6xRkWwux7DKO+4sYILtLBRIKgsdpS2gQc7qw==",
2987 "license": "MIT",
2988 "dependencies": {
2989 "@types/hast": "^3.0.0"
2990 },
2991 "funding": {
2992 "type": "opencollective",
2993 "url": "https://opencollective.com/unified"
2994 }
2995 },
2996 "node_modules/hastscript": {
2997 "version": "9.0.1",
2998 "resolved": "https://registry.npmjs.org/hastscript/-/hastscript-9.0.1.tgz",
2999 "integrity": "sha512-g7df9rMFX/SPi34tyGCyUBREQoKkapwdY/T04Qn9TDWfHhAYt4/I0gMVirzK5wEzeUqIjEB+LXC/ypb7Aqno5w==",
3000 "license": "MIT",
3001 "dependencies": {
3002 "@types/hast": "^3.0.0",
3003 "comma-separated-tokens": "^2.0.0",
3004 "hast-util-parse-selector": "^4.0.0",
3005 "property-information": "^7.0.0",
3006 "space-separated-tokens": "^2.0.0"
3007 },
3008 "funding": {
3009 "type": "opencollective",
3010 "url": "https://opencollective.com/unified"
3011 }
3012 },
3013 "node_modules/html-escaper": {
3014 "version": "3.0.3",
3015 "resolved": "https://registry.npmjs.org/html-escaper/-/html-escaper-3.0.3.tgz",
3016 "integrity": "sha512-RuMffC89BOWQoY0WKGpIhn5gX3iI54O6nRA0yC124NYVtzjmFWBIiFd8M0x+ZdX0P9R4lADg1mgP8C7PxGOWuQ==",
3017 "license": "MIT"
3018 },
3019 "node_modules/html-void-elements": {
3020 "version": "3.0.0",
3021 "resolved": "https://registry.npmjs.org/html-void-elements/-/html-void-elements-3.0.0.tgz",
3022 "integrity": "sha512-bEqo66MRXsUGxWHV5IP0PUiAWwoEjba4VCzg0LjFJBpchPaTfyfCKTG6bc5F8ucKec3q5y6qOdGyYTSBEvhCrg==",
3023 "license": "MIT",
3024 "funding": {
3025 "type": "github",
3026 "url": "https://github.com/sponsors/wooorm"
3027 }
3028 },
3029 "node_modules/http-cache-semantics": {
3030 "version": "4.2.0",
3031 "resolved": "https://registry.npmjs.org/http-cache-semantics/-/http-cache-semantics-4.2.0.tgz",
3032 "integrity": "sha512-dTxcvPXqPvXBQpq5dUr6mEMJX4oIEFv6bwom3FDwKRDsuIjjJGANqhBuoAn9c1RQJIdAKav33ED65E2ys+87QQ==",
3033 "license": "BSD-2-Clause"
3034 },
3035 "node_modules/import-meta-resolve": {
3036 "version": "4.2.0",
3037 "resolved": "https://registry.npmjs.org/import-meta-resolve/-/import-meta-resolve-4.2.0.tgz",
3038 "integrity": "sha512-Iqv2fzaTQN28s/FwZAoFq0ZSs/7hMAHJVX+w8PZl3cY19Pxk6jFFalxQoIfW2826i/fDLXv8IiEZRIT0lDuWcg==",
3039 "license": "MIT",
3040 "funding": {
3041 "type": "github",
3042 "url": "https://github.com/sponsors/wooorm"
3043 }
3044 },
3045 "node_modules/iron-webcrypto": {
3046 "version": "1.2.1",
3047 "resolved": "https://registry.npmjs.org/iron-webcrypto/-/iron-webcrypto-1.2.1.tgz",
3048 "integrity": "sha512-feOM6FaSr6rEABp/eDfVseKyTMDt+KGpeB35SkVn9Tyn0CqvVsY3EwI0v5i8nMHyJnzCIQf7nsy3p41TPkJZhg==",
3049 "license": "MIT",
3050 "funding": {
3051 "url": "https://github.com/sponsors/brc-dd"
3052 }
3053 },
3054 "node_modules/is-docker": {
3055 "version": "3.0.0",
3056 "resolved": "https://registry.npmjs.org/is-docker/-/is-docker-3.0.0.tgz",
3057 "integrity": "sha512-eljcgEDlEns/7AXFosB5K/2nCM4P7FQPkGc/DWLy5rmFEWvZayGrik1d9/QIY5nJ4f9YsVvBkA6kJpHn9rISdQ==",
3058 "license": "MIT",
3059 "bin": {
3060 "is-docker": "cli.js"
3061 },
3062 "engines": {
3063 "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
3064 },
3065 "funding": {
3066 "url": "https://github.com/sponsors/sindresorhus"
3067 }
3068 },
3069 "node_modules/is-fullwidth-code-point": {
3070 "version": "3.0.0",
3071 "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz",
3072 "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==",
3073 "license": "MIT",
3074 "engines": {
3075 "node": ">=8"
3076 }
3077 },
3078 "node_modules/is-inside-container": {
3079 "version": "1.0.0",
3080 "resolved": "https://registry.npmjs.org/is-inside-container/-/is-inside-container-1.0.0.tgz",
3081 "integrity": "sha512-KIYLCCJghfHZxqjYBE7rEy0OBuTd5xCHS7tHVgvCLkx7StIoaxwNW3hCALgEUjFfeRk+MG/Qxmp/vtETEF3tRA==",
3082 "license": "MIT",
3083 "dependencies": {
3084 "is-docker": "^3.0.0"
3085 },
3086 "bin": {
3087 "is-inside-container": "cli.js"
3088 },
3089 "engines": {
3090 "node": ">=14.16"
3091 },
3092 "funding": {
3093 "url": "https://github.com/sponsors/sindresorhus"
3094 }
3095 },
3096 "node_modules/is-plain-obj": {
3097 "version": "4.1.0",
3098 "resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-4.1.0.tgz",
3099 "integrity": "sha512-+Pgi+vMuUNkJyExiMBt5IlFoMyKnr5zhJ4Uspz58WOhBF5QoIZkFyNHIbBAtHwzVAgk5RtndVNsDRN61/mmDqg==",
3100 "license": "MIT",
3101 "engines": {
3102 "node": ">=12"
3103 },
3104 "funding": {
3105 "url": "https://github.com/sponsors/sindresorhus"
3106 }
3107 },
3108 "node_modules/is-wsl": {
3109 "version": "3.1.0",
3110 "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-3.1.0.tgz",
3111 "integrity": "sha512-UcVfVfaK4Sc4m7X3dUSoHoozQGBEFeDC+zVo06t98xe8CzHSZZBekNXH+tu0NalHolcJ/QAGqS46Hef7QXBIMw==",
3112 "license": "MIT",
3113 "dependencies": {
3114 "is-inside-container": "^1.0.0"
3115 },
3116 "engines": {
3117 "node": ">=16"
3118 },
3119 "funding": {
3120 "url": "https://github.com/sponsors/sindresorhus"
3121 }
3122 },
3123 "node_modules/jiti": {
3124 "version": "2.6.1",
3125 "resolved": "https://registry.npmjs.org/jiti/-/jiti-2.6.1.tgz",
3126 "integrity": "sha512-ekilCSN1jwRvIbgeg/57YFh8qQDNbwDb9xT/qu2DAHbFFZUicIl4ygVaAvzveMhMVr3LnpSKTNnwt8PoOfmKhQ==",
3127 "license": "MIT",
3128 "bin": {
3129 "jiti": "lib/jiti-cli.mjs"
3130 }
3131 },
3132 "node_modules/js-yaml": {
3133 "version": "4.1.1",
3134 "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.1.tgz",
3135 "integrity": "sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==",
3136 "license": "MIT",
3137 "dependencies": {
3138 "argparse": "^2.0.1"
3139 },
3140 "bin": {
3141 "js-yaml": "bin/js-yaml.js"
3142 }
3143 },
3144 "node_modules/kleur": {
3145 "version": "3.0.3",
3146 "resolved": "https://registry.npmjs.org/kleur/-/kleur-3.0.3.tgz",
3147 "integrity": "sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w==",
3148 "license": "MIT",
3149 "engines": {
3150 "node": ">=6"
3151 }
3152 },
3153 "node_modules/lightningcss": {
3154 "version": "1.30.2",
3155 "resolved": "https://registry.npmjs.org/lightningcss/-/lightningcss-1.30.2.tgz",
3156 "integrity": "sha512-utfs7Pr5uJyyvDETitgsaqSyjCb2qNRAtuqUeWIAKztsOYdcACf2KtARYXg2pSvhkt+9NfoaNY7fxjl6nuMjIQ==",
3157 "license": "MPL-2.0",
3158 "dependencies": {
3159 "detect-libc": "^2.0.3"
3160 },
3161 "engines": {
3162 "node": ">= 12.0.0"
3163 },
3164 "funding": {
3165 "type": "opencollective",
3166 "url": "https://opencollective.com/parcel"
3167 },
3168 "optionalDependencies": {
3169 "lightningcss-android-arm64": "1.30.2",
3170 "lightningcss-darwin-arm64": "1.30.2",
3171 "lightningcss-darwin-x64": "1.30.2",
3172 "lightningcss-freebsd-x64": "1.30.2",
3173 "lightningcss-linux-arm-gnueabihf": "1.30.2",
3174 "lightningcss-linux-arm64-gnu": "1.30.2",
3175 "lightningcss-linux-arm64-musl": "1.30.2",
3176 "lightningcss-linux-x64-gnu": "1.30.2",
3177 "lightningcss-linux-x64-musl": "1.30.2",
3178 "lightningcss-win32-arm64-msvc": "1.30.2",
3179 "lightningcss-win32-x64-msvc": "1.30.2"
3180 }
3181 },
3182 "node_modules/lightningcss-android-arm64": {
3183 "version": "1.30.2",
3184 "resolved": "https://registry.npmjs.org/lightningcss-android-arm64/-/lightningcss-android-arm64-1.30.2.tgz",
3185 "integrity": "sha512-BH9sEdOCahSgmkVhBLeU7Hc9DWeZ1Eb6wNS6Da8igvUwAe0sqROHddIlvU06q3WyXVEOYDZ6ykBZQnjTbmo4+A==",
3186 "cpu": [
3187 "arm64"
3188 ],
3189 "license": "MPL-2.0",
3190 "optional": true,
3191 "os": [
3192 "android"
3193 ],
3194 "engines": {
3195 "node": ">= 12.0.0"
3196 },
3197 "funding": {
3198 "type": "opencollective",
3199 "url": "https://opencollective.com/parcel"
3200 }
3201 },
3202 "node_modules/lightningcss-darwin-arm64": {
3203 "version": "1.30.2",
3204 "resolved": "https://registry.npmjs.org/lightningcss-darwin-arm64/-/lightningcss-darwin-arm64-1.30.2.tgz",
3205 "integrity": "sha512-ylTcDJBN3Hp21TdhRT5zBOIi73P6/W0qwvlFEk22fkdXchtNTOU4Qc37SkzV+EKYxLouZ6M4LG9NfZ1qkhhBWA==",
3206 "cpu": [
3207 "arm64"
3208 ],
3209 "license": "MPL-2.0",
3210 "optional": true,
3211 "os": [
3212 "darwin"
3213 ],
3214 "engines": {
3215 "node": ">= 12.0.0"
3216 },
3217 "funding": {
3218 "type": "opencollective",
3219 "url": "https://opencollective.com/parcel"
3220 }
3221 },
3222 "node_modules/lightningcss-darwin-x64": {
3223 "version": "1.30.2",
3224 "resolved": "https://registry.npmjs.org/lightningcss-darwin-x64/-/lightningcss-darwin-x64-1.30.2.tgz",
3225 "integrity": "sha512-oBZgKchomuDYxr7ilwLcyms6BCyLn0z8J0+ZZmfpjwg9fRVZIR5/GMXd7r9RH94iDhld3UmSjBM6nXWM2TfZTQ==",
3226 "cpu": [
3227 "x64"
3228 ],
3229 "license": "MPL-2.0",
3230 "optional": true,
3231 "os": [
3232 "darwin"
3233 ],
3234 "engines": {
3235 "node": ">= 12.0.0"
3236 },
3237 "funding": {
3238 "type": "opencollective",
3239 "url": "https://opencollective.com/parcel"
3240 }
3241 },
3242 "node_modules/lightningcss-freebsd-x64": {
3243 "version": "1.30.2",
3244 "resolved": "https://registry.npmjs.org/lightningcss-freebsd-x64/-/lightningcss-freebsd-x64-1.30.2.tgz",
3245 "integrity": "sha512-c2bH6xTrf4BDpK8MoGG4Bd6zAMZDAXS569UxCAGcA7IKbHNMlhGQ89eRmvpIUGfKWNVdbhSbkQaWhEoMGmGslA==",
3246 "cpu": [
3247 "x64"
3248 ],
3249 "license": "MPL-2.0",
3250 "optional": true,
3251 "os": [
3252 "freebsd"
3253 ],
3254 "engines": {
3255 "node": ">= 12.0.0"
3256 },
3257 "funding": {
3258 "type": "opencollective",
3259 "url": "https://opencollective.com/parcel"
3260 }
3261 },
3262 "node_modules/lightningcss-linux-arm-gnueabihf": {
3263 "version": "1.30.2",
3264 "resolved": "https://registry.npmjs.org/lightningcss-linux-arm-gnueabihf/-/lightningcss-linux-arm-gnueabihf-1.30.2.tgz",
3265 "integrity": "sha512-eVdpxh4wYcm0PofJIZVuYuLiqBIakQ9uFZmipf6LF/HRj5Bgm0eb3qL/mr1smyXIS1twwOxNWndd8z0E374hiA==",
3266 "cpu": [
3267 "arm"
3268 ],
3269 "license": "MPL-2.0",
3270 "optional": true,
3271 "os": [
3272 "linux"
3273 ],
3274 "engines": {
3275 "node": ">= 12.0.0"
3276 },
3277 "funding": {
3278 "type": "opencollective",
3279 "url": "https://opencollective.com/parcel"
3280 }
3281 },
3282 "node_modules/lightningcss-linux-arm64-gnu": {
3283 "version": "1.30.2",
3284 "resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-gnu/-/lightningcss-linux-arm64-gnu-1.30.2.tgz",
3285 "integrity": "sha512-UK65WJAbwIJbiBFXpxrbTNArtfuznvxAJw4Q2ZGlU8kPeDIWEX1dg3rn2veBVUylA2Ezg89ktszWbaQnxD/e3A==",
3286 "cpu": [
3287 "arm64"
3288 ],
3289 "license": "MPL-2.0",
3290 "optional": true,
3291 "os": [
3292 "linux"
3293 ],
3294 "engines": {
3295 "node": ">= 12.0.0"
3296 },
3297 "funding": {
3298 "type": "opencollective",
3299 "url": "https://opencollective.com/parcel"
3300 }
3301 },
3302 "node_modules/lightningcss-linux-arm64-musl": {
3303 "version": "1.30.2",
3304 "resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-musl/-/lightningcss-linux-arm64-musl-1.30.2.tgz",
3305 "integrity": "sha512-5Vh9dGeblpTxWHpOx8iauV02popZDsCYMPIgiuw97OJ5uaDsL86cnqSFs5LZkG3ghHoX5isLgWzMs+eD1YzrnA==",
3306 "cpu": [
3307 "arm64"
3308 ],
3309 "license": "MPL-2.0",
3310 "optional": true,
3311 "os": [
3312 "linux"
3313 ],
3314 "engines": {
3315 "node": ">= 12.0.0"
3316 },
3317 "funding": {
3318 "type": "opencollective",
3319 "url": "https://opencollective.com/parcel"
3320 }
3321 },
3322 "node_modules/lightningcss-linux-x64-gnu": {
3323 "version": "1.30.2",
3324 "resolved": "https://registry.npmjs.org/lightningcss-linux-x64-gnu/-/lightningcss-linux-x64-gnu-1.30.2.tgz",
3325 "integrity": "sha512-Cfd46gdmj1vQ+lR6VRTTadNHu6ALuw2pKR9lYq4FnhvgBc4zWY1EtZcAc6EffShbb1MFrIPfLDXD6Xprbnni4w==",
3326 "cpu": [
3327 "x64"
3328 ],
3329 "license": "MPL-2.0",
3330 "optional": true,
3331 "os": [
3332 "linux"
3333 ],
3334 "engines": {
3335 "node": ">= 12.0.0"
3336 },
3337 "funding": {
3338 "type": "opencollective",
3339 "url": "https://opencollective.com/parcel"
3340 }
3341 },
3342 "node_modules/lightningcss-linux-x64-musl": {
3343 "version": "1.30.2",
3344 "resolved": "https://registry.npmjs.org/lightningcss-linux-x64-musl/-/lightningcss-linux-x64-musl-1.30.2.tgz",
3345 "integrity": "sha512-XJaLUUFXb6/QG2lGIW6aIk6jKdtjtcffUT0NKvIqhSBY3hh9Ch+1LCeH80dR9q9LBjG3ewbDjnumefsLsP6aiA==",
3346 "cpu": [
3347 "x64"
3348 ],
3349 "license": "MPL-2.0",
3350 "optional": true,
3351 "os": [
3352 "linux"
3353 ],
3354 "engines": {
3355 "node": ">= 12.0.0"
3356 },
3357 "funding": {
3358 "type": "opencollective",
3359 "url": "https://opencollective.com/parcel"
3360 }
3361 },
3362 "node_modules/lightningcss-win32-arm64-msvc": {
3363 "version": "1.30.2",
3364 "resolved": "https://registry.npmjs.org/lightningcss-win32-arm64-msvc/-/lightningcss-win32-arm64-msvc-1.30.2.tgz",
3365 "integrity": "sha512-FZn+vaj7zLv//D/192WFFVA0RgHawIcHqLX9xuWiQt7P0PtdFEVaxgF9rjM/IRYHQXNnk61/H/gb2Ei+kUQ4xQ==",
3366 "cpu": [
3367 "arm64"
3368 ],
3369 "license": "MPL-2.0",
3370 "optional": true,
3371 "os": [
3372 "win32"
3373 ],
3374 "engines": {
3375 "node": ">= 12.0.0"
3376 },
3377 "funding": {
3378 "type": "opencollective",
3379 "url": "https://opencollective.com/parcel"
3380 }
3381 },
3382 "node_modules/lightningcss-win32-x64-msvc": {
3383 "version": "1.30.2",
3384 "resolved": "https://registry.npmjs.org/lightningcss-win32-x64-msvc/-/lightningcss-win32-x64-msvc-1.30.2.tgz",
3385 "integrity": "sha512-5g1yc73p+iAkid5phb4oVFMB45417DkRevRbt/El/gKXJk4jid+vPFF/AXbxn05Aky8PapwzZrdJShv5C0avjw==",
3386 "cpu": [
3387 "x64"
3388 ],
3389 "license": "MPL-2.0",
3390 "optional": true,
3391 "os": [
3392 "win32"
3393 ],
3394 "engines": {
3395 "node": ">= 12.0.0"
3396 },
3397 "funding": {
3398 "type": "opencollective",
3399 "url": "https://opencollective.com/parcel"
3400 }
3401 },
3402 "node_modules/longest-streak": {
3403 "version": "3.1.0",
3404 "resolved": "https://registry.npmjs.org/longest-streak/-/longest-streak-3.1.0.tgz",
3405 "integrity": "sha512-9Ri+o0JYgehTaVBBDoMqIl8GXtbWg711O3srftcHhZ0dqnETqLaoIK0x17fUw9rFSlK/0NlsKe0Ahhyl5pXE2g==",
3406 "license": "MIT",
3407 "funding": {
3408 "type": "github",
3409 "url": "https://github.com/sponsors/wooorm"
3410 }
3411 },
3412 "node_modules/lru-cache": {
3413 "version": "11.2.5",
3414 "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.2.5.tgz",
3415 "integrity": "sha512-vFrFJkWtJvJnD5hg+hJvVE8Lh/TcMzKnTgCWmtBipwI5yLX/iX+5UB2tfuyODF5E7k9xEzMdYgGqaSb1c0c5Yw==",
3416 "license": "BlueOak-1.0.0",
3417 "engines": {
3418 "node": "20 || >=22"
3419 }
3420 },
3421 "node_modules/magic-string": {
3422 "version": "0.30.21",
3423 "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.21.tgz",
3424 "integrity": "sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==",
3425 "license": "MIT",
3426 "dependencies": {
3427 "@jridgewell/sourcemap-codec": "^1.5.5"
3428 }
3429 },
3430 "node_modules/magicast": {
3431 "version": "0.5.2",
3432 "resolved": "https://registry.npmjs.org/magicast/-/magicast-0.5.2.tgz",
3433 "integrity": "sha512-E3ZJh4J3S9KfwdjZhe2afj6R9lGIN5Pher1pF39UGrXRqq/VDaGVIGN13BjHd2u8B61hArAGOnso7nBOouW3TQ==",
3434 "license": "MIT",
3435 "dependencies": {
3436 "@babel/parser": "^7.29.0",
3437 "@babel/types": "^7.29.0",
3438 "source-map-js": "^1.2.1"
3439 }
3440 },
3441 "node_modules/markdown-table": {
3442 "version": "3.0.4",
3443 "resolved": "https://registry.npmjs.org/markdown-table/-/markdown-table-3.0.4.tgz",
3444 "integrity": "sha512-wiYz4+JrLyb/DqW2hkFJxP7Vd7JuTDm77fvbM8VfEQdmSMqcImWeeRbHwZjBjIFki/VaMK2BhFi7oUUZeM5bqw==",
3445 "license": "MIT",
3446 "funding": {
3447 "type": "github",
3448 "url": "https://github.com/sponsors/wooorm"
3449 }
3450 },
3451 "node_modules/mdast-util-definitions": {
3452 "version": "6.0.0",
3453 "resolved": "https://registry.npmjs.org/mdast-util-definitions/-/mdast-util-definitions-6.0.0.tgz",
3454 "integrity": "sha512-scTllyX6pnYNZH/AIp/0ePz6s4cZtARxImwoPJ7kS42n+MnVsI4XbnG6d4ibehRIldYMWM2LD7ImQblVhUejVQ==",
3455 "license": "MIT",
3456 "dependencies": {
3457 "@types/mdast": "^4.0.0",
3458 "@types/unist": "^3.0.0",
3459 "unist-util-visit": "^5.0.0"
3460 },
3461 "funding": {
3462 "type": "opencollective",
3463 "url": "https://opencollective.com/unified"
3464 }
3465 },
3466 "node_modules/mdast-util-find-and-replace": {
3467 "version": "3.0.2",
3468 "resolved": "https://registry.npmjs.org/mdast-util-find-and-replace/-/mdast-util-find-and-replace-3.0.2.tgz",
3469 "integrity": "sha512-Tmd1Vg/m3Xz43afeNxDIhWRtFZgM2VLyaf4vSTYwudTyeuTneoL3qtWMA5jeLyz/O1vDJmmV4QuScFCA2tBPwg==",
3470 "license": "MIT",
3471 "dependencies": {
3472 "@types/mdast": "^4.0.0",
3473 "escape-string-regexp": "^5.0.0",
3474 "unist-util-is": "^6.0.0",
3475 "unist-util-visit-parents": "^6.0.0"
3476 },
3477 "funding": {
3478 "type": "opencollective",
3479 "url": "https://opencollective.com/unified"
3480 }
3481 },
3482 "node_modules/mdast-util-from-markdown": {
3483 "version": "2.0.2",
3484 "resolved": "https://registry.npmjs.org/mdast-util-from-markdown/-/mdast-util-from-markdown-2.0.2.tgz",
3485 "integrity": "sha512-uZhTV/8NBuw0WHkPTrCqDOl0zVe1BIng5ZtHoDk49ME1qqcjYmmLmOf0gELgcRMxN4w2iuIeVso5/6QymSrgmA==",
3486 "license": "MIT",
3487 "dependencies": {
3488 "@types/mdast": "^4.0.0",
3489 "@types/unist": "^3.0.0",
3490 "decode-named-character-reference": "^1.0.0",
3491 "devlop": "^1.0.0",
3492 "mdast-util-to-string": "^4.0.0",
3493 "micromark": "^4.0.0",
3494 "micromark-util-decode-numeric-character-reference": "^2.0.0",
3495 "micromark-util-decode-string": "^2.0.0",
3496 "micromark-util-normalize-identifier": "^2.0.0",
3497 "micromark-util-symbol": "^2.0.0",
3498 "micromark-util-types": "^2.0.0",
3499 "unist-util-stringify-position": "^4.0.0"
3500 },
3501 "funding": {
3502 "type": "opencollective",
3503 "url": "https://opencollective.com/unified"
3504 }
3505 },
3506 "node_modules/mdast-util-gfm": {
3507 "version": "3.1.0",
3508 "resolved": "https://registry.npmjs.org/mdast-util-gfm/-/mdast-util-gfm-3.1.0.tgz",
3509 "integrity": "sha512-0ulfdQOM3ysHhCJ1p06l0b0VKlhU0wuQs3thxZQagjcjPrlFRqY215uZGHHJan9GEAXd9MbfPjFJz+qMkVR6zQ==",
3510 "license": "MIT",
3511 "dependencies": {
3512 "mdast-util-from-markdown": "^2.0.0",
3513 "mdast-util-gfm-autolink-literal": "^2.0.0",
3514 "mdast-util-gfm-footnote": "^2.0.0",
3515 "mdast-util-gfm-strikethrough": "^2.0.0",
3516 "mdast-util-gfm-table": "^2.0.0",
3517 "mdast-util-gfm-task-list-item": "^2.0.0",
3518 "mdast-util-to-markdown": "^2.0.0"
3519 },
3520 "funding": {
3521 "type": "opencollective",
3522 "url": "https://opencollective.com/unified"
3523 }
3524 },
3525 "node_modules/mdast-util-gfm-autolink-literal": {
3526 "version": "2.0.1",
3527 "resolved": "https://registry.npmjs.org/mdast-util-gfm-autolink-literal/-/mdast-util-gfm-autolink-literal-2.0.1.tgz",
3528 "integrity": "sha512-5HVP2MKaP6L+G6YaxPNjuL0BPrq9orG3TsrZ9YXbA3vDw/ACI4MEsnoDpn6ZNm7GnZgtAcONJyPhOP8tNJQavQ==",
3529 "license": "MIT",
3530 "dependencies": {
3531 "@types/mdast": "^4.0.0",
3532 "ccount": "^2.0.0",
3533 "devlop": "^1.0.0",
3534 "mdast-util-find-and-replace": "^3.0.0",
3535 "micromark-util-character": "^2.0.0"
3536 },
3537 "funding": {
3538 "type": "opencollective",
3539 "url": "https://opencollective.com/unified"
3540 }
3541 },
3542 "node_modules/mdast-util-gfm-footnote": {
3543 "version": "2.1.0",
3544 "resolved": "https://registry.npmjs.org/mdast-util-gfm-footnote/-/mdast-util-gfm-footnote-2.1.0.tgz",
3545 "integrity": "sha512-sqpDWlsHn7Ac9GNZQMeUzPQSMzR6Wv0WKRNvQRg0KqHh02fpTz69Qc1QSseNX29bhz1ROIyNyxExfawVKTm1GQ==",
3546 "license": "MIT",
3547 "dependencies": {
3548 "@types/mdast": "^4.0.0",
3549 "devlop": "^1.1.0",
3550 "mdast-util-from-markdown": "^2.0.0",
3551 "mdast-util-to-markdown": "^2.0.0",
3552 "micromark-util-normalize-identifier": "^2.0.0"
3553 },
3554 "funding": {
3555 "type": "opencollective",
3556 "url": "https://opencollective.com/unified"
3557 }
3558 },
3559 "node_modules/mdast-util-gfm-strikethrough": {
3560 "version": "2.0.0",
3561 "resolved": "https://registry.npmjs.org/mdast-util-gfm-strikethrough/-/mdast-util-gfm-strikethrough-2.0.0.tgz",
3562 "integrity": "sha512-mKKb915TF+OC5ptj5bJ7WFRPdYtuHv0yTRxK2tJvi+BDqbkiG7h7u/9SI89nRAYcmap2xHQL9D+QG/6wSrTtXg==",
3563 "license": "MIT",
3564 "dependencies": {
3565 "@types/mdast": "^4.0.0",
3566 "mdast-util-from-markdown": "^2.0.0",
3567 "mdast-util-to-markdown": "^2.0.0"
3568 },
3569 "funding": {
3570 "type": "opencollective",
3571 "url": "https://opencollective.com/unified"
3572 }
3573 },
3574 "node_modules/mdast-util-gfm-table": {
3575 "version": "2.0.0",
3576 "resolved": "https://registry.npmjs.org/mdast-util-gfm-table/-/mdast-util-gfm-table-2.0.0.tgz",
3577 "integrity": "sha512-78UEvebzz/rJIxLvE7ZtDd/vIQ0RHv+3Mh5DR96p7cS7HsBhYIICDBCu8csTNWNO6tBWfqXPWekRuj2FNOGOZg==",
3578 "license": "MIT",
3579 "dependencies": {
3580 "@types/mdast": "^4.0.0",
3581 "devlop": "^1.0.0",
3582 "markdown-table": "^3.0.0",
3583 "mdast-util-from-markdown": "^2.0.0",
3584 "mdast-util-to-markdown": "^2.0.0"
3585 },
3586 "funding": {
3587 "type": "opencollective",
3588 "url": "https://opencollective.com/unified"
3589 }
3590 },
3591 "node_modules/mdast-util-gfm-task-list-item": {
3592 "version": "2.0.0",
3593 "resolved": "https://registry.npmjs.org/mdast-util-gfm-task-list-item/-/mdast-util-gfm-task-list-item-2.0.0.tgz",
3594 "integrity": "sha512-IrtvNvjxC1o06taBAVJznEnkiHxLFTzgonUdy8hzFVeDun0uTjxxrRGVaNFqkU1wJR3RBPEfsxmU6jDWPofrTQ==",
3595 "license": "MIT",
3596 "dependencies": {
3597 "@types/mdast": "^4.0.0",
3598 "devlop": "^1.0.0",
3599 "mdast-util-from-markdown": "^2.0.0",
3600 "mdast-util-to-markdown": "^2.0.0"
3601 },
3602 "funding": {
3603 "type": "opencollective",
3604 "url": "https://opencollective.com/unified"
3605 }
3606 },
3607 "node_modules/mdast-util-phrasing": {
3608 "version": "4.1.0",
3609 "resolved": "https://registry.npmjs.org/mdast-util-phrasing/-/mdast-util-phrasing-4.1.0.tgz",
3610 "integrity": "sha512-TqICwyvJJpBwvGAMZjj4J2n0X8QWp21b9l0o7eXyVJ25YNWYbJDVIyD1bZXE6WtV6RmKJVYmQAKWa0zWOABz2w==",
3611 "license": "MIT",
3612 "dependencies": {
3613 "@types/mdast": "^4.0.0",
3614 "unist-util-is": "^6.0.0"
3615 },
3616 "funding": {
3617 "type": "opencollective",
3618 "url": "https://opencollective.com/unified"
3619 }
3620 },
3621 "node_modules/mdast-util-to-hast": {
3622 "version": "13.2.1",
3623 "resolved": "https://registry.npmjs.org/mdast-util-to-hast/-/mdast-util-to-hast-13.2.1.tgz",
3624 "integrity": "sha512-cctsq2wp5vTsLIcaymblUriiTcZd0CwWtCbLvrOzYCDZoWyMNV8sZ7krj09FSnsiJi3WVsHLM4k6Dq/yaPyCXA==",
3625 "license": "MIT",
3626 "dependencies": {
3627 "@types/hast": "^3.0.0",
3628 "@types/mdast": "^4.0.0",
3629 "@ungap/structured-clone": "^1.0.0",
3630 "devlop": "^1.0.0",
3631 "micromark-util-sanitize-uri": "^2.0.0",
3632 "trim-lines": "^3.0.0",
3633 "unist-util-position": "^5.0.0",
3634 "unist-util-visit": "^5.0.0",
3635 "vfile": "^6.0.0"
3636 },
3637 "funding": {
3638 "type": "opencollective",
3639 "url": "https://opencollective.com/unified"
3640 }
3641 },
3642 "node_modules/mdast-util-to-markdown": {
3643 "version": "2.1.2",
3644 "resolved": "https://registry.npmjs.org/mdast-util-to-markdown/-/mdast-util-to-markdown-2.1.2.tgz",
3645 "integrity": "sha512-xj68wMTvGXVOKonmog6LwyJKrYXZPvlwabaryTjLh9LuvovB/KAH+kvi8Gjj+7rJjsFi23nkUxRQv1KqSroMqA==",
3646 "license": "MIT",
3647 "dependencies": {
3648 "@types/mdast": "^4.0.0",
3649 "@types/unist": "^3.0.0",
3650 "longest-streak": "^3.0.0",
3651 "mdast-util-phrasing": "^4.0.0",
3652 "mdast-util-to-string": "^4.0.0",
3653 "micromark-util-classify-character": "^2.0.0",
3654 "micromark-util-decode-string": "^2.0.0",
3655 "unist-util-visit": "^5.0.0",
3656 "zwitch": "^2.0.0"
3657 },
3658 "funding": {
3659 "type": "opencollective",
3660 "url": "https://opencollective.com/unified"
3661 }
3662 },
3663 "node_modules/mdast-util-to-string": {
3664 "version": "4.0.0",
3665 "resolved": "https://registry.npmjs.org/mdast-util-to-string/-/mdast-util-to-string-4.0.0.tgz",
3666 "integrity": "sha512-0H44vDimn51F0YwvxSJSm0eCDOJTRlmN0R1yBh4HLj9wiV1Dn0QoXGbvFAWj2hSItVTlCmBF1hqKlIyUBVFLPg==",
3667 "license": "MIT",
3668 "dependencies": {
3669 "@types/mdast": "^4.0.0"
3670 },
3671 "funding": {
3672 "type": "opencollective",
3673 "url": "https://opencollective.com/unified"
3674 }
3675 },
3676 "node_modules/mdn-data": {
3677 "version": "2.12.2",
3678 "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.12.2.tgz",
3679 "integrity": "sha512-IEn+pegP1aManZuckezWCO+XZQDplx1366JoVhTpMpBB1sPey/SbveZQUosKiKiGYjg1wH4pMlNgXbCiYgihQA==",
3680 "license": "CC0-1.0"
3681 },
3682 "node_modules/micromark": {
3683 "version": "4.0.2",
3684 "resolved": "https://registry.npmjs.org/micromark/-/micromark-4.0.2.tgz",
3685 "integrity": "sha512-zpe98Q6kvavpCr1NPVSCMebCKfD7CA2NqZ+rykeNhONIJBpc1tFKt9hucLGwha3jNTNI8lHpctWJWoimVF4PfA==",
3686 "funding": [
3687 {
3688 "type": "GitHub Sponsors",
3689 "url": "https://github.com/sponsors/unifiedjs"
3690 },
3691 {
3692 "type": "OpenCollective",
3693 "url": "https://opencollective.com/unified"
3694 }
3695 ],
3696 "license": "MIT",
3697 "dependencies": {
3698 "@types/debug": "^4.0.0",
3699 "debug": "^4.0.0",
3700 "decode-named-character-reference": "^1.0.0",
3701 "devlop": "^1.0.0",
3702 "micromark-core-commonmark": "^2.0.0",
3703 "micromark-factory-space": "^2.0.0",
3704 "micromark-util-character": "^2.0.0",
3705 "micromark-util-chunked": "^2.0.0",
3706 "micromark-util-combine-extensions": "^2.0.0",
3707 "micromark-util-decode-numeric-character-reference": "^2.0.0",
3708 "micromark-util-encode": "^2.0.0",
3709 "micromark-util-normalize-identifier": "^2.0.0",
3710 "micromark-util-resolve-all": "^2.0.0",
3711 "micromark-util-sanitize-uri": "^2.0.0",
3712 "micromark-util-subtokenize": "^2.0.0",
3713 "micromark-util-symbol": "^2.0.0",
3714 "micromark-util-types": "^2.0.0"
3715 }
3716 },
3717 "node_modules/micromark-core-commonmark": {
3718 "version": "2.0.3",
3719 "resolved": "https://registry.npmjs.org/micromark-core-commonmark/-/micromark-core-commonmark-2.0.3.tgz",
3720 "integrity": "sha512-RDBrHEMSxVFLg6xvnXmb1Ayr2WzLAWjeSATAoxwKYJV94TeNavgoIdA0a9ytzDSVzBy2YKFK+emCPOEibLeCrg==",
3721 "funding": [
3722 {
3723 "type": "GitHub Sponsors",
3724 "url": "https://github.com/sponsors/unifiedjs"
3725 },
3726 {
3727 "type": "OpenCollective",
3728 "url": "https://opencollective.com/unified"
3729 }
3730 ],
3731 "license": "MIT",
3732 "dependencies": {
3733 "decode-named-character-reference": "^1.0.0",
3734 "devlop": "^1.0.0",
3735 "micromark-factory-destination": "^2.0.0",
3736 "micromark-factory-label": "^2.0.0",
3737 "micromark-factory-space": "^2.0.0",
3738 "micromark-factory-title": "^2.0.0",
3739 "micromark-factory-whitespace": "^2.0.0",
3740 "micromark-util-character": "^2.0.0",
3741 "micromark-util-chunked": "^2.0.0",
3742 "micromark-util-classify-character": "^2.0.0",
3743 "micromark-util-html-tag-name": "^2.0.0",
3744 "micromark-util-normalize-identifier": "^2.0.0",
3745 "micromark-util-resolve-all": "^2.0.0",
3746 "micromark-util-subtokenize": "^2.0.0",
3747 "micromark-util-symbol": "^2.0.0",
3748 "micromark-util-types": "^2.0.0"
3749 }
3750 },
3751 "node_modules/micromark-extension-gfm": {
3752 "version": "3.0.0",
3753 "resolved": "https://registry.npmjs.org/micromark-extension-gfm/-/micromark-extension-gfm-3.0.0.tgz",
3754 "integrity": "sha512-vsKArQsicm7t0z2GugkCKtZehqUm31oeGBV/KVSorWSy8ZlNAv7ytjFhvaryUiCUJYqs+NoE6AFhpQvBTM6Q4w==",
3755 "license": "MIT",
3756 "dependencies": {
3757 "micromark-extension-gfm-autolink-literal": "^2.0.0",
3758 "micromark-extension-gfm-footnote": "^2.0.0",
3759 "micromark-extension-gfm-strikethrough": "^2.0.0",
3760 "micromark-extension-gfm-table": "^2.0.0",
3761 "micromark-extension-gfm-tagfilter": "^2.0.0",
3762 "micromark-extension-gfm-task-list-item": "^2.0.0",
3763 "micromark-util-combine-extensions": "^2.0.0",
3764 "micromark-util-types": "^2.0.0"
3765 },
3766 "funding": {
3767 "type": "opencollective",
3768 "url": "https://opencollective.com/unified"
3769 }
3770 },
3771 "node_modules/micromark-extension-gfm-autolink-literal": {
3772 "version": "2.1.0",
3773 "resolved": "https://registry.npmjs.org/micromark-extension-gfm-autolink-literal/-/micromark-extension-gfm-autolink-literal-2.1.0.tgz",
3774 "integrity": "sha512-oOg7knzhicgQ3t4QCjCWgTmfNhvQbDDnJeVu9v81r7NltNCVmhPy1fJRX27pISafdjL+SVc4d3l48Gb6pbRypw==",
3775 "license": "MIT",
3776 "dependencies": {
3777 "micromark-util-character": "^2.0.0",
3778 "micromark-util-sanitize-uri": "^2.0.0",
3779 "micromark-util-symbol": "^2.0.0",
3780 "micromark-util-types": "^2.0.0"
3781 },
3782 "funding": {
3783 "type": "opencollective",
3784 "url": "https://opencollective.com/unified"
3785 }
3786 },
3787 "node_modules/micromark-extension-gfm-footnote": {
3788 "version": "2.1.0",
3789 "resolved": "https://registry.npmjs.org/micromark-extension-gfm-footnote/-/micromark-extension-gfm-footnote-2.1.0.tgz",
3790 "integrity": "sha512-/yPhxI1ntnDNsiHtzLKYnE3vf9JZ6cAisqVDauhp4CEHxlb4uoOTxOCJ+9s51bIB8U1N1FJ1RXOKTIlD5B/gqw==",
3791 "license": "MIT",
3792 "dependencies": {
3793 "devlop": "^1.0.0",
3794 "micromark-core-commonmark": "^2.0.0",
3795 "micromark-factory-space": "^2.0.0",
3796 "micromark-util-character": "^2.0.0",
3797 "micromark-util-normalize-identifier": "^2.0.0",
3798 "micromark-util-sanitize-uri": "^2.0.0",
3799 "micromark-util-symbol": "^2.0.0",
3800 "micromark-util-types": "^2.0.0"
3801 },
3802 "funding": {
3803 "type": "opencollective",
3804 "url": "https://opencollective.com/unified"
3805 }
3806 },
3807 "node_modules/micromark-extension-gfm-strikethrough": {
3808 "version": "2.1.0",
3809 "resolved": "https://registry.npmjs.org/micromark-extension-gfm-strikethrough/-/micromark-extension-gfm-strikethrough-2.1.0.tgz",
3810 "integrity": "sha512-ADVjpOOkjz1hhkZLlBiYA9cR2Anf8F4HqZUO6e5eDcPQd0Txw5fxLzzxnEkSkfnD0wziSGiv7sYhk/ktvbf1uw==",
3811 "license": "MIT",
3812 "dependencies": {
3813 "devlop": "^1.0.0",
3814 "micromark-util-chunked": "^2.0.0",
3815 "micromark-util-classify-character": "^2.0.0",
3816 "micromark-util-resolve-all": "^2.0.0",
3817 "micromark-util-symbol": "^2.0.0",
3818 "micromark-util-types": "^2.0.0"
3819 },
3820 "funding": {
3821 "type": "opencollective",
3822 "url": "https://opencollective.com/unified"
3823 }
3824 },
3825 "node_modules/micromark-extension-gfm-table": {
3826 "version": "2.1.1",
3827 "resolved": "https://registry.npmjs.org/micromark-extension-gfm-table/-/micromark-extension-gfm-table-2.1.1.tgz",
3828 "integrity": "sha512-t2OU/dXXioARrC6yWfJ4hqB7rct14e8f7m0cbI5hUmDyyIlwv5vEtooptH8INkbLzOatzKuVbQmAYcbWoyz6Dg==",
3829 "license": "MIT",
3830 "dependencies": {
3831 "devlop": "^1.0.0",
3832 "micromark-factory-space": "^2.0.0",
3833 "micromark-util-character": "^2.0.0",
3834 "micromark-util-symbol": "^2.0.0",
3835 "micromark-util-types": "^2.0.0"
3836 },
3837 "funding": {
3838 "type": "opencollective",
3839 "url": "https://opencollective.com/unified"
3840 }
3841 },
3842 "node_modules/micromark-extension-gfm-tagfilter": {
3843 "version": "2.0.0",
3844 "resolved": "https://registry.npmjs.org/micromark-extension-gfm-tagfilter/-/micromark-extension-gfm-tagfilter-2.0.0.tgz",
3845 "integrity": "sha512-xHlTOmuCSotIA8TW1mDIM6X2O1SiX5P9IuDtqGonFhEK0qgRI4yeC6vMxEV2dgyr2TiD+2PQ10o+cOhdVAcwfg==",
3846 "license": "MIT",
3847 "dependencies": {
3848 "micromark-util-types": "^2.0.0"
3849 },
3850 "funding": {
3851 "type": "opencollective",
3852 "url": "https://opencollective.com/unified"
3853 }
3854 },
3855 "node_modules/micromark-extension-gfm-task-list-item": {
3856 "version": "2.1.0",
3857 "resolved": "https://registry.npmjs.org/micromark-extension-gfm-task-list-item/-/micromark-extension-gfm-task-list-item-2.1.0.tgz",
3858 "integrity": "sha512-qIBZhqxqI6fjLDYFTBIa4eivDMnP+OZqsNwmQ3xNLE4Cxwc+zfQEfbs6tzAo2Hjq+bh6q5F+Z8/cksrLFYWQQw==",
3859 "license": "MIT",
3860 "dependencies": {
3861 "devlop": "^1.0.0",
3862 "micromark-factory-space": "^2.0.0",
3863 "micromark-util-character": "^2.0.0",
3864 "micromark-util-symbol": "^2.0.0",
3865 "micromark-util-types": "^2.0.0"
3866 },
3867 "funding": {
3868 "type": "opencollective",
3869 "url": "https://opencollective.com/unified"
3870 }
3871 },
3872 "node_modules/micromark-factory-destination": {
3873 "version": "2.0.1",
3874 "resolved": "https://registry.npmjs.org/micromark-factory-destination/-/micromark-factory-destination-2.0.1.tgz",
3875 "integrity": "sha512-Xe6rDdJlkmbFRExpTOmRj9N3MaWmbAgdpSrBQvCFqhezUn4AHqJHbaEnfbVYYiexVSs//tqOdY/DxhjdCiJnIA==",
3876 "funding": [
3877 {
3878 "type": "GitHub Sponsors",
3879 "url": "https://github.com/sponsors/unifiedjs"
3880 },
3881 {
3882 "type": "OpenCollective",
3883 "url": "https://opencollective.com/unified"
3884 }
3885 ],
3886 "license": "MIT",
3887 "dependencies": {
3888 "micromark-util-character": "^2.0.0",
3889 "micromark-util-symbol": "^2.0.0",
3890 "micromark-util-types": "^2.0.0"
3891 }
3892 },
3893 "node_modules/micromark-factory-label": {
3894 "version": "2.0.1",
3895 "resolved": "https://registry.npmjs.org/micromark-factory-label/-/micromark-factory-label-2.0.1.tgz",
3896 "integrity": "sha512-VFMekyQExqIW7xIChcXn4ok29YE3rnuyveW3wZQWWqF4Nv9Wk5rgJ99KzPvHjkmPXF93FXIbBp6YdW3t71/7Vg==",
3897 "funding": [
3898 {
3899 "type": "GitHub Sponsors",
3900 "url": "https://github.com/sponsors/unifiedjs"
3901 },
3902 {
3903 "type": "OpenCollective",
3904 "url": "https://opencollective.com/unified"
3905 }
3906 ],
3907 "license": "MIT",
3908 "dependencies": {
3909 "devlop": "^1.0.0",
3910 "micromark-util-character": "^2.0.0",
3911 "micromark-util-symbol": "^2.0.0",
3912 "micromark-util-types": "^2.0.0"
3913 }
3914 },
3915 "node_modules/micromark-factory-space": {
3916 "version": "2.0.1",
3917 "resolved": "https://registry.npmjs.org/micromark-factory-space/-/micromark-factory-space-2.0.1.tgz",
3918 "integrity": "sha512-zRkxjtBxxLd2Sc0d+fbnEunsTj46SWXgXciZmHq0kDYGnck/ZSGj9/wULTV95uoeYiK5hRXP2mJ98Uo4cq/LQg==",
3919 "funding": [
3920 {
3921 "type": "GitHub Sponsors",
3922 "url": "https://github.com/sponsors/unifiedjs"
3923 },
3924 {
3925 "type": "OpenCollective",
3926 "url": "https://opencollective.com/unified"
3927 }
3928 ],
3929 "license": "MIT",
3930 "dependencies": {
3931 "micromark-util-character": "^2.0.0",
3932 "micromark-util-types": "^2.0.0"
3933 }
3934 },
3935 "node_modules/micromark-factory-title": {
3936 "version": "2.0.1",
3937 "resolved": "https://registry.npmjs.org/micromark-factory-title/-/micromark-factory-title-2.0.1.tgz",
3938 "integrity": "sha512-5bZ+3CjhAd9eChYTHsjy6TGxpOFSKgKKJPJxr293jTbfry2KDoWkhBb6TcPVB4NmzaPhMs1Frm9AZH7OD4Cjzw==",
3939 "funding": [
3940 {
3941 "type": "GitHub Sponsors",
3942 "url": "https://github.com/sponsors/unifiedjs"
3943 },
3944 {
3945 "type": "OpenCollective",
3946 "url": "https://opencollective.com/unified"
3947 }
3948 ],
3949 "license": "MIT",
3950 "dependencies": {
3951 "micromark-factory-space": "^2.0.0",
3952 "micromark-util-character": "^2.0.0",
3953 "micromark-util-symbol": "^2.0.0",
3954 "micromark-util-types": "^2.0.0"
3955 }
3956 },
3957 "node_modules/micromark-factory-whitespace": {
3958 "version": "2.0.1",
3959 "resolved": "https://registry.npmjs.org/micromark-factory-whitespace/-/micromark-factory-whitespace-2.0.1.tgz",
3960 "integrity": "sha512-Ob0nuZ3PKt/n0hORHyvoD9uZhr+Za8sFoP+OnMcnWK5lngSzALgQYKMr9RJVOWLqQYuyn6ulqGWSXdwf6F80lQ==",
3961 "funding": [
3962 {
3963 "type": "GitHub Sponsors",
3964 "url": "https://github.com/sponsors/unifiedjs"
3965 },
3966 {
3967 "type": "OpenCollective",
3968 "url": "https://opencollective.com/unified"
3969 }
3970 ],
3971 "license": "MIT",
3972 "dependencies": {
3973 "micromark-factory-space": "^2.0.0",
3974 "micromark-util-character": "^2.0.0",
3975 "micromark-util-symbol": "^2.0.0",
3976 "micromark-util-types": "^2.0.0"
3977 }
3978 },
3979 "node_modules/micromark-util-character": {
3980 "version": "2.1.1",
3981 "resolved": "https://registry.npmjs.org/micromark-util-character/-/micromark-util-character-2.1.1.tgz",
3982 "integrity": "sha512-wv8tdUTJ3thSFFFJKtpYKOYiGP2+v96Hvk4Tu8KpCAsTMs6yi+nVmGh1syvSCsaxz45J6Jbw+9DD6g97+NV67Q==",
3983 "funding": [
3984 {
3985 "type": "GitHub Sponsors",
3986 "url": "https://github.com/sponsors/unifiedjs"
3987 },
3988 {
3989 "type": "OpenCollective",
3990 "url": "https://opencollective.com/unified"
3991 }
3992 ],
3993 "license": "MIT",
3994 "dependencies": {
3995 "micromark-util-symbol": "^2.0.0",
3996 "micromark-util-types": "^2.0.0"
3997 }
3998 },
3999 "node_modules/micromark-util-chunked": {
4000 "version": "2.0.1",
4001 "resolved": "https://registry.npmjs.org/micromark-util-chunked/-/micromark-util-chunked-2.0.1.tgz",
4002 "integrity": "sha512-QUNFEOPELfmvv+4xiNg2sRYeS/P84pTW0TCgP5zc9FpXetHY0ab7SxKyAQCNCc1eK0459uoLI1y5oO5Vc1dbhA==",
4003 "funding": [
4004 {
4005 "type": "GitHub Sponsors",
4006 "url": "https://github.com/sponsors/unifiedjs"
4007 },
4008 {
4009 "type": "OpenCollective",
4010 "url": "https://opencollective.com/unified"
4011 }
4012 ],
4013 "license": "MIT",
4014 "dependencies": {
4015 "micromark-util-symbol": "^2.0.0"
4016 }
4017 },
4018 "node_modules/micromark-util-classify-character": {
4019 "version": "2.0.1",
4020 "resolved": "https://registry.npmjs.org/micromark-util-classify-character/-/micromark-util-classify-character-2.0.1.tgz",
4021 "integrity": "sha512-K0kHzM6afW/MbeWYWLjoHQv1sgg2Q9EccHEDzSkxiP/EaagNzCm7T/WMKZ3rjMbvIpvBiZgwR3dKMygtA4mG1Q==",
4022 "funding": [
4023 {
4024 "type": "GitHub Sponsors",
4025 "url": "https://github.com/sponsors/unifiedjs"
4026 },
4027 {
4028 "type": "OpenCollective",
4029 "url": "https://opencollective.com/unified"
4030 }
4031 ],
4032 "license": "MIT",
4033 "dependencies": {
4034 "micromark-util-character": "^2.0.0",
4035 "micromark-util-symbol": "^2.0.0",
4036 "micromark-util-types": "^2.0.0"
4037 }
4038 },
4039 "node_modules/micromark-util-combine-extensions": {
4040 "version": "2.0.1",
4041 "resolved": "https://registry.npmjs.org/micromark-util-combine-extensions/-/micromark-util-combine-extensions-2.0.1.tgz",
4042 "integrity": "sha512-OnAnH8Ujmy59JcyZw8JSbK9cGpdVY44NKgSM7E9Eh7DiLS2E9RNQf0dONaGDzEG9yjEl5hcqeIsj4hfRkLH/Bg==",
4043 "funding": [
4044 {
4045 "type": "GitHub Sponsors",
4046 "url": "https://github.com/sponsors/unifiedjs"
4047 },
4048 {
4049 "type": "OpenCollective",
4050 "url": "https://opencollective.com/unified"
4051 }
4052 ],
4053 "license": "MIT",
4054 "dependencies": {
4055 "micromark-util-chunked": "^2.0.0",
4056 "micromark-util-types": "^2.0.0"
4057 }
4058 },
4059 "node_modules/micromark-util-decode-numeric-character-reference": {
4060 "version": "2.0.2",
4061 "resolved": "https://registry.npmjs.org/micromark-util-decode-numeric-character-reference/-/micromark-util-decode-numeric-character-reference-2.0.2.tgz",
4062 "integrity": "sha512-ccUbYk6CwVdkmCQMyr64dXz42EfHGkPQlBj5p7YVGzq8I7CtjXZJrubAYezf7Rp+bjPseiROqe7G6foFd+lEuw==",
4063 "funding": [
4064 {
4065 "type": "GitHub Sponsors",
4066 "url": "https://github.com/sponsors/unifiedjs"
4067 },
4068 {
4069 "type": "OpenCollective",
4070 "url": "https://opencollective.com/unified"
4071 }
4072 ],
4073 "license": "MIT",
4074 "dependencies": {
4075 "micromark-util-symbol": "^2.0.0"
4076 }
4077 },
4078 "node_modules/micromark-util-decode-string": {
4079 "version": "2.0.1",
4080 "resolved": "https://registry.npmjs.org/micromark-util-decode-string/-/micromark-util-decode-string-2.0.1.tgz",
4081 "integrity": "sha512-nDV/77Fj6eH1ynwscYTOsbK7rR//Uj0bZXBwJZRfaLEJ1iGBR6kIfNmlNqaqJf649EP0F3NWNdeJi03elllNUQ==",
4082 "funding": [
4083 {
4084 "type": "GitHub Sponsors",
4085 "url": "https://github.com/sponsors/unifiedjs"
4086 },
4087 {
4088 "type": "OpenCollective",
4089 "url": "https://opencollective.com/unified"
4090 }
4091 ],
4092 "license": "MIT",
4093 "dependencies": {
4094 "decode-named-character-reference": "^1.0.0",
4095 "micromark-util-character": "^2.0.0",
4096 "micromark-util-decode-numeric-character-reference": "^2.0.0",
4097 "micromark-util-symbol": "^2.0.0"
4098 }
4099 },
4100 "node_modules/micromark-util-encode": {
4101 "version": "2.0.1",
4102 "resolved": "https://registry.npmjs.org/micromark-util-encode/-/micromark-util-encode-2.0.1.tgz",
4103 "integrity": "sha512-c3cVx2y4KqUnwopcO9b/SCdo2O67LwJJ/UyqGfbigahfegL9myoEFoDYZgkT7f36T0bLrM9hZTAaAyH+PCAXjw==",
4104 "funding": [
4105 {
4106 "type": "GitHub Sponsors",
4107 "url": "https://github.com/sponsors/unifiedjs"
4108 },
4109 {
4110 "type": "OpenCollective",
4111 "url": "https://opencollective.com/unified"
4112 }
4113 ],
4114 "license": "MIT"
4115 },
4116 "node_modules/micromark-util-html-tag-name": {
4117 "version": "2.0.1",
4118 "resolved": "https://registry.npmjs.org/micromark-util-html-tag-name/-/micromark-util-html-tag-name-2.0.1.tgz",
4119 "integrity": "sha512-2cNEiYDhCWKI+Gs9T0Tiysk136SnR13hhO8yW6BGNyhOC4qYFnwF1nKfD3HFAIXA5c45RrIG1ub11GiXeYd1xA==",
4120 "funding": [
4121 {
4122 "type": "GitHub Sponsors",
4123 "url": "https://github.com/sponsors/unifiedjs"
4124 },
4125 {
4126 "type": "OpenCollective",
4127 "url": "https://opencollective.com/unified"
4128 }
4129 ],
4130 "license": "MIT"
4131 },
4132 "node_modules/micromark-util-normalize-identifier": {
4133 "version": "2.0.1",
4134 "resolved": "https://registry.npmjs.org/micromark-util-normalize-identifier/-/micromark-util-normalize-identifier-2.0.1.tgz",
4135 "integrity": "sha512-sxPqmo70LyARJs0w2UclACPUUEqltCkJ6PhKdMIDuJ3gSf/Q+/GIe3WKl0Ijb/GyH9lOpUkRAO2wp0GVkLvS9Q==",
4136 "funding": [
4137 {
4138 "type": "GitHub Sponsors",
4139 "url": "https://github.com/sponsors/unifiedjs"
4140 },
4141 {
4142 "type": "OpenCollective",
4143 "url": "https://opencollective.com/unified"
4144 }
4145 ],
4146 "license": "MIT",
4147 "dependencies": {
4148 "micromark-util-symbol": "^2.0.0"
4149 }
4150 },
4151 "node_modules/micromark-util-resolve-all": {
4152 "version": "2.0.1",
4153 "resolved": "https://registry.npmjs.org/micromark-util-resolve-all/-/micromark-util-resolve-all-2.0.1.tgz",
4154 "integrity": "sha512-VdQyxFWFT2/FGJgwQnJYbe1jjQoNTS4RjglmSjTUlpUMa95Htx9NHeYW4rGDJzbjvCsl9eLjMQwGeElsqmzcHg==",
4155 "funding": [
4156 {
4157 "type": "GitHub Sponsors",
4158 "url": "https://github.com/sponsors/unifiedjs"
4159 },
4160 {
4161 "type": "OpenCollective",
4162 "url": "https://opencollective.com/unified"
4163 }
4164 ],
4165 "license": "MIT",
4166 "dependencies": {
4167 "micromark-util-types": "^2.0.0"
4168 }
4169 },
4170 "node_modules/micromark-util-sanitize-uri": {
4171 "version": "2.0.1",
4172 "resolved": "https://registry.npmjs.org/micromark-util-sanitize-uri/-/micromark-util-sanitize-uri-2.0.1.tgz",
4173 "integrity": "sha512-9N9IomZ/YuGGZZmQec1MbgxtlgougxTodVwDzzEouPKo3qFWvymFHWcnDi2vzV1ff6kas9ucW+o3yzJK9YB1AQ==",
4174 "funding": [
4175 {
4176 "type": "GitHub Sponsors",
4177 "url": "https://github.com/sponsors/unifiedjs"
4178 },
4179 {
4180 "type": "OpenCollective",
4181 "url": "https://opencollective.com/unified"
4182 }
4183 ],
4184 "license": "MIT",
4185 "dependencies": {
4186 "micromark-util-character": "^2.0.0",
4187 "micromark-util-encode": "^2.0.0",
4188 "micromark-util-symbol": "^2.0.0"
4189 }
4190 },
4191 "node_modules/micromark-util-subtokenize": {
4192 "version": "2.1.0",
4193 "resolved": "https://registry.npmjs.org/micromark-util-subtokenize/-/micromark-util-subtokenize-2.1.0.tgz",
4194 "integrity": "sha512-XQLu552iSctvnEcgXw6+Sx75GflAPNED1qx7eBJ+wydBb2KCbRZe+NwvIEEMM83uml1+2WSXpBAcp9IUCgCYWA==",
4195 "funding": [
4196 {
4197 "type": "GitHub Sponsors",
4198 "url": "https://github.com/sponsors/unifiedjs"
4199 },
4200 {
4201 "type": "OpenCollective",
4202 "url": "https://opencollective.com/unified"
4203 }
4204 ],
4205 "license": "MIT",
4206 "dependencies": {
4207 "devlop": "^1.0.0",
4208 "micromark-util-chunked": "^2.0.0",
4209 "micromark-util-symbol": "^2.0.0",
4210 "micromark-util-types": "^2.0.0"
4211 }
4212 },
4213 "node_modules/micromark-util-symbol": {
4214 "version": "2.0.1",
4215 "resolved": "https://registry.npmjs.org/micromark-util-symbol/-/micromark-util-symbol-2.0.1.tgz",
4216 "integrity": "sha512-vs5t8Apaud9N28kgCrRUdEed4UJ+wWNvicHLPxCa9ENlYuAY31M0ETy5y1vA33YoNPDFTghEbnh6efaE8h4x0Q==",
4217 "funding": [
4218 {
4219 "type": "GitHub Sponsors",
4220 "url": "https://github.com/sponsors/unifiedjs"
4221 },
4222 {
4223 "type": "OpenCollective",
4224 "url": "https://opencollective.com/unified"
4225 }
4226 ],
4227 "license": "MIT"
4228 },
4229 "node_modules/micromark-util-types": {
4230 "version": "2.0.2",
4231 "resolved": "https://registry.npmjs.org/micromark-util-types/-/micromark-util-types-2.0.2.tgz",
4232 "integrity": "sha512-Yw0ECSpJoViF1qTU4DC6NwtC4aWGt1EkzaQB8KPPyCRR8z9TWeV0HbEFGTO+ZY1wB22zmxnJqhPyTpOVCpeHTA==",
4233 "funding": [
4234 {
4235 "type": "GitHub Sponsors",
4236 "url": "https://github.com/sponsors/unifiedjs"
4237 },
4238 {
4239 "type": "OpenCollective",
4240 "url": "https://opencollective.com/unified"
4241 }
4242 ],
4243 "license": "MIT"
4244 },
4245 "node_modules/mrmime": {
4246 "version": "2.0.1",
4247 "resolved": "https://registry.npmjs.org/mrmime/-/mrmime-2.0.1.tgz",
4248 "integrity": "sha512-Y3wQdFg2Va6etvQ5I82yUhGdsKrcYox6p7FfL1LbK2J4V01F9TGlepTIhnK24t7koZibmg82KGglhA1XK5IsLQ==",
4249 "license": "MIT",
4250 "engines": {
4251 "node": ">=10"
4252 }
4253 },
4254 "node_modules/ms": {
4255 "version": "2.1.3",
4256 "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
4257 "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
4258 "license": "MIT"
4259 },
4260 "node_modules/nanoid": {
4261 "version": "3.3.11",
4262 "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.11.tgz",
4263 "integrity": "sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==",
4264 "funding": [
4265 {
4266 "type": "github",
4267 "url": "https://github.com/sponsors/ai"
4268 }
4269 ],
4270 "license": "MIT",
4271 "bin": {
4272 "nanoid": "bin/nanoid.cjs"
4273 },
4274 "engines": {
4275 "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
4276 }
4277 },
4278 "node_modules/neotraverse": {
4279 "version": "0.6.18",
4280 "resolved": "https://registry.npmjs.org/neotraverse/-/neotraverse-0.6.18.tgz",
4281 "integrity": "sha512-Z4SmBUweYa09+o6pG+eASabEpP6QkQ70yHj351pQoEXIs8uHbaU2DWVmzBANKgflPa47A50PtB2+NgRpQvr7vA==",
4282 "license": "MIT",
4283 "engines": {
4284 "node": ">= 10"
4285 }
4286 },
4287 "node_modules/nlcst-to-string": {
4288 "version": "4.0.0",
4289 "resolved": "https://registry.npmjs.org/nlcst-to-string/-/nlcst-to-string-4.0.0.tgz",
4290 "integrity": "sha512-YKLBCcUYKAg0FNlOBT6aI91qFmSiFKiluk655WzPF+DDMA02qIyy8uiRqI8QXtcFpEvll12LpL5MXqEmAZ+dcA==",
4291 "license": "MIT",
4292 "dependencies": {
4293 "@types/nlcst": "^2.0.0"
4294 },
4295 "funding": {
4296 "type": "opencollective",
4297 "url": "https://opencollective.com/unified"
4298 }
4299 },
4300 "node_modules/node-fetch-native": {
4301 "version": "1.6.7",
4302 "resolved": "https://registry.npmjs.org/node-fetch-native/-/node-fetch-native-1.6.7.tgz",
4303 "integrity": "sha512-g9yhqoedzIUm0nTnTqAQvueMPVOuIY16bqgAJJC8XOOubYFNwz6IER9qs0Gq2Xd0+CecCKFjtdDTMA4u4xG06Q==",
4304 "license": "MIT"
4305 },
4306 "node_modules/node-mock-http": {
4307 "version": "1.0.4",
4308 "resolved": "https://registry.npmjs.org/node-mock-http/-/node-mock-http-1.0.4.tgz",
4309 "integrity": "sha512-8DY+kFsDkNXy1sJglUfuODx1/opAGJGyrTuFqEoN90oRc2Vk0ZbD4K2qmKXBBEhZQzdKHIVfEJpDU8Ak2NJEvQ==",
4310 "license": "MIT"
4311 },
4312 "node_modules/normalize-path": {
4313 "version": "3.0.0",
4314 "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz",
4315 "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==",
4316 "license": "MIT",
4317 "engines": {
4318 "node": ">=0.10.0"
4319 }
4320 },
4321 "node_modules/nth-check": {
4322 "version": "2.1.1",
4323 "resolved": "https://registry.npmjs.org/nth-check/-/nth-check-2.1.1.tgz",
4324 "integrity": "sha512-lqjrjmaOoAnWfMmBPL+XNnynZh2+swxiX3WUE0s4yEHI6m+AwrK2UZOimIRl3X/4QctVqS8AiZjFqyOGrMXb/w==",
4325 "license": "BSD-2-Clause",
4326 "dependencies": {
4327 "boolbase": "^1.0.0"
4328 },
4329 "funding": {
4330 "url": "https://github.com/fb55/nth-check?sponsor=1"
4331 }
4332 },
4333 "node_modules/ofetch": {
4334 "version": "1.5.1",
4335 "resolved": "https://registry.npmjs.org/ofetch/-/ofetch-1.5.1.tgz",
4336 "integrity": "sha512-2W4oUZlVaqAPAil6FUg/difl6YhqhUR7x2eZY4bQCko22UXg3hptq9KLQdqFClV+Wu85UX7hNtdGTngi/1BxcA==",
4337 "license": "MIT",
4338 "dependencies": {
4339 "destr": "^2.0.5",
4340 "node-fetch-native": "^1.6.7",
4341 "ufo": "^1.6.1"
4342 }
4343 },
4344 "node_modules/ohash": {
4345 "version": "2.0.11",
4346 "resolved": "https://registry.npmjs.org/ohash/-/ohash-2.0.11.tgz",
4347 "integrity": "sha512-RdR9FQrFwNBNXAr4GixM8YaRZRJ5PUWbKYbE5eOsrwAjJW0q2REGcf79oYPsLyskQCZG1PLN+S/K1V00joZAoQ==",
4348 "license": "MIT"
4349 },
4350 "node_modules/oniguruma-parser": {
4351 "version": "0.12.1",
4352 "resolved": "https://registry.npmjs.org/oniguruma-parser/-/oniguruma-parser-0.12.1.tgz",
4353 "integrity": "sha512-8Unqkvk1RYc6yq2WBYRj4hdnsAxVze8i7iPfQr8e4uSP3tRv0rpZcbGUDvxfQQcdwHt/e9PrMvGCsa8OqG9X3w==",
4354 "license": "MIT"
4355 },
4356 "node_modules/oniguruma-to-es": {
4357 "version": "4.3.4",
4358 "resolved": "https://registry.npmjs.org/oniguruma-to-es/-/oniguruma-to-es-4.3.4.tgz",
4359 "integrity": "sha512-3VhUGN3w2eYxnTzHn+ikMI+fp/96KoRSVK9/kMTcFqj1NRDh2IhQCKvYxDnWePKRXY/AqH+Fuiyb7VHSzBjHfA==",
4360 "license": "MIT",
4361 "dependencies": {
4362 "oniguruma-parser": "^0.12.1",
4363 "regex": "^6.0.1",
4364 "regex-recursion": "^6.0.2"
4365 }
4366 },
4367 "node_modules/p-limit": {
4368 "version": "6.2.0",
4369 "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-6.2.0.tgz",
4370 "integrity": "sha512-kuUqqHNUqoIWp/c467RI4X6mmyuojY5jGutNU0wVTmEOOfcuwLqyMVoAi9MKi2Ak+5i9+nhmrK4ufZE8069kHA==",
4371 "license": "MIT",
4372 "dependencies": {
4373 "yocto-queue": "^1.1.1"
4374 },
4375 "engines": {
4376 "node": ">=18"
4377 },
4378 "funding": {
4379 "url": "https://github.com/sponsors/sindresorhus"
4380 }
4381 },
4382 "node_modules/p-queue": {
4383 "version": "8.1.1",
4384 "resolved": "https://registry.npmjs.org/p-queue/-/p-queue-8.1.1.tgz",
4385 "integrity": "sha512-aNZ+VfjobsWryoiPnEApGGmf5WmNsCo9xu8dfaYamG5qaLP7ClhLN6NgsFe6SwJ2UbLEBK5dv9x8Mn5+RVhMWQ==",
4386 "license": "MIT",
4387 "dependencies": {
4388 "eventemitter3": "^5.0.1",
4389 "p-timeout": "^6.1.2"
4390 },
4391 "engines": {
4392 "node": ">=18"
4393 },
4394 "funding": {
4395 "url": "https://github.com/sponsors/sindresorhus"
4396 }
4397 },
4398 "node_modules/p-timeout": {
4399 "version": "6.1.4",
4400 "resolved": "https://registry.npmjs.org/p-timeout/-/p-timeout-6.1.4.tgz",
4401 "integrity": "sha512-MyIV3ZA/PmyBN/ud8vV9XzwTrNtR4jFrObymZYnZqMmW0zA8Z17vnT0rBgFE/TlohB+YCHqXMgZzb3Csp49vqg==",
4402 "license": "MIT",
4403 "engines": {
4404 "node": ">=14.16"
4405 },
4406 "funding": {
4407 "url": "https://github.com/sponsors/sindresorhus"
4408 }
4409 },
4410 "node_modules/package-manager-detector": {
4411 "version": "1.6.0",
4412 "resolved": "https://registry.npmjs.org/package-manager-detector/-/package-manager-detector-1.6.0.tgz",
4413 "integrity": "sha512-61A5ThoTiDG/C8s8UMZwSorAGwMJ0ERVGj2OjoW5pAalsNOg15+iQiPzrLJ4jhZ1HJzmC2PIHT2oEiH3R5fzNA==",
4414 "license": "MIT"
4415 },
4416 "node_modules/parse-latin": {
4417 "version": "7.0.0",
4418 "resolved": "https://registry.npmjs.org/parse-latin/-/parse-latin-7.0.0.tgz",
4419 "integrity": "sha512-mhHgobPPua5kZ98EF4HWiH167JWBfl4pvAIXXdbaVohtK7a6YBOy56kvhCqduqyo/f3yrHFWmqmiMg/BkBkYYQ==",
4420 "license": "MIT",
4421 "dependencies": {
4422 "@types/nlcst": "^2.0.0",
4423 "@types/unist": "^3.0.0",
4424 "nlcst-to-string": "^4.0.0",
4425 "unist-util-modify-children": "^4.0.0",
4426 "unist-util-visit-children": "^3.0.0",
4427 "vfile": "^6.0.0"
4428 },
4429 "funding": {
4430 "type": "github",
4431 "url": "https://github.com/sponsors/wooorm"
4432 }
4433 },
4434 "node_modules/parse5": {
4435 "version": "7.3.0",
4436 "resolved": "https://registry.npmjs.org/parse5/-/parse5-7.3.0.tgz",
4437 "integrity": "sha512-IInvU7fabl34qmi9gY8XOVxhYyMyuH2xUNpb2q8/Y+7552KlejkRvqvD19nMoUW/uQGGbqNpA6Tufu5FL5BZgw==",
4438 "license": "MIT",
4439 "dependencies": {
4440 "entities": "^6.0.0"
4441 },
4442 "funding": {
4443 "url": "https://github.com/inikulin/parse5?sponsor=1"
4444 }
4445 },
4446 "node_modules/piccolore": {
4447 "version": "0.1.3",
4448 "resolved": "https://registry.npmjs.org/piccolore/-/piccolore-0.1.3.tgz",
4449 "integrity": "sha512-o8bTeDWjE086iwKrROaDf31K0qC/BENdm15/uH9usSC/uZjJOKb2YGiVHfLY4GhwsERiPI1jmwI2XrA7ACOxVw==",
4450 "license": "ISC"
4451 },
4452 "node_modules/picocolors": {
4453 "version": "1.1.1",
4454 "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz",
4455 "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",
4456 "license": "ISC"
4457 },
4458 "node_modules/picomatch": {
4459 "version": "4.0.3",
4460 "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.3.tgz",
4461 "integrity": "sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==",
4462 "license": "MIT",
4463 "engines": {
4464 "node": ">=12"
4465 },
4466 "funding": {
4467 "url": "https://github.com/sponsors/jonschlinkert"
4468 }
4469 },
4470 "node_modules/postcss": {
4471 "version": "8.5.6",
4472 "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.6.tgz",
4473 "integrity": "sha512-3Ybi1tAuwAP9s0r1UQ2J4n5Y0G05bJkpUIO0/bI9MhwmD70S5aTWbXGBwxHrelT+XM1k6dM0pk+SwNkpTRN7Pg==",
4474 "funding": [
4475 {
4476 "type": "opencollective",
4477 "url": "https://opencollective.com/postcss/"
4478 },
4479 {
4480 "type": "tidelift",
4481 "url": "https://tidelift.com/funding/github/npm/postcss"
4482 },
4483 {
4484 "type": "github",
4485 "url": "https://github.com/sponsors/ai"
4486 }
4487 ],
4488 "license": "MIT",
4489 "dependencies": {
4490 "nanoid": "^3.3.11",
4491 "picocolors": "^1.1.1",
4492 "source-map-js": "^1.2.1"
4493 },
4494 "engines": {
4495 "node": "^10 || ^12 || >=14"
4496 }
4497 },
4498 "node_modules/prismjs": {
4499 "version": "1.30.0",
4500 "resolved": "https://registry.npmjs.org/prismjs/-/prismjs-1.30.0.tgz",
4501 "integrity": "sha512-DEvV2ZF2r2/63V+tK8hQvrR2ZGn10srHbXviTlcv7Kpzw8jWiNTqbVgjO3IY8RxrrOUF8VPMQQFysYYYv0YZxw==",
4502 "license": "MIT",
4503 "engines": {
4504 "node": ">=6"
4505 }
4506 },
4507 "node_modules/prompts": {
4508 "version": "2.4.2",
4509 "resolved": "https://registry.npmjs.org/prompts/-/prompts-2.4.2.tgz",
4510 "integrity": "sha512-NxNv/kLguCA7p3jE8oL2aEBsrJWgAakBpgmgK6lpPWV+WuOmY6r2/zbAVnP+T8bQlA0nzHXSJSJW0Hq7ylaD2Q==",
4511 "license": "MIT",
4512 "dependencies": {
4513 "kleur": "^3.0.3",
4514 "sisteransi": "^1.0.5"
4515 },
4516 "engines": {
4517 "node": ">= 6"
4518 }
4519 },
4520 "node_modules/property-information": {
4521 "version": "7.1.0",
4522 "resolved": "https://registry.npmjs.org/property-information/-/property-information-7.1.0.tgz",
4523 "integrity": "sha512-TwEZ+X+yCJmYfL7TPUOcvBZ4QfoT5YenQiJuX//0th53DE6w0xxLEtfK3iyryQFddXuvkIk51EEgrJQ0WJkOmQ==",
4524 "license": "MIT",
4525 "funding": {
4526 "type": "github",
4527 "url": "https://github.com/sponsors/wooorm"
4528 }
4529 },
4530 "node_modules/radix3": {
4531 "version": "1.1.2",
4532 "resolved": "https://registry.npmjs.org/radix3/-/radix3-1.1.2.tgz",
4533 "integrity": "sha512-b484I/7b8rDEdSDKckSSBA8knMpcdsXudlE/LNL639wFoHKwLbEkQFZHWEYwDC0wa0FKUcCY+GAF73Z7wxNVFA==",
4534 "license": "MIT"
4535 },
4536 "node_modules/readdirp": {
4537 "version": "5.0.0",
4538 "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-5.0.0.tgz",
4539 "integrity": "sha512-9u/XQ1pvrQtYyMpZe7DXKv2p5CNvyVwzUB6uhLAnQwHMSgKMBR62lc7AHljaeteeHXn11XTAaLLUVZYVZyuRBQ==",
4540 "license": "MIT",
4541 "engines": {
4542 "node": ">= 20.19.0"
4543 },
4544 "funding": {
4545 "type": "individual",
4546 "url": "https://paulmillr.com/funding/"
4547 }
4548 },
4549 "node_modules/regex": {
4550 "version": "6.1.0",
4551 "resolved": "https://registry.npmjs.org/regex/-/regex-6.1.0.tgz",
4552 "integrity": "sha512-6VwtthbV4o/7+OaAF9I5L5V3llLEsoPyq9P1JVXkedTP33c7MfCG0/5NOPcSJn0TzXcG9YUrR0gQSWioew3LDg==",
4553 "license": "MIT",
4554 "dependencies": {
4555 "regex-utilities": "^2.3.0"
4556 }
4557 },
4558 "node_modules/regex-recursion": {
4559 "version": "6.0.2",
4560 "resolved": "https://registry.npmjs.org/regex-recursion/-/regex-recursion-6.0.2.tgz",
4561 "integrity": "sha512-0YCaSCq2VRIebiaUviZNs0cBz1kg5kVS2UKUfNIx8YVs1cN3AV7NTctO5FOKBA+UT2BPJIWZauYHPqJODG50cg==",
4562 "license": "MIT",
4563 "dependencies": {
4564 "regex-utilities": "^2.3.0"
4565 }
4566 },
4567 "node_modules/regex-utilities": {
4568 "version": "2.3.0",
4569 "resolved": "https://registry.npmjs.org/regex-utilities/-/regex-utilities-2.3.0.tgz",
4570 "integrity": "sha512-8VhliFJAWRaUiVvREIiW2NXXTmHs4vMNnSzuJVhscgmGav3g9VDxLrQndI3dZZVVdp0ZO/5v0xmX516/7M9cng==",
4571 "license": "MIT"
4572 },
4573 "node_modules/rehype": {
4574 "version": "13.0.2",
4575 "resolved": "https://registry.npmjs.org/rehype/-/rehype-13.0.2.tgz",
4576 "integrity": "sha512-j31mdaRFrwFRUIlxGeuPXXKWQxet52RBQRvCmzl5eCefn/KGbomK5GMHNMsOJf55fgo3qw5tST5neDuarDYR2A==",
4577 "license": "MIT",
4578 "dependencies": {
4579 "@types/hast": "^3.0.0",
4580 "rehype-parse": "^9.0.0",
4581 "rehype-stringify": "^10.0.0",
4582 "unified": "^11.0.0"
4583 },
4584 "funding": {
4585 "type": "opencollective",
4586 "url": "https://opencollective.com/unified"
4587 }
4588 },
4589 "node_modules/rehype-parse": {
4590 "version": "9.0.1",
4591 "resolved": "https://registry.npmjs.org/rehype-parse/-/rehype-parse-9.0.1.tgz",
4592 "integrity": "sha512-ksCzCD0Fgfh7trPDxr2rSylbwq9iYDkSn8TCDmEJ49ljEUBxDVCzCHv7QNzZOfODanX4+bWQ4WZqLCRWYLfhag==",
4593 "license": "MIT",
4594 "dependencies": {
4595 "@types/hast": "^3.0.0",
4596 "hast-util-from-html": "^2.0.0",
4597 "unified": "^11.0.0"
4598 },
4599 "funding": {
4600 "type": "opencollective",
4601 "url": "https://opencollective.com/unified"
4602 }
4603 },
4604 "node_modules/rehype-raw": {
4605 "version": "7.0.0",
4606 "resolved": "https://registry.npmjs.org/rehype-raw/-/rehype-raw-7.0.0.tgz",
4607 "integrity": "sha512-/aE8hCfKlQeA8LmyeyQvQF3eBiLRGNlfBJEvWH7ivp9sBqs7TNqBL5X3v157rM4IFETqDnIOO+z5M/biZbo9Ww==",
4608 "license": "MIT",
4609 "dependencies": {
4610 "@types/hast": "^3.0.0",
4611 "hast-util-raw": "^9.0.0",
4612 "vfile": "^6.0.0"
4613 },
4614 "funding": {
4615 "type": "opencollective",
4616 "url": "https://opencollective.com/unified"
4617 }
4618 },
4619 "node_modules/rehype-stringify": {
4620 "version": "10.0.1",
4621 "resolved": "https://registry.npmjs.org/rehype-stringify/-/rehype-stringify-10.0.1.tgz",
4622 "integrity": "sha512-k9ecfXHmIPuFVI61B9DeLPN0qFHfawM6RsuX48hoqlaKSF61RskNjSm1lI8PhBEM0MRdLxVVm4WmTqJQccH9mA==",
4623 "license": "MIT",
4624 "dependencies": {
4625 "@types/hast": "^3.0.0",
4626 "hast-util-to-html": "^9.0.0",
4627 "unified": "^11.0.0"
4628 },
4629 "funding": {
4630 "type": "opencollective",
4631 "url": "https://opencollective.com/unified"
4632 }
4633 },
4634 "node_modules/remark-gfm": {
4635 "version": "4.0.1",
4636 "resolved": "https://registry.npmjs.org/remark-gfm/-/remark-gfm-4.0.1.tgz",
4637 "integrity": "sha512-1quofZ2RQ9EWdeN34S79+KExV1764+wCUGop5CPL1WGdD0ocPpu91lzPGbwWMECpEpd42kJGQwzRfyov9j4yNg==",
4638 "license": "MIT",
4639 "dependencies": {
4640 "@types/mdast": "^4.0.0",
4641 "mdast-util-gfm": "^3.0.0",
4642 "micromark-extension-gfm": "^3.0.0",
4643 "remark-parse": "^11.0.0",
4644 "remark-stringify": "^11.0.0",
4645 "unified": "^11.0.0"
4646 },
4647 "funding": {
4648 "type": "opencollective",
4649 "url": "https://opencollective.com/unified"
4650 }
4651 },
4652 "node_modules/remark-parse": {
4653 "version": "11.0.0",
4654 "resolved": "https://registry.npmjs.org/remark-parse/-/remark-parse-11.0.0.tgz",
4655 "integrity": "sha512-FCxlKLNGknS5ba/1lmpYijMUzX2esxW5xQqjWxw2eHFfS2MSdaHVINFmhjo+qN1WhZhNimq0dZATN9pH0IDrpA==",
4656 "license": "MIT",
4657 "dependencies": {
4658 "@types/mdast": "^4.0.0",
4659 "mdast-util-from-markdown": "^2.0.0",
4660 "micromark-util-types": "^2.0.0",
4661 "unified": "^11.0.0"
4662 },
4663 "funding": {
4664 "type": "opencollective",
4665 "url": "https://opencollective.com/unified"
4666 }
4667 },
4668 "node_modules/remark-rehype": {
4669 "version": "11.1.2",
4670 "resolved": "https://registry.npmjs.org/remark-rehype/-/remark-rehype-11.1.2.tgz",
4671 "integrity": "sha512-Dh7l57ianaEoIpzbp0PC9UKAdCSVklD8E5Rpw7ETfbTl3FqcOOgq5q2LVDhgGCkaBv7p24JXikPdvhhmHvKMsw==",
4672 "license": "MIT",
4673 "dependencies": {
4674 "@types/hast": "^3.0.0",
4675 "@types/mdast": "^4.0.0",
4676 "mdast-util-to-hast": "^13.0.0",
4677 "unified": "^11.0.0",
4678 "vfile": "^6.0.0"
4679 },
4680 "funding": {
4681 "type": "opencollective",
4682 "url": "https://opencollective.com/unified"
4683 }
4684 },
4685 "node_modules/remark-smartypants": {
4686 "version": "3.0.2",
4687 "resolved": "https://registry.npmjs.org/remark-smartypants/-/remark-smartypants-3.0.2.tgz",
4688 "integrity": "sha512-ILTWeOriIluwEvPjv67v7Blgrcx+LZOkAUVtKI3putuhlZm84FnqDORNXPPm+HY3NdZOMhyDwZ1E+eZB/Df5dA==",
4689 "license": "MIT",
4690 "dependencies": {
4691 "retext": "^9.0.0",
4692 "retext-smartypants": "^6.0.0",
4693 "unified": "^11.0.4",
4694 "unist-util-visit": "^5.0.0"
4695 },
4696 "engines": {
4697 "node": ">=16.0.0"
4698 }
4699 },
4700 "node_modules/remark-stringify": {
4701 "version": "11.0.0",
4702 "resolved": "https://registry.npmjs.org/remark-stringify/-/remark-stringify-11.0.0.tgz",
4703 "integrity": "sha512-1OSmLd3awB/t8qdoEOMazZkNsfVTeY4fTsgzcQFdXNq8ToTN4ZGwrMnlda4K6smTFKD+GRV6O48i6Z4iKgPPpw==",
4704 "license": "MIT",
4705 "dependencies": {
4706 "@types/mdast": "^4.0.0",
4707 "mdast-util-to-markdown": "^2.0.0",
4708 "unified": "^11.0.0"
4709 },
4710 "funding": {
4711 "type": "opencollective",
4712 "url": "https://opencollective.com/unified"
4713 }
4714 },
4715 "node_modules/retext": {
4716 "version": "9.0.0",
4717 "resolved": "https://registry.npmjs.org/retext/-/retext-9.0.0.tgz",
4718 "integrity": "sha512-sbMDcpHCNjvlheSgMfEcVrZko3cDzdbe1x/e7G66dFp0Ff7Mldvi2uv6JkJQzdRcvLYE8CA8Oe8siQx8ZOgTcA==",
4719 "license": "MIT",
4720 "dependencies": {
4721 "@types/nlcst": "^2.0.0",
4722 "retext-latin": "^4.0.0",
4723 "retext-stringify": "^4.0.0",
4724 "unified": "^11.0.0"
4725 },
4726 "funding": {
4727 "type": "opencollective",
4728 "url": "https://opencollective.com/unified"
4729 }
4730 },
4731 "node_modules/retext-latin": {
4732 "version": "4.0.0",
4733 "resolved": "https://registry.npmjs.org/retext-latin/-/retext-latin-4.0.0.tgz",
4734 "integrity": "sha512-hv9woG7Fy0M9IlRQloq/N6atV82NxLGveq+3H2WOi79dtIYWN8OaxogDm77f8YnVXJL2VD3bbqowu5E3EMhBYA==",
4735 "license": "MIT",
4736 "dependencies": {
4737 "@types/nlcst": "^2.0.0",
4738 "parse-latin": "^7.0.0",
4739 "unified": "^11.0.0"
4740 },
4741 "funding": {
4742 "type": "opencollective",
4743 "url": "https://opencollective.com/unified"
4744 }
4745 },
4746 "node_modules/retext-smartypants": {
4747 "version": "6.2.0",
4748 "resolved": "https://registry.npmjs.org/retext-smartypants/-/retext-smartypants-6.2.0.tgz",
4749 "integrity": "sha512-kk0jOU7+zGv//kfjXEBjdIryL1Acl4i9XNkHxtM7Tm5lFiCog576fjNC9hjoR7LTKQ0DsPWy09JummSsH1uqfQ==",
4750 "license": "MIT",
4751 "dependencies": {
4752 "@types/nlcst": "^2.0.0",
4753 "nlcst-to-string": "^4.0.0",
4754 "unist-util-visit": "^5.0.0"
4755 },
4756 "funding": {
4757 "type": "opencollective",
4758 "url": "https://opencollective.com/unified"
4759 }
4760 },
4761 "node_modules/retext-stringify": {
4762 "version": "4.0.0",
4763 "resolved": "https://registry.npmjs.org/retext-stringify/-/retext-stringify-4.0.0.tgz",
4764 "integrity": "sha512-rtfN/0o8kL1e+78+uxPTqu1Klt0yPzKuQ2BfWwwfgIUSayyzxpM1PJzkKt4V8803uB9qSy32MvI7Xep9khTpiA==",
4765 "license": "MIT",
4766 "dependencies": {
4767 "@types/nlcst": "^2.0.0",
4768 "nlcst-to-string": "^4.0.0",
4769 "unified": "^11.0.0"
4770 },
4771 "funding": {
4772 "type": "opencollective",
4773 "url": "https://opencollective.com/unified"
4774 }
4775 },
4776 "node_modules/rollup": {
4777 "version": "4.57.1",
4778 "resolved": "https://registry.npmjs.org/rollup/-/rollup-4.57.1.tgz",
4779 "integrity": "sha512-oQL6lgK3e2QZeQ7gcgIkS2YZPg5slw37hYufJ3edKlfQSGGm8ICoxswK15ntSzF/a8+h7ekRy7k7oWc3BQ7y8A==",
4780 "license": "MIT",
4781 "peer": true,
4782 "dependencies": {
4783 "@types/estree": "1.0.8"
4784 },
4785 "bin": {
4786 "rollup": "dist/bin/rollup"
4787 },
4788 "engines": {
4789 "node": ">=18.0.0",
4790 "npm": ">=8.0.0"
4791 },
4792 "optionalDependencies": {
4793 "@rollup/rollup-android-arm-eabi": "4.57.1",
4794 "@rollup/rollup-android-arm64": "4.57.1",
4795 "@rollup/rollup-darwin-arm64": "4.57.1",
4796 "@rollup/rollup-darwin-x64": "4.57.1",
4797 "@rollup/rollup-freebsd-arm64": "4.57.1",
4798 "@rollup/rollup-freebsd-x64": "4.57.1",
4799 "@rollup/rollup-linux-arm-gnueabihf": "4.57.1",
4800 "@rollup/rollup-linux-arm-musleabihf": "4.57.1",
4801 "@rollup/rollup-linux-arm64-gnu": "4.57.1",
4802 "@rollup/rollup-linux-arm64-musl": "4.57.1",
4803 "@rollup/rollup-linux-loong64-gnu": "4.57.1",
4804 "@rollup/rollup-linux-loong64-musl": "4.57.1",
4805 "@rollup/rollup-linux-ppc64-gnu": "4.57.1",
4806 "@rollup/rollup-linux-ppc64-musl": "4.57.1",
4807 "@rollup/rollup-linux-riscv64-gnu": "4.57.1",
4808 "@rollup/rollup-linux-riscv64-musl": "4.57.1",
4809 "@rollup/rollup-linux-s390x-gnu": "4.57.1",
4810 "@rollup/rollup-linux-x64-gnu": "4.57.1",
4811 "@rollup/rollup-linux-x64-musl": "4.57.1",
4812 "@rollup/rollup-openbsd-x64": "4.57.1",
4813 "@rollup/rollup-openharmony-arm64": "4.57.1",
4814 "@rollup/rollup-win32-arm64-msvc": "4.57.1",
4815 "@rollup/rollup-win32-ia32-msvc": "4.57.1",
4816 "@rollup/rollup-win32-x64-gnu": "4.57.1",
4817 "@rollup/rollup-win32-x64-msvc": "4.57.1",
4818 "fsevents": "~2.3.2"
4819 }
4820 },
4821 "node_modules/sax": {
4822 "version": "1.4.4",
4823 "resolved": "https://registry.npmjs.org/sax/-/sax-1.4.4.tgz",
4824 "integrity": "sha512-1n3r/tGXO6b6VXMdFT54SHzT9ytu9yr7TaELowdYpMqY/Ao7EnlQGmAQ1+RatX7Tkkdm6hONI2owqNx2aZj5Sw==",
4825 "license": "BlueOak-1.0.0",
4826 "engines": {
4827 "node": ">=11.0.0"
4828 }
4829 },
4830 "node_modules/semver": {
4831 "version": "7.7.4",
4832 "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.4.tgz",
4833 "integrity": "sha512-vFKC2IEtQnVhpT78h1Yp8wzwrf8CM+MzKMHGJZfBtzhZNycRFnXsHk6E5TxIkkMsgNS7mdX3AGB7x2QM2di4lA==",
4834 "license": "ISC",
4835 "bin": {
4836 "semver": "bin/semver.js"
4837 },
4838 "engines": {
4839 "node": ">=10"
4840 }
4841 },
4842 "node_modules/sharp": {
4843 "version": "0.34.5",
4844 "resolved": "https://registry.npmjs.org/sharp/-/sharp-0.34.5.tgz",
4845 "integrity": "sha512-Ou9I5Ft9WNcCbXrU9cMgPBcCK8LiwLqcbywW3t4oDV37n1pzpuNLsYiAV8eODnjbtQlSDwZ2cUEeQz4E54Hltg==",
4846 "hasInstallScript": true,
4847 "license": "Apache-2.0",
4848 "optional": true,
4849 "dependencies": {
4850 "@img/colour": "^1.0.0",
4851 "detect-libc": "^2.1.2",
4852 "semver": "^7.7.3"
4853 },
4854 "engines": {
4855 "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
4856 },
4857 "funding": {
4858 "url": "https://opencollective.com/libvips"
4859 },
4860 "optionalDependencies": {
4861 "@img/sharp-darwin-arm64": "0.34.5",
4862 "@img/sharp-darwin-x64": "0.34.5",
4863 "@img/sharp-libvips-darwin-arm64": "1.2.4",
4864 "@img/sharp-libvips-darwin-x64": "1.2.4",
4865 "@img/sharp-libvips-linux-arm": "1.2.4",
4866 "@img/sharp-libvips-linux-arm64": "1.2.4",
4867 "@img/sharp-libvips-linux-ppc64": "1.2.4",
4868 "@img/sharp-libvips-linux-riscv64": "1.2.4",
4869 "@img/sharp-libvips-linux-s390x": "1.2.4",
4870 "@img/sharp-libvips-linux-x64": "1.2.4",
4871 "@img/sharp-libvips-linuxmusl-arm64": "1.2.4",
4872 "@img/sharp-libvips-linuxmusl-x64": "1.2.4",
4873 "@img/sharp-linux-arm": "0.34.5",
4874 "@img/sharp-linux-arm64": "0.34.5",
4875 "@img/sharp-linux-ppc64": "0.34.5",
4876 "@img/sharp-linux-riscv64": "0.34.5",
4877 "@img/sharp-linux-s390x": "0.34.5",
4878 "@img/sharp-linux-x64": "0.34.5",
4879 "@img/sharp-linuxmusl-arm64": "0.34.5",
4880 "@img/sharp-linuxmusl-x64": "0.34.5",
4881 "@img/sharp-wasm32": "0.34.5",
4882 "@img/sharp-win32-arm64": "0.34.5",
4883 "@img/sharp-win32-ia32": "0.34.5",
4884 "@img/sharp-win32-x64": "0.34.5"
4885 }
4886 },
4887 "node_modules/shiki": {
4888 "version": "3.22.0",
4889 "resolved": "https://registry.npmjs.org/shiki/-/shiki-3.22.0.tgz",
4890 "integrity": "sha512-LBnhsoYEe0Eou4e1VgJACes+O6S6QC0w71fCSp5Oya79inkwkm15gQ1UF6VtQ8j/taMDh79hAB49WUk8ALQW3g==",
4891 "license": "MIT",
4892 "dependencies": {
4893 "@shikijs/core": "3.22.0",
4894 "@shikijs/engine-javascript": "3.22.0",
4895 "@shikijs/engine-oniguruma": "3.22.0",
4896 "@shikijs/langs": "3.22.0",
4897 "@shikijs/themes": "3.22.0",
4898 "@shikijs/types": "3.22.0",
4899 "@shikijs/vscode-textmate": "^10.0.2",
4900 "@types/hast": "^3.0.4"
4901 }
4902 },
4903 "node_modules/sisteransi": {
4904 "version": "1.0.5",
4905 "resolved": "https://registry.npmjs.org/sisteransi/-/sisteransi-1.0.5.tgz",
4906 "integrity": "sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg==",
4907 "license": "MIT"
4908 },
4909 "node_modules/smol-toml": {
4910 "version": "1.6.0",
4911 "resolved": "https://registry.npmjs.org/smol-toml/-/smol-toml-1.6.0.tgz",
4912 "integrity": "sha512-4zemZi0HvTnYwLfrpk/CF9LOd9Lt87kAt50GnqhMpyF9U3poDAP2+iukq2bZsO/ufegbYehBkqINbsWxj4l4cw==",
4913 "license": "BSD-3-Clause",
4914 "engines": {
4915 "node": ">= 18"
4916 },
4917 "funding": {
4918 "url": "https://github.com/sponsors/cyyynthia"
4919 }
4920 },
4921 "node_modules/source-map-js": {
4922 "version": "1.2.1",
4923 "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz",
4924 "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==",
4925 "license": "BSD-3-Clause",
4926 "engines": {
4927 "node": ">=0.10.0"
4928 }
4929 },
4930 "node_modules/space-separated-tokens": {
4931 "version": "2.0.2",
4932 "resolved": "https://registry.npmjs.org/space-separated-tokens/-/space-separated-tokens-2.0.2.tgz",
4933 "integrity": "sha512-PEGlAwrG8yXGXRjW32fGbg66JAlOAwbObuqVoJpv/mRgoWDQfgH1wDPvtzWyUSNAXBGSk8h755YDbbcEy3SH2Q==",
4934 "license": "MIT",
4935 "funding": {
4936 "type": "github",
4937 "url": "https://github.com/sponsors/wooorm"
4938 }
4939 },
4940 "node_modules/string-width": {
4941 "version": "7.2.0",
4942 "resolved": "https://registry.npmjs.org/string-width/-/string-width-7.2.0.tgz",
4943 "integrity": "sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==",
4944 "license": "MIT",
4945 "dependencies": {
4946 "emoji-regex": "^10.3.0",
4947 "get-east-asian-width": "^1.0.0",
4948 "strip-ansi": "^7.1.0"
4949 },
4950 "engines": {
4951 "node": ">=18"
4952 },
4953 "funding": {
4954 "url": "https://github.com/sponsors/sindresorhus"
4955 }
4956 },
4957 "node_modules/stringify-entities": {
4958 "version": "4.0.4",
4959 "resolved": "https://registry.npmjs.org/stringify-entities/-/stringify-entities-4.0.4.tgz",
4960 "integrity": "sha512-IwfBptatlO+QCJUo19AqvrPNqlVMpW9YEL2LIVY+Rpv2qsjCGxaDLNRgeGsQWJhfItebuJhsGSLjaBbNSQ+ieg==",
4961 "license": "MIT",
4962 "dependencies": {
4963 "character-entities-html4": "^2.0.0",
4964 "character-entities-legacy": "^3.0.0"
4965 },
4966 "funding": {
4967 "type": "github",
4968 "url": "https://github.com/sponsors/wooorm"
4969 }
4970 },
4971 "node_modules/strip-ansi": {
4972 "version": "7.1.2",
4973 "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.2.tgz",
4974 "integrity": "sha512-gmBGslpoQJtgnMAvOVqGZpEz9dyoKTCzy2nfz/n8aIFhN/jCE/rCmcxabB6jOOHV+0WNnylOxaxBQPSvcWklhA==",
4975 "license": "MIT",
4976 "dependencies": {
4977 "ansi-regex": "^6.0.1"
4978 },
4979 "engines": {
4980 "node": ">=12"
4981 },
4982 "funding": {
4983 "url": "https://github.com/chalk/strip-ansi?sponsor=1"
4984 }
4985 },
4986 "node_modules/svgo": {
4987 "version": "4.0.0",
4988 "resolved": "https://registry.npmjs.org/svgo/-/svgo-4.0.0.tgz",
4989 "integrity": "sha512-VvrHQ+9uniE+Mvx3+C9IEe/lWasXCU0nXMY2kZeLrHNICuRiC8uMPyM14UEaMOFA5mhyQqEkB02VoQ16n3DLaw==",
4990 "license": "MIT",
4991 "dependencies": {
4992 "commander": "^11.1.0",
4993 "css-select": "^5.1.0",
4994 "css-tree": "^3.0.1",
4995 "css-what": "^6.1.0",
4996 "csso": "^5.0.5",
4997 "picocolors": "^1.1.1",
4998 "sax": "^1.4.1"
4999 },
5000 "bin": {
5001 "svgo": "bin/svgo.js"
5002 },
5003 "engines": {
5004 "node": ">=16"
5005 },
5006 "funding": {
5007 "type": "opencollective",
5008 "url": "https://opencollective.com/svgo"
5009 }
5010 },
5011 "node_modules/tailwindcss": {
5012 "version": "4.1.18",
5013 "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.1.18.tgz",
5014 "integrity": "sha512-4+Z+0yiYyEtUVCScyfHCxOYP06L5Ne+JiHhY2IjR2KWMIWhJOYZKLSGZaP5HkZ8+bY0cxfzwDE5uOmzFXyIwxw==",
5015 "license": "MIT"
5016 },
5017 "node_modules/tapable": {
5018 "version": "2.3.0",
5019 "resolved": "https://registry.npmjs.org/tapable/-/tapable-2.3.0.tgz",
5020 "integrity": "sha512-g9ljZiwki/LfxmQADO3dEY1CbpmXT5Hm2fJ+QaGKwSXUylMybePR7/67YW7jOrrvjEgL1Fmz5kzyAjWVWLlucg==",
5021 "license": "MIT",
5022 "engines": {
5023 "node": ">=6"
5024 },
5025 "funding": {
5026 "type": "opencollective",
5027 "url": "https://opencollective.com/webpack"
5028 }
5029 },
5030 "node_modules/tiny-inflate": {
5031 "version": "1.0.3",
5032 "resolved": "https://registry.npmjs.org/tiny-inflate/-/tiny-inflate-1.0.3.tgz",
5033 "integrity": "sha512-pkY1fj1cKHb2seWDy0B16HeWyczlJA9/WW3u3c4z/NiWDsO3DOU5D7nhTLE9CF0yXv/QZFY7sEJmj24dK+Rrqw==",
5034 "license": "MIT"
5035 },
5036 "node_modules/tinyexec": {
5037 "version": "1.0.2",
5038 "resolved": "https://registry.npmjs.org/tinyexec/-/tinyexec-1.0.2.tgz",
5039 "integrity": "sha512-W/KYk+NFhkmsYpuHq5JykngiOCnxeVL8v8dFnqxSD8qEEdRfXk1SDM6JzNqcERbcGYj9tMrDQBYV9cjgnunFIg==",
5040 "license": "MIT",
5041 "engines": {
5042 "node": ">=18"
5043 }
5044 },
5045 "node_modules/tinyglobby": {
5046 "version": "0.2.15",
5047 "resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.15.tgz",
5048 "integrity": "sha512-j2Zq4NyQYG5XMST4cbs02Ak8iJUdxRM0XI5QyxXuZOzKOINmWurp3smXu3y5wDcJrptwpSjgXHzIQxR0omXljQ==",
5049 "license": "MIT",
5050 "dependencies": {
5051 "fdir": "^6.5.0",
5052 "picomatch": "^4.0.3"
5053 },
5054 "engines": {
5055 "node": ">=12.0.0"
5056 },
5057 "funding": {
5058 "url": "https://github.com/sponsors/SuperchupuDev"
5059 }
5060 },
5061 "node_modules/trim-lines": {
5062 "version": "3.0.1",
5063 "resolved": "https://registry.npmjs.org/trim-lines/-/trim-lines-3.0.1.tgz",
5064 "integrity": "sha512-kRj8B+YHZCc9kQYdWfJB2/oUl9rA99qbowYYBtr4ui4mZyAQ2JpvVBd/6U2YloATfqBhBTSMhTpgBHtU0Mf3Rg==",
5065 "license": "MIT",
5066 "funding": {
5067 "type": "github",
5068 "url": "https://github.com/sponsors/wooorm"
5069 }
5070 },
5071 "node_modules/trough": {
5072 "version": "2.2.0",
5073 "resolved": "https://registry.npmjs.org/trough/-/trough-2.2.0.tgz",
5074 "integrity": "sha512-tmMpK00BjZiUyVyvrBK7knerNgmgvcV/KLVyuma/SC+TQN167GrMRciANTz09+k3zW8L8t60jWO1GpfkZdjTaw==",
5075 "license": "MIT",
5076 "funding": {
5077 "type": "github",
5078 "url": "https://github.com/sponsors/wooorm"
5079 }
5080 },
5081 "node_modules/tsconfck": {
5082 "version": "3.1.6",
5083 "resolved": "https://registry.npmjs.org/tsconfck/-/tsconfck-3.1.6.tgz",
5084 "integrity": "sha512-ks6Vjr/jEw0P1gmOVwutM3B7fWxoWBL2KRDb1JfqGVawBmO5UsvmWOQFGHBPl5yxYz4eERr19E6L7NMv+Fej4w==",
5085 "license": "MIT",
5086 "bin": {
5087 "tsconfck": "bin/tsconfck.js"
5088 },
5089 "engines": {
5090 "node": "^18 || >=20"
5091 },
5092 "peerDependencies": {
5093 "typescript": "^5.0.0"
5094 },
5095 "peerDependenciesMeta": {
5096 "typescript": {
5097 "optional": true
5098 }
5099 }
5100 },
5101 "node_modules/tslib": {
5102 "version": "2.8.1",
5103 "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz",
5104 "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==",
5105 "license": "0BSD",
5106 "optional": true
5107 },
5108 "node_modules/type-fest": {
5109 "version": "4.41.0",
5110 "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.41.0.tgz",
5111 "integrity": "sha512-TeTSQ6H5YHvpqVwBRcnLDCBnDOHWYu7IvGbHT6N8AOymcr9PJGjc1GTtiWZTYg0NCgYwvnYWEkVChQAr9bjfwA==",
5112 "license": "(MIT OR CC0-1.0)",
5113 "engines": {
5114 "node": ">=16"
5115 },
5116 "funding": {
5117 "url": "https://github.com/sponsors/sindresorhus"
5118 }
5119 },
5120 "node_modules/typescript": {
5121 "version": "5.9.3",
5122 "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz",
5123 "integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==",
5124 "license": "Apache-2.0",
5125 "peer": true,
5126 "bin": {
5127 "tsc": "bin/tsc",
5128 "tsserver": "bin/tsserver"
5129 },
5130 "engines": {
5131 "node": ">=14.17"
5132 }
5133 },
5134 "node_modules/ufo": {
5135 "version": "1.6.3",
5136 "resolved": "https://registry.npmjs.org/ufo/-/ufo-1.6.3.tgz",
5137 "integrity": "sha512-yDJTmhydvl5lJzBmy/hyOAA0d+aqCBuwl818haVdYCRrWV84o7YyeVm4QlVHStqNrrJSTb6jKuFAVqAFsr+K3Q==",
5138 "license": "MIT"
5139 },
5140 "node_modules/ultrahtml": {
5141 "version": "1.6.0",
5142 "resolved": "https://registry.npmjs.org/ultrahtml/-/ultrahtml-1.6.0.tgz",
5143 "integrity": "sha512-R9fBn90VTJrqqLDwyMph+HGne8eqY1iPfYhPzZrvKpIfwkWZbcYlfpsb8B9dTvBfpy1/hqAD7Wi8EKfP9e8zdw==",
5144 "license": "MIT"
5145 },
5146 "node_modules/uncrypto": {
5147 "version": "0.1.3",
5148 "resolved": "https://registry.npmjs.org/uncrypto/-/uncrypto-0.1.3.tgz",
5149 "integrity": "sha512-Ql87qFHB3s/De2ClA9e0gsnS6zXG27SkTiSJwjCc9MebbfapQfuPzumMIUMi38ezPZVNFcHI9sUIepeQfw8J8Q==",
5150 "license": "MIT"
5151 },
5152 "node_modules/unified": {
5153 "version": "11.0.5",
5154 "resolved": "https://registry.npmjs.org/unified/-/unified-11.0.5.tgz",
5155 "integrity": "sha512-xKvGhPWw3k84Qjh8bI3ZeJjqnyadK+GEFtazSfZv/rKeTkTjOJho6mFqh2SM96iIcZokxiOpg78GazTSg8+KHA==",
5156 "license": "MIT",
5157 "dependencies": {
5158 "@types/unist": "^3.0.0",
5159 "bail": "^2.0.0",
5160 "devlop": "^1.0.0",
5161 "extend": "^3.0.0",
5162 "is-plain-obj": "^4.0.0",
5163 "trough": "^2.0.0",
5164 "vfile": "^6.0.0"
5165 },
5166 "funding": {
5167 "type": "opencollective",
5168 "url": "https://opencollective.com/unified"
5169 }
5170 },
5171 "node_modules/unifont": {
5172 "version": "0.7.3",
5173 "resolved": "https://registry.npmjs.org/unifont/-/unifont-0.7.3.tgz",
5174 "integrity": "sha512-b0GtQzKCyuSHGsfj5vyN8st7muZ6VCI4XD4vFlr7Uy1rlWVYxC3npnfk8MyreHxJYrz1ooLDqDzFe9XqQTlAhA==",
5175 "license": "MIT",
5176 "dependencies": {
5177 "css-tree": "^3.1.0",
5178 "ofetch": "^1.5.1",
5179 "ohash": "^2.0.11"
5180 }
5181 },
5182 "node_modules/unist-util-find-after": {
5183 "version": "5.0.0",
5184 "resolved": "https://registry.npmjs.org/unist-util-find-after/-/unist-util-find-after-5.0.0.tgz",
5185 "integrity": "sha512-amQa0Ep2m6hE2g72AugUItjbuM8X8cGQnFoHk0pGfrFeT9GZhzN5SW8nRsiGKK7Aif4CrACPENkA6P/Lw6fHGQ==",
5186 "license": "MIT",
5187 "dependencies": {
5188 "@types/unist": "^3.0.0",
5189 "unist-util-is": "^6.0.0"
5190 },
5191 "funding": {
5192 "type": "opencollective",
5193 "url": "https://opencollective.com/unified"
5194 }
5195 },
5196 "node_modules/unist-util-is": {
5197 "version": "6.0.1",
5198 "resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-6.0.1.tgz",
5199 "integrity": "sha512-LsiILbtBETkDz8I9p1dQ0uyRUWuaQzd/cuEeS1hoRSyW5E5XGmTzlwY1OrNzzakGowI9Dr/I8HVaw4hTtnxy8g==",
5200 "license": "MIT",
5201 "dependencies": {
5202 "@types/unist": "^3.0.0"
5203 },
5204 "funding": {
5205 "type": "opencollective",
5206 "url": "https://opencollective.com/unified"
5207 }
5208 },
5209 "node_modules/unist-util-modify-children": {
5210 "version": "4.0.0",
5211 "resolved": "https://registry.npmjs.org/unist-util-modify-children/-/unist-util-modify-children-4.0.0.tgz",
5212 "integrity": "sha512-+tdN5fGNddvsQdIzUF3Xx82CU9sMM+fA0dLgR9vOmT0oPT2jH+P1nd5lSqfCfXAw+93NhcXNY2qqvTUtE4cQkw==",
5213 "license": "MIT",
5214 "dependencies": {
5215 "@types/unist": "^3.0.0",
5216 "array-iterate": "^2.0.0"
5217 },
5218 "funding": {
5219 "type": "opencollective",
5220 "url": "https://opencollective.com/unified"
5221 }
5222 },
5223 "node_modules/unist-util-position": {
5224 "version": "5.0.0",
5225 "resolved": "https://registry.npmjs.org/unist-util-position/-/unist-util-position-5.0.0.tgz",
5226 "integrity": "sha512-fucsC7HjXvkB5R3kTCO7kUjRdrS0BJt3M/FPxmHMBOm8JQi2BsHAHFsy27E0EolP8rp0NzXsJ+jNPyDWvOJZPA==",
5227 "license": "MIT",
5228 "dependencies": {
5229 "@types/unist": "^3.0.0"
5230 },
5231 "funding": {
5232 "type": "opencollective",
5233 "url": "https://opencollective.com/unified"
5234 }
5235 },
5236 "node_modules/unist-util-remove-position": {
5237 "version": "5.0.0",
5238 "resolved": "https://registry.npmjs.org/unist-util-remove-position/-/unist-util-remove-position-5.0.0.tgz",
5239 "integrity": "sha512-Hp5Kh3wLxv0PHj9m2yZhhLt58KzPtEYKQQ4yxfYFEO7EvHwzyDYnduhHnY1mDxoqr7VUwVuHXk9RXKIiYS1N8Q==",
5240 "license": "MIT",
5241 "dependencies": {
5242 "@types/unist": "^3.0.0",
5243 "unist-util-visit": "^5.0.0"
5244 },
5245 "funding": {
5246 "type": "opencollective",
5247 "url": "https://opencollective.com/unified"
5248 }
5249 },
5250 "node_modules/unist-util-stringify-position": {
5251 "version": "4.0.0",
5252 "resolved": "https://registry.npmjs.org/unist-util-stringify-position/-/unist-util-stringify-position-4.0.0.tgz",
5253 "integrity": "sha512-0ASV06AAoKCDkS2+xw5RXJywruurpbC4JZSm7nr7MOt1ojAzvyyaO+UxZf18j8FCF6kmzCZKcAgN/yu2gm2XgQ==",
5254 "license": "MIT",
5255 "dependencies": {
5256 "@types/unist": "^3.0.0"
5257 },
5258 "funding": {
5259 "type": "opencollective",
5260 "url": "https://opencollective.com/unified"
5261 }
5262 },
5263 "node_modules/unist-util-visit": {
5264 "version": "5.1.0",
5265 "resolved": "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-5.1.0.tgz",
5266 "integrity": "sha512-m+vIdyeCOpdr/QeQCu2EzxX/ohgS8KbnPDgFni4dQsfSCtpz8UqDyY5GjRru8PDKuYn7Fq19j1CQ+nJSsGKOzg==",
5267 "license": "MIT",
5268 "dependencies": {
5269 "@types/unist": "^3.0.0",
5270 "unist-util-is": "^6.0.0",
5271 "unist-util-visit-parents": "^6.0.0"
5272 },
5273 "funding": {
5274 "type": "opencollective",
5275 "url": "https://opencollective.com/unified"
5276 }
5277 },
5278 "node_modules/unist-util-visit-children": {
5279 "version": "3.0.0",
5280 "resolved": "https://registry.npmjs.org/unist-util-visit-children/-/unist-util-visit-children-3.0.0.tgz",
5281 "integrity": "sha512-RgmdTfSBOg04sdPcpTSD1jzoNBjt9a80/ZCzp5cI9n1qPzLZWF9YdvWGN2zmTumP1HWhXKdUWexjy/Wy/lJ7tA==",
5282 "license": "MIT",
5283 "dependencies": {
5284 "@types/unist": "^3.0.0"
5285 },
5286 "funding": {
5287 "type": "opencollective",
5288 "url": "https://opencollective.com/unified"
5289 }
5290 },
5291 "node_modules/unist-util-visit-parents": {
5292 "version": "6.0.2",
5293 "resolved": "https://registry.npmjs.org/unist-util-visit-parents/-/unist-util-visit-parents-6.0.2.tgz",
5294 "integrity": "sha512-goh1s1TBrqSqukSc8wrjwWhL0hiJxgA8m4kFxGlQ+8FYQ3C/m11FcTs4YYem7V664AhHVvgoQLk890Ssdsr2IQ==",
5295 "license": "MIT",
5296 "dependencies": {
5297 "@types/unist": "^3.0.0",
5298 "unist-util-is": "^6.0.0"
5299 },
5300 "funding": {
5301 "type": "opencollective",
5302 "url": "https://opencollective.com/unified"
5303 }
5304 },
5305 "node_modules/unstorage": {
5306 "version": "1.17.4",
5307 "resolved": "https://registry.npmjs.org/unstorage/-/unstorage-1.17.4.tgz",
5308 "integrity": "sha512-fHK0yNg38tBiJKp/Vgsq4j0JEsCmgqH58HAn707S7zGkArbZsVr/CwINoi+nh3h98BRCwKvx1K3Xg9u3VV83sw==",
5309 "license": "MIT",
5310 "dependencies": {
5311 "anymatch": "^3.1.3",
5312 "chokidar": "^5.0.0",
5313 "destr": "^2.0.5",
5314 "h3": "^1.15.5",
5315 "lru-cache": "^11.2.0",
5316 "node-fetch-native": "^1.6.7",
5317 "ofetch": "^1.5.1",
5318 "ufo": "^1.6.3"
5319 },
5320 "peerDependencies": {
5321 "@azure/app-configuration": "^1.8.0",
5322 "@azure/cosmos": "^4.2.0",
5323 "@azure/data-tables": "^13.3.0",
5324 "@azure/identity": "^4.6.0",
5325 "@azure/keyvault-secrets": "^4.9.0",
5326 "@azure/storage-blob": "^12.26.0",
5327 "@capacitor/preferences": "^6 || ^7 || ^8",
5328 "@deno/kv": ">=0.9.0",
5329 "@netlify/blobs": "^6.5.0 || ^7.0.0 || ^8.1.0 || ^9.0.0 || ^10.0.0",
5330 "@planetscale/database": "^1.19.0",
5331 "@upstash/redis": "^1.34.3",
5332 "@vercel/blob": ">=0.27.1",
5333 "@vercel/functions": "^2.2.12 || ^3.0.0",
5334 "@vercel/kv": "^1 || ^2 || ^3",
5335 "aws4fetch": "^1.0.20",
5336 "db0": ">=0.2.1",
5337 "idb-keyval": "^6.2.1",
5338 "ioredis": "^5.4.2",
5339 "uploadthing": "^7.4.4"
5340 },
5341 "peerDependenciesMeta": {
5342 "@azure/app-configuration": {
5343 "optional": true
5344 },
5345 "@azure/cosmos": {
5346 "optional": true
5347 },
5348 "@azure/data-tables": {
5349 "optional": true
5350 },
5351 "@azure/identity": {
5352 "optional": true
5353 },
5354 "@azure/keyvault-secrets": {
5355 "optional": true
5356 },
5357 "@azure/storage-blob": {
5358 "optional": true
5359 },
5360 "@capacitor/preferences": {
5361 "optional": true
5362 },
5363 "@deno/kv": {
5364 "optional": true
5365 },
5366 "@netlify/blobs": {
5367 "optional": true
5368 },
5369 "@planetscale/database": {
5370 "optional": true
5371 },
5372 "@upstash/redis": {
5373 "optional": true
5374 },
5375 "@vercel/blob": {
5376 "optional": true
5377 },
5378 "@vercel/functions": {
5379 "optional": true
5380 },
5381 "@vercel/kv": {
5382 "optional": true
5383 },
5384 "aws4fetch": {
5385 "optional": true
5386 },
5387 "db0": {
5388 "optional": true
5389 },
5390 "idb-keyval": {
5391 "optional": true
5392 },
5393 "ioredis": {
5394 "optional": true
5395 },
5396 "uploadthing": {
5397 "optional": true
5398 }
5399 }
5400 },
5401 "node_modules/vfile": {
5402 "version": "6.0.3",
5403 "resolved": "https://registry.npmjs.org/vfile/-/vfile-6.0.3.tgz",
5404 "integrity": "sha512-KzIbH/9tXat2u30jf+smMwFCsno4wHVdNmzFyL+T/L3UGqqk6JKfVqOFOZEpZSHADH1k40ab6NUIXZq422ov3Q==",
5405 "license": "MIT",
5406 "dependencies": {
5407 "@types/unist": "^3.0.0",
5408 "vfile-message": "^4.0.0"
5409 },
5410 "funding": {
5411 "type": "opencollective",
5412 "url": "https://opencollective.com/unified"
5413 }
5414 },
5415 "node_modules/vfile-location": {
5416 "version": "5.0.3",
5417 "resolved": "https://registry.npmjs.org/vfile-location/-/vfile-location-5.0.3.tgz",
5418 "integrity": "sha512-5yXvWDEgqeiYiBe1lbxYF7UMAIm/IcopxMHrMQDq3nvKcjPKIhZklUKL+AE7J7uApI4kwe2snsK+eI6UTj9EHg==",
5419 "license": "MIT",
5420 "dependencies": {
5421 "@types/unist": "^3.0.0",
5422 "vfile": "^6.0.0"
5423 },
5424 "funding": {
5425 "type": "opencollective",
5426 "url": "https://opencollective.com/unified"
5427 }
5428 },
5429 "node_modules/vfile-message": {
5430 "version": "4.0.3",
5431 "resolved": "https://registry.npmjs.org/vfile-message/-/vfile-message-4.0.3.tgz",
5432 "integrity": "sha512-QTHzsGd1EhbZs4AsQ20JX1rC3cOlt/IWJruk893DfLRr57lcnOeMaWG4K0JrRta4mIJZKth2Au3mM3u03/JWKw==",
5433 "license": "MIT",
5434 "dependencies": {
5435 "@types/unist": "^3.0.0",
5436 "unist-util-stringify-position": "^4.0.0"
5437 },
5438 "funding": {
5439 "type": "opencollective",
5440 "url": "https://opencollective.com/unified"
5441 }
5442 },
5443 "node_modules/vite": {
5444 "version": "7.3.1",
5445 "resolved": "https://registry.npmjs.org/vite/-/vite-7.3.1.tgz",
5446 "integrity": "sha512-w+N7Hifpc3gRjZ63vYBXA56dvvRlNWRczTdmCBBa+CotUzAPf5b7YMdMR/8CQoeYE5LX3W4wj6RYTgonm1b9DA==",
5447 "license": "MIT",
5448 "peer": true,
5449 "dependencies": {
5450 "esbuild": "^0.27.0",
5451 "fdir": "^6.5.0",
5452 "picomatch": "^4.0.3",
5453 "postcss": "^8.5.6",
5454 "rollup": "^4.43.0",
5455 "tinyglobby": "^0.2.15"
5456 },
5457 "bin": {
5458 "vite": "bin/vite.js"
5459 },
5460 "engines": {
5461 "node": "^20.19.0 || >=22.12.0"
5462 },
5463 "funding": {
5464 "url": "https://github.com/vitejs/vite?sponsor=1"
5465 },
5466 "optionalDependencies": {
5467 "fsevents": "~2.3.3"
5468 },
5469 "peerDependencies": {
5470 "@types/node": "^20.19.0 || >=22.12.0",
5471 "jiti": ">=1.21.0",
5472 "less": "^4.0.0",
5473 "lightningcss": "^1.21.0",
5474 "sass": "^1.70.0",
5475 "sass-embedded": "^1.70.0",
5476 "stylus": ">=0.54.8",
5477 "sugarss": "^5.0.0",
5478 "terser": "^5.16.0",
5479 "tsx": "^4.8.1",
5480 "yaml": "^2.4.2"
5481 },
5482 "peerDependenciesMeta": {
5483 "@types/node": {
5484 "optional": true
5485 },
5486 "jiti": {
5487 "optional": true
5488 },
5489 "less": {
5490 "optional": true
5491 },
5492 "lightningcss": {
5493 "optional": true
5494 },
5495 "sass": {
5496 "optional": true
5497 },
5498 "sass-embedded": {
5499 "optional": true
5500 },
5501 "stylus": {
5502 "optional": true
5503 },
5504 "sugarss": {
5505 "optional": true
5506 },
5507 "terser": {
5508 "optional": true
5509 },
5510 "tsx": {
5511 "optional": true
5512 },
5513 "yaml": {
5514 "optional": true
5515 }
5516 }
5517 },
5518 "node_modules/vite/node_modules/@esbuild/aix-ppc64": {
5519 "version": "0.27.3",
5520 "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.27.3.tgz",
5521 "integrity": "sha512-9fJMTNFTWZMh5qwrBItuziu834eOCUcEqymSH7pY+zoMVEZg3gcPuBNxH1EvfVYe9h0x/Ptw8KBzv7qxb7l8dg==",
5522 "cpu": [
5523 "ppc64"
5524 ],
5525 "license": "MIT",
5526 "optional": true,
5527 "os": [
5528 "aix"
5529 ],
5530 "engines": {
5531 "node": ">=18"
5532 }
5533 },
5534 "node_modules/vite/node_modules/@esbuild/android-arm": {
5535 "version": "0.27.3",
5536 "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.27.3.tgz",
5537 "integrity": "sha512-i5D1hPY7GIQmXlXhs2w8AWHhenb00+GxjxRncS2ZM7YNVGNfaMxgzSGuO8o8SJzRc/oZwU2bcScvVERk03QhzA==",
5538 "cpu": [
5539 "arm"
5540 ],
5541 "license": "MIT",
5542 "optional": true,
5543 "os": [
5544 "android"
5545 ],
5546 "engines": {
5547 "node": ">=18"
5548 }
5549 },
5550 "node_modules/vite/node_modules/@esbuild/android-arm64": {
5551 "version": "0.27.3",
5552 "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.27.3.tgz",
5553 "integrity": "sha512-YdghPYUmj/FX2SYKJ0OZxf+iaKgMsKHVPF1MAq/P8WirnSpCStzKJFjOjzsW0QQ7oIAiccHdcqjbHmJxRb/dmg==",
5554 "cpu": [
5555 "arm64"
5556 ],
5557 "license": "MIT",
5558 "optional": true,
5559 "os": [
5560 "android"
5561 ],
5562 "engines": {
5563 "node": ">=18"
5564 }
5565 },
5566 "node_modules/vite/node_modules/@esbuild/android-x64": {
5567 "version": "0.27.3",
5568 "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.27.3.tgz",
5569 "integrity": "sha512-IN/0BNTkHtk8lkOM8JWAYFg4ORxBkZQf9zXiEOfERX/CzxW3Vg1ewAhU7QSWQpVIzTW+b8Xy+lGzdYXV6UZObQ==",
5570 "cpu": [
5571 "x64"
5572 ],
5573 "license": "MIT",
5574 "optional": true,
5575 "os": [
5576 "android"
5577 ],
5578 "engines": {
5579 "node": ">=18"
5580 }
5581 },
5582 "node_modules/vite/node_modules/@esbuild/darwin-arm64": {
5583 "version": "0.27.3",
5584 "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.27.3.tgz",
5585 "integrity": "sha512-Re491k7ByTVRy0t3EKWajdLIr0gz2kKKfzafkth4Q8A5n1xTHrkqZgLLjFEHVD+AXdUGgQMq+Godfq45mGpCKg==",
5586 "cpu": [
5587 "arm64"
5588 ],
5589 "license": "MIT",
5590 "optional": true,
5591 "os": [
5592 "darwin"
5593 ],
5594 "engines": {
5595 "node": ">=18"
5596 }
5597 },
5598 "node_modules/vite/node_modules/@esbuild/darwin-x64": {
5599 "version": "0.27.3",
5600 "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.27.3.tgz",
5601 "integrity": "sha512-vHk/hA7/1AckjGzRqi6wbo+jaShzRowYip6rt6q7VYEDX4LEy1pZfDpdxCBnGtl+A5zq8iXDcyuxwtv3hNtHFg==",
5602 "cpu": [
5603 "x64"
5604 ],
5605 "license": "MIT",
5606 "optional": true,
5607 "os": [
5608 "darwin"
5609 ],
5610 "engines": {
5611 "node": ">=18"
5612 }
5613 },
5614 "node_modules/vite/node_modules/@esbuild/freebsd-arm64": {
5615 "version": "0.27.3",
5616 "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.27.3.tgz",
5617 "integrity": "sha512-ipTYM2fjt3kQAYOvo6vcxJx3nBYAzPjgTCk7QEgZG8AUO3ydUhvelmhrbOheMnGOlaSFUoHXB6un+A7q4ygY9w==",
5618 "cpu": [
5619 "arm64"
5620 ],
5621 "license": "MIT",
5622 "optional": true,
5623 "os": [
5624 "freebsd"
5625 ],
5626 "engines": {
5627 "node": ">=18"
5628 }
5629 },
5630 "node_modules/vite/node_modules/@esbuild/freebsd-x64": {
5631 "version": "0.27.3",
5632 "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.27.3.tgz",
5633 "integrity": "sha512-dDk0X87T7mI6U3K9VjWtHOXqwAMJBNN2r7bejDsc+j03SEjtD9HrOl8gVFByeM0aJksoUuUVU9TBaZa2rgj0oA==",
5634 "cpu": [
5635 "x64"
5636 ],
5637 "license": "MIT",
5638 "optional": true,
5639 "os": [
5640 "freebsd"
5641 ],
5642 "engines": {
5643 "node": ">=18"
5644 }
5645 },
5646 "node_modules/vite/node_modules/@esbuild/linux-arm": {
5647 "version": "0.27.3",
5648 "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.27.3.tgz",
5649 "integrity": "sha512-s6nPv2QkSupJwLYyfS+gwdirm0ukyTFNl3KTgZEAiJDd+iHZcbTPPcWCcRYH+WlNbwChgH2QkE9NSlNrMT8Gfw==",
5650 "cpu": [
5651 "arm"
5652 ],
5653 "license": "MIT",
5654 "optional": true,
5655 "os": [
5656 "linux"
5657 ],
5658 "engines": {
5659 "node": ">=18"
5660 }
5661 },
5662 "node_modules/vite/node_modules/@esbuild/linux-arm64": {
5663 "version": "0.27.3",
5664 "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.27.3.tgz",
5665 "integrity": "sha512-sZOuFz/xWnZ4KH3YfFrKCf1WyPZHakVzTiqji3WDc0BCl2kBwiJLCXpzLzUBLgmp4veFZdvN5ChW4Eq/8Fc2Fg==",
5666 "cpu": [
5667 "arm64"
5668 ],
5669 "license": "MIT",
5670 "optional": true,
5671 "os": [
5672 "linux"
5673 ],
5674 "engines": {
5675 "node": ">=18"
5676 }
5677 },
5678 "node_modules/vite/node_modules/@esbuild/linux-ia32": {
5679 "version": "0.27.3",
5680 "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.27.3.tgz",
5681 "integrity": "sha512-yGlQYjdxtLdh0a3jHjuwOrxQjOZYD/C9PfdbgJJF3TIZWnm/tMd/RcNiLngiu4iwcBAOezdnSLAwQDPqTmtTYg==",
5682 "cpu": [
5683 "ia32"
5684 ],
5685 "license": "MIT",
5686 "optional": true,
5687 "os": [
5688 "linux"
5689 ],
5690 "engines": {
5691 "node": ">=18"
5692 }
5693 },
5694 "node_modules/vite/node_modules/@esbuild/linux-loong64": {
5695 "version": "0.27.3",
5696 "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.27.3.tgz",
5697 "integrity": "sha512-WO60Sn8ly3gtzhyjATDgieJNet/KqsDlX5nRC5Y3oTFcS1l0KWba+SEa9Ja1GfDqSF1z6hif/SkpQJbL63cgOA==",
5698 "cpu": [
5699 "loong64"
5700 ],
5701 "license": "MIT",
5702 "optional": true,
5703 "os": [
5704 "linux"
5705 ],
5706 "engines": {
5707 "node": ">=18"
5708 }
5709 },
5710 "node_modules/vite/node_modules/@esbuild/linux-mips64el": {
5711 "version": "0.27.3",
5712 "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.27.3.tgz",
5713 "integrity": "sha512-APsymYA6sGcZ4pD6k+UxbDjOFSvPWyZhjaiPyl/f79xKxwTnrn5QUnXR5prvetuaSMsb4jgeHewIDCIWljrSxw==",
5714 "cpu": [
5715 "mips64el"
5716 ],
5717 "license": "MIT",
5718 "optional": true,
5719 "os": [
5720 "linux"
5721 ],
5722 "engines": {
5723 "node": ">=18"
5724 }
5725 },
5726 "node_modules/vite/node_modules/@esbuild/linux-ppc64": {
5727 "version": "0.27.3",
5728 "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.27.3.tgz",
5729 "integrity": "sha512-eizBnTeBefojtDb9nSh4vvVQ3V9Qf9Df01PfawPcRzJH4gFSgrObw+LveUyDoKU3kxi5+9RJTCWlj4FjYXVPEA==",
5730 "cpu": [
5731 "ppc64"
5732 ],
5733 "license": "MIT",
5734 "optional": true,
5735 "os": [
5736 "linux"
5737 ],
5738 "engines": {
5739 "node": ">=18"
5740 }
5741 },
5742 "node_modules/vite/node_modules/@esbuild/linux-riscv64": {
5743 "version": "0.27.3",
5744 "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.27.3.tgz",
5745 "integrity": "sha512-3Emwh0r5wmfm3ssTWRQSyVhbOHvqegUDRd0WhmXKX2mkHJe1SFCMJhagUleMq+Uci34wLSipf8Lagt4LlpRFWQ==",
5746 "cpu": [
5747 "riscv64"
5748 ],
5749 "license": "MIT",
5750 "optional": true,
5751 "os": [
5752 "linux"
5753 ],
5754 "engines": {
5755 "node": ">=18"
5756 }
5757 },
5758 "node_modules/vite/node_modules/@esbuild/linux-s390x": {
5759 "version": "0.27.3",
5760 "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.27.3.tgz",
5761 "integrity": "sha512-pBHUx9LzXWBc7MFIEEL0yD/ZVtNgLytvx60gES28GcWMqil8ElCYR4kvbV2BDqsHOvVDRrOxGySBM9Fcv744hw==",
5762 "cpu": [
5763 "s390x"
5764 ],
5765 "license": "MIT",
5766 "optional": true,
5767 "os": [
5768 "linux"
5769 ],
5770 "engines": {
5771 "node": ">=18"
5772 }
5773 },
5774 "node_modules/vite/node_modules/@esbuild/linux-x64": {
5775 "version": "0.27.3",
5776 "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.27.3.tgz",
5777 "integrity": "sha512-Czi8yzXUWIQYAtL/2y6vogER8pvcsOsk5cpwL4Gk5nJqH5UZiVByIY8Eorm5R13gq+DQKYg0+JyQoytLQas4dA==",
5778 "cpu": [
5779 "x64"
5780 ],
5781 "license": "MIT",
5782 "optional": true,
5783 "os": [
5784 "linux"
5785 ],
5786 "engines": {
5787 "node": ">=18"
5788 }
5789 },
5790 "node_modules/vite/node_modules/@esbuild/netbsd-arm64": {
5791 "version": "0.27.3",
5792 "resolved": "https://registry.npmjs.org/@esbuild/netbsd-arm64/-/netbsd-arm64-0.27.3.tgz",
5793 "integrity": "sha512-sDpk0RgmTCR/5HguIZa9n9u+HVKf40fbEUt+iTzSnCaGvY9kFP0YKBWZtJaraonFnqef5SlJ8/TiPAxzyS+UoA==",
5794 "cpu": [
5795 "arm64"
5796 ],
5797 "license": "MIT",
5798 "optional": true,
5799 "os": [
5800 "netbsd"
5801 ],
5802 "engines": {
5803 "node": ">=18"
5804 }
5805 },
5806 "node_modules/vite/node_modules/@esbuild/netbsd-x64": {
5807 "version": "0.27.3",
5808 "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.27.3.tgz",
5809 "integrity": "sha512-P14lFKJl/DdaE00LItAukUdZO5iqNH7+PjoBm+fLQjtxfcfFE20Xf5CrLsmZdq5LFFZzb5JMZ9grUwvtVYzjiA==",
5810 "cpu": [
5811 "x64"
5812 ],
5813 "license": "MIT",
5814 "optional": true,
5815 "os": [
5816 "netbsd"
5817 ],
5818 "engines": {
5819 "node": ">=18"
5820 }
5821 },
5822 "node_modules/vite/node_modules/@esbuild/openbsd-arm64": {
5823 "version": "0.27.3",
5824 "resolved": "https://registry.npmjs.org/@esbuild/openbsd-arm64/-/openbsd-arm64-0.27.3.tgz",
5825 "integrity": "sha512-AIcMP77AvirGbRl/UZFTq5hjXK+2wC7qFRGoHSDrZ5v5b8DK/GYpXW3CPRL53NkvDqb9D+alBiC/dV0Fb7eJcw==",
5826 "cpu": [
5827 "arm64"
5828 ],
5829 "license": "MIT",
5830 "optional": true,
5831 "os": [
5832 "openbsd"
5833 ],
5834 "engines": {
5835 "node": ">=18"
5836 }
5837 },
5838 "node_modules/vite/node_modules/@esbuild/openbsd-x64": {
5839 "version": "0.27.3",
5840 "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.27.3.tgz",
5841 "integrity": "sha512-DnW2sRrBzA+YnE70LKqnM3P+z8vehfJWHXECbwBmH/CU51z6FiqTQTHFenPlHmo3a8UgpLyH3PT+87OViOh1AQ==",
5842 "cpu": [
5843 "x64"
5844 ],
5845 "license": "MIT",
5846 "optional": true,
5847 "os": [
5848 "openbsd"
5849 ],
5850 "engines": {
5851 "node": ">=18"
5852 }
5853 },
5854 "node_modules/vite/node_modules/@esbuild/openharmony-arm64": {
5855 "version": "0.27.3",
5856 "resolved": "https://registry.npmjs.org/@esbuild/openharmony-arm64/-/openharmony-arm64-0.27.3.tgz",
5857 "integrity": "sha512-NinAEgr/etERPTsZJ7aEZQvvg/A6IsZG/LgZy+81wON2huV7SrK3e63dU0XhyZP4RKGyTm7aOgmQk0bGp0fy2g==",
5858 "cpu": [
5859 "arm64"
5860 ],
5861 "license": "MIT",
5862 "optional": true,
5863 "os": [
5864 "openharmony"
5865 ],
5866 "engines": {
5867 "node": ">=18"
5868 }
5869 },
5870 "node_modules/vite/node_modules/@esbuild/sunos-x64": {
5871 "version": "0.27.3",
5872 "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.27.3.tgz",
5873 "integrity": "sha512-PanZ+nEz+eWoBJ8/f8HKxTTD172SKwdXebZ0ndd953gt1HRBbhMsaNqjTyYLGLPdoWHy4zLU7bDVJztF5f3BHA==",
5874 "cpu": [
5875 "x64"
5876 ],
5877 "license": "MIT",
5878 "optional": true,
5879 "os": [
5880 "sunos"
5881 ],
5882 "engines": {
5883 "node": ">=18"
5884 }
5885 },
5886 "node_modules/vite/node_modules/@esbuild/win32-arm64": {
5887 "version": "0.27.3",
5888 "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.27.3.tgz",
5889 "integrity": "sha512-B2t59lWWYrbRDw/tjiWOuzSsFh1Y/E95ofKz7rIVYSQkUYBjfSgf6oeYPNWHToFRr2zx52JKApIcAS/D5TUBnA==",
5890 "cpu": [
5891 "arm64"
5892 ],
5893 "license": "MIT",
5894 "optional": true,
5895 "os": [
5896 "win32"
5897 ],
5898 "engines": {
5899 "node": ">=18"
5900 }
5901 },
5902 "node_modules/vite/node_modules/@esbuild/win32-ia32": {
5903 "version": "0.27.3",
5904 "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.27.3.tgz",
5905 "integrity": "sha512-QLKSFeXNS8+tHW7tZpMtjlNb7HKau0QDpwm49u0vUp9y1WOF+PEzkU84y9GqYaAVW8aH8f3GcBck26jh54cX4Q==",
5906 "cpu": [
5907 "ia32"
5908 ],
5909 "license": "MIT",
5910 "optional": true,
5911 "os": [
5912 "win32"
5913 ],
5914 "engines": {
5915 "node": ">=18"
5916 }
5917 },
5918 "node_modules/vite/node_modules/@esbuild/win32-x64": {
5919 "version": "0.27.3",
5920 "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.27.3.tgz",
5921 "integrity": "sha512-4uJGhsxuptu3OcpVAzli+/gWusVGwZZHTlS63hh++ehExkVT8SgiEf7/uC/PclrPPkLhZqGgCTjd0VWLo6xMqA==",
5922 "cpu": [
5923 "x64"
5924 ],
5925 "license": "MIT",
5926 "optional": true,
5927 "os": [
5928 "win32"
5929 ],
5930 "engines": {
5931 "node": ">=18"
5932 }
5933 },
5934 "node_modules/vite/node_modules/esbuild": {
5935 "version": "0.27.3",
5936 "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.27.3.tgz",
5937 "integrity": "sha512-8VwMnyGCONIs6cWue2IdpHxHnAjzxnw2Zr7MkVxB2vjmQ2ivqGFb4LEG3SMnv0Gb2F/G/2yA8zUaiL1gywDCCg==",
5938 "hasInstallScript": true,
5939 "license": "MIT",
5940 "bin": {
5941 "esbuild": "bin/esbuild"
5942 },
5943 "engines": {
5944 "node": ">=18"
5945 },
5946 "optionalDependencies": {
5947 "@esbuild/aix-ppc64": "0.27.3",
5948 "@esbuild/android-arm": "0.27.3",
5949 "@esbuild/android-arm64": "0.27.3",
5950 "@esbuild/android-x64": "0.27.3",
5951 "@esbuild/darwin-arm64": "0.27.3",
5952 "@esbuild/darwin-x64": "0.27.3",
5953 "@esbuild/freebsd-arm64": "0.27.3",
5954 "@esbuild/freebsd-x64": "0.27.3",
5955 "@esbuild/linux-arm": "0.27.3",
5956 "@esbuild/linux-arm64": "0.27.3",
5957 "@esbuild/linux-ia32": "0.27.3",
5958 "@esbuild/linux-loong64": "0.27.3",
5959 "@esbuild/linux-mips64el": "0.27.3",
5960 "@esbuild/linux-ppc64": "0.27.3",
5961 "@esbuild/linux-riscv64": "0.27.3",
5962 "@esbuild/linux-s390x": "0.27.3",
5963 "@esbuild/linux-x64": "0.27.3",
5964 "@esbuild/netbsd-arm64": "0.27.3",
5965 "@esbuild/netbsd-x64": "0.27.3",
5966 "@esbuild/openbsd-arm64": "0.27.3",
5967 "@esbuild/openbsd-x64": "0.27.3",
5968 "@esbuild/openharmony-arm64": "0.27.3",
5969 "@esbuild/sunos-x64": "0.27.3",
5970 "@esbuild/win32-arm64": "0.27.3",
5971 "@esbuild/win32-ia32": "0.27.3",
5972 "@esbuild/win32-x64": "0.27.3"
5973 }
5974 },
5975 "node_modules/vitefu": {
5976 "version": "1.1.1",
5977 "resolved": "https://registry.npmjs.org/vitefu/-/vitefu-1.1.1.tgz",
5978 "integrity": "sha512-B/Fegf3i8zh0yFbpzZ21amWzHmuNlLlmJT6n7bu5e+pCHUKQIfXSYokrqOBGEMMe9UG2sostKQF9mml/vYaWJQ==",
5979 "license": "MIT",
5980 "workspaces": [
5981 "tests/deps/*",
5982 "tests/projects/*",
5983 "tests/projects/workspace/packages/*"
5984 ],
5985 "peerDependencies": {
5986 "vite": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0-beta.0"
5987 },
5988 "peerDependenciesMeta": {
5989 "vite": {
5990 "optional": true
5991 }
5992 }
5993 },
5994 "node_modules/web-namespaces": {
5995 "version": "2.0.1",
5996 "resolved": "https://registry.npmjs.org/web-namespaces/-/web-namespaces-2.0.1.tgz",
5997 "integrity": "sha512-bKr1DkiNa2krS7qxNtdrtHAmzuYGFQLiQ13TsorsdT6ULTkPLKuu5+GsFpDlg6JFjUTwX2DyhMPG2be8uPrqsQ==",
5998 "license": "MIT",
5999 "funding": {
6000 "type": "github",
6001 "url": "https://github.com/sponsors/wooorm"
6002 }
6003 },
6004 "node_modules/which-pm-runs": {
6005 "version": "1.1.0",
6006 "resolved": "https://registry.npmjs.org/which-pm-runs/-/which-pm-runs-1.1.0.tgz",
6007 "integrity": "sha512-n1brCuqClxfFfq/Rb0ICg9giSZqCS+pLtccdag6C2HyufBrh3fBOiy9nb6ggRMvWOVH5GrdJskj5iGTZNxd7SA==",
6008 "license": "MIT",
6009 "engines": {
6010 "node": ">=4"
6011 }
6012 },
6013 "node_modules/widest-line": {
6014 "version": "5.0.0",
6015 "resolved": "https://registry.npmjs.org/widest-line/-/widest-line-5.0.0.tgz",
6016 "integrity": "sha512-c9bZp7b5YtRj2wOe6dlj32MK+Bx/M/d+9VB2SHM1OtsUHR0aV0tdP6DWh/iMt0kWi1t5g1Iudu6hQRNd1A4PVA==",
6017 "license": "MIT",
6018 "dependencies": {
6019 "string-width": "^7.0.0"
6020 },
6021 "engines": {
6022 "node": ">=18"
6023 },
6024 "funding": {
6025 "url": "https://github.com/sponsors/sindresorhus"
6026 }
6027 },
6028 "node_modules/wrap-ansi": {
6029 "version": "9.0.2",
6030 "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-9.0.2.tgz",
6031 "integrity": "sha512-42AtmgqjV+X1VpdOfyTGOYRi0/zsoLqtXQckTmqTeybT+BDIbM/Guxo7x3pE2vtpr1ok6xRqM9OpBe+Jyoqyww==",
6032 "license": "MIT",
6033 "dependencies": {
6034 "ansi-styles": "^6.2.1",
6035 "string-width": "^7.0.0",
6036 "strip-ansi": "^7.1.0"
6037 },
6038 "engines": {
6039 "node": ">=18"
6040 },
6041 "funding": {
6042 "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
6043 }
6044 },
6045 "node_modules/xxhash-wasm": {
6046 "version": "1.1.0",
6047 "resolved": "https://registry.npmjs.org/xxhash-wasm/-/xxhash-wasm-1.1.0.tgz",
6048 "integrity": "sha512-147y/6YNh+tlp6nd/2pWq38i9h6mz/EuQ6njIrmW8D1BS5nCqs0P6DG+m6zTGnNz5I+uhZ0SHxBs9BsPrwcKDA==",
6049 "license": "MIT"
6050 },
6051 "node_modules/yargs-parser": {
6052 "version": "21.1.1",
6053 "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-21.1.1.tgz",
6054 "integrity": "sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==",
6055 "license": "ISC",
6056 "engines": {
6057 "node": ">=12"
6058 }
6059 },
6060 "node_modules/yocto-queue": {
6061 "version": "1.2.2",
6062 "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-1.2.2.tgz",
6063 "integrity": "sha512-4LCcse/U2MHZ63HAJVE+v71o7yOdIe4cZ70Wpf8D/IyjDKYQLV5GD46B+hSTjJsvV5PztjvHoU580EftxjDZFQ==",
6064 "license": "MIT",
6065 "engines": {
6066 "node": ">=12.20"
6067 },
6068 "funding": {
6069 "url": "https://github.com/sponsors/sindresorhus"
6070 }
6071 },
6072 "node_modules/yocto-spinner": {
6073 "version": "0.2.3",
6074 "resolved": "https://registry.npmjs.org/yocto-spinner/-/yocto-spinner-0.2.3.tgz",
6075 "integrity": "sha512-sqBChb33loEnkoXte1bLg45bEBsOP9N1kzQh5JZNKj/0rik4zAPTNSAVPj3uQAdc6slYJ0Ksc403G2XgxsJQFQ==",
6076 "license": "MIT",
6077 "dependencies": {
6078 "yoctocolors": "^2.1.1"
6079 },
6080 "engines": {
6081 "node": ">=18.19"
6082 },
6083 "funding": {
6084 "url": "https://github.com/sponsors/sindresorhus"
6085 }
6086 },
6087 "node_modules/yoctocolors": {
6088 "version": "2.1.2",
6089 "resolved": "https://registry.npmjs.org/yoctocolors/-/yoctocolors-2.1.2.tgz",
6090 "integrity": "sha512-CzhO+pFNo8ajLM2d2IW/R93ipy99LWjtwblvC1RsoSUMZgyLbYFr221TnSNT7GjGdYui6P459mw9JH/g/zW2ug==",
6091 "license": "MIT",
6092 "engines": {
6093 "node": ">=18"
6094 },
6095 "funding": {
6096 "url": "https://github.com/sponsors/sindresorhus"
6097 }
6098 },
6099 "node_modules/zod": {
6100 "version": "3.25.76",
6101 "resolved": "https://registry.npmjs.org/zod/-/zod-3.25.76.tgz",
6102 "integrity": "sha512-gzUt/qt81nXsFGKIFcC3YnfEAx5NkunCfnDlvuBSSFS02bcXu4Lmea0AFIUwbLWxWPx3d9p8S5QoaujKcNQxcQ==",
6103 "license": "MIT",
6104 "peer": true,
6105 "funding": {
6106 "url": "https://github.com/sponsors/colinhacks"
6107 }
6108 },
6109 "node_modules/zod-to-json-schema": {
6110 "version": "3.25.1",
6111 "resolved": "https://registry.npmjs.org/zod-to-json-schema/-/zod-to-json-schema-3.25.1.tgz",
6112 "integrity": "sha512-pM/SU9d3YAggzi6MtR4h7ruuQlqKtad8e9S0fmxcMi+ueAK5Korys/aWcV9LIIHTVbj01NdzxcnXSN+O74ZIVA==",
6113 "license": "ISC",
6114 "peerDependencies": {
6115 "zod": "^3.25 || ^4"
6116 }
6117 },
6118 "node_modules/zod-to-ts": {
6119 "version": "1.2.0",
6120 "resolved": "https://registry.npmjs.org/zod-to-ts/-/zod-to-ts-1.2.0.tgz",
6121 "integrity": "sha512-x30XE43V+InwGpvTySRNz9kB7qFU8DlyEy7BsSTCHPH1R0QasMmHWZDCzYm6bVXtj/9NNJAZF3jW8rzFvH5OFA==",
6122 "peerDependencies": {
6123 "typescript": "^4.9.4 || ^5.0.2",
6124 "zod": "^3"
6125 }
6126 },
6127 "node_modules/zwitch": {
6128 "version": "2.0.4",
6129 "resolved": "https://registry.npmjs.org/zwitch/-/zwitch-2.0.4.tgz",
6130 "integrity": "sha512-bXE4cR/kVZhKZX/RjPEflHaKVhUVl85noU3v6b8apfQEc1x4A+zBxjZ4lN8LqGd6WZ3dl98pY4o717VFmoPp+A==",
6131 "license": "MIT",
6132 "funding": {
6133 "type": "github",
6134 "url": "https://github.com/sponsors/wooorm"
6135 }
6136 }
6137 }
6138}