A website for the ATmosphereConf
1{
2 "name": "astro-atproto-starter",
3 "version": "0.0.1",
4 "lockfileVersion": 3,
5 "requires": true,
6 "packages": {
7 "": {
8 "name": "astro-atproto-starter",
9 "version": "0.0.1",
10 "dependencies": {
11 "@astrojs/node": "^9.5.0",
12 "@atproto/api": "^0.17.4",
13 "@atproto/oauth-client-node": "^0.3.10",
14 "@tailwindcss/vite": "^4.1.16",
15 "astro": "^5.15.1",
16 "daisyui": "^5.3.9",
17 "dotenv": "^17.2.3",
18 "tailwindcss": "^4.1.16"
19 },
20 "devDependencies": {
21 "@atproto/lex-cli": "^0.9.6"
22 }
23 },
24 "node_modules/@astrojs/compiler": {
25 "version": "2.13.0",
26 "resolved": "https://registry.npmjs.org/@astrojs/compiler/-/compiler-2.13.0.tgz",
27 "integrity": "sha512-mqVORhUJViA28fwHYaWmsXSzLO9osbdZ5ImUfxBarqsYdMlPbqAqGJCxsNzvppp1BEzc1mJNjOVvQqeDN8Vspw==",
28 "license": "MIT"
29 },
30 "node_modules/@astrojs/internal-helpers": {
31 "version": "0.7.4",
32 "resolved": "https://registry.npmjs.org/@astrojs/internal-helpers/-/internal-helpers-0.7.4.tgz",
33 "integrity": "sha512-lDA9MqE8WGi7T/t2BMi+EAXhs4Vcvr94Gqx3q15cFEz8oFZMO4/SFBqYr/UcmNlvW+35alowkVj+w9VhLvs5Cw==",
34 "license": "MIT"
35 },
36 "node_modules/@astrojs/markdown-remark": {
37 "version": "6.3.8",
38 "resolved": "https://registry.npmjs.org/@astrojs/markdown-remark/-/markdown-remark-6.3.8.tgz",
39 "integrity": "sha512-uFNyFWadnULWK2cOw4n0hLKeu+xaVWeuECdP10cQ3K2fkybtTlhb7J7TcScdjmS8Yps7oje9S/ehYMfZrhrgCg==",
40 "license": "MIT",
41 "dependencies": {
42 "@astrojs/internal-helpers": "0.7.4",
43 "@astrojs/prism": "3.3.0",
44 "github-slugger": "^2.0.0",
45 "hast-util-from-html": "^2.0.3",
46 "hast-util-to-text": "^4.0.2",
47 "import-meta-resolve": "^4.2.0",
48 "js-yaml": "^4.1.0",
49 "mdast-util-definitions": "^6.0.0",
50 "rehype-raw": "^7.0.0",
51 "rehype-stringify": "^10.0.1",
52 "remark-gfm": "^4.0.1",
53 "remark-parse": "^11.0.0",
54 "remark-rehype": "^11.1.2",
55 "remark-smartypants": "^3.0.2",
56 "shiki": "^3.13.0",
57 "smol-toml": "^1.4.2",
58 "unified": "^11.0.5",
59 "unist-util-remove-position": "^5.0.0",
60 "unist-util-visit": "^5.0.0",
61 "unist-util-visit-parents": "^6.0.1",
62 "vfile": "^6.0.3"
63 }
64 },
65 "node_modules/@astrojs/node": {
66 "version": "9.5.0",
67 "resolved": "https://registry.npmjs.org/@astrojs/node/-/node-9.5.0.tgz",
68 "integrity": "sha512-x1whLIatmCefaqJA8FjfI+P6FStF+bqmmrib0OUGM1M3cZhAXKLgPx6UF2AzQ3JgpXgCWYM24MHtraPvZhhyLQ==",
69 "license": "MIT",
70 "dependencies": {
71 "@astrojs/internal-helpers": "0.7.4",
72 "send": "^1.2.0",
73 "server-destroy": "^1.0.1"
74 },
75 "peerDependencies": {
76 "astro": "^5.14.3"
77 }
78 },
79 "node_modules/@astrojs/prism": {
80 "version": "3.3.0",
81 "resolved": "https://registry.npmjs.org/@astrojs/prism/-/prism-3.3.0.tgz",
82 "integrity": "sha512-q8VwfU/fDZNoDOf+r7jUnMC2//H2l0TuQ6FkGJL8vD8nw/q5KiL3DS1KKBI3QhI9UQhpJ5dc7AtqfbXWuOgLCQ==",
83 "license": "MIT",
84 "dependencies": {
85 "prismjs": "^1.30.0"
86 },
87 "engines": {
88 "node": "18.20.8 || ^20.3.0 || >=22.0.0"
89 }
90 },
91 "node_modules/@astrojs/telemetry": {
92 "version": "3.3.0",
93 "resolved": "https://registry.npmjs.org/@astrojs/telemetry/-/telemetry-3.3.0.tgz",
94 "integrity": "sha512-UFBgfeldP06qu6khs/yY+q1cDAaArM2/7AEIqQ9Cuvf7B1hNLq0xDrZkct+QoIGyjq56y8IaE2I3CTvG99mlhQ==",
95 "license": "MIT",
96 "dependencies": {
97 "ci-info": "^4.2.0",
98 "debug": "^4.4.0",
99 "dlv": "^1.1.3",
100 "dset": "^3.1.4",
101 "is-docker": "^3.0.0",
102 "is-wsl": "^3.1.0",
103 "which-pm-runs": "^1.1.0"
104 },
105 "engines": {
106 "node": "18.20.8 || ^20.3.0 || >=22.0.0"
107 }
108 },
109 "node_modules/@atproto-labs/did-resolver": {
110 "version": "0.2.2",
111 "resolved": "https://registry.npmjs.org/@atproto-labs/did-resolver/-/did-resolver-0.2.2.tgz",
112 "integrity": "sha512-ca2B7xR43tVoQ8XxBvha58DXwIH8cIyKQl6lpOKGkPUrJuFoO4iCLlDiSDi2Ueh+yE1rMDPP/qveHdajgDX3WQ==",
113 "license": "MIT",
114 "dependencies": {
115 "@atproto-labs/fetch": "0.2.3",
116 "@atproto-labs/pipe": "0.1.1",
117 "@atproto-labs/simple-store": "0.3.0",
118 "@atproto-labs/simple-store-memory": "0.1.4",
119 "@atproto/did": "0.2.1",
120 "zod": "^3.23.8"
121 }
122 },
123 "node_modules/@atproto-labs/fetch": {
124 "version": "0.2.3",
125 "resolved": "https://registry.npmjs.org/@atproto-labs/fetch/-/fetch-0.2.3.tgz",
126 "integrity": "sha512-NZtbJOCbxKUFRFKMpamT38PUQMY0hX0p7TG5AEYOPhZKZEP7dHZ1K2s1aB8MdVH0qxmqX7nQleNrrvLf09Zfdw==",
127 "license": "MIT",
128 "dependencies": {
129 "@atproto-labs/pipe": "0.1.1"
130 }
131 },
132 "node_modules/@atproto-labs/fetch-node": {
133 "version": "0.2.0",
134 "resolved": "https://registry.npmjs.org/@atproto-labs/fetch-node/-/fetch-node-0.2.0.tgz",
135 "integrity": "sha512-Krq09nH/aeoiU2s9xdHA0FjTEFWG9B5FFenipv1iRixCcPc7V3DhTNDawxG9gI8Ny0k4dBVS9WTRN/IDzBx86Q==",
136 "license": "MIT",
137 "dependencies": {
138 "@atproto-labs/fetch": "0.2.3",
139 "@atproto-labs/pipe": "0.1.1",
140 "ipaddr.js": "^2.1.0",
141 "undici": "^6.14.1"
142 },
143 "engines": {
144 "node": ">=18.7.0"
145 }
146 },
147 "node_modules/@atproto-labs/handle-resolver": {
148 "version": "0.3.2",
149 "resolved": "https://registry.npmjs.org/@atproto-labs/handle-resolver/-/handle-resolver-0.3.2.tgz",
150 "integrity": "sha512-KIerCzh3qb+zZoqWbIvTlvBY0XPq0r56kwViaJY/LTe/3oPO2JaqlYKS/F4dByWBhHK6YoUOJ0sWrh6PMJl40A==",
151 "license": "MIT",
152 "dependencies": {
153 "@atproto-labs/simple-store": "0.3.0",
154 "@atproto-labs/simple-store-memory": "0.1.4",
155 "@atproto/did": "0.2.1",
156 "zod": "^3.23.8"
157 }
158 },
159 "node_modules/@atproto-labs/handle-resolver-node": {
160 "version": "0.1.21",
161 "resolved": "https://registry.npmjs.org/@atproto-labs/handle-resolver-node/-/handle-resolver-node-0.1.21.tgz",
162 "integrity": "sha512-fuJy5Px5pGF3lJX/ATdurbT8tbmaFWtf+PPxAQDFy7ot2no3t+iaAgymhyxYymrssOuWs6BwOP8tyF3VrfdwtQ==",
163 "license": "MIT",
164 "dependencies": {
165 "@atproto-labs/fetch-node": "0.2.0",
166 "@atproto-labs/handle-resolver": "0.3.2",
167 "@atproto/did": "0.2.1"
168 },
169 "engines": {
170 "node": ">=18.7.0"
171 }
172 },
173 "node_modules/@atproto-labs/identity-resolver": {
174 "version": "0.3.2",
175 "resolved": "https://registry.npmjs.org/@atproto-labs/identity-resolver/-/identity-resolver-0.3.2.tgz",
176 "integrity": "sha512-MYxO9pe0WsFyi5HFdKAwqIqHfiF2kBPoVhAIuH/4PYHzGr799ED47xLhNMxR3ZUYrJm5+TQzWXypGZ0Btw1Ffw==",
177 "license": "MIT",
178 "dependencies": {
179 "@atproto-labs/did-resolver": "0.2.2",
180 "@atproto-labs/handle-resolver": "0.3.2"
181 }
182 },
183 "node_modules/@atproto-labs/pipe": {
184 "version": "0.1.1",
185 "resolved": "https://registry.npmjs.org/@atproto-labs/pipe/-/pipe-0.1.1.tgz",
186 "integrity": "sha512-hdNw2oUs2B6BN1lp+32pF7cp8EMKuIN5Qok2Vvv/aOpG/3tNSJ9YkvfI0k6Zd188LeDDYRUpYpxcoFIcGH/FNg==",
187 "license": "MIT"
188 },
189 "node_modules/@atproto-labs/simple-store": {
190 "version": "0.3.0",
191 "resolved": "https://registry.npmjs.org/@atproto-labs/simple-store/-/simple-store-0.3.0.tgz",
192 "integrity": "sha512-nOb6ONKBRJHRlukW1sVawUkBqReLlLx6hT35VS3imaNPwiXDxLnTK7lxw3Lrl9k5yugSBDQAkZAq3MPTEFSUBQ==",
193 "license": "MIT"
194 },
195 "node_modules/@atproto-labs/simple-store-memory": {
196 "version": "0.1.4",
197 "resolved": "https://registry.npmjs.org/@atproto-labs/simple-store-memory/-/simple-store-memory-0.1.4.tgz",
198 "integrity": "sha512-3mKY4dP8I7yKPFj9VKpYyCRzGJOi5CEpOLPlRhoJyLmgs3J4RzDrjn323Oakjz2Aj2JzRU/AIvWRAZVhpYNJHw==",
199 "license": "MIT",
200 "dependencies": {
201 "@atproto-labs/simple-store": "0.3.0",
202 "lru-cache": "^10.2.0"
203 }
204 },
205 "node_modules/@atproto/api": {
206 "version": "0.17.6",
207 "resolved": "https://registry.npmjs.org/@atproto/api/-/api-0.17.6.tgz",
208 "integrity": "sha512-0iYCD8+LOsHjHjwJcqGPfJN/h4b+IpU3GjOV0TSLk0XdCaxpHBKNu3wgCJVst4DhVjXcgsr2qQoRZ3Jja2LupA==",
209 "license": "MIT",
210 "dependencies": {
211 "@atproto/common-web": "^0.4.3",
212 "@atproto/lexicon": "^0.5.1",
213 "@atproto/syntax": "^0.4.1",
214 "@atproto/xrpc": "^0.7.5",
215 "await-lock": "^2.2.2",
216 "multiformats": "^9.9.0",
217 "tlds": "^1.234.0",
218 "zod": "^3.23.8"
219 }
220 },
221 "node_modules/@atproto/common-web": {
222 "version": "0.4.3",
223 "resolved": "https://registry.npmjs.org/@atproto/common-web/-/common-web-0.4.3.tgz",
224 "integrity": "sha512-nRDINmSe4VycJzPo6fP/hEltBcULFxt9Kw7fQk6405FyAWZiTluYHlXOnU7GkQfeUK44OENG1qFTBcmCJ7e8pg==",
225 "license": "MIT",
226 "dependencies": {
227 "graphemer": "^1.4.0",
228 "multiformats": "^9.9.0",
229 "uint8arrays": "3.0.0",
230 "zod": "^3.23.8"
231 }
232 },
233 "node_modules/@atproto/did": {
234 "version": "0.2.1",
235 "resolved": "https://registry.npmjs.org/@atproto/did/-/did-0.2.1.tgz",
236 "integrity": "sha512-1i5BTU2GnBaaeYWhxUOnuEKFVq9euT5+dQPFabHpa927BlJ54PmLGyBBaOI7/NbLmN5HWwBa18SBkMpg3jGZRA==",
237 "license": "MIT",
238 "dependencies": {
239 "zod": "^3.23.8"
240 }
241 },
242 "node_modules/@atproto/jwk": {
243 "version": "0.6.0",
244 "resolved": "https://registry.npmjs.org/@atproto/jwk/-/jwk-0.6.0.tgz",
245 "integrity": "sha512-bDoJPvt7TrQVi/rBfBrSSpGykhtIriKxeYCYQTiPRKFfyRhbgpElF0wPXADjIswnbzZdOwbY63az4E/CFVT3Tw==",
246 "license": "MIT",
247 "dependencies": {
248 "multiformats": "^9.9.0",
249 "zod": "^3.23.8"
250 }
251 },
252 "node_modules/@atproto/jwk-jose": {
253 "version": "0.1.11",
254 "resolved": "https://registry.npmjs.org/@atproto/jwk-jose/-/jwk-jose-0.1.11.tgz",
255 "integrity": "sha512-i4Fnr2sTBYmMmHXl7NJh8GrCH+tDQEVWrcDMDnV5DjJfkgT17wIqvojIw9SNbSL4Uf0OtfEv6AgG0A+mgh8b5Q==",
256 "license": "MIT",
257 "dependencies": {
258 "@atproto/jwk": "0.6.0",
259 "jose": "^5.2.0"
260 }
261 },
262 "node_modules/@atproto/jwk-webcrypto": {
263 "version": "0.2.0",
264 "resolved": "https://registry.npmjs.org/@atproto/jwk-webcrypto/-/jwk-webcrypto-0.2.0.tgz",
265 "integrity": "sha512-UmgRrrEAkWvxwhlwe30UmDOdTEFidlIzBC7C3cCbeJMcBN1x8B3KH+crXrsTqfWQBG58mXgt8wgSK3Kxs2LhFg==",
266 "license": "MIT",
267 "dependencies": {
268 "@atproto/jwk": "0.6.0",
269 "@atproto/jwk-jose": "0.1.11",
270 "zod": "^3.23.8"
271 }
272 },
273 "node_modules/@atproto/lex-cli": {
274 "version": "0.9.6",
275 "resolved": "https://registry.npmjs.org/@atproto/lex-cli/-/lex-cli-0.9.6.tgz",
276 "integrity": "sha512-EedEKmURoSP735YwSDHsFrLOhZ4P2it8goCHv5ApWi/R9DFpOKOpmYfIXJ9MAprK8cw+yBnjDJbzpLJy7UXlTg==",
277 "dev": true,
278 "license": "MIT",
279 "dependencies": {
280 "@atproto/lexicon": "^0.5.1",
281 "@atproto/syntax": "^0.4.1",
282 "chalk": "^4.1.2",
283 "commander": "^9.4.0",
284 "prettier": "^3.2.5",
285 "ts-morph": "^24.0.0",
286 "yesno": "^0.4.0",
287 "zod": "^3.23.8"
288 },
289 "bin": {
290 "lex": "dist/index.js"
291 },
292 "engines": {
293 "node": ">=18.7.0"
294 }
295 },
296 "node_modules/@atproto/lex-cli/node_modules/ansi-styles": {
297 "version": "4.3.0",
298 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
299 "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
300 "dev": true,
301 "license": "MIT",
302 "dependencies": {
303 "color-convert": "^2.0.1"
304 },
305 "engines": {
306 "node": ">=8"
307 },
308 "funding": {
309 "url": "https://github.com/chalk/ansi-styles?sponsor=1"
310 }
311 },
312 "node_modules/@atproto/lex-cli/node_modules/chalk": {
313 "version": "4.1.2",
314 "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
315 "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
316 "dev": true,
317 "license": "MIT",
318 "dependencies": {
319 "ansi-styles": "^4.1.0",
320 "supports-color": "^7.1.0"
321 },
322 "engines": {
323 "node": ">=10"
324 },
325 "funding": {
326 "url": "https://github.com/chalk/chalk?sponsor=1"
327 }
328 },
329 "node_modules/@atproto/lexicon": {
330 "version": "0.5.1",
331 "resolved": "https://registry.npmjs.org/@atproto/lexicon/-/lexicon-0.5.1.tgz",
332 "integrity": "sha512-y8AEtYmfgVl4fqFxqXAeGvhesiGkxiy3CWoJIfsFDDdTlZUC8DFnZrYhcqkIop3OlCkkljvpSJi1hbeC1tbi8A==",
333 "license": "MIT",
334 "dependencies": {
335 "@atproto/common-web": "^0.4.3",
336 "@atproto/syntax": "^0.4.1",
337 "iso-datestring-validator": "^2.2.2",
338 "multiformats": "^9.9.0",
339 "zod": "^3.23.8"
340 }
341 },
342 "node_modules/@atproto/oauth-client": {
343 "version": "0.5.8",
344 "resolved": "https://registry.npmjs.org/@atproto/oauth-client/-/oauth-client-0.5.8.tgz",
345 "integrity": "sha512-7YEym6d97+Dd73qGdkQTXi5La8xvCQxwRUDzzlR/NVAARa9a4YP7MCmqBJVeP2anT0By+DSAPyPDLTsxcjIcCg==",
346 "license": "MIT",
347 "dependencies": {
348 "@atproto-labs/did-resolver": "0.2.2",
349 "@atproto-labs/fetch": "0.2.3",
350 "@atproto-labs/handle-resolver": "0.3.2",
351 "@atproto-labs/identity-resolver": "0.3.2",
352 "@atproto-labs/simple-store": "0.3.0",
353 "@atproto-labs/simple-store-memory": "0.1.4",
354 "@atproto/did": "0.2.1",
355 "@atproto/jwk": "0.6.0",
356 "@atproto/oauth-types": "0.5.0",
357 "@atproto/xrpc": "0.7.5",
358 "core-js": "^3",
359 "multiformats": "^9.9.0",
360 "zod": "^3.23.8"
361 }
362 },
363 "node_modules/@atproto/oauth-client-node": {
364 "version": "0.3.10",
365 "resolved": "https://registry.npmjs.org/@atproto/oauth-client-node/-/oauth-client-node-0.3.10.tgz",
366 "integrity": "sha512-6khKlJqu1Ed5rt3rzcTD5hymB6JUjKdOHWYXwiphw4inkAIo6GxLCighI4eGOqZorYk2j8ueeTNB6KsgH0kcRw==",
367 "license": "MIT",
368 "dependencies": {
369 "@atproto-labs/did-resolver": "0.2.2",
370 "@atproto-labs/handle-resolver-node": "0.1.21",
371 "@atproto-labs/simple-store": "0.3.0",
372 "@atproto/did": "0.2.1",
373 "@atproto/jwk": "0.6.0",
374 "@atproto/jwk-jose": "0.1.11",
375 "@atproto/jwk-webcrypto": "0.2.0",
376 "@atproto/oauth-client": "0.5.8",
377 "@atproto/oauth-types": "0.5.0"
378 },
379 "engines": {
380 "node": ">=18.7.0"
381 }
382 },
383 "node_modules/@atproto/oauth-types": {
384 "version": "0.5.0",
385 "resolved": "https://registry.npmjs.org/@atproto/oauth-types/-/oauth-types-0.5.0.tgz",
386 "integrity": "sha512-33xz7HcXhbl+XRqbIMVu3GE02iK1nKe2oMWENASsfZEYbCz2b9ZOarOFuwi7g4LKqpGowGp0iRKsQHFcq4SDaQ==",
387 "license": "MIT",
388 "dependencies": {
389 "@atproto/did": "0.2.1",
390 "@atproto/jwk": "0.6.0",
391 "zod": "^3.23.8"
392 }
393 },
394 "node_modules/@atproto/syntax": {
395 "version": "0.4.1",
396 "resolved": "https://registry.npmjs.org/@atproto/syntax/-/syntax-0.4.1.tgz",
397 "integrity": "sha512-CJdImtLAiFO+0z3BWTtxwk6aY5w4t8orHTMVJgkf++QRJWTxPbIFko/0hrkADB7n2EruDxDSeAgfUGehpH6ngw==",
398 "license": "MIT"
399 },
400 "node_modules/@atproto/xrpc": {
401 "version": "0.7.5",
402 "resolved": "https://registry.npmjs.org/@atproto/xrpc/-/xrpc-0.7.5.tgz",
403 "integrity": "sha512-MUYNn5d2hv8yVegRL0ccHvTHAVj5JSnW07bkbiaz96UH45lvYNRVwt44z+yYVnb0/mvBzyD3/ZQ55TRGt7fHkA==",
404 "license": "MIT",
405 "dependencies": {
406 "@atproto/lexicon": "^0.5.1",
407 "zod": "^3.23.8"
408 }
409 },
410 "node_modules/@babel/helper-string-parser": {
411 "version": "7.27.1",
412 "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz",
413 "integrity": "sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==",
414 "license": "MIT",
415 "engines": {
416 "node": ">=6.9.0"
417 }
418 },
419 "node_modules/@babel/helper-validator-identifier": {
420 "version": "7.28.5",
421 "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz",
422 "integrity": "sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==",
423 "license": "MIT",
424 "engines": {
425 "node": ">=6.9.0"
426 }
427 },
428 "node_modules/@babel/parser": {
429 "version": "7.28.5",
430 "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.28.5.tgz",
431 "integrity": "sha512-KKBU1VGYR7ORr3At5HAtUQ+TV3SzRCXmA/8OdDZiLDBIZxVyzXuztPjfLd3BV1PRAQGCMWWSHYhL0F8d5uHBDQ==",
432 "license": "MIT",
433 "dependencies": {
434 "@babel/types": "^7.28.5"
435 },
436 "bin": {
437 "parser": "bin/babel-parser.js"
438 },
439 "engines": {
440 "node": ">=6.0.0"
441 }
442 },
443 "node_modules/@babel/types": {
444 "version": "7.28.5",
445 "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.28.5.tgz",
446 "integrity": "sha512-qQ5m48eI/MFLQ5PxQj4PFaprjyCTLI37ElWMmNs0K8Lk3dVeOdNpB3ks8jc7yM5CDmVC73eMVk/trk3fgmrUpA==",
447 "license": "MIT",
448 "dependencies": {
449 "@babel/helper-string-parser": "^7.27.1",
450 "@babel/helper-validator-identifier": "^7.28.5"
451 },
452 "engines": {
453 "node": ">=6.9.0"
454 }
455 },
456 "node_modules/@capsizecss/unpack": {
457 "version": "3.0.0",
458 "resolved": "https://registry.npmjs.org/@capsizecss/unpack/-/unpack-3.0.0.tgz",
459 "integrity": "sha512-+ntATQe1AlL7nTOYjwjj6w3299CgRot48wL761TUGYpYgAou3AaONZazp0PKZyCyWhudWsjhq1nvRHOvbMzhTA==",
460 "license": "MIT",
461 "dependencies": {
462 "fontkit": "^2.0.2"
463 },
464 "engines": {
465 "node": ">=18"
466 }
467 },
468 "node_modules/@emnapi/runtime": {
469 "version": "1.6.0",
470 "resolved": "https://registry.npmjs.org/@emnapi/runtime/-/runtime-1.6.0.tgz",
471 "integrity": "sha512-obtUmAHTMjll499P+D9A3axeJFlhdjOWdKUNs/U6QIGT7V5RjcUW1xToAzjvmgTSQhDbYn/NwfTRoJcQ2rNBxA==",
472 "license": "MIT",
473 "optional": true,
474 "dependencies": {
475 "tslib": "^2.4.0"
476 }
477 },
478 "node_modules/@esbuild/aix-ppc64": {
479 "version": "0.25.11",
480 "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.25.11.tgz",
481 "integrity": "sha512-Xt1dOL13m8u0WE8iplx9Ibbm+hFAO0GsU2P34UNoDGvZYkY8ifSiy6Zuc1lYxfG7svWE2fzqCUmFp5HCn51gJg==",
482 "cpu": [
483 "ppc64"
484 ],
485 "license": "MIT",
486 "optional": true,
487 "os": [
488 "aix"
489 ],
490 "engines": {
491 "node": ">=18"
492 }
493 },
494 "node_modules/@esbuild/android-arm": {
495 "version": "0.25.11",
496 "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.25.11.tgz",
497 "integrity": "sha512-uoa7dU+Dt3HYsethkJ1k6Z9YdcHjTrSb5NUy66ZfZaSV8hEYGD5ZHbEMXnqLFlbBflLsl89Zke7CAdDJ4JI+Gg==",
498 "cpu": [
499 "arm"
500 ],
501 "license": "MIT",
502 "optional": true,
503 "os": [
504 "android"
505 ],
506 "engines": {
507 "node": ">=18"
508 }
509 },
510 "node_modules/@esbuild/android-arm64": {
511 "version": "0.25.11",
512 "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.25.11.tgz",
513 "integrity": "sha512-9slpyFBc4FPPz48+f6jyiXOx/Y4v34TUeDDXJpZqAWQn/08lKGeD8aDp9TMn9jDz2CiEuHwfhRmGBvpnd/PWIQ==",
514 "cpu": [
515 "arm64"
516 ],
517 "license": "MIT",
518 "optional": true,
519 "os": [
520 "android"
521 ],
522 "engines": {
523 "node": ">=18"
524 }
525 },
526 "node_modules/@esbuild/android-x64": {
527 "version": "0.25.11",
528 "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.25.11.tgz",
529 "integrity": "sha512-Sgiab4xBjPU1QoPEIqS3Xx+R2lezu0LKIEcYe6pftr56PqPygbB7+szVnzoShbx64MUupqoE0KyRlN7gezbl8g==",
530 "cpu": [
531 "x64"
532 ],
533 "license": "MIT",
534 "optional": true,
535 "os": [
536 "android"
537 ],
538 "engines": {
539 "node": ">=18"
540 }
541 },
542 "node_modules/@esbuild/darwin-arm64": {
543 "version": "0.25.11",
544 "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.25.11.tgz",
545 "integrity": "sha512-VekY0PBCukppoQrycFxUqkCojnTQhdec0vevUL/EDOCnXd9LKWqD/bHwMPzigIJXPhC59Vd1WFIL57SKs2mg4w==",
546 "cpu": [
547 "arm64"
548 ],
549 "license": "MIT",
550 "optional": true,
551 "os": [
552 "darwin"
553 ],
554 "engines": {
555 "node": ">=18"
556 }
557 },
558 "node_modules/@esbuild/darwin-x64": {
559 "version": "0.25.11",
560 "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.25.11.tgz",
561 "integrity": "sha512-+hfp3yfBalNEpTGp9loYgbknjR695HkqtY3d3/JjSRUyPg/xd6q+mQqIb5qdywnDxRZykIHs3axEqU6l1+oWEQ==",
562 "cpu": [
563 "x64"
564 ],
565 "license": "MIT",
566 "optional": true,
567 "os": [
568 "darwin"
569 ],
570 "engines": {
571 "node": ">=18"
572 }
573 },
574 "node_modules/@esbuild/freebsd-arm64": {
575 "version": "0.25.11",
576 "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.25.11.tgz",
577 "integrity": "sha512-CmKjrnayyTJF2eVuO//uSjl/K3KsMIeYeyN7FyDBjsR3lnSJHaXlVoAK8DZa7lXWChbuOk7NjAc7ygAwrnPBhA==",
578 "cpu": [
579 "arm64"
580 ],
581 "license": "MIT",
582 "optional": true,
583 "os": [
584 "freebsd"
585 ],
586 "engines": {
587 "node": ">=18"
588 }
589 },
590 "node_modules/@esbuild/freebsd-x64": {
591 "version": "0.25.11",
592 "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.25.11.tgz",
593 "integrity": "sha512-Dyq+5oscTJvMaYPvW3x3FLpi2+gSZTCE/1ffdwuM6G1ARang/mb3jvjxs0mw6n3Lsw84ocfo9CrNMqc5lTfGOw==",
594 "cpu": [
595 "x64"
596 ],
597 "license": "MIT",
598 "optional": true,
599 "os": [
600 "freebsd"
601 ],
602 "engines": {
603 "node": ">=18"
604 }
605 },
606 "node_modules/@esbuild/linux-arm": {
607 "version": "0.25.11",
608 "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.25.11.tgz",
609 "integrity": "sha512-TBMv6B4kCfrGJ8cUPo7vd6NECZH/8hPpBHHlYI3qzoYFvWu2AdTvZNuU/7hsbKWqu/COU7NIK12dHAAqBLLXgw==",
610 "cpu": [
611 "arm"
612 ],
613 "license": "MIT",
614 "optional": true,
615 "os": [
616 "linux"
617 ],
618 "engines": {
619 "node": ">=18"
620 }
621 },
622 "node_modules/@esbuild/linux-arm64": {
623 "version": "0.25.11",
624 "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.25.11.tgz",
625 "integrity": "sha512-Qr8AzcplUhGvdyUF08A1kHU3Vr2O88xxP0Tm8GcdVOUm25XYcMPp2YqSVHbLuXzYQMf9Bh/iKx7YPqECs6ffLA==",
626 "cpu": [
627 "arm64"
628 ],
629 "license": "MIT",
630 "optional": true,
631 "os": [
632 "linux"
633 ],
634 "engines": {
635 "node": ">=18"
636 }
637 },
638 "node_modules/@esbuild/linux-ia32": {
639 "version": "0.25.11",
640 "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.25.11.tgz",
641 "integrity": "sha512-TmnJg8BMGPehs5JKrCLqyWTVAvielc615jbkOirATQvWWB1NMXY77oLMzsUjRLa0+ngecEmDGqt5jiDC6bfvOw==",
642 "cpu": [
643 "ia32"
644 ],
645 "license": "MIT",
646 "optional": true,
647 "os": [
648 "linux"
649 ],
650 "engines": {
651 "node": ">=18"
652 }
653 },
654 "node_modules/@esbuild/linux-loong64": {
655 "version": "0.25.11",
656 "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.25.11.tgz",
657 "integrity": "sha512-DIGXL2+gvDaXlaq8xruNXUJdT5tF+SBbJQKbWy/0J7OhU8gOHOzKmGIlfTTl6nHaCOoipxQbuJi7O++ldrxgMw==",
658 "cpu": [
659 "loong64"
660 ],
661 "license": "MIT",
662 "optional": true,
663 "os": [
664 "linux"
665 ],
666 "engines": {
667 "node": ">=18"
668 }
669 },
670 "node_modules/@esbuild/linux-mips64el": {
671 "version": "0.25.11",
672 "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.25.11.tgz",
673 "integrity": "sha512-Osx1nALUJu4pU43o9OyjSCXokFkFbyzjXb6VhGIJZQ5JZi8ylCQ9/LFagolPsHtgw6himDSyb5ETSfmp4rpiKQ==",
674 "cpu": [
675 "mips64el"
676 ],
677 "license": "MIT",
678 "optional": true,
679 "os": [
680 "linux"
681 ],
682 "engines": {
683 "node": ">=18"
684 }
685 },
686 "node_modules/@esbuild/linux-ppc64": {
687 "version": "0.25.11",
688 "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.25.11.tgz",
689 "integrity": "sha512-nbLFgsQQEsBa8XSgSTSlrnBSrpoWh7ioFDUmwo158gIm5NNP+17IYmNWzaIzWmgCxq56vfr34xGkOcZ7jX6CPw==",
690 "cpu": [
691 "ppc64"
692 ],
693 "license": "MIT",
694 "optional": true,
695 "os": [
696 "linux"
697 ],
698 "engines": {
699 "node": ">=18"
700 }
701 },
702 "node_modules/@esbuild/linux-riscv64": {
703 "version": "0.25.11",
704 "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.25.11.tgz",
705 "integrity": "sha512-HfyAmqZi9uBAbgKYP1yGuI7tSREXwIb438q0nqvlpxAOs3XnZ8RsisRfmVsgV486NdjD7Mw2UrFSw51lzUk1ww==",
706 "cpu": [
707 "riscv64"
708 ],
709 "license": "MIT",
710 "optional": true,
711 "os": [
712 "linux"
713 ],
714 "engines": {
715 "node": ">=18"
716 }
717 },
718 "node_modules/@esbuild/linux-s390x": {
719 "version": "0.25.11",
720 "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.25.11.tgz",
721 "integrity": "sha512-HjLqVgSSYnVXRisyfmzsH6mXqyvj0SA7pG5g+9W7ESgwA70AXYNpfKBqh1KbTxmQVaYxpzA/SvlB9oclGPbApw==",
722 "cpu": [
723 "s390x"
724 ],
725 "license": "MIT",
726 "optional": true,
727 "os": [
728 "linux"
729 ],
730 "engines": {
731 "node": ">=18"
732 }
733 },
734 "node_modules/@esbuild/linux-x64": {
735 "version": "0.25.11",
736 "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.25.11.tgz",
737 "integrity": "sha512-HSFAT4+WYjIhrHxKBwGmOOSpphjYkcswF449j6EjsjbinTZbp8PJtjsVK1XFJStdzXdy/jaddAep2FGY+wyFAQ==",
738 "cpu": [
739 "x64"
740 ],
741 "license": "MIT",
742 "optional": true,
743 "os": [
744 "linux"
745 ],
746 "engines": {
747 "node": ">=18"
748 }
749 },
750 "node_modules/@esbuild/netbsd-arm64": {
751 "version": "0.25.11",
752 "resolved": "https://registry.npmjs.org/@esbuild/netbsd-arm64/-/netbsd-arm64-0.25.11.tgz",
753 "integrity": "sha512-hr9Oxj1Fa4r04dNpWr3P8QKVVsjQhqrMSUzZzf+LZcYjZNqhA3IAfPQdEh1FLVUJSiu6sgAwp3OmwBfbFgG2Xg==",
754 "cpu": [
755 "arm64"
756 ],
757 "license": "MIT",
758 "optional": true,
759 "os": [
760 "netbsd"
761 ],
762 "engines": {
763 "node": ">=18"
764 }
765 },
766 "node_modules/@esbuild/netbsd-x64": {
767 "version": "0.25.11",
768 "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.25.11.tgz",
769 "integrity": "sha512-u7tKA+qbzBydyj0vgpu+5h5AeudxOAGncb8N6C9Kh1N4n7wU1Xw1JDApsRjpShRpXRQlJLb9wY28ELpwdPcZ7A==",
770 "cpu": [
771 "x64"
772 ],
773 "license": "MIT",
774 "optional": true,
775 "os": [
776 "netbsd"
777 ],
778 "engines": {
779 "node": ">=18"
780 }
781 },
782 "node_modules/@esbuild/openbsd-arm64": {
783 "version": "0.25.11",
784 "resolved": "https://registry.npmjs.org/@esbuild/openbsd-arm64/-/openbsd-arm64-0.25.11.tgz",
785 "integrity": "sha512-Qq6YHhayieor3DxFOoYM1q0q1uMFYb7cSpLD2qzDSvK1NAvqFi8Xgivv0cFC6J+hWVw2teCYltyy9/m/14ryHg==",
786 "cpu": [
787 "arm64"
788 ],
789 "license": "MIT",
790 "optional": true,
791 "os": [
792 "openbsd"
793 ],
794 "engines": {
795 "node": ">=18"
796 }
797 },
798 "node_modules/@esbuild/openbsd-x64": {
799 "version": "0.25.11",
800 "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.25.11.tgz",
801 "integrity": "sha512-CN+7c++kkbrckTOz5hrehxWN7uIhFFlmS/hqziSFVWpAzpWrQoAG4chH+nN3Be+Kzv/uuo7zhX716x3Sn2Jduw==",
802 "cpu": [
803 "x64"
804 ],
805 "license": "MIT",
806 "optional": true,
807 "os": [
808 "openbsd"
809 ],
810 "engines": {
811 "node": ">=18"
812 }
813 },
814 "node_modules/@esbuild/openharmony-arm64": {
815 "version": "0.25.11",
816 "resolved": "https://registry.npmjs.org/@esbuild/openharmony-arm64/-/openharmony-arm64-0.25.11.tgz",
817 "integrity": "sha512-rOREuNIQgaiR+9QuNkbkxubbp8MSO9rONmwP5nKncnWJ9v5jQ4JxFnLu4zDSRPf3x4u+2VN4pM4RdyIzDty/wQ==",
818 "cpu": [
819 "arm64"
820 ],
821 "license": "MIT",
822 "optional": true,
823 "os": [
824 "openharmony"
825 ],
826 "engines": {
827 "node": ">=18"
828 }
829 },
830 "node_modules/@esbuild/sunos-x64": {
831 "version": "0.25.11",
832 "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.25.11.tgz",
833 "integrity": "sha512-nq2xdYaWxyg9DcIyXkZhcYulC6pQ2FuCgem3LI92IwMgIZ69KHeY8T4Y88pcwoLIjbed8n36CyKoYRDygNSGhA==",
834 "cpu": [
835 "x64"
836 ],
837 "license": "MIT",
838 "optional": true,
839 "os": [
840 "sunos"
841 ],
842 "engines": {
843 "node": ">=18"
844 }
845 },
846 "node_modules/@esbuild/win32-arm64": {
847 "version": "0.25.11",
848 "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.25.11.tgz",
849 "integrity": "sha512-3XxECOWJq1qMZ3MN8srCJ/QfoLpL+VaxD/WfNRm1O3B4+AZ/BnLVgFbUV3eiRYDMXetciH16dwPbbHqwe1uU0Q==",
850 "cpu": [
851 "arm64"
852 ],
853 "license": "MIT",
854 "optional": true,
855 "os": [
856 "win32"
857 ],
858 "engines": {
859 "node": ">=18"
860 }
861 },
862 "node_modules/@esbuild/win32-ia32": {
863 "version": "0.25.11",
864 "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.25.11.tgz",
865 "integrity": "sha512-3ukss6gb9XZ8TlRyJlgLn17ecsK4NSQTmdIXRASVsiS2sQ6zPPZklNJT5GR5tE/MUarymmy8kCEf5xPCNCqVOA==",
866 "cpu": [
867 "ia32"
868 ],
869 "license": "MIT",
870 "optional": true,
871 "os": [
872 "win32"
873 ],
874 "engines": {
875 "node": ">=18"
876 }
877 },
878 "node_modules/@esbuild/win32-x64": {
879 "version": "0.25.11",
880 "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.25.11.tgz",
881 "integrity": "sha512-D7Hpz6A2L4hzsRpPaCYkQnGOotdUpDzSGRIv9I+1ITdHROSFUWW95ZPZWQmGka1Fg7W3zFJowyn9WGwMJ0+KPA==",
882 "cpu": [
883 "x64"
884 ],
885 "license": "MIT",
886 "optional": true,
887 "os": [
888 "win32"
889 ],
890 "engines": {
891 "node": ">=18"
892 }
893 },
894 "node_modules/@img/colour": {
895 "version": "1.0.0",
896 "resolved": "https://registry.npmjs.org/@img/colour/-/colour-1.0.0.tgz",
897 "integrity": "sha512-A5P/LfWGFSl6nsckYtjw9da+19jB8hkJ6ACTGcDfEJ0aE+l2n2El7dsVM7UVHZQ9s2lmYMWlrS21YLy2IR1LUw==",
898 "license": "MIT",
899 "optional": true,
900 "engines": {
901 "node": ">=18"
902 }
903 },
904 "node_modules/@img/sharp-darwin-arm64": {
905 "version": "0.34.4",
906 "resolved": "https://registry.npmjs.org/@img/sharp-darwin-arm64/-/sharp-darwin-arm64-0.34.4.tgz",
907 "integrity": "sha512-sitdlPzDVyvmINUdJle3TNHl+AG9QcwiAMsXmccqsCOMZNIdW2/7S26w0LyU8euiLVzFBL3dXPwVCq/ODnf2vA==",
908 "cpu": [
909 "arm64"
910 ],
911 "license": "Apache-2.0",
912 "optional": true,
913 "os": [
914 "darwin"
915 ],
916 "engines": {
917 "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
918 },
919 "funding": {
920 "url": "https://opencollective.com/libvips"
921 },
922 "optionalDependencies": {
923 "@img/sharp-libvips-darwin-arm64": "1.2.3"
924 }
925 },
926 "node_modules/@img/sharp-darwin-x64": {
927 "version": "0.34.4",
928 "resolved": "https://registry.npmjs.org/@img/sharp-darwin-x64/-/sharp-darwin-x64-0.34.4.tgz",
929 "integrity": "sha512-rZheupWIoa3+SOdF/IcUe1ah4ZDpKBGWcsPX6MT0lYniH9micvIU7HQkYTfrx5Xi8u+YqwLtxC/3vl8TQN6rMg==",
930 "cpu": [
931 "x64"
932 ],
933 "license": "Apache-2.0",
934 "optional": true,
935 "os": [
936 "darwin"
937 ],
938 "engines": {
939 "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
940 },
941 "funding": {
942 "url": "https://opencollective.com/libvips"
943 },
944 "optionalDependencies": {
945 "@img/sharp-libvips-darwin-x64": "1.2.3"
946 }
947 },
948 "node_modules/@img/sharp-libvips-darwin-arm64": {
949 "version": "1.2.3",
950 "resolved": "https://registry.npmjs.org/@img/sharp-libvips-darwin-arm64/-/sharp-libvips-darwin-arm64-1.2.3.tgz",
951 "integrity": "sha512-QzWAKo7kpHxbuHqUC28DZ9pIKpSi2ts2OJnoIGI26+HMgq92ZZ4vk8iJd4XsxN+tYfNJxzH6W62X5eTcsBymHw==",
952 "cpu": [
953 "arm64"
954 ],
955 "license": "LGPL-3.0-or-later",
956 "optional": true,
957 "os": [
958 "darwin"
959 ],
960 "funding": {
961 "url": "https://opencollective.com/libvips"
962 }
963 },
964 "node_modules/@img/sharp-libvips-darwin-x64": {
965 "version": "1.2.3",
966 "resolved": "https://registry.npmjs.org/@img/sharp-libvips-darwin-x64/-/sharp-libvips-darwin-x64-1.2.3.tgz",
967 "integrity": "sha512-Ju+g2xn1E2AKO6YBhxjj+ACcsPQRHT0bhpglxcEf+3uyPY+/gL8veniKoo96335ZaPo03bdDXMv0t+BBFAbmRA==",
968 "cpu": [
969 "x64"
970 ],
971 "license": "LGPL-3.0-or-later",
972 "optional": true,
973 "os": [
974 "darwin"
975 ],
976 "funding": {
977 "url": "https://opencollective.com/libvips"
978 }
979 },
980 "node_modules/@img/sharp-libvips-linux-arm": {
981 "version": "1.2.3",
982 "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-arm/-/sharp-libvips-linux-arm-1.2.3.tgz",
983 "integrity": "sha512-x1uE93lyP6wEwGvgAIV0gP6zmaL/a0tGzJs/BIDDG0zeBhMnuUPm7ptxGhUbcGs4okDJrk4nxgrmxpib9g6HpA==",
984 "cpu": [
985 "arm"
986 ],
987 "license": "LGPL-3.0-or-later",
988 "optional": true,
989 "os": [
990 "linux"
991 ],
992 "funding": {
993 "url": "https://opencollective.com/libvips"
994 }
995 },
996 "node_modules/@img/sharp-libvips-linux-arm64": {
997 "version": "1.2.3",
998 "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-arm64/-/sharp-libvips-linux-arm64-1.2.3.tgz",
999 "integrity": "sha512-I4RxkXU90cpufazhGPyVujYwfIm9Nk1QDEmiIsaPwdnm013F7RIceaCc87kAH+oUB1ezqEvC6ga4m7MSlqsJvQ==",
1000 "cpu": [
1001 "arm64"
1002 ],
1003 "license": "LGPL-3.0-or-later",
1004 "optional": true,
1005 "os": [
1006 "linux"
1007 ],
1008 "funding": {
1009 "url": "https://opencollective.com/libvips"
1010 }
1011 },
1012 "node_modules/@img/sharp-libvips-linux-ppc64": {
1013 "version": "1.2.3",
1014 "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-ppc64/-/sharp-libvips-linux-ppc64-1.2.3.tgz",
1015 "integrity": "sha512-Y2T7IsQvJLMCBM+pmPbM3bKT/yYJvVtLJGfCs4Sp95SjvnFIjynbjzsa7dY1fRJX45FTSfDksbTp6AGWudiyCg==",
1016 "cpu": [
1017 "ppc64"
1018 ],
1019 "license": "LGPL-3.0-or-later",
1020 "optional": true,
1021 "os": [
1022 "linux"
1023 ],
1024 "funding": {
1025 "url": "https://opencollective.com/libvips"
1026 }
1027 },
1028 "node_modules/@img/sharp-libvips-linux-s390x": {
1029 "version": "1.2.3",
1030 "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-s390x/-/sharp-libvips-linux-s390x-1.2.3.tgz",
1031 "integrity": "sha512-RgWrs/gVU7f+K7P+KeHFaBAJlNkD1nIZuVXdQv6S+fNA6syCcoboNjsV2Pou7zNlVdNQoQUpQTk8SWDHUA3y/w==",
1032 "cpu": [
1033 "s390x"
1034 ],
1035 "license": "LGPL-3.0-or-later",
1036 "optional": true,
1037 "os": [
1038 "linux"
1039 ],
1040 "funding": {
1041 "url": "https://opencollective.com/libvips"
1042 }
1043 },
1044 "node_modules/@img/sharp-libvips-linux-x64": {
1045 "version": "1.2.3",
1046 "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-x64/-/sharp-libvips-linux-x64-1.2.3.tgz",
1047 "integrity": "sha512-3JU7LmR85K6bBiRzSUc/Ff9JBVIFVvq6bomKE0e63UXGeRw2HPVEjoJke1Yx+iU4rL7/7kUjES4dZ/81Qjhyxg==",
1048 "cpu": [
1049 "x64"
1050 ],
1051 "license": "LGPL-3.0-or-later",
1052 "optional": true,
1053 "os": [
1054 "linux"
1055 ],
1056 "funding": {
1057 "url": "https://opencollective.com/libvips"
1058 }
1059 },
1060 "node_modules/@img/sharp-libvips-linuxmusl-arm64": {
1061 "version": "1.2.3",
1062 "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linuxmusl-arm64/-/sharp-libvips-linuxmusl-arm64-1.2.3.tgz",
1063 "integrity": "sha512-F9q83RZ8yaCwENw1GieztSfj5msz7GGykG/BA+MOUefvER69K/ubgFHNeSyUu64amHIYKGDs4sRCMzXVj8sEyw==",
1064 "cpu": [
1065 "arm64"
1066 ],
1067 "license": "LGPL-3.0-or-later",
1068 "optional": true,
1069 "os": [
1070 "linux"
1071 ],
1072 "funding": {
1073 "url": "https://opencollective.com/libvips"
1074 }
1075 },
1076 "node_modules/@img/sharp-libvips-linuxmusl-x64": {
1077 "version": "1.2.3",
1078 "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linuxmusl-x64/-/sharp-libvips-linuxmusl-x64-1.2.3.tgz",
1079 "integrity": "sha512-U5PUY5jbc45ANM6tSJpsgqmBF/VsL6LnxJmIf11kB7J5DctHgqm0SkuXzVWtIY90GnJxKnC/JT251TDnk1fu/g==",
1080 "cpu": [
1081 "x64"
1082 ],
1083 "license": "LGPL-3.0-or-later",
1084 "optional": true,
1085 "os": [
1086 "linux"
1087 ],
1088 "funding": {
1089 "url": "https://opencollective.com/libvips"
1090 }
1091 },
1092 "node_modules/@img/sharp-linux-arm": {
1093 "version": "0.34.4",
1094 "resolved": "https://registry.npmjs.org/@img/sharp-linux-arm/-/sharp-linux-arm-0.34.4.tgz",
1095 "integrity": "sha512-Xyam4mlqM0KkTHYVSuc6wXRmM7LGN0P12li03jAnZ3EJWZqj83+hi8Y9UxZUbxsgsK1qOEwg7O0Bc0LjqQVtxA==",
1096 "cpu": [
1097 "arm"
1098 ],
1099 "license": "Apache-2.0",
1100 "optional": true,
1101 "os": [
1102 "linux"
1103 ],
1104 "engines": {
1105 "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
1106 },
1107 "funding": {
1108 "url": "https://opencollective.com/libvips"
1109 },
1110 "optionalDependencies": {
1111 "@img/sharp-libvips-linux-arm": "1.2.3"
1112 }
1113 },
1114 "node_modules/@img/sharp-linux-arm64": {
1115 "version": "0.34.4",
1116 "resolved": "https://registry.npmjs.org/@img/sharp-linux-arm64/-/sharp-linux-arm64-0.34.4.tgz",
1117 "integrity": "sha512-YXU1F/mN/Wu786tl72CyJjP/Ngl8mGHN1hST4BGl+hiW5jhCnV2uRVTNOcaYPs73NeT/H8Upm3y9582JVuZHrQ==",
1118 "cpu": [
1119 "arm64"
1120 ],
1121 "license": "Apache-2.0",
1122 "optional": true,
1123 "os": [
1124 "linux"
1125 ],
1126 "engines": {
1127 "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
1128 },
1129 "funding": {
1130 "url": "https://opencollective.com/libvips"
1131 },
1132 "optionalDependencies": {
1133 "@img/sharp-libvips-linux-arm64": "1.2.3"
1134 }
1135 },
1136 "node_modules/@img/sharp-linux-ppc64": {
1137 "version": "0.34.4",
1138 "resolved": "https://registry.npmjs.org/@img/sharp-linux-ppc64/-/sharp-linux-ppc64-0.34.4.tgz",
1139 "integrity": "sha512-F4PDtF4Cy8L8hXA2p3TO6s4aDt93v+LKmpcYFLAVdkkD3hSxZzee0rh6/+94FpAynsuMpLX5h+LRsSG3rIciUQ==",
1140 "cpu": [
1141 "ppc64"
1142 ],
1143 "license": "Apache-2.0",
1144 "optional": true,
1145 "os": [
1146 "linux"
1147 ],
1148 "engines": {
1149 "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
1150 },
1151 "funding": {
1152 "url": "https://opencollective.com/libvips"
1153 },
1154 "optionalDependencies": {
1155 "@img/sharp-libvips-linux-ppc64": "1.2.3"
1156 }
1157 },
1158 "node_modules/@img/sharp-linux-s390x": {
1159 "version": "0.34.4",
1160 "resolved": "https://registry.npmjs.org/@img/sharp-linux-s390x/-/sharp-linux-s390x-0.34.4.tgz",
1161 "integrity": "sha512-qVrZKE9Bsnzy+myf7lFKvng6bQzhNUAYcVORq2P7bDlvmF6u2sCmK2KyEQEBdYk+u3T01pVsPrkj943T1aJAsw==",
1162 "cpu": [
1163 "s390x"
1164 ],
1165 "license": "Apache-2.0",
1166 "optional": true,
1167 "os": [
1168 "linux"
1169 ],
1170 "engines": {
1171 "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
1172 },
1173 "funding": {
1174 "url": "https://opencollective.com/libvips"
1175 },
1176 "optionalDependencies": {
1177 "@img/sharp-libvips-linux-s390x": "1.2.3"
1178 }
1179 },
1180 "node_modules/@img/sharp-linux-x64": {
1181 "version": "0.34.4",
1182 "resolved": "https://registry.npmjs.org/@img/sharp-linux-x64/-/sharp-linux-x64-0.34.4.tgz",
1183 "integrity": "sha512-ZfGtcp2xS51iG79c6Vhw9CWqQC8l2Ot8dygxoDoIQPTat/Ov3qAa8qpxSrtAEAJW+UjTXc4yxCjNfxm4h6Xm2A==",
1184 "cpu": [
1185 "x64"
1186 ],
1187 "license": "Apache-2.0",
1188 "optional": true,
1189 "os": [
1190 "linux"
1191 ],
1192 "engines": {
1193 "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
1194 },
1195 "funding": {
1196 "url": "https://opencollective.com/libvips"
1197 },
1198 "optionalDependencies": {
1199 "@img/sharp-libvips-linux-x64": "1.2.3"
1200 }
1201 },
1202 "node_modules/@img/sharp-linuxmusl-arm64": {
1203 "version": "0.34.4",
1204 "resolved": "https://registry.npmjs.org/@img/sharp-linuxmusl-arm64/-/sharp-linuxmusl-arm64-0.34.4.tgz",
1205 "integrity": "sha512-8hDVvW9eu4yHWnjaOOR8kHVrew1iIX+MUgwxSuH2XyYeNRtLUe4VNioSqbNkB7ZYQJj9rUTT4PyRscyk2PXFKA==",
1206 "cpu": [
1207 "arm64"
1208 ],
1209 "license": "Apache-2.0",
1210 "optional": true,
1211 "os": [
1212 "linux"
1213 ],
1214 "engines": {
1215 "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
1216 },
1217 "funding": {
1218 "url": "https://opencollective.com/libvips"
1219 },
1220 "optionalDependencies": {
1221 "@img/sharp-libvips-linuxmusl-arm64": "1.2.3"
1222 }
1223 },
1224 "node_modules/@img/sharp-linuxmusl-x64": {
1225 "version": "0.34.4",
1226 "resolved": "https://registry.npmjs.org/@img/sharp-linuxmusl-x64/-/sharp-linuxmusl-x64-0.34.4.tgz",
1227 "integrity": "sha512-lU0aA5L8QTlfKjpDCEFOZsTYGn3AEiO6db8W5aQDxj0nQkVrZWmN3ZP9sYKWJdtq3PWPhUNlqehWyXpYDcI9Sg==",
1228 "cpu": [
1229 "x64"
1230 ],
1231 "license": "Apache-2.0",
1232 "optional": true,
1233 "os": [
1234 "linux"
1235 ],
1236 "engines": {
1237 "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
1238 },
1239 "funding": {
1240 "url": "https://opencollective.com/libvips"
1241 },
1242 "optionalDependencies": {
1243 "@img/sharp-libvips-linuxmusl-x64": "1.2.3"
1244 }
1245 },
1246 "node_modules/@img/sharp-wasm32": {
1247 "version": "0.34.4",
1248 "resolved": "https://registry.npmjs.org/@img/sharp-wasm32/-/sharp-wasm32-0.34.4.tgz",
1249 "integrity": "sha512-33QL6ZO/qpRyG7woB/HUALz28WnTMI2W1jgX3Nu2bypqLIKx/QKMILLJzJjI+SIbvXdG9fUnmrxR7vbi1sTBeA==",
1250 "cpu": [
1251 "wasm32"
1252 ],
1253 "license": "Apache-2.0 AND LGPL-3.0-or-later AND MIT",
1254 "optional": true,
1255 "dependencies": {
1256 "@emnapi/runtime": "^1.5.0"
1257 },
1258 "engines": {
1259 "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
1260 },
1261 "funding": {
1262 "url": "https://opencollective.com/libvips"
1263 }
1264 },
1265 "node_modules/@img/sharp-win32-arm64": {
1266 "version": "0.34.4",
1267 "resolved": "https://registry.npmjs.org/@img/sharp-win32-arm64/-/sharp-win32-arm64-0.34.4.tgz",
1268 "integrity": "sha512-2Q250do/5WXTwxW3zjsEuMSv5sUU4Tq9VThWKlU2EYLm4MB7ZeMwF+SFJutldYODXF6jzc6YEOC+VfX0SZQPqA==",
1269 "cpu": [
1270 "arm64"
1271 ],
1272 "license": "Apache-2.0 AND LGPL-3.0-or-later",
1273 "optional": true,
1274 "os": [
1275 "win32"
1276 ],
1277 "engines": {
1278 "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
1279 },
1280 "funding": {
1281 "url": "https://opencollective.com/libvips"
1282 }
1283 },
1284 "node_modules/@img/sharp-win32-ia32": {
1285 "version": "0.34.4",
1286 "resolved": "https://registry.npmjs.org/@img/sharp-win32-ia32/-/sharp-win32-ia32-0.34.4.tgz",
1287 "integrity": "sha512-3ZeLue5V82dT92CNL6rsal6I2weKw1cYu+rGKm8fOCCtJTR2gYeUfY3FqUnIJsMUPIH68oS5jmZ0NiJ508YpEw==",
1288 "cpu": [
1289 "ia32"
1290 ],
1291 "license": "Apache-2.0 AND LGPL-3.0-or-later",
1292 "optional": true,
1293 "os": [
1294 "win32"
1295 ],
1296 "engines": {
1297 "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
1298 },
1299 "funding": {
1300 "url": "https://opencollective.com/libvips"
1301 }
1302 },
1303 "node_modules/@img/sharp-win32-x64": {
1304 "version": "0.34.4",
1305 "resolved": "https://registry.npmjs.org/@img/sharp-win32-x64/-/sharp-win32-x64-0.34.4.tgz",
1306 "integrity": "sha512-xIyj4wpYs8J18sVN3mSQjwrw7fKUqRw+Z5rnHNCy5fYTxigBz81u5mOMPmFumwjcn8+ld1ppptMBCLic1nz6ig==",
1307 "cpu": [
1308 "x64"
1309 ],
1310 "license": "Apache-2.0 AND LGPL-3.0-or-later",
1311 "optional": true,
1312 "os": [
1313 "win32"
1314 ],
1315 "engines": {
1316 "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
1317 },
1318 "funding": {
1319 "url": "https://opencollective.com/libvips"
1320 }
1321 },
1322 "node_modules/@jridgewell/gen-mapping": {
1323 "version": "0.3.13",
1324 "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.13.tgz",
1325 "integrity": "sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA==",
1326 "license": "MIT",
1327 "dependencies": {
1328 "@jridgewell/sourcemap-codec": "^1.5.0",
1329 "@jridgewell/trace-mapping": "^0.3.24"
1330 }
1331 },
1332 "node_modules/@jridgewell/remapping": {
1333 "version": "2.3.5",
1334 "resolved": "https://registry.npmjs.org/@jridgewell/remapping/-/remapping-2.3.5.tgz",
1335 "integrity": "sha512-LI9u/+laYG4Ds1TDKSJW2YPrIlcVYOwi2fUC6xB43lueCjgxV4lffOCZCtYFiH6TNOX+tQKXx97T4IKHbhyHEQ==",
1336 "license": "MIT",
1337 "dependencies": {
1338 "@jridgewell/gen-mapping": "^0.3.5",
1339 "@jridgewell/trace-mapping": "^0.3.24"
1340 }
1341 },
1342 "node_modules/@jridgewell/resolve-uri": {
1343 "version": "3.1.2",
1344 "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz",
1345 "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==",
1346 "license": "MIT",
1347 "engines": {
1348 "node": ">=6.0.0"
1349 }
1350 },
1351 "node_modules/@jridgewell/sourcemap-codec": {
1352 "version": "1.5.5",
1353 "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz",
1354 "integrity": "sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==",
1355 "license": "MIT"
1356 },
1357 "node_modules/@jridgewell/trace-mapping": {
1358 "version": "0.3.31",
1359 "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.31.tgz",
1360 "integrity": "sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==",
1361 "license": "MIT",
1362 "dependencies": {
1363 "@jridgewell/resolve-uri": "^3.1.0",
1364 "@jridgewell/sourcemap-codec": "^1.4.14"
1365 }
1366 },
1367 "node_modules/@oslojs/encoding": {
1368 "version": "1.1.0",
1369 "resolved": "https://registry.npmjs.org/@oslojs/encoding/-/encoding-1.1.0.tgz",
1370 "integrity": "sha512-70wQhgYmndg4GCPxPPxPGevRKqTIJ2Nh4OkiMWmDAVYsTQ+Ta7Sq+rPevXyXGdzr30/qZBnyOalCszoMxlyldQ==",
1371 "license": "MIT"
1372 },
1373 "node_modules/@rollup/pluginutils": {
1374 "version": "5.3.0",
1375 "resolved": "https://registry.npmjs.org/@rollup/pluginutils/-/pluginutils-5.3.0.tgz",
1376 "integrity": "sha512-5EdhGZtnu3V88ces7s53hhfK5KSASnJZv8Lulpc04cWO3REESroJXg73DFsOmgbU2BhwV0E20bu2IDZb3VKW4Q==",
1377 "license": "MIT",
1378 "dependencies": {
1379 "@types/estree": "^1.0.0",
1380 "estree-walker": "^2.0.2",
1381 "picomatch": "^4.0.2"
1382 },
1383 "engines": {
1384 "node": ">=14.0.0"
1385 },
1386 "peerDependencies": {
1387 "rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0"
1388 },
1389 "peerDependenciesMeta": {
1390 "rollup": {
1391 "optional": true
1392 }
1393 }
1394 },
1395 "node_modules/@rollup/pluginutils/node_modules/estree-walker": {
1396 "version": "2.0.2",
1397 "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-2.0.2.tgz",
1398 "integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==",
1399 "license": "MIT"
1400 },
1401 "node_modules/@rollup/rollup-android-arm-eabi": {
1402 "version": "4.52.5",
1403 "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.52.5.tgz",
1404 "integrity": "sha512-8c1vW4ocv3UOMp9K+gToY5zL2XiiVw3k7f1ksf4yO1FlDFQ1C2u72iACFnSOceJFsWskc2WZNqeRhFRPzv+wtQ==",
1405 "cpu": [
1406 "arm"
1407 ],
1408 "license": "MIT",
1409 "optional": true,
1410 "os": [
1411 "android"
1412 ]
1413 },
1414 "node_modules/@rollup/rollup-android-arm64": {
1415 "version": "4.52.5",
1416 "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.52.5.tgz",
1417 "integrity": "sha512-mQGfsIEFcu21mvqkEKKu2dYmtuSZOBMmAl5CFlPGLY94Vlcm+zWApK7F/eocsNzp8tKmbeBP8yXyAbx0XHsFNA==",
1418 "cpu": [
1419 "arm64"
1420 ],
1421 "license": "MIT",
1422 "optional": true,
1423 "os": [
1424 "android"
1425 ]
1426 },
1427 "node_modules/@rollup/rollup-darwin-arm64": {
1428 "version": "4.52.5",
1429 "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.52.5.tgz",
1430 "integrity": "sha512-takF3CR71mCAGA+v794QUZ0b6ZSrgJkArC+gUiG6LB6TQty9T0Mqh3m2ImRBOxS2IeYBo4lKWIieSvnEk2OQWA==",
1431 "cpu": [
1432 "arm64"
1433 ],
1434 "license": "MIT",
1435 "optional": true,
1436 "os": [
1437 "darwin"
1438 ]
1439 },
1440 "node_modules/@rollup/rollup-darwin-x64": {
1441 "version": "4.52.5",
1442 "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.52.5.tgz",
1443 "integrity": "sha512-W901Pla8Ya95WpxDn//VF9K9u2JbocwV/v75TE0YIHNTbhqUTv9w4VuQ9MaWlNOkkEfFwkdNhXgcLqPSmHy0fA==",
1444 "cpu": [
1445 "x64"
1446 ],
1447 "license": "MIT",
1448 "optional": true,
1449 "os": [
1450 "darwin"
1451 ]
1452 },
1453 "node_modules/@rollup/rollup-freebsd-arm64": {
1454 "version": "4.52.5",
1455 "resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-arm64/-/rollup-freebsd-arm64-4.52.5.tgz",
1456 "integrity": "sha512-QofO7i7JycsYOWxe0GFqhLmF6l1TqBswJMvICnRUjqCx8b47MTo46W8AoeQwiokAx3zVryVnxtBMcGcnX12LvA==",
1457 "cpu": [
1458 "arm64"
1459 ],
1460 "license": "MIT",
1461 "optional": true,
1462 "os": [
1463 "freebsd"
1464 ]
1465 },
1466 "node_modules/@rollup/rollup-freebsd-x64": {
1467 "version": "4.52.5",
1468 "resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-x64/-/rollup-freebsd-x64-4.52.5.tgz",
1469 "integrity": "sha512-jr21b/99ew8ujZubPo9skbrItHEIE50WdV86cdSoRkKtmWa+DDr6fu2c/xyRT0F/WazZpam6kk7IHBerSL7LDQ==",
1470 "cpu": [
1471 "x64"
1472 ],
1473 "license": "MIT",
1474 "optional": true,
1475 "os": [
1476 "freebsd"
1477 ]
1478 },
1479 "node_modules/@rollup/rollup-linux-arm-gnueabihf": {
1480 "version": "4.52.5",
1481 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.52.5.tgz",
1482 "integrity": "sha512-PsNAbcyv9CcecAUagQefwX8fQn9LQ4nZkpDboBOttmyffnInRy8R8dSg6hxxl2Re5QhHBf6FYIDhIj5v982ATQ==",
1483 "cpu": [
1484 "arm"
1485 ],
1486 "license": "MIT",
1487 "optional": true,
1488 "os": [
1489 "linux"
1490 ]
1491 },
1492 "node_modules/@rollup/rollup-linux-arm-musleabihf": {
1493 "version": "4.52.5",
1494 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.52.5.tgz",
1495 "integrity": "sha512-Fw4tysRutyQc/wwkmcyoqFtJhh0u31K+Q6jYjeicsGJJ7bbEq8LwPWV/w0cnzOqR2m694/Af6hpFayLJZkG2VQ==",
1496 "cpu": [
1497 "arm"
1498 ],
1499 "license": "MIT",
1500 "optional": true,
1501 "os": [
1502 "linux"
1503 ]
1504 },
1505 "node_modules/@rollup/rollup-linux-arm64-gnu": {
1506 "version": "4.52.5",
1507 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.52.5.tgz",
1508 "integrity": "sha512-a+3wVnAYdQClOTlyapKmyI6BLPAFYs0JM8HRpgYZQO02rMR09ZcV9LbQB+NL6sljzG38869YqThrRnfPMCDtZg==",
1509 "cpu": [
1510 "arm64"
1511 ],
1512 "license": "MIT",
1513 "optional": true,
1514 "os": [
1515 "linux"
1516 ]
1517 },
1518 "node_modules/@rollup/rollup-linux-arm64-musl": {
1519 "version": "4.52.5",
1520 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.52.5.tgz",
1521 "integrity": "sha512-AvttBOMwO9Pcuuf7m9PkC1PUIKsfaAJ4AYhy944qeTJgQOqJYJ9oVl2nYgY7Rk0mkbsuOpCAYSs6wLYB2Xiw0Q==",
1522 "cpu": [
1523 "arm64"
1524 ],
1525 "license": "MIT",
1526 "optional": true,
1527 "os": [
1528 "linux"
1529 ]
1530 },
1531 "node_modules/@rollup/rollup-linux-loong64-gnu": {
1532 "version": "4.52.5",
1533 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-loong64-gnu/-/rollup-linux-loong64-gnu-4.52.5.tgz",
1534 "integrity": "sha512-DkDk8pmXQV2wVrF6oq5tONK6UHLz/XcEVow4JTTerdeV1uqPeHxwcg7aFsfnSm9L+OO8WJsWotKM2JJPMWrQtA==",
1535 "cpu": [
1536 "loong64"
1537 ],
1538 "license": "MIT",
1539 "optional": true,
1540 "os": [
1541 "linux"
1542 ]
1543 },
1544 "node_modules/@rollup/rollup-linux-ppc64-gnu": {
1545 "version": "4.52.5",
1546 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-ppc64-gnu/-/rollup-linux-ppc64-gnu-4.52.5.tgz",
1547 "integrity": "sha512-W/b9ZN/U9+hPQVvlGwjzi+Wy4xdoH2I8EjaCkMvzpI7wJUs8sWJ03Rq96jRnHkSrcHTpQe8h5Tg3ZzUPGauvAw==",
1548 "cpu": [
1549 "ppc64"
1550 ],
1551 "license": "MIT",
1552 "optional": true,
1553 "os": [
1554 "linux"
1555 ]
1556 },
1557 "node_modules/@rollup/rollup-linux-riscv64-gnu": {
1558 "version": "4.52.5",
1559 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.52.5.tgz",
1560 "integrity": "sha512-sjQLr9BW7R/ZiXnQiWPkErNfLMkkWIoCz7YMn27HldKsADEKa5WYdobaa1hmN6slu9oWQbB6/jFpJ+P2IkVrmw==",
1561 "cpu": [
1562 "riscv64"
1563 ],
1564 "license": "MIT",
1565 "optional": true,
1566 "os": [
1567 "linux"
1568 ]
1569 },
1570 "node_modules/@rollup/rollup-linux-riscv64-musl": {
1571 "version": "4.52.5",
1572 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-musl/-/rollup-linux-riscv64-musl-4.52.5.tgz",
1573 "integrity": "sha512-hq3jU/kGyjXWTvAh2awn8oHroCbrPm8JqM7RUpKjalIRWWXE01CQOf/tUNWNHjmbMHg/hmNCwc/Pz3k1T/j/Lg==",
1574 "cpu": [
1575 "riscv64"
1576 ],
1577 "license": "MIT",
1578 "optional": true,
1579 "os": [
1580 "linux"
1581 ]
1582 },
1583 "node_modules/@rollup/rollup-linux-s390x-gnu": {
1584 "version": "4.52.5",
1585 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.52.5.tgz",
1586 "integrity": "sha512-gn8kHOrku8D4NGHMK1Y7NA7INQTRdVOntt1OCYypZPRt6skGbddska44K8iocdpxHTMMNui5oH4elPH4QOLrFQ==",
1587 "cpu": [
1588 "s390x"
1589 ],
1590 "license": "MIT",
1591 "optional": true,
1592 "os": [
1593 "linux"
1594 ]
1595 },
1596 "node_modules/@rollup/rollup-linux-x64-gnu": {
1597 "version": "4.52.5",
1598 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.52.5.tgz",
1599 "integrity": "sha512-hXGLYpdhiNElzN770+H2nlx+jRog8TyynpTVzdlc6bndktjKWyZyiCsuDAlpd+j+W+WNqfcyAWz9HxxIGfZm1Q==",
1600 "cpu": [
1601 "x64"
1602 ],
1603 "license": "MIT",
1604 "optional": true,
1605 "os": [
1606 "linux"
1607 ]
1608 },
1609 "node_modules/@rollup/rollup-linux-x64-musl": {
1610 "version": "4.52.5",
1611 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.52.5.tgz",
1612 "integrity": "sha512-arCGIcuNKjBoKAXD+y7XomR9gY6Mw7HnFBv5Rw7wQRvwYLR7gBAgV7Mb2QTyjXfTveBNFAtPt46/36vV9STLNg==",
1613 "cpu": [
1614 "x64"
1615 ],
1616 "license": "MIT",
1617 "optional": true,
1618 "os": [
1619 "linux"
1620 ]
1621 },
1622 "node_modules/@rollup/rollup-openharmony-arm64": {
1623 "version": "4.52.5",
1624 "resolved": "https://registry.npmjs.org/@rollup/rollup-openharmony-arm64/-/rollup-openharmony-arm64-4.52.5.tgz",
1625 "integrity": "sha512-QoFqB6+/9Rly/RiPjaomPLmR/13cgkIGfA40LHly9zcH1S0bN2HVFYk3a1eAyHQyjs3ZJYlXvIGtcCs5tko9Cw==",
1626 "cpu": [
1627 "arm64"
1628 ],
1629 "license": "MIT",
1630 "optional": true,
1631 "os": [
1632 "openharmony"
1633 ]
1634 },
1635 "node_modules/@rollup/rollup-win32-arm64-msvc": {
1636 "version": "4.52.5",
1637 "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.52.5.tgz",
1638 "integrity": "sha512-w0cDWVR6MlTstla1cIfOGyl8+qb93FlAVutcor14Gf5Md5ap5ySfQ7R9S/NjNaMLSFdUnKGEasmVnu3lCMqB7w==",
1639 "cpu": [
1640 "arm64"
1641 ],
1642 "license": "MIT",
1643 "optional": true,
1644 "os": [
1645 "win32"
1646 ]
1647 },
1648 "node_modules/@rollup/rollup-win32-ia32-msvc": {
1649 "version": "4.52.5",
1650 "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.52.5.tgz",
1651 "integrity": "sha512-Aufdpzp7DpOTULJCuvzqcItSGDH73pF3ko/f+ckJhxQyHtp67rHw3HMNxoIdDMUITJESNE6a8uh4Lo4SLouOUg==",
1652 "cpu": [
1653 "ia32"
1654 ],
1655 "license": "MIT",
1656 "optional": true,
1657 "os": [
1658 "win32"
1659 ]
1660 },
1661 "node_modules/@rollup/rollup-win32-x64-gnu": {
1662 "version": "4.52.5",
1663 "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-gnu/-/rollup-win32-x64-gnu-4.52.5.tgz",
1664 "integrity": "sha512-UGBUGPFp1vkj6p8wCRraqNhqwX/4kNQPS57BCFc8wYh0g94iVIW33wJtQAx3G7vrjjNtRaxiMUylM0ktp/TRSQ==",
1665 "cpu": [
1666 "x64"
1667 ],
1668 "license": "MIT",
1669 "optional": true,
1670 "os": [
1671 "win32"
1672 ]
1673 },
1674 "node_modules/@rollup/rollup-win32-x64-msvc": {
1675 "version": "4.52.5",
1676 "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.52.5.tgz",
1677 "integrity": "sha512-TAcgQh2sSkykPRWLrdyy2AiceMckNf5loITqXxFI5VuQjS5tSuw3WlwdN8qv8vzjLAUTvYaH/mVjSFpbkFbpTg==",
1678 "cpu": [
1679 "x64"
1680 ],
1681 "license": "MIT",
1682 "optional": true,
1683 "os": [
1684 "win32"
1685 ]
1686 },
1687 "node_modules/@shikijs/core": {
1688 "version": "3.14.0",
1689 "resolved": "https://registry.npmjs.org/@shikijs/core/-/core-3.14.0.tgz",
1690 "integrity": "sha512-qRSeuP5vlYHCNUIrpEBQFO7vSkR7jn7Kv+5X3FO/zBKVDGQbcnlScD3XhkrHi/R8Ltz0kEjvFR9Szp/XMRbFMw==",
1691 "license": "MIT",
1692 "dependencies": {
1693 "@shikijs/types": "3.14.0",
1694 "@shikijs/vscode-textmate": "^10.0.2",
1695 "@types/hast": "^3.0.4",
1696 "hast-util-to-html": "^9.0.5"
1697 }
1698 },
1699 "node_modules/@shikijs/engine-javascript": {
1700 "version": "3.14.0",
1701 "resolved": "https://registry.npmjs.org/@shikijs/engine-javascript/-/engine-javascript-3.14.0.tgz",
1702 "integrity": "sha512-3v1kAXI2TsWQuwv86cREH/+FK9Pjw3dorVEykzQDhwrZj0lwsHYlfyARaKmn6vr5Gasf8aeVpb8JkzeWspxOLQ==",
1703 "license": "MIT",
1704 "dependencies": {
1705 "@shikijs/types": "3.14.0",
1706 "@shikijs/vscode-textmate": "^10.0.2",
1707 "oniguruma-to-es": "^4.3.3"
1708 }
1709 },
1710 "node_modules/@shikijs/engine-oniguruma": {
1711 "version": "3.14.0",
1712 "resolved": "https://registry.npmjs.org/@shikijs/engine-oniguruma/-/engine-oniguruma-3.14.0.tgz",
1713 "integrity": "sha512-TNcYTYMbJyy+ZjzWtt0bG5y4YyMIWC2nyePz+CFMWqm+HnZZyy9SWMgo8Z6KBJVIZnx8XUXS8U2afO6Y0g1Oug==",
1714 "license": "MIT",
1715 "dependencies": {
1716 "@shikijs/types": "3.14.0",
1717 "@shikijs/vscode-textmate": "^10.0.2"
1718 }
1719 },
1720 "node_modules/@shikijs/langs": {
1721 "version": "3.14.0",
1722 "resolved": "https://registry.npmjs.org/@shikijs/langs/-/langs-3.14.0.tgz",
1723 "integrity": "sha512-DIB2EQY7yPX1/ZH7lMcwrK5pl+ZkP/xoSpUzg9YC8R+evRCCiSQ7yyrvEyBsMnfZq4eBzLzBlugMyTAf13+pzg==",
1724 "license": "MIT",
1725 "dependencies": {
1726 "@shikijs/types": "3.14.0"
1727 }
1728 },
1729 "node_modules/@shikijs/themes": {
1730 "version": "3.14.0",
1731 "resolved": "https://registry.npmjs.org/@shikijs/themes/-/themes-3.14.0.tgz",
1732 "integrity": "sha512-fAo/OnfWckNmv4uBoUu6dSlkcBc+SA1xzj5oUSaz5z3KqHtEbUypg/9xxgJARtM6+7RVm0Q6Xnty41xA1ma1IA==",
1733 "license": "MIT",
1734 "dependencies": {
1735 "@shikijs/types": "3.14.0"
1736 }
1737 },
1738 "node_modules/@shikijs/types": {
1739 "version": "3.14.0",
1740 "resolved": "https://registry.npmjs.org/@shikijs/types/-/types-3.14.0.tgz",
1741 "integrity": "sha512-bQGgC6vrY8U/9ObG1Z/vTro+uclbjjD/uG58RvfxKZVD5p9Yc1ka3tVyEFy7BNJLzxuWyHH5NWynP9zZZS59eQ==",
1742 "license": "MIT",
1743 "dependencies": {
1744 "@shikijs/vscode-textmate": "^10.0.2",
1745 "@types/hast": "^3.0.4"
1746 }
1747 },
1748 "node_modules/@shikijs/vscode-textmate": {
1749 "version": "10.0.2",
1750 "resolved": "https://registry.npmjs.org/@shikijs/vscode-textmate/-/vscode-textmate-10.0.2.tgz",
1751 "integrity": "sha512-83yeghZ2xxin3Nj8z1NMd/NCuca+gsYXswywDy5bHvwlWL8tpTQmzGeUuHd9FC3E/SBEMvzJRwWEOz5gGes9Qg==",
1752 "license": "MIT"
1753 },
1754 "node_modules/@swc/helpers": {
1755 "version": "0.5.17",
1756 "resolved": "https://registry.npmjs.org/@swc/helpers/-/helpers-0.5.17.tgz",
1757 "integrity": "sha512-5IKx/Y13RsYd+sauPb2x+U/xZikHjolzfuDgTAl/Tdf3Q8rslRvC19NKDLgAJQ6wsqADk10ntlv08nPFw/gO/A==",
1758 "license": "Apache-2.0",
1759 "dependencies": {
1760 "tslib": "^2.8.0"
1761 }
1762 },
1763 "node_modules/@tailwindcss/node": {
1764 "version": "4.1.16",
1765 "resolved": "https://registry.npmjs.org/@tailwindcss/node/-/node-4.1.16.tgz",
1766 "integrity": "sha512-BX5iaSsloNuvKNHRN3k2RcCuTEgASTo77mofW0vmeHkfrDWaoFAFvNHpEgtu0eqyypcyiBkDWzSMxJhp3AUVcw==",
1767 "license": "MIT",
1768 "dependencies": {
1769 "@jridgewell/remapping": "^2.3.4",
1770 "enhanced-resolve": "^5.18.3",
1771 "jiti": "^2.6.1",
1772 "lightningcss": "1.30.2",
1773 "magic-string": "^0.30.19",
1774 "source-map-js": "^1.2.1",
1775 "tailwindcss": "4.1.16"
1776 }
1777 },
1778 "node_modules/@tailwindcss/oxide": {
1779 "version": "4.1.16",
1780 "resolved": "https://registry.npmjs.org/@tailwindcss/oxide/-/oxide-4.1.16.tgz",
1781 "integrity": "sha512-2OSv52FRuhdlgyOQqgtQHuCgXnS8nFSYRp2tJ+4WZXKgTxqPy7SMSls8c3mPT5pkZ17SBToGM5LHEJBO7miEdg==",
1782 "license": "MIT",
1783 "engines": {
1784 "node": ">= 10"
1785 },
1786 "optionalDependencies": {
1787 "@tailwindcss/oxide-android-arm64": "4.1.16",
1788 "@tailwindcss/oxide-darwin-arm64": "4.1.16",
1789 "@tailwindcss/oxide-darwin-x64": "4.1.16",
1790 "@tailwindcss/oxide-freebsd-x64": "4.1.16",
1791 "@tailwindcss/oxide-linux-arm-gnueabihf": "4.1.16",
1792 "@tailwindcss/oxide-linux-arm64-gnu": "4.1.16",
1793 "@tailwindcss/oxide-linux-arm64-musl": "4.1.16",
1794 "@tailwindcss/oxide-linux-x64-gnu": "4.1.16",
1795 "@tailwindcss/oxide-linux-x64-musl": "4.1.16",
1796 "@tailwindcss/oxide-wasm32-wasi": "4.1.16",
1797 "@tailwindcss/oxide-win32-arm64-msvc": "4.1.16",
1798 "@tailwindcss/oxide-win32-x64-msvc": "4.1.16"
1799 }
1800 },
1801 "node_modules/@tailwindcss/oxide-android-arm64": {
1802 "version": "4.1.16",
1803 "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-android-arm64/-/oxide-android-arm64-4.1.16.tgz",
1804 "integrity": "sha512-8+ctzkjHgwDJ5caq9IqRSgsP70xhdhJvm+oueS/yhD5ixLhqTw9fSL1OurzMUhBwE5zK26FXLCz2f/RtkISqHA==",
1805 "cpu": [
1806 "arm64"
1807 ],
1808 "license": "MIT",
1809 "optional": true,
1810 "os": [
1811 "android"
1812 ],
1813 "engines": {
1814 "node": ">= 10"
1815 }
1816 },
1817 "node_modules/@tailwindcss/oxide-darwin-arm64": {
1818 "version": "4.1.16",
1819 "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-darwin-arm64/-/oxide-darwin-arm64-4.1.16.tgz",
1820 "integrity": "sha512-C3oZy5042v2FOALBZtY0JTDnGNdS6w7DxL/odvSny17ORUnaRKhyTse8xYi3yKGyfnTUOdavRCdmc8QqJYwFKA==",
1821 "cpu": [
1822 "arm64"
1823 ],
1824 "license": "MIT",
1825 "optional": true,
1826 "os": [
1827 "darwin"
1828 ],
1829 "engines": {
1830 "node": ">= 10"
1831 }
1832 },
1833 "node_modules/@tailwindcss/oxide-darwin-x64": {
1834 "version": "4.1.16",
1835 "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-darwin-x64/-/oxide-darwin-x64-4.1.16.tgz",
1836 "integrity": "sha512-vjrl/1Ub9+JwU6BP0emgipGjowzYZMjbWCDqwA2Z4vCa+HBSpP4v6U2ddejcHsolsYxwL5r4bPNoamlV0xDdLg==",
1837 "cpu": [
1838 "x64"
1839 ],
1840 "license": "MIT",
1841 "optional": true,
1842 "os": [
1843 "darwin"
1844 ],
1845 "engines": {
1846 "node": ">= 10"
1847 }
1848 },
1849 "node_modules/@tailwindcss/oxide-freebsd-x64": {
1850 "version": "4.1.16",
1851 "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-freebsd-x64/-/oxide-freebsd-x64-4.1.16.tgz",
1852 "integrity": "sha512-TSMpPYpQLm+aR1wW5rKuUuEruc/oOX3C7H0BTnPDn7W/eMw8W+MRMpiypKMkXZfwH8wqPIRKppuZoedTtNj2tg==",
1853 "cpu": [
1854 "x64"
1855 ],
1856 "license": "MIT",
1857 "optional": true,
1858 "os": [
1859 "freebsd"
1860 ],
1861 "engines": {
1862 "node": ">= 10"
1863 }
1864 },
1865 "node_modules/@tailwindcss/oxide-linux-arm-gnueabihf": {
1866 "version": "4.1.16",
1867 "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm-gnueabihf/-/oxide-linux-arm-gnueabihf-4.1.16.tgz",
1868 "integrity": "sha512-p0GGfRg/w0sdsFKBjMYvvKIiKy/LNWLWgV/plR4lUgrsxFAoQBFrXkZ4C0w8IOXfslB9vHK/JGASWD2IefIpvw==",
1869 "cpu": [
1870 "arm"
1871 ],
1872 "license": "MIT",
1873 "optional": true,
1874 "os": [
1875 "linux"
1876 ],
1877 "engines": {
1878 "node": ">= 10"
1879 }
1880 },
1881 "node_modules/@tailwindcss/oxide-linux-arm64-gnu": {
1882 "version": "4.1.16",
1883 "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm64-gnu/-/oxide-linux-arm64-gnu-4.1.16.tgz",
1884 "integrity": "sha512-DoixyMmTNO19rwRPdqviTrG1rYzpxgyYJl8RgQvdAQUzxC1ToLRqtNJpU/ATURSKgIg6uerPw2feW0aS8SNr/w==",
1885 "cpu": [
1886 "arm64"
1887 ],
1888 "license": "MIT",
1889 "optional": true,
1890 "os": [
1891 "linux"
1892 ],
1893 "engines": {
1894 "node": ">= 10"
1895 }
1896 },
1897 "node_modules/@tailwindcss/oxide-linux-arm64-musl": {
1898 "version": "4.1.16",
1899 "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm64-musl/-/oxide-linux-arm64-musl-4.1.16.tgz",
1900 "integrity": "sha512-H81UXMa9hJhWhaAUca6bU2wm5RRFpuHImrwXBUvPbYb+3jo32I9VIwpOX6hms0fPmA6f2pGVlybO6qU8pF4fzQ==",
1901 "cpu": [
1902 "arm64"
1903 ],
1904 "license": "MIT",
1905 "optional": true,
1906 "os": [
1907 "linux"
1908 ],
1909 "engines": {
1910 "node": ">= 10"
1911 }
1912 },
1913 "node_modules/@tailwindcss/oxide-linux-x64-gnu": {
1914 "version": "4.1.16",
1915 "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-x64-gnu/-/oxide-linux-x64-gnu-4.1.16.tgz",
1916 "integrity": "sha512-ZGHQxDtFC2/ruo7t99Qo2TTIvOERULPl5l0K1g0oK6b5PGqjYMga+FcY1wIUnrUxY56h28FxybtDEla+ICOyew==",
1917 "cpu": [
1918 "x64"
1919 ],
1920 "license": "MIT",
1921 "optional": true,
1922 "os": [
1923 "linux"
1924 ],
1925 "engines": {
1926 "node": ">= 10"
1927 }
1928 },
1929 "node_modules/@tailwindcss/oxide-linux-x64-musl": {
1930 "version": "4.1.16",
1931 "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-x64-musl/-/oxide-linux-x64-musl-4.1.16.tgz",
1932 "integrity": "sha512-Oi1tAaa0rcKf1Og9MzKeINZzMLPbhxvm7rno5/zuP1WYmpiG0bEHq4AcRUiG2165/WUzvxkW4XDYCscZWbTLZw==",
1933 "cpu": [
1934 "x64"
1935 ],
1936 "license": "MIT",
1937 "optional": true,
1938 "os": [
1939 "linux"
1940 ],
1941 "engines": {
1942 "node": ">= 10"
1943 }
1944 },
1945 "node_modules/@tailwindcss/oxide-wasm32-wasi": {
1946 "version": "4.1.16",
1947 "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-wasm32-wasi/-/oxide-wasm32-wasi-4.1.16.tgz",
1948 "integrity": "sha512-B01u/b8LteGRwucIBmCQ07FVXLzImWESAIMcUU6nvFt/tYsQ6IHz8DmZ5KtvmwxD+iTYBtM1xwoGXswnlu9v0Q==",
1949 "bundleDependencies": [
1950 "@napi-rs/wasm-runtime",
1951 "@emnapi/core",
1952 "@emnapi/runtime",
1953 "@tybys/wasm-util",
1954 "@emnapi/wasi-threads",
1955 "tslib"
1956 ],
1957 "cpu": [
1958 "wasm32"
1959 ],
1960 "license": "MIT",
1961 "optional": true,
1962 "dependencies": {
1963 "@emnapi/core": "^1.5.0",
1964 "@emnapi/runtime": "^1.5.0",
1965 "@emnapi/wasi-threads": "^1.1.0",
1966 "@napi-rs/wasm-runtime": "^1.0.7",
1967 "@tybys/wasm-util": "^0.10.1",
1968 "tslib": "^2.4.0"
1969 },
1970 "engines": {
1971 "node": ">=14.0.0"
1972 }
1973 },
1974 "node_modules/@tailwindcss/oxide-win32-arm64-msvc": {
1975 "version": "4.1.16",
1976 "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-arm64-msvc/-/oxide-win32-arm64-msvc-4.1.16.tgz",
1977 "integrity": "sha512-zX+Q8sSkGj6HKRTMJXuPvOcP8XfYON24zJBRPlszcH1Np7xuHXhWn8qfFjIujVzvH3BHU+16jBXwgpl20i+v9A==",
1978 "cpu": [
1979 "arm64"
1980 ],
1981 "license": "MIT",
1982 "optional": true,
1983 "os": [
1984 "win32"
1985 ],
1986 "engines": {
1987 "node": ">= 10"
1988 }
1989 },
1990 "node_modules/@tailwindcss/oxide-win32-x64-msvc": {
1991 "version": "4.1.16",
1992 "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-x64-msvc/-/oxide-win32-x64-msvc-4.1.16.tgz",
1993 "integrity": "sha512-m5dDFJUEejbFqP+UXVstd4W/wnxA4F61q8SoL+mqTypId2T2ZpuxosNSgowiCnLp2+Z+rivdU0AqpfgiD7yCBg==",
1994 "cpu": [
1995 "x64"
1996 ],
1997 "license": "MIT",
1998 "optional": true,
1999 "os": [
2000 "win32"
2001 ],
2002 "engines": {
2003 "node": ">= 10"
2004 }
2005 },
2006 "node_modules/@tailwindcss/vite": {
2007 "version": "4.1.16",
2008 "resolved": "https://registry.npmjs.org/@tailwindcss/vite/-/vite-4.1.16.tgz",
2009 "integrity": "sha512-bbguNBcDxsRmi9nnlWJxhfDWamY3lmcyACHcdO1crxfzuLpOhHLLtEIN/nCbbAtj5rchUgQD17QVAKi1f7IsKg==",
2010 "license": "MIT",
2011 "dependencies": {
2012 "@tailwindcss/node": "4.1.16",
2013 "@tailwindcss/oxide": "4.1.16",
2014 "tailwindcss": "4.1.16"
2015 },
2016 "peerDependencies": {
2017 "vite": "^5.2.0 || ^6 || ^7"
2018 }
2019 },
2020 "node_modules/@ts-morph/common": {
2021 "version": "0.25.0",
2022 "resolved": "https://registry.npmjs.org/@ts-morph/common/-/common-0.25.0.tgz",
2023 "integrity": "sha512-kMnZz+vGGHi4GoHnLmMhGNjm44kGtKUXGnOvrKmMwAuvNjM/PgKVGfUnL7IDvK7Jb2QQ82jq3Zmp04Gy+r3Dkg==",
2024 "dev": true,
2025 "license": "MIT",
2026 "dependencies": {
2027 "minimatch": "^9.0.4",
2028 "path-browserify": "^1.0.1",
2029 "tinyglobby": "^0.2.9"
2030 }
2031 },
2032 "node_modules/@types/debug": {
2033 "version": "4.1.12",
2034 "resolved": "https://registry.npmjs.org/@types/debug/-/debug-4.1.12.tgz",
2035 "integrity": "sha512-vIChWdVG3LG1SMxEvI/AK+FWJthlrqlTu7fbrlywTkkaONwk/UAGaULXRlf8vkzFBLVm0zkMdCquhL5aOjhXPQ==",
2036 "license": "MIT",
2037 "dependencies": {
2038 "@types/ms": "*"
2039 }
2040 },
2041 "node_modules/@types/estree": {
2042 "version": "1.0.8",
2043 "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.8.tgz",
2044 "integrity": "sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==",
2045 "license": "MIT"
2046 },
2047 "node_modules/@types/fontkit": {
2048 "version": "2.0.8",
2049 "resolved": "https://registry.npmjs.org/@types/fontkit/-/fontkit-2.0.8.tgz",
2050 "integrity": "sha512-wN+8bYxIpJf+5oZdrdtaX04qUuWHcKxcDEgRS9Qm9ZClSHjzEn13SxUC+5eRM+4yXIeTYk8mTzLAWGF64847ew==",
2051 "license": "MIT",
2052 "dependencies": {
2053 "@types/node": "*"
2054 }
2055 },
2056 "node_modules/@types/hast": {
2057 "version": "3.0.4",
2058 "resolved": "https://registry.npmjs.org/@types/hast/-/hast-3.0.4.tgz",
2059 "integrity": "sha512-WPs+bbQw5aCj+x6laNGWLH3wviHtoCv/P3+otBhbOhJgG8qtpdAMlTCxLtsTWA7LH1Oh/bFCHsBn0TPS5m30EQ==",
2060 "license": "MIT",
2061 "dependencies": {
2062 "@types/unist": "*"
2063 }
2064 },
2065 "node_modules/@types/mdast": {
2066 "version": "4.0.4",
2067 "resolved": "https://registry.npmjs.org/@types/mdast/-/mdast-4.0.4.tgz",
2068 "integrity": "sha512-kGaNbPh1k7AFzgpud/gMdvIm5xuECykRR+JnWKQno9TAXVa6WIVCGTPvYGekIDL4uwCZQSYbUxNBSb1aUo79oA==",
2069 "license": "MIT",
2070 "dependencies": {
2071 "@types/unist": "*"
2072 }
2073 },
2074 "node_modules/@types/ms": {
2075 "version": "2.1.0",
2076 "resolved": "https://registry.npmjs.org/@types/ms/-/ms-2.1.0.tgz",
2077 "integrity": "sha512-GsCCIZDE/p3i96vtEqx+7dBUGXrc7zeSK3wwPHIaRThS+9OhWIXRqzs4d6k1SVU8g91DrNRWxWUGhp5KXQb2VA==",
2078 "license": "MIT"
2079 },
2080 "node_modules/@types/nlcst": {
2081 "version": "2.0.3",
2082 "resolved": "https://registry.npmjs.org/@types/nlcst/-/nlcst-2.0.3.tgz",
2083 "integrity": "sha512-vSYNSDe6Ix3q+6Z7ri9lyWqgGhJTmzRjZRqyq15N0Z/1/UnVsno9G/N40NBijoYx2seFDIl0+B2mgAb9mezUCA==",
2084 "license": "MIT",
2085 "dependencies": {
2086 "@types/unist": "*"
2087 }
2088 },
2089 "node_modules/@types/node": {
2090 "version": "24.9.2",
2091 "resolved": "https://registry.npmjs.org/@types/node/-/node-24.9.2.tgz",
2092 "integrity": "sha512-uWN8YqxXxqFMX2RqGOrumsKeti4LlmIMIyV0lgut4jx7KQBcBiW6vkDtIBvHnHIquwNfJhk8v2OtmO8zXWHfPA==",
2093 "license": "MIT",
2094 "dependencies": {
2095 "undici-types": "~7.16.0"
2096 }
2097 },
2098 "node_modules/@types/unist": {
2099 "version": "3.0.3",
2100 "resolved": "https://registry.npmjs.org/@types/unist/-/unist-3.0.3.tgz",
2101 "integrity": "sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q==",
2102 "license": "MIT"
2103 },
2104 "node_modules/@ungap/structured-clone": {
2105 "version": "1.3.0",
2106 "resolved": "https://registry.npmjs.org/@ungap/structured-clone/-/structured-clone-1.3.0.tgz",
2107 "integrity": "sha512-WmoN8qaIAo7WTYWbAZuG8PYEhn5fkz7dZrqTBZ7dtt//lL2Gwms1IcnQ5yHqjDfX8Ft5j4YzDM23f87zBfDe9g==",
2108 "license": "ISC"
2109 },
2110 "node_modules/acorn": {
2111 "version": "8.15.0",
2112 "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.15.0.tgz",
2113 "integrity": "sha512-NZyJarBfL7nWwIq+FDL6Zp/yHEhePMNnnJ0y3qfieCrmNvYct8uvtiV41UvlSe6apAfk0fY1FbWx+NwfmpvtTg==",
2114 "license": "MIT",
2115 "bin": {
2116 "acorn": "bin/acorn"
2117 },
2118 "engines": {
2119 "node": ">=0.4.0"
2120 }
2121 },
2122 "node_modules/ansi-align": {
2123 "version": "3.0.1",
2124 "resolved": "https://registry.npmjs.org/ansi-align/-/ansi-align-3.0.1.tgz",
2125 "integrity": "sha512-IOfwwBF5iczOjp/WeY4YxyjqAFMQoZufdQWDd19SEExbVLNXqvpzSJ/M7Za4/sCPmQ0+GRquoA7bGcINcxew6w==",
2126 "license": "ISC",
2127 "dependencies": {
2128 "string-width": "^4.1.0"
2129 }
2130 },
2131 "node_modules/ansi-align/node_modules/ansi-regex": {
2132 "version": "5.0.1",
2133 "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
2134 "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
2135 "license": "MIT",
2136 "engines": {
2137 "node": ">=8"
2138 }
2139 },
2140 "node_modules/ansi-align/node_modules/emoji-regex": {
2141 "version": "8.0.0",
2142 "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
2143 "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
2144 "license": "MIT"
2145 },
2146 "node_modules/ansi-align/node_modules/string-width": {
2147 "version": "4.2.3",
2148 "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
2149 "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
2150 "license": "MIT",
2151 "dependencies": {
2152 "emoji-regex": "^8.0.0",
2153 "is-fullwidth-code-point": "^3.0.0",
2154 "strip-ansi": "^6.0.1"
2155 },
2156 "engines": {
2157 "node": ">=8"
2158 }
2159 },
2160 "node_modules/ansi-align/node_modules/strip-ansi": {
2161 "version": "6.0.1",
2162 "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
2163 "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
2164 "license": "MIT",
2165 "dependencies": {
2166 "ansi-regex": "^5.0.1"
2167 },
2168 "engines": {
2169 "node": ">=8"
2170 }
2171 },
2172 "node_modules/ansi-regex": {
2173 "version": "6.2.2",
2174 "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.2.2.tgz",
2175 "integrity": "sha512-Bq3SmSpyFHaWjPk8If9yc6svM8c56dB5BAtW4Qbw5jHTwwXXcTLoRMkpDJp6VL0XzlWaCHTXrkFURMYmD0sLqg==",
2176 "license": "MIT",
2177 "engines": {
2178 "node": ">=12"
2179 },
2180 "funding": {
2181 "url": "https://github.com/chalk/ansi-regex?sponsor=1"
2182 }
2183 },
2184 "node_modules/ansi-styles": {
2185 "version": "6.2.3",
2186 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.3.tgz",
2187 "integrity": "sha512-4Dj6M28JB+oAH8kFkTLUo+a2jwOFkuqb3yucU0CANcRRUbxS0cP0nZYCGjcc3BNXwRIsUVmDGgzawme7zvJHvg==",
2188 "license": "MIT",
2189 "engines": {
2190 "node": ">=12"
2191 },
2192 "funding": {
2193 "url": "https://github.com/chalk/ansi-styles?sponsor=1"
2194 }
2195 },
2196 "node_modules/anymatch": {
2197 "version": "3.1.3",
2198 "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.3.tgz",
2199 "integrity": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==",
2200 "license": "ISC",
2201 "dependencies": {
2202 "normalize-path": "^3.0.0",
2203 "picomatch": "^2.0.4"
2204 },
2205 "engines": {
2206 "node": ">= 8"
2207 }
2208 },
2209 "node_modules/anymatch/node_modules/picomatch": {
2210 "version": "2.3.1",
2211 "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz",
2212 "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==",
2213 "license": "MIT",
2214 "engines": {
2215 "node": ">=8.6"
2216 },
2217 "funding": {
2218 "url": "https://github.com/sponsors/jonschlinkert"
2219 }
2220 },
2221 "node_modules/argparse": {
2222 "version": "2.0.1",
2223 "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
2224 "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
2225 "license": "Python-2.0"
2226 },
2227 "node_modules/aria-query": {
2228 "version": "5.3.2",
2229 "resolved": "https://registry.npmjs.org/aria-query/-/aria-query-5.3.2.tgz",
2230 "integrity": "sha512-COROpnaoap1E2F000S62r6A60uHZnmlvomhfyT2DlTcrY1OrBKn2UhH7qn5wTC9zMvD0AY7csdPSNwKP+7WiQw==",
2231 "license": "Apache-2.0",
2232 "engines": {
2233 "node": ">= 0.4"
2234 }
2235 },
2236 "node_modules/array-iterate": {
2237 "version": "2.0.1",
2238 "resolved": "https://registry.npmjs.org/array-iterate/-/array-iterate-2.0.1.tgz",
2239 "integrity": "sha512-I1jXZMjAgCMmxT4qxXfPXa6SthSoE8h6gkSI9BGGNv8mP8G/v0blc+qFnZu6K42vTOiuME596QaLO0TP3Lk0xg==",
2240 "license": "MIT",
2241 "funding": {
2242 "type": "github",
2243 "url": "https://github.com/sponsors/wooorm"
2244 }
2245 },
2246 "node_modules/astro": {
2247 "version": "5.15.2",
2248 "resolved": "https://registry.npmjs.org/astro/-/astro-5.15.2.tgz",
2249 "integrity": "sha512-xQQ+PiYJ7WpUJrHJpAb52TQAUCFmSR8lAtQr3tFfSIZoTQiEMFx3HITJ01t3eDUpHjja8J6JcYqgAhr9xygKQg==",
2250 "license": "MIT",
2251 "dependencies": {
2252 "@astrojs/compiler": "^2.12.2",
2253 "@astrojs/internal-helpers": "0.7.4",
2254 "@astrojs/markdown-remark": "6.3.8",
2255 "@astrojs/telemetry": "3.3.0",
2256 "@capsizecss/unpack": "^3.0.0",
2257 "@oslojs/encoding": "^1.1.0",
2258 "@rollup/pluginutils": "^5.2.0",
2259 "acorn": "^8.15.0",
2260 "aria-query": "^5.3.2",
2261 "axobject-query": "^4.1.0",
2262 "boxen": "8.0.1",
2263 "ci-info": "^4.3.0",
2264 "clsx": "^2.1.1",
2265 "common-ancestor-path": "^1.0.1",
2266 "cookie": "^1.0.2",
2267 "cssesc": "^3.0.0",
2268 "debug": "^4.4.1",
2269 "deterministic-object-hash": "^2.0.2",
2270 "devalue": "^5.3.2",
2271 "diff": "^5.2.0",
2272 "dlv": "^1.1.3",
2273 "dset": "^3.1.4",
2274 "es-module-lexer": "^1.7.0",
2275 "esbuild": "^0.25.0",
2276 "estree-walker": "^3.0.3",
2277 "flattie": "^1.1.1",
2278 "fontace": "~0.3.0",
2279 "github-slugger": "^2.0.0",
2280 "html-escaper": "3.0.3",
2281 "http-cache-semantics": "^4.2.0",
2282 "import-meta-resolve": "^4.2.0",
2283 "js-yaml": "^4.1.0",
2284 "magic-string": "^0.30.18",
2285 "magicast": "^0.3.5",
2286 "mrmime": "^2.0.1",
2287 "neotraverse": "^0.6.18",
2288 "p-limit": "^6.2.0",
2289 "p-queue": "^8.1.0",
2290 "package-manager-detector": "^1.3.0",
2291 "picocolors": "^1.1.1",
2292 "picomatch": "^4.0.3",
2293 "prompts": "^2.4.2",
2294 "rehype": "^13.0.2",
2295 "semver": "^7.7.2",
2296 "shiki": "^3.12.0",
2297 "smol-toml": "^1.4.2",
2298 "tinyexec": "^1.0.1",
2299 "tinyglobby": "^0.2.14",
2300 "tsconfck": "^3.1.6",
2301 "ultrahtml": "^1.6.0",
2302 "unifont": "~0.6.0",
2303 "unist-util-visit": "^5.0.0",
2304 "unstorage": "^1.17.0",
2305 "vfile": "^6.0.3",
2306 "vite": "^6.4.1",
2307 "vitefu": "^1.1.1",
2308 "xxhash-wasm": "^1.1.0",
2309 "yargs-parser": "^21.1.1",
2310 "yocto-spinner": "^0.2.3",
2311 "zod": "^3.25.76",
2312 "zod-to-json-schema": "^3.24.6",
2313 "zod-to-ts": "^1.2.0"
2314 },
2315 "bin": {
2316 "astro": "astro.js"
2317 },
2318 "engines": {
2319 "node": "18.20.8 || ^20.3.0 || >=22.0.0",
2320 "npm": ">=9.6.5",
2321 "pnpm": ">=7.1.0"
2322 },
2323 "funding": {
2324 "type": "opencollective",
2325 "url": "https://opencollective.com/astrodotbuild"
2326 },
2327 "optionalDependencies": {
2328 "sharp": "^0.34.0"
2329 }
2330 },
2331 "node_modules/astro/node_modules/vite": {
2332 "version": "6.4.1",
2333 "resolved": "https://registry.npmjs.org/vite/-/vite-6.4.1.tgz",
2334 "integrity": "sha512-+Oxm7q9hDoLMyJOYfUYBuHQo+dkAloi33apOPP56pzj+vsdJDzr+j1NISE5pyaAuKL4A3UD34qd0lx5+kfKp2g==",
2335 "license": "MIT",
2336 "dependencies": {
2337 "esbuild": "^0.25.0",
2338 "fdir": "^6.4.4",
2339 "picomatch": "^4.0.2",
2340 "postcss": "^8.5.3",
2341 "rollup": "^4.34.9",
2342 "tinyglobby": "^0.2.13"
2343 },
2344 "bin": {
2345 "vite": "bin/vite.js"
2346 },
2347 "engines": {
2348 "node": "^18.0.0 || ^20.0.0 || >=22.0.0"
2349 },
2350 "funding": {
2351 "url": "https://github.com/vitejs/vite?sponsor=1"
2352 },
2353 "optionalDependencies": {
2354 "fsevents": "~2.3.3"
2355 },
2356 "peerDependencies": {
2357 "@types/node": "^18.0.0 || ^20.0.0 || >=22.0.0",
2358 "jiti": ">=1.21.0",
2359 "less": "*",
2360 "lightningcss": "^1.21.0",
2361 "sass": "*",
2362 "sass-embedded": "*",
2363 "stylus": "*",
2364 "sugarss": "*",
2365 "terser": "^5.16.0",
2366 "tsx": "^4.8.1",
2367 "yaml": "^2.4.2"
2368 },
2369 "peerDependenciesMeta": {
2370 "@types/node": {
2371 "optional": true
2372 },
2373 "jiti": {
2374 "optional": true
2375 },
2376 "less": {
2377 "optional": true
2378 },
2379 "lightningcss": {
2380 "optional": true
2381 },
2382 "sass": {
2383 "optional": true
2384 },
2385 "sass-embedded": {
2386 "optional": true
2387 },
2388 "stylus": {
2389 "optional": true
2390 },
2391 "sugarss": {
2392 "optional": true
2393 },
2394 "terser": {
2395 "optional": true
2396 },
2397 "tsx": {
2398 "optional": true
2399 },
2400 "yaml": {
2401 "optional": true
2402 }
2403 }
2404 },
2405 "node_modules/await-lock": {
2406 "version": "2.2.2",
2407 "resolved": "https://registry.npmjs.org/await-lock/-/await-lock-2.2.2.tgz",
2408 "integrity": "sha512-aDczADvlvTGajTDjcjpJMqRkOF6Qdz3YbPZm/PyW6tKPkx2hlYBzxMhEywM/tU72HrVZjgl5VCdRuMlA7pZ8Gw==",
2409 "license": "MIT"
2410 },
2411 "node_modules/axobject-query": {
2412 "version": "4.1.0",
2413 "resolved": "https://registry.npmjs.org/axobject-query/-/axobject-query-4.1.0.tgz",
2414 "integrity": "sha512-qIj0G9wZbMGNLjLmg1PT6v2mE9AH2zlnADJD/2tC6E00hgmhUOfEB6greHPAfLRSufHqROIUTkw6E+M3lH0PTQ==",
2415 "license": "Apache-2.0",
2416 "engines": {
2417 "node": ">= 0.4"
2418 }
2419 },
2420 "node_modules/bail": {
2421 "version": "2.0.2",
2422 "resolved": "https://registry.npmjs.org/bail/-/bail-2.0.2.tgz",
2423 "integrity": "sha512-0xO6mYd7JB2YesxDKplafRpsiOzPt9V02ddPCLbY1xYGPOX24NTyN50qnUxgCPcSoYMhKpAuBTjQoRZCAkUDRw==",
2424 "license": "MIT",
2425 "funding": {
2426 "type": "github",
2427 "url": "https://github.com/sponsors/wooorm"
2428 }
2429 },
2430 "node_modules/balanced-match": {
2431 "version": "1.0.2",
2432 "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
2433 "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
2434 "dev": true,
2435 "license": "MIT"
2436 },
2437 "node_modules/base-64": {
2438 "version": "1.0.0",
2439 "resolved": "https://registry.npmjs.org/base-64/-/base-64-1.0.0.tgz",
2440 "integrity": "sha512-kwDPIFCGx0NZHog36dj+tHiwP4QMzsZ3AgMViUBKI0+V5n4U0ufTCUMhnQ04diaRI8EX/QcPfql7zlhZ7j4zgg==",
2441 "license": "MIT"
2442 },
2443 "node_modules/base64-js": {
2444 "version": "1.5.1",
2445 "resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz",
2446 "integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==",
2447 "funding": [
2448 {
2449 "type": "github",
2450 "url": "https://github.com/sponsors/feross"
2451 },
2452 {
2453 "type": "patreon",
2454 "url": "https://www.patreon.com/feross"
2455 },
2456 {
2457 "type": "consulting",
2458 "url": "https://feross.org/support"
2459 }
2460 ],
2461 "license": "MIT"
2462 },
2463 "node_modules/boxen": {
2464 "version": "8.0.1",
2465 "resolved": "https://registry.npmjs.org/boxen/-/boxen-8.0.1.tgz",
2466 "integrity": "sha512-F3PH5k5juxom4xktynS7MoFY+NUWH5LC4CnH11YB8NPew+HLpmBLCybSAEyb2F+4pRXhuhWqFesoQd6DAyc2hw==",
2467 "license": "MIT",
2468 "dependencies": {
2469 "ansi-align": "^3.0.1",
2470 "camelcase": "^8.0.0",
2471 "chalk": "^5.3.0",
2472 "cli-boxes": "^3.0.0",
2473 "string-width": "^7.2.0",
2474 "type-fest": "^4.21.0",
2475 "widest-line": "^5.0.0",
2476 "wrap-ansi": "^9.0.0"
2477 },
2478 "engines": {
2479 "node": ">=18"
2480 },
2481 "funding": {
2482 "url": "https://github.com/sponsors/sindresorhus"
2483 }
2484 },
2485 "node_modules/brace-expansion": {
2486 "version": "2.0.2",
2487 "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.2.tgz",
2488 "integrity": "sha512-Jt0vHyM+jmUBqojB7E1NIYadt0vI0Qxjxd2TErW94wDz+E2LAm5vKMXXwg6ZZBTHPuUlDgQHKXvjGBdfcF1ZDQ==",
2489 "dev": true,
2490 "license": "MIT",
2491 "dependencies": {
2492 "balanced-match": "^1.0.0"
2493 }
2494 },
2495 "node_modules/brotli": {
2496 "version": "1.3.3",
2497 "resolved": "https://registry.npmjs.org/brotli/-/brotli-1.3.3.tgz",
2498 "integrity": "sha512-oTKjJdShmDuGW94SyyaoQvAjf30dZaHnjJ8uAF+u2/vGJkJbJPJAT1gDiOJP5v1Zb6f9KEyW/1HpuaWIXtGHPg==",
2499 "license": "MIT",
2500 "dependencies": {
2501 "base64-js": "^1.1.2"
2502 }
2503 },
2504 "node_modules/camelcase": {
2505 "version": "8.0.0",
2506 "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-8.0.0.tgz",
2507 "integrity": "sha512-8WB3Jcas3swSvjIeA2yvCJ+Miyz5l1ZmB6HFb9R1317dt9LCQoswg/BGrmAmkWVEszSrrg4RwmO46qIm2OEnSA==",
2508 "license": "MIT",
2509 "engines": {
2510 "node": ">=16"
2511 },
2512 "funding": {
2513 "url": "https://github.com/sponsors/sindresorhus"
2514 }
2515 },
2516 "node_modules/ccount": {
2517 "version": "2.0.1",
2518 "resolved": "https://registry.npmjs.org/ccount/-/ccount-2.0.1.tgz",
2519 "integrity": "sha512-eyrF0jiFpY+3drT6383f1qhkbGsLSifNAjA61IUjZjmLCWjItY6LB9ft9YhoDgwfmclB2zhu51Lc7+95b8NRAg==",
2520 "license": "MIT",
2521 "funding": {
2522 "type": "github",
2523 "url": "https://github.com/sponsors/wooorm"
2524 }
2525 },
2526 "node_modules/chalk": {
2527 "version": "5.6.2",
2528 "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.6.2.tgz",
2529 "integrity": "sha512-7NzBL0rN6fMUW+f7A6Io4h40qQlG+xGmtMxfbnH/K7TAtt8JQWVQK+6g0UXKMeVJoyV5EkkNsErQ8pVD3bLHbA==",
2530 "license": "MIT",
2531 "engines": {
2532 "node": "^12.17.0 || ^14.13 || >=16.0.0"
2533 },
2534 "funding": {
2535 "url": "https://github.com/chalk/chalk?sponsor=1"
2536 }
2537 },
2538 "node_modules/character-entities": {
2539 "version": "2.0.2",
2540 "resolved": "https://registry.npmjs.org/character-entities/-/character-entities-2.0.2.tgz",
2541 "integrity": "sha512-shx7oQ0Awen/BRIdkjkvz54PnEEI/EjwXDSIZp86/KKdbafHh1Df/RYGBhn4hbe2+uKC9FnT5UCEdyPz3ai9hQ==",
2542 "license": "MIT",
2543 "funding": {
2544 "type": "github",
2545 "url": "https://github.com/sponsors/wooorm"
2546 }
2547 },
2548 "node_modules/character-entities-html4": {
2549 "version": "2.1.0",
2550 "resolved": "https://registry.npmjs.org/character-entities-html4/-/character-entities-html4-2.1.0.tgz",
2551 "integrity": "sha512-1v7fgQRj6hnSwFpq1Eu0ynr/CDEw0rXo2B61qXrLNdHZmPKgb7fqS1a2JwF0rISo9q77jDI8VMEHoApn8qDoZA==",
2552 "license": "MIT",
2553 "funding": {
2554 "type": "github",
2555 "url": "https://github.com/sponsors/wooorm"
2556 }
2557 },
2558 "node_modules/character-entities-legacy": {
2559 "version": "3.0.0",
2560 "resolved": "https://registry.npmjs.org/character-entities-legacy/-/character-entities-legacy-3.0.0.tgz",
2561 "integrity": "sha512-RpPp0asT/6ufRm//AJVwpViZbGM/MkjQFxJccQRHmISF/22NBtsHqAWmL+/pmkPWoIUJdWyeVleTl1wydHATVQ==",
2562 "license": "MIT",
2563 "funding": {
2564 "type": "github",
2565 "url": "https://github.com/sponsors/wooorm"
2566 }
2567 },
2568 "node_modules/chokidar": {
2569 "version": "4.0.3",
2570 "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-4.0.3.tgz",
2571 "integrity": "sha512-Qgzu8kfBvo+cA4962jnP1KkS6Dop5NS6g7R5LFYJr4b8Ub94PPQXUksCw9PvXoeXPRRddRNC5C1JQUR2SMGtnA==",
2572 "license": "MIT",
2573 "dependencies": {
2574 "readdirp": "^4.0.1"
2575 },
2576 "engines": {
2577 "node": ">= 14.16.0"
2578 },
2579 "funding": {
2580 "url": "https://paulmillr.com/funding/"
2581 }
2582 },
2583 "node_modules/ci-info": {
2584 "version": "4.3.1",
2585 "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-4.3.1.tgz",
2586 "integrity": "sha512-Wdy2Igu8OcBpI2pZePZ5oWjPC38tmDVx5WKUXKwlLYkA0ozo85sLsLvkBbBn/sZaSCMFOGZJ14fvW9t5/d7kdA==",
2587 "funding": [
2588 {
2589 "type": "github",
2590 "url": "https://github.com/sponsors/sibiraj-s"
2591 }
2592 ],
2593 "license": "MIT",
2594 "engines": {
2595 "node": ">=8"
2596 }
2597 },
2598 "node_modules/cli-boxes": {
2599 "version": "3.0.0",
2600 "resolved": "https://registry.npmjs.org/cli-boxes/-/cli-boxes-3.0.0.tgz",
2601 "integrity": "sha512-/lzGpEWL/8PfI0BmBOPRwp0c/wFNX1RdUML3jK/RcSBA9T8mZDdQpqYBKtCFTOfQbwPqWEOpjqW+Fnayc0969g==",
2602 "license": "MIT",
2603 "engines": {
2604 "node": ">=10"
2605 },
2606 "funding": {
2607 "url": "https://github.com/sponsors/sindresorhus"
2608 }
2609 },
2610 "node_modules/clone": {
2611 "version": "2.1.2",
2612 "resolved": "https://registry.npmjs.org/clone/-/clone-2.1.2.tgz",
2613 "integrity": "sha512-3Pe/CF1Nn94hyhIYpjtiLhdCoEoz0DqQ+988E9gmeEdQZlojxnOb74wctFyuwWQHzqyf9X7C7MG8juUpqBJT8w==",
2614 "license": "MIT",
2615 "engines": {
2616 "node": ">=0.8"
2617 }
2618 },
2619 "node_modules/clsx": {
2620 "version": "2.1.1",
2621 "resolved": "https://registry.npmjs.org/clsx/-/clsx-2.1.1.tgz",
2622 "integrity": "sha512-eYm0QWBtUrBWZWG0d386OGAw16Z995PiOVo2B7bjWSbHedGl5e0ZWaq65kOGgUSNesEIDkB9ISbTg/JK9dhCZA==",
2623 "license": "MIT",
2624 "engines": {
2625 "node": ">=6"
2626 }
2627 },
2628 "node_modules/code-block-writer": {
2629 "version": "13.0.3",
2630 "resolved": "https://registry.npmjs.org/code-block-writer/-/code-block-writer-13.0.3.tgz",
2631 "integrity": "sha512-Oofo0pq3IKnsFtuHqSF7TqBfr71aeyZDVJ0HpmqB7FBM2qEigL0iPONSCZSO9pE9dZTAxANe5XHG9Uy0YMv8cg==",
2632 "dev": true,
2633 "license": "MIT"
2634 },
2635 "node_modules/color-convert": {
2636 "version": "2.0.1",
2637 "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
2638 "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
2639 "dev": true,
2640 "license": "MIT",
2641 "dependencies": {
2642 "color-name": "~1.1.4"
2643 },
2644 "engines": {
2645 "node": ">=7.0.0"
2646 }
2647 },
2648 "node_modules/color-name": {
2649 "version": "1.1.4",
2650 "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
2651 "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
2652 "dev": true,
2653 "license": "MIT"
2654 },
2655 "node_modules/comma-separated-tokens": {
2656 "version": "2.0.3",
2657 "resolved": "https://registry.npmjs.org/comma-separated-tokens/-/comma-separated-tokens-2.0.3.tgz",
2658 "integrity": "sha512-Fu4hJdvzeylCfQPp9SGWidpzrMs7tTrlu6Vb8XGaRGck8QSNZJJp538Wrb60Lax4fPwR64ViY468OIUTbRlGZg==",
2659 "license": "MIT",
2660 "funding": {
2661 "type": "github",
2662 "url": "https://github.com/sponsors/wooorm"
2663 }
2664 },
2665 "node_modules/commander": {
2666 "version": "9.5.0",
2667 "resolved": "https://registry.npmjs.org/commander/-/commander-9.5.0.tgz",
2668 "integrity": "sha512-KRs7WVDKg86PWiuAqhDrAQnTXZKraVcCc6vFdL14qrZ/DcWwuRo7VoiYXalXO7S5GKpqYiVEwCbgFDfxNHKJBQ==",
2669 "dev": true,
2670 "license": "MIT",
2671 "engines": {
2672 "node": "^12.20.0 || >=14"
2673 }
2674 },
2675 "node_modules/common-ancestor-path": {
2676 "version": "1.0.1",
2677 "resolved": "https://registry.npmjs.org/common-ancestor-path/-/common-ancestor-path-1.0.1.tgz",
2678 "integrity": "sha512-L3sHRo1pXXEqX8VU28kfgUY+YGsk09hPqZiZmLacNib6XNTCM8ubYeT7ryXQw8asB1sKgcU5lkB7ONug08aB8w==",
2679 "license": "ISC"
2680 },
2681 "node_modules/cookie": {
2682 "version": "1.0.2",
2683 "resolved": "https://registry.npmjs.org/cookie/-/cookie-1.0.2.tgz",
2684 "integrity": "sha512-9Kr/j4O16ISv8zBBhJoi4bXOYNTkFLOqSL3UDB0njXxCXNezjeyVrJyGOWtgfs/q2km1gwBcfH8q1yEGoMYunA==",
2685 "license": "MIT",
2686 "engines": {
2687 "node": ">=18"
2688 }
2689 },
2690 "node_modules/cookie-es": {
2691 "version": "1.2.2",
2692 "resolved": "https://registry.npmjs.org/cookie-es/-/cookie-es-1.2.2.tgz",
2693 "integrity": "sha512-+W7VmiVINB+ywl1HGXJXmrqkOhpKrIiVZV6tQuV54ZyQC7MMuBt81Vc336GMLoHBq5hV/F9eXgt5Mnx0Rha5Fg==",
2694 "license": "MIT"
2695 },
2696 "node_modules/core-js": {
2697 "version": "3.46.0",
2698 "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.46.0.tgz",
2699 "integrity": "sha512-vDMm9B0xnqqZ8uSBpZ8sNtRtOdmfShrvT6h2TuQGLs0Is+cR0DYbj/KWP6ALVNbWPpqA/qPLoOuppJN07humpA==",
2700 "hasInstallScript": true,
2701 "license": "MIT",
2702 "funding": {
2703 "type": "opencollective",
2704 "url": "https://opencollective.com/core-js"
2705 }
2706 },
2707 "node_modules/crossws": {
2708 "version": "0.3.5",
2709 "resolved": "https://registry.npmjs.org/crossws/-/crossws-0.3.5.tgz",
2710 "integrity": "sha512-ojKiDvcmByhwa8YYqbQI/hg7MEU0NC03+pSdEq4ZUnZR9xXpwk7E43SMNGkn+JxJGPFtNvQ48+vV2p+P1ml5PA==",
2711 "license": "MIT",
2712 "dependencies": {
2713 "uncrypto": "^0.1.3"
2714 }
2715 },
2716 "node_modules/css-tree": {
2717 "version": "3.1.0",
2718 "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-3.1.0.tgz",
2719 "integrity": "sha512-0eW44TGN5SQXU1mWSkKwFstI/22X2bG1nYzZTYMAWjylYURhse752YgbE4Cx46AC+bAvI+/dYTPRk1LqSUnu6w==",
2720 "license": "MIT",
2721 "dependencies": {
2722 "mdn-data": "2.12.2",
2723 "source-map-js": "^1.0.1"
2724 },
2725 "engines": {
2726 "node": "^10 || ^12.20.0 || ^14.13.0 || >=15.0.0"
2727 }
2728 },
2729 "node_modules/cssesc": {
2730 "version": "3.0.0",
2731 "resolved": "https://registry.npmjs.org/cssesc/-/cssesc-3.0.0.tgz",
2732 "integrity": "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==",
2733 "license": "MIT",
2734 "bin": {
2735 "cssesc": "bin/cssesc"
2736 },
2737 "engines": {
2738 "node": ">=4"
2739 }
2740 },
2741 "node_modules/daisyui": {
2742 "version": "5.3.10",
2743 "resolved": "https://registry.npmjs.org/daisyui/-/daisyui-5.3.10.tgz",
2744 "integrity": "sha512-vmjyPmm0hvFhA95KB6uiGmWakziB2pBv6CUcs5Ka/3iMBMn9S+C3SZYx9G9l2JrgTZ1EFn61F/HrPcwaUm2kLQ==",
2745 "license": "MIT",
2746 "funding": {
2747 "url": "https://github.com/saadeghi/daisyui?sponsor=1"
2748 }
2749 },
2750 "node_modules/debug": {
2751 "version": "4.4.3",
2752 "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz",
2753 "integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==",
2754 "license": "MIT",
2755 "dependencies": {
2756 "ms": "^2.1.3"
2757 },
2758 "engines": {
2759 "node": ">=6.0"
2760 },
2761 "peerDependenciesMeta": {
2762 "supports-color": {
2763 "optional": true
2764 }
2765 }
2766 },
2767 "node_modules/decode-named-character-reference": {
2768 "version": "1.2.0",
2769 "resolved": "https://registry.npmjs.org/decode-named-character-reference/-/decode-named-character-reference-1.2.0.tgz",
2770 "integrity": "sha512-c6fcElNV6ShtZXmsgNgFFV5tVX2PaV4g+MOAkb8eXHvn6sryJBrZa9r0zV6+dtTyoCKxtDy5tyQ5ZwQuidtd+Q==",
2771 "license": "MIT",
2772 "dependencies": {
2773 "character-entities": "^2.0.0"
2774 },
2775 "funding": {
2776 "type": "github",
2777 "url": "https://github.com/sponsors/wooorm"
2778 }
2779 },
2780 "node_modules/defu": {
2781 "version": "6.1.4",
2782 "resolved": "https://registry.npmjs.org/defu/-/defu-6.1.4.tgz",
2783 "integrity": "sha512-mEQCMmwJu317oSz8CwdIOdwf3xMif1ttiM8LTufzc3g6kR+9Pe236twL8j3IYT1F7GfRgGcW6MWxzZjLIkuHIg==",
2784 "license": "MIT"
2785 },
2786 "node_modules/depd": {
2787 "version": "2.0.0",
2788 "resolved": "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz",
2789 "integrity": "sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==",
2790 "license": "MIT",
2791 "engines": {
2792 "node": ">= 0.8"
2793 }
2794 },
2795 "node_modules/dequal": {
2796 "version": "2.0.3",
2797 "resolved": "https://registry.npmjs.org/dequal/-/dequal-2.0.3.tgz",
2798 "integrity": "sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA==",
2799 "license": "MIT",
2800 "engines": {
2801 "node": ">=6"
2802 }
2803 },
2804 "node_modules/destr": {
2805 "version": "2.0.5",
2806 "resolved": "https://registry.npmjs.org/destr/-/destr-2.0.5.tgz",
2807 "integrity": "sha512-ugFTXCtDZunbzasqBxrK93Ik/DRYsO6S/fedkWEMKqt04xZ4csmnmwGDBAb07QWNaGMAmnTIemsYZCksjATwsA==",
2808 "license": "MIT"
2809 },
2810 "node_modules/detect-libc": {
2811 "version": "2.1.2",
2812 "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.1.2.tgz",
2813 "integrity": "sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==",
2814 "license": "Apache-2.0",
2815 "engines": {
2816 "node": ">=8"
2817 }
2818 },
2819 "node_modules/deterministic-object-hash": {
2820 "version": "2.0.2",
2821 "resolved": "https://registry.npmjs.org/deterministic-object-hash/-/deterministic-object-hash-2.0.2.tgz",
2822 "integrity": "sha512-KxektNH63SrbfUyDiwXqRb1rLwKt33AmMv+5Nhsw1kqZ13SJBRTgZHtGbE+hH3a1mVW1cz+4pqSWVPAtLVXTzQ==",
2823 "license": "MIT",
2824 "dependencies": {
2825 "base-64": "^1.0.0"
2826 },
2827 "engines": {
2828 "node": ">=18"
2829 }
2830 },
2831 "node_modules/devalue": {
2832 "version": "5.4.2",
2833 "resolved": "https://registry.npmjs.org/devalue/-/devalue-5.4.2.tgz",
2834 "integrity": "sha512-MwPZTKEPK2k8Qgfmqrd48ZKVvzSQjgW0lXLxiIBA8dQjtf/6mw6pggHNLcyDKyf+fI6eXxlQwPsfaCMTU5U+Bw==",
2835 "license": "MIT"
2836 },
2837 "node_modules/devlop": {
2838 "version": "1.1.0",
2839 "resolved": "https://registry.npmjs.org/devlop/-/devlop-1.1.0.tgz",
2840 "integrity": "sha512-RWmIqhcFf1lRYBvNmr7qTNuyCt/7/ns2jbpp1+PalgE/rDQcBT0fioSMUpJ93irlUhC5hrg4cYqe6U+0ImW0rA==",
2841 "license": "MIT",
2842 "dependencies": {
2843 "dequal": "^2.0.0"
2844 },
2845 "funding": {
2846 "type": "github",
2847 "url": "https://github.com/sponsors/wooorm"
2848 }
2849 },
2850 "node_modules/dfa": {
2851 "version": "1.2.0",
2852 "resolved": "https://registry.npmjs.org/dfa/-/dfa-1.2.0.tgz",
2853 "integrity": "sha512-ED3jP8saaweFTjeGX8HQPjeC1YYyZs98jGNZx6IiBvxW7JG5v492kamAQB3m2wop07CvU/RQmzcKr6bgcC5D/Q==",
2854 "license": "MIT"
2855 },
2856 "node_modules/diff": {
2857 "version": "5.2.0",
2858 "resolved": "https://registry.npmjs.org/diff/-/diff-5.2.0.tgz",
2859 "integrity": "sha512-uIFDxqpRZGZ6ThOk84hEfqWoHx2devRFvpTZcTHur85vImfaxUbTW9Ryh4CpCuDnToOP1CEtXKIgytHBPVff5A==",
2860 "license": "BSD-3-Clause",
2861 "engines": {
2862 "node": ">=0.3.1"
2863 }
2864 },
2865 "node_modules/dlv": {
2866 "version": "1.1.3",
2867 "resolved": "https://registry.npmjs.org/dlv/-/dlv-1.1.3.tgz",
2868 "integrity": "sha512-+HlytyjlPKnIG8XuRG8WvmBP8xs8P71y+SKKS6ZXWoEgLuePxtDoUEiH7WkdePWrQ5JBpE6aoVqfZfJUQkjXwA==",
2869 "license": "MIT"
2870 },
2871 "node_modules/dotenv": {
2872 "version": "17.2.3",
2873 "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-17.2.3.tgz",
2874 "integrity": "sha512-JVUnt+DUIzu87TABbhPmNfVdBDt18BLOWjMUFJMSi/Qqg7NTYtabbvSNJGOJ7afbRuv9D/lngizHtP7QyLQ+9w==",
2875 "license": "BSD-2-Clause",
2876 "engines": {
2877 "node": ">=12"
2878 },
2879 "funding": {
2880 "url": "https://dotenvx.com"
2881 }
2882 },
2883 "node_modules/dset": {
2884 "version": "3.1.4",
2885 "resolved": "https://registry.npmjs.org/dset/-/dset-3.1.4.tgz",
2886 "integrity": "sha512-2QF/g9/zTaPDc3BjNcVTGoBbXBgYfMTTceLaYcFJ/W9kggFUkhxD/hMEeuLKbugyef9SqAx8cpgwlIP/jinUTA==",
2887 "license": "MIT",
2888 "engines": {
2889 "node": ">=4"
2890 }
2891 },
2892 "node_modules/ee-first": {
2893 "version": "1.1.1",
2894 "resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz",
2895 "integrity": "sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==",
2896 "license": "MIT"
2897 },
2898 "node_modules/emoji-regex": {
2899 "version": "10.6.0",
2900 "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.6.0.tgz",
2901 "integrity": "sha512-toUI84YS5YmxW219erniWD0CIVOo46xGKColeNQRgOzDorgBi1v4D71/OFzgD9GO2UGKIv1C3Sp8DAn0+j5w7A==",
2902 "license": "MIT"
2903 },
2904 "node_modules/encodeurl": {
2905 "version": "2.0.0",
2906 "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-2.0.0.tgz",
2907 "integrity": "sha512-Q0n9HRi4m6JuGIV1eFlmvJB7ZEVxu93IrMyiMsGC0lrMJMWzRgx6WGquyfQgZVb31vhGgXnfmPNNXmxnOkRBrg==",
2908 "license": "MIT",
2909 "engines": {
2910 "node": ">= 0.8"
2911 }
2912 },
2913 "node_modules/enhanced-resolve": {
2914 "version": "5.18.3",
2915 "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.18.3.tgz",
2916 "integrity": "sha512-d4lC8xfavMeBjzGr2vECC3fsGXziXZQyJxD868h2M/mBI3PwAuODxAkLkq5HYuvrPYcUtiLzsTo8U3PgX3Ocww==",
2917 "license": "MIT",
2918 "dependencies": {
2919 "graceful-fs": "^4.2.4",
2920 "tapable": "^2.2.0"
2921 },
2922 "engines": {
2923 "node": ">=10.13.0"
2924 }
2925 },
2926 "node_modules/entities": {
2927 "version": "6.0.1",
2928 "resolved": "https://registry.npmjs.org/entities/-/entities-6.0.1.tgz",
2929 "integrity": "sha512-aN97NXWF6AWBTahfVOIrB/NShkzi5H7F9r1s9mD3cDj4Ko5f2qhhVoYMibXF7GlLveb/D2ioWay8lxI97Ven3g==",
2930 "license": "BSD-2-Clause",
2931 "engines": {
2932 "node": ">=0.12"
2933 },
2934 "funding": {
2935 "url": "https://github.com/fb55/entities?sponsor=1"
2936 }
2937 },
2938 "node_modules/es-module-lexer": {
2939 "version": "1.7.0",
2940 "resolved": "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-1.7.0.tgz",
2941 "integrity": "sha512-jEQoCwk8hyb2AZziIOLhDqpm5+2ww5uIE6lkO/6jcOCusfk6LhMHpXXfBLXTZ7Ydyt0j4VoUQv6uGNYbdW+kBA==",
2942 "license": "MIT"
2943 },
2944 "node_modules/esbuild": {
2945 "version": "0.25.11",
2946 "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.25.11.tgz",
2947 "integrity": "sha512-KohQwyzrKTQmhXDW1PjCv3Tyspn9n5GcY2RTDqeORIdIJY8yKIF7sTSopFmn/wpMPW4rdPXI0UE5LJLuq3bx0Q==",
2948 "hasInstallScript": true,
2949 "license": "MIT",
2950 "bin": {
2951 "esbuild": "bin/esbuild"
2952 },
2953 "engines": {
2954 "node": ">=18"
2955 },
2956 "optionalDependencies": {
2957 "@esbuild/aix-ppc64": "0.25.11",
2958 "@esbuild/android-arm": "0.25.11",
2959 "@esbuild/android-arm64": "0.25.11",
2960 "@esbuild/android-x64": "0.25.11",
2961 "@esbuild/darwin-arm64": "0.25.11",
2962 "@esbuild/darwin-x64": "0.25.11",
2963 "@esbuild/freebsd-arm64": "0.25.11",
2964 "@esbuild/freebsd-x64": "0.25.11",
2965 "@esbuild/linux-arm": "0.25.11",
2966 "@esbuild/linux-arm64": "0.25.11",
2967 "@esbuild/linux-ia32": "0.25.11",
2968 "@esbuild/linux-loong64": "0.25.11",
2969 "@esbuild/linux-mips64el": "0.25.11",
2970 "@esbuild/linux-ppc64": "0.25.11",
2971 "@esbuild/linux-riscv64": "0.25.11",
2972 "@esbuild/linux-s390x": "0.25.11",
2973 "@esbuild/linux-x64": "0.25.11",
2974 "@esbuild/netbsd-arm64": "0.25.11",
2975 "@esbuild/netbsd-x64": "0.25.11",
2976 "@esbuild/openbsd-arm64": "0.25.11",
2977 "@esbuild/openbsd-x64": "0.25.11",
2978 "@esbuild/openharmony-arm64": "0.25.11",
2979 "@esbuild/sunos-x64": "0.25.11",
2980 "@esbuild/win32-arm64": "0.25.11",
2981 "@esbuild/win32-ia32": "0.25.11",
2982 "@esbuild/win32-x64": "0.25.11"
2983 }
2984 },
2985 "node_modules/escape-html": {
2986 "version": "1.0.3",
2987 "resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz",
2988 "integrity": "sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==",
2989 "license": "MIT"
2990 },
2991 "node_modules/escape-string-regexp": {
2992 "version": "5.0.0",
2993 "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-5.0.0.tgz",
2994 "integrity": "sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw==",
2995 "license": "MIT",
2996 "engines": {
2997 "node": ">=12"
2998 },
2999 "funding": {
3000 "url": "https://github.com/sponsors/sindresorhus"
3001 }
3002 },
3003 "node_modules/estree-walker": {
3004 "version": "3.0.3",
3005 "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-3.0.3.tgz",
3006 "integrity": "sha512-7RUKfXgSMMkzt6ZuXmqapOurLGPPfgj6l9uRZ7lRGolvk0y2yocc35LdcxKC5PQZdn2DMqioAQ2NoWcrTKmm6g==",
3007 "license": "MIT",
3008 "dependencies": {
3009 "@types/estree": "^1.0.0"
3010 }
3011 },
3012 "node_modules/etag": {
3013 "version": "1.8.1",
3014 "resolved": "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz",
3015 "integrity": "sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg==",
3016 "license": "MIT",
3017 "engines": {
3018 "node": ">= 0.6"
3019 }
3020 },
3021 "node_modules/eventemitter3": {
3022 "version": "5.0.1",
3023 "resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-5.0.1.tgz",
3024 "integrity": "sha512-GWkBvjiSZK87ELrYOSESUYeVIc9mvLLf/nXalMOS5dYrgZq9o5OVkbZAVM06CVxYsCwH9BDZFPlQTlPA1j4ahA==",
3025 "license": "MIT"
3026 },
3027 "node_modules/extend": {
3028 "version": "3.0.2",
3029 "resolved": "https://registry.npmjs.org/extend/-/extend-3.0.2.tgz",
3030 "integrity": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==",
3031 "license": "MIT"
3032 },
3033 "node_modules/fast-deep-equal": {
3034 "version": "3.1.3",
3035 "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",
3036 "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==",
3037 "license": "MIT"
3038 },
3039 "node_modules/fdir": {
3040 "version": "6.5.0",
3041 "resolved": "https://registry.npmjs.org/fdir/-/fdir-6.5.0.tgz",
3042 "integrity": "sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==",
3043 "license": "MIT",
3044 "engines": {
3045 "node": ">=12.0.0"
3046 },
3047 "peerDependencies": {
3048 "picomatch": "^3 || ^4"
3049 },
3050 "peerDependenciesMeta": {
3051 "picomatch": {
3052 "optional": true
3053 }
3054 }
3055 },
3056 "node_modules/flattie": {
3057 "version": "1.1.1",
3058 "resolved": "https://registry.npmjs.org/flattie/-/flattie-1.1.1.tgz",
3059 "integrity": "sha512-9UbaD6XdAL97+k/n+N7JwX46K/M6Zc6KcFYskrYL8wbBV/Uyk0CTAMY0VT+qiK5PM7AIc9aTWYtq65U7T+aCNQ==",
3060 "license": "MIT",
3061 "engines": {
3062 "node": ">=8"
3063 }
3064 },
3065 "node_modules/fontace": {
3066 "version": "0.3.1",
3067 "resolved": "https://registry.npmjs.org/fontace/-/fontace-0.3.1.tgz",
3068 "integrity": "sha512-9f5g4feWT1jWT8+SbL85aLIRLIXUaDygaM2xPXRmzPYxrOMNok79Lr3FGJoKVNKibE0WCunNiEVG2mwuE+2qEg==",
3069 "license": "MIT",
3070 "dependencies": {
3071 "@types/fontkit": "^2.0.8",
3072 "fontkit": "^2.0.4"
3073 }
3074 },
3075 "node_modules/fontkit": {
3076 "version": "2.0.4",
3077 "resolved": "https://registry.npmjs.org/fontkit/-/fontkit-2.0.4.tgz",
3078 "integrity": "sha512-syetQadaUEDNdxdugga9CpEYVaQIxOwk7GlwZWWZ19//qW4zE5bknOKeMBDYAASwnpaSHKJITRLMF9m1fp3s6g==",
3079 "license": "MIT",
3080 "dependencies": {
3081 "@swc/helpers": "^0.5.12",
3082 "brotli": "^1.3.2",
3083 "clone": "^2.1.2",
3084 "dfa": "^1.2.0",
3085 "fast-deep-equal": "^3.1.3",
3086 "restructure": "^3.0.0",
3087 "tiny-inflate": "^1.0.3",
3088 "unicode-properties": "^1.4.0",
3089 "unicode-trie": "^2.0.0"
3090 }
3091 },
3092 "node_modules/fresh": {
3093 "version": "2.0.0",
3094 "resolved": "https://registry.npmjs.org/fresh/-/fresh-2.0.0.tgz",
3095 "integrity": "sha512-Rx/WycZ60HOaqLKAi6cHRKKI7zxWbJ31MhntmtwMoaTeF7XFH9hhBp8vITaMidfljRQ6eYWCKkaTK+ykVJHP2A==",
3096 "license": "MIT",
3097 "engines": {
3098 "node": ">= 0.8"
3099 }
3100 },
3101 "node_modules/fsevents": {
3102 "version": "2.3.3",
3103 "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz",
3104 "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
3105 "hasInstallScript": true,
3106 "license": "MIT",
3107 "optional": true,
3108 "os": [
3109 "darwin"
3110 ],
3111 "engines": {
3112 "node": "^8.16.0 || ^10.6.0 || >=11.0.0"
3113 }
3114 },
3115 "node_modules/get-east-asian-width": {
3116 "version": "1.4.0",
3117 "resolved": "https://registry.npmjs.org/get-east-asian-width/-/get-east-asian-width-1.4.0.tgz",
3118 "integrity": "sha512-QZjmEOC+IT1uk6Rx0sX22V6uHWVwbdbxf1faPqJ1QhLdGgsRGCZoyaQBm/piRdJy/D2um6hM1UP7ZEeQ4EkP+Q==",
3119 "license": "MIT",
3120 "engines": {
3121 "node": ">=18"
3122 },
3123 "funding": {
3124 "url": "https://github.com/sponsors/sindresorhus"
3125 }
3126 },
3127 "node_modules/github-slugger": {
3128 "version": "2.0.0",
3129 "resolved": "https://registry.npmjs.org/github-slugger/-/github-slugger-2.0.0.tgz",
3130 "integrity": "sha512-IaOQ9puYtjrkq7Y0Ygl9KDZnrf/aiUJYUpVf89y8kyaxbRG7Y1SrX/jaumrv81vc61+kiMempujsM3Yw7w5qcw==",
3131 "license": "ISC"
3132 },
3133 "node_modules/graceful-fs": {
3134 "version": "4.2.11",
3135 "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz",
3136 "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==",
3137 "license": "ISC"
3138 },
3139 "node_modules/graphemer": {
3140 "version": "1.4.0",
3141 "resolved": "https://registry.npmjs.org/graphemer/-/graphemer-1.4.0.tgz",
3142 "integrity": "sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==",
3143 "license": "MIT"
3144 },
3145 "node_modules/h3": {
3146 "version": "1.15.4",
3147 "resolved": "https://registry.npmjs.org/h3/-/h3-1.15.4.tgz",
3148 "integrity": "sha512-z5cFQWDffyOe4vQ9xIqNfCZdV4p//vy6fBnr8Q1AWnVZ0teurKMG66rLj++TKwKPUP3u7iMUvrvKaEUiQw2QWQ==",
3149 "license": "MIT",
3150 "dependencies": {
3151 "cookie-es": "^1.2.2",
3152 "crossws": "^0.3.5",
3153 "defu": "^6.1.4",
3154 "destr": "^2.0.5",
3155 "iron-webcrypto": "^1.2.1",
3156 "node-mock-http": "^1.0.2",
3157 "radix3": "^1.1.2",
3158 "ufo": "^1.6.1",
3159 "uncrypto": "^0.1.3"
3160 }
3161 },
3162 "node_modules/has-flag": {
3163 "version": "4.0.0",
3164 "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
3165 "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
3166 "dev": true,
3167 "license": "MIT",
3168 "engines": {
3169 "node": ">=8"
3170 }
3171 },
3172 "node_modules/hast-util-from-html": {
3173 "version": "2.0.3",
3174 "resolved": "https://registry.npmjs.org/hast-util-from-html/-/hast-util-from-html-2.0.3.tgz",
3175 "integrity": "sha512-CUSRHXyKjzHov8yKsQjGOElXy/3EKpyX56ELnkHH34vDVw1N1XSQ1ZcAvTyAPtGqLTuKP/uxM+aLkSPqF/EtMw==",
3176 "license": "MIT",
3177 "dependencies": {
3178 "@types/hast": "^3.0.0",
3179 "devlop": "^1.1.0",
3180 "hast-util-from-parse5": "^8.0.0",
3181 "parse5": "^7.0.0",
3182 "vfile": "^6.0.0",
3183 "vfile-message": "^4.0.0"
3184 },
3185 "funding": {
3186 "type": "opencollective",
3187 "url": "https://opencollective.com/unified"
3188 }
3189 },
3190 "node_modules/hast-util-from-parse5": {
3191 "version": "8.0.3",
3192 "resolved": "https://registry.npmjs.org/hast-util-from-parse5/-/hast-util-from-parse5-8.0.3.tgz",
3193 "integrity": "sha512-3kxEVkEKt0zvcZ3hCRYI8rqrgwtlIOFMWkbclACvjlDw8Li9S2hk/d51OI0nr/gIpdMHNepwgOKqZ/sy0Clpyg==",
3194 "license": "MIT",
3195 "dependencies": {
3196 "@types/hast": "^3.0.0",
3197 "@types/unist": "^3.0.0",
3198 "devlop": "^1.0.0",
3199 "hastscript": "^9.0.0",
3200 "property-information": "^7.0.0",
3201 "vfile": "^6.0.0",
3202 "vfile-location": "^5.0.0",
3203 "web-namespaces": "^2.0.0"
3204 },
3205 "funding": {
3206 "type": "opencollective",
3207 "url": "https://opencollective.com/unified"
3208 }
3209 },
3210 "node_modules/hast-util-is-element": {
3211 "version": "3.0.0",
3212 "resolved": "https://registry.npmjs.org/hast-util-is-element/-/hast-util-is-element-3.0.0.tgz",
3213 "integrity": "sha512-Val9mnv2IWpLbNPqc/pUem+a7Ipj2aHacCwgNfTiK0vJKl0LF+4Ba4+v1oPHFpf3bLYmreq0/l3Gud9S5OH42g==",
3214 "license": "MIT",
3215 "dependencies": {
3216 "@types/hast": "^3.0.0"
3217 },
3218 "funding": {
3219 "type": "opencollective",
3220 "url": "https://opencollective.com/unified"
3221 }
3222 },
3223 "node_modules/hast-util-parse-selector": {
3224 "version": "4.0.0",
3225 "resolved": "https://registry.npmjs.org/hast-util-parse-selector/-/hast-util-parse-selector-4.0.0.tgz",
3226 "integrity": "sha512-wkQCkSYoOGCRKERFWcxMVMOcYE2K1AaNLU8DXS9arxnLOUEWbOXKXiJUNzEpqZ3JOKpnha3jkFrumEjVliDe7A==",
3227 "license": "MIT",
3228 "dependencies": {
3229 "@types/hast": "^3.0.0"
3230 },
3231 "funding": {
3232 "type": "opencollective",
3233 "url": "https://opencollective.com/unified"
3234 }
3235 },
3236 "node_modules/hast-util-raw": {
3237 "version": "9.1.0",
3238 "resolved": "https://registry.npmjs.org/hast-util-raw/-/hast-util-raw-9.1.0.tgz",
3239 "integrity": "sha512-Y8/SBAHkZGoNkpzqqfCldijcuUKh7/su31kEBp67cFY09Wy0mTRgtsLYsiIxMJxlu0f6AA5SUTbDR8K0rxnbUw==",
3240 "license": "MIT",
3241 "dependencies": {
3242 "@types/hast": "^3.0.0",
3243 "@types/unist": "^3.0.0",
3244 "@ungap/structured-clone": "^1.0.0",
3245 "hast-util-from-parse5": "^8.0.0",
3246 "hast-util-to-parse5": "^8.0.0",
3247 "html-void-elements": "^3.0.0",
3248 "mdast-util-to-hast": "^13.0.0",
3249 "parse5": "^7.0.0",
3250 "unist-util-position": "^5.0.0",
3251 "unist-util-visit": "^5.0.0",
3252 "vfile": "^6.0.0",
3253 "web-namespaces": "^2.0.0",
3254 "zwitch": "^2.0.0"
3255 },
3256 "funding": {
3257 "type": "opencollective",
3258 "url": "https://opencollective.com/unified"
3259 }
3260 },
3261 "node_modules/hast-util-to-html": {
3262 "version": "9.0.5",
3263 "resolved": "https://registry.npmjs.org/hast-util-to-html/-/hast-util-to-html-9.0.5.tgz",
3264 "integrity": "sha512-OguPdidb+fbHQSU4Q4ZiLKnzWo8Wwsf5bZfbvu7//a9oTYoqD/fWpe96NuHkoS9h0ccGOTe0C4NGXdtS0iObOw==",
3265 "license": "MIT",
3266 "dependencies": {
3267 "@types/hast": "^3.0.0",
3268 "@types/unist": "^3.0.0",
3269 "ccount": "^2.0.0",
3270 "comma-separated-tokens": "^2.0.0",
3271 "hast-util-whitespace": "^3.0.0",
3272 "html-void-elements": "^3.0.0",
3273 "mdast-util-to-hast": "^13.0.0",
3274 "property-information": "^7.0.0",
3275 "space-separated-tokens": "^2.0.0",
3276 "stringify-entities": "^4.0.0",
3277 "zwitch": "^2.0.4"
3278 },
3279 "funding": {
3280 "type": "opencollective",
3281 "url": "https://opencollective.com/unified"
3282 }
3283 },
3284 "node_modules/hast-util-to-parse5": {
3285 "version": "8.0.0",
3286 "resolved": "https://registry.npmjs.org/hast-util-to-parse5/-/hast-util-to-parse5-8.0.0.tgz",
3287 "integrity": "sha512-3KKrV5ZVI8if87DVSi1vDeByYrkGzg4mEfeu4alwgmmIeARiBLKCZS2uw5Gb6nU9x9Yufyj3iudm6i7nl52PFw==",
3288 "license": "MIT",
3289 "dependencies": {
3290 "@types/hast": "^3.0.0",
3291 "comma-separated-tokens": "^2.0.0",
3292 "devlop": "^1.0.0",
3293 "property-information": "^6.0.0",
3294 "space-separated-tokens": "^2.0.0",
3295 "web-namespaces": "^2.0.0",
3296 "zwitch": "^2.0.0"
3297 },
3298 "funding": {
3299 "type": "opencollective",
3300 "url": "https://opencollective.com/unified"
3301 }
3302 },
3303 "node_modules/hast-util-to-parse5/node_modules/property-information": {
3304 "version": "6.5.0",
3305 "resolved": "https://registry.npmjs.org/property-information/-/property-information-6.5.0.tgz",
3306 "integrity": "sha512-PgTgs/BlvHxOu8QuEN7wi5A0OmXaBcHpmCSTehcs6Uuu9IkDIEo13Hy7n898RHfrQ49vKCoGeWZSaAK01nwVig==",
3307 "license": "MIT",
3308 "funding": {
3309 "type": "github",
3310 "url": "https://github.com/sponsors/wooorm"
3311 }
3312 },
3313 "node_modules/hast-util-to-text": {
3314 "version": "4.0.2",
3315 "resolved": "https://registry.npmjs.org/hast-util-to-text/-/hast-util-to-text-4.0.2.tgz",
3316 "integrity": "sha512-KK6y/BN8lbaq654j7JgBydev7wuNMcID54lkRav1P0CaE1e47P72AWWPiGKXTJU271ooYzcvTAn/Zt0REnvc7A==",
3317 "license": "MIT",
3318 "dependencies": {
3319 "@types/hast": "^3.0.0",
3320 "@types/unist": "^3.0.0",
3321 "hast-util-is-element": "^3.0.0",
3322 "unist-util-find-after": "^5.0.0"
3323 },
3324 "funding": {
3325 "type": "opencollective",
3326 "url": "https://opencollective.com/unified"
3327 }
3328 },
3329 "node_modules/hast-util-whitespace": {
3330 "version": "3.0.0",
3331 "resolved": "https://registry.npmjs.org/hast-util-whitespace/-/hast-util-whitespace-3.0.0.tgz",
3332 "integrity": "sha512-88JUN06ipLwsnv+dVn+OIYOvAuvBMy/Qoi6O7mQHxdPXpjy+Cd6xRkWwux7DKO+4sYILtLBRIKgsdpS2gQc7qw==",
3333 "license": "MIT",
3334 "dependencies": {
3335 "@types/hast": "^3.0.0"
3336 },
3337 "funding": {
3338 "type": "opencollective",
3339 "url": "https://opencollective.com/unified"
3340 }
3341 },
3342 "node_modules/hastscript": {
3343 "version": "9.0.1",
3344 "resolved": "https://registry.npmjs.org/hastscript/-/hastscript-9.0.1.tgz",
3345 "integrity": "sha512-g7df9rMFX/SPi34tyGCyUBREQoKkapwdY/T04Qn9TDWfHhAYt4/I0gMVirzK5wEzeUqIjEB+LXC/ypb7Aqno5w==",
3346 "license": "MIT",
3347 "dependencies": {
3348 "@types/hast": "^3.0.0",
3349 "comma-separated-tokens": "^2.0.0",
3350 "hast-util-parse-selector": "^4.0.0",
3351 "property-information": "^7.0.0",
3352 "space-separated-tokens": "^2.0.0"
3353 },
3354 "funding": {
3355 "type": "opencollective",
3356 "url": "https://opencollective.com/unified"
3357 }
3358 },
3359 "node_modules/html-escaper": {
3360 "version": "3.0.3",
3361 "resolved": "https://registry.npmjs.org/html-escaper/-/html-escaper-3.0.3.tgz",
3362 "integrity": "sha512-RuMffC89BOWQoY0WKGpIhn5gX3iI54O6nRA0yC124NYVtzjmFWBIiFd8M0x+ZdX0P9R4lADg1mgP8C7PxGOWuQ==",
3363 "license": "MIT"
3364 },
3365 "node_modules/html-void-elements": {
3366 "version": "3.0.0",
3367 "resolved": "https://registry.npmjs.org/html-void-elements/-/html-void-elements-3.0.0.tgz",
3368 "integrity": "sha512-bEqo66MRXsUGxWHV5IP0PUiAWwoEjba4VCzg0LjFJBpchPaTfyfCKTG6bc5F8ucKec3q5y6qOdGyYTSBEvhCrg==",
3369 "license": "MIT",
3370 "funding": {
3371 "type": "github",
3372 "url": "https://github.com/sponsors/wooorm"
3373 }
3374 },
3375 "node_modules/http-cache-semantics": {
3376 "version": "4.2.0",
3377 "resolved": "https://registry.npmjs.org/http-cache-semantics/-/http-cache-semantics-4.2.0.tgz",
3378 "integrity": "sha512-dTxcvPXqPvXBQpq5dUr6mEMJX4oIEFv6bwom3FDwKRDsuIjjJGANqhBuoAn9c1RQJIdAKav33ED65E2ys+87QQ==",
3379 "license": "BSD-2-Clause"
3380 },
3381 "node_modules/http-errors": {
3382 "version": "2.0.0",
3383 "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-2.0.0.tgz",
3384 "integrity": "sha512-FtwrG/euBzaEjYeRqOgly7G0qviiXoJWnvEH2Z1plBdXgbyjv34pHTSb9zoeHMyDy33+DWy5Wt9Wo+TURtOYSQ==",
3385 "license": "MIT",
3386 "dependencies": {
3387 "depd": "2.0.0",
3388 "inherits": "2.0.4",
3389 "setprototypeof": "1.2.0",
3390 "statuses": "2.0.1",
3391 "toidentifier": "1.0.1"
3392 },
3393 "engines": {
3394 "node": ">= 0.8"
3395 }
3396 },
3397 "node_modules/http-errors/node_modules/statuses": {
3398 "version": "2.0.1",
3399 "resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.1.tgz",
3400 "integrity": "sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==",
3401 "license": "MIT",
3402 "engines": {
3403 "node": ">= 0.8"
3404 }
3405 },
3406 "node_modules/import-meta-resolve": {
3407 "version": "4.2.0",
3408 "resolved": "https://registry.npmjs.org/import-meta-resolve/-/import-meta-resolve-4.2.0.tgz",
3409 "integrity": "sha512-Iqv2fzaTQN28s/FwZAoFq0ZSs/7hMAHJVX+w8PZl3cY19Pxk6jFFalxQoIfW2826i/fDLXv8IiEZRIT0lDuWcg==",
3410 "license": "MIT",
3411 "funding": {
3412 "type": "github",
3413 "url": "https://github.com/sponsors/wooorm"
3414 }
3415 },
3416 "node_modules/inherits": {
3417 "version": "2.0.4",
3418 "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz",
3419 "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==",
3420 "license": "ISC"
3421 },
3422 "node_modules/ipaddr.js": {
3423 "version": "2.2.0",
3424 "resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-2.2.0.tgz",
3425 "integrity": "sha512-Ag3wB2o37wslZS19hZqorUnrnzSkpOVy+IiiDEiTqNubEYpYuHWIf6K4psgN2ZWKExS4xhVCrRVfb/wfW8fWJA==",
3426 "license": "MIT",
3427 "engines": {
3428 "node": ">= 10"
3429 }
3430 },
3431 "node_modules/iron-webcrypto": {
3432 "version": "1.2.1",
3433 "resolved": "https://registry.npmjs.org/iron-webcrypto/-/iron-webcrypto-1.2.1.tgz",
3434 "integrity": "sha512-feOM6FaSr6rEABp/eDfVseKyTMDt+KGpeB35SkVn9Tyn0CqvVsY3EwI0v5i8nMHyJnzCIQf7nsy3p41TPkJZhg==",
3435 "license": "MIT",
3436 "funding": {
3437 "url": "https://github.com/sponsors/brc-dd"
3438 }
3439 },
3440 "node_modules/is-docker": {
3441 "version": "3.0.0",
3442 "resolved": "https://registry.npmjs.org/is-docker/-/is-docker-3.0.0.tgz",
3443 "integrity": "sha512-eljcgEDlEns/7AXFosB5K/2nCM4P7FQPkGc/DWLy5rmFEWvZayGrik1d9/QIY5nJ4f9YsVvBkA6kJpHn9rISdQ==",
3444 "license": "MIT",
3445 "bin": {
3446 "is-docker": "cli.js"
3447 },
3448 "engines": {
3449 "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
3450 },
3451 "funding": {
3452 "url": "https://github.com/sponsors/sindresorhus"
3453 }
3454 },
3455 "node_modules/is-fullwidth-code-point": {
3456 "version": "3.0.0",
3457 "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz",
3458 "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==",
3459 "license": "MIT",
3460 "engines": {
3461 "node": ">=8"
3462 }
3463 },
3464 "node_modules/is-inside-container": {
3465 "version": "1.0.0",
3466 "resolved": "https://registry.npmjs.org/is-inside-container/-/is-inside-container-1.0.0.tgz",
3467 "integrity": "sha512-KIYLCCJghfHZxqjYBE7rEy0OBuTd5xCHS7tHVgvCLkx7StIoaxwNW3hCALgEUjFfeRk+MG/Qxmp/vtETEF3tRA==",
3468 "license": "MIT",
3469 "dependencies": {
3470 "is-docker": "^3.0.0"
3471 },
3472 "bin": {
3473 "is-inside-container": "cli.js"
3474 },
3475 "engines": {
3476 "node": ">=14.16"
3477 },
3478 "funding": {
3479 "url": "https://github.com/sponsors/sindresorhus"
3480 }
3481 },
3482 "node_modules/is-plain-obj": {
3483 "version": "4.1.0",
3484 "resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-4.1.0.tgz",
3485 "integrity": "sha512-+Pgi+vMuUNkJyExiMBt5IlFoMyKnr5zhJ4Uspz58WOhBF5QoIZkFyNHIbBAtHwzVAgk5RtndVNsDRN61/mmDqg==",
3486 "license": "MIT",
3487 "engines": {
3488 "node": ">=12"
3489 },
3490 "funding": {
3491 "url": "https://github.com/sponsors/sindresorhus"
3492 }
3493 },
3494 "node_modules/is-wsl": {
3495 "version": "3.1.0",
3496 "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-3.1.0.tgz",
3497 "integrity": "sha512-UcVfVfaK4Sc4m7X3dUSoHoozQGBEFeDC+zVo06t98xe8CzHSZZBekNXH+tu0NalHolcJ/QAGqS46Hef7QXBIMw==",
3498 "license": "MIT",
3499 "dependencies": {
3500 "is-inside-container": "^1.0.0"
3501 },
3502 "engines": {
3503 "node": ">=16"
3504 },
3505 "funding": {
3506 "url": "https://github.com/sponsors/sindresorhus"
3507 }
3508 },
3509 "node_modules/iso-datestring-validator": {
3510 "version": "2.2.2",
3511 "resolved": "https://registry.npmjs.org/iso-datestring-validator/-/iso-datestring-validator-2.2.2.tgz",
3512 "integrity": "sha512-yLEMkBbLZTlVQqOnQ4FiMujR6T4DEcCb1xizmvXS+OxuhwcbtynoosRzdMA69zZCShCNAbi+gJ71FxZBBXx1SA==",
3513 "license": "MIT"
3514 },
3515 "node_modules/jiti": {
3516 "version": "2.6.1",
3517 "resolved": "https://registry.npmjs.org/jiti/-/jiti-2.6.1.tgz",
3518 "integrity": "sha512-ekilCSN1jwRvIbgeg/57YFh8qQDNbwDb9xT/qu2DAHbFFZUicIl4ygVaAvzveMhMVr3LnpSKTNnwt8PoOfmKhQ==",
3519 "license": "MIT",
3520 "bin": {
3521 "jiti": "lib/jiti-cli.mjs"
3522 }
3523 },
3524 "node_modules/jose": {
3525 "version": "5.10.0",
3526 "resolved": "https://registry.npmjs.org/jose/-/jose-5.10.0.tgz",
3527 "integrity": "sha512-s+3Al/p9g32Iq+oqXxkW//7jk2Vig6FF1CFqzVXoTUXt2qz89YWbL+OwS17NFYEvxC35n0FKeGO2LGYSxeM2Gg==",
3528 "license": "MIT",
3529 "funding": {
3530 "url": "https://github.com/sponsors/panva"
3531 }
3532 },
3533 "node_modules/js-yaml": {
3534 "version": "4.1.0",
3535 "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
3536 "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
3537 "license": "MIT",
3538 "dependencies": {
3539 "argparse": "^2.0.1"
3540 },
3541 "bin": {
3542 "js-yaml": "bin/js-yaml.js"
3543 }
3544 },
3545 "node_modules/kleur": {
3546 "version": "3.0.3",
3547 "resolved": "https://registry.npmjs.org/kleur/-/kleur-3.0.3.tgz",
3548 "integrity": "sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w==",
3549 "license": "MIT",
3550 "engines": {
3551 "node": ">=6"
3552 }
3553 },
3554 "node_modules/lightningcss": {
3555 "version": "1.30.2",
3556 "resolved": "https://registry.npmjs.org/lightningcss/-/lightningcss-1.30.2.tgz",
3557 "integrity": "sha512-utfs7Pr5uJyyvDETitgsaqSyjCb2qNRAtuqUeWIAKztsOYdcACf2KtARYXg2pSvhkt+9NfoaNY7fxjl6nuMjIQ==",
3558 "license": "MPL-2.0",
3559 "dependencies": {
3560 "detect-libc": "^2.0.3"
3561 },
3562 "engines": {
3563 "node": ">= 12.0.0"
3564 },
3565 "funding": {
3566 "type": "opencollective",
3567 "url": "https://opencollective.com/parcel"
3568 },
3569 "optionalDependencies": {
3570 "lightningcss-android-arm64": "1.30.2",
3571 "lightningcss-darwin-arm64": "1.30.2",
3572 "lightningcss-darwin-x64": "1.30.2",
3573 "lightningcss-freebsd-x64": "1.30.2",
3574 "lightningcss-linux-arm-gnueabihf": "1.30.2",
3575 "lightningcss-linux-arm64-gnu": "1.30.2",
3576 "lightningcss-linux-arm64-musl": "1.30.2",
3577 "lightningcss-linux-x64-gnu": "1.30.2",
3578 "lightningcss-linux-x64-musl": "1.30.2",
3579 "lightningcss-win32-arm64-msvc": "1.30.2",
3580 "lightningcss-win32-x64-msvc": "1.30.2"
3581 }
3582 },
3583 "node_modules/lightningcss-android-arm64": {
3584 "version": "1.30.2",
3585 "resolved": "https://registry.npmjs.org/lightningcss-android-arm64/-/lightningcss-android-arm64-1.30.2.tgz",
3586 "integrity": "sha512-BH9sEdOCahSgmkVhBLeU7Hc9DWeZ1Eb6wNS6Da8igvUwAe0sqROHddIlvU06q3WyXVEOYDZ6ykBZQnjTbmo4+A==",
3587 "cpu": [
3588 "arm64"
3589 ],
3590 "license": "MPL-2.0",
3591 "optional": true,
3592 "os": [
3593 "android"
3594 ],
3595 "engines": {
3596 "node": ">= 12.0.0"
3597 },
3598 "funding": {
3599 "type": "opencollective",
3600 "url": "https://opencollective.com/parcel"
3601 }
3602 },
3603 "node_modules/lightningcss-darwin-arm64": {
3604 "version": "1.30.2",
3605 "resolved": "https://registry.npmjs.org/lightningcss-darwin-arm64/-/lightningcss-darwin-arm64-1.30.2.tgz",
3606 "integrity": "sha512-ylTcDJBN3Hp21TdhRT5zBOIi73P6/W0qwvlFEk22fkdXchtNTOU4Qc37SkzV+EKYxLouZ6M4LG9NfZ1qkhhBWA==",
3607 "cpu": [
3608 "arm64"
3609 ],
3610 "license": "MPL-2.0",
3611 "optional": true,
3612 "os": [
3613 "darwin"
3614 ],
3615 "engines": {
3616 "node": ">= 12.0.0"
3617 },
3618 "funding": {
3619 "type": "opencollective",
3620 "url": "https://opencollective.com/parcel"
3621 }
3622 },
3623 "node_modules/lightningcss-darwin-x64": {
3624 "version": "1.30.2",
3625 "resolved": "https://registry.npmjs.org/lightningcss-darwin-x64/-/lightningcss-darwin-x64-1.30.2.tgz",
3626 "integrity": "sha512-oBZgKchomuDYxr7ilwLcyms6BCyLn0z8J0+ZZmfpjwg9fRVZIR5/GMXd7r9RH94iDhld3UmSjBM6nXWM2TfZTQ==",
3627 "cpu": [
3628 "x64"
3629 ],
3630 "license": "MPL-2.0",
3631 "optional": true,
3632 "os": [
3633 "darwin"
3634 ],
3635 "engines": {
3636 "node": ">= 12.0.0"
3637 },
3638 "funding": {
3639 "type": "opencollective",
3640 "url": "https://opencollective.com/parcel"
3641 }
3642 },
3643 "node_modules/lightningcss-freebsd-x64": {
3644 "version": "1.30.2",
3645 "resolved": "https://registry.npmjs.org/lightningcss-freebsd-x64/-/lightningcss-freebsd-x64-1.30.2.tgz",
3646 "integrity": "sha512-c2bH6xTrf4BDpK8MoGG4Bd6zAMZDAXS569UxCAGcA7IKbHNMlhGQ89eRmvpIUGfKWNVdbhSbkQaWhEoMGmGslA==",
3647 "cpu": [
3648 "x64"
3649 ],
3650 "license": "MPL-2.0",
3651 "optional": true,
3652 "os": [
3653 "freebsd"
3654 ],
3655 "engines": {
3656 "node": ">= 12.0.0"
3657 },
3658 "funding": {
3659 "type": "opencollective",
3660 "url": "https://opencollective.com/parcel"
3661 }
3662 },
3663 "node_modules/lightningcss-linux-arm-gnueabihf": {
3664 "version": "1.30.2",
3665 "resolved": "https://registry.npmjs.org/lightningcss-linux-arm-gnueabihf/-/lightningcss-linux-arm-gnueabihf-1.30.2.tgz",
3666 "integrity": "sha512-eVdpxh4wYcm0PofJIZVuYuLiqBIakQ9uFZmipf6LF/HRj5Bgm0eb3qL/mr1smyXIS1twwOxNWndd8z0E374hiA==",
3667 "cpu": [
3668 "arm"
3669 ],
3670 "license": "MPL-2.0",
3671 "optional": true,
3672 "os": [
3673 "linux"
3674 ],
3675 "engines": {
3676 "node": ">= 12.0.0"
3677 },
3678 "funding": {
3679 "type": "opencollective",
3680 "url": "https://opencollective.com/parcel"
3681 }
3682 },
3683 "node_modules/lightningcss-linux-arm64-gnu": {
3684 "version": "1.30.2",
3685 "resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-gnu/-/lightningcss-linux-arm64-gnu-1.30.2.tgz",
3686 "integrity": "sha512-UK65WJAbwIJbiBFXpxrbTNArtfuznvxAJw4Q2ZGlU8kPeDIWEX1dg3rn2veBVUylA2Ezg89ktszWbaQnxD/e3A==",
3687 "cpu": [
3688 "arm64"
3689 ],
3690 "license": "MPL-2.0",
3691 "optional": true,
3692 "os": [
3693 "linux"
3694 ],
3695 "engines": {
3696 "node": ">= 12.0.0"
3697 },
3698 "funding": {
3699 "type": "opencollective",
3700 "url": "https://opencollective.com/parcel"
3701 }
3702 },
3703 "node_modules/lightningcss-linux-arm64-musl": {
3704 "version": "1.30.2",
3705 "resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-musl/-/lightningcss-linux-arm64-musl-1.30.2.tgz",
3706 "integrity": "sha512-5Vh9dGeblpTxWHpOx8iauV02popZDsCYMPIgiuw97OJ5uaDsL86cnqSFs5LZkG3ghHoX5isLgWzMs+eD1YzrnA==",
3707 "cpu": [
3708 "arm64"
3709 ],
3710 "license": "MPL-2.0",
3711 "optional": true,
3712 "os": [
3713 "linux"
3714 ],
3715 "engines": {
3716 "node": ">= 12.0.0"
3717 },
3718 "funding": {
3719 "type": "opencollective",
3720 "url": "https://opencollective.com/parcel"
3721 }
3722 },
3723 "node_modules/lightningcss-linux-x64-gnu": {
3724 "version": "1.30.2",
3725 "resolved": "https://registry.npmjs.org/lightningcss-linux-x64-gnu/-/lightningcss-linux-x64-gnu-1.30.2.tgz",
3726 "integrity": "sha512-Cfd46gdmj1vQ+lR6VRTTadNHu6ALuw2pKR9lYq4FnhvgBc4zWY1EtZcAc6EffShbb1MFrIPfLDXD6Xprbnni4w==",
3727 "cpu": [
3728 "x64"
3729 ],
3730 "license": "MPL-2.0",
3731 "optional": true,
3732 "os": [
3733 "linux"
3734 ],
3735 "engines": {
3736 "node": ">= 12.0.0"
3737 },
3738 "funding": {
3739 "type": "opencollective",
3740 "url": "https://opencollective.com/parcel"
3741 }
3742 },
3743 "node_modules/lightningcss-linux-x64-musl": {
3744 "version": "1.30.2",
3745 "resolved": "https://registry.npmjs.org/lightningcss-linux-x64-musl/-/lightningcss-linux-x64-musl-1.30.2.tgz",
3746 "integrity": "sha512-XJaLUUFXb6/QG2lGIW6aIk6jKdtjtcffUT0NKvIqhSBY3hh9Ch+1LCeH80dR9q9LBjG3ewbDjnumefsLsP6aiA==",
3747 "cpu": [
3748 "x64"
3749 ],
3750 "license": "MPL-2.0",
3751 "optional": true,
3752 "os": [
3753 "linux"
3754 ],
3755 "engines": {
3756 "node": ">= 12.0.0"
3757 },
3758 "funding": {
3759 "type": "opencollective",
3760 "url": "https://opencollective.com/parcel"
3761 }
3762 },
3763 "node_modules/lightningcss-win32-arm64-msvc": {
3764 "version": "1.30.2",
3765 "resolved": "https://registry.npmjs.org/lightningcss-win32-arm64-msvc/-/lightningcss-win32-arm64-msvc-1.30.2.tgz",
3766 "integrity": "sha512-FZn+vaj7zLv//D/192WFFVA0RgHawIcHqLX9xuWiQt7P0PtdFEVaxgF9rjM/IRYHQXNnk61/H/gb2Ei+kUQ4xQ==",
3767 "cpu": [
3768 "arm64"
3769 ],
3770 "license": "MPL-2.0",
3771 "optional": true,
3772 "os": [
3773 "win32"
3774 ],
3775 "engines": {
3776 "node": ">= 12.0.0"
3777 },
3778 "funding": {
3779 "type": "opencollective",
3780 "url": "https://opencollective.com/parcel"
3781 }
3782 },
3783 "node_modules/lightningcss-win32-x64-msvc": {
3784 "version": "1.30.2",
3785 "resolved": "https://registry.npmjs.org/lightningcss-win32-x64-msvc/-/lightningcss-win32-x64-msvc-1.30.2.tgz",
3786 "integrity": "sha512-5g1yc73p+iAkid5phb4oVFMB45417DkRevRbt/El/gKXJk4jid+vPFF/AXbxn05Aky8PapwzZrdJShv5C0avjw==",
3787 "cpu": [
3788 "x64"
3789 ],
3790 "license": "MPL-2.0",
3791 "optional": true,
3792 "os": [
3793 "win32"
3794 ],
3795 "engines": {
3796 "node": ">= 12.0.0"
3797 },
3798 "funding": {
3799 "type": "opencollective",
3800 "url": "https://opencollective.com/parcel"
3801 }
3802 },
3803 "node_modules/longest-streak": {
3804 "version": "3.1.0",
3805 "resolved": "https://registry.npmjs.org/longest-streak/-/longest-streak-3.1.0.tgz",
3806 "integrity": "sha512-9Ri+o0JYgehTaVBBDoMqIl8GXtbWg711O3srftcHhZ0dqnETqLaoIK0x17fUw9rFSlK/0NlsKe0Ahhyl5pXE2g==",
3807 "license": "MIT",
3808 "funding": {
3809 "type": "github",
3810 "url": "https://github.com/sponsors/wooorm"
3811 }
3812 },
3813 "node_modules/lru-cache": {
3814 "version": "10.4.3",
3815 "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz",
3816 "integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==",
3817 "license": "ISC"
3818 },
3819 "node_modules/magic-string": {
3820 "version": "0.30.21",
3821 "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.21.tgz",
3822 "integrity": "sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==",
3823 "license": "MIT",
3824 "dependencies": {
3825 "@jridgewell/sourcemap-codec": "^1.5.5"
3826 }
3827 },
3828 "node_modules/magicast": {
3829 "version": "0.3.5",
3830 "resolved": "https://registry.npmjs.org/magicast/-/magicast-0.3.5.tgz",
3831 "integrity": "sha512-L0WhttDl+2BOsybvEOLK7fW3UA0OQ0IQ2d6Zl2x/a6vVRs3bAY0ECOSHHeL5jD+SbOpOCUEi0y1DgHEn9Qn1AQ==",
3832 "license": "MIT",
3833 "dependencies": {
3834 "@babel/parser": "^7.25.4",
3835 "@babel/types": "^7.25.4",
3836 "source-map-js": "^1.2.0"
3837 }
3838 },
3839 "node_modules/markdown-table": {
3840 "version": "3.0.4",
3841 "resolved": "https://registry.npmjs.org/markdown-table/-/markdown-table-3.0.4.tgz",
3842 "integrity": "sha512-wiYz4+JrLyb/DqW2hkFJxP7Vd7JuTDm77fvbM8VfEQdmSMqcImWeeRbHwZjBjIFki/VaMK2BhFi7oUUZeM5bqw==",
3843 "license": "MIT",
3844 "funding": {
3845 "type": "github",
3846 "url": "https://github.com/sponsors/wooorm"
3847 }
3848 },
3849 "node_modules/mdast-util-definitions": {
3850 "version": "6.0.0",
3851 "resolved": "https://registry.npmjs.org/mdast-util-definitions/-/mdast-util-definitions-6.0.0.tgz",
3852 "integrity": "sha512-scTllyX6pnYNZH/AIp/0ePz6s4cZtARxImwoPJ7kS42n+MnVsI4XbnG6d4ibehRIldYMWM2LD7ImQblVhUejVQ==",
3853 "license": "MIT",
3854 "dependencies": {
3855 "@types/mdast": "^4.0.0",
3856 "@types/unist": "^3.0.0",
3857 "unist-util-visit": "^5.0.0"
3858 },
3859 "funding": {
3860 "type": "opencollective",
3861 "url": "https://opencollective.com/unified"
3862 }
3863 },
3864 "node_modules/mdast-util-find-and-replace": {
3865 "version": "3.0.2",
3866 "resolved": "https://registry.npmjs.org/mdast-util-find-and-replace/-/mdast-util-find-and-replace-3.0.2.tgz",
3867 "integrity": "sha512-Tmd1Vg/m3Xz43afeNxDIhWRtFZgM2VLyaf4vSTYwudTyeuTneoL3qtWMA5jeLyz/O1vDJmmV4QuScFCA2tBPwg==",
3868 "license": "MIT",
3869 "dependencies": {
3870 "@types/mdast": "^4.0.0",
3871 "escape-string-regexp": "^5.0.0",
3872 "unist-util-is": "^6.0.0",
3873 "unist-util-visit-parents": "^6.0.0"
3874 },
3875 "funding": {
3876 "type": "opencollective",
3877 "url": "https://opencollective.com/unified"
3878 }
3879 },
3880 "node_modules/mdast-util-from-markdown": {
3881 "version": "2.0.2",
3882 "resolved": "https://registry.npmjs.org/mdast-util-from-markdown/-/mdast-util-from-markdown-2.0.2.tgz",
3883 "integrity": "sha512-uZhTV/8NBuw0WHkPTrCqDOl0zVe1BIng5ZtHoDk49ME1qqcjYmmLmOf0gELgcRMxN4w2iuIeVso5/6QymSrgmA==",
3884 "license": "MIT",
3885 "dependencies": {
3886 "@types/mdast": "^4.0.0",
3887 "@types/unist": "^3.0.0",
3888 "decode-named-character-reference": "^1.0.0",
3889 "devlop": "^1.0.0",
3890 "mdast-util-to-string": "^4.0.0",
3891 "micromark": "^4.0.0",
3892 "micromark-util-decode-numeric-character-reference": "^2.0.0",
3893 "micromark-util-decode-string": "^2.0.0",
3894 "micromark-util-normalize-identifier": "^2.0.0",
3895 "micromark-util-symbol": "^2.0.0",
3896 "micromark-util-types": "^2.0.0",
3897 "unist-util-stringify-position": "^4.0.0"
3898 },
3899 "funding": {
3900 "type": "opencollective",
3901 "url": "https://opencollective.com/unified"
3902 }
3903 },
3904 "node_modules/mdast-util-gfm": {
3905 "version": "3.1.0",
3906 "resolved": "https://registry.npmjs.org/mdast-util-gfm/-/mdast-util-gfm-3.1.0.tgz",
3907 "integrity": "sha512-0ulfdQOM3ysHhCJ1p06l0b0VKlhU0wuQs3thxZQagjcjPrlFRqY215uZGHHJan9GEAXd9MbfPjFJz+qMkVR6zQ==",
3908 "license": "MIT",
3909 "dependencies": {
3910 "mdast-util-from-markdown": "^2.0.0",
3911 "mdast-util-gfm-autolink-literal": "^2.0.0",
3912 "mdast-util-gfm-footnote": "^2.0.0",
3913 "mdast-util-gfm-strikethrough": "^2.0.0",
3914 "mdast-util-gfm-table": "^2.0.0",
3915 "mdast-util-gfm-task-list-item": "^2.0.0",
3916 "mdast-util-to-markdown": "^2.0.0"
3917 },
3918 "funding": {
3919 "type": "opencollective",
3920 "url": "https://opencollective.com/unified"
3921 }
3922 },
3923 "node_modules/mdast-util-gfm-autolink-literal": {
3924 "version": "2.0.1",
3925 "resolved": "https://registry.npmjs.org/mdast-util-gfm-autolink-literal/-/mdast-util-gfm-autolink-literal-2.0.1.tgz",
3926 "integrity": "sha512-5HVP2MKaP6L+G6YaxPNjuL0BPrq9orG3TsrZ9YXbA3vDw/ACI4MEsnoDpn6ZNm7GnZgtAcONJyPhOP8tNJQavQ==",
3927 "license": "MIT",
3928 "dependencies": {
3929 "@types/mdast": "^4.0.0",
3930 "ccount": "^2.0.0",
3931 "devlop": "^1.0.0",
3932 "mdast-util-find-and-replace": "^3.0.0",
3933 "micromark-util-character": "^2.0.0"
3934 },
3935 "funding": {
3936 "type": "opencollective",
3937 "url": "https://opencollective.com/unified"
3938 }
3939 },
3940 "node_modules/mdast-util-gfm-footnote": {
3941 "version": "2.1.0",
3942 "resolved": "https://registry.npmjs.org/mdast-util-gfm-footnote/-/mdast-util-gfm-footnote-2.1.0.tgz",
3943 "integrity": "sha512-sqpDWlsHn7Ac9GNZQMeUzPQSMzR6Wv0WKRNvQRg0KqHh02fpTz69Qc1QSseNX29bhz1ROIyNyxExfawVKTm1GQ==",
3944 "license": "MIT",
3945 "dependencies": {
3946 "@types/mdast": "^4.0.0",
3947 "devlop": "^1.1.0",
3948 "mdast-util-from-markdown": "^2.0.0",
3949 "mdast-util-to-markdown": "^2.0.0",
3950 "micromark-util-normalize-identifier": "^2.0.0"
3951 },
3952 "funding": {
3953 "type": "opencollective",
3954 "url": "https://opencollective.com/unified"
3955 }
3956 },
3957 "node_modules/mdast-util-gfm-strikethrough": {
3958 "version": "2.0.0",
3959 "resolved": "https://registry.npmjs.org/mdast-util-gfm-strikethrough/-/mdast-util-gfm-strikethrough-2.0.0.tgz",
3960 "integrity": "sha512-mKKb915TF+OC5ptj5bJ7WFRPdYtuHv0yTRxK2tJvi+BDqbkiG7h7u/9SI89nRAYcmap2xHQL9D+QG/6wSrTtXg==",
3961 "license": "MIT",
3962 "dependencies": {
3963 "@types/mdast": "^4.0.0",
3964 "mdast-util-from-markdown": "^2.0.0",
3965 "mdast-util-to-markdown": "^2.0.0"
3966 },
3967 "funding": {
3968 "type": "opencollective",
3969 "url": "https://opencollective.com/unified"
3970 }
3971 },
3972 "node_modules/mdast-util-gfm-table": {
3973 "version": "2.0.0",
3974 "resolved": "https://registry.npmjs.org/mdast-util-gfm-table/-/mdast-util-gfm-table-2.0.0.tgz",
3975 "integrity": "sha512-78UEvebzz/rJIxLvE7ZtDd/vIQ0RHv+3Mh5DR96p7cS7HsBhYIICDBCu8csTNWNO6tBWfqXPWekRuj2FNOGOZg==",
3976 "license": "MIT",
3977 "dependencies": {
3978 "@types/mdast": "^4.0.0",
3979 "devlop": "^1.0.0",
3980 "markdown-table": "^3.0.0",
3981 "mdast-util-from-markdown": "^2.0.0",
3982 "mdast-util-to-markdown": "^2.0.0"
3983 },
3984 "funding": {
3985 "type": "opencollective",
3986 "url": "https://opencollective.com/unified"
3987 }
3988 },
3989 "node_modules/mdast-util-gfm-task-list-item": {
3990 "version": "2.0.0",
3991 "resolved": "https://registry.npmjs.org/mdast-util-gfm-task-list-item/-/mdast-util-gfm-task-list-item-2.0.0.tgz",
3992 "integrity": "sha512-IrtvNvjxC1o06taBAVJznEnkiHxLFTzgonUdy8hzFVeDun0uTjxxrRGVaNFqkU1wJR3RBPEfsxmU6jDWPofrTQ==",
3993 "license": "MIT",
3994 "dependencies": {
3995 "@types/mdast": "^4.0.0",
3996 "devlop": "^1.0.0",
3997 "mdast-util-from-markdown": "^2.0.0",
3998 "mdast-util-to-markdown": "^2.0.0"
3999 },
4000 "funding": {
4001 "type": "opencollective",
4002 "url": "https://opencollective.com/unified"
4003 }
4004 },
4005 "node_modules/mdast-util-phrasing": {
4006 "version": "4.1.0",
4007 "resolved": "https://registry.npmjs.org/mdast-util-phrasing/-/mdast-util-phrasing-4.1.0.tgz",
4008 "integrity": "sha512-TqICwyvJJpBwvGAMZjj4J2n0X8QWp21b9l0o7eXyVJ25YNWYbJDVIyD1bZXE6WtV6RmKJVYmQAKWa0zWOABz2w==",
4009 "license": "MIT",
4010 "dependencies": {
4011 "@types/mdast": "^4.0.0",
4012 "unist-util-is": "^6.0.0"
4013 },
4014 "funding": {
4015 "type": "opencollective",
4016 "url": "https://opencollective.com/unified"
4017 }
4018 },
4019 "node_modules/mdast-util-to-hast": {
4020 "version": "13.2.0",
4021 "resolved": "https://registry.npmjs.org/mdast-util-to-hast/-/mdast-util-to-hast-13.2.0.tgz",
4022 "integrity": "sha512-QGYKEuUsYT9ykKBCMOEDLsU5JRObWQusAolFMeko/tYPufNkRffBAQjIE+99jbA87xv6FgmjLtwjh9wBWajwAA==",
4023 "license": "MIT",
4024 "dependencies": {
4025 "@types/hast": "^3.0.0",
4026 "@types/mdast": "^4.0.0",
4027 "@ungap/structured-clone": "^1.0.0",
4028 "devlop": "^1.0.0",
4029 "micromark-util-sanitize-uri": "^2.0.0",
4030 "trim-lines": "^3.0.0",
4031 "unist-util-position": "^5.0.0",
4032 "unist-util-visit": "^5.0.0",
4033 "vfile": "^6.0.0"
4034 },
4035 "funding": {
4036 "type": "opencollective",
4037 "url": "https://opencollective.com/unified"
4038 }
4039 },
4040 "node_modules/mdast-util-to-markdown": {
4041 "version": "2.1.2",
4042 "resolved": "https://registry.npmjs.org/mdast-util-to-markdown/-/mdast-util-to-markdown-2.1.2.tgz",
4043 "integrity": "sha512-xj68wMTvGXVOKonmog6LwyJKrYXZPvlwabaryTjLh9LuvovB/KAH+kvi8Gjj+7rJjsFi23nkUxRQv1KqSroMqA==",
4044 "license": "MIT",
4045 "dependencies": {
4046 "@types/mdast": "^4.0.0",
4047 "@types/unist": "^3.0.0",
4048 "longest-streak": "^3.0.0",
4049 "mdast-util-phrasing": "^4.0.0",
4050 "mdast-util-to-string": "^4.0.0",
4051 "micromark-util-classify-character": "^2.0.0",
4052 "micromark-util-decode-string": "^2.0.0",
4053 "unist-util-visit": "^5.0.0",
4054 "zwitch": "^2.0.0"
4055 },
4056 "funding": {
4057 "type": "opencollective",
4058 "url": "https://opencollective.com/unified"
4059 }
4060 },
4061 "node_modules/mdast-util-to-string": {
4062 "version": "4.0.0",
4063 "resolved": "https://registry.npmjs.org/mdast-util-to-string/-/mdast-util-to-string-4.0.0.tgz",
4064 "integrity": "sha512-0H44vDimn51F0YwvxSJSm0eCDOJTRlmN0R1yBh4HLj9wiV1Dn0QoXGbvFAWj2hSItVTlCmBF1hqKlIyUBVFLPg==",
4065 "license": "MIT",
4066 "dependencies": {
4067 "@types/mdast": "^4.0.0"
4068 },
4069 "funding": {
4070 "type": "opencollective",
4071 "url": "https://opencollective.com/unified"
4072 }
4073 },
4074 "node_modules/mdn-data": {
4075 "version": "2.12.2",
4076 "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.12.2.tgz",
4077 "integrity": "sha512-IEn+pegP1aManZuckezWCO+XZQDplx1366JoVhTpMpBB1sPey/SbveZQUosKiKiGYjg1wH4pMlNgXbCiYgihQA==",
4078 "license": "CC0-1.0"
4079 },
4080 "node_modules/micromark": {
4081 "version": "4.0.2",
4082 "resolved": "https://registry.npmjs.org/micromark/-/micromark-4.0.2.tgz",
4083 "integrity": "sha512-zpe98Q6kvavpCr1NPVSCMebCKfD7CA2NqZ+rykeNhONIJBpc1tFKt9hucLGwha3jNTNI8lHpctWJWoimVF4PfA==",
4084 "funding": [
4085 {
4086 "type": "GitHub Sponsors",
4087 "url": "https://github.com/sponsors/unifiedjs"
4088 },
4089 {
4090 "type": "OpenCollective",
4091 "url": "https://opencollective.com/unified"
4092 }
4093 ],
4094 "license": "MIT",
4095 "dependencies": {
4096 "@types/debug": "^4.0.0",
4097 "debug": "^4.0.0",
4098 "decode-named-character-reference": "^1.0.0",
4099 "devlop": "^1.0.0",
4100 "micromark-core-commonmark": "^2.0.0",
4101 "micromark-factory-space": "^2.0.0",
4102 "micromark-util-character": "^2.0.0",
4103 "micromark-util-chunked": "^2.0.0",
4104 "micromark-util-combine-extensions": "^2.0.0",
4105 "micromark-util-decode-numeric-character-reference": "^2.0.0",
4106 "micromark-util-encode": "^2.0.0",
4107 "micromark-util-normalize-identifier": "^2.0.0",
4108 "micromark-util-resolve-all": "^2.0.0",
4109 "micromark-util-sanitize-uri": "^2.0.0",
4110 "micromark-util-subtokenize": "^2.0.0",
4111 "micromark-util-symbol": "^2.0.0",
4112 "micromark-util-types": "^2.0.0"
4113 }
4114 },
4115 "node_modules/micromark-core-commonmark": {
4116 "version": "2.0.3",
4117 "resolved": "https://registry.npmjs.org/micromark-core-commonmark/-/micromark-core-commonmark-2.0.3.tgz",
4118 "integrity": "sha512-RDBrHEMSxVFLg6xvnXmb1Ayr2WzLAWjeSATAoxwKYJV94TeNavgoIdA0a9ytzDSVzBy2YKFK+emCPOEibLeCrg==",
4119 "funding": [
4120 {
4121 "type": "GitHub Sponsors",
4122 "url": "https://github.com/sponsors/unifiedjs"
4123 },
4124 {
4125 "type": "OpenCollective",
4126 "url": "https://opencollective.com/unified"
4127 }
4128 ],
4129 "license": "MIT",
4130 "dependencies": {
4131 "decode-named-character-reference": "^1.0.0",
4132 "devlop": "^1.0.0",
4133 "micromark-factory-destination": "^2.0.0",
4134 "micromark-factory-label": "^2.0.0",
4135 "micromark-factory-space": "^2.0.0",
4136 "micromark-factory-title": "^2.0.0",
4137 "micromark-factory-whitespace": "^2.0.0",
4138 "micromark-util-character": "^2.0.0",
4139 "micromark-util-chunked": "^2.0.0",
4140 "micromark-util-classify-character": "^2.0.0",
4141 "micromark-util-html-tag-name": "^2.0.0",
4142 "micromark-util-normalize-identifier": "^2.0.0",
4143 "micromark-util-resolve-all": "^2.0.0",
4144 "micromark-util-subtokenize": "^2.0.0",
4145 "micromark-util-symbol": "^2.0.0",
4146 "micromark-util-types": "^2.0.0"
4147 }
4148 },
4149 "node_modules/micromark-extension-gfm": {
4150 "version": "3.0.0",
4151 "resolved": "https://registry.npmjs.org/micromark-extension-gfm/-/micromark-extension-gfm-3.0.0.tgz",
4152 "integrity": "sha512-vsKArQsicm7t0z2GugkCKtZehqUm31oeGBV/KVSorWSy8ZlNAv7ytjFhvaryUiCUJYqs+NoE6AFhpQvBTM6Q4w==",
4153 "license": "MIT",
4154 "dependencies": {
4155 "micromark-extension-gfm-autolink-literal": "^2.0.0",
4156 "micromark-extension-gfm-footnote": "^2.0.0",
4157 "micromark-extension-gfm-strikethrough": "^2.0.0",
4158 "micromark-extension-gfm-table": "^2.0.0",
4159 "micromark-extension-gfm-tagfilter": "^2.0.0",
4160 "micromark-extension-gfm-task-list-item": "^2.0.0",
4161 "micromark-util-combine-extensions": "^2.0.0",
4162 "micromark-util-types": "^2.0.0"
4163 },
4164 "funding": {
4165 "type": "opencollective",
4166 "url": "https://opencollective.com/unified"
4167 }
4168 },
4169 "node_modules/micromark-extension-gfm-autolink-literal": {
4170 "version": "2.1.0",
4171 "resolved": "https://registry.npmjs.org/micromark-extension-gfm-autolink-literal/-/micromark-extension-gfm-autolink-literal-2.1.0.tgz",
4172 "integrity": "sha512-oOg7knzhicgQ3t4QCjCWgTmfNhvQbDDnJeVu9v81r7NltNCVmhPy1fJRX27pISafdjL+SVc4d3l48Gb6pbRypw==",
4173 "license": "MIT",
4174 "dependencies": {
4175 "micromark-util-character": "^2.0.0",
4176 "micromark-util-sanitize-uri": "^2.0.0",
4177 "micromark-util-symbol": "^2.0.0",
4178 "micromark-util-types": "^2.0.0"
4179 },
4180 "funding": {
4181 "type": "opencollective",
4182 "url": "https://opencollective.com/unified"
4183 }
4184 },
4185 "node_modules/micromark-extension-gfm-footnote": {
4186 "version": "2.1.0",
4187 "resolved": "https://registry.npmjs.org/micromark-extension-gfm-footnote/-/micromark-extension-gfm-footnote-2.1.0.tgz",
4188 "integrity": "sha512-/yPhxI1ntnDNsiHtzLKYnE3vf9JZ6cAisqVDauhp4CEHxlb4uoOTxOCJ+9s51bIB8U1N1FJ1RXOKTIlD5B/gqw==",
4189 "license": "MIT",
4190 "dependencies": {
4191 "devlop": "^1.0.0",
4192 "micromark-core-commonmark": "^2.0.0",
4193 "micromark-factory-space": "^2.0.0",
4194 "micromark-util-character": "^2.0.0",
4195 "micromark-util-normalize-identifier": "^2.0.0",
4196 "micromark-util-sanitize-uri": "^2.0.0",
4197 "micromark-util-symbol": "^2.0.0",
4198 "micromark-util-types": "^2.0.0"
4199 },
4200 "funding": {
4201 "type": "opencollective",
4202 "url": "https://opencollective.com/unified"
4203 }
4204 },
4205 "node_modules/micromark-extension-gfm-strikethrough": {
4206 "version": "2.1.0",
4207 "resolved": "https://registry.npmjs.org/micromark-extension-gfm-strikethrough/-/micromark-extension-gfm-strikethrough-2.1.0.tgz",
4208 "integrity": "sha512-ADVjpOOkjz1hhkZLlBiYA9cR2Anf8F4HqZUO6e5eDcPQd0Txw5fxLzzxnEkSkfnD0wziSGiv7sYhk/ktvbf1uw==",
4209 "license": "MIT",
4210 "dependencies": {
4211 "devlop": "^1.0.0",
4212 "micromark-util-chunked": "^2.0.0",
4213 "micromark-util-classify-character": "^2.0.0",
4214 "micromark-util-resolve-all": "^2.0.0",
4215 "micromark-util-symbol": "^2.0.0",
4216 "micromark-util-types": "^2.0.0"
4217 },
4218 "funding": {
4219 "type": "opencollective",
4220 "url": "https://opencollective.com/unified"
4221 }
4222 },
4223 "node_modules/micromark-extension-gfm-table": {
4224 "version": "2.1.1",
4225 "resolved": "https://registry.npmjs.org/micromark-extension-gfm-table/-/micromark-extension-gfm-table-2.1.1.tgz",
4226 "integrity": "sha512-t2OU/dXXioARrC6yWfJ4hqB7rct14e8f7m0cbI5hUmDyyIlwv5vEtooptH8INkbLzOatzKuVbQmAYcbWoyz6Dg==",
4227 "license": "MIT",
4228 "dependencies": {
4229 "devlop": "^1.0.0",
4230 "micromark-factory-space": "^2.0.0",
4231 "micromark-util-character": "^2.0.0",
4232 "micromark-util-symbol": "^2.0.0",
4233 "micromark-util-types": "^2.0.0"
4234 },
4235 "funding": {
4236 "type": "opencollective",
4237 "url": "https://opencollective.com/unified"
4238 }
4239 },
4240 "node_modules/micromark-extension-gfm-tagfilter": {
4241 "version": "2.0.0",
4242 "resolved": "https://registry.npmjs.org/micromark-extension-gfm-tagfilter/-/micromark-extension-gfm-tagfilter-2.0.0.tgz",
4243 "integrity": "sha512-xHlTOmuCSotIA8TW1mDIM6X2O1SiX5P9IuDtqGonFhEK0qgRI4yeC6vMxEV2dgyr2TiD+2PQ10o+cOhdVAcwfg==",
4244 "license": "MIT",
4245 "dependencies": {
4246 "micromark-util-types": "^2.0.0"
4247 },
4248 "funding": {
4249 "type": "opencollective",
4250 "url": "https://opencollective.com/unified"
4251 }
4252 },
4253 "node_modules/micromark-extension-gfm-task-list-item": {
4254 "version": "2.1.0",
4255 "resolved": "https://registry.npmjs.org/micromark-extension-gfm-task-list-item/-/micromark-extension-gfm-task-list-item-2.1.0.tgz",
4256 "integrity": "sha512-qIBZhqxqI6fjLDYFTBIa4eivDMnP+OZqsNwmQ3xNLE4Cxwc+zfQEfbs6tzAo2Hjq+bh6q5F+Z8/cksrLFYWQQw==",
4257 "license": "MIT",
4258 "dependencies": {
4259 "devlop": "^1.0.0",
4260 "micromark-factory-space": "^2.0.0",
4261 "micromark-util-character": "^2.0.0",
4262 "micromark-util-symbol": "^2.0.0",
4263 "micromark-util-types": "^2.0.0"
4264 },
4265 "funding": {
4266 "type": "opencollective",
4267 "url": "https://opencollective.com/unified"
4268 }
4269 },
4270 "node_modules/micromark-factory-destination": {
4271 "version": "2.0.1",
4272 "resolved": "https://registry.npmjs.org/micromark-factory-destination/-/micromark-factory-destination-2.0.1.tgz",
4273 "integrity": "sha512-Xe6rDdJlkmbFRExpTOmRj9N3MaWmbAgdpSrBQvCFqhezUn4AHqJHbaEnfbVYYiexVSs//tqOdY/DxhjdCiJnIA==",
4274 "funding": [
4275 {
4276 "type": "GitHub Sponsors",
4277 "url": "https://github.com/sponsors/unifiedjs"
4278 },
4279 {
4280 "type": "OpenCollective",
4281 "url": "https://opencollective.com/unified"
4282 }
4283 ],
4284 "license": "MIT",
4285 "dependencies": {
4286 "micromark-util-character": "^2.0.0",
4287 "micromark-util-symbol": "^2.0.0",
4288 "micromark-util-types": "^2.0.0"
4289 }
4290 },
4291 "node_modules/micromark-factory-label": {
4292 "version": "2.0.1",
4293 "resolved": "https://registry.npmjs.org/micromark-factory-label/-/micromark-factory-label-2.0.1.tgz",
4294 "integrity": "sha512-VFMekyQExqIW7xIChcXn4ok29YE3rnuyveW3wZQWWqF4Nv9Wk5rgJ99KzPvHjkmPXF93FXIbBp6YdW3t71/7Vg==",
4295 "funding": [
4296 {
4297 "type": "GitHub Sponsors",
4298 "url": "https://github.com/sponsors/unifiedjs"
4299 },
4300 {
4301 "type": "OpenCollective",
4302 "url": "https://opencollective.com/unified"
4303 }
4304 ],
4305 "license": "MIT",
4306 "dependencies": {
4307 "devlop": "^1.0.0",
4308 "micromark-util-character": "^2.0.0",
4309 "micromark-util-symbol": "^2.0.0",
4310 "micromark-util-types": "^2.0.0"
4311 }
4312 },
4313 "node_modules/micromark-factory-space": {
4314 "version": "2.0.1",
4315 "resolved": "https://registry.npmjs.org/micromark-factory-space/-/micromark-factory-space-2.0.1.tgz",
4316 "integrity": "sha512-zRkxjtBxxLd2Sc0d+fbnEunsTj46SWXgXciZmHq0kDYGnck/ZSGj9/wULTV95uoeYiK5hRXP2mJ98Uo4cq/LQg==",
4317 "funding": [
4318 {
4319 "type": "GitHub Sponsors",
4320 "url": "https://github.com/sponsors/unifiedjs"
4321 },
4322 {
4323 "type": "OpenCollective",
4324 "url": "https://opencollective.com/unified"
4325 }
4326 ],
4327 "license": "MIT",
4328 "dependencies": {
4329 "micromark-util-character": "^2.0.0",
4330 "micromark-util-types": "^2.0.0"
4331 }
4332 },
4333 "node_modules/micromark-factory-title": {
4334 "version": "2.0.1",
4335 "resolved": "https://registry.npmjs.org/micromark-factory-title/-/micromark-factory-title-2.0.1.tgz",
4336 "integrity": "sha512-5bZ+3CjhAd9eChYTHsjy6TGxpOFSKgKKJPJxr293jTbfry2KDoWkhBb6TcPVB4NmzaPhMs1Frm9AZH7OD4Cjzw==",
4337 "funding": [
4338 {
4339 "type": "GitHub Sponsors",
4340 "url": "https://github.com/sponsors/unifiedjs"
4341 },
4342 {
4343 "type": "OpenCollective",
4344 "url": "https://opencollective.com/unified"
4345 }
4346 ],
4347 "license": "MIT",
4348 "dependencies": {
4349 "micromark-factory-space": "^2.0.0",
4350 "micromark-util-character": "^2.0.0",
4351 "micromark-util-symbol": "^2.0.0",
4352 "micromark-util-types": "^2.0.0"
4353 }
4354 },
4355 "node_modules/micromark-factory-whitespace": {
4356 "version": "2.0.1",
4357 "resolved": "https://registry.npmjs.org/micromark-factory-whitespace/-/micromark-factory-whitespace-2.0.1.tgz",
4358 "integrity": "sha512-Ob0nuZ3PKt/n0hORHyvoD9uZhr+Za8sFoP+OnMcnWK5lngSzALgQYKMr9RJVOWLqQYuyn6ulqGWSXdwf6F80lQ==",
4359 "funding": [
4360 {
4361 "type": "GitHub Sponsors",
4362 "url": "https://github.com/sponsors/unifiedjs"
4363 },
4364 {
4365 "type": "OpenCollective",
4366 "url": "https://opencollective.com/unified"
4367 }
4368 ],
4369 "license": "MIT",
4370 "dependencies": {
4371 "micromark-factory-space": "^2.0.0",
4372 "micromark-util-character": "^2.0.0",
4373 "micromark-util-symbol": "^2.0.0",
4374 "micromark-util-types": "^2.0.0"
4375 }
4376 },
4377 "node_modules/micromark-util-character": {
4378 "version": "2.1.1",
4379 "resolved": "https://registry.npmjs.org/micromark-util-character/-/micromark-util-character-2.1.1.tgz",
4380 "integrity": "sha512-wv8tdUTJ3thSFFFJKtpYKOYiGP2+v96Hvk4Tu8KpCAsTMs6yi+nVmGh1syvSCsaxz45J6Jbw+9DD6g97+NV67Q==",
4381 "funding": [
4382 {
4383 "type": "GitHub Sponsors",
4384 "url": "https://github.com/sponsors/unifiedjs"
4385 },
4386 {
4387 "type": "OpenCollective",
4388 "url": "https://opencollective.com/unified"
4389 }
4390 ],
4391 "license": "MIT",
4392 "dependencies": {
4393 "micromark-util-symbol": "^2.0.0",
4394 "micromark-util-types": "^2.0.0"
4395 }
4396 },
4397 "node_modules/micromark-util-chunked": {
4398 "version": "2.0.1",
4399 "resolved": "https://registry.npmjs.org/micromark-util-chunked/-/micromark-util-chunked-2.0.1.tgz",
4400 "integrity": "sha512-QUNFEOPELfmvv+4xiNg2sRYeS/P84pTW0TCgP5zc9FpXetHY0ab7SxKyAQCNCc1eK0459uoLI1y5oO5Vc1dbhA==",
4401 "funding": [
4402 {
4403 "type": "GitHub Sponsors",
4404 "url": "https://github.com/sponsors/unifiedjs"
4405 },
4406 {
4407 "type": "OpenCollective",
4408 "url": "https://opencollective.com/unified"
4409 }
4410 ],
4411 "license": "MIT",
4412 "dependencies": {
4413 "micromark-util-symbol": "^2.0.0"
4414 }
4415 },
4416 "node_modules/micromark-util-classify-character": {
4417 "version": "2.0.1",
4418 "resolved": "https://registry.npmjs.org/micromark-util-classify-character/-/micromark-util-classify-character-2.0.1.tgz",
4419 "integrity": "sha512-K0kHzM6afW/MbeWYWLjoHQv1sgg2Q9EccHEDzSkxiP/EaagNzCm7T/WMKZ3rjMbvIpvBiZgwR3dKMygtA4mG1Q==",
4420 "funding": [
4421 {
4422 "type": "GitHub Sponsors",
4423 "url": "https://github.com/sponsors/unifiedjs"
4424 },
4425 {
4426 "type": "OpenCollective",
4427 "url": "https://opencollective.com/unified"
4428 }
4429 ],
4430 "license": "MIT",
4431 "dependencies": {
4432 "micromark-util-character": "^2.0.0",
4433 "micromark-util-symbol": "^2.0.0",
4434 "micromark-util-types": "^2.0.0"
4435 }
4436 },
4437 "node_modules/micromark-util-combine-extensions": {
4438 "version": "2.0.1",
4439 "resolved": "https://registry.npmjs.org/micromark-util-combine-extensions/-/micromark-util-combine-extensions-2.0.1.tgz",
4440 "integrity": "sha512-OnAnH8Ujmy59JcyZw8JSbK9cGpdVY44NKgSM7E9Eh7DiLS2E9RNQf0dONaGDzEG9yjEl5hcqeIsj4hfRkLH/Bg==",
4441 "funding": [
4442 {
4443 "type": "GitHub Sponsors",
4444 "url": "https://github.com/sponsors/unifiedjs"
4445 },
4446 {
4447 "type": "OpenCollective",
4448 "url": "https://opencollective.com/unified"
4449 }
4450 ],
4451 "license": "MIT",
4452 "dependencies": {
4453 "micromark-util-chunked": "^2.0.0",
4454 "micromark-util-types": "^2.0.0"
4455 }
4456 },
4457 "node_modules/micromark-util-decode-numeric-character-reference": {
4458 "version": "2.0.2",
4459 "resolved": "https://registry.npmjs.org/micromark-util-decode-numeric-character-reference/-/micromark-util-decode-numeric-character-reference-2.0.2.tgz",
4460 "integrity": "sha512-ccUbYk6CwVdkmCQMyr64dXz42EfHGkPQlBj5p7YVGzq8I7CtjXZJrubAYezf7Rp+bjPseiROqe7G6foFd+lEuw==",
4461 "funding": [
4462 {
4463 "type": "GitHub Sponsors",
4464 "url": "https://github.com/sponsors/unifiedjs"
4465 },
4466 {
4467 "type": "OpenCollective",
4468 "url": "https://opencollective.com/unified"
4469 }
4470 ],
4471 "license": "MIT",
4472 "dependencies": {
4473 "micromark-util-symbol": "^2.0.0"
4474 }
4475 },
4476 "node_modules/micromark-util-decode-string": {
4477 "version": "2.0.1",
4478 "resolved": "https://registry.npmjs.org/micromark-util-decode-string/-/micromark-util-decode-string-2.0.1.tgz",
4479 "integrity": "sha512-nDV/77Fj6eH1ynwscYTOsbK7rR//Uj0bZXBwJZRfaLEJ1iGBR6kIfNmlNqaqJf649EP0F3NWNdeJi03elllNUQ==",
4480 "funding": [
4481 {
4482 "type": "GitHub Sponsors",
4483 "url": "https://github.com/sponsors/unifiedjs"
4484 },
4485 {
4486 "type": "OpenCollective",
4487 "url": "https://opencollective.com/unified"
4488 }
4489 ],
4490 "license": "MIT",
4491 "dependencies": {
4492 "decode-named-character-reference": "^1.0.0",
4493 "micromark-util-character": "^2.0.0",
4494 "micromark-util-decode-numeric-character-reference": "^2.0.0",
4495 "micromark-util-symbol": "^2.0.0"
4496 }
4497 },
4498 "node_modules/micromark-util-encode": {
4499 "version": "2.0.1",
4500 "resolved": "https://registry.npmjs.org/micromark-util-encode/-/micromark-util-encode-2.0.1.tgz",
4501 "integrity": "sha512-c3cVx2y4KqUnwopcO9b/SCdo2O67LwJJ/UyqGfbigahfegL9myoEFoDYZgkT7f36T0bLrM9hZTAaAyH+PCAXjw==",
4502 "funding": [
4503 {
4504 "type": "GitHub Sponsors",
4505 "url": "https://github.com/sponsors/unifiedjs"
4506 },
4507 {
4508 "type": "OpenCollective",
4509 "url": "https://opencollective.com/unified"
4510 }
4511 ],
4512 "license": "MIT"
4513 },
4514 "node_modules/micromark-util-html-tag-name": {
4515 "version": "2.0.1",
4516 "resolved": "https://registry.npmjs.org/micromark-util-html-tag-name/-/micromark-util-html-tag-name-2.0.1.tgz",
4517 "integrity": "sha512-2cNEiYDhCWKI+Gs9T0Tiysk136SnR13hhO8yW6BGNyhOC4qYFnwF1nKfD3HFAIXA5c45RrIG1ub11GiXeYd1xA==",
4518 "funding": [
4519 {
4520 "type": "GitHub Sponsors",
4521 "url": "https://github.com/sponsors/unifiedjs"
4522 },
4523 {
4524 "type": "OpenCollective",
4525 "url": "https://opencollective.com/unified"
4526 }
4527 ],
4528 "license": "MIT"
4529 },
4530 "node_modules/micromark-util-normalize-identifier": {
4531 "version": "2.0.1",
4532 "resolved": "https://registry.npmjs.org/micromark-util-normalize-identifier/-/micromark-util-normalize-identifier-2.0.1.tgz",
4533 "integrity": "sha512-sxPqmo70LyARJs0w2UclACPUUEqltCkJ6PhKdMIDuJ3gSf/Q+/GIe3WKl0Ijb/GyH9lOpUkRAO2wp0GVkLvS9Q==",
4534 "funding": [
4535 {
4536 "type": "GitHub Sponsors",
4537 "url": "https://github.com/sponsors/unifiedjs"
4538 },
4539 {
4540 "type": "OpenCollective",
4541 "url": "https://opencollective.com/unified"
4542 }
4543 ],
4544 "license": "MIT",
4545 "dependencies": {
4546 "micromark-util-symbol": "^2.0.0"
4547 }
4548 },
4549 "node_modules/micromark-util-resolve-all": {
4550 "version": "2.0.1",
4551 "resolved": "https://registry.npmjs.org/micromark-util-resolve-all/-/micromark-util-resolve-all-2.0.1.tgz",
4552 "integrity": "sha512-VdQyxFWFT2/FGJgwQnJYbe1jjQoNTS4RjglmSjTUlpUMa95Htx9NHeYW4rGDJzbjvCsl9eLjMQwGeElsqmzcHg==",
4553 "funding": [
4554 {
4555 "type": "GitHub Sponsors",
4556 "url": "https://github.com/sponsors/unifiedjs"
4557 },
4558 {
4559 "type": "OpenCollective",
4560 "url": "https://opencollective.com/unified"
4561 }
4562 ],
4563 "license": "MIT",
4564 "dependencies": {
4565 "micromark-util-types": "^2.0.0"
4566 }
4567 },
4568 "node_modules/micromark-util-sanitize-uri": {
4569 "version": "2.0.1",
4570 "resolved": "https://registry.npmjs.org/micromark-util-sanitize-uri/-/micromark-util-sanitize-uri-2.0.1.tgz",
4571 "integrity": "sha512-9N9IomZ/YuGGZZmQec1MbgxtlgougxTodVwDzzEouPKo3qFWvymFHWcnDi2vzV1ff6kas9ucW+o3yzJK9YB1AQ==",
4572 "funding": [
4573 {
4574 "type": "GitHub Sponsors",
4575 "url": "https://github.com/sponsors/unifiedjs"
4576 },
4577 {
4578 "type": "OpenCollective",
4579 "url": "https://opencollective.com/unified"
4580 }
4581 ],
4582 "license": "MIT",
4583 "dependencies": {
4584 "micromark-util-character": "^2.0.0",
4585 "micromark-util-encode": "^2.0.0",
4586 "micromark-util-symbol": "^2.0.0"
4587 }
4588 },
4589 "node_modules/micromark-util-subtokenize": {
4590 "version": "2.1.0",
4591 "resolved": "https://registry.npmjs.org/micromark-util-subtokenize/-/micromark-util-subtokenize-2.1.0.tgz",
4592 "integrity": "sha512-XQLu552iSctvnEcgXw6+Sx75GflAPNED1qx7eBJ+wydBb2KCbRZe+NwvIEEMM83uml1+2WSXpBAcp9IUCgCYWA==",
4593 "funding": [
4594 {
4595 "type": "GitHub Sponsors",
4596 "url": "https://github.com/sponsors/unifiedjs"
4597 },
4598 {
4599 "type": "OpenCollective",
4600 "url": "https://opencollective.com/unified"
4601 }
4602 ],
4603 "license": "MIT",
4604 "dependencies": {
4605 "devlop": "^1.0.0",
4606 "micromark-util-chunked": "^2.0.0",
4607 "micromark-util-symbol": "^2.0.0",
4608 "micromark-util-types": "^2.0.0"
4609 }
4610 },
4611 "node_modules/micromark-util-symbol": {
4612 "version": "2.0.1",
4613 "resolved": "https://registry.npmjs.org/micromark-util-symbol/-/micromark-util-symbol-2.0.1.tgz",
4614 "integrity": "sha512-vs5t8Apaud9N28kgCrRUdEed4UJ+wWNvicHLPxCa9ENlYuAY31M0ETy5y1vA33YoNPDFTghEbnh6efaE8h4x0Q==",
4615 "funding": [
4616 {
4617 "type": "GitHub Sponsors",
4618 "url": "https://github.com/sponsors/unifiedjs"
4619 },
4620 {
4621 "type": "OpenCollective",
4622 "url": "https://opencollective.com/unified"
4623 }
4624 ],
4625 "license": "MIT"
4626 },
4627 "node_modules/micromark-util-types": {
4628 "version": "2.0.2",
4629 "resolved": "https://registry.npmjs.org/micromark-util-types/-/micromark-util-types-2.0.2.tgz",
4630 "integrity": "sha512-Yw0ECSpJoViF1qTU4DC6NwtC4aWGt1EkzaQB8KPPyCRR8z9TWeV0HbEFGTO+ZY1wB22zmxnJqhPyTpOVCpeHTA==",
4631 "funding": [
4632 {
4633 "type": "GitHub Sponsors",
4634 "url": "https://github.com/sponsors/unifiedjs"
4635 },
4636 {
4637 "type": "OpenCollective",
4638 "url": "https://opencollective.com/unified"
4639 }
4640 ],
4641 "license": "MIT"
4642 },
4643 "node_modules/mime-db": {
4644 "version": "1.54.0",
4645 "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.54.0.tgz",
4646 "integrity": "sha512-aU5EJuIN2WDemCcAp2vFBfp/m4EAhWJnUNSSw0ixs7/kXbd6Pg64EmwJkNdFhB8aWt1sH2CTXrLxo/iAGV3oPQ==",
4647 "license": "MIT",
4648 "engines": {
4649 "node": ">= 0.6"
4650 }
4651 },
4652 "node_modules/mime-types": {
4653 "version": "3.0.1",
4654 "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-3.0.1.tgz",
4655 "integrity": "sha512-xRc4oEhT6eaBpU1XF7AjpOFD+xQmXNB5OVKwp4tqCuBpHLS/ZbBDrc07mYTDqVMg6PfxUjjNp85O6Cd2Z/5HWA==",
4656 "license": "MIT",
4657 "dependencies": {
4658 "mime-db": "^1.54.0"
4659 },
4660 "engines": {
4661 "node": ">= 0.6"
4662 }
4663 },
4664 "node_modules/minimatch": {
4665 "version": "9.0.5",
4666 "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz",
4667 "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==",
4668 "dev": true,
4669 "license": "ISC",
4670 "dependencies": {
4671 "brace-expansion": "^2.0.1"
4672 },
4673 "engines": {
4674 "node": ">=16 || 14 >=14.17"
4675 },
4676 "funding": {
4677 "url": "https://github.com/sponsors/isaacs"
4678 }
4679 },
4680 "node_modules/mrmime": {
4681 "version": "2.0.1",
4682 "resolved": "https://registry.npmjs.org/mrmime/-/mrmime-2.0.1.tgz",
4683 "integrity": "sha512-Y3wQdFg2Va6etvQ5I82yUhGdsKrcYox6p7FfL1LbK2J4V01F9TGlepTIhnK24t7koZibmg82KGglhA1XK5IsLQ==",
4684 "license": "MIT",
4685 "engines": {
4686 "node": ">=10"
4687 }
4688 },
4689 "node_modules/ms": {
4690 "version": "2.1.3",
4691 "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
4692 "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
4693 "license": "MIT"
4694 },
4695 "node_modules/multiformats": {
4696 "version": "9.9.0",
4697 "resolved": "https://registry.npmjs.org/multiformats/-/multiformats-9.9.0.tgz",
4698 "integrity": "sha512-HoMUjhH9T8DDBNT+6xzkrd9ga/XiBI4xLr58LJACwK6G3HTOPeMz4nB4KJs33L2BelrIJa7P0VuNaVF3hMYfjg==",
4699 "license": "(Apache-2.0 AND MIT)"
4700 },
4701 "node_modules/nanoid": {
4702 "version": "3.3.11",
4703 "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.11.tgz",
4704 "integrity": "sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==",
4705 "funding": [
4706 {
4707 "type": "github",
4708 "url": "https://github.com/sponsors/ai"
4709 }
4710 ],
4711 "license": "MIT",
4712 "bin": {
4713 "nanoid": "bin/nanoid.cjs"
4714 },
4715 "engines": {
4716 "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
4717 }
4718 },
4719 "node_modules/neotraverse": {
4720 "version": "0.6.18",
4721 "resolved": "https://registry.npmjs.org/neotraverse/-/neotraverse-0.6.18.tgz",
4722 "integrity": "sha512-Z4SmBUweYa09+o6pG+eASabEpP6QkQ70yHj351pQoEXIs8uHbaU2DWVmzBANKgflPa47A50PtB2+NgRpQvr7vA==",
4723 "license": "MIT",
4724 "engines": {
4725 "node": ">= 10"
4726 }
4727 },
4728 "node_modules/nlcst-to-string": {
4729 "version": "4.0.0",
4730 "resolved": "https://registry.npmjs.org/nlcst-to-string/-/nlcst-to-string-4.0.0.tgz",
4731 "integrity": "sha512-YKLBCcUYKAg0FNlOBT6aI91qFmSiFKiluk655WzPF+DDMA02qIyy8uiRqI8QXtcFpEvll12LpL5MXqEmAZ+dcA==",
4732 "license": "MIT",
4733 "dependencies": {
4734 "@types/nlcst": "^2.0.0"
4735 },
4736 "funding": {
4737 "type": "opencollective",
4738 "url": "https://opencollective.com/unified"
4739 }
4740 },
4741 "node_modules/node-fetch-native": {
4742 "version": "1.6.7",
4743 "resolved": "https://registry.npmjs.org/node-fetch-native/-/node-fetch-native-1.6.7.tgz",
4744 "integrity": "sha512-g9yhqoedzIUm0nTnTqAQvueMPVOuIY16bqgAJJC8XOOubYFNwz6IER9qs0Gq2Xd0+CecCKFjtdDTMA4u4xG06Q==",
4745 "license": "MIT"
4746 },
4747 "node_modules/node-mock-http": {
4748 "version": "1.0.3",
4749 "resolved": "https://registry.npmjs.org/node-mock-http/-/node-mock-http-1.0.3.tgz",
4750 "integrity": "sha512-jN8dK25fsfnMrVsEhluUTPkBFY+6ybu7jSB1n+ri/vOGjJxU8J9CZhpSGkHXSkFjtUhbmoncG/YG9ta5Ludqog==",
4751 "license": "MIT"
4752 },
4753 "node_modules/normalize-path": {
4754 "version": "3.0.0",
4755 "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz",
4756 "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==",
4757 "license": "MIT",
4758 "engines": {
4759 "node": ">=0.10.0"
4760 }
4761 },
4762 "node_modules/ofetch": {
4763 "version": "1.5.0",
4764 "resolved": "https://registry.npmjs.org/ofetch/-/ofetch-1.5.0.tgz",
4765 "integrity": "sha512-A7llJ7eZyziA5xq9//3ZurA8OhFqtS99K5/V1sLBJ5j137CM/OAjlbA/TEJXBuOWwOfLqih+oH5U3ran4za1FQ==",
4766 "license": "MIT",
4767 "dependencies": {
4768 "destr": "^2.0.5",
4769 "node-fetch-native": "^1.6.7",
4770 "ufo": "^1.6.1"
4771 }
4772 },
4773 "node_modules/ohash": {
4774 "version": "2.0.11",
4775 "resolved": "https://registry.npmjs.org/ohash/-/ohash-2.0.11.tgz",
4776 "integrity": "sha512-RdR9FQrFwNBNXAr4GixM8YaRZRJ5PUWbKYbE5eOsrwAjJW0q2REGcf79oYPsLyskQCZG1PLN+S/K1V00joZAoQ==",
4777 "license": "MIT"
4778 },
4779 "node_modules/on-finished": {
4780 "version": "2.4.1",
4781 "resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.4.1.tgz",
4782 "integrity": "sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==",
4783 "license": "MIT",
4784 "dependencies": {
4785 "ee-first": "1.1.1"
4786 },
4787 "engines": {
4788 "node": ">= 0.8"
4789 }
4790 },
4791 "node_modules/oniguruma-parser": {
4792 "version": "0.12.1",
4793 "resolved": "https://registry.npmjs.org/oniguruma-parser/-/oniguruma-parser-0.12.1.tgz",
4794 "integrity": "sha512-8Unqkvk1RYc6yq2WBYRj4hdnsAxVze8i7iPfQr8e4uSP3tRv0rpZcbGUDvxfQQcdwHt/e9PrMvGCsa8OqG9X3w==",
4795 "license": "MIT"
4796 },
4797 "node_modules/oniguruma-to-es": {
4798 "version": "4.3.3",
4799 "resolved": "https://registry.npmjs.org/oniguruma-to-es/-/oniguruma-to-es-4.3.3.tgz",
4800 "integrity": "sha512-rPiZhzC3wXwE59YQMRDodUwwT9FZ9nNBwQQfsd1wfdtlKEyCdRV0avrTcSZ5xlIvGRVPd/cx6ZN45ECmS39xvg==",
4801 "license": "MIT",
4802 "dependencies": {
4803 "oniguruma-parser": "^0.12.1",
4804 "regex": "^6.0.1",
4805 "regex-recursion": "^6.0.2"
4806 }
4807 },
4808 "node_modules/p-limit": {
4809 "version": "6.2.0",
4810 "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-6.2.0.tgz",
4811 "integrity": "sha512-kuUqqHNUqoIWp/c467RI4X6mmyuojY5jGutNU0wVTmEOOfcuwLqyMVoAi9MKi2Ak+5i9+nhmrK4ufZE8069kHA==",
4812 "license": "MIT",
4813 "dependencies": {
4814 "yocto-queue": "^1.1.1"
4815 },
4816 "engines": {
4817 "node": ">=18"
4818 },
4819 "funding": {
4820 "url": "https://github.com/sponsors/sindresorhus"
4821 }
4822 },
4823 "node_modules/p-queue": {
4824 "version": "8.1.1",
4825 "resolved": "https://registry.npmjs.org/p-queue/-/p-queue-8.1.1.tgz",
4826 "integrity": "sha512-aNZ+VfjobsWryoiPnEApGGmf5WmNsCo9xu8dfaYamG5qaLP7ClhLN6NgsFe6SwJ2UbLEBK5dv9x8Mn5+RVhMWQ==",
4827 "license": "MIT",
4828 "dependencies": {
4829 "eventemitter3": "^5.0.1",
4830 "p-timeout": "^6.1.2"
4831 },
4832 "engines": {
4833 "node": ">=18"
4834 },
4835 "funding": {
4836 "url": "https://github.com/sponsors/sindresorhus"
4837 }
4838 },
4839 "node_modules/p-timeout": {
4840 "version": "6.1.4",
4841 "resolved": "https://registry.npmjs.org/p-timeout/-/p-timeout-6.1.4.tgz",
4842 "integrity": "sha512-MyIV3ZA/PmyBN/ud8vV9XzwTrNtR4jFrObymZYnZqMmW0zA8Z17vnT0rBgFE/TlohB+YCHqXMgZzb3Csp49vqg==",
4843 "license": "MIT",
4844 "engines": {
4845 "node": ">=14.16"
4846 },
4847 "funding": {
4848 "url": "https://github.com/sponsors/sindresorhus"
4849 }
4850 },
4851 "node_modules/package-manager-detector": {
4852 "version": "1.5.0",
4853 "resolved": "https://registry.npmjs.org/package-manager-detector/-/package-manager-detector-1.5.0.tgz",
4854 "integrity": "sha512-uBj69dVlYe/+wxj8JOpr97XfsxH/eumMt6HqjNTmJDf/6NO9s+0uxeOneIz3AsPt2m6y9PqzDzd3ATcU17MNfw==",
4855 "license": "MIT"
4856 },
4857 "node_modules/pako": {
4858 "version": "0.2.9",
4859 "resolved": "https://registry.npmjs.org/pako/-/pako-0.2.9.tgz",
4860 "integrity": "sha512-NUcwaKxUxWrZLpDG+z/xZaCgQITkA/Dv4V/T6bw7VON6l1Xz/VnrBqrYjZQ12TamKHzITTfOEIYUj48y2KXImA==",
4861 "license": "MIT"
4862 },
4863 "node_modules/parse-latin": {
4864 "version": "7.0.0",
4865 "resolved": "https://registry.npmjs.org/parse-latin/-/parse-latin-7.0.0.tgz",
4866 "integrity": "sha512-mhHgobPPua5kZ98EF4HWiH167JWBfl4pvAIXXdbaVohtK7a6YBOy56kvhCqduqyo/f3yrHFWmqmiMg/BkBkYYQ==",
4867 "license": "MIT",
4868 "dependencies": {
4869 "@types/nlcst": "^2.0.0",
4870 "@types/unist": "^3.0.0",
4871 "nlcst-to-string": "^4.0.0",
4872 "unist-util-modify-children": "^4.0.0",
4873 "unist-util-visit-children": "^3.0.0",
4874 "vfile": "^6.0.0"
4875 },
4876 "funding": {
4877 "type": "github",
4878 "url": "https://github.com/sponsors/wooorm"
4879 }
4880 },
4881 "node_modules/parse5": {
4882 "version": "7.3.0",
4883 "resolved": "https://registry.npmjs.org/parse5/-/parse5-7.3.0.tgz",
4884 "integrity": "sha512-IInvU7fabl34qmi9gY8XOVxhYyMyuH2xUNpb2q8/Y+7552KlejkRvqvD19nMoUW/uQGGbqNpA6Tufu5FL5BZgw==",
4885 "license": "MIT",
4886 "dependencies": {
4887 "entities": "^6.0.0"
4888 },
4889 "funding": {
4890 "url": "https://github.com/inikulin/parse5?sponsor=1"
4891 }
4892 },
4893 "node_modules/path-browserify": {
4894 "version": "1.0.1",
4895 "resolved": "https://registry.npmjs.org/path-browserify/-/path-browserify-1.0.1.tgz",
4896 "integrity": "sha512-b7uo2UCUOYZcnF/3ID0lulOJi/bafxa1xPe7ZPsammBSpjSWQkjNxlt635YGS2MiR9GjvuXCtz2emr3jbsz98g==",
4897 "dev": true,
4898 "license": "MIT"
4899 },
4900 "node_modules/picocolors": {
4901 "version": "1.1.1",
4902 "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz",
4903 "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",
4904 "license": "ISC"
4905 },
4906 "node_modules/picomatch": {
4907 "version": "4.0.3",
4908 "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.3.tgz",
4909 "integrity": "sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==",
4910 "license": "MIT",
4911 "engines": {
4912 "node": ">=12"
4913 },
4914 "funding": {
4915 "url": "https://github.com/sponsors/jonschlinkert"
4916 }
4917 },
4918 "node_modules/postcss": {
4919 "version": "8.5.6",
4920 "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.6.tgz",
4921 "integrity": "sha512-3Ybi1tAuwAP9s0r1UQ2J4n5Y0G05bJkpUIO0/bI9MhwmD70S5aTWbXGBwxHrelT+XM1k6dM0pk+SwNkpTRN7Pg==",
4922 "funding": [
4923 {
4924 "type": "opencollective",
4925 "url": "https://opencollective.com/postcss/"
4926 },
4927 {
4928 "type": "tidelift",
4929 "url": "https://tidelift.com/funding/github/npm/postcss"
4930 },
4931 {
4932 "type": "github",
4933 "url": "https://github.com/sponsors/ai"
4934 }
4935 ],
4936 "license": "MIT",
4937 "dependencies": {
4938 "nanoid": "^3.3.11",
4939 "picocolors": "^1.1.1",
4940 "source-map-js": "^1.2.1"
4941 },
4942 "engines": {
4943 "node": "^10 || ^12 || >=14"
4944 }
4945 },
4946 "node_modules/prettier": {
4947 "version": "3.6.2",
4948 "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.6.2.tgz",
4949 "integrity": "sha512-I7AIg5boAr5R0FFtJ6rCfD+LFsWHp81dolrFD8S79U9tb8Az2nGrJncnMSnys+bpQJfRUzqs9hnA81OAA3hCuQ==",
4950 "dev": true,
4951 "license": "MIT",
4952 "bin": {
4953 "prettier": "bin/prettier.cjs"
4954 },
4955 "engines": {
4956 "node": ">=14"
4957 },
4958 "funding": {
4959 "url": "https://github.com/prettier/prettier?sponsor=1"
4960 }
4961 },
4962 "node_modules/prismjs": {
4963 "version": "1.30.0",
4964 "resolved": "https://registry.npmjs.org/prismjs/-/prismjs-1.30.0.tgz",
4965 "integrity": "sha512-DEvV2ZF2r2/63V+tK8hQvrR2ZGn10srHbXviTlcv7Kpzw8jWiNTqbVgjO3IY8RxrrOUF8VPMQQFysYYYv0YZxw==",
4966 "license": "MIT",
4967 "engines": {
4968 "node": ">=6"
4969 }
4970 },
4971 "node_modules/prompts": {
4972 "version": "2.4.2",
4973 "resolved": "https://registry.npmjs.org/prompts/-/prompts-2.4.2.tgz",
4974 "integrity": "sha512-NxNv/kLguCA7p3jE8oL2aEBsrJWgAakBpgmgK6lpPWV+WuOmY6r2/zbAVnP+T8bQlA0nzHXSJSJW0Hq7ylaD2Q==",
4975 "license": "MIT",
4976 "dependencies": {
4977 "kleur": "^3.0.3",
4978 "sisteransi": "^1.0.5"
4979 },
4980 "engines": {
4981 "node": ">= 6"
4982 }
4983 },
4984 "node_modules/property-information": {
4985 "version": "7.1.0",
4986 "resolved": "https://registry.npmjs.org/property-information/-/property-information-7.1.0.tgz",
4987 "integrity": "sha512-TwEZ+X+yCJmYfL7TPUOcvBZ4QfoT5YenQiJuX//0th53DE6w0xxLEtfK3iyryQFddXuvkIk51EEgrJQ0WJkOmQ==",
4988 "license": "MIT",
4989 "funding": {
4990 "type": "github",
4991 "url": "https://github.com/sponsors/wooorm"
4992 }
4993 },
4994 "node_modules/radix3": {
4995 "version": "1.1.2",
4996 "resolved": "https://registry.npmjs.org/radix3/-/radix3-1.1.2.tgz",
4997 "integrity": "sha512-b484I/7b8rDEdSDKckSSBA8knMpcdsXudlE/LNL639wFoHKwLbEkQFZHWEYwDC0wa0FKUcCY+GAF73Z7wxNVFA==",
4998 "license": "MIT"
4999 },
5000 "node_modules/range-parser": {
5001 "version": "1.2.1",
5002 "resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.1.tgz",
5003 "integrity": "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==",
5004 "license": "MIT",
5005 "engines": {
5006 "node": ">= 0.6"
5007 }
5008 },
5009 "node_modules/readdirp": {
5010 "version": "4.1.2",
5011 "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-4.1.2.tgz",
5012 "integrity": "sha512-GDhwkLfywWL2s6vEjyhri+eXmfH6j1L7JE27WhqLeYzoh/A3DBaYGEj2H/HFZCn/kMfim73FXxEJTw06WtxQwg==",
5013 "license": "MIT",
5014 "engines": {
5015 "node": ">= 14.18.0"
5016 },
5017 "funding": {
5018 "type": "individual",
5019 "url": "https://paulmillr.com/funding/"
5020 }
5021 },
5022 "node_modules/regex": {
5023 "version": "6.0.1",
5024 "resolved": "https://registry.npmjs.org/regex/-/regex-6.0.1.tgz",
5025 "integrity": "sha512-uorlqlzAKjKQZ5P+kTJr3eeJGSVroLKoHmquUj4zHWuR+hEyNqlXsSKlYYF5F4NI6nl7tWCs0apKJ0lmfsXAPA==",
5026 "license": "MIT",
5027 "dependencies": {
5028 "regex-utilities": "^2.3.0"
5029 }
5030 },
5031 "node_modules/regex-recursion": {
5032 "version": "6.0.2",
5033 "resolved": "https://registry.npmjs.org/regex-recursion/-/regex-recursion-6.0.2.tgz",
5034 "integrity": "sha512-0YCaSCq2VRIebiaUviZNs0cBz1kg5kVS2UKUfNIx8YVs1cN3AV7NTctO5FOKBA+UT2BPJIWZauYHPqJODG50cg==",
5035 "license": "MIT",
5036 "dependencies": {
5037 "regex-utilities": "^2.3.0"
5038 }
5039 },
5040 "node_modules/regex-utilities": {
5041 "version": "2.3.0",
5042 "resolved": "https://registry.npmjs.org/regex-utilities/-/regex-utilities-2.3.0.tgz",
5043 "integrity": "sha512-8VhliFJAWRaUiVvREIiW2NXXTmHs4vMNnSzuJVhscgmGav3g9VDxLrQndI3dZZVVdp0ZO/5v0xmX516/7M9cng==",
5044 "license": "MIT"
5045 },
5046 "node_modules/rehype": {
5047 "version": "13.0.2",
5048 "resolved": "https://registry.npmjs.org/rehype/-/rehype-13.0.2.tgz",
5049 "integrity": "sha512-j31mdaRFrwFRUIlxGeuPXXKWQxet52RBQRvCmzl5eCefn/KGbomK5GMHNMsOJf55fgo3qw5tST5neDuarDYR2A==",
5050 "license": "MIT",
5051 "dependencies": {
5052 "@types/hast": "^3.0.0",
5053 "rehype-parse": "^9.0.0",
5054 "rehype-stringify": "^10.0.0",
5055 "unified": "^11.0.0"
5056 },
5057 "funding": {
5058 "type": "opencollective",
5059 "url": "https://opencollective.com/unified"
5060 }
5061 },
5062 "node_modules/rehype-parse": {
5063 "version": "9.0.1",
5064 "resolved": "https://registry.npmjs.org/rehype-parse/-/rehype-parse-9.0.1.tgz",
5065 "integrity": "sha512-ksCzCD0Fgfh7trPDxr2rSylbwq9iYDkSn8TCDmEJ49ljEUBxDVCzCHv7QNzZOfODanX4+bWQ4WZqLCRWYLfhag==",
5066 "license": "MIT",
5067 "dependencies": {
5068 "@types/hast": "^3.0.0",
5069 "hast-util-from-html": "^2.0.0",
5070 "unified": "^11.0.0"
5071 },
5072 "funding": {
5073 "type": "opencollective",
5074 "url": "https://opencollective.com/unified"
5075 }
5076 },
5077 "node_modules/rehype-raw": {
5078 "version": "7.0.0",
5079 "resolved": "https://registry.npmjs.org/rehype-raw/-/rehype-raw-7.0.0.tgz",
5080 "integrity": "sha512-/aE8hCfKlQeA8LmyeyQvQF3eBiLRGNlfBJEvWH7ivp9sBqs7TNqBL5X3v157rM4IFETqDnIOO+z5M/biZbo9Ww==",
5081 "license": "MIT",
5082 "dependencies": {
5083 "@types/hast": "^3.0.0",
5084 "hast-util-raw": "^9.0.0",
5085 "vfile": "^6.0.0"
5086 },
5087 "funding": {
5088 "type": "opencollective",
5089 "url": "https://opencollective.com/unified"
5090 }
5091 },
5092 "node_modules/rehype-stringify": {
5093 "version": "10.0.1",
5094 "resolved": "https://registry.npmjs.org/rehype-stringify/-/rehype-stringify-10.0.1.tgz",
5095 "integrity": "sha512-k9ecfXHmIPuFVI61B9DeLPN0qFHfawM6RsuX48hoqlaKSF61RskNjSm1lI8PhBEM0MRdLxVVm4WmTqJQccH9mA==",
5096 "license": "MIT",
5097 "dependencies": {
5098 "@types/hast": "^3.0.0",
5099 "hast-util-to-html": "^9.0.0",
5100 "unified": "^11.0.0"
5101 },
5102 "funding": {
5103 "type": "opencollective",
5104 "url": "https://opencollective.com/unified"
5105 }
5106 },
5107 "node_modules/remark-gfm": {
5108 "version": "4.0.1",
5109 "resolved": "https://registry.npmjs.org/remark-gfm/-/remark-gfm-4.0.1.tgz",
5110 "integrity": "sha512-1quofZ2RQ9EWdeN34S79+KExV1764+wCUGop5CPL1WGdD0ocPpu91lzPGbwWMECpEpd42kJGQwzRfyov9j4yNg==",
5111 "license": "MIT",
5112 "dependencies": {
5113 "@types/mdast": "^4.0.0",
5114 "mdast-util-gfm": "^3.0.0",
5115 "micromark-extension-gfm": "^3.0.0",
5116 "remark-parse": "^11.0.0",
5117 "remark-stringify": "^11.0.0",
5118 "unified": "^11.0.0"
5119 },
5120 "funding": {
5121 "type": "opencollective",
5122 "url": "https://opencollective.com/unified"
5123 }
5124 },
5125 "node_modules/remark-parse": {
5126 "version": "11.0.0",
5127 "resolved": "https://registry.npmjs.org/remark-parse/-/remark-parse-11.0.0.tgz",
5128 "integrity": "sha512-FCxlKLNGknS5ba/1lmpYijMUzX2esxW5xQqjWxw2eHFfS2MSdaHVINFmhjo+qN1WhZhNimq0dZATN9pH0IDrpA==",
5129 "license": "MIT",
5130 "dependencies": {
5131 "@types/mdast": "^4.0.0",
5132 "mdast-util-from-markdown": "^2.0.0",
5133 "micromark-util-types": "^2.0.0",
5134 "unified": "^11.0.0"
5135 },
5136 "funding": {
5137 "type": "opencollective",
5138 "url": "https://opencollective.com/unified"
5139 }
5140 },
5141 "node_modules/remark-rehype": {
5142 "version": "11.1.2",
5143 "resolved": "https://registry.npmjs.org/remark-rehype/-/remark-rehype-11.1.2.tgz",
5144 "integrity": "sha512-Dh7l57ianaEoIpzbp0PC9UKAdCSVklD8E5Rpw7ETfbTl3FqcOOgq5q2LVDhgGCkaBv7p24JXikPdvhhmHvKMsw==",
5145 "license": "MIT",
5146 "dependencies": {
5147 "@types/hast": "^3.0.0",
5148 "@types/mdast": "^4.0.0",
5149 "mdast-util-to-hast": "^13.0.0",
5150 "unified": "^11.0.0",
5151 "vfile": "^6.0.0"
5152 },
5153 "funding": {
5154 "type": "opencollective",
5155 "url": "https://opencollective.com/unified"
5156 }
5157 },
5158 "node_modules/remark-smartypants": {
5159 "version": "3.0.2",
5160 "resolved": "https://registry.npmjs.org/remark-smartypants/-/remark-smartypants-3.0.2.tgz",
5161 "integrity": "sha512-ILTWeOriIluwEvPjv67v7Blgrcx+LZOkAUVtKI3putuhlZm84FnqDORNXPPm+HY3NdZOMhyDwZ1E+eZB/Df5dA==",
5162 "license": "MIT",
5163 "dependencies": {
5164 "retext": "^9.0.0",
5165 "retext-smartypants": "^6.0.0",
5166 "unified": "^11.0.4",
5167 "unist-util-visit": "^5.0.0"
5168 },
5169 "engines": {
5170 "node": ">=16.0.0"
5171 }
5172 },
5173 "node_modules/remark-stringify": {
5174 "version": "11.0.0",
5175 "resolved": "https://registry.npmjs.org/remark-stringify/-/remark-stringify-11.0.0.tgz",
5176 "integrity": "sha512-1OSmLd3awB/t8qdoEOMazZkNsfVTeY4fTsgzcQFdXNq8ToTN4ZGwrMnlda4K6smTFKD+GRV6O48i6Z4iKgPPpw==",
5177 "license": "MIT",
5178 "dependencies": {
5179 "@types/mdast": "^4.0.0",
5180 "mdast-util-to-markdown": "^2.0.0",
5181 "unified": "^11.0.0"
5182 },
5183 "funding": {
5184 "type": "opencollective",
5185 "url": "https://opencollective.com/unified"
5186 }
5187 },
5188 "node_modules/restructure": {
5189 "version": "3.0.2",
5190 "resolved": "https://registry.npmjs.org/restructure/-/restructure-3.0.2.tgz",
5191 "integrity": "sha512-gSfoiOEA0VPE6Tukkrr7I0RBdE0s7H1eFCDBk05l1KIQT1UIKNc5JZy6jdyW6eYH3aR3g5b3PuL77rq0hvwtAw==",
5192 "license": "MIT"
5193 },
5194 "node_modules/retext": {
5195 "version": "9.0.0",
5196 "resolved": "https://registry.npmjs.org/retext/-/retext-9.0.0.tgz",
5197 "integrity": "sha512-sbMDcpHCNjvlheSgMfEcVrZko3cDzdbe1x/e7G66dFp0Ff7Mldvi2uv6JkJQzdRcvLYE8CA8Oe8siQx8ZOgTcA==",
5198 "license": "MIT",
5199 "dependencies": {
5200 "@types/nlcst": "^2.0.0",
5201 "retext-latin": "^4.0.0",
5202 "retext-stringify": "^4.0.0",
5203 "unified": "^11.0.0"
5204 },
5205 "funding": {
5206 "type": "opencollective",
5207 "url": "https://opencollective.com/unified"
5208 }
5209 },
5210 "node_modules/retext-latin": {
5211 "version": "4.0.0",
5212 "resolved": "https://registry.npmjs.org/retext-latin/-/retext-latin-4.0.0.tgz",
5213 "integrity": "sha512-hv9woG7Fy0M9IlRQloq/N6atV82NxLGveq+3H2WOi79dtIYWN8OaxogDm77f8YnVXJL2VD3bbqowu5E3EMhBYA==",
5214 "license": "MIT",
5215 "dependencies": {
5216 "@types/nlcst": "^2.0.0",
5217 "parse-latin": "^7.0.0",
5218 "unified": "^11.0.0"
5219 },
5220 "funding": {
5221 "type": "opencollective",
5222 "url": "https://opencollective.com/unified"
5223 }
5224 },
5225 "node_modules/retext-smartypants": {
5226 "version": "6.2.0",
5227 "resolved": "https://registry.npmjs.org/retext-smartypants/-/retext-smartypants-6.2.0.tgz",
5228 "integrity": "sha512-kk0jOU7+zGv//kfjXEBjdIryL1Acl4i9XNkHxtM7Tm5lFiCog576fjNC9hjoR7LTKQ0DsPWy09JummSsH1uqfQ==",
5229 "license": "MIT",
5230 "dependencies": {
5231 "@types/nlcst": "^2.0.0",
5232 "nlcst-to-string": "^4.0.0",
5233 "unist-util-visit": "^5.0.0"
5234 },
5235 "funding": {
5236 "type": "opencollective",
5237 "url": "https://opencollective.com/unified"
5238 }
5239 },
5240 "node_modules/retext-stringify": {
5241 "version": "4.0.0",
5242 "resolved": "https://registry.npmjs.org/retext-stringify/-/retext-stringify-4.0.0.tgz",
5243 "integrity": "sha512-rtfN/0o8kL1e+78+uxPTqu1Klt0yPzKuQ2BfWwwfgIUSayyzxpM1PJzkKt4V8803uB9qSy32MvI7Xep9khTpiA==",
5244 "license": "MIT",
5245 "dependencies": {
5246 "@types/nlcst": "^2.0.0",
5247 "nlcst-to-string": "^4.0.0",
5248 "unified": "^11.0.0"
5249 },
5250 "funding": {
5251 "type": "opencollective",
5252 "url": "https://opencollective.com/unified"
5253 }
5254 },
5255 "node_modules/rollup": {
5256 "version": "4.52.5",
5257 "resolved": "https://registry.npmjs.org/rollup/-/rollup-4.52.5.tgz",
5258 "integrity": "sha512-3GuObel8h7Kqdjt0gxkEzaifHTqLVW56Y/bjN7PSQtkKr0w3V/QYSdt6QWYtd7A1xUtYQigtdUfgj1RvWVtorw==",
5259 "license": "MIT",
5260 "dependencies": {
5261 "@types/estree": "1.0.8"
5262 },
5263 "bin": {
5264 "rollup": "dist/bin/rollup"
5265 },
5266 "engines": {
5267 "node": ">=18.0.0",
5268 "npm": ">=8.0.0"
5269 },
5270 "optionalDependencies": {
5271 "@rollup/rollup-android-arm-eabi": "4.52.5",
5272 "@rollup/rollup-android-arm64": "4.52.5",
5273 "@rollup/rollup-darwin-arm64": "4.52.5",
5274 "@rollup/rollup-darwin-x64": "4.52.5",
5275 "@rollup/rollup-freebsd-arm64": "4.52.5",
5276 "@rollup/rollup-freebsd-x64": "4.52.5",
5277 "@rollup/rollup-linux-arm-gnueabihf": "4.52.5",
5278 "@rollup/rollup-linux-arm-musleabihf": "4.52.5",
5279 "@rollup/rollup-linux-arm64-gnu": "4.52.5",
5280 "@rollup/rollup-linux-arm64-musl": "4.52.5",
5281 "@rollup/rollup-linux-loong64-gnu": "4.52.5",
5282 "@rollup/rollup-linux-ppc64-gnu": "4.52.5",
5283 "@rollup/rollup-linux-riscv64-gnu": "4.52.5",
5284 "@rollup/rollup-linux-riscv64-musl": "4.52.5",
5285 "@rollup/rollup-linux-s390x-gnu": "4.52.5",
5286 "@rollup/rollup-linux-x64-gnu": "4.52.5",
5287 "@rollup/rollup-linux-x64-musl": "4.52.5",
5288 "@rollup/rollup-openharmony-arm64": "4.52.5",
5289 "@rollup/rollup-win32-arm64-msvc": "4.52.5",
5290 "@rollup/rollup-win32-ia32-msvc": "4.52.5",
5291 "@rollup/rollup-win32-x64-gnu": "4.52.5",
5292 "@rollup/rollup-win32-x64-msvc": "4.52.5",
5293 "fsevents": "~2.3.2"
5294 }
5295 },
5296 "node_modules/semver": {
5297 "version": "7.7.3",
5298 "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.3.tgz",
5299 "integrity": "sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==",
5300 "license": "ISC",
5301 "bin": {
5302 "semver": "bin/semver.js"
5303 },
5304 "engines": {
5305 "node": ">=10"
5306 }
5307 },
5308 "node_modules/send": {
5309 "version": "1.2.0",
5310 "resolved": "https://registry.npmjs.org/send/-/send-1.2.0.tgz",
5311 "integrity": "sha512-uaW0WwXKpL9blXE2o0bRhoL2EGXIrZxQ2ZQ4mgcfoBxdFmQold+qWsD2jLrfZ0trjKL6vOw0j//eAwcALFjKSw==",
5312 "license": "MIT",
5313 "dependencies": {
5314 "debug": "^4.3.5",
5315 "encodeurl": "^2.0.0",
5316 "escape-html": "^1.0.3",
5317 "etag": "^1.8.1",
5318 "fresh": "^2.0.0",
5319 "http-errors": "^2.0.0",
5320 "mime-types": "^3.0.1",
5321 "ms": "^2.1.3",
5322 "on-finished": "^2.4.1",
5323 "range-parser": "^1.2.1",
5324 "statuses": "^2.0.1"
5325 },
5326 "engines": {
5327 "node": ">= 18"
5328 }
5329 },
5330 "node_modules/server-destroy": {
5331 "version": "1.0.1",
5332 "resolved": "https://registry.npmjs.org/server-destroy/-/server-destroy-1.0.1.tgz",
5333 "integrity": "sha512-rb+9B5YBIEzYcD6x2VKidaa+cqYBJQKnU4oe4E3ANwRRN56yk/ua1YCJT1n21NTS8w6CcOclAKNP3PhdCXKYtQ==",
5334 "license": "ISC"
5335 },
5336 "node_modules/setprototypeof": {
5337 "version": "1.2.0",
5338 "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.2.0.tgz",
5339 "integrity": "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==",
5340 "license": "ISC"
5341 },
5342 "node_modules/sharp": {
5343 "version": "0.34.4",
5344 "resolved": "https://registry.npmjs.org/sharp/-/sharp-0.34.4.tgz",
5345 "integrity": "sha512-FUH39xp3SBPnxWvd5iib1X8XY7J0K0X7d93sie9CJg2PO8/7gmg89Nve6OjItK53/MlAushNNxteBYfM6DEuoA==",
5346 "hasInstallScript": true,
5347 "license": "Apache-2.0",
5348 "optional": true,
5349 "dependencies": {
5350 "@img/colour": "^1.0.0",
5351 "detect-libc": "^2.1.0",
5352 "semver": "^7.7.2"
5353 },
5354 "engines": {
5355 "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
5356 },
5357 "funding": {
5358 "url": "https://opencollective.com/libvips"
5359 },
5360 "optionalDependencies": {
5361 "@img/sharp-darwin-arm64": "0.34.4",
5362 "@img/sharp-darwin-x64": "0.34.4",
5363 "@img/sharp-libvips-darwin-arm64": "1.2.3",
5364 "@img/sharp-libvips-darwin-x64": "1.2.3",
5365 "@img/sharp-libvips-linux-arm": "1.2.3",
5366 "@img/sharp-libvips-linux-arm64": "1.2.3",
5367 "@img/sharp-libvips-linux-ppc64": "1.2.3",
5368 "@img/sharp-libvips-linux-s390x": "1.2.3",
5369 "@img/sharp-libvips-linux-x64": "1.2.3",
5370 "@img/sharp-libvips-linuxmusl-arm64": "1.2.3",
5371 "@img/sharp-libvips-linuxmusl-x64": "1.2.3",
5372 "@img/sharp-linux-arm": "0.34.4",
5373 "@img/sharp-linux-arm64": "0.34.4",
5374 "@img/sharp-linux-ppc64": "0.34.4",
5375 "@img/sharp-linux-s390x": "0.34.4",
5376 "@img/sharp-linux-x64": "0.34.4",
5377 "@img/sharp-linuxmusl-arm64": "0.34.4",
5378 "@img/sharp-linuxmusl-x64": "0.34.4",
5379 "@img/sharp-wasm32": "0.34.4",
5380 "@img/sharp-win32-arm64": "0.34.4",
5381 "@img/sharp-win32-ia32": "0.34.4",
5382 "@img/sharp-win32-x64": "0.34.4"
5383 }
5384 },
5385 "node_modules/shiki": {
5386 "version": "3.14.0",
5387 "resolved": "https://registry.npmjs.org/shiki/-/shiki-3.14.0.tgz",
5388 "integrity": "sha512-J0yvpLI7LSig3Z3acIuDLouV5UCKQqu8qOArwMx+/yPVC3WRMgrP67beaG8F+j4xfEWE0eVC4GeBCIXeOPra1g==",
5389 "license": "MIT",
5390 "dependencies": {
5391 "@shikijs/core": "3.14.0",
5392 "@shikijs/engine-javascript": "3.14.0",
5393 "@shikijs/engine-oniguruma": "3.14.0",
5394 "@shikijs/langs": "3.14.0",
5395 "@shikijs/themes": "3.14.0",
5396 "@shikijs/types": "3.14.0",
5397 "@shikijs/vscode-textmate": "^10.0.2",
5398 "@types/hast": "^3.0.4"
5399 }
5400 },
5401 "node_modules/sisteransi": {
5402 "version": "1.0.5",
5403 "resolved": "https://registry.npmjs.org/sisteransi/-/sisteransi-1.0.5.tgz",
5404 "integrity": "sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg==",
5405 "license": "MIT"
5406 },
5407 "node_modules/smol-toml": {
5408 "version": "1.4.2",
5409 "resolved": "https://registry.npmjs.org/smol-toml/-/smol-toml-1.4.2.tgz",
5410 "integrity": "sha512-rInDH6lCNiEyn3+hH8KVGFdbjc099j47+OSgbMrfDYX1CmXLfdKd7qi6IfcWj2wFxvSVkuI46M+wPGYfEOEj6g==",
5411 "license": "BSD-3-Clause",
5412 "engines": {
5413 "node": ">= 18"
5414 },
5415 "funding": {
5416 "url": "https://github.com/sponsors/cyyynthia"
5417 }
5418 },
5419 "node_modules/source-map-js": {
5420 "version": "1.2.1",
5421 "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz",
5422 "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==",
5423 "license": "BSD-3-Clause",
5424 "engines": {
5425 "node": ">=0.10.0"
5426 }
5427 },
5428 "node_modules/space-separated-tokens": {
5429 "version": "2.0.2",
5430 "resolved": "https://registry.npmjs.org/space-separated-tokens/-/space-separated-tokens-2.0.2.tgz",
5431 "integrity": "sha512-PEGlAwrG8yXGXRjW32fGbg66JAlOAwbObuqVoJpv/mRgoWDQfgH1wDPvtzWyUSNAXBGSk8h755YDbbcEy3SH2Q==",
5432 "license": "MIT",
5433 "funding": {
5434 "type": "github",
5435 "url": "https://github.com/sponsors/wooorm"
5436 }
5437 },
5438 "node_modules/statuses": {
5439 "version": "2.0.2",
5440 "resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.2.tgz",
5441 "integrity": "sha512-DvEy55V3DB7uknRo+4iOGT5fP1slR8wQohVdknigZPMpMstaKJQWhwiYBACJE3Ul2pTnATihhBYnRhZQHGBiRw==",
5442 "license": "MIT",
5443 "engines": {
5444 "node": ">= 0.8"
5445 }
5446 },
5447 "node_modules/string-width": {
5448 "version": "7.2.0",
5449 "resolved": "https://registry.npmjs.org/string-width/-/string-width-7.2.0.tgz",
5450 "integrity": "sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==",
5451 "license": "MIT",
5452 "dependencies": {
5453 "emoji-regex": "^10.3.0",
5454 "get-east-asian-width": "^1.0.0",
5455 "strip-ansi": "^7.1.0"
5456 },
5457 "engines": {
5458 "node": ">=18"
5459 },
5460 "funding": {
5461 "url": "https://github.com/sponsors/sindresorhus"
5462 }
5463 },
5464 "node_modules/stringify-entities": {
5465 "version": "4.0.4",
5466 "resolved": "https://registry.npmjs.org/stringify-entities/-/stringify-entities-4.0.4.tgz",
5467 "integrity": "sha512-IwfBptatlO+QCJUo19AqvrPNqlVMpW9YEL2LIVY+Rpv2qsjCGxaDLNRgeGsQWJhfItebuJhsGSLjaBbNSQ+ieg==",
5468 "license": "MIT",
5469 "dependencies": {
5470 "character-entities-html4": "^2.0.0",
5471 "character-entities-legacy": "^3.0.0"
5472 },
5473 "funding": {
5474 "type": "github",
5475 "url": "https://github.com/sponsors/wooorm"
5476 }
5477 },
5478 "node_modules/strip-ansi": {
5479 "version": "7.1.2",
5480 "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.2.tgz",
5481 "integrity": "sha512-gmBGslpoQJtgnMAvOVqGZpEz9dyoKTCzy2nfz/n8aIFhN/jCE/rCmcxabB6jOOHV+0WNnylOxaxBQPSvcWklhA==",
5482 "license": "MIT",
5483 "dependencies": {
5484 "ansi-regex": "^6.0.1"
5485 },
5486 "engines": {
5487 "node": ">=12"
5488 },
5489 "funding": {
5490 "url": "https://github.com/chalk/strip-ansi?sponsor=1"
5491 }
5492 },
5493 "node_modules/supports-color": {
5494 "version": "7.2.0",
5495 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
5496 "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
5497 "dev": true,
5498 "license": "MIT",
5499 "dependencies": {
5500 "has-flag": "^4.0.0"
5501 },
5502 "engines": {
5503 "node": ">=8"
5504 }
5505 },
5506 "node_modules/tailwindcss": {
5507 "version": "4.1.16",
5508 "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.1.16.tgz",
5509 "integrity": "sha512-pONL5awpaQX4LN5eiv7moSiSPd/DLDzKVRJz8Q9PgzmAdd1R4307GQS2ZpfiN7ZmekdQrfhZZiSE5jkLR4WNaA==",
5510 "license": "MIT"
5511 },
5512 "node_modules/tapable": {
5513 "version": "2.3.0",
5514 "resolved": "https://registry.npmjs.org/tapable/-/tapable-2.3.0.tgz",
5515 "integrity": "sha512-g9ljZiwki/LfxmQADO3dEY1CbpmXT5Hm2fJ+QaGKwSXUylMybePR7/67YW7jOrrvjEgL1Fmz5kzyAjWVWLlucg==",
5516 "license": "MIT",
5517 "engines": {
5518 "node": ">=6"
5519 },
5520 "funding": {
5521 "type": "opencollective",
5522 "url": "https://opencollective.com/webpack"
5523 }
5524 },
5525 "node_modules/tiny-inflate": {
5526 "version": "1.0.3",
5527 "resolved": "https://registry.npmjs.org/tiny-inflate/-/tiny-inflate-1.0.3.tgz",
5528 "integrity": "sha512-pkY1fj1cKHb2seWDy0B16HeWyczlJA9/WW3u3c4z/NiWDsO3DOU5D7nhTLE9CF0yXv/QZFY7sEJmj24dK+Rrqw==",
5529 "license": "MIT"
5530 },
5531 "node_modules/tinyexec": {
5532 "version": "1.0.1",
5533 "resolved": "https://registry.npmjs.org/tinyexec/-/tinyexec-1.0.1.tgz",
5534 "integrity": "sha512-5uC6DDlmeqiOwCPmK9jMSdOuZTh8bU39Ys6yidB+UTt5hfZUPGAypSgFRiEp+jbi9qH40BLDvy85jIU88wKSqw==",
5535 "license": "MIT"
5536 },
5537 "node_modules/tinyglobby": {
5538 "version": "0.2.15",
5539 "resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.15.tgz",
5540 "integrity": "sha512-j2Zq4NyQYG5XMST4cbs02Ak8iJUdxRM0XI5QyxXuZOzKOINmWurp3smXu3y5wDcJrptwpSjgXHzIQxR0omXljQ==",
5541 "license": "MIT",
5542 "dependencies": {
5543 "fdir": "^6.5.0",
5544 "picomatch": "^4.0.3"
5545 },
5546 "engines": {
5547 "node": ">=12.0.0"
5548 },
5549 "funding": {
5550 "url": "https://github.com/sponsors/SuperchupuDev"
5551 }
5552 },
5553 "node_modules/tlds": {
5554 "version": "1.261.0",
5555 "resolved": "https://registry.npmjs.org/tlds/-/tlds-1.261.0.tgz",
5556 "integrity": "sha512-QXqwfEl9ddlGBaRFXIvNKK6OhipSiLXuRuLJX5DErz0o0Q0rYxulWLdFryTkV5PkdZct5iMInwYEGe/eR++1AA==",
5557 "license": "MIT",
5558 "bin": {
5559 "tlds": "bin.js"
5560 }
5561 },
5562 "node_modules/toidentifier": {
5563 "version": "1.0.1",
5564 "resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.1.tgz",
5565 "integrity": "sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==",
5566 "license": "MIT",
5567 "engines": {
5568 "node": ">=0.6"
5569 }
5570 },
5571 "node_modules/trim-lines": {
5572 "version": "3.0.1",
5573 "resolved": "https://registry.npmjs.org/trim-lines/-/trim-lines-3.0.1.tgz",
5574 "integrity": "sha512-kRj8B+YHZCc9kQYdWfJB2/oUl9rA99qbowYYBtr4ui4mZyAQ2JpvVBd/6U2YloATfqBhBTSMhTpgBHtU0Mf3Rg==",
5575 "license": "MIT",
5576 "funding": {
5577 "type": "github",
5578 "url": "https://github.com/sponsors/wooorm"
5579 }
5580 },
5581 "node_modules/trough": {
5582 "version": "2.2.0",
5583 "resolved": "https://registry.npmjs.org/trough/-/trough-2.2.0.tgz",
5584 "integrity": "sha512-tmMpK00BjZiUyVyvrBK7knerNgmgvcV/KLVyuma/SC+TQN167GrMRciANTz09+k3zW8L8t60jWO1GpfkZdjTaw==",
5585 "license": "MIT",
5586 "funding": {
5587 "type": "github",
5588 "url": "https://github.com/sponsors/wooorm"
5589 }
5590 },
5591 "node_modules/ts-morph": {
5592 "version": "24.0.0",
5593 "resolved": "https://registry.npmjs.org/ts-morph/-/ts-morph-24.0.0.tgz",
5594 "integrity": "sha512-2OAOg/Ob5yx9Et7ZX4CvTCc0UFoZHwLEJ+dpDPSUi5TgwwlTlX47w+iFRrEwzUZwYACjq83cgjS/Da50Ga37uw==",
5595 "dev": true,
5596 "license": "MIT",
5597 "dependencies": {
5598 "@ts-morph/common": "~0.25.0",
5599 "code-block-writer": "^13.0.3"
5600 }
5601 },
5602 "node_modules/tsconfck": {
5603 "version": "3.1.6",
5604 "resolved": "https://registry.npmjs.org/tsconfck/-/tsconfck-3.1.6.tgz",
5605 "integrity": "sha512-ks6Vjr/jEw0P1gmOVwutM3B7fWxoWBL2KRDb1JfqGVawBmO5UsvmWOQFGHBPl5yxYz4eERr19E6L7NMv+Fej4w==",
5606 "license": "MIT",
5607 "bin": {
5608 "tsconfck": "bin/tsconfck.js"
5609 },
5610 "engines": {
5611 "node": "^18 || >=20"
5612 },
5613 "peerDependencies": {
5614 "typescript": "^5.0.0"
5615 },
5616 "peerDependenciesMeta": {
5617 "typescript": {
5618 "optional": true
5619 }
5620 }
5621 },
5622 "node_modules/tslib": {
5623 "version": "2.8.1",
5624 "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz",
5625 "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==",
5626 "license": "0BSD"
5627 },
5628 "node_modules/type-fest": {
5629 "version": "4.41.0",
5630 "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.41.0.tgz",
5631 "integrity": "sha512-TeTSQ6H5YHvpqVwBRcnLDCBnDOHWYu7IvGbHT6N8AOymcr9PJGjc1GTtiWZTYg0NCgYwvnYWEkVChQAr9bjfwA==",
5632 "license": "(MIT OR CC0-1.0)",
5633 "engines": {
5634 "node": ">=16"
5635 },
5636 "funding": {
5637 "url": "https://github.com/sponsors/sindresorhus"
5638 }
5639 },
5640 "node_modules/typescript": {
5641 "version": "5.9.3",
5642 "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz",
5643 "integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==",
5644 "license": "Apache-2.0",
5645 "peer": true,
5646 "bin": {
5647 "tsc": "bin/tsc",
5648 "tsserver": "bin/tsserver"
5649 },
5650 "engines": {
5651 "node": ">=14.17"
5652 }
5653 },
5654 "node_modules/ufo": {
5655 "version": "1.6.1",
5656 "resolved": "https://registry.npmjs.org/ufo/-/ufo-1.6.1.tgz",
5657 "integrity": "sha512-9a4/uxlTWJ4+a5i0ooc1rU7C7YOw3wT+UGqdeNNHWnOF9qcMBgLRS+4IYUqbczewFx4mLEig6gawh7X6mFlEkA==",
5658 "license": "MIT"
5659 },
5660 "node_modules/uint8arrays": {
5661 "version": "3.0.0",
5662 "resolved": "https://registry.npmjs.org/uint8arrays/-/uint8arrays-3.0.0.tgz",
5663 "integrity": "sha512-HRCx0q6O9Bfbp+HHSfQQKD7wU70+lydKVt4EghkdOvlK/NlrF90z+eXV34mUd48rNvVJXwkrMSPpCATkct8fJA==",
5664 "license": "MIT",
5665 "dependencies": {
5666 "multiformats": "^9.4.2"
5667 }
5668 },
5669 "node_modules/ultrahtml": {
5670 "version": "1.6.0",
5671 "resolved": "https://registry.npmjs.org/ultrahtml/-/ultrahtml-1.6.0.tgz",
5672 "integrity": "sha512-R9fBn90VTJrqqLDwyMph+HGne8eqY1iPfYhPzZrvKpIfwkWZbcYlfpsb8B9dTvBfpy1/hqAD7Wi8EKfP9e8zdw==",
5673 "license": "MIT"
5674 },
5675 "node_modules/uncrypto": {
5676 "version": "0.1.3",
5677 "resolved": "https://registry.npmjs.org/uncrypto/-/uncrypto-0.1.3.tgz",
5678 "integrity": "sha512-Ql87qFHB3s/De2ClA9e0gsnS6zXG27SkTiSJwjCc9MebbfapQfuPzumMIUMi38ezPZVNFcHI9sUIepeQfw8J8Q==",
5679 "license": "MIT"
5680 },
5681 "node_modules/undici": {
5682 "version": "6.22.0",
5683 "resolved": "https://registry.npmjs.org/undici/-/undici-6.22.0.tgz",
5684 "integrity": "sha512-hU/10obOIu62MGYjdskASR3CUAiYaFTtC9Pa6vHyf//mAipSvSQg6od2CnJswq7fvzNS3zJhxoRkgNVaHurWKw==",
5685 "license": "MIT",
5686 "engines": {
5687 "node": ">=18.17"
5688 }
5689 },
5690 "node_modules/undici-types": {
5691 "version": "7.16.0",
5692 "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.16.0.tgz",
5693 "integrity": "sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==",
5694 "license": "MIT"
5695 },
5696 "node_modules/unicode-properties": {
5697 "version": "1.4.1",
5698 "resolved": "https://registry.npmjs.org/unicode-properties/-/unicode-properties-1.4.1.tgz",
5699 "integrity": "sha512-CLjCCLQ6UuMxWnbIylkisbRj31qxHPAurvena/0iwSVbQ2G1VY5/HjV0IRabOEbDHlzZlRdCrD4NhB0JtU40Pg==",
5700 "license": "MIT",
5701 "dependencies": {
5702 "base64-js": "^1.3.0",
5703 "unicode-trie": "^2.0.0"
5704 }
5705 },
5706 "node_modules/unicode-trie": {
5707 "version": "2.0.0",
5708 "resolved": "https://registry.npmjs.org/unicode-trie/-/unicode-trie-2.0.0.tgz",
5709 "integrity": "sha512-x7bc76x0bm4prf1VLg79uhAzKw8DVboClSN5VxJuQ+LKDOVEW9CdH+VY7SP+vX7xCYQqzzgQpFqz15zeLvAtZQ==",
5710 "license": "MIT",
5711 "dependencies": {
5712 "pako": "^0.2.5",
5713 "tiny-inflate": "^1.0.0"
5714 }
5715 },
5716 "node_modules/unified": {
5717 "version": "11.0.5",
5718 "resolved": "https://registry.npmjs.org/unified/-/unified-11.0.5.tgz",
5719 "integrity": "sha512-xKvGhPWw3k84Qjh8bI3ZeJjqnyadK+GEFtazSfZv/rKeTkTjOJho6mFqh2SM96iIcZokxiOpg78GazTSg8+KHA==",
5720 "license": "MIT",
5721 "dependencies": {
5722 "@types/unist": "^3.0.0",
5723 "bail": "^2.0.0",
5724 "devlop": "^1.0.0",
5725 "extend": "^3.0.0",
5726 "is-plain-obj": "^4.0.0",
5727 "trough": "^2.0.0",
5728 "vfile": "^6.0.0"
5729 },
5730 "funding": {
5731 "type": "opencollective",
5732 "url": "https://opencollective.com/unified"
5733 }
5734 },
5735 "node_modules/unifont": {
5736 "version": "0.6.0",
5737 "resolved": "https://registry.npmjs.org/unifont/-/unifont-0.6.0.tgz",
5738 "integrity": "sha512-5Fx50fFQMQL5aeHyWnZX9122sSLckcDvcfFiBf3QYeHa7a1MKJooUy52b67moi2MJYkrfo/TWY+CoLdr/w0tTA==",
5739 "license": "MIT",
5740 "dependencies": {
5741 "css-tree": "^3.0.0",
5742 "ofetch": "^1.4.1",
5743 "ohash": "^2.0.0"
5744 }
5745 },
5746 "node_modules/unist-util-find-after": {
5747 "version": "5.0.0",
5748 "resolved": "https://registry.npmjs.org/unist-util-find-after/-/unist-util-find-after-5.0.0.tgz",
5749 "integrity": "sha512-amQa0Ep2m6hE2g72AugUItjbuM8X8cGQnFoHk0pGfrFeT9GZhzN5SW8nRsiGKK7Aif4CrACPENkA6P/Lw6fHGQ==",
5750 "license": "MIT",
5751 "dependencies": {
5752 "@types/unist": "^3.0.0",
5753 "unist-util-is": "^6.0.0"
5754 },
5755 "funding": {
5756 "type": "opencollective",
5757 "url": "https://opencollective.com/unified"
5758 }
5759 },
5760 "node_modules/unist-util-is": {
5761 "version": "6.0.1",
5762 "resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-6.0.1.tgz",
5763 "integrity": "sha512-LsiILbtBETkDz8I9p1dQ0uyRUWuaQzd/cuEeS1hoRSyW5E5XGmTzlwY1OrNzzakGowI9Dr/I8HVaw4hTtnxy8g==",
5764 "license": "MIT",
5765 "dependencies": {
5766 "@types/unist": "^3.0.0"
5767 },
5768 "funding": {
5769 "type": "opencollective",
5770 "url": "https://opencollective.com/unified"
5771 }
5772 },
5773 "node_modules/unist-util-modify-children": {
5774 "version": "4.0.0",
5775 "resolved": "https://registry.npmjs.org/unist-util-modify-children/-/unist-util-modify-children-4.0.0.tgz",
5776 "integrity": "sha512-+tdN5fGNddvsQdIzUF3Xx82CU9sMM+fA0dLgR9vOmT0oPT2jH+P1nd5lSqfCfXAw+93NhcXNY2qqvTUtE4cQkw==",
5777 "license": "MIT",
5778 "dependencies": {
5779 "@types/unist": "^3.0.0",
5780 "array-iterate": "^2.0.0"
5781 },
5782 "funding": {
5783 "type": "opencollective",
5784 "url": "https://opencollective.com/unified"
5785 }
5786 },
5787 "node_modules/unist-util-position": {
5788 "version": "5.0.0",
5789 "resolved": "https://registry.npmjs.org/unist-util-position/-/unist-util-position-5.0.0.tgz",
5790 "integrity": "sha512-fucsC7HjXvkB5R3kTCO7kUjRdrS0BJt3M/FPxmHMBOm8JQi2BsHAHFsy27E0EolP8rp0NzXsJ+jNPyDWvOJZPA==",
5791 "license": "MIT",
5792 "dependencies": {
5793 "@types/unist": "^3.0.0"
5794 },
5795 "funding": {
5796 "type": "opencollective",
5797 "url": "https://opencollective.com/unified"
5798 }
5799 },
5800 "node_modules/unist-util-remove-position": {
5801 "version": "5.0.0",
5802 "resolved": "https://registry.npmjs.org/unist-util-remove-position/-/unist-util-remove-position-5.0.0.tgz",
5803 "integrity": "sha512-Hp5Kh3wLxv0PHj9m2yZhhLt58KzPtEYKQQ4yxfYFEO7EvHwzyDYnduhHnY1mDxoqr7VUwVuHXk9RXKIiYS1N8Q==",
5804 "license": "MIT",
5805 "dependencies": {
5806 "@types/unist": "^3.0.0",
5807 "unist-util-visit": "^5.0.0"
5808 },
5809 "funding": {
5810 "type": "opencollective",
5811 "url": "https://opencollective.com/unified"
5812 }
5813 },
5814 "node_modules/unist-util-stringify-position": {
5815 "version": "4.0.0",
5816 "resolved": "https://registry.npmjs.org/unist-util-stringify-position/-/unist-util-stringify-position-4.0.0.tgz",
5817 "integrity": "sha512-0ASV06AAoKCDkS2+xw5RXJywruurpbC4JZSm7nr7MOt1ojAzvyyaO+UxZf18j8FCF6kmzCZKcAgN/yu2gm2XgQ==",
5818 "license": "MIT",
5819 "dependencies": {
5820 "@types/unist": "^3.0.0"
5821 },
5822 "funding": {
5823 "type": "opencollective",
5824 "url": "https://opencollective.com/unified"
5825 }
5826 },
5827 "node_modules/unist-util-visit": {
5828 "version": "5.0.0",
5829 "resolved": "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-5.0.0.tgz",
5830 "integrity": "sha512-MR04uvD+07cwl/yhVuVWAtw+3GOR/knlL55Nd/wAdblk27GCVt3lqpTivy/tkJcZoNPzTwS1Y+KMojlLDhoTzg==",
5831 "license": "MIT",
5832 "dependencies": {
5833 "@types/unist": "^3.0.0",
5834 "unist-util-is": "^6.0.0",
5835 "unist-util-visit-parents": "^6.0.0"
5836 },
5837 "funding": {
5838 "type": "opencollective",
5839 "url": "https://opencollective.com/unified"
5840 }
5841 },
5842 "node_modules/unist-util-visit-children": {
5843 "version": "3.0.0",
5844 "resolved": "https://registry.npmjs.org/unist-util-visit-children/-/unist-util-visit-children-3.0.0.tgz",
5845 "integrity": "sha512-RgmdTfSBOg04sdPcpTSD1jzoNBjt9a80/ZCzp5cI9n1qPzLZWF9YdvWGN2zmTumP1HWhXKdUWexjy/Wy/lJ7tA==",
5846 "license": "MIT",
5847 "dependencies": {
5848 "@types/unist": "^3.0.0"
5849 },
5850 "funding": {
5851 "type": "opencollective",
5852 "url": "https://opencollective.com/unified"
5853 }
5854 },
5855 "node_modules/unist-util-visit-parents": {
5856 "version": "6.0.2",
5857 "resolved": "https://registry.npmjs.org/unist-util-visit-parents/-/unist-util-visit-parents-6.0.2.tgz",
5858 "integrity": "sha512-goh1s1TBrqSqukSc8wrjwWhL0hiJxgA8m4kFxGlQ+8FYQ3C/m11FcTs4YYem7V664AhHVvgoQLk890Ssdsr2IQ==",
5859 "license": "MIT",
5860 "dependencies": {
5861 "@types/unist": "^3.0.0",
5862 "unist-util-is": "^6.0.0"
5863 },
5864 "funding": {
5865 "type": "opencollective",
5866 "url": "https://opencollective.com/unified"
5867 }
5868 },
5869 "node_modules/unstorage": {
5870 "version": "1.17.1",
5871 "resolved": "https://registry.npmjs.org/unstorage/-/unstorage-1.17.1.tgz",
5872 "integrity": "sha512-KKGwRTT0iVBCErKemkJCLs7JdxNVfqTPc/85ae1XES0+bsHbc/sFBfVi5kJp156cc51BHinIH2l3k0EZ24vOBQ==",
5873 "license": "MIT",
5874 "dependencies": {
5875 "anymatch": "^3.1.3",
5876 "chokidar": "^4.0.3",
5877 "destr": "^2.0.5",
5878 "h3": "^1.15.4",
5879 "lru-cache": "^10.4.3",
5880 "node-fetch-native": "^1.6.7",
5881 "ofetch": "^1.4.1",
5882 "ufo": "^1.6.1"
5883 },
5884 "peerDependencies": {
5885 "@azure/app-configuration": "^1.8.0",
5886 "@azure/cosmos": "^4.2.0",
5887 "@azure/data-tables": "^13.3.0",
5888 "@azure/identity": "^4.6.0",
5889 "@azure/keyvault-secrets": "^4.9.0",
5890 "@azure/storage-blob": "^12.26.0",
5891 "@capacitor/preferences": "^6.0.3 || ^7.0.0",
5892 "@deno/kv": ">=0.9.0",
5893 "@netlify/blobs": "^6.5.0 || ^7.0.0 || ^8.1.0 || ^9.0.0 || ^10.0.0",
5894 "@planetscale/database": "^1.19.0",
5895 "@upstash/redis": "^1.34.3",
5896 "@vercel/blob": ">=0.27.1",
5897 "@vercel/functions": "^2.2.12 || ^3.0.0",
5898 "@vercel/kv": "^1.0.1",
5899 "aws4fetch": "^1.0.20",
5900 "db0": ">=0.2.1",
5901 "idb-keyval": "^6.2.1",
5902 "ioredis": "^5.4.2",
5903 "uploadthing": "^7.4.4"
5904 },
5905 "peerDependenciesMeta": {
5906 "@azure/app-configuration": {
5907 "optional": true
5908 },
5909 "@azure/cosmos": {
5910 "optional": true
5911 },
5912 "@azure/data-tables": {
5913 "optional": true
5914 },
5915 "@azure/identity": {
5916 "optional": true
5917 },
5918 "@azure/keyvault-secrets": {
5919 "optional": true
5920 },
5921 "@azure/storage-blob": {
5922 "optional": true
5923 },
5924 "@capacitor/preferences": {
5925 "optional": true
5926 },
5927 "@deno/kv": {
5928 "optional": true
5929 },
5930 "@netlify/blobs": {
5931 "optional": true
5932 },
5933 "@planetscale/database": {
5934 "optional": true
5935 },
5936 "@upstash/redis": {
5937 "optional": true
5938 },
5939 "@vercel/blob": {
5940 "optional": true
5941 },
5942 "@vercel/functions": {
5943 "optional": true
5944 },
5945 "@vercel/kv": {
5946 "optional": true
5947 },
5948 "aws4fetch": {
5949 "optional": true
5950 },
5951 "db0": {
5952 "optional": true
5953 },
5954 "idb-keyval": {
5955 "optional": true
5956 },
5957 "ioredis": {
5958 "optional": true
5959 },
5960 "uploadthing": {
5961 "optional": true
5962 }
5963 }
5964 },
5965 "node_modules/vfile": {
5966 "version": "6.0.3",
5967 "resolved": "https://registry.npmjs.org/vfile/-/vfile-6.0.3.tgz",
5968 "integrity": "sha512-KzIbH/9tXat2u30jf+smMwFCsno4wHVdNmzFyL+T/L3UGqqk6JKfVqOFOZEpZSHADH1k40ab6NUIXZq422ov3Q==",
5969 "license": "MIT",
5970 "dependencies": {
5971 "@types/unist": "^3.0.0",
5972 "vfile-message": "^4.0.0"
5973 },
5974 "funding": {
5975 "type": "opencollective",
5976 "url": "https://opencollective.com/unified"
5977 }
5978 },
5979 "node_modules/vfile-location": {
5980 "version": "5.0.3",
5981 "resolved": "https://registry.npmjs.org/vfile-location/-/vfile-location-5.0.3.tgz",
5982 "integrity": "sha512-5yXvWDEgqeiYiBe1lbxYF7UMAIm/IcopxMHrMQDq3nvKcjPKIhZklUKL+AE7J7uApI4kwe2snsK+eI6UTj9EHg==",
5983 "license": "MIT",
5984 "dependencies": {
5985 "@types/unist": "^3.0.0",
5986 "vfile": "^6.0.0"
5987 },
5988 "funding": {
5989 "type": "opencollective",
5990 "url": "https://opencollective.com/unified"
5991 }
5992 },
5993 "node_modules/vfile-message": {
5994 "version": "4.0.3",
5995 "resolved": "https://registry.npmjs.org/vfile-message/-/vfile-message-4.0.3.tgz",
5996 "integrity": "sha512-QTHzsGd1EhbZs4AsQ20JX1rC3cOlt/IWJruk893DfLRr57lcnOeMaWG4K0JrRta4mIJZKth2Au3mM3u03/JWKw==",
5997 "license": "MIT",
5998 "dependencies": {
5999 "@types/unist": "^3.0.0",
6000 "unist-util-stringify-position": "^4.0.0"
6001 },
6002 "funding": {
6003 "type": "opencollective",
6004 "url": "https://opencollective.com/unified"
6005 }
6006 },
6007 "node_modules/vite": {
6008 "version": "7.1.12",
6009 "resolved": "https://registry.npmjs.org/vite/-/vite-7.1.12.tgz",
6010 "integrity": "sha512-ZWyE8YXEXqJrrSLvYgrRP7p62OziLW7xI5HYGWFzOvupfAlrLvURSzv/FyGyy0eidogEM3ujU+kUG1zuHgb6Ug==",
6011 "license": "MIT",
6012 "peer": true,
6013 "dependencies": {
6014 "esbuild": "^0.25.0",
6015 "fdir": "^6.5.0",
6016 "picomatch": "^4.0.3",
6017 "postcss": "^8.5.6",
6018 "rollup": "^4.43.0",
6019 "tinyglobby": "^0.2.15"
6020 },
6021 "bin": {
6022 "vite": "bin/vite.js"
6023 },
6024 "engines": {
6025 "node": "^20.19.0 || >=22.12.0"
6026 },
6027 "funding": {
6028 "url": "https://github.com/vitejs/vite?sponsor=1"
6029 },
6030 "optionalDependencies": {
6031 "fsevents": "~2.3.3"
6032 },
6033 "peerDependencies": {
6034 "@types/node": "^20.19.0 || >=22.12.0",
6035 "jiti": ">=1.21.0",
6036 "less": "^4.0.0",
6037 "lightningcss": "^1.21.0",
6038 "sass": "^1.70.0",
6039 "sass-embedded": "^1.70.0",
6040 "stylus": ">=0.54.8",
6041 "sugarss": "^5.0.0",
6042 "terser": "^5.16.0",
6043 "tsx": "^4.8.1",
6044 "yaml": "^2.4.2"
6045 },
6046 "peerDependenciesMeta": {
6047 "@types/node": {
6048 "optional": true
6049 },
6050 "jiti": {
6051 "optional": true
6052 },
6053 "less": {
6054 "optional": true
6055 },
6056 "lightningcss": {
6057 "optional": true
6058 },
6059 "sass": {
6060 "optional": true
6061 },
6062 "sass-embedded": {
6063 "optional": true
6064 },
6065 "stylus": {
6066 "optional": true
6067 },
6068 "sugarss": {
6069 "optional": true
6070 },
6071 "terser": {
6072 "optional": true
6073 },
6074 "tsx": {
6075 "optional": true
6076 },
6077 "yaml": {
6078 "optional": true
6079 }
6080 }
6081 },
6082 "node_modules/vitefu": {
6083 "version": "1.1.1",
6084 "resolved": "https://registry.npmjs.org/vitefu/-/vitefu-1.1.1.tgz",
6085 "integrity": "sha512-B/Fegf3i8zh0yFbpzZ21amWzHmuNlLlmJT6n7bu5e+pCHUKQIfXSYokrqOBGEMMe9UG2sostKQF9mml/vYaWJQ==",
6086 "license": "MIT",
6087 "workspaces": [
6088 "tests/deps/*",
6089 "tests/projects/*",
6090 "tests/projects/workspace/packages/*"
6091 ],
6092 "peerDependencies": {
6093 "vite": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0-beta.0"
6094 },
6095 "peerDependenciesMeta": {
6096 "vite": {
6097 "optional": true
6098 }
6099 }
6100 },
6101 "node_modules/web-namespaces": {
6102 "version": "2.0.1",
6103 "resolved": "https://registry.npmjs.org/web-namespaces/-/web-namespaces-2.0.1.tgz",
6104 "integrity": "sha512-bKr1DkiNa2krS7qxNtdrtHAmzuYGFQLiQ13TsorsdT6ULTkPLKuu5+GsFpDlg6JFjUTwX2DyhMPG2be8uPrqsQ==",
6105 "license": "MIT",
6106 "funding": {
6107 "type": "github",
6108 "url": "https://github.com/sponsors/wooorm"
6109 }
6110 },
6111 "node_modules/which-pm-runs": {
6112 "version": "1.1.0",
6113 "resolved": "https://registry.npmjs.org/which-pm-runs/-/which-pm-runs-1.1.0.tgz",
6114 "integrity": "sha512-n1brCuqClxfFfq/Rb0ICg9giSZqCS+pLtccdag6C2HyufBrh3fBOiy9nb6ggRMvWOVH5GrdJskj5iGTZNxd7SA==",
6115 "license": "MIT",
6116 "engines": {
6117 "node": ">=4"
6118 }
6119 },
6120 "node_modules/widest-line": {
6121 "version": "5.0.0",
6122 "resolved": "https://registry.npmjs.org/widest-line/-/widest-line-5.0.0.tgz",
6123 "integrity": "sha512-c9bZp7b5YtRj2wOe6dlj32MK+Bx/M/d+9VB2SHM1OtsUHR0aV0tdP6DWh/iMt0kWi1t5g1Iudu6hQRNd1A4PVA==",
6124 "license": "MIT",
6125 "dependencies": {
6126 "string-width": "^7.0.0"
6127 },
6128 "engines": {
6129 "node": ">=18"
6130 },
6131 "funding": {
6132 "url": "https://github.com/sponsors/sindresorhus"
6133 }
6134 },
6135 "node_modules/wrap-ansi": {
6136 "version": "9.0.2",
6137 "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-9.0.2.tgz",
6138 "integrity": "sha512-42AtmgqjV+X1VpdOfyTGOYRi0/zsoLqtXQckTmqTeybT+BDIbM/Guxo7x3pE2vtpr1ok6xRqM9OpBe+Jyoqyww==",
6139 "license": "MIT",
6140 "dependencies": {
6141 "ansi-styles": "^6.2.1",
6142 "string-width": "^7.0.0",
6143 "strip-ansi": "^7.1.0"
6144 },
6145 "engines": {
6146 "node": ">=18"
6147 },
6148 "funding": {
6149 "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
6150 }
6151 },
6152 "node_modules/xxhash-wasm": {
6153 "version": "1.1.0",
6154 "resolved": "https://registry.npmjs.org/xxhash-wasm/-/xxhash-wasm-1.1.0.tgz",
6155 "integrity": "sha512-147y/6YNh+tlp6nd/2pWq38i9h6mz/EuQ6njIrmW8D1BS5nCqs0P6DG+m6zTGnNz5I+uhZ0SHxBs9BsPrwcKDA==",
6156 "license": "MIT"
6157 },
6158 "node_modules/yargs-parser": {
6159 "version": "21.1.1",
6160 "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-21.1.1.tgz",
6161 "integrity": "sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==",
6162 "license": "ISC",
6163 "engines": {
6164 "node": ">=12"
6165 }
6166 },
6167 "node_modules/yesno": {
6168 "version": "0.4.0",
6169 "resolved": "https://registry.npmjs.org/yesno/-/yesno-0.4.0.tgz",
6170 "integrity": "sha512-tdBxmHvbXPBKYIg81bMCB7bVeDmHkRzk5rVJyYYXurwKkHq/MCd8rz4HSJUP7hW0H2NlXiq8IFiWvYKEHhlotA==",
6171 "dev": true,
6172 "license": "BSD"
6173 },
6174 "node_modules/yocto-queue": {
6175 "version": "1.2.1",
6176 "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-1.2.1.tgz",
6177 "integrity": "sha512-AyeEbWOu/TAXdxlV9wmGcR0+yh2j3vYPGOECcIj2S7MkrLyC7ne+oye2BKTItt0ii2PHk4cDy+95+LshzbXnGg==",
6178 "license": "MIT",
6179 "engines": {
6180 "node": ">=12.20"
6181 },
6182 "funding": {
6183 "url": "https://github.com/sponsors/sindresorhus"
6184 }
6185 },
6186 "node_modules/yocto-spinner": {
6187 "version": "0.2.3",
6188 "resolved": "https://registry.npmjs.org/yocto-spinner/-/yocto-spinner-0.2.3.tgz",
6189 "integrity": "sha512-sqBChb33loEnkoXte1bLg45bEBsOP9N1kzQh5JZNKj/0rik4zAPTNSAVPj3uQAdc6slYJ0Ksc403G2XgxsJQFQ==",
6190 "license": "MIT",
6191 "dependencies": {
6192 "yoctocolors": "^2.1.1"
6193 },
6194 "engines": {
6195 "node": ">=18.19"
6196 },
6197 "funding": {
6198 "url": "https://github.com/sponsors/sindresorhus"
6199 }
6200 },
6201 "node_modules/yoctocolors": {
6202 "version": "2.1.2",
6203 "resolved": "https://registry.npmjs.org/yoctocolors/-/yoctocolors-2.1.2.tgz",
6204 "integrity": "sha512-CzhO+pFNo8ajLM2d2IW/R93ipy99LWjtwblvC1RsoSUMZgyLbYFr221TnSNT7GjGdYui6P459mw9JH/g/zW2ug==",
6205 "license": "MIT",
6206 "engines": {
6207 "node": ">=18"
6208 },
6209 "funding": {
6210 "url": "https://github.com/sponsors/sindresorhus"
6211 }
6212 },
6213 "node_modules/zod": {
6214 "version": "3.25.76",
6215 "resolved": "https://registry.npmjs.org/zod/-/zod-3.25.76.tgz",
6216 "integrity": "sha512-gzUt/qt81nXsFGKIFcC3YnfEAx5NkunCfnDlvuBSSFS02bcXu4Lmea0AFIUwbLWxWPx3d9p8S5QoaujKcNQxcQ==",
6217 "license": "MIT",
6218 "funding": {
6219 "url": "https://github.com/sponsors/colinhacks"
6220 }
6221 },
6222 "node_modules/zod-to-json-schema": {
6223 "version": "3.24.6",
6224 "resolved": "https://registry.npmjs.org/zod-to-json-schema/-/zod-to-json-schema-3.24.6.tgz",
6225 "integrity": "sha512-h/z3PKvcTcTetyjl1fkj79MHNEjm+HpD6NXheWjzOekY7kV+lwDYnHw+ivHkijnCSMz1yJaWBD9vu/Fcmk+vEg==",
6226 "license": "ISC",
6227 "peerDependencies": {
6228 "zod": "^3.24.1"
6229 }
6230 },
6231 "node_modules/zod-to-ts": {
6232 "version": "1.2.0",
6233 "resolved": "https://registry.npmjs.org/zod-to-ts/-/zod-to-ts-1.2.0.tgz",
6234 "integrity": "sha512-x30XE43V+InwGpvTySRNz9kB7qFU8DlyEy7BsSTCHPH1R0QasMmHWZDCzYm6bVXtj/9NNJAZF3jW8rzFvH5OFA==",
6235 "peerDependencies": {
6236 "typescript": "^4.9.4 || ^5.0.2",
6237 "zod": "^3"
6238 }
6239 },
6240 "node_modules/zwitch": {
6241 "version": "2.0.4",
6242 "resolved": "https://registry.npmjs.org/zwitch/-/zwitch-2.0.4.tgz",
6243 "integrity": "sha512-bXE4cR/kVZhKZX/RjPEflHaKVhUVl85noU3v6b8apfQEc1x4A+zBxjZ4lN8LqGd6WZ3dl98pY4o717VFmoPp+A==",
6244 "license": "MIT",
6245 "funding": {
6246 "type": "github",
6247 "url": "https://github.com/sponsors/wooorm"
6248 }
6249 }
6250 }
6251}