Experiment to rebuild Diffuse using web applets.
0

Configure Feed

Select the types of activity you want to include in your feed.

1{ 2 "name": "diffuse-applets", 3 "lockfileVersion": 3, 4 "requires": true, 5 "packages": { 6 "": { 7 "dependencies": { 8 "@picocss/pico": "^2.1.1", 9 "@web-applets/sdk": "file:../../unternet-co/web-applets/sdk/", 10 "iconoir": "^7.11.0", 11 "idb-keyval": "^6.2.1", 12 "native-file-system-adapter": "^3.0.1", 13 "spellcaster": "gordonbrander/spellcaster#1613e5e3b7f202cfe57f37ea7c637ec83588a297", 14 "throttle-debounce": "^5.0.2", 15 "xxh32": "^2.0.5" 16 }, 17 "devDependencies": { 18 "astro": "^5.7.4", 19 "astro-purgecss": "^5.2.2", 20 "astro-scope": "^3.0.1", 21 "purgecss": "^7.0.2", 22 "sass": "^1.87.0" 23 } 24 }, 25 "../../unternet-co/web-applets/sdk": { 26 "name": "@web-applets/sdk", 27 "version": "0.2.6", 28 "license": "MIT", 29 "devDependencies": { 30 "@types/node": "^22.13.10", 31 "cross-env": "^7.0.3", 32 "esbuild": "^0.25.0", 33 "typescript": "^5.6.2" 34 } 35 }, 36 "node_modules/@astrojs/compiler": { 37 "version": "2.11.0", 38 "resolved": "https://registry.npmjs.org/@astrojs/compiler/-/compiler-2.11.0.tgz", 39 "integrity": "sha512-zZOO7i+JhojO8qmlyR/URui6LyfHJY6m+L9nwyX5GiKD78YoRaZ5tzz6X0fkl+5bD3uwlDHayf6Oe8Fu36RKNg==", 40 "dev": true 41 }, 42 "node_modules/@astrojs/internal-helpers": { 43 "version": "0.6.1", 44 "resolved": "https://registry.npmjs.org/@astrojs/internal-helpers/-/internal-helpers-0.6.1.tgz", 45 "integrity": "sha512-l5Pqf6uZu31aG+3Lv8nl/3s4DbUzdlxTWDof4pEpto6GUJNhhCbelVi9dEyurOVyqaelwmS9oSyOWOENSfgo9A==", 46 "dev": true 47 }, 48 "node_modules/@astrojs/markdown-remark": { 49 "version": "6.3.1", 50 "resolved": "https://registry.npmjs.org/@astrojs/markdown-remark/-/markdown-remark-6.3.1.tgz", 51 "integrity": "sha512-c5F5gGrkczUaTVgmMW9g1YMJGzOtRvjjhw6IfGuxarM6ct09MpwysP10US729dy07gg8y+ofVifezvP3BNsWZg==", 52 "dev": true, 53 "dependencies": { 54 "@astrojs/internal-helpers": "0.6.1", 55 "@astrojs/prism": "3.2.0", 56 "github-slugger": "^2.0.0", 57 "hast-util-from-html": "^2.0.3", 58 "hast-util-to-text": "^4.0.2", 59 "import-meta-resolve": "^4.1.0", 60 "js-yaml": "^4.1.0", 61 "mdast-util-definitions": "^6.0.0", 62 "rehype-raw": "^7.0.0", 63 "rehype-stringify": "^10.0.1", 64 "remark-gfm": "^4.0.1", 65 "remark-parse": "^11.0.0", 66 "remark-rehype": "^11.1.1", 67 "remark-smartypants": "^3.0.2", 68 "shiki": "^3.0.0", 69 "smol-toml": "^1.3.1", 70 "unified": "^11.0.5", 71 "unist-util-remove-position": "^5.0.0", 72 "unist-util-visit": "^5.0.0", 73 "unist-util-visit-parents": "^6.0.1", 74 "vfile": "^6.0.3" 75 } 76 }, 77 "node_modules/@astrojs/prism": { 78 "version": "3.2.0", 79 "resolved": "https://registry.npmjs.org/@astrojs/prism/-/prism-3.2.0.tgz", 80 "integrity": "sha512-GilTHKGCW6HMq7y3BUv9Ac7GMe/MO9gi9GW62GzKtth0SwukCu/qp2wLiGpEujhY+VVhaG9v7kv/5vFzvf4NYw==", 81 "dev": true, 82 "dependencies": { 83 "prismjs": "^1.29.0" 84 }, 85 "engines": { 86 "node": "^18.17.1 || ^20.3.0 || >=22.0.0" 87 } 88 }, 89 "node_modules/@astrojs/telemetry": { 90 "version": "3.2.0", 91 "resolved": "https://registry.npmjs.org/@astrojs/telemetry/-/telemetry-3.2.0.tgz", 92 "integrity": "sha512-wxhSKRfKugLwLlr4OFfcqovk+LIFtKwLyGPqMsv+9/ibqqnW3Gv7tBhtKEb0gAyUAC4G9BTVQeQahqnQAhd6IQ==", 93 "dev": true, 94 "dependencies": { 95 "ci-info": "^4.1.0", 96 "debug": "^4.3.7", 97 "dlv": "^1.1.3", 98 "dset": "^3.1.4", 99 "is-docker": "^3.0.0", 100 "is-wsl": "^3.1.0", 101 "which-pm-runs": "^1.1.0" 102 }, 103 "engines": { 104 "node": "^18.17.1 || ^20.3.0 || >=22.0.0" 105 } 106 }, 107 "node_modules/@babel/helper-string-parser": { 108 "version": "7.25.9", 109 "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.25.9.tgz", 110 "integrity": "sha512-4A/SCr/2KLd5jrtOMFzaKjVtAei3+2r/NChoBNoZ3EyP/+GlhoaEGoWOZUmFmoITP7zOJyHIMm+DYRd8o3PvHA==", 111 "dev": true, 112 "engines": { 113 "node": ">=6.9.0" 114 } 115 }, 116 "node_modules/@babel/helper-validator-identifier": { 117 "version": "7.25.9", 118 "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.9.tgz", 119 "integrity": "sha512-Ed61U6XJc3CVRfkERJWDz4dJwKe7iLmmJsbOGu9wSloNSFttHV0I8g6UAgb7qnK5ly5bGLPd4oXZlxCdANBOWQ==", 120 "dev": true, 121 "engines": { 122 "node": ">=6.9.0" 123 } 124 }, 125 "node_modules/@babel/parser": { 126 "version": "7.27.0", 127 "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.27.0.tgz", 128 "integrity": "sha512-iaepho73/2Pz7w2eMS0Q5f83+0RKI7i4xmiYeBmDzfRVbQtTOG7Ts0S4HzJVsTMGI9keU8rNfuZr8DKfSt7Yyg==", 129 "dev": true, 130 "dependencies": { 131 "@babel/types": "^7.27.0" 132 }, 133 "bin": { 134 "parser": "bin/babel-parser.js" 135 }, 136 "engines": { 137 "node": ">=6.0.0" 138 } 139 }, 140 "node_modules/@babel/types": { 141 "version": "7.27.0", 142 "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.27.0.tgz", 143 "integrity": "sha512-H45s8fVLYjbhFH62dIJ3WtmJ6RSPt/3DRO0ZcT2SUiYiQyz3BLVb9ADEnLl91m74aQPS3AzzeajZHYOalWe3bg==", 144 "dev": true, 145 "dependencies": { 146 "@babel/helper-string-parser": "^7.25.9", 147 "@babel/helper-validator-identifier": "^7.25.9" 148 }, 149 "engines": { 150 "node": ">=6.9.0" 151 } 152 }, 153 "node_modules/@capsizecss/unpack": { 154 "version": "2.4.0", 155 "resolved": "https://registry.npmjs.org/@capsizecss/unpack/-/unpack-2.4.0.tgz", 156 "integrity": "sha512-GrSU71meACqcmIUxPYOJvGKF0yryjN/L1aCuE9DViCTJI7bfkjgYDPD1zbNDcINJwSSP6UaBZY9GAbYDO7re0Q==", 157 "dev": true, 158 "dependencies": { 159 "blob-to-buffer": "^1.2.8", 160 "cross-fetch": "^3.0.4", 161 "fontkit": "^2.0.2" 162 } 163 }, 164 "node_modules/@emnapi/runtime": { 165 "version": "1.4.3", 166 "resolved": "https://registry.npmjs.org/@emnapi/runtime/-/runtime-1.4.3.tgz", 167 "integrity": "sha512-pBPWdu6MLKROBX05wSNKcNb++m5Er+KQ9QkB+WVM+pW2Kx9hoSrVTnu3BdkI5eBLZoKu/J6mW/B6i6bJB2ytXQ==", 168 "dev": true, 169 "optional": true, 170 "dependencies": { 171 "tslib": "^2.4.0" 172 } 173 }, 174 "node_modules/@esbuild/aix-ppc64": { 175 "version": "0.25.2", 176 "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.25.2.tgz", 177 "integrity": "sha512-wCIboOL2yXZym2cgm6mlA742s9QeJ8DjGVaL39dLN4rRwrOgOyYSnOaFPhKZGLb2ngj4EyfAFjsNJwPXZvseag==", 178 "cpu": [ 179 "ppc64" 180 ], 181 "dev": true, 182 "optional": true, 183 "os": [ 184 "aix" 185 ], 186 "engines": { 187 "node": ">=18" 188 } 189 }, 190 "node_modules/@esbuild/android-arm": { 191 "version": "0.25.2", 192 "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.25.2.tgz", 193 "integrity": "sha512-NQhH7jFstVY5x8CKbcfa166GoV0EFkaPkCKBQkdPJFvo5u+nGXLEH/ooniLb3QI8Fk58YAx7nsPLozUWfCBOJA==", 194 "cpu": [ 195 "arm" 196 ], 197 "dev": true, 198 "optional": true, 199 "os": [ 200 "android" 201 ], 202 "engines": { 203 "node": ">=18" 204 } 205 }, 206 "node_modules/@esbuild/android-arm64": { 207 "version": "0.25.2", 208 "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.25.2.tgz", 209 "integrity": "sha512-5ZAX5xOmTligeBaeNEPnPaeEuah53Id2tX4c2CVP3JaROTH+j4fnfHCkr1PjXMd78hMst+TlkfKcW/DlTq0i4w==", 210 "cpu": [ 211 "arm64" 212 ], 213 "dev": true, 214 "optional": true, 215 "os": [ 216 "android" 217 ], 218 "engines": { 219 "node": ">=18" 220 } 221 }, 222 "node_modules/@esbuild/android-x64": { 223 "version": "0.25.2", 224 "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.25.2.tgz", 225 "integrity": "sha512-Ffcx+nnma8Sge4jzddPHCZVRvIfQ0kMsUsCMcJRHkGJ1cDmhe4SsrYIjLUKn1xpHZybmOqCWwB0zQvsjdEHtkg==", 226 "cpu": [ 227 "x64" 228 ], 229 "dev": true, 230 "optional": true, 231 "os": [ 232 "android" 233 ], 234 "engines": { 235 "node": ">=18" 236 } 237 }, 238 "node_modules/@esbuild/darwin-arm64": { 239 "version": "0.25.2", 240 "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.25.2.tgz", 241 "integrity": "sha512-MpM6LUVTXAzOvN4KbjzU/q5smzryuoNjlriAIx+06RpecwCkL9JpenNzpKd2YMzLJFOdPqBpuub6eVRP5IgiSA==", 242 "cpu": [ 243 "arm64" 244 ], 245 "dev": true, 246 "optional": true, 247 "os": [ 248 "darwin" 249 ], 250 "engines": { 251 "node": ">=18" 252 } 253 }, 254 "node_modules/@esbuild/darwin-x64": { 255 "version": "0.25.2", 256 "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.25.2.tgz", 257 "integrity": "sha512-5eRPrTX7wFyuWe8FqEFPG2cU0+butQQVNcT4sVipqjLYQjjh8a8+vUTfgBKM88ObB85ahsnTwF7PSIt6PG+QkA==", 258 "cpu": [ 259 "x64" 260 ], 261 "dev": true, 262 "optional": true, 263 "os": [ 264 "darwin" 265 ], 266 "engines": { 267 "node": ">=18" 268 } 269 }, 270 "node_modules/@esbuild/freebsd-arm64": { 271 "version": "0.25.2", 272 "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.25.2.tgz", 273 "integrity": "sha512-mLwm4vXKiQ2UTSX4+ImyiPdiHjiZhIaE9QvC7sw0tZ6HoNMjYAqQpGyui5VRIi5sGd+uWq940gdCbY3VLvsO1w==", 274 "cpu": [ 275 "arm64" 276 ], 277 "dev": true, 278 "optional": true, 279 "os": [ 280 "freebsd" 281 ], 282 "engines": { 283 "node": ">=18" 284 } 285 }, 286 "node_modules/@esbuild/freebsd-x64": { 287 "version": "0.25.2", 288 "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.25.2.tgz", 289 "integrity": "sha512-6qyyn6TjayJSwGpm8J9QYYGQcRgc90nmfdUb0O7pp1s4lTY+9D0H9O02v5JqGApUyiHOtkz6+1hZNvNtEhbwRQ==", 290 "cpu": [ 291 "x64" 292 ], 293 "dev": true, 294 "optional": true, 295 "os": [ 296 "freebsd" 297 ], 298 "engines": { 299 "node": ">=18" 300 } 301 }, 302 "node_modules/@esbuild/linux-arm": { 303 "version": "0.25.2", 304 "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.25.2.tgz", 305 "integrity": "sha512-UHBRgJcmjJv5oeQF8EpTRZs/1knq6loLxTsjc3nxO9eXAPDLcWW55flrMVc97qFPbmZP31ta1AZVUKQzKTzb0g==", 306 "cpu": [ 307 "arm" 308 ], 309 "dev": true, 310 "optional": true, 311 "os": [ 312 "linux" 313 ], 314 "engines": { 315 "node": ">=18" 316 } 317 }, 318 "node_modules/@esbuild/linux-arm64": { 319 "version": "0.25.2", 320 "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.25.2.tgz", 321 "integrity": "sha512-gq/sjLsOyMT19I8obBISvhoYiZIAaGF8JpeXu1u8yPv8BE5HlWYobmlsfijFIZ9hIVGYkbdFhEqC0NvM4kNO0g==", 322 "cpu": [ 323 "arm64" 324 ], 325 "dev": true, 326 "optional": true, 327 "os": [ 328 "linux" 329 ], 330 "engines": { 331 "node": ">=18" 332 } 333 }, 334 "node_modules/@esbuild/linux-ia32": { 335 "version": "0.25.2", 336 "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.25.2.tgz", 337 "integrity": "sha512-bBYCv9obgW2cBP+2ZWfjYTU+f5cxRoGGQ5SeDbYdFCAZpYWrfjjfYwvUpP8MlKbP0nwZ5gyOU/0aUzZ5HWPuvQ==", 338 "cpu": [ 339 "ia32" 340 ], 341 "dev": true, 342 "optional": true, 343 "os": [ 344 "linux" 345 ], 346 "engines": { 347 "node": ">=18" 348 } 349 }, 350 "node_modules/@esbuild/linux-loong64": { 351 "version": "0.25.2", 352 "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.25.2.tgz", 353 "integrity": "sha512-SHNGiKtvnU2dBlM5D8CXRFdd+6etgZ9dXfaPCeJtz+37PIUlixvlIhI23L5khKXs3DIzAn9V8v+qb1TRKrgT5w==", 354 "cpu": [ 355 "loong64" 356 ], 357 "dev": true, 358 "optional": true, 359 "os": [ 360 "linux" 361 ], 362 "engines": { 363 "node": ">=18" 364 } 365 }, 366 "node_modules/@esbuild/linux-mips64el": { 367 "version": "0.25.2", 368 "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.25.2.tgz", 369 "integrity": "sha512-hDDRlzE6rPeoj+5fsADqdUZl1OzqDYow4TB4Y/3PlKBD0ph1e6uPHzIQcv2Z65u2K0kpeByIyAjCmjn1hJgG0Q==", 370 "cpu": [ 371 "mips64el" 372 ], 373 "dev": true, 374 "optional": true, 375 "os": [ 376 "linux" 377 ], 378 "engines": { 379 "node": ">=18" 380 } 381 }, 382 "node_modules/@esbuild/linux-ppc64": { 383 "version": "0.25.2", 384 "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.25.2.tgz", 385 "integrity": "sha512-tsHu2RRSWzipmUi9UBDEzc0nLc4HtpZEI5Ba+Omms5456x5WaNuiG3u7xh5AO6sipnJ9r4cRWQB2tUjPyIkc6g==", 386 "cpu": [ 387 "ppc64" 388 ], 389 "dev": true, 390 "optional": true, 391 "os": [ 392 "linux" 393 ], 394 "engines": { 395 "node": ">=18" 396 } 397 }, 398 "node_modules/@esbuild/linux-riscv64": { 399 "version": "0.25.2", 400 "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.25.2.tgz", 401 "integrity": "sha512-k4LtpgV7NJQOml/10uPU0s4SAXGnowi5qBSjaLWMojNCUICNu7TshqHLAEbkBdAszL5TabfvQ48kK84hyFzjnw==", 402 "cpu": [ 403 "riscv64" 404 ], 405 "dev": true, 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.2", 416 "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.25.2.tgz", 417 "integrity": "sha512-GRa4IshOdvKY7M/rDpRR3gkiTNp34M0eLTaC1a08gNrh4u488aPhuZOCpkF6+2wl3zAN7L7XIpOFBhnaE3/Q8Q==", 418 "cpu": [ 419 "s390x" 420 ], 421 "dev": true, 422 "optional": true, 423 "os": [ 424 "linux" 425 ], 426 "engines": { 427 "node": ">=18" 428 } 429 }, 430 "node_modules/@esbuild/linux-x64": { 431 "version": "0.25.2", 432 "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.25.2.tgz", 433 "integrity": "sha512-QInHERlqpTTZ4FRB0fROQWXcYRD64lAoiegezDunLpalZMjcUcld3YzZmVJ2H/Cp0wJRZ8Xtjtj0cEHhYc/uUg==", 434 "cpu": [ 435 "x64" 436 ], 437 "dev": true, 438 "optional": true, 439 "os": [ 440 "linux" 441 ], 442 "engines": { 443 "node": ">=18" 444 } 445 }, 446 "node_modules/@esbuild/netbsd-arm64": { 447 "version": "0.25.2", 448 "resolved": "https://registry.npmjs.org/@esbuild/netbsd-arm64/-/netbsd-arm64-0.25.2.tgz", 449 "integrity": "sha512-talAIBoY5M8vHc6EeI2WW9d/CkiO9MQJ0IOWX8hrLhxGbro/vBXJvaQXefW2cP0z0nQVTdQ/eNyGFV1GSKrxfw==", 450 "cpu": [ 451 "arm64" 452 ], 453 "dev": true, 454 "optional": true, 455 "os": [ 456 "netbsd" 457 ], 458 "engines": { 459 "node": ">=18" 460 } 461 }, 462 "node_modules/@esbuild/netbsd-x64": { 463 "version": "0.25.2", 464 "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.25.2.tgz", 465 "integrity": "sha512-voZT9Z+tpOxrvfKFyfDYPc4DO4rk06qamv1a/fkuzHpiVBMOhpjK+vBmWM8J1eiB3OLSMFYNaOaBNLXGChf5tg==", 466 "cpu": [ 467 "x64" 468 ], 469 "dev": true, 470 "optional": true, 471 "os": [ 472 "netbsd" 473 ], 474 "engines": { 475 "node": ">=18" 476 } 477 }, 478 "node_modules/@esbuild/openbsd-arm64": { 479 "version": "0.25.2", 480 "resolved": "https://registry.npmjs.org/@esbuild/openbsd-arm64/-/openbsd-arm64-0.25.2.tgz", 481 "integrity": "sha512-dcXYOC6NXOqcykeDlwId9kB6OkPUxOEqU+rkrYVqJbK2hagWOMrsTGsMr8+rW02M+d5Op5NNlgMmjzecaRf7Tg==", 482 "cpu": [ 483 "arm64" 484 ], 485 "dev": true, 486 "optional": true, 487 "os": [ 488 "openbsd" 489 ], 490 "engines": { 491 "node": ">=18" 492 } 493 }, 494 "node_modules/@esbuild/openbsd-x64": { 495 "version": "0.25.2", 496 "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.25.2.tgz", 497 "integrity": "sha512-t/TkWwahkH0Tsgoq1Ju7QfgGhArkGLkF1uYz8nQS/PPFlXbP5YgRpqQR3ARRiC2iXoLTWFxc6DJMSK10dVXluw==", 498 "cpu": [ 499 "x64" 500 ], 501 "dev": true, 502 "optional": true, 503 "os": [ 504 "openbsd" 505 ], 506 "engines": { 507 "node": ">=18" 508 } 509 }, 510 "node_modules/@esbuild/sunos-x64": { 511 "version": "0.25.2", 512 "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.25.2.tgz", 513 "integrity": "sha512-cfZH1co2+imVdWCjd+D1gf9NjkchVhhdpgb1q5y6Hcv9TP6Zi9ZG/beI3ig8TvwT9lH9dlxLq5MQBBgwuj4xvA==", 514 "cpu": [ 515 "x64" 516 ], 517 "dev": true, 518 "optional": true, 519 "os": [ 520 "sunos" 521 ], 522 "engines": { 523 "node": ">=18" 524 } 525 }, 526 "node_modules/@esbuild/win32-arm64": { 527 "version": "0.25.2", 528 "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.25.2.tgz", 529 "integrity": "sha512-7Loyjh+D/Nx/sOTzV8vfbB3GJuHdOQyrOryFdZvPHLf42Tk9ivBU5Aedi7iyX+x6rbn2Mh68T4qq1SDqJBQO5Q==", 530 "cpu": [ 531 "arm64" 532 ], 533 "dev": true, 534 "optional": true, 535 "os": [ 536 "win32" 537 ], 538 "engines": { 539 "node": ">=18" 540 } 541 }, 542 "node_modules/@esbuild/win32-ia32": { 543 "version": "0.25.2", 544 "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.25.2.tgz", 545 "integrity": "sha512-WRJgsz9un0nqZJ4MfhabxaD9Ft8KioqU3JMinOTvobbX6MOSUigSBlogP8QB3uxpJDsFS6yN+3FDBdqE5lg9kg==", 546 "cpu": [ 547 "ia32" 548 ], 549 "dev": true, 550 "optional": true, 551 "os": [ 552 "win32" 553 ], 554 "engines": { 555 "node": ">=18" 556 } 557 }, 558 "node_modules/@esbuild/win32-x64": { 559 "version": "0.25.2", 560 "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.25.2.tgz", 561 "integrity": "sha512-kM3HKb16VIXZyIeVrM1ygYmZBKybX8N4p754bw390wGO3Tf2j4L2/WYL+4suWujpgf6GBYs3jv7TyUivdd05JA==", 562 "cpu": [ 563 "x64" 564 ], 565 "dev": true, 566 "optional": true, 567 "os": [ 568 "win32" 569 ], 570 "engines": { 571 "node": ">=18" 572 } 573 }, 574 "node_modules/@img/sharp-darwin-arm64": { 575 "version": "0.33.5", 576 "resolved": "https://registry.npmjs.org/@img/sharp-darwin-arm64/-/sharp-darwin-arm64-0.33.5.tgz", 577 "integrity": "sha512-UT4p+iz/2H4twwAoLCqfA9UH5pI6DggwKEGuaPy7nCVQ8ZsiY5PIcrRvD1DzuY3qYL07NtIQcWnBSY/heikIFQ==", 578 "cpu": [ 579 "arm64" 580 ], 581 "dev": true, 582 "optional": true, 583 "os": [ 584 "darwin" 585 ], 586 "engines": { 587 "node": "^18.17.0 || ^20.3.0 || >=21.0.0" 588 }, 589 "funding": { 590 "url": "https://opencollective.com/libvips" 591 }, 592 "optionalDependencies": { 593 "@img/sharp-libvips-darwin-arm64": "1.0.4" 594 } 595 }, 596 "node_modules/@img/sharp-darwin-x64": { 597 "version": "0.33.5", 598 "resolved": "https://registry.npmjs.org/@img/sharp-darwin-x64/-/sharp-darwin-x64-0.33.5.tgz", 599 "integrity": "sha512-fyHac4jIc1ANYGRDxtiqelIbdWkIuQaI84Mv45KvGRRxSAa7o7d1ZKAOBaYbnepLC1WqxfpimdeWfvqqSGwR2Q==", 600 "cpu": [ 601 "x64" 602 ], 603 "dev": true, 604 "optional": true, 605 "os": [ 606 "darwin" 607 ], 608 "engines": { 609 "node": "^18.17.0 || ^20.3.0 || >=21.0.0" 610 }, 611 "funding": { 612 "url": "https://opencollective.com/libvips" 613 }, 614 "optionalDependencies": { 615 "@img/sharp-libvips-darwin-x64": "1.0.4" 616 } 617 }, 618 "node_modules/@img/sharp-libvips-darwin-arm64": { 619 "version": "1.0.4", 620 "resolved": "https://registry.npmjs.org/@img/sharp-libvips-darwin-arm64/-/sharp-libvips-darwin-arm64-1.0.4.tgz", 621 "integrity": "sha512-XblONe153h0O2zuFfTAbQYAX2JhYmDHeWikp1LM9Hul9gVPjFY427k6dFEcOL72O01QxQsWi761svJ/ev9xEDg==", 622 "cpu": [ 623 "arm64" 624 ], 625 "dev": true, 626 "optional": true, 627 "os": [ 628 "darwin" 629 ], 630 "funding": { 631 "url": "https://opencollective.com/libvips" 632 } 633 }, 634 "node_modules/@img/sharp-libvips-darwin-x64": { 635 "version": "1.0.4", 636 "resolved": "https://registry.npmjs.org/@img/sharp-libvips-darwin-x64/-/sharp-libvips-darwin-x64-1.0.4.tgz", 637 "integrity": "sha512-xnGR8YuZYfJGmWPvmlunFaWJsb9T/AO2ykoP3Fz/0X5XV2aoYBPkX6xqCQvUTKKiLddarLaxpzNe+b1hjeWHAQ==", 638 "cpu": [ 639 "x64" 640 ], 641 "dev": true, 642 "optional": true, 643 "os": [ 644 "darwin" 645 ], 646 "funding": { 647 "url": "https://opencollective.com/libvips" 648 } 649 }, 650 "node_modules/@img/sharp-libvips-linux-arm": { 651 "version": "1.0.5", 652 "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-arm/-/sharp-libvips-linux-arm-1.0.5.tgz", 653 "integrity": "sha512-gvcC4ACAOPRNATg/ov8/MnbxFDJqf/pDePbBnuBDcjsI8PssmjoKMAz4LtLaVi+OnSb5FK/yIOamqDwGmXW32g==", 654 "cpu": [ 655 "arm" 656 ], 657 "dev": true, 658 "optional": true, 659 "os": [ 660 "linux" 661 ], 662 "funding": { 663 "url": "https://opencollective.com/libvips" 664 } 665 }, 666 "node_modules/@img/sharp-libvips-linux-arm64": { 667 "version": "1.0.4", 668 "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-arm64/-/sharp-libvips-linux-arm64-1.0.4.tgz", 669 "integrity": "sha512-9B+taZ8DlyyqzZQnoeIvDVR/2F4EbMepXMc/NdVbkzsJbzkUjhXv/70GQJ7tdLA4YJgNP25zukcxpX2/SueNrA==", 670 "cpu": [ 671 "arm64" 672 ], 673 "dev": true, 674 "optional": true, 675 "os": [ 676 "linux" 677 ], 678 "funding": { 679 "url": "https://opencollective.com/libvips" 680 } 681 }, 682 "node_modules/@img/sharp-libvips-linux-s390x": { 683 "version": "1.0.4", 684 "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-s390x/-/sharp-libvips-linux-s390x-1.0.4.tgz", 685 "integrity": "sha512-u7Wz6ntiSSgGSGcjZ55im6uvTrOxSIS8/dgoVMoiGE9I6JAfU50yH5BoDlYA1tcuGS7g/QNtetJnxA6QEsCVTA==", 686 "cpu": [ 687 "s390x" 688 ], 689 "dev": true, 690 "optional": true, 691 "os": [ 692 "linux" 693 ], 694 "funding": { 695 "url": "https://opencollective.com/libvips" 696 } 697 }, 698 "node_modules/@img/sharp-libvips-linux-x64": { 699 "version": "1.0.4", 700 "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-x64/-/sharp-libvips-linux-x64-1.0.4.tgz", 701 "integrity": "sha512-MmWmQ3iPFZr0Iev+BAgVMb3ZyC4KeFc3jFxnNbEPas60e1cIfevbtuyf9nDGIzOaW9PdnDciJm+wFFaTlj5xYw==", 702 "cpu": [ 703 "x64" 704 ], 705 "dev": true, 706 "optional": true, 707 "os": [ 708 "linux" 709 ], 710 "funding": { 711 "url": "https://opencollective.com/libvips" 712 } 713 }, 714 "node_modules/@img/sharp-libvips-linuxmusl-arm64": { 715 "version": "1.0.4", 716 "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linuxmusl-arm64/-/sharp-libvips-linuxmusl-arm64-1.0.4.tgz", 717 "integrity": "sha512-9Ti+BbTYDcsbp4wfYib8Ctm1ilkugkA/uscUn6UXK1ldpC1JjiXbLfFZtRlBhjPZ5o1NCLiDbg8fhUPKStHoTA==", 718 "cpu": [ 719 "arm64" 720 ], 721 "dev": true, 722 "optional": true, 723 "os": [ 724 "linux" 725 ], 726 "funding": { 727 "url": "https://opencollective.com/libvips" 728 } 729 }, 730 "node_modules/@img/sharp-libvips-linuxmusl-x64": { 731 "version": "1.0.4", 732 "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linuxmusl-x64/-/sharp-libvips-linuxmusl-x64-1.0.4.tgz", 733 "integrity": "sha512-viYN1KX9m+/hGkJtvYYp+CCLgnJXwiQB39damAO7WMdKWlIhmYTfHjwSbQeUK/20vY154mwezd9HflVFM1wVSw==", 734 "cpu": [ 735 "x64" 736 ], 737 "dev": true, 738 "optional": true, 739 "os": [ 740 "linux" 741 ], 742 "funding": { 743 "url": "https://opencollective.com/libvips" 744 } 745 }, 746 "node_modules/@img/sharp-linux-arm": { 747 "version": "0.33.5", 748 "resolved": "https://registry.npmjs.org/@img/sharp-linux-arm/-/sharp-linux-arm-0.33.5.tgz", 749 "integrity": "sha512-JTS1eldqZbJxjvKaAkxhZmBqPRGmxgu+qFKSInv8moZ2AmT5Yib3EQ1c6gp493HvrvV8QgdOXdyaIBrhvFhBMQ==", 750 "cpu": [ 751 "arm" 752 ], 753 "dev": true, 754 "optional": true, 755 "os": [ 756 "linux" 757 ], 758 "engines": { 759 "node": "^18.17.0 || ^20.3.0 || >=21.0.0" 760 }, 761 "funding": { 762 "url": "https://opencollective.com/libvips" 763 }, 764 "optionalDependencies": { 765 "@img/sharp-libvips-linux-arm": "1.0.5" 766 } 767 }, 768 "node_modules/@img/sharp-linux-arm64": { 769 "version": "0.33.5", 770 "resolved": "https://registry.npmjs.org/@img/sharp-linux-arm64/-/sharp-linux-arm64-0.33.5.tgz", 771 "integrity": "sha512-JMVv+AMRyGOHtO1RFBiJy/MBsgz0x4AWrT6QoEVVTyh1E39TrCUpTRI7mx9VksGX4awWASxqCYLCV4wBZHAYxA==", 772 "cpu": [ 773 "arm64" 774 ], 775 "dev": true, 776 "optional": true, 777 "os": [ 778 "linux" 779 ], 780 "engines": { 781 "node": "^18.17.0 || ^20.3.0 || >=21.0.0" 782 }, 783 "funding": { 784 "url": "https://opencollective.com/libvips" 785 }, 786 "optionalDependencies": { 787 "@img/sharp-libvips-linux-arm64": "1.0.4" 788 } 789 }, 790 "node_modules/@img/sharp-linux-s390x": { 791 "version": "0.33.5", 792 "resolved": "https://registry.npmjs.org/@img/sharp-linux-s390x/-/sharp-linux-s390x-0.33.5.tgz", 793 "integrity": "sha512-y/5PCd+mP4CA/sPDKl2961b+C9d+vPAveS33s6Z3zfASk2j5upL6fXVPZi7ztePZ5CuH+1kW8JtvxgbuXHRa4Q==", 794 "cpu": [ 795 "s390x" 796 ], 797 "dev": true, 798 "optional": true, 799 "os": [ 800 "linux" 801 ], 802 "engines": { 803 "node": "^18.17.0 || ^20.3.0 || >=21.0.0" 804 }, 805 "funding": { 806 "url": "https://opencollective.com/libvips" 807 }, 808 "optionalDependencies": { 809 "@img/sharp-libvips-linux-s390x": "1.0.4" 810 } 811 }, 812 "node_modules/@img/sharp-linux-x64": { 813 "version": "0.33.5", 814 "resolved": "https://registry.npmjs.org/@img/sharp-linux-x64/-/sharp-linux-x64-0.33.5.tgz", 815 "integrity": "sha512-opC+Ok5pRNAzuvq1AG0ar+1owsu842/Ab+4qvU879ippJBHvyY5n2mxF1izXqkPYlGuP/M556uh53jRLJmzTWA==", 816 "cpu": [ 817 "x64" 818 ], 819 "dev": true, 820 "optional": true, 821 "os": [ 822 "linux" 823 ], 824 "engines": { 825 "node": "^18.17.0 || ^20.3.0 || >=21.0.0" 826 }, 827 "funding": { 828 "url": "https://opencollective.com/libvips" 829 }, 830 "optionalDependencies": { 831 "@img/sharp-libvips-linux-x64": "1.0.4" 832 } 833 }, 834 "node_modules/@img/sharp-linuxmusl-arm64": { 835 "version": "0.33.5", 836 "resolved": "https://registry.npmjs.org/@img/sharp-linuxmusl-arm64/-/sharp-linuxmusl-arm64-0.33.5.tgz", 837 "integrity": "sha512-XrHMZwGQGvJg2V/oRSUfSAfjfPxO+4DkiRh6p2AFjLQztWUuY/o8Mq0eMQVIY7HJ1CDQUJlxGGZRw1a5bqmd1g==", 838 "cpu": [ 839 "arm64" 840 ], 841 "dev": true, 842 "optional": true, 843 "os": [ 844 "linux" 845 ], 846 "engines": { 847 "node": "^18.17.0 || ^20.3.0 || >=21.0.0" 848 }, 849 "funding": { 850 "url": "https://opencollective.com/libvips" 851 }, 852 "optionalDependencies": { 853 "@img/sharp-libvips-linuxmusl-arm64": "1.0.4" 854 } 855 }, 856 "node_modules/@img/sharp-linuxmusl-x64": { 857 "version": "0.33.5", 858 "resolved": "https://registry.npmjs.org/@img/sharp-linuxmusl-x64/-/sharp-linuxmusl-x64-0.33.5.tgz", 859 "integrity": "sha512-WT+d/cgqKkkKySYmqoZ8y3pxx7lx9vVejxW/W4DOFMYVSkErR+w7mf2u8m/y4+xHe7yY9DAXQMWQhpnMuFfScw==", 860 "cpu": [ 861 "x64" 862 ], 863 "dev": true, 864 "optional": true, 865 "os": [ 866 "linux" 867 ], 868 "engines": { 869 "node": "^18.17.0 || ^20.3.0 || >=21.0.0" 870 }, 871 "funding": { 872 "url": "https://opencollective.com/libvips" 873 }, 874 "optionalDependencies": { 875 "@img/sharp-libvips-linuxmusl-x64": "1.0.4" 876 } 877 }, 878 "node_modules/@img/sharp-wasm32": { 879 "version": "0.33.5", 880 "resolved": "https://registry.npmjs.org/@img/sharp-wasm32/-/sharp-wasm32-0.33.5.tgz", 881 "integrity": "sha512-ykUW4LVGaMcU9lu9thv85CbRMAwfeadCJHRsg2GmeRa/cJxsVY9Rbd57JcMxBkKHag5U/x7TSBpScF4U8ElVzg==", 882 "cpu": [ 883 "wasm32" 884 ], 885 "dev": true, 886 "optional": true, 887 "dependencies": { 888 "@emnapi/runtime": "^1.2.0" 889 }, 890 "engines": { 891 "node": "^18.17.0 || ^20.3.0 || >=21.0.0" 892 }, 893 "funding": { 894 "url": "https://opencollective.com/libvips" 895 } 896 }, 897 "node_modules/@img/sharp-win32-ia32": { 898 "version": "0.33.5", 899 "resolved": "https://registry.npmjs.org/@img/sharp-win32-ia32/-/sharp-win32-ia32-0.33.5.tgz", 900 "integrity": "sha512-T36PblLaTwuVJ/zw/LaH0PdZkRz5rd3SmMHX8GSmR7vtNSP5Z6bQkExdSK7xGWyxLw4sUknBuugTelgw2faBbQ==", 901 "cpu": [ 902 "ia32" 903 ], 904 "dev": true, 905 "optional": true, 906 "os": [ 907 "win32" 908 ], 909 "engines": { 910 "node": "^18.17.0 || ^20.3.0 || >=21.0.0" 911 }, 912 "funding": { 913 "url": "https://opencollective.com/libvips" 914 } 915 }, 916 "node_modules/@img/sharp-win32-x64": { 917 "version": "0.33.5", 918 "resolved": "https://registry.npmjs.org/@img/sharp-win32-x64/-/sharp-win32-x64-0.33.5.tgz", 919 "integrity": "sha512-MpY/o8/8kj+EcnxwvrP4aTJSWw/aZ7JIGR4aBeZkZw5B7/Jn+tY9/VNwtcoGmdT7GfggGIU4kygOMSbYnOrAbg==", 920 "cpu": [ 921 "x64" 922 ], 923 "dev": true, 924 "optional": true, 925 "os": [ 926 "win32" 927 ], 928 "engines": { 929 "node": "^18.17.0 || ^20.3.0 || >=21.0.0" 930 }, 931 "funding": { 932 "url": "https://opencollective.com/libvips" 933 } 934 }, 935 "node_modules/@isaacs/cliui": { 936 "version": "8.0.2", 937 "resolved": "https://registry.npmjs.org/@isaacs/cliui/-/cliui-8.0.2.tgz", 938 "integrity": "sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==", 939 "dev": true, 940 "dependencies": { 941 "string-width": "^5.1.2", 942 "string-width-cjs": "npm:string-width@^4.2.0", 943 "strip-ansi": "^7.0.1", 944 "strip-ansi-cjs": "npm:strip-ansi@^6.0.1", 945 "wrap-ansi": "^8.1.0", 946 "wrap-ansi-cjs": "npm:wrap-ansi@^7.0.0" 947 }, 948 "engines": { 949 "node": ">=12" 950 } 951 }, 952 "node_modules/@isaacs/cliui/node_modules/emoji-regex": { 953 "version": "9.2.2", 954 "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz", 955 "integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==", 956 "dev": true 957 }, 958 "node_modules/@isaacs/cliui/node_modules/string-width": { 959 "version": "5.1.2", 960 "resolved": "https://registry.npmjs.org/string-width/-/string-width-5.1.2.tgz", 961 "integrity": "sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==", 962 "dev": true, 963 "dependencies": { 964 "eastasianwidth": "^0.2.0", 965 "emoji-regex": "^9.2.2", 966 "strip-ansi": "^7.0.1" 967 }, 968 "engines": { 969 "node": ">=12" 970 }, 971 "funding": { 972 "url": "https://github.com/sponsors/sindresorhus" 973 } 974 }, 975 "node_modules/@isaacs/cliui/node_modules/wrap-ansi": { 976 "version": "8.1.0", 977 "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz", 978 "integrity": "sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==", 979 "dev": true, 980 "dependencies": { 981 "ansi-styles": "^6.1.0", 982 "string-width": "^5.0.1", 983 "strip-ansi": "^7.0.1" 984 }, 985 "engines": { 986 "node": ">=12" 987 }, 988 "funding": { 989 "url": "https://github.com/chalk/wrap-ansi?sponsor=1" 990 } 991 }, 992 "node_modules/@jridgewell/sourcemap-codec": { 993 "version": "1.5.0", 994 "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.0.tgz", 995 "integrity": "sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ==", 996 "dev": true 997 }, 998 "node_modules/@oslojs/encoding": { 999 "version": "1.1.0", 1000 "resolved": "https://registry.npmjs.org/@oslojs/encoding/-/encoding-1.1.0.tgz", 1001 "integrity": "sha512-70wQhgYmndg4GCPxPPxPGevRKqTIJ2Nh4OkiMWmDAVYsTQ+Ta7Sq+rPevXyXGdzr30/qZBnyOalCszoMxlyldQ==", 1002 "dev": true 1003 }, 1004 "node_modules/@parcel/watcher": { 1005 "version": "2.5.1", 1006 "resolved": "https://registry.npmjs.org/@parcel/watcher/-/watcher-2.5.1.tgz", 1007 "integrity": "sha512-dfUnCxiN9H4ap84DvD2ubjw+3vUNpstxa0TneY/Paat8a3R4uQZDLSvWjmznAY/DoahqTHl9V46HF/Zs3F29pg==", 1008 "dev": true, 1009 "hasInstallScript": true, 1010 "optional": true, 1011 "dependencies": { 1012 "detect-libc": "^1.0.3", 1013 "is-glob": "^4.0.3", 1014 "micromatch": "^4.0.5", 1015 "node-addon-api": "^7.0.0" 1016 }, 1017 "engines": { 1018 "node": ">= 10.0.0" 1019 }, 1020 "funding": { 1021 "type": "opencollective", 1022 "url": "https://opencollective.com/parcel" 1023 }, 1024 "optionalDependencies": { 1025 "@parcel/watcher-android-arm64": "2.5.1", 1026 "@parcel/watcher-darwin-arm64": "2.5.1", 1027 "@parcel/watcher-darwin-x64": "2.5.1", 1028 "@parcel/watcher-freebsd-x64": "2.5.1", 1029 "@parcel/watcher-linux-arm-glibc": "2.5.1", 1030 "@parcel/watcher-linux-arm-musl": "2.5.1", 1031 "@parcel/watcher-linux-arm64-glibc": "2.5.1", 1032 "@parcel/watcher-linux-arm64-musl": "2.5.1", 1033 "@parcel/watcher-linux-x64-glibc": "2.5.1", 1034 "@parcel/watcher-linux-x64-musl": "2.5.1", 1035 "@parcel/watcher-win32-arm64": "2.5.1", 1036 "@parcel/watcher-win32-ia32": "2.5.1", 1037 "@parcel/watcher-win32-x64": "2.5.1" 1038 } 1039 }, 1040 "node_modules/@parcel/watcher-android-arm64": { 1041 "version": "2.5.1", 1042 "resolved": "https://registry.npmjs.org/@parcel/watcher-android-arm64/-/watcher-android-arm64-2.5.1.tgz", 1043 "integrity": "sha512-KF8+j9nNbUN8vzOFDpRMsaKBHZ/mcjEjMToVMJOhTozkDonQFFrRcfdLWn6yWKCmJKmdVxSgHiYvTCef4/qcBA==", 1044 "cpu": [ 1045 "arm64" 1046 ], 1047 "dev": true, 1048 "optional": true, 1049 "os": [ 1050 "android" 1051 ], 1052 "engines": { 1053 "node": ">= 10.0.0" 1054 }, 1055 "funding": { 1056 "type": "opencollective", 1057 "url": "https://opencollective.com/parcel" 1058 } 1059 }, 1060 "node_modules/@parcel/watcher-darwin-arm64": { 1061 "version": "2.5.1", 1062 "resolved": "https://registry.npmjs.org/@parcel/watcher-darwin-arm64/-/watcher-darwin-arm64-2.5.1.tgz", 1063 "integrity": "sha512-eAzPv5osDmZyBhou8PoF4i6RQXAfeKL9tjb3QzYuccXFMQU0ruIc/POh30ePnaOyD1UXdlKguHBmsTs53tVoPw==", 1064 "cpu": [ 1065 "arm64" 1066 ], 1067 "dev": true, 1068 "optional": true, 1069 "os": [ 1070 "darwin" 1071 ], 1072 "engines": { 1073 "node": ">= 10.0.0" 1074 }, 1075 "funding": { 1076 "type": "opencollective", 1077 "url": "https://opencollective.com/parcel" 1078 } 1079 }, 1080 "node_modules/@parcel/watcher-darwin-x64": { 1081 "version": "2.5.1", 1082 "resolved": "https://registry.npmjs.org/@parcel/watcher-darwin-x64/-/watcher-darwin-x64-2.5.1.tgz", 1083 "integrity": "sha512-1ZXDthrnNmwv10A0/3AJNZ9JGlzrF82i3gNQcWOzd7nJ8aj+ILyW1MTxVk35Db0u91oD5Nlk9MBiujMlwmeXZg==", 1084 "cpu": [ 1085 "x64" 1086 ], 1087 "dev": true, 1088 "optional": true, 1089 "os": [ 1090 "darwin" 1091 ], 1092 "engines": { 1093 "node": ">= 10.0.0" 1094 }, 1095 "funding": { 1096 "type": "opencollective", 1097 "url": "https://opencollective.com/parcel" 1098 } 1099 }, 1100 "node_modules/@parcel/watcher-freebsd-x64": { 1101 "version": "2.5.1", 1102 "resolved": "https://registry.npmjs.org/@parcel/watcher-freebsd-x64/-/watcher-freebsd-x64-2.5.1.tgz", 1103 "integrity": "sha512-SI4eljM7Flp9yPuKi8W0ird8TI/JK6CSxju3NojVI6BjHsTyK7zxA9urjVjEKJ5MBYC+bLmMcbAWlZ+rFkLpJQ==", 1104 "cpu": [ 1105 "x64" 1106 ], 1107 "dev": true, 1108 "optional": true, 1109 "os": [ 1110 "freebsd" 1111 ], 1112 "engines": { 1113 "node": ">= 10.0.0" 1114 }, 1115 "funding": { 1116 "type": "opencollective", 1117 "url": "https://opencollective.com/parcel" 1118 } 1119 }, 1120 "node_modules/@parcel/watcher-linux-arm-glibc": { 1121 "version": "2.5.1", 1122 "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm-glibc/-/watcher-linux-arm-glibc-2.5.1.tgz", 1123 "integrity": "sha512-RCdZlEyTs8geyBkkcnPWvtXLY44BCeZKmGYRtSgtwwnHR4dxfHRG3gR99XdMEdQ7KeiDdasJwwvNSF5jKtDwdA==", 1124 "cpu": [ 1125 "arm" 1126 ], 1127 "dev": true, 1128 "optional": true, 1129 "os": [ 1130 "linux" 1131 ], 1132 "engines": { 1133 "node": ">= 10.0.0" 1134 }, 1135 "funding": { 1136 "type": "opencollective", 1137 "url": "https://opencollective.com/parcel" 1138 } 1139 }, 1140 "node_modules/@parcel/watcher-linux-arm-musl": { 1141 "version": "2.5.1", 1142 "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm-musl/-/watcher-linux-arm-musl-2.5.1.tgz", 1143 "integrity": "sha512-6E+m/Mm1t1yhB8X412stiKFG3XykmgdIOqhjWj+VL8oHkKABfu/gjFj8DvLrYVHSBNC+/u5PeNrujiSQ1zwd1Q==", 1144 "cpu": [ 1145 "arm" 1146 ], 1147 "dev": true, 1148 "optional": true, 1149 "os": [ 1150 "linux" 1151 ], 1152 "engines": { 1153 "node": ">= 10.0.0" 1154 }, 1155 "funding": { 1156 "type": "opencollective", 1157 "url": "https://opencollective.com/parcel" 1158 } 1159 }, 1160 "node_modules/@parcel/watcher-linux-arm64-glibc": { 1161 "version": "2.5.1", 1162 "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm64-glibc/-/watcher-linux-arm64-glibc-2.5.1.tgz", 1163 "integrity": "sha512-LrGp+f02yU3BN9A+DGuY3v3bmnFUggAITBGriZHUREfNEzZh/GO06FF5u2kx8x+GBEUYfyTGamol4j3m9ANe8w==", 1164 "cpu": [ 1165 "arm64" 1166 ], 1167 "dev": true, 1168 "optional": true, 1169 "os": [ 1170 "linux" 1171 ], 1172 "engines": { 1173 "node": ">= 10.0.0" 1174 }, 1175 "funding": { 1176 "type": "opencollective", 1177 "url": "https://opencollective.com/parcel" 1178 } 1179 }, 1180 "node_modules/@parcel/watcher-linux-arm64-musl": { 1181 "version": "2.5.1", 1182 "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm64-musl/-/watcher-linux-arm64-musl-2.5.1.tgz", 1183 "integrity": "sha512-cFOjABi92pMYRXS7AcQv9/M1YuKRw8SZniCDw0ssQb/noPkRzA+HBDkwmyOJYp5wXcsTrhxO0zq1U11cK9jsFg==", 1184 "cpu": [ 1185 "arm64" 1186 ], 1187 "dev": true, 1188 "optional": true, 1189 "os": [ 1190 "linux" 1191 ], 1192 "engines": { 1193 "node": ">= 10.0.0" 1194 }, 1195 "funding": { 1196 "type": "opencollective", 1197 "url": "https://opencollective.com/parcel" 1198 } 1199 }, 1200 "node_modules/@parcel/watcher-linux-x64-glibc": { 1201 "version": "2.5.1", 1202 "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-x64-glibc/-/watcher-linux-x64-glibc-2.5.1.tgz", 1203 "integrity": "sha512-GcESn8NZySmfwlTsIur+49yDqSny2IhPeZfXunQi48DMugKeZ7uy1FX83pO0X22sHntJ4Ub+9k34XQCX+oHt2A==", 1204 "cpu": [ 1205 "x64" 1206 ], 1207 "dev": true, 1208 "optional": true, 1209 "os": [ 1210 "linux" 1211 ], 1212 "engines": { 1213 "node": ">= 10.0.0" 1214 }, 1215 "funding": { 1216 "type": "opencollective", 1217 "url": "https://opencollective.com/parcel" 1218 } 1219 }, 1220 "node_modules/@parcel/watcher-linux-x64-musl": { 1221 "version": "2.5.1", 1222 "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-x64-musl/-/watcher-linux-x64-musl-2.5.1.tgz", 1223 "integrity": "sha512-n0E2EQbatQ3bXhcH2D1XIAANAcTZkQICBPVaxMeaCVBtOpBZpWJuf7LwyWPSBDITb7In8mqQgJ7gH8CILCURXg==", 1224 "cpu": [ 1225 "x64" 1226 ], 1227 "dev": true, 1228 "optional": true, 1229 "os": [ 1230 "linux" 1231 ], 1232 "engines": { 1233 "node": ">= 10.0.0" 1234 }, 1235 "funding": { 1236 "type": "opencollective", 1237 "url": "https://opencollective.com/parcel" 1238 } 1239 }, 1240 "node_modules/@parcel/watcher-win32-arm64": { 1241 "version": "2.5.1", 1242 "resolved": "https://registry.npmjs.org/@parcel/watcher-win32-arm64/-/watcher-win32-arm64-2.5.1.tgz", 1243 "integrity": "sha512-RFzklRvmc3PkjKjry3hLF9wD7ppR4AKcWNzH7kXR7GUe0Igb3Nz8fyPwtZCSquGrhU5HhUNDr/mKBqj7tqA2Vw==", 1244 "cpu": [ 1245 "arm64" 1246 ], 1247 "dev": true, 1248 "optional": true, 1249 "os": [ 1250 "win32" 1251 ], 1252 "engines": { 1253 "node": ">= 10.0.0" 1254 }, 1255 "funding": { 1256 "type": "opencollective", 1257 "url": "https://opencollective.com/parcel" 1258 } 1259 }, 1260 "node_modules/@parcel/watcher-win32-ia32": { 1261 "version": "2.5.1", 1262 "resolved": "https://registry.npmjs.org/@parcel/watcher-win32-ia32/-/watcher-win32-ia32-2.5.1.tgz", 1263 "integrity": "sha512-c2KkcVN+NJmuA7CGlaGD1qJh1cLfDnQsHjE89E60vUEMlqduHGCdCLJCID5geFVM0dOtA3ZiIO8BoEQmzQVfpQ==", 1264 "cpu": [ 1265 "ia32" 1266 ], 1267 "dev": true, 1268 "optional": true, 1269 "os": [ 1270 "win32" 1271 ], 1272 "engines": { 1273 "node": ">= 10.0.0" 1274 }, 1275 "funding": { 1276 "type": "opencollective", 1277 "url": "https://opencollective.com/parcel" 1278 } 1279 }, 1280 "node_modules/@parcel/watcher-win32-x64": { 1281 "version": "2.5.1", 1282 "resolved": "https://registry.npmjs.org/@parcel/watcher-win32-x64/-/watcher-win32-x64-2.5.1.tgz", 1283 "integrity": "sha512-9lHBdJITeNR++EvSQVUcaZoWupyHfXe1jZvGZ06O/5MflPcuPLtEphScIBL+AiCWBO46tDSHzWyD0uDmmZqsgA==", 1284 "cpu": [ 1285 "x64" 1286 ], 1287 "dev": true, 1288 "optional": true, 1289 "os": [ 1290 "win32" 1291 ], 1292 "engines": { 1293 "node": ">= 10.0.0" 1294 }, 1295 "funding": { 1296 "type": "opencollective", 1297 "url": "https://opencollective.com/parcel" 1298 } 1299 }, 1300 "node_modules/@parcel/watcher/node_modules/detect-libc": { 1301 "version": "1.0.3", 1302 "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-1.0.3.tgz", 1303 "integrity": "sha512-pGjwhsmsp4kL2RTz08wcOlGN83otlqHeD/Z5T8GXZB+/YcpQ/dgo+lbU8ZsGxV0HIvqqxo9l7mqYwyYMD9bKDg==", 1304 "dev": true, 1305 "optional": true, 1306 "bin": { 1307 "detect-libc": "bin/detect-libc.js" 1308 }, 1309 "engines": { 1310 "node": ">=0.10" 1311 } 1312 }, 1313 "node_modules/@picocss/pico": { 1314 "version": "2.1.1", 1315 "resolved": "https://registry.npmjs.org/@picocss/pico/-/pico-2.1.1.tgz", 1316 "integrity": "sha512-kIDugA7Ps4U+2BHxiNHmvgPIQDWPDU4IeU6TNRdvXQM1uZX+FibqDQT2xUOnnO2yq/LUHcwnGlu1hvf4KfXnMg==" 1317 }, 1318 "node_modules/@rollup/pluginutils": { 1319 "version": "5.1.4", 1320 "resolved": "https://registry.npmjs.org/@rollup/pluginutils/-/pluginutils-5.1.4.tgz", 1321 "integrity": "sha512-USm05zrsFxYLPdWWq+K3STlWiT/3ELn3RcV5hJMghpeAIhxfsUIg6mt12CBJBInWMV4VneoV7SfGv8xIwo2qNQ==", 1322 "dev": true, 1323 "dependencies": { 1324 "@types/estree": "^1.0.0", 1325 "estree-walker": "^2.0.2", 1326 "picomatch": "^4.0.2" 1327 }, 1328 "engines": { 1329 "node": ">=14.0.0" 1330 }, 1331 "peerDependencies": { 1332 "rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0" 1333 }, 1334 "peerDependenciesMeta": { 1335 "rollup": { 1336 "optional": true 1337 } 1338 } 1339 }, 1340 "node_modules/@rollup/pluginutils/node_modules/estree-walker": { 1341 "version": "2.0.2", 1342 "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-2.0.2.tgz", 1343 "integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==", 1344 "dev": true 1345 }, 1346 "node_modules/@rollup/rollup-android-arm-eabi": { 1347 "version": "4.40.0", 1348 "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.40.0.tgz", 1349 "integrity": "sha512-+Fbls/diZ0RDerhE8kyC6hjADCXA1K4yVNlH0EYfd2XjyH0UGgzaQ8MlT0pCXAThfxv3QUAczHaL+qSv1E4/Cg==", 1350 "cpu": [ 1351 "arm" 1352 ], 1353 "dev": true, 1354 "optional": true, 1355 "os": [ 1356 "android" 1357 ] 1358 }, 1359 "node_modules/@rollup/rollup-android-arm64": { 1360 "version": "4.40.0", 1361 "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.40.0.tgz", 1362 "integrity": "sha512-PPA6aEEsTPRz+/4xxAmaoWDqh67N7wFbgFUJGMnanCFs0TV99M0M8QhhaSCks+n6EbQoFvLQgYOGXxlMGQe/6w==", 1363 "cpu": [ 1364 "arm64" 1365 ], 1366 "dev": true, 1367 "optional": true, 1368 "os": [ 1369 "android" 1370 ] 1371 }, 1372 "node_modules/@rollup/rollup-darwin-arm64": { 1373 "version": "4.40.0", 1374 "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.40.0.tgz", 1375 "integrity": "sha512-GwYOcOakYHdfnjjKwqpTGgn5a6cUX7+Ra2HeNj/GdXvO2VJOOXCiYYlRFU4CubFM67EhbmzLOmACKEfvp3J1kQ==", 1376 "cpu": [ 1377 "arm64" 1378 ], 1379 "dev": true, 1380 "optional": true, 1381 "os": [ 1382 "darwin" 1383 ] 1384 }, 1385 "node_modules/@rollup/rollup-darwin-x64": { 1386 "version": "4.40.0", 1387 "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.40.0.tgz", 1388 "integrity": "sha512-CoLEGJ+2eheqD9KBSxmma6ld01czS52Iw0e2qMZNpPDlf7Z9mj8xmMemxEucinev4LgHalDPczMyxzbq+Q+EtA==", 1389 "cpu": [ 1390 "x64" 1391 ], 1392 "dev": true, 1393 "optional": true, 1394 "os": [ 1395 "darwin" 1396 ] 1397 }, 1398 "node_modules/@rollup/rollup-freebsd-arm64": { 1399 "version": "4.40.0", 1400 "resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-arm64/-/rollup-freebsd-arm64-4.40.0.tgz", 1401 "integrity": "sha512-r7yGiS4HN/kibvESzmrOB/PxKMhPTlz+FcGvoUIKYoTyGd5toHp48g1uZy1o1xQvybwwpqpe010JrcGG2s5nkg==", 1402 "cpu": [ 1403 "arm64" 1404 ], 1405 "dev": true, 1406 "optional": true, 1407 "os": [ 1408 "freebsd" 1409 ] 1410 }, 1411 "node_modules/@rollup/rollup-freebsd-x64": { 1412 "version": "4.40.0", 1413 "resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-x64/-/rollup-freebsd-x64-4.40.0.tgz", 1414 "integrity": "sha512-mVDxzlf0oLzV3oZOr0SMJ0lSDd3xC4CmnWJ8Val8isp9jRGl5Dq//LLDSPFrasS7pSm6m5xAcKaw3sHXhBjoRw==", 1415 "cpu": [ 1416 "x64" 1417 ], 1418 "dev": true, 1419 "optional": true, 1420 "os": [ 1421 "freebsd" 1422 ] 1423 }, 1424 "node_modules/@rollup/rollup-linux-arm-gnueabihf": { 1425 "version": "4.40.0", 1426 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.40.0.tgz", 1427 "integrity": "sha512-y/qUMOpJxBMy8xCXD++jeu8t7kzjlOCkoxxajL58G62PJGBZVl/Gwpm7JK9+YvlB701rcQTzjUZ1JgUoPTnoQA==", 1428 "cpu": [ 1429 "arm" 1430 ], 1431 "dev": true, 1432 "optional": true, 1433 "os": [ 1434 "linux" 1435 ] 1436 }, 1437 "node_modules/@rollup/rollup-linux-arm-musleabihf": { 1438 "version": "4.40.0", 1439 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.40.0.tgz", 1440 "integrity": "sha512-GoCsPibtVdJFPv/BOIvBKO/XmwZLwaNWdyD8TKlXuqp0veo2sHE+A/vpMQ5iSArRUz/uaoj4h5S6Pn0+PdhRjg==", 1441 "cpu": [ 1442 "arm" 1443 ], 1444 "dev": true, 1445 "optional": true, 1446 "os": [ 1447 "linux" 1448 ] 1449 }, 1450 "node_modules/@rollup/rollup-linux-arm64-gnu": { 1451 "version": "4.40.0", 1452 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.40.0.tgz", 1453 "integrity": "sha512-L5ZLphTjjAD9leJzSLI7rr8fNqJMlGDKlazW2tX4IUF9P7R5TMQPElpH82Q7eNIDQnQlAyiNVfRPfP2vM5Avvg==", 1454 "cpu": [ 1455 "arm64" 1456 ], 1457 "dev": true, 1458 "optional": true, 1459 "os": [ 1460 "linux" 1461 ] 1462 }, 1463 "node_modules/@rollup/rollup-linux-arm64-musl": { 1464 "version": "4.40.0", 1465 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.40.0.tgz", 1466 "integrity": "sha512-ATZvCRGCDtv1Y4gpDIXsS+wfFeFuLwVxyUBSLawjgXK2tRE6fnsQEkE4csQQYWlBlsFztRzCnBvWVfcae/1qxQ==", 1467 "cpu": [ 1468 "arm64" 1469 ], 1470 "dev": true, 1471 "optional": true, 1472 "os": [ 1473 "linux" 1474 ] 1475 }, 1476 "node_modules/@rollup/rollup-linux-loongarch64-gnu": { 1477 "version": "4.40.0", 1478 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-loongarch64-gnu/-/rollup-linux-loongarch64-gnu-4.40.0.tgz", 1479 "integrity": "sha512-wG9e2XtIhd++QugU5MD9i7OnpaVb08ji3P1y/hNbxrQ3sYEelKJOq1UJ5dXczeo6Hj2rfDEL5GdtkMSVLa/AOg==", 1480 "cpu": [ 1481 "loong64" 1482 ], 1483 "dev": true, 1484 "optional": true, 1485 "os": [ 1486 "linux" 1487 ] 1488 }, 1489 "node_modules/@rollup/rollup-linux-powerpc64le-gnu": { 1490 "version": "4.40.0", 1491 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-powerpc64le-gnu/-/rollup-linux-powerpc64le-gnu-4.40.0.tgz", 1492 "integrity": "sha512-vgXfWmj0f3jAUvC7TZSU/m/cOE558ILWDzS7jBhiCAFpY2WEBn5jqgbqvmzlMjtp8KlLcBlXVD2mkTSEQE6Ixw==", 1493 "cpu": [ 1494 "ppc64" 1495 ], 1496 "dev": true, 1497 "optional": true, 1498 "os": [ 1499 "linux" 1500 ] 1501 }, 1502 "node_modules/@rollup/rollup-linux-riscv64-gnu": { 1503 "version": "4.40.0", 1504 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.40.0.tgz", 1505 "integrity": "sha512-uJkYTugqtPZBS3Z136arevt/FsKTF/J9dEMTX/cwR7lsAW4bShzI2R0pJVw+hcBTWF4dxVckYh72Hk3/hWNKvA==", 1506 "cpu": [ 1507 "riscv64" 1508 ], 1509 "dev": true, 1510 "optional": true, 1511 "os": [ 1512 "linux" 1513 ] 1514 }, 1515 "node_modules/@rollup/rollup-linux-riscv64-musl": { 1516 "version": "4.40.0", 1517 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-musl/-/rollup-linux-riscv64-musl-4.40.0.tgz", 1518 "integrity": "sha512-rKmSj6EXQRnhSkE22+WvrqOqRtk733x3p5sWpZilhmjnkHkpeCgWsFFo0dGnUGeA+OZjRl3+VYq+HyCOEuwcxQ==", 1519 "cpu": [ 1520 "riscv64" 1521 ], 1522 "dev": true, 1523 "optional": true, 1524 "os": [ 1525 "linux" 1526 ] 1527 }, 1528 "node_modules/@rollup/rollup-linux-s390x-gnu": { 1529 "version": "4.40.0", 1530 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.40.0.tgz", 1531 "integrity": "sha512-SpnYlAfKPOoVsQqmTFJ0usx0z84bzGOS9anAC0AZ3rdSo3snecihbhFTlJZ8XMwzqAcodjFU4+/SM311dqE5Sw==", 1532 "cpu": [ 1533 "s390x" 1534 ], 1535 "dev": true, 1536 "optional": true, 1537 "os": [ 1538 "linux" 1539 ] 1540 }, 1541 "node_modules/@rollup/rollup-linux-x64-gnu": { 1542 "version": "4.40.0", 1543 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.40.0.tgz", 1544 "integrity": "sha512-RcDGMtqF9EFN8i2RYN2W+64CdHruJ5rPqrlYw+cgM3uOVPSsnAQps7cpjXe9be/yDp8UC7VLoCoKC8J3Kn2FkQ==", 1545 "cpu": [ 1546 "x64" 1547 ], 1548 "dev": true, 1549 "optional": true, 1550 "os": [ 1551 "linux" 1552 ] 1553 }, 1554 "node_modules/@rollup/rollup-linux-x64-musl": { 1555 "version": "4.40.0", 1556 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.40.0.tgz", 1557 "integrity": "sha512-HZvjpiUmSNx5zFgwtQAV1GaGazT2RWvqeDi0hV+AtC8unqqDSsaFjPxfsO6qPtKRRg25SisACWnJ37Yio8ttaw==", 1558 "cpu": [ 1559 "x64" 1560 ], 1561 "dev": true, 1562 "optional": true, 1563 "os": [ 1564 "linux" 1565 ] 1566 }, 1567 "node_modules/@rollup/rollup-win32-arm64-msvc": { 1568 "version": "4.40.0", 1569 "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.40.0.tgz", 1570 "integrity": "sha512-UtZQQI5k/b8d7d3i9AZmA/t+Q4tk3hOC0tMOMSq2GlMYOfxbesxG4mJSeDp0EHs30N9bsfwUvs3zF4v/RzOeTQ==", 1571 "cpu": [ 1572 "arm64" 1573 ], 1574 "dev": true, 1575 "optional": true, 1576 "os": [ 1577 "win32" 1578 ] 1579 }, 1580 "node_modules/@rollup/rollup-win32-ia32-msvc": { 1581 "version": "4.40.0", 1582 "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.40.0.tgz", 1583 "integrity": "sha512-+m03kvI2f5syIqHXCZLPVYplP8pQch9JHyXKZ3AGMKlg8dCyr2PKHjwRLiW53LTrN/Nc3EqHOKxUxzoSPdKddA==", 1584 "cpu": [ 1585 "ia32" 1586 ], 1587 "dev": true, 1588 "optional": true, 1589 "os": [ 1590 "win32" 1591 ] 1592 }, 1593 "node_modules/@rollup/rollup-win32-x64-msvc": { 1594 "version": "4.40.0", 1595 "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.40.0.tgz", 1596 "integrity": "sha512-lpPE1cLfP5oPzVjKMx10pgBmKELQnFJXHgvtHCtuJWOv8MxqdEIMNtgHgBFf7Ea2/7EuVwa9fodWUfXAlXZLZQ==", 1597 "cpu": [ 1598 "x64" 1599 ], 1600 "dev": true, 1601 "optional": true, 1602 "os": [ 1603 "win32" 1604 ] 1605 }, 1606 "node_modules/@shikijs/core": { 1607 "version": "3.2.2", 1608 "resolved": "https://registry.npmjs.org/@shikijs/core/-/core-3.2.2.tgz", 1609 "integrity": "sha512-yvlSKVMLjddAGBa2Yu+vUZxuu3sClOWW1AG+UtJkvejYuGM5BVL35s6Ijiwb75O9QdEx6IkMxinHZSi8ZyrBaA==", 1610 "dev": true, 1611 "dependencies": { 1612 "@shikijs/types": "3.2.2", 1613 "@shikijs/vscode-textmate": "^10.0.2", 1614 "@types/hast": "^3.0.4", 1615 "hast-util-to-html": "^9.0.5" 1616 } 1617 }, 1618 "node_modules/@shikijs/engine-javascript": { 1619 "version": "3.2.2", 1620 "resolved": "https://registry.npmjs.org/@shikijs/engine-javascript/-/engine-javascript-3.2.2.tgz", 1621 "integrity": "sha512-tlDKfhWpF4jKLUyVAnmL+ggIC+0VyteNsUpBzh1iwWLZu4i+PelIRr0TNur6pRRo5UZIv3ss/PLMuwahg9S2hg==", 1622 "dev": true, 1623 "dependencies": { 1624 "@shikijs/types": "3.2.2", 1625 "@shikijs/vscode-textmate": "^10.0.2", 1626 "oniguruma-to-es": "^4.1.0" 1627 } 1628 }, 1629 "node_modules/@shikijs/engine-oniguruma": { 1630 "version": "3.2.2", 1631 "resolved": "https://registry.npmjs.org/@shikijs/engine-oniguruma/-/engine-oniguruma-3.2.2.tgz", 1632 "integrity": "sha512-vyXRnWVCSvokwbaUD/8uPn6Gqsf5Hv7XwcW4AgiU4Z2qwy19sdr6VGzMdheKKN58tJOOe5MIKiNb901bgcUXYQ==", 1633 "dev": true, 1634 "dependencies": { 1635 "@shikijs/types": "3.2.2", 1636 "@shikijs/vscode-textmate": "^10.0.2" 1637 } 1638 }, 1639 "node_modules/@shikijs/langs": { 1640 "version": "3.2.2", 1641 "resolved": "https://registry.npmjs.org/@shikijs/langs/-/langs-3.2.2.tgz", 1642 "integrity": "sha512-NY0Urg2dV9ETt3JIOWoMPuoDNwte3geLZ4M1nrPHbkDS8dWMpKcEwlqiEIGqtwZNmt5gKyWpR26ln2Bg2ecPgw==", 1643 "dev": true, 1644 "dependencies": { 1645 "@shikijs/types": "3.2.2" 1646 } 1647 }, 1648 "node_modules/@shikijs/themes": { 1649 "version": "3.2.2", 1650 "resolved": "https://registry.npmjs.org/@shikijs/themes/-/themes-3.2.2.tgz", 1651 "integrity": "sha512-Zuq4lgAxVKkb0FFdhHSdDkALuRpsj1so1JdihjKNQfgM78EHxV2JhO10qPsMrm01FkE3mDRTdF68wfmsqjt6HA==", 1652 "dev": true, 1653 "dependencies": { 1654 "@shikijs/types": "3.2.2" 1655 } 1656 }, 1657 "node_modules/@shikijs/types": { 1658 "version": "3.2.2", 1659 "resolved": "https://registry.npmjs.org/@shikijs/types/-/types-3.2.2.tgz", 1660 "integrity": "sha512-a5TiHk7EH5Lso8sHcLHbVNNhWKP0Wi3yVnXnu73g86n3WoDgEra7n3KszyeCGuyoagspQ2fzvy4cpSc8pKhb0A==", 1661 "dev": true, 1662 "dependencies": { 1663 "@shikijs/vscode-textmate": "^10.0.2", 1664 "@types/hast": "^3.0.4" 1665 } 1666 }, 1667 "node_modules/@shikijs/vscode-textmate": { 1668 "version": "10.0.2", 1669 "resolved": "https://registry.npmjs.org/@shikijs/vscode-textmate/-/vscode-textmate-10.0.2.tgz", 1670 "integrity": "sha512-83yeghZ2xxin3Nj8z1NMd/NCuca+gsYXswywDy5bHvwlWL8tpTQmzGeUuHd9FC3E/SBEMvzJRwWEOz5gGes9Qg==", 1671 "dev": true 1672 }, 1673 "node_modules/@swc/helpers": { 1674 "version": "0.5.17", 1675 "resolved": "https://registry.npmjs.org/@swc/helpers/-/helpers-0.5.17.tgz", 1676 "integrity": "sha512-5IKx/Y13RsYd+sauPb2x+U/xZikHjolzfuDgTAl/Tdf3Q8rslRvC19NKDLgAJQ6wsqADk10ntlv08nPFw/gO/A==", 1677 "dev": true, 1678 "dependencies": { 1679 "tslib": "^2.8.0" 1680 } 1681 }, 1682 "node_modules/@types/debug": { 1683 "version": "4.1.12", 1684 "resolved": "https://registry.npmjs.org/@types/debug/-/debug-4.1.12.tgz", 1685 "integrity": "sha512-vIChWdVG3LG1SMxEvI/AK+FWJthlrqlTu7fbrlywTkkaONwk/UAGaULXRlf8vkzFBLVm0zkMdCquhL5aOjhXPQ==", 1686 "dev": true, 1687 "dependencies": { 1688 "@types/ms": "*" 1689 } 1690 }, 1691 "node_modules/@types/estree": { 1692 "version": "1.0.7", 1693 "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.7.tgz", 1694 "integrity": "sha512-w28IoSUCJpidD/TGviZwwMJckNESJZXFu7NBZ5YJ4mEUnNraUn9Pm8HSZm/jDF1pDWYKspWE7oVphigUPRakIQ==", 1695 "dev": true 1696 }, 1697 "node_modules/@types/hast": { 1698 "version": "3.0.4", 1699 "resolved": "https://registry.npmjs.org/@types/hast/-/hast-3.0.4.tgz", 1700 "integrity": "sha512-WPs+bbQw5aCj+x6laNGWLH3wviHtoCv/P3+otBhbOhJgG8qtpdAMlTCxLtsTWA7LH1Oh/bFCHsBn0TPS5m30EQ==", 1701 "dev": true, 1702 "dependencies": { 1703 "@types/unist": "*" 1704 } 1705 }, 1706 "node_modules/@types/mdast": { 1707 "version": "4.0.4", 1708 "resolved": "https://registry.npmjs.org/@types/mdast/-/mdast-4.0.4.tgz", 1709 "integrity": "sha512-kGaNbPh1k7AFzgpud/gMdvIm5xuECykRR+JnWKQno9TAXVa6WIVCGTPvYGekIDL4uwCZQSYbUxNBSb1aUo79oA==", 1710 "dev": true, 1711 "dependencies": { 1712 "@types/unist": "*" 1713 } 1714 }, 1715 "node_modules/@types/ms": { 1716 "version": "2.1.0", 1717 "resolved": "https://registry.npmjs.org/@types/ms/-/ms-2.1.0.tgz", 1718 "integrity": "sha512-GsCCIZDE/p3i96vtEqx+7dBUGXrc7zeSK3wwPHIaRThS+9OhWIXRqzs4d6k1SVU8g91DrNRWxWUGhp5KXQb2VA==", 1719 "dev": true 1720 }, 1721 "node_modules/@types/nlcst": { 1722 "version": "2.0.3", 1723 "resolved": "https://registry.npmjs.org/@types/nlcst/-/nlcst-2.0.3.tgz", 1724 "integrity": "sha512-vSYNSDe6Ix3q+6Z7ri9lyWqgGhJTmzRjZRqyq15N0Z/1/UnVsno9G/N40NBijoYx2seFDIl0+B2mgAb9mezUCA==", 1725 "dev": true, 1726 "dependencies": { 1727 "@types/unist": "*" 1728 } 1729 }, 1730 "node_modules/@types/unist": { 1731 "version": "3.0.3", 1732 "resolved": "https://registry.npmjs.org/@types/unist/-/unist-3.0.3.tgz", 1733 "integrity": "sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q==", 1734 "dev": true 1735 }, 1736 "node_modules/@ungap/structured-clone": { 1737 "version": "1.3.0", 1738 "resolved": "https://registry.npmjs.org/@ungap/structured-clone/-/structured-clone-1.3.0.tgz", 1739 "integrity": "sha512-WmoN8qaIAo7WTYWbAZuG8PYEhn5fkz7dZrqTBZ7dtt//lL2Gwms1IcnQ5yHqjDfX8Ft5j4YzDM23f87zBfDe9g==", 1740 "dev": true 1741 }, 1742 "node_modules/@web-applets/sdk": { 1743 "resolved": "../../unternet-co/web-applets/sdk", 1744 "link": true 1745 }, 1746 "node_modules/acorn": { 1747 "version": "8.14.1", 1748 "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.14.1.tgz", 1749 "integrity": "sha512-OvQ/2pUDKmgfCg++xsTX1wGxfTaszcHVcTctW4UJB4hibJx2HXxxO5UmVgyjMa+ZDsiaf5wWLXYpRWMmBI0QHg==", 1750 "dev": true, 1751 "bin": { 1752 "acorn": "bin/acorn" 1753 }, 1754 "engines": { 1755 "node": ">=0.4.0" 1756 } 1757 }, 1758 "node_modules/ansi-align": { 1759 "version": "3.0.1", 1760 "resolved": "https://registry.npmjs.org/ansi-align/-/ansi-align-3.0.1.tgz", 1761 "integrity": "sha512-IOfwwBF5iczOjp/WeY4YxyjqAFMQoZufdQWDd19SEExbVLNXqvpzSJ/M7Za4/sCPmQ0+GRquoA7bGcINcxew6w==", 1762 "dev": true, 1763 "dependencies": { 1764 "string-width": "^4.1.0" 1765 } 1766 }, 1767 "node_modules/ansi-align/node_modules/ansi-regex": { 1768 "version": "5.0.1", 1769 "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", 1770 "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", 1771 "dev": true, 1772 "engines": { 1773 "node": ">=8" 1774 } 1775 }, 1776 "node_modules/ansi-align/node_modules/emoji-regex": { 1777 "version": "8.0.0", 1778 "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", 1779 "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", 1780 "dev": true 1781 }, 1782 "node_modules/ansi-align/node_modules/string-width": { 1783 "version": "4.2.3", 1784 "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", 1785 "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", 1786 "dev": true, 1787 "dependencies": { 1788 "emoji-regex": "^8.0.0", 1789 "is-fullwidth-code-point": "^3.0.0", 1790 "strip-ansi": "^6.0.1" 1791 }, 1792 "engines": { 1793 "node": ">=8" 1794 } 1795 }, 1796 "node_modules/ansi-align/node_modules/strip-ansi": { 1797 "version": "6.0.1", 1798 "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", 1799 "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", 1800 "dev": true, 1801 "dependencies": { 1802 "ansi-regex": "^5.0.1" 1803 }, 1804 "engines": { 1805 "node": ">=8" 1806 } 1807 }, 1808 "node_modules/ansi-regex": { 1809 "version": "6.1.0", 1810 "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.1.0.tgz", 1811 "integrity": "sha512-7HSX4QQb4CspciLpVFwyRe79O3xsIZDDLER21kERQ71oaPodF8jL725AgJMFAYbooIqolJoRLuM81SpeUkpkvA==", 1812 "dev": true, 1813 "engines": { 1814 "node": ">=12" 1815 }, 1816 "funding": { 1817 "url": "https://github.com/chalk/ansi-regex?sponsor=1" 1818 } 1819 }, 1820 "node_modules/ansi-styles": { 1821 "version": "6.2.1", 1822 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz", 1823 "integrity": "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==", 1824 "dev": true, 1825 "engines": { 1826 "node": ">=12" 1827 }, 1828 "funding": { 1829 "url": "https://github.com/chalk/ansi-styles?sponsor=1" 1830 } 1831 }, 1832 "node_modules/anymatch": { 1833 "version": "3.1.3", 1834 "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.3.tgz", 1835 "integrity": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==", 1836 "dev": true, 1837 "dependencies": { 1838 "normalize-path": "^3.0.0", 1839 "picomatch": "^2.0.4" 1840 }, 1841 "engines": { 1842 "node": ">= 8" 1843 } 1844 }, 1845 "node_modules/anymatch/node_modules/picomatch": { 1846 "version": "2.3.1", 1847 "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz", 1848 "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==", 1849 "dev": true, 1850 "engines": { 1851 "node": ">=8.6" 1852 }, 1853 "funding": { 1854 "url": "https://github.com/sponsors/jonschlinkert" 1855 } 1856 }, 1857 "node_modules/argparse": { 1858 "version": "2.0.1", 1859 "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz", 1860 "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==", 1861 "dev": true 1862 }, 1863 "node_modules/aria-query": { 1864 "version": "5.3.2", 1865 "resolved": "https://registry.npmjs.org/aria-query/-/aria-query-5.3.2.tgz", 1866 "integrity": "sha512-COROpnaoap1E2F000S62r6A60uHZnmlvomhfyT2DlTcrY1OrBKn2UhH7qn5wTC9zMvD0AY7csdPSNwKP+7WiQw==", 1867 "dev": true, 1868 "engines": { 1869 "node": ">= 0.4" 1870 } 1871 }, 1872 "node_modules/array-iterate": { 1873 "version": "2.0.1", 1874 "resolved": "https://registry.npmjs.org/array-iterate/-/array-iterate-2.0.1.tgz", 1875 "integrity": "sha512-I1jXZMjAgCMmxT4qxXfPXa6SthSoE8h6gkSI9BGGNv8mP8G/v0blc+qFnZu6K42vTOiuME596QaLO0TP3Lk0xg==", 1876 "dev": true, 1877 "funding": { 1878 "type": "github", 1879 "url": "https://github.com/sponsors/wooorm" 1880 } 1881 }, 1882 "node_modules/astro": { 1883 "version": "5.7.4", 1884 "resolved": "https://registry.npmjs.org/astro/-/astro-5.7.4.tgz", 1885 "integrity": "sha512-h+pndGOyoYbsBd0YvP7bL3gotUSlyltp8OLpcYg062w0n5c96wJ9xt/RmwwXzGbdcUjWFtw0c5z4zCA92NDmlA==", 1886 "dev": true, 1887 "dependencies": { 1888 "@astrojs/compiler": "^2.11.0", 1889 "@astrojs/internal-helpers": "0.6.1", 1890 "@astrojs/markdown-remark": "6.3.1", 1891 "@astrojs/telemetry": "3.2.0", 1892 "@capsizecss/unpack": "^2.4.0", 1893 "@oslojs/encoding": "^1.1.0", 1894 "@rollup/pluginutils": "^5.1.4", 1895 "acorn": "^8.14.1", 1896 "aria-query": "^5.3.2", 1897 "axobject-query": "^4.1.0", 1898 "boxen": "8.0.1", 1899 "ci-info": "^4.2.0", 1900 "clsx": "^2.1.1", 1901 "common-ancestor-path": "^1.0.1", 1902 "cookie": "^1.0.2", 1903 "cssesc": "^3.0.0", 1904 "debug": "^4.4.0", 1905 "deterministic-object-hash": "^2.0.2", 1906 "devalue": "^5.1.1", 1907 "diff": "^5.2.0", 1908 "dlv": "^1.1.3", 1909 "dset": "^3.1.4", 1910 "es-module-lexer": "^1.6.0", 1911 "esbuild": "^0.25.0", 1912 "estree-walker": "^3.0.3", 1913 "flattie": "^1.1.1", 1914 "github-slugger": "^2.0.0", 1915 "html-escaper": "3.0.3", 1916 "http-cache-semantics": "^4.1.1", 1917 "js-yaml": "^4.1.0", 1918 "kleur": "^4.1.5", 1919 "magic-string": "^0.30.17", 1920 "magicast": "^0.3.5", 1921 "mrmime": "^2.0.1", 1922 "neotraverse": "^0.6.18", 1923 "p-limit": "^6.2.0", 1924 "p-queue": "^8.1.0", 1925 "package-manager-detector": "^1.1.0", 1926 "picomatch": "^4.0.2", 1927 "prompts": "^2.4.2", 1928 "rehype": "^13.0.2", 1929 "semver": "^7.7.1", 1930 "shiki": "^3.2.1", 1931 "tinyexec": "^0.3.2", 1932 "tinyglobby": "^0.2.12", 1933 "tsconfck": "^3.1.5", 1934 "ultrahtml": "^1.6.0", 1935 "unifont": "~0.2.0", 1936 "unist-util-visit": "^5.0.0", 1937 "unstorage": "^1.15.0", 1938 "vfile": "^6.0.3", 1939 "vite": "^6.2.6", 1940 "vitefu": "^1.0.6", 1941 "xxhash-wasm": "^1.1.0", 1942 "yargs-parser": "^21.1.1", 1943 "yocto-spinner": "^0.2.1", 1944 "zod": "^3.24.2", 1945 "zod-to-json-schema": "^3.24.5", 1946 "zod-to-ts": "^1.2.0" 1947 }, 1948 "bin": { 1949 "astro": "astro.js" 1950 }, 1951 "engines": { 1952 "node": "^18.17.1 || ^20.3.0 || >=22.0.0", 1953 "npm": ">=9.6.5", 1954 "pnpm": ">=7.1.0" 1955 }, 1956 "funding": { 1957 "type": "opencollective", 1958 "url": "https://opencollective.com/astrodotbuild" 1959 }, 1960 "optionalDependencies": { 1961 "sharp": "^0.33.3" 1962 } 1963 }, 1964 "node_modules/astro-purgecss": { 1965 "version": "5.2.2", 1966 "resolved": "https://registry.npmjs.org/astro-purgecss/-/astro-purgecss-5.2.2.tgz", 1967 "integrity": "sha512-lL4JqBlIyRTj6CQPJrGRWJYX6OzyGBEGjLwxmgSHALn0xKsU0zf9X4Lnd+L+SM0wa+o7UbD9wXMhmK42sjXl8g==", 1968 "dev": true, 1969 "peerDependencies": { 1970 "astro": "^5.0.0", 1971 "purgecss": "^7.0.0" 1972 } 1973 }, 1974 "node_modules/astro-scope": { 1975 "version": "3.0.1", 1976 "resolved": "https://registry.npmjs.org/astro-scope/-/astro-scope-3.0.1.tgz", 1977 "integrity": "sha512-/mdiiv0BELoDvhHPMCBokTymW11KOp+zTh4OMqmYGb8DxpOxE59O2VhtiWseoZdKJNQkNyyN/9Nsu3VZrPGWHA==", 1978 "dev": true, 1979 "peerDependencies": { 1980 "astro": "^4.2.2 || 5" 1981 } 1982 }, 1983 "node_modules/axobject-query": { 1984 "version": "4.1.0", 1985 "resolved": "https://registry.npmjs.org/axobject-query/-/axobject-query-4.1.0.tgz", 1986 "integrity": "sha512-qIj0G9wZbMGNLjLmg1PT6v2mE9AH2zlnADJD/2tC6E00hgmhUOfEB6greHPAfLRSufHqROIUTkw6E+M3lH0PTQ==", 1987 "dev": true, 1988 "engines": { 1989 "node": ">= 0.4" 1990 } 1991 }, 1992 "node_modules/bail": { 1993 "version": "2.0.2", 1994 "resolved": "https://registry.npmjs.org/bail/-/bail-2.0.2.tgz", 1995 "integrity": "sha512-0xO6mYd7JB2YesxDKplafRpsiOzPt9V02ddPCLbY1xYGPOX24NTyN50qnUxgCPcSoYMhKpAuBTjQoRZCAkUDRw==", 1996 "dev": true, 1997 "funding": { 1998 "type": "github", 1999 "url": "https://github.com/sponsors/wooorm" 2000 } 2001 }, 2002 "node_modules/balanced-match": { 2003 "version": "1.0.2", 2004 "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz", 2005 "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==", 2006 "dev": true 2007 }, 2008 "node_modules/base-64": { 2009 "version": "1.0.0", 2010 "resolved": "https://registry.npmjs.org/base-64/-/base-64-1.0.0.tgz", 2011 "integrity": "sha512-kwDPIFCGx0NZHog36dj+tHiwP4QMzsZ3AgMViUBKI0+V5n4U0ufTCUMhnQ04diaRI8EX/QcPfql7zlhZ7j4zgg==", 2012 "dev": true 2013 }, 2014 "node_modules/base64-js": { 2015 "version": "1.5.1", 2016 "resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz", 2017 "integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==", 2018 "dev": true, 2019 "funding": [ 2020 { 2021 "type": "github", 2022 "url": "https://github.com/sponsors/feross" 2023 }, 2024 { 2025 "type": "patreon", 2026 "url": "https://www.patreon.com/feross" 2027 }, 2028 { 2029 "type": "consulting", 2030 "url": "https://feross.org/support" 2031 } 2032 ] 2033 }, 2034 "node_modules/blob-to-buffer": { 2035 "version": "1.2.9", 2036 "resolved": "https://registry.npmjs.org/blob-to-buffer/-/blob-to-buffer-1.2.9.tgz", 2037 "integrity": "sha512-BF033y5fN6OCofD3vgHmNtwZWRcq9NLyyxyILx9hfMy1sXYy4ojFl765hJ2lP0YaN2fuxPaLO2Vzzoxy0FLFFA==", 2038 "dev": true, 2039 "funding": [ 2040 { 2041 "type": "github", 2042 "url": "https://github.com/sponsors/feross" 2043 }, 2044 { 2045 "type": "patreon", 2046 "url": "https://www.patreon.com/feross" 2047 }, 2048 { 2049 "type": "consulting", 2050 "url": "https://feross.org/support" 2051 } 2052 ] 2053 }, 2054 "node_modules/boxen": { 2055 "version": "8.0.1", 2056 "resolved": "https://registry.npmjs.org/boxen/-/boxen-8.0.1.tgz", 2057 "integrity": "sha512-F3PH5k5juxom4xktynS7MoFY+NUWH5LC4CnH11YB8NPew+HLpmBLCybSAEyb2F+4pRXhuhWqFesoQd6DAyc2hw==", 2058 "dev": true, 2059 "dependencies": { 2060 "ansi-align": "^3.0.1", 2061 "camelcase": "^8.0.0", 2062 "chalk": "^5.3.0", 2063 "cli-boxes": "^3.0.0", 2064 "string-width": "^7.2.0", 2065 "type-fest": "^4.21.0", 2066 "widest-line": "^5.0.0", 2067 "wrap-ansi": "^9.0.0" 2068 }, 2069 "engines": { 2070 "node": ">=18" 2071 }, 2072 "funding": { 2073 "url": "https://github.com/sponsors/sindresorhus" 2074 } 2075 }, 2076 "node_modules/brace-expansion": { 2077 "version": "2.0.1", 2078 "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", 2079 "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", 2080 "dev": true, 2081 "dependencies": { 2082 "balanced-match": "^1.0.0" 2083 } 2084 }, 2085 "node_modules/braces": { 2086 "version": "3.0.3", 2087 "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz", 2088 "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==", 2089 "dev": true, 2090 "optional": true, 2091 "dependencies": { 2092 "fill-range": "^7.1.1" 2093 }, 2094 "engines": { 2095 "node": ">=8" 2096 } 2097 }, 2098 "node_modules/brotli": { 2099 "version": "1.3.3", 2100 "resolved": "https://registry.npmjs.org/brotli/-/brotli-1.3.3.tgz", 2101 "integrity": "sha512-oTKjJdShmDuGW94SyyaoQvAjf30dZaHnjJ8uAF+u2/vGJkJbJPJAT1gDiOJP5v1Zb6f9KEyW/1HpuaWIXtGHPg==", 2102 "dev": true, 2103 "dependencies": { 2104 "base64-js": "^1.1.2" 2105 } 2106 }, 2107 "node_modules/camelcase": { 2108 "version": "8.0.0", 2109 "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-8.0.0.tgz", 2110 "integrity": "sha512-8WB3Jcas3swSvjIeA2yvCJ+Miyz5l1ZmB6HFb9R1317dt9LCQoswg/BGrmAmkWVEszSrrg4RwmO46qIm2OEnSA==", 2111 "dev": true, 2112 "engines": { 2113 "node": ">=16" 2114 }, 2115 "funding": { 2116 "url": "https://github.com/sponsors/sindresorhus" 2117 } 2118 }, 2119 "node_modules/ccount": { 2120 "version": "2.0.1", 2121 "resolved": "https://registry.npmjs.org/ccount/-/ccount-2.0.1.tgz", 2122 "integrity": "sha512-eyrF0jiFpY+3drT6383f1qhkbGsLSifNAjA61IUjZjmLCWjItY6LB9ft9YhoDgwfmclB2zhu51Lc7+95b8NRAg==", 2123 "dev": true, 2124 "funding": { 2125 "type": "github", 2126 "url": "https://github.com/sponsors/wooorm" 2127 } 2128 }, 2129 "node_modules/chalk": { 2130 "version": "5.4.1", 2131 "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.4.1.tgz", 2132 "integrity": "sha512-zgVZuo2WcZgfUEmsn6eO3kINexW8RAE4maiQ8QNs8CtpPCSyMiYsULR3HQYkm3w8FIA3SberyMJMSldGsW+U3w==", 2133 "dev": true, 2134 "engines": { 2135 "node": "^12.17.0 || ^14.13 || >=16.0.0" 2136 }, 2137 "funding": { 2138 "url": "https://github.com/chalk/chalk?sponsor=1" 2139 } 2140 }, 2141 "node_modules/character-entities": { 2142 "version": "2.0.2", 2143 "resolved": "https://registry.npmjs.org/character-entities/-/character-entities-2.0.2.tgz", 2144 "integrity": "sha512-shx7oQ0Awen/BRIdkjkvz54PnEEI/EjwXDSIZp86/KKdbafHh1Df/RYGBhn4hbe2+uKC9FnT5UCEdyPz3ai9hQ==", 2145 "dev": true, 2146 "funding": { 2147 "type": "github", 2148 "url": "https://github.com/sponsors/wooorm" 2149 } 2150 }, 2151 "node_modules/character-entities-html4": { 2152 "version": "2.1.0", 2153 "resolved": "https://registry.npmjs.org/character-entities-html4/-/character-entities-html4-2.1.0.tgz", 2154 "integrity": "sha512-1v7fgQRj6hnSwFpq1Eu0ynr/CDEw0rXo2B61qXrLNdHZmPKgb7fqS1a2JwF0rISo9q77jDI8VMEHoApn8qDoZA==", 2155 "dev": true, 2156 "funding": { 2157 "type": "github", 2158 "url": "https://github.com/sponsors/wooorm" 2159 } 2160 }, 2161 "node_modules/character-entities-legacy": { 2162 "version": "3.0.0", 2163 "resolved": "https://registry.npmjs.org/character-entities-legacy/-/character-entities-legacy-3.0.0.tgz", 2164 "integrity": "sha512-RpPp0asT/6ufRm//AJVwpViZbGM/MkjQFxJccQRHmISF/22NBtsHqAWmL+/pmkPWoIUJdWyeVleTl1wydHATVQ==", 2165 "dev": true, 2166 "funding": { 2167 "type": "github", 2168 "url": "https://github.com/sponsors/wooorm" 2169 } 2170 }, 2171 "node_modules/chokidar": { 2172 "version": "4.0.3", 2173 "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-4.0.3.tgz", 2174 "integrity": "sha512-Qgzu8kfBvo+cA4962jnP1KkS6Dop5NS6g7R5LFYJr4b8Ub94PPQXUksCw9PvXoeXPRRddRNC5C1JQUR2SMGtnA==", 2175 "dev": true, 2176 "dependencies": { 2177 "readdirp": "^4.0.1" 2178 }, 2179 "engines": { 2180 "node": ">= 14.16.0" 2181 }, 2182 "funding": { 2183 "url": "https://paulmillr.com/funding/" 2184 } 2185 }, 2186 "node_modules/ci-info": { 2187 "version": "4.2.0", 2188 "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-4.2.0.tgz", 2189 "integrity": "sha512-cYY9mypksY8NRqgDB1XD1RiJL338v/551niynFTGkZOO2LHuB2OmOYxDIe/ttN9AHwrqdum1360G3ald0W9kCg==", 2190 "dev": true, 2191 "funding": [ 2192 { 2193 "type": "github", 2194 "url": "https://github.com/sponsors/sibiraj-s" 2195 } 2196 ], 2197 "engines": { 2198 "node": ">=8" 2199 } 2200 }, 2201 "node_modules/cli-boxes": { 2202 "version": "3.0.0", 2203 "resolved": "https://registry.npmjs.org/cli-boxes/-/cli-boxes-3.0.0.tgz", 2204 "integrity": "sha512-/lzGpEWL/8PfI0BmBOPRwp0c/wFNX1RdUML3jK/RcSBA9T8mZDdQpqYBKtCFTOfQbwPqWEOpjqW+Fnayc0969g==", 2205 "dev": true, 2206 "engines": { 2207 "node": ">=10" 2208 }, 2209 "funding": { 2210 "url": "https://github.com/sponsors/sindresorhus" 2211 } 2212 }, 2213 "node_modules/clone": { 2214 "version": "2.1.2", 2215 "resolved": "https://registry.npmjs.org/clone/-/clone-2.1.2.tgz", 2216 "integrity": "sha512-3Pe/CF1Nn94hyhIYpjtiLhdCoEoz0DqQ+988E9gmeEdQZlojxnOb74wctFyuwWQHzqyf9X7C7MG8juUpqBJT8w==", 2217 "dev": true, 2218 "engines": { 2219 "node": ">=0.8" 2220 } 2221 }, 2222 "node_modules/clsx": { 2223 "version": "2.1.1", 2224 "resolved": "https://registry.npmjs.org/clsx/-/clsx-2.1.1.tgz", 2225 "integrity": "sha512-eYm0QWBtUrBWZWG0d386OGAw16Z995PiOVo2B7bjWSbHedGl5e0ZWaq65kOGgUSNesEIDkB9ISbTg/JK9dhCZA==", 2226 "dev": true, 2227 "engines": { 2228 "node": ">=6" 2229 } 2230 }, 2231 "node_modules/color": { 2232 "version": "4.2.3", 2233 "resolved": "https://registry.npmjs.org/color/-/color-4.2.3.tgz", 2234 "integrity": "sha512-1rXeuUUiGGrykh+CeBdu5Ie7OJwinCgQY0bc7GCRxy5xVHy+moaqkpL/jqQq0MtQOeYcrqEz4abc5f0KtU7W4A==", 2235 "dev": true, 2236 "optional": true, 2237 "dependencies": { 2238 "color-convert": "^2.0.1", 2239 "color-string": "^1.9.0" 2240 }, 2241 "engines": { 2242 "node": ">=12.5.0" 2243 } 2244 }, 2245 "node_modules/color-convert": { 2246 "version": "2.0.1", 2247 "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", 2248 "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", 2249 "dev": true, 2250 "dependencies": { 2251 "color-name": "~1.1.4" 2252 }, 2253 "engines": { 2254 "node": ">=7.0.0" 2255 } 2256 }, 2257 "node_modules/color-name": { 2258 "version": "1.1.4", 2259 "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", 2260 "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", 2261 "dev": true 2262 }, 2263 "node_modules/color-string": { 2264 "version": "1.9.1", 2265 "resolved": "https://registry.npmjs.org/color-string/-/color-string-1.9.1.tgz", 2266 "integrity": "sha512-shrVawQFojnZv6xM40anx4CkoDP+fZsw/ZerEMsW/pyzsRbElpsL/DBVW7q3ExxwusdNXI3lXpuhEZkzs8p5Eg==", 2267 "dev": true, 2268 "optional": true, 2269 "dependencies": { 2270 "color-name": "^1.0.0", 2271 "simple-swizzle": "^0.2.2" 2272 } 2273 }, 2274 "node_modules/comma-separated-tokens": { 2275 "version": "2.0.3", 2276 "resolved": "https://registry.npmjs.org/comma-separated-tokens/-/comma-separated-tokens-2.0.3.tgz", 2277 "integrity": "sha512-Fu4hJdvzeylCfQPp9SGWidpzrMs7tTrlu6Vb8XGaRGck8QSNZJJp538Wrb60Lax4fPwR64ViY468OIUTbRlGZg==", 2278 "dev": true, 2279 "funding": { 2280 "type": "github", 2281 "url": "https://github.com/sponsors/wooorm" 2282 } 2283 }, 2284 "node_modules/commander": { 2285 "version": "12.1.0", 2286 "resolved": "https://registry.npmjs.org/commander/-/commander-12.1.0.tgz", 2287 "integrity": "sha512-Vw8qHK3bZM9y/P10u3Vib8o/DdkvA2OtPtZvD871QKjy74Wj1WSKFILMPRPSdUSx5RFK1arlJzEtA4PkFgnbuA==", 2288 "dev": true, 2289 "engines": { 2290 "node": ">=18" 2291 } 2292 }, 2293 "node_modules/common-ancestor-path": { 2294 "version": "1.0.1", 2295 "resolved": "https://registry.npmjs.org/common-ancestor-path/-/common-ancestor-path-1.0.1.tgz", 2296 "integrity": "sha512-L3sHRo1pXXEqX8VU28kfgUY+YGsk09hPqZiZmLacNib6XNTCM8ubYeT7ryXQw8asB1sKgcU5lkB7ONug08aB8w==", 2297 "dev": true 2298 }, 2299 "node_modules/cookie": { 2300 "version": "1.0.2", 2301 "resolved": "https://registry.npmjs.org/cookie/-/cookie-1.0.2.tgz", 2302 "integrity": "sha512-9Kr/j4O16ISv8zBBhJoi4bXOYNTkFLOqSL3UDB0njXxCXNezjeyVrJyGOWtgfs/q2km1gwBcfH8q1yEGoMYunA==", 2303 "dev": true, 2304 "engines": { 2305 "node": ">=18" 2306 } 2307 }, 2308 "node_modules/cookie-es": { 2309 "version": "1.2.2", 2310 "resolved": "https://registry.npmjs.org/cookie-es/-/cookie-es-1.2.2.tgz", 2311 "integrity": "sha512-+W7VmiVINB+ywl1HGXJXmrqkOhpKrIiVZV6tQuV54ZyQC7MMuBt81Vc336GMLoHBq5hV/F9eXgt5Mnx0Rha5Fg==", 2312 "dev": true 2313 }, 2314 "node_modules/cross-fetch": { 2315 "version": "3.2.0", 2316 "resolved": "https://registry.npmjs.org/cross-fetch/-/cross-fetch-3.2.0.tgz", 2317 "integrity": "sha512-Q+xVJLoGOeIMXZmbUK4HYk+69cQH6LudR0Vu/pRm2YlU/hDV9CiS0gKUMaWY5f2NeUH9C1nV3bsTlCo0FsTV1Q==", 2318 "dev": true, 2319 "dependencies": { 2320 "node-fetch": "^2.7.0" 2321 } 2322 }, 2323 "node_modules/cross-spawn": { 2324 "version": "7.0.6", 2325 "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz", 2326 "integrity": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==", 2327 "dev": true, 2328 "dependencies": { 2329 "path-key": "^3.1.0", 2330 "shebang-command": "^2.0.0", 2331 "which": "^2.0.1" 2332 }, 2333 "engines": { 2334 "node": ">= 8" 2335 } 2336 }, 2337 "node_modules/crossws": { 2338 "version": "0.3.4", 2339 "resolved": "https://registry.npmjs.org/crossws/-/crossws-0.3.4.tgz", 2340 "integrity": "sha512-uj0O1ETYX1Bh6uSgktfPvwDiPYGQ3aI4qVsaC/LWpkIzGj1nUYm5FK3K+t11oOlpN01lGbprFCH4wBlKdJjVgw==", 2341 "dev": true, 2342 "dependencies": { 2343 "uncrypto": "^0.1.3" 2344 } 2345 }, 2346 "node_modules/css-tree": { 2347 "version": "3.1.0", 2348 "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-3.1.0.tgz", 2349 "integrity": "sha512-0eW44TGN5SQXU1mWSkKwFstI/22X2bG1nYzZTYMAWjylYURhse752YgbE4Cx46AC+bAvI+/dYTPRk1LqSUnu6w==", 2350 "dev": true, 2351 "dependencies": { 2352 "mdn-data": "2.12.2", 2353 "source-map-js": "^1.0.1" 2354 }, 2355 "engines": { 2356 "node": "^10 || ^12.20.0 || ^14.13.0 || >=15.0.0" 2357 } 2358 }, 2359 "node_modules/cssesc": { 2360 "version": "3.0.0", 2361 "resolved": "https://registry.npmjs.org/cssesc/-/cssesc-3.0.0.tgz", 2362 "integrity": "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==", 2363 "dev": true, 2364 "bin": { 2365 "cssesc": "bin/cssesc" 2366 }, 2367 "engines": { 2368 "node": ">=4" 2369 } 2370 }, 2371 "node_modules/debug": { 2372 "version": "4.4.0", 2373 "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.0.tgz", 2374 "integrity": "sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==", 2375 "dev": true, 2376 "dependencies": { 2377 "ms": "^2.1.3" 2378 }, 2379 "engines": { 2380 "node": ">=6.0" 2381 }, 2382 "peerDependenciesMeta": { 2383 "supports-color": { 2384 "optional": true 2385 } 2386 } 2387 }, 2388 "node_modules/decode-named-character-reference": { 2389 "version": "1.1.0", 2390 "resolved": "https://registry.npmjs.org/decode-named-character-reference/-/decode-named-character-reference-1.1.0.tgz", 2391 "integrity": "sha512-Wy+JTSbFThEOXQIR2L6mxJvEs+veIzpmqD7ynWxMXGpnk3smkHQOp6forLdHsKpAMW9iJpaBBIxz285t1n1C3w==", 2392 "dev": true, 2393 "dependencies": { 2394 "character-entities": "^2.0.0" 2395 }, 2396 "funding": { 2397 "type": "github", 2398 "url": "https://github.com/sponsors/wooorm" 2399 } 2400 }, 2401 "node_modules/defu": { 2402 "version": "6.1.4", 2403 "resolved": "https://registry.npmjs.org/defu/-/defu-6.1.4.tgz", 2404 "integrity": "sha512-mEQCMmwJu317oSz8CwdIOdwf3xMif1ttiM8LTufzc3g6kR+9Pe236twL8j3IYT1F7GfRgGcW6MWxzZjLIkuHIg==", 2405 "dev": true 2406 }, 2407 "node_modules/dequal": { 2408 "version": "2.0.3", 2409 "resolved": "https://registry.npmjs.org/dequal/-/dequal-2.0.3.tgz", 2410 "integrity": "sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA==", 2411 "dev": true, 2412 "engines": { 2413 "node": ">=6" 2414 } 2415 }, 2416 "node_modules/destr": { 2417 "version": "2.0.5", 2418 "resolved": "https://registry.npmjs.org/destr/-/destr-2.0.5.tgz", 2419 "integrity": "sha512-ugFTXCtDZunbzasqBxrK93Ik/DRYsO6S/fedkWEMKqt04xZ4csmnmwGDBAb07QWNaGMAmnTIemsYZCksjATwsA==", 2420 "dev": true 2421 }, 2422 "node_modules/detect-libc": { 2423 "version": "2.0.3", 2424 "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.0.3.tgz", 2425 "integrity": "sha512-bwy0MGW55bG41VqxxypOsdSdGqLwXPI/focwgTYCFMbdUiBAxLg9CFzG08sz2aqzknwiX7Hkl0bQENjg8iLByw==", 2426 "dev": true, 2427 "optional": true, 2428 "engines": { 2429 "node": ">=8" 2430 } 2431 }, 2432 "node_modules/deterministic-object-hash": { 2433 "version": "2.0.2", 2434 "resolved": "https://registry.npmjs.org/deterministic-object-hash/-/deterministic-object-hash-2.0.2.tgz", 2435 "integrity": "sha512-KxektNH63SrbfUyDiwXqRb1rLwKt33AmMv+5Nhsw1kqZ13SJBRTgZHtGbE+hH3a1mVW1cz+4pqSWVPAtLVXTzQ==", 2436 "dev": true, 2437 "dependencies": { 2438 "base-64": "^1.0.0" 2439 }, 2440 "engines": { 2441 "node": ">=18" 2442 } 2443 }, 2444 "node_modules/devalue": { 2445 "version": "5.1.1", 2446 "resolved": "https://registry.npmjs.org/devalue/-/devalue-5.1.1.tgz", 2447 "integrity": "sha512-maua5KUiapvEwiEAe+XnlZ3Rh0GD+qI1J/nb9vrJc3muPXvcF/8gXYTWF76+5DAqHyDUtOIImEuo0YKE9mshVw==", 2448 "dev": true 2449 }, 2450 "node_modules/devlop": { 2451 "version": "1.1.0", 2452 "resolved": "https://registry.npmjs.org/devlop/-/devlop-1.1.0.tgz", 2453 "integrity": "sha512-RWmIqhcFf1lRYBvNmr7qTNuyCt/7/ns2jbpp1+PalgE/rDQcBT0fioSMUpJ93irlUhC5hrg4cYqe6U+0ImW0rA==", 2454 "dev": true, 2455 "dependencies": { 2456 "dequal": "^2.0.0" 2457 }, 2458 "funding": { 2459 "type": "github", 2460 "url": "https://github.com/sponsors/wooorm" 2461 } 2462 }, 2463 "node_modules/dfa": { 2464 "version": "1.2.0", 2465 "resolved": "https://registry.npmjs.org/dfa/-/dfa-1.2.0.tgz", 2466 "integrity": "sha512-ED3jP8saaweFTjeGX8HQPjeC1YYyZs98jGNZx6IiBvxW7JG5v492kamAQB3m2wop07CvU/RQmzcKr6bgcC5D/Q==", 2467 "dev": true 2468 }, 2469 "node_modules/diff": { 2470 "version": "5.2.0", 2471 "resolved": "https://registry.npmjs.org/diff/-/diff-5.2.0.tgz", 2472 "integrity": "sha512-uIFDxqpRZGZ6ThOk84hEfqWoHx2devRFvpTZcTHur85vImfaxUbTW9Ryh4CpCuDnToOP1CEtXKIgytHBPVff5A==", 2473 "dev": true, 2474 "engines": { 2475 "node": ">=0.3.1" 2476 } 2477 }, 2478 "node_modules/dlv": { 2479 "version": "1.1.3", 2480 "resolved": "https://registry.npmjs.org/dlv/-/dlv-1.1.3.tgz", 2481 "integrity": "sha512-+HlytyjlPKnIG8XuRG8WvmBP8xs8P71y+SKKS6ZXWoEgLuePxtDoUEiH7WkdePWrQ5JBpE6aoVqfZfJUQkjXwA==", 2482 "dev": true 2483 }, 2484 "node_modules/dset": { 2485 "version": "3.1.4", 2486 "resolved": "https://registry.npmjs.org/dset/-/dset-3.1.4.tgz", 2487 "integrity": "sha512-2QF/g9/zTaPDc3BjNcVTGoBbXBgYfMTTceLaYcFJ/W9kggFUkhxD/hMEeuLKbugyef9SqAx8cpgwlIP/jinUTA==", 2488 "dev": true, 2489 "engines": { 2490 "node": ">=4" 2491 } 2492 }, 2493 "node_modules/eastasianwidth": { 2494 "version": "0.2.0", 2495 "resolved": "https://registry.npmjs.org/eastasianwidth/-/eastasianwidth-0.2.0.tgz", 2496 "integrity": "sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==", 2497 "dev": true 2498 }, 2499 "node_modules/emoji-regex": { 2500 "version": "10.4.0", 2501 "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.4.0.tgz", 2502 "integrity": "sha512-EC+0oUMY1Rqm4O6LLrgjtYDvcVYTy7chDnM4Q7030tP4Kwj3u/pR6gP9ygnp2CJMK5Gq+9Q2oqmrFJAz01DXjw==", 2503 "dev": true 2504 }, 2505 "node_modules/emoji-regex-xs": { 2506 "version": "1.0.0", 2507 "resolved": "https://registry.npmjs.org/emoji-regex-xs/-/emoji-regex-xs-1.0.0.tgz", 2508 "integrity": "sha512-LRlerrMYoIDrT6jgpeZ2YYl/L8EulRTt5hQcYjy5AInh7HWXKimpqx68aknBFpGL2+/IcogTcaydJEgaTmOpDg==", 2509 "dev": true 2510 }, 2511 "node_modules/entities": { 2512 "version": "4.5.0", 2513 "resolved": "https://registry.npmjs.org/entities/-/entities-4.5.0.tgz", 2514 "integrity": "sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==", 2515 "dev": true, 2516 "engines": { 2517 "node": ">=0.12" 2518 }, 2519 "funding": { 2520 "url": "https://github.com/fb55/entities?sponsor=1" 2521 } 2522 }, 2523 "node_modules/es-module-lexer": { 2524 "version": "1.6.0", 2525 "resolved": "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-1.6.0.tgz", 2526 "integrity": "sha512-qqnD1yMU6tk/jnaMosogGySTZP8YtUgAffA9nMN+E/rjxcfRQ6IEk7IiozUjgxKoFHBGjTLnrHB/YC45r/59EQ==", 2527 "dev": true 2528 }, 2529 "node_modules/esbuild": { 2530 "version": "0.25.2", 2531 "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.25.2.tgz", 2532 "integrity": "sha512-16854zccKPnC+toMywC+uKNeYSv+/eXkevRAfwRD/G9Cleq66m8XFIrigkbvauLLlCfDL45Q2cWegSg53gGBnQ==", 2533 "dev": true, 2534 "hasInstallScript": true, 2535 "bin": { 2536 "esbuild": "bin/esbuild" 2537 }, 2538 "engines": { 2539 "node": ">=18" 2540 }, 2541 "optionalDependencies": { 2542 "@esbuild/aix-ppc64": "0.25.2", 2543 "@esbuild/android-arm": "0.25.2", 2544 "@esbuild/android-arm64": "0.25.2", 2545 "@esbuild/android-x64": "0.25.2", 2546 "@esbuild/darwin-arm64": "0.25.2", 2547 "@esbuild/darwin-x64": "0.25.2", 2548 "@esbuild/freebsd-arm64": "0.25.2", 2549 "@esbuild/freebsd-x64": "0.25.2", 2550 "@esbuild/linux-arm": "0.25.2", 2551 "@esbuild/linux-arm64": "0.25.2", 2552 "@esbuild/linux-ia32": "0.25.2", 2553 "@esbuild/linux-loong64": "0.25.2", 2554 "@esbuild/linux-mips64el": "0.25.2", 2555 "@esbuild/linux-ppc64": "0.25.2", 2556 "@esbuild/linux-riscv64": "0.25.2", 2557 "@esbuild/linux-s390x": "0.25.2", 2558 "@esbuild/linux-x64": "0.25.2", 2559 "@esbuild/netbsd-arm64": "0.25.2", 2560 "@esbuild/netbsd-x64": "0.25.2", 2561 "@esbuild/openbsd-arm64": "0.25.2", 2562 "@esbuild/openbsd-x64": "0.25.2", 2563 "@esbuild/sunos-x64": "0.25.2", 2564 "@esbuild/win32-arm64": "0.25.2", 2565 "@esbuild/win32-ia32": "0.25.2", 2566 "@esbuild/win32-x64": "0.25.2" 2567 } 2568 }, 2569 "node_modules/escape-string-regexp": { 2570 "version": "5.0.0", 2571 "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-5.0.0.tgz", 2572 "integrity": "sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw==", 2573 "dev": true, 2574 "engines": { 2575 "node": ">=12" 2576 }, 2577 "funding": { 2578 "url": "https://github.com/sponsors/sindresorhus" 2579 } 2580 }, 2581 "node_modules/estree-walker": { 2582 "version": "3.0.3", 2583 "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-3.0.3.tgz", 2584 "integrity": "sha512-7RUKfXgSMMkzt6ZuXmqapOurLGPPfgj6l9uRZ7lRGolvk0y2yocc35LdcxKC5PQZdn2DMqioAQ2NoWcrTKmm6g==", 2585 "dev": true, 2586 "dependencies": { 2587 "@types/estree": "^1.0.0" 2588 } 2589 }, 2590 "node_modules/eventemitter3": { 2591 "version": "5.0.1", 2592 "resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-5.0.1.tgz", 2593 "integrity": "sha512-GWkBvjiSZK87ELrYOSESUYeVIc9mvLLf/nXalMOS5dYrgZq9o5OVkbZAVM06CVxYsCwH9BDZFPlQTlPA1j4ahA==", 2594 "dev": true 2595 }, 2596 "node_modules/extend": { 2597 "version": "3.0.2", 2598 "resolved": "https://registry.npmjs.org/extend/-/extend-3.0.2.tgz", 2599 "integrity": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==", 2600 "dev": true 2601 }, 2602 "node_modules/fast-deep-equal": { 2603 "version": "3.1.3", 2604 "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz", 2605 "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==", 2606 "dev": true 2607 }, 2608 "node_modules/fdir": { 2609 "version": "6.4.4", 2610 "resolved": "https://registry.npmjs.org/fdir/-/fdir-6.4.4.tgz", 2611 "integrity": "sha512-1NZP+GK4GfuAv3PqKvxQRDMjdSRZjnkq7KfhlNrCNNlZ0ygQFpebfrnfnq/W7fpUnAv9aGWmY1zKx7FYL3gwhg==", 2612 "dev": true, 2613 "peerDependencies": { 2614 "picomatch": "^3 || ^4" 2615 }, 2616 "peerDependenciesMeta": { 2617 "picomatch": { 2618 "optional": true 2619 } 2620 } 2621 }, 2622 "node_modules/fetch-blob": { 2623 "version": "3.2.0", 2624 "resolved": "https://registry.npmjs.org/fetch-blob/-/fetch-blob-3.2.0.tgz", 2625 "integrity": "sha512-7yAQpD2UMJzLi1Dqv7qFYnPbaPx7ZfFK6PiIxQ4PfkGPyNyl2Ugx+a/umUonmKqjhM4DnfbMvdX6otXq83soQQ==", 2626 "funding": [ 2627 { 2628 "type": "github", 2629 "url": "https://github.com/sponsors/jimmywarting" 2630 }, 2631 { 2632 "type": "paypal", 2633 "url": "https://paypal.me/jimmywarting" 2634 } 2635 ], 2636 "optional": true, 2637 "dependencies": { 2638 "node-domexception": "^1.0.0", 2639 "web-streams-polyfill": "^3.0.3" 2640 }, 2641 "engines": { 2642 "node": "^12.20 || >= 14.13" 2643 } 2644 }, 2645 "node_modules/fill-range": { 2646 "version": "7.1.1", 2647 "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz", 2648 "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==", 2649 "dev": true, 2650 "optional": true, 2651 "dependencies": { 2652 "to-regex-range": "^5.0.1" 2653 }, 2654 "engines": { 2655 "node": ">=8" 2656 } 2657 }, 2658 "node_modules/flattie": { 2659 "version": "1.1.1", 2660 "resolved": "https://registry.npmjs.org/flattie/-/flattie-1.1.1.tgz", 2661 "integrity": "sha512-9UbaD6XdAL97+k/n+N7JwX46K/M6Zc6KcFYskrYL8wbBV/Uyk0CTAMY0VT+qiK5PM7AIc9aTWYtq65U7T+aCNQ==", 2662 "dev": true, 2663 "engines": { 2664 "node": ">=8" 2665 } 2666 }, 2667 "node_modules/fontkit": { 2668 "version": "2.0.4", 2669 "resolved": "https://registry.npmjs.org/fontkit/-/fontkit-2.0.4.tgz", 2670 "integrity": "sha512-syetQadaUEDNdxdugga9CpEYVaQIxOwk7GlwZWWZ19//qW4zE5bknOKeMBDYAASwnpaSHKJITRLMF9m1fp3s6g==", 2671 "dev": true, 2672 "dependencies": { 2673 "@swc/helpers": "^0.5.12", 2674 "brotli": "^1.3.2", 2675 "clone": "^2.1.2", 2676 "dfa": "^1.2.0", 2677 "fast-deep-equal": "^3.1.3", 2678 "restructure": "^3.0.0", 2679 "tiny-inflate": "^1.0.3", 2680 "unicode-properties": "^1.4.0", 2681 "unicode-trie": "^2.0.0" 2682 } 2683 }, 2684 "node_modules/foreground-child": { 2685 "version": "3.3.1", 2686 "resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-3.3.1.tgz", 2687 "integrity": "sha512-gIXjKqtFuWEgzFRJA9WCQeSJLZDjgJUOMCMzxtvFq/37KojM1BFGufqsCy0r4qSQmYLsZYMeyRqzIWOMup03sw==", 2688 "dev": true, 2689 "dependencies": { 2690 "cross-spawn": "^7.0.6", 2691 "signal-exit": "^4.0.1" 2692 }, 2693 "engines": { 2694 "node": ">=14" 2695 }, 2696 "funding": { 2697 "url": "https://github.com/sponsors/isaacs" 2698 } 2699 }, 2700 "node_modules/fsevents": { 2701 "version": "2.3.3", 2702 "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz", 2703 "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==", 2704 "dev": true, 2705 "hasInstallScript": true, 2706 "optional": true, 2707 "os": [ 2708 "darwin" 2709 ], 2710 "engines": { 2711 "node": "^8.16.0 || ^10.6.0 || >=11.0.0" 2712 } 2713 }, 2714 "node_modules/get-east-asian-width": { 2715 "version": "1.3.0", 2716 "resolved": "https://registry.npmjs.org/get-east-asian-width/-/get-east-asian-width-1.3.0.tgz", 2717 "integrity": "sha512-vpeMIQKxczTD/0s2CdEWHcb0eeJe6TFjxb+J5xgX7hScxqrGuyjmv4c1D4A/gelKfyox0gJJwIHF+fLjeaM8kQ==", 2718 "dev": true, 2719 "engines": { 2720 "node": ">=18" 2721 }, 2722 "funding": { 2723 "url": "https://github.com/sponsors/sindresorhus" 2724 } 2725 }, 2726 "node_modules/github-slugger": { 2727 "version": "2.0.0", 2728 "resolved": "https://registry.npmjs.org/github-slugger/-/github-slugger-2.0.0.tgz", 2729 "integrity": "sha512-IaOQ9puYtjrkq7Y0Ygl9KDZnrf/aiUJYUpVf89y8kyaxbRG7Y1SrX/jaumrv81vc61+kiMempujsM3Yw7w5qcw==", 2730 "dev": true 2731 }, 2732 "node_modules/glob": { 2733 "version": "11.0.2", 2734 "resolved": "https://registry.npmjs.org/glob/-/glob-11.0.2.tgz", 2735 "integrity": "sha512-YT7U7Vye+t5fZ/QMkBFrTJ7ZQxInIUjwyAjVj84CYXqgBdv30MFUPGnBR6sQaVq6Is15wYJUsnzTuWaGRBhBAQ==", 2736 "dev": true, 2737 "dependencies": { 2738 "foreground-child": "^3.1.0", 2739 "jackspeak": "^4.0.1", 2740 "minimatch": "^10.0.0", 2741 "minipass": "^7.1.2", 2742 "package-json-from-dist": "^1.0.0", 2743 "path-scurry": "^2.0.0" 2744 }, 2745 "bin": { 2746 "glob": "dist/esm/bin.mjs" 2747 }, 2748 "engines": { 2749 "node": "20 || >=22" 2750 }, 2751 "funding": { 2752 "url": "https://github.com/sponsors/isaacs" 2753 } 2754 }, 2755 "node_modules/h3": { 2756 "version": "1.15.1", 2757 "resolved": "https://registry.npmjs.org/h3/-/h3-1.15.1.tgz", 2758 "integrity": "sha512-+ORaOBttdUm1E2Uu/obAyCguiI7MbBvsLTndc3gyK3zU+SYLoZXlyCP9Xgy0gikkGufFLTZXCXD6+4BsufnmHA==", 2759 "dev": true, 2760 "dependencies": { 2761 "cookie-es": "^1.2.2", 2762 "crossws": "^0.3.3", 2763 "defu": "^6.1.4", 2764 "destr": "^2.0.3", 2765 "iron-webcrypto": "^1.2.1", 2766 "node-mock-http": "^1.0.0", 2767 "radix3": "^1.1.2", 2768 "ufo": "^1.5.4", 2769 "uncrypto": "^0.1.3" 2770 } 2771 }, 2772 "node_modules/hast-util-from-html": { 2773 "version": "2.0.3", 2774 "resolved": "https://registry.npmjs.org/hast-util-from-html/-/hast-util-from-html-2.0.3.tgz", 2775 "integrity": "sha512-CUSRHXyKjzHov8yKsQjGOElXy/3EKpyX56ELnkHH34vDVw1N1XSQ1ZcAvTyAPtGqLTuKP/uxM+aLkSPqF/EtMw==", 2776 "dev": true, 2777 "dependencies": { 2778 "@types/hast": "^3.0.0", 2779 "devlop": "^1.1.0", 2780 "hast-util-from-parse5": "^8.0.0", 2781 "parse5": "^7.0.0", 2782 "vfile": "^6.0.0", 2783 "vfile-message": "^4.0.0" 2784 }, 2785 "funding": { 2786 "type": "opencollective", 2787 "url": "https://opencollective.com/unified" 2788 } 2789 }, 2790 "node_modules/hast-util-from-parse5": { 2791 "version": "8.0.3", 2792 "resolved": "https://registry.npmjs.org/hast-util-from-parse5/-/hast-util-from-parse5-8.0.3.tgz", 2793 "integrity": "sha512-3kxEVkEKt0zvcZ3hCRYI8rqrgwtlIOFMWkbclACvjlDw8Li9S2hk/d51OI0nr/gIpdMHNepwgOKqZ/sy0Clpyg==", 2794 "dev": true, 2795 "dependencies": { 2796 "@types/hast": "^3.0.0", 2797 "@types/unist": "^3.0.0", 2798 "devlop": "^1.0.0", 2799 "hastscript": "^9.0.0", 2800 "property-information": "^7.0.0", 2801 "vfile": "^6.0.0", 2802 "vfile-location": "^5.0.0", 2803 "web-namespaces": "^2.0.0" 2804 }, 2805 "funding": { 2806 "type": "opencollective", 2807 "url": "https://opencollective.com/unified" 2808 } 2809 }, 2810 "node_modules/hast-util-is-element": { 2811 "version": "3.0.0", 2812 "resolved": "https://registry.npmjs.org/hast-util-is-element/-/hast-util-is-element-3.0.0.tgz", 2813 "integrity": "sha512-Val9mnv2IWpLbNPqc/pUem+a7Ipj2aHacCwgNfTiK0vJKl0LF+4Ba4+v1oPHFpf3bLYmreq0/l3Gud9S5OH42g==", 2814 "dev": true, 2815 "dependencies": { 2816 "@types/hast": "^3.0.0" 2817 }, 2818 "funding": { 2819 "type": "opencollective", 2820 "url": "https://opencollective.com/unified" 2821 } 2822 }, 2823 "node_modules/hast-util-parse-selector": { 2824 "version": "4.0.0", 2825 "resolved": "https://registry.npmjs.org/hast-util-parse-selector/-/hast-util-parse-selector-4.0.0.tgz", 2826 "integrity": "sha512-wkQCkSYoOGCRKERFWcxMVMOcYE2K1AaNLU8DXS9arxnLOUEWbOXKXiJUNzEpqZ3JOKpnha3jkFrumEjVliDe7A==", 2827 "dev": true, 2828 "dependencies": { 2829 "@types/hast": "^3.0.0" 2830 }, 2831 "funding": { 2832 "type": "opencollective", 2833 "url": "https://opencollective.com/unified" 2834 } 2835 }, 2836 "node_modules/hast-util-raw": { 2837 "version": "9.1.0", 2838 "resolved": "https://registry.npmjs.org/hast-util-raw/-/hast-util-raw-9.1.0.tgz", 2839 "integrity": "sha512-Y8/SBAHkZGoNkpzqqfCldijcuUKh7/su31kEBp67cFY09Wy0mTRgtsLYsiIxMJxlu0f6AA5SUTbDR8K0rxnbUw==", 2840 "dev": true, 2841 "dependencies": { 2842 "@types/hast": "^3.0.0", 2843 "@types/unist": "^3.0.0", 2844 "@ungap/structured-clone": "^1.0.0", 2845 "hast-util-from-parse5": "^8.0.0", 2846 "hast-util-to-parse5": "^8.0.0", 2847 "html-void-elements": "^3.0.0", 2848 "mdast-util-to-hast": "^13.0.0", 2849 "parse5": "^7.0.0", 2850 "unist-util-position": "^5.0.0", 2851 "unist-util-visit": "^5.0.0", 2852 "vfile": "^6.0.0", 2853 "web-namespaces": "^2.0.0", 2854 "zwitch": "^2.0.0" 2855 }, 2856 "funding": { 2857 "type": "opencollective", 2858 "url": "https://opencollective.com/unified" 2859 } 2860 }, 2861 "node_modules/hast-util-to-html": { 2862 "version": "9.0.5", 2863 "resolved": "https://registry.npmjs.org/hast-util-to-html/-/hast-util-to-html-9.0.5.tgz", 2864 "integrity": "sha512-OguPdidb+fbHQSU4Q4ZiLKnzWo8Wwsf5bZfbvu7//a9oTYoqD/fWpe96NuHkoS9h0ccGOTe0C4NGXdtS0iObOw==", 2865 "dev": true, 2866 "dependencies": { 2867 "@types/hast": "^3.0.0", 2868 "@types/unist": "^3.0.0", 2869 "ccount": "^2.0.0", 2870 "comma-separated-tokens": "^2.0.0", 2871 "hast-util-whitespace": "^3.0.0", 2872 "html-void-elements": "^3.0.0", 2873 "mdast-util-to-hast": "^13.0.0", 2874 "property-information": "^7.0.0", 2875 "space-separated-tokens": "^2.0.0", 2876 "stringify-entities": "^4.0.0", 2877 "zwitch": "^2.0.4" 2878 }, 2879 "funding": { 2880 "type": "opencollective", 2881 "url": "https://opencollective.com/unified" 2882 } 2883 }, 2884 "node_modules/hast-util-to-parse5": { 2885 "version": "8.0.0", 2886 "resolved": "https://registry.npmjs.org/hast-util-to-parse5/-/hast-util-to-parse5-8.0.0.tgz", 2887 "integrity": "sha512-3KKrV5ZVI8if87DVSi1vDeByYrkGzg4mEfeu4alwgmmIeARiBLKCZS2uw5Gb6nU9x9Yufyj3iudm6i7nl52PFw==", 2888 "dev": true, 2889 "dependencies": { 2890 "@types/hast": "^3.0.0", 2891 "comma-separated-tokens": "^2.0.0", 2892 "devlop": "^1.0.0", 2893 "property-information": "^6.0.0", 2894 "space-separated-tokens": "^2.0.0", 2895 "web-namespaces": "^2.0.0", 2896 "zwitch": "^2.0.0" 2897 }, 2898 "funding": { 2899 "type": "opencollective", 2900 "url": "https://opencollective.com/unified" 2901 } 2902 }, 2903 "node_modules/hast-util-to-parse5/node_modules/property-information": { 2904 "version": "6.5.0", 2905 "resolved": "https://registry.npmjs.org/property-information/-/property-information-6.5.0.tgz", 2906 "integrity": "sha512-PgTgs/BlvHxOu8QuEN7wi5A0OmXaBcHpmCSTehcs6Uuu9IkDIEo13Hy7n898RHfrQ49vKCoGeWZSaAK01nwVig==", 2907 "dev": true, 2908 "funding": { 2909 "type": "github", 2910 "url": "https://github.com/sponsors/wooorm" 2911 } 2912 }, 2913 "node_modules/hast-util-to-text": { 2914 "version": "4.0.2", 2915 "resolved": "https://registry.npmjs.org/hast-util-to-text/-/hast-util-to-text-4.0.2.tgz", 2916 "integrity": "sha512-KK6y/BN8lbaq654j7JgBydev7wuNMcID54lkRav1P0CaE1e47P72AWWPiGKXTJU271ooYzcvTAn/Zt0REnvc7A==", 2917 "dev": true, 2918 "dependencies": { 2919 "@types/hast": "^3.0.0", 2920 "@types/unist": "^3.0.0", 2921 "hast-util-is-element": "^3.0.0", 2922 "unist-util-find-after": "^5.0.0" 2923 }, 2924 "funding": { 2925 "type": "opencollective", 2926 "url": "https://opencollective.com/unified" 2927 } 2928 }, 2929 "node_modules/hast-util-whitespace": { 2930 "version": "3.0.0", 2931 "resolved": "https://registry.npmjs.org/hast-util-whitespace/-/hast-util-whitespace-3.0.0.tgz", 2932 "integrity": "sha512-88JUN06ipLwsnv+dVn+OIYOvAuvBMy/Qoi6O7mQHxdPXpjy+Cd6xRkWwux7DKO+4sYILtLBRIKgsdpS2gQc7qw==", 2933 "dev": true, 2934 "dependencies": { 2935 "@types/hast": "^3.0.0" 2936 }, 2937 "funding": { 2938 "type": "opencollective", 2939 "url": "https://opencollective.com/unified" 2940 } 2941 }, 2942 "node_modules/hastscript": { 2943 "version": "9.0.1", 2944 "resolved": "https://registry.npmjs.org/hastscript/-/hastscript-9.0.1.tgz", 2945 "integrity": "sha512-g7df9rMFX/SPi34tyGCyUBREQoKkapwdY/T04Qn9TDWfHhAYt4/I0gMVirzK5wEzeUqIjEB+LXC/ypb7Aqno5w==", 2946 "dev": true, 2947 "dependencies": { 2948 "@types/hast": "^3.0.0", 2949 "comma-separated-tokens": "^2.0.0", 2950 "hast-util-parse-selector": "^4.0.0", 2951 "property-information": "^7.0.0", 2952 "space-separated-tokens": "^2.0.0" 2953 }, 2954 "funding": { 2955 "type": "opencollective", 2956 "url": "https://opencollective.com/unified" 2957 } 2958 }, 2959 "node_modules/html-escaper": { 2960 "version": "3.0.3", 2961 "resolved": "https://registry.npmjs.org/html-escaper/-/html-escaper-3.0.3.tgz", 2962 "integrity": "sha512-RuMffC89BOWQoY0WKGpIhn5gX3iI54O6nRA0yC124NYVtzjmFWBIiFd8M0x+ZdX0P9R4lADg1mgP8C7PxGOWuQ==", 2963 "dev": true 2964 }, 2965 "node_modules/html-void-elements": { 2966 "version": "3.0.0", 2967 "resolved": "https://registry.npmjs.org/html-void-elements/-/html-void-elements-3.0.0.tgz", 2968 "integrity": "sha512-bEqo66MRXsUGxWHV5IP0PUiAWwoEjba4VCzg0LjFJBpchPaTfyfCKTG6bc5F8ucKec3q5y6qOdGyYTSBEvhCrg==", 2969 "dev": true, 2970 "funding": { 2971 "type": "github", 2972 "url": "https://github.com/sponsors/wooorm" 2973 } 2974 }, 2975 "node_modules/http-cache-semantics": { 2976 "version": "4.1.1", 2977 "resolved": "https://registry.npmjs.org/http-cache-semantics/-/http-cache-semantics-4.1.1.tgz", 2978 "integrity": "sha512-er295DKPVsV82j5kw1Gjt+ADA/XYHsajl82cGNQG2eyoPkvgUhX+nDIyelzhIWbbsXP39EHcI6l5tYs2FYqYXQ==", 2979 "dev": true 2980 }, 2981 "node_modules/iconoir": { 2982 "version": "7.11.0", 2983 "resolved": "https://registry.npmjs.org/iconoir/-/iconoir-7.11.0.tgz", 2984 "integrity": "sha512-F9T/E08aJBaQ+VOBjn+ChWKn3hFwsaK5VZ024OFMxdDaxKjLGDpU/OsU7MO9wXM+mDs4ZImypdXIn0fFZAXKmA==", 2985 "funding": { 2986 "type": "opencollective", 2987 "url": "https://opencollective.com/iconoir" 2988 } 2989 }, 2990 "node_modules/idb-keyval": { 2991 "version": "6.2.1", 2992 "resolved": "https://registry.npmjs.org/idb-keyval/-/idb-keyval-6.2.1.tgz", 2993 "integrity": "sha512-8Sb3veuYCyrZL+VBt9LJfZjLUPWVvqn8tG28VqYNFCo43KHcKuq+b4EiXGeuaLAQWL2YmyDgMp2aSpH9JHsEQg==" 2994 }, 2995 "node_modules/immutable": { 2996 "version": "5.1.1", 2997 "resolved": "https://registry.npmjs.org/immutable/-/immutable-5.1.1.tgz", 2998 "integrity": "sha512-3jatXi9ObIsPGr3N5hGw/vWWcTkq6hUYhpQz4k0wLC+owqWi/LiugIw9x0EdNZ2yGedKN/HzePiBvaJRXa0Ujg==", 2999 "dev": true 3000 }, 3001 "node_modules/import-meta-resolve": { 3002 "version": "4.1.0", 3003 "resolved": "https://registry.npmjs.org/import-meta-resolve/-/import-meta-resolve-4.1.0.tgz", 3004 "integrity": "sha512-I6fiaX09Xivtk+THaMfAwnA3MVA5Big1WHF1Dfx9hFuvNIWpXnorlkzhcQf6ehrqQiiZECRt1poOAkPmer3ruw==", 3005 "dev": true, 3006 "funding": { 3007 "type": "github", 3008 "url": "https://github.com/sponsors/wooorm" 3009 } 3010 }, 3011 "node_modules/iron-webcrypto": { 3012 "version": "1.2.1", 3013 "resolved": "https://registry.npmjs.org/iron-webcrypto/-/iron-webcrypto-1.2.1.tgz", 3014 "integrity": "sha512-feOM6FaSr6rEABp/eDfVseKyTMDt+KGpeB35SkVn9Tyn0CqvVsY3EwI0v5i8nMHyJnzCIQf7nsy3p41TPkJZhg==", 3015 "dev": true, 3016 "funding": { 3017 "url": "https://github.com/sponsors/brc-dd" 3018 } 3019 }, 3020 "node_modules/is-arrayish": { 3021 "version": "0.3.2", 3022 "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.3.2.tgz", 3023 "integrity": "sha512-eVRqCvVlZbuw3GrM63ovNSNAeA1K16kaR/LRY/92w0zxQ5/1YzwblUX652i4Xs9RwAGjW9d9y6X88t8OaAJfWQ==", 3024 "dev": true, 3025 "optional": true 3026 }, 3027 "node_modules/is-docker": { 3028 "version": "3.0.0", 3029 "resolved": "https://registry.npmjs.org/is-docker/-/is-docker-3.0.0.tgz", 3030 "integrity": "sha512-eljcgEDlEns/7AXFosB5K/2nCM4P7FQPkGc/DWLy5rmFEWvZayGrik1d9/QIY5nJ4f9YsVvBkA6kJpHn9rISdQ==", 3031 "dev": true, 3032 "bin": { 3033 "is-docker": "cli.js" 3034 }, 3035 "engines": { 3036 "node": "^12.20.0 || ^14.13.1 || >=16.0.0" 3037 }, 3038 "funding": { 3039 "url": "https://github.com/sponsors/sindresorhus" 3040 } 3041 }, 3042 "node_modules/is-extglob": { 3043 "version": "2.1.1", 3044 "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz", 3045 "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==", 3046 "dev": true, 3047 "optional": true, 3048 "engines": { 3049 "node": ">=0.10.0" 3050 } 3051 }, 3052 "node_modules/is-fullwidth-code-point": { 3053 "version": "3.0.0", 3054 "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", 3055 "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", 3056 "dev": true, 3057 "engines": { 3058 "node": ">=8" 3059 } 3060 }, 3061 "node_modules/is-glob": { 3062 "version": "4.0.3", 3063 "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz", 3064 "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==", 3065 "dev": true, 3066 "optional": true, 3067 "dependencies": { 3068 "is-extglob": "^2.1.1" 3069 }, 3070 "engines": { 3071 "node": ">=0.10.0" 3072 } 3073 }, 3074 "node_modules/is-inside-container": { 3075 "version": "1.0.0", 3076 "resolved": "https://registry.npmjs.org/is-inside-container/-/is-inside-container-1.0.0.tgz", 3077 "integrity": "sha512-KIYLCCJghfHZxqjYBE7rEy0OBuTd5xCHS7tHVgvCLkx7StIoaxwNW3hCALgEUjFfeRk+MG/Qxmp/vtETEF3tRA==", 3078 "dev": true, 3079 "dependencies": { 3080 "is-docker": "^3.0.0" 3081 }, 3082 "bin": { 3083 "is-inside-container": "cli.js" 3084 }, 3085 "engines": { 3086 "node": ">=14.16" 3087 }, 3088 "funding": { 3089 "url": "https://github.com/sponsors/sindresorhus" 3090 } 3091 }, 3092 "node_modules/is-number": { 3093 "version": "7.0.0", 3094 "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz", 3095 "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==", 3096 "dev": true, 3097 "optional": true, 3098 "engines": { 3099 "node": ">=0.12.0" 3100 } 3101 }, 3102 "node_modules/is-plain-obj": { 3103 "version": "4.1.0", 3104 "resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-4.1.0.tgz", 3105 "integrity": "sha512-+Pgi+vMuUNkJyExiMBt5IlFoMyKnr5zhJ4Uspz58WOhBF5QoIZkFyNHIbBAtHwzVAgk5RtndVNsDRN61/mmDqg==", 3106 "dev": true, 3107 "engines": { 3108 "node": ">=12" 3109 }, 3110 "funding": { 3111 "url": "https://github.com/sponsors/sindresorhus" 3112 } 3113 }, 3114 "node_modules/is-wsl": { 3115 "version": "3.1.0", 3116 "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-3.1.0.tgz", 3117 "integrity": "sha512-UcVfVfaK4Sc4m7X3dUSoHoozQGBEFeDC+zVo06t98xe8CzHSZZBekNXH+tu0NalHolcJ/QAGqS46Hef7QXBIMw==", 3118 "dev": true, 3119 "dependencies": { 3120 "is-inside-container": "^1.0.0" 3121 }, 3122 "engines": { 3123 "node": ">=16" 3124 }, 3125 "funding": { 3126 "url": "https://github.com/sponsors/sindresorhus" 3127 } 3128 }, 3129 "node_modules/isexe": { 3130 "version": "2.0.0", 3131 "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz", 3132 "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==", 3133 "dev": true 3134 }, 3135 "node_modules/jackspeak": { 3136 "version": "4.1.0", 3137 "resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-4.1.0.tgz", 3138 "integrity": "sha512-9DDdhb5j6cpeitCbvLO7n7J4IxnbM6hoF6O1g4HQ5TfhvvKN8ywDM7668ZhMHRqVmxqhps/F6syWK2KcPxYlkw==", 3139 "dev": true, 3140 "dependencies": { 3141 "@isaacs/cliui": "^8.0.2" 3142 }, 3143 "engines": { 3144 "node": "20 || >=22" 3145 }, 3146 "funding": { 3147 "url": "https://github.com/sponsors/isaacs" 3148 } 3149 }, 3150 "node_modules/js-yaml": { 3151 "version": "4.1.0", 3152 "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz", 3153 "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==", 3154 "dev": true, 3155 "dependencies": { 3156 "argparse": "^2.0.1" 3157 }, 3158 "bin": { 3159 "js-yaml": "bin/js-yaml.js" 3160 } 3161 }, 3162 "node_modules/kleur": { 3163 "version": "4.1.5", 3164 "resolved": "https://registry.npmjs.org/kleur/-/kleur-4.1.5.tgz", 3165 "integrity": "sha512-o+NO+8WrRiQEE4/7nwRJhN1HWpVmJm511pBHUxPLtp0BUISzlBplORYSmTclCnJvQq2tKu/sgl3xVpkc7ZWuQQ==", 3166 "dev": true, 3167 "engines": { 3168 "node": ">=6" 3169 } 3170 }, 3171 "node_modules/longest-streak": { 3172 "version": "3.1.0", 3173 "resolved": "https://registry.npmjs.org/longest-streak/-/longest-streak-3.1.0.tgz", 3174 "integrity": "sha512-9Ri+o0JYgehTaVBBDoMqIl8GXtbWg711O3srftcHhZ0dqnETqLaoIK0x17fUw9rFSlK/0NlsKe0Ahhyl5pXE2g==", 3175 "dev": true, 3176 "funding": { 3177 "type": "github", 3178 "url": "https://github.com/sponsors/wooorm" 3179 } 3180 }, 3181 "node_modules/lru-cache": { 3182 "version": "10.4.3", 3183 "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz", 3184 "integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==", 3185 "dev": true 3186 }, 3187 "node_modules/magic-string": { 3188 "version": "0.30.17", 3189 "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.17.tgz", 3190 "integrity": "sha512-sNPKHvyjVf7gyjwS4xGTaW/mCnF8wnjtifKBEhxfZ7E/S8tQ0rssrwGNn6q8JH/ohItJfSQp9mBtQYuTlH5QnA==", 3191 "dev": true, 3192 "dependencies": { 3193 "@jridgewell/sourcemap-codec": "^1.5.0" 3194 } 3195 }, 3196 "node_modules/magicast": { 3197 "version": "0.3.5", 3198 "resolved": "https://registry.npmjs.org/magicast/-/magicast-0.3.5.tgz", 3199 "integrity": "sha512-L0WhttDl+2BOsybvEOLK7fW3UA0OQ0IQ2d6Zl2x/a6vVRs3bAY0ECOSHHeL5jD+SbOpOCUEi0y1DgHEn9Qn1AQ==", 3200 "dev": true, 3201 "dependencies": { 3202 "@babel/parser": "^7.25.4", 3203 "@babel/types": "^7.25.4", 3204 "source-map-js": "^1.2.0" 3205 } 3206 }, 3207 "node_modules/markdown-table": { 3208 "version": "3.0.4", 3209 "resolved": "https://registry.npmjs.org/markdown-table/-/markdown-table-3.0.4.tgz", 3210 "integrity": "sha512-wiYz4+JrLyb/DqW2hkFJxP7Vd7JuTDm77fvbM8VfEQdmSMqcImWeeRbHwZjBjIFki/VaMK2BhFi7oUUZeM5bqw==", 3211 "dev": true, 3212 "funding": { 3213 "type": "github", 3214 "url": "https://github.com/sponsors/wooorm" 3215 } 3216 }, 3217 "node_modules/mdast-util-definitions": { 3218 "version": "6.0.0", 3219 "resolved": "https://registry.npmjs.org/mdast-util-definitions/-/mdast-util-definitions-6.0.0.tgz", 3220 "integrity": "sha512-scTllyX6pnYNZH/AIp/0ePz6s4cZtARxImwoPJ7kS42n+MnVsI4XbnG6d4ibehRIldYMWM2LD7ImQblVhUejVQ==", 3221 "dev": true, 3222 "dependencies": { 3223 "@types/mdast": "^4.0.0", 3224 "@types/unist": "^3.0.0", 3225 "unist-util-visit": "^5.0.0" 3226 }, 3227 "funding": { 3228 "type": "opencollective", 3229 "url": "https://opencollective.com/unified" 3230 } 3231 }, 3232 "node_modules/mdast-util-find-and-replace": { 3233 "version": "3.0.2", 3234 "resolved": "https://registry.npmjs.org/mdast-util-find-and-replace/-/mdast-util-find-and-replace-3.0.2.tgz", 3235 "integrity": "sha512-Tmd1Vg/m3Xz43afeNxDIhWRtFZgM2VLyaf4vSTYwudTyeuTneoL3qtWMA5jeLyz/O1vDJmmV4QuScFCA2tBPwg==", 3236 "dev": true, 3237 "dependencies": { 3238 "@types/mdast": "^4.0.0", 3239 "escape-string-regexp": "^5.0.0", 3240 "unist-util-is": "^6.0.0", 3241 "unist-util-visit-parents": "^6.0.0" 3242 }, 3243 "funding": { 3244 "type": "opencollective", 3245 "url": "https://opencollective.com/unified" 3246 } 3247 }, 3248 "node_modules/mdast-util-from-markdown": { 3249 "version": "2.0.2", 3250 "resolved": "https://registry.npmjs.org/mdast-util-from-markdown/-/mdast-util-from-markdown-2.0.2.tgz", 3251 "integrity": "sha512-uZhTV/8NBuw0WHkPTrCqDOl0zVe1BIng5ZtHoDk49ME1qqcjYmmLmOf0gELgcRMxN4w2iuIeVso5/6QymSrgmA==", 3252 "dev": true, 3253 "dependencies": { 3254 "@types/mdast": "^4.0.0", 3255 "@types/unist": "^3.0.0", 3256 "decode-named-character-reference": "^1.0.0", 3257 "devlop": "^1.0.0", 3258 "mdast-util-to-string": "^4.0.0", 3259 "micromark": "^4.0.0", 3260 "micromark-util-decode-numeric-character-reference": "^2.0.0", 3261 "micromark-util-decode-string": "^2.0.0", 3262 "micromark-util-normalize-identifier": "^2.0.0", 3263 "micromark-util-symbol": "^2.0.0", 3264 "micromark-util-types": "^2.0.0", 3265 "unist-util-stringify-position": "^4.0.0" 3266 }, 3267 "funding": { 3268 "type": "opencollective", 3269 "url": "https://opencollective.com/unified" 3270 } 3271 }, 3272 "node_modules/mdast-util-gfm": { 3273 "version": "3.1.0", 3274 "resolved": "https://registry.npmjs.org/mdast-util-gfm/-/mdast-util-gfm-3.1.0.tgz", 3275 "integrity": "sha512-0ulfdQOM3ysHhCJ1p06l0b0VKlhU0wuQs3thxZQagjcjPrlFRqY215uZGHHJan9GEAXd9MbfPjFJz+qMkVR6zQ==", 3276 "dev": true, 3277 "dependencies": { 3278 "mdast-util-from-markdown": "^2.0.0", 3279 "mdast-util-gfm-autolink-literal": "^2.0.0", 3280 "mdast-util-gfm-footnote": "^2.0.0", 3281 "mdast-util-gfm-strikethrough": "^2.0.0", 3282 "mdast-util-gfm-table": "^2.0.0", 3283 "mdast-util-gfm-task-list-item": "^2.0.0", 3284 "mdast-util-to-markdown": "^2.0.0" 3285 }, 3286 "funding": { 3287 "type": "opencollective", 3288 "url": "https://opencollective.com/unified" 3289 } 3290 }, 3291 "node_modules/mdast-util-gfm-autolink-literal": { 3292 "version": "2.0.1", 3293 "resolved": "https://registry.npmjs.org/mdast-util-gfm-autolink-literal/-/mdast-util-gfm-autolink-literal-2.0.1.tgz", 3294 "integrity": "sha512-5HVP2MKaP6L+G6YaxPNjuL0BPrq9orG3TsrZ9YXbA3vDw/ACI4MEsnoDpn6ZNm7GnZgtAcONJyPhOP8tNJQavQ==", 3295 "dev": true, 3296 "dependencies": { 3297 "@types/mdast": "^4.0.0", 3298 "ccount": "^2.0.0", 3299 "devlop": "^1.0.0", 3300 "mdast-util-find-and-replace": "^3.0.0", 3301 "micromark-util-character": "^2.0.0" 3302 }, 3303 "funding": { 3304 "type": "opencollective", 3305 "url": "https://opencollective.com/unified" 3306 } 3307 }, 3308 "node_modules/mdast-util-gfm-footnote": { 3309 "version": "2.1.0", 3310 "resolved": "https://registry.npmjs.org/mdast-util-gfm-footnote/-/mdast-util-gfm-footnote-2.1.0.tgz", 3311 "integrity": "sha512-sqpDWlsHn7Ac9GNZQMeUzPQSMzR6Wv0WKRNvQRg0KqHh02fpTz69Qc1QSseNX29bhz1ROIyNyxExfawVKTm1GQ==", 3312 "dev": true, 3313 "dependencies": { 3314 "@types/mdast": "^4.0.0", 3315 "devlop": "^1.1.0", 3316 "mdast-util-from-markdown": "^2.0.0", 3317 "mdast-util-to-markdown": "^2.0.0", 3318 "micromark-util-normalize-identifier": "^2.0.0" 3319 }, 3320 "funding": { 3321 "type": "opencollective", 3322 "url": "https://opencollective.com/unified" 3323 } 3324 }, 3325 "node_modules/mdast-util-gfm-strikethrough": { 3326 "version": "2.0.0", 3327 "resolved": "https://registry.npmjs.org/mdast-util-gfm-strikethrough/-/mdast-util-gfm-strikethrough-2.0.0.tgz", 3328 "integrity": "sha512-mKKb915TF+OC5ptj5bJ7WFRPdYtuHv0yTRxK2tJvi+BDqbkiG7h7u/9SI89nRAYcmap2xHQL9D+QG/6wSrTtXg==", 3329 "dev": true, 3330 "dependencies": { 3331 "@types/mdast": "^4.0.0", 3332 "mdast-util-from-markdown": "^2.0.0", 3333 "mdast-util-to-markdown": "^2.0.0" 3334 }, 3335 "funding": { 3336 "type": "opencollective", 3337 "url": "https://opencollective.com/unified" 3338 } 3339 }, 3340 "node_modules/mdast-util-gfm-table": { 3341 "version": "2.0.0", 3342 "resolved": "https://registry.npmjs.org/mdast-util-gfm-table/-/mdast-util-gfm-table-2.0.0.tgz", 3343 "integrity": "sha512-78UEvebzz/rJIxLvE7ZtDd/vIQ0RHv+3Mh5DR96p7cS7HsBhYIICDBCu8csTNWNO6tBWfqXPWekRuj2FNOGOZg==", 3344 "dev": true, 3345 "dependencies": { 3346 "@types/mdast": "^4.0.0", 3347 "devlop": "^1.0.0", 3348 "markdown-table": "^3.0.0", 3349 "mdast-util-from-markdown": "^2.0.0", 3350 "mdast-util-to-markdown": "^2.0.0" 3351 }, 3352 "funding": { 3353 "type": "opencollective", 3354 "url": "https://opencollective.com/unified" 3355 } 3356 }, 3357 "node_modules/mdast-util-gfm-task-list-item": { 3358 "version": "2.0.0", 3359 "resolved": "https://registry.npmjs.org/mdast-util-gfm-task-list-item/-/mdast-util-gfm-task-list-item-2.0.0.tgz", 3360 "integrity": "sha512-IrtvNvjxC1o06taBAVJznEnkiHxLFTzgonUdy8hzFVeDun0uTjxxrRGVaNFqkU1wJR3RBPEfsxmU6jDWPofrTQ==", 3361 "dev": true, 3362 "dependencies": { 3363 "@types/mdast": "^4.0.0", 3364 "devlop": "^1.0.0", 3365 "mdast-util-from-markdown": "^2.0.0", 3366 "mdast-util-to-markdown": "^2.0.0" 3367 }, 3368 "funding": { 3369 "type": "opencollective", 3370 "url": "https://opencollective.com/unified" 3371 } 3372 }, 3373 "node_modules/mdast-util-phrasing": { 3374 "version": "4.1.0", 3375 "resolved": "https://registry.npmjs.org/mdast-util-phrasing/-/mdast-util-phrasing-4.1.0.tgz", 3376 "integrity": "sha512-TqICwyvJJpBwvGAMZjj4J2n0X8QWp21b9l0o7eXyVJ25YNWYbJDVIyD1bZXE6WtV6RmKJVYmQAKWa0zWOABz2w==", 3377 "dev": true, 3378 "dependencies": { 3379 "@types/mdast": "^4.0.0", 3380 "unist-util-is": "^6.0.0" 3381 }, 3382 "funding": { 3383 "type": "opencollective", 3384 "url": "https://opencollective.com/unified" 3385 } 3386 }, 3387 "node_modules/mdast-util-to-hast": { 3388 "version": "13.2.0", 3389 "resolved": "https://registry.npmjs.org/mdast-util-to-hast/-/mdast-util-to-hast-13.2.0.tgz", 3390 "integrity": "sha512-QGYKEuUsYT9ykKBCMOEDLsU5JRObWQusAolFMeko/tYPufNkRffBAQjIE+99jbA87xv6FgmjLtwjh9wBWajwAA==", 3391 "dev": true, 3392 "dependencies": { 3393 "@types/hast": "^3.0.0", 3394 "@types/mdast": "^4.0.0", 3395 "@ungap/structured-clone": "^1.0.0", 3396 "devlop": "^1.0.0", 3397 "micromark-util-sanitize-uri": "^2.0.0", 3398 "trim-lines": "^3.0.0", 3399 "unist-util-position": "^5.0.0", 3400 "unist-util-visit": "^5.0.0", 3401 "vfile": "^6.0.0" 3402 }, 3403 "funding": { 3404 "type": "opencollective", 3405 "url": "https://opencollective.com/unified" 3406 } 3407 }, 3408 "node_modules/mdast-util-to-markdown": { 3409 "version": "2.1.2", 3410 "resolved": "https://registry.npmjs.org/mdast-util-to-markdown/-/mdast-util-to-markdown-2.1.2.tgz", 3411 "integrity": "sha512-xj68wMTvGXVOKonmog6LwyJKrYXZPvlwabaryTjLh9LuvovB/KAH+kvi8Gjj+7rJjsFi23nkUxRQv1KqSroMqA==", 3412 "dev": true, 3413 "dependencies": { 3414 "@types/mdast": "^4.0.0", 3415 "@types/unist": "^3.0.0", 3416 "longest-streak": "^3.0.0", 3417 "mdast-util-phrasing": "^4.0.0", 3418 "mdast-util-to-string": "^4.0.0", 3419 "micromark-util-classify-character": "^2.0.0", 3420 "micromark-util-decode-string": "^2.0.0", 3421 "unist-util-visit": "^5.0.0", 3422 "zwitch": "^2.0.0" 3423 }, 3424 "funding": { 3425 "type": "opencollective", 3426 "url": "https://opencollective.com/unified" 3427 } 3428 }, 3429 "node_modules/mdast-util-to-string": { 3430 "version": "4.0.0", 3431 "resolved": "https://registry.npmjs.org/mdast-util-to-string/-/mdast-util-to-string-4.0.0.tgz", 3432 "integrity": "sha512-0H44vDimn51F0YwvxSJSm0eCDOJTRlmN0R1yBh4HLj9wiV1Dn0QoXGbvFAWj2hSItVTlCmBF1hqKlIyUBVFLPg==", 3433 "dev": true, 3434 "dependencies": { 3435 "@types/mdast": "^4.0.0" 3436 }, 3437 "funding": { 3438 "type": "opencollective", 3439 "url": "https://opencollective.com/unified" 3440 } 3441 }, 3442 "node_modules/mdn-data": { 3443 "version": "2.12.2", 3444 "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.12.2.tgz", 3445 "integrity": "sha512-IEn+pegP1aManZuckezWCO+XZQDplx1366JoVhTpMpBB1sPey/SbveZQUosKiKiGYjg1wH4pMlNgXbCiYgihQA==", 3446 "dev": true 3447 }, 3448 "node_modules/micromark": { 3449 "version": "4.0.2", 3450 "resolved": "https://registry.npmjs.org/micromark/-/micromark-4.0.2.tgz", 3451 "integrity": "sha512-zpe98Q6kvavpCr1NPVSCMebCKfD7CA2NqZ+rykeNhONIJBpc1tFKt9hucLGwha3jNTNI8lHpctWJWoimVF4PfA==", 3452 "dev": true, 3453 "funding": [ 3454 { 3455 "type": "GitHub Sponsors", 3456 "url": "https://github.com/sponsors/unifiedjs" 3457 }, 3458 { 3459 "type": "OpenCollective", 3460 "url": "https://opencollective.com/unified" 3461 } 3462 ], 3463 "dependencies": { 3464 "@types/debug": "^4.0.0", 3465 "debug": "^4.0.0", 3466 "decode-named-character-reference": "^1.0.0", 3467 "devlop": "^1.0.0", 3468 "micromark-core-commonmark": "^2.0.0", 3469 "micromark-factory-space": "^2.0.0", 3470 "micromark-util-character": "^2.0.0", 3471 "micromark-util-chunked": "^2.0.0", 3472 "micromark-util-combine-extensions": "^2.0.0", 3473 "micromark-util-decode-numeric-character-reference": "^2.0.0", 3474 "micromark-util-encode": "^2.0.0", 3475 "micromark-util-normalize-identifier": "^2.0.0", 3476 "micromark-util-resolve-all": "^2.0.0", 3477 "micromark-util-sanitize-uri": "^2.0.0", 3478 "micromark-util-subtokenize": "^2.0.0", 3479 "micromark-util-symbol": "^2.0.0", 3480 "micromark-util-types": "^2.0.0" 3481 } 3482 }, 3483 "node_modules/micromark-core-commonmark": { 3484 "version": "2.0.3", 3485 "resolved": "https://registry.npmjs.org/micromark-core-commonmark/-/micromark-core-commonmark-2.0.3.tgz", 3486 "integrity": "sha512-RDBrHEMSxVFLg6xvnXmb1Ayr2WzLAWjeSATAoxwKYJV94TeNavgoIdA0a9ytzDSVzBy2YKFK+emCPOEibLeCrg==", 3487 "dev": true, 3488 "funding": [ 3489 { 3490 "type": "GitHub Sponsors", 3491 "url": "https://github.com/sponsors/unifiedjs" 3492 }, 3493 { 3494 "type": "OpenCollective", 3495 "url": "https://opencollective.com/unified" 3496 } 3497 ], 3498 "dependencies": { 3499 "decode-named-character-reference": "^1.0.0", 3500 "devlop": "^1.0.0", 3501 "micromark-factory-destination": "^2.0.0", 3502 "micromark-factory-label": "^2.0.0", 3503 "micromark-factory-space": "^2.0.0", 3504 "micromark-factory-title": "^2.0.0", 3505 "micromark-factory-whitespace": "^2.0.0", 3506 "micromark-util-character": "^2.0.0", 3507 "micromark-util-chunked": "^2.0.0", 3508 "micromark-util-classify-character": "^2.0.0", 3509 "micromark-util-html-tag-name": "^2.0.0", 3510 "micromark-util-normalize-identifier": "^2.0.0", 3511 "micromark-util-resolve-all": "^2.0.0", 3512 "micromark-util-subtokenize": "^2.0.0", 3513 "micromark-util-symbol": "^2.0.0", 3514 "micromark-util-types": "^2.0.0" 3515 } 3516 }, 3517 "node_modules/micromark-extension-gfm": { 3518 "version": "3.0.0", 3519 "resolved": "https://registry.npmjs.org/micromark-extension-gfm/-/micromark-extension-gfm-3.0.0.tgz", 3520 "integrity": "sha512-vsKArQsicm7t0z2GugkCKtZehqUm31oeGBV/KVSorWSy8ZlNAv7ytjFhvaryUiCUJYqs+NoE6AFhpQvBTM6Q4w==", 3521 "dev": true, 3522 "dependencies": { 3523 "micromark-extension-gfm-autolink-literal": "^2.0.0", 3524 "micromark-extension-gfm-footnote": "^2.0.0", 3525 "micromark-extension-gfm-strikethrough": "^2.0.0", 3526 "micromark-extension-gfm-table": "^2.0.0", 3527 "micromark-extension-gfm-tagfilter": "^2.0.0", 3528 "micromark-extension-gfm-task-list-item": "^2.0.0", 3529 "micromark-util-combine-extensions": "^2.0.0", 3530 "micromark-util-types": "^2.0.0" 3531 }, 3532 "funding": { 3533 "type": "opencollective", 3534 "url": "https://opencollective.com/unified" 3535 } 3536 }, 3537 "node_modules/micromark-extension-gfm-autolink-literal": { 3538 "version": "2.1.0", 3539 "resolved": "https://registry.npmjs.org/micromark-extension-gfm-autolink-literal/-/micromark-extension-gfm-autolink-literal-2.1.0.tgz", 3540 "integrity": "sha512-oOg7knzhicgQ3t4QCjCWgTmfNhvQbDDnJeVu9v81r7NltNCVmhPy1fJRX27pISafdjL+SVc4d3l48Gb6pbRypw==", 3541 "dev": true, 3542 "dependencies": { 3543 "micromark-util-character": "^2.0.0", 3544 "micromark-util-sanitize-uri": "^2.0.0", 3545 "micromark-util-symbol": "^2.0.0", 3546 "micromark-util-types": "^2.0.0" 3547 }, 3548 "funding": { 3549 "type": "opencollective", 3550 "url": "https://opencollective.com/unified" 3551 } 3552 }, 3553 "node_modules/micromark-extension-gfm-footnote": { 3554 "version": "2.1.0", 3555 "resolved": "https://registry.npmjs.org/micromark-extension-gfm-footnote/-/micromark-extension-gfm-footnote-2.1.0.tgz", 3556 "integrity": "sha512-/yPhxI1ntnDNsiHtzLKYnE3vf9JZ6cAisqVDauhp4CEHxlb4uoOTxOCJ+9s51bIB8U1N1FJ1RXOKTIlD5B/gqw==", 3557 "dev": true, 3558 "dependencies": { 3559 "devlop": "^1.0.0", 3560 "micromark-core-commonmark": "^2.0.0", 3561 "micromark-factory-space": "^2.0.0", 3562 "micromark-util-character": "^2.0.0", 3563 "micromark-util-normalize-identifier": "^2.0.0", 3564 "micromark-util-sanitize-uri": "^2.0.0", 3565 "micromark-util-symbol": "^2.0.0", 3566 "micromark-util-types": "^2.0.0" 3567 }, 3568 "funding": { 3569 "type": "opencollective", 3570 "url": "https://opencollective.com/unified" 3571 } 3572 }, 3573 "node_modules/micromark-extension-gfm-strikethrough": { 3574 "version": "2.1.0", 3575 "resolved": "https://registry.npmjs.org/micromark-extension-gfm-strikethrough/-/micromark-extension-gfm-strikethrough-2.1.0.tgz", 3576 "integrity": "sha512-ADVjpOOkjz1hhkZLlBiYA9cR2Anf8F4HqZUO6e5eDcPQd0Txw5fxLzzxnEkSkfnD0wziSGiv7sYhk/ktvbf1uw==", 3577 "dev": true, 3578 "dependencies": { 3579 "devlop": "^1.0.0", 3580 "micromark-util-chunked": "^2.0.0", 3581 "micromark-util-classify-character": "^2.0.0", 3582 "micromark-util-resolve-all": "^2.0.0", 3583 "micromark-util-symbol": "^2.0.0", 3584 "micromark-util-types": "^2.0.0" 3585 }, 3586 "funding": { 3587 "type": "opencollective", 3588 "url": "https://opencollective.com/unified" 3589 } 3590 }, 3591 "node_modules/micromark-extension-gfm-table": { 3592 "version": "2.1.1", 3593 "resolved": "https://registry.npmjs.org/micromark-extension-gfm-table/-/micromark-extension-gfm-table-2.1.1.tgz", 3594 "integrity": "sha512-t2OU/dXXioARrC6yWfJ4hqB7rct14e8f7m0cbI5hUmDyyIlwv5vEtooptH8INkbLzOatzKuVbQmAYcbWoyz6Dg==", 3595 "dev": true, 3596 "dependencies": { 3597 "devlop": "^1.0.0", 3598 "micromark-factory-space": "^2.0.0", 3599 "micromark-util-character": "^2.0.0", 3600 "micromark-util-symbol": "^2.0.0", 3601 "micromark-util-types": "^2.0.0" 3602 }, 3603 "funding": { 3604 "type": "opencollective", 3605 "url": "https://opencollective.com/unified" 3606 } 3607 }, 3608 "node_modules/micromark-extension-gfm-tagfilter": { 3609 "version": "2.0.0", 3610 "resolved": "https://registry.npmjs.org/micromark-extension-gfm-tagfilter/-/micromark-extension-gfm-tagfilter-2.0.0.tgz", 3611 "integrity": "sha512-xHlTOmuCSotIA8TW1mDIM6X2O1SiX5P9IuDtqGonFhEK0qgRI4yeC6vMxEV2dgyr2TiD+2PQ10o+cOhdVAcwfg==", 3612 "dev": true, 3613 "dependencies": { 3614 "micromark-util-types": "^2.0.0" 3615 }, 3616 "funding": { 3617 "type": "opencollective", 3618 "url": "https://opencollective.com/unified" 3619 } 3620 }, 3621 "node_modules/micromark-extension-gfm-task-list-item": { 3622 "version": "2.1.0", 3623 "resolved": "https://registry.npmjs.org/micromark-extension-gfm-task-list-item/-/micromark-extension-gfm-task-list-item-2.1.0.tgz", 3624 "integrity": "sha512-qIBZhqxqI6fjLDYFTBIa4eivDMnP+OZqsNwmQ3xNLE4Cxwc+zfQEfbs6tzAo2Hjq+bh6q5F+Z8/cksrLFYWQQw==", 3625 "dev": true, 3626 "dependencies": { 3627 "devlop": "^1.0.0", 3628 "micromark-factory-space": "^2.0.0", 3629 "micromark-util-character": "^2.0.0", 3630 "micromark-util-symbol": "^2.0.0", 3631 "micromark-util-types": "^2.0.0" 3632 }, 3633 "funding": { 3634 "type": "opencollective", 3635 "url": "https://opencollective.com/unified" 3636 } 3637 }, 3638 "node_modules/micromark-factory-destination": { 3639 "version": "2.0.1", 3640 "resolved": "https://registry.npmjs.org/micromark-factory-destination/-/micromark-factory-destination-2.0.1.tgz", 3641 "integrity": "sha512-Xe6rDdJlkmbFRExpTOmRj9N3MaWmbAgdpSrBQvCFqhezUn4AHqJHbaEnfbVYYiexVSs//tqOdY/DxhjdCiJnIA==", 3642 "dev": true, 3643 "funding": [ 3644 { 3645 "type": "GitHub Sponsors", 3646 "url": "https://github.com/sponsors/unifiedjs" 3647 }, 3648 { 3649 "type": "OpenCollective", 3650 "url": "https://opencollective.com/unified" 3651 } 3652 ], 3653 "dependencies": { 3654 "micromark-util-character": "^2.0.0", 3655 "micromark-util-symbol": "^2.0.0", 3656 "micromark-util-types": "^2.0.0" 3657 } 3658 }, 3659 "node_modules/micromark-factory-label": { 3660 "version": "2.0.1", 3661 "resolved": "https://registry.npmjs.org/micromark-factory-label/-/micromark-factory-label-2.0.1.tgz", 3662 "integrity": "sha512-VFMekyQExqIW7xIChcXn4ok29YE3rnuyveW3wZQWWqF4Nv9Wk5rgJ99KzPvHjkmPXF93FXIbBp6YdW3t71/7Vg==", 3663 "dev": true, 3664 "funding": [ 3665 { 3666 "type": "GitHub Sponsors", 3667 "url": "https://github.com/sponsors/unifiedjs" 3668 }, 3669 { 3670 "type": "OpenCollective", 3671 "url": "https://opencollective.com/unified" 3672 } 3673 ], 3674 "dependencies": { 3675 "devlop": "^1.0.0", 3676 "micromark-util-character": "^2.0.0", 3677 "micromark-util-symbol": "^2.0.0", 3678 "micromark-util-types": "^2.0.0" 3679 } 3680 }, 3681 "node_modules/micromark-factory-space": { 3682 "version": "2.0.1", 3683 "resolved": "https://registry.npmjs.org/micromark-factory-space/-/micromark-factory-space-2.0.1.tgz", 3684 "integrity": "sha512-zRkxjtBxxLd2Sc0d+fbnEunsTj46SWXgXciZmHq0kDYGnck/ZSGj9/wULTV95uoeYiK5hRXP2mJ98Uo4cq/LQg==", 3685 "dev": true, 3686 "funding": [ 3687 { 3688 "type": "GitHub Sponsors", 3689 "url": "https://github.com/sponsors/unifiedjs" 3690 }, 3691 { 3692 "type": "OpenCollective", 3693 "url": "https://opencollective.com/unified" 3694 } 3695 ], 3696 "dependencies": { 3697 "micromark-util-character": "^2.0.0", 3698 "micromark-util-types": "^2.0.0" 3699 } 3700 }, 3701 "node_modules/micromark-factory-title": { 3702 "version": "2.0.1", 3703 "resolved": "https://registry.npmjs.org/micromark-factory-title/-/micromark-factory-title-2.0.1.tgz", 3704 "integrity": "sha512-5bZ+3CjhAd9eChYTHsjy6TGxpOFSKgKKJPJxr293jTbfry2KDoWkhBb6TcPVB4NmzaPhMs1Frm9AZH7OD4Cjzw==", 3705 "dev": true, 3706 "funding": [ 3707 { 3708 "type": "GitHub Sponsors", 3709 "url": "https://github.com/sponsors/unifiedjs" 3710 }, 3711 { 3712 "type": "OpenCollective", 3713 "url": "https://opencollective.com/unified" 3714 } 3715 ], 3716 "dependencies": { 3717 "micromark-factory-space": "^2.0.0", 3718 "micromark-util-character": "^2.0.0", 3719 "micromark-util-symbol": "^2.0.0", 3720 "micromark-util-types": "^2.0.0" 3721 } 3722 }, 3723 "node_modules/micromark-factory-whitespace": { 3724 "version": "2.0.1", 3725 "resolved": "https://registry.npmjs.org/micromark-factory-whitespace/-/micromark-factory-whitespace-2.0.1.tgz", 3726 "integrity": "sha512-Ob0nuZ3PKt/n0hORHyvoD9uZhr+Za8sFoP+OnMcnWK5lngSzALgQYKMr9RJVOWLqQYuyn6ulqGWSXdwf6F80lQ==", 3727 "dev": true, 3728 "funding": [ 3729 { 3730 "type": "GitHub Sponsors", 3731 "url": "https://github.com/sponsors/unifiedjs" 3732 }, 3733 { 3734 "type": "OpenCollective", 3735 "url": "https://opencollective.com/unified" 3736 } 3737 ], 3738 "dependencies": { 3739 "micromark-factory-space": "^2.0.0", 3740 "micromark-util-character": "^2.0.0", 3741 "micromark-util-symbol": "^2.0.0", 3742 "micromark-util-types": "^2.0.0" 3743 } 3744 }, 3745 "node_modules/micromark-util-character": { 3746 "version": "2.1.1", 3747 "resolved": "https://registry.npmjs.org/micromark-util-character/-/micromark-util-character-2.1.1.tgz", 3748 "integrity": "sha512-wv8tdUTJ3thSFFFJKtpYKOYiGP2+v96Hvk4Tu8KpCAsTMs6yi+nVmGh1syvSCsaxz45J6Jbw+9DD6g97+NV67Q==", 3749 "dev": true, 3750 "funding": [ 3751 { 3752 "type": "GitHub Sponsors", 3753 "url": "https://github.com/sponsors/unifiedjs" 3754 }, 3755 { 3756 "type": "OpenCollective", 3757 "url": "https://opencollective.com/unified" 3758 } 3759 ], 3760 "dependencies": { 3761 "micromark-util-symbol": "^2.0.0", 3762 "micromark-util-types": "^2.0.0" 3763 } 3764 }, 3765 "node_modules/micromark-util-chunked": { 3766 "version": "2.0.1", 3767 "resolved": "https://registry.npmjs.org/micromark-util-chunked/-/micromark-util-chunked-2.0.1.tgz", 3768 "integrity": "sha512-QUNFEOPELfmvv+4xiNg2sRYeS/P84pTW0TCgP5zc9FpXetHY0ab7SxKyAQCNCc1eK0459uoLI1y5oO5Vc1dbhA==", 3769 "dev": true, 3770 "funding": [ 3771 { 3772 "type": "GitHub Sponsors", 3773 "url": "https://github.com/sponsors/unifiedjs" 3774 }, 3775 { 3776 "type": "OpenCollective", 3777 "url": "https://opencollective.com/unified" 3778 } 3779 ], 3780 "dependencies": { 3781 "micromark-util-symbol": "^2.0.0" 3782 } 3783 }, 3784 "node_modules/micromark-util-classify-character": { 3785 "version": "2.0.1", 3786 "resolved": "https://registry.npmjs.org/micromark-util-classify-character/-/micromark-util-classify-character-2.0.1.tgz", 3787 "integrity": "sha512-K0kHzM6afW/MbeWYWLjoHQv1sgg2Q9EccHEDzSkxiP/EaagNzCm7T/WMKZ3rjMbvIpvBiZgwR3dKMygtA4mG1Q==", 3788 "dev": true, 3789 "funding": [ 3790 { 3791 "type": "GitHub Sponsors", 3792 "url": "https://github.com/sponsors/unifiedjs" 3793 }, 3794 { 3795 "type": "OpenCollective", 3796 "url": "https://opencollective.com/unified" 3797 } 3798 ], 3799 "dependencies": { 3800 "micromark-util-character": "^2.0.0", 3801 "micromark-util-symbol": "^2.0.0", 3802 "micromark-util-types": "^2.0.0" 3803 } 3804 }, 3805 "node_modules/micromark-util-combine-extensions": { 3806 "version": "2.0.1", 3807 "resolved": "https://registry.npmjs.org/micromark-util-combine-extensions/-/micromark-util-combine-extensions-2.0.1.tgz", 3808 "integrity": "sha512-OnAnH8Ujmy59JcyZw8JSbK9cGpdVY44NKgSM7E9Eh7DiLS2E9RNQf0dONaGDzEG9yjEl5hcqeIsj4hfRkLH/Bg==", 3809 "dev": true, 3810 "funding": [ 3811 { 3812 "type": "GitHub Sponsors", 3813 "url": "https://github.com/sponsors/unifiedjs" 3814 }, 3815 { 3816 "type": "OpenCollective", 3817 "url": "https://opencollective.com/unified" 3818 } 3819 ], 3820 "dependencies": { 3821 "micromark-util-chunked": "^2.0.0", 3822 "micromark-util-types": "^2.0.0" 3823 } 3824 }, 3825 "node_modules/micromark-util-decode-numeric-character-reference": { 3826 "version": "2.0.2", 3827 "resolved": "https://registry.npmjs.org/micromark-util-decode-numeric-character-reference/-/micromark-util-decode-numeric-character-reference-2.0.2.tgz", 3828 "integrity": "sha512-ccUbYk6CwVdkmCQMyr64dXz42EfHGkPQlBj5p7YVGzq8I7CtjXZJrubAYezf7Rp+bjPseiROqe7G6foFd+lEuw==", 3829 "dev": true, 3830 "funding": [ 3831 { 3832 "type": "GitHub Sponsors", 3833 "url": "https://github.com/sponsors/unifiedjs" 3834 }, 3835 { 3836 "type": "OpenCollective", 3837 "url": "https://opencollective.com/unified" 3838 } 3839 ], 3840 "dependencies": { 3841 "micromark-util-symbol": "^2.0.0" 3842 } 3843 }, 3844 "node_modules/micromark-util-decode-string": { 3845 "version": "2.0.1", 3846 "resolved": "https://registry.npmjs.org/micromark-util-decode-string/-/micromark-util-decode-string-2.0.1.tgz", 3847 "integrity": "sha512-nDV/77Fj6eH1ynwscYTOsbK7rR//Uj0bZXBwJZRfaLEJ1iGBR6kIfNmlNqaqJf649EP0F3NWNdeJi03elllNUQ==", 3848 "dev": true, 3849 "funding": [ 3850 { 3851 "type": "GitHub Sponsors", 3852 "url": "https://github.com/sponsors/unifiedjs" 3853 }, 3854 { 3855 "type": "OpenCollective", 3856 "url": "https://opencollective.com/unified" 3857 } 3858 ], 3859 "dependencies": { 3860 "decode-named-character-reference": "^1.0.0", 3861 "micromark-util-character": "^2.0.0", 3862 "micromark-util-decode-numeric-character-reference": "^2.0.0", 3863 "micromark-util-symbol": "^2.0.0" 3864 } 3865 }, 3866 "node_modules/micromark-util-encode": { 3867 "version": "2.0.1", 3868 "resolved": "https://registry.npmjs.org/micromark-util-encode/-/micromark-util-encode-2.0.1.tgz", 3869 "integrity": "sha512-c3cVx2y4KqUnwopcO9b/SCdo2O67LwJJ/UyqGfbigahfegL9myoEFoDYZgkT7f36T0bLrM9hZTAaAyH+PCAXjw==", 3870 "dev": true, 3871 "funding": [ 3872 { 3873 "type": "GitHub Sponsors", 3874 "url": "https://github.com/sponsors/unifiedjs" 3875 }, 3876 { 3877 "type": "OpenCollective", 3878 "url": "https://opencollective.com/unified" 3879 } 3880 ] 3881 }, 3882 "node_modules/micromark-util-html-tag-name": { 3883 "version": "2.0.1", 3884 "resolved": "https://registry.npmjs.org/micromark-util-html-tag-name/-/micromark-util-html-tag-name-2.0.1.tgz", 3885 "integrity": "sha512-2cNEiYDhCWKI+Gs9T0Tiysk136SnR13hhO8yW6BGNyhOC4qYFnwF1nKfD3HFAIXA5c45RrIG1ub11GiXeYd1xA==", 3886 "dev": true, 3887 "funding": [ 3888 { 3889 "type": "GitHub Sponsors", 3890 "url": "https://github.com/sponsors/unifiedjs" 3891 }, 3892 { 3893 "type": "OpenCollective", 3894 "url": "https://opencollective.com/unified" 3895 } 3896 ] 3897 }, 3898 "node_modules/micromark-util-normalize-identifier": { 3899 "version": "2.0.1", 3900 "resolved": "https://registry.npmjs.org/micromark-util-normalize-identifier/-/micromark-util-normalize-identifier-2.0.1.tgz", 3901 "integrity": "sha512-sxPqmo70LyARJs0w2UclACPUUEqltCkJ6PhKdMIDuJ3gSf/Q+/GIe3WKl0Ijb/GyH9lOpUkRAO2wp0GVkLvS9Q==", 3902 "dev": true, 3903 "funding": [ 3904 { 3905 "type": "GitHub Sponsors", 3906 "url": "https://github.com/sponsors/unifiedjs" 3907 }, 3908 { 3909 "type": "OpenCollective", 3910 "url": "https://opencollective.com/unified" 3911 } 3912 ], 3913 "dependencies": { 3914 "micromark-util-symbol": "^2.0.0" 3915 } 3916 }, 3917 "node_modules/micromark-util-resolve-all": { 3918 "version": "2.0.1", 3919 "resolved": "https://registry.npmjs.org/micromark-util-resolve-all/-/micromark-util-resolve-all-2.0.1.tgz", 3920 "integrity": "sha512-VdQyxFWFT2/FGJgwQnJYbe1jjQoNTS4RjglmSjTUlpUMa95Htx9NHeYW4rGDJzbjvCsl9eLjMQwGeElsqmzcHg==", 3921 "dev": true, 3922 "funding": [ 3923 { 3924 "type": "GitHub Sponsors", 3925 "url": "https://github.com/sponsors/unifiedjs" 3926 }, 3927 { 3928 "type": "OpenCollective", 3929 "url": "https://opencollective.com/unified" 3930 } 3931 ], 3932 "dependencies": { 3933 "micromark-util-types": "^2.0.0" 3934 } 3935 }, 3936 "node_modules/micromark-util-sanitize-uri": { 3937 "version": "2.0.1", 3938 "resolved": "https://registry.npmjs.org/micromark-util-sanitize-uri/-/micromark-util-sanitize-uri-2.0.1.tgz", 3939 "integrity": "sha512-9N9IomZ/YuGGZZmQec1MbgxtlgougxTodVwDzzEouPKo3qFWvymFHWcnDi2vzV1ff6kas9ucW+o3yzJK9YB1AQ==", 3940 "dev": true, 3941 "funding": [ 3942 { 3943 "type": "GitHub Sponsors", 3944 "url": "https://github.com/sponsors/unifiedjs" 3945 }, 3946 { 3947 "type": "OpenCollective", 3948 "url": "https://opencollective.com/unified" 3949 } 3950 ], 3951 "dependencies": { 3952 "micromark-util-character": "^2.0.0", 3953 "micromark-util-encode": "^2.0.0", 3954 "micromark-util-symbol": "^2.0.0" 3955 } 3956 }, 3957 "node_modules/micromark-util-subtokenize": { 3958 "version": "2.1.0", 3959 "resolved": "https://registry.npmjs.org/micromark-util-subtokenize/-/micromark-util-subtokenize-2.1.0.tgz", 3960 "integrity": "sha512-XQLu552iSctvnEcgXw6+Sx75GflAPNED1qx7eBJ+wydBb2KCbRZe+NwvIEEMM83uml1+2WSXpBAcp9IUCgCYWA==", 3961 "dev": true, 3962 "funding": [ 3963 { 3964 "type": "GitHub Sponsors", 3965 "url": "https://github.com/sponsors/unifiedjs" 3966 }, 3967 { 3968 "type": "OpenCollective", 3969 "url": "https://opencollective.com/unified" 3970 } 3971 ], 3972 "dependencies": { 3973 "devlop": "^1.0.0", 3974 "micromark-util-chunked": "^2.0.0", 3975 "micromark-util-symbol": "^2.0.0", 3976 "micromark-util-types": "^2.0.0" 3977 } 3978 }, 3979 "node_modules/micromark-util-symbol": { 3980 "version": "2.0.1", 3981 "resolved": "https://registry.npmjs.org/micromark-util-symbol/-/micromark-util-symbol-2.0.1.tgz", 3982 "integrity": "sha512-vs5t8Apaud9N28kgCrRUdEed4UJ+wWNvicHLPxCa9ENlYuAY31M0ETy5y1vA33YoNPDFTghEbnh6efaE8h4x0Q==", 3983 "dev": true, 3984 "funding": [ 3985 { 3986 "type": "GitHub Sponsors", 3987 "url": "https://github.com/sponsors/unifiedjs" 3988 }, 3989 { 3990 "type": "OpenCollective", 3991 "url": "https://opencollective.com/unified" 3992 } 3993 ] 3994 }, 3995 "node_modules/micromark-util-types": { 3996 "version": "2.0.2", 3997 "resolved": "https://registry.npmjs.org/micromark-util-types/-/micromark-util-types-2.0.2.tgz", 3998 "integrity": "sha512-Yw0ECSpJoViF1qTU4DC6NwtC4aWGt1EkzaQB8KPPyCRR8z9TWeV0HbEFGTO+ZY1wB22zmxnJqhPyTpOVCpeHTA==", 3999 "dev": true, 4000 "funding": [ 4001 { 4002 "type": "GitHub Sponsors", 4003 "url": "https://github.com/sponsors/unifiedjs" 4004 }, 4005 { 4006 "type": "OpenCollective", 4007 "url": "https://opencollective.com/unified" 4008 } 4009 ] 4010 }, 4011 "node_modules/micromatch": { 4012 "version": "4.0.8", 4013 "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz", 4014 "integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==", 4015 "dev": true, 4016 "optional": true, 4017 "dependencies": { 4018 "braces": "^3.0.3", 4019 "picomatch": "^2.3.1" 4020 }, 4021 "engines": { 4022 "node": ">=8.6" 4023 } 4024 }, 4025 "node_modules/micromatch/node_modules/picomatch": { 4026 "version": "2.3.1", 4027 "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz", 4028 "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==", 4029 "dev": true, 4030 "optional": true, 4031 "engines": { 4032 "node": ">=8.6" 4033 }, 4034 "funding": { 4035 "url": "https://github.com/sponsors/jonschlinkert" 4036 } 4037 }, 4038 "node_modules/minimatch": { 4039 "version": "10.0.1", 4040 "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.0.1.tgz", 4041 "integrity": "sha512-ethXTt3SGGR+95gudmqJ1eNhRO7eGEGIgYA9vnPatK4/etz2MEVDno5GMCibdMTuBMyElzIlgxMna3K94XDIDQ==", 4042 "dev": true, 4043 "dependencies": { 4044 "brace-expansion": "^2.0.1" 4045 }, 4046 "engines": { 4047 "node": "20 || >=22" 4048 }, 4049 "funding": { 4050 "url": "https://github.com/sponsors/isaacs" 4051 } 4052 }, 4053 "node_modules/minipass": { 4054 "version": "7.1.2", 4055 "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.1.2.tgz", 4056 "integrity": "sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==", 4057 "dev": true, 4058 "engines": { 4059 "node": ">=16 || 14 >=14.17" 4060 } 4061 }, 4062 "node_modules/mrmime": { 4063 "version": "2.0.1", 4064 "resolved": "https://registry.npmjs.org/mrmime/-/mrmime-2.0.1.tgz", 4065 "integrity": "sha512-Y3wQdFg2Va6etvQ5I82yUhGdsKrcYox6p7FfL1LbK2J4V01F9TGlepTIhnK24t7koZibmg82KGglhA1XK5IsLQ==", 4066 "dev": true, 4067 "engines": { 4068 "node": ">=10" 4069 } 4070 }, 4071 "node_modules/ms": { 4072 "version": "2.1.3", 4073 "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", 4074 "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==", 4075 "dev": true 4076 }, 4077 "node_modules/nanoid": { 4078 "version": "3.3.11", 4079 "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.11.tgz", 4080 "integrity": "sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==", 4081 "dev": true, 4082 "funding": [ 4083 { 4084 "type": "github", 4085 "url": "https://github.com/sponsors/ai" 4086 } 4087 ], 4088 "bin": { 4089 "nanoid": "bin/nanoid.cjs" 4090 }, 4091 "engines": { 4092 "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1" 4093 } 4094 }, 4095 "node_modules/native-file-system-adapter": { 4096 "version": "3.0.1", 4097 "resolved": "https://registry.npmjs.org/native-file-system-adapter/-/native-file-system-adapter-3.0.1.tgz", 4098 "integrity": "sha512-ocuhsYk2SY0906LPc3QIMW+rCV3MdhqGiy7wV5Bf0e8/5TsMjDdyIwhNiVPiKxzTJLDrLT6h8BoV9ERfJscKhw==", 4099 "funding": [ 4100 { 4101 "type": "github", 4102 "url": "https://github.com/sponsors/jimmywarting" 4103 }, 4104 { 4105 "type": "paypal", 4106 "url": "https://paypal.me/jimmywarting" 4107 } 4108 ], 4109 "engines": { 4110 "node": ">=14.8.0" 4111 }, 4112 "optionalDependencies": { 4113 "fetch-blob": "^3.2.0" 4114 } 4115 }, 4116 "node_modules/neotraverse": { 4117 "version": "0.6.18", 4118 "resolved": "https://registry.npmjs.org/neotraverse/-/neotraverse-0.6.18.tgz", 4119 "integrity": "sha512-Z4SmBUweYa09+o6pG+eASabEpP6QkQ70yHj351pQoEXIs8uHbaU2DWVmzBANKgflPa47A50PtB2+NgRpQvr7vA==", 4120 "dev": true, 4121 "engines": { 4122 "node": ">= 10" 4123 } 4124 }, 4125 "node_modules/nlcst-to-string": { 4126 "version": "4.0.0", 4127 "resolved": "https://registry.npmjs.org/nlcst-to-string/-/nlcst-to-string-4.0.0.tgz", 4128 "integrity": "sha512-YKLBCcUYKAg0FNlOBT6aI91qFmSiFKiluk655WzPF+DDMA02qIyy8uiRqI8QXtcFpEvll12LpL5MXqEmAZ+dcA==", 4129 "dev": true, 4130 "dependencies": { 4131 "@types/nlcst": "^2.0.0" 4132 }, 4133 "funding": { 4134 "type": "opencollective", 4135 "url": "https://opencollective.com/unified" 4136 } 4137 }, 4138 "node_modules/node-addon-api": { 4139 "version": "7.1.1", 4140 "resolved": "https://registry.npmjs.org/node-addon-api/-/node-addon-api-7.1.1.tgz", 4141 "integrity": "sha512-5m3bsyrjFWE1xf7nz7YXdN4udnVtXK6/Yfgn5qnahL6bCkf2yKt4k3nuTKAtT4r3IG8JNR2ncsIMdZuAzJjHQQ==", 4142 "dev": true, 4143 "optional": true 4144 }, 4145 "node_modules/node-domexception": { 4146 "version": "1.0.0", 4147 "resolved": "https://registry.npmjs.org/node-domexception/-/node-domexception-1.0.0.tgz", 4148 "integrity": "sha512-/jKZoMpw0F8GRwl4/eLROPA3cfcXtLApP0QzLmUT/HuPCZWyB7IY9ZrMeKw2O/nFIqPQB3PVM9aYm0F312AXDQ==", 4149 "deprecated": "Use your platform's native DOMException instead", 4150 "funding": [ 4151 { 4152 "type": "github", 4153 "url": "https://github.com/sponsors/jimmywarting" 4154 }, 4155 { 4156 "type": "github", 4157 "url": "https://paypal.me/jimmywarting" 4158 } 4159 ], 4160 "optional": true, 4161 "engines": { 4162 "node": ">=10.5.0" 4163 } 4164 }, 4165 "node_modules/node-fetch": { 4166 "version": "2.7.0", 4167 "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.7.0.tgz", 4168 "integrity": "sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==", 4169 "dev": true, 4170 "dependencies": { 4171 "whatwg-url": "^5.0.0" 4172 }, 4173 "engines": { 4174 "node": "4.x || >=6.0.0" 4175 }, 4176 "peerDependencies": { 4177 "encoding": "^0.1.0" 4178 }, 4179 "peerDependenciesMeta": { 4180 "encoding": { 4181 "optional": true 4182 } 4183 } 4184 }, 4185 "node_modules/node-fetch-native": { 4186 "version": "1.6.6", 4187 "resolved": "https://registry.npmjs.org/node-fetch-native/-/node-fetch-native-1.6.6.tgz", 4188 "integrity": "sha512-8Mc2HhqPdlIfedsuZoc3yioPuzp6b+L5jRCRY1QzuWZh2EGJVQrGppC6V6cF0bLdbW0+O2YpqCA25aF/1lvipQ==", 4189 "dev": true 4190 }, 4191 "node_modules/node-mock-http": { 4192 "version": "1.0.0", 4193 "resolved": "https://registry.npmjs.org/node-mock-http/-/node-mock-http-1.0.0.tgz", 4194 "integrity": "sha512-0uGYQ1WQL1M5kKvGRXWQ3uZCHtLTO8hln3oBjIusM75WoesZ909uQJs/Hb946i2SS+Gsrhkaa6iAO17jRIv6DQ==", 4195 "dev": true 4196 }, 4197 "node_modules/normalize-path": { 4198 "version": "3.0.0", 4199 "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz", 4200 "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==", 4201 "dev": true, 4202 "engines": { 4203 "node": ">=0.10.0" 4204 } 4205 }, 4206 "node_modules/ofetch": { 4207 "version": "1.4.1", 4208 "resolved": "https://registry.npmjs.org/ofetch/-/ofetch-1.4.1.tgz", 4209 "integrity": "sha512-QZj2DfGplQAr2oj9KzceK9Hwz6Whxazmn85yYeVuS3u9XTMOGMRx0kO95MQ+vLsj/S/NwBDMMLU5hpxvI6Tklw==", 4210 "dev": true, 4211 "dependencies": { 4212 "destr": "^2.0.3", 4213 "node-fetch-native": "^1.6.4", 4214 "ufo": "^1.5.4" 4215 } 4216 }, 4217 "node_modules/ohash": { 4218 "version": "2.0.11", 4219 "resolved": "https://registry.npmjs.org/ohash/-/ohash-2.0.11.tgz", 4220 "integrity": "sha512-RdR9FQrFwNBNXAr4GixM8YaRZRJ5PUWbKYbE5eOsrwAjJW0q2REGcf79oYPsLyskQCZG1PLN+S/K1V00joZAoQ==", 4221 "dev": true 4222 }, 4223 "node_modules/oniguruma-parser": { 4224 "version": "0.11.2", 4225 "resolved": "https://registry.npmjs.org/oniguruma-parser/-/oniguruma-parser-0.11.2.tgz", 4226 "integrity": "sha512-F7Ld4oDZJCI5/wCZ8AOffQbqjSzIRpKH7I/iuSs1SkhZeCj0wS6PMZ4W6VA16TWHrAo0Y9bBKEJOe7tvwcTXnw==", 4227 "dev": true 4228 }, 4229 "node_modules/oniguruma-to-es": { 4230 "version": "4.2.0", 4231 "resolved": "https://registry.npmjs.org/oniguruma-to-es/-/oniguruma-to-es-4.2.0.tgz", 4232 "integrity": "sha512-MDPs6KSOLS0tKQ7joqg44dRIRZUyotfTy0r+7oEEs6VwWWP0+E2PPDYWMFN0aqOjRyWHBYq7RfKw9GQk2S2z5g==", 4233 "dev": true, 4234 "dependencies": { 4235 "emoji-regex-xs": "^1.0.0", 4236 "oniguruma-parser": "^0.11.0", 4237 "regex": "^6.0.1", 4238 "regex-recursion": "^6.0.2" 4239 } 4240 }, 4241 "node_modules/p-limit": { 4242 "version": "6.2.0", 4243 "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-6.2.0.tgz", 4244 "integrity": "sha512-kuUqqHNUqoIWp/c467RI4X6mmyuojY5jGutNU0wVTmEOOfcuwLqyMVoAi9MKi2Ak+5i9+nhmrK4ufZE8069kHA==", 4245 "dev": true, 4246 "dependencies": { 4247 "yocto-queue": "^1.1.1" 4248 }, 4249 "engines": { 4250 "node": ">=18" 4251 }, 4252 "funding": { 4253 "url": "https://github.com/sponsors/sindresorhus" 4254 } 4255 }, 4256 "node_modules/p-queue": { 4257 "version": "8.1.0", 4258 "resolved": "https://registry.npmjs.org/p-queue/-/p-queue-8.1.0.tgz", 4259 "integrity": "sha512-mxLDbbGIBEXTJL0zEx8JIylaj3xQ7Z/7eEVjcF9fJX4DBiH9oqe+oahYnlKKxm0Ci9TlWTyhSHgygxMxjIB2jw==", 4260 "dev": true, 4261 "dependencies": { 4262 "eventemitter3": "^5.0.1", 4263 "p-timeout": "^6.1.2" 4264 }, 4265 "engines": { 4266 "node": ">=18" 4267 }, 4268 "funding": { 4269 "url": "https://github.com/sponsors/sindresorhus" 4270 } 4271 }, 4272 "node_modules/p-timeout": { 4273 "version": "6.1.4", 4274 "resolved": "https://registry.npmjs.org/p-timeout/-/p-timeout-6.1.4.tgz", 4275 "integrity": "sha512-MyIV3ZA/PmyBN/ud8vV9XzwTrNtR4jFrObymZYnZqMmW0zA8Z17vnT0rBgFE/TlohB+YCHqXMgZzb3Csp49vqg==", 4276 "dev": true, 4277 "engines": { 4278 "node": ">=14.16" 4279 }, 4280 "funding": { 4281 "url": "https://github.com/sponsors/sindresorhus" 4282 } 4283 }, 4284 "node_modules/package-json-from-dist": { 4285 "version": "1.0.1", 4286 "resolved": "https://registry.npmjs.org/package-json-from-dist/-/package-json-from-dist-1.0.1.tgz", 4287 "integrity": "sha512-UEZIS3/by4OC8vL3P2dTXRETpebLI2NiI5vIrjaD/5UtrkFX/tNbwjTSRAGC/+7CAo2pIcBaRgWmcBBHcsaCIw==", 4288 "dev": true 4289 }, 4290 "node_modules/package-manager-detector": { 4291 "version": "1.2.0", 4292 "resolved": "https://registry.npmjs.org/package-manager-detector/-/package-manager-detector-1.2.0.tgz", 4293 "integrity": "sha512-PutJepsOtsqVfUsxCzgTTpyXmiAgvKptIgY4th5eq5UXXFhj5PxfQ9hnGkypMeovpAvVshFRItoFHYO18TCOqA==", 4294 "dev": true 4295 }, 4296 "node_modules/pako": { 4297 "version": "0.2.9", 4298 "resolved": "https://registry.npmjs.org/pako/-/pako-0.2.9.tgz", 4299 "integrity": "sha512-NUcwaKxUxWrZLpDG+z/xZaCgQITkA/Dv4V/T6bw7VON6l1Xz/VnrBqrYjZQ12TamKHzITTfOEIYUj48y2KXImA==", 4300 "dev": true 4301 }, 4302 "node_modules/parse-latin": { 4303 "version": "7.0.0", 4304 "resolved": "https://registry.npmjs.org/parse-latin/-/parse-latin-7.0.0.tgz", 4305 "integrity": "sha512-mhHgobPPua5kZ98EF4HWiH167JWBfl4pvAIXXdbaVohtK7a6YBOy56kvhCqduqyo/f3yrHFWmqmiMg/BkBkYYQ==", 4306 "dev": true, 4307 "dependencies": { 4308 "@types/nlcst": "^2.0.0", 4309 "@types/unist": "^3.0.0", 4310 "nlcst-to-string": "^4.0.0", 4311 "unist-util-modify-children": "^4.0.0", 4312 "unist-util-visit-children": "^3.0.0", 4313 "vfile": "^6.0.0" 4314 }, 4315 "funding": { 4316 "type": "github", 4317 "url": "https://github.com/sponsors/wooorm" 4318 } 4319 }, 4320 "node_modules/parse5": { 4321 "version": "7.2.1", 4322 "resolved": "https://registry.npmjs.org/parse5/-/parse5-7.2.1.tgz", 4323 "integrity": "sha512-BuBYQYlv1ckiPdQi/ohiivi9Sagc9JG+Ozs0r7b/0iK3sKmrb0b9FdWdBbOdx6hBCM/F9Ir82ofnBhtZOjCRPQ==", 4324 "dev": true, 4325 "dependencies": { 4326 "entities": "^4.5.0" 4327 }, 4328 "funding": { 4329 "url": "https://github.com/inikulin/parse5?sponsor=1" 4330 } 4331 }, 4332 "node_modules/path-key": { 4333 "version": "3.1.1", 4334 "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz", 4335 "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==", 4336 "dev": true, 4337 "engines": { 4338 "node": ">=8" 4339 } 4340 }, 4341 "node_modules/path-scurry": { 4342 "version": "2.0.0", 4343 "resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-2.0.0.tgz", 4344 "integrity": "sha512-ypGJsmGtdXUOeM5u93TyeIEfEhM6s+ljAhrk5vAvSx8uyY/02OvrZnA0YNGUrPXfpJMgI1ODd3nwz8Npx4O4cg==", 4345 "dev": true, 4346 "dependencies": { 4347 "lru-cache": "^11.0.0", 4348 "minipass": "^7.1.2" 4349 }, 4350 "engines": { 4351 "node": "20 || >=22" 4352 }, 4353 "funding": { 4354 "url": "https://github.com/sponsors/isaacs" 4355 } 4356 }, 4357 "node_modules/path-scurry/node_modules/lru-cache": { 4358 "version": "11.1.0", 4359 "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.1.0.tgz", 4360 "integrity": "sha512-QIXZUBJUx+2zHUdQujWejBkcD9+cs94tLn0+YL8UrCh+D5sCXZ4c7LaEH48pNwRY3MLDgqUFyhlCyjJPf1WP0A==", 4361 "dev": true, 4362 "engines": { 4363 "node": "20 || >=22" 4364 } 4365 }, 4366 "node_modules/picocolors": { 4367 "version": "1.1.1", 4368 "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz", 4369 "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==", 4370 "dev": true 4371 }, 4372 "node_modules/picomatch": { 4373 "version": "4.0.2", 4374 "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.2.tgz", 4375 "integrity": "sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==", 4376 "dev": true, 4377 "engines": { 4378 "node": ">=12" 4379 }, 4380 "funding": { 4381 "url": "https://github.com/sponsors/jonschlinkert" 4382 } 4383 }, 4384 "node_modules/postcss": { 4385 "version": "8.5.3", 4386 "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.3.tgz", 4387 "integrity": "sha512-dle9A3yYxlBSrt8Fu+IpjGT8SY8hN0mlaA6GY8t0P5PjIOZemULz/E2Bnm/2dcUOena75OTNkHI76uZBNUUq3A==", 4388 "dev": true, 4389 "funding": [ 4390 { 4391 "type": "opencollective", 4392 "url": "https://opencollective.com/postcss/" 4393 }, 4394 { 4395 "type": "tidelift", 4396 "url": "https://tidelift.com/funding/github/npm/postcss" 4397 }, 4398 { 4399 "type": "github", 4400 "url": "https://github.com/sponsors/ai" 4401 } 4402 ], 4403 "dependencies": { 4404 "nanoid": "^3.3.8", 4405 "picocolors": "^1.1.1", 4406 "source-map-js": "^1.2.1" 4407 }, 4408 "engines": { 4409 "node": "^10 || ^12 || >=14" 4410 } 4411 }, 4412 "node_modules/postcss-selector-parser": { 4413 "version": "6.1.2", 4414 "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.1.2.tgz", 4415 "integrity": "sha512-Q8qQfPiZ+THO/3ZrOrO0cJJKfpYCagtMUkXbnEfmgUjwXg6z/WBeOyS9APBBPCTSiDV+s4SwQGu8yFsiMRIudg==", 4416 "dev": true, 4417 "dependencies": { 4418 "cssesc": "^3.0.0", 4419 "util-deprecate": "^1.0.2" 4420 }, 4421 "engines": { 4422 "node": ">=4" 4423 } 4424 }, 4425 "node_modules/prismjs": { 4426 "version": "1.30.0", 4427 "resolved": "https://registry.npmjs.org/prismjs/-/prismjs-1.30.0.tgz", 4428 "integrity": "sha512-DEvV2ZF2r2/63V+tK8hQvrR2ZGn10srHbXviTlcv7Kpzw8jWiNTqbVgjO3IY8RxrrOUF8VPMQQFysYYYv0YZxw==", 4429 "dev": true, 4430 "engines": { 4431 "node": ">=6" 4432 } 4433 }, 4434 "node_modules/prompts": { 4435 "version": "2.4.2", 4436 "resolved": "https://registry.npmjs.org/prompts/-/prompts-2.4.2.tgz", 4437 "integrity": "sha512-NxNv/kLguCA7p3jE8oL2aEBsrJWgAakBpgmgK6lpPWV+WuOmY6r2/zbAVnP+T8bQlA0nzHXSJSJW0Hq7ylaD2Q==", 4438 "dev": true, 4439 "dependencies": { 4440 "kleur": "^3.0.3", 4441 "sisteransi": "^1.0.5" 4442 }, 4443 "engines": { 4444 "node": ">= 6" 4445 } 4446 }, 4447 "node_modules/prompts/node_modules/kleur": { 4448 "version": "3.0.3", 4449 "resolved": "https://registry.npmjs.org/kleur/-/kleur-3.0.3.tgz", 4450 "integrity": "sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w==", 4451 "dev": true, 4452 "engines": { 4453 "node": ">=6" 4454 } 4455 }, 4456 "node_modules/property-information": { 4457 "version": "7.0.0", 4458 "resolved": "https://registry.npmjs.org/property-information/-/property-information-7.0.0.tgz", 4459 "integrity": "sha512-7D/qOz/+Y4X/rzSB6jKxKUsQnphO046ei8qxG59mtM3RG3DHgTK81HrxrmoDVINJb8NKT5ZsRbwHvQ6B68Iyhg==", 4460 "dev": true, 4461 "funding": { 4462 "type": "github", 4463 "url": "https://github.com/sponsors/wooorm" 4464 } 4465 }, 4466 "node_modules/purgecss": { 4467 "version": "7.0.2", 4468 "resolved": "https://registry.npmjs.org/purgecss/-/purgecss-7.0.2.tgz", 4469 "integrity": "sha512-4Ku8KoxNhOWi9X1XJ73XY5fv+I+hhTRedKpGs/2gaBKU8ijUiIKF/uyyIyh7Wo713bELSICF5/NswjcuOqYouQ==", 4470 "dev": true, 4471 "dependencies": { 4472 "commander": "^12.1.0", 4473 "glob": "^11.0.0", 4474 "postcss": "^8.4.47", 4475 "postcss-selector-parser": "^6.1.2" 4476 }, 4477 "bin": { 4478 "purgecss": "bin/purgecss.js" 4479 } 4480 }, 4481 "node_modules/radix3": { 4482 "version": "1.1.2", 4483 "resolved": "https://registry.npmjs.org/radix3/-/radix3-1.1.2.tgz", 4484 "integrity": "sha512-b484I/7b8rDEdSDKckSSBA8knMpcdsXudlE/LNL639wFoHKwLbEkQFZHWEYwDC0wa0FKUcCY+GAF73Z7wxNVFA==", 4485 "dev": true 4486 }, 4487 "node_modules/readdirp": { 4488 "version": "4.1.2", 4489 "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-4.1.2.tgz", 4490 "integrity": "sha512-GDhwkLfywWL2s6vEjyhri+eXmfH6j1L7JE27WhqLeYzoh/A3DBaYGEj2H/HFZCn/kMfim73FXxEJTw06WtxQwg==", 4491 "dev": true, 4492 "engines": { 4493 "node": ">= 14.18.0" 4494 }, 4495 "funding": { 4496 "type": "individual", 4497 "url": "https://paulmillr.com/funding/" 4498 } 4499 }, 4500 "node_modules/regex": { 4501 "version": "6.0.1", 4502 "resolved": "https://registry.npmjs.org/regex/-/regex-6.0.1.tgz", 4503 "integrity": "sha512-uorlqlzAKjKQZ5P+kTJr3eeJGSVroLKoHmquUj4zHWuR+hEyNqlXsSKlYYF5F4NI6nl7tWCs0apKJ0lmfsXAPA==", 4504 "dev": true, 4505 "dependencies": { 4506 "regex-utilities": "^2.3.0" 4507 } 4508 }, 4509 "node_modules/regex-recursion": { 4510 "version": "6.0.2", 4511 "resolved": "https://registry.npmjs.org/regex-recursion/-/regex-recursion-6.0.2.tgz", 4512 "integrity": "sha512-0YCaSCq2VRIebiaUviZNs0cBz1kg5kVS2UKUfNIx8YVs1cN3AV7NTctO5FOKBA+UT2BPJIWZauYHPqJODG50cg==", 4513 "dev": true, 4514 "dependencies": { 4515 "regex-utilities": "^2.3.0" 4516 } 4517 }, 4518 "node_modules/regex-utilities": { 4519 "version": "2.3.0", 4520 "resolved": "https://registry.npmjs.org/regex-utilities/-/regex-utilities-2.3.0.tgz", 4521 "integrity": "sha512-8VhliFJAWRaUiVvREIiW2NXXTmHs4vMNnSzuJVhscgmGav3g9VDxLrQndI3dZZVVdp0ZO/5v0xmX516/7M9cng==", 4522 "dev": true 4523 }, 4524 "node_modules/rehype": { 4525 "version": "13.0.2", 4526 "resolved": "https://registry.npmjs.org/rehype/-/rehype-13.0.2.tgz", 4527 "integrity": "sha512-j31mdaRFrwFRUIlxGeuPXXKWQxet52RBQRvCmzl5eCefn/KGbomK5GMHNMsOJf55fgo3qw5tST5neDuarDYR2A==", 4528 "dev": true, 4529 "dependencies": { 4530 "@types/hast": "^3.0.0", 4531 "rehype-parse": "^9.0.0", 4532 "rehype-stringify": "^10.0.0", 4533 "unified": "^11.0.0" 4534 }, 4535 "funding": { 4536 "type": "opencollective", 4537 "url": "https://opencollective.com/unified" 4538 } 4539 }, 4540 "node_modules/rehype-parse": { 4541 "version": "9.0.1", 4542 "resolved": "https://registry.npmjs.org/rehype-parse/-/rehype-parse-9.0.1.tgz", 4543 "integrity": "sha512-ksCzCD0Fgfh7trPDxr2rSylbwq9iYDkSn8TCDmEJ49ljEUBxDVCzCHv7QNzZOfODanX4+bWQ4WZqLCRWYLfhag==", 4544 "dev": true, 4545 "dependencies": { 4546 "@types/hast": "^3.0.0", 4547 "hast-util-from-html": "^2.0.0", 4548 "unified": "^11.0.0" 4549 }, 4550 "funding": { 4551 "type": "opencollective", 4552 "url": "https://opencollective.com/unified" 4553 } 4554 }, 4555 "node_modules/rehype-raw": { 4556 "version": "7.0.0", 4557 "resolved": "https://registry.npmjs.org/rehype-raw/-/rehype-raw-7.0.0.tgz", 4558 "integrity": "sha512-/aE8hCfKlQeA8LmyeyQvQF3eBiLRGNlfBJEvWH7ivp9sBqs7TNqBL5X3v157rM4IFETqDnIOO+z5M/biZbo9Ww==", 4559 "dev": true, 4560 "dependencies": { 4561 "@types/hast": "^3.0.0", 4562 "hast-util-raw": "^9.0.0", 4563 "vfile": "^6.0.0" 4564 }, 4565 "funding": { 4566 "type": "opencollective", 4567 "url": "https://opencollective.com/unified" 4568 } 4569 }, 4570 "node_modules/rehype-stringify": { 4571 "version": "10.0.1", 4572 "resolved": "https://registry.npmjs.org/rehype-stringify/-/rehype-stringify-10.0.1.tgz", 4573 "integrity": "sha512-k9ecfXHmIPuFVI61B9DeLPN0qFHfawM6RsuX48hoqlaKSF61RskNjSm1lI8PhBEM0MRdLxVVm4WmTqJQccH9mA==", 4574 "dev": true, 4575 "dependencies": { 4576 "@types/hast": "^3.0.0", 4577 "hast-util-to-html": "^9.0.0", 4578 "unified": "^11.0.0" 4579 }, 4580 "funding": { 4581 "type": "opencollective", 4582 "url": "https://opencollective.com/unified" 4583 } 4584 }, 4585 "node_modules/remark-gfm": { 4586 "version": "4.0.1", 4587 "resolved": "https://registry.npmjs.org/remark-gfm/-/remark-gfm-4.0.1.tgz", 4588 "integrity": "sha512-1quofZ2RQ9EWdeN34S79+KExV1764+wCUGop5CPL1WGdD0ocPpu91lzPGbwWMECpEpd42kJGQwzRfyov9j4yNg==", 4589 "dev": true, 4590 "dependencies": { 4591 "@types/mdast": "^4.0.0", 4592 "mdast-util-gfm": "^3.0.0", 4593 "micromark-extension-gfm": "^3.0.0", 4594 "remark-parse": "^11.0.0", 4595 "remark-stringify": "^11.0.0", 4596 "unified": "^11.0.0" 4597 }, 4598 "funding": { 4599 "type": "opencollective", 4600 "url": "https://opencollective.com/unified" 4601 } 4602 }, 4603 "node_modules/remark-parse": { 4604 "version": "11.0.0", 4605 "resolved": "https://registry.npmjs.org/remark-parse/-/remark-parse-11.0.0.tgz", 4606 "integrity": "sha512-FCxlKLNGknS5ba/1lmpYijMUzX2esxW5xQqjWxw2eHFfS2MSdaHVINFmhjo+qN1WhZhNimq0dZATN9pH0IDrpA==", 4607 "dev": true, 4608 "dependencies": { 4609 "@types/mdast": "^4.0.0", 4610 "mdast-util-from-markdown": "^2.0.0", 4611 "micromark-util-types": "^2.0.0", 4612 "unified": "^11.0.0" 4613 }, 4614 "funding": { 4615 "type": "opencollective", 4616 "url": "https://opencollective.com/unified" 4617 } 4618 }, 4619 "node_modules/remark-rehype": { 4620 "version": "11.1.2", 4621 "resolved": "https://registry.npmjs.org/remark-rehype/-/remark-rehype-11.1.2.tgz", 4622 "integrity": "sha512-Dh7l57ianaEoIpzbp0PC9UKAdCSVklD8E5Rpw7ETfbTl3FqcOOgq5q2LVDhgGCkaBv7p24JXikPdvhhmHvKMsw==", 4623 "dev": true, 4624 "dependencies": { 4625 "@types/hast": "^3.0.0", 4626 "@types/mdast": "^4.0.0", 4627 "mdast-util-to-hast": "^13.0.0", 4628 "unified": "^11.0.0", 4629 "vfile": "^6.0.0" 4630 }, 4631 "funding": { 4632 "type": "opencollective", 4633 "url": "https://opencollective.com/unified" 4634 } 4635 }, 4636 "node_modules/remark-smartypants": { 4637 "version": "3.0.2", 4638 "resolved": "https://registry.npmjs.org/remark-smartypants/-/remark-smartypants-3.0.2.tgz", 4639 "integrity": "sha512-ILTWeOriIluwEvPjv67v7Blgrcx+LZOkAUVtKI3putuhlZm84FnqDORNXPPm+HY3NdZOMhyDwZ1E+eZB/Df5dA==", 4640 "dev": true, 4641 "dependencies": { 4642 "retext": "^9.0.0", 4643 "retext-smartypants": "^6.0.0", 4644 "unified": "^11.0.4", 4645 "unist-util-visit": "^5.0.0" 4646 }, 4647 "engines": { 4648 "node": ">=16.0.0" 4649 } 4650 }, 4651 "node_modules/remark-stringify": { 4652 "version": "11.0.0", 4653 "resolved": "https://registry.npmjs.org/remark-stringify/-/remark-stringify-11.0.0.tgz", 4654 "integrity": "sha512-1OSmLd3awB/t8qdoEOMazZkNsfVTeY4fTsgzcQFdXNq8ToTN4ZGwrMnlda4K6smTFKD+GRV6O48i6Z4iKgPPpw==", 4655 "dev": true, 4656 "dependencies": { 4657 "@types/mdast": "^4.0.0", 4658 "mdast-util-to-markdown": "^2.0.0", 4659 "unified": "^11.0.0" 4660 }, 4661 "funding": { 4662 "type": "opencollective", 4663 "url": "https://opencollective.com/unified" 4664 } 4665 }, 4666 "node_modules/restructure": { 4667 "version": "3.0.2", 4668 "resolved": "https://registry.npmjs.org/restructure/-/restructure-3.0.2.tgz", 4669 "integrity": "sha512-gSfoiOEA0VPE6Tukkrr7I0RBdE0s7H1eFCDBk05l1KIQT1UIKNc5JZy6jdyW6eYH3aR3g5b3PuL77rq0hvwtAw==", 4670 "dev": true 4671 }, 4672 "node_modules/retext": { 4673 "version": "9.0.0", 4674 "resolved": "https://registry.npmjs.org/retext/-/retext-9.0.0.tgz", 4675 "integrity": "sha512-sbMDcpHCNjvlheSgMfEcVrZko3cDzdbe1x/e7G66dFp0Ff7Mldvi2uv6JkJQzdRcvLYE8CA8Oe8siQx8ZOgTcA==", 4676 "dev": true, 4677 "dependencies": { 4678 "@types/nlcst": "^2.0.0", 4679 "retext-latin": "^4.0.0", 4680 "retext-stringify": "^4.0.0", 4681 "unified": "^11.0.0" 4682 }, 4683 "funding": { 4684 "type": "opencollective", 4685 "url": "https://opencollective.com/unified" 4686 } 4687 }, 4688 "node_modules/retext-latin": { 4689 "version": "4.0.0", 4690 "resolved": "https://registry.npmjs.org/retext-latin/-/retext-latin-4.0.0.tgz", 4691 "integrity": "sha512-hv9woG7Fy0M9IlRQloq/N6atV82NxLGveq+3H2WOi79dtIYWN8OaxogDm77f8YnVXJL2VD3bbqowu5E3EMhBYA==", 4692 "dev": true, 4693 "dependencies": { 4694 "@types/nlcst": "^2.0.0", 4695 "parse-latin": "^7.0.0", 4696 "unified": "^11.0.0" 4697 }, 4698 "funding": { 4699 "type": "opencollective", 4700 "url": "https://opencollective.com/unified" 4701 } 4702 }, 4703 "node_modules/retext-smartypants": { 4704 "version": "6.2.0", 4705 "resolved": "https://registry.npmjs.org/retext-smartypants/-/retext-smartypants-6.2.0.tgz", 4706 "integrity": "sha512-kk0jOU7+zGv//kfjXEBjdIryL1Acl4i9XNkHxtM7Tm5lFiCog576fjNC9hjoR7LTKQ0DsPWy09JummSsH1uqfQ==", 4707 "dev": true, 4708 "dependencies": { 4709 "@types/nlcst": "^2.0.0", 4710 "nlcst-to-string": "^4.0.0", 4711 "unist-util-visit": "^5.0.0" 4712 }, 4713 "funding": { 4714 "type": "opencollective", 4715 "url": "https://opencollective.com/unified" 4716 } 4717 }, 4718 "node_modules/retext-stringify": { 4719 "version": "4.0.0", 4720 "resolved": "https://registry.npmjs.org/retext-stringify/-/retext-stringify-4.0.0.tgz", 4721 "integrity": "sha512-rtfN/0o8kL1e+78+uxPTqu1Klt0yPzKuQ2BfWwwfgIUSayyzxpM1PJzkKt4V8803uB9qSy32MvI7Xep9khTpiA==", 4722 "dev": true, 4723 "dependencies": { 4724 "@types/nlcst": "^2.0.0", 4725 "nlcst-to-string": "^4.0.0", 4726 "unified": "^11.0.0" 4727 }, 4728 "funding": { 4729 "type": "opencollective", 4730 "url": "https://opencollective.com/unified" 4731 } 4732 }, 4733 "node_modules/rollup": { 4734 "version": "4.40.0", 4735 "resolved": "https://registry.npmjs.org/rollup/-/rollup-4.40.0.tgz", 4736 "integrity": "sha512-Noe455xmA96nnqH5piFtLobsGbCij7Tu+tb3c1vYjNbTkfzGqXqQXG3wJaYXkRZuQ0vEYN4bhwg7QnIrqB5B+w==", 4737 "dev": true, 4738 "dependencies": { 4739 "@types/estree": "1.0.7" 4740 }, 4741 "bin": { 4742 "rollup": "dist/bin/rollup" 4743 }, 4744 "engines": { 4745 "node": ">=18.0.0", 4746 "npm": ">=8.0.0" 4747 }, 4748 "optionalDependencies": { 4749 "@rollup/rollup-android-arm-eabi": "4.40.0", 4750 "@rollup/rollup-android-arm64": "4.40.0", 4751 "@rollup/rollup-darwin-arm64": "4.40.0", 4752 "@rollup/rollup-darwin-x64": "4.40.0", 4753 "@rollup/rollup-freebsd-arm64": "4.40.0", 4754 "@rollup/rollup-freebsd-x64": "4.40.0", 4755 "@rollup/rollup-linux-arm-gnueabihf": "4.40.0", 4756 "@rollup/rollup-linux-arm-musleabihf": "4.40.0", 4757 "@rollup/rollup-linux-arm64-gnu": "4.40.0", 4758 "@rollup/rollup-linux-arm64-musl": "4.40.0", 4759 "@rollup/rollup-linux-loongarch64-gnu": "4.40.0", 4760 "@rollup/rollup-linux-powerpc64le-gnu": "4.40.0", 4761 "@rollup/rollup-linux-riscv64-gnu": "4.40.0", 4762 "@rollup/rollup-linux-riscv64-musl": "4.40.0", 4763 "@rollup/rollup-linux-s390x-gnu": "4.40.0", 4764 "@rollup/rollup-linux-x64-gnu": "4.40.0", 4765 "@rollup/rollup-linux-x64-musl": "4.40.0", 4766 "@rollup/rollup-win32-arm64-msvc": "4.40.0", 4767 "@rollup/rollup-win32-ia32-msvc": "4.40.0", 4768 "@rollup/rollup-win32-x64-msvc": "4.40.0", 4769 "fsevents": "~2.3.2" 4770 } 4771 }, 4772 "node_modules/sass": { 4773 "version": "1.87.0", 4774 "resolved": "https://registry.npmjs.org/sass/-/sass-1.87.0.tgz", 4775 "integrity": "sha512-d0NoFH4v6SjEK7BoX810Jsrhj7IQSYHAHLi/iSpgqKc7LaIDshFRlSg5LOymf9FqQhxEHs2W5ZQXlvy0KD45Uw==", 4776 "dev": true, 4777 "dependencies": { 4778 "chokidar": "^4.0.0", 4779 "immutable": "^5.0.2", 4780 "source-map-js": ">=0.6.2 <2.0.0" 4781 }, 4782 "bin": { 4783 "sass": "sass.js" 4784 }, 4785 "engines": { 4786 "node": ">=14.0.0" 4787 }, 4788 "optionalDependencies": { 4789 "@parcel/watcher": "^2.4.1" 4790 } 4791 }, 4792 "node_modules/semver": { 4793 "version": "7.7.1", 4794 "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.1.tgz", 4795 "integrity": "sha512-hlq8tAfn0m/61p4BVRcPzIGr6LKiMwo4VM6dGi6pt4qcRkmNzTcWq6eCEjEh+qXjkMDvPlOFFSGwQjoEa6gyMA==", 4796 "dev": true, 4797 "bin": { 4798 "semver": "bin/semver.js" 4799 }, 4800 "engines": { 4801 "node": ">=10" 4802 } 4803 }, 4804 "node_modules/sharp": { 4805 "version": "0.33.5", 4806 "resolved": "https://registry.npmjs.org/sharp/-/sharp-0.33.5.tgz", 4807 "integrity": "sha512-haPVm1EkS9pgvHrQ/F3Xy+hgcuMV0Wm9vfIBSiwZ05k+xgb0PkBQpGsAA/oWdDobNaZTH5ppvHtzCFbnSEwHVw==", 4808 "dev": true, 4809 "hasInstallScript": true, 4810 "optional": true, 4811 "dependencies": { 4812 "color": "^4.2.3", 4813 "detect-libc": "^2.0.3", 4814 "semver": "^7.6.3" 4815 }, 4816 "engines": { 4817 "node": "^18.17.0 || ^20.3.0 || >=21.0.0" 4818 }, 4819 "funding": { 4820 "url": "https://opencollective.com/libvips" 4821 }, 4822 "optionalDependencies": { 4823 "@img/sharp-darwin-arm64": "0.33.5", 4824 "@img/sharp-darwin-x64": "0.33.5", 4825 "@img/sharp-libvips-darwin-arm64": "1.0.4", 4826 "@img/sharp-libvips-darwin-x64": "1.0.4", 4827 "@img/sharp-libvips-linux-arm": "1.0.5", 4828 "@img/sharp-libvips-linux-arm64": "1.0.4", 4829 "@img/sharp-libvips-linux-s390x": "1.0.4", 4830 "@img/sharp-libvips-linux-x64": "1.0.4", 4831 "@img/sharp-libvips-linuxmusl-arm64": "1.0.4", 4832 "@img/sharp-libvips-linuxmusl-x64": "1.0.4", 4833 "@img/sharp-linux-arm": "0.33.5", 4834 "@img/sharp-linux-arm64": "0.33.5", 4835 "@img/sharp-linux-s390x": "0.33.5", 4836 "@img/sharp-linux-x64": "0.33.5", 4837 "@img/sharp-linuxmusl-arm64": "0.33.5", 4838 "@img/sharp-linuxmusl-x64": "0.33.5", 4839 "@img/sharp-wasm32": "0.33.5", 4840 "@img/sharp-win32-ia32": "0.33.5", 4841 "@img/sharp-win32-x64": "0.33.5" 4842 } 4843 }, 4844 "node_modules/shebang-command": { 4845 "version": "2.0.0", 4846 "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz", 4847 "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==", 4848 "dev": true, 4849 "dependencies": { 4850 "shebang-regex": "^3.0.0" 4851 }, 4852 "engines": { 4853 "node": ">=8" 4854 } 4855 }, 4856 "node_modules/shebang-regex": { 4857 "version": "3.0.0", 4858 "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz", 4859 "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==", 4860 "dev": true, 4861 "engines": { 4862 "node": ">=8" 4863 } 4864 }, 4865 "node_modules/shiki": { 4866 "version": "3.2.2", 4867 "resolved": "https://registry.npmjs.org/shiki/-/shiki-3.2.2.tgz", 4868 "integrity": "sha512-0qWBkM2t/0NXPRcVgtLhtHv6Ak3Q5yI4K/ggMqcgLRKm4+pCs3namgZlhlat/7u2CuqNtlShNs9lENOG6n7UaQ==", 4869 "dev": true, 4870 "dependencies": { 4871 "@shikijs/core": "3.2.2", 4872 "@shikijs/engine-javascript": "3.2.2", 4873 "@shikijs/engine-oniguruma": "3.2.2", 4874 "@shikijs/langs": "3.2.2", 4875 "@shikijs/themes": "3.2.2", 4876 "@shikijs/types": "3.2.2", 4877 "@shikijs/vscode-textmate": "^10.0.2", 4878 "@types/hast": "^3.0.4" 4879 } 4880 }, 4881 "node_modules/signal-exit": { 4882 "version": "4.1.0", 4883 "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz", 4884 "integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==", 4885 "dev": true, 4886 "engines": { 4887 "node": ">=14" 4888 }, 4889 "funding": { 4890 "url": "https://github.com/sponsors/isaacs" 4891 } 4892 }, 4893 "node_modules/signal-polyfill": { 4894 "version": "0.2.2", 4895 "resolved": "https://registry.npmjs.org/signal-polyfill/-/signal-polyfill-0.2.2.tgz", 4896 "integrity": "sha512-p63Y4Er5/eMQ9RHg0M0Y64NlsQKpiu6MDdhBXpyywRuWiPywhJTpKJ1iB5K2hJEbFZ0BnDS7ZkJ+0AfTuL37Rg==" 4897 }, 4898 "node_modules/simple-swizzle": { 4899 "version": "0.2.2", 4900 "resolved": "https://registry.npmjs.org/simple-swizzle/-/simple-swizzle-0.2.2.tgz", 4901 "integrity": "sha512-JA//kQgZtbuY83m+xT+tXJkmJncGMTFT+C+g2h2R9uxkYIrE2yy9sgmcLhCnw57/WSD+Eh3J97FPEDFnbXnDUg==", 4902 "dev": true, 4903 "optional": true, 4904 "dependencies": { 4905 "is-arrayish": "^0.3.1" 4906 } 4907 }, 4908 "node_modules/sisteransi": { 4909 "version": "1.0.5", 4910 "resolved": "https://registry.npmjs.org/sisteransi/-/sisteransi-1.0.5.tgz", 4911 "integrity": "sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg==", 4912 "dev": true 4913 }, 4914 "node_modules/smol-toml": { 4915 "version": "1.3.3", 4916 "resolved": "https://registry.npmjs.org/smol-toml/-/smol-toml-1.3.3.tgz", 4917 "integrity": "sha512-KMVLNWu490KlNfD0lbfDBUktJIEaZRBj1eeK0SMfdpO/rfyARIzlnPVI1Ge4l0vtSJmQUAiGKxMyLGrCT38iyA==", 4918 "dev": true, 4919 "engines": { 4920 "node": ">= 18" 4921 }, 4922 "funding": { 4923 "url": "https://github.com/sponsors/cyyynthia" 4924 } 4925 }, 4926 "node_modules/source-map-js": { 4927 "version": "1.2.1", 4928 "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz", 4929 "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==", 4930 "dev": true, 4931 "engines": { 4932 "node": ">=0.10.0" 4933 } 4934 }, 4935 "node_modules/space-separated-tokens": { 4936 "version": "2.0.2", 4937 "resolved": "https://registry.npmjs.org/space-separated-tokens/-/space-separated-tokens-2.0.2.tgz", 4938 "integrity": "sha512-PEGlAwrG8yXGXRjW32fGbg66JAlOAwbObuqVoJpv/mRgoWDQfgH1wDPvtzWyUSNAXBGSk8h755YDbbcEy3SH2Q==", 4939 "dev": true, 4940 "funding": { 4941 "type": "github", 4942 "url": "https://github.com/sponsors/wooorm" 4943 } 4944 }, 4945 "node_modules/spellcaster": { 4946 "version": "5.0.2", 4947 "resolved": "git+ssh://git@github.com/gordonbrander/spellcaster.git#1613e5e3b7f202cfe57f37ea7c637ec83588a297", 4948 "integrity": "sha512-BR1ND3XDjrl9kWrBbGTVD/z2YJ+929ksqzYDMXDiNfaSTVIC3E8qdfXQ3wS4ZPo5CVSKlbctpJmp7vEjo5rwdQ==", 4949 "dependencies": { 4950 "signal-polyfill": "^0.2.0" 4951 } 4952 }, 4953 "node_modules/string-width": { 4954 "version": "7.2.0", 4955 "resolved": "https://registry.npmjs.org/string-width/-/string-width-7.2.0.tgz", 4956 "integrity": "sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==", 4957 "dev": true, 4958 "dependencies": { 4959 "emoji-regex": "^10.3.0", 4960 "get-east-asian-width": "^1.0.0", 4961 "strip-ansi": "^7.1.0" 4962 }, 4963 "engines": { 4964 "node": ">=18" 4965 }, 4966 "funding": { 4967 "url": "https://github.com/sponsors/sindresorhus" 4968 } 4969 }, 4970 "node_modules/string-width-cjs": { 4971 "name": "string-width", 4972 "version": "4.2.3", 4973 "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", 4974 "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", 4975 "dev": true, 4976 "dependencies": { 4977 "emoji-regex": "^8.0.0", 4978 "is-fullwidth-code-point": "^3.0.0", 4979 "strip-ansi": "^6.0.1" 4980 }, 4981 "engines": { 4982 "node": ">=8" 4983 } 4984 }, 4985 "node_modules/string-width-cjs/node_modules/ansi-regex": { 4986 "version": "5.0.1", 4987 "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", 4988 "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", 4989 "dev": true, 4990 "engines": { 4991 "node": ">=8" 4992 } 4993 }, 4994 "node_modules/string-width-cjs/node_modules/emoji-regex": { 4995 "version": "8.0.0", 4996 "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", 4997 "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", 4998 "dev": true 4999 }, 5000 "node_modules/string-width-cjs/node_modules/strip-ansi": { 5001 "version": "6.0.1", 5002 "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", 5003 "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", 5004 "dev": true, 5005 "dependencies": { 5006 "ansi-regex": "^5.0.1" 5007 }, 5008 "engines": { 5009 "node": ">=8" 5010 } 5011 }, 5012 "node_modules/stringify-entities": { 5013 "version": "4.0.4", 5014 "resolved": "https://registry.npmjs.org/stringify-entities/-/stringify-entities-4.0.4.tgz", 5015 "integrity": "sha512-IwfBptatlO+QCJUo19AqvrPNqlVMpW9YEL2LIVY+Rpv2qsjCGxaDLNRgeGsQWJhfItebuJhsGSLjaBbNSQ+ieg==", 5016 "dev": true, 5017 "dependencies": { 5018 "character-entities-html4": "^2.0.0", 5019 "character-entities-legacy": "^3.0.0" 5020 }, 5021 "funding": { 5022 "type": "github", 5023 "url": "https://github.com/sponsors/wooorm" 5024 } 5025 }, 5026 "node_modules/strip-ansi": { 5027 "version": "7.1.0", 5028 "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz", 5029 "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==", 5030 "dev": true, 5031 "dependencies": { 5032 "ansi-regex": "^6.0.1" 5033 }, 5034 "engines": { 5035 "node": ">=12" 5036 }, 5037 "funding": { 5038 "url": "https://github.com/chalk/strip-ansi?sponsor=1" 5039 } 5040 }, 5041 "node_modules/strip-ansi-cjs": { 5042 "name": "strip-ansi", 5043 "version": "6.0.1", 5044 "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", 5045 "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", 5046 "dev": true, 5047 "dependencies": { 5048 "ansi-regex": "^5.0.1" 5049 }, 5050 "engines": { 5051 "node": ">=8" 5052 } 5053 }, 5054 "node_modules/strip-ansi-cjs/node_modules/ansi-regex": { 5055 "version": "5.0.1", 5056 "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", 5057 "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", 5058 "dev": true, 5059 "engines": { 5060 "node": ">=8" 5061 } 5062 }, 5063 "node_modules/throttle-debounce": { 5064 "version": "5.0.2", 5065 "resolved": "https://registry.npmjs.org/throttle-debounce/-/throttle-debounce-5.0.2.tgz", 5066 "integrity": "sha512-B71/4oyj61iNH0KeCamLuE2rmKuTO5byTOSVwECM5FA7TiAiAW+UqTKZ9ERueC4qvgSttUhdmq1mXC3kJqGX7A==", 5067 "engines": { 5068 "node": ">=12.22" 5069 } 5070 }, 5071 "node_modules/tiny-inflate": { 5072 "version": "1.0.3", 5073 "resolved": "https://registry.npmjs.org/tiny-inflate/-/tiny-inflate-1.0.3.tgz", 5074 "integrity": "sha512-pkY1fj1cKHb2seWDy0B16HeWyczlJA9/WW3u3c4z/NiWDsO3DOU5D7nhTLE9CF0yXv/QZFY7sEJmj24dK+Rrqw==", 5075 "dev": true 5076 }, 5077 "node_modules/tinyexec": { 5078 "version": "0.3.2", 5079 "resolved": "https://registry.npmjs.org/tinyexec/-/tinyexec-0.3.2.tgz", 5080 "integrity": "sha512-KQQR9yN7R5+OSwaK0XQoj22pwHoTlgYqmUscPYoknOoWCWfj/5/ABTMRi69FrKU5ffPVh5QcFikpWJI/P1ocHA==", 5081 "dev": true 5082 }, 5083 "node_modules/tinyglobby": { 5084 "version": "0.2.13", 5085 "resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.13.tgz", 5086 "integrity": "sha512-mEwzpUgrLySlveBwEVDMKk5B57bhLPYovRfPAXD5gA/98Opn0rCDj3GtLwFvCvH5RK9uPCExUROW5NjDwvqkxw==", 5087 "dev": true, 5088 "dependencies": { 5089 "fdir": "^6.4.4", 5090 "picomatch": "^4.0.2" 5091 }, 5092 "engines": { 5093 "node": ">=12.0.0" 5094 }, 5095 "funding": { 5096 "url": "https://github.com/sponsors/SuperchupuDev" 5097 } 5098 }, 5099 "node_modules/to-regex-range": { 5100 "version": "5.0.1", 5101 "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", 5102 "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==", 5103 "dev": true, 5104 "optional": true, 5105 "dependencies": { 5106 "is-number": "^7.0.0" 5107 }, 5108 "engines": { 5109 "node": ">=8.0" 5110 } 5111 }, 5112 "node_modules/tr46": { 5113 "version": "0.0.3", 5114 "resolved": "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz", 5115 "integrity": "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==", 5116 "dev": true 5117 }, 5118 "node_modules/trim-lines": { 5119 "version": "3.0.1", 5120 "resolved": "https://registry.npmjs.org/trim-lines/-/trim-lines-3.0.1.tgz", 5121 "integrity": "sha512-kRj8B+YHZCc9kQYdWfJB2/oUl9rA99qbowYYBtr4ui4mZyAQ2JpvVBd/6U2YloATfqBhBTSMhTpgBHtU0Mf3Rg==", 5122 "dev": true, 5123 "funding": { 5124 "type": "github", 5125 "url": "https://github.com/sponsors/wooorm" 5126 } 5127 }, 5128 "node_modules/trough": { 5129 "version": "2.2.0", 5130 "resolved": "https://registry.npmjs.org/trough/-/trough-2.2.0.tgz", 5131 "integrity": "sha512-tmMpK00BjZiUyVyvrBK7knerNgmgvcV/KLVyuma/SC+TQN167GrMRciANTz09+k3zW8L8t60jWO1GpfkZdjTaw==", 5132 "dev": true, 5133 "funding": { 5134 "type": "github", 5135 "url": "https://github.com/sponsors/wooorm" 5136 } 5137 }, 5138 "node_modules/tsconfck": { 5139 "version": "3.1.5", 5140 "resolved": "https://registry.npmjs.org/tsconfck/-/tsconfck-3.1.5.tgz", 5141 "integrity": "sha512-CLDfGgUp7XPswWnezWwsCRxNmgQjhYq3VXHM0/XIRxhVrKw0M1if9agzryh1QS3nxjCROvV+xWxoJO1YctzzWg==", 5142 "dev": true, 5143 "bin": { 5144 "tsconfck": "bin/tsconfck.js" 5145 }, 5146 "engines": { 5147 "node": "^18 || >=20" 5148 }, 5149 "peerDependencies": { 5150 "typescript": "^5.0.0" 5151 }, 5152 "peerDependenciesMeta": { 5153 "typescript": { 5154 "optional": true 5155 } 5156 } 5157 }, 5158 "node_modules/tslib": { 5159 "version": "2.8.1", 5160 "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz", 5161 "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==", 5162 "dev": true 5163 }, 5164 "node_modules/type-fest": { 5165 "version": "4.40.0", 5166 "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.40.0.tgz", 5167 "integrity": "sha512-ABHZ2/tS2JkvH1PEjxFDTUWC8dB5OsIGZP4IFLhR293GqT5Y5qB1WwL2kMPYhQW9DVgVD8Hd7I8gjwPIf5GFkw==", 5168 "dev": true, 5169 "engines": { 5170 "node": ">=16" 5171 }, 5172 "funding": { 5173 "url": "https://github.com/sponsors/sindresorhus" 5174 } 5175 }, 5176 "node_modules/typescript": { 5177 "version": "5.8.3", 5178 "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.8.3.tgz", 5179 "integrity": "sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ==", 5180 "dev": true, 5181 "peer": true, 5182 "bin": { 5183 "tsc": "bin/tsc", 5184 "tsserver": "bin/tsserver" 5185 }, 5186 "engines": { 5187 "node": ">=14.17" 5188 } 5189 }, 5190 "node_modules/ufo": { 5191 "version": "1.6.1", 5192 "resolved": "https://registry.npmjs.org/ufo/-/ufo-1.6.1.tgz", 5193 "integrity": "sha512-9a4/uxlTWJ4+a5i0ooc1rU7C7YOw3wT+UGqdeNNHWnOF9qcMBgLRS+4IYUqbczewFx4mLEig6gawh7X6mFlEkA==", 5194 "dev": true 5195 }, 5196 "node_modules/ultrahtml": { 5197 "version": "1.6.0", 5198 "resolved": "https://registry.npmjs.org/ultrahtml/-/ultrahtml-1.6.0.tgz", 5199 "integrity": "sha512-R9fBn90VTJrqqLDwyMph+HGne8eqY1iPfYhPzZrvKpIfwkWZbcYlfpsb8B9dTvBfpy1/hqAD7Wi8EKfP9e8zdw==", 5200 "dev": true 5201 }, 5202 "node_modules/uncrypto": { 5203 "version": "0.1.3", 5204 "resolved": "https://registry.npmjs.org/uncrypto/-/uncrypto-0.1.3.tgz", 5205 "integrity": "sha512-Ql87qFHB3s/De2ClA9e0gsnS6zXG27SkTiSJwjCc9MebbfapQfuPzumMIUMi38ezPZVNFcHI9sUIepeQfw8J8Q==", 5206 "dev": true 5207 }, 5208 "node_modules/unicode-properties": { 5209 "version": "1.4.1", 5210 "resolved": "https://registry.npmjs.org/unicode-properties/-/unicode-properties-1.4.1.tgz", 5211 "integrity": "sha512-CLjCCLQ6UuMxWnbIylkisbRj31qxHPAurvena/0iwSVbQ2G1VY5/HjV0IRabOEbDHlzZlRdCrD4NhB0JtU40Pg==", 5212 "dev": true, 5213 "dependencies": { 5214 "base64-js": "^1.3.0", 5215 "unicode-trie": "^2.0.0" 5216 } 5217 }, 5218 "node_modules/unicode-trie": { 5219 "version": "2.0.0", 5220 "resolved": "https://registry.npmjs.org/unicode-trie/-/unicode-trie-2.0.0.tgz", 5221 "integrity": "sha512-x7bc76x0bm4prf1VLg79uhAzKw8DVboClSN5VxJuQ+LKDOVEW9CdH+VY7SP+vX7xCYQqzzgQpFqz15zeLvAtZQ==", 5222 "dev": true, 5223 "dependencies": { 5224 "pako": "^0.2.5", 5225 "tiny-inflate": "^1.0.0" 5226 } 5227 }, 5228 "node_modules/unified": { 5229 "version": "11.0.5", 5230 "resolved": "https://registry.npmjs.org/unified/-/unified-11.0.5.tgz", 5231 "integrity": "sha512-xKvGhPWw3k84Qjh8bI3ZeJjqnyadK+GEFtazSfZv/rKeTkTjOJho6mFqh2SM96iIcZokxiOpg78GazTSg8+KHA==", 5232 "dev": true, 5233 "dependencies": { 5234 "@types/unist": "^3.0.0", 5235 "bail": "^2.0.0", 5236 "devlop": "^1.0.0", 5237 "extend": "^3.0.0", 5238 "is-plain-obj": "^4.0.0", 5239 "trough": "^2.0.0", 5240 "vfile": "^6.0.0" 5241 }, 5242 "funding": { 5243 "type": "opencollective", 5244 "url": "https://opencollective.com/unified" 5245 } 5246 }, 5247 "node_modules/unifont": { 5248 "version": "0.2.0", 5249 "resolved": "https://registry.npmjs.org/unifont/-/unifont-0.2.0.tgz", 5250 "integrity": "sha512-RoF14/tOhLvDa7R5K6A3PjsfJVFKvadvRpWjfV1ttabUe9704P1ie9z1ABLWEts/8SxrBVePav/XhgeFNltpsw==", 5251 "dev": true, 5252 "dependencies": { 5253 "css-tree": "^3.0.0", 5254 "ohash": "^2.0.0" 5255 } 5256 }, 5257 "node_modules/unist-util-find-after": { 5258 "version": "5.0.0", 5259 "resolved": "https://registry.npmjs.org/unist-util-find-after/-/unist-util-find-after-5.0.0.tgz", 5260 "integrity": "sha512-amQa0Ep2m6hE2g72AugUItjbuM8X8cGQnFoHk0pGfrFeT9GZhzN5SW8nRsiGKK7Aif4CrACPENkA6P/Lw6fHGQ==", 5261 "dev": true, 5262 "dependencies": { 5263 "@types/unist": "^3.0.0", 5264 "unist-util-is": "^6.0.0" 5265 }, 5266 "funding": { 5267 "type": "opencollective", 5268 "url": "https://opencollective.com/unified" 5269 } 5270 }, 5271 "node_modules/unist-util-is": { 5272 "version": "6.0.0", 5273 "resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-6.0.0.tgz", 5274 "integrity": "sha512-2qCTHimwdxLfz+YzdGfkqNlH0tLi9xjTnHddPmJwtIG9MGsdbutfTc4P+haPD7l7Cjxf/WZj+we5qfVPvvxfYw==", 5275 "dev": true, 5276 "dependencies": { 5277 "@types/unist": "^3.0.0" 5278 }, 5279 "funding": { 5280 "type": "opencollective", 5281 "url": "https://opencollective.com/unified" 5282 } 5283 }, 5284 "node_modules/unist-util-modify-children": { 5285 "version": "4.0.0", 5286 "resolved": "https://registry.npmjs.org/unist-util-modify-children/-/unist-util-modify-children-4.0.0.tgz", 5287 "integrity": "sha512-+tdN5fGNddvsQdIzUF3Xx82CU9sMM+fA0dLgR9vOmT0oPT2jH+P1nd5lSqfCfXAw+93NhcXNY2qqvTUtE4cQkw==", 5288 "dev": true, 5289 "dependencies": { 5290 "@types/unist": "^3.0.0", 5291 "array-iterate": "^2.0.0" 5292 }, 5293 "funding": { 5294 "type": "opencollective", 5295 "url": "https://opencollective.com/unified" 5296 } 5297 }, 5298 "node_modules/unist-util-position": { 5299 "version": "5.0.0", 5300 "resolved": "https://registry.npmjs.org/unist-util-position/-/unist-util-position-5.0.0.tgz", 5301 "integrity": "sha512-fucsC7HjXvkB5R3kTCO7kUjRdrS0BJt3M/FPxmHMBOm8JQi2BsHAHFsy27E0EolP8rp0NzXsJ+jNPyDWvOJZPA==", 5302 "dev": true, 5303 "dependencies": { 5304 "@types/unist": "^3.0.0" 5305 }, 5306 "funding": { 5307 "type": "opencollective", 5308 "url": "https://opencollective.com/unified" 5309 } 5310 }, 5311 "node_modules/unist-util-remove-position": { 5312 "version": "5.0.0", 5313 "resolved": "https://registry.npmjs.org/unist-util-remove-position/-/unist-util-remove-position-5.0.0.tgz", 5314 "integrity": "sha512-Hp5Kh3wLxv0PHj9m2yZhhLt58KzPtEYKQQ4yxfYFEO7EvHwzyDYnduhHnY1mDxoqr7VUwVuHXk9RXKIiYS1N8Q==", 5315 "dev": true, 5316 "dependencies": { 5317 "@types/unist": "^3.0.0", 5318 "unist-util-visit": "^5.0.0" 5319 }, 5320 "funding": { 5321 "type": "opencollective", 5322 "url": "https://opencollective.com/unified" 5323 } 5324 }, 5325 "node_modules/unist-util-stringify-position": { 5326 "version": "4.0.0", 5327 "resolved": "https://registry.npmjs.org/unist-util-stringify-position/-/unist-util-stringify-position-4.0.0.tgz", 5328 "integrity": "sha512-0ASV06AAoKCDkS2+xw5RXJywruurpbC4JZSm7nr7MOt1ojAzvyyaO+UxZf18j8FCF6kmzCZKcAgN/yu2gm2XgQ==", 5329 "dev": true, 5330 "dependencies": { 5331 "@types/unist": "^3.0.0" 5332 }, 5333 "funding": { 5334 "type": "opencollective", 5335 "url": "https://opencollective.com/unified" 5336 } 5337 }, 5338 "node_modules/unist-util-visit": { 5339 "version": "5.0.0", 5340 "resolved": "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-5.0.0.tgz", 5341 "integrity": "sha512-MR04uvD+07cwl/yhVuVWAtw+3GOR/knlL55Nd/wAdblk27GCVt3lqpTivy/tkJcZoNPzTwS1Y+KMojlLDhoTzg==", 5342 "dev": true, 5343 "dependencies": { 5344 "@types/unist": "^3.0.0", 5345 "unist-util-is": "^6.0.0", 5346 "unist-util-visit-parents": "^6.0.0" 5347 }, 5348 "funding": { 5349 "type": "opencollective", 5350 "url": "https://opencollective.com/unified" 5351 } 5352 }, 5353 "node_modules/unist-util-visit-children": { 5354 "version": "3.0.0", 5355 "resolved": "https://registry.npmjs.org/unist-util-visit-children/-/unist-util-visit-children-3.0.0.tgz", 5356 "integrity": "sha512-RgmdTfSBOg04sdPcpTSD1jzoNBjt9a80/ZCzp5cI9n1qPzLZWF9YdvWGN2zmTumP1HWhXKdUWexjy/Wy/lJ7tA==", 5357 "dev": true, 5358 "dependencies": { 5359 "@types/unist": "^3.0.0" 5360 }, 5361 "funding": { 5362 "type": "opencollective", 5363 "url": "https://opencollective.com/unified" 5364 } 5365 }, 5366 "node_modules/unist-util-visit-parents": { 5367 "version": "6.0.1", 5368 "resolved": "https://registry.npmjs.org/unist-util-visit-parents/-/unist-util-visit-parents-6.0.1.tgz", 5369 "integrity": "sha512-L/PqWzfTP9lzzEa6CKs0k2nARxTdZduw3zyh8d2NVBnsyvHjSX4TWse388YrrQKbvI8w20fGjGlhgT96WwKykw==", 5370 "dev": true, 5371 "dependencies": { 5372 "@types/unist": "^3.0.0", 5373 "unist-util-is": "^6.0.0" 5374 }, 5375 "funding": { 5376 "type": "opencollective", 5377 "url": "https://opencollective.com/unified" 5378 } 5379 }, 5380 "node_modules/unstorage": { 5381 "version": "1.15.0", 5382 "resolved": "https://registry.npmjs.org/unstorage/-/unstorage-1.15.0.tgz", 5383 "integrity": "sha512-m40eHdGY/gA6xAPqo8eaxqXgBuzQTlAKfmB1iF7oCKXE1HfwHwzDJBywK+qQGn52dta+bPlZluPF7++yR3p/bg==", 5384 "dev": true, 5385 "dependencies": { 5386 "anymatch": "^3.1.3", 5387 "chokidar": "^4.0.3", 5388 "destr": "^2.0.3", 5389 "h3": "^1.15.0", 5390 "lru-cache": "^10.4.3", 5391 "node-fetch-native": "^1.6.6", 5392 "ofetch": "^1.4.1", 5393 "ufo": "^1.5.4" 5394 }, 5395 "peerDependencies": { 5396 "@azure/app-configuration": "^1.8.0", 5397 "@azure/cosmos": "^4.2.0", 5398 "@azure/data-tables": "^13.3.0", 5399 "@azure/identity": "^4.6.0", 5400 "@azure/keyvault-secrets": "^4.9.0", 5401 "@azure/storage-blob": "^12.26.0", 5402 "@capacitor/preferences": "^6.0.3", 5403 "@deno/kv": ">=0.9.0", 5404 "@netlify/blobs": "^6.5.0 || ^7.0.0 || ^8.1.0", 5405 "@planetscale/database": "^1.19.0", 5406 "@upstash/redis": "^1.34.3", 5407 "@vercel/blob": ">=0.27.1", 5408 "@vercel/kv": "^1.0.1", 5409 "aws4fetch": "^1.0.20", 5410 "db0": ">=0.2.1", 5411 "idb-keyval": "^6.2.1", 5412 "ioredis": "^5.4.2", 5413 "uploadthing": "^7.4.4" 5414 }, 5415 "peerDependenciesMeta": { 5416 "@azure/app-configuration": { 5417 "optional": true 5418 }, 5419 "@azure/cosmos": { 5420 "optional": true 5421 }, 5422 "@azure/data-tables": { 5423 "optional": true 5424 }, 5425 "@azure/identity": { 5426 "optional": true 5427 }, 5428 "@azure/keyvault-secrets": { 5429 "optional": true 5430 }, 5431 "@azure/storage-blob": { 5432 "optional": true 5433 }, 5434 "@capacitor/preferences": { 5435 "optional": true 5436 }, 5437 "@deno/kv": { 5438 "optional": true 5439 }, 5440 "@netlify/blobs": { 5441 "optional": true 5442 }, 5443 "@planetscale/database": { 5444 "optional": true 5445 }, 5446 "@upstash/redis": { 5447 "optional": true 5448 }, 5449 "@vercel/blob": { 5450 "optional": true 5451 }, 5452 "@vercel/kv": { 5453 "optional": true 5454 }, 5455 "aws4fetch": { 5456 "optional": true 5457 }, 5458 "db0": { 5459 "optional": true 5460 }, 5461 "idb-keyval": { 5462 "optional": true 5463 }, 5464 "ioredis": { 5465 "optional": true 5466 }, 5467 "uploadthing": { 5468 "optional": true 5469 } 5470 } 5471 }, 5472 "node_modules/util-deprecate": { 5473 "version": "1.0.2", 5474 "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", 5475 "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==", 5476 "dev": true 5477 }, 5478 "node_modules/vfile": { 5479 "version": "6.0.3", 5480 "resolved": "https://registry.npmjs.org/vfile/-/vfile-6.0.3.tgz", 5481 "integrity": "sha512-KzIbH/9tXat2u30jf+smMwFCsno4wHVdNmzFyL+T/L3UGqqk6JKfVqOFOZEpZSHADH1k40ab6NUIXZq422ov3Q==", 5482 "dev": true, 5483 "dependencies": { 5484 "@types/unist": "^3.0.0", 5485 "vfile-message": "^4.0.0" 5486 }, 5487 "funding": { 5488 "type": "opencollective", 5489 "url": "https://opencollective.com/unified" 5490 } 5491 }, 5492 "node_modules/vfile-location": { 5493 "version": "5.0.3", 5494 "resolved": "https://registry.npmjs.org/vfile-location/-/vfile-location-5.0.3.tgz", 5495 "integrity": "sha512-5yXvWDEgqeiYiBe1lbxYF7UMAIm/IcopxMHrMQDq3nvKcjPKIhZklUKL+AE7J7uApI4kwe2snsK+eI6UTj9EHg==", 5496 "dev": true, 5497 "dependencies": { 5498 "@types/unist": "^3.0.0", 5499 "vfile": "^6.0.0" 5500 }, 5501 "funding": { 5502 "type": "opencollective", 5503 "url": "https://opencollective.com/unified" 5504 } 5505 }, 5506 "node_modules/vfile-message": { 5507 "version": "4.0.2", 5508 "resolved": "https://registry.npmjs.org/vfile-message/-/vfile-message-4.0.2.tgz", 5509 "integrity": "sha512-jRDZ1IMLttGj41KcZvlrYAaI3CfqpLpfpf+Mfig13viT6NKvRzWZ+lXz0Y5D60w6uJIBAOGq9mSHf0gktF0duw==", 5510 "dev": true, 5511 "dependencies": { 5512 "@types/unist": "^3.0.0", 5513 "unist-util-stringify-position": "^4.0.0" 5514 }, 5515 "funding": { 5516 "type": "opencollective", 5517 "url": "https://opencollective.com/unified" 5518 } 5519 }, 5520 "node_modules/vite": { 5521 "version": "6.3.2", 5522 "resolved": "https://registry.npmjs.org/vite/-/vite-6.3.2.tgz", 5523 "integrity": "sha512-ZSvGOXKGceizRQIZSz7TGJ0pS3QLlVY/9hwxVh17W3re67je1RKYzFHivZ/t0tubU78Vkyb9WnHPENSBCzbckg==", 5524 "dev": true, 5525 "dependencies": { 5526 "esbuild": "^0.25.0", 5527 "fdir": "^6.4.3", 5528 "picomatch": "^4.0.2", 5529 "postcss": "^8.5.3", 5530 "rollup": "^4.34.9", 5531 "tinyglobby": "^0.2.12" 5532 }, 5533 "bin": { 5534 "vite": "bin/vite.js" 5535 }, 5536 "engines": { 5537 "node": "^18.0.0 || ^20.0.0 || >=22.0.0" 5538 }, 5539 "funding": { 5540 "url": "https://github.com/vitejs/vite?sponsor=1" 5541 }, 5542 "optionalDependencies": { 5543 "fsevents": "~2.3.3" 5544 }, 5545 "peerDependencies": { 5546 "@types/node": "^18.0.0 || ^20.0.0 || >=22.0.0", 5547 "jiti": ">=1.21.0", 5548 "less": "*", 5549 "lightningcss": "^1.21.0", 5550 "sass": "*", 5551 "sass-embedded": "*", 5552 "stylus": "*", 5553 "sugarss": "*", 5554 "terser": "^5.16.0", 5555 "tsx": "^4.8.1", 5556 "yaml": "^2.4.2" 5557 }, 5558 "peerDependenciesMeta": { 5559 "@types/node": { 5560 "optional": true 5561 }, 5562 "jiti": { 5563 "optional": true 5564 }, 5565 "less": { 5566 "optional": true 5567 }, 5568 "lightningcss": { 5569 "optional": true 5570 }, 5571 "sass": { 5572 "optional": true 5573 }, 5574 "sass-embedded": { 5575 "optional": true 5576 }, 5577 "stylus": { 5578 "optional": true 5579 }, 5580 "sugarss": { 5581 "optional": true 5582 }, 5583 "terser": { 5584 "optional": true 5585 }, 5586 "tsx": { 5587 "optional": true 5588 }, 5589 "yaml": { 5590 "optional": true 5591 } 5592 } 5593 }, 5594 "node_modules/vitefu": { 5595 "version": "1.0.6", 5596 "resolved": "https://registry.npmjs.org/vitefu/-/vitefu-1.0.6.tgz", 5597 "integrity": "sha512-+Rex1GlappUyNN6UfwbVZne/9cYC4+R2XDk9xkNXBKMw6HQagdX9PgZ8V2v1WUSK1wfBLp7qbI1+XSNIlB1xmA==", 5598 "dev": true, 5599 "workspaces": [ 5600 "tests/deps/*", 5601 "tests/projects/*" 5602 ], 5603 "peerDependencies": { 5604 "vite": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0" 5605 }, 5606 "peerDependenciesMeta": { 5607 "vite": { 5608 "optional": true 5609 } 5610 } 5611 }, 5612 "node_modules/web-namespaces": { 5613 "version": "2.0.1", 5614 "resolved": "https://registry.npmjs.org/web-namespaces/-/web-namespaces-2.0.1.tgz", 5615 "integrity": "sha512-bKr1DkiNa2krS7qxNtdrtHAmzuYGFQLiQ13TsorsdT6ULTkPLKuu5+GsFpDlg6JFjUTwX2DyhMPG2be8uPrqsQ==", 5616 "dev": true, 5617 "funding": { 5618 "type": "github", 5619 "url": "https://github.com/sponsors/wooorm" 5620 } 5621 }, 5622 "node_modules/web-streams-polyfill": { 5623 "version": "3.3.3", 5624 "resolved": "https://registry.npmjs.org/web-streams-polyfill/-/web-streams-polyfill-3.3.3.tgz", 5625 "integrity": "sha512-d2JWLCivmZYTSIoge9MsgFCZrt571BikcWGYkjC1khllbTeDlGqZ2D8vD8E/lJa8WGWbb7Plm8/XJYV7IJHZZw==", 5626 "optional": true, 5627 "engines": { 5628 "node": ">= 8" 5629 } 5630 }, 5631 "node_modules/webidl-conversions": { 5632 "version": "3.0.1", 5633 "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz", 5634 "integrity": "sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==", 5635 "dev": true 5636 }, 5637 "node_modules/whatwg-url": { 5638 "version": "5.0.0", 5639 "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-5.0.0.tgz", 5640 "integrity": "sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==", 5641 "dev": true, 5642 "dependencies": { 5643 "tr46": "~0.0.3", 5644 "webidl-conversions": "^3.0.0" 5645 } 5646 }, 5647 "node_modules/which": { 5648 "version": "2.0.2", 5649 "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz", 5650 "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==", 5651 "dev": true, 5652 "dependencies": { 5653 "isexe": "^2.0.0" 5654 }, 5655 "bin": { 5656 "node-which": "bin/node-which" 5657 }, 5658 "engines": { 5659 "node": ">= 8" 5660 } 5661 }, 5662 "node_modules/which-pm-runs": { 5663 "version": "1.1.0", 5664 "resolved": "https://registry.npmjs.org/which-pm-runs/-/which-pm-runs-1.1.0.tgz", 5665 "integrity": "sha512-n1brCuqClxfFfq/Rb0ICg9giSZqCS+pLtccdag6C2HyufBrh3fBOiy9nb6ggRMvWOVH5GrdJskj5iGTZNxd7SA==", 5666 "dev": true, 5667 "engines": { 5668 "node": ">=4" 5669 } 5670 }, 5671 "node_modules/widest-line": { 5672 "version": "5.0.0", 5673 "resolved": "https://registry.npmjs.org/widest-line/-/widest-line-5.0.0.tgz", 5674 "integrity": "sha512-c9bZp7b5YtRj2wOe6dlj32MK+Bx/M/d+9VB2SHM1OtsUHR0aV0tdP6DWh/iMt0kWi1t5g1Iudu6hQRNd1A4PVA==", 5675 "dev": true, 5676 "dependencies": { 5677 "string-width": "^7.0.0" 5678 }, 5679 "engines": { 5680 "node": ">=18" 5681 }, 5682 "funding": { 5683 "url": "https://github.com/sponsors/sindresorhus" 5684 } 5685 }, 5686 "node_modules/wrap-ansi": { 5687 "version": "9.0.0", 5688 "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-9.0.0.tgz", 5689 "integrity": "sha512-G8ura3S+3Z2G+mkgNRq8dqaFZAuxfsxpBB8OCTGRTCtp+l/v9nbFNmCUP1BZMts3G1142MsZfn6eeUKrr4PD1Q==", 5690 "dev": true, 5691 "dependencies": { 5692 "ansi-styles": "^6.2.1", 5693 "string-width": "^7.0.0", 5694 "strip-ansi": "^7.1.0" 5695 }, 5696 "engines": { 5697 "node": ">=18" 5698 }, 5699 "funding": { 5700 "url": "https://github.com/chalk/wrap-ansi?sponsor=1" 5701 } 5702 }, 5703 "node_modules/wrap-ansi-cjs": { 5704 "name": "wrap-ansi", 5705 "version": "7.0.0", 5706 "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz", 5707 "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==", 5708 "dev": true, 5709 "dependencies": { 5710 "ansi-styles": "^4.0.0", 5711 "string-width": "^4.1.0", 5712 "strip-ansi": "^6.0.0" 5713 }, 5714 "engines": { 5715 "node": ">=10" 5716 }, 5717 "funding": { 5718 "url": "https://github.com/chalk/wrap-ansi?sponsor=1" 5719 } 5720 }, 5721 "node_modules/wrap-ansi-cjs/node_modules/ansi-regex": { 5722 "version": "5.0.1", 5723 "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", 5724 "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", 5725 "dev": true, 5726 "engines": { 5727 "node": ">=8" 5728 } 5729 }, 5730 "node_modules/wrap-ansi-cjs/node_modules/ansi-styles": { 5731 "version": "4.3.0", 5732 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", 5733 "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", 5734 "dev": true, 5735 "dependencies": { 5736 "color-convert": "^2.0.1" 5737 }, 5738 "engines": { 5739 "node": ">=8" 5740 }, 5741 "funding": { 5742 "url": "https://github.com/chalk/ansi-styles?sponsor=1" 5743 } 5744 }, 5745 "node_modules/wrap-ansi-cjs/node_modules/emoji-regex": { 5746 "version": "8.0.0", 5747 "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", 5748 "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", 5749 "dev": true 5750 }, 5751 "node_modules/wrap-ansi-cjs/node_modules/string-width": { 5752 "version": "4.2.3", 5753 "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", 5754 "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", 5755 "dev": true, 5756 "dependencies": { 5757 "emoji-regex": "^8.0.0", 5758 "is-fullwidth-code-point": "^3.0.0", 5759 "strip-ansi": "^6.0.1" 5760 }, 5761 "engines": { 5762 "node": ">=8" 5763 } 5764 }, 5765 "node_modules/wrap-ansi-cjs/node_modules/strip-ansi": { 5766 "version": "6.0.1", 5767 "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", 5768 "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", 5769 "dev": true, 5770 "dependencies": { 5771 "ansi-regex": "^5.0.1" 5772 }, 5773 "engines": { 5774 "node": ">=8" 5775 } 5776 }, 5777 "node_modules/xxh32": { 5778 "version": "2.0.5", 5779 "resolved": "https://registry.npmjs.org/xxh32/-/xxh32-2.0.5.tgz", 5780 "integrity": "sha512-glQIaPvLHV4xG2Sn0E4mZWY25JT34+XcG4e2c8OMIH2SXxVrm6MmJ8miCsqGBLtf+rn2YcaeS11vq/66vkXGUQ==" 5781 }, 5782 "node_modules/xxhash-wasm": { 5783 "version": "1.1.0", 5784 "resolved": "https://registry.npmjs.org/xxhash-wasm/-/xxhash-wasm-1.1.0.tgz", 5785 "integrity": "sha512-147y/6YNh+tlp6nd/2pWq38i9h6mz/EuQ6njIrmW8D1BS5nCqs0P6DG+m6zTGnNz5I+uhZ0SHxBs9BsPrwcKDA==", 5786 "dev": true 5787 }, 5788 "node_modules/yargs-parser": { 5789 "version": "21.1.1", 5790 "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-21.1.1.tgz", 5791 "integrity": "sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==", 5792 "dev": true, 5793 "engines": { 5794 "node": ">=12" 5795 } 5796 }, 5797 "node_modules/yocto-queue": { 5798 "version": "1.2.1", 5799 "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-1.2.1.tgz", 5800 "integrity": "sha512-AyeEbWOu/TAXdxlV9wmGcR0+yh2j3vYPGOECcIj2S7MkrLyC7ne+oye2BKTItt0ii2PHk4cDy+95+LshzbXnGg==", 5801 "dev": true, 5802 "engines": { 5803 "node": ">=12.20" 5804 }, 5805 "funding": { 5806 "url": "https://github.com/sponsors/sindresorhus" 5807 } 5808 }, 5809 "node_modules/yocto-spinner": { 5810 "version": "0.2.1", 5811 "resolved": "https://registry.npmjs.org/yocto-spinner/-/yocto-spinner-0.2.1.tgz", 5812 "integrity": "sha512-lHHxjh0bXaLgdJy3cNnVb/F9myx3CkhrvSOEVTkaUgNMXnYFa2xYPVhtGnqhh3jErY2gParBOHallCbc7NrlZQ==", 5813 "dev": true, 5814 "dependencies": { 5815 "yoctocolors": "^2.1.1" 5816 }, 5817 "engines": { 5818 "node": ">=18.19" 5819 }, 5820 "funding": { 5821 "url": "https://github.com/sponsors/sindresorhus" 5822 } 5823 }, 5824 "node_modules/yoctocolors": { 5825 "version": "2.1.1", 5826 "resolved": "https://registry.npmjs.org/yoctocolors/-/yoctocolors-2.1.1.tgz", 5827 "integrity": "sha512-GQHQqAopRhwU8Kt1DDM8NjibDXHC8eoh1erhGAJPEyveY9qqVeXvVikNKrDz69sHowPMorbPUrH/mx8c50eiBQ==", 5828 "dev": true, 5829 "engines": { 5830 "node": ">=18" 5831 }, 5832 "funding": { 5833 "url": "https://github.com/sponsors/sindresorhus" 5834 } 5835 }, 5836 "node_modules/zod": { 5837 "version": "3.24.3", 5838 "resolved": "https://registry.npmjs.org/zod/-/zod-3.24.3.tgz", 5839 "integrity": "sha512-HhY1oqzWCQWuUqvBFnsyrtZRhyPeR7SUGv+C4+MsisMuVfSPx8HpwWqH8tRahSlt6M3PiFAcoeFhZAqIXTxoSg==", 5840 "dev": true, 5841 "funding": { 5842 "url": "https://github.com/sponsors/colinhacks" 5843 } 5844 }, 5845 "node_modules/zod-to-json-schema": { 5846 "version": "3.24.5", 5847 "resolved": "https://registry.npmjs.org/zod-to-json-schema/-/zod-to-json-schema-3.24.5.tgz", 5848 "integrity": "sha512-/AuWwMP+YqiPbsJx5D6TfgRTc4kTLjsh5SOcd4bLsfUg2RcEXrFMJl1DGgdHy2aCfsIA/cr/1JM0xcB2GZji8g==", 5849 "dev": true, 5850 "peerDependencies": { 5851 "zod": "^3.24.1" 5852 } 5853 }, 5854 "node_modules/zod-to-ts": { 5855 "version": "1.2.0", 5856 "resolved": "https://registry.npmjs.org/zod-to-ts/-/zod-to-ts-1.2.0.tgz", 5857 "integrity": "sha512-x30XE43V+InwGpvTySRNz9kB7qFU8DlyEy7BsSTCHPH1R0QasMmHWZDCzYm6bVXtj/9NNJAZF3jW8rzFvH5OFA==", 5858 "dev": true, 5859 "peerDependencies": { 5860 "typescript": "^4.9.4 || ^5.0.2", 5861 "zod": "^3" 5862 } 5863 }, 5864 "node_modules/zwitch": { 5865 "version": "2.0.4", 5866 "resolved": "https://registry.npmjs.org/zwitch/-/zwitch-2.0.4.tgz", 5867 "integrity": "sha512-bXE4cR/kVZhKZX/RjPEflHaKVhUVl85noU3v6b8apfQEc1x4A+zBxjZ4lN8LqGd6WZ3dl98pY4o717VFmoPp+A==", 5868 "dev": true, 5869 "funding": { 5870 "type": "github", 5871 "url": "https://github.com/sponsors/wooorm" 5872 } 5873 } 5874 } 5875}