My personal site hosted @ https://indexx.dev
1{
2 "name": "static",
3 "version": "0.0.1",
4 "lockfileVersion": 3,
5 "requires": true,
6 "packages": {
7 "": {
8 "name": "static",
9 "version": "0.0.1",
10 "dependencies": {
11 "@astrojs/react": "^4.3.0",
12 "@atproto/api": "^0.15.6",
13 "@types/react": "^19.1.6",
14 "@types/react-dom": "^19.1.6",
15 "astro": "^5.7.11",
16 "fs": "^0.0.1-security",
17 "marked": "^15.0.11",
18 "node-cache": "^5.1.2",
19 "react": "^19.1.0",
20 "react-dom": "^19.1.0",
21 "ts-node": "^10.9.2"
22 },
23 "devDependencies": {
24 "@types/node": "^22.15.14",
25 "tsx": "^4.19.4"
26 }
27 },
28 "node_modules/@ampproject/remapping": {
29 "version": "2.3.0",
30 "resolved": "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.3.0.tgz",
31 "integrity": "sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==",
32 "dependencies": {
33 "@jridgewell/gen-mapping": "^0.3.5",
34 "@jridgewell/trace-mapping": "^0.3.24"
35 },
36 "engines": {
37 "node": ">=6.0.0"
38 }
39 },
40 "node_modules/@ampproject/remapping/node_modules/@jridgewell/trace-mapping": {
41 "version": "0.3.25",
42 "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.25.tgz",
43 "integrity": "sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==",
44 "dependencies": {
45 "@jridgewell/resolve-uri": "^3.1.0",
46 "@jridgewell/sourcemap-codec": "^1.4.14"
47 }
48 },
49 "node_modules/@astrojs/compiler": {
50 "version": "2.12.0",
51 "resolved": "https://registry.npmjs.org/@astrojs/compiler/-/compiler-2.12.0.tgz",
52 "integrity": "sha512-7bCjW6tVDpUurQLeKBUN9tZ5kSv5qYrGmcn0sG0IwacL7isR2ZbyyA3AdZ4uxsuUFOS2SlgReTH7wkxO6zpqWA=="
53 },
54 "node_modules/@astrojs/internal-helpers": {
55 "version": "0.6.1",
56 "resolved": "https://registry.npmjs.org/@astrojs/internal-helpers/-/internal-helpers-0.6.1.tgz",
57 "integrity": "sha512-l5Pqf6uZu31aG+3Lv8nl/3s4DbUzdlxTWDof4pEpto6GUJNhhCbelVi9dEyurOVyqaelwmS9oSyOWOENSfgo9A=="
58 },
59 "node_modules/@astrojs/markdown-remark": {
60 "version": "6.3.1",
61 "resolved": "https://registry.npmjs.org/@astrojs/markdown-remark/-/markdown-remark-6.3.1.tgz",
62 "integrity": "sha512-c5F5gGrkczUaTVgmMW9g1YMJGzOtRvjjhw6IfGuxarM6ct09MpwysP10US729dy07gg8y+ofVifezvP3BNsWZg==",
63 "dependencies": {
64 "@astrojs/internal-helpers": "0.6.1",
65 "@astrojs/prism": "3.2.0",
66 "github-slugger": "^2.0.0",
67 "hast-util-from-html": "^2.0.3",
68 "hast-util-to-text": "^4.0.2",
69 "import-meta-resolve": "^4.1.0",
70 "js-yaml": "^4.1.0",
71 "mdast-util-definitions": "^6.0.0",
72 "rehype-raw": "^7.0.0",
73 "rehype-stringify": "^10.0.1",
74 "remark-gfm": "^4.0.1",
75 "remark-parse": "^11.0.0",
76 "remark-rehype": "^11.1.1",
77 "remark-smartypants": "^3.0.2",
78 "shiki": "^3.0.0",
79 "smol-toml": "^1.3.1",
80 "unified": "^11.0.5",
81 "unist-util-remove-position": "^5.0.0",
82 "unist-util-visit": "^5.0.0",
83 "unist-util-visit-parents": "^6.0.1",
84 "vfile": "^6.0.3"
85 }
86 },
87 "node_modules/@astrojs/prism": {
88 "version": "3.2.0",
89 "resolved": "https://registry.npmjs.org/@astrojs/prism/-/prism-3.2.0.tgz",
90 "integrity": "sha512-GilTHKGCW6HMq7y3BUv9Ac7GMe/MO9gi9GW62GzKtth0SwukCu/qp2wLiGpEujhY+VVhaG9v7kv/5vFzvf4NYw==",
91 "dependencies": {
92 "prismjs": "^1.29.0"
93 },
94 "engines": {
95 "node": "^18.17.1 || ^20.3.0 || >=22.0.0"
96 }
97 },
98 "node_modules/@astrojs/react": {
99 "version": "4.3.0",
100 "resolved": "https://registry.npmjs.org/@astrojs/react/-/react-4.3.0.tgz",
101 "integrity": "sha512-N02aj52Iezn69qHyx5+XvPqgsPMEnel9mI5JMbGiRMTzzLMuNaxRVoQTaq2024Dpr7BLsxCjqMkNvelqMDhaHA==",
102 "dependencies": {
103 "@vitejs/plugin-react": "^4.4.1",
104 "ultrahtml": "^1.6.0",
105 "vite": "^6.3.5"
106 },
107 "engines": {
108 "node": "18.20.8 || ^20.3.0 || >=22.0.0"
109 },
110 "peerDependencies": {
111 "@types/react": "^17.0.50 || ^18.0.21 || ^19.0.0",
112 "@types/react-dom": "^17.0.17 || ^18.0.6 || ^19.0.0",
113 "react": "^17.0.2 || ^18.0.0 || ^19.0.0",
114 "react-dom": "^17.0.2 || ^18.0.0 || ^19.0.0"
115 }
116 },
117 "node_modules/@astrojs/telemetry": {
118 "version": "3.2.1",
119 "resolved": "https://registry.npmjs.org/@astrojs/telemetry/-/telemetry-3.2.1.tgz",
120 "integrity": "sha512-SSVM820Jqc6wjsn7qYfV9qfeQvePtVc1nSofhyap7l0/iakUKywj3hfy3UJAOV4sGV4Q/u450RD4AaCaFvNPlg==",
121 "dependencies": {
122 "ci-info": "^4.2.0",
123 "debug": "^4.4.0",
124 "dlv": "^1.1.3",
125 "dset": "^3.1.4",
126 "is-docker": "^3.0.0",
127 "is-wsl": "^3.1.0",
128 "which-pm-runs": "^1.1.0"
129 },
130 "engines": {
131 "node": "^18.17.1 || ^20.3.0 || >=22.0.0"
132 }
133 },
134 "node_modules/@atproto/api": {
135 "version": "0.15.6",
136 "resolved": "https://registry.npmjs.org/@atproto/api/-/api-0.15.6.tgz",
137 "integrity": "sha512-hKwrBf60LcI4BqArWyrhWJWIpjwAWUJpW3PVvNzUB1q2W/ByC0JAuwq/F8tZpCEiiVBzHjHVRx4QNA2TA1cG3g==",
138 "dependencies": {
139 "@atproto/common-web": "^0.4.2",
140 "@atproto/lexicon": "^0.4.11",
141 "@atproto/syntax": "^0.4.0",
142 "@atproto/xrpc": "^0.7.0",
143 "await-lock": "^2.2.2",
144 "multiformats": "^9.9.0",
145 "tlds": "^1.234.0",
146 "zod": "^3.23.8"
147 }
148 },
149 "node_modules/@atproto/common-web": {
150 "version": "0.4.2",
151 "resolved": "https://registry.npmjs.org/@atproto/common-web/-/common-web-0.4.2.tgz",
152 "integrity": "sha512-vrXwGNoFGogodjQvJDxAeP3QbGtawgZute2ed1XdRO0wMixLk3qewtikZm06H259QDJVu6voKC5mubml+WgQUw==",
153 "dependencies": {
154 "graphemer": "^1.4.0",
155 "multiformats": "^9.9.0",
156 "uint8arrays": "3.0.0",
157 "zod": "^3.23.8"
158 }
159 },
160 "node_modules/@atproto/lexicon": {
161 "version": "0.4.11",
162 "resolved": "https://registry.npmjs.org/@atproto/lexicon/-/lexicon-0.4.11.tgz",
163 "integrity": "sha512-btefdnvNz2Ao2I+qbmj0F06HC8IlrM/IBz6qOBS50r0S6uDf5tOO+Mv2tSVdimFkdzyDdLtBI1sV36ONxz2cOw==",
164 "dependencies": {
165 "@atproto/common-web": "^0.4.2",
166 "@atproto/syntax": "^0.4.0",
167 "iso-datestring-validator": "^2.2.2",
168 "multiformats": "^9.9.0",
169 "zod": "^3.23.8"
170 }
171 },
172 "node_modules/@atproto/syntax": {
173 "version": "0.4.0",
174 "resolved": "https://registry.npmjs.org/@atproto/syntax/-/syntax-0.4.0.tgz",
175 "integrity": "sha512-b9y5ceHS8YKOfP3mdKmwAx5yVj9294UN7FG2XzP6V5aKUdFazEYRnR9m5n5ZQFKa3GNvz7de9guZCJ/sUTcOAA=="
176 },
177 "node_modules/@atproto/xrpc": {
178 "version": "0.7.0",
179 "resolved": "https://registry.npmjs.org/@atproto/xrpc/-/xrpc-0.7.0.tgz",
180 "integrity": "sha512-SfhP9dGx2qclaScFDb58Jnrmim5nk4geZXCqg6sB0I/KZhZEkr9iIx1hLCp+sxkIfEsmEJjeWO4B0rjUIJW5cw==",
181 "dependencies": {
182 "@atproto/lexicon": "^0.4.11",
183 "zod": "^3.23.8"
184 }
185 },
186 "node_modules/@babel/code-frame": {
187 "version": "7.27.1",
188 "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.27.1.tgz",
189 "integrity": "sha512-cjQ7ZlQ0Mv3b47hABuTevyTuYN4i+loJKGeV9flcCgIK37cCXRh+L1bd3iBHlynerhQ7BhCkn2BPbQUL+rGqFg==",
190 "dependencies": {
191 "@babel/helper-validator-identifier": "^7.27.1",
192 "js-tokens": "^4.0.0",
193 "picocolors": "^1.1.1"
194 },
195 "engines": {
196 "node": ">=6.9.0"
197 }
198 },
199 "node_modules/@babel/compat-data": {
200 "version": "7.27.5",
201 "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.27.5.tgz",
202 "integrity": "sha512-KiRAp/VoJaWkkte84TvUd9qjdbZAdiqyvMxrGl1N6vzFogKmaLgoM3L1kgtLicp2HP5fBJS8JrZKLVIZGVJAVg==",
203 "engines": {
204 "node": ">=6.9.0"
205 }
206 },
207 "node_modules/@babel/core": {
208 "version": "7.27.4",
209 "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.27.4.tgz",
210 "integrity": "sha512-bXYxrXFubeYdvB0NhD/NBB3Qi6aZeV20GOWVI47t2dkecCEoneR4NPVcb7abpXDEvejgrUfFtG6vG/zxAKmg+g==",
211 "dependencies": {
212 "@ampproject/remapping": "^2.2.0",
213 "@babel/code-frame": "^7.27.1",
214 "@babel/generator": "^7.27.3",
215 "@babel/helper-compilation-targets": "^7.27.2",
216 "@babel/helper-module-transforms": "^7.27.3",
217 "@babel/helpers": "^7.27.4",
218 "@babel/parser": "^7.27.4",
219 "@babel/template": "^7.27.2",
220 "@babel/traverse": "^7.27.4",
221 "@babel/types": "^7.27.3",
222 "convert-source-map": "^2.0.0",
223 "debug": "^4.1.0",
224 "gensync": "^1.0.0-beta.2",
225 "json5": "^2.2.3",
226 "semver": "^6.3.1"
227 },
228 "engines": {
229 "node": ">=6.9.0"
230 },
231 "funding": {
232 "type": "opencollective",
233 "url": "https://opencollective.com/babel"
234 }
235 },
236 "node_modules/@babel/core/node_modules/semver": {
237 "version": "6.3.1",
238 "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
239 "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
240 "bin": {
241 "semver": "bin/semver.js"
242 }
243 },
244 "node_modules/@babel/generator": {
245 "version": "7.27.5",
246 "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.27.5.tgz",
247 "integrity": "sha512-ZGhA37l0e/g2s1Cnzdix0O3aLYm66eF8aufiVteOgnwxgnRP8GoyMj7VWsgWnQbVKXyge7hqrFh2K2TQM6t1Hw==",
248 "dependencies": {
249 "@babel/parser": "^7.27.5",
250 "@babel/types": "^7.27.3",
251 "@jridgewell/gen-mapping": "^0.3.5",
252 "@jridgewell/trace-mapping": "^0.3.25",
253 "jsesc": "^3.0.2"
254 },
255 "engines": {
256 "node": ">=6.9.0"
257 }
258 },
259 "node_modules/@babel/generator/node_modules/@jridgewell/trace-mapping": {
260 "version": "0.3.25",
261 "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.25.tgz",
262 "integrity": "sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==",
263 "dependencies": {
264 "@jridgewell/resolve-uri": "^3.1.0",
265 "@jridgewell/sourcemap-codec": "^1.4.14"
266 }
267 },
268 "node_modules/@babel/helper-compilation-targets": {
269 "version": "7.27.2",
270 "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.27.2.tgz",
271 "integrity": "sha512-2+1thGUUWWjLTYTHZWK1n8Yga0ijBz1XAhUXcKy81rd5g6yh7hGqMp45v7cadSbEHc9G3OTv45SyneRN3ps4DQ==",
272 "dependencies": {
273 "@babel/compat-data": "^7.27.2",
274 "@babel/helper-validator-option": "^7.27.1",
275 "browserslist": "^4.24.0",
276 "lru-cache": "^5.1.1",
277 "semver": "^6.3.1"
278 },
279 "engines": {
280 "node": ">=6.9.0"
281 }
282 },
283 "node_modules/@babel/helper-compilation-targets/node_modules/lru-cache": {
284 "version": "5.1.1",
285 "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz",
286 "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==",
287 "dependencies": {
288 "yallist": "^3.0.2"
289 }
290 },
291 "node_modules/@babel/helper-compilation-targets/node_modules/semver": {
292 "version": "6.3.1",
293 "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
294 "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
295 "bin": {
296 "semver": "bin/semver.js"
297 }
298 },
299 "node_modules/@babel/helper-module-imports": {
300 "version": "7.27.1",
301 "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.27.1.tgz",
302 "integrity": "sha512-0gSFWUPNXNopqtIPQvlD5WgXYI5GY2kP2cCvoT8kczjbfcfuIljTbcWrulD1CIPIX2gt1wghbDy08yE1p+/r3w==",
303 "dependencies": {
304 "@babel/traverse": "^7.27.1",
305 "@babel/types": "^7.27.1"
306 },
307 "engines": {
308 "node": ">=6.9.0"
309 }
310 },
311 "node_modules/@babel/helper-module-transforms": {
312 "version": "7.27.3",
313 "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.27.3.tgz",
314 "integrity": "sha512-dSOvYwvyLsWBeIRyOeHXp5vPj5l1I011r52FM1+r1jCERv+aFXYk4whgQccYEGYxK2H3ZAIA8nuPkQ0HaUo3qg==",
315 "dependencies": {
316 "@babel/helper-module-imports": "^7.27.1",
317 "@babel/helper-validator-identifier": "^7.27.1",
318 "@babel/traverse": "^7.27.3"
319 },
320 "engines": {
321 "node": ">=6.9.0"
322 },
323 "peerDependencies": {
324 "@babel/core": "^7.0.0"
325 }
326 },
327 "node_modules/@babel/helper-plugin-utils": {
328 "version": "7.27.1",
329 "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.27.1.tgz",
330 "integrity": "sha512-1gn1Up5YXka3YYAHGKpbideQ5Yjf1tDa9qYcgysz+cNCXukyLl6DjPXhD3VRwSb8c0J9tA4b2+rHEZtc6R0tlw==",
331 "engines": {
332 "node": ">=6.9.0"
333 }
334 },
335 "node_modules/@babel/helper-string-parser": {
336 "version": "7.27.1",
337 "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz",
338 "integrity": "sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==",
339 "engines": {
340 "node": ">=6.9.0"
341 }
342 },
343 "node_modules/@babel/helper-validator-identifier": {
344 "version": "7.27.1",
345 "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.27.1.tgz",
346 "integrity": "sha512-D2hP9eA+Sqx1kBZgzxZh0y1trbuU+JoDkiEwqhQ36nodYqJwyEIhPSdMNd7lOm/4io72luTPWH20Yda0xOuUow==",
347 "engines": {
348 "node": ">=6.9.0"
349 }
350 },
351 "node_modules/@babel/helper-validator-option": {
352 "version": "7.27.1",
353 "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.27.1.tgz",
354 "integrity": "sha512-YvjJow9FxbhFFKDSuFnVCe2WxXk1zWc22fFePVNEaWJEu8IrZVlda6N0uHwzZrUM1il7NC9Mlp4MaJYbYd9JSg==",
355 "engines": {
356 "node": ">=6.9.0"
357 }
358 },
359 "node_modules/@babel/helpers": {
360 "version": "7.27.4",
361 "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.27.4.tgz",
362 "integrity": "sha512-Y+bO6U+I7ZKaM5G5rDUZiYfUvQPUibYmAFe7EnKdnKBbVXDZxvp+MWOH5gYciY0EPk4EScsuFMQBbEfpdRKSCQ==",
363 "dependencies": {
364 "@babel/template": "^7.27.2",
365 "@babel/types": "^7.27.3"
366 },
367 "engines": {
368 "node": ">=6.9.0"
369 }
370 },
371 "node_modules/@babel/parser": {
372 "version": "7.27.5",
373 "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.27.5.tgz",
374 "integrity": "sha512-OsQd175SxWkGlzbny8J3K8TnnDD0N3lrIUtB92xwyRpzaenGZhxDvxN/JgU00U3CDZNj9tPuDJ5H0WS4Nt3vKg==",
375 "dependencies": {
376 "@babel/types": "^7.27.3"
377 },
378 "bin": {
379 "parser": "bin/babel-parser.js"
380 },
381 "engines": {
382 "node": ">=6.0.0"
383 }
384 },
385 "node_modules/@babel/plugin-transform-react-jsx-self": {
386 "version": "7.27.1",
387 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-self/-/plugin-transform-react-jsx-self-7.27.1.tgz",
388 "integrity": "sha512-6UzkCs+ejGdZ5mFFC/OCUrv028ab2fp1znZmCZjAOBKiBK2jXD1O+BPSfX8X2qjJ75fZBMSnQn3Rq2mrBJK2mw==",
389 "dependencies": {
390 "@babel/helper-plugin-utils": "^7.27.1"
391 },
392 "engines": {
393 "node": ">=6.9.0"
394 },
395 "peerDependencies": {
396 "@babel/core": "^7.0.0-0"
397 }
398 },
399 "node_modules/@babel/plugin-transform-react-jsx-source": {
400 "version": "7.27.1",
401 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-source/-/plugin-transform-react-jsx-source-7.27.1.tgz",
402 "integrity": "sha512-zbwoTsBruTeKB9hSq73ha66iFeJHuaFkUbwvqElnygoNbj/jHRsSeokowZFN3CZ64IvEqcmmkVe89OPXc7ldAw==",
403 "dependencies": {
404 "@babel/helper-plugin-utils": "^7.27.1"
405 },
406 "engines": {
407 "node": ">=6.9.0"
408 },
409 "peerDependencies": {
410 "@babel/core": "^7.0.0-0"
411 }
412 },
413 "node_modules/@babel/template": {
414 "version": "7.27.2",
415 "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.27.2.tgz",
416 "integrity": "sha512-LPDZ85aEJyYSd18/DkjNh4/y1ntkE5KwUHWTiqgRxruuZL2F1yuHligVHLvcHY2vMHXttKFpJn6LwfI7cw7ODw==",
417 "dependencies": {
418 "@babel/code-frame": "^7.27.1",
419 "@babel/parser": "^7.27.2",
420 "@babel/types": "^7.27.1"
421 },
422 "engines": {
423 "node": ">=6.9.0"
424 }
425 },
426 "node_modules/@babel/traverse": {
427 "version": "7.27.4",
428 "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.27.4.tgz",
429 "integrity": "sha512-oNcu2QbHqts9BtOWJosOVJapWjBDSxGCpFvikNR5TGDYDQf3JwpIoMzIKrvfoti93cLfPJEG4tH9SPVeyCGgdA==",
430 "dependencies": {
431 "@babel/code-frame": "^7.27.1",
432 "@babel/generator": "^7.27.3",
433 "@babel/parser": "^7.27.4",
434 "@babel/template": "^7.27.2",
435 "@babel/types": "^7.27.3",
436 "debug": "^4.3.1",
437 "globals": "^11.1.0"
438 },
439 "engines": {
440 "node": ">=6.9.0"
441 }
442 },
443 "node_modules/@babel/types": {
444 "version": "7.27.3",
445 "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.27.3.tgz",
446 "integrity": "sha512-Y1GkI4ktrtvmawoSq+4FCVHNryea6uR+qUQy0AGxLSsjCX0nVmkYQMBLHDkXZuo5hGx7eYdnIaslsdBFm7zbUw==",
447 "dependencies": {
448 "@babel/helper-string-parser": "^7.27.1",
449 "@babel/helper-validator-identifier": "^7.27.1"
450 },
451 "engines": {
452 "node": ">=6.9.0"
453 }
454 },
455 "node_modules/@capsizecss/unpack": {
456 "version": "2.4.0",
457 "resolved": "https://registry.npmjs.org/@capsizecss/unpack/-/unpack-2.4.0.tgz",
458 "integrity": "sha512-GrSU71meACqcmIUxPYOJvGKF0yryjN/L1aCuE9DViCTJI7bfkjgYDPD1zbNDcINJwSSP6UaBZY9GAbYDO7re0Q==",
459 "dependencies": {
460 "blob-to-buffer": "^1.2.8",
461 "cross-fetch": "^3.0.4",
462 "fontkit": "^2.0.2"
463 }
464 },
465 "node_modules/@cspotcode/source-map-support": {
466 "version": "0.8.1",
467 "resolved": "https://registry.npmjs.org/@cspotcode/source-map-support/-/source-map-support-0.8.1.tgz",
468 "integrity": "sha512-IchNf6dN4tHoMFIn/7OE8LWZ19Y6q/67Bmf6vnGREv8RSbBVb9LPJxEcnwrcwX6ixSvaiGoomAUvu4YSxXrVgw==",
469 "dependencies": {
470 "@jridgewell/trace-mapping": "0.3.9"
471 },
472 "engines": {
473 "node": ">=12"
474 }
475 },
476 "node_modules/@emnapi/runtime": {
477 "version": "1.4.3",
478 "resolved": "https://registry.npmjs.org/@emnapi/runtime/-/runtime-1.4.3.tgz",
479 "integrity": "sha512-pBPWdu6MLKROBX05wSNKcNb++m5Er+KQ9QkB+WVM+pW2Kx9hoSrVTnu3BdkI5eBLZoKu/J6mW/B6i6bJB2ytXQ==",
480 "optional": true,
481 "dependencies": {
482 "tslib": "^2.4.0"
483 }
484 },
485 "node_modules/@esbuild/aix-ppc64": {
486 "version": "0.25.4",
487 "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.25.4.tgz",
488 "integrity": "sha512-1VCICWypeQKhVbE9oW/sJaAmjLxhVqacdkvPLEjwlttjfwENRSClS8EjBz0KzRyFSCPDIkuXW34Je/vk7zdB7Q==",
489 "cpu": [
490 "ppc64"
491 ],
492 "optional": true,
493 "os": [
494 "aix"
495 ],
496 "engines": {
497 "node": ">=18"
498 }
499 },
500 "node_modules/@esbuild/android-arm": {
501 "version": "0.25.4",
502 "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.25.4.tgz",
503 "integrity": "sha512-QNdQEps7DfFwE3hXiU4BZeOV68HHzYwGd0Nthhd3uCkkEKK7/R6MTgM0P7H7FAs5pU/DIWsviMmEGxEoxIZ+ZQ==",
504 "cpu": [
505 "arm"
506 ],
507 "optional": true,
508 "os": [
509 "android"
510 ],
511 "engines": {
512 "node": ">=18"
513 }
514 },
515 "node_modules/@esbuild/android-arm64": {
516 "version": "0.25.4",
517 "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.25.4.tgz",
518 "integrity": "sha512-bBy69pgfhMGtCnwpC/x5QhfxAz/cBgQ9enbtwjf6V9lnPI/hMyT9iWpR1arm0l3kttTr4L0KSLpKmLp/ilKS9A==",
519 "cpu": [
520 "arm64"
521 ],
522 "optional": true,
523 "os": [
524 "android"
525 ],
526 "engines": {
527 "node": ">=18"
528 }
529 },
530 "node_modules/@esbuild/android-x64": {
531 "version": "0.25.4",
532 "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.25.4.tgz",
533 "integrity": "sha512-TVhdVtQIFuVpIIR282btcGC2oGQoSfZfmBdTip2anCaVYcqWlZXGcdcKIUklfX2wj0JklNYgz39OBqh2cqXvcQ==",
534 "cpu": [
535 "x64"
536 ],
537 "optional": true,
538 "os": [
539 "android"
540 ],
541 "engines": {
542 "node": ">=18"
543 }
544 },
545 "node_modules/@esbuild/darwin-arm64": {
546 "version": "0.25.4",
547 "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.25.4.tgz",
548 "integrity": "sha512-Y1giCfM4nlHDWEfSckMzeWNdQS31BQGs9/rouw6Ub91tkK79aIMTH3q9xHvzH8d0wDru5Ci0kWB8b3up/nl16g==",
549 "cpu": [
550 "arm64"
551 ],
552 "optional": true,
553 "os": [
554 "darwin"
555 ],
556 "engines": {
557 "node": ">=18"
558 }
559 },
560 "node_modules/@esbuild/darwin-x64": {
561 "version": "0.25.4",
562 "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.25.4.tgz",
563 "integrity": "sha512-CJsry8ZGM5VFVeyUYB3cdKpd/H69PYez4eJh1W/t38vzutdjEjtP7hB6eLKBoOdxcAlCtEYHzQ/PJ/oU9I4u0A==",
564 "cpu": [
565 "x64"
566 ],
567 "optional": true,
568 "os": [
569 "darwin"
570 ],
571 "engines": {
572 "node": ">=18"
573 }
574 },
575 "node_modules/@esbuild/freebsd-arm64": {
576 "version": "0.25.4",
577 "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.25.4.tgz",
578 "integrity": "sha512-yYq+39NlTRzU2XmoPW4l5Ifpl9fqSk0nAJYM/V/WUGPEFfek1epLHJIkTQM6bBs1swApjO5nWgvr843g6TjxuQ==",
579 "cpu": [
580 "arm64"
581 ],
582 "optional": true,
583 "os": [
584 "freebsd"
585 ],
586 "engines": {
587 "node": ">=18"
588 }
589 },
590 "node_modules/@esbuild/freebsd-x64": {
591 "version": "0.25.4",
592 "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.25.4.tgz",
593 "integrity": "sha512-0FgvOJ6UUMflsHSPLzdfDnnBBVoCDtBTVyn/MrWloUNvq/5SFmh13l3dvgRPkDihRxb77Y17MbqbCAa2strMQQ==",
594 "cpu": [
595 "x64"
596 ],
597 "optional": true,
598 "os": [
599 "freebsd"
600 ],
601 "engines": {
602 "node": ">=18"
603 }
604 },
605 "node_modules/@esbuild/linux-arm": {
606 "version": "0.25.4",
607 "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.25.4.tgz",
608 "integrity": "sha512-kro4c0P85GMfFYqW4TWOpvmF8rFShbWGnrLqlzp4X1TNWjRY3JMYUfDCtOxPKOIY8B0WC8HN51hGP4I4hz4AaQ==",
609 "cpu": [
610 "arm"
611 ],
612 "optional": true,
613 "os": [
614 "linux"
615 ],
616 "engines": {
617 "node": ">=18"
618 }
619 },
620 "node_modules/@esbuild/linux-arm64": {
621 "version": "0.25.4",
622 "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.25.4.tgz",
623 "integrity": "sha512-+89UsQTfXdmjIvZS6nUnOOLoXnkUTB9hR5QAeLrQdzOSWZvNSAXAtcRDHWtqAUtAmv7ZM1WPOOeSxDzzzMogiQ==",
624 "cpu": [
625 "arm64"
626 ],
627 "optional": true,
628 "os": [
629 "linux"
630 ],
631 "engines": {
632 "node": ">=18"
633 }
634 },
635 "node_modules/@esbuild/linux-ia32": {
636 "version": "0.25.4",
637 "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.25.4.tgz",
638 "integrity": "sha512-yTEjoapy8UP3rv8dB0ip3AfMpRbyhSN3+hY8mo/i4QXFeDxmiYbEKp3ZRjBKcOP862Ua4b1PDfwlvbuwY7hIGQ==",
639 "cpu": [
640 "ia32"
641 ],
642 "optional": true,
643 "os": [
644 "linux"
645 ],
646 "engines": {
647 "node": ">=18"
648 }
649 },
650 "node_modules/@esbuild/linux-loong64": {
651 "version": "0.25.4",
652 "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.25.4.tgz",
653 "integrity": "sha512-NeqqYkrcGzFwi6CGRGNMOjWGGSYOpqwCjS9fvaUlX5s3zwOtn1qwg1s2iE2svBe4Q/YOG1q6875lcAoQK/F4VA==",
654 "cpu": [
655 "loong64"
656 ],
657 "optional": true,
658 "os": [
659 "linux"
660 ],
661 "engines": {
662 "node": ">=18"
663 }
664 },
665 "node_modules/@esbuild/linux-mips64el": {
666 "version": "0.25.4",
667 "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.25.4.tgz",
668 "integrity": "sha512-IcvTlF9dtLrfL/M8WgNI/qJYBENP3ekgsHbYUIzEzq5XJzzVEV/fXY9WFPfEEXmu3ck2qJP8LG/p3Q8f7Zc2Xg==",
669 "cpu": [
670 "mips64el"
671 ],
672 "optional": true,
673 "os": [
674 "linux"
675 ],
676 "engines": {
677 "node": ">=18"
678 }
679 },
680 "node_modules/@esbuild/linux-ppc64": {
681 "version": "0.25.4",
682 "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.25.4.tgz",
683 "integrity": "sha512-HOy0aLTJTVtoTeGZh4HSXaO6M95qu4k5lJcH4gxv56iaycfz1S8GO/5Jh6X4Y1YiI0h7cRyLi+HixMR+88swag==",
684 "cpu": [
685 "ppc64"
686 ],
687 "optional": true,
688 "os": [
689 "linux"
690 ],
691 "engines": {
692 "node": ">=18"
693 }
694 },
695 "node_modules/@esbuild/linux-riscv64": {
696 "version": "0.25.4",
697 "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.25.4.tgz",
698 "integrity": "sha512-i8JUDAufpz9jOzo4yIShCTcXzS07vEgWzyX3NH2G7LEFVgrLEhjwL3ajFE4fZI3I4ZgiM7JH3GQ7ReObROvSUA==",
699 "cpu": [
700 "riscv64"
701 ],
702 "optional": true,
703 "os": [
704 "linux"
705 ],
706 "engines": {
707 "node": ">=18"
708 }
709 },
710 "node_modules/@esbuild/linux-s390x": {
711 "version": "0.25.4",
712 "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.25.4.tgz",
713 "integrity": "sha512-jFnu+6UbLlzIjPQpWCNh5QtrcNfMLjgIavnwPQAfoGx4q17ocOU9MsQ2QVvFxwQoWpZT8DvTLooTvmOQXkO51g==",
714 "cpu": [
715 "s390x"
716 ],
717 "optional": true,
718 "os": [
719 "linux"
720 ],
721 "engines": {
722 "node": ">=18"
723 }
724 },
725 "node_modules/@esbuild/linux-x64": {
726 "version": "0.25.4",
727 "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.25.4.tgz",
728 "integrity": "sha512-6e0cvXwzOnVWJHq+mskP8DNSrKBr1bULBvnFLpc1KY+d+irZSgZ02TGse5FsafKS5jg2e4pbvK6TPXaF/A6+CA==",
729 "cpu": [
730 "x64"
731 ],
732 "optional": true,
733 "os": [
734 "linux"
735 ],
736 "engines": {
737 "node": ">=18"
738 }
739 },
740 "node_modules/@esbuild/netbsd-arm64": {
741 "version": "0.25.4",
742 "resolved": "https://registry.npmjs.org/@esbuild/netbsd-arm64/-/netbsd-arm64-0.25.4.tgz",
743 "integrity": "sha512-vUnkBYxZW4hL/ie91hSqaSNjulOnYXE1VSLusnvHg2u3jewJBz3YzB9+oCw8DABeVqZGg94t9tyZFoHma8gWZQ==",
744 "cpu": [
745 "arm64"
746 ],
747 "optional": true,
748 "os": [
749 "netbsd"
750 ],
751 "engines": {
752 "node": ">=18"
753 }
754 },
755 "node_modules/@esbuild/netbsd-x64": {
756 "version": "0.25.4",
757 "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.25.4.tgz",
758 "integrity": "sha512-XAg8pIQn5CzhOB8odIcAm42QsOfa98SBeKUdo4xa8OvX8LbMZqEtgeWE9P/Wxt7MlG2QqvjGths+nq48TrUiKw==",
759 "cpu": [
760 "x64"
761 ],
762 "optional": true,
763 "os": [
764 "netbsd"
765 ],
766 "engines": {
767 "node": ">=18"
768 }
769 },
770 "node_modules/@esbuild/openbsd-arm64": {
771 "version": "0.25.4",
772 "resolved": "https://registry.npmjs.org/@esbuild/openbsd-arm64/-/openbsd-arm64-0.25.4.tgz",
773 "integrity": "sha512-Ct2WcFEANlFDtp1nVAXSNBPDxyU+j7+tId//iHXU2f/lN5AmO4zLyhDcpR5Cz1r08mVxzt3Jpyt4PmXQ1O6+7A==",
774 "cpu": [
775 "arm64"
776 ],
777 "optional": true,
778 "os": [
779 "openbsd"
780 ],
781 "engines": {
782 "node": ">=18"
783 }
784 },
785 "node_modules/@esbuild/openbsd-x64": {
786 "version": "0.25.4",
787 "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.25.4.tgz",
788 "integrity": "sha512-xAGGhyOQ9Otm1Xu8NT1ifGLnA6M3sJxZ6ixylb+vIUVzvvd6GOALpwQrYrtlPouMqd/vSbgehz6HaVk4+7Afhw==",
789 "cpu": [
790 "x64"
791 ],
792 "optional": true,
793 "os": [
794 "openbsd"
795 ],
796 "engines": {
797 "node": ">=18"
798 }
799 },
800 "node_modules/@esbuild/sunos-x64": {
801 "version": "0.25.4",
802 "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.25.4.tgz",
803 "integrity": "sha512-Mw+tzy4pp6wZEK0+Lwr76pWLjrtjmJyUB23tHKqEDP74R3q95luY/bXqXZeYl4NYlvwOqoRKlInQialgCKy67Q==",
804 "cpu": [
805 "x64"
806 ],
807 "optional": true,
808 "os": [
809 "sunos"
810 ],
811 "engines": {
812 "node": ">=18"
813 }
814 },
815 "node_modules/@esbuild/win32-arm64": {
816 "version": "0.25.4",
817 "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.25.4.tgz",
818 "integrity": "sha512-AVUP428VQTSddguz9dO9ngb+E5aScyg7nOeJDrF1HPYu555gmza3bDGMPhmVXL8svDSoqPCsCPjb265yG/kLKQ==",
819 "cpu": [
820 "arm64"
821 ],
822 "optional": true,
823 "os": [
824 "win32"
825 ],
826 "engines": {
827 "node": ">=18"
828 }
829 },
830 "node_modules/@esbuild/win32-ia32": {
831 "version": "0.25.4",
832 "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.25.4.tgz",
833 "integrity": "sha512-i1sW+1i+oWvQzSgfRcxxG2k4I9n3O9NRqy8U+uugaT2Dy7kLO9Y7wI72haOahxceMX8hZAzgGou1FhndRldxRg==",
834 "cpu": [
835 "ia32"
836 ],
837 "optional": true,
838 "os": [
839 "win32"
840 ],
841 "engines": {
842 "node": ">=18"
843 }
844 },
845 "node_modules/@esbuild/win32-x64": {
846 "version": "0.25.4",
847 "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.25.4.tgz",
848 "integrity": "sha512-nOT2vZNw6hJ+z43oP1SPea/G/6AbN6X+bGNhNuq8NtRHy4wsMhw765IKLNmnjek7GvjWBYQ8Q5VBoYTFg9y1UQ==",
849 "cpu": [
850 "x64"
851 ],
852 "optional": true,
853 "os": [
854 "win32"
855 ],
856 "engines": {
857 "node": ">=18"
858 }
859 },
860 "node_modules/@img/sharp-darwin-arm64": {
861 "version": "0.33.5",
862 "resolved": "https://registry.npmjs.org/@img/sharp-darwin-arm64/-/sharp-darwin-arm64-0.33.5.tgz",
863 "integrity": "sha512-UT4p+iz/2H4twwAoLCqfA9UH5pI6DggwKEGuaPy7nCVQ8ZsiY5PIcrRvD1DzuY3qYL07NtIQcWnBSY/heikIFQ==",
864 "cpu": [
865 "arm64"
866 ],
867 "optional": true,
868 "os": [
869 "darwin"
870 ],
871 "engines": {
872 "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
873 },
874 "funding": {
875 "url": "https://opencollective.com/libvips"
876 },
877 "optionalDependencies": {
878 "@img/sharp-libvips-darwin-arm64": "1.0.4"
879 }
880 },
881 "node_modules/@img/sharp-darwin-x64": {
882 "version": "0.33.5",
883 "resolved": "https://registry.npmjs.org/@img/sharp-darwin-x64/-/sharp-darwin-x64-0.33.5.tgz",
884 "integrity": "sha512-fyHac4jIc1ANYGRDxtiqelIbdWkIuQaI84Mv45KvGRRxSAa7o7d1ZKAOBaYbnepLC1WqxfpimdeWfvqqSGwR2Q==",
885 "cpu": [
886 "x64"
887 ],
888 "optional": true,
889 "os": [
890 "darwin"
891 ],
892 "engines": {
893 "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
894 },
895 "funding": {
896 "url": "https://opencollective.com/libvips"
897 },
898 "optionalDependencies": {
899 "@img/sharp-libvips-darwin-x64": "1.0.4"
900 }
901 },
902 "node_modules/@img/sharp-libvips-darwin-arm64": {
903 "version": "1.0.4",
904 "resolved": "https://registry.npmjs.org/@img/sharp-libvips-darwin-arm64/-/sharp-libvips-darwin-arm64-1.0.4.tgz",
905 "integrity": "sha512-XblONe153h0O2zuFfTAbQYAX2JhYmDHeWikp1LM9Hul9gVPjFY427k6dFEcOL72O01QxQsWi761svJ/ev9xEDg==",
906 "cpu": [
907 "arm64"
908 ],
909 "optional": true,
910 "os": [
911 "darwin"
912 ],
913 "funding": {
914 "url": "https://opencollective.com/libvips"
915 }
916 },
917 "node_modules/@img/sharp-libvips-darwin-x64": {
918 "version": "1.0.4",
919 "resolved": "https://registry.npmjs.org/@img/sharp-libvips-darwin-x64/-/sharp-libvips-darwin-x64-1.0.4.tgz",
920 "integrity": "sha512-xnGR8YuZYfJGmWPvmlunFaWJsb9T/AO2ykoP3Fz/0X5XV2aoYBPkX6xqCQvUTKKiLddarLaxpzNe+b1hjeWHAQ==",
921 "cpu": [
922 "x64"
923 ],
924 "optional": true,
925 "os": [
926 "darwin"
927 ],
928 "funding": {
929 "url": "https://opencollective.com/libvips"
930 }
931 },
932 "node_modules/@img/sharp-libvips-linux-arm": {
933 "version": "1.0.5",
934 "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-arm/-/sharp-libvips-linux-arm-1.0.5.tgz",
935 "integrity": "sha512-gvcC4ACAOPRNATg/ov8/MnbxFDJqf/pDePbBnuBDcjsI8PssmjoKMAz4LtLaVi+OnSb5FK/yIOamqDwGmXW32g==",
936 "cpu": [
937 "arm"
938 ],
939 "optional": true,
940 "os": [
941 "linux"
942 ],
943 "funding": {
944 "url": "https://opencollective.com/libvips"
945 }
946 },
947 "node_modules/@img/sharp-libvips-linux-arm64": {
948 "version": "1.0.4",
949 "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-arm64/-/sharp-libvips-linux-arm64-1.0.4.tgz",
950 "integrity": "sha512-9B+taZ8DlyyqzZQnoeIvDVR/2F4EbMepXMc/NdVbkzsJbzkUjhXv/70GQJ7tdLA4YJgNP25zukcxpX2/SueNrA==",
951 "cpu": [
952 "arm64"
953 ],
954 "optional": true,
955 "os": [
956 "linux"
957 ],
958 "funding": {
959 "url": "https://opencollective.com/libvips"
960 }
961 },
962 "node_modules/@img/sharp-libvips-linux-s390x": {
963 "version": "1.0.4",
964 "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-s390x/-/sharp-libvips-linux-s390x-1.0.4.tgz",
965 "integrity": "sha512-u7Wz6ntiSSgGSGcjZ55im6uvTrOxSIS8/dgoVMoiGE9I6JAfU50yH5BoDlYA1tcuGS7g/QNtetJnxA6QEsCVTA==",
966 "cpu": [
967 "s390x"
968 ],
969 "optional": true,
970 "os": [
971 "linux"
972 ],
973 "funding": {
974 "url": "https://opencollective.com/libvips"
975 }
976 },
977 "node_modules/@img/sharp-libvips-linux-x64": {
978 "version": "1.0.4",
979 "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-x64/-/sharp-libvips-linux-x64-1.0.4.tgz",
980 "integrity": "sha512-MmWmQ3iPFZr0Iev+BAgVMb3ZyC4KeFc3jFxnNbEPas60e1cIfevbtuyf9nDGIzOaW9PdnDciJm+wFFaTlj5xYw==",
981 "cpu": [
982 "x64"
983 ],
984 "optional": true,
985 "os": [
986 "linux"
987 ],
988 "funding": {
989 "url": "https://opencollective.com/libvips"
990 }
991 },
992 "node_modules/@img/sharp-libvips-linuxmusl-arm64": {
993 "version": "1.0.4",
994 "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linuxmusl-arm64/-/sharp-libvips-linuxmusl-arm64-1.0.4.tgz",
995 "integrity": "sha512-9Ti+BbTYDcsbp4wfYib8Ctm1ilkugkA/uscUn6UXK1ldpC1JjiXbLfFZtRlBhjPZ5o1NCLiDbg8fhUPKStHoTA==",
996 "cpu": [
997 "arm64"
998 ],
999 "optional": true,
1000 "os": [
1001 "linux"
1002 ],
1003 "funding": {
1004 "url": "https://opencollective.com/libvips"
1005 }
1006 },
1007 "node_modules/@img/sharp-libvips-linuxmusl-x64": {
1008 "version": "1.0.4",
1009 "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linuxmusl-x64/-/sharp-libvips-linuxmusl-x64-1.0.4.tgz",
1010 "integrity": "sha512-viYN1KX9m+/hGkJtvYYp+CCLgnJXwiQB39damAO7WMdKWlIhmYTfHjwSbQeUK/20vY154mwezd9HflVFM1wVSw==",
1011 "cpu": [
1012 "x64"
1013 ],
1014 "optional": true,
1015 "os": [
1016 "linux"
1017 ],
1018 "funding": {
1019 "url": "https://opencollective.com/libvips"
1020 }
1021 },
1022 "node_modules/@img/sharp-linux-arm": {
1023 "version": "0.33.5",
1024 "resolved": "https://registry.npmjs.org/@img/sharp-linux-arm/-/sharp-linux-arm-0.33.5.tgz",
1025 "integrity": "sha512-JTS1eldqZbJxjvKaAkxhZmBqPRGmxgu+qFKSInv8moZ2AmT5Yib3EQ1c6gp493HvrvV8QgdOXdyaIBrhvFhBMQ==",
1026 "cpu": [
1027 "arm"
1028 ],
1029 "optional": true,
1030 "os": [
1031 "linux"
1032 ],
1033 "engines": {
1034 "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
1035 },
1036 "funding": {
1037 "url": "https://opencollective.com/libvips"
1038 },
1039 "optionalDependencies": {
1040 "@img/sharp-libvips-linux-arm": "1.0.5"
1041 }
1042 },
1043 "node_modules/@img/sharp-linux-arm64": {
1044 "version": "0.33.5",
1045 "resolved": "https://registry.npmjs.org/@img/sharp-linux-arm64/-/sharp-linux-arm64-0.33.5.tgz",
1046 "integrity": "sha512-JMVv+AMRyGOHtO1RFBiJy/MBsgz0x4AWrT6QoEVVTyh1E39TrCUpTRI7mx9VksGX4awWASxqCYLCV4wBZHAYxA==",
1047 "cpu": [
1048 "arm64"
1049 ],
1050 "optional": true,
1051 "os": [
1052 "linux"
1053 ],
1054 "engines": {
1055 "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
1056 },
1057 "funding": {
1058 "url": "https://opencollective.com/libvips"
1059 },
1060 "optionalDependencies": {
1061 "@img/sharp-libvips-linux-arm64": "1.0.4"
1062 }
1063 },
1064 "node_modules/@img/sharp-linux-s390x": {
1065 "version": "0.33.5",
1066 "resolved": "https://registry.npmjs.org/@img/sharp-linux-s390x/-/sharp-linux-s390x-0.33.5.tgz",
1067 "integrity": "sha512-y/5PCd+mP4CA/sPDKl2961b+C9d+vPAveS33s6Z3zfASk2j5upL6fXVPZi7ztePZ5CuH+1kW8JtvxgbuXHRa4Q==",
1068 "cpu": [
1069 "s390x"
1070 ],
1071 "optional": true,
1072 "os": [
1073 "linux"
1074 ],
1075 "engines": {
1076 "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
1077 },
1078 "funding": {
1079 "url": "https://opencollective.com/libvips"
1080 },
1081 "optionalDependencies": {
1082 "@img/sharp-libvips-linux-s390x": "1.0.4"
1083 }
1084 },
1085 "node_modules/@img/sharp-linux-x64": {
1086 "version": "0.33.5",
1087 "resolved": "https://registry.npmjs.org/@img/sharp-linux-x64/-/sharp-linux-x64-0.33.5.tgz",
1088 "integrity": "sha512-opC+Ok5pRNAzuvq1AG0ar+1owsu842/Ab+4qvU879ippJBHvyY5n2mxF1izXqkPYlGuP/M556uh53jRLJmzTWA==",
1089 "cpu": [
1090 "x64"
1091 ],
1092 "optional": true,
1093 "os": [
1094 "linux"
1095 ],
1096 "engines": {
1097 "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
1098 },
1099 "funding": {
1100 "url": "https://opencollective.com/libvips"
1101 },
1102 "optionalDependencies": {
1103 "@img/sharp-libvips-linux-x64": "1.0.4"
1104 }
1105 },
1106 "node_modules/@img/sharp-linuxmusl-arm64": {
1107 "version": "0.33.5",
1108 "resolved": "https://registry.npmjs.org/@img/sharp-linuxmusl-arm64/-/sharp-linuxmusl-arm64-0.33.5.tgz",
1109 "integrity": "sha512-XrHMZwGQGvJg2V/oRSUfSAfjfPxO+4DkiRh6p2AFjLQztWUuY/o8Mq0eMQVIY7HJ1CDQUJlxGGZRw1a5bqmd1g==",
1110 "cpu": [
1111 "arm64"
1112 ],
1113 "optional": true,
1114 "os": [
1115 "linux"
1116 ],
1117 "engines": {
1118 "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
1119 },
1120 "funding": {
1121 "url": "https://opencollective.com/libvips"
1122 },
1123 "optionalDependencies": {
1124 "@img/sharp-libvips-linuxmusl-arm64": "1.0.4"
1125 }
1126 },
1127 "node_modules/@img/sharp-linuxmusl-x64": {
1128 "version": "0.33.5",
1129 "resolved": "https://registry.npmjs.org/@img/sharp-linuxmusl-x64/-/sharp-linuxmusl-x64-0.33.5.tgz",
1130 "integrity": "sha512-WT+d/cgqKkkKySYmqoZ8y3pxx7lx9vVejxW/W4DOFMYVSkErR+w7mf2u8m/y4+xHe7yY9DAXQMWQhpnMuFfScw==",
1131 "cpu": [
1132 "x64"
1133 ],
1134 "optional": true,
1135 "os": [
1136 "linux"
1137 ],
1138 "engines": {
1139 "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
1140 },
1141 "funding": {
1142 "url": "https://opencollective.com/libvips"
1143 },
1144 "optionalDependencies": {
1145 "@img/sharp-libvips-linuxmusl-x64": "1.0.4"
1146 }
1147 },
1148 "node_modules/@img/sharp-wasm32": {
1149 "version": "0.33.5",
1150 "resolved": "https://registry.npmjs.org/@img/sharp-wasm32/-/sharp-wasm32-0.33.5.tgz",
1151 "integrity": "sha512-ykUW4LVGaMcU9lu9thv85CbRMAwfeadCJHRsg2GmeRa/cJxsVY9Rbd57JcMxBkKHag5U/x7TSBpScF4U8ElVzg==",
1152 "cpu": [
1153 "wasm32"
1154 ],
1155 "optional": true,
1156 "dependencies": {
1157 "@emnapi/runtime": "^1.2.0"
1158 },
1159 "engines": {
1160 "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
1161 },
1162 "funding": {
1163 "url": "https://opencollective.com/libvips"
1164 }
1165 },
1166 "node_modules/@img/sharp-win32-ia32": {
1167 "version": "0.33.5",
1168 "resolved": "https://registry.npmjs.org/@img/sharp-win32-ia32/-/sharp-win32-ia32-0.33.5.tgz",
1169 "integrity": "sha512-T36PblLaTwuVJ/zw/LaH0PdZkRz5rd3SmMHX8GSmR7vtNSP5Z6bQkExdSK7xGWyxLw4sUknBuugTelgw2faBbQ==",
1170 "cpu": [
1171 "ia32"
1172 ],
1173 "optional": true,
1174 "os": [
1175 "win32"
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 },
1184 "node_modules/@img/sharp-win32-x64": {
1185 "version": "0.33.5",
1186 "resolved": "https://registry.npmjs.org/@img/sharp-win32-x64/-/sharp-win32-x64-0.33.5.tgz",
1187 "integrity": "sha512-MpY/o8/8kj+EcnxwvrP4aTJSWw/aZ7JIGR4aBeZkZw5B7/Jn+tY9/VNwtcoGmdT7GfggGIU4kygOMSbYnOrAbg==",
1188 "cpu": [
1189 "x64"
1190 ],
1191 "optional": true,
1192 "os": [
1193 "win32"
1194 ],
1195 "engines": {
1196 "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
1197 },
1198 "funding": {
1199 "url": "https://opencollective.com/libvips"
1200 }
1201 },
1202 "node_modules/@jridgewell/gen-mapping": {
1203 "version": "0.3.8",
1204 "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.8.tgz",
1205 "integrity": "sha512-imAbBGkb+ebQyxKgzv5Hu2nmROxoDOXHh80evxdoXNOrvAnVx7zimzc1Oo5h9RlfV4vPXaE2iM5pOFbvOCClWA==",
1206 "dependencies": {
1207 "@jridgewell/set-array": "^1.2.1",
1208 "@jridgewell/sourcemap-codec": "^1.4.10",
1209 "@jridgewell/trace-mapping": "^0.3.24"
1210 },
1211 "engines": {
1212 "node": ">=6.0.0"
1213 }
1214 },
1215 "node_modules/@jridgewell/gen-mapping/node_modules/@jridgewell/trace-mapping": {
1216 "version": "0.3.25",
1217 "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.25.tgz",
1218 "integrity": "sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==",
1219 "dependencies": {
1220 "@jridgewell/resolve-uri": "^3.1.0",
1221 "@jridgewell/sourcemap-codec": "^1.4.14"
1222 }
1223 },
1224 "node_modules/@jridgewell/resolve-uri": {
1225 "version": "3.1.2",
1226 "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz",
1227 "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==",
1228 "engines": {
1229 "node": ">=6.0.0"
1230 }
1231 },
1232 "node_modules/@jridgewell/set-array": {
1233 "version": "1.2.1",
1234 "resolved": "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.2.1.tgz",
1235 "integrity": "sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A==",
1236 "engines": {
1237 "node": ">=6.0.0"
1238 }
1239 },
1240 "node_modules/@jridgewell/sourcemap-codec": {
1241 "version": "1.5.0",
1242 "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.0.tgz",
1243 "integrity": "sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ=="
1244 },
1245 "node_modules/@jridgewell/trace-mapping": {
1246 "version": "0.3.9",
1247 "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.9.tgz",
1248 "integrity": "sha512-3Belt6tdc8bPgAtbcmdtNJlirVoTmEb5e2gC94PnkwEW9jI6CAHUeoG85tjWP5WquqfavoMtMwiG4P926ZKKuQ==",
1249 "dependencies": {
1250 "@jridgewell/resolve-uri": "^3.0.3",
1251 "@jridgewell/sourcemap-codec": "^1.4.10"
1252 }
1253 },
1254 "node_modules/@oslojs/encoding": {
1255 "version": "1.1.0",
1256 "resolved": "https://registry.npmjs.org/@oslojs/encoding/-/encoding-1.1.0.tgz",
1257 "integrity": "sha512-70wQhgYmndg4GCPxPPxPGevRKqTIJ2Nh4OkiMWmDAVYsTQ+Ta7Sq+rPevXyXGdzr30/qZBnyOalCszoMxlyldQ=="
1258 },
1259 "node_modules/@rolldown/pluginutils": {
1260 "version": "1.0.0-beta.9",
1261 "resolved": "https://registry.npmjs.org/@rolldown/pluginutils/-/pluginutils-1.0.0-beta.9.tgz",
1262 "integrity": "sha512-e9MeMtVWo186sgvFFJOPGy7/d2j2mZhLJIdVW0C/xDluuOvymEATqz6zKsP0ZmXGzQtqlyjz5sC1sYQUoJG98w=="
1263 },
1264 "node_modules/@rollup/pluginutils": {
1265 "version": "5.1.4",
1266 "resolved": "https://registry.npmjs.org/@rollup/pluginutils/-/pluginutils-5.1.4.tgz",
1267 "integrity": "sha512-USm05zrsFxYLPdWWq+K3STlWiT/3ELn3RcV5hJMghpeAIhxfsUIg6mt12CBJBInWMV4VneoV7SfGv8xIwo2qNQ==",
1268 "dependencies": {
1269 "@types/estree": "^1.0.0",
1270 "estree-walker": "^2.0.2",
1271 "picomatch": "^4.0.2"
1272 },
1273 "engines": {
1274 "node": ">=14.0.0"
1275 },
1276 "peerDependencies": {
1277 "rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0"
1278 },
1279 "peerDependenciesMeta": {
1280 "rollup": {
1281 "optional": true
1282 }
1283 }
1284 },
1285 "node_modules/@rollup/pluginutils/node_modules/estree-walker": {
1286 "version": "2.0.2",
1287 "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-2.0.2.tgz",
1288 "integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w=="
1289 },
1290 "node_modules/@rollup/rollup-android-arm-eabi": {
1291 "version": "4.40.2",
1292 "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.40.2.tgz",
1293 "integrity": "sha512-JkdNEq+DFxZfUwxvB58tHMHBHVgX23ew41g1OQinthJ+ryhdRk67O31S7sYw8u2lTjHUPFxwar07BBt1KHp/hg==",
1294 "cpu": [
1295 "arm"
1296 ],
1297 "optional": true,
1298 "os": [
1299 "android"
1300 ]
1301 },
1302 "node_modules/@rollup/rollup-android-arm64": {
1303 "version": "4.40.2",
1304 "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.40.2.tgz",
1305 "integrity": "sha512-13unNoZ8NzUmnndhPTkWPWbX3vtHodYmy+I9kuLxN+F+l+x3LdVF7UCu8TWVMt1POHLh6oDHhnOA04n8oJZhBw==",
1306 "cpu": [
1307 "arm64"
1308 ],
1309 "optional": true,
1310 "os": [
1311 "android"
1312 ]
1313 },
1314 "node_modules/@rollup/rollup-darwin-arm64": {
1315 "version": "4.40.2",
1316 "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.40.2.tgz",
1317 "integrity": "sha512-Gzf1Hn2Aoe8VZzevHostPX23U7N5+4D36WJNHK88NZHCJr7aVMG4fadqkIf72eqVPGjGc0HJHNuUaUcxiR+N/w==",
1318 "cpu": [
1319 "arm64"
1320 ],
1321 "optional": true,
1322 "os": [
1323 "darwin"
1324 ]
1325 },
1326 "node_modules/@rollup/rollup-darwin-x64": {
1327 "version": "4.40.2",
1328 "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.40.2.tgz",
1329 "integrity": "sha512-47N4hxa01a4x6XnJoskMKTS8XZ0CZMd8YTbINbi+w03A2w4j1RTlnGHOz/P0+Bg1LaVL6ufZyNprSg+fW5nYQQ==",
1330 "cpu": [
1331 "x64"
1332 ],
1333 "optional": true,
1334 "os": [
1335 "darwin"
1336 ]
1337 },
1338 "node_modules/@rollup/rollup-freebsd-arm64": {
1339 "version": "4.40.2",
1340 "resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-arm64/-/rollup-freebsd-arm64-4.40.2.tgz",
1341 "integrity": "sha512-8t6aL4MD+rXSHHZUR1z19+9OFJ2rl1wGKvckN47XFRVO+QL/dUSpKA2SLRo4vMg7ELA8pzGpC+W9OEd1Z/ZqoQ==",
1342 "cpu": [
1343 "arm64"
1344 ],
1345 "optional": true,
1346 "os": [
1347 "freebsd"
1348 ]
1349 },
1350 "node_modules/@rollup/rollup-freebsd-x64": {
1351 "version": "4.40.2",
1352 "resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-x64/-/rollup-freebsd-x64-4.40.2.tgz",
1353 "integrity": "sha512-C+AyHBzfpsOEYRFjztcYUFsH4S7UsE9cDtHCtma5BK8+ydOZYgMmWg1d/4KBytQspJCld8ZIujFMAdKG1xyr4Q==",
1354 "cpu": [
1355 "x64"
1356 ],
1357 "optional": true,
1358 "os": [
1359 "freebsd"
1360 ]
1361 },
1362 "node_modules/@rollup/rollup-linux-arm-gnueabihf": {
1363 "version": "4.40.2",
1364 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.40.2.tgz",
1365 "integrity": "sha512-de6TFZYIvJwRNjmW3+gaXiZ2DaWL5D5yGmSYzkdzjBDS3W+B9JQ48oZEsmMvemqjtAFzE16DIBLqd6IQQRuG9Q==",
1366 "cpu": [
1367 "arm"
1368 ],
1369 "optional": true,
1370 "os": [
1371 "linux"
1372 ]
1373 },
1374 "node_modules/@rollup/rollup-linux-arm-musleabihf": {
1375 "version": "4.40.2",
1376 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.40.2.tgz",
1377 "integrity": "sha512-urjaEZubdIkacKc930hUDOfQPysezKla/O9qV+O89enqsqUmQm8Xj8O/vh0gHg4LYfv7Y7UsE3QjzLQzDYN1qg==",
1378 "cpu": [
1379 "arm"
1380 ],
1381 "optional": true,
1382 "os": [
1383 "linux"
1384 ]
1385 },
1386 "node_modules/@rollup/rollup-linux-arm64-gnu": {
1387 "version": "4.40.2",
1388 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.40.2.tgz",
1389 "integrity": "sha512-KlE8IC0HFOC33taNt1zR8qNlBYHj31qGT1UqWqtvR/+NuCVhfufAq9fxO8BMFC22Wu0rxOwGVWxtCMvZVLmhQg==",
1390 "cpu": [
1391 "arm64"
1392 ],
1393 "optional": true,
1394 "os": [
1395 "linux"
1396 ]
1397 },
1398 "node_modules/@rollup/rollup-linux-arm64-musl": {
1399 "version": "4.40.2",
1400 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.40.2.tgz",
1401 "integrity": "sha512-j8CgxvfM0kbnhu4XgjnCWJQyyBOeBI1Zq91Z850aUddUmPeQvuAy6OiMdPS46gNFgy8gN1xkYyLgwLYZG3rBOg==",
1402 "cpu": [
1403 "arm64"
1404 ],
1405 "optional": true,
1406 "os": [
1407 "linux"
1408 ]
1409 },
1410 "node_modules/@rollup/rollup-linux-loongarch64-gnu": {
1411 "version": "4.40.2",
1412 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-loongarch64-gnu/-/rollup-linux-loongarch64-gnu-4.40.2.tgz",
1413 "integrity": "sha512-Ybc/1qUampKuRF4tQXc7G7QY9YRyeVSykfK36Y5Qc5dmrIxwFhrOzqaVTNoZygqZ1ZieSWTibfFhQ5qK8jpWxw==",
1414 "cpu": [
1415 "loong64"
1416 ],
1417 "optional": true,
1418 "os": [
1419 "linux"
1420 ]
1421 },
1422 "node_modules/@rollup/rollup-linux-powerpc64le-gnu": {
1423 "version": "4.40.2",
1424 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-powerpc64le-gnu/-/rollup-linux-powerpc64le-gnu-4.40.2.tgz",
1425 "integrity": "sha512-3FCIrnrt03CCsZqSYAOW/k9n625pjpuMzVfeI+ZBUSDT3MVIFDSPfSUgIl9FqUftxcUXInvFah79hE1c9abD+Q==",
1426 "cpu": [
1427 "ppc64"
1428 ],
1429 "optional": true,
1430 "os": [
1431 "linux"
1432 ]
1433 },
1434 "node_modules/@rollup/rollup-linux-riscv64-gnu": {
1435 "version": "4.40.2",
1436 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.40.2.tgz",
1437 "integrity": "sha512-QNU7BFHEvHMp2ESSY3SozIkBPaPBDTsfVNGx3Xhv+TdvWXFGOSH2NJvhD1zKAT6AyuuErJgbdvaJhYVhVqrWTg==",
1438 "cpu": [
1439 "riscv64"
1440 ],
1441 "optional": true,
1442 "os": [
1443 "linux"
1444 ]
1445 },
1446 "node_modules/@rollup/rollup-linux-riscv64-musl": {
1447 "version": "4.40.2",
1448 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-musl/-/rollup-linux-riscv64-musl-4.40.2.tgz",
1449 "integrity": "sha512-5W6vNYkhgfh7URiXTO1E9a0cy4fSgfE4+Hl5agb/U1sa0kjOLMLC1wObxwKxecE17j0URxuTrYZZME4/VH57Hg==",
1450 "cpu": [
1451 "riscv64"
1452 ],
1453 "optional": true,
1454 "os": [
1455 "linux"
1456 ]
1457 },
1458 "node_modules/@rollup/rollup-linux-s390x-gnu": {
1459 "version": "4.40.2",
1460 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.40.2.tgz",
1461 "integrity": "sha512-B7LKIz+0+p348JoAL4X/YxGx9zOx3sR+o6Hj15Y3aaApNfAshK8+mWZEf759DXfRLeL2vg5LYJBB7DdcleYCoQ==",
1462 "cpu": [
1463 "s390x"
1464 ],
1465 "optional": true,
1466 "os": [
1467 "linux"
1468 ]
1469 },
1470 "node_modules/@rollup/rollup-linux-x64-gnu": {
1471 "version": "4.40.2",
1472 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.40.2.tgz",
1473 "integrity": "sha512-lG7Xa+BmBNwpjmVUbmyKxdQJ3Q6whHjMjzQplOs5Z+Gj7mxPtWakGHqzMqNER68G67kmCX9qX57aRsW5V0VOng==",
1474 "cpu": [
1475 "x64"
1476 ],
1477 "optional": true,
1478 "os": [
1479 "linux"
1480 ]
1481 },
1482 "node_modules/@rollup/rollup-linux-x64-musl": {
1483 "version": "4.40.2",
1484 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.40.2.tgz",
1485 "integrity": "sha512-tD46wKHd+KJvsmije4bUskNuvWKFcTOIM9tZ/RrmIvcXnbi0YK/cKS9FzFtAm7Oxi2EhV5N2OpfFB348vSQRXA==",
1486 "cpu": [
1487 "x64"
1488 ],
1489 "optional": true,
1490 "os": [
1491 "linux"
1492 ]
1493 },
1494 "node_modules/@rollup/rollup-win32-arm64-msvc": {
1495 "version": "4.40.2",
1496 "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.40.2.tgz",
1497 "integrity": "sha512-Bjv/HG8RRWLNkXwQQemdsWw4Mg+IJ29LK+bJPW2SCzPKOUaMmPEppQlu/Fqk1d7+DX3V7JbFdbkh/NMmurT6Pg==",
1498 "cpu": [
1499 "arm64"
1500 ],
1501 "optional": true,
1502 "os": [
1503 "win32"
1504 ]
1505 },
1506 "node_modules/@rollup/rollup-win32-ia32-msvc": {
1507 "version": "4.40.2",
1508 "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.40.2.tgz",
1509 "integrity": "sha512-dt1llVSGEsGKvzeIO76HToiYPNPYPkmjhMHhP00T9S4rDern8P2ZWvWAQUEJ+R1UdMWJ/42i/QqJ2WV765GZcA==",
1510 "cpu": [
1511 "ia32"
1512 ],
1513 "optional": true,
1514 "os": [
1515 "win32"
1516 ]
1517 },
1518 "node_modules/@rollup/rollup-win32-x64-msvc": {
1519 "version": "4.40.2",
1520 "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.40.2.tgz",
1521 "integrity": "sha512-bwspbWB04XJpeElvsp+DCylKfF4trJDa2Y9Go8O6A7YLX2LIKGcNK/CYImJN6ZP4DcuOHB4Utl3iCbnR62DudA==",
1522 "cpu": [
1523 "x64"
1524 ],
1525 "optional": true,
1526 "os": [
1527 "win32"
1528 ]
1529 },
1530 "node_modules/@shikijs/core": {
1531 "version": "3.4.0",
1532 "resolved": "https://registry.npmjs.org/@shikijs/core/-/core-3.4.0.tgz",
1533 "integrity": "sha512-0YOzTSRDn/IAfQWtK791gs1u8v87HNGToU6IwcA3K7nPoVOrS2Dh6X6A6YfXgPTSkTwR5y6myk0MnI0htjnwrA==",
1534 "dependencies": {
1535 "@shikijs/types": "3.4.0",
1536 "@shikijs/vscode-textmate": "^10.0.2",
1537 "@types/hast": "^3.0.4",
1538 "hast-util-to-html": "^9.0.5"
1539 }
1540 },
1541 "node_modules/@shikijs/engine-javascript": {
1542 "version": "3.4.0",
1543 "resolved": "https://registry.npmjs.org/@shikijs/engine-javascript/-/engine-javascript-3.4.0.tgz",
1544 "integrity": "sha512-1ywDoe+z/TPQKj9Jw0eU61B003J9DqUFRfH+DVSzdwPUFhR7yOmfyLzUrFz0yw8JxFg/NgzXoQyyykXgO21n5Q==",
1545 "dependencies": {
1546 "@shikijs/types": "3.4.0",
1547 "@shikijs/vscode-textmate": "^10.0.2",
1548 "oniguruma-to-es": "^4.3.3"
1549 }
1550 },
1551 "node_modules/@shikijs/engine-oniguruma": {
1552 "version": "3.4.0",
1553 "resolved": "https://registry.npmjs.org/@shikijs/engine-oniguruma/-/engine-oniguruma-3.4.0.tgz",
1554 "integrity": "sha512-zwcWlZ4OQuJ/+1t32ClTtyTU1AiDkK1lhtviRWoq/hFqPjCNyLj22bIg9rB7BfoZKOEOfrsGz7No33BPCf+WlQ==",
1555 "dependencies": {
1556 "@shikijs/types": "3.4.0",
1557 "@shikijs/vscode-textmate": "^10.0.2"
1558 }
1559 },
1560 "node_modules/@shikijs/langs": {
1561 "version": "3.4.0",
1562 "resolved": "https://registry.npmjs.org/@shikijs/langs/-/langs-3.4.0.tgz",
1563 "integrity": "sha512-bQkR+8LllaM2duU9BBRQU0GqFTx7TuF5kKlw/7uiGKoK140n1xlLAwCgXwSxAjJ7Htk9tXTFwnnsJTCU5nDPXQ==",
1564 "dependencies": {
1565 "@shikijs/types": "3.4.0"
1566 }
1567 },
1568 "node_modules/@shikijs/themes": {
1569 "version": "3.4.0",
1570 "resolved": "https://registry.npmjs.org/@shikijs/themes/-/themes-3.4.0.tgz",
1571 "integrity": "sha512-YPP4PKNFcFGLxItpbU0ZW1Osyuk8AyZ24YEFaq04CFsuCbcqydMvMUTi40V2dkc0qs1U2uZFrnU6s5zI6IH+uA==",
1572 "dependencies": {
1573 "@shikijs/types": "3.4.0"
1574 }
1575 },
1576 "node_modules/@shikijs/types": {
1577 "version": "3.4.0",
1578 "resolved": "https://registry.npmjs.org/@shikijs/types/-/types-3.4.0.tgz",
1579 "integrity": "sha512-EUT/0lGiE//7j5N/yTMNMT3eCWNcHJLrRKxT0NDXWIfdfSmFJKfPX7nMmRBrQnWboAzIsUziCThrYMMhjbMS1A==",
1580 "dependencies": {
1581 "@shikijs/vscode-textmate": "^10.0.2",
1582 "@types/hast": "^3.0.4"
1583 }
1584 },
1585 "node_modules/@shikijs/vscode-textmate": {
1586 "version": "10.0.2",
1587 "resolved": "https://registry.npmjs.org/@shikijs/vscode-textmate/-/vscode-textmate-10.0.2.tgz",
1588 "integrity": "sha512-83yeghZ2xxin3Nj8z1NMd/NCuca+gsYXswywDy5bHvwlWL8tpTQmzGeUuHd9FC3E/SBEMvzJRwWEOz5gGes9Qg=="
1589 },
1590 "node_modules/@swc/helpers": {
1591 "version": "0.5.17",
1592 "resolved": "https://registry.npmjs.org/@swc/helpers/-/helpers-0.5.17.tgz",
1593 "integrity": "sha512-5IKx/Y13RsYd+sauPb2x+U/xZikHjolzfuDgTAl/Tdf3Q8rslRvC19NKDLgAJQ6wsqADk10ntlv08nPFw/gO/A==",
1594 "dependencies": {
1595 "tslib": "^2.8.0"
1596 }
1597 },
1598 "node_modules/@tsconfig/node10": {
1599 "version": "1.0.11",
1600 "resolved": "https://registry.npmjs.org/@tsconfig/node10/-/node10-1.0.11.tgz",
1601 "integrity": "sha512-DcRjDCujK/kCk/cUe8Xz8ZSpm8mS3mNNpta+jGCA6USEDfktlNvm1+IuZ9eTcDbNk41BHwpHHeW+N1lKCz4zOw=="
1602 },
1603 "node_modules/@tsconfig/node12": {
1604 "version": "1.0.11",
1605 "resolved": "https://registry.npmjs.org/@tsconfig/node12/-/node12-1.0.11.tgz",
1606 "integrity": "sha512-cqefuRsh12pWyGsIoBKJA9luFu3mRxCA+ORZvA4ktLSzIuCUtWVxGIuXigEwO5/ywWFMZ2QEGKWvkZG1zDMTag=="
1607 },
1608 "node_modules/@tsconfig/node14": {
1609 "version": "1.0.3",
1610 "resolved": "https://registry.npmjs.org/@tsconfig/node14/-/node14-1.0.3.tgz",
1611 "integrity": "sha512-ysT8mhdixWK6Hw3i1V2AeRqZ5WfXg1G43mqoYlM2nc6388Fq5jcXyr5mRsqViLx/GJYdoL0bfXD8nmF+Zn/Iow=="
1612 },
1613 "node_modules/@tsconfig/node16": {
1614 "version": "1.0.4",
1615 "resolved": "https://registry.npmjs.org/@tsconfig/node16/-/node16-1.0.4.tgz",
1616 "integrity": "sha512-vxhUy4J8lyeyinH7Azl1pdd43GJhZH/tP2weN8TntQblOY+A0XbT8DJk1/oCPuOOyg/Ja757rG0CgHcWC8OfMA=="
1617 },
1618 "node_modules/@types/babel__core": {
1619 "version": "7.20.5",
1620 "resolved": "https://registry.npmjs.org/@types/babel__core/-/babel__core-7.20.5.tgz",
1621 "integrity": "sha512-qoQprZvz5wQFJwMDqeseRXWv3rqMvhgpbXFfVyWhbx9X47POIA6i/+dXefEmZKoAgOaTdaIgNSMqMIU61yRyzA==",
1622 "dependencies": {
1623 "@babel/parser": "^7.20.7",
1624 "@babel/types": "^7.20.7",
1625 "@types/babel__generator": "*",
1626 "@types/babel__template": "*",
1627 "@types/babel__traverse": "*"
1628 }
1629 },
1630 "node_modules/@types/babel__generator": {
1631 "version": "7.27.0",
1632 "resolved": "https://registry.npmjs.org/@types/babel__generator/-/babel__generator-7.27.0.tgz",
1633 "integrity": "sha512-ufFd2Xi92OAVPYsy+P4n7/U7e68fex0+Ee8gSG9KX7eo084CWiQ4sdxktvdl0bOPupXtVJPY19zk6EwWqUQ8lg==",
1634 "dependencies": {
1635 "@babel/types": "^7.0.0"
1636 }
1637 },
1638 "node_modules/@types/babel__template": {
1639 "version": "7.4.4",
1640 "resolved": "https://registry.npmjs.org/@types/babel__template/-/babel__template-7.4.4.tgz",
1641 "integrity": "sha512-h/NUaSyG5EyxBIp8YRxo4RMe2/qQgvyowRwVMzhYhBCONbW8PUsg4lkFMrhgZhUe5z3L3MiLDuvyJ/CaPa2A8A==",
1642 "dependencies": {
1643 "@babel/parser": "^7.1.0",
1644 "@babel/types": "^7.0.0"
1645 }
1646 },
1647 "node_modules/@types/babel__traverse": {
1648 "version": "7.20.7",
1649 "resolved": "https://registry.npmjs.org/@types/babel__traverse/-/babel__traverse-7.20.7.tgz",
1650 "integrity": "sha512-dkO5fhS7+/oos4ciWxyEyjWe48zmG6wbCheo/G2ZnHx4fs3EU6YC6UM8rk56gAjNJ9P3MTH2jo5jb92/K6wbng==",
1651 "dependencies": {
1652 "@babel/types": "^7.20.7"
1653 }
1654 },
1655 "node_modules/@types/debug": {
1656 "version": "4.1.12",
1657 "resolved": "https://registry.npmjs.org/@types/debug/-/debug-4.1.12.tgz",
1658 "integrity": "sha512-vIChWdVG3LG1SMxEvI/AK+FWJthlrqlTu7fbrlywTkkaONwk/UAGaULXRlf8vkzFBLVm0zkMdCquhL5aOjhXPQ==",
1659 "dependencies": {
1660 "@types/ms": "*"
1661 }
1662 },
1663 "node_modules/@types/estree": {
1664 "version": "1.0.7",
1665 "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.7.tgz",
1666 "integrity": "sha512-w28IoSUCJpidD/TGviZwwMJckNESJZXFu7NBZ5YJ4mEUnNraUn9Pm8HSZm/jDF1pDWYKspWE7oVphigUPRakIQ=="
1667 },
1668 "node_modules/@types/hast": {
1669 "version": "3.0.4",
1670 "resolved": "https://registry.npmjs.org/@types/hast/-/hast-3.0.4.tgz",
1671 "integrity": "sha512-WPs+bbQw5aCj+x6laNGWLH3wviHtoCv/P3+otBhbOhJgG8qtpdAMlTCxLtsTWA7LH1Oh/bFCHsBn0TPS5m30EQ==",
1672 "dependencies": {
1673 "@types/unist": "*"
1674 }
1675 },
1676 "node_modules/@types/mdast": {
1677 "version": "4.0.4",
1678 "resolved": "https://registry.npmjs.org/@types/mdast/-/mdast-4.0.4.tgz",
1679 "integrity": "sha512-kGaNbPh1k7AFzgpud/gMdvIm5xuECykRR+JnWKQno9TAXVa6WIVCGTPvYGekIDL4uwCZQSYbUxNBSb1aUo79oA==",
1680 "dependencies": {
1681 "@types/unist": "*"
1682 }
1683 },
1684 "node_modules/@types/ms": {
1685 "version": "2.1.0",
1686 "resolved": "https://registry.npmjs.org/@types/ms/-/ms-2.1.0.tgz",
1687 "integrity": "sha512-GsCCIZDE/p3i96vtEqx+7dBUGXrc7zeSK3wwPHIaRThS+9OhWIXRqzs4d6k1SVU8g91DrNRWxWUGhp5KXQb2VA=="
1688 },
1689 "node_modules/@types/nlcst": {
1690 "version": "2.0.3",
1691 "resolved": "https://registry.npmjs.org/@types/nlcst/-/nlcst-2.0.3.tgz",
1692 "integrity": "sha512-vSYNSDe6Ix3q+6Z7ri9lyWqgGhJTmzRjZRqyq15N0Z/1/UnVsno9G/N40NBijoYx2seFDIl0+B2mgAb9mezUCA==",
1693 "dependencies": {
1694 "@types/unist": "*"
1695 }
1696 },
1697 "node_modules/@types/node": {
1698 "version": "22.15.14",
1699 "resolved": "https://registry.npmjs.org/@types/node/-/node-22.15.14.tgz",
1700 "integrity": "sha512-BL1eyu/XWsFGTtDWOYULQEs4KR0qdtYfCxYAUYRoB7JP7h9ETYLgQTww6kH8Sj2C0pFGgrpM0XKv6/kbIzYJ1g==",
1701 "dependencies": {
1702 "undici-types": "~6.21.0"
1703 }
1704 },
1705 "node_modules/@types/react": {
1706 "version": "19.1.6",
1707 "resolved": "https://registry.npmjs.org/@types/react/-/react-19.1.6.tgz",
1708 "integrity": "sha512-JeG0rEWak0N6Itr6QUx+X60uQmN+5t3j9r/OVDtWzFXKaj6kD1BwJzOksD0FF6iWxZlbE1kB0q9vtnU2ekqa1Q==",
1709 "dependencies": {
1710 "csstype": "^3.0.2"
1711 }
1712 },
1713 "node_modules/@types/react-dom": {
1714 "version": "19.1.6",
1715 "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-19.1.6.tgz",
1716 "integrity": "sha512-4hOiT/dwO8Ko0gV1m/TJZYk3y0KBnY9vzDh7W+DH17b2HFSOGgdj33dhihPeuy3l0q23+4e+hoXHV6hCC4dCXw==",
1717 "peerDependencies": {
1718 "@types/react": "^19.0.0"
1719 }
1720 },
1721 "node_modules/@types/unist": {
1722 "version": "3.0.3",
1723 "resolved": "https://registry.npmjs.org/@types/unist/-/unist-3.0.3.tgz",
1724 "integrity": "sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q=="
1725 },
1726 "node_modules/@ungap/structured-clone": {
1727 "version": "1.3.0",
1728 "resolved": "https://registry.npmjs.org/@ungap/structured-clone/-/structured-clone-1.3.0.tgz",
1729 "integrity": "sha512-WmoN8qaIAo7WTYWbAZuG8PYEhn5fkz7dZrqTBZ7dtt//lL2Gwms1IcnQ5yHqjDfX8Ft5j4YzDM23f87zBfDe9g=="
1730 },
1731 "node_modules/@vitejs/plugin-react": {
1732 "version": "4.5.1",
1733 "resolved": "https://registry.npmjs.org/@vitejs/plugin-react/-/plugin-react-4.5.1.tgz",
1734 "integrity": "sha512-uPZBqSI0YD4lpkIru6M35sIfylLGTyhGHvDZbNLuMA73lMlwJKz5xweH7FajfcCAc2HnINciejA9qTz0dr0M7A==",
1735 "dependencies": {
1736 "@babel/core": "^7.26.10",
1737 "@babel/plugin-transform-react-jsx-self": "^7.25.9",
1738 "@babel/plugin-transform-react-jsx-source": "^7.25.9",
1739 "@rolldown/pluginutils": "1.0.0-beta.9",
1740 "@types/babel__core": "^7.20.5",
1741 "react-refresh": "^0.17.0"
1742 },
1743 "engines": {
1744 "node": "^14.18.0 || >=16.0.0"
1745 },
1746 "peerDependencies": {
1747 "vite": "^4.2.0 || ^5.0.0 || ^6.0.0"
1748 }
1749 },
1750 "node_modules/acorn": {
1751 "version": "8.14.1",
1752 "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.14.1.tgz",
1753 "integrity": "sha512-OvQ/2pUDKmgfCg++xsTX1wGxfTaszcHVcTctW4UJB4hibJx2HXxxO5UmVgyjMa+ZDsiaf5wWLXYpRWMmBI0QHg==",
1754 "bin": {
1755 "acorn": "bin/acorn"
1756 },
1757 "engines": {
1758 "node": ">=0.4.0"
1759 }
1760 },
1761 "node_modules/acorn-walk": {
1762 "version": "8.3.4",
1763 "resolved": "https://registry.npmjs.org/acorn-walk/-/acorn-walk-8.3.4.tgz",
1764 "integrity": "sha512-ueEepnujpqee2o5aIYnvHU6C0A42MNdsIDeqy5BydrkuC5R1ZuUFnm27EeFJGoEHJQgn3uleRvmTXaJgfXbt4g==",
1765 "dependencies": {
1766 "acorn": "^8.11.0"
1767 },
1768 "engines": {
1769 "node": ">=0.4.0"
1770 }
1771 },
1772 "node_modules/ansi-align": {
1773 "version": "3.0.1",
1774 "resolved": "https://registry.npmjs.org/ansi-align/-/ansi-align-3.0.1.tgz",
1775 "integrity": "sha512-IOfwwBF5iczOjp/WeY4YxyjqAFMQoZufdQWDd19SEExbVLNXqvpzSJ/M7Za4/sCPmQ0+GRquoA7bGcINcxew6w==",
1776 "dependencies": {
1777 "string-width": "^4.1.0"
1778 }
1779 },
1780 "node_modules/ansi-align/node_modules/ansi-regex": {
1781 "version": "5.0.1",
1782 "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
1783 "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
1784 "engines": {
1785 "node": ">=8"
1786 }
1787 },
1788 "node_modules/ansi-align/node_modules/emoji-regex": {
1789 "version": "8.0.0",
1790 "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
1791 "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A=="
1792 },
1793 "node_modules/ansi-align/node_modules/string-width": {
1794 "version": "4.2.3",
1795 "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
1796 "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
1797 "dependencies": {
1798 "emoji-regex": "^8.0.0",
1799 "is-fullwidth-code-point": "^3.0.0",
1800 "strip-ansi": "^6.0.1"
1801 },
1802 "engines": {
1803 "node": ">=8"
1804 }
1805 },
1806 "node_modules/ansi-align/node_modules/strip-ansi": {
1807 "version": "6.0.1",
1808 "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
1809 "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
1810 "dependencies": {
1811 "ansi-regex": "^5.0.1"
1812 },
1813 "engines": {
1814 "node": ">=8"
1815 }
1816 },
1817 "node_modules/ansi-regex": {
1818 "version": "6.1.0",
1819 "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.1.0.tgz",
1820 "integrity": "sha512-7HSX4QQb4CspciLpVFwyRe79O3xsIZDDLER21kERQ71oaPodF8jL725AgJMFAYbooIqolJoRLuM81SpeUkpkvA==",
1821 "engines": {
1822 "node": ">=12"
1823 },
1824 "funding": {
1825 "url": "https://github.com/chalk/ansi-regex?sponsor=1"
1826 }
1827 },
1828 "node_modules/ansi-styles": {
1829 "version": "6.2.1",
1830 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz",
1831 "integrity": "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==",
1832 "engines": {
1833 "node": ">=12"
1834 },
1835 "funding": {
1836 "url": "https://github.com/chalk/ansi-styles?sponsor=1"
1837 }
1838 },
1839 "node_modules/anymatch": {
1840 "version": "3.1.3",
1841 "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.3.tgz",
1842 "integrity": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==",
1843 "dependencies": {
1844 "normalize-path": "^3.0.0",
1845 "picomatch": "^2.0.4"
1846 },
1847 "engines": {
1848 "node": ">= 8"
1849 }
1850 },
1851 "node_modules/anymatch/node_modules/picomatch": {
1852 "version": "2.3.1",
1853 "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz",
1854 "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==",
1855 "engines": {
1856 "node": ">=8.6"
1857 },
1858 "funding": {
1859 "url": "https://github.com/sponsors/jonschlinkert"
1860 }
1861 },
1862 "node_modules/arg": {
1863 "version": "4.1.3",
1864 "resolved": "https://registry.npmjs.org/arg/-/arg-4.1.3.tgz",
1865 "integrity": "sha512-58S9QDqG0Xx27YwPSt9fJxivjYl432YCwfDMfZ+71RAqUrZef7LrKQZ3LHLOwCS4FLNBplP533Zx895SeOCHvA=="
1866 },
1867 "node_modules/argparse": {
1868 "version": "2.0.1",
1869 "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
1870 "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q=="
1871 },
1872 "node_modules/aria-query": {
1873 "version": "5.3.2",
1874 "resolved": "https://registry.npmjs.org/aria-query/-/aria-query-5.3.2.tgz",
1875 "integrity": "sha512-COROpnaoap1E2F000S62r6A60uHZnmlvomhfyT2DlTcrY1OrBKn2UhH7qn5wTC9zMvD0AY7csdPSNwKP+7WiQw==",
1876 "engines": {
1877 "node": ">= 0.4"
1878 }
1879 },
1880 "node_modules/array-iterate": {
1881 "version": "2.0.1",
1882 "resolved": "https://registry.npmjs.org/array-iterate/-/array-iterate-2.0.1.tgz",
1883 "integrity": "sha512-I1jXZMjAgCMmxT4qxXfPXa6SthSoE8h6gkSI9BGGNv8mP8G/v0blc+qFnZu6K42vTOiuME596QaLO0TP3Lk0xg==",
1884 "funding": {
1885 "type": "github",
1886 "url": "https://github.com/sponsors/wooorm"
1887 }
1888 },
1889 "node_modules/astro": {
1890 "version": "5.7.11",
1891 "resolved": "https://registry.npmjs.org/astro/-/astro-5.7.11.tgz",
1892 "integrity": "sha512-9qRVwp8pue3isddLBnTexJsmKFpmms9Fo7Ss+3yrC0aINvbHKpD7q6qf52BtfQEk2xJgyx3SQy3dUsuD90sEqQ==",
1893 "dependencies": {
1894 "@astrojs/compiler": "^2.11.0",
1895 "@astrojs/internal-helpers": "0.6.1",
1896 "@astrojs/markdown-remark": "6.3.1",
1897 "@astrojs/telemetry": "3.2.1",
1898 "@capsizecss/unpack": "^2.4.0",
1899 "@oslojs/encoding": "^1.1.0",
1900 "@rollup/pluginutils": "^5.1.4",
1901 "acorn": "^8.14.1",
1902 "aria-query": "^5.3.2",
1903 "axobject-query": "^4.1.0",
1904 "boxen": "8.0.1",
1905 "ci-info": "^4.2.0",
1906 "clsx": "^2.1.1",
1907 "common-ancestor-path": "^1.0.1",
1908 "cookie": "^1.0.2",
1909 "cssesc": "^3.0.0",
1910 "debug": "^4.4.0",
1911 "deterministic-object-hash": "^2.0.2",
1912 "devalue": "^5.1.1",
1913 "diff": "^5.2.0",
1914 "dlv": "^1.1.3",
1915 "dset": "^3.1.4",
1916 "es-module-lexer": "^1.6.0",
1917 "esbuild": "^0.25.0",
1918 "estree-walker": "^3.0.3",
1919 "flattie": "^1.1.1",
1920 "github-slugger": "^2.0.0",
1921 "html-escaper": "3.0.3",
1922 "http-cache-semantics": "^4.1.1",
1923 "js-yaml": "^4.1.0",
1924 "kleur": "^4.1.5",
1925 "magic-string": "^0.30.17",
1926 "magicast": "^0.3.5",
1927 "mrmime": "^2.0.1",
1928 "neotraverse": "^0.6.18",
1929 "p-limit": "^6.2.0",
1930 "p-queue": "^8.1.0",
1931 "package-manager-detector": "^1.1.0",
1932 "picomatch": "^4.0.2",
1933 "prompts": "^2.4.2",
1934 "rehype": "^13.0.2",
1935 "semver": "^7.7.1",
1936 "shiki": "^3.2.1",
1937 "tinyexec": "^0.3.2",
1938 "tinyglobby": "^0.2.12",
1939 "tsconfck": "^3.1.5",
1940 "ultrahtml": "^1.6.0",
1941 "unifont": "~0.5.0",
1942 "unist-util-visit": "^5.0.0",
1943 "unstorage": "^1.15.0",
1944 "vfile": "^6.0.3",
1945 "vite": "^6.3.4",
1946 "vitefu": "^1.0.6",
1947 "xxhash-wasm": "^1.1.0",
1948 "yargs-parser": "^21.1.1",
1949 "yocto-spinner": "^0.2.1",
1950 "zod": "^3.24.2",
1951 "zod-to-json-schema": "^3.24.5",
1952 "zod-to-ts": "^1.2.0"
1953 },
1954 "bin": {
1955 "astro": "astro.js"
1956 },
1957 "engines": {
1958 "node": "^18.17.1 || ^20.3.0 || >=22.0.0",
1959 "npm": ">=9.6.5",
1960 "pnpm": ">=7.1.0"
1961 },
1962 "funding": {
1963 "type": "opencollective",
1964 "url": "https://opencollective.com/astrodotbuild"
1965 },
1966 "optionalDependencies": {
1967 "sharp": "^0.33.3"
1968 }
1969 },
1970 "node_modules/await-lock": {
1971 "version": "2.2.2",
1972 "resolved": "https://registry.npmjs.org/await-lock/-/await-lock-2.2.2.tgz",
1973 "integrity": "sha512-aDczADvlvTGajTDjcjpJMqRkOF6Qdz3YbPZm/PyW6tKPkx2hlYBzxMhEywM/tU72HrVZjgl5VCdRuMlA7pZ8Gw=="
1974 },
1975 "node_modules/axobject-query": {
1976 "version": "4.1.0",
1977 "resolved": "https://registry.npmjs.org/axobject-query/-/axobject-query-4.1.0.tgz",
1978 "integrity": "sha512-qIj0G9wZbMGNLjLmg1PT6v2mE9AH2zlnADJD/2tC6E00hgmhUOfEB6greHPAfLRSufHqROIUTkw6E+M3lH0PTQ==",
1979 "engines": {
1980 "node": ">= 0.4"
1981 }
1982 },
1983 "node_modules/bail": {
1984 "version": "2.0.2",
1985 "resolved": "https://registry.npmjs.org/bail/-/bail-2.0.2.tgz",
1986 "integrity": "sha512-0xO6mYd7JB2YesxDKplafRpsiOzPt9V02ddPCLbY1xYGPOX24NTyN50qnUxgCPcSoYMhKpAuBTjQoRZCAkUDRw==",
1987 "funding": {
1988 "type": "github",
1989 "url": "https://github.com/sponsors/wooorm"
1990 }
1991 },
1992 "node_modules/base-64": {
1993 "version": "1.0.0",
1994 "resolved": "https://registry.npmjs.org/base-64/-/base-64-1.0.0.tgz",
1995 "integrity": "sha512-kwDPIFCGx0NZHog36dj+tHiwP4QMzsZ3AgMViUBKI0+V5n4U0ufTCUMhnQ04diaRI8EX/QcPfql7zlhZ7j4zgg=="
1996 },
1997 "node_modules/base64-js": {
1998 "version": "1.5.1",
1999 "resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz",
2000 "integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==",
2001 "funding": [
2002 {
2003 "type": "github",
2004 "url": "https://github.com/sponsors/feross"
2005 },
2006 {
2007 "type": "patreon",
2008 "url": "https://www.patreon.com/feross"
2009 },
2010 {
2011 "type": "consulting",
2012 "url": "https://feross.org/support"
2013 }
2014 ]
2015 },
2016 "node_modules/blob-to-buffer": {
2017 "version": "1.2.9",
2018 "resolved": "https://registry.npmjs.org/blob-to-buffer/-/blob-to-buffer-1.2.9.tgz",
2019 "integrity": "sha512-BF033y5fN6OCofD3vgHmNtwZWRcq9NLyyxyILx9hfMy1sXYy4ojFl765hJ2lP0YaN2fuxPaLO2Vzzoxy0FLFFA==",
2020 "funding": [
2021 {
2022 "type": "github",
2023 "url": "https://github.com/sponsors/feross"
2024 },
2025 {
2026 "type": "patreon",
2027 "url": "https://www.patreon.com/feross"
2028 },
2029 {
2030 "type": "consulting",
2031 "url": "https://feross.org/support"
2032 }
2033 ]
2034 },
2035 "node_modules/boxen": {
2036 "version": "8.0.1",
2037 "resolved": "https://registry.npmjs.org/boxen/-/boxen-8.0.1.tgz",
2038 "integrity": "sha512-F3PH5k5juxom4xktynS7MoFY+NUWH5LC4CnH11YB8NPew+HLpmBLCybSAEyb2F+4pRXhuhWqFesoQd6DAyc2hw==",
2039 "dependencies": {
2040 "ansi-align": "^3.0.1",
2041 "camelcase": "^8.0.0",
2042 "chalk": "^5.3.0",
2043 "cli-boxes": "^3.0.0",
2044 "string-width": "^7.2.0",
2045 "type-fest": "^4.21.0",
2046 "widest-line": "^5.0.0",
2047 "wrap-ansi": "^9.0.0"
2048 },
2049 "engines": {
2050 "node": ">=18"
2051 },
2052 "funding": {
2053 "url": "https://github.com/sponsors/sindresorhus"
2054 }
2055 },
2056 "node_modules/brotli": {
2057 "version": "1.3.3",
2058 "resolved": "https://registry.npmjs.org/brotli/-/brotli-1.3.3.tgz",
2059 "integrity": "sha512-oTKjJdShmDuGW94SyyaoQvAjf30dZaHnjJ8uAF+u2/vGJkJbJPJAT1gDiOJP5v1Zb6f9KEyW/1HpuaWIXtGHPg==",
2060 "dependencies": {
2061 "base64-js": "^1.1.2"
2062 }
2063 },
2064 "node_modules/browserslist": {
2065 "version": "4.25.0",
2066 "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.25.0.tgz",
2067 "integrity": "sha512-PJ8gYKeS5e/whHBh8xrwYK+dAvEj7JXtz6uTucnMRB8OiGTsKccFekoRrjajPBHV8oOY+2tI4uxeceSimKwMFA==",
2068 "funding": [
2069 {
2070 "type": "opencollective",
2071 "url": "https://opencollective.com/browserslist"
2072 },
2073 {
2074 "type": "tidelift",
2075 "url": "https://tidelift.com/funding/github/npm/browserslist"
2076 },
2077 {
2078 "type": "github",
2079 "url": "https://github.com/sponsors/ai"
2080 }
2081 ],
2082 "dependencies": {
2083 "caniuse-lite": "^1.0.30001718",
2084 "electron-to-chromium": "^1.5.160",
2085 "node-releases": "^2.0.19",
2086 "update-browserslist-db": "^1.1.3"
2087 },
2088 "bin": {
2089 "browserslist": "cli.js"
2090 },
2091 "engines": {
2092 "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7"
2093 }
2094 },
2095 "node_modules/camelcase": {
2096 "version": "8.0.0",
2097 "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-8.0.0.tgz",
2098 "integrity": "sha512-8WB3Jcas3swSvjIeA2yvCJ+Miyz5l1ZmB6HFb9R1317dt9LCQoswg/BGrmAmkWVEszSrrg4RwmO46qIm2OEnSA==",
2099 "engines": {
2100 "node": ">=16"
2101 },
2102 "funding": {
2103 "url": "https://github.com/sponsors/sindresorhus"
2104 }
2105 },
2106 "node_modules/caniuse-lite": {
2107 "version": "1.0.30001721",
2108 "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001721.tgz",
2109 "integrity": "sha512-cOuvmUVtKrtEaoKiO0rSc29jcjwMwX5tOHDy4MgVFEWiUXj4uBMJkwI8MDySkgXidpMiHUcviogAvFi4pA2hDQ==",
2110 "funding": [
2111 {
2112 "type": "opencollective",
2113 "url": "https://opencollective.com/browserslist"
2114 },
2115 {
2116 "type": "tidelift",
2117 "url": "https://tidelift.com/funding/github/npm/caniuse-lite"
2118 },
2119 {
2120 "type": "github",
2121 "url": "https://github.com/sponsors/ai"
2122 }
2123 ]
2124 },
2125 "node_modules/ccount": {
2126 "version": "2.0.1",
2127 "resolved": "https://registry.npmjs.org/ccount/-/ccount-2.0.1.tgz",
2128 "integrity": "sha512-eyrF0jiFpY+3drT6383f1qhkbGsLSifNAjA61IUjZjmLCWjItY6LB9ft9YhoDgwfmclB2zhu51Lc7+95b8NRAg==",
2129 "funding": {
2130 "type": "github",
2131 "url": "https://github.com/sponsors/wooorm"
2132 }
2133 },
2134 "node_modules/chalk": {
2135 "version": "5.4.1",
2136 "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.4.1.tgz",
2137 "integrity": "sha512-zgVZuo2WcZgfUEmsn6eO3kINexW8RAE4maiQ8QNs8CtpPCSyMiYsULR3HQYkm3w8FIA3SberyMJMSldGsW+U3w==",
2138 "engines": {
2139 "node": "^12.17.0 || ^14.13 || >=16.0.0"
2140 },
2141 "funding": {
2142 "url": "https://github.com/chalk/chalk?sponsor=1"
2143 }
2144 },
2145 "node_modules/character-entities": {
2146 "version": "2.0.2",
2147 "resolved": "https://registry.npmjs.org/character-entities/-/character-entities-2.0.2.tgz",
2148 "integrity": "sha512-shx7oQ0Awen/BRIdkjkvz54PnEEI/EjwXDSIZp86/KKdbafHh1Df/RYGBhn4hbe2+uKC9FnT5UCEdyPz3ai9hQ==",
2149 "funding": {
2150 "type": "github",
2151 "url": "https://github.com/sponsors/wooorm"
2152 }
2153 },
2154 "node_modules/character-entities-html4": {
2155 "version": "2.1.0",
2156 "resolved": "https://registry.npmjs.org/character-entities-html4/-/character-entities-html4-2.1.0.tgz",
2157 "integrity": "sha512-1v7fgQRj6hnSwFpq1Eu0ynr/CDEw0rXo2B61qXrLNdHZmPKgb7fqS1a2JwF0rISo9q77jDI8VMEHoApn8qDoZA==",
2158 "funding": {
2159 "type": "github",
2160 "url": "https://github.com/sponsors/wooorm"
2161 }
2162 },
2163 "node_modules/character-entities-legacy": {
2164 "version": "3.0.0",
2165 "resolved": "https://registry.npmjs.org/character-entities-legacy/-/character-entities-legacy-3.0.0.tgz",
2166 "integrity": "sha512-RpPp0asT/6ufRm//AJVwpViZbGM/MkjQFxJccQRHmISF/22NBtsHqAWmL+/pmkPWoIUJdWyeVleTl1wydHATVQ==",
2167 "funding": {
2168 "type": "github",
2169 "url": "https://github.com/sponsors/wooorm"
2170 }
2171 },
2172 "node_modules/chokidar": {
2173 "version": "4.0.3",
2174 "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-4.0.3.tgz",
2175 "integrity": "sha512-Qgzu8kfBvo+cA4962jnP1KkS6Dop5NS6g7R5LFYJr4b8Ub94PPQXUksCw9PvXoeXPRRddRNC5C1JQUR2SMGtnA==",
2176 "dependencies": {
2177 "readdirp": "^4.0.1"
2178 },
2179 "engines": {
2180 "node": ">= 14.16.0"
2181 },
2182 "funding": {
2183 "url": "https://paulmillr.com/funding/"
2184 }
2185 },
2186 "node_modules/ci-info": {
2187 "version": "4.2.0",
2188 "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-4.2.0.tgz",
2189 "integrity": "sha512-cYY9mypksY8NRqgDB1XD1RiJL338v/551niynFTGkZOO2LHuB2OmOYxDIe/ttN9AHwrqdum1360G3ald0W9kCg==",
2190 "funding": [
2191 {
2192 "type": "github",
2193 "url": "https://github.com/sponsors/sibiraj-s"
2194 }
2195 ],
2196 "engines": {
2197 "node": ">=8"
2198 }
2199 },
2200 "node_modules/cli-boxes": {
2201 "version": "3.0.0",
2202 "resolved": "https://registry.npmjs.org/cli-boxes/-/cli-boxes-3.0.0.tgz",
2203 "integrity": "sha512-/lzGpEWL/8PfI0BmBOPRwp0c/wFNX1RdUML3jK/RcSBA9T8mZDdQpqYBKtCFTOfQbwPqWEOpjqW+Fnayc0969g==",
2204 "engines": {
2205 "node": ">=10"
2206 },
2207 "funding": {
2208 "url": "https://github.com/sponsors/sindresorhus"
2209 }
2210 },
2211 "node_modules/clone": {
2212 "version": "2.1.2",
2213 "resolved": "https://registry.npmjs.org/clone/-/clone-2.1.2.tgz",
2214 "integrity": "sha512-3Pe/CF1Nn94hyhIYpjtiLhdCoEoz0DqQ+988E9gmeEdQZlojxnOb74wctFyuwWQHzqyf9X7C7MG8juUpqBJT8w==",
2215 "engines": {
2216 "node": ">=0.8"
2217 }
2218 },
2219 "node_modules/clsx": {
2220 "version": "2.1.1",
2221 "resolved": "https://registry.npmjs.org/clsx/-/clsx-2.1.1.tgz",
2222 "integrity": "sha512-eYm0QWBtUrBWZWG0d386OGAw16Z995PiOVo2B7bjWSbHedGl5e0ZWaq65kOGgUSNesEIDkB9ISbTg/JK9dhCZA==",
2223 "engines": {
2224 "node": ">=6"
2225 }
2226 },
2227 "node_modules/color": {
2228 "version": "4.2.3",
2229 "resolved": "https://registry.npmjs.org/color/-/color-4.2.3.tgz",
2230 "integrity": "sha512-1rXeuUUiGGrykh+CeBdu5Ie7OJwinCgQY0bc7GCRxy5xVHy+moaqkpL/jqQq0MtQOeYcrqEz4abc5f0KtU7W4A==",
2231 "optional": true,
2232 "dependencies": {
2233 "color-convert": "^2.0.1",
2234 "color-string": "^1.9.0"
2235 },
2236 "engines": {
2237 "node": ">=12.5.0"
2238 }
2239 },
2240 "node_modules/color-convert": {
2241 "version": "2.0.1",
2242 "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
2243 "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
2244 "optional": true,
2245 "dependencies": {
2246 "color-name": "~1.1.4"
2247 },
2248 "engines": {
2249 "node": ">=7.0.0"
2250 }
2251 },
2252 "node_modules/color-name": {
2253 "version": "1.1.4",
2254 "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
2255 "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
2256 "optional": true
2257 },
2258 "node_modules/color-string": {
2259 "version": "1.9.1",
2260 "resolved": "https://registry.npmjs.org/color-string/-/color-string-1.9.1.tgz",
2261 "integrity": "sha512-shrVawQFojnZv6xM40anx4CkoDP+fZsw/ZerEMsW/pyzsRbElpsL/DBVW7q3ExxwusdNXI3lXpuhEZkzs8p5Eg==",
2262 "optional": true,
2263 "dependencies": {
2264 "color-name": "^1.0.0",
2265 "simple-swizzle": "^0.2.2"
2266 }
2267 },
2268 "node_modules/comma-separated-tokens": {
2269 "version": "2.0.3",
2270 "resolved": "https://registry.npmjs.org/comma-separated-tokens/-/comma-separated-tokens-2.0.3.tgz",
2271 "integrity": "sha512-Fu4hJdvzeylCfQPp9SGWidpzrMs7tTrlu6Vb8XGaRGck8QSNZJJp538Wrb60Lax4fPwR64ViY468OIUTbRlGZg==",
2272 "funding": {
2273 "type": "github",
2274 "url": "https://github.com/sponsors/wooorm"
2275 }
2276 },
2277 "node_modules/common-ancestor-path": {
2278 "version": "1.0.1",
2279 "resolved": "https://registry.npmjs.org/common-ancestor-path/-/common-ancestor-path-1.0.1.tgz",
2280 "integrity": "sha512-L3sHRo1pXXEqX8VU28kfgUY+YGsk09hPqZiZmLacNib6XNTCM8ubYeT7ryXQw8asB1sKgcU5lkB7ONug08aB8w=="
2281 },
2282 "node_modules/convert-source-map": {
2283 "version": "2.0.0",
2284 "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz",
2285 "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg=="
2286 },
2287 "node_modules/cookie": {
2288 "version": "1.0.2",
2289 "resolved": "https://registry.npmjs.org/cookie/-/cookie-1.0.2.tgz",
2290 "integrity": "sha512-9Kr/j4O16ISv8zBBhJoi4bXOYNTkFLOqSL3UDB0njXxCXNezjeyVrJyGOWtgfs/q2km1gwBcfH8q1yEGoMYunA==",
2291 "engines": {
2292 "node": ">=18"
2293 }
2294 },
2295 "node_modules/cookie-es": {
2296 "version": "1.2.2",
2297 "resolved": "https://registry.npmjs.org/cookie-es/-/cookie-es-1.2.2.tgz",
2298 "integrity": "sha512-+W7VmiVINB+ywl1HGXJXmrqkOhpKrIiVZV6tQuV54ZyQC7MMuBt81Vc336GMLoHBq5hV/F9eXgt5Mnx0Rha5Fg=="
2299 },
2300 "node_modules/create-require": {
2301 "version": "1.1.1",
2302 "resolved": "https://registry.npmjs.org/create-require/-/create-require-1.1.1.tgz",
2303 "integrity": "sha512-dcKFX3jn0MpIaXjisoRvexIJVEKzaq7z2rZKxf+MSr9TkdmHmsU4m2lcLojrj/FHl8mk5VxMmYA+ftRkP/3oKQ=="
2304 },
2305 "node_modules/cross-fetch": {
2306 "version": "3.2.0",
2307 "resolved": "https://registry.npmjs.org/cross-fetch/-/cross-fetch-3.2.0.tgz",
2308 "integrity": "sha512-Q+xVJLoGOeIMXZmbUK4HYk+69cQH6LudR0Vu/pRm2YlU/hDV9CiS0gKUMaWY5f2NeUH9C1nV3bsTlCo0FsTV1Q==",
2309 "dependencies": {
2310 "node-fetch": "^2.7.0"
2311 }
2312 },
2313 "node_modules/crossws": {
2314 "version": "0.3.4",
2315 "resolved": "https://registry.npmjs.org/crossws/-/crossws-0.3.4.tgz",
2316 "integrity": "sha512-uj0O1ETYX1Bh6uSgktfPvwDiPYGQ3aI4qVsaC/LWpkIzGj1nUYm5FK3K+t11oOlpN01lGbprFCH4wBlKdJjVgw==",
2317 "dependencies": {
2318 "uncrypto": "^0.1.3"
2319 }
2320 },
2321 "node_modules/css-tree": {
2322 "version": "3.1.0",
2323 "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-3.1.0.tgz",
2324 "integrity": "sha512-0eW44TGN5SQXU1mWSkKwFstI/22X2bG1nYzZTYMAWjylYURhse752YgbE4Cx46AC+bAvI+/dYTPRk1LqSUnu6w==",
2325 "dependencies": {
2326 "mdn-data": "2.12.2",
2327 "source-map-js": "^1.0.1"
2328 },
2329 "engines": {
2330 "node": "^10 || ^12.20.0 || ^14.13.0 || >=15.0.0"
2331 }
2332 },
2333 "node_modules/cssesc": {
2334 "version": "3.0.0",
2335 "resolved": "https://registry.npmjs.org/cssesc/-/cssesc-3.0.0.tgz",
2336 "integrity": "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==",
2337 "bin": {
2338 "cssesc": "bin/cssesc"
2339 },
2340 "engines": {
2341 "node": ">=4"
2342 }
2343 },
2344 "node_modules/csstype": {
2345 "version": "3.1.3",
2346 "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.1.3.tgz",
2347 "integrity": "sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw=="
2348 },
2349 "node_modules/debug": {
2350 "version": "4.4.0",
2351 "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.0.tgz",
2352 "integrity": "sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==",
2353 "dependencies": {
2354 "ms": "^2.1.3"
2355 },
2356 "engines": {
2357 "node": ">=6.0"
2358 },
2359 "peerDependenciesMeta": {
2360 "supports-color": {
2361 "optional": true
2362 }
2363 }
2364 },
2365 "node_modules/decode-named-character-reference": {
2366 "version": "1.1.0",
2367 "resolved": "https://registry.npmjs.org/decode-named-character-reference/-/decode-named-character-reference-1.1.0.tgz",
2368 "integrity": "sha512-Wy+JTSbFThEOXQIR2L6mxJvEs+veIzpmqD7ynWxMXGpnk3smkHQOp6forLdHsKpAMW9iJpaBBIxz285t1n1C3w==",
2369 "dependencies": {
2370 "character-entities": "^2.0.0"
2371 },
2372 "funding": {
2373 "type": "github",
2374 "url": "https://github.com/sponsors/wooorm"
2375 }
2376 },
2377 "node_modules/defu": {
2378 "version": "6.1.4",
2379 "resolved": "https://registry.npmjs.org/defu/-/defu-6.1.4.tgz",
2380 "integrity": "sha512-mEQCMmwJu317oSz8CwdIOdwf3xMif1ttiM8LTufzc3g6kR+9Pe236twL8j3IYT1F7GfRgGcW6MWxzZjLIkuHIg=="
2381 },
2382 "node_modules/dequal": {
2383 "version": "2.0.3",
2384 "resolved": "https://registry.npmjs.org/dequal/-/dequal-2.0.3.tgz",
2385 "integrity": "sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA==",
2386 "engines": {
2387 "node": ">=6"
2388 }
2389 },
2390 "node_modules/destr": {
2391 "version": "2.0.5",
2392 "resolved": "https://registry.npmjs.org/destr/-/destr-2.0.5.tgz",
2393 "integrity": "sha512-ugFTXCtDZunbzasqBxrK93Ik/DRYsO6S/fedkWEMKqt04xZ4csmnmwGDBAb07QWNaGMAmnTIemsYZCksjATwsA=="
2394 },
2395 "node_modules/detect-libc": {
2396 "version": "2.0.4",
2397 "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.0.4.tgz",
2398 "integrity": "sha512-3UDv+G9CsCKO1WKMGw9fwq/SWJYbI0c5Y7LU1AXYoDdbhE2AHQ6N6Nb34sG8Fj7T5APy8qXDCKuuIHd1BR0tVA==",
2399 "optional": true,
2400 "engines": {
2401 "node": ">=8"
2402 }
2403 },
2404 "node_modules/deterministic-object-hash": {
2405 "version": "2.0.2",
2406 "resolved": "https://registry.npmjs.org/deterministic-object-hash/-/deterministic-object-hash-2.0.2.tgz",
2407 "integrity": "sha512-KxektNH63SrbfUyDiwXqRb1rLwKt33AmMv+5Nhsw1kqZ13SJBRTgZHtGbE+hH3a1mVW1cz+4pqSWVPAtLVXTzQ==",
2408 "dependencies": {
2409 "base-64": "^1.0.0"
2410 },
2411 "engines": {
2412 "node": ">=18"
2413 }
2414 },
2415 "node_modules/devalue": {
2416 "version": "5.1.1",
2417 "resolved": "https://registry.npmjs.org/devalue/-/devalue-5.1.1.tgz",
2418 "integrity": "sha512-maua5KUiapvEwiEAe+XnlZ3Rh0GD+qI1J/nb9vrJc3muPXvcF/8gXYTWF76+5DAqHyDUtOIImEuo0YKE9mshVw=="
2419 },
2420 "node_modules/devlop": {
2421 "version": "1.1.0",
2422 "resolved": "https://registry.npmjs.org/devlop/-/devlop-1.1.0.tgz",
2423 "integrity": "sha512-RWmIqhcFf1lRYBvNmr7qTNuyCt/7/ns2jbpp1+PalgE/rDQcBT0fioSMUpJ93irlUhC5hrg4cYqe6U+0ImW0rA==",
2424 "dependencies": {
2425 "dequal": "^2.0.0"
2426 },
2427 "funding": {
2428 "type": "github",
2429 "url": "https://github.com/sponsors/wooorm"
2430 }
2431 },
2432 "node_modules/dfa": {
2433 "version": "1.2.0",
2434 "resolved": "https://registry.npmjs.org/dfa/-/dfa-1.2.0.tgz",
2435 "integrity": "sha512-ED3jP8saaweFTjeGX8HQPjeC1YYyZs98jGNZx6IiBvxW7JG5v492kamAQB3m2wop07CvU/RQmzcKr6bgcC5D/Q=="
2436 },
2437 "node_modules/diff": {
2438 "version": "5.2.0",
2439 "resolved": "https://registry.npmjs.org/diff/-/diff-5.2.0.tgz",
2440 "integrity": "sha512-uIFDxqpRZGZ6ThOk84hEfqWoHx2devRFvpTZcTHur85vImfaxUbTW9Ryh4CpCuDnToOP1CEtXKIgytHBPVff5A==",
2441 "engines": {
2442 "node": ">=0.3.1"
2443 }
2444 },
2445 "node_modules/dlv": {
2446 "version": "1.1.3",
2447 "resolved": "https://registry.npmjs.org/dlv/-/dlv-1.1.3.tgz",
2448 "integrity": "sha512-+HlytyjlPKnIG8XuRG8WvmBP8xs8P71y+SKKS6ZXWoEgLuePxtDoUEiH7WkdePWrQ5JBpE6aoVqfZfJUQkjXwA=="
2449 },
2450 "node_modules/dset": {
2451 "version": "3.1.4",
2452 "resolved": "https://registry.npmjs.org/dset/-/dset-3.1.4.tgz",
2453 "integrity": "sha512-2QF/g9/zTaPDc3BjNcVTGoBbXBgYfMTTceLaYcFJ/W9kggFUkhxD/hMEeuLKbugyef9SqAx8cpgwlIP/jinUTA==",
2454 "engines": {
2455 "node": ">=4"
2456 }
2457 },
2458 "node_modules/electron-to-chromium": {
2459 "version": "1.5.165",
2460 "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.165.tgz",
2461 "integrity": "sha512-naiMx1Z6Nb2TxPU6fiFrUrDTjyPMLdTtaOd2oLmG8zVSg2hCWGkhPyxwk+qRmZ1ytwVqUv0u7ZcDA5+ALhaUtw=="
2462 },
2463 "node_modules/emoji-regex": {
2464 "version": "10.4.0",
2465 "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.4.0.tgz",
2466 "integrity": "sha512-EC+0oUMY1Rqm4O6LLrgjtYDvcVYTy7chDnM4Q7030tP4Kwj3u/pR6gP9ygnp2CJMK5Gq+9Q2oqmrFJAz01DXjw=="
2467 },
2468 "node_modules/entities": {
2469 "version": "6.0.0",
2470 "resolved": "https://registry.npmjs.org/entities/-/entities-6.0.0.tgz",
2471 "integrity": "sha512-aKstq2TDOndCn4diEyp9Uq/Flu2i1GlLkc6XIDQSDMuaFE3OPW5OphLCyQ5SpSJZTb4reN+kTcYru5yIfXoRPw==",
2472 "engines": {
2473 "node": ">=0.12"
2474 },
2475 "funding": {
2476 "url": "https://github.com/fb55/entities?sponsor=1"
2477 }
2478 },
2479 "node_modules/es-module-lexer": {
2480 "version": "1.7.0",
2481 "resolved": "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-1.7.0.tgz",
2482 "integrity": "sha512-jEQoCwk8hyb2AZziIOLhDqpm5+2ww5uIE6lkO/6jcOCusfk6LhMHpXXfBLXTZ7Ydyt0j4VoUQv6uGNYbdW+kBA=="
2483 },
2484 "node_modules/esbuild": {
2485 "version": "0.25.4",
2486 "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.25.4.tgz",
2487 "integrity": "sha512-8pgjLUcUjcgDg+2Q4NYXnPbo/vncAY4UmyaCm0jZevERqCHZIaWwdJHkf8XQtu4AxSKCdvrUbT0XUr1IdZzI8Q==",
2488 "hasInstallScript": true,
2489 "bin": {
2490 "esbuild": "bin/esbuild"
2491 },
2492 "engines": {
2493 "node": ">=18"
2494 },
2495 "optionalDependencies": {
2496 "@esbuild/aix-ppc64": "0.25.4",
2497 "@esbuild/android-arm": "0.25.4",
2498 "@esbuild/android-arm64": "0.25.4",
2499 "@esbuild/android-x64": "0.25.4",
2500 "@esbuild/darwin-arm64": "0.25.4",
2501 "@esbuild/darwin-x64": "0.25.4",
2502 "@esbuild/freebsd-arm64": "0.25.4",
2503 "@esbuild/freebsd-x64": "0.25.4",
2504 "@esbuild/linux-arm": "0.25.4",
2505 "@esbuild/linux-arm64": "0.25.4",
2506 "@esbuild/linux-ia32": "0.25.4",
2507 "@esbuild/linux-loong64": "0.25.4",
2508 "@esbuild/linux-mips64el": "0.25.4",
2509 "@esbuild/linux-ppc64": "0.25.4",
2510 "@esbuild/linux-riscv64": "0.25.4",
2511 "@esbuild/linux-s390x": "0.25.4",
2512 "@esbuild/linux-x64": "0.25.4",
2513 "@esbuild/netbsd-arm64": "0.25.4",
2514 "@esbuild/netbsd-x64": "0.25.4",
2515 "@esbuild/openbsd-arm64": "0.25.4",
2516 "@esbuild/openbsd-x64": "0.25.4",
2517 "@esbuild/sunos-x64": "0.25.4",
2518 "@esbuild/win32-arm64": "0.25.4",
2519 "@esbuild/win32-ia32": "0.25.4",
2520 "@esbuild/win32-x64": "0.25.4"
2521 }
2522 },
2523 "node_modules/escalade": {
2524 "version": "3.2.0",
2525 "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.2.0.tgz",
2526 "integrity": "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==",
2527 "engines": {
2528 "node": ">=6"
2529 }
2530 },
2531 "node_modules/escape-string-regexp": {
2532 "version": "5.0.0",
2533 "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-5.0.0.tgz",
2534 "integrity": "sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw==",
2535 "engines": {
2536 "node": ">=12"
2537 },
2538 "funding": {
2539 "url": "https://github.com/sponsors/sindresorhus"
2540 }
2541 },
2542 "node_modules/estree-walker": {
2543 "version": "3.0.3",
2544 "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-3.0.3.tgz",
2545 "integrity": "sha512-7RUKfXgSMMkzt6ZuXmqapOurLGPPfgj6l9uRZ7lRGolvk0y2yocc35LdcxKC5PQZdn2DMqioAQ2NoWcrTKmm6g==",
2546 "dependencies": {
2547 "@types/estree": "^1.0.0"
2548 }
2549 },
2550 "node_modules/eventemitter3": {
2551 "version": "5.0.1",
2552 "resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-5.0.1.tgz",
2553 "integrity": "sha512-GWkBvjiSZK87ELrYOSESUYeVIc9mvLLf/nXalMOS5dYrgZq9o5OVkbZAVM06CVxYsCwH9BDZFPlQTlPA1j4ahA=="
2554 },
2555 "node_modules/extend": {
2556 "version": "3.0.2",
2557 "resolved": "https://registry.npmjs.org/extend/-/extend-3.0.2.tgz",
2558 "integrity": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g=="
2559 },
2560 "node_modules/fast-deep-equal": {
2561 "version": "3.1.3",
2562 "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",
2563 "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q=="
2564 },
2565 "node_modules/fdir": {
2566 "version": "6.4.4",
2567 "resolved": "https://registry.npmjs.org/fdir/-/fdir-6.4.4.tgz",
2568 "integrity": "sha512-1NZP+GK4GfuAv3PqKvxQRDMjdSRZjnkq7KfhlNrCNNlZ0ygQFpebfrnfnq/W7fpUnAv9aGWmY1zKx7FYL3gwhg==",
2569 "peerDependencies": {
2570 "picomatch": "^3 || ^4"
2571 },
2572 "peerDependenciesMeta": {
2573 "picomatch": {
2574 "optional": true
2575 }
2576 }
2577 },
2578 "node_modules/flattie": {
2579 "version": "1.1.1",
2580 "resolved": "https://registry.npmjs.org/flattie/-/flattie-1.1.1.tgz",
2581 "integrity": "sha512-9UbaD6XdAL97+k/n+N7JwX46K/M6Zc6KcFYskrYL8wbBV/Uyk0CTAMY0VT+qiK5PM7AIc9aTWYtq65U7T+aCNQ==",
2582 "engines": {
2583 "node": ">=8"
2584 }
2585 },
2586 "node_modules/fontkit": {
2587 "version": "2.0.4",
2588 "resolved": "https://registry.npmjs.org/fontkit/-/fontkit-2.0.4.tgz",
2589 "integrity": "sha512-syetQadaUEDNdxdugga9CpEYVaQIxOwk7GlwZWWZ19//qW4zE5bknOKeMBDYAASwnpaSHKJITRLMF9m1fp3s6g==",
2590 "dependencies": {
2591 "@swc/helpers": "^0.5.12",
2592 "brotli": "^1.3.2",
2593 "clone": "^2.1.2",
2594 "dfa": "^1.2.0",
2595 "fast-deep-equal": "^3.1.3",
2596 "restructure": "^3.0.0",
2597 "tiny-inflate": "^1.0.3",
2598 "unicode-properties": "^1.4.0",
2599 "unicode-trie": "^2.0.0"
2600 }
2601 },
2602 "node_modules/fs": {
2603 "version": "0.0.1-security",
2604 "resolved": "https://registry.npmjs.org/fs/-/fs-0.0.1-security.tgz",
2605 "integrity": "sha512-3XY9e1pP0CVEUCdj5BmfIZxRBTSDycnbqhIOGec9QYtmVH2fbLpj86CFWkrNOkt/Fvty4KZG5lTglL9j/gJ87w=="
2606 },
2607 "node_modules/fsevents": {
2608 "version": "2.3.3",
2609 "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz",
2610 "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
2611 "hasInstallScript": true,
2612 "optional": true,
2613 "os": [
2614 "darwin"
2615 ],
2616 "engines": {
2617 "node": "^8.16.0 || ^10.6.0 || >=11.0.0"
2618 }
2619 },
2620 "node_modules/gensync": {
2621 "version": "1.0.0-beta.2",
2622 "resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz",
2623 "integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==",
2624 "engines": {
2625 "node": ">=6.9.0"
2626 }
2627 },
2628 "node_modules/get-east-asian-width": {
2629 "version": "1.3.0",
2630 "resolved": "https://registry.npmjs.org/get-east-asian-width/-/get-east-asian-width-1.3.0.tgz",
2631 "integrity": "sha512-vpeMIQKxczTD/0s2CdEWHcb0eeJe6TFjxb+J5xgX7hScxqrGuyjmv4c1D4A/gelKfyox0gJJwIHF+fLjeaM8kQ==",
2632 "engines": {
2633 "node": ">=18"
2634 },
2635 "funding": {
2636 "url": "https://github.com/sponsors/sindresorhus"
2637 }
2638 },
2639 "node_modules/get-tsconfig": {
2640 "version": "4.10.0",
2641 "resolved": "https://registry.npmjs.org/get-tsconfig/-/get-tsconfig-4.10.0.tgz",
2642 "integrity": "sha512-kGzZ3LWWQcGIAmg6iWvXn0ei6WDtV26wzHRMwDSzmAbcXrTEXxHy6IehI6/4eT6VRKyMP1eF1VqwrVUmE/LR7A==",
2643 "devOptional": true,
2644 "dependencies": {
2645 "resolve-pkg-maps": "^1.0.0"
2646 },
2647 "funding": {
2648 "url": "https://github.com/privatenumber/get-tsconfig?sponsor=1"
2649 }
2650 },
2651 "node_modules/github-slugger": {
2652 "version": "2.0.0",
2653 "resolved": "https://registry.npmjs.org/github-slugger/-/github-slugger-2.0.0.tgz",
2654 "integrity": "sha512-IaOQ9puYtjrkq7Y0Ygl9KDZnrf/aiUJYUpVf89y8kyaxbRG7Y1SrX/jaumrv81vc61+kiMempujsM3Yw7w5qcw=="
2655 },
2656 "node_modules/globals": {
2657 "version": "11.12.0",
2658 "resolved": "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz",
2659 "integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==",
2660 "engines": {
2661 "node": ">=4"
2662 }
2663 },
2664 "node_modules/graphemer": {
2665 "version": "1.4.0",
2666 "resolved": "https://registry.npmjs.org/graphemer/-/graphemer-1.4.0.tgz",
2667 "integrity": "sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag=="
2668 },
2669 "node_modules/h3": {
2670 "version": "1.15.3",
2671 "resolved": "https://registry.npmjs.org/h3/-/h3-1.15.3.tgz",
2672 "integrity": "sha512-z6GknHqyX0h9aQaTx22VZDf6QyZn+0Nh+Ym8O/u0SGSkyF5cuTJYKlc8MkzW3Nzf9LE1ivcpmYC3FUGpywhuUQ==",
2673 "dependencies": {
2674 "cookie-es": "^1.2.2",
2675 "crossws": "^0.3.4",
2676 "defu": "^6.1.4",
2677 "destr": "^2.0.5",
2678 "iron-webcrypto": "^1.2.1",
2679 "node-mock-http": "^1.0.0",
2680 "radix3": "^1.1.2",
2681 "ufo": "^1.6.1",
2682 "uncrypto": "^0.1.3"
2683 }
2684 },
2685 "node_modules/hast-util-from-html": {
2686 "version": "2.0.3",
2687 "resolved": "https://registry.npmjs.org/hast-util-from-html/-/hast-util-from-html-2.0.3.tgz",
2688 "integrity": "sha512-CUSRHXyKjzHov8yKsQjGOElXy/3EKpyX56ELnkHH34vDVw1N1XSQ1ZcAvTyAPtGqLTuKP/uxM+aLkSPqF/EtMw==",
2689 "dependencies": {
2690 "@types/hast": "^3.0.0",
2691 "devlop": "^1.1.0",
2692 "hast-util-from-parse5": "^8.0.0",
2693 "parse5": "^7.0.0",
2694 "vfile": "^6.0.0",
2695 "vfile-message": "^4.0.0"
2696 },
2697 "funding": {
2698 "type": "opencollective",
2699 "url": "https://opencollective.com/unified"
2700 }
2701 },
2702 "node_modules/hast-util-from-parse5": {
2703 "version": "8.0.3",
2704 "resolved": "https://registry.npmjs.org/hast-util-from-parse5/-/hast-util-from-parse5-8.0.3.tgz",
2705 "integrity": "sha512-3kxEVkEKt0zvcZ3hCRYI8rqrgwtlIOFMWkbclACvjlDw8Li9S2hk/d51OI0nr/gIpdMHNepwgOKqZ/sy0Clpyg==",
2706 "dependencies": {
2707 "@types/hast": "^3.0.0",
2708 "@types/unist": "^3.0.0",
2709 "devlop": "^1.0.0",
2710 "hastscript": "^9.0.0",
2711 "property-information": "^7.0.0",
2712 "vfile": "^6.0.0",
2713 "vfile-location": "^5.0.0",
2714 "web-namespaces": "^2.0.0"
2715 },
2716 "funding": {
2717 "type": "opencollective",
2718 "url": "https://opencollective.com/unified"
2719 }
2720 },
2721 "node_modules/hast-util-is-element": {
2722 "version": "3.0.0",
2723 "resolved": "https://registry.npmjs.org/hast-util-is-element/-/hast-util-is-element-3.0.0.tgz",
2724 "integrity": "sha512-Val9mnv2IWpLbNPqc/pUem+a7Ipj2aHacCwgNfTiK0vJKl0LF+4Ba4+v1oPHFpf3bLYmreq0/l3Gud9S5OH42g==",
2725 "dependencies": {
2726 "@types/hast": "^3.0.0"
2727 },
2728 "funding": {
2729 "type": "opencollective",
2730 "url": "https://opencollective.com/unified"
2731 }
2732 },
2733 "node_modules/hast-util-parse-selector": {
2734 "version": "4.0.0",
2735 "resolved": "https://registry.npmjs.org/hast-util-parse-selector/-/hast-util-parse-selector-4.0.0.tgz",
2736 "integrity": "sha512-wkQCkSYoOGCRKERFWcxMVMOcYE2K1AaNLU8DXS9arxnLOUEWbOXKXiJUNzEpqZ3JOKpnha3jkFrumEjVliDe7A==",
2737 "dependencies": {
2738 "@types/hast": "^3.0.0"
2739 },
2740 "funding": {
2741 "type": "opencollective",
2742 "url": "https://opencollective.com/unified"
2743 }
2744 },
2745 "node_modules/hast-util-raw": {
2746 "version": "9.1.0",
2747 "resolved": "https://registry.npmjs.org/hast-util-raw/-/hast-util-raw-9.1.0.tgz",
2748 "integrity": "sha512-Y8/SBAHkZGoNkpzqqfCldijcuUKh7/su31kEBp67cFY09Wy0mTRgtsLYsiIxMJxlu0f6AA5SUTbDR8K0rxnbUw==",
2749 "dependencies": {
2750 "@types/hast": "^3.0.0",
2751 "@types/unist": "^3.0.0",
2752 "@ungap/structured-clone": "^1.0.0",
2753 "hast-util-from-parse5": "^8.0.0",
2754 "hast-util-to-parse5": "^8.0.0",
2755 "html-void-elements": "^3.0.0",
2756 "mdast-util-to-hast": "^13.0.0",
2757 "parse5": "^7.0.0",
2758 "unist-util-position": "^5.0.0",
2759 "unist-util-visit": "^5.0.0",
2760 "vfile": "^6.0.0",
2761 "web-namespaces": "^2.0.0",
2762 "zwitch": "^2.0.0"
2763 },
2764 "funding": {
2765 "type": "opencollective",
2766 "url": "https://opencollective.com/unified"
2767 }
2768 },
2769 "node_modules/hast-util-to-html": {
2770 "version": "9.0.5",
2771 "resolved": "https://registry.npmjs.org/hast-util-to-html/-/hast-util-to-html-9.0.5.tgz",
2772 "integrity": "sha512-OguPdidb+fbHQSU4Q4ZiLKnzWo8Wwsf5bZfbvu7//a9oTYoqD/fWpe96NuHkoS9h0ccGOTe0C4NGXdtS0iObOw==",
2773 "dependencies": {
2774 "@types/hast": "^3.0.0",
2775 "@types/unist": "^3.0.0",
2776 "ccount": "^2.0.0",
2777 "comma-separated-tokens": "^2.0.0",
2778 "hast-util-whitespace": "^3.0.0",
2779 "html-void-elements": "^3.0.0",
2780 "mdast-util-to-hast": "^13.0.0",
2781 "property-information": "^7.0.0",
2782 "space-separated-tokens": "^2.0.0",
2783 "stringify-entities": "^4.0.0",
2784 "zwitch": "^2.0.4"
2785 },
2786 "funding": {
2787 "type": "opencollective",
2788 "url": "https://opencollective.com/unified"
2789 }
2790 },
2791 "node_modules/hast-util-to-parse5": {
2792 "version": "8.0.0",
2793 "resolved": "https://registry.npmjs.org/hast-util-to-parse5/-/hast-util-to-parse5-8.0.0.tgz",
2794 "integrity": "sha512-3KKrV5ZVI8if87DVSi1vDeByYrkGzg4mEfeu4alwgmmIeARiBLKCZS2uw5Gb6nU9x9Yufyj3iudm6i7nl52PFw==",
2795 "dependencies": {
2796 "@types/hast": "^3.0.0",
2797 "comma-separated-tokens": "^2.0.0",
2798 "devlop": "^1.0.0",
2799 "property-information": "^6.0.0",
2800 "space-separated-tokens": "^2.0.0",
2801 "web-namespaces": "^2.0.0",
2802 "zwitch": "^2.0.0"
2803 },
2804 "funding": {
2805 "type": "opencollective",
2806 "url": "https://opencollective.com/unified"
2807 }
2808 },
2809 "node_modules/hast-util-to-parse5/node_modules/property-information": {
2810 "version": "6.5.0",
2811 "resolved": "https://registry.npmjs.org/property-information/-/property-information-6.5.0.tgz",
2812 "integrity": "sha512-PgTgs/BlvHxOu8QuEN7wi5A0OmXaBcHpmCSTehcs6Uuu9IkDIEo13Hy7n898RHfrQ49vKCoGeWZSaAK01nwVig==",
2813 "funding": {
2814 "type": "github",
2815 "url": "https://github.com/sponsors/wooorm"
2816 }
2817 },
2818 "node_modules/hast-util-to-text": {
2819 "version": "4.0.2",
2820 "resolved": "https://registry.npmjs.org/hast-util-to-text/-/hast-util-to-text-4.0.2.tgz",
2821 "integrity": "sha512-KK6y/BN8lbaq654j7JgBydev7wuNMcID54lkRav1P0CaE1e47P72AWWPiGKXTJU271ooYzcvTAn/Zt0REnvc7A==",
2822 "dependencies": {
2823 "@types/hast": "^3.0.0",
2824 "@types/unist": "^3.0.0",
2825 "hast-util-is-element": "^3.0.0",
2826 "unist-util-find-after": "^5.0.0"
2827 },
2828 "funding": {
2829 "type": "opencollective",
2830 "url": "https://opencollective.com/unified"
2831 }
2832 },
2833 "node_modules/hast-util-whitespace": {
2834 "version": "3.0.0",
2835 "resolved": "https://registry.npmjs.org/hast-util-whitespace/-/hast-util-whitespace-3.0.0.tgz",
2836 "integrity": "sha512-88JUN06ipLwsnv+dVn+OIYOvAuvBMy/Qoi6O7mQHxdPXpjy+Cd6xRkWwux7DKO+4sYILtLBRIKgsdpS2gQc7qw==",
2837 "dependencies": {
2838 "@types/hast": "^3.0.0"
2839 },
2840 "funding": {
2841 "type": "opencollective",
2842 "url": "https://opencollective.com/unified"
2843 }
2844 },
2845 "node_modules/hastscript": {
2846 "version": "9.0.1",
2847 "resolved": "https://registry.npmjs.org/hastscript/-/hastscript-9.0.1.tgz",
2848 "integrity": "sha512-g7df9rMFX/SPi34tyGCyUBREQoKkapwdY/T04Qn9TDWfHhAYt4/I0gMVirzK5wEzeUqIjEB+LXC/ypb7Aqno5w==",
2849 "dependencies": {
2850 "@types/hast": "^3.0.0",
2851 "comma-separated-tokens": "^2.0.0",
2852 "hast-util-parse-selector": "^4.0.0",
2853 "property-information": "^7.0.0",
2854 "space-separated-tokens": "^2.0.0"
2855 },
2856 "funding": {
2857 "type": "opencollective",
2858 "url": "https://opencollective.com/unified"
2859 }
2860 },
2861 "node_modules/html-escaper": {
2862 "version": "3.0.3",
2863 "resolved": "https://registry.npmjs.org/html-escaper/-/html-escaper-3.0.3.tgz",
2864 "integrity": "sha512-RuMffC89BOWQoY0WKGpIhn5gX3iI54O6nRA0yC124NYVtzjmFWBIiFd8M0x+ZdX0P9R4lADg1mgP8C7PxGOWuQ=="
2865 },
2866 "node_modules/html-void-elements": {
2867 "version": "3.0.0",
2868 "resolved": "https://registry.npmjs.org/html-void-elements/-/html-void-elements-3.0.0.tgz",
2869 "integrity": "sha512-bEqo66MRXsUGxWHV5IP0PUiAWwoEjba4VCzg0LjFJBpchPaTfyfCKTG6bc5F8ucKec3q5y6qOdGyYTSBEvhCrg==",
2870 "funding": {
2871 "type": "github",
2872 "url": "https://github.com/sponsors/wooorm"
2873 }
2874 },
2875 "node_modules/http-cache-semantics": {
2876 "version": "4.1.1",
2877 "resolved": "https://registry.npmjs.org/http-cache-semantics/-/http-cache-semantics-4.1.1.tgz",
2878 "integrity": "sha512-er295DKPVsV82j5kw1Gjt+ADA/XYHsajl82cGNQG2eyoPkvgUhX+nDIyelzhIWbbsXP39EHcI6l5tYs2FYqYXQ=="
2879 },
2880 "node_modules/import-meta-resolve": {
2881 "version": "4.1.0",
2882 "resolved": "https://registry.npmjs.org/import-meta-resolve/-/import-meta-resolve-4.1.0.tgz",
2883 "integrity": "sha512-I6fiaX09Xivtk+THaMfAwnA3MVA5Big1WHF1Dfx9hFuvNIWpXnorlkzhcQf6ehrqQiiZECRt1poOAkPmer3ruw==",
2884 "funding": {
2885 "type": "github",
2886 "url": "https://github.com/sponsors/wooorm"
2887 }
2888 },
2889 "node_modules/iron-webcrypto": {
2890 "version": "1.2.1",
2891 "resolved": "https://registry.npmjs.org/iron-webcrypto/-/iron-webcrypto-1.2.1.tgz",
2892 "integrity": "sha512-feOM6FaSr6rEABp/eDfVseKyTMDt+KGpeB35SkVn9Tyn0CqvVsY3EwI0v5i8nMHyJnzCIQf7nsy3p41TPkJZhg==",
2893 "funding": {
2894 "url": "https://github.com/sponsors/brc-dd"
2895 }
2896 },
2897 "node_modules/is-arrayish": {
2898 "version": "0.3.2",
2899 "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.3.2.tgz",
2900 "integrity": "sha512-eVRqCvVlZbuw3GrM63ovNSNAeA1K16kaR/LRY/92w0zxQ5/1YzwblUX652i4Xs9RwAGjW9d9y6X88t8OaAJfWQ==",
2901 "optional": true
2902 },
2903 "node_modules/is-docker": {
2904 "version": "3.0.0",
2905 "resolved": "https://registry.npmjs.org/is-docker/-/is-docker-3.0.0.tgz",
2906 "integrity": "sha512-eljcgEDlEns/7AXFosB5K/2nCM4P7FQPkGc/DWLy5rmFEWvZayGrik1d9/QIY5nJ4f9YsVvBkA6kJpHn9rISdQ==",
2907 "bin": {
2908 "is-docker": "cli.js"
2909 },
2910 "engines": {
2911 "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
2912 },
2913 "funding": {
2914 "url": "https://github.com/sponsors/sindresorhus"
2915 }
2916 },
2917 "node_modules/is-fullwidth-code-point": {
2918 "version": "3.0.0",
2919 "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz",
2920 "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==",
2921 "engines": {
2922 "node": ">=8"
2923 }
2924 },
2925 "node_modules/is-inside-container": {
2926 "version": "1.0.0",
2927 "resolved": "https://registry.npmjs.org/is-inside-container/-/is-inside-container-1.0.0.tgz",
2928 "integrity": "sha512-KIYLCCJghfHZxqjYBE7rEy0OBuTd5xCHS7tHVgvCLkx7StIoaxwNW3hCALgEUjFfeRk+MG/Qxmp/vtETEF3tRA==",
2929 "dependencies": {
2930 "is-docker": "^3.0.0"
2931 },
2932 "bin": {
2933 "is-inside-container": "cli.js"
2934 },
2935 "engines": {
2936 "node": ">=14.16"
2937 },
2938 "funding": {
2939 "url": "https://github.com/sponsors/sindresorhus"
2940 }
2941 },
2942 "node_modules/is-plain-obj": {
2943 "version": "4.1.0",
2944 "resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-4.1.0.tgz",
2945 "integrity": "sha512-+Pgi+vMuUNkJyExiMBt5IlFoMyKnr5zhJ4Uspz58WOhBF5QoIZkFyNHIbBAtHwzVAgk5RtndVNsDRN61/mmDqg==",
2946 "engines": {
2947 "node": ">=12"
2948 },
2949 "funding": {
2950 "url": "https://github.com/sponsors/sindresorhus"
2951 }
2952 },
2953 "node_modules/is-wsl": {
2954 "version": "3.1.0",
2955 "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-3.1.0.tgz",
2956 "integrity": "sha512-UcVfVfaK4Sc4m7X3dUSoHoozQGBEFeDC+zVo06t98xe8CzHSZZBekNXH+tu0NalHolcJ/QAGqS46Hef7QXBIMw==",
2957 "dependencies": {
2958 "is-inside-container": "^1.0.0"
2959 },
2960 "engines": {
2961 "node": ">=16"
2962 },
2963 "funding": {
2964 "url": "https://github.com/sponsors/sindresorhus"
2965 }
2966 },
2967 "node_modules/iso-datestring-validator": {
2968 "version": "2.2.2",
2969 "resolved": "https://registry.npmjs.org/iso-datestring-validator/-/iso-datestring-validator-2.2.2.tgz",
2970 "integrity": "sha512-yLEMkBbLZTlVQqOnQ4FiMujR6T4DEcCb1xizmvXS+OxuhwcbtynoosRzdMA69zZCShCNAbi+gJ71FxZBBXx1SA=="
2971 },
2972 "node_modules/js-tokens": {
2973 "version": "4.0.0",
2974 "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz",
2975 "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ=="
2976 },
2977 "node_modules/js-yaml": {
2978 "version": "4.1.0",
2979 "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
2980 "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
2981 "dependencies": {
2982 "argparse": "^2.0.1"
2983 },
2984 "bin": {
2985 "js-yaml": "bin/js-yaml.js"
2986 }
2987 },
2988 "node_modules/jsesc": {
2989 "version": "3.1.0",
2990 "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-3.1.0.tgz",
2991 "integrity": "sha512-/sM3dO2FOzXjKQhJuo0Q173wf2KOo8t4I8vHy6lF9poUp7bKT0/NHE8fPX23PwfhnykfqnC2xRxOnVw5XuGIaA==",
2992 "bin": {
2993 "jsesc": "bin/jsesc"
2994 },
2995 "engines": {
2996 "node": ">=6"
2997 }
2998 },
2999 "node_modules/json5": {
3000 "version": "2.2.3",
3001 "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz",
3002 "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==",
3003 "bin": {
3004 "json5": "lib/cli.js"
3005 },
3006 "engines": {
3007 "node": ">=6"
3008 }
3009 },
3010 "node_modules/kleur": {
3011 "version": "4.1.5",
3012 "resolved": "https://registry.npmjs.org/kleur/-/kleur-4.1.5.tgz",
3013 "integrity": "sha512-o+NO+8WrRiQEE4/7nwRJhN1HWpVmJm511pBHUxPLtp0BUISzlBplORYSmTclCnJvQq2tKu/sgl3xVpkc7ZWuQQ==",
3014 "engines": {
3015 "node": ">=6"
3016 }
3017 },
3018 "node_modules/longest-streak": {
3019 "version": "3.1.0",
3020 "resolved": "https://registry.npmjs.org/longest-streak/-/longest-streak-3.1.0.tgz",
3021 "integrity": "sha512-9Ri+o0JYgehTaVBBDoMqIl8GXtbWg711O3srftcHhZ0dqnETqLaoIK0x17fUw9rFSlK/0NlsKe0Ahhyl5pXE2g==",
3022 "funding": {
3023 "type": "github",
3024 "url": "https://github.com/sponsors/wooorm"
3025 }
3026 },
3027 "node_modules/lru-cache": {
3028 "version": "10.4.3",
3029 "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz",
3030 "integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ=="
3031 },
3032 "node_modules/magic-string": {
3033 "version": "0.30.17",
3034 "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.17.tgz",
3035 "integrity": "sha512-sNPKHvyjVf7gyjwS4xGTaW/mCnF8wnjtifKBEhxfZ7E/S8tQ0rssrwGNn6q8JH/ohItJfSQp9mBtQYuTlH5QnA==",
3036 "dependencies": {
3037 "@jridgewell/sourcemap-codec": "^1.5.0"
3038 }
3039 },
3040 "node_modules/magicast": {
3041 "version": "0.3.5",
3042 "resolved": "https://registry.npmjs.org/magicast/-/magicast-0.3.5.tgz",
3043 "integrity": "sha512-L0WhttDl+2BOsybvEOLK7fW3UA0OQ0IQ2d6Zl2x/a6vVRs3bAY0ECOSHHeL5jD+SbOpOCUEi0y1DgHEn9Qn1AQ==",
3044 "dependencies": {
3045 "@babel/parser": "^7.25.4",
3046 "@babel/types": "^7.25.4",
3047 "source-map-js": "^1.2.0"
3048 }
3049 },
3050 "node_modules/make-error": {
3051 "version": "1.3.6",
3052 "resolved": "https://registry.npmjs.org/make-error/-/make-error-1.3.6.tgz",
3053 "integrity": "sha512-s8UhlNe7vPKomQhC1qFelMokr/Sc3AgNbso3n74mVPA5LTZwkB9NlXf4XPamLxJE8h0gh73rM94xvwRT2CVInw=="
3054 },
3055 "node_modules/markdown-table": {
3056 "version": "3.0.4",
3057 "resolved": "https://registry.npmjs.org/markdown-table/-/markdown-table-3.0.4.tgz",
3058 "integrity": "sha512-wiYz4+JrLyb/DqW2hkFJxP7Vd7JuTDm77fvbM8VfEQdmSMqcImWeeRbHwZjBjIFki/VaMK2BhFi7oUUZeM5bqw==",
3059 "funding": {
3060 "type": "github",
3061 "url": "https://github.com/sponsors/wooorm"
3062 }
3063 },
3064 "node_modules/marked": {
3065 "version": "15.0.11",
3066 "resolved": "https://registry.npmjs.org/marked/-/marked-15.0.11.tgz",
3067 "integrity": "sha512-1BEXAU2euRCG3xwgLVT1y0xbJEld1XOrmRJpUwRCcy7rxhSCwMrmEu9LXoPhHSCJG41V7YcQ2mjKRr5BA3ITIA==",
3068 "bin": {
3069 "marked": "bin/marked.js"
3070 },
3071 "engines": {
3072 "node": ">= 18"
3073 }
3074 },
3075 "node_modules/mdast-util-definitions": {
3076 "version": "6.0.0",
3077 "resolved": "https://registry.npmjs.org/mdast-util-definitions/-/mdast-util-definitions-6.0.0.tgz",
3078 "integrity": "sha512-scTllyX6pnYNZH/AIp/0ePz6s4cZtARxImwoPJ7kS42n+MnVsI4XbnG6d4ibehRIldYMWM2LD7ImQblVhUejVQ==",
3079 "dependencies": {
3080 "@types/mdast": "^4.0.0",
3081 "@types/unist": "^3.0.0",
3082 "unist-util-visit": "^5.0.0"
3083 },
3084 "funding": {
3085 "type": "opencollective",
3086 "url": "https://opencollective.com/unified"
3087 }
3088 },
3089 "node_modules/mdast-util-find-and-replace": {
3090 "version": "3.0.2",
3091 "resolved": "https://registry.npmjs.org/mdast-util-find-and-replace/-/mdast-util-find-and-replace-3.0.2.tgz",
3092 "integrity": "sha512-Tmd1Vg/m3Xz43afeNxDIhWRtFZgM2VLyaf4vSTYwudTyeuTneoL3qtWMA5jeLyz/O1vDJmmV4QuScFCA2tBPwg==",
3093 "dependencies": {
3094 "@types/mdast": "^4.0.0",
3095 "escape-string-regexp": "^5.0.0",
3096 "unist-util-is": "^6.0.0",
3097 "unist-util-visit-parents": "^6.0.0"
3098 },
3099 "funding": {
3100 "type": "opencollective",
3101 "url": "https://opencollective.com/unified"
3102 }
3103 },
3104 "node_modules/mdast-util-from-markdown": {
3105 "version": "2.0.2",
3106 "resolved": "https://registry.npmjs.org/mdast-util-from-markdown/-/mdast-util-from-markdown-2.0.2.tgz",
3107 "integrity": "sha512-uZhTV/8NBuw0WHkPTrCqDOl0zVe1BIng5ZtHoDk49ME1qqcjYmmLmOf0gELgcRMxN4w2iuIeVso5/6QymSrgmA==",
3108 "dependencies": {
3109 "@types/mdast": "^4.0.0",
3110 "@types/unist": "^3.0.0",
3111 "decode-named-character-reference": "^1.0.0",
3112 "devlop": "^1.0.0",
3113 "mdast-util-to-string": "^4.0.0",
3114 "micromark": "^4.0.0",
3115 "micromark-util-decode-numeric-character-reference": "^2.0.0",
3116 "micromark-util-decode-string": "^2.0.0",
3117 "micromark-util-normalize-identifier": "^2.0.0",
3118 "micromark-util-symbol": "^2.0.0",
3119 "micromark-util-types": "^2.0.0",
3120 "unist-util-stringify-position": "^4.0.0"
3121 },
3122 "funding": {
3123 "type": "opencollective",
3124 "url": "https://opencollective.com/unified"
3125 }
3126 },
3127 "node_modules/mdast-util-gfm": {
3128 "version": "3.1.0",
3129 "resolved": "https://registry.npmjs.org/mdast-util-gfm/-/mdast-util-gfm-3.1.0.tgz",
3130 "integrity": "sha512-0ulfdQOM3ysHhCJ1p06l0b0VKlhU0wuQs3thxZQagjcjPrlFRqY215uZGHHJan9GEAXd9MbfPjFJz+qMkVR6zQ==",
3131 "dependencies": {
3132 "mdast-util-from-markdown": "^2.0.0",
3133 "mdast-util-gfm-autolink-literal": "^2.0.0",
3134 "mdast-util-gfm-footnote": "^2.0.0",
3135 "mdast-util-gfm-strikethrough": "^2.0.0",
3136 "mdast-util-gfm-table": "^2.0.0",
3137 "mdast-util-gfm-task-list-item": "^2.0.0",
3138 "mdast-util-to-markdown": "^2.0.0"
3139 },
3140 "funding": {
3141 "type": "opencollective",
3142 "url": "https://opencollective.com/unified"
3143 }
3144 },
3145 "node_modules/mdast-util-gfm-autolink-literal": {
3146 "version": "2.0.1",
3147 "resolved": "https://registry.npmjs.org/mdast-util-gfm-autolink-literal/-/mdast-util-gfm-autolink-literal-2.0.1.tgz",
3148 "integrity": "sha512-5HVP2MKaP6L+G6YaxPNjuL0BPrq9orG3TsrZ9YXbA3vDw/ACI4MEsnoDpn6ZNm7GnZgtAcONJyPhOP8tNJQavQ==",
3149 "dependencies": {
3150 "@types/mdast": "^4.0.0",
3151 "ccount": "^2.0.0",
3152 "devlop": "^1.0.0",
3153 "mdast-util-find-and-replace": "^3.0.0",
3154 "micromark-util-character": "^2.0.0"
3155 },
3156 "funding": {
3157 "type": "opencollective",
3158 "url": "https://opencollective.com/unified"
3159 }
3160 },
3161 "node_modules/mdast-util-gfm-footnote": {
3162 "version": "2.1.0",
3163 "resolved": "https://registry.npmjs.org/mdast-util-gfm-footnote/-/mdast-util-gfm-footnote-2.1.0.tgz",
3164 "integrity": "sha512-sqpDWlsHn7Ac9GNZQMeUzPQSMzR6Wv0WKRNvQRg0KqHh02fpTz69Qc1QSseNX29bhz1ROIyNyxExfawVKTm1GQ==",
3165 "dependencies": {
3166 "@types/mdast": "^4.0.0",
3167 "devlop": "^1.1.0",
3168 "mdast-util-from-markdown": "^2.0.0",
3169 "mdast-util-to-markdown": "^2.0.0",
3170 "micromark-util-normalize-identifier": "^2.0.0"
3171 },
3172 "funding": {
3173 "type": "opencollective",
3174 "url": "https://opencollective.com/unified"
3175 }
3176 },
3177 "node_modules/mdast-util-gfm-strikethrough": {
3178 "version": "2.0.0",
3179 "resolved": "https://registry.npmjs.org/mdast-util-gfm-strikethrough/-/mdast-util-gfm-strikethrough-2.0.0.tgz",
3180 "integrity": "sha512-mKKb915TF+OC5ptj5bJ7WFRPdYtuHv0yTRxK2tJvi+BDqbkiG7h7u/9SI89nRAYcmap2xHQL9D+QG/6wSrTtXg==",
3181 "dependencies": {
3182 "@types/mdast": "^4.0.0",
3183 "mdast-util-from-markdown": "^2.0.0",
3184 "mdast-util-to-markdown": "^2.0.0"
3185 },
3186 "funding": {
3187 "type": "opencollective",
3188 "url": "https://opencollective.com/unified"
3189 }
3190 },
3191 "node_modules/mdast-util-gfm-table": {
3192 "version": "2.0.0",
3193 "resolved": "https://registry.npmjs.org/mdast-util-gfm-table/-/mdast-util-gfm-table-2.0.0.tgz",
3194 "integrity": "sha512-78UEvebzz/rJIxLvE7ZtDd/vIQ0RHv+3Mh5DR96p7cS7HsBhYIICDBCu8csTNWNO6tBWfqXPWekRuj2FNOGOZg==",
3195 "dependencies": {
3196 "@types/mdast": "^4.0.0",
3197 "devlop": "^1.0.0",
3198 "markdown-table": "^3.0.0",
3199 "mdast-util-from-markdown": "^2.0.0",
3200 "mdast-util-to-markdown": "^2.0.0"
3201 },
3202 "funding": {
3203 "type": "opencollective",
3204 "url": "https://opencollective.com/unified"
3205 }
3206 },
3207 "node_modules/mdast-util-gfm-task-list-item": {
3208 "version": "2.0.0",
3209 "resolved": "https://registry.npmjs.org/mdast-util-gfm-task-list-item/-/mdast-util-gfm-task-list-item-2.0.0.tgz",
3210 "integrity": "sha512-IrtvNvjxC1o06taBAVJznEnkiHxLFTzgonUdy8hzFVeDun0uTjxxrRGVaNFqkU1wJR3RBPEfsxmU6jDWPofrTQ==",
3211 "dependencies": {
3212 "@types/mdast": "^4.0.0",
3213 "devlop": "^1.0.0",
3214 "mdast-util-from-markdown": "^2.0.0",
3215 "mdast-util-to-markdown": "^2.0.0"
3216 },
3217 "funding": {
3218 "type": "opencollective",
3219 "url": "https://opencollective.com/unified"
3220 }
3221 },
3222 "node_modules/mdast-util-phrasing": {
3223 "version": "4.1.0",
3224 "resolved": "https://registry.npmjs.org/mdast-util-phrasing/-/mdast-util-phrasing-4.1.0.tgz",
3225 "integrity": "sha512-TqICwyvJJpBwvGAMZjj4J2n0X8QWp21b9l0o7eXyVJ25YNWYbJDVIyD1bZXE6WtV6RmKJVYmQAKWa0zWOABz2w==",
3226 "dependencies": {
3227 "@types/mdast": "^4.0.0",
3228 "unist-util-is": "^6.0.0"
3229 },
3230 "funding": {
3231 "type": "opencollective",
3232 "url": "https://opencollective.com/unified"
3233 }
3234 },
3235 "node_modules/mdast-util-to-hast": {
3236 "version": "13.2.0",
3237 "resolved": "https://registry.npmjs.org/mdast-util-to-hast/-/mdast-util-to-hast-13.2.0.tgz",
3238 "integrity": "sha512-QGYKEuUsYT9ykKBCMOEDLsU5JRObWQusAolFMeko/tYPufNkRffBAQjIE+99jbA87xv6FgmjLtwjh9wBWajwAA==",
3239 "dependencies": {
3240 "@types/hast": "^3.0.0",
3241 "@types/mdast": "^4.0.0",
3242 "@ungap/structured-clone": "^1.0.0",
3243 "devlop": "^1.0.0",
3244 "micromark-util-sanitize-uri": "^2.0.0",
3245 "trim-lines": "^3.0.0",
3246 "unist-util-position": "^5.0.0",
3247 "unist-util-visit": "^5.0.0",
3248 "vfile": "^6.0.0"
3249 },
3250 "funding": {
3251 "type": "opencollective",
3252 "url": "https://opencollective.com/unified"
3253 }
3254 },
3255 "node_modules/mdast-util-to-markdown": {
3256 "version": "2.1.2",
3257 "resolved": "https://registry.npmjs.org/mdast-util-to-markdown/-/mdast-util-to-markdown-2.1.2.tgz",
3258 "integrity": "sha512-xj68wMTvGXVOKonmog6LwyJKrYXZPvlwabaryTjLh9LuvovB/KAH+kvi8Gjj+7rJjsFi23nkUxRQv1KqSroMqA==",
3259 "dependencies": {
3260 "@types/mdast": "^4.0.0",
3261 "@types/unist": "^3.0.0",
3262 "longest-streak": "^3.0.0",
3263 "mdast-util-phrasing": "^4.0.0",
3264 "mdast-util-to-string": "^4.0.0",
3265 "micromark-util-classify-character": "^2.0.0",
3266 "micromark-util-decode-string": "^2.0.0",
3267 "unist-util-visit": "^5.0.0",
3268 "zwitch": "^2.0.0"
3269 },
3270 "funding": {
3271 "type": "opencollective",
3272 "url": "https://opencollective.com/unified"
3273 }
3274 },
3275 "node_modules/mdast-util-to-string": {
3276 "version": "4.0.0",
3277 "resolved": "https://registry.npmjs.org/mdast-util-to-string/-/mdast-util-to-string-4.0.0.tgz",
3278 "integrity": "sha512-0H44vDimn51F0YwvxSJSm0eCDOJTRlmN0R1yBh4HLj9wiV1Dn0QoXGbvFAWj2hSItVTlCmBF1hqKlIyUBVFLPg==",
3279 "dependencies": {
3280 "@types/mdast": "^4.0.0"
3281 },
3282 "funding": {
3283 "type": "opencollective",
3284 "url": "https://opencollective.com/unified"
3285 }
3286 },
3287 "node_modules/mdn-data": {
3288 "version": "2.12.2",
3289 "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.12.2.tgz",
3290 "integrity": "sha512-IEn+pegP1aManZuckezWCO+XZQDplx1366JoVhTpMpBB1sPey/SbveZQUosKiKiGYjg1wH4pMlNgXbCiYgihQA=="
3291 },
3292 "node_modules/micromark": {
3293 "version": "4.0.2",
3294 "resolved": "https://registry.npmjs.org/micromark/-/micromark-4.0.2.tgz",
3295 "integrity": "sha512-zpe98Q6kvavpCr1NPVSCMebCKfD7CA2NqZ+rykeNhONIJBpc1tFKt9hucLGwha3jNTNI8lHpctWJWoimVF4PfA==",
3296 "funding": [
3297 {
3298 "type": "GitHub Sponsors",
3299 "url": "https://github.com/sponsors/unifiedjs"
3300 },
3301 {
3302 "type": "OpenCollective",
3303 "url": "https://opencollective.com/unified"
3304 }
3305 ],
3306 "dependencies": {
3307 "@types/debug": "^4.0.0",
3308 "debug": "^4.0.0",
3309 "decode-named-character-reference": "^1.0.0",
3310 "devlop": "^1.0.0",
3311 "micromark-core-commonmark": "^2.0.0",
3312 "micromark-factory-space": "^2.0.0",
3313 "micromark-util-character": "^2.0.0",
3314 "micromark-util-chunked": "^2.0.0",
3315 "micromark-util-combine-extensions": "^2.0.0",
3316 "micromark-util-decode-numeric-character-reference": "^2.0.0",
3317 "micromark-util-encode": "^2.0.0",
3318 "micromark-util-normalize-identifier": "^2.0.0",
3319 "micromark-util-resolve-all": "^2.0.0",
3320 "micromark-util-sanitize-uri": "^2.0.0",
3321 "micromark-util-subtokenize": "^2.0.0",
3322 "micromark-util-symbol": "^2.0.0",
3323 "micromark-util-types": "^2.0.0"
3324 }
3325 },
3326 "node_modules/micromark-core-commonmark": {
3327 "version": "2.0.3",
3328 "resolved": "https://registry.npmjs.org/micromark-core-commonmark/-/micromark-core-commonmark-2.0.3.tgz",
3329 "integrity": "sha512-RDBrHEMSxVFLg6xvnXmb1Ayr2WzLAWjeSATAoxwKYJV94TeNavgoIdA0a9ytzDSVzBy2YKFK+emCPOEibLeCrg==",
3330 "funding": [
3331 {
3332 "type": "GitHub Sponsors",
3333 "url": "https://github.com/sponsors/unifiedjs"
3334 },
3335 {
3336 "type": "OpenCollective",
3337 "url": "https://opencollective.com/unified"
3338 }
3339 ],
3340 "dependencies": {
3341 "decode-named-character-reference": "^1.0.0",
3342 "devlop": "^1.0.0",
3343 "micromark-factory-destination": "^2.0.0",
3344 "micromark-factory-label": "^2.0.0",
3345 "micromark-factory-space": "^2.0.0",
3346 "micromark-factory-title": "^2.0.0",
3347 "micromark-factory-whitespace": "^2.0.0",
3348 "micromark-util-character": "^2.0.0",
3349 "micromark-util-chunked": "^2.0.0",
3350 "micromark-util-classify-character": "^2.0.0",
3351 "micromark-util-html-tag-name": "^2.0.0",
3352 "micromark-util-normalize-identifier": "^2.0.0",
3353 "micromark-util-resolve-all": "^2.0.0",
3354 "micromark-util-subtokenize": "^2.0.0",
3355 "micromark-util-symbol": "^2.0.0",
3356 "micromark-util-types": "^2.0.0"
3357 }
3358 },
3359 "node_modules/micromark-extension-gfm": {
3360 "version": "3.0.0",
3361 "resolved": "https://registry.npmjs.org/micromark-extension-gfm/-/micromark-extension-gfm-3.0.0.tgz",
3362 "integrity": "sha512-vsKArQsicm7t0z2GugkCKtZehqUm31oeGBV/KVSorWSy8ZlNAv7ytjFhvaryUiCUJYqs+NoE6AFhpQvBTM6Q4w==",
3363 "dependencies": {
3364 "micromark-extension-gfm-autolink-literal": "^2.0.0",
3365 "micromark-extension-gfm-footnote": "^2.0.0",
3366 "micromark-extension-gfm-strikethrough": "^2.0.0",
3367 "micromark-extension-gfm-table": "^2.0.0",
3368 "micromark-extension-gfm-tagfilter": "^2.0.0",
3369 "micromark-extension-gfm-task-list-item": "^2.0.0",
3370 "micromark-util-combine-extensions": "^2.0.0",
3371 "micromark-util-types": "^2.0.0"
3372 },
3373 "funding": {
3374 "type": "opencollective",
3375 "url": "https://opencollective.com/unified"
3376 }
3377 },
3378 "node_modules/micromark-extension-gfm-autolink-literal": {
3379 "version": "2.1.0",
3380 "resolved": "https://registry.npmjs.org/micromark-extension-gfm-autolink-literal/-/micromark-extension-gfm-autolink-literal-2.1.0.tgz",
3381 "integrity": "sha512-oOg7knzhicgQ3t4QCjCWgTmfNhvQbDDnJeVu9v81r7NltNCVmhPy1fJRX27pISafdjL+SVc4d3l48Gb6pbRypw==",
3382 "dependencies": {
3383 "micromark-util-character": "^2.0.0",
3384 "micromark-util-sanitize-uri": "^2.0.0",
3385 "micromark-util-symbol": "^2.0.0",
3386 "micromark-util-types": "^2.0.0"
3387 },
3388 "funding": {
3389 "type": "opencollective",
3390 "url": "https://opencollective.com/unified"
3391 }
3392 },
3393 "node_modules/micromark-extension-gfm-footnote": {
3394 "version": "2.1.0",
3395 "resolved": "https://registry.npmjs.org/micromark-extension-gfm-footnote/-/micromark-extension-gfm-footnote-2.1.0.tgz",
3396 "integrity": "sha512-/yPhxI1ntnDNsiHtzLKYnE3vf9JZ6cAisqVDauhp4CEHxlb4uoOTxOCJ+9s51bIB8U1N1FJ1RXOKTIlD5B/gqw==",
3397 "dependencies": {
3398 "devlop": "^1.0.0",
3399 "micromark-core-commonmark": "^2.0.0",
3400 "micromark-factory-space": "^2.0.0",
3401 "micromark-util-character": "^2.0.0",
3402 "micromark-util-normalize-identifier": "^2.0.0",
3403 "micromark-util-sanitize-uri": "^2.0.0",
3404 "micromark-util-symbol": "^2.0.0",
3405 "micromark-util-types": "^2.0.0"
3406 },
3407 "funding": {
3408 "type": "opencollective",
3409 "url": "https://opencollective.com/unified"
3410 }
3411 },
3412 "node_modules/micromark-extension-gfm-strikethrough": {
3413 "version": "2.1.0",
3414 "resolved": "https://registry.npmjs.org/micromark-extension-gfm-strikethrough/-/micromark-extension-gfm-strikethrough-2.1.0.tgz",
3415 "integrity": "sha512-ADVjpOOkjz1hhkZLlBiYA9cR2Anf8F4HqZUO6e5eDcPQd0Txw5fxLzzxnEkSkfnD0wziSGiv7sYhk/ktvbf1uw==",
3416 "dependencies": {
3417 "devlop": "^1.0.0",
3418 "micromark-util-chunked": "^2.0.0",
3419 "micromark-util-classify-character": "^2.0.0",
3420 "micromark-util-resolve-all": "^2.0.0",
3421 "micromark-util-symbol": "^2.0.0",
3422 "micromark-util-types": "^2.0.0"
3423 },
3424 "funding": {
3425 "type": "opencollective",
3426 "url": "https://opencollective.com/unified"
3427 }
3428 },
3429 "node_modules/micromark-extension-gfm-table": {
3430 "version": "2.1.1",
3431 "resolved": "https://registry.npmjs.org/micromark-extension-gfm-table/-/micromark-extension-gfm-table-2.1.1.tgz",
3432 "integrity": "sha512-t2OU/dXXioARrC6yWfJ4hqB7rct14e8f7m0cbI5hUmDyyIlwv5vEtooptH8INkbLzOatzKuVbQmAYcbWoyz6Dg==",
3433 "dependencies": {
3434 "devlop": "^1.0.0",
3435 "micromark-factory-space": "^2.0.0",
3436 "micromark-util-character": "^2.0.0",
3437 "micromark-util-symbol": "^2.0.0",
3438 "micromark-util-types": "^2.0.0"
3439 },
3440 "funding": {
3441 "type": "opencollective",
3442 "url": "https://opencollective.com/unified"
3443 }
3444 },
3445 "node_modules/micromark-extension-gfm-tagfilter": {
3446 "version": "2.0.0",
3447 "resolved": "https://registry.npmjs.org/micromark-extension-gfm-tagfilter/-/micromark-extension-gfm-tagfilter-2.0.0.tgz",
3448 "integrity": "sha512-xHlTOmuCSotIA8TW1mDIM6X2O1SiX5P9IuDtqGonFhEK0qgRI4yeC6vMxEV2dgyr2TiD+2PQ10o+cOhdVAcwfg==",
3449 "dependencies": {
3450 "micromark-util-types": "^2.0.0"
3451 },
3452 "funding": {
3453 "type": "opencollective",
3454 "url": "https://opencollective.com/unified"
3455 }
3456 },
3457 "node_modules/micromark-extension-gfm-task-list-item": {
3458 "version": "2.1.0",
3459 "resolved": "https://registry.npmjs.org/micromark-extension-gfm-task-list-item/-/micromark-extension-gfm-task-list-item-2.1.0.tgz",
3460 "integrity": "sha512-qIBZhqxqI6fjLDYFTBIa4eivDMnP+OZqsNwmQ3xNLE4Cxwc+zfQEfbs6tzAo2Hjq+bh6q5F+Z8/cksrLFYWQQw==",
3461 "dependencies": {
3462 "devlop": "^1.0.0",
3463 "micromark-factory-space": "^2.0.0",
3464 "micromark-util-character": "^2.0.0",
3465 "micromark-util-symbol": "^2.0.0",
3466 "micromark-util-types": "^2.0.0"
3467 },
3468 "funding": {
3469 "type": "opencollective",
3470 "url": "https://opencollective.com/unified"
3471 }
3472 },
3473 "node_modules/micromark-factory-destination": {
3474 "version": "2.0.1",
3475 "resolved": "https://registry.npmjs.org/micromark-factory-destination/-/micromark-factory-destination-2.0.1.tgz",
3476 "integrity": "sha512-Xe6rDdJlkmbFRExpTOmRj9N3MaWmbAgdpSrBQvCFqhezUn4AHqJHbaEnfbVYYiexVSs//tqOdY/DxhjdCiJnIA==",
3477 "funding": [
3478 {
3479 "type": "GitHub Sponsors",
3480 "url": "https://github.com/sponsors/unifiedjs"
3481 },
3482 {
3483 "type": "OpenCollective",
3484 "url": "https://opencollective.com/unified"
3485 }
3486 ],
3487 "dependencies": {
3488 "micromark-util-character": "^2.0.0",
3489 "micromark-util-symbol": "^2.0.0",
3490 "micromark-util-types": "^2.0.0"
3491 }
3492 },
3493 "node_modules/micromark-factory-label": {
3494 "version": "2.0.1",
3495 "resolved": "https://registry.npmjs.org/micromark-factory-label/-/micromark-factory-label-2.0.1.tgz",
3496 "integrity": "sha512-VFMekyQExqIW7xIChcXn4ok29YE3rnuyveW3wZQWWqF4Nv9Wk5rgJ99KzPvHjkmPXF93FXIbBp6YdW3t71/7Vg==",
3497 "funding": [
3498 {
3499 "type": "GitHub Sponsors",
3500 "url": "https://github.com/sponsors/unifiedjs"
3501 },
3502 {
3503 "type": "OpenCollective",
3504 "url": "https://opencollective.com/unified"
3505 }
3506 ],
3507 "dependencies": {
3508 "devlop": "^1.0.0",
3509 "micromark-util-character": "^2.0.0",
3510 "micromark-util-symbol": "^2.0.0",
3511 "micromark-util-types": "^2.0.0"
3512 }
3513 },
3514 "node_modules/micromark-factory-space": {
3515 "version": "2.0.1",
3516 "resolved": "https://registry.npmjs.org/micromark-factory-space/-/micromark-factory-space-2.0.1.tgz",
3517 "integrity": "sha512-zRkxjtBxxLd2Sc0d+fbnEunsTj46SWXgXciZmHq0kDYGnck/ZSGj9/wULTV95uoeYiK5hRXP2mJ98Uo4cq/LQg==",
3518 "funding": [
3519 {
3520 "type": "GitHub Sponsors",
3521 "url": "https://github.com/sponsors/unifiedjs"
3522 },
3523 {
3524 "type": "OpenCollective",
3525 "url": "https://opencollective.com/unified"
3526 }
3527 ],
3528 "dependencies": {
3529 "micromark-util-character": "^2.0.0",
3530 "micromark-util-types": "^2.0.0"
3531 }
3532 },
3533 "node_modules/micromark-factory-title": {
3534 "version": "2.0.1",
3535 "resolved": "https://registry.npmjs.org/micromark-factory-title/-/micromark-factory-title-2.0.1.tgz",
3536 "integrity": "sha512-5bZ+3CjhAd9eChYTHsjy6TGxpOFSKgKKJPJxr293jTbfry2KDoWkhBb6TcPVB4NmzaPhMs1Frm9AZH7OD4Cjzw==",
3537 "funding": [
3538 {
3539 "type": "GitHub Sponsors",
3540 "url": "https://github.com/sponsors/unifiedjs"
3541 },
3542 {
3543 "type": "OpenCollective",
3544 "url": "https://opencollective.com/unified"
3545 }
3546 ],
3547 "dependencies": {
3548 "micromark-factory-space": "^2.0.0",
3549 "micromark-util-character": "^2.0.0",
3550 "micromark-util-symbol": "^2.0.0",
3551 "micromark-util-types": "^2.0.0"
3552 }
3553 },
3554 "node_modules/micromark-factory-whitespace": {
3555 "version": "2.0.1",
3556 "resolved": "https://registry.npmjs.org/micromark-factory-whitespace/-/micromark-factory-whitespace-2.0.1.tgz",
3557 "integrity": "sha512-Ob0nuZ3PKt/n0hORHyvoD9uZhr+Za8sFoP+OnMcnWK5lngSzALgQYKMr9RJVOWLqQYuyn6ulqGWSXdwf6F80lQ==",
3558 "funding": [
3559 {
3560 "type": "GitHub Sponsors",
3561 "url": "https://github.com/sponsors/unifiedjs"
3562 },
3563 {
3564 "type": "OpenCollective",
3565 "url": "https://opencollective.com/unified"
3566 }
3567 ],
3568 "dependencies": {
3569 "micromark-factory-space": "^2.0.0",
3570 "micromark-util-character": "^2.0.0",
3571 "micromark-util-symbol": "^2.0.0",
3572 "micromark-util-types": "^2.0.0"
3573 }
3574 },
3575 "node_modules/micromark-util-character": {
3576 "version": "2.1.1",
3577 "resolved": "https://registry.npmjs.org/micromark-util-character/-/micromark-util-character-2.1.1.tgz",
3578 "integrity": "sha512-wv8tdUTJ3thSFFFJKtpYKOYiGP2+v96Hvk4Tu8KpCAsTMs6yi+nVmGh1syvSCsaxz45J6Jbw+9DD6g97+NV67Q==",
3579 "funding": [
3580 {
3581 "type": "GitHub Sponsors",
3582 "url": "https://github.com/sponsors/unifiedjs"
3583 },
3584 {
3585 "type": "OpenCollective",
3586 "url": "https://opencollective.com/unified"
3587 }
3588 ],
3589 "dependencies": {
3590 "micromark-util-symbol": "^2.0.0",
3591 "micromark-util-types": "^2.0.0"
3592 }
3593 },
3594 "node_modules/micromark-util-chunked": {
3595 "version": "2.0.1",
3596 "resolved": "https://registry.npmjs.org/micromark-util-chunked/-/micromark-util-chunked-2.0.1.tgz",
3597 "integrity": "sha512-QUNFEOPELfmvv+4xiNg2sRYeS/P84pTW0TCgP5zc9FpXetHY0ab7SxKyAQCNCc1eK0459uoLI1y5oO5Vc1dbhA==",
3598 "funding": [
3599 {
3600 "type": "GitHub Sponsors",
3601 "url": "https://github.com/sponsors/unifiedjs"
3602 },
3603 {
3604 "type": "OpenCollective",
3605 "url": "https://opencollective.com/unified"
3606 }
3607 ],
3608 "dependencies": {
3609 "micromark-util-symbol": "^2.0.0"
3610 }
3611 },
3612 "node_modules/micromark-util-classify-character": {
3613 "version": "2.0.1",
3614 "resolved": "https://registry.npmjs.org/micromark-util-classify-character/-/micromark-util-classify-character-2.0.1.tgz",
3615 "integrity": "sha512-K0kHzM6afW/MbeWYWLjoHQv1sgg2Q9EccHEDzSkxiP/EaagNzCm7T/WMKZ3rjMbvIpvBiZgwR3dKMygtA4mG1Q==",
3616 "funding": [
3617 {
3618 "type": "GitHub Sponsors",
3619 "url": "https://github.com/sponsors/unifiedjs"
3620 },
3621 {
3622 "type": "OpenCollective",
3623 "url": "https://opencollective.com/unified"
3624 }
3625 ],
3626 "dependencies": {
3627 "micromark-util-character": "^2.0.0",
3628 "micromark-util-symbol": "^2.0.0",
3629 "micromark-util-types": "^2.0.0"
3630 }
3631 },
3632 "node_modules/micromark-util-combine-extensions": {
3633 "version": "2.0.1",
3634 "resolved": "https://registry.npmjs.org/micromark-util-combine-extensions/-/micromark-util-combine-extensions-2.0.1.tgz",
3635 "integrity": "sha512-OnAnH8Ujmy59JcyZw8JSbK9cGpdVY44NKgSM7E9Eh7DiLS2E9RNQf0dONaGDzEG9yjEl5hcqeIsj4hfRkLH/Bg==",
3636 "funding": [
3637 {
3638 "type": "GitHub Sponsors",
3639 "url": "https://github.com/sponsors/unifiedjs"
3640 },
3641 {
3642 "type": "OpenCollective",
3643 "url": "https://opencollective.com/unified"
3644 }
3645 ],
3646 "dependencies": {
3647 "micromark-util-chunked": "^2.0.0",
3648 "micromark-util-types": "^2.0.0"
3649 }
3650 },
3651 "node_modules/micromark-util-decode-numeric-character-reference": {
3652 "version": "2.0.2",
3653 "resolved": "https://registry.npmjs.org/micromark-util-decode-numeric-character-reference/-/micromark-util-decode-numeric-character-reference-2.0.2.tgz",
3654 "integrity": "sha512-ccUbYk6CwVdkmCQMyr64dXz42EfHGkPQlBj5p7YVGzq8I7CtjXZJrubAYezf7Rp+bjPseiROqe7G6foFd+lEuw==",
3655 "funding": [
3656 {
3657 "type": "GitHub Sponsors",
3658 "url": "https://github.com/sponsors/unifiedjs"
3659 },
3660 {
3661 "type": "OpenCollective",
3662 "url": "https://opencollective.com/unified"
3663 }
3664 ],
3665 "dependencies": {
3666 "micromark-util-symbol": "^2.0.0"
3667 }
3668 },
3669 "node_modules/micromark-util-decode-string": {
3670 "version": "2.0.1",
3671 "resolved": "https://registry.npmjs.org/micromark-util-decode-string/-/micromark-util-decode-string-2.0.1.tgz",
3672 "integrity": "sha512-nDV/77Fj6eH1ynwscYTOsbK7rR//Uj0bZXBwJZRfaLEJ1iGBR6kIfNmlNqaqJf649EP0F3NWNdeJi03elllNUQ==",
3673 "funding": [
3674 {
3675 "type": "GitHub Sponsors",
3676 "url": "https://github.com/sponsors/unifiedjs"
3677 },
3678 {
3679 "type": "OpenCollective",
3680 "url": "https://opencollective.com/unified"
3681 }
3682 ],
3683 "dependencies": {
3684 "decode-named-character-reference": "^1.0.0",
3685 "micromark-util-character": "^2.0.0",
3686 "micromark-util-decode-numeric-character-reference": "^2.0.0",
3687 "micromark-util-symbol": "^2.0.0"
3688 }
3689 },
3690 "node_modules/micromark-util-encode": {
3691 "version": "2.0.1",
3692 "resolved": "https://registry.npmjs.org/micromark-util-encode/-/micromark-util-encode-2.0.1.tgz",
3693 "integrity": "sha512-c3cVx2y4KqUnwopcO9b/SCdo2O67LwJJ/UyqGfbigahfegL9myoEFoDYZgkT7f36T0bLrM9hZTAaAyH+PCAXjw==",
3694 "funding": [
3695 {
3696 "type": "GitHub Sponsors",
3697 "url": "https://github.com/sponsors/unifiedjs"
3698 },
3699 {
3700 "type": "OpenCollective",
3701 "url": "https://opencollective.com/unified"
3702 }
3703 ]
3704 },
3705 "node_modules/micromark-util-html-tag-name": {
3706 "version": "2.0.1",
3707 "resolved": "https://registry.npmjs.org/micromark-util-html-tag-name/-/micromark-util-html-tag-name-2.0.1.tgz",
3708 "integrity": "sha512-2cNEiYDhCWKI+Gs9T0Tiysk136SnR13hhO8yW6BGNyhOC4qYFnwF1nKfD3HFAIXA5c45RrIG1ub11GiXeYd1xA==",
3709 "funding": [
3710 {
3711 "type": "GitHub Sponsors",
3712 "url": "https://github.com/sponsors/unifiedjs"
3713 },
3714 {
3715 "type": "OpenCollective",
3716 "url": "https://opencollective.com/unified"
3717 }
3718 ]
3719 },
3720 "node_modules/micromark-util-normalize-identifier": {
3721 "version": "2.0.1",
3722 "resolved": "https://registry.npmjs.org/micromark-util-normalize-identifier/-/micromark-util-normalize-identifier-2.0.1.tgz",
3723 "integrity": "sha512-sxPqmo70LyARJs0w2UclACPUUEqltCkJ6PhKdMIDuJ3gSf/Q+/GIe3WKl0Ijb/GyH9lOpUkRAO2wp0GVkLvS9Q==",
3724 "funding": [
3725 {
3726 "type": "GitHub Sponsors",
3727 "url": "https://github.com/sponsors/unifiedjs"
3728 },
3729 {
3730 "type": "OpenCollective",
3731 "url": "https://opencollective.com/unified"
3732 }
3733 ],
3734 "dependencies": {
3735 "micromark-util-symbol": "^2.0.0"
3736 }
3737 },
3738 "node_modules/micromark-util-resolve-all": {
3739 "version": "2.0.1",
3740 "resolved": "https://registry.npmjs.org/micromark-util-resolve-all/-/micromark-util-resolve-all-2.0.1.tgz",
3741 "integrity": "sha512-VdQyxFWFT2/FGJgwQnJYbe1jjQoNTS4RjglmSjTUlpUMa95Htx9NHeYW4rGDJzbjvCsl9eLjMQwGeElsqmzcHg==",
3742 "funding": [
3743 {
3744 "type": "GitHub Sponsors",
3745 "url": "https://github.com/sponsors/unifiedjs"
3746 },
3747 {
3748 "type": "OpenCollective",
3749 "url": "https://opencollective.com/unified"
3750 }
3751 ],
3752 "dependencies": {
3753 "micromark-util-types": "^2.0.0"
3754 }
3755 },
3756 "node_modules/micromark-util-sanitize-uri": {
3757 "version": "2.0.1",
3758 "resolved": "https://registry.npmjs.org/micromark-util-sanitize-uri/-/micromark-util-sanitize-uri-2.0.1.tgz",
3759 "integrity": "sha512-9N9IomZ/YuGGZZmQec1MbgxtlgougxTodVwDzzEouPKo3qFWvymFHWcnDi2vzV1ff6kas9ucW+o3yzJK9YB1AQ==",
3760 "funding": [
3761 {
3762 "type": "GitHub Sponsors",
3763 "url": "https://github.com/sponsors/unifiedjs"
3764 },
3765 {
3766 "type": "OpenCollective",
3767 "url": "https://opencollective.com/unified"
3768 }
3769 ],
3770 "dependencies": {
3771 "micromark-util-character": "^2.0.0",
3772 "micromark-util-encode": "^2.0.0",
3773 "micromark-util-symbol": "^2.0.0"
3774 }
3775 },
3776 "node_modules/micromark-util-subtokenize": {
3777 "version": "2.1.0",
3778 "resolved": "https://registry.npmjs.org/micromark-util-subtokenize/-/micromark-util-subtokenize-2.1.0.tgz",
3779 "integrity": "sha512-XQLu552iSctvnEcgXw6+Sx75GflAPNED1qx7eBJ+wydBb2KCbRZe+NwvIEEMM83uml1+2WSXpBAcp9IUCgCYWA==",
3780 "funding": [
3781 {
3782 "type": "GitHub Sponsors",
3783 "url": "https://github.com/sponsors/unifiedjs"
3784 },
3785 {
3786 "type": "OpenCollective",
3787 "url": "https://opencollective.com/unified"
3788 }
3789 ],
3790 "dependencies": {
3791 "devlop": "^1.0.0",
3792 "micromark-util-chunked": "^2.0.0",
3793 "micromark-util-symbol": "^2.0.0",
3794 "micromark-util-types": "^2.0.0"
3795 }
3796 },
3797 "node_modules/micromark-util-symbol": {
3798 "version": "2.0.1",
3799 "resolved": "https://registry.npmjs.org/micromark-util-symbol/-/micromark-util-symbol-2.0.1.tgz",
3800 "integrity": "sha512-vs5t8Apaud9N28kgCrRUdEed4UJ+wWNvicHLPxCa9ENlYuAY31M0ETy5y1vA33YoNPDFTghEbnh6efaE8h4x0Q==",
3801 "funding": [
3802 {
3803 "type": "GitHub Sponsors",
3804 "url": "https://github.com/sponsors/unifiedjs"
3805 },
3806 {
3807 "type": "OpenCollective",
3808 "url": "https://opencollective.com/unified"
3809 }
3810 ]
3811 },
3812 "node_modules/micromark-util-types": {
3813 "version": "2.0.2",
3814 "resolved": "https://registry.npmjs.org/micromark-util-types/-/micromark-util-types-2.0.2.tgz",
3815 "integrity": "sha512-Yw0ECSpJoViF1qTU4DC6NwtC4aWGt1EkzaQB8KPPyCRR8z9TWeV0HbEFGTO+ZY1wB22zmxnJqhPyTpOVCpeHTA==",
3816 "funding": [
3817 {
3818 "type": "GitHub Sponsors",
3819 "url": "https://github.com/sponsors/unifiedjs"
3820 },
3821 {
3822 "type": "OpenCollective",
3823 "url": "https://opencollective.com/unified"
3824 }
3825 ]
3826 },
3827 "node_modules/mrmime": {
3828 "version": "2.0.1",
3829 "resolved": "https://registry.npmjs.org/mrmime/-/mrmime-2.0.1.tgz",
3830 "integrity": "sha512-Y3wQdFg2Va6etvQ5I82yUhGdsKrcYox6p7FfL1LbK2J4V01F9TGlepTIhnK24t7koZibmg82KGglhA1XK5IsLQ==",
3831 "engines": {
3832 "node": ">=10"
3833 }
3834 },
3835 "node_modules/ms": {
3836 "version": "2.1.3",
3837 "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
3838 "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA=="
3839 },
3840 "node_modules/multiformats": {
3841 "version": "9.9.0",
3842 "resolved": "https://registry.npmjs.org/multiformats/-/multiformats-9.9.0.tgz",
3843 "integrity": "sha512-HoMUjhH9T8DDBNT+6xzkrd9ga/XiBI4xLr58LJACwK6G3HTOPeMz4nB4KJs33L2BelrIJa7P0VuNaVF3hMYfjg=="
3844 },
3845 "node_modules/nanoid": {
3846 "version": "3.3.11",
3847 "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.11.tgz",
3848 "integrity": "sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==",
3849 "funding": [
3850 {
3851 "type": "github",
3852 "url": "https://github.com/sponsors/ai"
3853 }
3854 ],
3855 "bin": {
3856 "nanoid": "bin/nanoid.cjs"
3857 },
3858 "engines": {
3859 "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
3860 }
3861 },
3862 "node_modules/neotraverse": {
3863 "version": "0.6.18",
3864 "resolved": "https://registry.npmjs.org/neotraverse/-/neotraverse-0.6.18.tgz",
3865 "integrity": "sha512-Z4SmBUweYa09+o6pG+eASabEpP6QkQ70yHj351pQoEXIs8uHbaU2DWVmzBANKgflPa47A50PtB2+NgRpQvr7vA==",
3866 "engines": {
3867 "node": ">= 10"
3868 }
3869 },
3870 "node_modules/nlcst-to-string": {
3871 "version": "4.0.0",
3872 "resolved": "https://registry.npmjs.org/nlcst-to-string/-/nlcst-to-string-4.0.0.tgz",
3873 "integrity": "sha512-YKLBCcUYKAg0FNlOBT6aI91qFmSiFKiluk655WzPF+DDMA02qIyy8uiRqI8QXtcFpEvll12LpL5MXqEmAZ+dcA==",
3874 "dependencies": {
3875 "@types/nlcst": "^2.0.0"
3876 },
3877 "funding": {
3878 "type": "opencollective",
3879 "url": "https://opencollective.com/unified"
3880 }
3881 },
3882 "node_modules/node-cache": {
3883 "version": "5.1.2",
3884 "resolved": "https://registry.npmjs.org/node-cache/-/node-cache-5.1.2.tgz",
3885 "integrity": "sha512-t1QzWwnk4sjLWaQAS8CHgOJ+RAfmHpxFWmc36IWTiWHQfs0w5JDMBS1b1ZxQteo0vVVuWJvIUKHDkkeK7vIGCg==",
3886 "dependencies": {
3887 "clone": "2.x"
3888 },
3889 "engines": {
3890 "node": ">= 8.0.0"
3891 }
3892 },
3893 "node_modules/node-fetch": {
3894 "version": "2.7.0",
3895 "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.7.0.tgz",
3896 "integrity": "sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==",
3897 "dependencies": {
3898 "whatwg-url": "^5.0.0"
3899 },
3900 "engines": {
3901 "node": "4.x || >=6.0.0"
3902 },
3903 "peerDependencies": {
3904 "encoding": "^0.1.0"
3905 },
3906 "peerDependenciesMeta": {
3907 "encoding": {
3908 "optional": true
3909 }
3910 }
3911 },
3912 "node_modules/node-fetch-native": {
3913 "version": "1.6.6",
3914 "resolved": "https://registry.npmjs.org/node-fetch-native/-/node-fetch-native-1.6.6.tgz",
3915 "integrity": "sha512-8Mc2HhqPdlIfedsuZoc3yioPuzp6b+L5jRCRY1QzuWZh2EGJVQrGppC6V6cF0bLdbW0+O2YpqCA25aF/1lvipQ=="
3916 },
3917 "node_modules/node-mock-http": {
3918 "version": "1.0.0",
3919 "resolved": "https://registry.npmjs.org/node-mock-http/-/node-mock-http-1.0.0.tgz",
3920 "integrity": "sha512-0uGYQ1WQL1M5kKvGRXWQ3uZCHtLTO8hln3oBjIusM75WoesZ909uQJs/Hb946i2SS+Gsrhkaa6iAO17jRIv6DQ=="
3921 },
3922 "node_modules/node-releases": {
3923 "version": "2.0.19",
3924 "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.19.tgz",
3925 "integrity": "sha512-xxOWJsBKtzAq7DY0J+DTzuz58K8e7sJbdgwkbMWQe8UYB6ekmsQ45q0M/tJDsGaZmbC+l7n57UV8Hl5tHxO9uw=="
3926 },
3927 "node_modules/normalize-path": {
3928 "version": "3.0.0",
3929 "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz",
3930 "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==",
3931 "engines": {
3932 "node": ">=0.10.0"
3933 }
3934 },
3935 "node_modules/ofetch": {
3936 "version": "1.4.1",
3937 "resolved": "https://registry.npmjs.org/ofetch/-/ofetch-1.4.1.tgz",
3938 "integrity": "sha512-QZj2DfGplQAr2oj9KzceK9Hwz6Whxazmn85yYeVuS3u9XTMOGMRx0kO95MQ+vLsj/S/NwBDMMLU5hpxvI6Tklw==",
3939 "dependencies": {
3940 "destr": "^2.0.3",
3941 "node-fetch-native": "^1.6.4",
3942 "ufo": "^1.5.4"
3943 }
3944 },
3945 "node_modules/ohash": {
3946 "version": "2.0.11",
3947 "resolved": "https://registry.npmjs.org/ohash/-/ohash-2.0.11.tgz",
3948 "integrity": "sha512-RdR9FQrFwNBNXAr4GixM8YaRZRJ5PUWbKYbE5eOsrwAjJW0q2REGcf79oYPsLyskQCZG1PLN+S/K1V00joZAoQ=="
3949 },
3950 "node_modules/oniguruma-parser": {
3951 "version": "0.12.1",
3952 "resolved": "https://registry.npmjs.org/oniguruma-parser/-/oniguruma-parser-0.12.1.tgz",
3953 "integrity": "sha512-8Unqkvk1RYc6yq2WBYRj4hdnsAxVze8i7iPfQr8e4uSP3tRv0rpZcbGUDvxfQQcdwHt/e9PrMvGCsa8OqG9X3w=="
3954 },
3955 "node_modules/oniguruma-to-es": {
3956 "version": "4.3.3",
3957 "resolved": "https://registry.npmjs.org/oniguruma-to-es/-/oniguruma-to-es-4.3.3.tgz",
3958 "integrity": "sha512-rPiZhzC3wXwE59YQMRDodUwwT9FZ9nNBwQQfsd1wfdtlKEyCdRV0avrTcSZ5xlIvGRVPd/cx6ZN45ECmS39xvg==",
3959 "dependencies": {
3960 "oniguruma-parser": "^0.12.1",
3961 "regex": "^6.0.1",
3962 "regex-recursion": "^6.0.2"
3963 }
3964 },
3965 "node_modules/p-limit": {
3966 "version": "6.2.0",
3967 "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-6.2.0.tgz",
3968 "integrity": "sha512-kuUqqHNUqoIWp/c467RI4X6mmyuojY5jGutNU0wVTmEOOfcuwLqyMVoAi9MKi2Ak+5i9+nhmrK4ufZE8069kHA==",
3969 "dependencies": {
3970 "yocto-queue": "^1.1.1"
3971 },
3972 "engines": {
3973 "node": ">=18"
3974 },
3975 "funding": {
3976 "url": "https://github.com/sponsors/sindresorhus"
3977 }
3978 },
3979 "node_modules/p-queue": {
3980 "version": "8.1.0",
3981 "resolved": "https://registry.npmjs.org/p-queue/-/p-queue-8.1.0.tgz",
3982 "integrity": "sha512-mxLDbbGIBEXTJL0zEx8JIylaj3xQ7Z/7eEVjcF9fJX4DBiH9oqe+oahYnlKKxm0Ci9TlWTyhSHgygxMxjIB2jw==",
3983 "dependencies": {
3984 "eventemitter3": "^5.0.1",
3985 "p-timeout": "^6.1.2"
3986 },
3987 "engines": {
3988 "node": ">=18"
3989 },
3990 "funding": {
3991 "url": "https://github.com/sponsors/sindresorhus"
3992 }
3993 },
3994 "node_modules/p-timeout": {
3995 "version": "6.1.4",
3996 "resolved": "https://registry.npmjs.org/p-timeout/-/p-timeout-6.1.4.tgz",
3997 "integrity": "sha512-MyIV3ZA/PmyBN/ud8vV9XzwTrNtR4jFrObymZYnZqMmW0zA8Z17vnT0rBgFE/TlohB+YCHqXMgZzb3Csp49vqg==",
3998 "engines": {
3999 "node": ">=14.16"
4000 },
4001 "funding": {
4002 "url": "https://github.com/sponsors/sindresorhus"
4003 }
4004 },
4005 "node_modules/package-manager-detector": {
4006 "version": "1.3.0",
4007 "resolved": "https://registry.npmjs.org/package-manager-detector/-/package-manager-detector-1.3.0.tgz",
4008 "integrity": "sha512-ZsEbbZORsyHuO00lY1kV3/t72yp6Ysay6Pd17ZAlNGuGwmWDLCJxFpRs0IzfXfj1o4icJOkUEioexFHzyPurSQ=="
4009 },
4010 "node_modules/pako": {
4011 "version": "0.2.9",
4012 "resolved": "https://registry.npmjs.org/pako/-/pako-0.2.9.tgz",
4013 "integrity": "sha512-NUcwaKxUxWrZLpDG+z/xZaCgQITkA/Dv4V/T6bw7VON6l1Xz/VnrBqrYjZQ12TamKHzITTfOEIYUj48y2KXImA=="
4014 },
4015 "node_modules/parse-latin": {
4016 "version": "7.0.0",
4017 "resolved": "https://registry.npmjs.org/parse-latin/-/parse-latin-7.0.0.tgz",
4018 "integrity": "sha512-mhHgobPPua5kZ98EF4HWiH167JWBfl4pvAIXXdbaVohtK7a6YBOy56kvhCqduqyo/f3yrHFWmqmiMg/BkBkYYQ==",
4019 "dependencies": {
4020 "@types/nlcst": "^2.0.0",
4021 "@types/unist": "^3.0.0",
4022 "nlcst-to-string": "^4.0.0",
4023 "unist-util-modify-children": "^4.0.0",
4024 "unist-util-visit-children": "^3.0.0",
4025 "vfile": "^6.0.0"
4026 },
4027 "funding": {
4028 "type": "github",
4029 "url": "https://github.com/sponsors/wooorm"
4030 }
4031 },
4032 "node_modules/parse5": {
4033 "version": "7.3.0",
4034 "resolved": "https://registry.npmjs.org/parse5/-/parse5-7.3.0.tgz",
4035 "integrity": "sha512-IInvU7fabl34qmi9gY8XOVxhYyMyuH2xUNpb2q8/Y+7552KlejkRvqvD19nMoUW/uQGGbqNpA6Tufu5FL5BZgw==",
4036 "dependencies": {
4037 "entities": "^6.0.0"
4038 },
4039 "funding": {
4040 "url": "https://github.com/inikulin/parse5?sponsor=1"
4041 }
4042 },
4043 "node_modules/picocolors": {
4044 "version": "1.1.1",
4045 "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz",
4046 "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA=="
4047 },
4048 "node_modules/picomatch": {
4049 "version": "4.0.2",
4050 "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.2.tgz",
4051 "integrity": "sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==",
4052 "engines": {
4053 "node": ">=12"
4054 },
4055 "funding": {
4056 "url": "https://github.com/sponsors/jonschlinkert"
4057 }
4058 },
4059 "node_modules/postcss": {
4060 "version": "8.5.3",
4061 "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.3.tgz",
4062 "integrity": "sha512-dle9A3yYxlBSrt8Fu+IpjGT8SY8hN0mlaA6GY8t0P5PjIOZemULz/E2Bnm/2dcUOena75OTNkHI76uZBNUUq3A==",
4063 "funding": [
4064 {
4065 "type": "opencollective",
4066 "url": "https://opencollective.com/postcss/"
4067 },
4068 {
4069 "type": "tidelift",
4070 "url": "https://tidelift.com/funding/github/npm/postcss"
4071 },
4072 {
4073 "type": "github",
4074 "url": "https://github.com/sponsors/ai"
4075 }
4076 ],
4077 "dependencies": {
4078 "nanoid": "^3.3.8",
4079 "picocolors": "^1.1.1",
4080 "source-map-js": "^1.2.1"
4081 },
4082 "engines": {
4083 "node": "^10 || ^12 || >=14"
4084 }
4085 },
4086 "node_modules/prismjs": {
4087 "version": "1.30.0",
4088 "resolved": "https://registry.npmjs.org/prismjs/-/prismjs-1.30.0.tgz",
4089 "integrity": "sha512-DEvV2ZF2r2/63V+tK8hQvrR2ZGn10srHbXviTlcv7Kpzw8jWiNTqbVgjO3IY8RxrrOUF8VPMQQFysYYYv0YZxw==",
4090 "engines": {
4091 "node": ">=6"
4092 }
4093 },
4094 "node_modules/prompts": {
4095 "version": "2.4.2",
4096 "resolved": "https://registry.npmjs.org/prompts/-/prompts-2.4.2.tgz",
4097 "integrity": "sha512-NxNv/kLguCA7p3jE8oL2aEBsrJWgAakBpgmgK6lpPWV+WuOmY6r2/zbAVnP+T8bQlA0nzHXSJSJW0Hq7ylaD2Q==",
4098 "dependencies": {
4099 "kleur": "^3.0.3",
4100 "sisteransi": "^1.0.5"
4101 },
4102 "engines": {
4103 "node": ">= 6"
4104 }
4105 },
4106 "node_modules/prompts/node_modules/kleur": {
4107 "version": "3.0.3",
4108 "resolved": "https://registry.npmjs.org/kleur/-/kleur-3.0.3.tgz",
4109 "integrity": "sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w==",
4110 "engines": {
4111 "node": ">=6"
4112 }
4113 },
4114 "node_modules/property-information": {
4115 "version": "7.0.0",
4116 "resolved": "https://registry.npmjs.org/property-information/-/property-information-7.0.0.tgz",
4117 "integrity": "sha512-7D/qOz/+Y4X/rzSB6jKxKUsQnphO046ei8qxG59mtM3RG3DHgTK81HrxrmoDVINJb8NKT5ZsRbwHvQ6B68Iyhg==",
4118 "funding": {
4119 "type": "github",
4120 "url": "https://github.com/sponsors/wooorm"
4121 }
4122 },
4123 "node_modules/radix3": {
4124 "version": "1.1.2",
4125 "resolved": "https://registry.npmjs.org/radix3/-/radix3-1.1.2.tgz",
4126 "integrity": "sha512-b484I/7b8rDEdSDKckSSBA8knMpcdsXudlE/LNL639wFoHKwLbEkQFZHWEYwDC0wa0FKUcCY+GAF73Z7wxNVFA=="
4127 },
4128 "node_modules/react": {
4129 "version": "19.1.0",
4130 "resolved": "https://registry.npmjs.org/react/-/react-19.1.0.tgz",
4131 "integrity": "sha512-FS+XFBNvn3GTAWq26joslQgWNoFu08F4kl0J4CgdNKADkdSGXQyTCnKteIAJy96Br6YbpEU1LSzV5dYtjMkMDg==",
4132 "engines": {
4133 "node": ">=0.10.0"
4134 }
4135 },
4136 "node_modules/react-dom": {
4137 "version": "19.1.0",
4138 "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-19.1.0.tgz",
4139 "integrity": "sha512-Xs1hdnE+DyKgeHJeJznQmYMIBG3TKIHJJT95Q58nHLSrElKlGQqDTR2HQ9fx5CN/Gk6Vh/kupBTDLU11/nDk/g==",
4140 "dependencies": {
4141 "scheduler": "^0.26.0"
4142 },
4143 "peerDependencies": {
4144 "react": "^19.1.0"
4145 }
4146 },
4147 "node_modules/react-refresh": {
4148 "version": "0.17.0",
4149 "resolved": "https://registry.npmjs.org/react-refresh/-/react-refresh-0.17.0.tgz",
4150 "integrity": "sha512-z6F7K9bV85EfseRCp2bzrpyQ0Gkw1uLoCel9XBVWPg/TjRj94SkJzUTGfOa4bs7iJvBWtQG0Wq7wnI0syw3EBQ==",
4151 "engines": {
4152 "node": ">=0.10.0"
4153 }
4154 },
4155 "node_modules/readdirp": {
4156 "version": "4.1.2",
4157 "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-4.1.2.tgz",
4158 "integrity": "sha512-GDhwkLfywWL2s6vEjyhri+eXmfH6j1L7JE27WhqLeYzoh/A3DBaYGEj2H/HFZCn/kMfim73FXxEJTw06WtxQwg==",
4159 "engines": {
4160 "node": ">= 14.18.0"
4161 },
4162 "funding": {
4163 "type": "individual",
4164 "url": "https://paulmillr.com/funding/"
4165 }
4166 },
4167 "node_modules/regex": {
4168 "version": "6.0.1",
4169 "resolved": "https://registry.npmjs.org/regex/-/regex-6.0.1.tgz",
4170 "integrity": "sha512-uorlqlzAKjKQZ5P+kTJr3eeJGSVroLKoHmquUj4zHWuR+hEyNqlXsSKlYYF5F4NI6nl7tWCs0apKJ0lmfsXAPA==",
4171 "dependencies": {
4172 "regex-utilities": "^2.3.0"
4173 }
4174 },
4175 "node_modules/regex-recursion": {
4176 "version": "6.0.2",
4177 "resolved": "https://registry.npmjs.org/regex-recursion/-/regex-recursion-6.0.2.tgz",
4178 "integrity": "sha512-0YCaSCq2VRIebiaUviZNs0cBz1kg5kVS2UKUfNIx8YVs1cN3AV7NTctO5FOKBA+UT2BPJIWZauYHPqJODG50cg==",
4179 "dependencies": {
4180 "regex-utilities": "^2.3.0"
4181 }
4182 },
4183 "node_modules/regex-utilities": {
4184 "version": "2.3.0",
4185 "resolved": "https://registry.npmjs.org/regex-utilities/-/regex-utilities-2.3.0.tgz",
4186 "integrity": "sha512-8VhliFJAWRaUiVvREIiW2NXXTmHs4vMNnSzuJVhscgmGav3g9VDxLrQndI3dZZVVdp0ZO/5v0xmX516/7M9cng=="
4187 },
4188 "node_modules/rehype": {
4189 "version": "13.0.2",
4190 "resolved": "https://registry.npmjs.org/rehype/-/rehype-13.0.2.tgz",
4191 "integrity": "sha512-j31mdaRFrwFRUIlxGeuPXXKWQxet52RBQRvCmzl5eCefn/KGbomK5GMHNMsOJf55fgo3qw5tST5neDuarDYR2A==",
4192 "dependencies": {
4193 "@types/hast": "^3.0.0",
4194 "rehype-parse": "^9.0.0",
4195 "rehype-stringify": "^10.0.0",
4196 "unified": "^11.0.0"
4197 },
4198 "funding": {
4199 "type": "opencollective",
4200 "url": "https://opencollective.com/unified"
4201 }
4202 },
4203 "node_modules/rehype-parse": {
4204 "version": "9.0.1",
4205 "resolved": "https://registry.npmjs.org/rehype-parse/-/rehype-parse-9.0.1.tgz",
4206 "integrity": "sha512-ksCzCD0Fgfh7trPDxr2rSylbwq9iYDkSn8TCDmEJ49ljEUBxDVCzCHv7QNzZOfODanX4+bWQ4WZqLCRWYLfhag==",
4207 "dependencies": {
4208 "@types/hast": "^3.0.0",
4209 "hast-util-from-html": "^2.0.0",
4210 "unified": "^11.0.0"
4211 },
4212 "funding": {
4213 "type": "opencollective",
4214 "url": "https://opencollective.com/unified"
4215 }
4216 },
4217 "node_modules/rehype-raw": {
4218 "version": "7.0.0",
4219 "resolved": "https://registry.npmjs.org/rehype-raw/-/rehype-raw-7.0.0.tgz",
4220 "integrity": "sha512-/aE8hCfKlQeA8LmyeyQvQF3eBiLRGNlfBJEvWH7ivp9sBqs7TNqBL5X3v157rM4IFETqDnIOO+z5M/biZbo9Ww==",
4221 "dependencies": {
4222 "@types/hast": "^3.0.0",
4223 "hast-util-raw": "^9.0.0",
4224 "vfile": "^6.0.0"
4225 },
4226 "funding": {
4227 "type": "opencollective",
4228 "url": "https://opencollective.com/unified"
4229 }
4230 },
4231 "node_modules/rehype-stringify": {
4232 "version": "10.0.1",
4233 "resolved": "https://registry.npmjs.org/rehype-stringify/-/rehype-stringify-10.0.1.tgz",
4234 "integrity": "sha512-k9ecfXHmIPuFVI61B9DeLPN0qFHfawM6RsuX48hoqlaKSF61RskNjSm1lI8PhBEM0MRdLxVVm4WmTqJQccH9mA==",
4235 "dependencies": {
4236 "@types/hast": "^3.0.0",
4237 "hast-util-to-html": "^9.0.0",
4238 "unified": "^11.0.0"
4239 },
4240 "funding": {
4241 "type": "opencollective",
4242 "url": "https://opencollective.com/unified"
4243 }
4244 },
4245 "node_modules/remark-gfm": {
4246 "version": "4.0.1",
4247 "resolved": "https://registry.npmjs.org/remark-gfm/-/remark-gfm-4.0.1.tgz",
4248 "integrity": "sha512-1quofZ2RQ9EWdeN34S79+KExV1764+wCUGop5CPL1WGdD0ocPpu91lzPGbwWMECpEpd42kJGQwzRfyov9j4yNg==",
4249 "dependencies": {
4250 "@types/mdast": "^4.0.0",
4251 "mdast-util-gfm": "^3.0.0",
4252 "micromark-extension-gfm": "^3.0.0",
4253 "remark-parse": "^11.0.0",
4254 "remark-stringify": "^11.0.0",
4255 "unified": "^11.0.0"
4256 },
4257 "funding": {
4258 "type": "opencollective",
4259 "url": "https://opencollective.com/unified"
4260 }
4261 },
4262 "node_modules/remark-parse": {
4263 "version": "11.0.0",
4264 "resolved": "https://registry.npmjs.org/remark-parse/-/remark-parse-11.0.0.tgz",
4265 "integrity": "sha512-FCxlKLNGknS5ba/1lmpYijMUzX2esxW5xQqjWxw2eHFfS2MSdaHVINFmhjo+qN1WhZhNimq0dZATN9pH0IDrpA==",
4266 "dependencies": {
4267 "@types/mdast": "^4.0.0",
4268 "mdast-util-from-markdown": "^2.0.0",
4269 "micromark-util-types": "^2.0.0",
4270 "unified": "^11.0.0"
4271 },
4272 "funding": {
4273 "type": "opencollective",
4274 "url": "https://opencollective.com/unified"
4275 }
4276 },
4277 "node_modules/remark-rehype": {
4278 "version": "11.1.2",
4279 "resolved": "https://registry.npmjs.org/remark-rehype/-/remark-rehype-11.1.2.tgz",
4280 "integrity": "sha512-Dh7l57ianaEoIpzbp0PC9UKAdCSVklD8E5Rpw7ETfbTl3FqcOOgq5q2LVDhgGCkaBv7p24JXikPdvhhmHvKMsw==",
4281 "dependencies": {
4282 "@types/hast": "^3.0.0",
4283 "@types/mdast": "^4.0.0",
4284 "mdast-util-to-hast": "^13.0.0",
4285 "unified": "^11.0.0",
4286 "vfile": "^6.0.0"
4287 },
4288 "funding": {
4289 "type": "opencollective",
4290 "url": "https://opencollective.com/unified"
4291 }
4292 },
4293 "node_modules/remark-smartypants": {
4294 "version": "3.0.2",
4295 "resolved": "https://registry.npmjs.org/remark-smartypants/-/remark-smartypants-3.0.2.tgz",
4296 "integrity": "sha512-ILTWeOriIluwEvPjv67v7Blgrcx+LZOkAUVtKI3putuhlZm84FnqDORNXPPm+HY3NdZOMhyDwZ1E+eZB/Df5dA==",
4297 "dependencies": {
4298 "retext": "^9.0.0",
4299 "retext-smartypants": "^6.0.0",
4300 "unified": "^11.0.4",
4301 "unist-util-visit": "^5.0.0"
4302 },
4303 "engines": {
4304 "node": ">=16.0.0"
4305 }
4306 },
4307 "node_modules/remark-stringify": {
4308 "version": "11.0.0",
4309 "resolved": "https://registry.npmjs.org/remark-stringify/-/remark-stringify-11.0.0.tgz",
4310 "integrity": "sha512-1OSmLd3awB/t8qdoEOMazZkNsfVTeY4fTsgzcQFdXNq8ToTN4ZGwrMnlda4K6smTFKD+GRV6O48i6Z4iKgPPpw==",
4311 "dependencies": {
4312 "@types/mdast": "^4.0.0",
4313 "mdast-util-to-markdown": "^2.0.0",
4314 "unified": "^11.0.0"
4315 },
4316 "funding": {
4317 "type": "opencollective",
4318 "url": "https://opencollective.com/unified"
4319 }
4320 },
4321 "node_modules/resolve-pkg-maps": {
4322 "version": "1.0.0",
4323 "resolved": "https://registry.npmjs.org/resolve-pkg-maps/-/resolve-pkg-maps-1.0.0.tgz",
4324 "integrity": "sha512-seS2Tj26TBVOC2NIc2rOe2y2ZO7efxITtLZcGSOnHHNOQ7CkiUBfw0Iw2ck6xkIhPwLhKNLS8BO+hEpngQlqzw==",
4325 "devOptional": true,
4326 "funding": {
4327 "url": "https://github.com/privatenumber/resolve-pkg-maps?sponsor=1"
4328 }
4329 },
4330 "node_modules/restructure": {
4331 "version": "3.0.2",
4332 "resolved": "https://registry.npmjs.org/restructure/-/restructure-3.0.2.tgz",
4333 "integrity": "sha512-gSfoiOEA0VPE6Tukkrr7I0RBdE0s7H1eFCDBk05l1KIQT1UIKNc5JZy6jdyW6eYH3aR3g5b3PuL77rq0hvwtAw=="
4334 },
4335 "node_modules/retext": {
4336 "version": "9.0.0",
4337 "resolved": "https://registry.npmjs.org/retext/-/retext-9.0.0.tgz",
4338 "integrity": "sha512-sbMDcpHCNjvlheSgMfEcVrZko3cDzdbe1x/e7G66dFp0Ff7Mldvi2uv6JkJQzdRcvLYE8CA8Oe8siQx8ZOgTcA==",
4339 "dependencies": {
4340 "@types/nlcst": "^2.0.0",
4341 "retext-latin": "^4.0.0",
4342 "retext-stringify": "^4.0.0",
4343 "unified": "^11.0.0"
4344 },
4345 "funding": {
4346 "type": "opencollective",
4347 "url": "https://opencollective.com/unified"
4348 }
4349 },
4350 "node_modules/retext-latin": {
4351 "version": "4.0.0",
4352 "resolved": "https://registry.npmjs.org/retext-latin/-/retext-latin-4.0.0.tgz",
4353 "integrity": "sha512-hv9woG7Fy0M9IlRQloq/N6atV82NxLGveq+3H2WOi79dtIYWN8OaxogDm77f8YnVXJL2VD3bbqowu5E3EMhBYA==",
4354 "dependencies": {
4355 "@types/nlcst": "^2.0.0",
4356 "parse-latin": "^7.0.0",
4357 "unified": "^11.0.0"
4358 },
4359 "funding": {
4360 "type": "opencollective",
4361 "url": "https://opencollective.com/unified"
4362 }
4363 },
4364 "node_modules/retext-smartypants": {
4365 "version": "6.2.0",
4366 "resolved": "https://registry.npmjs.org/retext-smartypants/-/retext-smartypants-6.2.0.tgz",
4367 "integrity": "sha512-kk0jOU7+zGv//kfjXEBjdIryL1Acl4i9XNkHxtM7Tm5lFiCog576fjNC9hjoR7LTKQ0DsPWy09JummSsH1uqfQ==",
4368 "dependencies": {
4369 "@types/nlcst": "^2.0.0",
4370 "nlcst-to-string": "^4.0.0",
4371 "unist-util-visit": "^5.0.0"
4372 },
4373 "funding": {
4374 "type": "opencollective",
4375 "url": "https://opencollective.com/unified"
4376 }
4377 },
4378 "node_modules/retext-stringify": {
4379 "version": "4.0.0",
4380 "resolved": "https://registry.npmjs.org/retext-stringify/-/retext-stringify-4.0.0.tgz",
4381 "integrity": "sha512-rtfN/0o8kL1e+78+uxPTqu1Klt0yPzKuQ2BfWwwfgIUSayyzxpM1PJzkKt4V8803uB9qSy32MvI7Xep9khTpiA==",
4382 "dependencies": {
4383 "@types/nlcst": "^2.0.0",
4384 "nlcst-to-string": "^4.0.0",
4385 "unified": "^11.0.0"
4386 },
4387 "funding": {
4388 "type": "opencollective",
4389 "url": "https://opencollective.com/unified"
4390 }
4391 },
4392 "node_modules/rollup": {
4393 "version": "4.40.2",
4394 "resolved": "https://registry.npmjs.org/rollup/-/rollup-4.40.2.tgz",
4395 "integrity": "sha512-tfUOg6DTP4rhQ3VjOO6B4wyrJnGOX85requAXvqYTHsOgb2TFJdZ3aWpT8W2kPoypSGP7dZUyzxJ9ee4buM5Fg==",
4396 "dependencies": {
4397 "@types/estree": "1.0.7"
4398 },
4399 "bin": {
4400 "rollup": "dist/bin/rollup"
4401 },
4402 "engines": {
4403 "node": ">=18.0.0",
4404 "npm": ">=8.0.0"
4405 },
4406 "optionalDependencies": {
4407 "@rollup/rollup-android-arm-eabi": "4.40.2",
4408 "@rollup/rollup-android-arm64": "4.40.2",
4409 "@rollup/rollup-darwin-arm64": "4.40.2",
4410 "@rollup/rollup-darwin-x64": "4.40.2",
4411 "@rollup/rollup-freebsd-arm64": "4.40.2",
4412 "@rollup/rollup-freebsd-x64": "4.40.2",
4413 "@rollup/rollup-linux-arm-gnueabihf": "4.40.2",
4414 "@rollup/rollup-linux-arm-musleabihf": "4.40.2",
4415 "@rollup/rollup-linux-arm64-gnu": "4.40.2",
4416 "@rollup/rollup-linux-arm64-musl": "4.40.2",
4417 "@rollup/rollup-linux-loongarch64-gnu": "4.40.2",
4418 "@rollup/rollup-linux-powerpc64le-gnu": "4.40.2",
4419 "@rollup/rollup-linux-riscv64-gnu": "4.40.2",
4420 "@rollup/rollup-linux-riscv64-musl": "4.40.2",
4421 "@rollup/rollup-linux-s390x-gnu": "4.40.2",
4422 "@rollup/rollup-linux-x64-gnu": "4.40.2",
4423 "@rollup/rollup-linux-x64-musl": "4.40.2",
4424 "@rollup/rollup-win32-arm64-msvc": "4.40.2",
4425 "@rollup/rollup-win32-ia32-msvc": "4.40.2",
4426 "@rollup/rollup-win32-x64-msvc": "4.40.2",
4427 "fsevents": "~2.3.2"
4428 }
4429 },
4430 "node_modules/scheduler": {
4431 "version": "0.26.0",
4432 "resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.26.0.tgz",
4433 "integrity": "sha512-NlHwttCI/l5gCPR3D1nNXtWABUmBwvZpEQiD4IXSbIDq8BzLIK/7Ir5gTFSGZDUu37K5cMNp0hFtzO38sC7gWA=="
4434 },
4435 "node_modules/semver": {
4436 "version": "7.7.1",
4437 "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.1.tgz",
4438 "integrity": "sha512-hlq8tAfn0m/61p4BVRcPzIGr6LKiMwo4VM6dGi6pt4qcRkmNzTcWq6eCEjEh+qXjkMDvPlOFFSGwQjoEa6gyMA==",
4439 "bin": {
4440 "semver": "bin/semver.js"
4441 },
4442 "engines": {
4443 "node": ">=10"
4444 }
4445 },
4446 "node_modules/sharp": {
4447 "version": "0.33.5",
4448 "resolved": "https://registry.npmjs.org/sharp/-/sharp-0.33.5.tgz",
4449 "integrity": "sha512-haPVm1EkS9pgvHrQ/F3Xy+hgcuMV0Wm9vfIBSiwZ05k+xgb0PkBQpGsAA/oWdDobNaZTH5ppvHtzCFbnSEwHVw==",
4450 "hasInstallScript": true,
4451 "optional": true,
4452 "dependencies": {
4453 "color": "^4.2.3",
4454 "detect-libc": "^2.0.3",
4455 "semver": "^7.6.3"
4456 },
4457 "engines": {
4458 "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
4459 },
4460 "funding": {
4461 "url": "https://opencollective.com/libvips"
4462 },
4463 "optionalDependencies": {
4464 "@img/sharp-darwin-arm64": "0.33.5",
4465 "@img/sharp-darwin-x64": "0.33.5",
4466 "@img/sharp-libvips-darwin-arm64": "1.0.4",
4467 "@img/sharp-libvips-darwin-x64": "1.0.4",
4468 "@img/sharp-libvips-linux-arm": "1.0.5",
4469 "@img/sharp-libvips-linux-arm64": "1.0.4",
4470 "@img/sharp-libvips-linux-s390x": "1.0.4",
4471 "@img/sharp-libvips-linux-x64": "1.0.4",
4472 "@img/sharp-libvips-linuxmusl-arm64": "1.0.4",
4473 "@img/sharp-libvips-linuxmusl-x64": "1.0.4",
4474 "@img/sharp-linux-arm": "0.33.5",
4475 "@img/sharp-linux-arm64": "0.33.5",
4476 "@img/sharp-linux-s390x": "0.33.5",
4477 "@img/sharp-linux-x64": "0.33.5",
4478 "@img/sharp-linuxmusl-arm64": "0.33.5",
4479 "@img/sharp-linuxmusl-x64": "0.33.5",
4480 "@img/sharp-wasm32": "0.33.5",
4481 "@img/sharp-win32-ia32": "0.33.5",
4482 "@img/sharp-win32-x64": "0.33.5"
4483 }
4484 },
4485 "node_modules/shiki": {
4486 "version": "3.4.0",
4487 "resolved": "https://registry.npmjs.org/shiki/-/shiki-3.4.0.tgz",
4488 "integrity": "sha512-Ni80XHcqhOEXv5mmDAvf5p6PAJqbUc/RzFeaOqk+zP5DLvTPS3j0ckvA+MI87qoxTQ5RGJDVTbdl/ENLSyyAnQ==",
4489 "dependencies": {
4490 "@shikijs/core": "3.4.0",
4491 "@shikijs/engine-javascript": "3.4.0",
4492 "@shikijs/engine-oniguruma": "3.4.0",
4493 "@shikijs/langs": "3.4.0",
4494 "@shikijs/themes": "3.4.0",
4495 "@shikijs/types": "3.4.0",
4496 "@shikijs/vscode-textmate": "^10.0.2",
4497 "@types/hast": "^3.0.4"
4498 }
4499 },
4500 "node_modules/simple-swizzle": {
4501 "version": "0.2.2",
4502 "resolved": "https://registry.npmjs.org/simple-swizzle/-/simple-swizzle-0.2.2.tgz",
4503 "integrity": "sha512-JA//kQgZtbuY83m+xT+tXJkmJncGMTFT+C+g2h2R9uxkYIrE2yy9sgmcLhCnw57/WSD+Eh3J97FPEDFnbXnDUg==",
4504 "optional": true,
4505 "dependencies": {
4506 "is-arrayish": "^0.3.1"
4507 }
4508 },
4509 "node_modules/sisteransi": {
4510 "version": "1.0.5",
4511 "resolved": "https://registry.npmjs.org/sisteransi/-/sisteransi-1.0.5.tgz",
4512 "integrity": "sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg=="
4513 },
4514 "node_modules/smol-toml": {
4515 "version": "1.3.4",
4516 "resolved": "https://registry.npmjs.org/smol-toml/-/smol-toml-1.3.4.tgz",
4517 "integrity": "sha512-UOPtVuYkzYGee0Bd2Szz8d2G3RfMfJ2t3qVdZUAozZyAk+a0Sxa+QKix0YCwjL/A1RR0ar44nCxaoN9FxdJGwA==",
4518 "engines": {
4519 "node": ">= 18"
4520 },
4521 "funding": {
4522 "url": "https://github.com/sponsors/cyyynthia"
4523 }
4524 },
4525 "node_modules/source-map-js": {
4526 "version": "1.2.1",
4527 "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz",
4528 "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==",
4529 "engines": {
4530 "node": ">=0.10.0"
4531 }
4532 },
4533 "node_modules/space-separated-tokens": {
4534 "version": "2.0.2",
4535 "resolved": "https://registry.npmjs.org/space-separated-tokens/-/space-separated-tokens-2.0.2.tgz",
4536 "integrity": "sha512-PEGlAwrG8yXGXRjW32fGbg66JAlOAwbObuqVoJpv/mRgoWDQfgH1wDPvtzWyUSNAXBGSk8h755YDbbcEy3SH2Q==",
4537 "funding": {
4538 "type": "github",
4539 "url": "https://github.com/sponsors/wooorm"
4540 }
4541 },
4542 "node_modules/string-width": {
4543 "version": "7.2.0",
4544 "resolved": "https://registry.npmjs.org/string-width/-/string-width-7.2.0.tgz",
4545 "integrity": "sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==",
4546 "dependencies": {
4547 "emoji-regex": "^10.3.0",
4548 "get-east-asian-width": "^1.0.0",
4549 "strip-ansi": "^7.1.0"
4550 },
4551 "engines": {
4552 "node": ">=18"
4553 },
4554 "funding": {
4555 "url": "https://github.com/sponsors/sindresorhus"
4556 }
4557 },
4558 "node_modules/stringify-entities": {
4559 "version": "4.0.4",
4560 "resolved": "https://registry.npmjs.org/stringify-entities/-/stringify-entities-4.0.4.tgz",
4561 "integrity": "sha512-IwfBptatlO+QCJUo19AqvrPNqlVMpW9YEL2LIVY+Rpv2qsjCGxaDLNRgeGsQWJhfItebuJhsGSLjaBbNSQ+ieg==",
4562 "dependencies": {
4563 "character-entities-html4": "^2.0.0",
4564 "character-entities-legacy": "^3.0.0"
4565 },
4566 "funding": {
4567 "type": "github",
4568 "url": "https://github.com/sponsors/wooorm"
4569 }
4570 },
4571 "node_modules/strip-ansi": {
4572 "version": "7.1.0",
4573 "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz",
4574 "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==",
4575 "dependencies": {
4576 "ansi-regex": "^6.0.1"
4577 },
4578 "engines": {
4579 "node": ">=12"
4580 },
4581 "funding": {
4582 "url": "https://github.com/chalk/strip-ansi?sponsor=1"
4583 }
4584 },
4585 "node_modules/tiny-inflate": {
4586 "version": "1.0.3",
4587 "resolved": "https://registry.npmjs.org/tiny-inflate/-/tiny-inflate-1.0.3.tgz",
4588 "integrity": "sha512-pkY1fj1cKHb2seWDy0B16HeWyczlJA9/WW3u3c4z/NiWDsO3DOU5D7nhTLE9CF0yXv/QZFY7sEJmj24dK+Rrqw=="
4589 },
4590 "node_modules/tinyexec": {
4591 "version": "0.3.2",
4592 "resolved": "https://registry.npmjs.org/tinyexec/-/tinyexec-0.3.2.tgz",
4593 "integrity": "sha512-KQQR9yN7R5+OSwaK0XQoj22pwHoTlgYqmUscPYoknOoWCWfj/5/ABTMRi69FrKU5ffPVh5QcFikpWJI/P1ocHA=="
4594 },
4595 "node_modules/tinyglobby": {
4596 "version": "0.2.13",
4597 "resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.13.tgz",
4598 "integrity": "sha512-mEwzpUgrLySlveBwEVDMKk5B57bhLPYovRfPAXD5gA/98Opn0rCDj3GtLwFvCvH5RK9uPCExUROW5NjDwvqkxw==",
4599 "dependencies": {
4600 "fdir": "^6.4.4",
4601 "picomatch": "^4.0.2"
4602 },
4603 "engines": {
4604 "node": ">=12.0.0"
4605 },
4606 "funding": {
4607 "url": "https://github.com/sponsors/SuperchupuDev"
4608 }
4609 },
4610 "node_modules/tlds": {
4611 "version": "1.258.0",
4612 "resolved": "https://registry.npmjs.org/tlds/-/tlds-1.258.0.tgz",
4613 "integrity": "sha512-XGhStWuOlBA5D8QnyN2xtgB2cUOdJ3ztisne1DYVWMcVH29qh8eQIpRmP3HnuJLdgyzG0HpdGzRMu1lm/Oictw==",
4614 "bin": {
4615 "tlds": "bin.js"
4616 }
4617 },
4618 "node_modules/tr46": {
4619 "version": "0.0.3",
4620 "resolved": "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz",
4621 "integrity": "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw=="
4622 },
4623 "node_modules/trim-lines": {
4624 "version": "3.0.1",
4625 "resolved": "https://registry.npmjs.org/trim-lines/-/trim-lines-3.0.1.tgz",
4626 "integrity": "sha512-kRj8B+YHZCc9kQYdWfJB2/oUl9rA99qbowYYBtr4ui4mZyAQ2JpvVBd/6U2YloATfqBhBTSMhTpgBHtU0Mf3Rg==",
4627 "funding": {
4628 "type": "github",
4629 "url": "https://github.com/sponsors/wooorm"
4630 }
4631 },
4632 "node_modules/trough": {
4633 "version": "2.2.0",
4634 "resolved": "https://registry.npmjs.org/trough/-/trough-2.2.0.tgz",
4635 "integrity": "sha512-tmMpK00BjZiUyVyvrBK7knerNgmgvcV/KLVyuma/SC+TQN167GrMRciANTz09+k3zW8L8t60jWO1GpfkZdjTaw==",
4636 "funding": {
4637 "type": "github",
4638 "url": "https://github.com/sponsors/wooorm"
4639 }
4640 },
4641 "node_modules/ts-node": {
4642 "version": "10.9.2",
4643 "resolved": "https://registry.npmjs.org/ts-node/-/ts-node-10.9.2.tgz",
4644 "integrity": "sha512-f0FFpIdcHgn8zcPSbf1dRevwt047YMnaiJM3u2w2RewrB+fob/zePZcrOyQoLMMO7aBIddLcQIEK5dYjkLnGrQ==",
4645 "dependencies": {
4646 "@cspotcode/source-map-support": "^0.8.0",
4647 "@tsconfig/node10": "^1.0.7",
4648 "@tsconfig/node12": "^1.0.7",
4649 "@tsconfig/node14": "^1.0.0",
4650 "@tsconfig/node16": "^1.0.2",
4651 "acorn": "^8.4.1",
4652 "acorn-walk": "^8.1.1",
4653 "arg": "^4.1.0",
4654 "create-require": "^1.1.0",
4655 "diff": "^4.0.1",
4656 "make-error": "^1.1.1",
4657 "v8-compile-cache-lib": "^3.0.1",
4658 "yn": "3.1.1"
4659 },
4660 "bin": {
4661 "ts-node": "dist/bin.js",
4662 "ts-node-cwd": "dist/bin-cwd.js",
4663 "ts-node-esm": "dist/bin-esm.js",
4664 "ts-node-script": "dist/bin-script.js",
4665 "ts-node-transpile-only": "dist/bin-transpile.js",
4666 "ts-script": "dist/bin-script-deprecated.js"
4667 },
4668 "peerDependencies": {
4669 "@swc/core": ">=1.2.50",
4670 "@swc/wasm": ">=1.2.50",
4671 "@types/node": "*",
4672 "typescript": ">=2.7"
4673 },
4674 "peerDependenciesMeta": {
4675 "@swc/core": {
4676 "optional": true
4677 },
4678 "@swc/wasm": {
4679 "optional": true
4680 }
4681 }
4682 },
4683 "node_modules/ts-node/node_modules/diff": {
4684 "version": "4.0.2",
4685 "resolved": "https://registry.npmjs.org/diff/-/diff-4.0.2.tgz",
4686 "integrity": "sha512-58lmxKSA4BNyLz+HHMUzlOEpg09FV+ev6ZMe3vJihgdxzgcwZ8VoEEPmALCZG9LmqfVoNMMKpttIYTVG6uDY7A==",
4687 "engines": {
4688 "node": ">=0.3.1"
4689 }
4690 },
4691 "node_modules/tsconfck": {
4692 "version": "3.1.5",
4693 "resolved": "https://registry.npmjs.org/tsconfck/-/tsconfck-3.1.5.tgz",
4694 "integrity": "sha512-CLDfGgUp7XPswWnezWwsCRxNmgQjhYq3VXHM0/XIRxhVrKw0M1if9agzryh1QS3nxjCROvV+xWxoJO1YctzzWg==",
4695 "bin": {
4696 "tsconfck": "bin/tsconfck.js"
4697 },
4698 "engines": {
4699 "node": "^18 || >=20"
4700 },
4701 "peerDependencies": {
4702 "typescript": "^5.0.0"
4703 },
4704 "peerDependenciesMeta": {
4705 "typescript": {
4706 "optional": true
4707 }
4708 }
4709 },
4710 "node_modules/tslib": {
4711 "version": "2.8.1",
4712 "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz",
4713 "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w=="
4714 },
4715 "node_modules/tsx": {
4716 "version": "4.19.4",
4717 "resolved": "https://registry.npmjs.org/tsx/-/tsx-4.19.4.tgz",
4718 "integrity": "sha512-gK5GVzDkJK1SI1zwHf32Mqxf2tSJkNx+eYcNly5+nHvWqXUJYUkWBQtKauoESz3ymezAI++ZwT855x5p5eop+Q==",
4719 "devOptional": true,
4720 "dependencies": {
4721 "esbuild": "~0.25.0",
4722 "get-tsconfig": "^4.7.5"
4723 },
4724 "bin": {
4725 "tsx": "dist/cli.mjs"
4726 },
4727 "engines": {
4728 "node": ">=18.0.0"
4729 },
4730 "optionalDependencies": {
4731 "fsevents": "~2.3.3"
4732 }
4733 },
4734 "node_modules/type-fest": {
4735 "version": "4.41.0",
4736 "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.41.0.tgz",
4737 "integrity": "sha512-TeTSQ6H5YHvpqVwBRcnLDCBnDOHWYu7IvGbHT6N8AOymcr9PJGjc1GTtiWZTYg0NCgYwvnYWEkVChQAr9bjfwA==",
4738 "engines": {
4739 "node": ">=16"
4740 },
4741 "funding": {
4742 "url": "https://github.com/sponsors/sindresorhus"
4743 }
4744 },
4745 "node_modules/typescript": {
4746 "version": "5.8.3",
4747 "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.8.3.tgz",
4748 "integrity": "sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ==",
4749 "peer": true,
4750 "bin": {
4751 "tsc": "bin/tsc",
4752 "tsserver": "bin/tsserver"
4753 },
4754 "engines": {
4755 "node": ">=14.17"
4756 }
4757 },
4758 "node_modules/ufo": {
4759 "version": "1.6.1",
4760 "resolved": "https://registry.npmjs.org/ufo/-/ufo-1.6.1.tgz",
4761 "integrity": "sha512-9a4/uxlTWJ4+a5i0ooc1rU7C7YOw3wT+UGqdeNNHWnOF9qcMBgLRS+4IYUqbczewFx4mLEig6gawh7X6mFlEkA=="
4762 },
4763 "node_modules/uint8arrays": {
4764 "version": "3.0.0",
4765 "resolved": "https://registry.npmjs.org/uint8arrays/-/uint8arrays-3.0.0.tgz",
4766 "integrity": "sha512-HRCx0q6O9Bfbp+HHSfQQKD7wU70+lydKVt4EghkdOvlK/NlrF90z+eXV34mUd48rNvVJXwkrMSPpCATkct8fJA==",
4767 "dependencies": {
4768 "multiformats": "^9.4.2"
4769 }
4770 },
4771 "node_modules/ultrahtml": {
4772 "version": "1.6.0",
4773 "resolved": "https://registry.npmjs.org/ultrahtml/-/ultrahtml-1.6.0.tgz",
4774 "integrity": "sha512-R9fBn90VTJrqqLDwyMph+HGne8eqY1iPfYhPzZrvKpIfwkWZbcYlfpsb8B9dTvBfpy1/hqAD7Wi8EKfP9e8zdw=="
4775 },
4776 "node_modules/uncrypto": {
4777 "version": "0.1.3",
4778 "resolved": "https://registry.npmjs.org/uncrypto/-/uncrypto-0.1.3.tgz",
4779 "integrity": "sha512-Ql87qFHB3s/De2ClA9e0gsnS6zXG27SkTiSJwjCc9MebbfapQfuPzumMIUMi38ezPZVNFcHI9sUIepeQfw8J8Q=="
4780 },
4781 "node_modules/undici-types": {
4782 "version": "6.21.0",
4783 "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.21.0.tgz",
4784 "integrity": "sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ=="
4785 },
4786 "node_modules/unicode-properties": {
4787 "version": "1.4.1",
4788 "resolved": "https://registry.npmjs.org/unicode-properties/-/unicode-properties-1.4.1.tgz",
4789 "integrity": "sha512-CLjCCLQ6UuMxWnbIylkisbRj31qxHPAurvena/0iwSVbQ2G1VY5/HjV0IRabOEbDHlzZlRdCrD4NhB0JtU40Pg==",
4790 "dependencies": {
4791 "base64-js": "^1.3.0",
4792 "unicode-trie": "^2.0.0"
4793 }
4794 },
4795 "node_modules/unicode-trie": {
4796 "version": "2.0.0",
4797 "resolved": "https://registry.npmjs.org/unicode-trie/-/unicode-trie-2.0.0.tgz",
4798 "integrity": "sha512-x7bc76x0bm4prf1VLg79uhAzKw8DVboClSN5VxJuQ+LKDOVEW9CdH+VY7SP+vX7xCYQqzzgQpFqz15zeLvAtZQ==",
4799 "dependencies": {
4800 "pako": "^0.2.5",
4801 "tiny-inflate": "^1.0.0"
4802 }
4803 },
4804 "node_modules/unified": {
4805 "version": "11.0.5",
4806 "resolved": "https://registry.npmjs.org/unified/-/unified-11.0.5.tgz",
4807 "integrity": "sha512-xKvGhPWw3k84Qjh8bI3ZeJjqnyadK+GEFtazSfZv/rKeTkTjOJho6mFqh2SM96iIcZokxiOpg78GazTSg8+KHA==",
4808 "dependencies": {
4809 "@types/unist": "^3.0.0",
4810 "bail": "^2.0.0",
4811 "devlop": "^1.0.0",
4812 "extend": "^3.0.0",
4813 "is-plain-obj": "^4.0.0",
4814 "trough": "^2.0.0",
4815 "vfile": "^6.0.0"
4816 },
4817 "funding": {
4818 "type": "opencollective",
4819 "url": "https://opencollective.com/unified"
4820 }
4821 },
4822 "node_modules/unifont": {
4823 "version": "0.5.0",
4824 "resolved": "https://registry.npmjs.org/unifont/-/unifont-0.5.0.tgz",
4825 "integrity": "sha512-4DueXMP5Hy4n607sh+vJ+rajoLu778aU3GzqeTCqsD/EaUcvqZT9wPC8kgK6Vjh22ZskrxyRCR71FwNOaYn6jA==",
4826 "dependencies": {
4827 "css-tree": "^3.0.0",
4828 "ohash": "^2.0.0"
4829 }
4830 },
4831 "node_modules/unist-util-find-after": {
4832 "version": "5.0.0",
4833 "resolved": "https://registry.npmjs.org/unist-util-find-after/-/unist-util-find-after-5.0.0.tgz",
4834 "integrity": "sha512-amQa0Ep2m6hE2g72AugUItjbuM8X8cGQnFoHk0pGfrFeT9GZhzN5SW8nRsiGKK7Aif4CrACPENkA6P/Lw6fHGQ==",
4835 "dependencies": {
4836 "@types/unist": "^3.0.0",
4837 "unist-util-is": "^6.0.0"
4838 },
4839 "funding": {
4840 "type": "opencollective",
4841 "url": "https://opencollective.com/unified"
4842 }
4843 },
4844 "node_modules/unist-util-is": {
4845 "version": "6.0.0",
4846 "resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-6.0.0.tgz",
4847 "integrity": "sha512-2qCTHimwdxLfz+YzdGfkqNlH0tLi9xjTnHddPmJwtIG9MGsdbutfTc4P+haPD7l7Cjxf/WZj+we5qfVPvvxfYw==",
4848 "dependencies": {
4849 "@types/unist": "^3.0.0"
4850 },
4851 "funding": {
4852 "type": "opencollective",
4853 "url": "https://opencollective.com/unified"
4854 }
4855 },
4856 "node_modules/unist-util-modify-children": {
4857 "version": "4.0.0",
4858 "resolved": "https://registry.npmjs.org/unist-util-modify-children/-/unist-util-modify-children-4.0.0.tgz",
4859 "integrity": "sha512-+tdN5fGNddvsQdIzUF3Xx82CU9sMM+fA0dLgR9vOmT0oPT2jH+P1nd5lSqfCfXAw+93NhcXNY2qqvTUtE4cQkw==",
4860 "dependencies": {
4861 "@types/unist": "^3.0.0",
4862 "array-iterate": "^2.0.0"
4863 },
4864 "funding": {
4865 "type": "opencollective",
4866 "url": "https://opencollective.com/unified"
4867 }
4868 },
4869 "node_modules/unist-util-position": {
4870 "version": "5.0.0",
4871 "resolved": "https://registry.npmjs.org/unist-util-position/-/unist-util-position-5.0.0.tgz",
4872 "integrity": "sha512-fucsC7HjXvkB5R3kTCO7kUjRdrS0BJt3M/FPxmHMBOm8JQi2BsHAHFsy27E0EolP8rp0NzXsJ+jNPyDWvOJZPA==",
4873 "dependencies": {
4874 "@types/unist": "^3.0.0"
4875 },
4876 "funding": {
4877 "type": "opencollective",
4878 "url": "https://opencollective.com/unified"
4879 }
4880 },
4881 "node_modules/unist-util-remove-position": {
4882 "version": "5.0.0",
4883 "resolved": "https://registry.npmjs.org/unist-util-remove-position/-/unist-util-remove-position-5.0.0.tgz",
4884 "integrity": "sha512-Hp5Kh3wLxv0PHj9m2yZhhLt58KzPtEYKQQ4yxfYFEO7EvHwzyDYnduhHnY1mDxoqr7VUwVuHXk9RXKIiYS1N8Q==",
4885 "dependencies": {
4886 "@types/unist": "^3.0.0",
4887 "unist-util-visit": "^5.0.0"
4888 },
4889 "funding": {
4890 "type": "opencollective",
4891 "url": "https://opencollective.com/unified"
4892 }
4893 },
4894 "node_modules/unist-util-stringify-position": {
4895 "version": "4.0.0",
4896 "resolved": "https://registry.npmjs.org/unist-util-stringify-position/-/unist-util-stringify-position-4.0.0.tgz",
4897 "integrity": "sha512-0ASV06AAoKCDkS2+xw5RXJywruurpbC4JZSm7nr7MOt1ojAzvyyaO+UxZf18j8FCF6kmzCZKcAgN/yu2gm2XgQ==",
4898 "dependencies": {
4899 "@types/unist": "^3.0.0"
4900 },
4901 "funding": {
4902 "type": "opencollective",
4903 "url": "https://opencollective.com/unified"
4904 }
4905 },
4906 "node_modules/unist-util-visit": {
4907 "version": "5.0.0",
4908 "resolved": "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-5.0.0.tgz",
4909 "integrity": "sha512-MR04uvD+07cwl/yhVuVWAtw+3GOR/knlL55Nd/wAdblk27GCVt3lqpTivy/tkJcZoNPzTwS1Y+KMojlLDhoTzg==",
4910 "dependencies": {
4911 "@types/unist": "^3.0.0",
4912 "unist-util-is": "^6.0.0",
4913 "unist-util-visit-parents": "^6.0.0"
4914 },
4915 "funding": {
4916 "type": "opencollective",
4917 "url": "https://opencollective.com/unified"
4918 }
4919 },
4920 "node_modules/unist-util-visit-children": {
4921 "version": "3.0.0",
4922 "resolved": "https://registry.npmjs.org/unist-util-visit-children/-/unist-util-visit-children-3.0.0.tgz",
4923 "integrity": "sha512-RgmdTfSBOg04sdPcpTSD1jzoNBjt9a80/ZCzp5cI9n1qPzLZWF9YdvWGN2zmTumP1HWhXKdUWexjy/Wy/lJ7tA==",
4924 "dependencies": {
4925 "@types/unist": "^3.0.0"
4926 },
4927 "funding": {
4928 "type": "opencollective",
4929 "url": "https://opencollective.com/unified"
4930 }
4931 },
4932 "node_modules/unist-util-visit-parents": {
4933 "version": "6.0.1",
4934 "resolved": "https://registry.npmjs.org/unist-util-visit-parents/-/unist-util-visit-parents-6.0.1.tgz",
4935 "integrity": "sha512-L/PqWzfTP9lzzEa6CKs0k2nARxTdZduw3zyh8d2NVBnsyvHjSX4TWse388YrrQKbvI8w20fGjGlhgT96WwKykw==",
4936 "dependencies": {
4937 "@types/unist": "^3.0.0",
4938 "unist-util-is": "^6.0.0"
4939 },
4940 "funding": {
4941 "type": "opencollective",
4942 "url": "https://opencollective.com/unified"
4943 }
4944 },
4945 "node_modules/unstorage": {
4946 "version": "1.16.0",
4947 "resolved": "https://registry.npmjs.org/unstorage/-/unstorage-1.16.0.tgz",
4948 "integrity": "sha512-WQ37/H5A7LcRPWfYOrDa1Ys02xAbpPJq6q5GkO88FBXVSQzHd7+BjEwfRqyaSWCv9MbsJy058GWjjPjcJ16GGA==",
4949 "dependencies": {
4950 "anymatch": "^3.1.3",
4951 "chokidar": "^4.0.3",
4952 "destr": "^2.0.5",
4953 "h3": "^1.15.2",
4954 "lru-cache": "^10.4.3",
4955 "node-fetch-native": "^1.6.6",
4956 "ofetch": "^1.4.1",
4957 "ufo": "^1.6.1"
4958 },
4959 "peerDependencies": {
4960 "@azure/app-configuration": "^1.8.0",
4961 "@azure/cosmos": "^4.2.0",
4962 "@azure/data-tables": "^13.3.0",
4963 "@azure/identity": "^4.6.0",
4964 "@azure/keyvault-secrets": "^4.9.0",
4965 "@azure/storage-blob": "^12.26.0",
4966 "@capacitor/preferences": "^6.0.3 || ^7.0.0",
4967 "@deno/kv": ">=0.9.0",
4968 "@netlify/blobs": "^6.5.0 || ^7.0.0 || ^8.1.0",
4969 "@planetscale/database": "^1.19.0",
4970 "@upstash/redis": "^1.34.3",
4971 "@vercel/blob": ">=0.27.1",
4972 "@vercel/kv": "^1.0.1",
4973 "aws4fetch": "^1.0.20",
4974 "db0": ">=0.2.1",
4975 "idb-keyval": "^6.2.1",
4976 "ioredis": "^5.4.2",
4977 "uploadthing": "^7.4.4"
4978 },
4979 "peerDependenciesMeta": {
4980 "@azure/app-configuration": {
4981 "optional": true
4982 },
4983 "@azure/cosmos": {
4984 "optional": true
4985 },
4986 "@azure/data-tables": {
4987 "optional": true
4988 },
4989 "@azure/identity": {
4990 "optional": true
4991 },
4992 "@azure/keyvault-secrets": {
4993 "optional": true
4994 },
4995 "@azure/storage-blob": {
4996 "optional": true
4997 },
4998 "@capacitor/preferences": {
4999 "optional": true
5000 },
5001 "@deno/kv": {
5002 "optional": true
5003 },
5004 "@netlify/blobs": {
5005 "optional": true
5006 },
5007 "@planetscale/database": {
5008 "optional": true
5009 },
5010 "@upstash/redis": {
5011 "optional": true
5012 },
5013 "@vercel/blob": {
5014 "optional": true
5015 },
5016 "@vercel/kv": {
5017 "optional": true
5018 },
5019 "aws4fetch": {
5020 "optional": true
5021 },
5022 "db0": {
5023 "optional": true
5024 },
5025 "idb-keyval": {
5026 "optional": true
5027 },
5028 "ioredis": {
5029 "optional": true
5030 },
5031 "uploadthing": {
5032 "optional": true
5033 }
5034 }
5035 },
5036 "node_modules/update-browserslist-db": {
5037 "version": "1.1.3",
5038 "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.1.3.tgz",
5039 "integrity": "sha512-UxhIZQ+QInVdunkDAaiazvvT/+fXL5Osr0JZlJulepYu6Jd7qJtDZjlur0emRlT71EN3ScPoE7gvsuIKKNavKw==",
5040 "funding": [
5041 {
5042 "type": "opencollective",
5043 "url": "https://opencollective.com/browserslist"
5044 },
5045 {
5046 "type": "tidelift",
5047 "url": "https://tidelift.com/funding/github/npm/browserslist"
5048 },
5049 {
5050 "type": "github",
5051 "url": "https://github.com/sponsors/ai"
5052 }
5053 ],
5054 "dependencies": {
5055 "escalade": "^3.2.0",
5056 "picocolors": "^1.1.1"
5057 },
5058 "bin": {
5059 "update-browserslist-db": "cli.js"
5060 },
5061 "peerDependencies": {
5062 "browserslist": ">= 4.21.0"
5063 }
5064 },
5065 "node_modules/v8-compile-cache-lib": {
5066 "version": "3.0.1",
5067 "resolved": "https://registry.npmjs.org/v8-compile-cache-lib/-/v8-compile-cache-lib-3.0.1.tgz",
5068 "integrity": "sha512-wa7YjyUGfNZngI/vtK0UHAN+lgDCxBPCylVXGp0zu59Fz5aiGtNXaq3DhIov063MorB+VfufLh3JlF2KdTK3xg=="
5069 },
5070 "node_modules/vfile": {
5071 "version": "6.0.3",
5072 "resolved": "https://registry.npmjs.org/vfile/-/vfile-6.0.3.tgz",
5073 "integrity": "sha512-KzIbH/9tXat2u30jf+smMwFCsno4wHVdNmzFyL+T/L3UGqqk6JKfVqOFOZEpZSHADH1k40ab6NUIXZq422ov3Q==",
5074 "dependencies": {
5075 "@types/unist": "^3.0.0",
5076 "vfile-message": "^4.0.0"
5077 },
5078 "funding": {
5079 "type": "opencollective",
5080 "url": "https://opencollective.com/unified"
5081 }
5082 },
5083 "node_modules/vfile-location": {
5084 "version": "5.0.3",
5085 "resolved": "https://registry.npmjs.org/vfile-location/-/vfile-location-5.0.3.tgz",
5086 "integrity": "sha512-5yXvWDEgqeiYiBe1lbxYF7UMAIm/IcopxMHrMQDq3nvKcjPKIhZklUKL+AE7J7uApI4kwe2snsK+eI6UTj9EHg==",
5087 "dependencies": {
5088 "@types/unist": "^3.0.0",
5089 "vfile": "^6.0.0"
5090 },
5091 "funding": {
5092 "type": "opencollective",
5093 "url": "https://opencollective.com/unified"
5094 }
5095 },
5096 "node_modules/vfile-message": {
5097 "version": "4.0.2",
5098 "resolved": "https://registry.npmjs.org/vfile-message/-/vfile-message-4.0.2.tgz",
5099 "integrity": "sha512-jRDZ1IMLttGj41KcZvlrYAaI3CfqpLpfpf+Mfig13viT6NKvRzWZ+lXz0Y5D60w6uJIBAOGq9mSHf0gktF0duw==",
5100 "dependencies": {
5101 "@types/unist": "^3.0.0",
5102 "unist-util-stringify-position": "^4.0.0"
5103 },
5104 "funding": {
5105 "type": "opencollective",
5106 "url": "https://opencollective.com/unified"
5107 }
5108 },
5109 "node_modules/vite": {
5110 "version": "6.3.5",
5111 "resolved": "https://registry.npmjs.org/vite/-/vite-6.3.5.tgz",
5112 "integrity": "sha512-cZn6NDFE7wdTpINgs++ZJ4N49W2vRp8LCKrn3Ob1kYNtOo21vfDoaV5GzBfLU4MovSAB8uNRm4jgzVQZ+mBzPQ==",
5113 "dependencies": {
5114 "esbuild": "^0.25.0",
5115 "fdir": "^6.4.4",
5116 "picomatch": "^4.0.2",
5117 "postcss": "^8.5.3",
5118 "rollup": "^4.34.9",
5119 "tinyglobby": "^0.2.13"
5120 },
5121 "bin": {
5122 "vite": "bin/vite.js"
5123 },
5124 "engines": {
5125 "node": "^18.0.0 || ^20.0.0 || >=22.0.0"
5126 },
5127 "funding": {
5128 "url": "https://github.com/vitejs/vite?sponsor=1"
5129 },
5130 "optionalDependencies": {
5131 "fsevents": "~2.3.3"
5132 },
5133 "peerDependencies": {
5134 "@types/node": "^18.0.0 || ^20.0.0 || >=22.0.0",
5135 "jiti": ">=1.21.0",
5136 "less": "*",
5137 "lightningcss": "^1.21.0",
5138 "sass": "*",
5139 "sass-embedded": "*",
5140 "stylus": "*",
5141 "sugarss": "*",
5142 "terser": "^5.16.0",
5143 "tsx": "^4.8.1",
5144 "yaml": "^2.4.2"
5145 },
5146 "peerDependenciesMeta": {
5147 "@types/node": {
5148 "optional": true
5149 },
5150 "jiti": {
5151 "optional": true
5152 },
5153 "less": {
5154 "optional": true
5155 },
5156 "lightningcss": {
5157 "optional": true
5158 },
5159 "sass": {
5160 "optional": true
5161 },
5162 "sass-embedded": {
5163 "optional": true
5164 },
5165 "stylus": {
5166 "optional": true
5167 },
5168 "sugarss": {
5169 "optional": true
5170 },
5171 "terser": {
5172 "optional": true
5173 },
5174 "tsx": {
5175 "optional": true
5176 },
5177 "yaml": {
5178 "optional": true
5179 }
5180 }
5181 },
5182 "node_modules/vitefu": {
5183 "version": "1.0.6",
5184 "resolved": "https://registry.npmjs.org/vitefu/-/vitefu-1.0.6.tgz",
5185 "integrity": "sha512-+Rex1GlappUyNN6UfwbVZne/9cYC4+R2XDk9xkNXBKMw6HQagdX9PgZ8V2v1WUSK1wfBLp7qbI1+XSNIlB1xmA==",
5186 "peerDependencies": {
5187 "vite": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0"
5188 },
5189 "peerDependenciesMeta": {
5190 "vite": {
5191 "optional": true
5192 }
5193 }
5194 },
5195 "node_modules/web-namespaces": {
5196 "version": "2.0.1",
5197 "resolved": "https://registry.npmjs.org/web-namespaces/-/web-namespaces-2.0.1.tgz",
5198 "integrity": "sha512-bKr1DkiNa2krS7qxNtdrtHAmzuYGFQLiQ13TsorsdT6ULTkPLKuu5+GsFpDlg6JFjUTwX2DyhMPG2be8uPrqsQ==",
5199 "funding": {
5200 "type": "github",
5201 "url": "https://github.com/sponsors/wooorm"
5202 }
5203 },
5204 "node_modules/webidl-conversions": {
5205 "version": "3.0.1",
5206 "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz",
5207 "integrity": "sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ=="
5208 },
5209 "node_modules/whatwg-url": {
5210 "version": "5.0.0",
5211 "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-5.0.0.tgz",
5212 "integrity": "sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==",
5213 "dependencies": {
5214 "tr46": "~0.0.3",
5215 "webidl-conversions": "^3.0.0"
5216 }
5217 },
5218 "node_modules/which-pm-runs": {
5219 "version": "1.1.0",
5220 "resolved": "https://registry.npmjs.org/which-pm-runs/-/which-pm-runs-1.1.0.tgz",
5221 "integrity": "sha512-n1brCuqClxfFfq/Rb0ICg9giSZqCS+pLtccdag6C2HyufBrh3fBOiy9nb6ggRMvWOVH5GrdJskj5iGTZNxd7SA==",
5222 "engines": {
5223 "node": ">=4"
5224 }
5225 },
5226 "node_modules/widest-line": {
5227 "version": "5.0.0",
5228 "resolved": "https://registry.npmjs.org/widest-line/-/widest-line-5.0.0.tgz",
5229 "integrity": "sha512-c9bZp7b5YtRj2wOe6dlj32MK+Bx/M/d+9VB2SHM1OtsUHR0aV0tdP6DWh/iMt0kWi1t5g1Iudu6hQRNd1A4PVA==",
5230 "dependencies": {
5231 "string-width": "^7.0.0"
5232 },
5233 "engines": {
5234 "node": ">=18"
5235 },
5236 "funding": {
5237 "url": "https://github.com/sponsors/sindresorhus"
5238 }
5239 },
5240 "node_modules/wrap-ansi": {
5241 "version": "9.0.0",
5242 "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-9.0.0.tgz",
5243 "integrity": "sha512-G8ura3S+3Z2G+mkgNRq8dqaFZAuxfsxpBB8OCTGRTCtp+l/v9nbFNmCUP1BZMts3G1142MsZfn6eeUKrr4PD1Q==",
5244 "dependencies": {
5245 "ansi-styles": "^6.2.1",
5246 "string-width": "^7.0.0",
5247 "strip-ansi": "^7.1.0"
5248 },
5249 "engines": {
5250 "node": ">=18"
5251 },
5252 "funding": {
5253 "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
5254 }
5255 },
5256 "node_modules/xxhash-wasm": {
5257 "version": "1.1.0",
5258 "resolved": "https://registry.npmjs.org/xxhash-wasm/-/xxhash-wasm-1.1.0.tgz",
5259 "integrity": "sha512-147y/6YNh+tlp6nd/2pWq38i9h6mz/EuQ6njIrmW8D1BS5nCqs0P6DG+m6zTGnNz5I+uhZ0SHxBs9BsPrwcKDA=="
5260 },
5261 "node_modules/yallist": {
5262 "version": "3.1.1",
5263 "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz",
5264 "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g=="
5265 },
5266 "node_modules/yargs-parser": {
5267 "version": "21.1.1",
5268 "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-21.1.1.tgz",
5269 "integrity": "sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==",
5270 "engines": {
5271 "node": ">=12"
5272 }
5273 },
5274 "node_modules/yn": {
5275 "version": "3.1.1",
5276 "resolved": "https://registry.npmjs.org/yn/-/yn-3.1.1.tgz",
5277 "integrity": "sha512-Ux4ygGWsu2c7isFWe8Yu1YluJmqVhxqK2cLXNQA5AcC3QfbGNpM7fu0Y8b/z16pXLnFxZYvWhd3fhBY9DLmC6Q==",
5278 "engines": {
5279 "node": ">=6"
5280 }
5281 },
5282 "node_modules/yocto-queue": {
5283 "version": "1.2.1",
5284 "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-1.2.1.tgz",
5285 "integrity": "sha512-AyeEbWOu/TAXdxlV9wmGcR0+yh2j3vYPGOECcIj2S7MkrLyC7ne+oye2BKTItt0ii2PHk4cDy+95+LshzbXnGg==",
5286 "engines": {
5287 "node": ">=12.20"
5288 },
5289 "funding": {
5290 "url": "https://github.com/sponsors/sindresorhus"
5291 }
5292 },
5293 "node_modules/yocto-spinner": {
5294 "version": "0.2.2",
5295 "resolved": "https://registry.npmjs.org/yocto-spinner/-/yocto-spinner-0.2.2.tgz",
5296 "integrity": "sha512-21rPcM3e4vCpOXThiFRByX8amU5By1R0wNS8Oex+DP3YgC8xdU0vEJ/K8cbPLiIJVosSSysgcFof6s6MSD5/Vw==",
5297 "dependencies": {
5298 "yoctocolors": "^2.1.1"
5299 },
5300 "engines": {
5301 "node": ">=18.19"
5302 },
5303 "funding": {
5304 "url": "https://github.com/sponsors/sindresorhus"
5305 }
5306 },
5307 "node_modules/yoctocolors": {
5308 "version": "2.1.1",
5309 "resolved": "https://registry.npmjs.org/yoctocolors/-/yoctocolors-2.1.1.tgz",
5310 "integrity": "sha512-GQHQqAopRhwU8Kt1DDM8NjibDXHC8eoh1erhGAJPEyveY9qqVeXvVikNKrDz69sHowPMorbPUrH/mx8c50eiBQ==",
5311 "engines": {
5312 "node": ">=18"
5313 },
5314 "funding": {
5315 "url": "https://github.com/sponsors/sindresorhus"
5316 }
5317 },
5318 "node_modules/zod": {
5319 "version": "3.24.4",
5320 "resolved": "https://registry.npmjs.org/zod/-/zod-3.24.4.tgz",
5321 "integrity": "sha512-OdqJE9UDRPwWsrHjLN2F8bPxvwJBK22EHLWtanu0LSYr5YqzsaaW3RMgmjwr8Rypg5k+meEJdSPXJZXE/yqOMg==",
5322 "funding": {
5323 "url": "https://github.com/sponsors/colinhacks"
5324 }
5325 },
5326 "node_modules/zod-to-json-schema": {
5327 "version": "3.24.5",
5328 "resolved": "https://registry.npmjs.org/zod-to-json-schema/-/zod-to-json-schema-3.24.5.tgz",
5329 "integrity": "sha512-/AuWwMP+YqiPbsJx5D6TfgRTc4kTLjsh5SOcd4bLsfUg2RcEXrFMJl1DGgdHy2aCfsIA/cr/1JM0xcB2GZji8g==",
5330 "peerDependencies": {
5331 "zod": "^3.24.1"
5332 }
5333 },
5334 "node_modules/zod-to-ts": {
5335 "version": "1.2.0",
5336 "resolved": "https://registry.npmjs.org/zod-to-ts/-/zod-to-ts-1.2.0.tgz",
5337 "integrity": "sha512-x30XE43V+InwGpvTySRNz9kB7qFU8DlyEy7BsSTCHPH1R0QasMmHWZDCzYm6bVXtj/9NNJAZF3jW8rzFvH5OFA==",
5338 "peerDependencies": {
5339 "typescript": "^4.9.4 || ^5.0.2",
5340 "zod": "^3"
5341 }
5342 },
5343 "node_modules/zwitch": {
5344 "version": "2.0.4",
5345 "resolved": "https://registry.npmjs.org/zwitch/-/zwitch-2.0.4.tgz",
5346 "integrity": "sha512-bXE4cR/kVZhKZX/RjPEflHaKVhUVl85noU3v6b8apfQEc1x4A+zBxjZ4lN8LqGd6WZ3dl98pY4o717VFmoPp+A==",
5347 "funding": {
5348 "type": "github",
5349 "url": "https://github.com/sponsors/wooorm"
5350 }
5351 }
5352 }
5353}