Write on the margins of the internet. Powered by the AT Protocol. margin.at
extension web atproto comments
at main 9674 lines 256 kB view raw
1{ 2 "name": "web", 3 "version": "0.0.1", 4 "lockfileVersion": 3, 5 "requires": true, 6 "packages": { 7 "": { 8 "name": "web", 9 "version": "0.0.1", 10 "dependencies": { 11 "@astrojs/node": "^9.5.2", 12 "@astrojs/react": "^4.4.2", 13 "@astrojs/tailwind": "^6.0.2", 14 "@nanostores/react": "^1.0.0", 15 "@resvg/resvg-js": "^2.6.2", 16 "@tailwindcss/vite": "^4.1.18", 17 "astro": "^5.17.1", 18 "autoprefixer": "^10.4.24", 19 "clsx": "^2.1.1", 20 "date-fns": "^4.1.0", 21 "emoji-picker-react": "^4.18.0", 22 "lucide-react": "^0.563.0", 23 "nanostores": "^1.1.0", 24 "postcss": "^8.5.6", 25 "react": "^19.2.4", 26 "react-dom": "^19.2.4", 27 "react-router-dom": "^7.13.0", 28 "satori": "^0.19.2", 29 "tailwind-merge": "^3.4.0", 30 "tailwindcss": "^3.4.19" 31 }, 32 "devDependencies": { 33 "@eslint/js": "^10.0.1", 34 "@types/node": "^25.2.3", 35 "@types/react": "^19.2.11", 36 "@types/react-dom": "^19.2.3", 37 "@typescript-eslint/eslint-plugin": "^8.54.0", 38 "@typescript-eslint/parser": "^8.54.0", 39 "eslint": "^10.0.0", 40 "eslint-config-prettier": "^10.1.8", 41 "eslint-plugin-prettier": "^5.5.5", 42 "eslint-plugin-react": "^7.37.5", 43 "eslint-plugin-react-hooks": "^7.0.1", 44 "eslint-plugin-react-refresh": "^0.5.0", 45 "globals": "^17.3.0", 46 "prettier": "^3.8.1", 47 "react-icons": "^5.5.0", 48 "typescript": "^5.9.3", 49 "typescript-eslint": "^8.54.0" 50 } 51 }, 52 "node_modules/@alloc/quick-lru": { 53 "version": "5.2.0", 54 "license": "MIT", 55 "engines": { 56 "node": ">=10" 57 }, 58 "funding": { 59 "url": "https://github.com/sponsors/sindresorhus" 60 } 61 }, 62 "node_modules/@astrojs/compiler": { 63 "version": "2.13.0", 64 "license": "MIT" 65 }, 66 "node_modules/@astrojs/internal-helpers": { 67 "version": "0.7.5", 68 "license": "MIT" 69 }, 70 "node_modules/@astrojs/markdown-remark": { 71 "version": "6.3.10", 72 "license": "MIT", 73 "dependencies": { 74 "@astrojs/internal-helpers": "0.7.5", 75 "@astrojs/prism": "3.3.0", 76 "github-slugger": "^2.0.0", 77 "hast-util-from-html": "^2.0.3", 78 "hast-util-to-text": "^4.0.2", 79 "import-meta-resolve": "^4.2.0", 80 "js-yaml": "^4.1.1", 81 "mdast-util-definitions": "^6.0.0", 82 "rehype-raw": "^7.0.0", 83 "rehype-stringify": "^10.0.1", 84 "remark-gfm": "^4.0.1", 85 "remark-parse": "^11.0.0", 86 "remark-rehype": "^11.1.2", 87 "remark-smartypants": "^3.0.2", 88 "shiki": "^3.19.0", 89 "smol-toml": "^1.5.2", 90 "unified": "^11.0.5", 91 "unist-util-remove-position": "^5.0.0", 92 "unist-util-visit": "^5.0.0", 93 "unist-util-visit-parents": "^6.0.2", 94 "vfile": "^6.0.3" 95 } 96 }, 97 "node_modules/@astrojs/node": { 98 "version": "9.5.2", 99 "license": "MIT", 100 "dependencies": { 101 "@astrojs/internal-helpers": "0.7.5", 102 "send": "^1.2.1", 103 "server-destroy": "^1.0.1" 104 }, 105 "peerDependencies": { 106 "astro": "^5.14.3" 107 } 108 }, 109 "node_modules/@astrojs/prism": { 110 "version": "3.3.0", 111 "license": "MIT", 112 "dependencies": { 113 "prismjs": "^1.30.0" 114 }, 115 "engines": { 116 "node": "18.20.8 || ^20.3.0 || >=22.0.0" 117 } 118 }, 119 "node_modules/@astrojs/react": { 120 "version": "4.4.2", 121 "license": "MIT", 122 "dependencies": { 123 "@vitejs/plugin-react": "^4.7.0", 124 "ultrahtml": "^1.6.0", 125 "vite": "^6.4.1" 126 }, 127 "engines": { 128 "node": "18.20.8 || ^20.3.0 || >=22.0.0" 129 }, 130 "peerDependencies": { 131 "@types/react": "^17.0.50 || ^18.0.21 || ^19.0.0", 132 "@types/react-dom": "^17.0.17 || ^18.0.6 || ^19.0.0", 133 "react": "^17.0.2 || ^18.0.0 || ^19.0.0", 134 "react-dom": "^17.0.2 || ^18.0.0 || ^19.0.0" 135 } 136 }, 137 "node_modules/@astrojs/tailwind": { 138 "version": "6.0.2", 139 "license": "MIT", 140 "dependencies": { 141 "autoprefixer": "^10.4.21", 142 "postcss": "^8.5.3", 143 "postcss-load-config": "^4.0.2" 144 }, 145 "peerDependencies": { 146 "astro": "^3.0.0 || ^4.0.0 || ^5.0.0", 147 "tailwindcss": "^3.0.24" 148 } 149 }, 150 "node_modules/@astrojs/telemetry": { 151 "version": "3.3.0", 152 "license": "MIT", 153 "dependencies": { 154 "ci-info": "^4.2.0", 155 "debug": "^4.4.0", 156 "dlv": "^1.1.3", 157 "dset": "^3.1.4", 158 "is-docker": "^3.0.0", 159 "is-wsl": "^3.1.0", 160 "which-pm-runs": "^1.1.0" 161 }, 162 "engines": { 163 "node": "18.20.8 || ^20.3.0 || >=22.0.0" 164 } 165 }, 166 "node_modules/@babel/code-frame": { 167 "version": "7.29.0", 168 "license": "MIT", 169 "dependencies": { 170 "@babel/helper-validator-identifier": "^7.28.5", 171 "js-tokens": "^4.0.0", 172 "picocolors": "^1.1.1" 173 }, 174 "engines": { 175 "node": ">=6.9.0" 176 } 177 }, 178 "node_modules/@babel/compat-data": { 179 "version": "7.29.0", 180 "license": "MIT", 181 "engines": { 182 "node": ">=6.9.0" 183 } 184 }, 185 "node_modules/@babel/core": { 186 "version": "7.29.0", 187 "license": "MIT", 188 "dependencies": { 189 "@babel/code-frame": "^7.29.0", 190 "@babel/generator": "^7.29.0", 191 "@babel/helper-compilation-targets": "^7.28.6", 192 "@babel/helper-module-transforms": "^7.28.6", 193 "@babel/helpers": "^7.28.6", 194 "@babel/parser": "^7.29.0", 195 "@babel/template": "^7.28.6", 196 "@babel/traverse": "^7.29.0", 197 "@babel/types": "^7.29.0", 198 "@jridgewell/remapping": "^2.3.5", 199 "convert-source-map": "^2.0.0", 200 "debug": "^4.1.0", 201 "gensync": "^1.0.0-beta.2", 202 "json5": "^2.2.3", 203 "semver": "^6.3.1" 204 }, 205 "engines": { 206 "node": ">=6.9.0" 207 }, 208 "funding": { 209 "type": "opencollective", 210 "url": "https://opencollective.com/babel" 211 } 212 }, 213 "node_modules/@babel/core/node_modules/semver": { 214 "version": "6.3.1", 215 "license": "ISC", 216 "bin": { 217 "semver": "bin/semver.js" 218 } 219 }, 220 "node_modules/@babel/generator": { 221 "version": "7.29.1", 222 "license": "MIT", 223 "dependencies": { 224 "@babel/parser": "^7.29.0", 225 "@babel/types": "^7.29.0", 226 "@jridgewell/gen-mapping": "^0.3.12", 227 "@jridgewell/trace-mapping": "^0.3.28", 228 "jsesc": "^3.0.2" 229 }, 230 "engines": { 231 "node": ">=6.9.0" 232 } 233 }, 234 "node_modules/@babel/helper-compilation-targets": { 235 "version": "7.28.6", 236 "license": "MIT", 237 "dependencies": { 238 "@babel/compat-data": "^7.28.6", 239 "@babel/helper-validator-option": "^7.27.1", 240 "browserslist": "^4.24.0", 241 "lru-cache": "^5.1.1", 242 "semver": "^6.3.1" 243 }, 244 "engines": { 245 "node": ">=6.9.0" 246 } 247 }, 248 "node_modules/@babel/helper-compilation-targets/node_modules/lru-cache": { 249 "version": "5.1.1", 250 "license": "ISC", 251 "dependencies": { 252 "yallist": "^3.0.2" 253 } 254 }, 255 "node_modules/@babel/helper-compilation-targets/node_modules/semver": { 256 "version": "6.3.1", 257 "license": "ISC", 258 "bin": { 259 "semver": "bin/semver.js" 260 } 261 }, 262 "node_modules/@babel/helper-globals": { 263 "version": "7.28.0", 264 "license": "MIT", 265 "engines": { 266 "node": ">=6.9.0" 267 } 268 }, 269 "node_modules/@babel/helper-module-imports": { 270 "version": "7.28.6", 271 "license": "MIT", 272 "dependencies": { 273 "@babel/traverse": "^7.28.6", 274 "@babel/types": "^7.28.6" 275 }, 276 "engines": { 277 "node": ">=6.9.0" 278 } 279 }, 280 "node_modules/@babel/helper-module-transforms": { 281 "version": "7.28.6", 282 "license": "MIT", 283 "dependencies": { 284 "@babel/helper-module-imports": "^7.28.6", 285 "@babel/helper-validator-identifier": "^7.28.5", 286 "@babel/traverse": "^7.28.6" 287 }, 288 "engines": { 289 "node": ">=6.9.0" 290 }, 291 "peerDependencies": { 292 "@babel/core": "^7.0.0" 293 } 294 }, 295 "node_modules/@babel/helper-plugin-utils": { 296 "version": "7.28.6", 297 "license": "MIT", 298 "engines": { 299 "node": ">=6.9.0" 300 } 301 }, 302 "node_modules/@babel/helper-string-parser": { 303 "version": "7.27.1", 304 "license": "MIT", 305 "engines": { 306 "node": ">=6.9.0" 307 } 308 }, 309 "node_modules/@babel/helper-validator-identifier": { 310 "version": "7.28.5", 311 "license": "MIT", 312 "engines": { 313 "node": ">=6.9.0" 314 } 315 }, 316 "node_modules/@babel/helper-validator-option": { 317 "version": "7.27.1", 318 "license": "MIT", 319 "engines": { 320 "node": ">=6.9.0" 321 } 322 }, 323 "node_modules/@babel/helpers": { 324 "version": "7.28.6", 325 "license": "MIT", 326 "dependencies": { 327 "@babel/template": "^7.28.6", 328 "@babel/types": "^7.28.6" 329 }, 330 "engines": { 331 "node": ">=6.9.0" 332 } 333 }, 334 "node_modules/@babel/parser": { 335 "version": "7.29.0", 336 "license": "MIT", 337 "dependencies": { 338 "@babel/types": "^7.29.0" 339 }, 340 "bin": { 341 "parser": "bin/babel-parser.js" 342 }, 343 "engines": { 344 "node": ">=6.0.0" 345 } 346 }, 347 "node_modules/@babel/plugin-transform-react-jsx-self": { 348 "version": "7.27.1", 349 "license": "MIT", 350 "dependencies": { 351 "@babel/helper-plugin-utils": "^7.27.1" 352 }, 353 "engines": { 354 "node": ">=6.9.0" 355 }, 356 "peerDependencies": { 357 "@babel/core": "^7.0.0-0" 358 } 359 }, 360 "node_modules/@babel/plugin-transform-react-jsx-source": { 361 "version": "7.27.1", 362 "license": "MIT", 363 "dependencies": { 364 "@babel/helper-plugin-utils": "^7.27.1" 365 }, 366 "engines": { 367 "node": ">=6.9.0" 368 }, 369 "peerDependencies": { 370 "@babel/core": "^7.0.0-0" 371 } 372 }, 373 "node_modules/@babel/template": { 374 "version": "7.28.6", 375 "license": "MIT", 376 "dependencies": { 377 "@babel/code-frame": "^7.28.6", 378 "@babel/parser": "^7.28.6", 379 "@babel/types": "^7.28.6" 380 }, 381 "engines": { 382 "node": ">=6.9.0" 383 } 384 }, 385 "node_modules/@babel/traverse": { 386 "version": "7.29.0", 387 "license": "MIT", 388 "dependencies": { 389 "@babel/code-frame": "^7.29.0", 390 "@babel/generator": "^7.29.0", 391 "@babel/helper-globals": "^7.28.0", 392 "@babel/parser": "^7.29.0", 393 "@babel/template": "^7.28.6", 394 "@babel/types": "^7.29.0", 395 "debug": "^4.3.1" 396 }, 397 "engines": { 398 "node": ">=6.9.0" 399 } 400 }, 401 "node_modules/@babel/types": { 402 "version": "7.29.0", 403 "license": "MIT", 404 "dependencies": { 405 "@babel/helper-string-parser": "^7.27.1", 406 "@babel/helper-validator-identifier": "^7.28.5" 407 }, 408 "engines": { 409 "node": ">=6.9.0" 410 } 411 }, 412 "node_modules/@capsizecss/unpack": { 413 "version": "4.0.0", 414 "license": "MIT", 415 "dependencies": { 416 "fontkitten": "^1.0.0" 417 }, 418 "engines": { 419 "node": ">=18" 420 } 421 }, 422 "node_modules/@emnapi/runtime": { 423 "version": "1.8.1", 424 "license": "MIT", 425 "optional": true, 426 "dependencies": { 427 "tslib": "^2.4.0" 428 } 429 }, 430 "node_modules/@esbuild/aix-ppc64": { 431 "version": "0.25.12", 432 "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.25.12.tgz", 433 "integrity": "sha512-Hhmwd6CInZ3dwpuGTF8fJG6yoWmsToE+vYgD4nytZVxcu1ulHpUQRAB1UJ8+N1Am3Mz4+xOByoQoSZf4D+CpkA==", 434 "cpu": [ 435 "ppc64" 436 ], 437 "license": "MIT", 438 "optional": true, 439 "os": [ 440 "aix" 441 ], 442 "engines": { 443 "node": ">=18" 444 } 445 }, 446 "node_modules/@esbuild/android-arm": { 447 "version": "0.25.12", 448 "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.25.12.tgz", 449 "integrity": "sha512-VJ+sKvNA/GE7Ccacc9Cha7bpS8nyzVv0jdVgwNDaR4gDMC/2TTRc33Ip8qrNYUcpkOHUT5OZ0bUcNNVZQ9RLlg==", 450 "cpu": [ 451 "arm" 452 ], 453 "license": "MIT", 454 "optional": true, 455 "os": [ 456 "android" 457 ], 458 "engines": { 459 "node": ">=18" 460 } 461 }, 462 "node_modules/@esbuild/android-arm64": { 463 "version": "0.25.12", 464 "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.25.12.tgz", 465 "integrity": "sha512-6AAmLG7zwD1Z159jCKPvAxZd4y/VTO0VkprYy+3N2FtJ8+BQWFXU+OxARIwA46c5tdD9SsKGZ/1ocqBS/gAKHg==", 466 "cpu": [ 467 "arm64" 468 ], 469 "license": "MIT", 470 "optional": true, 471 "os": [ 472 "android" 473 ], 474 "engines": { 475 "node": ">=18" 476 } 477 }, 478 "node_modules/@esbuild/android-x64": { 479 "version": "0.25.12", 480 "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.25.12.tgz", 481 "integrity": "sha512-5jbb+2hhDHx5phYR2By8GTWEzn6I9UqR11Kwf22iKbNpYrsmRB18aX/9ivc5cabcUiAT/wM+YIZ6SG9QO6a8kg==", 482 "cpu": [ 483 "x64" 484 ], 485 "license": "MIT", 486 "optional": true, 487 "os": [ 488 "android" 489 ], 490 "engines": { 491 "node": ">=18" 492 } 493 }, 494 "node_modules/@esbuild/darwin-arm64": { 495 "version": "0.25.12", 496 "cpu": [ 497 "arm64" 498 ], 499 "license": "MIT", 500 "optional": true, 501 "os": [ 502 "darwin" 503 ], 504 "engines": { 505 "node": ">=18" 506 } 507 }, 508 "node_modules/@esbuild/darwin-x64": { 509 "version": "0.25.12", 510 "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.25.12.tgz", 511 "integrity": "sha512-HQ9ka4Kx21qHXwtlTUVbKJOAnmG1ipXhdWTmNXiPzPfWKpXqASVcWdnf2bnL73wgjNrFXAa3yYvBSd9pzfEIpA==", 512 "cpu": [ 513 "x64" 514 ], 515 "license": "MIT", 516 "optional": true, 517 "os": [ 518 "darwin" 519 ], 520 "engines": { 521 "node": ">=18" 522 } 523 }, 524 "node_modules/@esbuild/freebsd-arm64": { 525 "version": "0.25.12", 526 "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.25.12.tgz", 527 "integrity": "sha512-gA0Bx759+7Jve03K1S0vkOu5Lg/85dou3EseOGUes8flVOGxbhDDh/iZaoek11Y8mtyKPGF3vP8XhnkDEAmzeg==", 528 "cpu": [ 529 "arm64" 530 ], 531 "license": "MIT", 532 "optional": true, 533 "os": [ 534 "freebsd" 535 ], 536 "engines": { 537 "node": ">=18" 538 } 539 }, 540 "node_modules/@esbuild/freebsd-x64": { 541 "version": "0.25.12", 542 "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.25.12.tgz", 543 "integrity": "sha512-TGbO26Yw2xsHzxtbVFGEXBFH0FRAP7gtcPE7P5yP7wGy7cXK2oO7RyOhL5NLiqTlBh47XhmIUXuGciXEqYFfBQ==", 544 "cpu": [ 545 "x64" 546 ], 547 "license": "MIT", 548 "optional": true, 549 "os": [ 550 "freebsd" 551 ], 552 "engines": { 553 "node": ">=18" 554 } 555 }, 556 "node_modules/@esbuild/linux-arm": { 557 "version": "0.25.12", 558 "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.25.12.tgz", 559 "integrity": "sha512-lPDGyC1JPDou8kGcywY0YILzWlhhnRjdof3UlcoqYmS9El818LLfJJc3PXXgZHrHCAKs/Z2SeZtDJr5MrkxtOw==", 560 "cpu": [ 561 "arm" 562 ], 563 "license": "MIT", 564 "optional": true, 565 "os": [ 566 "linux" 567 ], 568 "engines": { 569 "node": ">=18" 570 } 571 }, 572 "node_modules/@esbuild/linux-arm64": { 573 "version": "0.25.12", 574 "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.25.12.tgz", 575 "integrity": "sha512-8bwX7a8FghIgrupcxb4aUmYDLp8pX06rGh5HqDT7bB+8Rdells6mHvrFHHW2JAOPZUbnjUpKTLg6ECyzvas2AQ==", 576 "cpu": [ 577 "arm64" 578 ], 579 "license": "MIT", 580 "optional": true, 581 "os": [ 582 "linux" 583 ], 584 "engines": { 585 "node": ">=18" 586 } 587 }, 588 "node_modules/@esbuild/linux-ia32": { 589 "version": "0.25.12", 590 "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.25.12.tgz", 591 "integrity": "sha512-0y9KrdVnbMM2/vG8KfU0byhUN+EFCny9+8g202gYqSSVMonbsCfLjUO+rCci7pM0WBEtz+oK/PIwHkzxkyharA==", 592 "cpu": [ 593 "ia32" 594 ], 595 "license": "MIT", 596 "optional": true, 597 "os": [ 598 "linux" 599 ], 600 "engines": { 601 "node": ">=18" 602 } 603 }, 604 "node_modules/@esbuild/linux-loong64": { 605 "version": "0.25.12", 606 "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.25.12.tgz", 607 "integrity": "sha512-h///Lr5a9rib/v1GGqXVGzjL4TMvVTv+s1DPoxQdz7l/AYv6LDSxdIwzxkrPW438oUXiDtwM10o9PmwS/6Z0Ng==", 608 "cpu": [ 609 "loong64" 610 ], 611 "license": "MIT", 612 "optional": true, 613 "os": [ 614 "linux" 615 ], 616 "engines": { 617 "node": ">=18" 618 } 619 }, 620 "node_modules/@esbuild/linux-mips64el": { 621 "version": "0.25.12", 622 "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.25.12.tgz", 623 "integrity": "sha512-iyRrM1Pzy9GFMDLsXn1iHUm18nhKnNMWscjmp4+hpafcZjrr2WbT//d20xaGljXDBYHqRcl8HnxbX6uaA/eGVw==", 624 "cpu": [ 625 "mips64el" 626 ], 627 "license": "MIT", 628 "optional": true, 629 "os": [ 630 "linux" 631 ], 632 "engines": { 633 "node": ">=18" 634 } 635 }, 636 "node_modules/@esbuild/linux-ppc64": { 637 "version": "0.25.12", 638 "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.25.12.tgz", 639 "integrity": "sha512-9meM/lRXxMi5PSUqEXRCtVjEZBGwB7P/D4yT8UG/mwIdze2aV4Vo6U5gD3+RsoHXKkHCfSxZKzmDssVlRj1QQA==", 640 "cpu": [ 641 "ppc64" 642 ], 643 "license": "MIT", 644 "optional": true, 645 "os": [ 646 "linux" 647 ], 648 "engines": { 649 "node": ">=18" 650 } 651 }, 652 "node_modules/@esbuild/linux-riscv64": { 653 "version": "0.25.12", 654 "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.25.12.tgz", 655 "integrity": "sha512-Zr7KR4hgKUpWAwb1f3o5ygT04MzqVrGEGXGLnj15YQDJErYu/BGg+wmFlIDOdJp0PmB0lLvxFIOXZgFRrdjR0w==", 656 "cpu": [ 657 "riscv64" 658 ], 659 "license": "MIT", 660 "optional": true, 661 "os": [ 662 "linux" 663 ], 664 "engines": { 665 "node": ">=18" 666 } 667 }, 668 "node_modules/@esbuild/linux-s390x": { 669 "version": "0.25.12", 670 "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.25.12.tgz", 671 "integrity": "sha512-MsKncOcgTNvdtiISc/jZs/Zf8d0cl/t3gYWX8J9ubBnVOwlk65UIEEvgBORTiljloIWnBzLs4qhzPkJcitIzIg==", 672 "cpu": [ 673 "s390x" 674 ], 675 "license": "MIT", 676 "optional": true, 677 "os": [ 678 "linux" 679 ], 680 "engines": { 681 "node": ">=18" 682 } 683 }, 684 "node_modules/@esbuild/linux-x64": { 685 "version": "0.25.12", 686 "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.25.12.tgz", 687 "integrity": "sha512-uqZMTLr/zR/ed4jIGnwSLkaHmPjOjJvnm6TVVitAa08SLS9Z0VM8wIRx7gWbJB5/J54YuIMInDquWyYvQLZkgw==", 688 "cpu": [ 689 "x64" 690 ], 691 "license": "MIT", 692 "optional": true, 693 "os": [ 694 "linux" 695 ], 696 "engines": { 697 "node": ">=18" 698 } 699 }, 700 "node_modules/@esbuild/netbsd-arm64": { 701 "version": "0.25.12", 702 "resolved": "https://registry.npmjs.org/@esbuild/netbsd-arm64/-/netbsd-arm64-0.25.12.tgz", 703 "integrity": "sha512-xXwcTq4GhRM7J9A8Gv5boanHhRa/Q9KLVmcyXHCTaM4wKfIpWkdXiMog/KsnxzJ0A1+nD+zoecuzqPmCRyBGjg==", 704 "cpu": [ 705 "arm64" 706 ], 707 "license": "MIT", 708 "optional": true, 709 "os": [ 710 "netbsd" 711 ], 712 "engines": { 713 "node": ">=18" 714 } 715 }, 716 "node_modules/@esbuild/netbsd-x64": { 717 "version": "0.25.12", 718 "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.25.12.tgz", 719 "integrity": "sha512-Ld5pTlzPy3YwGec4OuHh1aCVCRvOXdH8DgRjfDy/oumVovmuSzWfnSJg+VtakB9Cm0gxNO9BzWkj6mtO1FMXkQ==", 720 "cpu": [ 721 "x64" 722 ], 723 "license": "MIT", 724 "optional": true, 725 "os": [ 726 "netbsd" 727 ], 728 "engines": { 729 "node": ">=18" 730 } 731 }, 732 "node_modules/@esbuild/openbsd-arm64": { 733 "version": "0.25.12", 734 "resolved": "https://registry.npmjs.org/@esbuild/openbsd-arm64/-/openbsd-arm64-0.25.12.tgz", 735 "integrity": "sha512-fF96T6KsBo/pkQI950FARU9apGNTSlZGsv1jZBAlcLL1MLjLNIWPBkj5NlSz8aAzYKg+eNqknrUJ24QBybeR5A==", 736 "cpu": [ 737 "arm64" 738 ], 739 "license": "MIT", 740 "optional": true, 741 "os": [ 742 "openbsd" 743 ], 744 "engines": { 745 "node": ">=18" 746 } 747 }, 748 "node_modules/@esbuild/openbsd-x64": { 749 "version": "0.25.12", 750 "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.25.12.tgz", 751 "integrity": "sha512-MZyXUkZHjQxUvzK7rN8DJ3SRmrVrke8ZyRusHlP+kuwqTcfWLyqMOE3sScPPyeIXN/mDJIfGXvcMqCgYKekoQw==", 752 "cpu": [ 753 "x64" 754 ], 755 "license": "MIT", 756 "optional": true, 757 "os": [ 758 "openbsd" 759 ], 760 "engines": { 761 "node": ">=18" 762 } 763 }, 764 "node_modules/@esbuild/openharmony-arm64": { 765 "version": "0.25.12", 766 "resolved": "https://registry.npmjs.org/@esbuild/openharmony-arm64/-/openharmony-arm64-0.25.12.tgz", 767 "integrity": "sha512-rm0YWsqUSRrjncSXGA7Zv78Nbnw4XL6/dzr20cyrQf7ZmRcsovpcRBdhD43Nuk3y7XIoW2OxMVvwuRvk9XdASg==", 768 "cpu": [ 769 "arm64" 770 ], 771 "license": "MIT", 772 "optional": true, 773 "os": [ 774 "openharmony" 775 ], 776 "engines": { 777 "node": ">=18" 778 } 779 }, 780 "node_modules/@esbuild/sunos-x64": { 781 "version": "0.25.12", 782 "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.25.12.tgz", 783 "integrity": "sha512-3wGSCDyuTHQUzt0nV7bocDy72r2lI33QL3gkDNGkod22EsYl04sMf0qLb8luNKTOmgF/eDEDP5BFNwoBKH441w==", 784 "cpu": [ 785 "x64" 786 ], 787 "license": "MIT", 788 "optional": true, 789 "os": [ 790 "sunos" 791 ], 792 "engines": { 793 "node": ">=18" 794 } 795 }, 796 "node_modules/@esbuild/win32-arm64": { 797 "version": "0.25.12", 798 "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.25.12.tgz", 799 "integrity": "sha512-rMmLrur64A7+DKlnSuwqUdRKyd3UE7oPJZmnljqEptesKM8wx9J8gx5u0+9Pq0fQQW8vqeKebwNXdfOyP+8Bsg==", 800 "cpu": [ 801 "arm64" 802 ], 803 "license": "MIT", 804 "optional": true, 805 "os": [ 806 "win32" 807 ], 808 "engines": { 809 "node": ">=18" 810 } 811 }, 812 "node_modules/@esbuild/win32-ia32": { 813 "version": "0.25.12", 814 "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.25.12.tgz", 815 "integrity": "sha512-HkqnmmBoCbCwxUKKNPBixiWDGCpQGVsrQfJoVGYLPT41XWF8lHuE5N6WhVia2n4o5QK5M4tYr21827fNhi4byQ==", 816 "cpu": [ 817 "ia32" 818 ], 819 "license": "MIT", 820 "optional": true, 821 "os": [ 822 "win32" 823 ], 824 "engines": { 825 "node": ">=18" 826 } 827 }, 828 "node_modules/@esbuild/win32-x64": { 829 "version": "0.25.12", 830 "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.25.12.tgz", 831 "integrity": "sha512-alJC0uCZpTFrSL0CCDjcgleBXPnCrEAhTBILpeAp7M/OFgoqtAetfBzX0xM00MUsVVPpVjlPuMbREqnZCXaTnA==", 832 "cpu": [ 833 "x64" 834 ], 835 "license": "MIT", 836 "optional": true, 837 "os": [ 838 "win32" 839 ], 840 "engines": { 841 "node": ">=18" 842 } 843 }, 844 "node_modules/@eslint-community/eslint-utils": { 845 "version": "4.9.1", 846 "dev": true, 847 "license": "MIT", 848 "dependencies": { 849 "eslint-visitor-keys": "^3.4.3" 850 }, 851 "engines": { 852 "node": "^12.22.0 || ^14.17.0 || >=16.0.0" 853 }, 854 "funding": { 855 "url": "https://opencollective.com/eslint" 856 }, 857 "peerDependencies": { 858 "eslint": "^6.0.0 || ^7.0.0 || >=8.0.0" 859 } 860 }, 861 "node_modules/@eslint-community/eslint-utils/node_modules/eslint-visitor-keys": { 862 "version": "3.4.3", 863 "dev": true, 864 "license": "Apache-2.0", 865 "engines": { 866 "node": "^12.22.0 || ^14.17.0 || >=16.0.0" 867 }, 868 "funding": { 869 "url": "https://opencollective.com/eslint" 870 } 871 }, 872 "node_modules/@eslint-community/regexpp": { 873 "version": "4.12.2", 874 "dev": true, 875 "license": "MIT", 876 "engines": { 877 "node": "^12.0.0 || ^14.0.0 || >=16.0.0" 878 } 879 }, 880 "node_modules/@eslint/config-array": { 881 "version": "0.23.1", 882 "dev": true, 883 "license": "Apache-2.0", 884 "dependencies": { 885 "@eslint/object-schema": "^3.0.1", 886 "debug": "^4.3.1", 887 "minimatch": "^10.1.1" 888 }, 889 "engines": { 890 "node": "^20.19.0 || ^22.13.0 || >=24" 891 } 892 }, 893 "node_modules/@eslint/config-helpers": { 894 "version": "0.5.2", 895 "dev": true, 896 "license": "Apache-2.0", 897 "dependencies": { 898 "@eslint/core": "^1.1.0" 899 }, 900 "engines": { 901 "node": "^20.19.0 || ^22.13.0 || >=24" 902 } 903 }, 904 "node_modules/@eslint/core": { 905 "version": "1.1.0", 906 "dev": true, 907 "license": "Apache-2.0", 908 "dependencies": { 909 "@types/json-schema": "^7.0.15" 910 }, 911 "engines": { 912 "node": "^20.19.0 || ^22.13.0 || >=24" 913 } 914 }, 915 "node_modules/@eslint/js": { 916 "version": "10.0.1", 917 "dev": true, 918 "license": "MIT", 919 "engines": { 920 "node": "^20.19.0 || ^22.13.0 || >=24" 921 }, 922 "funding": { 923 "url": "https://eslint.org/donate" 924 }, 925 "peerDependencies": { 926 "eslint": "^10.0.0" 927 }, 928 "peerDependenciesMeta": { 929 "eslint": { 930 "optional": true 931 } 932 } 933 }, 934 "node_modules/@eslint/object-schema": { 935 "version": "3.0.1", 936 "dev": true, 937 "license": "Apache-2.0", 938 "engines": { 939 "node": "^20.19.0 || ^22.13.0 || >=24" 940 } 941 }, 942 "node_modules/@eslint/plugin-kit": { 943 "version": "0.6.0", 944 "dev": true, 945 "license": "Apache-2.0", 946 "dependencies": { 947 "@eslint/core": "^1.1.0", 948 "levn": "^0.4.1" 949 }, 950 "engines": { 951 "node": "^20.19.0 || ^22.13.0 || >=24" 952 } 953 }, 954 "node_modules/@humanfs/core": { 955 "version": "0.19.1", 956 "dev": true, 957 "license": "Apache-2.0", 958 "engines": { 959 "node": ">=18.18.0" 960 } 961 }, 962 "node_modules/@humanfs/node": { 963 "version": "0.16.7", 964 "dev": true, 965 "license": "Apache-2.0", 966 "dependencies": { 967 "@humanfs/core": "^0.19.1", 968 "@humanwhocodes/retry": "^0.4.0" 969 }, 970 "engines": { 971 "node": ">=18.18.0" 972 } 973 }, 974 "node_modules/@humanwhocodes/module-importer": { 975 "version": "1.0.1", 976 "dev": true, 977 "license": "Apache-2.0", 978 "engines": { 979 "node": ">=12.22" 980 }, 981 "funding": { 982 "type": "github", 983 "url": "https://github.com/sponsors/nzakas" 984 } 985 }, 986 "node_modules/@humanwhocodes/retry": { 987 "version": "0.4.3", 988 "dev": true, 989 "license": "Apache-2.0", 990 "engines": { 991 "node": ">=18.18" 992 }, 993 "funding": { 994 "type": "github", 995 "url": "https://github.com/sponsors/nzakas" 996 } 997 }, 998 "node_modules/@img/colour": { 999 "version": "1.0.0", 1000 "license": "MIT", 1001 "optional": true, 1002 "engines": { 1003 "node": ">=18" 1004 } 1005 }, 1006 "node_modules/@img/sharp-darwin-arm64": { 1007 "version": "0.34.5", 1008 "cpu": [ 1009 "arm64" 1010 ], 1011 "license": "Apache-2.0", 1012 "optional": true, 1013 "os": [ 1014 "darwin" 1015 ], 1016 "engines": { 1017 "node": "^18.17.0 || ^20.3.0 || >=21.0.0" 1018 }, 1019 "funding": { 1020 "url": "https://opencollective.com/libvips" 1021 }, 1022 "optionalDependencies": { 1023 "@img/sharp-libvips-darwin-arm64": "1.2.4" 1024 } 1025 }, 1026 "node_modules/@img/sharp-darwin-x64": { 1027 "version": "0.34.5", 1028 "resolved": "https://registry.npmjs.org/@img/sharp-darwin-x64/-/sharp-darwin-x64-0.34.5.tgz", 1029 "integrity": "sha512-YNEFAF/4KQ/PeW0N+r+aVVsoIY0/qxxikF2SWdp+NRkmMB7y9LBZAVqQ4yhGCm/H3H270OSykqmQMKLBhBJDEw==", 1030 "cpu": [ 1031 "x64" 1032 ], 1033 "license": "Apache-2.0", 1034 "optional": true, 1035 "os": [ 1036 "darwin" 1037 ], 1038 "engines": { 1039 "node": "^18.17.0 || ^20.3.0 || >=21.0.0" 1040 }, 1041 "funding": { 1042 "url": "https://opencollective.com/libvips" 1043 }, 1044 "optionalDependencies": { 1045 "@img/sharp-libvips-darwin-x64": "1.2.4" 1046 } 1047 }, 1048 "node_modules/@img/sharp-libvips-darwin-arm64": { 1049 "version": "1.2.4", 1050 "cpu": [ 1051 "arm64" 1052 ], 1053 "license": "LGPL-3.0-or-later", 1054 "optional": true, 1055 "os": [ 1056 "darwin" 1057 ], 1058 "funding": { 1059 "url": "https://opencollective.com/libvips" 1060 } 1061 }, 1062 "node_modules/@img/sharp-libvips-darwin-x64": { 1063 "version": "1.2.4", 1064 "resolved": "https://registry.npmjs.org/@img/sharp-libvips-darwin-x64/-/sharp-libvips-darwin-x64-1.2.4.tgz", 1065 "integrity": "sha512-1IOd5xfVhlGwX+zXv2N93k0yMONvUlANylbJw1eTah8K/Jtpi15KC+WSiaX/nBmbm2HxRM1gZ0nSdjSsrZbGKg==", 1066 "cpu": [ 1067 "x64" 1068 ], 1069 "license": "LGPL-3.0-or-later", 1070 "optional": true, 1071 "os": [ 1072 "darwin" 1073 ], 1074 "funding": { 1075 "url": "https://opencollective.com/libvips" 1076 } 1077 }, 1078 "node_modules/@img/sharp-libvips-linux-arm": { 1079 "version": "1.2.4", 1080 "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-arm/-/sharp-libvips-linux-arm-1.2.4.tgz", 1081 "integrity": "sha512-bFI7xcKFELdiNCVov8e44Ia4u2byA+l3XtsAj+Q8tfCwO6BQ8iDojYdvoPMqsKDkuoOo+X6HZA0s0q11ANMQ8A==", 1082 "cpu": [ 1083 "arm" 1084 ], 1085 "license": "LGPL-3.0-or-later", 1086 "optional": true, 1087 "os": [ 1088 "linux" 1089 ], 1090 "funding": { 1091 "url": "https://opencollective.com/libvips" 1092 } 1093 }, 1094 "node_modules/@img/sharp-libvips-linux-arm64": { 1095 "version": "1.2.4", 1096 "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-arm64/-/sharp-libvips-linux-arm64-1.2.4.tgz", 1097 "integrity": "sha512-excjX8DfsIcJ10x1Kzr4RcWe1edC9PquDRRPx3YVCvQv+U5p7Yin2s32ftzikXojb1PIFc/9Mt28/y+iRklkrw==", 1098 "cpu": [ 1099 "arm64" 1100 ], 1101 "license": "LGPL-3.0-or-later", 1102 "optional": true, 1103 "os": [ 1104 "linux" 1105 ], 1106 "funding": { 1107 "url": "https://opencollective.com/libvips" 1108 } 1109 }, 1110 "node_modules/@img/sharp-libvips-linux-ppc64": { 1111 "version": "1.2.4", 1112 "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-ppc64/-/sharp-libvips-linux-ppc64-1.2.4.tgz", 1113 "integrity": "sha512-FMuvGijLDYG6lW+b/UvyilUWu5Ayu+3r2d1S8notiGCIyYU/76eig1UfMmkZ7vwgOrzKzlQbFSuQfgm7GYUPpA==", 1114 "cpu": [ 1115 "ppc64" 1116 ], 1117 "license": "LGPL-3.0-or-later", 1118 "optional": true, 1119 "os": [ 1120 "linux" 1121 ], 1122 "funding": { 1123 "url": "https://opencollective.com/libvips" 1124 } 1125 }, 1126 "node_modules/@img/sharp-libvips-linux-riscv64": { 1127 "version": "1.2.4", 1128 "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-riscv64/-/sharp-libvips-linux-riscv64-1.2.4.tgz", 1129 "integrity": "sha512-oVDbcR4zUC0ce82teubSm+x6ETixtKZBh/qbREIOcI3cULzDyb18Sr/Wcyx7NRQeQzOiHTNbZFF1UwPS2scyGA==", 1130 "cpu": [ 1131 "riscv64" 1132 ], 1133 "license": "LGPL-3.0-or-later", 1134 "optional": true, 1135 "os": [ 1136 "linux" 1137 ], 1138 "funding": { 1139 "url": "https://opencollective.com/libvips" 1140 } 1141 }, 1142 "node_modules/@img/sharp-libvips-linux-s390x": { 1143 "version": "1.2.4", 1144 "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-s390x/-/sharp-libvips-linux-s390x-1.2.4.tgz", 1145 "integrity": "sha512-qmp9VrzgPgMoGZyPvrQHqk02uyjA0/QrTO26Tqk6l4ZV0MPWIW6LTkqOIov+J1yEu7MbFQaDpwdwJKhbJvuRxQ==", 1146 "cpu": [ 1147 "s390x" 1148 ], 1149 "license": "LGPL-3.0-or-later", 1150 "optional": true, 1151 "os": [ 1152 "linux" 1153 ], 1154 "funding": { 1155 "url": "https://opencollective.com/libvips" 1156 } 1157 }, 1158 "node_modules/@img/sharp-libvips-linux-x64": { 1159 "version": "1.2.4", 1160 "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-x64/-/sharp-libvips-linux-x64-1.2.4.tgz", 1161 "integrity": "sha512-tJxiiLsmHc9Ax1bz3oaOYBURTXGIRDODBqhveVHonrHJ9/+k89qbLl0bcJns+e4t4rvaNBxaEZsFtSfAdquPrw==", 1162 "cpu": [ 1163 "x64" 1164 ], 1165 "license": "LGPL-3.0-or-later", 1166 "optional": true, 1167 "os": [ 1168 "linux" 1169 ], 1170 "funding": { 1171 "url": "https://opencollective.com/libvips" 1172 } 1173 }, 1174 "node_modules/@img/sharp-libvips-linuxmusl-arm64": { 1175 "version": "1.2.4", 1176 "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linuxmusl-arm64/-/sharp-libvips-linuxmusl-arm64-1.2.4.tgz", 1177 "integrity": "sha512-FVQHuwx1IIuNow9QAbYUzJ+En8KcVm9Lk5+uGUQJHaZmMECZmOlix9HnH7n1TRkXMS0pGxIJokIVB9SuqZGGXw==", 1178 "cpu": [ 1179 "arm64" 1180 ], 1181 "license": "LGPL-3.0-or-later", 1182 "optional": true, 1183 "os": [ 1184 "linux" 1185 ], 1186 "funding": { 1187 "url": "https://opencollective.com/libvips" 1188 } 1189 }, 1190 "node_modules/@img/sharp-libvips-linuxmusl-x64": { 1191 "version": "1.2.4", 1192 "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linuxmusl-x64/-/sharp-libvips-linuxmusl-x64-1.2.4.tgz", 1193 "integrity": "sha512-+LpyBk7L44ZIXwz/VYfglaX/okxezESc6UxDSoyo2Ks6Jxc4Y7sGjpgU9s4PMgqgjj1gZCylTieNamqA1MF7Dg==", 1194 "cpu": [ 1195 "x64" 1196 ], 1197 "license": "LGPL-3.0-or-later", 1198 "optional": true, 1199 "os": [ 1200 "linux" 1201 ], 1202 "funding": { 1203 "url": "https://opencollective.com/libvips" 1204 } 1205 }, 1206 "node_modules/@img/sharp-linux-arm": { 1207 "version": "0.34.5", 1208 "resolved": "https://registry.npmjs.org/@img/sharp-linux-arm/-/sharp-linux-arm-0.34.5.tgz", 1209 "integrity": "sha512-9dLqsvwtg1uuXBGZKsxem9595+ujv0sJ6Vi8wcTANSFpwV/GONat5eCkzQo/1O6zRIkh0m/8+5BjrRr7jDUSZw==", 1210 "cpu": [ 1211 "arm" 1212 ], 1213 "license": "Apache-2.0", 1214 "optional": true, 1215 "os": [ 1216 "linux" 1217 ], 1218 "engines": { 1219 "node": "^18.17.0 || ^20.3.0 || >=21.0.0" 1220 }, 1221 "funding": { 1222 "url": "https://opencollective.com/libvips" 1223 }, 1224 "optionalDependencies": { 1225 "@img/sharp-libvips-linux-arm": "1.2.4" 1226 } 1227 }, 1228 "node_modules/@img/sharp-linux-arm64": { 1229 "version": "0.34.5", 1230 "resolved": "https://registry.npmjs.org/@img/sharp-linux-arm64/-/sharp-linux-arm64-0.34.5.tgz", 1231 "integrity": "sha512-bKQzaJRY/bkPOXyKx5EVup7qkaojECG6NLYswgktOZjaXecSAeCWiZwwiFf3/Y+O1HrauiE3FVsGxFg8c24rZg==", 1232 "cpu": [ 1233 "arm64" 1234 ], 1235 "license": "Apache-2.0", 1236 "optional": true, 1237 "os": [ 1238 "linux" 1239 ], 1240 "engines": { 1241 "node": "^18.17.0 || ^20.3.0 || >=21.0.0" 1242 }, 1243 "funding": { 1244 "url": "https://opencollective.com/libvips" 1245 }, 1246 "optionalDependencies": { 1247 "@img/sharp-libvips-linux-arm64": "1.2.4" 1248 } 1249 }, 1250 "node_modules/@img/sharp-linux-ppc64": { 1251 "version": "0.34.5", 1252 "resolved": "https://registry.npmjs.org/@img/sharp-linux-ppc64/-/sharp-linux-ppc64-0.34.5.tgz", 1253 "integrity": "sha512-7zznwNaqW6YtsfrGGDA6BRkISKAAE1Jo0QdpNYXNMHu2+0dTrPflTLNkpc8l7MUP5M16ZJcUvysVWWrMefZquA==", 1254 "cpu": [ 1255 "ppc64" 1256 ], 1257 "license": "Apache-2.0", 1258 "optional": true, 1259 "os": [ 1260 "linux" 1261 ], 1262 "engines": { 1263 "node": "^18.17.0 || ^20.3.0 || >=21.0.0" 1264 }, 1265 "funding": { 1266 "url": "https://opencollective.com/libvips" 1267 }, 1268 "optionalDependencies": { 1269 "@img/sharp-libvips-linux-ppc64": "1.2.4" 1270 } 1271 }, 1272 "node_modules/@img/sharp-linux-riscv64": { 1273 "version": "0.34.5", 1274 "resolved": "https://registry.npmjs.org/@img/sharp-linux-riscv64/-/sharp-linux-riscv64-0.34.5.tgz", 1275 "integrity": "sha512-51gJuLPTKa7piYPaVs8GmByo7/U7/7TZOq+cnXJIHZKavIRHAP77e3N2HEl3dgiqdD/w0yUfiJnII77PuDDFdw==", 1276 "cpu": [ 1277 "riscv64" 1278 ], 1279 "license": "Apache-2.0", 1280 "optional": true, 1281 "os": [ 1282 "linux" 1283 ], 1284 "engines": { 1285 "node": "^18.17.0 || ^20.3.0 || >=21.0.0" 1286 }, 1287 "funding": { 1288 "url": "https://opencollective.com/libvips" 1289 }, 1290 "optionalDependencies": { 1291 "@img/sharp-libvips-linux-riscv64": "1.2.4" 1292 } 1293 }, 1294 "node_modules/@img/sharp-linux-s390x": { 1295 "version": "0.34.5", 1296 "resolved": "https://registry.npmjs.org/@img/sharp-linux-s390x/-/sharp-linux-s390x-0.34.5.tgz", 1297 "integrity": "sha512-nQtCk0PdKfho3eC5MrbQoigJ2gd1CgddUMkabUj+rBevs8tZ2cULOx46E7oyX+04WGfABgIwmMC0VqieTiR4jg==", 1298 "cpu": [ 1299 "s390x" 1300 ], 1301 "license": "Apache-2.0", 1302 "optional": true, 1303 "os": [ 1304 "linux" 1305 ], 1306 "engines": { 1307 "node": "^18.17.0 || ^20.3.0 || >=21.0.0" 1308 }, 1309 "funding": { 1310 "url": "https://opencollective.com/libvips" 1311 }, 1312 "optionalDependencies": { 1313 "@img/sharp-libvips-linux-s390x": "1.2.4" 1314 } 1315 }, 1316 "node_modules/@img/sharp-linux-x64": { 1317 "version": "0.34.5", 1318 "resolved": "https://registry.npmjs.org/@img/sharp-linux-x64/-/sharp-linux-x64-0.34.5.tgz", 1319 "integrity": "sha512-MEzd8HPKxVxVenwAa+JRPwEC7QFjoPWuS5NZnBt6B3pu7EG2Ge0id1oLHZpPJdn3OQK+BQDiw9zStiHBTJQQQQ==", 1320 "cpu": [ 1321 "x64" 1322 ], 1323 "license": "Apache-2.0", 1324 "optional": true, 1325 "os": [ 1326 "linux" 1327 ], 1328 "engines": { 1329 "node": "^18.17.0 || ^20.3.0 || >=21.0.0" 1330 }, 1331 "funding": { 1332 "url": "https://opencollective.com/libvips" 1333 }, 1334 "optionalDependencies": { 1335 "@img/sharp-libvips-linux-x64": "1.2.4" 1336 } 1337 }, 1338 "node_modules/@img/sharp-linuxmusl-arm64": { 1339 "version": "0.34.5", 1340 "resolved": "https://registry.npmjs.org/@img/sharp-linuxmusl-arm64/-/sharp-linuxmusl-arm64-0.34.5.tgz", 1341 "integrity": "sha512-fprJR6GtRsMt6Kyfq44IsChVZeGN97gTD331weR1ex1c1rypDEABN6Tm2xa1wE6lYb5DdEnk03NZPqA7Id21yg==", 1342 "cpu": [ 1343 "arm64" 1344 ], 1345 "license": "Apache-2.0", 1346 "optional": true, 1347 "os": [ 1348 "linux" 1349 ], 1350 "engines": { 1351 "node": "^18.17.0 || ^20.3.0 || >=21.0.0" 1352 }, 1353 "funding": { 1354 "url": "https://opencollective.com/libvips" 1355 }, 1356 "optionalDependencies": { 1357 "@img/sharp-libvips-linuxmusl-arm64": "1.2.4" 1358 } 1359 }, 1360 "node_modules/@img/sharp-linuxmusl-x64": { 1361 "version": "0.34.5", 1362 "resolved": "https://registry.npmjs.org/@img/sharp-linuxmusl-x64/-/sharp-linuxmusl-x64-0.34.5.tgz", 1363 "integrity": "sha512-Jg8wNT1MUzIvhBFxViqrEhWDGzqymo3sV7z7ZsaWbZNDLXRJZoRGrjulp60YYtV4wfY8VIKcWidjojlLcWrd8Q==", 1364 "cpu": [ 1365 "x64" 1366 ], 1367 "license": "Apache-2.0", 1368 "optional": true, 1369 "os": [ 1370 "linux" 1371 ], 1372 "engines": { 1373 "node": "^18.17.0 || ^20.3.0 || >=21.0.0" 1374 }, 1375 "funding": { 1376 "url": "https://opencollective.com/libvips" 1377 }, 1378 "optionalDependencies": { 1379 "@img/sharp-libvips-linuxmusl-x64": "1.2.4" 1380 } 1381 }, 1382 "node_modules/@img/sharp-wasm32": { 1383 "version": "0.34.5", 1384 "resolved": "https://registry.npmjs.org/@img/sharp-wasm32/-/sharp-wasm32-0.34.5.tgz", 1385 "integrity": "sha512-OdWTEiVkY2PHwqkbBI8frFxQQFekHaSSkUIJkwzclWZe64O1X4UlUjqqqLaPbUpMOQk6FBu/HtlGXNblIs0huw==", 1386 "cpu": [ 1387 "wasm32" 1388 ], 1389 "license": "Apache-2.0 AND LGPL-3.0-or-later AND MIT", 1390 "optional": true, 1391 "dependencies": { 1392 "@emnapi/runtime": "^1.7.0" 1393 }, 1394 "engines": { 1395 "node": "^18.17.0 || ^20.3.0 || >=21.0.0" 1396 }, 1397 "funding": { 1398 "url": "https://opencollective.com/libvips" 1399 } 1400 }, 1401 "node_modules/@img/sharp-win32-arm64": { 1402 "version": "0.34.5", 1403 "resolved": "https://registry.npmjs.org/@img/sharp-win32-arm64/-/sharp-win32-arm64-0.34.5.tgz", 1404 "integrity": "sha512-WQ3AgWCWYSb2yt+IG8mnC6Jdk9Whs7O0gxphblsLvdhSpSTtmu69ZG1Gkb6NuvxsNACwiPV6cNSZNzt0KPsw7g==", 1405 "cpu": [ 1406 "arm64" 1407 ], 1408 "license": "Apache-2.0 AND LGPL-3.0-or-later", 1409 "optional": true, 1410 "os": [ 1411 "win32" 1412 ], 1413 "engines": { 1414 "node": "^18.17.0 || ^20.3.0 || >=21.0.0" 1415 }, 1416 "funding": { 1417 "url": "https://opencollective.com/libvips" 1418 } 1419 }, 1420 "node_modules/@img/sharp-win32-ia32": { 1421 "version": "0.34.5", 1422 "resolved": "https://registry.npmjs.org/@img/sharp-win32-ia32/-/sharp-win32-ia32-0.34.5.tgz", 1423 "integrity": "sha512-FV9m/7NmeCmSHDD5j4+4pNI8Cp3aW+JvLoXcTUo0IqyjSfAZJ8dIUmijx1qaJsIiU+Hosw6xM5KijAWRJCSgNg==", 1424 "cpu": [ 1425 "ia32" 1426 ], 1427 "license": "Apache-2.0 AND LGPL-3.0-or-later", 1428 "optional": true, 1429 "os": [ 1430 "win32" 1431 ], 1432 "engines": { 1433 "node": "^18.17.0 || ^20.3.0 || >=21.0.0" 1434 }, 1435 "funding": { 1436 "url": "https://opencollective.com/libvips" 1437 } 1438 }, 1439 "node_modules/@img/sharp-win32-x64": { 1440 "version": "0.34.5", 1441 "resolved": "https://registry.npmjs.org/@img/sharp-win32-x64/-/sharp-win32-x64-0.34.5.tgz", 1442 "integrity": "sha512-+29YMsqY2/9eFEiW93eqWnuLcWcufowXewwSNIT6UwZdUUCrM3oFjMWH/Z6/TMmb4hlFenmfAVbpWeup2jryCw==", 1443 "cpu": [ 1444 "x64" 1445 ], 1446 "license": "Apache-2.0 AND LGPL-3.0-or-later", 1447 "optional": true, 1448 "os": [ 1449 "win32" 1450 ], 1451 "engines": { 1452 "node": "^18.17.0 || ^20.3.0 || >=21.0.0" 1453 }, 1454 "funding": { 1455 "url": "https://opencollective.com/libvips" 1456 } 1457 }, 1458 "node_modules/@isaacs/balanced-match": { 1459 "version": "4.0.1", 1460 "dev": true, 1461 "license": "MIT", 1462 "engines": { 1463 "node": "20 || >=22" 1464 } 1465 }, 1466 "node_modules/@isaacs/brace-expansion": { 1467 "version": "5.0.1", 1468 "dev": true, 1469 "license": "MIT", 1470 "dependencies": { 1471 "@isaacs/balanced-match": "^4.0.1" 1472 }, 1473 "engines": { 1474 "node": "20 || >=22" 1475 } 1476 }, 1477 "node_modules/@jridgewell/gen-mapping": { 1478 "version": "0.3.13", 1479 "license": "MIT", 1480 "dependencies": { 1481 "@jridgewell/sourcemap-codec": "^1.5.0", 1482 "@jridgewell/trace-mapping": "^0.3.24" 1483 } 1484 }, 1485 "node_modules/@jridgewell/remapping": { 1486 "version": "2.3.5", 1487 "license": "MIT", 1488 "dependencies": { 1489 "@jridgewell/gen-mapping": "^0.3.5", 1490 "@jridgewell/trace-mapping": "^0.3.24" 1491 } 1492 }, 1493 "node_modules/@jridgewell/resolve-uri": { 1494 "version": "3.1.2", 1495 "license": "MIT", 1496 "engines": { 1497 "node": ">=6.0.0" 1498 } 1499 }, 1500 "node_modules/@jridgewell/sourcemap-codec": { 1501 "version": "1.5.5", 1502 "license": "MIT" 1503 }, 1504 "node_modules/@jridgewell/trace-mapping": { 1505 "version": "0.3.31", 1506 "license": "MIT", 1507 "dependencies": { 1508 "@jridgewell/resolve-uri": "^3.1.0", 1509 "@jridgewell/sourcemap-codec": "^1.4.14" 1510 } 1511 }, 1512 "node_modules/@nanostores/react": { 1513 "version": "1.0.0", 1514 "funding": [ 1515 { 1516 "type": "github", 1517 "url": "https://github.com/sponsors/ai" 1518 } 1519 ], 1520 "license": "MIT", 1521 "engines": { 1522 "node": "^20.0.0 || >=22.0.0" 1523 }, 1524 "peerDependencies": { 1525 "nanostores": "^0.9.0 || ^0.10.0 || ^0.11.0 || ^1.0.0", 1526 "react": ">=18.0.0" 1527 } 1528 }, 1529 "node_modules/@nodelib/fs.scandir": { 1530 "version": "2.1.5", 1531 "license": "MIT", 1532 "dependencies": { 1533 "@nodelib/fs.stat": "2.0.5", 1534 "run-parallel": "^1.1.9" 1535 }, 1536 "engines": { 1537 "node": ">= 8" 1538 } 1539 }, 1540 "node_modules/@nodelib/fs.stat": { 1541 "version": "2.0.5", 1542 "license": "MIT", 1543 "engines": { 1544 "node": ">= 8" 1545 } 1546 }, 1547 "node_modules/@nodelib/fs.walk": { 1548 "version": "1.2.8", 1549 "license": "MIT", 1550 "dependencies": { 1551 "@nodelib/fs.scandir": "2.1.5", 1552 "fastq": "^1.6.0" 1553 }, 1554 "engines": { 1555 "node": ">= 8" 1556 } 1557 }, 1558 "node_modules/@oslojs/encoding": { 1559 "version": "1.1.0", 1560 "license": "MIT" 1561 }, 1562 "node_modules/@pkgr/core": { 1563 "version": "0.2.9", 1564 "dev": true, 1565 "license": "MIT", 1566 "engines": { 1567 "node": "^12.20.0 || ^14.18.0 || >=16.0.0" 1568 }, 1569 "funding": { 1570 "url": "https://opencollective.com/pkgr" 1571 } 1572 }, 1573 "node_modules/@resvg/resvg-js": { 1574 "version": "2.6.2", 1575 "resolved": "https://registry.npmjs.org/@resvg/resvg-js/-/resvg-js-2.6.2.tgz", 1576 "integrity": "sha512-xBaJish5OeGmniDj9cW5PRa/PtmuVU3ziqrbr5xJj901ZDN4TosrVaNZpEiLZAxdfnhAe7uQ7QFWfjPe9d9K2Q==", 1577 "license": "MPL-2.0", 1578 "engines": { 1579 "node": ">= 10" 1580 }, 1581 "optionalDependencies": { 1582 "@resvg/resvg-js-android-arm-eabi": "2.6.2", 1583 "@resvg/resvg-js-android-arm64": "2.6.2", 1584 "@resvg/resvg-js-darwin-arm64": "2.6.2", 1585 "@resvg/resvg-js-darwin-x64": "2.6.2", 1586 "@resvg/resvg-js-linux-arm-gnueabihf": "2.6.2", 1587 "@resvg/resvg-js-linux-arm64-gnu": "2.6.2", 1588 "@resvg/resvg-js-linux-arm64-musl": "2.6.2", 1589 "@resvg/resvg-js-linux-x64-gnu": "2.6.2", 1590 "@resvg/resvg-js-linux-x64-musl": "2.6.2", 1591 "@resvg/resvg-js-win32-arm64-msvc": "2.6.2", 1592 "@resvg/resvg-js-win32-ia32-msvc": "2.6.2", 1593 "@resvg/resvg-js-win32-x64-msvc": "2.6.2" 1594 } 1595 }, 1596 "node_modules/@resvg/resvg-js-android-arm-eabi": { 1597 "version": "2.6.2", 1598 "resolved": "https://registry.npmjs.org/@resvg/resvg-js-android-arm-eabi/-/resvg-js-android-arm-eabi-2.6.2.tgz", 1599 "integrity": "sha512-FrJibrAk6v29eabIPgcTUMPXiEz8ssrAk7TXxsiZzww9UTQ1Z5KAbFJs+Z0Ez+VZTYgnE5IQJqBcoSiMebtPHA==", 1600 "cpu": [ 1601 "arm" 1602 ], 1603 "license": "MPL-2.0", 1604 "optional": true, 1605 "os": [ 1606 "android" 1607 ], 1608 "engines": { 1609 "node": ">= 10" 1610 } 1611 }, 1612 "node_modules/@resvg/resvg-js-android-arm64": { 1613 "version": "2.6.2", 1614 "resolved": "https://registry.npmjs.org/@resvg/resvg-js-android-arm64/-/resvg-js-android-arm64-2.6.2.tgz", 1615 "integrity": "sha512-VcOKezEhm2VqzXpcIJoITuvUS/fcjIw5NA/w3tjzWyzmvoCdd+QXIqy3FBGulWdClvp4g+IfUemigrkLThSjAQ==", 1616 "cpu": [ 1617 "arm64" 1618 ], 1619 "license": "MPL-2.0", 1620 "optional": true, 1621 "os": [ 1622 "android" 1623 ], 1624 "engines": { 1625 "node": ">= 10" 1626 } 1627 }, 1628 "node_modules/@resvg/resvg-js-darwin-arm64": { 1629 "version": "2.6.2", 1630 "cpu": [ 1631 "arm64" 1632 ], 1633 "license": "MPL-2.0", 1634 "optional": true, 1635 "os": [ 1636 "darwin" 1637 ], 1638 "engines": { 1639 "node": ">= 10" 1640 } 1641 }, 1642 "node_modules/@resvg/resvg-js-darwin-x64": { 1643 "version": "2.6.2", 1644 "resolved": "https://registry.npmjs.org/@resvg/resvg-js-darwin-x64/-/resvg-js-darwin-x64-2.6.2.tgz", 1645 "integrity": "sha512-GInyZLjgWDfsVT6+SHxQVRwNzV0AuA1uqGsOAW+0th56J7Nh6bHHKXHBWzUrihxMetcFDmQMAX1tZ1fZDYSRsw==", 1646 "cpu": [ 1647 "x64" 1648 ], 1649 "license": "MPL-2.0", 1650 "optional": true, 1651 "os": [ 1652 "darwin" 1653 ], 1654 "engines": { 1655 "node": ">= 10" 1656 } 1657 }, 1658 "node_modules/@resvg/resvg-js-linux-arm-gnueabihf": { 1659 "version": "2.6.2", 1660 "resolved": "https://registry.npmjs.org/@resvg/resvg-js-linux-arm-gnueabihf/-/resvg-js-linux-arm-gnueabihf-2.6.2.tgz", 1661 "integrity": "sha512-YIV3u/R9zJbpqTTNwTZM5/ocWetDKGsro0SWp70eGEM9eV2MerWyBRZnQIgzU3YBnSBQ1RcxRZvY/UxwESfZIw==", 1662 "cpu": [ 1663 "arm" 1664 ], 1665 "license": "MPL-2.0", 1666 "optional": true, 1667 "os": [ 1668 "linux" 1669 ], 1670 "engines": { 1671 "node": ">= 10" 1672 } 1673 }, 1674 "node_modules/@resvg/resvg-js-linux-arm64-gnu": { 1675 "version": "2.6.2", 1676 "resolved": "https://registry.npmjs.org/@resvg/resvg-js-linux-arm64-gnu/-/resvg-js-linux-arm64-gnu-2.6.2.tgz", 1677 "integrity": "sha512-zc2BlJSim7YR4FZDQ8OUoJg5holYzdiYMeobb9pJuGDidGL9KZUv7SbiD4E8oZogtYY42UZEap7dqkkYuA91pg==", 1678 "cpu": [ 1679 "arm64" 1680 ], 1681 "license": "MPL-2.0", 1682 "optional": true, 1683 "os": [ 1684 "linux" 1685 ], 1686 "engines": { 1687 "node": ">= 10" 1688 } 1689 }, 1690 "node_modules/@resvg/resvg-js-linux-arm64-musl": { 1691 "version": "2.6.2", 1692 "resolved": "https://registry.npmjs.org/@resvg/resvg-js-linux-arm64-musl/-/resvg-js-linux-arm64-musl-2.6.2.tgz", 1693 "integrity": "sha512-3h3dLPWNgSsD4lQBJPb4f+kvdOSJHa5PjTYVsWHxLUzH4IFTJUAnmuWpw4KqyQ3NA5QCyhw4TWgxk3jRkQxEKg==", 1694 "cpu": [ 1695 "arm64" 1696 ], 1697 "license": "MPL-2.0", 1698 "optional": true, 1699 "os": [ 1700 "linux" 1701 ], 1702 "engines": { 1703 "node": ">= 10" 1704 } 1705 }, 1706 "node_modules/@resvg/resvg-js-linux-x64-gnu": { 1707 "version": "2.6.2", 1708 "resolved": "https://registry.npmjs.org/@resvg/resvg-js-linux-x64-gnu/-/resvg-js-linux-x64-gnu-2.6.2.tgz", 1709 "integrity": "sha512-IVUe+ckIerA7xMZ50duAZzwf1U7khQe2E0QpUxu5MBJNao5RqC0zwV/Zm965vw6D3gGFUl7j4m+oJjubBVoftw==", 1710 "cpu": [ 1711 "x64" 1712 ], 1713 "license": "MPL-2.0", 1714 "optional": true, 1715 "os": [ 1716 "linux" 1717 ], 1718 "engines": { 1719 "node": ">= 10" 1720 } 1721 }, 1722 "node_modules/@resvg/resvg-js-linux-x64-musl": { 1723 "version": "2.6.2", 1724 "resolved": "https://registry.npmjs.org/@resvg/resvg-js-linux-x64-musl/-/resvg-js-linux-x64-musl-2.6.2.tgz", 1725 "integrity": "sha512-UOf83vqTzoYQO9SZ0fPl2ZIFtNIz/Rr/y+7X8XRX1ZnBYsQ/tTb+cj9TE+KHOdmlTFBxhYzVkP2lRByCzqi4jQ==", 1726 "cpu": [ 1727 "x64" 1728 ], 1729 "license": "MPL-2.0", 1730 "optional": true, 1731 "os": [ 1732 "linux" 1733 ], 1734 "engines": { 1735 "node": ">= 10" 1736 } 1737 }, 1738 "node_modules/@resvg/resvg-js-win32-arm64-msvc": { 1739 "version": "2.6.2", 1740 "resolved": "https://registry.npmjs.org/@resvg/resvg-js-win32-arm64-msvc/-/resvg-js-win32-arm64-msvc-2.6.2.tgz", 1741 "integrity": "sha512-7C/RSgCa+7vqZ7qAbItfiaAWhyRSoD4l4BQAbVDqRRsRgY+S+hgS3in0Rxr7IorKUpGE69X48q6/nOAuTJQxeQ==", 1742 "cpu": [ 1743 "arm64" 1744 ], 1745 "license": "MPL-2.0", 1746 "optional": true, 1747 "os": [ 1748 "win32" 1749 ], 1750 "engines": { 1751 "node": ">= 10" 1752 } 1753 }, 1754 "node_modules/@resvg/resvg-js-win32-ia32-msvc": { 1755 "version": "2.6.2", 1756 "resolved": "https://registry.npmjs.org/@resvg/resvg-js-win32-ia32-msvc/-/resvg-js-win32-ia32-msvc-2.6.2.tgz", 1757 "integrity": "sha512-har4aPAlvjnLcil40AC77YDIk6loMawuJwFINEM7n0pZviwMkMvjb2W5ZirsNOZY4aDbo5tLx0wNMREp5Brk+w==", 1758 "cpu": [ 1759 "ia32" 1760 ], 1761 "license": "MPL-2.0", 1762 "optional": true, 1763 "os": [ 1764 "win32" 1765 ], 1766 "engines": { 1767 "node": ">= 10" 1768 } 1769 }, 1770 "node_modules/@resvg/resvg-js-win32-x64-msvc": { 1771 "version": "2.6.2", 1772 "resolved": "https://registry.npmjs.org/@resvg/resvg-js-win32-x64-msvc/-/resvg-js-win32-x64-msvc-2.6.2.tgz", 1773 "integrity": "sha512-ZXtYhtUr5SSaBrUDq7DiyjOFJqBVL/dOBN7N/qmi/pO0IgiWW/f/ue3nbvu9joWE5aAKDoIzy/CxsY0suwGosQ==", 1774 "cpu": [ 1775 "x64" 1776 ], 1777 "license": "MPL-2.0", 1778 "optional": true, 1779 "os": [ 1780 "win32" 1781 ], 1782 "engines": { 1783 "node": ">= 10" 1784 } 1785 }, 1786 "node_modules/@rolldown/pluginutils": { 1787 "version": "1.0.0-beta.27", 1788 "license": "MIT" 1789 }, 1790 "node_modules/@rollup/pluginutils": { 1791 "version": "5.3.0", 1792 "license": "MIT", 1793 "dependencies": { 1794 "@types/estree": "^1.0.0", 1795 "estree-walker": "^2.0.2", 1796 "picomatch": "^4.0.2" 1797 }, 1798 "engines": { 1799 "node": ">=14.0.0" 1800 }, 1801 "peerDependencies": { 1802 "rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0" 1803 }, 1804 "peerDependenciesMeta": { 1805 "rollup": { 1806 "optional": true 1807 } 1808 } 1809 }, 1810 "node_modules/@rollup/pluginutils/node_modules/estree-walker": { 1811 "version": "2.0.2", 1812 "license": "MIT" 1813 }, 1814 "node_modules/@rollup/rollup-android-arm-eabi": { 1815 "version": "4.57.1", 1816 "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.57.1.tgz", 1817 "integrity": "sha512-A6ehUVSiSaaliTxai040ZpZ2zTevHYbvu/lDoeAteHI8QnaosIzm4qwtezfRg1jOYaUmnzLX1AOD6Z+UJjtifg==", 1818 "cpu": [ 1819 "arm" 1820 ], 1821 "license": "MIT", 1822 "optional": true, 1823 "os": [ 1824 "android" 1825 ] 1826 }, 1827 "node_modules/@rollup/rollup-android-arm64": { 1828 "version": "4.57.1", 1829 "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.57.1.tgz", 1830 "integrity": "sha512-dQaAddCY9YgkFHZcFNS/606Exo8vcLHwArFZ7vxXq4rigo2bb494/xKMMwRRQW6ug7Js6yXmBZhSBRuBvCCQ3w==", 1831 "cpu": [ 1832 "arm64" 1833 ], 1834 "license": "MIT", 1835 "optional": true, 1836 "os": [ 1837 "android" 1838 ] 1839 }, 1840 "node_modules/@rollup/rollup-darwin-arm64": { 1841 "version": "4.57.1", 1842 "cpu": [ 1843 "arm64" 1844 ], 1845 "license": "MIT", 1846 "optional": true, 1847 "os": [ 1848 "darwin" 1849 ] 1850 }, 1851 "node_modules/@rollup/rollup-darwin-x64": { 1852 "version": "4.57.1", 1853 "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.57.1.tgz", 1854 "integrity": "sha512-Ji8g8ChVbKrhFtig5QBV7iMaJrGtpHelkB3lsaKzadFBe58gmjfGXAOfI5FV0lYMH8wiqsxKQ1C9B0YTRXVy4w==", 1855 "cpu": [ 1856 "x64" 1857 ], 1858 "license": "MIT", 1859 "optional": true, 1860 "os": [ 1861 "darwin" 1862 ] 1863 }, 1864 "node_modules/@rollup/rollup-freebsd-arm64": { 1865 "version": "4.57.1", 1866 "resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-arm64/-/rollup-freebsd-arm64-4.57.1.tgz", 1867 "integrity": "sha512-R+/WwhsjmwodAcz65guCGFRkMb4gKWTcIeLy60JJQbXrJ97BOXHxnkPFrP+YwFlaS0m+uWJTstrUA9o+UchFug==", 1868 "cpu": [ 1869 "arm64" 1870 ], 1871 "license": "MIT", 1872 "optional": true, 1873 "os": [ 1874 "freebsd" 1875 ] 1876 }, 1877 "node_modules/@rollup/rollup-freebsd-x64": { 1878 "version": "4.57.1", 1879 "resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-x64/-/rollup-freebsd-x64-4.57.1.tgz", 1880 "integrity": "sha512-IEQTCHeiTOnAUC3IDQdzRAGj3jOAYNr9kBguI7MQAAZK3caezRrg0GxAb6Hchg4lxdZEI5Oq3iov/w/hnFWY9Q==", 1881 "cpu": [ 1882 "x64" 1883 ], 1884 "license": "MIT", 1885 "optional": true, 1886 "os": [ 1887 "freebsd" 1888 ] 1889 }, 1890 "node_modules/@rollup/rollup-linux-arm-gnueabihf": { 1891 "version": "4.57.1", 1892 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.57.1.tgz", 1893 "integrity": "sha512-F8sWbhZ7tyuEfsmOxwc2giKDQzN3+kuBLPwwZGyVkLlKGdV1nvnNwYD0fKQ8+XS6hp9nY7B+ZeK01EBUE7aHaw==", 1894 "cpu": [ 1895 "arm" 1896 ], 1897 "license": "MIT", 1898 "optional": true, 1899 "os": [ 1900 "linux" 1901 ] 1902 }, 1903 "node_modules/@rollup/rollup-linux-arm-musleabihf": { 1904 "version": "4.57.1", 1905 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.57.1.tgz", 1906 "integrity": "sha512-rGfNUfn0GIeXtBP1wL5MnzSj98+PZe/AXaGBCRmT0ts80lU5CATYGxXukeTX39XBKsxzFpEeK+Mrp9faXOlmrw==", 1907 "cpu": [ 1908 "arm" 1909 ], 1910 "license": "MIT", 1911 "optional": true, 1912 "os": [ 1913 "linux" 1914 ] 1915 }, 1916 "node_modules/@rollup/rollup-linux-arm64-gnu": { 1917 "version": "4.57.1", 1918 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.57.1.tgz", 1919 "integrity": "sha512-MMtej3YHWeg/0klK2Qodf3yrNzz6CGjo2UntLvk2RSPlhzgLvYEB3frRvbEF2wRKh1Z2fDIg9KRPe1fawv7C+g==", 1920 "cpu": [ 1921 "arm64" 1922 ], 1923 "license": "MIT", 1924 "optional": true, 1925 "os": [ 1926 "linux" 1927 ] 1928 }, 1929 "node_modules/@rollup/rollup-linux-arm64-musl": { 1930 "version": "4.57.1", 1931 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.57.1.tgz", 1932 "integrity": "sha512-1a/qhaaOXhqXGpMFMET9VqwZakkljWHLmZOX48R0I/YLbhdxr1m4gtG1Hq7++VhVUmf+L3sTAf9op4JlhQ5u1Q==", 1933 "cpu": [ 1934 "arm64" 1935 ], 1936 "license": "MIT", 1937 "optional": true, 1938 "os": [ 1939 "linux" 1940 ] 1941 }, 1942 "node_modules/@rollup/rollup-linux-loong64-gnu": { 1943 "version": "4.57.1", 1944 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-loong64-gnu/-/rollup-linux-loong64-gnu-4.57.1.tgz", 1945 "integrity": "sha512-QWO6RQTZ/cqYtJMtxhkRkidoNGXc7ERPbZN7dVW5SdURuLeVU7lwKMpo18XdcmpWYd0qsP1bwKPf7DNSUinhvA==", 1946 "cpu": [ 1947 "loong64" 1948 ], 1949 "license": "MIT", 1950 "optional": true, 1951 "os": [ 1952 "linux" 1953 ] 1954 }, 1955 "node_modules/@rollup/rollup-linux-loong64-musl": { 1956 "version": "4.57.1", 1957 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-loong64-musl/-/rollup-linux-loong64-musl-4.57.1.tgz", 1958 "integrity": "sha512-xpObYIf+8gprgWaPP32xiN5RVTi/s5FCR+XMXSKmhfoJjrpRAjCuuqQXyxUa/eJTdAE6eJ+KDKaoEqjZQxh3Gw==", 1959 "cpu": [ 1960 "loong64" 1961 ], 1962 "license": "MIT", 1963 "optional": true, 1964 "os": [ 1965 "linux" 1966 ] 1967 }, 1968 "node_modules/@rollup/rollup-linux-ppc64-gnu": { 1969 "version": "4.57.1", 1970 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-ppc64-gnu/-/rollup-linux-ppc64-gnu-4.57.1.tgz", 1971 "integrity": "sha512-4BrCgrpZo4hvzMDKRqEaW1zeecScDCR+2nZ86ATLhAoJ5FQ+lbHVD3ttKe74/c7tNT9c6F2viwB3ufwp01Oh2w==", 1972 "cpu": [ 1973 "ppc64" 1974 ], 1975 "license": "MIT", 1976 "optional": true, 1977 "os": [ 1978 "linux" 1979 ] 1980 }, 1981 "node_modules/@rollup/rollup-linux-ppc64-musl": { 1982 "version": "4.57.1", 1983 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-ppc64-musl/-/rollup-linux-ppc64-musl-4.57.1.tgz", 1984 "integrity": "sha512-NOlUuzesGauESAyEYFSe3QTUguL+lvrN1HtwEEsU2rOwdUDeTMJdO5dUYl/2hKf9jWydJrO9OL/XSSf65R5+Xw==", 1985 "cpu": [ 1986 "ppc64" 1987 ], 1988 "license": "MIT", 1989 "optional": true, 1990 "os": [ 1991 "linux" 1992 ] 1993 }, 1994 "node_modules/@rollup/rollup-linux-riscv64-gnu": { 1995 "version": "4.57.1", 1996 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.57.1.tgz", 1997 "integrity": "sha512-ptA88htVp0AwUUqhVghwDIKlvJMD/fmL/wrQj99PRHFRAG6Z5nbWoWG4o81Nt9FT+IuqUQi+L31ZKAFeJ5Is+A==", 1998 "cpu": [ 1999 "riscv64" 2000 ], 2001 "license": "MIT", 2002 "optional": true, 2003 "os": [ 2004 "linux" 2005 ] 2006 }, 2007 "node_modules/@rollup/rollup-linux-riscv64-musl": { 2008 "version": "4.57.1", 2009 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-musl/-/rollup-linux-riscv64-musl-4.57.1.tgz", 2010 "integrity": "sha512-S51t7aMMTNdmAMPpBg7OOsTdn4tySRQvklmL3RpDRyknk87+Sp3xaumlatU+ppQ+5raY7sSTcC2beGgvhENfuw==", 2011 "cpu": [ 2012 "riscv64" 2013 ], 2014 "license": "MIT", 2015 "optional": true, 2016 "os": [ 2017 "linux" 2018 ] 2019 }, 2020 "node_modules/@rollup/rollup-linux-s390x-gnu": { 2021 "version": "4.57.1", 2022 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.57.1.tgz", 2023 "integrity": "sha512-Bl00OFnVFkL82FHbEqy3k5CUCKH6OEJL54KCyx2oqsmZnFTR8IoNqBF+mjQVcRCT5sB6yOvK8A37LNm/kPJiZg==", 2024 "cpu": [ 2025 "s390x" 2026 ], 2027 "license": "MIT", 2028 "optional": true, 2029 "os": [ 2030 "linux" 2031 ] 2032 }, 2033 "node_modules/@rollup/rollup-linux-x64-gnu": { 2034 "version": "4.57.1", 2035 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.57.1.tgz", 2036 "integrity": "sha512-ABca4ceT4N+Tv/GtotnWAeXZUZuM/9AQyCyKYyKnpk4yoA7QIAuBt6Hkgpw8kActYlew2mvckXkvx0FfoInnLg==", 2037 "cpu": [ 2038 "x64" 2039 ], 2040 "license": "MIT", 2041 "optional": true, 2042 "os": [ 2043 "linux" 2044 ] 2045 }, 2046 "node_modules/@rollup/rollup-linux-x64-musl": { 2047 "version": "4.57.1", 2048 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.57.1.tgz", 2049 "integrity": "sha512-HFps0JeGtuOR2convgRRkHCekD7j+gdAuXM+/i6kGzQtFhlCtQkpwtNzkNj6QhCDp7DRJ7+qC/1Vg2jt5iSOFw==", 2050 "cpu": [ 2051 "x64" 2052 ], 2053 "license": "MIT", 2054 "optional": true, 2055 "os": [ 2056 "linux" 2057 ] 2058 }, 2059 "node_modules/@rollup/rollup-openbsd-x64": { 2060 "version": "4.57.1", 2061 "resolved": "https://registry.npmjs.org/@rollup/rollup-openbsd-x64/-/rollup-openbsd-x64-4.57.1.tgz", 2062 "integrity": "sha512-H+hXEv9gdVQuDTgnqD+SQffoWoc0Of59AStSzTEj/feWTBAnSfSD3+Dql1ZruJQxmykT/JVY0dE8Ka7z0DH1hw==", 2063 "cpu": [ 2064 "x64" 2065 ], 2066 "license": "MIT", 2067 "optional": true, 2068 "os": [ 2069 "openbsd" 2070 ] 2071 }, 2072 "node_modules/@rollup/rollup-openharmony-arm64": { 2073 "version": "4.57.1", 2074 "resolved": "https://registry.npmjs.org/@rollup/rollup-openharmony-arm64/-/rollup-openharmony-arm64-4.57.1.tgz", 2075 "integrity": "sha512-4wYoDpNg6o/oPximyc/NG+mYUejZrCU2q+2w6YZqrAs2UcNUChIZXjtafAiiZSUc7On8v5NyNj34Kzj/Ltk6dQ==", 2076 "cpu": [ 2077 "arm64" 2078 ], 2079 "license": "MIT", 2080 "optional": true, 2081 "os": [ 2082 "openharmony" 2083 ] 2084 }, 2085 "node_modules/@rollup/rollup-win32-arm64-msvc": { 2086 "version": "4.57.1", 2087 "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.57.1.tgz", 2088 "integrity": "sha512-O54mtsV/6LW3P8qdTcamQmuC990HDfR71lo44oZMZlXU4tzLrbvTii87Ni9opq60ds0YzuAlEr/GNwuNluZyMQ==", 2089 "cpu": [ 2090 "arm64" 2091 ], 2092 "license": "MIT", 2093 "optional": true, 2094 "os": [ 2095 "win32" 2096 ] 2097 }, 2098 "node_modules/@rollup/rollup-win32-ia32-msvc": { 2099 "version": "4.57.1", 2100 "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.57.1.tgz", 2101 "integrity": "sha512-P3dLS+IerxCT/7D2q2FYcRdWRl22dNbrbBEtxdWhXrfIMPP9lQhb5h4Du04mdl5Woq05jVCDPCMF7Ub0NAjIew==", 2102 "cpu": [ 2103 "ia32" 2104 ], 2105 "license": "MIT", 2106 "optional": true, 2107 "os": [ 2108 "win32" 2109 ] 2110 }, 2111 "node_modules/@rollup/rollup-win32-x64-gnu": { 2112 "version": "4.57.1", 2113 "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-gnu/-/rollup-win32-x64-gnu-4.57.1.tgz", 2114 "integrity": "sha512-VMBH2eOOaKGtIJYleXsi2B8CPVADrh+TyNxJ4mWPnKfLB/DBUmzW+5m1xUrcwWoMfSLagIRpjUFeW5CO5hyciQ==", 2115 "cpu": [ 2116 "x64" 2117 ], 2118 "license": "MIT", 2119 "optional": true, 2120 "os": [ 2121 "win32" 2122 ] 2123 }, 2124 "node_modules/@rollup/rollup-win32-x64-msvc": { 2125 "version": "4.57.1", 2126 "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.57.1.tgz", 2127 "integrity": "sha512-mxRFDdHIWRxg3UfIIAwCm6NzvxG0jDX/wBN6KsQFTvKFqqg9vTrWUE68qEjHt19A5wwx5X5aUi2zuZT7YR0jrA==", 2128 "cpu": [ 2129 "x64" 2130 ], 2131 "license": "MIT", 2132 "optional": true, 2133 "os": [ 2134 "win32" 2135 ] 2136 }, 2137 "node_modules/@shikijs/core": { 2138 "version": "3.22.0", 2139 "license": "MIT", 2140 "dependencies": { 2141 "@shikijs/types": "3.22.0", 2142 "@shikijs/vscode-textmate": "^10.0.2", 2143 "@types/hast": "^3.0.4", 2144 "hast-util-to-html": "^9.0.5" 2145 } 2146 }, 2147 "node_modules/@shikijs/engine-javascript": { 2148 "version": "3.22.0", 2149 "license": "MIT", 2150 "dependencies": { 2151 "@shikijs/types": "3.22.0", 2152 "@shikijs/vscode-textmate": "^10.0.2", 2153 "oniguruma-to-es": "^4.3.4" 2154 } 2155 }, 2156 "node_modules/@shikijs/engine-oniguruma": { 2157 "version": "3.22.0", 2158 "license": "MIT", 2159 "dependencies": { 2160 "@shikijs/types": "3.22.0", 2161 "@shikijs/vscode-textmate": "^10.0.2" 2162 } 2163 }, 2164 "node_modules/@shikijs/langs": { 2165 "version": "3.22.0", 2166 "license": "MIT", 2167 "dependencies": { 2168 "@shikijs/types": "3.22.0" 2169 } 2170 }, 2171 "node_modules/@shikijs/themes": { 2172 "version": "3.22.0", 2173 "license": "MIT", 2174 "dependencies": { 2175 "@shikijs/types": "3.22.0" 2176 } 2177 }, 2178 "node_modules/@shikijs/types": { 2179 "version": "3.22.0", 2180 "license": "MIT", 2181 "dependencies": { 2182 "@shikijs/vscode-textmate": "^10.0.2", 2183 "@types/hast": "^3.0.4" 2184 } 2185 }, 2186 "node_modules/@shikijs/vscode-textmate": { 2187 "version": "10.0.2", 2188 "license": "MIT" 2189 }, 2190 "node_modules/@shuding/opentype.js": { 2191 "version": "1.4.0-beta.0", 2192 "license": "MIT", 2193 "dependencies": { 2194 "fflate": "^0.7.3", 2195 "string.prototype.codepointat": "^0.2.1" 2196 }, 2197 "bin": { 2198 "ot": "bin/ot" 2199 }, 2200 "engines": { 2201 "node": ">= 8.0.0" 2202 } 2203 }, 2204 "node_modules/@tailwindcss/node": { 2205 "version": "4.1.18", 2206 "license": "MIT", 2207 "dependencies": { 2208 "@jridgewell/remapping": "^2.3.4", 2209 "enhanced-resolve": "^5.18.3", 2210 "jiti": "^2.6.1", 2211 "lightningcss": "1.30.2", 2212 "magic-string": "^0.30.21", 2213 "source-map-js": "^1.2.1", 2214 "tailwindcss": "4.1.18" 2215 } 2216 }, 2217 "node_modules/@tailwindcss/node/node_modules/jiti": { 2218 "version": "2.6.1", 2219 "license": "MIT", 2220 "bin": { 2221 "jiti": "lib/jiti-cli.mjs" 2222 } 2223 }, 2224 "node_modules/@tailwindcss/node/node_modules/tailwindcss": { 2225 "version": "4.1.18", 2226 "license": "MIT" 2227 }, 2228 "node_modules/@tailwindcss/oxide": { 2229 "version": "4.1.18", 2230 "license": "MIT", 2231 "engines": { 2232 "node": ">= 10" 2233 }, 2234 "optionalDependencies": { 2235 "@tailwindcss/oxide-android-arm64": "4.1.18", 2236 "@tailwindcss/oxide-darwin-arm64": "4.1.18", 2237 "@tailwindcss/oxide-darwin-x64": "4.1.18", 2238 "@tailwindcss/oxide-freebsd-x64": "4.1.18", 2239 "@tailwindcss/oxide-linux-arm-gnueabihf": "4.1.18", 2240 "@tailwindcss/oxide-linux-arm64-gnu": "4.1.18", 2241 "@tailwindcss/oxide-linux-arm64-musl": "4.1.18", 2242 "@tailwindcss/oxide-linux-x64-gnu": "4.1.18", 2243 "@tailwindcss/oxide-linux-x64-musl": "4.1.18", 2244 "@tailwindcss/oxide-wasm32-wasi": "4.1.18", 2245 "@tailwindcss/oxide-win32-arm64-msvc": "4.1.18", 2246 "@tailwindcss/oxide-win32-x64-msvc": "4.1.18" 2247 } 2248 }, 2249 "node_modules/@tailwindcss/oxide-android-arm64": { 2250 "version": "4.1.18", 2251 "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-android-arm64/-/oxide-android-arm64-4.1.18.tgz", 2252 "integrity": "sha512-dJHz7+Ugr9U/diKJA0W6N/6/cjI+ZTAoxPf9Iz9BFRF2GzEX8IvXxFIi/dZBloVJX/MZGvRuFA9rqwdiIEZQ0Q==", 2253 "cpu": [ 2254 "arm64" 2255 ], 2256 "license": "MIT", 2257 "optional": true, 2258 "os": [ 2259 "android" 2260 ], 2261 "engines": { 2262 "node": ">= 10" 2263 } 2264 }, 2265 "node_modules/@tailwindcss/oxide-darwin-arm64": { 2266 "version": "4.1.18", 2267 "cpu": [ 2268 "arm64" 2269 ], 2270 "license": "MIT", 2271 "optional": true, 2272 "os": [ 2273 "darwin" 2274 ], 2275 "engines": { 2276 "node": ">= 10" 2277 } 2278 }, 2279 "node_modules/@tailwindcss/oxide-darwin-x64": { 2280 "version": "4.1.18", 2281 "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-darwin-x64/-/oxide-darwin-x64-4.1.18.tgz", 2282 "integrity": "sha512-FL5oxr2xQsFrc3X9o1fjHKBYBMD1QZNyc1Xzw/h5Qu4XnEBi3dZn96HcHm41c/euGV+GRiXFfh2hUCyKi/e+yw==", 2283 "cpu": [ 2284 "x64" 2285 ], 2286 "license": "MIT", 2287 "optional": true, 2288 "os": [ 2289 "darwin" 2290 ], 2291 "engines": { 2292 "node": ">= 10" 2293 } 2294 }, 2295 "node_modules/@tailwindcss/oxide-freebsd-x64": { 2296 "version": "4.1.18", 2297 "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-freebsd-x64/-/oxide-freebsd-x64-4.1.18.tgz", 2298 "integrity": "sha512-Fj+RHgu5bDodmV1dM9yAxlfJwkkWvLiRjbhuO2LEtwtlYlBgiAT4x/j5wQr1tC3SANAgD+0YcmWVrj8R9trVMA==", 2299 "cpu": [ 2300 "x64" 2301 ], 2302 "license": "MIT", 2303 "optional": true, 2304 "os": [ 2305 "freebsd" 2306 ], 2307 "engines": { 2308 "node": ">= 10" 2309 } 2310 }, 2311 "node_modules/@tailwindcss/oxide-linux-arm-gnueabihf": { 2312 "version": "4.1.18", 2313 "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm-gnueabihf/-/oxide-linux-arm-gnueabihf-4.1.18.tgz", 2314 "integrity": "sha512-Fp+Wzk/Ws4dZn+LV2Nqx3IilnhH51YZoRaYHQsVq3RQvEl+71VGKFpkfHrLM/Li+kt5c0DJe/bHXK1eHgDmdiA==", 2315 "cpu": [ 2316 "arm" 2317 ], 2318 "license": "MIT", 2319 "optional": true, 2320 "os": [ 2321 "linux" 2322 ], 2323 "engines": { 2324 "node": ">= 10" 2325 } 2326 }, 2327 "node_modules/@tailwindcss/oxide-linux-arm64-gnu": { 2328 "version": "4.1.18", 2329 "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm64-gnu/-/oxide-linux-arm64-gnu-4.1.18.tgz", 2330 "integrity": "sha512-S0n3jboLysNbh55Vrt7pk9wgpyTTPD0fdQeh7wQfMqLPM/Hrxi+dVsLsPrycQjGKEQk85Kgbx+6+QnYNiHalnw==", 2331 "cpu": [ 2332 "arm64" 2333 ], 2334 "license": "MIT", 2335 "optional": true, 2336 "os": [ 2337 "linux" 2338 ], 2339 "engines": { 2340 "node": ">= 10" 2341 } 2342 }, 2343 "node_modules/@tailwindcss/oxide-linux-arm64-musl": { 2344 "version": "4.1.18", 2345 "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm64-musl/-/oxide-linux-arm64-musl-4.1.18.tgz", 2346 "integrity": "sha512-1px92582HkPQlaaCkdRcio71p8bc8i/ap5807tPRDK/uw953cauQBT8c5tVGkOwrHMfc2Yh6UuxaH4vtTjGvHg==", 2347 "cpu": [ 2348 "arm64" 2349 ], 2350 "license": "MIT", 2351 "optional": true, 2352 "os": [ 2353 "linux" 2354 ], 2355 "engines": { 2356 "node": ">= 10" 2357 } 2358 }, 2359 "node_modules/@tailwindcss/oxide-linux-x64-gnu": { 2360 "version": "4.1.18", 2361 "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-x64-gnu/-/oxide-linux-x64-gnu-4.1.18.tgz", 2362 "integrity": "sha512-v3gyT0ivkfBLoZGF9LyHmts0Isc8jHZyVcbzio6Wpzifg/+5ZJpDiRiUhDLkcr7f/r38SWNe7ucxmGW3j3Kb/g==", 2363 "cpu": [ 2364 "x64" 2365 ], 2366 "license": "MIT", 2367 "optional": true, 2368 "os": [ 2369 "linux" 2370 ], 2371 "engines": { 2372 "node": ">= 10" 2373 } 2374 }, 2375 "node_modules/@tailwindcss/oxide-linux-x64-musl": { 2376 "version": "4.1.18", 2377 "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-x64-musl/-/oxide-linux-x64-musl-4.1.18.tgz", 2378 "integrity": "sha512-bhJ2y2OQNlcRwwgOAGMY0xTFStt4/wyU6pvI6LSuZpRgKQwxTec0/3Scu91O8ir7qCR3AuepQKLU/kX99FouqQ==", 2379 "cpu": [ 2380 "x64" 2381 ], 2382 "license": "MIT", 2383 "optional": true, 2384 "os": [ 2385 "linux" 2386 ], 2387 "engines": { 2388 "node": ">= 10" 2389 } 2390 }, 2391 "node_modules/@tailwindcss/oxide-wasm32-wasi": { 2392 "version": "4.1.18", 2393 "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-wasm32-wasi/-/oxide-wasm32-wasi-4.1.18.tgz", 2394 "integrity": "sha512-LffYTvPjODiP6PT16oNeUQJzNVyJl1cjIebq/rWWBF+3eDst5JGEFSc5cWxyRCJ0Mxl+KyIkqRxk1XPEs9x8TA==", 2395 "bundleDependencies": [ 2396 "@napi-rs/wasm-runtime", 2397 "@emnapi/core", 2398 "@emnapi/runtime", 2399 "@tybys/wasm-util", 2400 "@emnapi/wasi-threads", 2401 "tslib" 2402 ], 2403 "cpu": [ 2404 "wasm32" 2405 ], 2406 "license": "MIT", 2407 "optional": true, 2408 "dependencies": { 2409 "@emnapi/core": "^1.7.1", 2410 "@emnapi/runtime": "^1.7.1", 2411 "@emnapi/wasi-threads": "^1.1.0", 2412 "@napi-rs/wasm-runtime": "^1.1.0", 2413 "@tybys/wasm-util": "^0.10.1", 2414 "tslib": "^2.4.0" 2415 }, 2416 "engines": { 2417 "node": ">=14.0.0" 2418 } 2419 }, 2420 "node_modules/@tailwindcss/oxide-win32-arm64-msvc": { 2421 "version": "4.1.18", 2422 "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-arm64-msvc/-/oxide-win32-arm64-msvc-4.1.18.tgz", 2423 "integrity": "sha512-HjSA7mr9HmC8fu6bdsZvZ+dhjyGCLdotjVOgLA2vEqxEBZaQo9YTX4kwgEvPCpRh8o4uWc4J/wEoFzhEmjvPbA==", 2424 "cpu": [ 2425 "arm64" 2426 ], 2427 "license": "MIT", 2428 "optional": true, 2429 "os": [ 2430 "win32" 2431 ], 2432 "engines": { 2433 "node": ">= 10" 2434 } 2435 }, 2436 "node_modules/@tailwindcss/oxide-win32-x64-msvc": { 2437 "version": "4.1.18", 2438 "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-x64-msvc/-/oxide-win32-x64-msvc-4.1.18.tgz", 2439 "integrity": "sha512-bJWbyYpUlqamC8dpR7pfjA0I7vdF6t5VpUGMWRkXVE3AXgIZjYUYAK7II1GNaxR8J1SSrSrppRar8G++JekE3Q==", 2440 "cpu": [ 2441 "x64" 2442 ], 2443 "license": "MIT", 2444 "optional": true, 2445 "os": [ 2446 "win32" 2447 ], 2448 "engines": { 2449 "node": ">= 10" 2450 } 2451 }, 2452 "node_modules/@tailwindcss/vite": { 2453 "version": "4.1.18", 2454 "license": "MIT", 2455 "dependencies": { 2456 "@tailwindcss/node": "4.1.18", 2457 "@tailwindcss/oxide": "4.1.18", 2458 "tailwindcss": "4.1.18" 2459 }, 2460 "peerDependencies": { 2461 "vite": "^5.2.0 || ^6 || ^7" 2462 } 2463 }, 2464 "node_modules/@tailwindcss/vite/node_modules/tailwindcss": { 2465 "version": "4.1.18", 2466 "license": "MIT" 2467 }, 2468 "node_modules/@types/babel__core": { 2469 "version": "7.20.5", 2470 "license": "MIT", 2471 "dependencies": { 2472 "@babel/parser": "^7.20.7", 2473 "@babel/types": "^7.20.7", 2474 "@types/babel__generator": "*", 2475 "@types/babel__template": "*", 2476 "@types/babel__traverse": "*" 2477 } 2478 }, 2479 "node_modules/@types/babel__generator": { 2480 "version": "7.27.0", 2481 "license": "MIT", 2482 "dependencies": { 2483 "@babel/types": "^7.0.0" 2484 } 2485 }, 2486 "node_modules/@types/babel__template": { 2487 "version": "7.4.4", 2488 "license": "MIT", 2489 "dependencies": { 2490 "@babel/parser": "^7.1.0", 2491 "@babel/types": "^7.0.0" 2492 } 2493 }, 2494 "node_modules/@types/babel__traverse": { 2495 "version": "7.28.0", 2496 "license": "MIT", 2497 "dependencies": { 2498 "@babel/types": "^7.28.2" 2499 } 2500 }, 2501 "node_modules/@types/debug": { 2502 "version": "4.1.12", 2503 "license": "MIT", 2504 "dependencies": { 2505 "@types/ms": "*" 2506 } 2507 }, 2508 "node_modules/@types/esrecurse": { 2509 "version": "4.3.1", 2510 "dev": true, 2511 "license": "MIT" 2512 }, 2513 "node_modules/@types/estree": { 2514 "version": "1.0.8", 2515 "license": "MIT" 2516 }, 2517 "node_modules/@types/hast": { 2518 "version": "3.0.4", 2519 "license": "MIT", 2520 "dependencies": { 2521 "@types/unist": "*" 2522 } 2523 }, 2524 "node_modules/@types/json-schema": { 2525 "version": "7.0.15", 2526 "dev": true, 2527 "license": "MIT" 2528 }, 2529 "node_modules/@types/mdast": { 2530 "version": "4.0.4", 2531 "license": "MIT", 2532 "dependencies": { 2533 "@types/unist": "*" 2534 } 2535 }, 2536 "node_modules/@types/ms": { 2537 "version": "2.1.0", 2538 "license": "MIT" 2539 }, 2540 "node_modules/@types/nlcst": { 2541 "version": "2.0.3", 2542 "license": "MIT", 2543 "dependencies": { 2544 "@types/unist": "*" 2545 } 2546 }, 2547 "node_modules/@types/node": { 2548 "version": "25.2.3", 2549 "resolved": "https://registry.npmjs.org/@types/node/-/node-25.2.3.tgz", 2550 "integrity": "sha512-m0jEgYlYz+mDJZ2+F4v8D1AyQb+QzsNqRuI7xg1VQX/KlKS0qT9r1Mo16yo5F/MtifXFgaofIFsdFMox2SxIbQ==", 2551 "dev": true, 2552 "license": "MIT", 2553 "dependencies": { 2554 "undici-types": "~7.16.0" 2555 } 2556 }, 2557 "node_modules/@types/react": { 2558 "version": "19.2.11", 2559 "dev": true, 2560 "license": "MIT", 2561 "dependencies": { 2562 "csstype": "^3.2.2" 2563 } 2564 }, 2565 "node_modules/@types/react-dom": { 2566 "version": "19.2.3", 2567 "dev": true, 2568 "license": "MIT", 2569 "peerDependencies": { 2570 "@types/react": "^19.2.0" 2571 } 2572 }, 2573 "node_modules/@types/unist": { 2574 "version": "3.0.3", 2575 "license": "MIT" 2576 }, 2577 "node_modules/@typescript-eslint/eslint-plugin": { 2578 "version": "8.54.0", 2579 "dev": true, 2580 "license": "MIT", 2581 "dependencies": { 2582 "@eslint-community/regexpp": "^4.12.2", 2583 "@typescript-eslint/scope-manager": "8.54.0", 2584 "@typescript-eslint/type-utils": "8.54.0", 2585 "@typescript-eslint/utils": "8.54.0", 2586 "@typescript-eslint/visitor-keys": "8.54.0", 2587 "ignore": "^7.0.5", 2588 "natural-compare": "^1.4.0", 2589 "ts-api-utils": "^2.4.0" 2590 }, 2591 "engines": { 2592 "node": "^18.18.0 || ^20.9.0 || >=21.1.0" 2593 }, 2594 "funding": { 2595 "type": "opencollective", 2596 "url": "https://opencollective.com/typescript-eslint" 2597 }, 2598 "peerDependencies": { 2599 "@typescript-eslint/parser": "^8.54.0", 2600 "eslint": "^8.57.0 || ^9.0.0", 2601 "typescript": ">=4.8.4 <6.0.0" 2602 } 2603 }, 2604 "node_modules/@typescript-eslint/parser": { 2605 "version": "8.54.0", 2606 "dev": true, 2607 "license": "MIT", 2608 "dependencies": { 2609 "@typescript-eslint/scope-manager": "8.54.0", 2610 "@typescript-eslint/types": "8.54.0", 2611 "@typescript-eslint/typescript-estree": "8.54.0", 2612 "@typescript-eslint/visitor-keys": "8.54.0", 2613 "debug": "^4.4.3" 2614 }, 2615 "engines": { 2616 "node": "^18.18.0 || ^20.9.0 || >=21.1.0" 2617 }, 2618 "funding": { 2619 "type": "opencollective", 2620 "url": "https://opencollective.com/typescript-eslint" 2621 }, 2622 "peerDependencies": { 2623 "eslint": "^8.57.0 || ^9.0.0", 2624 "typescript": ">=4.8.4 <6.0.0" 2625 } 2626 }, 2627 "node_modules/@typescript-eslint/project-service": { 2628 "version": "8.54.0", 2629 "dev": true, 2630 "license": "MIT", 2631 "dependencies": { 2632 "@typescript-eslint/tsconfig-utils": "^8.54.0", 2633 "@typescript-eslint/types": "^8.54.0", 2634 "debug": "^4.4.3" 2635 }, 2636 "engines": { 2637 "node": "^18.18.0 || ^20.9.0 || >=21.1.0" 2638 }, 2639 "funding": { 2640 "type": "opencollective", 2641 "url": "https://opencollective.com/typescript-eslint" 2642 }, 2643 "peerDependencies": { 2644 "typescript": ">=4.8.4 <6.0.0" 2645 } 2646 }, 2647 "node_modules/@typescript-eslint/scope-manager": { 2648 "version": "8.54.0", 2649 "dev": true, 2650 "license": "MIT", 2651 "dependencies": { 2652 "@typescript-eslint/types": "8.54.0", 2653 "@typescript-eslint/visitor-keys": "8.54.0" 2654 }, 2655 "engines": { 2656 "node": "^18.18.0 || ^20.9.0 || >=21.1.0" 2657 }, 2658 "funding": { 2659 "type": "opencollective", 2660 "url": "https://opencollective.com/typescript-eslint" 2661 } 2662 }, 2663 "node_modules/@typescript-eslint/tsconfig-utils": { 2664 "version": "8.54.0", 2665 "dev": true, 2666 "license": "MIT", 2667 "engines": { 2668 "node": "^18.18.0 || ^20.9.0 || >=21.1.0" 2669 }, 2670 "funding": { 2671 "type": "opencollective", 2672 "url": "https://opencollective.com/typescript-eslint" 2673 }, 2674 "peerDependencies": { 2675 "typescript": ">=4.8.4 <6.0.0" 2676 } 2677 }, 2678 "node_modules/@typescript-eslint/type-utils": { 2679 "version": "8.54.0", 2680 "dev": true, 2681 "license": "MIT", 2682 "dependencies": { 2683 "@typescript-eslint/types": "8.54.0", 2684 "@typescript-eslint/typescript-estree": "8.54.0", 2685 "@typescript-eslint/utils": "8.54.0", 2686 "debug": "^4.4.3", 2687 "ts-api-utils": "^2.4.0" 2688 }, 2689 "engines": { 2690 "node": "^18.18.0 || ^20.9.0 || >=21.1.0" 2691 }, 2692 "funding": { 2693 "type": "opencollective", 2694 "url": "https://opencollective.com/typescript-eslint" 2695 }, 2696 "peerDependencies": { 2697 "eslint": "^8.57.0 || ^9.0.0", 2698 "typescript": ">=4.8.4 <6.0.0" 2699 } 2700 }, 2701 "node_modules/@typescript-eslint/types": { 2702 "version": "8.54.0", 2703 "dev": true, 2704 "license": "MIT", 2705 "engines": { 2706 "node": "^18.18.0 || ^20.9.0 || >=21.1.0" 2707 }, 2708 "funding": { 2709 "type": "opencollective", 2710 "url": "https://opencollective.com/typescript-eslint" 2711 } 2712 }, 2713 "node_modules/@typescript-eslint/typescript-estree": { 2714 "version": "8.54.0", 2715 "dev": true, 2716 "license": "MIT", 2717 "dependencies": { 2718 "@typescript-eslint/project-service": "8.54.0", 2719 "@typescript-eslint/tsconfig-utils": "8.54.0", 2720 "@typescript-eslint/types": "8.54.0", 2721 "@typescript-eslint/visitor-keys": "8.54.0", 2722 "debug": "^4.4.3", 2723 "minimatch": "^9.0.5", 2724 "semver": "^7.7.3", 2725 "tinyglobby": "^0.2.15", 2726 "ts-api-utils": "^2.4.0" 2727 }, 2728 "engines": { 2729 "node": "^18.18.0 || ^20.9.0 || >=21.1.0" 2730 }, 2731 "funding": { 2732 "type": "opencollective", 2733 "url": "https://opencollective.com/typescript-eslint" 2734 }, 2735 "peerDependencies": { 2736 "typescript": ">=4.8.4 <6.0.0" 2737 } 2738 }, 2739 "node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch": { 2740 "version": "9.0.5", 2741 "dev": true, 2742 "license": "ISC", 2743 "dependencies": { 2744 "brace-expansion": "^2.0.1" 2745 }, 2746 "engines": { 2747 "node": ">=16 || 14 >=14.17" 2748 }, 2749 "funding": { 2750 "url": "https://github.com/sponsors/isaacs" 2751 } 2752 }, 2753 "node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch/node_modules/brace-expansion": { 2754 "version": "2.0.2", 2755 "dev": true, 2756 "license": "MIT", 2757 "dependencies": { 2758 "balanced-match": "^1.0.0" 2759 } 2760 }, 2761 "node_modules/@typescript-eslint/typescript-estree/node_modules/semver": { 2762 "version": "7.7.3", 2763 "dev": true, 2764 "license": "ISC", 2765 "bin": { 2766 "semver": "bin/semver.js" 2767 }, 2768 "engines": { 2769 "node": ">=10" 2770 } 2771 }, 2772 "node_modules/@typescript-eslint/utils": { 2773 "version": "8.54.0", 2774 "dev": true, 2775 "license": "MIT", 2776 "dependencies": { 2777 "@eslint-community/eslint-utils": "^4.9.1", 2778 "@typescript-eslint/scope-manager": "8.54.0", 2779 "@typescript-eslint/types": "8.54.0", 2780 "@typescript-eslint/typescript-estree": "8.54.0" 2781 }, 2782 "engines": { 2783 "node": "^18.18.0 || ^20.9.0 || >=21.1.0" 2784 }, 2785 "funding": { 2786 "type": "opencollective", 2787 "url": "https://opencollective.com/typescript-eslint" 2788 }, 2789 "peerDependencies": { 2790 "eslint": "^8.57.0 || ^9.0.0", 2791 "typescript": ">=4.8.4 <6.0.0" 2792 } 2793 }, 2794 "node_modules/@typescript-eslint/visitor-keys": { 2795 "version": "8.54.0", 2796 "dev": true, 2797 "license": "MIT", 2798 "dependencies": { 2799 "@typescript-eslint/types": "8.54.0", 2800 "eslint-visitor-keys": "^4.2.1" 2801 }, 2802 "engines": { 2803 "node": "^18.18.0 || ^20.9.0 || >=21.1.0" 2804 }, 2805 "funding": { 2806 "type": "opencollective", 2807 "url": "https://opencollective.com/typescript-eslint" 2808 } 2809 }, 2810 "node_modules/@typescript-eslint/visitor-keys/node_modules/eslint-visitor-keys": { 2811 "version": "4.2.1", 2812 "dev": true, 2813 "license": "Apache-2.0", 2814 "engines": { 2815 "node": "^18.18.0 || ^20.9.0 || >=21.1.0" 2816 }, 2817 "funding": { 2818 "url": "https://opencollective.com/eslint" 2819 } 2820 }, 2821 "node_modules/@ungap/structured-clone": { 2822 "version": "1.3.0", 2823 "license": "ISC" 2824 }, 2825 "node_modules/@vitejs/plugin-react": { 2826 "version": "4.7.0", 2827 "license": "MIT", 2828 "dependencies": { 2829 "@babel/core": "^7.28.0", 2830 "@babel/plugin-transform-react-jsx-self": "^7.27.1", 2831 "@babel/plugin-transform-react-jsx-source": "^7.27.1", 2832 "@rolldown/pluginutils": "1.0.0-beta.27", 2833 "@types/babel__core": "^7.20.5", 2834 "react-refresh": "^0.17.0" 2835 }, 2836 "engines": { 2837 "node": "^14.18.0 || >=16.0.0" 2838 }, 2839 "peerDependencies": { 2840 "vite": "^4.2.0 || ^5.0.0 || ^6.0.0 || ^7.0.0" 2841 } 2842 }, 2843 "node_modules/acorn": { 2844 "version": "8.15.0", 2845 "license": "MIT", 2846 "bin": { 2847 "acorn": "bin/acorn" 2848 }, 2849 "engines": { 2850 "node": ">=0.4.0" 2851 } 2852 }, 2853 "node_modules/acorn-jsx": { 2854 "version": "5.3.2", 2855 "dev": true, 2856 "license": "MIT", 2857 "peerDependencies": { 2858 "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0" 2859 } 2860 }, 2861 "node_modules/ajv": { 2862 "version": "6.12.6", 2863 "dev": true, 2864 "license": "MIT", 2865 "dependencies": { 2866 "fast-deep-equal": "^3.1.1", 2867 "fast-json-stable-stringify": "^2.0.0", 2868 "json-schema-traverse": "^0.4.1", 2869 "uri-js": "^4.2.2" 2870 }, 2871 "funding": { 2872 "type": "github", 2873 "url": "https://github.com/sponsors/epoberezkin" 2874 } 2875 }, 2876 "node_modules/ansi-align": { 2877 "version": "3.0.1", 2878 "license": "ISC", 2879 "dependencies": { 2880 "string-width": "^4.1.0" 2881 } 2882 }, 2883 "node_modules/ansi-align/node_modules/string-width": { 2884 "version": "4.2.3", 2885 "license": "MIT", 2886 "dependencies": { 2887 "emoji-regex": "^8.0.0", 2888 "is-fullwidth-code-point": "^3.0.0", 2889 "strip-ansi": "^6.0.1" 2890 }, 2891 "engines": { 2892 "node": ">=8" 2893 } 2894 }, 2895 "node_modules/ansi-align/node_modules/string-width/node_modules/emoji-regex": { 2896 "version": "8.0.0", 2897 "license": "MIT" 2898 }, 2899 "node_modules/ansi-align/node_modules/string-width/node_modules/strip-ansi": { 2900 "version": "6.0.1", 2901 "license": "MIT", 2902 "dependencies": { 2903 "ansi-regex": "^5.0.1" 2904 }, 2905 "engines": { 2906 "node": ">=8" 2907 } 2908 }, 2909 "node_modules/ansi-align/node_modules/string-width/node_modules/strip-ansi/node_modules/ansi-regex": { 2910 "version": "5.0.1", 2911 "license": "MIT", 2912 "engines": { 2913 "node": ">=8" 2914 } 2915 }, 2916 "node_modules/ansi-regex": { 2917 "version": "6.2.2", 2918 "license": "MIT", 2919 "engines": { 2920 "node": ">=12" 2921 }, 2922 "funding": { 2923 "url": "https://github.com/chalk/ansi-regex?sponsor=1" 2924 } 2925 }, 2926 "node_modules/ansi-styles": { 2927 "version": "6.2.3", 2928 "license": "MIT", 2929 "engines": { 2930 "node": ">=12" 2931 }, 2932 "funding": { 2933 "url": "https://github.com/chalk/ansi-styles?sponsor=1" 2934 } 2935 }, 2936 "node_modules/any-promise": { 2937 "version": "1.3.0", 2938 "license": "MIT" 2939 }, 2940 "node_modules/anymatch": { 2941 "version": "3.1.3", 2942 "license": "ISC", 2943 "dependencies": { 2944 "normalize-path": "^3.0.0", 2945 "picomatch": "^2.0.4" 2946 }, 2947 "engines": { 2948 "node": ">= 8" 2949 } 2950 }, 2951 "node_modules/anymatch/node_modules/picomatch": { 2952 "version": "2.3.1", 2953 "license": "MIT", 2954 "engines": { 2955 "node": ">=8.6" 2956 }, 2957 "funding": { 2958 "url": "https://github.com/sponsors/jonschlinkert" 2959 } 2960 }, 2961 "node_modules/arg": { 2962 "version": "5.0.2", 2963 "license": "MIT" 2964 }, 2965 "node_modules/argparse": { 2966 "version": "2.0.1", 2967 "license": "Python-2.0" 2968 }, 2969 "node_modules/aria-query": { 2970 "version": "5.3.2", 2971 "license": "Apache-2.0", 2972 "engines": { 2973 "node": ">= 0.4" 2974 } 2975 }, 2976 "node_modules/array-buffer-byte-length": { 2977 "version": "1.0.2", 2978 "dev": true, 2979 "license": "MIT", 2980 "dependencies": { 2981 "call-bound": "^1.0.3", 2982 "is-array-buffer": "^3.0.5" 2983 }, 2984 "engines": { 2985 "node": ">= 0.4" 2986 }, 2987 "funding": { 2988 "url": "https://github.com/sponsors/ljharb" 2989 } 2990 }, 2991 "node_modules/array-includes": { 2992 "version": "3.1.9", 2993 "dev": true, 2994 "license": "MIT", 2995 "dependencies": { 2996 "call-bind": "^1.0.8", 2997 "call-bound": "^1.0.4", 2998 "define-properties": "^1.2.1", 2999 "es-abstract": "^1.24.0", 3000 "es-object-atoms": "^1.1.1", 3001 "get-intrinsic": "^1.3.0", 3002 "is-string": "^1.1.1", 3003 "math-intrinsics": "^1.1.0" 3004 }, 3005 "engines": { 3006 "node": ">= 0.4" 3007 }, 3008 "funding": { 3009 "url": "https://github.com/sponsors/ljharb" 3010 } 3011 }, 3012 "node_modules/array-iterate": { 3013 "version": "2.0.1", 3014 "license": "MIT", 3015 "funding": { 3016 "type": "github", 3017 "url": "https://github.com/sponsors/wooorm" 3018 } 3019 }, 3020 "node_modules/array.prototype.findlast": { 3021 "version": "1.2.5", 3022 "dev": true, 3023 "license": "MIT", 3024 "dependencies": { 3025 "call-bind": "^1.0.7", 3026 "define-properties": "^1.2.1", 3027 "es-abstract": "^1.23.2", 3028 "es-errors": "^1.3.0", 3029 "es-object-atoms": "^1.0.0", 3030 "es-shim-unscopables": "^1.0.2" 3031 }, 3032 "engines": { 3033 "node": ">= 0.4" 3034 }, 3035 "funding": { 3036 "url": "https://github.com/sponsors/ljharb" 3037 } 3038 }, 3039 "node_modules/array.prototype.flat": { 3040 "version": "1.3.3", 3041 "dev": true, 3042 "license": "MIT", 3043 "dependencies": { 3044 "call-bind": "^1.0.8", 3045 "define-properties": "^1.2.1", 3046 "es-abstract": "^1.23.5", 3047 "es-shim-unscopables": "^1.0.2" 3048 }, 3049 "engines": { 3050 "node": ">= 0.4" 3051 }, 3052 "funding": { 3053 "url": "https://github.com/sponsors/ljharb" 3054 } 3055 }, 3056 "node_modules/array.prototype.flatmap": { 3057 "version": "1.3.3", 3058 "dev": true, 3059 "license": "MIT", 3060 "dependencies": { 3061 "call-bind": "^1.0.8", 3062 "define-properties": "^1.2.1", 3063 "es-abstract": "^1.23.5", 3064 "es-shim-unscopables": "^1.0.2" 3065 }, 3066 "engines": { 3067 "node": ">= 0.4" 3068 }, 3069 "funding": { 3070 "url": "https://github.com/sponsors/ljharb" 3071 } 3072 }, 3073 "node_modules/array.prototype.tosorted": { 3074 "version": "1.1.4", 3075 "dev": true, 3076 "license": "MIT", 3077 "dependencies": { 3078 "call-bind": "^1.0.7", 3079 "define-properties": "^1.2.1", 3080 "es-abstract": "^1.23.3", 3081 "es-errors": "^1.3.0", 3082 "es-shim-unscopables": "^1.0.2" 3083 }, 3084 "engines": { 3085 "node": ">= 0.4" 3086 } 3087 }, 3088 "node_modules/arraybuffer.prototype.slice": { 3089 "version": "1.0.4", 3090 "dev": true, 3091 "license": "MIT", 3092 "dependencies": { 3093 "array-buffer-byte-length": "^1.0.1", 3094 "call-bind": "^1.0.8", 3095 "define-properties": "^1.2.1", 3096 "es-abstract": "^1.23.5", 3097 "es-errors": "^1.3.0", 3098 "get-intrinsic": "^1.2.6", 3099 "is-array-buffer": "^3.0.4" 3100 }, 3101 "engines": { 3102 "node": ">= 0.4" 3103 }, 3104 "funding": { 3105 "url": "https://github.com/sponsors/ljharb" 3106 } 3107 }, 3108 "node_modules/astro": { 3109 "version": "5.17.1", 3110 "license": "MIT", 3111 "dependencies": { 3112 "@astrojs/compiler": "^2.13.0", 3113 "@astrojs/internal-helpers": "0.7.5", 3114 "@astrojs/markdown-remark": "6.3.10", 3115 "@astrojs/telemetry": "3.3.0", 3116 "@capsizecss/unpack": "^4.0.0", 3117 "@oslojs/encoding": "^1.1.0", 3118 "@rollup/pluginutils": "^5.3.0", 3119 "acorn": "^8.15.0", 3120 "aria-query": "^5.3.2", 3121 "axobject-query": "^4.1.0", 3122 "boxen": "8.0.1", 3123 "ci-info": "^4.3.1", 3124 "clsx": "^2.1.1", 3125 "common-ancestor-path": "^1.0.1", 3126 "cookie": "^1.1.1", 3127 "cssesc": "^3.0.0", 3128 "debug": "^4.4.3", 3129 "deterministic-object-hash": "^2.0.2", 3130 "devalue": "^5.6.2", 3131 "diff": "^8.0.3", 3132 "dlv": "^1.1.3", 3133 "dset": "^3.1.4", 3134 "es-module-lexer": "^1.7.0", 3135 "esbuild": "^0.25.0", 3136 "estree-walker": "^3.0.3", 3137 "flattie": "^1.1.1", 3138 "fontace": "~0.4.0", 3139 "github-slugger": "^2.0.0", 3140 "html-escaper": "3.0.3", 3141 "http-cache-semantics": "^4.2.0", 3142 "import-meta-resolve": "^4.2.0", 3143 "js-yaml": "^4.1.1", 3144 "magic-string": "^0.30.21", 3145 "magicast": "^0.5.1", 3146 "mrmime": "^2.0.1", 3147 "neotraverse": "^0.6.18", 3148 "p-limit": "^6.2.0", 3149 "p-queue": "^8.1.1", 3150 "package-manager-detector": "^1.6.0", 3151 "piccolore": "^0.1.3", 3152 "picomatch": "^4.0.3", 3153 "prompts": "^2.4.2", 3154 "rehype": "^13.0.2", 3155 "semver": "^7.7.3", 3156 "shiki": "^3.21.0", 3157 "smol-toml": "^1.6.0", 3158 "svgo": "^4.0.0", 3159 "tinyexec": "^1.0.2", 3160 "tinyglobby": "^0.2.15", 3161 "tsconfck": "^3.1.6", 3162 "ultrahtml": "^1.6.0", 3163 "unifont": "~0.7.3", 3164 "unist-util-visit": "^5.0.0", 3165 "unstorage": "^1.17.4", 3166 "vfile": "^6.0.3", 3167 "vite": "^6.4.1", 3168 "vitefu": "^1.1.1", 3169 "xxhash-wasm": "^1.1.0", 3170 "yargs-parser": "^21.1.1", 3171 "yocto-spinner": "^0.2.3", 3172 "zod": "^3.25.76", 3173 "zod-to-json-schema": "^3.25.1", 3174 "zod-to-ts": "^1.2.0" 3175 }, 3176 "bin": { 3177 "astro": "astro.js" 3178 }, 3179 "engines": { 3180 "node": "18.20.8 || ^20.3.0 || >=22.0.0", 3181 "npm": ">=9.6.5", 3182 "pnpm": ">=7.1.0" 3183 }, 3184 "funding": { 3185 "type": "opencollective", 3186 "url": "https://opencollective.com/astrodotbuild" 3187 }, 3188 "optionalDependencies": { 3189 "sharp": "^0.34.0" 3190 } 3191 }, 3192 "node_modules/astro/node_modules/semver": { 3193 "version": "7.7.3", 3194 "license": "ISC", 3195 "bin": { 3196 "semver": "bin/semver.js" 3197 }, 3198 "engines": { 3199 "node": ">=10" 3200 } 3201 }, 3202 "node_modules/async-function": { 3203 "version": "1.0.0", 3204 "dev": true, 3205 "license": "MIT", 3206 "engines": { 3207 "node": ">= 0.4" 3208 } 3209 }, 3210 "node_modules/autoprefixer": { 3211 "version": "10.4.24", 3212 "funding": [ 3213 { 3214 "type": "opencollective", 3215 "url": "https://opencollective.com/postcss/" 3216 }, 3217 { 3218 "type": "tidelift", 3219 "url": "https://tidelift.com/funding/github/npm/autoprefixer" 3220 }, 3221 { 3222 "type": "github", 3223 "url": "https://github.com/sponsors/ai" 3224 } 3225 ], 3226 "license": "MIT", 3227 "dependencies": { 3228 "browserslist": "^4.28.1", 3229 "caniuse-lite": "^1.0.30001766", 3230 "fraction.js": "^5.3.4", 3231 "picocolors": "^1.1.1", 3232 "postcss-value-parser": "^4.2.0" 3233 }, 3234 "bin": { 3235 "autoprefixer": "bin/autoprefixer" 3236 }, 3237 "engines": { 3238 "node": "^10 || ^12 || >=14" 3239 }, 3240 "peerDependencies": { 3241 "postcss": "^8.1.0" 3242 } 3243 }, 3244 "node_modules/available-typed-arrays": { 3245 "version": "1.0.7", 3246 "dev": true, 3247 "license": "MIT", 3248 "dependencies": { 3249 "possible-typed-array-names": "^1.0.0" 3250 }, 3251 "engines": { 3252 "node": ">= 0.4" 3253 }, 3254 "funding": { 3255 "url": "https://github.com/sponsors/ljharb" 3256 } 3257 }, 3258 "node_modules/axobject-query": { 3259 "version": "4.1.0", 3260 "license": "Apache-2.0", 3261 "engines": { 3262 "node": ">= 0.4" 3263 } 3264 }, 3265 "node_modules/bail": { 3266 "version": "2.0.2", 3267 "license": "MIT", 3268 "funding": { 3269 "type": "github", 3270 "url": "https://github.com/sponsors/wooorm" 3271 } 3272 }, 3273 "node_modules/balanced-match": { 3274 "version": "1.0.2", 3275 "dev": true, 3276 "license": "MIT" 3277 }, 3278 "node_modules/base-64": { 3279 "version": "1.0.0", 3280 "license": "MIT" 3281 }, 3282 "node_modules/base64-js": { 3283 "version": "0.0.8", 3284 "license": "MIT", 3285 "engines": { 3286 "node": ">= 0.4" 3287 } 3288 }, 3289 "node_modules/baseline-browser-mapping": { 3290 "version": "2.9.19", 3291 "license": "Apache-2.0", 3292 "bin": { 3293 "baseline-browser-mapping": "dist/cli.js" 3294 } 3295 }, 3296 "node_modules/binary-extensions": { 3297 "version": "2.3.0", 3298 "license": "MIT", 3299 "engines": { 3300 "node": ">=8" 3301 }, 3302 "funding": { 3303 "url": "https://github.com/sponsors/sindresorhus" 3304 } 3305 }, 3306 "node_modules/boolbase": { 3307 "version": "1.0.0", 3308 "license": "ISC" 3309 }, 3310 "node_modules/boxen": { 3311 "version": "8.0.1", 3312 "license": "MIT", 3313 "dependencies": { 3314 "ansi-align": "^3.0.1", 3315 "camelcase": "^8.0.0", 3316 "chalk": "^5.3.0", 3317 "cli-boxes": "^3.0.0", 3318 "string-width": "^7.2.0", 3319 "type-fest": "^4.21.0", 3320 "widest-line": "^5.0.0", 3321 "wrap-ansi": "^9.0.0" 3322 }, 3323 "engines": { 3324 "node": ">=18" 3325 }, 3326 "funding": { 3327 "url": "https://github.com/sponsors/sindresorhus" 3328 } 3329 }, 3330 "node_modules/brace-expansion": { 3331 "version": "1.1.12", 3332 "dev": true, 3333 "license": "MIT", 3334 "dependencies": { 3335 "balanced-match": "^1.0.0", 3336 "concat-map": "0.0.1" 3337 } 3338 }, 3339 "node_modules/braces": { 3340 "version": "3.0.3", 3341 "license": "MIT", 3342 "dependencies": { 3343 "fill-range": "^7.1.1" 3344 }, 3345 "engines": { 3346 "node": ">=8" 3347 } 3348 }, 3349 "node_modules/browserslist": { 3350 "version": "4.28.1", 3351 "funding": [ 3352 { 3353 "type": "opencollective", 3354 "url": "https://opencollective.com/browserslist" 3355 }, 3356 { 3357 "type": "tidelift", 3358 "url": "https://tidelift.com/funding/github/npm/browserslist" 3359 }, 3360 { 3361 "type": "github", 3362 "url": "https://github.com/sponsors/ai" 3363 } 3364 ], 3365 "license": "MIT", 3366 "dependencies": { 3367 "baseline-browser-mapping": "^2.9.0", 3368 "caniuse-lite": "^1.0.30001759", 3369 "electron-to-chromium": "^1.5.263", 3370 "node-releases": "^2.0.27", 3371 "update-browserslist-db": "^1.2.0" 3372 }, 3373 "bin": { 3374 "browserslist": "cli.js" 3375 }, 3376 "engines": { 3377 "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7" 3378 } 3379 }, 3380 "node_modules/call-bind": { 3381 "version": "1.0.8", 3382 "dev": true, 3383 "license": "MIT", 3384 "dependencies": { 3385 "call-bind-apply-helpers": "^1.0.0", 3386 "es-define-property": "^1.0.0", 3387 "get-intrinsic": "^1.2.4", 3388 "set-function-length": "^1.2.2" 3389 }, 3390 "engines": { 3391 "node": ">= 0.4" 3392 }, 3393 "funding": { 3394 "url": "https://github.com/sponsors/ljharb" 3395 } 3396 }, 3397 "node_modules/call-bind-apply-helpers": { 3398 "version": "1.0.2", 3399 "dev": true, 3400 "license": "MIT", 3401 "dependencies": { 3402 "es-errors": "^1.3.0", 3403 "function-bind": "^1.1.2" 3404 }, 3405 "engines": { 3406 "node": ">= 0.4" 3407 } 3408 }, 3409 "node_modules/call-bound": { 3410 "version": "1.0.4", 3411 "dev": true, 3412 "license": "MIT", 3413 "dependencies": { 3414 "call-bind-apply-helpers": "^1.0.2", 3415 "get-intrinsic": "^1.3.0" 3416 }, 3417 "engines": { 3418 "node": ">= 0.4" 3419 }, 3420 "funding": { 3421 "url": "https://github.com/sponsors/ljharb" 3422 } 3423 }, 3424 "node_modules/camelcase": { 3425 "version": "8.0.0", 3426 "license": "MIT", 3427 "engines": { 3428 "node": ">=16" 3429 }, 3430 "funding": { 3431 "url": "https://github.com/sponsors/sindresorhus" 3432 } 3433 }, 3434 "node_modules/camelcase-css": { 3435 "version": "2.0.1", 3436 "license": "MIT", 3437 "engines": { 3438 "node": ">= 6" 3439 } 3440 }, 3441 "node_modules/camelize": { 3442 "version": "1.0.1", 3443 "license": "MIT", 3444 "funding": { 3445 "url": "https://github.com/sponsors/ljharb" 3446 } 3447 }, 3448 "node_modules/caniuse-lite": { 3449 "version": "1.0.30001768", 3450 "funding": [ 3451 { 3452 "type": "opencollective", 3453 "url": "https://opencollective.com/browserslist" 3454 }, 3455 { 3456 "type": "tidelift", 3457 "url": "https://tidelift.com/funding/github/npm/caniuse-lite" 3458 }, 3459 { 3460 "type": "github", 3461 "url": "https://github.com/sponsors/ai" 3462 } 3463 ], 3464 "license": "CC-BY-4.0" 3465 }, 3466 "node_modules/ccount": { 3467 "version": "2.0.1", 3468 "license": "MIT", 3469 "funding": { 3470 "type": "github", 3471 "url": "https://github.com/sponsors/wooorm" 3472 } 3473 }, 3474 "node_modules/chalk": { 3475 "version": "5.6.2", 3476 "license": "MIT", 3477 "engines": { 3478 "node": "^12.17.0 || ^14.13 || >=16.0.0" 3479 }, 3480 "funding": { 3481 "url": "https://github.com/chalk/chalk?sponsor=1" 3482 } 3483 }, 3484 "node_modules/character-entities": { 3485 "version": "2.0.2", 3486 "license": "MIT", 3487 "funding": { 3488 "type": "github", 3489 "url": "https://github.com/sponsors/wooorm" 3490 } 3491 }, 3492 "node_modules/character-entities-html4": { 3493 "version": "2.1.0", 3494 "license": "MIT", 3495 "funding": { 3496 "type": "github", 3497 "url": "https://github.com/sponsors/wooorm" 3498 } 3499 }, 3500 "node_modules/character-entities-legacy": { 3501 "version": "3.0.0", 3502 "license": "MIT", 3503 "funding": { 3504 "type": "github", 3505 "url": "https://github.com/sponsors/wooorm" 3506 } 3507 }, 3508 "node_modules/ci-info": { 3509 "version": "4.4.0", 3510 "funding": [ 3511 { 3512 "type": "github", 3513 "url": "https://github.com/sponsors/sibiraj-s" 3514 } 3515 ], 3516 "license": "MIT", 3517 "engines": { 3518 "node": ">=8" 3519 } 3520 }, 3521 "node_modules/cli-boxes": { 3522 "version": "3.0.0", 3523 "license": "MIT", 3524 "engines": { 3525 "node": ">=10" 3526 }, 3527 "funding": { 3528 "url": "https://github.com/sponsors/sindresorhus" 3529 } 3530 }, 3531 "node_modules/clsx": { 3532 "version": "2.1.1", 3533 "license": "MIT", 3534 "engines": { 3535 "node": ">=6" 3536 } 3537 }, 3538 "node_modules/color-name": { 3539 "version": "1.1.4", 3540 "license": "MIT" 3541 }, 3542 "node_modules/comma-separated-tokens": { 3543 "version": "2.0.3", 3544 "license": "MIT", 3545 "funding": { 3546 "type": "github", 3547 "url": "https://github.com/sponsors/wooorm" 3548 } 3549 }, 3550 "node_modules/commander": { 3551 "version": "11.1.0", 3552 "license": "MIT", 3553 "engines": { 3554 "node": ">=16" 3555 } 3556 }, 3557 "node_modules/common-ancestor-path": { 3558 "version": "1.0.1", 3559 "license": "ISC" 3560 }, 3561 "node_modules/concat-map": { 3562 "version": "0.0.1", 3563 "dev": true, 3564 "license": "MIT" 3565 }, 3566 "node_modules/convert-source-map": { 3567 "version": "2.0.0", 3568 "license": "MIT" 3569 }, 3570 "node_modules/cookie": { 3571 "version": "1.1.1", 3572 "license": "MIT", 3573 "engines": { 3574 "node": ">=18" 3575 }, 3576 "funding": { 3577 "type": "opencollective", 3578 "url": "https://opencollective.com/express" 3579 } 3580 }, 3581 "node_modules/cookie-es": { 3582 "version": "1.2.2", 3583 "license": "MIT" 3584 }, 3585 "node_modules/cross-spawn": { 3586 "version": "7.0.6", 3587 "dev": true, 3588 "license": "MIT", 3589 "dependencies": { 3590 "path-key": "^3.1.0", 3591 "shebang-command": "^2.0.0", 3592 "which": "^2.0.1" 3593 }, 3594 "engines": { 3595 "node": ">= 8" 3596 } 3597 }, 3598 "node_modules/crossws": { 3599 "version": "0.3.5", 3600 "license": "MIT", 3601 "dependencies": { 3602 "uncrypto": "^0.1.3" 3603 } 3604 }, 3605 "node_modules/css-background-parser": { 3606 "version": "0.1.0", 3607 "license": "MIT" 3608 }, 3609 "node_modules/css-box-shadow": { 3610 "version": "1.0.0-3", 3611 "license": "MIT" 3612 }, 3613 "node_modules/css-color-keywords": { 3614 "version": "1.0.0", 3615 "license": "ISC", 3616 "engines": { 3617 "node": ">=4" 3618 } 3619 }, 3620 "node_modules/css-gradient-parser": { 3621 "version": "0.0.17", 3622 "license": "MIT", 3623 "engines": { 3624 "node": ">=16" 3625 } 3626 }, 3627 "node_modules/css-select": { 3628 "version": "5.2.2", 3629 "license": "BSD-2-Clause", 3630 "dependencies": { 3631 "boolbase": "^1.0.0", 3632 "css-what": "^6.1.0", 3633 "domhandler": "^5.0.2", 3634 "domutils": "^3.0.1", 3635 "nth-check": "^2.0.1" 3636 }, 3637 "funding": { 3638 "url": "https://github.com/sponsors/fb55" 3639 } 3640 }, 3641 "node_modules/css-to-react-native": { 3642 "version": "3.2.0", 3643 "license": "MIT", 3644 "dependencies": { 3645 "camelize": "^1.0.0", 3646 "css-color-keywords": "^1.0.0", 3647 "postcss-value-parser": "^4.0.2" 3648 } 3649 }, 3650 "node_modules/css-tree": { 3651 "version": "3.1.0", 3652 "license": "MIT", 3653 "dependencies": { 3654 "mdn-data": "2.12.2", 3655 "source-map-js": "^1.0.1" 3656 }, 3657 "engines": { 3658 "node": "^10 || ^12.20.0 || ^14.13.0 || >=15.0.0" 3659 } 3660 }, 3661 "node_modules/css-what": { 3662 "version": "6.2.2", 3663 "license": "BSD-2-Clause", 3664 "engines": { 3665 "node": ">= 6" 3666 }, 3667 "funding": { 3668 "url": "https://github.com/sponsors/fb55" 3669 } 3670 }, 3671 "node_modules/cssesc": { 3672 "version": "3.0.0", 3673 "license": "MIT", 3674 "bin": { 3675 "cssesc": "bin/cssesc" 3676 }, 3677 "engines": { 3678 "node": ">=4" 3679 } 3680 }, 3681 "node_modules/csso": { 3682 "version": "5.0.5", 3683 "license": "MIT", 3684 "dependencies": { 3685 "css-tree": "~2.2.0" 3686 }, 3687 "engines": { 3688 "node": "^10 || ^12.20.0 || ^14.13.0 || >=15.0.0", 3689 "npm": ">=7.0.0" 3690 } 3691 }, 3692 "node_modules/csso/node_modules/css-tree": { 3693 "version": "2.2.1", 3694 "license": "MIT", 3695 "dependencies": { 3696 "mdn-data": "2.0.28", 3697 "source-map-js": "^1.0.1" 3698 }, 3699 "engines": { 3700 "node": "^10 || ^12.20.0 || ^14.13.0 || >=15.0.0", 3701 "npm": ">=7.0.0" 3702 } 3703 }, 3704 "node_modules/csso/node_modules/css-tree/node_modules/mdn-data": { 3705 "version": "2.0.28", 3706 "license": "CC0-1.0" 3707 }, 3708 "node_modules/csstype": { 3709 "version": "3.2.3", 3710 "dev": true, 3711 "license": "MIT" 3712 }, 3713 "node_modules/data-view-buffer": { 3714 "version": "1.0.2", 3715 "dev": true, 3716 "license": "MIT", 3717 "dependencies": { 3718 "call-bound": "^1.0.3", 3719 "es-errors": "^1.3.0", 3720 "is-data-view": "^1.0.2" 3721 }, 3722 "engines": { 3723 "node": ">= 0.4" 3724 }, 3725 "funding": { 3726 "url": "https://github.com/sponsors/ljharb" 3727 } 3728 }, 3729 "node_modules/data-view-byte-length": { 3730 "version": "1.0.2", 3731 "dev": true, 3732 "license": "MIT", 3733 "dependencies": { 3734 "call-bound": "^1.0.3", 3735 "es-errors": "^1.3.0", 3736 "is-data-view": "^1.0.2" 3737 }, 3738 "engines": { 3739 "node": ">= 0.4" 3740 }, 3741 "funding": { 3742 "url": "https://github.com/sponsors/inspect-js" 3743 } 3744 }, 3745 "node_modules/data-view-byte-offset": { 3746 "version": "1.0.1", 3747 "dev": true, 3748 "license": "MIT", 3749 "dependencies": { 3750 "call-bound": "^1.0.2", 3751 "es-errors": "^1.3.0", 3752 "is-data-view": "^1.0.1" 3753 }, 3754 "engines": { 3755 "node": ">= 0.4" 3756 }, 3757 "funding": { 3758 "url": "https://github.com/sponsors/ljharb" 3759 } 3760 }, 3761 "node_modules/date-fns": { 3762 "version": "4.1.0", 3763 "license": "MIT", 3764 "funding": { 3765 "type": "github", 3766 "url": "https://github.com/sponsors/kossnocorp" 3767 } 3768 }, 3769 "node_modules/debug": { 3770 "version": "4.4.3", 3771 "license": "MIT", 3772 "dependencies": { 3773 "ms": "^2.1.3" 3774 }, 3775 "engines": { 3776 "node": ">=6.0" 3777 }, 3778 "peerDependenciesMeta": { 3779 "supports-color": { 3780 "optional": true 3781 } 3782 } 3783 }, 3784 "node_modules/decode-named-character-reference": { 3785 "version": "1.3.0", 3786 "license": "MIT", 3787 "dependencies": { 3788 "character-entities": "^2.0.0" 3789 }, 3790 "funding": { 3791 "type": "github", 3792 "url": "https://github.com/sponsors/wooorm" 3793 } 3794 }, 3795 "node_modules/deep-is": { 3796 "version": "0.1.4", 3797 "dev": true, 3798 "license": "MIT" 3799 }, 3800 "node_modules/define-data-property": { 3801 "version": "1.1.4", 3802 "dev": true, 3803 "license": "MIT", 3804 "dependencies": { 3805 "es-define-property": "^1.0.0", 3806 "es-errors": "^1.3.0", 3807 "gopd": "^1.0.1" 3808 }, 3809 "engines": { 3810 "node": ">= 0.4" 3811 }, 3812 "funding": { 3813 "url": "https://github.com/sponsors/ljharb" 3814 } 3815 }, 3816 "node_modules/define-properties": { 3817 "version": "1.2.1", 3818 "dev": true, 3819 "license": "MIT", 3820 "dependencies": { 3821 "define-data-property": "^1.0.1", 3822 "has-property-descriptors": "^1.0.0", 3823 "object-keys": "^1.1.1" 3824 }, 3825 "engines": { 3826 "node": ">= 0.4" 3827 }, 3828 "funding": { 3829 "url": "https://github.com/sponsors/ljharb" 3830 } 3831 }, 3832 "node_modules/defu": { 3833 "version": "6.1.4", 3834 "license": "MIT" 3835 }, 3836 "node_modules/depd": { 3837 "version": "2.0.0", 3838 "license": "MIT", 3839 "engines": { 3840 "node": ">= 0.8" 3841 } 3842 }, 3843 "node_modules/dequal": { 3844 "version": "2.0.3", 3845 "license": "MIT", 3846 "engines": { 3847 "node": ">=6" 3848 } 3849 }, 3850 "node_modules/destr": { 3851 "version": "2.0.5", 3852 "license": "MIT" 3853 }, 3854 "node_modules/detect-libc": { 3855 "version": "2.1.2", 3856 "license": "Apache-2.0", 3857 "engines": { 3858 "node": ">=8" 3859 } 3860 }, 3861 "node_modules/deterministic-object-hash": { 3862 "version": "2.0.2", 3863 "license": "MIT", 3864 "dependencies": { 3865 "base-64": "^1.0.0" 3866 }, 3867 "engines": { 3868 "node": ">=18" 3869 } 3870 }, 3871 "node_modules/devalue": { 3872 "version": "5.6.2", 3873 "license": "MIT" 3874 }, 3875 "node_modules/devlop": { 3876 "version": "1.1.0", 3877 "license": "MIT", 3878 "dependencies": { 3879 "dequal": "^2.0.0" 3880 }, 3881 "funding": { 3882 "type": "github", 3883 "url": "https://github.com/sponsors/wooorm" 3884 } 3885 }, 3886 "node_modules/didyoumean": { 3887 "version": "1.2.2", 3888 "license": "Apache-2.0" 3889 }, 3890 "node_modules/diff": { 3891 "version": "8.0.3", 3892 "license": "BSD-3-Clause", 3893 "engines": { 3894 "node": ">=0.3.1" 3895 } 3896 }, 3897 "node_modules/dlv": { 3898 "version": "1.1.3", 3899 "license": "MIT" 3900 }, 3901 "node_modules/doctrine": { 3902 "version": "2.1.0", 3903 "dev": true, 3904 "license": "Apache-2.0", 3905 "dependencies": { 3906 "esutils": "^2.0.2" 3907 }, 3908 "engines": { 3909 "node": ">=0.10.0" 3910 } 3911 }, 3912 "node_modules/dom-serializer": { 3913 "version": "2.0.0", 3914 "license": "MIT", 3915 "dependencies": { 3916 "domelementtype": "^2.3.0", 3917 "domhandler": "^5.0.2", 3918 "entities": "^4.2.0" 3919 }, 3920 "funding": { 3921 "url": "https://github.com/cheeriojs/dom-serializer?sponsor=1" 3922 } 3923 }, 3924 "node_modules/dom-serializer/node_modules/entities": { 3925 "version": "4.5.0", 3926 "license": "BSD-2-Clause", 3927 "engines": { 3928 "node": ">=0.12" 3929 }, 3930 "funding": { 3931 "url": "https://github.com/fb55/entities?sponsor=1" 3932 } 3933 }, 3934 "node_modules/domelementtype": { 3935 "version": "2.3.0", 3936 "funding": [ 3937 { 3938 "type": "github", 3939 "url": "https://github.com/sponsors/fb55" 3940 } 3941 ], 3942 "license": "BSD-2-Clause" 3943 }, 3944 "node_modules/domhandler": { 3945 "version": "5.0.3", 3946 "license": "BSD-2-Clause", 3947 "dependencies": { 3948 "domelementtype": "^2.3.0" 3949 }, 3950 "engines": { 3951 "node": ">= 4" 3952 }, 3953 "funding": { 3954 "url": "https://github.com/fb55/domhandler?sponsor=1" 3955 } 3956 }, 3957 "node_modules/domutils": { 3958 "version": "3.2.2", 3959 "license": "BSD-2-Clause", 3960 "dependencies": { 3961 "dom-serializer": "^2.0.0", 3962 "domelementtype": "^2.3.0", 3963 "domhandler": "^5.0.3" 3964 }, 3965 "funding": { 3966 "url": "https://github.com/fb55/domutils?sponsor=1" 3967 } 3968 }, 3969 "node_modules/dset": { 3970 "version": "3.1.4", 3971 "license": "MIT", 3972 "engines": { 3973 "node": ">=4" 3974 } 3975 }, 3976 "node_modules/dunder-proto": { 3977 "version": "1.0.1", 3978 "dev": true, 3979 "license": "MIT", 3980 "dependencies": { 3981 "call-bind-apply-helpers": "^1.0.1", 3982 "es-errors": "^1.3.0", 3983 "gopd": "^1.2.0" 3984 }, 3985 "engines": { 3986 "node": ">= 0.4" 3987 } 3988 }, 3989 "node_modules/ee-first": { 3990 "version": "1.1.1", 3991 "license": "MIT" 3992 }, 3993 "node_modules/electron-to-chromium": { 3994 "version": "1.5.286", 3995 "license": "ISC" 3996 }, 3997 "node_modules/emoji-picker-react": { 3998 "version": "4.18.0", 3999 "license": "MIT", 4000 "dependencies": { 4001 "flairup": "1.0.0" 4002 }, 4003 "engines": { 4004 "node": ">=10" 4005 }, 4006 "peerDependencies": { 4007 "react": ">=16" 4008 } 4009 }, 4010 "node_modules/emoji-regex": { 4011 "version": "10.6.0", 4012 "license": "MIT" 4013 }, 4014 "node_modules/emoji-regex-xs": { 4015 "version": "2.0.1", 4016 "license": "MIT", 4017 "engines": { 4018 "node": ">=10.0.0" 4019 } 4020 }, 4021 "node_modules/encodeurl": { 4022 "version": "2.0.0", 4023 "license": "MIT", 4024 "engines": { 4025 "node": ">= 0.8" 4026 } 4027 }, 4028 "node_modules/enhanced-resolve": { 4029 "version": "5.19.0", 4030 "license": "MIT", 4031 "dependencies": { 4032 "graceful-fs": "^4.2.4", 4033 "tapable": "^2.3.0" 4034 }, 4035 "engines": { 4036 "node": ">=10.13.0" 4037 } 4038 }, 4039 "node_modules/entities": { 4040 "version": "6.0.1", 4041 "license": "BSD-2-Clause", 4042 "engines": { 4043 "node": ">=0.12" 4044 }, 4045 "funding": { 4046 "url": "https://github.com/fb55/entities?sponsor=1" 4047 } 4048 }, 4049 "node_modules/es-abstract": { 4050 "version": "1.24.1", 4051 "dev": true, 4052 "license": "MIT", 4053 "dependencies": { 4054 "array-buffer-byte-length": "^1.0.2", 4055 "arraybuffer.prototype.slice": "^1.0.4", 4056 "available-typed-arrays": "^1.0.7", 4057 "call-bind": "^1.0.8", 4058 "call-bound": "^1.0.4", 4059 "data-view-buffer": "^1.0.2", 4060 "data-view-byte-length": "^1.0.2", 4061 "data-view-byte-offset": "^1.0.1", 4062 "es-define-property": "^1.0.1", 4063 "es-errors": "^1.3.0", 4064 "es-object-atoms": "^1.1.1", 4065 "es-set-tostringtag": "^2.1.0", 4066 "es-to-primitive": "^1.3.0", 4067 "function.prototype.name": "^1.1.8", 4068 "get-intrinsic": "^1.3.0", 4069 "get-proto": "^1.0.1", 4070 "get-symbol-description": "^1.1.0", 4071 "globalthis": "^1.0.4", 4072 "gopd": "^1.2.0", 4073 "has-property-descriptors": "^1.0.2", 4074 "has-proto": "^1.2.0", 4075 "has-symbols": "^1.1.0", 4076 "hasown": "^2.0.2", 4077 "internal-slot": "^1.1.0", 4078 "is-array-buffer": "^3.0.5", 4079 "is-callable": "^1.2.7", 4080 "is-data-view": "^1.0.2", 4081 "is-negative-zero": "^2.0.3", 4082 "is-regex": "^1.2.1", 4083 "is-set": "^2.0.3", 4084 "is-shared-array-buffer": "^1.0.4", 4085 "is-string": "^1.1.1", 4086 "is-typed-array": "^1.1.15", 4087 "is-weakref": "^1.1.1", 4088 "math-intrinsics": "^1.1.0", 4089 "object-inspect": "^1.13.4", 4090 "object-keys": "^1.1.1", 4091 "object.assign": "^4.1.7", 4092 "own-keys": "^1.0.1", 4093 "regexp.prototype.flags": "^1.5.4", 4094 "safe-array-concat": "^1.1.3", 4095 "safe-push-apply": "^1.0.0", 4096 "safe-regex-test": "^1.1.0", 4097 "set-proto": "^1.0.0", 4098 "stop-iteration-iterator": "^1.1.0", 4099 "string.prototype.trim": "^1.2.10", 4100 "string.prototype.trimend": "^1.0.9", 4101 "string.prototype.trimstart": "^1.0.8", 4102 "typed-array-buffer": "^1.0.3", 4103 "typed-array-byte-length": "^1.0.3", 4104 "typed-array-byte-offset": "^1.0.4", 4105 "typed-array-length": "^1.0.7", 4106 "unbox-primitive": "^1.1.0", 4107 "which-typed-array": "^1.1.19" 4108 }, 4109 "engines": { 4110 "node": ">= 0.4" 4111 }, 4112 "funding": { 4113 "url": "https://github.com/sponsors/ljharb" 4114 } 4115 }, 4116 "node_modules/es-define-property": { 4117 "version": "1.0.1", 4118 "dev": true, 4119 "license": "MIT", 4120 "engines": { 4121 "node": ">= 0.4" 4122 } 4123 }, 4124 "node_modules/es-errors": { 4125 "version": "1.3.0", 4126 "dev": true, 4127 "license": "MIT", 4128 "engines": { 4129 "node": ">= 0.4" 4130 } 4131 }, 4132 "node_modules/es-iterator-helpers": { 4133 "version": "1.2.2", 4134 "dev": true, 4135 "license": "MIT", 4136 "dependencies": { 4137 "call-bind": "^1.0.8", 4138 "call-bound": "^1.0.4", 4139 "define-properties": "^1.2.1", 4140 "es-abstract": "^1.24.1", 4141 "es-errors": "^1.3.0", 4142 "es-set-tostringtag": "^2.1.0", 4143 "function-bind": "^1.1.2", 4144 "get-intrinsic": "^1.3.0", 4145 "globalthis": "^1.0.4", 4146 "gopd": "^1.2.0", 4147 "has-property-descriptors": "^1.0.2", 4148 "has-proto": "^1.2.0", 4149 "has-symbols": "^1.1.0", 4150 "internal-slot": "^1.1.0", 4151 "iterator.prototype": "^1.1.5", 4152 "safe-array-concat": "^1.1.3" 4153 }, 4154 "engines": { 4155 "node": ">= 0.4" 4156 } 4157 }, 4158 "node_modules/es-module-lexer": { 4159 "version": "1.7.0", 4160 "license": "MIT" 4161 }, 4162 "node_modules/es-object-atoms": { 4163 "version": "1.1.1", 4164 "dev": true, 4165 "license": "MIT", 4166 "dependencies": { 4167 "es-errors": "^1.3.0" 4168 }, 4169 "engines": { 4170 "node": ">= 0.4" 4171 } 4172 }, 4173 "node_modules/es-set-tostringtag": { 4174 "version": "2.1.0", 4175 "dev": true, 4176 "license": "MIT", 4177 "dependencies": { 4178 "es-errors": "^1.3.0", 4179 "get-intrinsic": "^1.2.6", 4180 "has-tostringtag": "^1.0.2", 4181 "hasown": "^2.0.2" 4182 }, 4183 "engines": { 4184 "node": ">= 0.4" 4185 } 4186 }, 4187 "node_modules/es-shim-unscopables": { 4188 "version": "1.1.0", 4189 "dev": true, 4190 "license": "MIT", 4191 "dependencies": { 4192 "hasown": "^2.0.2" 4193 }, 4194 "engines": { 4195 "node": ">= 0.4" 4196 } 4197 }, 4198 "node_modules/es-to-primitive": { 4199 "version": "1.3.0", 4200 "dev": true, 4201 "license": "MIT", 4202 "dependencies": { 4203 "is-callable": "^1.2.7", 4204 "is-date-object": "^1.0.5", 4205 "is-symbol": "^1.0.4" 4206 }, 4207 "engines": { 4208 "node": ">= 0.4" 4209 }, 4210 "funding": { 4211 "url": "https://github.com/sponsors/ljharb" 4212 } 4213 }, 4214 "node_modules/esbuild": { 4215 "version": "0.25.12", 4216 "hasInstallScript": true, 4217 "license": "MIT", 4218 "bin": { 4219 "esbuild": "bin/esbuild" 4220 }, 4221 "engines": { 4222 "node": ">=18" 4223 }, 4224 "optionalDependencies": { 4225 "@esbuild/aix-ppc64": "0.25.12", 4226 "@esbuild/android-arm": "0.25.12", 4227 "@esbuild/android-arm64": "0.25.12", 4228 "@esbuild/android-x64": "0.25.12", 4229 "@esbuild/darwin-arm64": "0.25.12", 4230 "@esbuild/darwin-x64": "0.25.12", 4231 "@esbuild/freebsd-arm64": "0.25.12", 4232 "@esbuild/freebsd-x64": "0.25.12", 4233 "@esbuild/linux-arm": "0.25.12", 4234 "@esbuild/linux-arm64": "0.25.12", 4235 "@esbuild/linux-ia32": "0.25.12", 4236 "@esbuild/linux-loong64": "0.25.12", 4237 "@esbuild/linux-mips64el": "0.25.12", 4238 "@esbuild/linux-ppc64": "0.25.12", 4239 "@esbuild/linux-riscv64": "0.25.12", 4240 "@esbuild/linux-s390x": "0.25.12", 4241 "@esbuild/linux-x64": "0.25.12", 4242 "@esbuild/netbsd-arm64": "0.25.12", 4243 "@esbuild/netbsd-x64": "0.25.12", 4244 "@esbuild/openbsd-arm64": "0.25.12", 4245 "@esbuild/openbsd-x64": "0.25.12", 4246 "@esbuild/openharmony-arm64": "0.25.12", 4247 "@esbuild/sunos-x64": "0.25.12", 4248 "@esbuild/win32-arm64": "0.25.12", 4249 "@esbuild/win32-ia32": "0.25.12", 4250 "@esbuild/win32-x64": "0.25.12" 4251 } 4252 }, 4253 "node_modules/escalade": { 4254 "version": "3.2.0", 4255 "license": "MIT", 4256 "engines": { 4257 "node": ">=6" 4258 } 4259 }, 4260 "node_modules/escape-html": { 4261 "version": "1.0.3", 4262 "license": "MIT" 4263 }, 4264 "node_modules/escape-string-regexp": { 4265 "version": "4.0.0", 4266 "dev": true, 4267 "license": "MIT", 4268 "engines": { 4269 "node": ">=10" 4270 }, 4271 "funding": { 4272 "url": "https://github.com/sponsors/sindresorhus" 4273 } 4274 }, 4275 "node_modules/eslint": { 4276 "version": "10.0.0", 4277 "dev": true, 4278 "license": "MIT", 4279 "dependencies": { 4280 "@eslint-community/eslint-utils": "^4.8.0", 4281 "@eslint-community/regexpp": "^4.12.2", 4282 "@eslint/config-array": "^0.23.0", 4283 "@eslint/config-helpers": "^0.5.2", 4284 "@eslint/core": "^1.1.0", 4285 "@eslint/plugin-kit": "^0.6.0", 4286 "@humanfs/node": "^0.16.6", 4287 "@humanwhocodes/module-importer": "^1.0.1", 4288 "@humanwhocodes/retry": "^0.4.2", 4289 "@types/estree": "^1.0.6", 4290 "ajv": "^6.12.4", 4291 "cross-spawn": "^7.0.6", 4292 "debug": "^4.3.2", 4293 "escape-string-regexp": "^4.0.0", 4294 "eslint-scope": "^9.1.0", 4295 "eslint-visitor-keys": "^5.0.0", 4296 "espree": "^11.1.0", 4297 "esquery": "^1.7.0", 4298 "esutils": "^2.0.2", 4299 "fast-deep-equal": "^3.1.3", 4300 "file-entry-cache": "^8.0.0", 4301 "find-up": "^5.0.0", 4302 "glob-parent": "^6.0.2", 4303 "ignore": "^5.2.0", 4304 "imurmurhash": "^0.1.4", 4305 "is-glob": "^4.0.0", 4306 "json-stable-stringify-without-jsonify": "^1.0.1", 4307 "minimatch": "^10.1.1", 4308 "natural-compare": "^1.4.0", 4309 "optionator": "^0.9.3" 4310 }, 4311 "bin": { 4312 "eslint": "bin/eslint.js" 4313 }, 4314 "engines": { 4315 "node": "^20.19.0 || ^22.13.0 || >=24" 4316 }, 4317 "funding": { 4318 "url": "https://eslint.org/donate" 4319 }, 4320 "peerDependencies": { 4321 "jiti": "*" 4322 }, 4323 "peerDependenciesMeta": { 4324 "jiti": { 4325 "optional": true 4326 } 4327 } 4328 }, 4329 "node_modules/eslint-config-prettier": { 4330 "version": "10.1.8", 4331 "dev": true, 4332 "license": "MIT", 4333 "bin": { 4334 "eslint-config-prettier": "bin/cli.js" 4335 }, 4336 "funding": { 4337 "url": "https://opencollective.com/eslint-config-prettier" 4338 }, 4339 "peerDependencies": { 4340 "eslint": ">=7.0.0" 4341 } 4342 }, 4343 "node_modules/eslint-plugin-prettier": { 4344 "version": "5.5.5", 4345 "dev": true, 4346 "license": "MIT", 4347 "dependencies": { 4348 "prettier-linter-helpers": "^1.0.1", 4349 "synckit": "^0.11.12" 4350 }, 4351 "engines": { 4352 "node": "^14.18.0 || >=16.0.0" 4353 }, 4354 "funding": { 4355 "url": "https://opencollective.com/eslint-plugin-prettier" 4356 }, 4357 "peerDependencies": { 4358 "@types/eslint": ">=8.0.0", 4359 "eslint": ">=8.0.0", 4360 "eslint-config-prettier": ">= 7.0.0 <10.0.0 || >=10.1.0", 4361 "prettier": ">=3.0.0" 4362 }, 4363 "peerDependenciesMeta": { 4364 "@types/eslint": { 4365 "optional": true 4366 }, 4367 "eslint-config-prettier": { 4368 "optional": true 4369 } 4370 } 4371 }, 4372 "node_modules/eslint-plugin-react": { 4373 "version": "7.37.5", 4374 "dev": true, 4375 "license": "MIT", 4376 "dependencies": { 4377 "array-includes": "^3.1.8", 4378 "array.prototype.findlast": "^1.2.5", 4379 "array.prototype.flatmap": "^1.3.3", 4380 "array.prototype.tosorted": "^1.1.4", 4381 "doctrine": "^2.1.0", 4382 "es-iterator-helpers": "^1.2.1", 4383 "estraverse": "^5.3.0", 4384 "hasown": "^2.0.2", 4385 "jsx-ast-utils": "^2.4.1 || ^3.0.0", 4386 "minimatch": "^3.1.2", 4387 "object.entries": "^1.1.9", 4388 "object.fromentries": "^2.0.8", 4389 "object.values": "^1.2.1", 4390 "prop-types": "^15.8.1", 4391 "resolve": "^2.0.0-next.5", 4392 "semver": "^6.3.1", 4393 "string.prototype.matchall": "^4.0.12", 4394 "string.prototype.repeat": "^1.0.0" 4395 }, 4396 "engines": { 4397 "node": ">=4" 4398 }, 4399 "peerDependencies": { 4400 "eslint": "^3 || ^4 || ^5 || ^6 || ^7 || ^8 || ^9.7" 4401 } 4402 }, 4403 "node_modules/eslint-plugin-react-hooks": { 4404 "version": "7.0.1", 4405 "dev": true, 4406 "license": "MIT", 4407 "dependencies": { 4408 "@babel/core": "^7.24.4", 4409 "@babel/parser": "^7.24.4", 4410 "hermes-parser": "^0.25.1", 4411 "zod": "^3.25.0 || ^4.0.0", 4412 "zod-validation-error": "^3.5.0 || ^4.0.0" 4413 }, 4414 "engines": { 4415 "node": ">=18" 4416 }, 4417 "peerDependencies": { 4418 "eslint": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0 || ^9.0.0" 4419 } 4420 }, 4421 "node_modules/eslint-plugin-react-refresh": { 4422 "version": "0.5.0", 4423 "dev": true, 4424 "license": "MIT", 4425 "peerDependencies": { 4426 "eslint": ">=9" 4427 } 4428 }, 4429 "node_modules/eslint-plugin-react/node_modules/minimatch": { 4430 "version": "3.1.2", 4431 "dev": true, 4432 "license": "ISC", 4433 "dependencies": { 4434 "brace-expansion": "^1.1.7" 4435 }, 4436 "engines": { 4437 "node": "*" 4438 } 4439 }, 4440 "node_modules/eslint-scope": { 4441 "version": "9.1.0", 4442 "dev": true, 4443 "license": "BSD-2-Clause", 4444 "dependencies": { 4445 "@types/esrecurse": "^4.3.1", 4446 "@types/estree": "^1.0.8", 4447 "esrecurse": "^4.3.0", 4448 "estraverse": "^5.2.0" 4449 }, 4450 "engines": { 4451 "node": "^20.19.0 || ^22.13.0 || >=24" 4452 }, 4453 "funding": { 4454 "url": "https://opencollective.com/eslint" 4455 } 4456 }, 4457 "node_modules/eslint-visitor-keys": { 4458 "version": "5.0.0", 4459 "dev": true, 4460 "license": "Apache-2.0", 4461 "engines": { 4462 "node": "^20.19.0 || ^22.13.0 || >=24" 4463 }, 4464 "funding": { 4465 "url": "https://opencollective.com/eslint" 4466 } 4467 }, 4468 "node_modules/eslint/node_modules/ignore": { 4469 "version": "5.3.2", 4470 "dev": true, 4471 "license": "MIT", 4472 "engines": { 4473 "node": ">= 4" 4474 } 4475 }, 4476 "node_modules/espree": { 4477 "version": "11.1.0", 4478 "dev": true, 4479 "license": "BSD-2-Clause", 4480 "dependencies": { 4481 "acorn": "^8.15.0", 4482 "acorn-jsx": "^5.3.2", 4483 "eslint-visitor-keys": "^5.0.0" 4484 }, 4485 "engines": { 4486 "node": "^20.19.0 || ^22.13.0 || >=24" 4487 }, 4488 "funding": { 4489 "url": "https://opencollective.com/eslint" 4490 } 4491 }, 4492 "node_modules/esquery": { 4493 "version": "1.7.0", 4494 "dev": true, 4495 "license": "BSD-3-Clause", 4496 "dependencies": { 4497 "estraverse": "^5.1.0" 4498 }, 4499 "engines": { 4500 "node": ">=0.10" 4501 } 4502 }, 4503 "node_modules/esrecurse": { 4504 "version": "4.3.0", 4505 "dev": true, 4506 "license": "BSD-2-Clause", 4507 "dependencies": { 4508 "estraverse": "^5.2.0" 4509 }, 4510 "engines": { 4511 "node": ">=4.0" 4512 } 4513 }, 4514 "node_modules/estraverse": { 4515 "version": "5.3.0", 4516 "dev": true, 4517 "license": "BSD-2-Clause", 4518 "engines": { 4519 "node": ">=4.0" 4520 } 4521 }, 4522 "node_modules/estree-walker": { 4523 "version": "3.0.3", 4524 "license": "MIT", 4525 "dependencies": { 4526 "@types/estree": "^1.0.0" 4527 } 4528 }, 4529 "node_modules/esutils": { 4530 "version": "2.0.3", 4531 "dev": true, 4532 "license": "BSD-2-Clause", 4533 "engines": { 4534 "node": ">=0.10.0" 4535 } 4536 }, 4537 "node_modules/etag": { 4538 "version": "1.8.1", 4539 "license": "MIT", 4540 "engines": { 4541 "node": ">= 0.6" 4542 } 4543 }, 4544 "node_modules/eventemitter3": { 4545 "version": "5.0.4", 4546 "license": "MIT" 4547 }, 4548 "node_modules/extend": { 4549 "version": "3.0.2", 4550 "license": "MIT" 4551 }, 4552 "node_modules/fast-deep-equal": { 4553 "version": "3.1.3", 4554 "dev": true, 4555 "license": "MIT" 4556 }, 4557 "node_modules/fast-diff": { 4558 "version": "1.3.0", 4559 "dev": true, 4560 "license": "Apache-2.0" 4561 }, 4562 "node_modules/fast-glob": { 4563 "version": "3.3.3", 4564 "license": "MIT", 4565 "dependencies": { 4566 "@nodelib/fs.stat": "^2.0.2", 4567 "@nodelib/fs.walk": "^1.2.3", 4568 "glob-parent": "^5.1.2", 4569 "merge2": "^1.3.0", 4570 "micromatch": "^4.0.8" 4571 }, 4572 "engines": { 4573 "node": ">=8.6.0" 4574 } 4575 }, 4576 "node_modules/fast-glob/node_modules/glob-parent": { 4577 "version": "5.1.2", 4578 "license": "ISC", 4579 "dependencies": { 4580 "is-glob": "^4.0.1" 4581 }, 4582 "engines": { 4583 "node": ">= 6" 4584 } 4585 }, 4586 "node_modules/fast-json-stable-stringify": { 4587 "version": "2.1.0", 4588 "dev": true, 4589 "license": "MIT" 4590 }, 4591 "node_modules/fast-levenshtein": { 4592 "version": "2.0.6", 4593 "dev": true, 4594 "license": "MIT" 4595 }, 4596 "node_modules/fastq": { 4597 "version": "1.20.1", 4598 "license": "ISC", 4599 "dependencies": { 4600 "reusify": "^1.0.4" 4601 } 4602 }, 4603 "node_modules/fdir": { 4604 "version": "6.5.0", 4605 "license": "MIT", 4606 "engines": { 4607 "node": ">=12.0.0" 4608 }, 4609 "peerDependencies": { 4610 "picomatch": "^3 || ^4" 4611 }, 4612 "peerDependenciesMeta": { 4613 "picomatch": { 4614 "optional": true 4615 } 4616 } 4617 }, 4618 "node_modules/fflate": { 4619 "version": "0.7.4", 4620 "license": "MIT" 4621 }, 4622 "node_modules/file-entry-cache": { 4623 "version": "8.0.0", 4624 "dev": true, 4625 "license": "MIT", 4626 "dependencies": { 4627 "flat-cache": "^4.0.0" 4628 }, 4629 "engines": { 4630 "node": ">=16.0.0" 4631 } 4632 }, 4633 "node_modules/fill-range": { 4634 "version": "7.1.1", 4635 "license": "MIT", 4636 "dependencies": { 4637 "to-regex-range": "^5.0.1" 4638 }, 4639 "engines": { 4640 "node": ">=8" 4641 } 4642 }, 4643 "node_modules/find-up": { 4644 "version": "5.0.0", 4645 "dev": true, 4646 "license": "MIT", 4647 "dependencies": { 4648 "locate-path": "^6.0.0", 4649 "path-exists": "^4.0.0" 4650 }, 4651 "engines": { 4652 "node": ">=10" 4653 }, 4654 "funding": { 4655 "url": "https://github.com/sponsors/sindresorhus" 4656 } 4657 }, 4658 "node_modules/flairup": { 4659 "version": "1.0.0", 4660 "license": "MIT" 4661 }, 4662 "node_modules/flat-cache": { 4663 "version": "4.0.1", 4664 "dev": true, 4665 "license": "MIT", 4666 "dependencies": { 4667 "flatted": "^3.2.9", 4668 "keyv": "^4.5.4" 4669 }, 4670 "engines": { 4671 "node": ">=16" 4672 } 4673 }, 4674 "node_modules/flatted": { 4675 "version": "3.3.3", 4676 "dev": true, 4677 "license": "ISC" 4678 }, 4679 "node_modules/flattie": { 4680 "version": "1.1.1", 4681 "license": "MIT", 4682 "engines": { 4683 "node": ">=8" 4684 } 4685 }, 4686 "node_modules/fontace": { 4687 "version": "0.4.1", 4688 "license": "MIT", 4689 "dependencies": { 4690 "fontkitten": "^1.0.2" 4691 } 4692 }, 4693 "node_modules/fontkitten": { 4694 "version": "1.0.2", 4695 "license": "MIT", 4696 "dependencies": { 4697 "tiny-inflate": "^1.0.3" 4698 }, 4699 "engines": { 4700 "node": ">=20" 4701 } 4702 }, 4703 "node_modules/for-each": { 4704 "version": "0.3.5", 4705 "dev": true, 4706 "license": "MIT", 4707 "dependencies": { 4708 "is-callable": "^1.2.7" 4709 }, 4710 "engines": { 4711 "node": ">= 0.4" 4712 }, 4713 "funding": { 4714 "url": "https://github.com/sponsors/ljharb" 4715 } 4716 }, 4717 "node_modules/fraction.js": { 4718 "version": "5.3.4", 4719 "license": "MIT", 4720 "engines": { 4721 "node": "*" 4722 }, 4723 "funding": { 4724 "type": "github", 4725 "url": "https://github.com/sponsors/rawify" 4726 } 4727 }, 4728 "node_modules/fresh": { 4729 "version": "2.0.0", 4730 "license": "MIT", 4731 "engines": { 4732 "node": ">= 0.8" 4733 } 4734 }, 4735 "node_modules/fsevents": { 4736 "version": "2.3.3", 4737 "license": "MIT", 4738 "optional": true, 4739 "os": [ 4740 "darwin" 4741 ], 4742 "engines": { 4743 "node": "^8.16.0 || ^10.6.0 || >=11.0.0" 4744 } 4745 }, 4746 "node_modules/function-bind": { 4747 "version": "1.1.2", 4748 "license": "MIT", 4749 "funding": { 4750 "url": "https://github.com/sponsors/ljharb" 4751 } 4752 }, 4753 "node_modules/function.prototype.name": { 4754 "version": "1.1.8", 4755 "dev": true, 4756 "license": "MIT", 4757 "dependencies": { 4758 "call-bind": "^1.0.8", 4759 "call-bound": "^1.0.3", 4760 "define-properties": "^1.2.1", 4761 "functions-have-names": "^1.2.3", 4762 "hasown": "^2.0.2", 4763 "is-callable": "^1.2.7" 4764 }, 4765 "engines": { 4766 "node": ">= 0.4" 4767 }, 4768 "funding": { 4769 "url": "https://github.com/sponsors/ljharb" 4770 } 4771 }, 4772 "node_modules/functions-have-names": { 4773 "version": "1.2.3", 4774 "dev": true, 4775 "license": "MIT", 4776 "funding": { 4777 "url": "https://github.com/sponsors/ljharb" 4778 } 4779 }, 4780 "node_modules/generator-function": { 4781 "version": "2.0.1", 4782 "dev": true, 4783 "license": "MIT", 4784 "engines": { 4785 "node": ">= 0.4" 4786 } 4787 }, 4788 "node_modules/gensync": { 4789 "version": "1.0.0-beta.2", 4790 "license": "MIT", 4791 "engines": { 4792 "node": ">=6.9.0" 4793 } 4794 }, 4795 "node_modules/get-east-asian-width": { 4796 "version": "1.4.0", 4797 "license": "MIT", 4798 "engines": { 4799 "node": ">=18" 4800 }, 4801 "funding": { 4802 "url": "https://github.com/sponsors/sindresorhus" 4803 } 4804 }, 4805 "node_modules/get-intrinsic": { 4806 "version": "1.3.0", 4807 "dev": true, 4808 "license": "MIT", 4809 "dependencies": { 4810 "call-bind-apply-helpers": "^1.0.2", 4811 "es-define-property": "^1.0.1", 4812 "es-errors": "^1.3.0", 4813 "es-object-atoms": "^1.1.1", 4814 "function-bind": "^1.1.2", 4815 "get-proto": "^1.0.1", 4816 "gopd": "^1.2.0", 4817 "has-symbols": "^1.1.0", 4818 "hasown": "^2.0.2", 4819 "math-intrinsics": "^1.1.0" 4820 }, 4821 "engines": { 4822 "node": ">= 0.4" 4823 }, 4824 "funding": { 4825 "url": "https://github.com/sponsors/ljharb" 4826 } 4827 }, 4828 "node_modules/get-proto": { 4829 "version": "1.0.1", 4830 "dev": true, 4831 "license": "MIT", 4832 "dependencies": { 4833 "dunder-proto": "^1.0.1", 4834 "es-object-atoms": "^1.0.0" 4835 }, 4836 "engines": { 4837 "node": ">= 0.4" 4838 } 4839 }, 4840 "node_modules/get-symbol-description": { 4841 "version": "1.1.0", 4842 "dev": true, 4843 "license": "MIT", 4844 "dependencies": { 4845 "call-bound": "^1.0.3", 4846 "es-errors": "^1.3.0", 4847 "get-intrinsic": "^1.2.6" 4848 }, 4849 "engines": { 4850 "node": ">= 0.4" 4851 }, 4852 "funding": { 4853 "url": "https://github.com/sponsors/ljharb" 4854 } 4855 }, 4856 "node_modules/github-slugger": { 4857 "version": "2.0.0", 4858 "license": "ISC" 4859 }, 4860 "node_modules/glob-parent": { 4861 "version": "6.0.2", 4862 "license": "ISC", 4863 "dependencies": { 4864 "is-glob": "^4.0.3" 4865 }, 4866 "engines": { 4867 "node": ">=10.13.0" 4868 } 4869 }, 4870 "node_modules/globals": { 4871 "version": "17.3.0", 4872 "dev": true, 4873 "license": "MIT", 4874 "engines": { 4875 "node": ">=18" 4876 }, 4877 "funding": { 4878 "url": "https://github.com/sponsors/sindresorhus" 4879 } 4880 }, 4881 "node_modules/globalthis": { 4882 "version": "1.0.4", 4883 "dev": true, 4884 "license": "MIT", 4885 "dependencies": { 4886 "define-properties": "^1.2.1", 4887 "gopd": "^1.0.1" 4888 }, 4889 "engines": { 4890 "node": ">= 0.4" 4891 }, 4892 "funding": { 4893 "url": "https://github.com/sponsors/ljharb" 4894 } 4895 }, 4896 "node_modules/gopd": { 4897 "version": "1.2.0", 4898 "dev": true, 4899 "license": "MIT", 4900 "engines": { 4901 "node": ">= 0.4" 4902 }, 4903 "funding": { 4904 "url": "https://github.com/sponsors/ljharb" 4905 } 4906 }, 4907 "node_modules/graceful-fs": { 4908 "version": "4.2.11", 4909 "license": "ISC" 4910 }, 4911 "node_modules/h3": { 4912 "version": "1.15.5", 4913 "license": "MIT", 4914 "dependencies": { 4915 "cookie-es": "^1.2.2", 4916 "crossws": "^0.3.5", 4917 "defu": "^6.1.4", 4918 "destr": "^2.0.5", 4919 "iron-webcrypto": "^1.2.1", 4920 "node-mock-http": "^1.0.4", 4921 "radix3": "^1.1.2", 4922 "ufo": "^1.6.3", 4923 "uncrypto": "^0.1.3" 4924 } 4925 }, 4926 "node_modules/has-bigints": { 4927 "version": "1.1.0", 4928 "dev": true, 4929 "license": "MIT", 4930 "engines": { 4931 "node": ">= 0.4" 4932 }, 4933 "funding": { 4934 "url": "https://github.com/sponsors/ljharb" 4935 } 4936 }, 4937 "node_modules/has-property-descriptors": { 4938 "version": "1.0.2", 4939 "dev": true, 4940 "license": "MIT", 4941 "dependencies": { 4942 "es-define-property": "^1.0.0" 4943 }, 4944 "funding": { 4945 "url": "https://github.com/sponsors/ljharb" 4946 } 4947 }, 4948 "node_modules/has-proto": { 4949 "version": "1.2.0", 4950 "dev": true, 4951 "license": "MIT", 4952 "dependencies": { 4953 "dunder-proto": "^1.0.0" 4954 }, 4955 "engines": { 4956 "node": ">= 0.4" 4957 }, 4958 "funding": { 4959 "url": "https://github.com/sponsors/ljharb" 4960 } 4961 }, 4962 "node_modules/has-symbols": { 4963 "version": "1.1.0", 4964 "dev": true, 4965 "license": "MIT", 4966 "engines": { 4967 "node": ">= 0.4" 4968 }, 4969 "funding": { 4970 "url": "https://github.com/sponsors/ljharb" 4971 } 4972 }, 4973 "node_modules/has-tostringtag": { 4974 "version": "1.0.2", 4975 "dev": true, 4976 "license": "MIT", 4977 "dependencies": { 4978 "has-symbols": "^1.0.3" 4979 }, 4980 "engines": { 4981 "node": ">= 0.4" 4982 }, 4983 "funding": { 4984 "url": "https://github.com/sponsors/ljharb" 4985 } 4986 }, 4987 "node_modules/hasown": { 4988 "version": "2.0.2", 4989 "license": "MIT", 4990 "dependencies": { 4991 "function-bind": "^1.1.2" 4992 }, 4993 "engines": { 4994 "node": ">= 0.4" 4995 } 4996 }, 4997 "node_modules/hast-util-from-html": { 4998 "version": "2.0.3", 4999 "license": "MIT", 5000 "dependencies": { 5001 "@types/hast": "^3.0.0", 5002 "devlop": "^1.1.0", 5003 "hast-util-from-parse5": "^8.0.0", 5004 "parse5": "^7.0.0", 5005 "vfile": "^6.0.0", 5006 "vfile-message": "^4.0.0" 5007 }, 5008 "funding": { 5009 "type": "opencollective", 5010 "url": "https://opencollective.com/unified" 5011 } 5012 }, 5013 "node_modules/hast-util-from-parse5": { 5014 "version": "8.0.3", 5015 "license": "MIT", 5016 "dependencies": { 5017 "@types/hast": "^3.0.0", 5018 "@types/unist": "^3.0.0", 5019 "devlop": "^1.0.0", 5020 "hastscript": "^9.0.0", 5021 "property-information": "^7.0.0", 5022 "vfile": "^6.0.0", 5023 "vfile-location": "^5.0.0", 5024 "web-namespaces": "^2.0.0" 5025 }, 5026 "funding": { 5027 "type": "opencollective", 5028 "url": "https://opencollective.com/unified" 5029 } 5030 }, 5031 "node_modules/hast-util-is-element": { 5032 "version": "3.0.0", 5033 "license": "MIT", 5034 "dependencies": { 5035 "@types/hast": "^3.0.0" 5036 }, 5037 "funding": { 5038 "type": "opencollective", 5039 "url": "https://opencollective.com/unified" 5040 } 5041 }, 5042 "node_modules/hast-util-parse-selector": { 5043 "version": "4.0.0", 5044 "license": "MIT", 5045 "dependencies": { 5046 "@types/hast": "^3.0.0" 5047 }, 5048 "funding": { 5049 "type": "opencollective", 5050 "url": "https://opencollective.com/unified" 5051 } 5052 }, 5053 "node_modules/hast-util-raw": { 5054 "version": "9.1.0", 5055 "license": "MIT", 5056 "dependencies": { 5057 "@types/hast": "^3.0.0", 5058 "@types/unist": "^3.0.0", 5059 "@ungap/structured-clone": "^1.0.0", 5060 "hast-util-from-parse5": "^8.0.0", 5061 "hast-util-to-parse5": "^8.0.0", 5062 "html-void-elements": "^3.0.0", 5063 "mdast-util-to-hast": "^13.0.0", 5064 "parse5": "^7.0.0", 5065 "unist-util-position": "^5.0.0", 5066 "unist-util-visit": "^5.0.0", 5067 "vfile": "^6.0.0", 5068 "web-namespaces": "^2.0.0", 5069 "zwitch": "^2.0.0" 5070 }, 5071 "funding": { 5072 "type": "opencollective", 5073 "url": "https://opencollective.com/unified" 5074 } 5075 }, 5076 "node_modules/hast-util-to-html": { 5077 "version": "9.0.5", 5078 "license": "MIT", 5079 "dependencies": { 5080 "@types/hast": "^3.0.0", 5081 "@types/unist": "^3.0.0", 5082 "ccount": "^2.0.0", 5083 "comma-separated-tokens": "^2.0.0", 5084 "hast-util-whitespace": "^3.0.0", 5085 "html-void-elements": "^3.0.0", 5086 "mdast-util-to-hast": "^13.0.0", 5087 "property-information": "^7.0.0", 5088 "space-separated-tokens": "^2.0.0", 5089 "stringify-entities": "^4.0.0", 5090 "zwitch": "^2.0.4" 5091 }, 5092 "funding": { 5093 "type": "opencollective", 5094 "url": "https://opencollective.com/unified" 5095 } 5096 }, 5097 "node_modules/hast-util-to-parse5": { 5098 "version": "8.0.1", 5099 "license": "MIT", 5100 "dependencies": { 5101 "@types/hast": "^3.0.0", 5102 "comma-separated-tokens": "^2.0.0", 5103 "devlop": "^1.0.0", 5104 "property-information": "^7.0.0", 5105 "space-separated-tokens": "^2.0.0", 5106 "web-namespaces": "^2.0.0", 5107 "zwitch": "^2.0.0" 5108 }, 5109 "funding": { 5110 "type": "opencollective", 5111 "url": "https://opencollective.com/unified" 5112 } 5113 }, 5114 "node_modules/hast-util-to-text": { 5115 "version": "4.0.2", 5116 "license": "MIT", 5117 "dependencies": { 5118 "@types/hast": "^3.0.0", 5119 "@types/unist": "^3.0.0", 5120 "hast-util-is-element": "^3.0.0", 5121 "unist-util-find-after": "^5.0.0" 5122 }, 5123 "funding": { 5124 "type": "opencollective", 5125 "url": "https://opencollective.com/unified" 5126 } 5127 }, 5128 "node_modules/hast-util-whitespace": { 5129 "version": "3.0.0", 5130 "license": "MIT", 5131 "dependencies": { 5132 "@types/hast": "^3.0.0" 5133 }, 5134 "funding": { 5135 "type": "opencollective", 5136 "url": "https://opencollective.com/unified" 5137 } 5138 }, 5139 "node_modules/hastscript": { 5140 "version": "9.0.1", 5141 "license": "MIT", 5142 "dependencies": { 5143 "@types/hast": "^3.0.0", 5144 "comma-separated-tokens": "^2.0.0", 5145 "hast-util-parse-selector": "^4.0.0", 5146 "property-information": "^7.0.0", 5147 "space-separated-tokens": "^2.0.0" 5148 }, 5149 "funding": { 5150 "type": "opencollective", 5151 "url": "https://opencollective.com/unified" 5152 } 5153 }, 5154 "node_modules/hermes-estree": { 5155 "version": "0.25.1", 5156 "dev": true, 5157 "license": "MIT" 5158 }, 5159 "node_modules/hermes-parser": { 5160 "version": "0.25.1", 5161 "dev": true, 5162 "license": "MIT", 5163 "dependencies": { 5164 "hermes-estree": "0.25.1" 5165 } 5166 }, 5167 "node_modules/hex-rgb": { 5168 "version": "4.3.0", 5169 "license": "MIT", 5170 "engines": { 5171 "node": ">=6" 5172 }, 5173 "funding": { 5174 "url": "https://github.com/sponsors/sindresorhus" 5175 } 5176 }, 5177 "node_modules/html-escaper": { 5178 "version": "3.0.3", 5179 "license": "MIT" 5180 }, 5181 "node_modules/html-void-elements": { 5182 "version": "3.0.0", 5183 "license": "MIT", 5184 "funding": { 5185 "type": "github", 5186 "url": "https://github.com/sponsors/wooorm" 5187 } 5188 }, 5189 "node_modules/http-cache-semantics": { 5190 "version": "4.2.0", 5191 "license": "BSD-2-Clause" 5192 }, 5193 "node_modules/http-errors": { 5194 "version": "2.0.1", 5195 "license": "MIT", 5196 "dependencies": { 5197 "depd": "~2.0.0", 5198 "inherits": "~2.0.4", 5199 "setprototypeof": "~1.2.0", 5200 "statuses": "~2.0.2", 5201 "toidentifier": "~1.0.1" 5202 }, 5203 "engines": { 5204 "node": ">= 0.8" 5205 }, 5206 "funding": { 5207 "type": "opencollective", 5208 "url": "https://opencollective.com/express" 5209 } 5210 }, 5211 "node_modules/ignore": { 5212 "version": "7.0.5", 5213 "dev": true, 5214 "license": "MIT", 5215 "engines": { 5216 "node": ">= 4" 5217 } 5218 }, 5219 "node_modules/import-meta-resolve": { 5220 "version": "4.2.0", 5221 "license": "MIT", 5222 "funding": { 5223 "type": "github", 5224 "url": "https://github.com/sponsors/wooorm" 5225 } 5226 }, 5227 "node_modules/imurmurhash": { 5228 "version": "0.1.4", 5229 "dev": true, 5230 "license": "MIT", 5231 "engines": { 5232 "node": ">=0.8.19" 5233 } 5234 }, 5235 "node_modules/inherits": { 5236 "version": "2.0.4", 5237 "license": "ISC" 5238 }, 5239 "node_modules/internal-slot": { 5240 "version": "1.1.0", 5241 "dev": true, 5242 "license": "MIT", 5243 "dependencies": { 5244 "es-errors": "^1.3.0", 5245 "hasown": "^2.0.2", 5246 "side-channel": "^1.1.0" 5247 }, 5248 "engines": { 5249 "node": ">= 0.4" 5250 } 5251 }, 5252 "node_modules/iron-webcrypto": { 5253 "version": "1.2.1", 5254 "license": "MIT", 5255 "funding": { 5256 "url": "https://github.com/sponsors/brc-dd" 5257 } 5258 }, 5259 "node_modules/is-array-buffer": { 5260 "version": "3.0.5", 5261 "dev": true, 5262 "license": "MIT", 5263 "dependencies": { 5264 "call-bind": "^1.0.8", 5265 "call-bound": "^1.0.3", 5266 "get-intrinsic": "^1.2.6" 5267 }, 5268 "engines": { 5269 "node": ">= 0.4" 5270 }, 5271 "funding": { 5272 "url": "https://github.com/sponsors/ljharb" 5273 } 5274 }, 5275 "node_modules/is-async-function": { 5276 "version": "2.1.1", 5277 "dev": true, 5278 "license": "MIT", 5279 "dependencies": { 5280 "async-function": "^1.0.0", 5281 "call-bound": "^1.0.3", 5282 "get-proto": "^1.0.1", 5283 "has-tostringtag": "^1.0.2", 5284 "safe-regex-test": "^1.1.0" 5285 }, 5286 "engines": { 5287 "node": ">= 0.4" 5288 }, 5289 "funding": { 5290 "url": "https://github.com/sponsors/ljharb" 5291 } 5292 }, 5293 "node_modules/is-bigint": { 5294 "version": "1.1.0", 5295 "dev": true, 5296 "license": "MIT", 5297 "dependencies": { 5298 "has-bigints": "^1.0.2" 5299 }, 5300 "engines": { 5301 "node": ">= 0.4" 5302 }, 5303 "funding": { 5304 "url": "https://github.com/sponsors/ljharb" 5305 } 5306 }, 5307 "node_modules/is-binary-path": { 5308 "version": "2.1.0", 5309 "license": "MIT", 5310 "dependencies": { 5311 "binary-extensions": "^2.0.0" 5312 }, 5313 "engines": { 5314 "node": ">=8" 5315 } 5316 }, 5317 "node_modules/is-boolean-object": { 5318 "version": "1.2.2", 5319 "dev": true, 5320 "license": "MIT", 5321 "dependencies": { 5322 "call-bound": "^1.0.3", 5323 "has-tostringtag": "^1.0.2" 5324 }, 5325 "engines": { 5326 "node": ">= 0.4" 5327 }, 5328 "funding": { 5329 "url": "https://github.com/sponsors/ljharb" 5330 } 5331 }, 5332 "node_modules/is-callable": { 5333 "version": "1.2.7", 5334 "dev": true, 5335 "license": "MIT", 5336 "engines": { 5337 "node": ">= 0.4" 5338 }, 5339 "funding": { 5340 "url": "https://github.com/sponsors/ljharb" 5341 } 5342 }, 5343 "node_modules/is-core-module": { 5344 "version": "2.16.1", 5345 "license": "MIT", 5346 "dependencies": { 5347 "hasown": "^2.0.2" 5348 }, 5349 "engines": { 5350 "node": ">= 0.4" 5351 }, 5352 "funding": { 5353 "url": "https://github.com/sponsors/ljharb" 5354 } 5355 }, 5356 "node_modules/is-data-view": { 5357 "version": "1.0.2", 5358 "dev": true, 5359 "license": "MIT", 5360 "dependencies": { 5361 "call-bound": "^1.0.2", 5362 "get-intrinsic": "^1.2.6", 5363 "is-typed-array": "^1.1.13" 5364 }, 5365 "engines": { 5366 "node": ">= 0.4" 5367 }, 5368 "funding": { 5369 "url": "https://github.com/sponsors/ljharb" 5370 } 5371 }, 5372 "node_modules/is-date-object": { 5373 "version": "1.1.0", 5374 "dev": true, 5375 "license": "MIT", 5376 "dependencies": { 5377 "call-bound": "^1.0.2", 5378 "has-tostringtag": "^1.0.2" 5379 }, 5380 "engines": { 5381 "node": ">= 0.4" 5382 }, 5383 "funding": { 5384 "url": "https://github.com/sponsors/ljharb" 5385 } 5386 }, 5387 "node_modules/is-docker": { 5388 "version": "3.0.0", 5389 "license": "MIT", 5390 "bin": { 5391 "is-docker": "cli.js" 5392 }, 5393 "engines": { 5394 "node": "^12.20.0 || ^14.13.1 || >=16.0.0" 5395 }, 5396 "funding": { 5397 "url": "https://github.com/sponsors/sindresorhus" 5398 } 5399 }, 5400 "node_modules/is-extglob": { 5401 "version": "2.1.1", 5402 "license": "MIT", 5403 "engines": { 5404 "node": ">=0.10.0" 5405 } 5406 }, 5407 "node_modules/is-finalizationregistry": { 5408 "version": "1.1.1", 5409 "dev": true, 5410 "license": "MIT", 5411 "dependencies": { 5412 "call-bound": "^1.0.3" 5413 }, 5414 "engines": { 5415 "node": ">= 0.4" 5416 }, 5417 "funding": { 5418 "url": "https://github.com/sponsors/ljharb" 5419 } 5420 }, 5421 "node_modules/is-fullwidth-code-point": { 5422 "version": "3.0.0", 5423 "license": "MIT", 5424 "engines": { 5425 "node": ">=8" 5426 } 5427 }, 5428 "node_modules/is-generator-function": { 5429 "version": "1.1.2", 5430 "dev": true, 5431 "license": "MIT", 5432 "dependencies": { 5433 "call-bound": "^1.0.4", 5434 "generator-function": "^2.0.0", 5435 "get-proto": "^1.0.1", 5436 "has-tostringtag": "^1.0.2", 5437 "safe-regex-test": "^1.1.0" 5438 }, 5439 "engines": { 5440 "node": ">= 0.4" 5441 }, 5442 "funding": { 5443 "url": "https://github.com/sponsors/ljharb" 5444 } 5445 }, 5446 "node_modules/is-glob": { 5447 "version": "4.0.3", 5448 "license": "MIT", 5449 "dependencies": { 5450 "is-extglob": "^2.1.1" 5451 }, 5452 "engines": { 5453 "node": ">=0.10.0" 5454 } 5455 }, 5456 "node_modules/is-inside-container": { 5457 "version": "1.0.0", 5458 "license": "MIT", 5459 "dependencies": { 5460 "is-docker": "^3.0.0" 5461 }, 5462 "bin": { 5463 "is-inside-container": "cli.js" 5464 }, 5465 "engines": { 5466 "node": ">=14.16" 5467 }, 5468 "funding": { 5469 "url": "https://github.com/sponsors/sindresorhus" 5470 } 5471 }, 5472 "node_modules/is-map": { 5473 "version": "2.0.3", 5474 "dev": true, 5475 "license": "MIT", 5476 "engines": { 5477 "node": ">= 0.4" 5478 }, 5479 "funding": { 5480 "url": "https://github.com/sponsors/ljharb" 5481 } 5482 }, 5483 "node_modules/is-negative-zero": { 5484 "version": "2.0.3", 5485 "dev": true, 5486 "license": "MIT", 5487 "engines": { 5488 "node": ">= 0.4" 5489 }, 5490 "funding": { 5491 "url": "https://github.com/sponsors/ljharb" 5492 } 5493 }, 5494 "node_modules/is-number": { 5495 "version": "7.0.0", 5496 "license": "MIT", 5497 "engines": { 5498 "node": ">=0.12.0" 5499 } 5500 }, 5501 "node_modules/is-number-object": { 5502 "version": "1.1.1", 5503 "dev": true, 5504 "license": "MIT", 5505 "dependencies": { 5506 "call-bound": "^1.0.3", 5507 "has-tostringtag": "^1.0.2" 5508 }, 5509 "engines": { 5510 "node": ">= 0.4" 5511 }, 5512 "funding": { 5513 "url": "https://github.com/sponsors/ljharb" 5514 } 5515 }, 5516 "node_modules/is-plain-obj": { 5517 "version": "4.1.0", 5518 "license": "MIT", 5519 "engines": { 5520 "node": ">=12" 5521 }, 5522 "funding": { 5523 "url": "https://github.com/sponsors/sindresorhus" 5524 } 5525 }, 5526 "node_modules/is-regex": { 5527 "version": "1.2.1", 5528 "dev": true, 5529 "license": "MIT", 5530 "dependencies": { 5531 "call-bound": "^1.0.2", 5532 "gopd": "^1.2.0", 5533 "has-tostringtag": "^1.0.2", 5534 "hasown": "^2.0.2" 5535 }, 5536 "engines": { 5537 "node": ">= 0.4" 5538 }, 5539 "funding": { 5540 "url": "https://github.com/sponsors/ljharb" 5541 } 5542 }, 5543 "node_modules/is-set": { 5544 "version": "2.0.3", 5545 "dev": true, 5546 "license": "MIT", 5547 "engines": { 5548 "node": ">= 0.4" 5549 }, 5550 "funding": { 5551 "url": "https://github.com/sponsors/ljharb" 5552 } 5553 }, 5554 "node_modules/is-shared-array-buffer": { 5555 "version": "1.0.4", 5556 "dev": true, 5557 "license": "MIT", 5558 "dependencies": { 5559 "call-bound": "^1.0.3" 5560 }, 5561 "engines": { 5562 "node": ">= 0.4" 5563 }, 5564 "funding": { 5565 "url": "https://github.com/sponsors/ljharb" 5566 } 5567 }, 5568 "node_modules/is-string": { 5569 "version": "1.1.1", 5570 "dev": true, 5571 "license": "MIT", 5572 "dependencies": { 5573 "call-bound": "^1.0.3", 5574 "has-tostringtag": "^1.0.2" 5575 }, 5576 "engines": { 5577 "node": ">= 0.4" 5578 }, 5579 "funding": { 5580 "url": "https://github.com/sponsors/ljharb" 5581 } 5582 }, 5583 "node_modules/is-symbol": { 5584 "version": "1.1.1", 5585 "dev": true, 5586 "license": "MIT", 5587 "dependencies": { 5588 "call-bound": "^1.0.2", 5589 "has-symbols": "^1.1.0", 5590 "safe-regex-test": "^1.1.0" 5591 }, 5592 "engines": { 5593 "node": ">= 0.4" 5594 }, 5595 "funding": { 5596 "url": "https://github.com/sponsors/ljharb" 5597 } 5598 }, 5599 "node_modules/is-typed-array": { 5600 "version": "1.1.15", 5601 "dev": true, 5602 "license": "MIT", 5603 "dependencies": { 5604 "which-typed-array": "^1.1.16" 5605 }, 5606 "engines": { 5607 "node": ">= 0.4" 5608 }, 5609 "funding": { 5610 "url": "https://github.com/sponsors/ljharb" 5611 } 5612 }, 5613 "node_modules/is-weakmap": { 5614 "version": "2.0.2", 5615 "dev": true, 5616 "license": "MIT", 5617 "engines": { 5618 "node": ">= 0.4" 5619 }, 5620 "funding": { 5621 "url": "https://github.com/sponsors/ljharb" 5622 } 5623 }, 5624 "node_modules/is-weakref": { 5625 "version": "1.1.1", 5626 "dev": true, 5627 "license": "MIT", 5628 "dependencies": { 5629 "call-bound": "^1.0.3" 5630 }, 5631 "engines": { 5632 "node": ">= 0.4" 5633 }, 5634 "funding": { 5635 "url": "https://github.com/sponsors/ljharb" 5636 } 5637 }, 5638 "node_modules/is-weakset": { 5639 "version": "2.0.4", 5640 "dev": true, 5641 "license": "MIT", 5642 "dependencies": { 5643 "call-bound": "^1.0.3", 5644 "get-intrinsic": "^1.2.6" 5645 }, 5646 "engines": { 5647 "node": ">= 0.4" 5648 }, 5649 "funding": { 5650 "url": "https://github.com/sponsors/ljharb" 5651 } 5652 }, 5653 "node_modules/is-wsl": { 5654 "version": "3.1.0", 5655 "license": "MIT", 5656 "dependencies": { 5657 "is-inside-container": "^1.0.0" 5658 }, 5659 "engines": { 5660 "node": ">=16" 5661 }, 5662 "funding": { 5663 "url": "https://github.com/sponsors/sindresorhus" 5664 } 5665 }, 5666 "node_modules/isarray": { 5667 "version": "2.0.5", 5668 "dev": true, 5669 "license": "MIT" 5670 }, 5671 "node_modules/isexe": { 5672 "version": "2.0.0", 5673 "dev": true, 5674 "license": "ISC" 5675 }, 5676 "node_modules/iterator.prototype": { 5677 "version": "1.1.5", 5678 "dev": true, 5679 "license": "MIT", 5680 "dependencies": { 5681 "define-data-property": "^1.1.4", 5682 "es-object-atoms": "^1.0.0", 5683 "get-intrinsic": "^1.2.6", 5684 "get-proto": "^1.0.0", 5685 "has-symbols": "^1.1.0", 5686 "set-function-name": "^2.0.2" 5687 }, 5688 "engines": { 5689 "node": ">= 0.4" 5690 } 5691 }, 5692 "node_modules/js-tokens": { 5693 "version": "4.0.0", 5694 "license": "MIT" 5695 }, 5696 "node_modules/js-yaml": { 5697 "version": "4.1.1", 5698 "license": "MIT", 5699 "dependencies": { 5700 "argparse": "^2.0.1" 5701 }, 5702 "bin": { 5703 "js-yaml": "bin/js-yaml.js" 5704 } 5705 }, 5706 "node_modules/jsesc": { 5707 "version": "3.1.0", 5708 "license": "MIT", 5709 "bin": { 5710 "jsesc": "bin/jsesc" 5711 }, 5712 "engines": { 5713 "node": ">=6" 5714 } 5715 }, 5716 "node_modules/json-buffer": { 5717 "version": "3.0.1", 5718 "dev": true, 5719 "license": "MIT" 5720 }, 5721 "node_modules/json-schema-traverse": { 5722 "version": "0.4.1", 5723 "dev": true, 5724 "license": "MIT" 5725 }, 5726 "node_modules/json-stable-stringify-without-jsonify": { 5727 "version": "1.0.1", 5728 "dev": true, 5729 "license": "MIT" 5730 }, 5731 "node_modules/json5": { 5732 "version": "2.2.3", 5733 "license": "MIT", 5734 "bin": { 5735 "json5": "lib/cli.js" 5736 }, 5737 "engines": { 5738 "node": ">=6" 5739 } 5740 }, 5741 "node_modules/jsx-ast-utils": { 5742 "version": "3.3.5", 5743 "dev": true, 5744 "license": "MIT", 5745 "dependencies": { 5746 "array-includes": "^3.1.6", 5747 "array.prototype.flat": "^1.3.1", 5748 "object.assign": "^4.1.4", 5749 "object.values": "^1.1.6" 5750 }, 5751 "engines": { 5752 "node": ">=4.0" 5753 } 5754 }, 5755 "node_modules/keyv": { 5756 "version": "4.5.4", 5757 "dev": true, 5758 "license": "MIT", 5759 "dependencies": { 5760 "json-buffer": "3.0.1" 5761 } 5762 }, 5763 "node_modules/kleur": { 5764 "version": "3.0.3", 5765 "license": "MIT", 5766 "engines": { 5767 "node": ">=6" 5768 } 5769 }, 5770 "node_modules/levn": { 5771 "version": "0.4.1", 5772 "dev": true, 5773 "license": "MIT", 5774 "dependencies": { 5775 "prelude-ls": "^1.2.1", 5776 "type-check": "~0.4.0" 5777 }, 5778 "engines": { 5779 "node": ">= 0.8.0" 5780 } 5781 }, 5782 "node_modules/lightningcss": { 5783 "version": "1.30.2", 5784 "license": "MPL-2.0", 5785 "dependencies": { 5786 "detect-libc": "^2.0.3" 5787 }, 5788 "engines": { 5789 "node": ">= 12.0.0" 5790 }, 5791 "funding": { 5792 "type": "opencollective", 5793 "url": "https://opencollective.com/parcel" 5794 }, 5795 "optionalDependencies": { 5796 "lightningcss-android-arm64": "1.30.2", 5797 "lightningcss-darwin-arm64": "1.30.2", 5798 "lightningcss-darwin-x64": "1.30.2", 5799 "lightningcss-freebsd-x64": "1.30.2", 5800 "lightningcss-linux-arm-gnueabihf": "1.30.2", 5801 "lightningcss-linux-arm64-gnu": "1.30.2", 5802 "lightningcss-linux-arm64-musl": "1.30.2", 5803 "lightningcss-linux-x64-gnu": "1.30.2", 5804 "lightningcss-linux-x64-musl": "1.30.2", 5805 "lightningcss-win32-arm64-msvc": "1.30.2", 5806 "lightningcss-win32-x64-msvc": "1.30.2" 5807 } 5808 }, 5809 "node_modules/lightningcss-android-arm64": { 5810 "version": "1.30.2", 5811 "resolved": "https://registry.npmjs.org/lightningcss-android-arm64/-/lightningcss-android-arm64-1.30.2.tgz", 5812 "integrity": "sha512-BH9sEdOCahSgmkVhBLeU7Hc9DWeZ1Eb6wNS6Da8igvUwAe0sqROHddIlvU06q3WyXVEOYDZ6ykBZQnjTbmo4+A==", 5813 "cpu": [ 5814 "arm64" 5815 ], 5816 "license": "MPL-2.0", 5817 "optional": true, 5818 "os": [ 5819 "android" 5820 ], 5821 "engines": { 5822 "node": ">= 12.0.0" 5823 }, 5824 "funding": { 5825 "type": "opencollective", 5826 "url": "https://opencollective.com/parcel" 5827 } 5828 }, 5829 "node_modules/lightningcss-darwin-arm64": { 5830 "version": "1.30.2", 5831 "cpu": [ 5832 "arm64" 5833 ], 5834 "license": "MPL-2.0", 5835 "optional": true, 5836 "os": [ 5837 "darwin" 5838 ], 5839 "engines": { 5840 "node": ">= 12.0.0" 5841 }, 5842 "funding": { 5843 "type": "opencollective", 5844 "url": "https://opencollective.com/parcel" 5845 } 5846 }, 5847 "node_modules/lightningcss-darwin-x64": { 5848 "version": "1.30.2", 5849 "resolved": "https://registry.npmjs.org/lightningcss-darwin-x64/-/lightningcss-darwin-x64-1.30.2.tgz", 5850 "integrity": "sha512-oBZgKchomuDYxr7ilwLcyms6BCyLn0z8J0+ZZmfpjwg9fRVZIR5/GMXd7r9RH94iDhld3UmSjBM6nXWM2TfZTQ==", 5851 "cpu": [ 5852 "x64" 5853 ], 5854 "license": "MPL-2.0", 5855 "optional": true, 5856 "os": [ 5857 "darwin" 5858 ], 5859 "engines": { 5860 "node": ">= 12.0.0" 5861 }, 5862 "funding": { 5863 "type": "opencollective", 5864 "url": "https://opencollective.com/parcel" 5865 } 5866 }, 5867 "node_modules/lightningcss-freebsd-x64": { 5868 "version": "1.30.2", 5869 "resolved": "https://registry.npmjs.org/lightningcss-freebsd-x64/-/lightningcss-freebsd-x64-1.30.2.tgz", 5870 "integrity": "sha512-c2bH6xTrf4BDpK8MoGG4Bd6zAMZDAXS569UxCAGcA7IKbHNMlhGQ89eRmvpIUGfKWNVdbhSbkQaWhEoMGmGslA==", 5871 "cpu": [ 5872 "x64" 5873 ], 5874 "license": "MPL-2.0", 5875 "optional": true, 5876 "os": [ 5877 "freebsd" 5878 ], 5879 "engines": { 5880 "node": ">= 12.0.0" 5881 }, 5882 "funding": { 5883 "type": "opencollective", 5884 "url": "https://opencollective.com/parcel" 5885 } 5886 }, 5887 "node_modules/lightningcss-linux-arm-gnueabihf": { 5888 "version": "1.30.2", 5889 "resolved": "https://registry.npmjs.org/lightningcss-linux-arm-gnueabihf/-/lightningcss-linux-arm-gnueabihf-1.30.2.tgz", 5890 "integrity": "sha512-eVdpxh4wYcm0PofJIZVuYuLiqBIakQ9uFZmipf6LF/HRj5Bgm0eb3qL/mr1smyXIS1twwOxNWndd8z0E374hiA==", 5891 "cpu": [ 5892 "arm" 5893 ], 5894 "license": "MPL-2.0", 5895 "optional": true, 5896 "os": [ 5897 "linux" 5898 ], 5899 "engines": { 5900 "node": ">= 12.0.0" 5901 }, 5902 "funding": { 5903 "type": "opencollective", 5904 "url": "https://opencollective.com/parcel" 5905 } 5906 }, 5907 "node_modules/lightningcss-linux-arm64-gnu": { 5908 "version": "1.30.2", 5909 "resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-gnu/-/lightningcss-linux-arm64-gnu-1.30.2.tgz", 5910 "integrity": "sha512-UK65WJAbwIJbiBFXpxrbTNArtfuznvxAJw4Q2ZGlU8kPeDIWEX1dg3rn2veBVUylA2Ezg89ktszWbaQnxD/e3A==", 5911 "cpu": [ 5912 "arm64" 5913 ], 5914 "license": "MPL-2.0", 5915 "optional": true, 5916 "os": [ 5917 "linux" 5918 ], 5919 "engines": { 5920 "node": ">= 12.0.0" 5921 }, 5922 "funding": { 5923 "type": "opencollective", 5924 "url": "https://opencollective.com/parcel" 5925 } 5926 }, 5927 "node_modules/lightningcss-linux-arm64-musl": { 5928 "version": "1.30.2", 5929 "resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-musl/-/lightningcss-linux-arm64-musl-1.30.2.tgz", 5930 "integrity": "sha512-5Vh9dGeblpTxWHpOx8iauV02popZDsCYMPIgiuw97OJ5uaDsL86cnqSFs5LZkG3ghHoX5isLgWzMs+eD1YzrnA==", 5931 "cpu": [ 5932 "arm64" 5933 ], 5934 "license": "MPL-2.0", 5935 "optional": true, 5936 "os": [ 5937 "linux" 5938 ], 5939 "engines": { 5940 "node": ">= 12.0.0" 5941 }, 5942 "funding": { 5943 "type": "opencollective", 5944 "url": "https://opencollective.com/parcel" 5945 } 5946 }, 5947 "node_modules/lightningcss-linux-x64-gnu": { 5948 "version": "1.30.2", 5949 "resolved": "https://registry.npmjs.org/lightningcss-linux-x64-gnu/-/lightningcss-linux-x64-gnu-1.30.2.tgz", 5950 "integrity": "sha512-Cfd46gdmj1vQ+lR6VRTTadNHu6ALuw2pKR9lYq4FnhvgBc4zWY1EtZcAc6EffShbb1MFrIPfLDXD6Xprbnni4w==", 5951 "cpu": [ 5952 "x64" 5953 ], 5954 "license": "MPL-2.0", 5955 "optional": true, 5956 "os": [ 5957 "linux" 5958 ], 5959 "engines": { 5960 "node": ">= 12.0.0" 5961 }, 5962 "funding": { 5963 "type": "opencollective", 5964 "url": "https://opencollective.com/parcel" 5965 } 5966 }, 5967 "node_modules/lightningcss-linux-x64-musl": { 5968 "version": "1.30.2", 5969 "resolved": "https://registry.npmjs.org/lightningcss-linux-x64-musl/-/lightningcss-linux-x64-musl-1.30.2.tgz", 5970 "integrity": "sha512-XJaLUUFXb6/QG2lGIW6aIk6jKdtjtcffUT0NKvIqhSBY3hh9Ch+1LCeH80dR9q9LBjG3ewbDjnumefsLsP6aiA==", 5971 "cpu": [ 5972 "x64" 5973 ], 5974 "license": "MPL-2.0", 5975 "optional": true, 5976 "os": [ 5977 "linux" 5978 ], 5979 "engines": { 5980 "node": ">= 12.0.0" 5981 }, 5982 "funding": { 5983 "type": "opencollective", 5984 "url": "https://opencollective.com/parcel" 5985 } 5986 }, 5987 "node_modules/lightningcss-win32-arm64-msvc": { 5988 "version": "1.30.2", 5989 "resolved": "https://registry.npmjs.org/lightningcss-win32-arm64-msvc/-/lightningcss-win32-arm64-msvc-1.30.2.tgz", 5990 "integrity": "sha512-FZn+vaj7zLv//D/192WFFVA0RgHawIcHqLX9xuWiQt7P0PtdFEVaxgF9rjM/IRYHQXNnk61/H/gb2Ei+kUQ4xQ==", 5991 "cpu": [ 5992 "arm64" 5993 ], 5994 "license": "MPL-2.0", 5995 "optional": true, 5996 "os": [ 5997 "win32" 5998 ], 5999 "engines": { 6000 "node": ">= 12.0.0" 6001 }, 6002 "funding": { 6003 "type": "opencollective", 6004 "url": "https://opencollective.com/parcel" 6005 } 6006 }, 6007 "node_modules/lightningcss-win32-x64-msvc": { 6008 "version": "1.30.2", 6009 "resolved": "https://registry.npmjs.org/lightningcss-win32-x64-msvc/-/lightningcss-win32-x64-msvc-1.30.2.tgz", 6010 "integrity": "sha512-5g1yc73p+iAkid5phb4oVFMB45417DkRevRbt/El/gKXJk4jid+vPFF/AXbxn05Aky8PapwzZrdJShv5C0avjw==", 6011 "cpu": [ 6012 "x64" 6013 ], 6014 "license": "MPL-2.0", 6015 "optional": true, 6016 "os": [ 6017 "win32" 6018 ], 6019 "engines": { 6020 "node": ">= 12.0.0" 6021 }, 6022 "funding": { 6023 "type": "opencollective", 6024 "url": "https://opencollective.com/parcel" 6025 } 6026 }, 6027 "node_modules/lilconfig": { 6028 "version": "3.1.3", 6029 "license": "MIT", 6030 "engines": { 6031 "node": ">=14" 6032 }, 6033 "funding": { 6034 "url": "https://github.com/sponsors/antonk52" 6035 } 6036 }, 6037 "node_modules/linebreak": { 6038 "version": "1.1.0", 6039 "license": "MIT", 6040 "dependencies": { 6041 "base64-js": "0.0.8", 6042 "unicode-trie": "^2.0.0" 6043 } 6044 }, 6045 "node_modules/lines-and-columns": { 6046 "version": "1.2.4", 6047 "license": "MIT" 6048 }, 6049 "node_modules/locate-path": { 6050 "version": "6.0.0", 6051 "dev": true, 6052 "license": "MIT", 6053 "dependencies": { 6054 "p-locate": "^5.0.0" 6055 }, 6056 "engines": { 6057 "node": ">=10" 6058 }, 6059 "funding": { 6060 "url": "https://github.com/sponsors/sindresorhus" 6061 } 6062 }, 6063 "node_modules/longest-streak": { 6064 "version": "3.1.0", 6065 "license": "MIT", 6066 "funding": { 6067 "type": "github", 6068 "url": "https://github.com/sponsors/wooorm" 6069 } 6070 }, 6071 "node_modules/loose-envify": { 6072 "version": "1.4.0", 6073 "dev": true, 6074 "license": "MIT", 6075 "dependencies": { 6076 "js-tokens": "^3.0.0 || ^4.0.0" 6077 }, 6078 "bin": { 6079 "loose-envify": "cli.js" 6080 } 6081 }, 6082 "node_modules/lru-cache": { 6083 "version": "11.2.5", 6084 "license": "BlueOak-1.0.0", 6085 "engines": { 6086 "node": "20 || >=22" 6087 } 6088 }, 6089 "node_modules/lucide-react": { 6090 "version": "0.563.0", 6091 "license": "ISC", 6092 "peerDependencies": { 6093 "react": "^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0" 6094 } 6095 }, 6096 "node_modules/magic-string": { 6097 "version": "0.30.21", 6098 "license": "MIT", 6099 "dependencies": { 6100 "@jridgewell/sourcemap-codec": "^1.5.5" 6101 } 6102 }, 6103 "node_modules/magicast": { 6104 "version": "0.5.2", 6105 "license": "MIT", 6106 "dependencies": { 6107 "@babel/parser": "^7.29.0", 6108 "@babel/types": "^7.29.0", 6109 "source-map-js": "^1.2.1" 6110 } 6111 }, 6112 "node_modules/markdown-table": { 6113 "version": "3.0.4", 6114 "license": "MIT", 6115 "funding": { 6116 "type": "github", 6117 "url": "https://github.com/sponsors/wooorm" 6118 } 6119 }, 6120 "node_modules/math-intrinsics": { 6121 "version": "1.1.0", 6122 "dev": true, 6123 "license": "MIT", 6124 "engines": { 6125 "node": ">= 0.4" 6126 } 6127 }, 6128 "node_modules/mdast-util-definitions": { 6129 "version": "6.0.0", 6130 "license": "MIT", 6131 "dependencies": { 6132 "@types/mdast": "^4.0.0", 6133 "@types/unist": "^3.0.0", 6134 "unist-util-visit": "^5.0.0" 6135 }, 6136 "funding": { 6137 "type": "opencollective", 6138 "url": "https://opencollective.com/unified" 6139 } 6140 }, 6141 "node_modules/mdast-util-find-and-replace": { 6142 "version": "3.0.2", 6143 "license": "MIT", 6144 "dependencies": { 6145 "@types/mdast": "^4.0.0", 6146 "escape-string-regexp": "^5.0.0", 6147 "unist-util-is": "^6.0.0", 6148 "unist-util-visit-parents": "^6.0.0" 6149 }, 6150 "funding": { 6151 "type": "opencollective", 6152 "url": "https://opencollective.com/unified" 6153 } 6154 }, 6155 "node_modules/mdast-util-find-and-replace/node_modules/escape-string-regexp": { 6156 "version": "5.0.0", 6157 "license": "MIT", 6158 "engines": { 6159 "node": ">=12" 6160 }, 6161 "funding": { 6162 "url": "https://github.com/sponsors/sindresorhus" 6163 } 6164 }, 6165 "node_modules/mdast-util-from-markdown": { 6166 "version": "2.0.2", 6167 "license": "MIT", 6168 "dependencies": { 6169 "@types/mdast": "^4.0.0", 6170 "@types/unist": "^3.0.0", 6171 "decode-named-character-reference": "^1.0.0", 6172 "devlop": "^1.0.0", 6173 "mdast-util-to-string": "^4.0.0", 6174 "micromark": "^4.0.0", 6175 "micromark-util-decode-numeric-character-reference": "^2.0.0", 6176 "micromark-util-decode-string": "^2.0.0", 6177 "micromark-util-normalize-identifier": "^2.0.0", 6178 "micromark-util-symbol": "^2.0.0", 6179 "micromark-util-types": "^2.0.0", 6180 "unist-util-stringify-position": "^4.0.0" 6181 }, 6182 "funding": { 6183 "type": "opencollective", 6184 "url": "https://opencollective.com/unified" 6185 } 6186 }, 6187 "node_modules/mdast-util-gfm": { 6188 "version": "3.1.0", 6189 "license": "MIT", 6190 "dependencies": { 6191 "mdast-util-from-markdown": "^2.0.0", 6192 "mdast-util-gfm-autolink-literal": "^2.0.0", 6193 "mdast-util-gfm-footnote": "^2.0.0", 6194 "mdast-util-gfm-strikethrough": "^2.0.0", 6195 "mdast-util-gfm-table": "^2.0.0", 6196 "mdast-util-gfm-task-list-item": "^2.0.0", 6197 "mdast-util-to-markdown": "^2.0.0" 6198 }, 6199 "funding": { 6200 "type": "opencollective", 6201 "url": "https://opencollective.com/unified" 6202 } 6203 }, 6204 "node_modules/mdast-util-gfm-autolink-literal": { 6205 "version": "2.0.1", 6206 "license": "MIT", 6207 "dependencies": { 6208 "@types/mdast": "^4.0.0", 6209 "ccount": "^2.0.0", 6210 "devlop": "^1.0.0", 6211 "mdast-util-find-and-replace": "^3.0.0", 6212 "micromark-util-character": "^2.0.0" 6213 }, 6214 "funding": { 6215 "type": "opencollective", 6216 "url": "https://opencollective.com/unified" 6217 } 6218 }, 6219 "node_modules/mdast-util-gfm-footnote": { 6220 "version": "2.1.0", 6221 "license": "MIT", 6222 "dependencies": { 6223 "@types/mdast": "^4.0.0", 6224 "devlop": "^1.1.0", 6225 "mdast-util-from-markdown": "^2.0.0", 6226 "mdast-util-to-markdown": "^2.0.0", 6227 "micromark-util-normalize-identifier": "^2.0.0" 6228 }, 6229 "funding": { 6230 "type": "opencollective", 6231 "url": "https://opencollective.com/unified" 6232 } 6233 }, 6234 "node_modules/mdast-util-gfm-strikethrough": { 6235 "version": "2.0.0", 6236 "license": "MIT", 6237 "dependencies": { 6238 "@types/mdast": "^4.0.0", 6239 "mdast-util-from-markdown": "^2.0.0", 6240 "mdast-util-to-markdown": "^2.0.0" 6241 }, 6242 "funding": { 6243 "type": "opencollective", 6244 "url": "https://opencollective.com/unified" 6245 } 6246 }, 6247 "node_modules/mdast-util-gfm-table": { 6248 "version": "2.0.0", 6249 "license": "MIT", 6250 "dependencies": { 6251 "@types/mdast": "^4.0.0", 6252 "devlop": "^1.0.0", 6253 "markdown-table": "^3.0.0", 6254 "mdast-util-from-markdown": "^2.0.0", 6255 "mdast-util-to-markdown": "^2.0.0" 6256 }, 6257 "funding": { 6258 "type": "opencollective", 6259 "url": "https://opencollective.com/unified" 6260 } 6261 }, 6262 "node_modules/mdast-util-gfm-task-list-item": { 6263 "version": "2.0.0", 6264 "license": "MIT", 6265 "dependencies": { 6266 "@types/mdast": "^4.0.0", 6267 "devlop": "^1.0.0", 6268 "mdast-util-from-markdown": "^2.0.0", 6269 "mdast-util-to-markdown": "^2.0.0" 6270 }, 6271 "funding": { 6272 "type": "opencollective", 6273 "url": "https://opencollective.com/unified" 6274 } 6275 }, 6276 "node_modules/mdast-util-phrasing": { 6277 "version": "4.1.0", 6278 "license": "MIT", 6279 "dependencies": { 6280 "@types/mdast": "^4.0.0", 6281 "unist-util-is": "^6.0.0" 6282 }, 6283 "funding": { 6284 "type": "opencollective", 6285 "url": "https://opencollective.com/unified" 6286 } 6287 }, 6288 "node_modules/mdast-util-to-hast": { 6289 "version": "13.2.1", 6290 "license": "MIT", 6291 "dependencies": { 6292 "@types/hast": "^3.0.0", 6293 "@types/mdast": "^4.0.0", 6294 "@ungap/structured-clone": "^1.0.0", 6295 "devlop": "^1.0.0", 6296 "micromark-util-sanitize-uri": "^2.0.0", 6297 "trim-lines": "^3.0.0", 6298 "unist-util-position": "^5.0.0", 6299 "unist-util-visit": "^5.0.0", 6300 "vfile": "^6.0.0" 6301 }, 6302 "funding": { 6303 "type": "opencollective", 6304 "url": "https://opencollective.com/unified" 6305 } 6306 }, 6307 "node_modules/mdast-util-to-markdown": { 6308 "version": "2.1.2", 6309 "license": "MIT", 6310 "dependencies": { 6311 "@types/mdast": "^4.0.0", 6312 "@types/unist": "^3.0.0", 6313 "longest-streak": "^3.0.0", 6314 "mdast-util-phrasing": "^4.0.0", 6315 "mdast-util-to-string": "^4.0.0", 6316 "micromark-util-classify-character": "^2.0.0", 6317 "micromark-util-decode-string": "^2.0.0", 6318 "unist-util-visit": "^5.0.0", 6319 "zwitch": "^2.0.0" 6320 }, 6321 "funding": { 6322 "type": "opencollective", 6323 "url": "https://opencollective.com/unified" 6324 } 6325 }, 6326 "node_modules/mdast-util-to-string": { 6327 "version": "4.0.0", 6328 "license": "MIT", 6329 "dependencies": { 6330 "@types/mdast": "^4.0.0" 6331 }, 6332 "funding": { 6333 "type": "opencollective", 6334 "url": "https://opencollective.com/unified" 6335 } 6336 }, 6337 "node_modules/mdn-data": { 6338 "version": "2.12.2", 6339 "license": "CC0-1.0" 6340 }, 6341 "node_modules/merge2": { 6342 "version": "1.4.1", 6343 "license": "MIT", 6344 "engines": { 6345 "node": ">= 8" 6346 } 6347 }, 6348 "node_modules/micromark": { 6349 "version": "4.0.2", 6350 "funding": [ 6351 { 6352 "type": "GitHub Sponsors", 6353 "url": "https://github.com/sponsors/unifiedjs" 6354 }, 6355 { 6356 "type": "OpenCollective", 6357 "url": "https://opencollective.com/unified" 6358 } 6359 ], 6360 "license": "MIT", 6361 "dependencies": { 6362 "@types/debug": "^4.0.0", 6363 "debug": "^4.0.0", 6364 "decode-named-character-reference": "^1.0.0", 6365 "devlop": "^1.0.0", 6366 "micromark-core-commonmark": "^2.0.0", 6367 "micromark-factory-space": "^2.0.0", 6368 "micromark-util-character": "^2.0.0", 6369 "micromark-util-chunked": "^2.0.0", 6370 "micromark-util-combine-extensions": "^2.0.0", 6371 "micromark-util-decode-numeric-character-reference": "^2.0.0", 6372 "micromark-util-encode": "^2.0.0", 6373 "micromark-util-normalize-identifier": "^2.0.0", 6374 "micromark-util-resolve-all": "^2.0.0", 6375 "micromark-util-sanitize-uri": "^2.0.0", 6376 "micromark-util-subtokenize": "^2.0.0", 6377 "micromark-util-symbol": "^2.0.0", 6378 "micromark-util-types": "^2.0.0" 6379 } 6380 }, 6381 "node_modules/micromark-core-commonmark": { 6382 "version": "2.0.3", 6383 "funding": [ 6384 { 6385 "type": "GitHub Sponsors", 6386 "url": "https://github.com/sponsors/unifiedjs" 6387 }, 6388 { 6389 "type": "OpenCollective", 6390 "url": "https://opencollective.com/unified" 6391 } 6392 ], 6393 "license": "MIT", 6394 "dependencies": { 6395 "decode-named-character-reference": "^1.0.0", 6396 "devlop": "^1.0.0", 6397 "micromark-factory-destination": "^2.0.0", 6398 "micromark-factory-label": "^2.0.0", 6399 "micromark-factory-space": "^2.0.0", 6400 "micromark-factory-title": "^2.0.0", 6401 "micromark-factory-whitespace": "^2.0.0", 6402 "micromark-util-character": "^2.0.0", 6403 "micromark-util-chunked": "^2.0.0", 6404 "micromark-util-classify-character": "^2.0.0", 6405 "micromark-util-html-tag-name": "^2.0.0", 6406 "micromark-util-normalize-identifier": "^2.0.0", 6407 "micromark-util-resolve-all": "^2.0.0", 6408 "micromark-util-subtokenize": "^2.0.0", 6409 "micromark-util-symbol": "^2.0.0", 6410 "micromark-util-types": "^2.0.0" 6411 } 6412 }, 6413 "node_modules/micromark-extension-gfm": { 6414 "version": "3.0.0", 6415 "license": "MIT", 6416 "dependencies": { 6417 "micromark-extension-gfm-autolink-literal": "^2.0.0", 6418 "micromark-extension-gfm-footnote": "^2.0.0", 6419 "micromark-extension-gfm-strikethrough": "^2.0.0", 6420 "micromark-extension-gfm-table": "^2.0.0", 6421 "micromark-extension-gfm-tagfilter": "^2.0.0", 6422 "micromark-extension-gfm-task-list-item": "^2.0.0", 6423 "micromark-util-combine-extensions": "^2.0.0", 6424 "micromark-util-types": "^2.0.0" 6425 }, 6426 "funding": { 6427 "type": "opencollective", 6428 "url": "https://opencollective.com/unified" 6429 } 6430 }, 6431 "node_modules/micromark-extension-gfm-autolink-literal": { 6432 "version": "2.1.0", 6433 "license": "MIT", 6434 "dependencies": { 6435 "micromark-util-character": "^2.0.0", 6436 "micromark-util-sanitize-uri": "^2.0.0", 6437 "micromark-util-symbol": "^2.0.0", 6438 "micromark-util-types": "^2.0.0" 6439 }, 6440 "funding": { 6441 "type": "opencollective", 6442 "url": "https://opencollective.com/unified" 6443 } 6444 }, 6445 "node_modules/micromark-extension-gfm-footnote": { 6446 "version": "2.1.0", 6447 "license": "MIT", 6448 "dependencies": { 6449 "devlop": "^1.0.0", 6450 "micromark-core-commonmark": "^2.0.0", 6451 "micromark-factory-space": "^2.0.0", 6452 "micromark-util-character": "^2.0.0", 6453 "micromark-util-normalize-identifier": "^2.0.0", 6454 "micromark-util-sanitize-uri": "^2.0.0", 6455 "micromark-util-symbol": "^2.0.0", 6456 "micromark-util-types": "^2.0.0" 6457 }, 6458 "funding": { 6459 "type": "opencollective", 6460 "url": "https://opencollective.com/unified" 6461 } 6462 }, 6463 "node_modules/micromark-extension-gfm-strikethrough": { 6464 "version": "2.1.0", 6465 "license": "MIT", 6466 "dependencies": { 6467 "devlop": "^1.0.0", 6468 "micromark-util-chunked": "^2.0.0", 6469 "micromark-util-classify-character": "^2.0.0", 6470 "micromark-util-resolve-all": "^2.0.0", 6471 "micromark-util-symbol": "^2.0.0", 6472 "micromark-util-types": "^2.0.0" 6473 }, 6474 "funding": { 6475 "type": "opencollective", 6476 "url": "https://opencollective.com/unified" 6477 } 6478 }, 6479 "node_modules/micromark-extension-gfm-table": { 6480 "version": "2.1.1", 6481 "license": "MIT", 6482 "dependencies": { 6483 "devlop": "^1.0.0", 6484 "micromark-factory-space": "^2.0.0", 6485 "micromark-util-character": "^2.0.0", 6486 "micromark-util-symbol": "^2.0.0", 6487 "micromark-util-types": "^2.0.0" 6488 }, 6489 "funding": { 6490 "type": "opencollective", 6491 "url": "https://opencollective.com/unified" 6492 } 6493 }, 6494 "node_modules/micromark-extension-gfm-tagfilter": { 6495 "version": "2.0.0", 6496 "license": "MIT", 6497 "dependencies": { 6498 "micromark-util-types": "^2.0.0" 6499 }, 6500 "funding": { 6501 "type": "opencollective", 6502 "url": "https://opencollective.com/unified" 6503 } 6504 }, 6505 "node_modules/micromark-extension-gfm-task-list-item": { 6506 "version": "2.1.0", 6507 "license": "MIT", 6508 "dependencies": { 6509 "devlop": "^1.0.0", 6510 "micromark-factory-space": "^2.0.0", 6511 "micromark-util-character": "^2.0.0", 6512 "micromark-util-symbol": "^2.0.0", 6513 "micromark-util-types": "^2.0.0" 6514 }, 6515 "funding": { 6516 "type": "opencollective", 6517 "url": "https://opencollective.com/unified" 6518 } 6519 }, 6520 "node_modules/micromark-factory-destination": { 6521 "version": "2.0.1", 6522 "funding": [ 6523 { 6524 "type": "GitHub Sponsors", 6525 "url": "https://github.com/sponsors/unifiedjs" 6526 }, 6527 { 6528 "type": "OpenCollective", 6529 "url": "https://opencollective.com/unified" 6530 } 6531 ], 6532 "license": "MIT", 6533 "dependencies": { 6534 "micromark-util-character": "^2.0.0", 6535 "micromark-util-symbol": "^2.0.0", 6536 "micromark-util-types": "^2.0.0" 6537 } 6538 }, 6539 "node_modules/micromark-factory-label": { 6540 "version": "2.0.1", 6541 "funding": [ 6542 { 6543 "type": "GitHub Sponsors", 6544 "url": "https://github.com/sponsors/unifiedjs" 6545 }, 6546 { 6547 "type": "OpenCollective", 6548 "url": "https://opencollective.com/unified" 6549 } 6550 ], 6551 "license": "MIT", 6552 "dependencies": { 6553 "devlop": "^1.0.0", 6554 "micromark-util-character": "^2.0.0", 6555 "micromark-util-symbol": "^2.0.0", 6556 "micromark-util-types": "^2.0.0" 6557 } 6558 }, 6559 "node_modules/micromark-factory-space": { 6560 "version": "2.0.1", 6561 "funding": [ 6562 { 6563 "type": "GitHub Sponsors", 6564 "url": "https://github.com/sponsors/unifiedjs" 6565 }, 6566 { 6567 "type": "OpenCollective", 6568 "url": "https://opencollective.com/unified" 6569 } 6570 ], 6571 "license": "MIT", 6572 "dependencies": { 6573 "micromark-util-character": "^2.0.0", 6574 "micromark-util-types": "^2.0.0" 6575 } 6576 }, 6577 "node_modules/micromark-factory-title": { 6578 "version": "2.0.1", 6579 "funding": [ 6580 { 6581 "type": "GitHub Sponsors", 6582 "url": "https://github.com/sponsors/unifiedjs" 6583 }, 6584 { 6585 "type": "OpenCollective", 6586 "url": "https://opencollective.com/unified" 6587 } 6588 ], 6589 "license": "MIT", 6590 "dependencies": { 6591 "micromark-factory-space": "^2.0.0", 6592 "micromark-util-character": "^2.0.0", 6593 "micromark-util-symbol": "^2.0.0", 6594 "micromark-util-types": "^2.0.0" 6595 } 6596 }, 6597 "node_modules/micromark-factory-whitespace": { 6598 "version": "2.0.1", 6599 "funding": [ 6600 { 6601 "type": "GitHub Sponsors", 6602 "url": "https://github.com/sponsors/unifiedjs" 6603 }, 6604 { 6605 "type": "OpenCollective", 6606 "url": "https://opencollective.com/unified" 6607 } 6608 ], 6609 "license": "MIT", 6610 "dependencies": { 6611 "micromark-factory-space": "^2.0.0", 6612 "micromark-util-character": "^2.0.0", 6613 "micromark-util-symbol": "^2.0.0", 6614 "micromark-util-types": "^2.0.0" 6615 } 6616 }, 6617 "node_modules/micromark-util-character": { 6618 "version": "2.1.1", 6619 "funding": [ 6620 { 6621 "type": "GitHub Sponsors", 6622 "url": "https://github.com/sponsors/unifiedjs" 6623 }, 6624 { 6625 "type": "OpenCollective", 6626 "url": "https://opencollective.com/unified" 6627 } 6628 ], 6629 "license": "MIT", 6630 "dependencies": { 6631 "micromark-util-symbol": "^2.0.0", 6632 "micromark-util-types": "^2.0.0" 6633 } 6634 }, 6635 "node_modules/micromark-util-chunked": { 6636 "version": "2.0.1", 6637 "funding": [ 6638 { 6639 "type": "GitHub Sponsors", 6640 "url": "https://github.com/sponsors/unifiedjs" 6641 }, 6642 { 6643 "type": "OpenCollective", 6644 "url": "https://opencollective.com/unified" 6645 } 6646 ], 6647 "license": "MIT", 6648 "dependencies": { 6649 "micromark-util-symbol": "^2.0.0" 6650 } 6651 }, 6652 "node_modules/micromark-util-classify-character": { 6653 "version": "2.0.1", 6654 "funding": [ 6655 { 6656 "type": "GitHub Sponsors", 6657 "url": "https://github.com/sponsors/unifiedjs" 6658 }, 6659 { 6660 "type": "OpenCollective", 6661 "url": "https://opencollective.com/unified" 6662 } 6663 ], 6664 "license": "MIT", 6665 "dependencies": { 6666 "micromark-util-character": "^2.0.0", 6667 "micromark-util-symbol": "^2.0.0", 6668 "micromark-util-types": "^2.0.0" 6669 } 6670 }, 6671 "node_modules/micromark-util-combine-extensions": { 6672 "version": "2.0.1", 6673 "funding": [ 6674 { 6675 "type": "GitHub Sponsors", 6676 "url": "https://github.com/sponsors/unifiedjs" 6677 }, 6678 { 6679 "type": "OpenCollective", 6680 "url": "https://opencollective.com/unified" 6681 } 6682 ], 6683 "license": "MIT", 6684 "dependencies": { 6685 "micromark-util-chunked": "^2.0.0", 6686 "micromark-util-types": "^2.0.0" 6687 } 6688 }, 6689 "node_modules/micromark-util-decode-numeric-character-reference": { 6690 "version": "2.0.2", 6691 "funding": [ 6692 { 6693 "type": "GitHub Sponsors", 6694 "url": "https://github.com/sponsors/unifiedjs" 6695 }, 6696 { 6697 "type": "OpenCollective", 6698 "url": "https://opencollective.com/unified" 6699 } 6700 ], 6701 "license": "MIT", 6702 "dependencies": { 6703 "micromark-util-symbol": "^2.0.0" 6704 } 6705 }, 6706 "node_modules/micromark-util-decode-string": { 6707 "version": "2.0.1", 6708 "funding": [ 6709 { 6710 "type": "GitHub Sponsors", 6711 "url": "https://github.com/sponsors/unifiedjs" 6712 }, 6713 { 6714 "type": "OpenCollective", 6715 "url": "https://opencollective.com/unified" 6716 } 6717 ], 6718 "license": "MIT", 6719 "dependencies": { 6720 "decode-named-character-reference": "^1.0.0", 6721 "micromark-util-character": "^2.0.0", 6722 "micromark-util-decode-numeric-character-reference": "^2.0.0", 6723 "micromark-util-symbol": "^2.0.0" 6724 } 6725 }, 6726 "node_modules/micromark-util-encode": { 6727 "version": "2.0.1", 6728 "funding": [ 6729 { 6730 "type": "GitHub Sponsors", 6731 "url": "https://github.com/sponsors/unifiedjs" 6732 }, 6733 { 6734 "type": "OpenCollective", 6735 "url": "https://opencollective.com/unified" 6736 } 6737 ], 6738 "license": "MIT" 6739 }, 6740 "node_modules/micromark-util-html-tag-name": { 6741 "version": "2.0.1", 6742 "funding": [ 6743 { 6744 "type": "GitHub Sponsors", 6745 "url": "https://github.com/sponsors/unifiedjs" 6746 }, 6747 { 6748 "type": "OpenCollective", 6749 "url": "https://opencollective.com/unified" 6750 } 6751 ], 6752 "license": "MIT" 6753 }, 6754 "node_modules/micromark-util-normalize-identifier": { 6755 "version": "2.0.1", 6756 "funding": [ 6757 { 6758 "type": "GitHub Sponsors", 6759 "url": "https://github.com/sponsors/unifiedjs" 6760 }, 6761 { 6762 "type": "OpenCollective", 6763 "url": "https://opencollective.com/unified" 6764 } 6765 ], 6766 "license": "MIT", 6767 "dependencies": { 6768 "micromark-util-symbol": "^2.0.0" 6769 } 6770 }, 6771 "node_modules/micromark-util-resolve-all": { 6772 "version": "2.0.1", 6773 "funding": [ 6774 { 6775 "type": "GitHub Sponsors", 6776 "url": "https://github.com/sponsors/unifiedjs" 6777 }, 6778 { 6779 "type": "OpenCollective", 6780 "url": "https://opencollective.com/unified" 6781 } 6782 ], 6783 "license": "MIT", 6784 "dependencies": { 6785 "micromark-util-types": "^2.0.0" 6786 } 6787 }, 6788 "node_modules/micromark-util-sanitize-uri": { 6789 "version": "2.0.1", 6790 "funding": [ 6791 { 6792 "type": "GitHub Sponsors", 6793 "url": "https://github.com/sponsors/unifiedjs" 6794 }, 6795 { 6796 "type": "OpenCollective", 6797 "url": "https://opencollective.com/unified" 6798 } 6799 ], 6800 "license": "MIT", 6801 "dependencies": { 6802 "micromark-util-character": "^2.0.0", 6803 "micromark-util-encode": "^2.0.0", 6804 "micromark-util-symbol": "^2.0.0" 6805 } 6806 }, 6807 "node_modules/micromark-util-subtokenize": { 6808 "version": "2.1.0", 6809 "funding": [ 6810 { 6811 "type": "GitHub Sponsors", 6812 "url": "https://github.com/sponsors/unifiedjs" 6813 }, 6814 { 6815 "type": "OpenCollective", 6816 "url": "https://opencollective.com/unified" 6817 } 6818 ], 6819 "license": "MIT", 6820 "dependencies": { 6821 "devlop": "^1.0.0", 6822 "micromark-util-chunked": "^2.0.0", 6823 "micromark-util-symbol": "^2.0.0", 6824 "micromark-util-types": "^2.0.0" 6825 } 6826 }, 6827 "node_modules/micromark-util-symbol": { 6828 "version": "2.0.1", 6829 "funding": [ 6830 { 6831 "type": "GitHub Sponsors", 6832 "url": "https://github.com/sponsors/unifiedjs" 6833 }, 6834 { 6835 "type": "OpenCollective", 6836 "url": "https://opencollective.com/unified" 6837 } 6838 ], 6839 "license": "MIT" 6840 }, 6841 "node_modules/micromark-util-types": { 6842 "version": "2.0.2", 6843 "funding": [ 6844 { 6845 "type": "GitHub Sponsors", 6846 "url": "https://github.com/sponsors/unifiedjs" 6847 }, 6848 { 6849 "type": "OpenCollective", 6850 "url": "https://opencollective.com/unified" 6851 } 6852 ], 6853 "license": "MIT" 6854 }, 6855 "node_modules/micromatch": { 6856 "version": "4.0.8", 6857 "license": "MIT", 6858 "dependencies": { 6859 "braces": "^3.0.3", 6860 "picomatch": "^2.3.1" 6861 }, 6862 "engines": { 6863 "node": ">=8.6" 6864 } 6865 }, 6866 "node_modules/micromatch/node_modules/picomatch": { 6867 "version": "2.3.1", 6868 "license": "MIT", 6869 "engines": { 6870 "node": ">=8.6" 6871 }, 6872 "funding": { 6873 "url": "https://github.com/sponsors/jonschlinkert" 6874 } 6875 }, 6876 "node_modules/mime-db": { 6877 "version": "1.54.0", 6878 "license": "MIT", 6879 "engines": { 6880 "node": ">= 0.6" 6881 } 6882 }, 6883 "node_modules/mime-types": { 6884 "version": "3.0.2", 6885 "license": "MIT", 6886 "dependencies": { 6887 "mime-db": "^1.54.0" 6888 }, 6889 "engines": { 6890 "node": ">=18" 6891 }, 6892 "funding": { 6893 "type": "opencollective", 6894 "url": "https://opencollective.com/express" 6895 } 6896 }, 6897 "node_modules/minimatch": { 6898 "version": "10.1.2", 6899 "dev": true, 6900 "license": "BlueOak-1.0.0", 6901 "dependencies": { 6902 "@isaacs/brace-expansion": "^5.0.1" 6903 }, 6904 "engines": { 6905 "node": "20 || >=22" 6906 }, 6907 "funding": { 6908 "url": "https://github.com/sponsors/isaacs" 6909 } 6910 }, 6911 "node_modules/mrmime": { 6912 "version": "2.0.1", 6913 "license": "MIT", 6914 "engines": { 6915 "node": ">=10" 6916 } 6917 }, 6918 "node_modules/ms": { 6919 "version": "2.1.3", 6920 "license": "MIT" 6921 }, 6922 "node_modules/mz": { 6923 "version": "2.7.0", 6924 "license": "MIT", 6925 "dependencies": { 6926 "any-promise": "^1.0.0", 6927 "object-assign": "^4.0.1", 6928 "thenify-all": "^1.0.0" 6929 } 6930 }, 6931 "node_modules/nanoid": { 6932 "version": "3.3.11", 6933 "funding": [ 6934 { 6935 "type": "github", 6936 "url": "https://github.com/sponsors/ai" 6937 } 6938 ], 6939 "license": "MIT", 6940 "bin": { 6941 "nanoid": "bin/nanoid.cjs" 6942 }, 6943 "engines": { 6944 "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1" 6945 } 6946 }, 6947 "node_modules/nanostores": { 6948 "version": "1.1.0", 6949 "funding": [ 6950 { 6951 "type": "github", 6952 "url": "https://github.com/sponsors/ai" 6953 } 6954 ], 6955 "license": "MIT", 6956 "engines": { 6957 "node": "^20.0.0 || >=22.0.0" 6958 } 6959 }, 6960 "node_modules/natural-compare": { 6961 "version": "1.4.0", 6962 "dev": true, 6963 "license": "MIT" 6964 }, 6965 "node_modules/neotraverse": { 6966 "version": "0.6.18", 6967 "license": "MIT", 6968 "engines": { 6969 "node": ">= 10" 6970 } 6971 }, 6972 "node_modules/nlcst-to-string": { 6973 "version": "4.0.0", 6974 "license": "MIT", 6975 "dependencies": { 6976 "@types/nlcst": "^2.0.0" 6977 }, 6978 "funding": { 6979 "type": "opencollective", 6980 "url": "https://opencollective.com/unified" 6981 } 6982 }, 6983 "node_modules/node-fetch-native": { 6984 "version": "1.6.7", 6985 "license": "MIT" 6986 }, 6987 "node_modules/node-mock-http": { 6988 "version": "1.0.4", 6989 "license": "MIT" 6990 }, 6991 "node_modules/node-releases": { 6992 "version": "2.0.27", 6993 "license": "MIT" 6994 }, 6995 "node_modules/normalize-path": { 6996 "version": "3.0.0", 6997 "license": "MIT", 6998 "engines": { 6999 "node": ">=0.10.0" 7000 } 7001 }, 7002 "node_modules/nth-check": { 7003 "version": "2.1.1", 7004 "license": "BSD-2-Clause", 7005 "dependencies": { 7006 "boolbase": "^1.0.0" 7007 }, 7008 "funding": { 7009 "url": "https://github.com/fb55/nth-check?sponsor=1" 7010 } 7011 }, 7012 "node_modules/object-assign": { 7013 "version": "4.1.1", 7014 "license": "MIT", 7015 "engines": { 7016 "node": ">=0.10.0" 7017 } 7018 }, 7019 "node_modules/object-hash": { 7020 "version": "3.0.0", 7021 "license": "MIT", 7022 "engines": { 7023 "node": ">= 6" 7024 } 7025 }, 7026 "node_modules/object-inspect": { 7027 "version": "1.13.4", 7028 "dev": true, 7029 "license": "MIT", 7030 "engines": { 7031 "node": ">= 0.4" 7032 }, 7033 "funding": { 7034 "url": "https://github.com/sponsors/ljharb" 7035 } 7036 }, 7037 "node_modules/object-keys": { 7038 "version": "1.1.1", 7039 "dev": true, 7040 "license": "MIT", 7041 "engines": { 7042 "node": ">= 0.4" 7043 } 7044 }, 7045 "node_modules/object.assign": { 7046 "version": "4.1.7", 7047 "dev": true, 7048 "license": "MIT", 7049 "dependencies": { 7050 "call-bind": "^1.0.8", 7051 "call-bound": "^1.0.3", 7052 "define-properties": "^1.2.1", 7053 "es-object-atoms": "^1.0.0", 7054 "has-symbols": "^1.1.0", 7055 "object-keys": "^1.1.1" 7056 }, 7057 "engines": { 7058 "node": ">= 0.4" 7059 }, 7060 "funding": { 7061 "url": "https://github.com/sponsors/ljharb" 7062 } 7063 }, 7064 "node_modules/object.entries": { 7065 "version": "1.1.9", 7066 "dev": true, 7067 "license": "MIT", 7068 "dependencies": { 7069 "call-bind": "^1.0.8", 7070 "call-bound": "^1.0.4", 7071 "define-properties": "^1.2.1", 7072 "es-object-atoms": "^1.1.1" 7073 }, 7074 "engines": { 7075 "node": ">= 0.4" 7076 } 7077 }, 7078 "node_modules/object.fromentries": { 7079 "version": "2.0.8", 7080 "dev": true, 7081 "license": "MIT", 7082 "dependencies": { 7083 "call-bind": "^1.0.7", 7084 "define-properties": "^1.2.1", 7085 "es-abstract": "^1.23.2", 7086 "es-object-atoms": "^1.0.0" 7087 }, 7088 "engines": { 7089 "node": ">= 0.4" 7090 }, 7091 "funding": { 7092 "url": "https://github.com/sponsors/ljharb" 7093 } 7094 }, 7095 "node_modules/object.values": { 7096 "version": "1.2.1", 7097 "dev": true, 7098 "license": "MIT", 7099 "dependencies": { 7100 "call-bind": "^1.0.8", 7101 "call-bound": "^1.0.3", 7102 "define-properties": "^1.2.1", 7103 "es-object-atoms": "^1.0.0" 7104 }, 7105 "engines": { 7106 "node": ">= 0.4" 7107 }, 7108 "funding": { 7109 "url": "https://github.com/sponsors/ljharb" 7110 } 7111 }, 7112 "node_modules/ofetch": { 7113 "version": "1.5.1", 7114 "license": "MIT", 7115 "dependencies": { 7116 "destr": "^2.0.5", 7117 "node-fetch-native": "^1.6.7", 7118 "ufo": "^1.6.1" 7119 } 7120 }, 7121 "node_modules/ohash": { 7122 "version": "2.0.11", 7123 "license": "MIT" 7124 }, 7125 "node_modules/on-finished": { 7126 "version": "2.4.1", 7127 "license": "MIT", 7128 "dependencies": { 7129 "ee-first": "1.1.1" 7130 }, 7131 "engines": { 7132 "node": ">= 0.8" 7133 } 7134 }, 7135 "node_modules/oniguruma-parser": { 7136 "version": "0.12.1", 7137 "license": "MIT" 7138 }, 7139 "node_modules/oniguruma-to-es": { 7140 "version": "4.3.4", 7141 "license": "MIT", 7142 "dependencies": { 7143 "oniguruma-parser": "^0.12.1", 7144 "regex": "^6.0.1", 7145 "regex-recursion": "^6.0.2" 7146 } 7147 }, 7148 "node_modules/optionator": { 7149 "version": "0.9.4", 7150 "dev": true, 7151 "license": "MIT", 7152 "dependencies": { 7153 "deep-is": "^0.1.3", 7154 "fast-levenshtein": "^2.0.6", 7155 "levn": "^0.4.1", 7156 "prelude-ls": "^1.2.1", 7157 "type-check": "^0.4.0", 7158 "word-wrap": "^1.2.5" 7159 }, 7160 "engines": { 7161 "node": ">= 0.8.0" 7162 } 7163 }, 7164 "node_modules/own-keys": { 7165 "version": "1.0.1", 7166 "dev": true, 7167 "license": "MIT", 7168 "dependencies": { 7169 "get-intrinsic": "^1.2.6", 7170 "object-keys": "^1.1.1", 7171 "safe-push-apply": "^1.0.0" 7172 }, 7173 "engines": { 7174 "node": ">= 0.4" 7175 }, 7176 "funding": { 7177 "url": "https://github.com/sponsors/ljharb" 7178 } 7179 }, 7180 "node_modules/p-limit": { 7181 "version": "6.2.0", 7182 "license": "MIT", 7183 "dependencies": { 7184 "yocto-queue": "^1.1.1" 7185 }, 7186 "engines": { 7187 "node": ">=18" 7188 }, 7189 "funding": { 7190 "url": "https://github.com/sponsors/sindresorhus" 7191 } 7192 }, 7193 "node_modules/p-locate": { 7194 "version": "5.0.0", 7195 "dev": true, 7196 "license": "MIT", 7197 "dependencies": { 7198 "p-limit": "^3.0.2" 7199 }, 7200 "engines": { 7201 "node": ">=10" 7202 }, 7203 "funding": { 7204 "url": "https://github.com/sponsors/sindresorhus" 7205 } 7206 }, 7207 "node_modules/p-locate/node_modules/p-limit": { 7208 "version": "3.1.0", 7209 "dev": true, 7210 "license": "MIT", 7211 "dependencies": { 7212 "yocto-queue": "^0.1.0" 7213 }, 7214 "engines": { 7215 "node": ">=10" 7216 }, 7217 "funding": { 7218 "url": "https://github.com/sponsors/sindresorhus" 7219 } 7220 }, 7221 "node_modules/p-locate/node_modules/p-limit/node_modules/yocto-queue": { 7222 "version": "0.1.0", 7223 "dev": true, 7224 "license": "MIT", 7225 "engines": { 7226 "node": ">=10" 7227 }, 7228 "funding": { 7229 "url": "https://github.com/sponsors/sindresorhus" 7230 } 7231 }, 7232 "node_modules/p-queue": { 7233 "version": "8.1.1", 7234 "license": "MIT", 7235 "dependencies": { 7236 "eventemitter3": "^5.0.1", 7237 "p-timeout": "^6.1.2" 7238 }, 7239 "engines": { 7240 "node": ">=18" 7241 }, 7242 "funding": { 7243 "url": "https://github.com/sponsors/sindresorhus" 7244 } 7245 }, 7246 "node_modules/p-timeout": { 7247 "version": "6.1.4", 7248 "license": "MIT", 7249 "engines": { 7250 "node": ">=14.16" 7251 }, 7252 "funding": { 7253 "url": "https://github.com/sponsors/sindresorhus" 7254 } 7255 }, 7256 "node_modules/package-manager-detector": { 7257 "version": "1.6.0", 7258 "license": "MIT" 7259 }, 7260 "node_modules/pako": { 7261 "version": "0.2.9", 7262 "license": "MIT" 7263 }, 7264 "node_modules/parse-css-color": { 7265 "version": "0.2.1", 7266 "license": "MIT", 7267 "dependencies": { 7268 "color-name": "^1.1.4", 7269 "hex-rgb": "^4.1.0" 7270 } 7271 }, 7272 "node_modules/parse-latin": { 7273 "version": "7.0.0", 7274 "license": "MIT", 7275 "dependencies": { 7276 "@types/nlcst": "^2.0.0", 7277 "@types/unist": "^3.0.0", 7278 "nlcst-to-string": "^4.0.0", 7279 "unist-util-modify-children": "^4.0.0", 7280 "unist-util-visit-children": "^3.0.0", 7281 "vfile": "^6.0.0" 7282 }, 7283 "funding": { 7284 "type": "github", 7285 "url": "https://github.com/sponsors/wooorm" 7286 } 7287 }, 7288 "node_modules/parse5": { 7289 "version": "7.3.0", 7290 "license": "MIT", 7291 "dependencies": { 7292 "entities": "^6.0.0" 7293 }, 7294 "funding": { 7295 "url": "https://github.com/inikulin/parse5?sponsor=1" 7296 } 7297 }, 7298 "node_modules/path-exists": { 7299 "version": "4.0.0", 7300 "dev": true, 7301 "license": "MIT", 7302 "engines": { 7303 "node": ">=8" 7304 } 7305 }, 7306 "node_modules/path-key": { 7307 "version": "3.1.1", 7308 "dev": true, 7309 "license": "MIT", 7310 "engines": { 7311 "node": ">=8" 7312 } 7313 }, 7314 "node_modules/path-parse": { 7315 "version": "1.0.7", 7316 "license": "MIT" 7317 }, 7318 "node_modules/piccolore": { 7319 "version": "0.1.3", 7320 "license": "ISC" 7321 }, 7322 "node_modules/picocolors": { 7323 "version": "1.1.1", 7324 "license": "ISC" 7325 }, 7326 "node_modules/picomatch": { 7327 "version": "4.0.3", 7328 "license": "MIT", 7329 "engines": { 7330 "node": ">=12" 7331 }, 7332 "funding": { 7333 "url": "https://github.com/sponsors/jonschlinkert" 7334 } 7335 }, 7336 "node_modules/pify": { 7337 "version": "2.3.0", 7338 "license": "MIT", 7339 "engines": { 7340 "node": ">=0.10.0" 7341 } 7342 }, 7343 "node_modules/pirates": { 7344 "version": "4.0.7", 7345 "license": "MIT", 7346 "engines": { 7347 "node": ">= 6" 7348 } 7349 }, 7350 "node_modules/possible-typed-array-names": { 7351 "version": "1.1.0", 7352 "dev": true, 7353 "license": "MIT", 7354 "engines": { 7355 "node": ">= 0.4" 7356 } 7357 }, 7358 "node_modules/postcss": { 7359 "version": "8.5.6", 7360 "funding": [ 7361 { 7362 "type": "opencollective", 7363 "url": "https://opencollective.com/postcss/" 7364 }, 7365 { 7366 "type": "tidelift", 7367 "url": "https://tidelift.com/funding/github/npm/postcss" 7368 }, 7369 { 7370 "type": "github", 7371 "url": "https://github.com/sponsors/ai" 7372 } 7373 ], 7374 "license": "MIT", 7375 "dependencies": { 7376 "nanoid": "^3.3.11", 7377 "picocolors": "^1.1.1", 7378 "source-map-js": "^1.2.1" 7379 }, 7380 "engines": { 7381 "node": "^10 || ^12 || >=14" 7382 } 7383 }, 7384 "node_modules/postcss-import": { 7385 "version": "15.1.0", 7386 "license": "MIT", 7387 "dependencies": { 7388 "postcss-value-parser": "^4.0.0", 7389 "read-cache": "^1.0.0", 7390 "resolve": "^1.1.7" 7391 }, 7392 "engines": { 7393 "node": ">=14.0.0" 7394 }, 7395 "peerDependencies": { 7396 "postcss": "^8.0.0" 7397 } 7398 }, 7399 "node_modules/postcss-import/node_modules/resolve": { 7400 "version": "1.22.11", 7401 "license": "MIT", 7402 "dependencies": { 7403 "is-core-module": "^2.16.1", 7404 "path-parse": "^1.0.7", 7405 "supports-preserve-symlinks-flag": "^1.0.0" 7406 }, 7407 "bin": { 7408 "resolve": "bin/resolve" 7409 }, 7410 "engines": { 7411 "node": ">= 0.4" 7412 }, 7413 "funding": { 7414 "url": "https://github.com/sponsors/ljharb" 7415 } 7416 }, 7417 "node_modules/postcss-js": { 7418 "version": "4.1.0", 7419 "funding": [ 7420 { 7421 "type": "opencollective", 7422 "url": "https://opencollective.com/postcss/" 7423 }, 7424 { 7425 "type": "github", 7426 "url": "https://github.com/sponsors/ai" 7427 } 7428 ], 7429 "license": "MIT", 7430 "dependencies": { 7431 "camelcase-css": "^2.0.1" 7432 }, 7433 "engines": { 7434 "node": "^12 || ^14 || >= 16" 7435 }, 7436 "peerDependencies": { 7437 "postcss": "^8.4.21" 7438 } 7439 }, 7440 "node_modules/postcss-load-config": { 7441 "version": "4.0.2", 7442 "funding": [ 7443 { 7444 "type": "opencollective", 7445 "url": "https://opencollective.com/postcss/" 7446 }, 7447 { 7448 "type": "github", 7449 "url": "https://github.com/sponsors/ai" 7450 } 7451 ], 7452 "license": "MIT", 7453 "dependencies": { 7454 "lilconfig": "^3.0.0", 7455 "yaml": "^2.3.4" 7456 }, 7457 "engines": { 7458 "node": ">= 14" 7459 }, 7460 "peerDependencies": { 7461 "postcss": ">=8.0.9", 7462 "ts-node": ">=9.0.0" 7463 }, 7464 "peerDependenciesMeta": { 7465 "postcss": { 7466 "optional": true 7467 }, 7468 "ts-node": { 7469 "optional": true 7470 } 7471 } 7472 }, 7473 "node_modules/postcss-nested": { 7474 "version": "6.2.0", 7475 "funding": [ 7476 { 7477 "type": "opencollective", 7478 "url": "https://opencollective.com/postcss/" 7479 }, 7480 { 7481 "type": "github", 7482 "url": "https://github.com/sponsors/ai" 7483 } 7484 ], 7485 "license": "MIT", 7486 "dependencies": { 7487 "postcss-selector-parser": "^6.1.1" 7488 }, 7489 "engines": { 7490 "node": ">=12.0" 7491 }, 7492 "peerDependencies": { 7493 "postcss": "^8.2.14" 7494 } 7495 }, 7496 "node_modules/postcss-selector-parser": { 7497 "version": "6.1.2", 7498 "license": "MIT", 7499 "dependencies": { 7500 "cssesc": "^3.0.0", 7501 "util-deprecate": "^1.0.2" 7502 }, 7503 "engines": { 7504 "node": ">=4" 7505 } 7506 }, 7507 "node_modules/postcss-value-parser": { 7508 "version": "4.2.0", 7509 "license": "MIT" 7510 }, 7511 "node_modules/prelude-ls": { 7512 "version": "1.2.1", 7513 "dev": true, 7514 "license": "MIT", 7515 "engines": { 7516 "node": ">= 0.8.0" 7517 } 7518 }, 7519 "node_modules/prettier": { 7520 "version": "3.8.1", 7521 "dev": true, 7522 "license": "MIT", 7523 "bin": { 7524 "prettier": "bin/prettier.cjs" 7525 }, 7526 "engines": { 7527 "node": ">=14" 7528 }, 7529 "funding": { 7530 "url": "https://github.com/prettier/prettier?sponsor=1" 7531 } 7532 }, 7533 "node_modules/prettier-linter-helpers": { 7534 "version": "1.0.1", 7535 "dev": true, 7536 "license": "MIT", 7537 "dependencies": { 7538 "fast-diff": "^1.1.2" 7539 }, 7540 "engines": { 7541 "node": ">=6.0.0" 7542 } 7543 }, 7544 "node_modules/prismjs": { 7545 "version": "1.30.0", 7546 "license": "MIT", 7547 "engines": { 7548 "node": ">=6" 7549 } 7550 }, 7551 "node_modules/prompts": { 7552 "version": "2.4.2", 7553 "license": "MIT", 7554 "dependencies": { 7555 "kleur": "^3.0.3", 7556 "sisteransi": "^1.0.5" 7557 }, 7558 "engines": { 7559 "node": ">= 6" 7560 } 7561 }, 7562 "node_modules/prop-types": { 7563 "version": "15.8.1", 7564 "dev": true, 7565 "license": "MIT", 7566 "dependencies": { 7567 "loose-envify": "^1.4.0", 7568 "object-assign": "^4.1.1", 7569 "react-is": "^16.13.1" 7570 } 7571 }, 7572 "node_modules/property-information": { 7573 "version": "7.1.0", 7574 "license": "MIT", 7575 "funding": { 7576 "type": "github", 7577 "url": "https://github.com/sponsors/wooorm" 7578 } 7579 }, 7580 "node_modules/punycode": { 7581 "version": "2.3.1", 7582 "dev": true, 7583 "license": "MIT", 7584 "engines": { 7585 "node": ">=6" 7586 } 7587 }, 7588 "node_modules/queue-microtask": { 7589 "version": "1.2.3", 7590 "funding": [ 7591 { 7592 "type": "github", 7593 "url": "https://github.com/sponsors/feross" 7594 }, 7595 { 7596 "type": "patreon", 7597 "url": "https://www.patreon.com/feross" 7598 }, 7599 { 7600 "type": "consulting", 7601 "url": "https://feross.org/support" 7602 } 7603 ], 7604 "license": "MIT" 7605 }, 7606 "node_modules/radix3": { 7607 "version": "1.1.2", 7608 "license": "MIT" 7609 }, 7610 "node_modules/range-parser": { 7611 "version": "1.2.1", 7612 "license": "MIT", 7613 "engines": { 7614 "node": ">= 0.6" 7615 } 7616 }, 7617 "node_modules/react": { 7618 "version": "19.2.4", 7619 "license": "MIT", 7620 "engines": { 7621 "node": ">=0.10.0" 7622 } 7623 }, 7624 "node_modules/react-dom": { 7625 "version": "19.2.4", 7626 "license": "MIT", 7627 "dependencies": { 7628 "scheduler": "^0.27.0" 7629 }, 7630 "peerDependencies": { 7631 "react": "^19.2.4" 7632 } 7633 }, 7634 "node_modules/react-icons": { 7635 "version": "5.5.0", 7636 "dev": true, 7637 "license": "MIT", 7638 "peerDependencies": { 7639 "react": "*" 7640 } 7641 }, 7642 "node_modules/react-is": { 7643 "version": "16.13.1", 7644 "dev": true, 7645 "license": "MIT" 7646 }, 7647 "node_modules/react-refresh": { 7648 "version": "0.17.0", 7649 "license": "MIT", 7650 "engines": { 7651 "node": ">=0.10.0" 7652 } 7653 }, 7654 "node_modules/react-router": { 7655 "version": "7.13.0", 7656 "license": "MIT", 7657 "dependencies": { 7658 "cookie": "^1.0.1", 7659 "set-cookie-parser": "^2.6.0" 7660 }, 7661 "engines": { 7662 "node": ">=20.0.0" 7663 }, 7664 "peerDependencies": { 7665 "react": ">=18", 7666 "react-dom": ">=18" 7667 }, 7668 "peerDependenciesMeta": { 7669 "react-dom": { 7670 "optional": true 7671 } 7672 } 7673 }, 7674 "node_modules/react-router-dom": { 7675 "version": "7.13.0", 7676 "license": "MIT", 7677 "dependencies": { 7678 "react-router": "7.13.0" 7679 }, 7680 "engines": { 7681 "node": ">=20.0.0" 7682 }, 7683 "peerDependencies": { 7684 "react": ">=18", 7685 "react-dom": ">=18" 7686 } 7687 }, 7688 "node_modules/read-cache": { 7689 "version": "1.0.0", 7690 "license": "MIT", 7691 "dependencies": { 7692 "pify": "^2.3.0" 7693 } 7694 }, 7695 "node_modules/reflect.getprototypeof": { 7696 "version": "1.0.10", 7697 "dev": true, 7698 "license": "MIT", 7699 "dependencies": { 7700 "call-bind": "^1.0.8", 7701 "define-properties": "^1.2.1", 7702 "es-abstract": "^1.23.9", 7703 "es-errors": "^1.3.0", 7704 "es-object-atoms": "^1.0.0", 7705 "get-intrinsic": "^1.2.7", 7706 "get-proto": "^1.0.1", 7707 "which-builtin-type": "^1.2.1" 7708 }, 7709 "engines": { 7710 "node": ">= 0.4" 7711 }, 7712 "funding": { 7713 "url": "https://github.com/sponsors/ljharb" 7714 } 7715 }, 7716 "node_modules/regex": { 7717 "version": "6.1.0", 7718 "license": "MIT", 7719 "dependencies": { 7720 "regex-utilities": "^2.3.0" 7721 } 7722 }, 7723 "node_modules/regex-recursion": { 7724 "version": "6.0.2", 7725 "license": "MIT", 7726 "dependencies": { 7727 "regex-utilities": "^2.3.0" 7728 } 7729 }, 7730 "node_modules/regex-utilities": { 7731 "version": "2.3.0", 7732 "license": "MIT" 7733 }, 7734 "node_modules/regexp.prototype.flags": { 7735 "version": "1.5.4", 7736 "dev": true, 7737 "license": "MIT", 7738 "dependencies": { 7739 "call-bind": "^1.0.8", 7740 "define-properties": "^1.2.1", 7741 "es-errors": "^1.3.0", 7742 "get-proto": "^1.0.1", 7743 "gopd": "^1.2.0", 7744 "set-function-name": "^2.0.2" 7745 }, 7746 "engines": { 7747 "node": ">= 0.4" 7748 }, 7749 "funding": { 7750 "url": "https://github.com/sponsors/ljharb" 7751 } 7752 }, 7753 "node_modules/rehype": { 7754 "version": "13.0.2", 7755 "license": "MIT", 7756 "dependencies": { 7757 "@types/hast": "^3.0.0", 7758 "rehype-parse": "^9.0.0", 7759 "rehype-stringify": "^10.0.0", 7760 "unified": "^11.0.0" 7761 }, 7762 "funding": { 7763 "type": "opencollective", 7764 "url": "https://opencollective.com/unified" 7765 } 7766 }, 7767 "node_modules/rehype-parse": { 7768 "version": "9.0.1", 7769 "license": "MIT", 7770 "dependencies": { 7771 "@types/hast": "^3.0.0", 7772 "hast-util-from-html": "^2.0.0", 7773 "unified": "^11.0.0" 7774 }, 7775 "funding": { 7776 "type": "opencollective", 7777 "url": "https://opencollective.com/unified" 7778 } 7779 }, 7780 "node_modules/rehype-raw": { 7781 "version": "7.0.0", 7782 "license": "MIT", 7783 "dependencies": { 7784 "@types/hast": "^3.0.0", 7785 "hast-util-raw": "^9.0.0", 7786 "vfile": "^6.0.0" 7787 }, 7788 "funding": { 7789 "type": "opencollective", 7790 "url": "https://opencollective.com/unified" 7791 } 7792 }, 7793 "node_modules/rehype-stringify": { 7794 "version": "10.0.1", 7795 "license": "MIT", 7796 "dependencies": { 7797 "@types/hast": "^3.0.0", 7798 "hast-util-to-html": "^9.0.0", 7799 "unified": "^11.0.0" 7800 }, 7801 "funding": { 7802 "type": "opencollective", 7803 "url": "https://opencollective.com/unified" 7804 } 7805 }, 7806 "node_modules/remark-gfm": { 7807 "version": "4.0.1", 7808 "license": "MIT", 7809 "dependencies": { 7810 "@types/mdast": "^4.0.0", 7811 "mdast-util-gfm": "^3.0.0", 7812 "micromark-extension-gfm": "^3.0.0", 7813 "remark-parse": "^11.0.0", 7814 "remark-stringify": "^11.0.0", 7815 "unified": "^11.0.0" 7816 }, 7817 "funding": { 7818 "type": "opencollective", 7819 "url": "https://opencollective.com/unified" 7820 } 7821 }, 7822 "node_modules/remark-parse": { 7823 "version": "11.0.0", 7824 "license": "MIT", 7825 "dependencies": { 7826 "@types/mdast": "^4.0.0", 7827 "mdast-util-from-markdown": "^2.0.0", 7828 "micromark-util-types": "^2.0.0", 7829 "unified": "^11.0.0" 7830 }, 7831 "funding": { 7832 "type": "opencollective", 7833 "url": "https://opencollective.com/unified" 7834 } 7835 }, 7836 "node_modules/remark-rehype": { 7837 "version": "11.1.2", 7838 "license": "MIT", 7839 "dependencies": { 7840 "@types/hast": "^3.0.0", 7841 "@types/mdast": "^4.0.0", 7842 "mdast-util-to-hast": "^13.0.0", 7843 "unified": "^11.0.0", 7844 "vfile": "^6.0.0" 7845 }, 7846 "funding": { 7847 "type": "opencollective", 7848 "url": "https://opencollective.com/unified" 7849 } 7850 }, 7851 "node_modules/remark-smartypants": { 7852 "version": "3.0.2", 7853 "license": "MIT", 7854 "dependencies": { 7855 "retext": "^9.0.0", 7856 "retext-smartypants": "^6.0.0", 7857 "unified": "^11.0.4", 7858 "unist-util-visit": "^5.0.0" 7859 }, 7860 "engines": { 7861 "node": ">=16.0.0" 7862 } 7863 }, 7864 "node_modules/remark-stringify": { 7865 "version": "11.0.0", 7866 "license": "MIT", 7867 "dependencies": { 7868 "@types/mdast": "^4.0.0", 7869 "mdast-util-to-markdown": "^2.0.0", 7870 "unified": "^11.0.0" 7871 }, 7872 "funding": { 7873 "type": "opencollective", 7874 "url": "https://opencollective.com/unified" 7875 } 7876 }, 7877 "node_modules/resolve": { 7878 "version": "2.0.0-next.5", 7879 "dev": true, 7880 "license": "MIT", 7881 "dependencies": { 7882 "is-core-module": "^2.13.0", 7883 "path-parse": "^1.0.7", 7884 "supports-preserve-symlinks-flag": "^1.0.0" 7885 }, 7886 "bin": { 7887 "resolve": "bin/resolve" 7888 }, 7889 "funding": { 7890 "url": "https://github.com/sponsors/ljharb" 7891 } 7892 }, 7893 "node_modules/retext": { 7894 "version": "9.0.0", 7895 "license": "MIT", 7896 "dependencies": { 7897 "@types/nlcst": "^2.0.0", 7898 "retext-latin": "^4.0.0", 7899 "retext-stringify": "^4.0.0", 7900 "unified": "^11.0.0" 7901 }, 7902 "funding": { 7903 "type": "opencollective", 7904 "url": "https://opencollective.com/unified" 7905 } 7906 }, 7907 "node_modules/retext-latin": { 7908 "version": "4.0.0", 7909 "license": "MIT", 7910 "dependencies": { 7911 "@types/nlcst": "^2.0.0", 7912 "parse-latin": "^7.0.0", 7913 "unified": "^11.0.0" 7914 }, 7915 "funding": { 7916 "type": "opencollective", 7917 "url": "https://opencollective.com/unified" 7918 } 7919 }, 7920 "node_modules/retext-smartypants": { 7921 "version": "6.2.0", 7922 "license": "MIT", 7923 "dependencies": { 7924 "@types/nlcst": "^2.0.0", 7925 "nlcst-to-string": "^4.0.0", 7926 "unist-util-visit": "^5.0.0" 7927 }, 7928 "funding": { 7929 "type": "opencollective", 7930 "url": "https://opencollective.com/unified" 7931 } 7932 }, 7933 "node_modules/retext-stringify": { 7934 "version": "4.0.0", 7935 "license": "MIT", 7936 "dependencies": { 7937 "@types/nlcst": "^2.0.0", 7938 "nlcst-to-string": "^4.0.0", 7939 "unified": "^11.0.0" 7940 }, 7941 "funding": { 7942 "type": "opencollective", 7943 "url": "https://opencollective.com/unified" 7944 } 7945 }, 7946 "node_modules/reusify": { 7947 "version": "1.1.0", 7948 "license": "MIT", 7949 "engines": { 7950 "iojs": ">=1.0.0", 7951 "node": ">=0.10.0" 7952 } 7953 }, 7954 "node_modules/rollup": { 7955 "version": "4.57.1", 7956 "license": "MIT", 7957 "dependencies": { 7958 "@types/estree": "1.0.8" 7959 }, 7960 "bin": { 7961 "rollup": "dist/bin/rollup" 7962 }, 7963 "engines": { 7964 "node": ">=18.0.0", 7965 "npm": ">=8.0.0" 7966 }, 7967 "optionalDependencies": { 7968 "@rollup/rollup-android-arm-eabi": "4.57.1", 7969 "@rollup/rollup-android-arm64": "4.57.1", 7970 "@rollup/rollup-darwin-arm64": "4.57.1", 7971 "@rollup/rollup-darwin-x64": "4.57.1", 7972 "@rollup/rollup-freebsd-arm64": "4.57.1", 7973 "@rollup/rollup-freebsd-x64": "4.57.1", 7974 "@rollup/rollup-linux-arm-gnueabihf": "4.57.1", 7975 "@rollup/rollup-linux-arm-musleabihf": "4.57.1", 7976 "@rollup/rollup-linux-arm64-gnu": "4.57.1", 7977 "@rollup/rollup-linux-arm64-musl": "4.57.1", 7978 "@rollup/rollup-linux-loong64-gnu": "4.57.1", 7979 "@rollup/rollup-linux-loong64-musl": "4.57.1", 7980 "@rollup/rollup-linux-ppc64-gnu": "4.57.1", 7981 "@rollup/rollup-linux-ppc64-musl": "4.57.1", 7982 "@rollup/rollup-linux-riscv64-gnu": "4.57.1", 7983 "@rollup/rollup-linux-riscv64-musl": "4.57.1", 7984 "@rollup/rollup-linux-s390x-gnu": "4.57.1", 7985 "@rollup/rollup-linux-x64-gnu": "4.57.1", 7986 "@rollup/rollup-linux-x64-musl": "4.57.1", 7987 "@rollup/rollup-openbsd-x64": "4.57.1", 7988 "@rollup/rollup-openharmony-arm64": "4.57.1", 7989 "@rollup/rollup-win32-arm64-msvc": "4.57.1", 7990 "@rollup/rollup-win32-ia32-msvc": "4.57.1", 7991 "@rollup/rollup-win32-x64-gnu": "4.57.1", 7992 "@rollup/rollup-win32-x64-msvc": "4.57.1", 7993 "fsevents": "~2.3.2" 7994 } 7995 }, 7996 "node_modules/run-parallel": { 7997 "version": "1.2.0", 7998 "funding": [ 7999 { 8000 "type": "github", 8001 "url": "https://github.com/sponsors/feross" 8002 }, 8003 { 8004 "type": "patreon", 8005 "url": "https://www.patreon.com/feross" 8006 }, 8007 { 8008 "type": "consulting", 8009 "url": "https://feross.org/support" 8010 } 8011 ], 8012 "license": "MIT", 8013 "dependencies": { 8014 "queue-microtask": "^1.2.2" 8015 } 8016 }, 8017 "node_modules/safe-array-concat": { 8018 "version": "1.1.3", 8019 "dev": true, 8020 "license": "MIT", 8021 "dependencies": { 8022 "call-bind": "^1.0.8", 8023 "call-bound": "^1.0.2", 8024 "get-intrinsic": "^1.2.6", 8025 "has-symbols": "^1.1.0", 8026 "isarray": "^2.0.5" 8027 }, 8028 "engines": { 8029 "node": ">=0.4" 8030 }, 8031 "funding": { 8032 "url": "https://github.com/sponsors/ljharb" 8033 } 8034 }, 8035 "node_modules/safe-push-apply": { 8036 "version": "1.0.0", 8037 "dev": true, 8038 "license": "MIT", 8039 "dependencies": { 8040 "es-errors": "^1.3.0", 8041 "isarray": "^2.0.5" 8042 }, 8043 "engines": { 8044 "node": ">= 0.4" 8045 }, 8046 "funding": { 8047 "url": "https://github.com/sponsors/ljharb" 8048 } 8049 }, 8050 "node_modules/safe-regex-test": { 8051 "version": "1.1.0", 8052 "dev": true, 8053 "license": "MIT", 8054 "dependencies": { 8055 "call-bound": "^1.0.2", 8056 "es-errors": "^1.3.0", 8057 "is-regex": "^1.2.1" 8058 }, 8059 "engines": { 8060 "node": ">= 0.4" 8061 }, 8062 "funding": { 8063 "url": "https://github.com/sponsors/ljharb" 8064 } 8065 }, 8066 "node_modules/satori": { 8067 "version": "0.19.2", 8068 "resolved": "https://registry.npmjs.org/satori/-/satori-0.19.2.tgz", 8069 "integrity": "sha512-71plFHWcq6WJBM5sf/n0eHOmTBiKLUB/G8du7SmLTTLHKEKrV3TPHGKcEVIoyjnbhnjvu9HhLyF9MATB/zzL7g==", 8070 "license": "MPL-2.0", 8071 "dependencies": { 8072 "@shuding/opentype.js": "1.4.0-beta.0", 8073 "css-background-parser": "^0.1.0", 8074 "css-box-shadow": "1.0.0-3", 8075 "css-gradient-parser": "^0.0.17", 8076 "css-to-react-native": "^3.0.0", 8077 "emoji-regex-xs": "^2.0.1", 8078 "escape-html": "^1.0.3", 8079 "linebreak": "^1.1.0", 8080 "parse-css-color": "^0.2.1", 8081 "postcss-value-parser": "^4.2.0", 8082 "yoga-layout": "^3.2.1" 8083 }, 8084 "engines": { 8085 "node": ">=16" 8086 } 8087 }, 8088 "node_modules/sax": { 8089 "version": "1.4.4", 8090 "license": "BlueOak-1.0.0", 8091 "engines": { 8092 "node": ">=11.0.0" 8093 } 8094 }, 8095 "node_modules/scheduler": { 8096 "version": "0.27.0", 8097 "license": "MIT" 8098 }, 8099 "node_modules/semver": { 8100 "version": "6.3.1", 8101 "dev": true, 8102 "license": "ISC", 8103 "bin": { 8104 "semver": "bin/semver.js" 8105 } 8106 }, 8107 "node_modules/send": { 8108 "version": "1.2.1", 8109 "license": "MIT", 8110 "dependencies": { 8111 "debug": "^4.4.3", 8112 "encodeurl": "^2.0.0", 8113 "escape-html": "^1.0.3", 8114 "etag": "^1.8.1", 8115 "fresh": "^2.0.0", 8116 "http-errors": "^2.0.1", 8117 "mime-types": "^3.0.2", 8118 "ms": "^2.1.3", 8119 "on-finished": "^2.4.1", 8120 "range-parser": "^1.2.1", 8121 "statuses": "^2.0.2" 8122 }, 8123 "engines": { 8124 "node": ">= 18" 8125 }, 8126 "funding": { 8127 "type": "opencollective", 8128 "url": "https://opencollective.com/express" 8129 } 8130 }, 8131 "node_modules/server-destroy": { 8132 "version": "1.0.1", 8133 "license": "ISC" 8134 }, 8135 "node_modules/set-cookie-parser": { 8136 "version": "2.7.2", 8137 "license": "MIT" 8138 }, 8139 "node_modules/set-function-length": { 8140 "version": "1.2.2", 8141 "dev": true, 8142 "license": "MIT", 8143 "dependencies": { 8144 "define-data-property": "^1.1.4", 8145 "es-errors": "^1.3.0", 8146 "function-bind": "^1.1.2", 8147 "get-intrinsic": "^1.2.4", 8148 "gopd": "^1.0.1", 8149 "has-property-descriptors": "^1.0.2" 8150 }, 8151 "engines": { 8152 "node": ">= 0.4" 8153 } 8154 }, 8155 "node_modules/set-function-name": { 8156 "version": "2.0.2", 8157 "dev": true, 8158 "license": "MIT", 8159 "dependencies": { 8160 "define-data-property": "^1.1.4", 8161 "es-errors": "^1.3.0", 8162 "functions-have-names": "^1.2.3", 8163 "has-property-descriptors": "^1.0.2" 8164 }, 8165 "engines": { 8166 "node": ">= 0.4" 8167 } 8168 }, 8169 "node_modules/set-proto": { 8170 "version": "1.0.0", 8171 "dev": true, 8172 "license": "MIT", 8173 "dependencies": { 8174 "dunder-proto": "^1.0.1", 8175 "es-errors": "^1.3.0", 8176 "es-object-atoms": "^1.0.0" 8177 }, 8178 "engines": { 8179 "node": ">= 0.4" 8180 } 8181 }, 8182 "node_modules/setprototypeof": { 8183 "version": "1.2.0", 8184 "license": "ISC" 8185 }, 8186 "node_modules/sharp": { 8187 "version": "0.34.5", 8188 "hasInstallScript": true, 8189 "license": "Apache-2.0", 8190 "optional": true, 8191 "dependencies": { 8192 "@img/colour": "^1.0.0", 8193 "detect-libc": "^2.1.2", 8194 "semver": "^7.7.3" 8195 }, 8196 "engines": { 8197 "node": "^18.17.0 || ^20.3.0 || >=21.0.0" 8198 }, 8199 "funding": { 8200 "url": "https://opencollective.com/libvips" 8201 }, 8202 "optionalDependencies": { 8203 "@img/sharp-darwin-arm64": "0.34.5", 8204 "@img/sharp-darwin-x64": "0.34.5", 8205 "@img/sharp-libvips-darwin-arm64": "1.2.4", 8206 "@img/sharp-libvips-darwin-x64": "1.2.4", 8207 "@img/sharp-libvips-linux-arm": "1.2.4", 8208 "@img/sharp-libvips-linux-arm64": "1.2.4", 8209 "@img/sharp-libvips-linux-ppc64": "1.2.4", 8210 "@img/sharp-libvips-linux-riscv64": "1.2.4", 8211 "@img/sharp-libvips-linux-s390x": "1.2.4", 8212 "@img/sharp-libvips-linux-x64": "1.2.4", 8213 "@img/sharp-libvips-linuxmusl-arm64": "1.2.4", 8214 "@img/sharp-libvips-linuxmusl-x64": "1.2.4", 8215 "@img/sharp-linux-arm": "0.34.5", 8216 "@img/sharp-linux-arm64": "0.34.5", 8217 "@img/sharp-linux-ppc64": "0.34.5", 8218 "@img/sharp-linux-riscv64": "0.34.5", 8219 "@img/sharp-linux-s390x": "0.34.5", 8220 "@img/sharp-linux-x64": "0.34.5", 8221 "@img/sharp-linuxmusl-arm64": "0.34.5", 8222 "@img/sharp-linuxmusl-x64": "0.34.5", 8223 "@img/sharp-wasm32": "0.34.5", 8224 "@img/sharp-win32-arm64": "0.34.5", 8225 "@img/sharp-win32-ia32": "0.34.5", 8226 "@img/sharp-win32-x64": "0.34.5" 8227 } 8228 }, 8229 "node_modules/sharp/node_modules/semver": { 8230 "version": "7.7.3", 8231 "license": "ISC", 8232 "optional": true, 8233 "bin": { 8234 "semver": "bin/semver.js" 8235 }, 8236 "engines": { 8237 "node": ">=10" 8238 } 8239 }, 8240 "node_modules/shebang-command": { 8241 "version": "2.0.0", 8242 "dev": true, 8243 "license": "MIT", 8244 "dependencies": { 8245 "shebang-regex": "^3.0.0" 8246 }, 8247 "engines": { 8248 "node": ">=8" 8249 } 8250 }, 8251 "node_modules/shebang-regex": { 8252 "version": "3.0.0", 8253 "dev": true, 8254 "license": "MIT", 8255 "engines": { 8256 "node": ">=8" 8257 } 8258 }, 8259 "node_modules/shiki": { 8260 "version": "3.22.0", 8261 "license": "MIT", 8262 "dependencies": { 8263 "@shikijs/core": "3.22.0", 8264 "@shikijs/engine-javascript": "3.22.0", 8265 "@shikijs/engine-oniguruma": "3.22.0", 8266 "@shikijs/langs": "3.22.0", 8267 "@shikijs/themes": "3.22.0", 8268 "@shikijs/types": "3.22.0", 8269 "@shikijs/vscode-textmate": "^10.0.2", 8270 "@types/hast": "^3.0.4" 8271 } 8272 }, 8273 "node_modules/side-channel": { 8274 "version": "1.1.0", 8275 "dev": true, 8276 "license": "MIT", 8277 "dependencies": { 8278 "es-errors": "^1.3.0", 8279 "object-inspect": "^1.13.3", 8280 "side-channel-list": "^1.0.0", 8281 "side-channel-map": "^1.0.1", 8282 "side-channel-weakmap": "^1.0.2" 8283 }, 8284 "engines": { 8285 "node": ">= 0.4" 8286 }, 8287 "funding": { 8288 "url": "https://github.com/sponsors/ljharb" 8289 } 8290 }, 8291 "node_modules/side-channel-list": { 8292 "version": "1.0.0", 8293 "dev": true, 8294 "license": "MIT", 8295 "dependencies": { 8296 "es-errors": "^1.3.0", 8297 "object-inspect": "^1.13.3" 8298 }, 8299 "engines": { 8300 "node": ">= 0.4" 8301 }, 8302 "funding": { 8303 "url": "https://github.com/sponsors/ljharb" 8304 } 8305 }, 8306 "node_modules/side-channel-map": { 8307 "version": "1.0.1", 8308 "dev": true, 8309 "license": "MIT", 8310 "dependencies": { 8311 "call-bound": "^1.0.2", 8312 "es-errors": "^1.3.0", 8313 "get-intrinsic": "^1.2.5", 8314 "object-inspect": "^1.13.3" 8315 }, 8316 "engines": { 8317 "node": ">= 0.4" 8318 }, 8319 "funding": { 8320 "url": "https://github.com/sponsors/ljharb" 8321 } 8322 }, 8323 "node_modules/side-channel-weakmap": { 8324 "version": "1.0.2", 8325 "dev": true, 8326 "license": "MIT", 8327 "dependencies": { 8328 "call-bound": "^1.0.2", 8329 "es-errors": "^1.3.0", 8330 "get-intrinsic": "^1.2.5", 8331 "object-inspect": "^1.13.3", 8332 "side-channel-map": "^1.0.1" 8333 }, 8334 "engines": { 8335 "node": ">= 0.4" 8336 }, 8337 "funding": { 8338 "url": "https://github.com/sponsors/ljharb" 8339 } 8340 }, 8341 "node_modules/sisteransi": { 8342 "version": "1.0.5", 8343 "license": "MIT" 8344 }, 8345 "node_modules/smol-toml": { 8346 "version": "1.6.0", 8347 "license": "BSD-3-Clause", 8348 "engines": { 8349 "node": ">= 18" 8350 }, 8351 "funding": { 8352 "url": "https://github.com/sponsors/cyyynthia" 8353 } 8354 }, 8355 "node_modules/source-map-js": { 8356 "version": "1.2.1", 8357 "license": "BSD-3-Clause", 8358 "engines": { 8359 "node": ">=0.10.0" 8360 } 8361 }, 8362 "node_modules/space-separated-tokens": { 8363 "version": "2.0.2", 8364 "license": "MIT", 8365 "funding": { 8366 "type": "github", 8367 "url": "https://github.com/sponsors/wooorm" 8368 } 8369 }, 8370 "node_modules/statuses": { 8371 "version": "2.0.2", 8372 "license": "MIT", 8373 "engines": { 8374 "node": ">= 0.8" 8375 } 8376 }, 8377 "node_modules/stop-iteration-iterator": { 8378 "version": "1.1.0", 8379 "dev": true, 8380 "license": "MIT", 8381 "dependencies": { 8382 "es-errors": "^1.3.0", 8383 "internal-slot": "^1.1.0" 8384 }, 8385 "engines": { 8386 "node": ">= 0.4" 8387 } 8388 }, 8389 "node_modules/string-width": { 8390 "version": "7.2.0", 8391 "license": "MIT", 8392 "dependencies": { 8393 "emoji-regex": "^10.3.0", 8394 "get-east-asian-width": "^1.0.0", 8395 "strip-ansi": "^7.1.0" 8396 }, 8397 "engines": { 8398 "node": ">=18" 8399 }, 8400 "funding": { 8401 "url": "https://github.com/sponsors/sindresorhus" 8402 } 8403 }, 8404 "node_modules/string.prototype.codepointat": { 8405 "version": "0.2.1", 8406 "license": "MIT" 8407 }, 8408 "node_modules/string.prototype.matchall": { 8409 "version": "4.0.12", 8410 "dev": true, 8411 "license": "MIT", 8412 "dependencies": { 8413 "call-bind": "^1.0.8", 8414 "call-bound": "^1.0.3", 8415 "define-properties": "^1.2.1", 8416 "es-abstract": "^1.23.6", 8417 "es-errors": "^1.3.0", 8418 "es-object-atoms": "^1.0.0", 8419 "get-intrinsic": "^1.2.6", 8420 "gopd": "^1.2.0", 8421 "has-symbols": "^1.1.0", 8422 "internal-slot": "^1.1.0", 8423 "regexp.prototype.flags": "^1.5.3", 8424 "set-function-name": "^2.0.2", 8425 "side-channel": "^1.1.0" 8426 }, 8427 "engines": { 8428 "node": ">= 0.4" 8429 }, 8430 "funding": { 8431 "url": "https://github.com/sponsors/ljharb" 8432 } 8433 }, 8434 "node_modules/string.prototype.repeat": { 8435 "version": "1.0.0", 8436 "dev": true, 8437 "license": "MIT", 8438 "dependencies": { 8439 "define-properties": "^1.1.3", 8440 "es-abstract": "^1.17.5" 8441 } 8442 }, 8443 "node_modules/string.prototype.trim": { 8444 "version": "1.2.10", 8445 "dev": true, 8446 "license": "MIT", 8447 "dependencies": { 8448 "call-bind": "^1.0.8", 8449 "call-bound": "^1.0.2", 8450 "define-data-property": "^1.1.4", 8451 "define-properties": "^1.2.1", 8452 "es-abstract": "^1.23.5", 8453 "es-object-atoms": "^1.0.0", 8454 "has-property-descriptors": "^1.0.2" 8455 }, 8456 "engines": { 8457 "node": ">= 0.4" 8458 }, 8459 "funding": { 8460 "url": "https://github.com/sponsors/ljharb" 8461 } 8462 }, 8463 "node_modules/string.prototype.trimend": { 8464 "version": "1.0.9", 8465 "dev": true, 8466 "license": "MIT", 8467 "dependencies": { 8468 "call-bind": "^1.0.8", 8469 "call-bound": "^1.0.2", 8470 "define-properties": "^1.2.1", 8471 "es-object-atoms": "^1.0.0" 8472 }, 8473 "engines": { 8474 "node": ">= 0.4" 8475 }, 8476 "funding": { 8477 "url": "https://github.com/sponsors/ljharb" 8478 } 8479 }, 8480 "node_modules/string.prototype.trimstart": { 8481 "version": "1.0.8", 8482 "dev": true, 8483 "license": "MIT", 8484 "dependencies": { 8485 "call-bind": "^1.0.7", 8486 "define-properties": "^1.2.1", 8487 "es-object-atoms": "^1.0.0" 8488 }, 8489 "engines": { 8490 "node": ">= 0.4" 8491 }, 8492 "funding": { 8493 "url": "https://github.com/sponsors/ljharb" 8494 } 8495 }, 8496 "node_modules/stringify-entities": { 8497 "version": "4.0.4", 8498 "license": "MIT", 8499 "dependencies": { 8500 "character-entities-html4": "^2.0.0", 8501 "character-entities-legacy": "^3.0.0" 8502 }, 8503 "funding": { 8504 "type": "github", 8505 "url": "https://github.com/sponsors/wooorm" 8506 } 8507 }, 8508 "node_modules/strip-ansi": { 8509 "version": "7.1.2", 8510 "license": "MIT", 8511 "dependencies": { 8512 "ansi-regex": "^6.0.1" 8513 }, 8514 "engines": { 8515 "node": ">=12" 8516 }, 8517 "funding": { 8518 "url": "https://github.com/chalk/strip-ansi?sponsor=1" 8519 } 8520 }, 8521 "node_modules/sucrase": { 8522 "version": "3.35.1", 8523 "license": "MIT", 8524 "dependencies": { 8525 "@jridgewell/gen-mapping": "^0.3.2", 8526 "commander": "^4.0.0", 8527 "lines-and-columns": "^1.1.6", 8528 "mz": "^2.7.0", 8529 "pirates": "^4.0.1", 8530 "tinyglobby": "^0.2.11", 8531 "ts-interface-checker": "^0.1.9" 8532 }, 8533 "bin": { 8534 "sucrase": "bin/sucrase", 8535 "sucrase-node": "bin/sucrase-node" 8536 }, 8537 "engines": { 8538 "node": ">=16 || 14 >=14.17" 8539 } 8540 }, 8541 "node_modules/sucrase/node_modules/commander": { 8542 "version": "4.1.1", 8543 "license": "MIT", 8544 "engines": { 8545 "node": ">= 6" 8546 } 8547 }, 8548 "node_modules/supports-preserve-symlinks-flag": { 8549 "version": "1.0.0", 8550 "license": "MIT", 8551 "engines": { 8552 "node": ">= 0.4" 8553 }, 8554 "funding": { 8555 "url": "https://github.com/sponsors/ljharb" 8556 } 8557 }, 8558 "node_modules/svgo": { 8559 "version": "4.0.0", 8560 "license": "MIT", 8561 "dependencies": { 8562 "commander": "^11.1.0", 8563 "css-select": "^5.1.0", 8564 "css-tree": "^3.0.1", 8565 "css-what": "^6.1.0", 8566 "csso": "^5.0.5", 8567 "picocolors": "^1.1.1", 8568 "sax": "^1.4.1" 8569 }, 8570 "bin": { 8571 "svgo": "bin/svgo.js" 8572 }, 8573 "engines": { 8574 "node": ">=16" 8575 }, 8576 "funding": { 8577 "type": "opencollective", 8578 "url": "https://opencollective.com/svgo" 8579 } 8580 }, 8581 "node_modules/synckit": { 8582 "version": "0.11.12", 8583 "dev": true, 8584 "license": "MIT", 8585 "dependencies": { 8586 "@pkgr/core": "^0.2.9" 8587 }, 8588 "engines": { 8589 "node": "^14.18.0 || >=16.0.0" 8590 }, 8591 "funding": { 8592 "url": "https://opencollective.com/synckit" 8593 } 8594 }, 8595 "node_modules/tailwind-merge": { 8596 "version": "3.4.0", 8597 "license": "MIT", 8598 "funding": { 8599 "type": "github", 8600 "url": "https://github.com/sponsors/dcastil" 8601 } 8602 }, 8603 "node_modules/tailwindcss": { 8604 "version": "3.4.19", 8605 "license": "MIT", 8606 "dependencies": { 8607 "@alloc/quick-lru": "^5.2.0", 8608 "arg": "^5.0.2", 8609 "chokidar": "^3.6.0", 8610 "didyoumean": "^1.2.2", 8611 "dlv": "^1.1.3", 8612 "fast-glob": "^3.3.2", 8613 "glob-parent": "^6.0.2", 8614 "is-glob": "^4.0.3", 8615 "jiti": "^1.21.7", 8616 "lilconfig": "^3.1.3", 8617 "micromatch": "^4.0.8", 8618 "normalize-path": "^3.0.0", 8619 "object-hash": "^3.0.0", 8620 "picocolors": "^1.1.1", 8621 "postcss": "^8.4.47", 8622 "postcss-import": "^15.1.0", 8623 "postcss-js": "^4.0.1", 8624 "postcss-load-config": "^4.0.2 || ^5.0 || ^6.0", 8625 "postcss-nested": "^6.2.0", 8626 "postcss-selector-parser": "^6.1.2", 8627 "resolve": "^1.22.8", 8628 "sucrase": "^3.35.0" 8629 }, 8630 "bin": { 8631 "tailwind": "lib/cli.js", 8632 "tailwindcss": "lib/cli.js" 8633 }, 8634 "engines": { 8635 "node": ">=14.0.0" 8636 } 8637 }, 8638 "node_modules/tailwindcss/node_modules/chokidar": { 8639 "version": "3.6.0", 8640 "license": "MIT", 8641 "dependencies": { 8642 "anymatch": "~3.1.2", 8643 "braces": "~3.0.2", 8644 "glob-parent": "~5.1.2", 8645 "is-binary-path": "~2.1.0", 8646 "is-glob": "~4.0.1", 8647 "normalize-path": "~3.0.0", 8648 "readdirp": "~3.6.0" 8649 }, 8650 "engines": { 8651 "node": ">= 8.10.0" 8652 }, 8653 "funding": { 8654 "url": "https://paulmillr.com/funding/" 8655 }, 8656 "optionalDependencies": { 8657 "fsevents": "~2.3.2" 8658 } 8659 }, 8660 "node_modules/tailwindcss/node_modules/chokidar/node_modules/glob-parent": { 8661 "version": "5.1.2", 8662 "license": "ISC", 8663 "dependencies": { 8664 "is-glob": "^4.0.1" 8665 }, 8666 "engines": { 8667 "node": ">= 6" 8668 } 8669 }, 8670 "node_modules/tailwindcss/node_modules/jiti": { 8671 "version": "1.21.7", 8672 "license": "MIT", 8673 "bin": { 8674 "jiti": "bin/jiti.js" 8675 } 8676 }, 8677 "node_modules/tailwindcss/node_modules/picomatch": { 8678 "version": "2.3.1", 8679 "license": "MIT", 8680 "engines": { 8681 "node": ">=8.6" 8682 }, 8683 "funding": { 8684 "url": "https://github.com/sponsors/jonschlinkert" 8685 } 8686 }, 8687 "node_modules/tailwindcss/node_modules/readdirp": { 8688 "version": "3.6.0", 8689 "license": "MIT", 8690 "dependencies": { 8691 "picomatch": "^2.2.1" 8692 }, 8693 "engines": { 8694 "node": ">=8.10.0" 8695 } 8696 }, 8697 "node_modules/tailwindcss/node_modules/resolve": { 8698 "version": "1.22.11", 8699 "license": "MIT", 8700 "dependencies": { 8701 "is-core-module": "^2.16.1", 8702 "path-parse": "^1.0.7", 8703 "supports-preserve-symlinks-flag": "^1.0.0" 8704 }, 8705 "bin": { 8706 "resolve": "bin/resolve" 8707 }, 8708 "engines": { 8709 "node": ">= 0.4" 8710 }, 8711 "funding": { 8712 "url": "https://github.com/sponsors/ljharb" 8713 } 8714 }, 8715 "node_modules/tapable": { 8716 "version": "2.3.0", 8717 "license": "MIT", 8718 "engines": { 8719 "node": ">=6" 8720 }, 8721 "funding": { 8722 "type": "opencollective", 8723 "url": "https://opencollective.com/webpack" 8724 } 8725 }, 8726 "node_modules/thenify": { 8727 "version": "3.3.1", 8728 "license": "MIT", 8729 "dependencies": { 8730 "any-promise": "^1.0.0" 8731 } 8732 }, 8733 "node_modules/thenify-all": { 8734 "version": "1.6.0", 8735 "license": "MIT", 8736 "dependencies": { 8737 "thenify": ">= 3.1.0 < 4" 8738 }, 8739 "engines": { 8740 "node": ">=0.8" 8741 } 8742 }, 8743 "node_modules/tiny-inflate": { 8744 "version": "1.0.3", 8745 "license": "MIT" 8746 }, 8747 "node_modules/tinyexec": { 8748 "version": "1.0.2", 8749 "license": "MIT", 8750 "engines": { 8751 "node": ">=18" 8752 } 8753 }, 8754 "node_modules/tinyglobby": { 8755 "version": "0.2.15", 8756 "license": "MIT", 8757 "dependencies": { 8758 "fdir": "^6.5.0", 8759 "picomatch": "^4.0.3" 8760 }, 8761 "engines": { 8762 "node": ">=12.0.0" 8763 }, 8764 "funding": { 8765 "url": "https://github.com/sponsors/SuperchupuDev" 8766 } 8767 }, 8768 "node_modules/to-regex-range": { 8769 "version": "5.0.1", 8770 "license": "MIT", 8771 "dependencies": { 8772 "is-number": "^7.0.0" 8773 }, 8774 "engines": { 8775 "node": ">=8.0" 8776 } 8777 }, 8778 "node_modules/toidentifier": { 8779 "version": "1.0.1", 8780 "license": "MIT", 8781 "engines": { 8782 "node": ">=0.6" 8783 } 8784 }, 8785 "node_modules/trim-lines": { 8786 "version": "3.0.1", 8787 "license": "MIT", 8788 "funding": { 8789 "type": "github", 8790 "url": "https://github.com/sponsors/wooorm" 8791 } 8792 }, 8793 "node_modules/trough": { 8794 "version": "2.2.0", 8795 "license": "MIT", 8796 "funding": { 8797 "type": "github", 8798 "url": "https://github.com/sponsors/wooorm" 8799 } 8800 }, 8801 "node_modules/ts-api-utils": { 8802 "version": "2.4.0", 8803 "dev": true, 8804 "license": "MIT", 8805 "engines": { 8806 "node": ">=18.12" 8807 }, 8808 "peerDependencies": { 8809 "typescript": ">=4.8.4" 8810 } 8811 }, 8812 "node_modules/ts-interface-checker": { 8813 "version": "0.1.13", 8814 "license": "Apache-2.0" 8815 }, 8816 "node_modules/tsconfck": { 8817 "version": "3.1.6", 8818 "license": "MIT", 8819 "bin": { 8820 "tsconfck": "bin/tsconfck.js" 8821 }, 8822 "engines": { 8823 "node": "^18 || >=20" 8824 }, 8825 "peerDependencies": { 8826 "typescript": "^5.0.0" 8827 }, 8828 "peerDependenciesMeta": { 8829 "typescript": { 8830 "optional": true 8831 } 8832 } 8833 }, 8834 "node_modules/tslib": { 8835 "version": "2.8.1", 8836 "license": "0BSD", 8837 "optional": true 8838 }, 8839 "node_modules/type-check": { 8840 "version": "0.4.0", 8841 "dev": true, 8842 "license": "MIT", 8843 "dependencies": { 8844 "prelude-ls": "^1.2.1" 8845 }, 8846 "engines": { 8847 "node": ">= 0.8.0" 8848 } 8849 }, 8850 "node_modules/type-fest": { 8851 "version": "4.41.0", 8852 "license": "(MIT OR CC0-1.0)", 8853 "engines": { 8854 "node": ">=16" 8855 }, 8856 "funding": { 8857 "url": "https://github.com/sponsors/sindresorhus" 8858 } 8859 }, 8860 "node_modules/typed-array-buffer": { 8861 "version": "1.0.3", 8862 "dev": true, 8863 "license": "MIT", 8864 "dependencies": { 8865 "call-bound": "^1.0.3", 8866 "es-errors": "^1.3.0", 8867 "is-typed-array": "^1.1.14" 8868 }, 8869 "engines": { 8870 "node": ">= 0.4" 8871 } 8872 }, 8873 "node_modules/typed-array-byte-length": { 8874 "version": "1.0.3", 8875 "dev": true, 8876 "license": "MIT", 8877 "dependencies": { 8878 "call-bind": "^1.0.8", 8879 "for-each": "^0.3.3", 8880 "gopd": "^1.2.0", 8881 "has-proto": "^1.2.0", 8882 "is-typed-array": "^1.1.14" 8883 }, 8884 "engines": { 8885 "node": ">= 0.4" 8886 }, 8887 "funding": { 8888 "url": "https://github.com/sponsors/ljharb" 8889 } 8890 }, 8891 "node_modules/typed-array-byte-offset": { 8892 "version": "1.0.4", 8893 "dev": true, 8894 "license": "MIT", 8895 "dependencies": { 8896 "available-typed-arrays": "^1.0.7", 8897 "call-bind": "^1.0.8", 8898 "for-each": "^0.3.3", 8899 "gopd": "^1.2.0", 8900 "has-proto": "^1.2.0", 8901 "is-typed-array": "^1.1.15", 8902 "reflect.getprototypeof": "^1.0.9" 8903 }, 8904 "engines": { 8905 "node": ">= 0.4" 8906 }, 8907 "funding": { 8908 "url": "https://github.com/sponsors/ljharb" 8909 } 8910 }, 8911 "node_modules/typed-array-length": { 8912 "version": "1.0.7", 8913 "dev": true, 8914 "license": "MIT", 8915 "dependencies": { 8916 "call-bind": "^1.0.7", 8917 "for-each": "^0.3.3", 8918 "gopd": "^1.0.1", 8919 "is-typed-array": "^1.1.13", 8920 "possible-typed-array-names": "^1.0.0", 8921 "reflect.getprototypeof": "^1.0.6" 8922 }, 8923 "engines": { 8924 "node": ">= 0.4" 8925 }, 8926 "funding": { 8927 "url": "https://github.com/sponsors/ljharb" 8928 } 8929 }, 8930 "node_modules/typescript": { 8931 "version": "5.9.3", 8932 "dev": true, 8933 "license": "Apache-2.0", 8934 "bin": { 8935 "tsc": "bin/tsc", 8936 "tsserver": "bin/tsserver" 8937 }, 8938 "engines": { 8939 "node": ">=14.17" 8940 } 8941 }, 8942 "node_modules/typescript-eslint": { 8943 "version": "8.54.0", 8944 "dev": true, 8945 "license": "MIT", 8946 "dependencies": { 8947 "@typescript-eslint/eslint-plugin": "8.54.0", 8948 "@typescript-eslint/parser": "8.54.0", 8949 "@typescript-eslint/typescript-estree": "8.54.0", 8950 "@typescript-eslint/utils": "8.54.0" 8951 }, 8952 "engines": { 8953 "node": "^18.18.0 || ^20.9.0 || >=21.1.0" 8954 }, 8955 "funding": { 8956 "type": "opencollective", 8957 "url": "https://opencollective.com/typescript-eslint" 8958 }, 8959 "peerDependencies": { 8960 "eslint": "^8.57.0 || ^9.0.0", 8961 "typescript": ">=4.8.4 <6.0.0" 8962 } 8963 }, 8964 "node_modules/ufo": { 8965 "version": "1.6.3", 8966 "license": "MIT" 8967 }, 8968 "node_modules/ultrahtml": { 8969 "version": "1.6.0", 8970 "license": "MIT" 8971 }, 8972 "node_modules/unbox-primitive": { 8973 "version": "1.1.0", 8974 "dev": true, 8975 "license": "MIT", 8976 "dependencies": { 8977 "call-bound": "^1.0.3", 8978 "has-bigints": "^1.0.2", 8979 "has-symbols": "^1.1.0", 8980 "which-boxed-primitive": "^1.1.1" 8981 }, 8982 "engines": { 8983 "node": ">= 0.4" 8984 }, 8985 "funding": { 8986 "url": "https://github.com/sponsors/ljharb" 8987 } 8988 }, 8989 "node_modules/uncrypto": { 8990 "version": "0.1.3", 8991 "license": "MIT" 8992 }, 8993 "node_modules/undici-types": { 8994 "version": "7.16.0", 8995 "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.16.0.tgz", 8996 "integrity": "sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==", 8997 "dev": true, 8998 "license": "MIT" 8999 }, 9000 "node_modules/unicode-trie": { 9001 "version": "2.0.0", 9002 "license": "MIT", 9003 "dependencies": { 9004 "pako": "^0.2.5", 9005 "tiny-inflate": "^1.0.0" 9006 } 9007 }, 9008 "node_modules/unified": { 9009 "version": "11.0.5", 9010 "license": "MIT", 9011 "dependencies": { 9012 "@types/unist": "^3.0.0", 9013 "bail": "^2.0.0", 9014 "devlop": "^1.0.0", 9015 "extend": "^3.0.0", 9016 "is-plain-obj": "^4.0.0", 9017 "trough": "^2.0.0", 9018 "vfile": "^6.0.0" 9019 }, 9020 "funding": { 9021 "type": "opencollective", 9022 "url": "https://opencollective.com/unified" 9023 } 9024 }, 9025 "node_modules/unifont": { 9026 "version": "0.7.3", 9027 "license": "MIT", 9028 "dependencies": { 9029 "css-tree": "^3.1.0", 9030 "ofetch": "^1.5.1", 9031 "ohash": "^2.0.11" 9032 } 9033 }, 9034 "node_modules/unist-util-find-after": { 9035 "version": "5.0.0", 9036 "license": "MIT", 9037 "dependencies": { 9038 "@types/unist": "^3.0.0", 9039 "unist-util-is": "^6.0.0" 9040 }, 9041 "funding": { 9042 "type": "opencollective", 9043 "url": "https://opencollective.com/unified" 9044 } 9045 }, 9046 "node_modules/unist-util-is": { 9047 "version": "6.0.1", 9048 "license": "MIT", 9049 "dependencies": { 9050 "@types/unist": "^3.0.0" 9051 }, 9052 "funding": { 9053 "type": "opencollective", 9054 "url": "https://opencollective.com/unified" 9055 } 9056 }, 9057 "node_modules/unist-util-modify-children": { 9058 "version": "4.0.0", 9059 "license": "MIT", 9060 "dependencies": { 9061 "@types/unist": "^3.0.0", 9062 "array-iterate": "^2.0.0" 9063 }, 9064 "funding": { 9065 "type": "opencollective", 9066 "url": "https://opencollective.com/unified" 9067 } 9068 }, 9069 "node_modules/unist-util-position": { 9070 "version": "5.0.0", 9071 "license": "MIT", 9072 "dependencies": { 9073 "@types/unist": "^3.0.0" 9074 }, 9075 "funding": { 9076 "type": "opencollective", 9077 "url": "https://opencollective.com/unified" 9078 } 9079 }, 9080 "node_modules/unist-util-remove-position": { 9081 "version": "5.0.0", 9082 "license": "MIT", 9083 "dependencies": { 9084 "@types/unist": "^3.0.0", 9085 "unist-util-visit": "^5.0.0" 9086 }, 9087 "funding": { 9088 "type": "opencollective", 9089 "url": "https://opencollective.com/unified" 9090 } 9091 }, 9092 "node_modules/unist-util-stringify-position": { 9093 "version": "4.0.0", 9094 "license": "MIT", 9095 "dependencies": { 9096 "@types/unist": "^3.0.0" 9097 }, 9098 "funding": { 9099 "type": "opencollective", 9100 "url": "https://opencollective.com/unified" 9101 } 9102 }, 9103 "node_modules/unist-util-visit": { 9104 "version": "5.1.0", 9105 "license": "MIT", 9106 "dependencies": { 9107 "@types/unist": "^3.0.0", 9108 "unist-util-is": "^6.0.0", 9109 "unist-util-visit-parents": "^6.0.0" 9110 }, 9111 "funding": { 9112 "type": "opencollective", 9113 "url": "https://opencollective.com/unified" 9114 } 9115 }, 9116 "node_modules/unist-util-visit-children": { 9117 "version": "3.0.0", 9118 "license": "MIT", 9119 "dependencies": { 9120 "@types/unist": "^3.0.0" 9121 }, 9122 "funding": { 9123 "type": "opencollective", 9124 "url": "https://opencollective.com/unified" 9125 } 9126 }, 9127 "node_modules/unist-util-visit-parents": { 9128 "version": "6.0.2", 9129 "license": "MIT", 9130 "dependencies": { 9131 "@types/unist": "^3.0.0", 9132 "unist-util-is": "^6.0.0" 9133 }, 9134 "funding": { 9135 "type": "opencollective", 9136 "url": "https://opencollective.com/unified" 9137 } 9138 }, 9139 "node_modules/unstorage": { 9140 "version": "1.17.4", 9141 "license": "MIT", 9142 "dependencies": { 9143 "anymatch": "^3.1.3", 9144 "chokidar": "^5.0.0", 9145 "destr": "^2.0.5", 9146 "h3": "^1.15.5", 9147 "lru-cache": "^11.2.0", 9148 "node-fetch-native": "^1.6.7", 9149 "ofetch": "^1.5.1", 9150 "ufo": "^1.6.3" 9151 }, 9152 "peerDependencies": { 9153 "@azure/app-configuration": "^1.8.0", 9154 "@azure/cosmos": "^4.2.0", 9155 "@azure/data-tables": "^13.3.0", 9156 "@azure/identity": "^4.6.0", 9157 "@azure/keyvault-secrets": "^4.9.0", 9158 "@azure/storage-blob": "^12.26.0", 9159 "@capacitor/preferences": "^6 || ^7 || ^8", 9160 "@deno/kv": ">=0.9.0", 9161 "@netlify/blobs": "^6.5.0 || ^7.0.0 || ^8.1.0 || ^9.0.0 || ^10.0.0", 9162 "@planetscale/database": "^1.19.0", 9163 "@upstash/redis": "^1.34.3", 9164 "@vercel/blob": ">=0.27.1", 9165 "@vercel/functions": "^2.2.12 || ^3.0.0", 9166 "@vercel/kv": "^1 || ^2 || ^3", 9167 "aws4fetch": "^1.0.20", 9168 "db0": ">=0.2.1", 9169 "idb-keyval": "^6.2.1", 9170 "ioredis": "^5.4.2", 9171 "uploadthing": "^7.4.4" 9172 }, 9173 "peerDependenciesMeta": { 9174 "@azure/app-configuration": { 9175 "optional": true 9176 }, 9177 "@azure/cosmos": { 9178 "optional": true 9179 }, 9180 "@azure/data-tables": { 9181 "optional": true 9182 }, 9183 "@azure/identity": { 9184 "optional": true 9185 }, 9186 "@azure/keyvault-secrets": { 9187 "optional": true 9188 }, 9189 "@azure/storage-blob": { 9190 "optional": true 9191 }, 9192 "@capacitor/preferences": { 9193 "optional": true 9194 }, 9195 "@deno/kv": { 9196 "optional": true 9197 }, 9198 "@netlify/blobs": { 9199 "optional": true 9200 }, 9201 "@planetscale/database": { 9202 "optional": true 9203 }, 9204 "@upstash/redis": { 9205 "optional": true 9206 }, 9207 "@vercel/blob": { 9208 "optional": true 9209 }, 9210 "@vercel/functions": { 9211 "optional": true 9212 }, 9213 "@vercel/kv": { 9214 "optional": true 9215 }, 9216 "aws4fetch": { 9217 "optional": true 9218 }, 9219 "db0": { 9220 "optional": true 9221 }, 9222 "idb-keyval": { 9223 "optional": true 9224 }, 9225 "ioredis": { 9226 "optional": true 9227 }, 9228 "uploadthing": { 9229 "optional": true 9230 } 9231 } 9232 }, 9233 "node_modules/unstorage/node_modules/chokidar": { 9234 "version": "5.0.0", 9235 "license": "MIT", 9236 "dependencies": { 9237 "readdirp": "^5.0.0" 9238 }, 9239 "engines": { 9240 "node": ">= 20.19.0" 9241 }, 9242 "funding": { 9243 "url": "https://paulmillr.com/funding/" 9244 } 9245 }, 9246 "node_modules/unstorage/node_modules/chokidar/node_modules/readdirp": { 9247 "version": "5.0.0", 9248 "license": "MIT", 9249 "engines": { 9250 "node": ">= 20.19.0" 9251 }, 9252 "funding": { 9253 "type": "individual", 9254 "url": "https://paulmillr.com/funding/" 9255 } 9256 }, 9257 "node_modules/update-browserslist-db": { 9258 "version": "1.2.3", 9259 "funding": [ 9260 { 9261 "type": "opencollective", 9262 "url": "https://opencollective.com/browserslist" 9263 }, 9264 { 9265 "type": "tidelift", 9266 "url": "https://tidelift.com/funding/github/npm/browserslist" 9267 }, 9268 { 9269 "type": "github", 9270 "url": "https://github.com/sponsors/ai" 9271 } 9272 ], 9273 "license": "MIT", 9274 "dependencies": { 9275 "escalade": "^3.2.0", 9276 "picocolors": "^1.1.1" 9277 }, 9278 "bin": { 9279 "update-browserslist-db": "cli.js" 9280 }, 9281 "peerDependencies": { 9282 "browserslist": ">= 4.21.0" 9283 } 9284 }, 9285 "node_modules/uri-js": { 9286 "version": "4.4.1", 9287 "dev": true, 9288 "license": "BSD-2-Clause", 9289 "dependencies": { 9290 "punycode": "^2.1.0" 9291 } 9292 }, 9293 "node_modules/util-deprecate": { 9294 "version": "1.0.2", 9295 "license": "MIT" 9296 }, 9297 "node_modules/vfile": { 9298 "version": "6.0.3", 9299 "license": "MIT", 9300 "dependencies": { 9301 "@types/unist": "^3.0.0", 9302 "vfile-message": "^4.0.0" 9303 }, 9304 "funding": { 9305 "type": "opencollective", 9306 "url": "https://opencollective.com/unified" 9307 } 9308 }, 9309 "node_modules/vfile-location": { 9310 "version": "5.0.3", 9311 "license": "MIT", 9312 "dependencies": { 9313 "@types/unist": "^3.0.0", 9314 "vfile": "^6.0.0" 9315 }, 9316 "funding": { 9317 "type": "opencollective", 9318 "url": "https://opencollective.com/unified" 9319 } 9320 }, 9321 "node_modules/vfile-message": { 9322 "version": "4.0.3", 9323 "license": "MIT", 9324 "dependencies": { 9325 "@types/unist": "^3.0.0", 9326 "unist-util-stringify-position": "^4.0.0" 9327 }, 9328 "funding": { 9329 "type": "opencollective", 9330 "url": "https://opencollective.com/unified" 9331 } 9332 }, 9333 "node_modules/vite": { 9334 "version": "6.4.1", 9335 "license": "MIT", 9336 "dependencies": { 9337 "esbuild": "^0.25.0", 9338 "fdir": "^6.4.4", 9339 "picomatch": "^4.0.2", 9340 "postcss": "^8.5.3", 9341 "rollup": "^4.34.9", 9342 "tinyglobby": "^0.2.13" 9343 }, 9344 "bin": { 9345 "vite": "bin/vite.js" 9346 }, 9347 "engines": { 9348 "node": "^18.0.0 || ^20.0.0 || >=22.0.0" 9349 }, 9350 "funding": { 9351 "url": "https://github.com/vitejs/vite?sponsor=1" 9352 }, 9353 "optionalDependencies": { 9354 "fsevents": "~2.3.3" 9355 }, 9356 "peerDependencies": { 9357 "@types/node": "^18.0.0 || ^20.0.0 || >=22.0.0", 9358 "jiti": ">=1.21.0", 9359 "less": "*", 9360 "lightningcss": "^1.21.0", 9361 "sass": "*", 9362 "sass-embedded": "*", 9363 "stylus": "*", 9364 "sugarss": "*", 9365 "terser": "^5.16.0", 9366 "tsx": "^4.8.1", 9367 "yaml": "^2.4.2" 9368 }, 9369 "peerDependenciesMeta": { 9370 "@types/node": { 9371 "optional": true 9372 }, 9373 "jiti": { 9374 "optional": true 9375 }, 9376 "less": { 9377 "optional": true 9378 }, 9379 "lightningcss": { 9380 "optional": true 9381 }, 9382 "sass": { 9383 "optional": true 9384 }, 9385 "sass-embedded": { 9386 "optional": true 9387 }, 9388 "stylus": { 9389 "optional": true 9390 }, 9391 "sugarss": { 9392 "optional": true 9393 }, 9394 "terser": { 9395 "optional": true 9396 }, 9397 "tsx": { 9398 "optional": true 9399 }, 9400 "yaml": { 9401 "optional": true 9402 } 9403 } 9404 }, 9405 "node_modules/vitefu": { 9406 "version": "1.1.1", 9407 "license": "MIT", 9408 "workspaces": [ 9409 "tests/deps/*", 9410 "tests/projects/*", 9411 "tests/projects/workspace/packages/*" 9412 ], 9413 "peerDependencies": { 9414 "vite": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0-beta.0" 9415 }, 9416 "peerDependenciesMeta": { 9417 "vite": { 9418 "optional": true 9419 } 9420 } 9421 }, 9422 "node_modules/web-namespaces": { 9423 "version": "2.0.1", 9424 "license": "MIT", 9425 "funding": { 9426 "type": "github", 9427 "url": "https://github.com/sponsors/wooorm" 9428 } 9429 }, 9430 "node_modules/which": { 9431 "version": "2.0.2", 9432 "dev": true, 9433 "license": "ISC", 9434 "dependencies": { 9435 "isexe": "^2.0.0" 9436 }, 9437 "bin": { 9438 "node-which": "bin/node-which" 9439 }, 9440 "engines": { 9441 "node": ">= 8" 9442 } 9443 }, 9444 "node_modules/which-boxed-primitive": { 9445 "version": "1.1.1", 9446 "dev": true, 9447 "license": "MIT", 9448 "dependencies": { 9449 "is-bigint": "^1.1.0", 9450 "is-boolean-object": "^1.2.1", 9451 "is-number-object": "^1.1.1", 9452 "is-string": "^1.1.1", 9453 "is-symbol": "^1.1.1" 9454 }, 9455 "engines": { 9456 "node": ">= 0.4" 9457 }, 9458 "funding": { 9459 "url": "https://github.com/sponsors/ljharb" 9460 } 9461 }, 9462 "node_modules/which-builtin-type": { 9463 "version": "1.2.1", 9464 "dev": true, 9465 "license": "MIT", 9466 "dependencies": { 9467 "call-bound": "^1.0.2", 9468 "function.prototype.name": "^1.1.6", 9469 "has-tostringtag": "^1.0.2", 9470 "is-async-function": "^2.0.0", 9471 "is-date-object": "^1.1.0", 9472 "is-finalizationregistry": "^1.1.0", 9473 "is-generator-function": "^1.0.10", 9474 "is-regex": "^1.2.1", 9475 "is-weakref": "^1.0.2", 9476 "isarray": "^2.0.5", 9477 "which-boxed-primitive": "^1.1.0", 9478 "which-collection": "^1.0.2", 9479 "which-typed-array": "^1.1.16" 9480 }, 9481 "engines": { 9482 "node": ">= 0.4" 9483 }, 9484 "funding": { 9485 "url": "https://github.com/sponsors/ljharb" 9486 } 9487 }, 9488 "node_modules/which-collection": { 9489 "version": "1.0.2", 9490 "dev": true, 9491 "license": "MIT", 9492 "dependencies": { 9493 "is-map": "^2.0.3", 9494 "is-set": "^2.0.3", 9495 "is-weakmap": "^2.0.2", 9496 "is-weakset": "^2.0.3" 9497 }, 9498 "engines": { 9499 "node": ">= 0.4" 9500 }, 9501 "funding": { 9502 "url": "https://github.com/sponsors/ljharb" 9503 } 9504 }, 9505 "node_modules/which-pm-runs": { 9506 "version": "1.1.0", 9507 "license": "MIT", 9508 "engines": { 9509 "node": ">=4" 9510 } 9511 }, 9512 "node_modules/which-typed-array": { 9513 "version": "1.1.20", 9514 "dev": true, 9515 "license": "MIT", 9516 "dependencies": { 9517 "available-typed-arrays": "^1.0.7", 9518 "call-bind": "^1.0.8", 9519 "call-bound": "^1.0.4", 9520 "for-each": "^0.3.5", 9521 "get-proto": "^1.0.1", 9522 "gopd": "^1.2.0", 9523 "has-tostringtag": "^1.0.2" 9524 }, 9525 "engines": { 9526 "node": ">= 0.4" 9527 }, 9528 "funding": { 9529 "url": "https://github.com/sponsors/ljharb" 9530 } 9531 }, 9532 "node_modules/widest-line": { 9533 "version": "5.0.0", 9534 "license": "MIT", 9535 "dependencies": { 9536 "string-width": "^7.0.0" 9537 }, 9538 "engines": { 9539 "node": ">=18" 9540 }, 9541 "funding": { 9542 "url": "https://github.com/sponsors/sindresorhus" 9543 } 9544 }, 9545 "node_modules/word-wrap": { 9546 "version": "1.2.5", 9547 "dev": true, 9548 "license": "MIT", 9549 "engines": { 9550 "node": ">=0.10.0" 9551 } 9552 }, 9553 "node_modules/wrap-ansi": { 9554 "version": "9.0.2", 9555 "license": "MIT", 9556 "dependencies": { 9557 "ansi-styles": "^6.2.1", 9558 "string-width": "^7.0.0", 9559 "strip-ansi": "^7.1.0" 9560 }, 9561 "engines": { 9562 "node": ">=18" 9563 }, 9564 "funding": { 9565 "url": "https://github.com/chalk/wrap-ansi?sponsor=1" 9566 } 9567 }, 9568 "node_modules/xxhash-wasm": { 9569 "version": "1.1.0", 9570 "license": "MIT" 9571 }, 9572 "node_modules/yallist": { 9573 "version": "3.1.1", 9574 "license": "ISC" 9575 }, 9576 "node_modules/yaml": { 9577 "version": "2.8.2", 9578 "license": "ISC", 9579 "bin": { 9580 "yaml": "bin.mjs" 9581 }, 9582 "engines": { 9583 "node": ">= 14.6" 9584 }, 9585 "funding": { 9586 "url": "https://github.com/sponsors/eemeli" 9587 } 9588 }, 9589 "node_modules/yargs-parser": { 9590 "version": "21.1.1", 9591 "license": "ISC", 9592 "engines": { 9593 "node": ">=12" 9594 } 9595 }, 9596 "node_modules/yocto-queue": { 9597 "version": "1.2.2", 9598 "license": "MIT", 9599 "engines": { 9600 "node": ">=12.20" 9601 }, 9602 "funding": { 9603 "url": "https://github.com/sponsors/sindresorhus" 9604 } 9605 }, 9606 "node_modules/yocto-spinner": { 9607 "version": "0.2.3", 9608 "license": "MIT", 9609 "dependencies": { 9610 "yoctocolors": "^2.1.1" 9611 }, 9612 "engines": { 9613 "node": ">=18.19" 9614 }, 9615 "funding": { 9616 "url": "https://github.com/sponsors/sindresorhus" 9617 } 9618 }, 9619 "node_modules/yoctocolors": { 9620 "version": "2.1.2", 9621 "license": "MIT", 9622 "engines": { 9623 "node": ">=18" 9624 }, 9625 "funding": { 9626 "url": "https://github.com/sponsors/sindresorhus" 9627 } 9628 }, 9629 "node_modules/yoga-layout": { 9630 "version": "3.2.1", 9631 "license": "MIT" 9632 }, 9633 "node_modules/zod": { 9634 "version": "3.25.76", 9635 "license": "MIT", 9636 "funding": { 9637 "url": "https://github.com/sponsors/colinhacks" 9638 } 9639 }, 9640 "node_modules/zod-to-json-schema": { 9641 "version": "3.25.1", 9642 "license": "ISC", 9643 "peerDependencies": { 9644 "zod": "^3.25 || ^4" 9645 } 9646 }, 9647 "node_modules/zod-to-ts": { 9648 "version": "1.2.0", 9649 "peerDependencies": { 9650 "typescript": "^4.9.4 || ^5.0.2", 9651 "zod": "^3" 9652 } 9653 }, 9654 "node_modules/zod-validation-error": { 9655 "version": "4.0.2", 9656 "dev": true, 9657 "license": "MIT", 9658 "engines": { 9659 "node": ">=18.0.0" 9660 }, 9661 "peerDependencies": { 9662 "zod": "^3.25.0 || ^4.0.0" 9663 } 9664 }, 9665 "node_modules/zwitch": { 9666 "version": "2.0.4", 9667 "license": "MIT", 9668 "funding": { 9669 "type": "github", 9670 "url": "https://github.com/sponsors/wooorm" 9671 } 9672 } 9673 } 9674}