nixpkgs mirror (for testing)
github.com/NixOS/nixpkgs
nix
1{
2 "name": "sunshine",
3 "version": "0.0.0",
4 "lockfileVersion": 3,
5 "requires": true,
6 "packages": {
7 "": {
8 "name": "sunshine",
9 "version": "0.0.0",
10 "dependencies": {
11 "@lizardbyte/shared-web": "2025.922.181114",
12 "vue": "3.5.21",
13 "vue-i18n": "11.1.12"
14 },
15 "devDependencies": {
16 "@codecov/vite-plugin": "1.9.1",
17 "@vitejs/plugin-vue": "6.0.1",
18 "serve": "14.2.5",
19 "vite": "6.3.6",
20 "vite-plugin-ejs": "1.7.0"
21 }
22 },
23 "node_modules/@actions/core": {
24 "version": "1.11.1",
25 "resolved": "https://registry.npmjs.org/@actions/core/-/core-1.11.1.tgz",
26 "integrity": "sha512-hXJCSrkwfA46Vd9Z3q4cpEpHB1rL5NG04+/rbqW9d3+CSvtB1tYe8UTpAlixa1vj0m/ULglfEK2UKxMGxCxv5A==",
27 "dev": true,
28 "license": "MIT",
29 "dependencies": {
30 "@actions/exec": "^1.1.1",
31 "@actions/http-client": "^2.0.1"
32 }
33 },
34 "node_modules/@actions/exec": {
35 "version": "1.1.1",
36 "resolved": "https://registry.npmjs.org/@actions/exec/-/exec-1.1.1.tgz",
37 "integrity": "sha512-+sCcHHbVdk93a0XT19ECtO/gIXoxvdsgQLzb2fE2/5sIZmWQuluYyjPQtrtTHdU1YzTZ7bAPN4sITq2xi1679w==",
38 "dev": true,
39 "license": "MIT",
40 "dependencies": {
41 "@actions/io": "^1.0.1"
42 }
43 },
44 "node_modules/@actions/github": {
45 "version": "6.0.1",
46 "resolved": "https://registry.npmjs.org/@actions/github/-/github-6.0.1.tgz",
47 "integrity": "sha512-xbZVcaqD4XnQAe35qSQqskb3SqIAfRyLBrHMd/8TuL7hJSz2QtbDwnNM8zWx4zO5l2fnGtseNE3MbEvD7BxVMw==",
48 "dev": true,
49 "license": "MIT",
50 "dependencies": {
51 "@actions/http-client": "^2.2.0",
52 "@octokit/core": "^5.0.1",
53 "@octokit/plugin-paginate-rest": "^9.2.2",
54 "@octokit/plugin-rest-endpoint-methods": "^10.4.0",
55 "@octokit/request": "^8.4.1",
56 "@octokit/request-error": "^5.1.1",
57 "undici": "^5.28.5"
58 }
59 },
60 "node_modules/@actions/http-client": {
61 "version": "2.2.3",
62 "resolved": "https://registry.npmjs.org/@actions/http-client/-/http-client-2.2.3.tgz",
63 "integrity": "sha512-mx8hyJi/hjFvbPokCg4uRd4ZX78t+YyRPtnKWwIl+RzNaVuFpQHfmlGVfsKEJN8LwTCvL+DfVgAM04XaHkm6bA==",
64 "dev": true,
65 "license": "MIT",
66 "dependencies": {
67 "tunnel": "^0.0.6",
68 "undici": "^5.25.4"
69 }
70 },
71 "node_modules/@actions/io": {
72 "version": "1.1.3",
73 "resolved": "https://registry.npmjs.org/@actions/io/-/io-1.1.3.tgz",
74 "integrity": "sha512-wi9JjgKLYS7U/z8PPbco+PvTb/nRWjeoFlJ1Qer83k/3C5PHQi28hiVdeE2kHXmIL99mQFawx8qt/JPjZilJ8Q==",
75 "dev": true,
76 "license": "MIT"
77 },
78 "node_modules/@babel/helper-string-parser": {
79 "version": "7.27.1",
80 "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz",
81 "integrity": "sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==",
82 "license": "MIT",
83 "engines": {
84 "node": ">=6.9.0"
85 }
86 },
87 "node_modules/@babel/helper-validator-identifier": {
88 "version": "7.27.1",
89 "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.27.1.tgz",
90 "integrity": "sha512-D2hP9eA+Sqx1kBZgzxZh0y1trbuU+JoDkiEwqhQ36nodYqJwyEIhPSdMNd7lOm/4io72luTPWH20Yda0xOuUow==",
91 "license": "MIT",
92 "engines": {
93 "node": ">=6.9.0"
94 }
95 },
96 "node_modules/@babel/parser": {
97 "version": "7.28.4",
98 "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.28.4.tgz",
99 "integrity": "sha512-yZbBqeM6TkpP9du/I2pUZnJsRMGGvOuIrhjzC1AwHwW+6he4mni6Bp/m8ijn0iOuZuPI2BfkCoSRunpyjnrQKg==",
100 "license": "MIT",
101 "dependencies": {
102 "@babel/types": "^7.28.4"
103 },
104 "bin": {
105 "parser": "bin/babel-parser.js"
106 },
107 "engines": {
108 "node": ">=6.0.0"
109 }
110 },
111 "node_modules/@babel/types": {
112 "version": "7.28.4",
113 "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.28.4.tgz",
114 "integrity": "sha512-bkFqkLhh3pMBUQQkpVgWDWq/lqzc2678eUyDlTBhRqhCHFguYYGM0Efga7tYk4TogG/3x0EEl66/OQ+WGbWB/Q==",
115 "license": "MIT",
116 "dependencies": {
117 "@babel/helper-string-parser": "^7.27.1",
118 "@babel/helper-validator-identifier": "^7.27.1"
119 },
120 "engines": {
121 "node": ">=6.9.0"
122 }
123 },
124 "node_modules/@codecov/bundler-plugin-core": {
125 "version": "1.9.1",
126 "resolved": "https://registry.npmjs.org/@codecov/bundler-plugin-core/-/bundler-plugin-core-1.9.1.tgz",
127 "integrity": "sha512-dt3ic7gMswz4p/qdkYPVJwXlLiLsz55rBBn2I7mr0HTG8pCoLRqnANJIwo5WrqGBZgPyVSMPBqBra6VxLWfDyA==",
128 "dev": true,
129 "license": "MIT",
130 "dependencies": {
131 "@actions/core": "^1.10.1",
132 "@actions/github": "^6.0.0",
133 "chalk": "4.1.2",
134 "semver": "^7.5.4",
135 "unplugin": "^1.10.1",
136 "zod": "^3.22.4"
137 },
138 "engines": {
139 "node": ">=18.0.0"
140 }
141 },
142 "node_modules/@codecov/vite-plugin": {
143 "version": "1.9.1",
144 "resolved": "https://registry.npmjs.org/@codecov/vite-plugin/-/vite-plugin-1.9.1.tgz",
145 "integrity": "sha512-S6Yne7comVulJ1jD3T7rCfYFHPR0zUjAYoLjUDPXNJCUrdzWJdf/ak/UepE7TicqQG+yBa6eb5WusqcPgg+1AQ==",
146 "dev": true,
147 "license": "MIT",
148 "dependencies": {
149 "@codecov/bundler-plugin-core": "^1.9.1",
150 "unplugin": "^1.10.1"
151 },
152 "engines": {
153 "node": ">=18.0.0"
154 },
155 "peerDependencies": {
156 "vite": "4.x || 5.x || 6.x"
157 }
158 },
159 "node_modules/@esbuild/aix-ppc64": {
160 "version": "0.25.10",
161 "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.25.10.tgz",
162 "integrity": "sha512-0NFWnA+7l41irNuaSVlLfgNT12caWJVLzp5eAVhZ0z1qpxbockccEt3s+149rE64VUI3Ml2zt8Nv5JVc4QXTsw==",
163 "cpu": [
164 "ppc64"
165 ],
166 "dev": true,
167 "license": "MIT",
168 "optional": true,
169 "os": [
170 "aix"
171 ],
172 "engines": {
173 "node": ">=18"
174 }
175 },
176 "node_modules/@esbuild/android-arm": {
177 "version": "0.25.10",
178 "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.25.10.tgz",
179 "integrity": "sha512-dQAxF1dW1C3zpeCDc5KqIYuZ1tgAdRXNoZP7vkBIRtKZPYe2xVr/d3SkirklCHudW1B45tGiUlz2pUWDfbDD4w==",
180 "cpu": [
181 "arm"
182 ],
183 "dev": true,
184 "license": "MIT",
185 "optional": true,
186 "os": [
187 "android"
188 ],
189 "engines": {
190 "node": ">=18"
191 }
192 },
193 "node_modules/@esbuild/android-arm64": {
194 "version": "0.25.10",
195 "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.25.10.tgz",
196 "integrity": "sha512-LSQa7eDahypv/VO6WKohZGPSJDq5OVOo3UoFR1E4t4Gj1W7zEQMUhI+lo81H+DtB+kP+tDgBp+M4oNCwp6kffg==",
197 "cpu": [
198 "arm64"
199 ],
200 "dev": true,
201 "license": "MIT",
202 "optional": true,
203 "os": [
204 "android"
205 ],
206 "engines": {
207 "node": ">=18"
208 }
209 },
210 "node_modules/@esbuild/android-x64": {
211 "version": "0.25.10",
212 "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.25.10.tgz",
213 "integrity": "sha512-MiC9CWdPrfhibcXwr39p9ha1x0lZJ9KaVfvzA0Wxwz9ETX4v5CHfF09bx935nHlhi+MxhA63dKRRQLiVgSUtEg==",
214 "cpu": [
215 "x64"
216 ],
217 "dev": true,
218 "license": "MIT",
219 "optional": true,
220 "os": [
221 "android"
222 ],
223 "engines": {
224 "node": ">=18"
225 }
226 },
227 "node_modules/@esbuild/darwin-arm64": {
228 "version": "0.25.10",
229 "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.25.10.tgz",
230 "integrity": "sha512-JC74bdXcQEpW9KkV326WpZZjLguSZ3DfS8wrrvPMHgQOIEIG/sPXEN/V8IssoJhbefLRcRqw6RQH2NnpdprtMA==",
231 "cpu": [
232 "arm64"
233 ],
234 "dev": true,
235 "license": "MIT",
236 "optional": true,
237 "os": [
238 "darwin"
239 ],
240 "engines": {
241 "node": ">=18"
242 }
243 },
244 "node_modules/@esbuild/darwin-x64": {
245 "version": "0.25.10",
246 "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.25.10.tgz",
247 "integrity": "sha512-tguWg1olF6DGqzws97pKZ8G2L7Ig1vjDmGTwcTuYHbuU6TTjJe5FXbgs5C1BBzHbJ2bo1m3WkQDbWO2PvamRcg==",
248 "cpu": [
249 "x64"
250 ],
251 "dev": true,
252 "license": "MIT",
253 "optional": true,
254 "os": [
255 "darwin"
256 ],
257 "engines": {
258 "node": ">=18"
259 }
260 },
261 "node_modules/@esbuild/freebsd-arm64": {
262 "version": "0.25.10",
263 "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.25.10.tgz",
264 "integrity": "sha512-3ZioSQSg1HT2N05YxeJWYR+Libe3bREVSdWhEEgExWaDtyFbbXWb49QgPvFH8u03vUPX10JhJPcz7s9t9+boWg==",
265 "cpu": [
266 "arm64"
267 ],
268 "dev": true,
269 "license": "MIT",
270 "optional": true,
271 "os": [
272 "freebsd"
273 ],
274 "engines": {
275 "node": ">=18"
276 }
277 },
278 "node_modules/@esbuild/freebsd-x64": {
279 "version": "0.25.10",
280 "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.25.10.tgz",
281 "integrity": "sha512-LLgJfHJk014Aa4anGDbh8bmI5Lk+QidDmGzuC2D+vP7mv/GeSN+H39zOf7pN5N8p059FcOfs2bVlrRr4SK9WxA==",
282 "cpu": [
283 "x64"
284 ],
285 "dev": true,
286 "license": "MIT",
287 "optional": true,
288 "os": [
289 "freebsd"
290 ],
291 "engines": {
292 "node": ">=18"
293 }
294 },
295 "node_modules/@esbuild/linux-arm": {
296 "version": "0.25.10",
297 "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.25.10.tgz",
298 "integrity": "sha512-oR31GtBTFYCqEBALI9r6WxoU/ZofZl962pouZRTEYECvNF/dtXKku8YXcJkhgK/beU+zedXfIzHijSRapJY3vg==",
299 "cpu": [
300 "arm"
301 ],
302 "dev": true,
303 "license": "MIT",
304 "optional": true,
305 "os": [
306 "linux"
307 ],
308 "engines": {
309 "node": ">=18"
310 }
311 },
312 "node_modules/@esbuild/linux-arm64": {
313 "version": "0.25.10",
314 "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.25.10.tgz",
315 "integrity": "sha512-5luJWN6YKBsawd5f9i4+c+geYiVEw20FVW5x0v1kEMWNq8UctFjDiMATBxLvmmHA4bf7F6hTRaJgtghFr9iziQ==",
316 "cpu": [
317 "arm64"
318 ],
319 "dev": true,
320 "license": "MIT",
321 "optional": true,
322 "os": [
323 "linux"
324 ],
325 "engines": {
326 "node": ">=18"
327 }
328 },
329 "node_modules/@esbuild/linux-ia32": {
330 "version": "0.25.10",
331 "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.25.10.tgz",
332 "integrity": "sha512-NrSCx2Kim3EnnWgS4Txn0QGt0Xipoumb6z6sUtl5bOEZIVKhzfyp/Lyw4C1DIYvzeW/5mWYPBFJU3a/8Yr75DQ==",
333 "cpu": [
334 "ia32"
335 ],
336 "dev": true,
337 "license": "MIT",
338 "optional": true,
339 "os": [
340 "linux"
341 ],
342 "engines": {
343 "node": ">=18"
344 }
345 },
346 "node_modules/@esbuild/linux-loong64": {
347 "version": "0.25.10",
348 "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.25.10.tgz",
349 "integrity": "sha512-xoSphrd4AZda8+rUDDfD9J6FUMjrkTz8itpTITM4/xgerAZZcFW7Dv+sun7333IfKxGG8gAq+3NbfEMJfiY+Eg==",
350 "cpu": [
351 "loong64"
352 ],
353 "dev": true,
354 "license": "MIT",
355 "optional": true,
356 "os": [
357 "linux"
358 ],
359 "engines": {
360 "node": ">=18"
361 }
362 },
363 "node_modules/@esbuild/linux-mips64el": {
364 "version": "0.25.10",
365 "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.25.10.tgz",
366 "integrity": "sha512-ab6eiuCwoMmYDyTnyptoKkVS3k8fy/1Uvq7Dj5czXI6DF2GqD2ToInBI0SHOp5/X1BdZ26RKc5+qjQNGRBelRA==",
367 "cpu": [
368 "mips64el"
369 ],
370 "dev": true,
371 "license": "MIT",
372 "optional": true,
373 "os": [
374 "linux"
375 ],
376 "engines": {
377 "node": ">=18"
378 }
379 },
380 "node_modules/@esbuild/linux-ppc64": {
381 "version": "0.25.10",
382 "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.25.10.tgz",
383 "integrity": "sha512-NLinzzOgZQsGpsTkEbdJTCanwA5/wozN9dSgEl12haXJBzMTpssebuXR42bthOF3z7zXFWH1AmvWunUCkBE4EA==",
384 "cpu": [
385 "ppc64"
386 ],
387 "dev": true,
388 "license": "MIT",
389 "optional": true,
390 "os": [
391 "linux"
392 ],
393 "engines": {
394 "node": ">=18"
395 }
396 },
397 "node_modules/@esbuild/linux-riscv64": {
398 "version": "0.25.10",
399 "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.25.10.tgz",
400 "integrity": "sha512-FE557XdZDrtX8NMIeA8LBJX3dC2M8VGXwfrQWU7LB5SLOajfJIxmSdyL/gU1m64Zs9CBKvm4UAuBp5aJ8OgnrA==",
401 "cpu": [
402 "riscv64"
403 ],
404 "dev": true,
405 "license": "MIT",
406 "optional": true,
407 "os": [
408 "linux"
409 ],
410 "engines": {
411 "node": ">=18"
412 }
413 },
414 "node_modules/@esbuild/linux-s390x": {
415 "version": "0.25.10",
416 "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.25.10.tgz",
417 "integrity": "sha512-3BBSbgzuB9ajLoVZk0mGu+EHlBwkusRmeNYdqmznmMc9zGASFjSsxgkNsqmXugpPk00gJ0JNKh/97nxmjctdew==",
418 "cpu": [
419 "s390x"
420 ],
421 "dev": true,
422 "license": "MIT",
423 "optional": true,
424 "os": [
425 "linux"
426 ],
427 "engines": {
428 "node": ">=18"
429 }
430 },
431 "node_modules/@esbuild/linux-x64": {
432 "version": "0.25.10",
433 "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.25.10.tgz",
434 "integrity": "sha512-QSX81KhFoZGwenVyPoberggdW1nrQZSvfVDAIUXr3WqLRZGZqWk/P4T8p2SP+de2Sr5HPcvjhcJzEiulKgnxtA==",
435 "cpu": [
436 "x64"
437 ],
438 "dev": true,
439 "license": "MIT",
440 "optional": true,
441 "os": [
442 "linux"
443 ],
444 "engines": {
445 "node": ">=18"
446 }
447 },
448 "node_modules/@esbuild/netbsd-arm64": {
449 "version": "0.25.10",
450 "resolved": "https://registry.npmjs.org/@esbuild/netbsd-arm64/-/netbsd-arm64-0.25.10.tgz",
451 "integrity": "sha512-AKQM3gfYfSW8XRk8DdMCzaLUFB15dTrZfnX8WXQoOUpUBQ+NaAFCP1kPS/ykbbGYz7rxn0WS48/81l9hFl3u4A==",
452 "cpu": [
453 "arm64"
454 ],
455 "dev": true,
456 "license": "MIT",
457 "optional": true,
458 "os": [
459 "netbsd"
460 ],
461 "engines": {
462 "node": ">=18"
463 }
464 },
465 "node_modules/@esbuild/netbsd-x64": {
466 "version": "0.25.10",
467 "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.25.10.tgz",
468 "integrity": "sha512-7RTytDPGU6fek/hWuN9qQpeGPBZFfB4zZgcz2VK2Z5VpdUxEI8JKYsg3JfO0n/Z1E/6l05n0unDCNc4HnhQGig==",
469 "cpu": [
470 "x64"
471 ],
472 "dev": true,
473 "license": "MIT",
474 "optional": true,
475 "os": [
476 "netbsd"
477 ],
478 "engines": {
479 "node": ">=18"
480 }
481 },
482 "node_modules/@esbuild/openbsd-arm64": {
483 "version": "0.25.10",
484 "resolved": "https://registry.npmjs.org/@esbuild/openbsd-arm64/-/openbsd-arm64-0.25.10.tgz",
485 "integrity": "sha512-5Se0VM9Wtq797YFn+dLimf2Zx6McttsH2olUBsDml+lm0GOCRVebRWUvDtkY4BWYv/3NgzS8b/UM3jQNh5hYyw==",
486 "cpu": [
487 "arm64"
488 ],
489 "dev": true,
490 "license": "MIT",
491 "optional": true,
492 "os": [
493 "openbsd"
494 ],
495 "engines": {
496 "node": ">=18"
497 }
498 },
499 "node_modules/@esbuild/openbsd-x64": {
500 "version": "0.25.10",
501 "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.25.10.tgz",
502 "integrity": "sha512-XkA4frq1TLj4bEMB+2HnI0+4RnjbuGZfet2gs/LNs5Hc7D89ZQBHQ0gL2ND6Lzu1+QVkjp3x1gIcPKzRNP8bXw==",
503 "cpu": [
504 "x64"
505 ],
506 "dev": true,
507 "license": "MIT",
508 "optional": true,
509 "os": [
510 "openbsd"
511 ],
512 "engines": {
513 "node": ">=18"
514 }
515 },
516 "node_modules/@esbuild/openharmony-arm64": {
517 "version": "0.25.10",
518 "resolved": "https://registry.npmjs.org/@esbuild/openharmony-arm64/-/openharmony-arm64-0.25.10.tgz",
519 "integrity": "sha512-AVTSBhTX8Y/Fz6OmIVBip9tJzZEUcY8WLh7I59+upa5/GPhh2/aM6bvOMQySspnCCHvFi79kMtdJS1w0DXAeag==",
520 "cpu": [
521 "arm64"
522 ],
523 "dev": true,
524 "license": "MIT",
525 "optional": true,
526 "os": [
527 "openharmony"
528 ],
529 "engines": {
530 "node": ">=18"
531 }
532 },
533 "node_modules/@esbuild/sunos-x64": {
534 "version": "0.25.10",
535 "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.25.10.tgz",
536 "integrity": "sha512-fswk3XT0Uf2pGJmOpDB7yknqhVkJQkAQOcW/ccVOtfx05LkbWOaRAtn5SaqXypeKQra1QaEa841PgrSL9ubSPQ==",
537 "cpu": [
538 "x64"
539 ],
540 "dev": true,
541 "license": "MIT",
542 "optional": true,
543 "os": [
544 "sunos"
545 ],
546 "engines": {
547 "node": ">=18"
548 }
549 },
550 "node_modules/@esbuild/win32-arm64": {
551 "version": "0.25.10",
552 "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.25.10.tgz",
553 "integrity": "sha512-ah+9b59KDTSfpaCg6VdJoOQvKjI33nTaQr4UluQwW7aEwZQsbMCfTmfEO4VyewOxx4RaDT/xCy9ra2GPWmO7Kw==",
554 "cpu": [
555 "arm64"
556 ],
557 "dev": true,
558 "license": "MIT",
559 "optional": true,
560 "os": [
561 "win32"
562 ],
563 "engines": {
564 "node": ">=18"
565 }
566 },
567 "node_modules/@esbuild/win32-ia32": {
568 "version": "0.25.10",
569 "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.25.10.tgz",
570 "integrity": "sha512-QHPDbKkrGO8/cz9LKVnJU22HOi4pxZnZhhA2HYHez5Pz4JeffhDjf85E57Oyco163GnzNCVkZK0b/n4Y0UHcSw==",
571 "cpu": [
572 "ia32"
573 ],
574 "dev": true,
575 "license": "MIT",
576 "optional": true,
577 "os": [
578 "win32"
579 ],
580 "engines": {
581 "node": ">=18"
582 }
583 },
584 "node_modules/@esbuild/win32-x64": {
585 "version": "0.25.10",
586 "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.25.10.tgz",
587 "integrity": "sha512-9KpxSVFCu0iK1owoez6aC/s/EdUQLDN3adTxGCqxMVhrPDj6bt5dbrHDXUuq+Bs2vATFBBrQS5vdQ/Ed2P+nbw==",
588 "cpu": [
589 "x64"
590 ],
591 "dev": true,
592 "license": "MIT",
593 "optional": true,
594 "os": [
595 "win32"
596 ],
597 "engines": {
598 "node": ">=18"
599 }
600 },
601 "node_modules/@fastify/busboy": {
602 "version": "2.1.1",
603 "resolved": "https://registry.npmjs.org/@fastify/busboy/-/busboy-2.1.1.tgz",
604 "integrity": "sha512-vBZP4NlzfOlerQTnba4aqZoMhE/a9HY7HRqoOPaETQcSQuWEIyZMHGfVu6w9wGtGK5fED5qRs2DteVCjOH60sA==",
605 "dev": true,
606 "license": "MIT",
607 "engines": {
608 "node": ">=14"
609 }
610 },
611 "node_modules/@fortawesome/fontawesome-free": {
612 "version": "7.0.1",
613 "resolved": "https://registry.npmjs.org/@fortawesome/fontawesome-free/-/fontawesome-free-7.0.1.tgz",
614 "integrity": "sha512-RLmb9U6H2rJDnGxEqXxzy7ANPrQz7WK2/eTjdZqyU9uRU5W+FkAec9uU5gTYzFBH7aoXIw2WTJSCJR4KPlReQw==",
615 "license": "(CC-BY-4.0 AND OFL-1.1 AND MIT)",
616 "engines": {
617 "node": ">=6"
618 }
619 },
620 "node_modules/@intlify/core-base": {
621 "version": "11.1.12",
622 "resolved": "https://registry.npmjs.org/@intlify/core-base/-/core-base-11.1.12.tgz",
623 "integrity": "sha512-whh0trqRsSqVLNEUCwU59pyJZYpU8AmSWl8M3Jz2Mv5ESPP6kFh4juas2NpZ1iCvy7GlNRffUD1xr84gceimjg==",
624 "license": "MIT",
625 "dependencies": {
626 "@intlify/message-compiler": "11.1.12",
627 "@intlify/shared": "11.1.12"
628 },
629 "engines": {
630 "node": ">= 16"
631 },
632 "funding": {
633 "url": "https://github.com/sponsors/kazupon"
634 }
635 },
636 "node_modules/@intlify/message-compiler": {
637 "version": "11.1.12",
638 "resolved": "https://registry.npmjs.org/@intlify/message-compiler/-/message-compiler-11.1.12.tgz",
639 "integrity": "sha512-Fv9iQSJoJaXl4ZGkOCN1LDM3trzze0AS2zRz2EHLiwenwL6t0Ki9KySYlyr27yVOj5aVz0e55JePO+kELIvfdQ==",
640 "license": "MIT",
641 "dependencies": {
642 "@intlify/shared": "11.1.12",
643 "source-map-js": "^1.0.2"
644 },
645 "engines": {
646 "node": ">= 16"
647 },
648 "funding": {
649 "url": "https://github.com/sponsors/kazupon"
650 }
651 },
652 "node_modules/@intlify/shared": {
653 "version": "11.1.12",
654 "resolved": "https://registry.npmjs.org/@intlify/shared/-/shared-11.1.12.tgz",
655 "integrity": "sha512-Om86EjuQtA69hdNj3GQec9ZC0L0vPSAnXzB3gP/gyJ7+mA7t06d9aOAiqMZ+xEOsumGP4eEBlfl8zF2LOTzf2A==",
656 "license": "MIT",
657 "engines": {
658 "node": ">= 16"
659 },
660 "funding": {
661 "url": "https://github.com/sponsors/kazupon"
662 }
663 },
664 "node_modules/@jridgewell/sourcemap-codec": {
665 "version": "1.5.5",
666 "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz",
667 "integrity": "sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==",
668 "license": "MIT"
669 },
670 "node_modules/@lizardbyte/shared-web": {
671 "version": "2025.922.181114",
672 "resolved": "https://registry.npmjs.org/@lizardbyte/shared-web/-/shared-web-2025.922.181114.tgz",
673 "integrity": "sha512-ISJLK79h10WkZf/fz7wEkrmlEEf9tUe5RQpADdOONXIybAKP/TC2cTfPr1NSRvL4sCoHTHv1oOlMkauaEAI3kg==",
674 "license": "AGPL-3.0-only",
675 "dependencies": {
676 "@fortawesome/fontawesome-free": "7.0.1",
677 "bootstrap": "5.3.8"
678 },
679 "funding": {
680 "url": "https://app.lizardbyte.dev"
681 }
682 },
683 "node_modules/@octokit/auth-token": {
684 "version": "4.0.0",
685 "resolved": "https://registry.npmjs.org/@octokit/auth-token/-/auth-token-4.0.0.tgz",
686 "integrity": "sha512-tY/msAuJo6ARbK6SPIxZrPBms3xPbfwBrulZe0Wtr/DIY9lje2HeV1uoebShn6mx7SjCHif6EjMvoREj+gZ+SA==",
687 "dev": true,
688 "license": "MIT",
689 "engines": {
690 "node": ">= 18"
691 }
692 },
693 "node_modules/@octokit/core": {
694 "version": "5.2.2",
695 "resolved": "https://registry.npmjs.org/@octokit/core/-/core-5.2.2.tgz",
696 "integrity": "sha512-/g2d4sW9nUDJOMz3mabVQvOGhVa4e/BN/Um7yca9Bb2XTzPPnfTWHWQg+IsEYO7M3Vx+EXvaM/I2pJWIMun1bg==",
697 "dev": true,
698 "license": "MIT",
699 "dependencies": {
700 "@octokit/auth-token": "^4.0.0",
701 "@octokit/graphql": "^7.1.0",
702 "@octokit/request": "^8.4.1",
703 "@octokit/request-error": "^5.1.1",
704 "@octokit/types": "^13.0.0",
705 "before-after-hook": "^2.2.0",
706 "universal-user-agent": "^6.0.0"
707 },
708 "engines": {
709 "node": ">= 18"
710 }
711 },
712 "node_modules/@octokit/endpoint": {
713 "version": "9.0.6",
714 "resolved": "https://registry.npmjs.org/@octokit/endpoint/-/endpoint-9.0.6.tgz",
715 "integrity": "sha512-H1fNTMA57HbkFESSt3Y9+FBICv+0jFceJFPWDePYlR/iMGrwM5ph+Dd4XRQs+8X+PUFURLQgX9ChPfhJ/1uNQw==",
716 "dev": true,
717 "license": "MIT",
718 "dependencies": {
719 "@octokit/types": "^13.1.0",
720 "universal-user-agent": "^6.0.0"
721 },
722 "engines": {
723 "node": ">= 18"
724 }
725 },
726 "node_modules/@octokit/graphql": {
727 "version": "7.1.1",
728 "resolved": "https://registry.npmjs.org/@octokit/graphql/-/graphql-7.1.1.tgz",
729 "integrity": "sha512-3mkDltSfcDUoa176nlGoA32RGjeWjl3K7F/BwHwRMJUW/IteSa4bnSV8p2ThNkcIcZU2umkZWxwETSSCJf2Q7g==",
730 "dev": true,
731 "license": "MIT",
732 "dependencies": {
733 "@octokit/request": "^8.4.1",
734 "@octokit/types": "^13.0.0",
735 "universal-user-agent": "^6.0.0"
736 },
737 "engines": {
738 "node": ">= 18"
739 }
740 },
741 "node_modules/@octokit/openapi-types": {
742 "version": "24.2.0",
743 "resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-24.2.0.tgz",
744 "integrity": "sha512-9sIH3nSUttelJSXUrmGzl7QUBFul0/mB8HRYl3fOlgHbIWG+WnYDXU3v/2zMtAvuzZ/ed00Ei6on975FhBfzrg==",
745 "dev": true,
746 "license": "MIT"
747 },
748 "node_modules/@octokit/plugin-paginate-rest": {
749 "version": "9.2.2",
750 "resolved": "https://registry.npmjs.org/@octokit/plugin-paginate-rest/-/plugin-paginate-rest-9.2.2.tgz",
751 "integrity": "sha512-u3KYkGF7GcZnSD/3UP0S7K5XUFT2FkOQdcfXZGZQPGv3lm4F2Xbf71lvjldr8c1H3nNbF+33cLEkWYbokGWqiQ==",
752 "dev": true,
753 "license": "MIT",
754 "dependencies": {
755 "@octokit/types": "^12.6.0"
756 },
757 "engines": {
758 "node": ">= 18"
759 },
760 "peerDependencies": {
761 "@octokit/core": "5"
762 }
763 },
764 "node_modules/@octokit/plugin-paginate-rest/node_modules/@octokit/openapi-types": {
765 "version": "20.0.0",
766 "resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-20.0.0.tgz",
767 "integrity": "sha512-EtqRBEjp1dL/15V7WiX5LJMIxxkdiGJnabzYx5Apx4FkQIFgAfKumXeYAqqJCj1s+BMX4cPFIFC4OLCR6stlnA==",
768 "dev": true,
769 "license": "MIT"
770 },
771 "node_modules/@octokit/plugin-paginate-rest/node_modules/@octokit/types": {
772 "version": "12.6.0",
773 "resolved": "https://registry.npmjs.org/@octokit/types/-/types-12.6.0.tgz",
774 "integrity": "sha512-1rhSOfRa6H9w4YwK0yrf5faDaDTb+yLyBUKOCV4xtCDB5VmIPqd/v9yr9o6SAzOAlRxMiRiCic6JVM1/kunVkw==",
775 "dev": true,
776 "license": "MIT",
777 "dependencies": {
778 "@octokit/openapi-types": "^20.0.0"
779 }
780 },
781 "node_modules/@octokit/plugin-rest-endpoint-methods": {
782 "version": "10.4.1",
783 "resolved": "https://registry.npmjs.org/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-10.4.1.tgz",
784 "integrity": "sha512-xV1b+ceKV9KytQe3zCVqjg+8GTGfDYwaT1ATU5isiUyVtlVAO3HNdzpS4sr4GBx4hxQ46s7ITtZrAsxG22+rVg==",
785 "dev": true,
786 "license": "MIT",
787 "dependencies": {
788 "@octokit/types": "^12.6.0"
789 },
790 "engines": {
791 "node": ">= 18"
792 },
793 "peerDependencies": {
794 "@octokit/core": "5"
795 }
796 },
797 "node_modules/@octokit/plugin-rest-endpoint-methods/node_modules/@octokit/openapi-types": {
798 "version": "20.0.0",
799 "resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-20.0.0.tgz",
800 "integrity": "sha512-EtqRBEjp1dL/15V7WiX5LJMIxxkdiGJnabzYx5Apx4FkQIFgAfKumXeYAqqJCj1s+BMX4cPFIFC4OLCR6stlnA==",
801 "dev": true,
802 "license": "MIT"
803 },
804 "node_modules/@octokit/plugin-rest-endpoint-methods/node_modules/@octokit/types": {
805 "version": "12.6.0",
806 "resolved": "https://registry.npmjs.org/@octokit/types/-/types-12.6.0.tgz",
807 "integrity": "sha512-1rhSOfRa6H9w4YwK0yrf5faDaDTb+yLyBUKOCV4xtCDB5VmIPqd/v9yr9o6SAzOAlRxMiRiCic6JVM1/kunVkw==",
808 "dev": true,
809 "license": "MIT",
810 "dependencies": {
811 "@octokit/openapi-types": "^20.0.0"
812 }
813 },
814 "node_modules/@octokit/request": {
815 "version": "8.4.1",
816 "resolved": "https://registry.npmjs.org/@octokit/request/-/request-8.4.1.tgz",
817 "integrity": "sha512-qnB2+SY3hkCmBxZsR/MPCybNmbJe4KAlfWErXq+rBKkQJlbjdJeS85VI9r8UqeLYLvnAenU8Q1okM/0MBsAGXw==",
818 "dev": true,
819 "license": "MIT",
820 "dependencies": {
821 "@octokit/endpoint": "^9.0.6",
822 "@octokit/request-error": "^5.1.1",
823 "@octokit/types": "^13.1.0",
824 "universal-user-agent": "^6.0.0"
825 },
826 "engines": {
827 "node": ">= 18"
828 }
829 },
830 "node_modules/@octokit/request-error": {
831 "version": "5.1.1",
832 "resolved": "https://registry.npmjs.org/@octokit/request-error/-/request-error-5.1.1.tgz",
833 "integrity": "sha512-v9iyEQJH6ZntoENr9/yXxjuezh4My67CBSu9r6Ve/05Iu5gNgnisNWOsoJHTP6k0Rr0+HQIpnH+kyammu90q/g==",
834 "dev": true,
835 "license": "MIT",
836 "dependencies": {
837 "@octokit/types": "^13.1.0",
838 "deprecation": "^2.0.0",
839 "once": "^1.4.0"
840 },
841 "engines": {
842 "node": ">= 18"
843 }
844 },
845 "node_modules/@octokit/types": {
846 "version": "13.10.0",
847 "resolved": "https://registry.npmjs.org/@octokit/types/-/types-13.10.0.tgz",
848 "integrity": "sha512-ifLaO34EbbPj0Xgro4G5lP5asESjwHracYJvVaPIyXMuiuXLlhic3S47cBdTb+jfODkTE5YtGCLt3Ay3+J97sA==",
849 "dev": true,
850 "license": "MIT",
851 "dependencies": {
852 "@octokit/openapi-types": "^24.2.0"
853 }
854 },
855 "node_modules/@popperjs/core": {
856 "version": "2.11.8",
857 "resolved": "https://registry.npmjs.org/@popperjs/core/-/core-2.11.8.tgz",
858 "integrity": "sha512-P1st0aksCrn9sGZhp8GMYwBnQsbvAWsZAX44oXNNvLHGqAOcoVxmjZiohstwQ7SqKnbR47akdNi+uleWD8+g6A==",
859 "license": "MIT",
860 "peer": true,
861 "funding": {
862 "type": "opencollective",
863 "url": "https://opencollective.com/popperjs"
864 }
865 },
866 "node_modules/@rolldown/pluginutils": {
867 "version": "1.0.0-beta.29",
868 "resolved": "https://registry.npmjs.org/@rolldown/pluginutils/-/pluginutils-1.0.0-beta.29.tgz",
869 "integrity": "sha512-NIJgOsMjbxAXvoGq/X0gD7VPMQ8j9g0BiDaNjVNVjvl+iKXxL3Jre0v31RmBYeLEmkbj2s02v8vFTbUXi5XS2Q==",
870 "dev": true,
871 "license": "MIT"
872 },
873 "node_modules/@rollup/rollup-android-arm-eabi": {
874 "version": "4.52.4",
875 "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.52.4.tgz",
876 "integrity": "sha512-BTm2qKNnWIQ5auf4deoetINJm2JzvihvGb9R6K/ETwKLql/Bb3Eg2H1FBp1gUb4YGbydMA3jcmQTR73q7J+GAA==",
877 "cpu": [
878 "arm"
879 ],
880 "dev": true,
881 "license": "MIT",
882 "optional": true,
883 "os": [
884 "android"
885 ]
886 },
887 "node_modules/@rollup/rollup-android-arm64": {
888 "version": "4.52.4",
889 "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.52.4.tgz",
890 "integrity": "sha512-P9LDQiC5vpgGFgz7GSM6dKPCiqR3XYN1WwJKA4/BUVDjHpYsf3iBEmVz62uyq20NGYbiGPR5cNHI7T1HqxNs2w==",
891 "cpu": [
892 "arm64"
893 ],
894 "dev": true,
895 "license": "MIT",
896 "optional": true,
897 "os": [
898 "android"
899 ]
900 },
901 "node_modules/@rollup/rollup-darwin-arm64": {
902 "version": "4.52.4",
903 "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.52.4.tgz",
904 "integrity": "sha512-QRWSW+bVccAvZF6cbNZBJwAehmvG9NwfWHwMy4GbWi/BQIA/laTIktebT2ipVjNncqE6GLPxOok5hsECgAxGZg==",
905 "cpu": [
906 "arm64"
907 ],
908 "dev": true,
909 "license": "MIT",
910 "optional": true,
911 "os": [
912 "darwin"
913 ]
914 },
915 "node_modules/@rollup/rollup-darwin-x64": {
916 "version": "4.52.4",
917 "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.52.4.tgz",
918 "integrity": "sha512-hZgP05pResAkRJxL1b+7yxCnXPGsXU0fG9Yfd6dUaoGk+FhdPKCJ5L1Sumyxn8kvw8Qi5PvQ8ulenUbRjzeCTw==",
919 "cpu": [
920 "x64"
921 ],
922 "dev": true,
923 "license": "MIT",
924 "optional": true,
925 "os": [
926 "darwin"
927 ]
928 },
929 "node_modules/@rollup/rollup-freebsd-arm64": {
930 "version": "4.52.4",
931 "resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-arm64/-/rollup-freebsd-arm64-4.52.4.tgz",
932 "integrity": "sha512-xmc30VshuBNUd58Xk4TKAEcRZHaXlV+tCxIXELiE9sQuK3kG8ZFgSPi57UBJt8/ogfhAF5Oz4ZSUBN77weM+mQ==",
933 "cpu": [
934 "arm64"
935 ],
936 "dev": true,
937 "license": "MIT",
938 "optional": true,
939 "os": [
940 "freebsd"
941 ]
942 },
943 "node_modules/@rollup/rollup-freebsd-x64": {
944 "version": "4.52.4",
945 "resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-x64/-/rollup-freebsd-x64-4.52.4.tgz",
946 "integrity": "sha512-WdSLpZFjOEqNZGmHflxyifolwAiZmDQzuOzIq9L27ButpCVpD7KzTRtEG1I0wMPFyiyUdOO+4t8GvrnBLQSwpw==",
947 "cpu": [
948 "x64"
949 ],
950 "dev": true,
951 "license": "MIT",
952 "optional": true,
953 "os": [
954 "freebsd"
955 ]
956 },
957 "node_modules/@rollup/rollup-linux-arm-gnueabihf": {
958 "version": "4.52.4",
959 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.52.4.tgz",
960 "integrity": "sha512-xRiOu9Of1FZ4SxVbB0iEDXc4ddIcjCv2aj03dmW8UrZIW7aIQ9jVJdLBIhxBI+MaTnGAKyvMwPwQnoOEvP7FgQ==",
961 "cpu": [
962 "arm"
963 ],
964 "dev": true,
965 "license": "MIT",
966 "optional": true,
967 "os": [
968 "linux"
969 ]
970 },
971 "node_modules/@rollup/rollup-linux-arm-musleabihf": {
972 "version": "4.52.4",
973 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.52.4.tgz",
974 "integrity": "sha512-FbhM2p9TJAmEIEhIgzR4soUcsW49e9veAQCziwbR+XWB2zqJ12b4i/+hel9yLiD8pLncDH4fKIPIbt5238341Q==",
975 "cpu": [
976 "arm"
977 ],
978 "dev": true,
979 "license": "MIT",
980 "optional": true,
981 "os": [
982 "linux"
983 ]
984 },
985 "node_modules/@rollup/rollup-linux-arm64-gnu": {
986 "version": "4.52.4",
987 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.52.4.tgz",
988 "integrity": "sha512-4n4gVwhPHR9q/g8lKCyz0yuaD0MvDf7dV4f9tHt0C73Mp8h38UCtSCSE6R9iBlTbXlmA8CjpsZoujhszefqueg==",
989 "cpu": [
990 "arm64"
991 ],
992 "dev": true,
993 "license": "MIT",
994 "optional": true,
995 "os": [
996 "linux"
997 ]
998 },
999 "node_modules/@rollup/rollup-linux-arm64-musl": {
1000 "version": "4.52.4",
1001 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.52.4.tgz",
1002 "integrity": "sha512-u0n17nGA0nvi/11gcZKsjkLj1QIpAuPFQbR48Subo7SmZJnGxDpspyw2kbpuoQnyK+9pwf3pAoEXerJs/8Mi9g==",
1003 "cpu": [
1004 "arm64"
1005 ],
1006 "dev": true,
1007 "license": "MIT",
1008 "optional": true,
1009 "os": [
1010 "linux"
1011 ]
1012 },
1013 "node_modules/@rollup/rollup-linux-loong64-gnu": {
1014 "version": "4.52.4",
1015 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-loong64-gnu/-/rollup-linux-loong64-gnu-4.52.4.tgz",
1016 "integrity": "sha512-0G2c2lpYtbTuXo8KEJkDkClE/+/2AFPdPAbmaHoE870foRFs4pBrDehilMcrSScrN/fB/1HTaWO4bqw+ewBzMQ==",
1017 "cpu": [
1018 "loong64"
1019 ],
1020 "dev": true,
1021 "license": "MIT",
1022 "optional": true,
1023 "os": [
1024 "linux"
1025 ]
1026 },
1027 "node_modules/@rollup/rollup-linux-ppc64-gnu": {
1028 "version": "4.52.4",
1029 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-ppc64-gnu/-/rollup-linux-ppc64-gnu-4.52.4.tgz",
1030 "integrity": "sha512-teSACug1GyZHmPDv14VNbvZFX779UqWTsd7KtTM9JIZRDI5NUwYSIS30kzI8m06gOPB//jtpqlhmraQ68b5X2g==",
1031 "cpu": [
1032 "ppc64"
1033 ],
1034 "dev": true,
1035 "license": "MIT",
1036 "optional": true,
1037 "os": [
1038 "linux"
1039 ]
1040 },
1041 "node_modules/@rollup/rollup-linux-riscv64-gnu": {
1042 "version": "4.52.4",
1043 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.52.4.tgz",
1044 "integrity": "sha512-/MOEW3aHjjs1p4Pw1Xk4+3egRevx8Ji9N6HUIA1Ifh8Q+cg9dremvFCUbOX2Zebz80BwJIgCBUemjqhU5XI5Eg==",
1045 "cpu": [
1046 "riscv64"
1047 ],
1048 "dev": true,
1049 "license": "MIT",
1050 "optional": true,
1051 "os": [
1052 "linux"
1053 ]
1054 },
1055 "node_modules/@rollup/rollup-linux-riscv64-musl": {
1056 "version": "4.52.4",
1057 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-musl/-/rollup-linux-riscv64-musl-4.52.4.tgz",
1058 "integrity": "sha512-1HHmsRyh845QDpEWzOFtMCph5Ts+9+yllCrREuBR/vg2RogAQGGBRC8lDPrPOMnrdOJ+mt1WLMOC2Kao/UwcvA==",
1059 "cpu": [
1060 "riscv64"
1061 ],
1062 "dev": true,
1063 "license": "MIT",
1064 "optional": true,
1065 "os": [
1066 "linux"
1067 ]
1068 },
1069 "node_modules/@rollup/rollup-linux-s390x-gnu": {
1070 "version": "4.52.4",
1071 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.52.4.tgz",
1072 "integrity": "sha512-seoeZp4L/6D1MUyjWkOMRU6/iLmCU2EjbMTyAG4oIOs1/I82Y5lTeaxW0KBfkUdHAWN7j25bpkt0rjnOgAcQcA==",
1073 "cpu": [
1074 "s390x"
1075 ],
1076 "dev": true,
1077 "license": "MIT",
1078 "optional": true,
1079 "os": [
1080 "linux"
1081 ]
1082 },
1083 "node_modules/@rollup/rollup-linux-x64-gnu": {
1084 "version": "4.52.4",
1085 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.52.4.tgz",
1086 "integrity": "sha512-Wi6AXf0k0L7E2gteNsNHUs7UMwCIhsCTs6+tqQ5GPwVRWMaflqGec4Sd8n6+FNFDw9vGcReqk2KzBDhCa1DLYg==",
1087 "cpu": [
1088 "x64"
1089 ],
1090 "dev": true,
1091 "license": "MIT",
1092 "optional": true,
1093 "os": [
1094 "linux"
1095 ]
1096 },
1097 "node_modules/@rollup/rollup-linux-x64-musl": {
1098 "version": "4.52.4",
1099 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.52.4.tgz",
1100 "integrity": "sha512-dtBZYjDmCQ9hW+WgEkaffvRRCKm767wWhxsFW3Lw86VXz/uJRuD438/XvbZT//B96Vs8oTA8Q4A0AfHbrxP9zw==",
1101 "cpu": [
1102 "x64"
1103 ],
1104 "dev": true,
1105 "license": "MIT",
1106 "optional": true,
1107 "os": [
1108 "linux"
1109 ]
1110 },
1111 "node_modules/@rollup/rollup-openharmony-arm64": {
1112 "version": "4.52.4",
1113 "resolved": "https://registry.npmjs.org/@rollup/rollup-openharmony-arm64/-/rollup-openharmony-arm64-4.52.4.tgz",
1114 "integrity": "sha512-1ox+GqgRWqaB1RnyZXL8PD6E5f7YyRUJYnCqKpNzxzP0TkaUh112NDrR9Tt+C8rJ4x5G9Mk8PQR3o7Ku2RKqKA==",
1115 "cpu": [
1116 "arm64"
1117 ],
1118 "dev": true,
1119 "license": "MIT",
1120 "optional": true,
1121 "os": [
1122 "openharmony"
1123 ]
1124 },
1125 "node_modules/@rollup/rollup-win32-arm64-msvc": {
1126 "version": "4.52.4",
1127 "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.52.4.tgz",
1128 "integrity": "sha512-8GKr640PdFNXwzIE0IrkMWUNUomILLkfeHjXBi/nUvFlpZP+FA8BKGKpacjW6OUUHaNI6sUURxR2U2g78FOHWQ==",
1129 "cpu": [
1130 "arm64"
1131 ],
1132 "dev": true,
1133 "license": "MIT",
1134 "optional": true,
1135 "os": [
1136 "win32"
1137 ]
1138 },
1139 "node_modules/@rollup/rollup-win32-ia32-msvc": {
1140 "version": "4.52.4",
1141 "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.52.4.tgz",
1142 "integrity": "sha512-AIy/jdJ7WtJ/F6EcfOb2GjR9UweO0n43jNObQMb6oGxkYTfLcnN7vYYpG+CN3lLxrQkzWnMOoNSHTW54pgbVxw==",
1143 "cpu": [
1144 "ia32"
1145 ],
1146 "dev": true,
1147 "license": "MIT",
1148 "optional": true,
1149 "os": [
1150 "win32"
1151 ]
1152 },
1153 "node_modules/@rollup/rollup-win32-x64-gnu": {
1154 "version": "4.52.4",
1155 "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-gnu/-/rollup-win32-x64-gnu-4.52.4.tgz",
1156 "integrity": "sha512-UF9KfsH9yEam0UjTwAgdK0anlQ7c8/pWPU2yVjyWcF1I1thABt6WXE47cI71pGiZ8wGvxohBoLnxM04L/wj8mQ==",
1157 "cpu": [
1158 "x64"
1159 ],
1160 "dev": true,
1161 "license": "MIT",
1162 "optional": true,
1163 "os": [
1164 "win32"
1165 ]
1166 },
1167 "node_modules/@rollup/rollup-win32-x64-msvc": {
1168 "version": "4.52.4",
1169 "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.52.4.tgz",
1170 "integrity": "sha512-bf9PtUa0u8IXDVxzRToFQKsNCRz9qLYfR/MpECxl4mRoWYjAeFjgxj1XdZr2M/GNVpT05p+LgQOHopYDlUu6/w==",
1171 "cpu": [
1172 "x64"
1173 ],
1174 "dev": true,
1175 "license": "MIT",
1176 "optional": true,
1177 "os": [
1178 "win32"
1179 ]
1180 },
1181 "node_modules/@types/estree": {
1182 "version": "1.0.8",
1183 "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.8.tgz",
1184 "integrity": "sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==",
1185 "dev": true,
1186 "license": "MIT"
1187 },
1188 "node_modules/@vitejs/plugin-vue": {
1189 "version": "6.0.1",
1190 "resolved": "https://registry.npmjs.org/@vitejs/plugin-vue/-/plugin-vue-6.0.1.tgz",
1191 "integrity": "sha512-+MaE752hU0wfPFJEUAIxqw18+20euHHdxVtMvbFcOEpjEyfqXH/5DCoTHiVJ0J29EhTJdoTkjEv5YBKU9dnoTw==",
1192 "dev": true,
1193 "license": "MIT",
1194 "dependencies": {
1195 "@rolldown/pluginutils": "1.0.0-beta.29"
1196 },
1197 "engines": {
1198 "node": "^20.19.0 || >=22.12.0"
1199 },
1200 "peerDependencies": {
1201 "vite": "^5.0.0 || ^6.0.0 || ^7.0.0",
1202 "vue": "^3.2.25"
1203 }
1204 },
1205 "node_modules/@vue/compiler-core": {
1206 "version": "3.5.21",
1207 "resolved": "https://registry.npmjs.org/@vue/compiler-core/-/compiler-core-3.5.21.tgz",
1208 "integrity": "sha512-8i+LZ0vf6ZgII5Z9XmUvrCyEzocvWT+TeR2VBUVlzIH6Tyv57E20mPZ1bCS+tbejgUgmjrEh7q/0F0bibskAmw==",
1209 "license": "MIT",
1210 "dependencies": {
1211 "@babel/parser": "^7.28.3",
1212 "@vue/shared": "3.5.21",
1213 "entities": "^4.5.0",
1214 "estree-walker": "^2.0.2",
1215 "source-map-js": "^1.2.1"
1216 }
1217 },
1218 "node_modules/@vue/compiler-dom": {
1219 "version": "3.5.21",
1220 "resolved": "https://registry.npmjs.org/@vue/compiler-dom/-/compiler-dom-3.5.21.tgz",
1221 "integrity": "sha512-jNtbu/u97wiyEBJlJ9kmdw7tAr5Vy0Aj5CgQmo+6pxWNQhXZDPsRr1UWPN4v3Zf82s2H3kF51IbzZ4jMWAgPlQ==",
1222 "license": "MIT",
1223 "dependencies": {
1224 "@vue/compiler-core": "3.5.21",
1225 "@vue/shared": "3.5.21"
1226 }
1227 },
1228 "node_modules/@vue/compiler-sfc": {
1229 "version": "3.5.21",
1230 "resolved": "https://registry.npmjs.org/@vue/compiler-sfc/-/compiler-sfc-3.5.21.tgz",
1231 "integrity": "sha512-SXlyk6I5eUGBd2v8Ie7tF6ADHE9kCR6mBEuPyH1nUZ0h6Xx6nZI29i12sJKQmzbDyr2tUHMhhTt51Z6blbkTTQ==",
1232 "license": "MIT",
1233 "dependencies": {
1234 "@babel/parser": "^7.28.3",
1235 "@vue/compiler-core": "3.5.21",
1236 "@vue/compiler-dom": "3.5.21",
1237 "@vue/compiler-ssr": "3.5.21",
1238 "@vue/shared": "3.5.21",
1239 "estree-walker": "^2.0.2",
1240 "magic-string": "^0.30.18",
1241 "postcss": "^8.5.6",
1242 "source-map-js": "^1.2.1"
1243 }
1244 },
1245 "node_modules/@vue/compiler-ssr": {
1246 "version": "3.5.21",
1247 "resolved": "https://registry.npmjs.org/@vue/compiler-ssr/-/compiler-ssr-3.5.21.tgz",
1248 "integrity": "sha512-vKQ5olH5edFZdf5ZrlEgSO1j1DMA4u23TVK5XR1uMhvwnYvVdDF0nHXJUblL/GvzlShQbjhZZ2uvYmDlAbgo9w==",
1249 "license": "MIT",
1250 "dependencies": {
1251 "@vue/compiler-dom": "3.5.21",
1252 "@vue/shared": "3.5.21"
1253 }
1254 },
1255 "node_modules/@vue/devtools-api": {
1256 "version": "6.6.4",
1257 "resolved": "https://registry.npmjs.org/@vue/devtools-api/-/devtools-api-6.6.4.tgz",
1258 "integrity": "sha512-sGhTPMuXqZ1rVOk32RylztWkfXTRhuS7vgAKv0zjqk8gbsHkJ7xfFf+jbySxt7tWObEJwyKaHMikV/WGDiQm8g==",
1259 "license": "MIT"
1260 },
1261 "node_modules/@vue/reactivity": {
1262 "version": "3.5.21",
1263 "resolved": "https://registry.npmjs.org/@vue/reactivity/-/reactivity-3.5.21.tgz",
1264 "integrity": "sha512-3ah7sa+Cwr9iiYEERt9JfZKPw4A2UlbY8RbbnH2mGCE8NwHkhmlZt2VsH0oDA3P08X3jJd29ohBDtX+TbD9AsA==",
1265 "license": "MIT",
1266 "dependencies": {
1267 "@vue/shared": "3.5.21"
1268 }
1269 },
1270 "node_modules/@vue/runtime-core": {
1271 "version": "3.5.21",
1272 "resolved": "https://registry.npmjs.org/@vue/runtime-core/-/runtime-core-3.5.21.tgz",
1273 "integrity": "sha512-+DplQlRS4MXfIf9gfD1BOJpk5RSyGgGXD/R+cumhe8jdjUcq/qlxDawQlSI8hCKupBlvM+3eS1se5xW+SuNAwA==",
1274 "license": "MIT",
1275 "dependencies": {
1276 "@vue/reactivity": "3.5.21",
1277 "@vue/shared": "3.5.21"
1278 }
1279 },
1280 "node_modules/@vue/runtime-dom": {
1281 "version": "3.5.21",
1282 "resolved": "https://registry.npmjs.org/@vue/runtime-dom/-/runtime-dom-3.5.21.tgz",
1283 "integrity": "sha512-3M2DZsOFwM5qI15wrMmNF5RJe1+ARijt2HM3TbzBbPSuBHOQpoidE+Pa+XEaVN+czbHf81ETRoG1ltztP2em8w==",
1284 "license": "MIT",
1285 "dependencies": {
1286 "@vue/reactivity": "3.5.21",
1287 "@vue/runtime-core": "3.5.21",
1288 "@vue/shared": "3.5.21",
1289 "csstype": "^3.1.3"
1290 }
1291 },
1292 "node_modules/@vue/server-renderer": {
1293 "version": "3.5.21",
1294 "resolved": "https://registry.npmjs.org/@vue/server-renderer/-/server-renderer-3.5.21.tgz",
1295 "integrity": "sha512-qr8AqgD3DJPJcGvLcJKQo2tAc8OnXRcfxhOJCPF+fcfn5bBGz7VCcO7t+qETOPxpWK1mgysXvVT/j+xWaHeMWA==",
1296 "license": "MIT",
1297 "dependencies": {
1298 "@vue/compiler-ssr": "3.5.21",
1299 "@vue/shared": "3.5.21"
1300 },
1301 "peerDependencies": {
1302 "vue": "3.5.21"
1303 }
1304 },
1305 "node_modules/@vue/shared": {
1306 "version": "3.5.21",
1307 "resolved": "https://registry.npmjs.org/@vue/shared/-/shared-3.5.21.tgz",
1308 "integrity": "sha512-+2k1EQpnYuVuu3N7atWyG3/xoFWIVJZq4Mz8XNOdScFI0etES75fbny/oU4lKWk/577P1zmg0ioYvpGEDZ3DLw==",
1309 "license": "MIT"
1310 },
1311 "node_modules/@zeit/schemas": {
1312 "version": "2.36.0",
1313 "resolved": "https://registry.npmjs.org/@zeit/schemas/-/schemas-2.36.0.tgz",
1314 "integrity": "sha512-7kjMwcChYEzMKjeex9ZFXkt1AyNov9R5HZtjBKVsmVpw7pa7ZtlCGvCBC2vnnXctaYN+aRI61HjIqeetZW5ROg==",
1315 "dev": true,
1316 "license": "MIT"
1317 },
1318 "node_modules/acorn": {
1319 "version": "8.15.0",
1320 "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.15.0.tgz",
1321 "integrity": "sha512-NZyJarBfL7nWwIq+FDL6Zp/yHEhePMNnnJ0y3qfieCrmNvYct8uvtiV41UvlSe6apAfk0fY1FbWx+NwfmpvtTg==",
1322 "dev": true,
1323 "license": "MIT",
1324 "bin": {
1325 "acorn": "bin/acorn"
1326 },
1327 "engines": {
1328 "node": ">=0.4.0"
1329 }
1330 },
1331 "node_modules/ajv": {
1332 "version": "8.12.0",
1333 "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz",
1334 "integrity": "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==",
1335 "dev": true,
1336 "license": "MIT",
1337 "dependencies": {
1338 "fast-deep-equal": "^3.1.1",
1339 "json-schema-traverse": "^1.0.0",
1340 "require-from-string": "^2.0.2",
1341 "uri-js": "^4.2.2"
1342 },
1343 "funding": {
1344 "type": "github",
1345 "url": "https://github.com/sponsors/epoberezkin"
1346 }
1347 },
1348 "node_modules/ansi-align": {
1349 "version": "3.0.1",
1350 "resolved": "https://registry.npmjs.org/ansi-align/-/ansi-align-3.0.1.tgz",
1351 "integrity": "sha512-IOfwwBF5iczOjp/WeY4YxyjqAFMQoZufdQWDd19SEExbVLNXqvpzSJ/M7Za4/sCPmQ0+GRquoA7bGcINcxew6w==",
1352 "dev": true,
1353 "license": "ISC",
1354 "dependencies": {
1355 "string-width": "^4.1.0"
1356 }
1357 },
1358 "node_modules/ansi-align/node_modules/ansi-regex": {
1359 "version": "5.0.1",
1360 "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
1361 "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
1362 "dev": true,
1363 "license": "MIT",
1364 "engines": {
1365 "node": ">=8"
1366 }
1367 },
1368 "node_modules/ansi-align/node_modules/emoji-regex": {
1369 "version": "8.0.0",
1370 "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
1371 "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
1372 "dev": true,
1373 "license": "MIT"
1374 },
1375 "node_modules/ansi-align/node_modules/string-width": {
1376 "version": "4.2.3",
1377 "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
1378 "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
1379 "dev": true,
1380 "license": "MIT",
1381 "dependencies": {
1382 "emoji-regex": "^8.0.0",
1383 "is-fullwidth-code-point": "^3.0.0",
1384 "strip-ansi": "^6.0.1"
1385 },
1386 "engines": {
1387 "node": ">=8"
1388 }
1389 },
1390 "node_modules/ansi-align/node_modules/strip-ansi": {
1391 "version": "6.0.1",
1392 "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
1393 "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
1394 "dev": true,
1395 "license": "MIT",
1396 "dependencies": {
1397 "ansi-regex": "^5.0.1"
1398 },
1399 "engines": {
1400 "node": ">=8"
1401 }
1402 },
1403 "node_modules/ansi-regex": {
1404 "version": "6.2.2",
1405 "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.2.2.tgz",
1406 "integrity": "sha512-Bq3SmSpyFHaWjPk8If9yc6svM8c56dB5BAtW4Qbw5jHTwwXXcTLoRMkpDJp6VL0XzlWaCHTXrkFURMYmD0sLqg==",
1407 "dev": true,
1408 "license": "MIT",
1409 "engines": {
1410 "node": ">=12"
1411 },
1412 "funding": {
1413 "url": "https://github.com/chalk/ansi-regex?sponsor=1"
1414 }
1415 },
1416 "node_modules/ansi-styles": {
1417 "version": "4.3.0",
1418 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
1419 "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
1420 "dev": true,
1421 "license": "MIT",
1422 "dependencies": {
1423 "color-convert": "^2.0.1"
1424 },
1425 "engines": {
1426 "node": ">=8"
1427 },
1428 "funding": {
1429 "url": "https://github.com/chalk/ansi-styles?sponsor=1"
1430 }
1431 },
1432 "node_modules/arch": {
1433 "version": "2.2.0",
1434 "resolved": "https://registry.npmjs.org/arch/-/arch-2.2.0.tgz",
1435 "integrity": "sha512-Of/R0wqp83cgHozfIYLbBMnej79U/SVGOOyuB3VVFv1NRM/PSFMK12x9KVtiYzJqmnU5WR2qp0Z5rHb7sWGnFQ==",
1436 "dev": true,
1437 "funding": [
1438 {
1439 "type": "github",
1440 "url": "https://github.com/sponsors/feross"
1441 },
1442 {
1443 "type": "patreon",
1444 "url": "https://www.patreon.com/feross"
1445 },
1446 {
1447 "type": "consulting",
1448 "url": "https://feross.org/support"
1449 }
1450 ],
1451 "license": "MIT"
1452 },
1453 "node_modules/arg": {
1454 "version": "5.0.2",
1455 "resolved": "https://registry.npmjs.org/arg/-/arg-5.0.2.tgz",
1456 "integrity": "sha512-PYjyFOLKQ9y57JvQ6QLo8dAgNqswh8M1RMJYdQduT6xbWSgK36P/Z/v+p888pM69jMMfS8Xd8F6I1kQ/I9HUGg==",
1457 "dev": true,
1458 "license": "MIT"
1459 },
1460 "node_modules/async": {
1461 "version": "3.2.6",
1462 "resolved": "https://registry.npmjs.org/async/-/async-3.2.6.tgz",
1463 "integrity": "sha512-htCUDlxyyCLMgaM3xXg0C0LW2xqfuQ6p05pCEIsXuyQ+a1koYKTuBMzRNwmybfLgvJDMd0r1LTn4+E0Ti6C2AA==",
1464 "dev": true,
1465 "license": "MIT"
1466 },
1467 "node_modules/balanced-match": {
1468 "version": "1.0.2",
1469 "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
1470 "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
1471 "dev": true,
1472 "license": "MIT"
1473 },
1474 "node_modules/before-after-hook": {
1475 "version": "2.2.3",
1476 "resolved": "https://registry.npmjs.org/before-after-hook/-/before-after-hook-2.2.3.tgz",
1477 "integrity": "sha512-NzUnlZexiaH/46WDhANlyR2bXRopNg4F/zuSA3OpZnllCUgRaOF2znDioDWrmbNVsuZk6l9pMquQB38cfBZwkQ==",
1478 "dev": true,
1479 "license": "Apache-2.0"
1480 },
1481 "node_modules/bootstrap": {
1482 "version": "5.3.8",
1483 "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-5.3.8.tgz",
1484 "integrity": "sha512-HP1SZDqaLDPwsNiqRqi5NcP0SSXciX2s9E+RyqJIIqGo+vJeN5AJVM98CXmW/Wux0nQ5L7jeWUdplCEf0Ee+tg==",
1485 "funding": [
1486 {
1487 "type": "github",
1488 "url": "https://github.com/sponsors/twbs"
1489 },
1490 {
1491 "type": "opencollective",
1492 "url": "https://opencollective.com/bootstrap"
1493 }
1494 ],
1495 "license": "MIT",
1496 "peerDependencies": {
1497 "@popperjs/core": "^2.11.8"
1498 }
1499 },
1500 "node_modules/boxen": {
1501 "version": "7.0.0",
1502 "resolved": "https://registry.npmjs.org/boxen/-/boxen-7.0.0.tgz",
1503 "integrity": "sha512-j//dBVuyacJbvW+tvZ9HuH03fZ46QcaKvvhZickZqtB271DxJ7SNRSNxrV/dZX0085m7hISRZWbzWlJvx/rHSg==",
1504 "dev": true,
1505 "license": "MIT",
1506 "dependencies": {
1507 "ansi-align": "^3.0.1",
1508 "camelcase": "^7.0.0",
1509 "chalk": "^5.0.1",
1510 "cli-boxes": "^3.0.0",
1511 "string-width": "^5.1.2",
1512 "type-fest": "^2.13.0",
1513 "widest-line": "^4.0.1",
1514 "wrap-ansi": "^8.0.1"
1515 },
1516 "engines": {
1517 "node": ">=14.16"
1518 },
1519 "funding": {
1520 "url": "https://github.com/sponsors/sindresorhus"
1521 }
1522 },
1523 "node_modules/boxen/node_modules/chalk": {
1524 "version": "5.6.2",
1525 "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.6.2.tgz",
1526 "integrity": "sha512-7NzBL0rN6fMUW+f7A6Io4h40qQlG+xGmtMxfbnH/K7TAtt8JQWVQK+6g0UXKMeVJoyV5EkkNsErQ8pVD3bLHbA==",
1527 "dev": true,
1528 "license": "MIT",
1529 "engines": {
1530 "node": "^12.17.0 || ^14.13 || >=16.0.0"
1531 },
1532 "funding": {
1533 "url": "https://github.com/chalk/chalk?sponsor=1"
1534 }
1535 },
1536 "node_modules/brace-expansion": {
1537 "version": "1.1.12",
1538 "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.12.tgz",
1539 "integrity": "sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==",
1540 "dev": true,
1541 "license": "MIT",
1542 "dependencies": {
1543 "balanced-match": "^1.0.0",
1544 "concat-map": "0.0.1"
1545 }
1546 },
1547 "node_modules/bytes": {
1548 "version": "3.1.2",
1549 "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.2.tgz",
1550 "integrity": "sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==",
1551 "dev": true,
1552 "license": "MIT",
1553 "engines": {
1554 "node": ">= 0.8"
1555 }
1556 },
1557 "node_modules/camelcase": {
1558 "version": "7.0.1",
1559 "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-7.0.1.tgz",
1560 "integrity": "sha512-xlx1yCK2Oc1APsPXDL2LdlNP6+uu8OCDdhOBSVT279M/S+y75O30C2VuD8T2ogdePBBl7PfPF4504tnLgX3zfw==",
1561 "dev": true,
1562 "license": "MIT",
1563 "engines": {
1564 "node": ">=14.16"
1565 },
1566 "funding": {
1567 "url": "https://github.com/sponsors/sindresorhus"
1568 }
1569 },
1570 "node_modules/chalk": {
1571 "version": "4.1.2",
1572 "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
1573 "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
1574 "dev": true,
1575 "license": "MIT",
1576 "dependencies": {
1577 "ansi-styles": "^4.1.0",
1578 "supports-color": "^7.1.0"
1579 },
1580 "engines": {
1581 "node": ">=10"
1582 },
1583 "funding": {
1584 "url": "https://github.com/chalk/chalk?sponsor=1"
1585 }
1586 },
1587 "node_modules/chalk-template": {
1588 "version": "0.4.0",
1589 "resolved": "https://registry.npmjs.org/chalk-template/-/chalk-template-0.4.0.tgz",
1590 "integrity": "sha512-/ghrgmhfY8RaSdeo43hNXxpoHAtxdbskUHjPpfqUWGttFgycUhYPGx3YZBCnUCvOa7Doivn1IZec3DEGFoMgLg==",
1591 "dev": true,
1592 "license": "MIT",
1593 "dependencies": {
1594 "chalk": "^4.1.2"
1595 },
1596 "engines": {
1597 "node": ">=12"
1598 },
1599 "funding": {
1600 "url": "https://github.com/chalk/chalk-template?sponsor=1"
1601 }
1602 },
1603 "node_modules/cli-boxes": {
1604 "version": "3.0.0",
1605 "resolved": "https://registry.npmjs.org/cli-boxes/-/cli-boxes-3.0.0.tgz",
1606 "integrity": "sha512-/lzGpEWL/8PfI0BmBOPRwp0c/wFNX1RdUML3jK/RcSBA9T8mZDdQpqYBKtCFTOfQbwPqWEOpjqW+Fnayc0969g==",
1607 "dev": true,
1608 "license": "MIT",
1609 "engines": {
1610 "node": ">=10"
1611 },
1612 "funding": {
1613 "url": "https://github.com/sponsors/sindresorhus"
1614 }
1615 },
1616 "node_modules/clipboardy": {
1617 "version": "3.0.0",
1618 "resolved": "https://registry.npmjs.org/clipboardy/-/clipboardy-3.0.0.tgz",
1619 "integrity": "sha512-Su+uU5sr1jkUy1sGRpLKjKrvEOVXgSgiSInwa/qeID6aJ07yh+5NWc3h2QfjHjBnfX4LhtFcuAWKUsJ3r+fjbg==",
1620 "dev": true,
1621 "license": "MIT",
1622 "dependencies": {
1623 "arch": "^2.2.0",
1624 "execa": "^5.1.1",
1625 "is-wsl": "^2.2.0"
1626 },
1627 "engines": {
1628 "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
1629 },
1630 "funding": {
1631 "url": "https://github.com/sponsors/sindresorhus"
1632 }
1633 },
1634 "node_modules/color-convert": {
1635 "version": "2.0.1",
1636 "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
1637 "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
1638 "dev": true,
1639 "license": "MIT",
1640 "dependencies": {
1641 "color-name": "~1.1.4"
1642 },
1643 "engines": {
1644 "node": ">=7.0.0"
1645 }
1646 },
1647 "node_modules/color-name": {
1648 "version": "1.1.4",
1649 "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
1650 "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
1651 "dev": true,
1652 "license": "MIT"
1653 },
1654 "node_modules/compressible": {
1655 "version": "2.0.18",
1656 "resolved": "https://registry.npmjs.org/compressible/-/compressible-2.0.18.tgz",
1657 "integrity": "sha512-AF3r7P5dWxL8MxyITRMlORQNaOA2IkAFaTr4k7BUumjPtRpGDTZpl0Pb1XCO6JeDCBdp126Cgs9sMxqSjgYyRg==",
1658 "dev": true,
1659 "license": "MIT",
1660 "dependencies": {
1661 "mime-db": ">= 1.43.0 < 2"
1662 },
1663 "engines": {
1664 "node": ">= 0.6"
1665 }
1666 },
1667 "node_modules/compression": {
1668 "version": "1.8.1",
1669 "resolved": "https://registry.npmjs.org/compression/-/compression-1.8.1.tgz",
1670 "integrity": "sha512-9mAqGPHLakhCLeNyxPkK4xVo746zQ/czLH1Ky+vkitMnWfWZps8r0qXuwhwizagCRttsL4lfG4pIOvaWLpAP0w==",
1671 "dev": true,
1672 "license": "MIT",
1673 "dependencies": {
1674 "bytes": "3.1.2",
1675 "compressible": "~2.0.18",
1676 "debug": "2.6.9",
1677 "negotiator": "~0.6.4",
1678 "on-headers": "~1.1.0",
1679 "safe-buffer": "5.2.1",
1680 "vary": "~1.1.2"
1681 },
1682 "engines": {
1683 "node": ">= 0.8.0"
1684 }
1685 },
1686 "node_modules/concat-map": {
1687 "version": "0.0.1",
1688 "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz",
1689 "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==",
1690 "dev": true,
1691 "license": "MIT"
1692 },
1693 "node_modules/content-disposition": {
1694 "version": "0.5.2",
1695 "resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.2.tgz",
1696 "integrity": "sha512-kRGRZw3bLlFISDBgwTSA1TMBFN6J6GWDeubmDE3AF+3+yXL8hTWv8r5rkLbqYXY4RjPk/EzHnClI3zQf1cFmHA==",
1697 "dev": true,
1698 "license": "MIT",
1699 "engines": {
1700 "node": ">= 0.6"
1701 }
1702 },
1703 "node_modules/cross-spawn": {
1704 "version": "7.0.6",
1705 "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz",
1706 "integrity": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==",
1707 "dev": true,
1708 "license": "MIT",
1709 "dependencies": {
1710 "path-key": "^3.1.0",
1711 "shebang-command": "^2.0.0",
1712 "which": "^2.0.1"
1713 },
1714 "engines": {
1715 "node": ">= 8"
1716 }
1717 },
1718 "node_modules/csstype": {
1719 "version": "3.1.3",
1720 "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.1.3.tgz",
1721 "integrity": "sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==",
1722 "license": "MIT"
1723 },
1724 "node_modules/debug": {
1725 "version": "2.6.9",
1726 "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
1727 "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
1728 "dev": true,
1729 "license": "MIT",
1730 "dependencies": {
1731 "ms": "2.0.0"
1732 }
1733 },
1734 "node_modules/deep-extend": {
1735 "version": "0.6.0",
1736 "resolved": "https://registry.npmjs.org/deep-extend/-/deep-extend-0.6.0.tgz",
1737 "integrity": "sha512-LOHxIOaPYdHlJRtCQfDIVZtfw/ufM8+rVj649RIHzcm/vGwQRXFt6OPqIFWsm2XEMrNIEtWR64sY1LEKD2vAOA==",
1738 "dev": true,
1739 "license": "MIT",
1740 "engines": {
1741 "node": ">=4.0.0"
1742 }
1743 },
1744 "node_modules/deprecation": {
1745 "version": "2.3.1",
1746 "resolved": "https://registry.npmjs.org/deprecation/-/deprecation-2.3.1.tgz",
1747 "integrity": "sha512-xmHIy4F3scKVwMsQ4WnVaS8bHOx0DmVwRywosKhaILI0ywMDWPtBSku2HNxRvF7jtwDRsoEwYQSfbxj8b7RlJQ==",
1748 "dev": true,
1749 "license": "ISC"
1750 },
1751 "node_modules/eastasianwidth": {
1752 "version": "0.2.0",
1753 "resolved": "https://registry.npmjs.org/eastasianwidth/-/eastasianwidth-0.2.0.tgz",
1754 "integrity": "sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==",
1755 "dev": true,
1756 "license": "MIT"
1757 },
1758 "node_modules/ejs": {
1759 "version": "3.1.10",
1760 "resolved": "https://registry.npmjs.org/ejs/-/ejs-3.1.10.tgz",
1761 "integrity": "sha512-UeJmFfOrAQS8OJWPZ4qtgHyWExa088/MtK5UEyoJGFH67cDEXkZSviOiKRCZ4Xij0zxI3JECgYs3oKx+AizQBA==",
1762 "dev": true,
1763 "license": "Apache-2.0",
1764 "dependencies": {
1765 "jake": "^10.8.5"
1766 },
1767 "bin": {
1768 "ejs": "bin/cli.js"
1769 },
1770 "engines": {
1771 "node": ">=0.10.0"
1772 }
1773 },
1774 "node_modules/emoji-regex": {
1775 "version": "9.2.2",
1776 "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz",
1777 "integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==",
1778 "dev": true,
1779 "license": "MIT"
1780 },
1781 "node_modules/entities": {
1782 "version": "4.5.0",
1783 "resolved": "https://registry.npmjs.org/entities/-/entities-4.5.0.tgz",
1784 "integrity": "sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==",
1785 "license": "BSD-2-Clause",
1786 "engines": {
1787 "node": ">=0.12"
1788 },
1789 "funding": {
1790 "url": "https://github.com/fb55/entities?sponsor=1"
1791 }
1792 },
1793 "node_modules/esbuild": {
1794 "version": "0.25.10",
1795 "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.25.10.tgz",
1796 "integrity": "sha512-9RiGKvCwaqxO2owP61uQ4BgNborAQskMR6QusfWzQqv7AZOg5oGehdY2pRJMTKuwxd1IDBP4rSbI5lHzU7SMsQ==",
1797 "dev": true,
1798 "hasInstallScript": true,
1799 "license": "MIT",
1800 "bin": {
1801 "esbuild": "bin/esbuild"
1802 },
1803 "engines": {
1804 "node": ">=18"
1805 },
1806 "optionalDependencies": {
1807 "@esbuild/aix-ppc64": "0.25.10",
1808 "@esbuild/android-arm": "0.25.10",
1809 "@esbuild/android-arm64": "0.25.10",
1810 "@esbuild/android-x64": "0.25.10",
1811 "@esbuild/darwin-arm64": "0.25.10",
1812 "@esbuild/darwin-x64": "0.25.10",
1813 "@esbuild/freebsd-arm64": "0.25.10",
1814 "@esbuild/freebsd-x64": "0.25.10",
1815 "@esbuild/linux-arm": "0.25.10",
1816 "@esbuild/linux-arm64": "0.25.10",
1817 "@esbuild/linux-ia32": "0.25.10",
1818 "@esbuild/linux-loong64": "0.25.10",
1819 "@esbuild/linux-mips64el": "0.25.10",
1820 "@esbuild/linux-ppc64": "0.25.10",
1821 "@esbuild/linux-riscv64": "0.25.10",
1822 "@esbuild/linux-s390x": "0.25.10",
1823 "@esbuild/linux-x64": "0.25.10",
1824 "@esbuild/netbsd-arm64": "0.25.10",
1825 "@esbuild/netbsd-x64": "0.25.10",
1826 "@esbuild/openbsd-arm64": "0.25.10",
1827 "@esbuild/openbsd-x64": "0.25.10",
1828 "@esbuild/openharmony-arm64": "0.25.10",
1829 "@esbuild/sunos-x64": "0.25.10",
1830 "@esbuild/win32-arm64": "0.25.10",
1831 "@esbuild/win32-ia32": "0.25.10",
1832 "@esbuild/win32-x64": "0.25.10"
1833 }
1834 },
1835 "node_modules/estree-walker": {
1836 "version": "2.0.2",
1837 "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-2.0.2.tgz",
1838 "integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==",
1839 "license": "MIT"
1840 },
1841 "node_modules/execa": {
1842 "version": "5.1.1",
1843 "resolved": "https://registry.npmjs.org/execa/-/execa-5.1.1.tgz",
1844 "integrity": "sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg==",
1845 "dev": true,
1846 "license": "MIT",
1847 "dependencies": {
1848 "cross-spawn": "^7.0.3",
1849 "get-stream": "^6.0.0",
1850 "human-signals": "^2.1.0",
1851 "is-stream": "^2.0.0",
1852 "merge-stream": "^2.0.0",
1853 "npm-run-path": "^4.0.1",
1854 "onetime": "^5.1.2",
1855 "signal-exit": "^3.0.3",
1856 "strip-final-newline": "^2.0.0"
1857 },
1858 "engines": {
1859 "node": ">=10"
1860 },
1861 "funding": {
1862 "url": "https://github.com/sindresorhus/execa?sponsor=1"
1863 }
1864 },
1865 "node_modules/fast-deep-equal": {
1866 "version": "3.1.3",
1867 "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",
1868 "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==",
1869 "dev": true,
1870 "license": "MIT"
1871 },
1872 "node_modules/fdir": {
1873 "version": "6.5.0",
1874 "resolved": "https://registry.npmjs.org/fdir/-/fdir-6.5.0.tgz",
1875 "integrity": "sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==",
1876 "dev": true,
1877 "license": "MIT",
1878 "engines": {
1879 "node": ">=12.0.0"
1880 },
1881 "peerDependencies": {
1882 "picomatch": "^3 || ^4"
1883 },
1884 "peerDependenciesMeta": {
1885 "picomatch": {
1886 "optional": true
1887 }
1888 }
1889 },
1890 "node_modules/filelist": {
1891 "version": "1.0.4",
1892 "resolved": "https://registry.npmjs.org/filelist/-/filelist-1.0.4.tgz",
1893 "integrity": "sha512-w1cEuf3S+DrLCQL7ET6kz+gmlJdbq9J7yXCSjK/OZCPA+qEN1WyF4ZAf0YYJa4/shHJra2t/d/r8SV4Ji+x+8Q==",
1894 "dev": true,
1895 "license": "Apache-2.0",
1896 "dependencies": {
1897 "minimatch": "^5.0.1"
1898 }
1899 },
1900 "node_modules/filelist/node_modules/brace-expansion": {
1901 "version": "2.0.2",
1902 "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.2.tgz",
1903 "integrity": "sha512-Jt0vHyM+jmUBqojB7E1NIYadt0vI0Qxjxd2TErW94wDz+E2LAm5vKMXXwg6ZZBTHPuUlDgQHKXvjGBdfcF1ZDQ==",
1904 "dev": true,
1905 "license": "MIT",
1906 "dependencies": {
1907 "balanced-match": "^1.0.0"
1908 }
1909 },
1910 "node_modules/filelist/node_modules/minimatch": {
1911 "version": "5.1.6",
1912 "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.6.tgz",
1913 "integrity": "sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==",
1914 "dev": true,
1915 "license": "ISC",
1916 "dependencies": {
1917 "brace-expansion": "^2.0.1"
1918 },
1919 "engines": {
1920 "node": ">=10"
1921 }
1922 },
1923 "node_modules/fsevents": {
1924 "version": "2.3.3",
1925 "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz",
1926 "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
1927 "dev": true,
1928 "hasInstallScript": true,
1929 "license": "MIT",
1930 "optional": true,
1931 "os": [
1932 "darwin"
1933 ],
1934 "engines": {
1935 "node": "^8.16.0 || ^10.6.0 || >=11.0.0"
1936 }
1937 },
1938 "node_modules/get-stream": {
1939 "version": "6.0.1",
1940 "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-6.0.1.tgz",
1941 "integrity": "sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==",
1942 "dev": true,
1943 "license": "MIT",
1944 "engines": {
1945 "node": ">=10"
1946 },
1947 "funding": {
1948 "url": "https://github.com/sponsors/sindresorhus"
1949 }
1950 },
1951 "node_modules/has-flag": {
1952 "version": "4.0.0",
1953 "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
1954 "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
1955 "dev": true,
1956 "license": "MIT",
1957 "engines": {
1958 "node": ">=8"
1959 }
1960 },
1961 "node_modules/human-signals": {
1962 "version": "2.1.0",
1963 "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-2.1.0.tgz",
1964 "integrity": "sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==",
1965 "dev": true,
1966 "license": "Apache-2.0",
1967 "engines": {
1968 "node": ">=10.17.0"
1969 }
1970 },
1971 "node_modules/ini": {
1972 "version": "1.3.8",
1973 "resolved": "https://registry.npmjs.org/ini/-/ini-1.3.8.tgz",
1974 "integrity": "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==",
1975 "dev": true,
1976 "license": "ISC"
1977 },
1978 "node_modules/is-docker": {
1979 "version": "2.2.1",
1980 "resolved": "https://registry.npmjs.org/is-docker/-/is-docker-2.2.1.tgz",
1981 "integrity": "sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ==",
1982 "dev": true,
1983 "license": "MIT",
1984 "bin": {
1985 "is-docker": "cli.js"
1986 },
1987 "engines": {
1988 "node": ">=8"
1989 },
1990 "funding": {
1991 "url": "https://github.com/sponsors/sindresorhus"
1992 }
1993 },
1994 "node_modules/is-fullwidth-code-point": {
1995 "version": "3.0.0",
1996 "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz",
1997 "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==",
1998 "dev": true,
1999 "license": "MIT",
2000 "engines": {
2001 "node": ">=8"
2002 }
2003 },
2004 "node_modules/is-port-reachable": {
2005 "version": "4.0.0",
2006 "resolved": "https://registry.npmjs.org/is-port-reachable/-/is-port-reachable-4.0.0.tgz",
2007 "integrity": "sha512-9UoipoxYmSk6Xy7QFgRv2HDyaysmgSG75TFQs6S+3pDM7ZhKTF/bskZV+0UlABHzKjNVhPjYCLfeZUEg1wXxig==",
2008 "dev": true,
2009 "license": "MIT",
2010 "engines": {
2011 "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
2012 },
2013 "funding": {
2014 "url": "https://github.com/sponsors/sindresorhus"
2015 }
2016 },
2017 "node_modules/is-stream": {
2018 "version": "2.0.1",
2019 "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.1.tgz",
2020 "integrity": "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==",
2021 "dev": true,
2022 "license": "MIT",
2023 "engines": {
2024 "node": ">=8"
2025 },
2026 "funding": {
2027 "url": "https://github.com/sponsors/sindresorhus"
2028 }
2029 },
2030 "node_modules/is-wsl": {
2031 "version": "2.2.0",
2032 "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-2.2.0.tgz",
2033 "integrity": "sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==",
2034 "dev": true,
2035 "license": "MIT",
2036 "dependencies": {
2037 "is-docker": "^2.0.0"
2038 },
2039 "engines": {
2040 "node": ">=8"
2041 }
2042 },
2043 "node_modules/isexe": {
2044 "version": "2.0.0",
2045 "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
2046 "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==",
2047 "dev": true,
2048 "license": "ISC"
2049 },
2050 "node_modules/jake": {
2051 "version": "10.9.4",
2052 "resolved": "https://registry.npmjs.org/jake/-/jake-10.9.4.tgz",
2053 "integrity": "sha512-wpHYzhxiVQL+IV05BLE2Xn34zW1S223hvjtqk0+gsPrwd/8JNLXJgZZM/iPFsYc1xyphF+6M6EvdE5E9MBGkDA==",
2054 "dev": true,
2055 "license": "Apache-2.0",
2056 "dependencies": {
2057 "async": "^3.2.6",
2058 "filelist": "^1.0.4",
2059 "picocolors": "^1.1.1"
2060 },
2061 "bin": {
2062 "jake": "bin/cli.js"
2063 },
2064 "engines": {
2065 "node": ">=10"
2066 }
2067 },
2068 "node_modules/json-schema-traverse": {
2069 "version": "1.0.0",
2070 "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
2071 "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==",
2072 "dev": true,
2073 "license": "MIT"
2074 },
2075 "node_modules/magic-string": {
2076 "version": "0.30.19",
2077 "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.19.tgz",
2078 "integrity": "sha512-2N21sPY9Ws53PZvsEpVtNuSW+ScYbQdp4b9qUaL+9QkHUrGFKo56Lg9Emg5s9V/qrtNBmiR01sYhUOwu3H+VOw==",
2079 "license": "MIT",
2080 "dependencies": {
2081 "@jridgewell/sourcemap-codec": "^1.5.5"
2082 }
2083 },
2084 "node_modules/merge-stream": {
2085 "version": "2.0.0",
2086 "resolved": "https://registry.npmjs.org/merge-stream/-/merge-stream-2.0.0.tgz",
2087 "integrity": "sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==",
2088 "dev": true,
2089 "license": "MIT"
2090 },
2091 "node_modules/mime-db": {
2092 "version": "1.54.0",
2093 "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.54.0.tgz",
2094 "integrity": "sha512-aU5EJuIN2WDemCcAp2vFBfp/m4EAhWJnUNSSw0ixs7/kXbd6Pg64EmwJkNdFhB8aWt1sH2CTXrLxo/iAGV3oPQ==",
2095 "dev": true,
2096 "license": "MIT",
2097 "engines": {
2098 "node": ">= 0.6"
2099 }
2100 },
2101 "node_modules/mime-types": {
2102 "version": "2.1.18",
2103 "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.18.tgz",
2104 "integrity": "sha512-lc/aahn+t4/SWV/qcmumYjymLsWfN3ELhpmVuUFjgsORruuZPVSwAQryq+HHGvO/SI2KVX26bx+En+zhM8g8hQ==",
2105 "dev": true,
2106 "license": "MIT",
2107 "dependencies": {
2108 "mime-db": "~1.33.0"
2109 },
2110 "engines": {
2111 "node": ">= 0.6"
2112 }
2113 },
2114 "node_modules/mime-types/node_modules/mime-db": {
2115 "version": "1.33.0",
2116 "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.33.0.tgz",
2117 "integrity": "sha512-BHJ/EKruNIqJf/QahvxwQZXKygOQ256myeN/Ew+THcAa5q+PjyTTMMeNQC4DZw5AwfvelsUrA6B67NKMqXDbzQ==",
2118 "dev": true,
2119 "license": "MIT",
2120 "engines": {
2121 "node": ">= 0.6"
2122 }
2123 },
2124 "node_modules/mimic-fn": {
2125 "version": "2.1.0",
2126 "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz",
2127 "integrity": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==",
2128 "dev": true,
2129 "license": "MIT",
2130 "engines": {
2131 "node": ">=6"
2132 }
2133 },
2134 "node_modules/minimatch": {
2135 "version": "3.1.2",
2136 "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
2137 "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
2138 "dev": true,
2139 "license": "ISC",
2140 "dependencies": {
2141 "brace-expansion": "^1.1.7"
2142 },
2143 "engines": {
2144 "node": "*"
2145 }
2146 },
2147 "node_modules/minimist": {
2148 "version": "1.2.8",
2149 "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz",
2150 "integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==",
2151 "dev": true,
2152 "license": "MIT",
2153 "funding": {
2154 "url": "https://github.com/sponsors/ljharb"
2155 }
2156 },
2157 "node_modules/ms": {
2158 "version": "2.0.0",
2159 "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
2160 "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==",
2161 "dev": true,
2162 "license": "MIT"
2163 },
2164 "node_modules/nanoid": {
2165 "version": "3.3.11",
2166 "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.11.tgz",
2167 "integrity": "sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==",
2168 "funding": [
2169 {
2170 "type": "github",
2171 "url": "https://github.com/sponsors/ai"
2172 }
2173 ],
2174 "license": "MIT",
2175 "bin": {
2176 "nanoid": "bin/nanoid.cjs"
2177 },
2178 "engines": {
2179 "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
2180 }
2181 },
2182 "node_modules/negotiator": {
2183 "version": "0.6.4",
2184 "resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.6.4.tgz",
2185 "integrity": "sha512-myRT3DiWPHqho5PrJaIRyaMv2kgYf0mUVgBNOYMuCH5Ki1yEiQaf/ZJuQ62nvpc44wL5WDbTX7yGJi1Neevw8w==",
2186 "dev": true,
2187 "license": "MIT",
2188 "engines": {
2189 "node": ">= 0.6"
2190 }
2191 },
2192 "node_modules/npm-run-path": {
2193 "version": "4.0.1",
2194 "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-4.0.1.tgz",
2195 "integrity": "sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==",
2196 "dev": true,
2197 "license": "MIT",
2198 "dependencies": {
2199 "path-key": "^3.0.0"
2200 },
2201 "engines": {
2202 "node": ">=8"
2203 }
2204 },
2205 "node_modules/on-headers": {
2206 "version": "1.1.0",
2207 "resolved": "https://registry.npmjs.org/on-headers/-/on-headers-1.1.0.tgz",
2208 "integrity": "sha512-737ZY3yNnXy37FHkQxPzt4UZ2UWPWiCZWLvFZ4fu5cueciegX0zGPnrlY6bwRg4FdQOe9YU8MkmJwGhoMybl8A==",
2209 "dev": true,
2210 "license": "MIT",
2211 "engines": {
2212 "node": ">= 0.8"
2213 }
2214 },
2215 "node_modules/once": {
2216 "version": "1.4.0",
2217 "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz",
2218 "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==",
2219 "dev": true,
2220 "license": "ISC",
2221 "dependencies": {
2222 "wrappy": "1"
2223 }
2224 },
2225 "node_modules/onetime": {
2226 "version": "5.1.2",
2227 "resolved": "https://registry.npmjs.org/onetime/-/onetime-5.1.2.tgz",
2228 "integrity": "sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==",
2229 "dev": true,
2230 "license": "MIT",
2231 "dependencies": {
2232 "mimic-fn": "^2.1.0"
2233 },
2234 "engines": {
2235 "node": ">=6"
2236 },
2237 "funding": {
2238 "url": "https://github.com/sponsors/sindresorhus"
2239 }
2240 },
2241 "node_modules/path-is-inside": {
2242 "version": "1.0.2",
2243 "resolved": "https://registry.npmjs.org/path-is-inside/-/path-is-inside-1.0.2.tgz",
2244 "integrity": "sha512-DUWJr3+ULp4zXmol/SZkFf3JGsS9/SIv+Y3Rt93/UjPpDpklB5f1er4O3POIbUuUJ3FXgqte2Q7SrU6zAqwk8w==",
2245 "dev": true,
2246 "license": "(WTFPL OR MIT)"
2247 },
2248 "node_modules/path-key": {
2249 "version": "3.1.1",
2250 "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",
2251 "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
2252 "dev": true,
2253 "license": "MIT",
2254 "engines": {
2255 "node": ">=8"
2256 }
2257 },
2258 "node_modules/path-to-regexp": {
2259 "version": "3.3.0",
2260 "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-3.3.0.tgz",
2261 "integrity": "sha512-qyCH421YQPS2WFDxDjftfc1ZR5WKQzVzqsp4n9M2kQhVOo/ByahFoUNJfl58kOcEGfQ//7weFTDhm+ss8Ecxgw==",
2262 "dev": true,
2263 "license": "MIT"
2264 },
2265 "node_modules/picocolors": {
2266 "version": "1.1.1",
2267 "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz",
2268 "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",
2269 "license": "ISC"
2270 },
2271 "node_modules/picomatch": {
2272 "version": "4.0.3",
2273 "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.3.tgz",
2274 "integrity": "sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==",
2275 "dev": true,
2276 "license": "MIT",
2277 "engines": {
2278 "node": ">=12"
2279 },
2280 "funding": {
2281 "url": "https://github.com/sponsors/jonschlinkert"
2282 }
2283 },
2284 "node_modules/postcss": {
2285 "version": "8.5.6",
2286 "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.6.tgz",
2287 "integrity": "sha512-3Ybi1tAuwAP9s0r1UQ2J4n5Y0G05bJkpUIO0/bI9MhwmD70S5aTWbXGBwxHrelT+XM1k6dM0pk+SwNkpTRN7Pg==",
2288 "funding": [
2289 {
2290 "type": "opencollective",
2291 "url": "https://opencollective.com/postcss/"
2292 },
2293 {
2294 "type": "tidelift",
2295 "url": "https://tidelift.com/funding/github/npm/postcss"
2296 },
2297 {
2298 "type": "github",
2299 "url": "https://github.com/sponsors/ai"
2300 }
2301 ],
2302 "license": "MIT",
2303 "dependencies": {
2304 "nanoid": "^3.3.11",
2305 "picocolors": "^1.1.1",
2306 "source-map-js": "^1.2.1"
2307 },
2308 "engines": {
2309 "node": "^10 || ^12 || >=14"
2310 }
2311 },
2312 "node_modules/punycode": {
2313 "version": "2.3.1",
2314 "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz",
2315 "integrity": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==",
2316 "dev": true,
2317 "license": "MIT",
2318 "engines": {
2319 "node": ">=6"
2320 }
2321 },
2322 "node_modules/range-parser": {
2323 "version": "1.2.0",
2324 "resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.0.tgz",
2325 "integrity": "sha512-kA5WQoNVo4t9lNx2kQNFCxKeBl5IbbSNBl1M/tLkw9WCn+hxNBAW5Qh8gdhs63CJnhjJ2zQWFoqPJP2sK1AV5A==",
2326 "dev": true,
2327 "license": "MIT",
2328 "engines": {
2329 "node": ">= 0.6"
2330 }
2331 },
2332 "node_modules/rc": {
2333 "version": "1.2.8",
2334 "resolved": "https://registry.npmjs.org/rc/-/rc-1.2.8.tgz",
2335 "integrity": "sha512-y3bGgqKj3QBdxLbLkomlohkvsA8gdAiUQlSBJnBhfn+BPxg4bc62d8TcBW15wavDfgexCgccckhcZvywyQYPOw==",
2336 "dev": true,
2337 "license": "(BSD-2-Clause OR MIT OR Apache-2.0)",
2338 "dependencies": {
2339 "deep-extend": "^0.6.0",
2340 "ini": "~1.3.0",
2341 "minimist": "^1.2.0",
2342 "strip-json-comments": "~2.0.1"
2343 },
2344 "bin": {
2345 "rc": "cli.js"
2346 }
2347 },
2348 "node_modules/registry-auth-token": {
2349 "version": "3.3.2",
2350 "resolved": "https://registry.npmjs.org/registry-auth-token/-/registry-auth-token-3.3.2.tgz",
2351 "integrity": "sha512-JL39c60XlzCVgNrO+qq68FoNb56w/m7JYvGR2jT5iR1xBrUA3Mfx5Twk5rqTThPmQKMWydGmq8oFtDlxfrmxnQ==",
2352 "dev": true,
2353 "license": "MIT",
2354 "dependencies": {
2355 "rc": "^1.1.6",
2356 "safe-buffer": "^5.0.1"
2357 }
2358 },
2359 "node_modules/registry-url": {
2360 "version": "3.1.0",
2361 "resolved": "https://registry.npmjs.org/registry-url/-/registry-url-3.1.0.tgz",
2362 "integrity": "sha512-ZbgR5aZEdf4UKZVBPYIgaglBmSF2Hi94s2PcIHhRGFjKYu+chjJdYfHn4rt3hB6eCKLJ8giVIIfgMa1ehDfZKA==",
2363 "dev": true,
2364 "license": "MIT",
2365 "dependencies": {
2366 "rc": "^1.0.1"
2367 },
2368 "engines": {
2369 "node": ">=0.10.0"
2370 }
2371 },
2372 "node_modules/require-from-string": {
2373 "version": "2.0.2",
2374 "resolved": "https://registry.npmjs.org/require-from-string/-/require-from-string-2.0.2.tgz",
2375 "integrity": "sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==",
2376 "dev": true,
2377 "license": "MIT",
2378 "engines": {
2379 "node": ">=0.10.0"
2380 }
2381 },
2382 "node_modules/rollup": {
2383 "version": "4.52.4",
2384 "resolved": "https://registry.npmjs.org/rollup/-/rollup-4.52.4.tgz",
2385 "integrity": "sha512-CLEVl+MnPAiKh5pl4dEWSyMTpuflgNQiLGhMv8ezD5W/qP8AKvmYpCOKRRNOh7oRKnauBZ4SyeYkMS+1VSyKwQ==",
2386 "dev": true,
2387 "license": "MIT",
2388 "dependencies": {
2389 "@types/estree": "1.0.8"
2390 },
2391 "bin": {
2392 "rollup": "dist/bin/rollup"
2393 },
2394 "engines": {
2395 "node": ">=18.0.0",
2396 "npm": ">=8.0.0"
2397 },
2398 "optionalDependencies": {
2399 "@rollup/rollup-android-arm-eabi": "4.52.4",
2400 "@rollup/rollup-android-arm64": "4.52.4",
2401 "@rollup/rollup-darwin-arm64": "4.52.4",
2402 "@rollup/rollup-darwin-x64": "4.52.4",
2403 "@rollup/rollup-freebsd-arm64": "4.52.4",
2404 "@rollup/rollup-freebsd-x64": "4.52.4",
2405 "@rollup/rollup-linux-arm-gnueabihf": "4.52.4",
2406 "@rollup/rollup-linux-arm-musleabihf": "4.52.4",
2407 "@rollup/rollup-linux-arm64-gnu": "4.52.4",
2408 "@rollup/rollup-linux-arm64-musl": "4.52.4",
2409 "@rollup/rollup-linux-loong64-gnu": "4.52.4",
2410 "@rollup/rollup-linux-ppc64-gnu": "4.52.4",
2411 "@rollup/rollup-linux-riscv64-gnu": "4.52.4",
2412 "@rollup/rollup-linux-riscv64-musl": "4.52.4",
2413 "@rollup/rollup-linux-s390x-gnu": "4.52.4",
2414 "@rollup/rollup-linux-x64-gnu": "4.52.4",
2415 "@rollup/rollup-linux-x64-musl": "4.52.4",
2416 "@rollup/rollup-openharmony-arm64": "4.52.4",
2417 "@rollup/rollup-win32-arm64-msvc": "4.52.4",
2418 "@rollup/rollup-win32-ia32-msvc": "4.52.4",
2419 "@rollup/rollup-win32-x64-gnu": "4.52.4",
2420 "@rollup/rollup-win32-x64-msvc": "4.52.4",
2421 "fsevents": "~2.3.2"
2422 }
2423 },
2424 "node_modules/safe-buffer": {
2425 "version": "5.2.1",
2426 "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz",
2427 "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==",
2428 "dev": true,
2429 "funding": [
2430 {
2431 "type": "github",
2432 "url": "https://github.com/sponsors/feross"
2433 },
2434 {
2435 "type": "patreon",
2436 "url": "https://www.patreon.com/feross"
2437 },
2438 {
2439 "type": "consulting",
2440 "url": "https://feross.org/support"
2441 }
2442 ],
2443 "license": "MIT"
2444 },
2445 "node_modules/semver": {
2446 "version": "7.7.3",
2447 "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.3.tgz",
2448 "integrity": "sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==",
2449 "dev": true,
2450 "license": "ISC",
2451 "bin": {
2452 "semver": "bin/semver.js"
2453 },
2454 "engines": {
2455 "node": ">=10"
2456 }
2457 },
2458 "node_modules/serve": {
2459 "version": "14.2.5",
2460 "resolved": "https://registry.npmjs.org/serve/-/serve-14.2.5.tgz",
2461 "integrity": "sha512-Qn/qMkzCcMFVPb60E/hQy+iRLpiU8PamOfOSYoAHmmF+fFFmpPpqa6Oci2iWYpTdOUM3VF+TINud7CfbQnsZbA==",
2462 "dev": true,
2463 "license": "MIT",
2464 "dependencies": {
2465 "@zeit/schemas": "2.36.0",
2466 "ajv": "8.12.0",
2467 "arg": "5.0.2",
2468 "boxen": "7.0.0",
2469 "chalk": "5.0.1",
2470 "chalk-template": "0.4.0",
2471 "clipboardy": "3.0.0",
2472 "compression": "1.8.1",
2473 "is-port-reachable": "4.0.0",
2474 "serve-handler": "6.1.6",
2475 "update-check": "1.5.4"
2476 },
2477 "bin": {
2478 "serve": "build/main.js"
2479 },
2480 "engines": {
2481 "node": ">= 14"
2482 }
2483 },
2484 "node_modules/serve-handler": {
2485 "version": "6.1.6",
2486 "resolved": "https://registry.npmjs.org/serve-handler/-/serve-handler-6.1.6.tgz",
2487 "integrity": "sha512-x5RL9Y2p5+Sh3D38Fh9i/iQ5ZK+e4xuXRd/pGbM4D13tgo/MGwbttUk8emytcr1YYzBYs+apnUngBDFYfpjPuQ==",
2488 "dev": true,
2489 "license": "MIT",
2490 "dependencies": {
2491 "bytes": "3.0.0",
2492 "content-disposition": "0.5.2",
2493 "mime-types": "2.1.18",
2494 "minimatch": "3.1.2",
2495 "path-is-inside": "1.0.2",
2496 "path-to-regexp": "3.3.0",
2497 "range-parser": "1.2.0"
2498 }
2499 },
2500 "node_modules/serve-handler/node_modules/bytes": {
2501 "version": "3.0.0",
2502 "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.0.0.tgz",
2503 "integrity": "sha512-pMhOfFDPiv9t5jjIXkHosWmkSyQbvsgEVNkz0ERHbuLh2T/7j4Mqqpz523Fe8MVY89KC6Sh/QfS2sM+SjgFDcw==",
2504 "dev": true,
2505 "license": "MIT",
2506 "engines": {
2507 "node": ">= 0.8"
2508 }
2509 },
2510 "node_modules/serve/node_modules/chalk": {
2511 "version": "5.0.1",
2512 "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.0.1.tgz",
2513 "integrity": "sha512-Fo07WOYGqMfCWHOzSXOt2CxDbC6skS/jO9ynEcmpANMoPrD+W1r1K6Vx7iNm+AQmETU1Xr2t+n8nzkV9t6xh3w==",
2514 "dev": true,
2515 "license": "MIT",
2516 "engines": {
2517 "node": "^12.17.0 || ^14.13 || >=16.0.0"
2518 },
2519 "funding": {
2520 "url": "https://github.com/chalk/chalk?sponsor=1"
2521 }
2522 },
2523 "node_modules/shebang-command": {
2524 "version": "2.0.0",
2525 "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
2526 "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
2527 "dev": true,
2528 "license": "MIT",
2529 "dependencies": {
2530 "shebang-regex": "^3.0.0"
2531 },
2532 "engines": {
2533 "node": ">=8"
2534 }
2535 },
2536 "node_modules/shebang-regex": {
2537 "version": "3.0.0",
2538 "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz",
2539 "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==",
2540 "dev": true,
2541 "license": "MIT",
2542 "engines": {
2543 "node": ">=8"
2544 }
2545 },
2546 "node_modules/signal-exit": {
2547 "version": "3.0.7",
2548 "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz",
2549 "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==",
2550 "dev": true,
2551 "license": "ISC"
2552 },
2553 "node_modules/source-map-js": {
2554 "version": "1.2.1",
2555 "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz",
2556 "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==",
2557 "license": "BSD-3-Clause",
2558 "engines": {
2559 "node": ">=0.10.0"
2560 }
2561 },
2562 "node_modules/string-width": {
2563 "version": "5.1.2",
2564 "resolved": "https://registry.npmjs.org/string-width/-/string-width-5.1.2.tgz",
2565 "integrity": "sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==",
2566 "dev": true,
2567 "license": "MIT",
2568 "dependencies": {
2569 "eastasianwidth": "^0.2.0",
2570 "emoji-regex": "^9.2.2",
2571 "strip-ansi": "^7.0.1"
2572 },
2573 "engines": {
2574 "node": ">=12"
2575 },
2576 "funding": {
2577 "url": "https://github.com/sponsors/sindresorhus"
2578 }
2579 },
2580 "node_modules/strip-ansi": {
2581 "version": "7.1.2",
2582 "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.2.tgz",
2583 "integrity": "sha512-gmBGslpoQJtgnMAvOVqGZpEz9dyoKTCzy2nfz/n8aIFhN/jCE/rCmcxabB6jOOHV+0WNnylOxaxBQPSvcWklhA==",
2584 "dev": true,
2585 "license": "MIT",
2586 "dependencies": {
2587 "ansi-regex": "^6.0.1"
2588 },
2589 "engines": {
2590 "node": ">=12"
2591 },
2592 "funding": {
2593 "url": "https://github.com/chalk/strip-ansi?sponsor=1"
2594 }
2595 },
2596 "node_modules/strip-final-newline": {
2597 "version": "2.0.0",
2598 "resolved": "https://registry.npmjs.org/strip-final-newline/-/strip-final-newline-2.0.0.tgz",
2599 "integrity": "sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==",
2600 "dev": true,
2601 "license": "MIT",
2602 "engines": {
2603 "node": ">=6"
2604 }
2605 },
2606 "node_modules/strip-json-comments": {
2607 "version": "2.0.1",
2608 "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-2.0.1.tgz",
2609 "integrity": "sha512-4gB8na07fecVVkOI6Rs4e7T6NOTki5EmL7TUduTs6bu3EdnSycntVJ4re8kgZA+wx9IueI2Y11bfbgwtzuE0KQ==",
2610 "dev": true,
2611 "license": "MIT",
2612 "engines": {
2613 "node": ">=0.10.0"
2614 }
2615 },
2616 "node_modules/supports-color": {
2617 "version": "7.2.0",
2618 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
2619 "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
2620 "dev": true,
2621 "license": "MIT",
2622 "dependencies": {
2623 "has-flag": "^4.0.0"
2624 },
2625 "engines": {
2626 "node": ">=8"
2627 }
2628 },
2629 "node_modules/tinyglobby": {
2630 "version": "0.2.15",
2631 "resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.15.tgz",
2632 "integrity": "sha512-j2Zq4NyQYG5XMST4cbs02Ak8iJUdxRM0XI5QyxXuZOzKOINmWurp3smXu3y5wDcJrptwpSjgXHzIQxR0omXljQ==",
2633 "dev": true,
2634 "license": "MIT",
2635 "dependencies": {
2636 "fdir": "^6.5.0",
2637 "picomatch": "^4.0.3"
2638 },
2639 "engines": {
2640 "node": ">=12.0.0"
2641 },
2642 "funding": {
2643 "url": "https://github.com/sponsors/SuperchupuDev"
2644 }
2645 },
2646 "node_modules/tunnel": {
2647 "version": "0.0.6",
2648 "resolved": "https://registry.npmjs.org/tunnel/-/tunnel-0.0.6.tgz",
2649 "integrity": "sha512-1h/Lnq9yajKY2PEbBadPXj3VxsDDu844OnaAo52UVmIzIvwwtBPIuNvkjuzBlTWpfJyUbG3ez0KSBibQkj4ojg==",
2650 "dev": true,
2651 "license": "MIT",
2652 "engines": {
2653 "node": ">=0.6.11 <=0.7.0 || >=0.7.3"
2654 }
2655 },
2656 "node_modules/type-fest": {
2657 "version": "2.19.0",
2658 "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-2.19.0.tgz",
2659 "integrity": "sha512-RAH822pAdBgcNMAfWnCBU3CFZcfZ/i1eZjwFU/dsLKumyuuP3niueg2UAukXYF0E2AAoc82ZSSf9J0WQBinzHA==",
2660 "dev": true,
2661 "license": "(MIT OR CC0-1.0)",
2662 "engines": {
2663 "node": ">=12.20"
2664 },
2665 "funding": {
2666 "url": "https://github.com/sponsors/sindresorhus"
2667 }
2668 },
2669 "node_modules/undici": {
2670 "version": "5.29.0",
2671 "resolved": "https://registry.npmjs.org/undici/-/undici-5.29.0.tgz",
2672 "integrity": "sha512-raqeBD6NQK4SkWhQzeYKd1KmIG6dllBOTt55Rmkt4HtI9mwdWtJljnrXjAFUBLTSN67HWrOIZ3EPF4kjUw80Bg==",
2673 "dev": true,
2674 "license": "MIT",
2675 "dependencies": {
2676 "@fastify/busboy": "^2.0.0"
2677 },
2678 "engines": {
2679 "node": ">=14.0"
2680 }
2681 },
2682 "node_modules/universal-user-agent": {
2683 "version": "6.0.1",
2684 "resolved": "https://registry.npmjs.org/universal-user-agent/-/universal-user-agent-6.0.1.tgz",
2685 "integrity": "sha512-yCzhz6FN2wU1NiiQRogkTQszlQSlpWaw8SvVegAc+bDxbzHgh1vX8uIe8OYyMH6DwH+sdTJsgMl36+mSMdRJIQ==",
2686 "dev": true,
2687 "license": "ISC"
2688 },
2689 "node_modules/unplugin": {
2690 "version": "1.16.1",
2691 "resolved": "https://registry.npmjs.org/unplugin/-/unplugin-1.16.1.tgz",
2692 "integrity": "sha512-4/u/j4FrCKdi17jaxuJA0jClGxB1AvU2hw/IuayPc4ay1XGaJs/rbb4v5WKwAjNifjmXK9PIFyuPiaK8azyR9w==",
2693 "dev": true,
2694 "license": "MIT",
2695 "dependencies": {
2696 "acorn": "^8.14.0",
2697 "webpack-virtual-modules": "^0.6.2"
2698 },
2699 "engines": {
2700 "node": ">=14.0.0"
2701 }
2702 },
2703 "node_modules/update-check": {
2704 "version": "1.5.4",
2705 "resolved": "https://registry.npmjs.org/update-check/-/update-check-1.5.4.tgz",
2706 "integrity": "sha512-5YHsflzHP4t1G+8WGPlvKbJEbAJGCgw+Em+dGR1KmBUbr1J36SJBqlHLjR7oob7sco5hWHGQVcr9B2poIVDDTQ==",
2707 "dev": true,
2708 "license": "MIT",
2709 "dependencies": {
2710 "registry-auth-token": "3.3.2",
2711 "registry-url": "3.1.0"
2712 }
2713 },
2714 "node_modules/uri-js": {
2715 "version": "4.4.1",
2716 "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz",
2717 "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==",
2718 "dev": true,
2719 "license": "BSD-2-Clause",
2720 "dependencies": {
2721 "punycode": "^2.1.0"
2722 }
2723 },
2724 "node_modules/vary": {
2725 "version": "1.1.2",
2726 "resolved": "https://registry.npmjs.org/vary/-/vary-1.1.2.tgz",
2727 "integrity": "sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg==",
2728 "dev": true,
2729 "license": "MIT",
2730 "engines": {
2731 "node": ">= 0.8"
2732 }
2733 },
2734 "node_modules/vite": {
2735 "version": "6.3.6",
2736 "resolved": "https://registry.npmjs.org/vite/-/vite-6.3.6.tgz",
2737 "integrity": "sha512-0msEVHJEScQbhkbVTb/4iHZdJ6SXp/AvxL2sjwYQFfBqleHtnCqv1J3sa9zbWz/6kW1m9Tfzn92vW+kZ1WV6QA==",
2738 "dev": true,
2739 "license": "MIT",
2740 "dependencies": {
2741 "esbuild": "^0.25.0",
2742 "fdir": "^6.4.4",
2743 "picomatch": "^4.0.2",
2744 "postcss": "^8.5.3",
2745 "rollup": "^4.34.9",
2746 "tinyglobby": "^0.2.13"
2747 },
2748 "bin": {
2749 "vite": "bin/vite.js"
2750 },
2751 "engines": {
2752 "node": "^18.0.0 || ^20.0.0 || >=22.0.0"
2753 },
2754 "funding": {
2755 "url": "https://github.com/vitejs/vite?sponsor=1"
2756 },
2757 "optionalDependencies": {
2758 "fsevents": "~2.3.3"
2759 },
2760 "peerDependencies": {
2761 "@types/node": "^18.0.0 || ^20.0.0 || >=22.0.0",
2762 "jiti": ">=1.21.0",
2763 "less": "*",
2764 "lightningcss": "^1.21.0",
2765 "sass": "*",
2766 "sass-embedded": "*",
2767 "stylus": "*",
2768 "sugarss": "*",
2769 "terser": "^5.16.0",
2770 "tsx": "^4.8.1",
2771 "yaml": "^2.4.2"
2772 },
2773 "peerDependenciesMeta": {
2774 "@types/node": {
2775 "optional": true
2776 },
2777 "jiti": {
2778 "optional": true
2779 },
2780 "less": {
2781 "optional": true
2782 },
2783 "lightningcss": {
2784 "optional": true
2785 },
2786 "sass": {
2787 "optional": true
2788 },
2789 "sass-embedded": {
2790 "optional": true
2791 },
2792 "stylus": {
2793 "optional": true
2794 },
2795 "sugarss": {
2796 "optional": true
2797 },
2798 "terser": {
2799 "optional": true
2800 },
2801 "tsx": {
2802 "optional": true
2803 },
2804 "yaml": {
2805 "optional": true
2806 }
2807 }
2808 },
2809 "node_modules/vite-plugin-ejs": {
2810 "version": "1.7.0",
2811 "resolved": "https://registry.npmjs.org/vite-plugin-ejs/-/vite-plugin-ejs-1.7.0.tgz",
2812 "integrity": "sha512-JNP3zQDC4mSbfoJ3G73s5mmZITD8NGjUmLkq4swxyahy/W0xuokK9U9IJGXw7KCggq6UucT6hJ0p+tQrNtqTZw==",
2813 "dev": true,
2814 "license": "MIT",
2815 "dependencies": {
2816 "ejs": "^3.1.9"
2817 },
2818 "peerDependencies": {
2819 "vite": ">=5.0.0"
2820 }
2821 },
2822 "node_modules/vue": {
2823 "version": "3.5.21",
2824 "resolved": "https://registry.npmjs.org/vue/-/vue-3.5.21.tgz",
2825 "integrity": "sha512-xxf9rum9KtOdwdRkiApWL+9hZEMWE90FHh8yS1+KJAiWYh+iGWV1FquPjoO9VUHQ+VIhsCXNNyZ5Sf4++RVZBA==",
2826 "license": "MIT",
2827 "dependencies": {
2828 "@vue/compiler-dom": "3.5.21",
2829 "@vue/compiler-sfc": "3.5.21",
2830 "@vue/runtime-dom": "3.5.21",
2831 "@vue/server-renderer": "3.5.21",
2832 "@vue/shared": "3.5.21"
2833 },
2834 "peerDependencies": {
2835 "typescript": "*"
2836 },
2837 "peerDependenciesMeta": {
2838 "typescript": {
2839 "optional": true
2840 }
2841 }
2842 },
2843 "node_modules/vue-i18n": {
2844 "version": "11.1.12",
2845 "resolved": "https://registry.npmjs.org/vue-i18n/-/vue-i18n-11.1.12.tgz",
2846 "integrity": "sha512-BnstPj3KLHLrsqbVU2UOrPmr0+Mv11bsUZG0PyCOzsawCivk8W00GMXHeVUWIDOgNaScCuZah47CZFE+Wnl8mw==",
2847 "license": "MIT",
2848 "dependencies": {
2849 "@intlify/core-base": "11.1.12",
2850 "@intlify/shared": "11.1.12",
2851 "@vue/devtools-api": "^6.5.0"
2852 },
2853 "engines": {
2854 "node": ">= 16"
2855 },
2856 "funding": {
2857 "url": "https://github.com/sponsors/kazupon"
2858 },
2859 "peerDependencies": {
2860 "vue": "^3.0.0"
2861 }
2862 },
2863 "node_modules/webpack-virtual-modules": {
2864 "version": "0.6.2",
2865 "resolved": "https://registry.npmjs.org/webpack-virtual-modules/-/webpack-virtual-modules-0.6.2.tgz",
2866 "integrity": "sha512-66/V2i5hQanC51vBQKPH4aI8NMAcBW59FVBs+rC7eGHupMyfn34q7rZIE+ETlJ+XTevqfUhVVBgSUNSW2flEUQ==",
2867 "dev": true,
2868 "license": "MIT"
2869 },
2870 "node_modules/which": {
2871 "version": "2.0.2",
2872 "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
2873 "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
2874 "dev": true,
2875 "license": "ISC",
2876 "dependencies": {
2877 "isexe": "^2.0.0"
2878 },
2879 "bin": {
2880 "node-which": "bin/node-which"
2881 },
2882 "engines": {
2883 "node": ">= 8"
2884 }
2885 },
2886 "node_modules/widest-line": {
2887 "version": "4.0.1",
2888 "resolved": "https://registry.npmjs.org/widest-line/-/widest-line-4.0.1.tgz",
2889 "integrity": "sha512-o0cyEG0e8GPzT4iGHphIOh0cJOV8fivsXxddQasHPHfoZf1ZexrfeA21w2NaEN1RHE+fXlfISmOE8R9N3u3Qig==",
2890 "dev": true,
2891 "license": "MIT",
2892 "dependencies": {
2893 "string-width": "^5.0.1"
2894 },
2895 "engines": {
2896 "node": ">=12"
2897 },
2898 "funding": {
2899 "url": "https://github.com/sponsors/sindresorhus"
2900 }
2901 },
2902 "node_modules/wrap-ansi": {
2903 "version": "8.1.0",
2904 "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz",
2905 "integrity": "sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==",
2906 "dev": true,
2907 "license": "MIT",
2908 "dependencies": {
2909 "ansi-styles": "^6.1.0",
2910 "string-width": "^5.0.1",
2911 "strip-ansi": "^7.0.1"
2912 },
2913 "engines": {
2914 "node": ">=12"
2915 },
2916 "funding": {
2917 "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
2918 }
2919 },
2920 "node_modules/wrap-ansi/node_modules/ansi-styles": {
2921 "version": "6.2.3",
2922 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.3.tgz",
2923 "integrity": "sha512-4Dj6M28JB+oAH8kFkTLUo+a2jwOFkuqb3yucU0CANcRRUbxS0cP0nZYCGjcc3BNXwRIsUVmDGgzawme7zvJHvg==",
2924 "dev": true,
2925 "license": "MIT",
2926 "engines": {
2927 "node": ">=12"
2928 },
2929 "funding": {
2930 "url": "https://github.com/chalk/ansi-styles?sponsor=1"
2931 }
2932 },
2933 "node_modules/wrappy": {
2934 "version": "1.0.2",
2935 "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",
2936 "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==",
2937 "dev": true,
2938 "license": "ISC"
2939 },
2940 "node_modules/zod": {
2941 "version": "3.25.76",
2942 "resolved": "https://registry.npmjs.org/zod/-/zod-3.25.76.tgz",
2943 "integrity": "sha512-gzUt/qt81nXsFGKIFcC3YnfEAx5NkunCfnDlvuBSSFS02bcXu4Lmea0AFIUwbLWxWPx3d9p8S5QoaujKcNQxcQ==",
2944 "dev": true,
2945 "license": "MIT",
2946 "funding": {
2947 "url": "https://github.com/sponsors/colinhacks"
2948 }
2949 }
2950 }
2951}