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