Retro Bulletin Board Systems on atproto. Web app and TUI. lazy mirror of alyraffauf/atbbs atbbs.xyz
forums python tui atproto bbs
3
fork

Configure Feed

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

web: fix deps

+362 -5245
+350 -5223
web/package-lock.json
··· 10 10 "dependencies": { 11 11 "@atcute/atproto": "^3.1.11", 12 12 "@atcute/client": "^4.2.1", 13 - "@atcute/lex-cli": "^2.6.1", 13 + "@atcute/lex-cli": "^2.7.0", 14 14 "@atcute/oauth-browser-client": "^3.0.0", 15 15 "@tailwindcss/typography": "^0.5.19", 16 - "react": "^19.0.0", 17 - "react-dom": "^19.0.0", 16 + "react": "^19.2.5", 17 + "react-dom": "^19.2.5", 18 18 "react-markdown": "^10.1.0", 19 - "react-router-dom": "^7.1.1" 19 + "react-router-dom": "^7.14.0" 20 20 }, 21 21 "devDependencies": { 22 - "@tailwindcss/vite": "^4.0.0", 23 - "@types/react": "^19.0.0", 24 - "@types/react-dom": "^19.0.0", 25 - "@vitejs/plugin-react": "^4.3.4", 26 - "prettier": "^3.8.1", 27 - "tailwindcss": "^4.0.0", 28 - "typescript": "^5.7.0", 29 - "vite": "^6.0.0", 30 - "vite-plugin-pwa": "^1.2.0" 31 - } 32 - }, 33 - "node_modules/@apideck/better-ajv-errors": { 34 - "version": "0.3.7", 35 - "resolved": "https://registry.npmjs.org/@apideck/better-ajv-errors/-/better-ajv-errors-0.3.7.tgz", 36 - "integrity": "sha512-TajUJwGWbDwkCx/CZi7tRE8PVB7simCvKJfHUsSdvps+aTM/PDPP4gkLmKnc+x3CE//y9i/nj74GqdL/hwk7Iw==", 37 - "dev": true, 38 - "license": "MIT", 39 - "dependencies": { 40 - "jsonpointer": "^5.0.1", 41 - "leven": "^3.1.0" 42 - }, 43 - "engines": { 44 - "node": ">=10" 45 - }, 46 - "peerDependencies": { 47 - "ajv": ">=8" 22 + "@tailwindcss/vite": "^4.2.2", 23 + "@types/react": "^19.2.14", 24 + "@types/react-dom": "^19.2.3", 25 + "@vitejs/plugin-react": "^5.2.0", 26 + "prettier": "^3.8.2", 27 + "tailwindcss": "^4.2.2", 28 + "typescript": "^6.0.2", 29 + "vite": "^8.0.8" 48 30 } 49 31 }, 50 32 "node_modules/@atcute/atproto": { ··· 135 117 } 136 118 }, 137 119 "node_modules/@atcute/lex-cli": { 138 - "version": "2.6.1", 139 - "resolved": "https://registry.npmjs.org/@atcute/lex-cli/-/lex-cli-2.6.1.tgz", 140 - "integrity": "sha512-eSF2/ANOfegrDsbOi4iLbdCsubCBtRigoyShOix0wBCm1TVc7L7QsTgkZAy8Tet+spT1zPVVysPLlywUzMYSYw==", 120 + "version": "2.7.0", 121 + "resolved": "https://registry.npmjs.org/@atcute/lex-cli/-/lex-cli-2.7.0.tgz", 122 + "integrity": "sha512-U/M2+KGYtxe5pXleDgGsmrByMg0i7QpNJQRsoP4zPp1sEtPeLK6+7I0axJA2wkRiw+426B9IuPygVcS2FHLaDQ==", 141 123 "license": "0BSD", 142 124 "dependencies": { 143 125 "@atcute/identity": "^1.1.4", 144 126 "@atcute/identity-resolver": "^1.2.2", 145 - "@atcute/lexicon-doc": "^2.1.2", 127 + "@atcute/lexicon-doc": "^2.2.0", 146 128 "@atcute/lexicon-resolver": "^0.1.6", 147 - "@atcute/lexicons": "^1.2.10", 129 + "@atcute/lexicons": "^1.3.0", 148 130 "@badrap/valita": "^0.4.6", 149 131 "@optique/core": "^0.10.7", 150 132 "@optique/run": "^0.10.7", ··· 156 138 } 157 139 }, 158 140 "node_modules/@atcute/lexicon-doc": { 159 - "version": "2.1.2", 160 - "resolved": "https://registry.npmjs.org/@atcute/lexicon-doc/-/lexicon-doc-2.1.2.tgz", 161 - "integrity": "sha512-jTLcOka7b8BIn2SnIZm2m7l6unlJ0gpgW1MnRpSqNbly/AvyRUR/GREduh/QmjT4SGasDm8vdhrM0kOSPFpDLQ==", 141 + "version": "2.2.0", 142 + "resolved": "https://registry.npmjs.org/@atcute/lexicon-doc/-/lexicon-doc-2.2.0.tgz", 143 + "integrity": "sha512-6l4lDlL6KPLDGknRh6HlfGbv98haUgQ0DFaAr1yA4vA95b8YYZUZ4/370ENpiq+d6Lv0tdDAMvOon2mynrp3pQ==", 162 144 "license": "0BSD", 163 145 "dependencies": { 164 - "@atcute/identity": "^1.1.3", 165 - "@atcute/lexicons": "^1.2.9", 146 + "@atcute/identity": "^1.1.4", 147 + "@atcute/lexicons": "^1.3.0", 166 148 "@atcute/uint8array": "^1.1.1", 167 - "@atcute/util-text": "^1.1.1", 149 + "@atcute/util-text": "^1.2.0", 168 150 "@badrap/valita": "^0.4.6" 169 151 } 170 152 }, ··· 187 169 } 188 170 }, 189 171 "node_modules/@atcute/lexicons": { 190 - "version": "1.2.10", 191 - "resolved": "https://registry.npmjs.org/@atcute/lexicons/-/lexicons-1.2.10.tgz", 192 - "integrity": "sha512-0EfRDQQjOgb06VSFOUWXLnqKY11ljWB2bXS3cJVPYJp0jTWudgRp6OTW4vReNAeVZaY4kVr2ud/I/Zn9mjix3g==", 172 + "version": "1.3.0", 173 + "resolved": "https://registry.npmjs.org/@atcute/lexicons/-/lexicons-1.3.0.tgz", 174 + "integrity": "sha512-Eq5y+9onnCXNVUlNiMf31beSXHKqptB7lUo/68YbhlmxdaR7ooywHmahya9goP5AsmlYEA1z+dRPXIDAa9O7cg==", 193 175 "license": "0BSD", 194 176 "dependencies": { 195 177 "@atcute/uint8array": "^1.1.1", ··· 231 213 "@atcute/oauth-crypto": "^0.1.0", 232 214 "@atcute/oauth-types": "^0.1.0", 233 215 "nanoid": "^5.1.6" 234 - } 235 - }, 236 - "node_modules/@atcute/oauth-browser-client/node_modules/nanoid": { 237 - "version": "5.1.7", 238 - "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-5.1.7.tgz", 239 - "integrity": "sha512-ua3NDgISf6jdwezAheMOk4mbE1LXjm1DfMUDMuJf4AqxLFK3ccGpgWizwa5YV7Yz9EpXwEaWoRXSb/BnV0t5dQ==", 240 - "funding": [ 241 - { 242 - "type": "github", 243 - "url": "https://github.com/sponsors/ai" 244 - } 245 - ], 246 - "license": "MIT", 247 - "bin": { 248 - "nanoid": "bin/nanoid.js" 249 - }, 250 - "engines": { 251 - "node": "^18 || >=20" 252 216 } 253 217 }, 254 218 "node_modules/@atcute/oauth-crypto": { ··· 263 227 "nanoid": "^5.1.6" 264 228 } 265 229 }, 266 - "node_modules/@atcute/oauth-crypto/node_modules/nanoid": { 267 - "version": "5.1.7", 268 - "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-5.1.7.tgz", 269 - "integrity": "sha512-ua3NDgISf6jdwezAheMOk4mbE1LXjm1DfMUDMuJf4AqxLFK3ccGpgWizwa5YV7Yz9EpXwEaWoRXSb/BnV0t5dQ==", 270 - "funding": [ 271 - { 272 - "type": "github", 273 - "url": "https://github.com/sponsors/ai" 274 - } 275 - ], 276 - "license": "MIT", 277 - "bin": { 278 - "nanoid": "bin/nanoid.js" 279 - }, 280 - "engines": { 281 - "node": "^18 || >=20" 282 - } 283 - }, 284 230 "node_modules/@atcute/oauth-keyset": { 285 231 "version": "0.1.0", 286 232 "resolved": "https://registry.npmjs.org/@atcute/oauth-keyset/-/oauth-keyset-0.1.0.tgz", ··· 420 366 "node": ">=6.9.0" 421 367 } 422 368 }, 423 - "node_modules/@babel/helper-annotate-as-pure": { 424 - "version": "7.27.3", 425 - "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.27.3.tgz", 426 - "integrity": "sha512-fXSwMQqitTGeHLBC08Eq5yXz2m37E4pJX1qAU1+2cNedz/ifv/bVXft90VeSav5nFO61EcNgwr0aJxbyPaWBPg==", 427 - "dev": true, 428 - "license": "MIT", 429 - "dependencies": { 430 - "@babel/types": "^7.27.3" 431 - }, 432 - "engines": { 433 - "node": ">=6.9.0" 434 - } 435 - }, 436 369 "node_modules/@babel/helper-compilation-targets": { 437 370 "version": "7.28.6", 438 371 "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.28.6.tgz", ··· 450 383 "node": ">=6.9.0" 451 384 } 452 385 }, 453 - "node_modules/@babel/helper-compilation-targets/node_modules/lru-cache": { 454 - "version": "5.1.1", 455 - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz", 456 - "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==", 457 - "dev": true, 458 - "license": "ISC", 459 - "dependencies": { 460 - "yallist": "^3.0.2" 461 - } 462 - }, 463 - "node_modules/@babel/helper-create-class-features-plugin": { 464 - "version": "7.28.6", 465 - "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.28.6.tgz", 466 - "integrity": "sha512-dTOdvsjnG3xNT9Y0AUg1wAl38y+4Rl4sf9caSQZOXdNqVn+H+HbbJ4IyyHaIqNR6SW9oJpA/RuRjsjCw2IdIow==", 467 - "dev": true, 468 - "license": "MIT", 469 - "dependencies": { 470 - "@babel/helper-annotate-as-pure": "^7.27.3", 471 - "@babel/helper-member-expression-to-functions": "^7.28.5", 472 - "@babel/helper-optimise-call-expression": "^7.27.1", 473 - "@babel/helper-replace-supers": "^7.28.6", 474 - "@babel/helper-skip-transparent-expression-wrappers": "^7.27.1", 475 - "@babel/traverse": "^7.28.6", 476 - "semver": "^6.3.1" 477 - }, 478 - "engines": { 479 - "node": ">=6.9.0" 480 - }, 481 - "peerDependencies": { 482 - "@babel/core": "^7.0.0" 483 - } 484 - }, 485 - "node_modules/@babel/helper-create-regexp-features-plugin": { 486 - "version": "7.28.5", 487 - "resolved": "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.28.5.tgz", 488 - "integrity": "sha512-N1EhvLtHzOvj7QQOUCCS3NrPJP8c5W6ZXCHDn7Yialuy1iu4r5EmIYkXlKNqT99Ciw+W0mDqWoR6HWMZlFP3hw==", 489 - "dev": true, 490 - "license": "MIT", 491 - "dependencies": { 492 - "@babel/helper-annotate-as-pure": "^7.27.3", 493 - "regexpu-core": "^6.3.1", 494 - "semver": "^6.3.1" 495 - }, 496 - "engines": { 497 - "node": ">=6.9.0" 498 - }, 499 - "peerDependencies": { 500 - "@babel/core": "^7.0.0" 501 - } 502 - }, 503 - "node_modules/@babel/helper-define-polyfill-provider": { 504 - "version": "0.6.8", 505 - "resolved": "https://registry.npmjs.org/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.6.8.tgz", 506 - "integrity": "sha512-47UwBLPpQi1NoWzLuHNjRoHlYXMwIJoBf7MFou6viC/sIHWYygpvr0B6IAyh5sBdA2nr2LPIRww8lfaUVQINBA==", 507 - "dev": true, 508 - "license": "MIT", 509 - "dependencies": { 510 - "@babel/helper-compilation-targets": "^7.28.6", 511 - "@babel/helper-plugin-utils": "^7.28.6", 512 - "debug": "^4.4.3", 513 - "lodash.debounce": "^4.0.8", 514 - "resolve": "^1.22.11" 515 - }, 516 - "peerDependencies": { 517 - "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0" 518 - } 519 - }, 520 386 "node_modules/@babel/helper-globals": { 521 387 "version": "7.28.0", 522 388 "resolved": "https://registry.npmjs.org/@babel/helper-globals/-/helper-globals-7.28.0.tgz", ··· 527 393 "node": ">=6.9.0" 528 394 } 529 395 }, 530 - "node_modules/@babel/helper-member-expression-to-functions": { 531 - "version": "7.28.5", 532 - "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.28.5.tgz", 533 - "integrity": "sha512-cwM7SBRZcPCLgl8a7cY0soT1SptSzAlMH39vwiRpOQkJlh53r5hdHwLSCZpQdVLT39sZt+CRpNwYG4Y2v77atg==", 534 - "dev": true, 535 - "license": "MIT", 536 - "dependencies": { 537 - "@babel/traverse": "^7.28.5", 538 - "@babel/types": "^7.28.5" 539 - }, 540 - "engines": { 541 - "node": ">=6.9.0" 542 - } 543 - }, 544 396 "node_modules/@babel/helper-module-imports": { 545 397 "version": "7.28.6", 546 398 "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.28.6.tgz", ··· 573 425 "@babel/core": "^7.0.0" 574 426 } 575 427 }, 576 - "node_modules/@babel/helper-optimise-call-expression": { 577 - "version": "7.27.1", 578 - "resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.27.1.tgz", 579 - "integrity": "sha512-URMGH08NzYFhubNSGJrpUEphGKQwMQYBySzat5cAByY1/YgIRkULnIy3tAMeszlL/so2HbeilYloUmSpd7GdVw==", 580 - "dev": true, 581 - "license": "MIT", 582 - "dependencies": { 583 - "@babel/types": "^7.27.1" 584 - }, 585 - "engines": { 586 - "node": ">=6.9.0" 587 - } 588 - }, 589 428 "node_modules/@babel/helper-plugin-utils": { 590 429 "version": "7.28.6", 591 430 "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.28.6.tgz", ··· 596 435 "node": ">=6.9.0" 597 436 } 598 437 }, 599 - "node_modules/@babel/helper-remap-async-to-generator": { 600 - "version": "7.27.1", 601 - "resolved": "https://registry.npmjs.org/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.27.1.tgz", 602 - "integrity": "sha512-7fiA521aVw8lSPeI4ZOD3vRFkoqkJcS+z4hFo82bFSH/2tNd6eJ5qCVMS5OzDmZh/kaHQeBaeyxK6wljcPtveA==", 603 - "dev": true, 604 - "license": "MIT", 605 - "dependencies": { 606 - "@babel/helper-annotate-as-pure": "^7.27.1", 607 - "@babel/helper-wrap-function": "^7.27.1", 608 - "@babel/traverse": "^7.27.1" 609 - }, 610 - "engines": { 611 - "node": ">=6.9.0" 612 - }, 613 - "peerDependencies": { 614 - "@babel/core": "^7.0.0" 615 - } 616 - }, 617 - "node_modules/@babel/helper-replace-supers": { 618 - "version": "7.28.6", 619 - "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.28.6.tgz", 620 - "integrity": "sha512-mq8e+laIk94/yFec3DxSjCRD2Z0TAjhVbEJY3UQrlwVo15Lmt7C2wAUbK4bjnTs4APkwsYLTahXRraQXhb1WCg==", 621 - "dev": true, 622 - "license": "MIT", 623 - "dependencies": { 624 - "@babel/helper-member-expression-to-functions": "^7.28.5", 625 - "@babel/helper-optimise-call-expression": "^7.27.1", 626 - "@babel/traverse": "^7.28.6" 627 - }, 628 - "engines": { 629 - "node": ">=6.9.0" 630 - }, 631 - "peerDependencies": { 632 - "@babel/core": "^7.0.0" 633 - } 634 - }, 635 - "node_modules/@babel/helper-skip-transparent-expression-wrappers": { 636 - "version": "7.27.1", 637 - "resolved": "https://registry.npmjs.org/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.27.1.tgz", 638 - "integrity": "sha512-Tub4ZKEXqbPjXgWLl2+3JpQAYBJ8+ikpQ2Ocj/q/r0LwE3UhENh7EUabyHjz2kCEsrRY83ew2DQdHluuiDQFzg==", 639 - "dev": true, 640 - "license": "MIT", 641 - "dependencies": { 642 - "@babel/traverse": "^7.27.1", 643 - "@babel/types": "^7.27.1" 644 - }, 645 - "engines": { 646 - "node": ">=6.9.0" 647 - } 648 - }, 649 438 "node_modules/@babel/helper-string-parser": { 650 439 "version": "7.27.1", 651 440 "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz", ··· 676 465 "node": ">=6.9.0" 677 466 } 678 467 }, 679 - "node_modules/@babel/helper-wrap-function": { 680 - "version": "7.28.6", 681 - "resolved": "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.28.6.tgz", 682 - "integrity": "sha512-z+PwLziMNBeSQJonizz2AGnndLsP2DeGHIxDAn+wdHOGuo4Fo1x1HBPPXeE9TAOPHNNWQKCSlA2VZyYyyibDnQ==", 683 - "dev": true, 684 - "license": "MIT", 685 - "dependencies": { 686 - "@babel/template": "^7.28.6", 687 - "@babel/traverse": "^7.28.6", 688 - "@babel/types": "^7.28.6" 689 - }, 690 - "engines": { 691 - "node": ">=6.9.0" 692 - } 693 - }, 694 468 "node_modules/@babel/helpers": { 695 469 "version": "7.29.2", 696 470 "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.29.2.tgz", ··· 721 495 "node": ">=6.0.0" 722 496 } 723 497 }, 724 - "node_modules/@babel/plugin-bugfix-firefox-class-in-computed-class-key": { 725 - "version": "7.28.5", 726 - "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.28.5.tgz", 727 - "integrity": "sha512-87GDMS3tsmMSi/3bWOte1UblL+YUTFMV8SZPZ2eSEL17s74Cw/l63rR6NmGVKMYW2GYi85nE+/d6Hw5N0bEk2Q==", 728 - "dev": true, 729 - "license": "MIT", 730 - "dependencies": { 731 - "@babel/helper-plugin-utils": "^7.27.1", 732 - "@babel/traverse": "^7.28.5" 733 - }, 734 - "engines": { 735 - "node": ">=6.9.0" 736 - }, 737 - "peerDependencies": { 738 - "@babel/core": "^7.0.0" 739 - } 740 - }, 741 - "node_modules/@babel/plugin-bugfix-safari-class-field-initializer-scope": { 742 - "version": "7.27.1", 743 - "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-safari-class-field-initializer-scope/-/plugin-bugfix-safari-class-field-initializer-scope-7.27.1.tgz", 744 - "integrity": "sha512-qNeq3bCKnGgLkEXUuFry6dPlGfCdQNZbn7yUAPCInwAJHMU7THJfrBSozkcWq5sNM6RcF3S8XyQL2A52KNR9IA==", 745 - "dev": true, 746 - "license": "MIT", 747 - "dependencies": { 748 - "@babel/helper-plugin-utils": "^7.27.1" 749 - }, 750 - "engines": { 751 - "node": ">=6.9.0" 752 - }, 753 - "peerDependencies": { 754 - "@babel/core": "^7.0.0" 755 - } 756 - }, 757 - "node_modules/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": { 758 - "version": "7.27.1", 759 - "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.27.1.tgz", 760 - "integrity": "sha512-g4L7OYun04N1WyqMNjldFwlfPCLVkgB54A/YCXICZYBsvJJE3kByKv9c9+R/nAfmIfjl2rKYLNyMHboYbZaWaA==", 761 - "dev": true, 762 - "license": "MIT", 763 - "dependencies": { 764 - "@babel/helper-plugin-utils": "^7.27.1" 765 - }, 766 - "engines": { 767 - "node": ">=6.9.0" 768 - }, 769 - "peerDependencies": { 770 - "@babel/core": "^7.0.0" 771 - } 772 - }, 773 - "node_modules/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": { 774 - "version": "7.27.1", 775 - "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.27.1.tgz", 776 - "integrity": "sha512-oO02gcONcD5O1iTLi/6frMJBIwWEHceWGSGqrpCmEL8nogiS6J9PBlE48CaK20/Jx1LuRml9aDftLgdjXT8+Cw==", 777 - "dev": true, 778 - "license": "MIT", 779 - "dependencies": { 780 - "@babel/helper-plugin-utils": "^7.27.1", 781 - "@babel/helper-skip-transparent-expression-wrappers": "^7.27.1", 782 - "@babel/plugin-transform-optional-chaining": "^7.27.1" 783 - }, 784 - "engines": { 785 - "node": ">=6.9.0" 786 - }, 787 - "peerDependencies": { 788 - "@babel/core": "^7.13.0" 789 - } 790 - }, 791 - "node_modules/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": { 792 - "version": "7.28.6", 793 - "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly/-/plugin-bugfix-v8-static-class-fields-redefine-readonly-7.28.6.tgz", 794 - "integrity": "sha512-a0aBScVTlNaiUe35UtfxAN7A/tehvvG4/ByO6+46VPKTRSlfnAFsgKy0FUh+qAkQrDTmhDkT+IBOKlOoMUxQ0g==", 795 - "dev": true, 796 - "license": "MIT", 797 - "dependencies": { 798 - "@babel/helper-plugin-utils": "^7.28.6", 799 - "@babel/traverse": "^7.28.6" 800 - }, 801 - "engines": { 802 - "node": ">=6.9.0" 803 - }, 804 - "peerDependencies": { 805 - "@babel/core": "^7.0.0" 806 - } 807 - }, 808 - "node_modules/@babel/plugin-proposal-private-property-in-object": { 809 - "version": "7.21.0-placeholder-for-preset-env.2", 810 - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.21.0-placeholder-for-preset-env.2.tgz", 811 - "integrity": "sha512-SOSkfJDddaM7mak6cPEpswyTRnuRltl429hMraQEglW+OkovnCzsiszTmsrlY//qLFjCpQDFRvjdm2wA5pPm9w==", 812 - "dev": true, 813 - "license": "MIT", 814 - "engines": { 815 - "node": ">=6.9.0" 816 - }, 817 - "peerDependencies": { 818 - "@babel/core": "^7.0.0-0" 819 - } 820 - }, 821 - "node_modules/@babel/plugin-syntax-import-assertions": { 822 - "version": "7.28.6", 823 - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.28.6.tgz", 824 - "integrity": "sha512-pSJUpFHdx9z5nqTSirOCMtYVP2wFgoWhP0p3g8ONK/4IHhLIBd0B9NYqAvIUAhq+OkhO4VM1tENCt0cjlsNShw==", 825 - "dev": true, 826 - "license": "MIT", 827 - "dependencies": { 828 - "@babel/helper-plugin-utils": "^7.28.6" 829 - }, 830 - "engines": { 831 - "node": ">=6.9.0" 832 - }, 833 - "peerDependencies": { 834 - "@babel/core": "^7.0.0-0" 835 - } 836 - }, 837 - "node_modules/@babel/plugin-syntax-import-attributes": { 838 - "version": "7.28.6", 839 - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-attributes/-/plugin-syntax-import-attributes-7.28.6.tgz", 840 - "integrity": "sha512-jiLC0ma9XkQT3TKJ9uYvlakm66Pamywo+qwL+oL8HJOvc6TWdZXVfhqJr8CCzbSGUAbDOzlGHJC1U+vRfLQDvw==", 841 - "dev": true, 842 - "license": "MIT", 843 - "dependencies": { 844 - "@babel/helper-plugin-utils": "^7.28.6" 845 - }, 846 - "engines": { 847 - "node": ">=6.9.0" 848 - }, 849 - "peerDependencies": { 850 - "@babel/core": "^7.0.0-0" 851 - } 852 - }, 853 - "node_modules/@babel/plugin-syntax-unicode-sets-regex": { 854 - "version": "7.18.6", 855 - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-unicode-sets-regex/-/plugin-syntax-unicode-sets-regex-7.18.6.tgz", 856 - "integrity": "sha512-727YkEAPwSIQTv5im8QHz3upqp92JTWhidIC81Tdx4VJYIte/VndKf1qKrfnnhPLiPghStWfvC/iFaMCQu7Nqg==", 857 - "dev": true, 858 - "license": "MIT", 859 - "dependencies": { 860 - "@babel/helper-create-regexp-features-plugin": "^7.18.6", 861 - "@babel/helper-plugin-utils": "^7.18.6" 862 - }, 863 - "engines": { 864 - "node": ">=6.9.0" 865 - }, 866 - "peerDependencies": { 867 - "@babel/core": "^7.0.0" 868 - } 869 - }, 870 - "node_modules/@babel/plugin-transform-arrow-functions": { 871 - "version": "7.27.1", 872 - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.27.1.tgz", 873 - "integrity": "sha512-8Z4TGic6xW70FKThA5HYEKKyBpOOsucTOD1DjU3fZxDg+K3zBJcXMFnt/4yQiZnf5+MiOMSXQ9PaEK/Ilh1DeA==", 874 - "dev": true, 875 - "license": "MIT", 876 - "dependencies": { 877 - "@babel/helper-plugin-utils": "^7.27.1" 878 - }, 879 - "engines": { 880 - "node": ">=6.9.0" 881 - }, 882 - "peerDependencies": { 883 - "@babel/core": "^7.0.0-0" 884 - } 885 - }, 886 - "node_modules/@babel/plugin-transform-async-generator-functions": { 887 - "version": "7.29.0", 888 - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.29.0.tgz", 889 - "integrity": "sha512-va0VdWro4zlBr2JsXC+ofCPB2iG12wPtVGTWFx2WLDOM3nYQZZIGP82qku2eW/JR83sD+k2k+CsNtyEbUqhU6w==", 890 - "dev": true, 891 - "license": "MIT", 892 - "dependencies": { 893 - "@babel/helper-plugin-utils": "^7.28.6", 894 - "@babel/helper-remap-async-to-generator": "^7.27.1", 895 - "@babel/traverse": "^7.29.0" 896 - }, 897 - "engines": { 898 - "node": ">=6.9.0" 899 - }, 900 - "peerDependencies": { 901 - "@babel/core": "^7.0.0-0" 902 - } 903 - }, 904 - "node_modules/@babel/plugin-transform-async-to-generator": { 905 - "version": "7.28.6", 906 - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.28.6.tgz", 907 - "integrity": "sha512-ilTRcmbuXjsMmcZ3HASTe4caH5Tpo93PkTxF9oG2VZsSWsahydmcEHhix9Ik122RcTnZnUzPbmux4wh1swfv7g==", 908 - "dev": true, 909 - "license": "MIT", 910 - "dependencies": { 911 - "@babel/helper-module-imports": "^7.28.6", 912 - "@babel/helper-plugin-utils": "^7.28.6", 913 - "@babel/helper-remap-async-to-generator": "^7.27.1" 914 - }, 915 - "engines": { 916 - "node": ">=6.9.0" 917 - }, 918 - "peerDependencies": { 919 - "@babel/core": "^7.0.0-0" 920 - } 921 - }, 922 - "node_modules/@babel/plugin-transform-block-scoped-functions": { 923 - "version": "7.27.1", 924 - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.27.1.tgz", 925 - "integrity": "sha512-cnqkuOtZLapWYZUYM5rVIdv1nXYuFVIltZ6ZJ7nIj585QsjKM5dhL2Fu/lICXZ1OyIAFc7Qy+bvDAtTXqGrlhg==", 926 - "dev": true, 927 - "license": "MIT", 928 - "dependencies": { 929 - "@babel/helper-plugin-utils": "^7.27.1" 930 - }, 931 - "engines": { 932 - "node": ">=6.9.0" 933 - }, 934 - "peerDependencies": { 935 - "@babel/core": "^7.0.0-0" 936 - } 937 - }, 938 - "node_modules/@babel/plugin-transform-block-scoping": { 939 - "version": "7.28.6", 940 - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.28.6.tgz", 941 - "integrity": "sha512-tt/7wOtBmwHPNMPu7ax4pdPz6shjFrmHDghvNC+FG9Qvj7D6mJcoRQIF5dy4njmxR941l6rgtvfSB2zX3VlUIw==", 942 - "dev": true, 943 - "license": "MIT", 944 - "dependencies": { 945 - "@babel/helper-plugin-utils": "^7.28.6" 946 - }, 947 - "engines": { 948 - "node": ">=6.9.0" 949 - }, 950 - "peerDependencies": { 951 - "@babel/core": "^7.0.0-0" 952 - } 953 - }, 954 - "node_modules/@babel/plugin-transform-class-properties": { 955 - "version": "7.28.6", 956 - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-class-properties/-/plugin-transform-class-properties-7.28.6.tgz", 957 - "integrity": "sha512-dY2wS3I2G7D697VHndN91TJr8/AAfXQNt5ynCTI/MpxMsSzHp+52uNivYT5wCPax3whc47DR8Ba7cmlQMg24bw==", 958 - "dev": true, 959 - "license": "MIT", 960 - "dependencies": { 961 - "@babel/helper-create-class-features-plugin": "^7.28.6", 962 - "@babel/helper-plugin-utils": "^7.28.6" 963 - }, 964 - "engines": { 965 - "node": ">=6.9.0" 966 - }, 967 - "peerDependencies": { 968 - "@babel/core": "^7.0.0-0" 969 - } 970 - }, 971 - "node_modules/@babel/plugin-transform-class-static-block": { 972 - "version": "7.28.6", 973 - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.28.6.tgz", 974 - "integrity": "sha512-rfQ++ghVwTWTqQ7w8qyDxL1XGihjBss4CmTgGRCTAC9RIbhVpyp4fOeZtta0Lbf+dTNIVJer6ych2ibHwkZqsQ==", 975 - "dev": true, 976 - "license": "MIT", 977 - "dependencies": { 978 - "@babel/helper-create-class-features-plugin": "^7.28.6", 979 - "@babel/helper-plugin-utils": "^7.28.6" 980 - }, 981 - "engines": { 982 - "node": ">=6.9.0" 983 - }, 984 - "peerDependencies": { 985 - "@babel/core": "^7.12.0" 986 - } 987 - }, 988 - "node_modules/@babel/plugin-transform-classes": { 989 - "version": "7.28.6", 990 - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.28.6.tgz", 991 - "integrity": "sha512-EF5KONAqC5zAqT783iMGuM2ZtmEBy+mJMOKl2BCvPZ2lVrwvXnB6o+OBWCS+CoeCCpVRF2sA2RBKUxvT8tQT5Q==", 992 - "dev": true, 993 - "license": "MIT", 994 - "dependencies": { 995 - "@babel/helper-annotate-as-pure": "^7.27.3", 996 - "@babel/helper-compilation-targets": "^7.28.6", 997 - "@babel/helper-globals": "^7.28.0", 998 - "@babel/helper-plugin-utils": "^7.28.6", 999 - "@babel/helper-replace-supers": "^7.28.6", 1000 - "@babel/traverse": "^7.28.6" 1001 - }, 1002 - "engines": { 1003 - "node": ">=6.9.0" 1004 - }, 1005 - "peerDependencies": { 1006 - "@babel/core": "^7.0.0-0" 1007 - } 1008 - }, 1009 - "node_modules/@babel/plugin-transform-computed-properties": { 1010 - "version": "7.28.6", 1011 - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.28.6.tgz", 1012 - "integrity": "sha512-bcc3k0ijhHbc2lEfpFHgx7eYw9KNXqOerKWfzbxEHUGKnS3sz9C4CNL9OiFN1297bDNfUiSO7DaLzbvHQQQ1BQ==", 1013 - "dev": true, 1014 - "license": "MIT", 1015 - "dependencies": { 1016 - "@babel/helper-plugin-utils": "^7.28.6", 1017 - "@babel/template": "^7.28.6" 1018 - }, 1019 - "engines": { 1020 - "node": ">=6.9.0" 1021 - }, 1022 - "peerDependencies": { 1023 - "@babel/core": "^7.0.0-0" 1024 - } 1025 - }, 1026 - "node_modules/@babel/plugin-transform-destructuring": { 1027 - "version": "7.28.5", 1028 - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.28.5.tgz", 1029 - "integrity": "sha512-Kl9Bc6D0zTUcFUvkNuQh4eGXPKKNDOJQXVyyM4ZAQPMveniJdxi8XMJwLo+xSoW3MIq81bD33lcUe9kZpl0MCw==", 1030 - "dev": true, 1031 - "license": "MIT", 1032 - "dependencies": { 1033 - "@babel/helper-plugin-utils": "^7.27.1", 1034 - "@babel/traverse": "^7.28.5" 1035 - }, 1036 - "engines": { 1037 - "node": ">=6.9.0" 1038 - }, 1039 - "peerDependencies": { 1040 - "@babel/core": "^7.0.0-0" 1041 - } 1042 - }, 1043 - "node_modules/@babel/plugin-transform-dotall-regex": { 1044 - "version": "7.28.6", 1045 - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.28.6.tgz", 1046 - "integrity": "sha512-SljjowuNKB7q5Oayv4FoPzeB74g3QgLt8IVJw9ADvWy3QnUb/01aw8I4AVv8wYnPvQz2GDDZ/g3GhcNyDBI4Bg==", 1047 - "dev": true, 1048 - "license": "MIT", 1049 - "dependencies": { 1050 - "@babel/helper-create-regexp-features-plugin": "^7.28.5", 1051 - "@babel/helper-plugin-utils": "^7.28.6" 1052 - }, 1053 - "engines": { 1054 - "node": ">=6.9.0" 1055 - }, 1056 - "peerDependencies": { 1057 - "@babel/core": "^7.0.0-0" 1058 - } 1059 - }, 1060 - "node_modules/@babel/plugin-transform-duplicate-keys": { 1061 - "version": "7.27.1", 1062 - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.27.1.tgz", 1063 - "integrity": "sha512-MTyJk98sHvSs+cvZ4nOauwTTG1JeonDjSGvGGUNHreGQns+Mpt6WX/dVzWBHgg+dYZhkC4X+zTDfkTU+Vy9y7Q==", 1064 - "dev": true, 1065 - "license": "MIT", 1066 - "dependencies": { 1067 - "@babel/helper-plugin-utils": "^7.27.1" 1068 - }, 1069 - "engines": { 1070 - "node": ">=6.9.0" 1071 - }, 1072 - "peerDependencies": { 1073 - "@babel/core": "^7.0.0-0" 1074 - } 1075 - }, 1076 - "node_modules/@babel/plugin-transform-duplicate-named-capturing-groups-regex": { 1077 - "version": "7.29.0", 1078 - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-duplicate-named-capturing-groups-regex/-/plugin-transform-duplicate-named-capturing-groups-regex-7.29.0.tgz", 1079 - "integrity": "sha512-zBPcW2lFGxdiD8PUnPwJjag2J9otbcLQzvbiOzDxpYXyCuYX9agOwMPGn1prVH0a4qzhCKu24rlH4c1f7yA8rw==", 1080 - "dev": true, 1081 - "license": "MIT", 1082 - "dependencies": { 1083 - "@babel/helper-create-regexp-features-plugin": "^7.28.5", 1084 - "@babel/helper-plugin-utils": "^7.28.6" 1085 - }, 1086 - "engines": { 1087 - "node": ">=6.9.0" 1088 - }, 1089 - "peerDependencies": { 1090 - "@babel/core": "^7.0.0" 1091 - } 1092 - }, 1093 - "node_modules/@babel/plugin-transform-dynamic-import": { 1094 - "version": "7.27.1", 1095 - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-dynamic-import/-/plugin-transform-dynamic-import-7.27.1.tgz", 1096 - "integrity": "sha512-MHzkWQcEmjzzVW9j2q8LGjwGWpG2mjwaaB0BNQwst3FIjqsg8Ct/mIZlvSPJvfi9y2AC8mi/ktxbFVL9pZ1I4A==", 1097 - "dev": true, 1098 - "license": "MIT", 1099 - "dependencies": { 1100 - "@babel/helper-plugin-utils": "^7.27.1" 1101 - }, 1102 - "engines": { 1103 - "node": ">=6.9.0" 1104 - }, 1105 - "peerDependencies": { 1106 - "@babel/core": "^7.0.0-0" 1107 - } 1108 - }, 1109 - "node_modules/@babel/plugin-transform-explicit-resource-management": { 1110 - "version": "7.28.6", 1111 - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-explicit-resource-management/-/plugin-transform-explicit-resource-management-7.28.6.tgz", 1112 - "integrity": "sha512-Iao5Konzx2b6g7EPqTy40UZbcdXE126tTxVFr/nAIj+WItNxjKSYTEw3RC+A2/ZetmdJsgueL1KhaMCQHkLPIg==", 1113 - "dev": true, 1114 - "license": "MIT", 1115 - "dependencies": { 1116 - "@babel/helper-plugin-utils": "^7.28.6", 1117 - "@babel/plugin-transform-destructuring": "^7.28.5" 1118 - }, 1119 - "engines": { 1120 - "node": ">=6.9.0" 1121 - }, 1122 - "peerDependencies": { 1123 - "@babel/core": "^7.0.0-0" 1124 - } 1125 - }, 1126 - "node_modules/@babel/plugin-transform-exponentiation-operator": { 1127 - "version": "7.28.6", 1128 - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.28.6.tgz", 1129 - "integrity": "sha512-WitabqiGjV/vJ0aPOLSFfNY1u9U3R7W36B03r5I2KoNix+a3sOhJ3pKFB3R5It9/UiK78NiO0KE9P21cMhlPkw==", 1130 - "dev": true, 1131 - "license": "MIT", 1132 - "dependencies": { 1133 - "@babel/helper-plugin-utils": "^7.28.6" 1134 - }, 1135 - "engines": { 1136 - "node": ">=6.9.0" 1137 - }, 1138 - "peerDependencies": { 1139 - "@babel/core": "^7.0.0-0" 1140 - } 1141 - }, 1142 - "node_modules/@babel/plugin-transform-export-namespace-from": { 1143 - "version": "7.27.1", 1144 - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-export-namespace-from/-/plugin-transform-export-namespace-from-7.27.1.tgz", 1145 - "integrity": "sha512-tQvHWSZ3/jH2xuq/vZDy0jNn+ZdXJeM8gHvX4lnJmsc3+50yPlWdZXIc5ay+umX+2/tJIqHqiEqcJvxlmIvRvQ==", 1146 - "dev": true, 1147 - "license": "MIT", 1148 - "dependencies": { 1149 - "@babel/helper-plugin-utils": "^7.27.1" 1150 - }, 1151 - "engines": { 1152 - "node": ">=6.9.0" 1153 - }, 1154 - "peerDependencies": { 1155 - "@babel/core": "^7.0.0-0" 1156 - } 1157 - }, 1158 - "node_modules/@babel/plugin-transform-for-of": { 1159 - "version": "7.27.1", 1160 - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.27.1.tgz", 1161 - "integrity": "sha512-BfbWFFEJFQzLCQ5N8VocnCtA8J1CLkNTe2Ms2wocj75dd6VpiqS5Z5quTYcUoo4Yq+DN0rtikODccuv7RU81sw==", 1162 - "dev": true, 1163 - "license": "MIT", 1164 - "dependencies": { 1165 - "@babel/helper-plugin-utils": "^7.27.1", 1166 - "@babel/helper-skip-transparent-expression-wrappers": "^7.27.1" 1167 - }, 1168 - "engines": { 1169 - "node": ">=6.9.0" 1170 - }, 1171 - "peerDependencies": { 1172 - "@babel/core": "^7.0.0-0" 1173 - } 1174 - }, 1175 - "node_modules/@babel/plugin-transform-function-name": { 1176 - "version": "7.27.1", 1177 - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.27.1.tgz", 1178 - "integrity": "sha512-1bQeydJF9Nr1eBCMMbC+hdwmRlsv5XYOMu03YSWFwNs0HsAmtSxxF1fyuYPqemVldVyFmlCU7w8UE14LupUSZQ==", 1179 - "dev": true, 1180 - "license": "MIT", 1181 - "dependencies": { 1182 - "@babel/helper-compilation-targets": "^7.27.1", 1183 - "@babel/helper-plugin-utils": "^7.27.1", 1184 - "@babel/traverse": "^7.27.1" 1185 - }, 1186 - "engines": { 1187 - "node": ">=6.9.0" 1188 - }, 1189 - "peerDependencies": { 1190 - "@babel/core": "^7.0.0-0" 1191 - } 1192 - }, 1193 - "node_modules/@babel/plugin-transform-json-strings": { 1194 - "version": "7.28.6", 1195 - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-json-strings/-/plugin-transform-json-strings-7.28.6.tgz", 1196 - "integrity": "sha512-Nr+hEN+0geQkzhbdgQVPoqr47lZbm+5fCUmO70722xJZd0Mvb59+33QLImGj6F+DkK3xgDi1YVysP8whD6FQAw==", 1197 - "dev": true, 1198 - "license": "MIT", 1199 - "dependencies": { 1200 - "@babel/helper-plugin-utils": "^7.28.6" 1201 - }, 1202 - "engines": { 1203 - "node": ">=6.9.0" 1204 - }, 1205 - "peerDependencies": { 1206 - "@babel/core": "^7.0.0-0" 1207 - } 1208 - }, 1209 - "node_modules/@babel/plugin-transform-literals": { 1210 - "version": "7.27.1", 1211 - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-literals/-/plugin-transform-literals-7.27.1.tgz", 1212 - "integrity": "sha512-0HCFSepIpLTkLcsi86GG3mTUzxV5jpmbv97hTETW3yzrAij8aqlD36toB1D0daVFJM8NK6GvKO0gslVQmm+zZA==", 1213 - "dev": true, 1214 - "license": "MIT", 1215 - "dependencies": { 1216 - "@babel/helper-plugin-utils": "^7.27.1" 1217 - }, 1218 - "engines": { 1219 - "node": ">=6.9.0" 1220 - }, 1221 - "peerDependencies": { 1222 - "@babel/core": "^7.0.0-0" 1223 - } 1224 - }, 1225 - "node_modules/@babel/plugin-transform-logical-assignment-operators": { 1226 - "version": "7.28.6", 1227 - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-logical-assignment-operators/-/plugin-transform-logical-assignment-operators-7.28.6.tgz", 1228 - "integrity": "sha512-+anKKair6gpi8VsM/95kmomGNMD0eLz1NQ8+Pfw5sAwWH9fGYXT50E55ZpV0pHUHWf6IUTWPM+f/7AAff+wr9A==", 1229 - "dev": true, 1230 - "license": "MIT", 1231 - "dependencies": { 1232 - "@babel/helper-plugin-utils": "^7.28.6" 1233 - }, 1234 - "engines": { 1235 - "node": ">=6.9.0" 1236 - }, 1237 - "peerDependencies": { 1238 - "@babel/core": "^7.0.0-0" 1239 - } 1240 - }, 1241 - "node_modules/@babel/plugin-transform-member-expression-literals": { 1242 - "version": "7.27.1", 1243 - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.27.1.tgz", 1244 - "integrity": "sha512-hqoBX4dcZ1I33jCSWcXrP+1Ku7kdqXf1oeah7ooKOIiAdKQ+uqftgCFNOSzA5AMS2XIHEYeGFg4cKRCdpxzVOQ==", 1245 - "dev": true, 1246 - "license": "MIT", 1247 - "dependencies": { 1248 - "@babel/helper-plugin-utils": "^7.27.1" 1249 - }, 1250 - "engines": { 1251 - "node": ">=6.9.0" 1252 - }, 1253 - "peerDependencies": { 1254 - "@babel/core": "^7.0.0-0" 1255 - } 1256 - }, 1257 - "node_modules/@babel/plugin-transform-modules-amd": { 1258 - "version": "7.27.1", 1259 - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.27.1.tgz", 1260 - "integrity": "sha512-iCsytMg/N9/oFq6n+gFTvUYDZQOMK5kEdeYxmxt91fcJGycfxVP9CnrxoliM0oumFERba2i8ZtwRUCMhvP1LnA==", 1261 - "dev": true, 1262 - "license": "MIT", 1263 - "dependencies": { 1264 - "@babel/helper-module-transforms": "^7.27.1", 1265 - "@babel/helper-plugin-utils": "^7.27.1" 1266 - }, 1267 - "engines": { 1268 - "node": ">=6.9.0" 1269 - }, 1270 - "peerDependencies": { 1271 - "@babel/core": "^7.0.0-0" 1272 - } 1273 - }, 1274 - "node_modules/@babel/plugin-transform-modules-commonjs": { 1275 - "version": "7.28.6", 1276 - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.28.6.tgz", 1277 - "integrity": "sha512-jppVbf8IV9iWWwWTQIxJMAJCWBuuKx71475wHwYytrRGQ2CWiDvYlADQno3tcYpS/T2UUWFQp3nVtYfK/YBQrA==", 1278 - "dev": true, 1279 - "license": "MIT", 1280 - "dependencies": { 1281 - "@babel/helper-module-transforms": "^7.28.6", 1282 - "@babel/helper-plugin-utils": "^7.28.6" 1283 - }, 1284 - "engines": { 1285 - "node": ">=6.9.0" 1286 - }, 1287 - "peerDependencies": { 1288 - "@babel/core": "^7.0.0-0" 1289 - } 1290 - }, 1291 - "node_modules/@babel/plugin-transform-modules-systemjs": { 1292 - "version": "7.29.0", 1293 - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.29.0.tgz", 1294 - "integrity": "sha512-PrujnVFbOdUpw4UHiVwKvKRLMMic8+eC0CuNlxjsyZUiBjhFdPsewdXCkveh2KqBA9/waD0W1b4hXSOBQJezpQ==", 1295 - "dev": true, 1296 - "license": "MIT", 1297 - "dependencies": { 1298 - "@babel/helper-module-transforms": "^7.28.6", 1299 - "@babel/helper-plugin-utils": "^7.28.6", 1300 - "@babel/helper-validator-identifier": "^7.28.5", 1301 - "@babel/traverse": "^7.29.0" 1302 - }, 1303 - "engines": { 1304 - "node": ">=6.9.0" 1305 - }, 1306 - "peerDependencies": { 1307 - "@babel/core": "^7.0.0-0" 1308 - } 1309 - }, 1310 - "node_modules/@babel/plugin-transform-modules-umd": { 1311 - "version": "7.27.1", 1312 - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.27.1.tgz", 1313 - "integrity": "sha512-iQBE/xC5BV1OxJbp6WG7jq9IWiD+xxlZhLrdwpPkTX3ydmXdvoCpyfJN7acaIBZaOqTfr76pgzqBJflNbeRK+w==", 1314 - "dev": true, 1315 - "license": "MIT", 1316 - "dependencies": { 1317 - "@babel/helper-module-transforms": "^7.27.1", 1318 - "@babel/helper-plugin-utils": "^7.27.1" 1319 - }, 1320 - "engines": { 1321 - "node": ">=6.9.0" 1322 - }, 1323 - "peerDependencies": { 1324 - "@babel/core": "^7.0.0-0" 1325 - } 1326 - }, 1327 - "node_modules/@babel/plugin-transform-named-capturing-groups-regex": { 1328 - "version": "7.29.0", 1329 - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.29.0.tgz", 1330 - "integrity": "sha512-1CZQA5KNAD6ZYQLPw7oi5ewtDNxH/2vuCh+6SmvgDfhumForvs8a1o9n0UrEoBD8HU4djO2yWngTQlXl1NDVEQ==", 1331 - "dev": true, 1332 - "license": "MIT", 1333 - "dependencies": { 1334 - "@babel/helper-create-regexp-features-plugin": "^7.28.5", 1335 - "@babel/helper-plugin-utils": "^7.28.6" 1336 - }, 1337 - "engines": { 1338 - "node": ">=6.9.0" 1339 - }, 1340 - "peerDependencies": { 1341 - "@babel/core": "^7.0.0" 1342 - } 1343 - }, 1344 - "node_modules/@babel/plugin-transform-new-target": { 1345 - "version": "7.27.1", 1346 - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.27.1.tgz", 1347 - "integrity": "sha512-f6PiYeqXQ05lYq3TIfIDu/MtliKUbNwkGApPUvyo6+tc7uaR4cPjPe7DFPr15Uyycg2lZU6btZ575CuQoYh7MQ==", 1348 - "dev": true, 1349 - "license": "MIT", 1350 - "dependencies": { 1351 - "@babel/helper-plugin-utils": "^7.27.1" 1352 - }, 1353 - "engines": { 1354 - "node": ">=6.9.0" 1355 - }, 1356 - "peerDependencies": { 1357 - "@babel/core": "^7.0.0-0" 1358 - } 1359 - }, 1360 - "node_modules/@babel/plugin-transform-nullish-coalescing-operator": { 1361 - "version": "7.28.6", 1362 - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-nullish-coalescing-operator/-/plugin-transform-nullish-coalescing-operator-7.28.6.tgz", 1363 - "integrity": "sha512-3wKbRgmzYbw24mDJXT7N+ADXw8BC/imU9yo9c9X9NKaLF1fW+e5H1U5QjMUBe4Qo4Ox/o++IyUkl1sVCLgevKg==", 1364 - "dev": true, 1365 - "license": "MIT", 1366 - "dependencies": { 1367 - "@babel/helper-plugin-utils": "^7.28.6" 1368 - }, 1369 - "engines": { 1370 - "node": ">=6.9.0" 1371 - }, 1372 - "peerDependencies": { 1373 - "@babel/core": "^7.0.0-0" 1374 - } 1375 - }, 1376 - "node_modules/@babel/plugin-transform-numeric-separator": { 1377 - "version": "7.28.6", 1378 - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-numeric-separator/-/plugin-transform-numeric-separator-7.28.6.tgz", 1379 - "integrity": "sha512-SJR8hPynj8outz+SlStQSwvziMN4+Bq99it4tMIf5/Caq+3iOc0JtKyse8puvyXkk3eFRIA5ID/XfunGgO5i6w==", 1380 - "dev": true, 1381 - "license": "MIT", 1382 - "dependencies": { 1383 - "@babel/helper-plugin-utils": "^7.28.6" 1384 - }, 1385 - "engines": { 1386 - "node": ">=6.9.0" 1387 - }, 1388 - "peerDependencies": { 1389 - "@babel/core": "^7.0.0-0" 1390 - } 1391 - }, 1392 - "node_modules/@babel/plugin-transform-object-rest-spread": { 1393 - "version": "7.28.6", 1394 - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.28.6.tgz", 1395 - "integrity": "sha512-5rh+JR4JBC4pGkXLAcYdLHZjXudVxWMXbB6u6+E9lRL5TrGVbHt1TjxGbZ8CkmYw9zjkB7jutzOROArsqtncEA==", 1396 - "dev": true, 1397 - "license": "MIT", 1398 - "dependencies": { 1399 - "@babel/helper-compilation-targets": "^7.28.6", 1400 - "@babel/helper-plugin-utils": "^7.28.6", 1401 - "@babel/plugin-transform-destructuring": "^7.28.5", 1402 - "@babel/plugin-transform-parameters": "^7.27.7", 1403 - "@babel/traverse": "^7.28.6" 1404 - }, 1405 - "engines": { 1406 - "node": ">=6.9.0" 1407 - }, 1408 - "peerDependencies": { 1409 - "@babel/core": "^7.0.0-0" 1410 - } 1411 - }, 1412 - "node_modules/@babel/plugin-transform-object-super": { 1413 - "version": "7.27.1", 1414 - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.27.1.tgz", 1415 - "integrity": "sha512-SFy8S9plRPbIcxlJ8A6mT/CxFdJx/c04JEctz4jf8YZaVS2px34j7NXRrlGlHkN/M2gnpL37ZpGRGVFLd3l8Ng==", 1416 - "dev": true, 1417 - "license": "MIT", 1418 - "dependencies": { 1419 - "@babel/helper-plugin-utils": "^7.27.1", 1420 - "@babel/helper-replace-supers": "^7.27.1" 1421 - }, 1422 - "engines": { 1423 - "node": ">=6.9.0" 1424 - }, 1425 - "peerDependencies": { 1426 - "@babel/core": "^7.0.0-0" 1427 - } 1428 - }, 1429 - "node_modules/@babel/plugin-transform-optional-catch-binding": { 1430 - "version": "7.28.6", 1431 - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-optional-catch-binding/-/plugin-transform-optional-catch-binding-7.28.6.tgz", 1432 - "integrity": "sha512-R8ja/Pyrv0OGAvAXQhSTmWyPJPml+0TMqXlO5w+AsMEiwb2fg3WkOvob7UxFSL3OIttFSGSRFKQsOhJ/X6HQdQ==", 1433 - "dev": true, 1434 - "license": "MIT", 1435 - "dependencies": { 1436 - "@babel/helper-plugin-utils": "^7.28.6" 1437 - }, 1438 - "engines": { 1439 - "node": ">=6.9.0" 1440 - }, 1441 - "peerDependencies": { 1442 - "@babel/core": "^7.0.0-0" 1443 - } 1444 - }, 1445 - "node_modules/@babel/plugin-transform-optional-chaining": { 1446 - "version": "7.28.6", 1447 - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.28.6.tgz", 1448 - "integrity": "sha512-A4zobikRGJTsX9uqVFdafzGkqD30t26ck2LmOzAuLL8b2x6k3TIqRiT2xVvA9fNmFeTX484VpsdgmKNA0bS23w==", 1449 - "dev": true, 1450 - "license": "MIT", 1451 - "dependencies": { 1452 - "@babel/helper-plugin-utils": "^7.28.6", 1453 - "@babel/helper-skip-transparent-expression-wrappers": "^7.27.1" 1454 - }, 1455 - "engines": { 1456 - "node": ">=6.9.0" 1457 - }, 1458 - "peerDependencies": { 1459 - "@babel/core": "^7.0.0-0" 1460 - } 1461 - }, 1462 - "node_modules/@babel/plugin-transform-parameters": { 1463 - "version": "7.27.7", 1464 - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.27.7.tgz", 1465 - "integrity": "sha512-qBkYTYCb76RRxUM6CcZA5KRu8K4SM8ajzVeUgVdMVO9NN9uI/GaVmBg/WKJJGnNokV9SY8FxNOVWGXzqzUidBg==", 1466 - "dev": true, 1467 - "license": "MIT", 1468 - "dependencies": { 1469 - "@babel/helper-plugin-utils": "^7.27.1" 1470 - }, 1471 - "engines": { 1472 - "node": ">=6.9.0" 1473 - }, 1474 - "peerDependencies": { 1475 - "@babel/core": "^7.0.0-0" 1476 - } 1477 - }, 1478 - "node_modules/@babel/plugin-transform-private-methods": { 1479 - "version": "7.28.6", 1480 - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-private-methods/-/plugin-transform-private-methods-7.28.6.tgz", 1481 - "integrity": "sha512-piiuapX9CRv7+0st8lmuUlRSmX6mBcVeNQ1b4AYzJxfCMuBfB0vBXDiGSmm03pKJw1v6cZ8KSeM+oUnM6yAExg==", 1482 - "dev": true, 1483 - "license": "MIT", 1484 - "dependencies": { 1485 - "@babel/helper-create-class-features-plugin": "^7.28.6", 1486 - "@babel/helper-plugin-utils": "^7.28.6" 1487 - }, 1488 - "engines": { 1489 - "node": ">=6.9.0" 1490 - }, 1491 - "peerDependencies": { 1492 - "@babel/core": "^7.0.0-0" 1493 - } 1494 - }, 1495 - "node_modules/@babel/plugin-transform-private-property-in-object": { 1496 - "version": "7.28.6", 1497 - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-private-property-in-object/-/plugin-transform-private-property-in-object-7.28.6.tgz", 1498 - "integrity": "sha512-b97jvNSOb5+ehyQmBpmhOCiUC5oVK4PMnpRvO7+ymFBoqYjeDHIU9jnrNUuwHOiL9RpGDoKBpSViarV+BU+eVA==", 1499 - "dev": true, 1500 - "license": "MIT", 1501 - "dependencies": { 1502 - "@babel/helper-annotate-as-pure": "^7.27.3", 1503 - "@babel/helper-create-class-features-plugin": "^7.28.6", 1504 - "@babel/helper-plugin-utils": "^7.28.6" 1505 - }, 1506 - "engines": { 1507 - "node": ">=6.9.0" 1508 - }, 1509 - "peerDependencies": { 1510 - "@babel/core": "^7.0.0-0" 1511 - } 1512 - }, 1513 - "node_modules/@babel/plugin-transform-property-literals": { 1514 - "version": "7.27.1", 1515 - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.27.1.tgz", 1516 - "integrity": "sha512-oThy3BCuCha8kDZ8ZkgOg2exvPYUlprMukKQXI1r1pJ47NCvxfkEy8vK+r/hT9nF0Aa4H1WUPZZjHTFtAhGfmQ==", 1517 - "dev": true, 1518 - "license": "MIT", 1519 - "dependencies": { 1520 - "@babel/helper-plugin-utils": "^7.27.1" 1521 - }, 1522 - "engines": { 1523 - "node": ">=6.9.0" 1524 - }, 1525 - "peerDependencies": { 1526 - "@babel/core": "^7.0.0-0" 1527 - } 1528 - }, 1529 498 "node_modules/@babel/plugin-transform-react-jsx-self": { 1530 499 "version": "7.27.1", 1531 500 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-self/-/plugin-transform-react-jsx-self-7.27.1.tgz", ··· 1558 527 "@babel/core": "^7.0.0-0" 1559 528 } 1560 529 }, 1561 - "node_modules/@babel/plugin-transform-regenerator": { 1562 - "version": "7.29.0", 1563 - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.29.0.tgz", 1564 - "integrity": "sha512-FijqlqMA7DmRdg/aINBSs04y8XNTYw/lr1gJ2WsmBnnaNw1iS43EPkJW+zK7z65auG3AWRFXWj+NcTQwYptUog==", 1565 - "dev": true, 1566 - "license": "MIT", 1567 - "dependencies": { 1568 - "@babel/helper-plugin-utils": "^7.28.6" 1569 - }, 1570 - "engines": { 1571 - "node": ">=6.9.0" 1572 - }, 1573 - "peerDependencies": { 1574 - "@babel/core": "^7.0.0-0" 1575 - } 1576 - }, 1577 - "node_modules/@babel/plugin-transform-regexp-modifiers": { 1578 - "version": "7.28.6", 1579 - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-regexp-modifiers/-/plugin-transform-regexp-modifiers-7.28.6.tgz", 1580 - "integrity": "sha512-QGWAepm9qxpaIs7UM9FvUSnCGlb8Ua1RhyM4/veAxLwt3gMat/LSGrZixyuj4I6+Kn9iwvqCyPTtbdxanYoWYg==", 1581 - "dev": true, 1582 - "license": "MIT", 1583 - "dependencies": { 1584 - "@babel/helper-create-regexp-features-plugin": "^7.28.5", 1585 - "@babel/helper-plugin-utils": "^7.28.6" 1586 - }, 1587 - "engines": { 1588 - "node": ">=6.9.0" 1589 - }, 1590 - "peerDependencies": { 1591 - "@babel/core": "^7.0.0" 1592 - } 1593 - }, 1594 - "node_modules/@babel/plugin-transform-reserved-words": { 1595 - "version": "7.27.1", 1596 - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.27.1.tgz", 1597 - "integrity": "sha512-V2ABPHIJX4kC7HegLkYoDpfg9PVmuWy/i6vUM5eGK22bx4YVFD3M5F0QQnWQoDs6AGsUWTVOopBiMFQgHaSkVw==", 1598 - "dev": true, 1599 - "license": "MIT", 1600 - "dependencies": { 1601 - "@babel/helper-plugin-utils": "^7.27.1" 1602 - }, 1603 - "engines": { 1604 - "node": ">=6.9.0" 1605 - }, 1606 - "peerDependencies": { 1607 - "@babel/core": "^7.0.0-0" 1608 - } 1609 - }, 1610 - "node_modules/@babel/plugin-transform-shorthand-properties": { 1611 - "version": "7.27.1", 1612 - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.27.1.tgz", 1613 - "integrity": "sha512-N/wH1vcn4oYawbJ13Y/FxcQrWk63jhfNa7jef0ih7PHSIHX2LB7GWE1rkPrOnka9kwMxb6hMl19p7lidA+EHmQ==", 1614 - "dev": true, 1615 - "license": "MIT", 1616 - "dependencies": { 1617 - "@babel/helper-plugin-utils": "^7.27.1" 1618 - }, 1619 - "engines": { 1620 - "node": ">=6.9.0" 1621 - }, 1622 - "peerDependencies": { 1623 - "@babel/core": "^7.0.0-0" 1624 - } 1625 - }, 1626 - "node_modules/@babel/plugin-transform-spread": { 1627 - "version": "7.28.6", 1628 - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-spread/-/plugin-transform-spread-7.28.6.tgz", 1629 - "integrity": "sha512-9U4QObUC0FtJl05AsUcodau/RWDytrU6uKgkxu09mLR9HLDAtUMoPuuskm5huQsoktmsYpI+bGmq+iapDcriKA==", 1630 - "dev": true, 1631 - "license": "MIT", 1632 - "dependencies": { 1633 - "@babel/helper-plugin-utils": "^7.28.6", 1634 - "@babel/helper-skip-transparent-expression-wrappers": "^7.27.1" 1635 - }, 1636 - "engines": { 1637 - "node": ">=6.9.0" 1638 - }, 1639 - "peerDependencies": { 1640 - "@babel/core": "^7.0.0-0" 1641 - } 1642 - }, 1643 - "node_modules/@babel/plugin-transform-sticky-regex": { 1644 - "version": "7.27.1", 1645 - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.27.1.tgz", 1646 - "integrity": "sha512-lhInBO5bi/Kowe2/aLdBAawijx+q1pQzicSgnkB6dUPc1+RC8QmJHKf2OjvU+NZWitguJHEaEmbV6VWEouT58g==", 1647 - "dev": true, 1648 - "license": "MIT", 1649 - "dependencies": { 1650 - "@babel/helper-plugin-utils": "^7.27.1" 1651 - }, 1652 - "engines": { 1653 - "node": ">=6.9.0" 1654 - }, 1655 - "peerDependencies": { 1656 - "@babel/core": "^7.0.0-0" 1657 - } 1658 - }, 1659 - "node_modules/@babel/plugin-transform-template-literals": { 1660 - "version": "7.27.1", 1661 - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.27.1.tgz", 1662 - "integrity": "sha512-fBJKiV7F2DxZUkg5EtHKXQdbsbURW3DZKQUWphDum0uRP6eHGGa/He9mc0mypL680pb+e/lDIthRohlv8NCHkg==", 1663 - "dev": true, 1664 - "license": "MIT", 1665 - "dependencies": { 1666 - "@babel/helper-plugin-utils": "^7.27.1" 1667 - }, 1668 - "engines": { 1669 - "node": ">=6.9.0" 1670 - }, 1671 - "peerDependencies": { 1672 - "@babel/core": "^7.0.0-0" 1673 - } 1674 - }, 1675 - "node_modules/@babel/plugin-transform-typeof-symbol": { 1676 - "version": "7.27.1", 1677 - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.27.1.tgz", 1678 - "integrity": "sha512-RiSILC+nRJM7FY5srIyc4/fGIwUhyDuuBSdWn4y6yT6gm652DpCHZjIipgn6B7MQ1ITOUnAKWixEUjQRIBIcLw==", 1679 - "dev": true, 1680 - "license": "MIT", 1681 - "dependencies": { 1682 - "@babel/helper-plugin-utils": "^7.27.1" 1683 - }, 1684 - "engines": { 1685 - "node": ">=6.9.0" 1686 - }, 1687 - "peerDependencies": { 1688 - "@babel/core": "^7.0.0-0" 1689 - } 1690 - }, 1691 - "node_modules/@babel/plugin-transform-unicode-escapes": { 1692 - "version": "7.27.1", 1693 - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.27.1.tgz", 1694 - "integrity": "sha512-Ysg4v6AmF26k9vpfFuTZg8HRfVWzsh1kVfowA23y9j/Gu6dOuahdUVhkLqpObp3JIv27MLSii6noRnuKN8H0Mg==", 1695 - "dev": true, 1696 - "license": "MIT", 1697 - "dependencies": { 1698 - "@babel/helper-plugin-utils": "^7.27.1" 1699 - }, 1700 - "engines": { 1701 - "node": ">=6.9.0" 1702 - }, 1703 - "peerDependencies": { 1704 - "@babel/core": "^7.0.0-0" 1705 - } 1706 - }, 1707 - "node_modules/@babel/plugin-transform-unicode-property-regex": { 1708 - "version": "7.28.6", 1709 - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-property-regex/-/plugin-transform-unicode-property-regex-7.28.6.tgz", 1710 - "integrity": "sha512-4Wlbdl/sIZjzi/8St0evF0gEZrgOswVO6aOzqxh1kDZOl9WmLrHq2HtGhnOJZmHZYKP8WZ1MDLCt5DAWwRo57A==", 1711 - "dev": true, 1712 - "license": "MIT", 1713 - "dependencies": { 1714 - "@babel/helper-create-regexp-features-plugin": "^7.28.5", 1715 - "@babel/helper-plugin-utils": "^7.28.6" 1716 - }, 1717 - "engines": { 1718 - "node": ">=6.9.0" 1719 - }, 1720 - "peerDependencies": { 1721 - "@babel/core": "^7.0.0-0" 1722 - } 1723 - }, 1724 - "node_modules/@babel/plugin-transform-unicode-regex": { 1725 - "version": "7.27.1", 1726 - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.27.1.tgz", 1727 - "integrity": "sha512-xvINq24TRojDuyt6JGtHmkVkrfVV3FPT16uytxImLeBZqW3/H52yN+kM1MGuyPkIQxrzKwPHs5U/MP3qKyzkGw==", 1728 - "dev": true, 1729 - "license": "MIT", 1730 - "dependencies": { 1731 - "@babel/helper-create-regexp-features-plugin": "^7.27.1", 1732 - "@babel/helper-plugin-utils": "^7.27.1" 1733 - }, 1734 - "engines": { 1735 - "node": ">=6.9.0" 1736 - }, 1737 - "peerDependencies": { 1738 - "@babel/core": "^7.0.0-0" 1739 - } 1740 - }, 1741 - "node_modules/@babel/plugin-transform-unicode-sets-regex": { 1742 - "version": "7.28.6", 1743 - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-sets-regex/-/plugin-transform-unicode-sets-regex-7.28.6.tgz", 1744 - "integrity": "sha512-/wHc/paTUmsDYN7SZkpWxogTOBNnlx7nBQYfy6JJlCT7G3mVhltk3e++N7zV0XfgGsrqBxd4rJQt9H16I21Y1Q==", 1745 - "dev": true, 1746 - "license": "MIT", 1747 - "dependencies": { 1748 - "@babel/helper-create-regexp-features-plugin": "^7.28.5", 1749 - "@babel/helper-plugin-utils": "^7.28.6" 1750 - }, 1751 - "engines": { 1752 - "node": ">=6.9.0" 1753 - }, 1754 - "peerDependencies": { 1755 - "@babel/core": "^7.0.0" 1756 - } 1757 - }, 1758 - "node_modules/@babel/preset-env": { 1759 - "version": "7.29.2", 1760 - "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.29.2.tgz", 1761 - "integrity": "sha512-DYD23veRYGvBFhcTY1iUvJnDNpuqNd/BzBwCvzOTKUnJjKg5kpUBh3/u9585Agdkgj+QuygG7jLfOPWMa2KVNw==", 1762 - "dev": true, 1763 - "license": "MIT", 1764 - "dependencies": { 1765 - "@babel/compat-data": "^7.29.0", 1766 - "@babel/helper-compilation-targets": "^7.28.6", 1767 - "@babel/helper-plugin-utils": "^7.28.6", 1768 - "@babel/helper-validator-option": "^7.27.1", 1769 - "@babel/plugin-bugfix-firefox-class-in-computed-class-key": "^7.28.5", 1770 - "@babel/plugin-bugfix-safari-class-field-initializer-scope": "^7.27.1", 1771 - "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "^7.27.1", 1772 - "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "^7.27.1", 1773 - "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": "^7.28.6", 1774 - "@babel/plugin-proposal-private-property-in-object": "7.21.0-placeholder-for-preset-env.2", 1775 - "@babel/plugin-syntax-import-assertions": "^7.28.6", 1776 - "@babel/plugin-syntax-import-attributes": "^7.28.6", 1777 - "@babel/plugin-syntax-unicode-sets-regex": "^7.18.6", 1778 - "@babel/plugin-transform-arrow-functions": "^7.27.1", 1779 - "@babel/plugin-transform-async-generator-functions": "^7.29.0", 1780 - "@babel/plugin-transform-async-to-generator": "^7.28.6", 1781 - "@babel/plugin-transform-block-scoped-functions": "^7.27.1", 1782 - "@babel/plugin-transform-block-scoping": "^7.28.6", 1783 - "@babel/plugin-transform-class-properties": "^7.28.6", 1784 - "@babel/plugin-transform-class-static-block": "^7.28.6", 1785 - "@babel/plugin-transform-classes": "^7.28.6", 1786 - "@babel/plugin-transform-computed-properties": "^7.28.6", 1787 - "@babel/plugin-transform-destructuring": "^7.28.5", 1788 - "@babel/plugin-transform-dotall-regex": "^7.28.6", 1789 - "@babel/plugin-transform-duplicate-keys": "^7.27.1", 1790 - "@babel/plugin-transform-duplicate-named-capturing-groups-regex": "^7.29.0", 1791 - "@babel/plugin-transform-dynamic-import": "^7.27.1", 1792 - "@babel/plugin-transform-explicit-resource-management": "^7.28.6", 1793 - "@babel/plugin-transform-exponentiation-operator": "^7.28.6", 1794 - "@babel/plugin-transform-export-namespace-from": "^7.27.1", 1795 - "@babel/plugin-transform-for-of": "^7.27.1", 1796 - "@babel/plugin-transform-function-name": "^7.27.1", 1797 - "@babel/plugin-transform-json-strings": "^7.28.6", 1798 - "@babel/plugin-transform-literals": "^7.27.1", 1799 - "@babel/plugin-transform-logical-assignment-operators": "^7.28.6", 1800 - "@babel/plugin-transform-member-expression-literals": "^7.27.1", 1801 - "@babel/plugin-transform-modules-amd": "^7.27.1", 1802 - "@babel/plugin-transform-modules-commonjs": "^7.28.6", 1803 - "@babel/plugin-transform-modules-systemjs": "^7.29.0", 1804 - "@babel/plugin-transform-modules-umd": "^7.27.1", 1805 - "@babel/plugin-transform-named-capturing-groups-regex": "^7.29.0", 1806 - "@babel/plugin-transform-new-target": "^7.27.1", 1807 - "@babel/plugin-transform-nullish-coalescing-operator": "^7.28.6", 1808 - "@babel/plugin-transform-numeric-separator": "^7.28.6", 1809 - "@babel/plugin-transform-object-rest-spread": "^7.28.6", 1810 - "@babel/plugin-transform-object-super": "^7.27.1", 1811 - "@babel/plugin-transform-optional-catch-binding": "^7.28.6", 1812 - "@babel/plugin-transform-optional-chaining": "^7.28.6", 1813 - "@babel/plugin-transform-parameters": "^7.27.7", 1814 - "@babel/plugin-transform-private-methods": "^7.28.6", 1815 - "@babel/plugin-transform-private-property-in-object": "^7.28.6", 1816 - "@babel/plugin-transform-property-literals": "^7.27.1", 1817 - "@babel/plugin-transform-regenerator": "^7.29.0", 1818 - "@babel/plugin-transform-regexp-modifiers": "^7.28.6", 1819 - "@babel/plugin-transform-reserved-words": "^7.27.1", 1820 - "@babel/plugin-transform-shorthand-properties": "^7.27.1", 1821 - "@babel/plugin-transform-spread": "^7.28.6", 1822 - "@babel/plugin-transform-sticky-regex": "^7.27.1", 1823 - "@babel/plugin-transform-template-literals": "^7.27.1", 1824 - "@babel/plugin-transform-typeof-symbol": "^7.27.1", 1825 - "@babel/plugin-transform-unicode-escapes": "^7.27.1", 1826 - "@babel/plugin-transform-unicode-property-regex": "^7.28.6", 1827 - "@babel/plugin-transform-unicode-regex": "^7.27.1", 1828 - "@babel/plugin-transform-unicode-sets-regex": "^7.28.6", 1829 - "@babel/preset-modules": "0.1.6-no-external-plugins", 1830 - "babel-plugin-polyfill-corejs2": "^0.4.15", 1831 - "babel-plugin-polyfill-corejs3": "^0.14.0", 1832 - "babel-plugin-polyfill-regenerator": "^0.6.6", 1833 - "core-js-compat": "^3.48.0", 1834 - "semver": "^6.3.1" 1835 - }, 1836 - "engines": { 1837 - "node": ">=6.9.0" 1838 - }, 1839 - "peerDependencies": { 1840 - "@babel/core": "^7.0.0-0" 1841 - } 1842 - }, 1843 - "node_modules/@babel/preset-modules": { 1844 - "version": "0.1.6-no-external-plugins", 1845 - "resolved": "https://registry.npmjs.org/@babel/preset-modules/-/preset-modules-0.1.6-no-external-plugins.tgz", 1846 - "integrity": "sha512-HrcgcIESLm9aIR842yhJ5RWan/gebQUJ6E/E5+rf0y9o6oj7w0Br+sWuL6kEQ/o/AdfvR1Je9jG18/gnpwjEyA==", 1847 - "dev": true, 1848 - "license": "MIT", 1849 - "dependencies": { 1850 - "@babel/helper-plugin-utils": "^7.0.0", 1851 - "@babel/types": "^7.4.4", 1852 - "esutils": "^2.0.2" 1853 - }, 1854 - "peerDependencies": { 1855 - "@babel/core": "^7.0.0-0 || ^8.0.0-0 <8.0.0" 1856 - } 1857 - }, 1858 - "node_modules/@babel/runtime": { 1859 - "version": "7.29.2", 1860 - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.29.2.tgz", 1861 - "integrity": "sha512-JiDShH45zKHWyGe4ZNVRrCjBz8Nh9TMmZG1kh4QTK8hCBTWBi8Da+i7s1fJw7/lYpM4ccepSNfqzZ/QvABBi5g==", 1862 - "dev": true, 1863 - "license": "MIT", 1864 - "engines": { 1865 - "node": ">=6.9.0" 1866 - } 1867 - }, 1868 530 "node_modules/@babel/template": { 1869 531 "version": "7.28.6", 1870 532 "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.28.6.tgz", ··· 1922 584 "node": ">= 18" 1923 585 } 1924 586 }, 1925 - "node_modules/@esbuild/aix-ppc64": { 1926 - "version": "0.25.12", 1927 - "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.25.12.tgz", 1928 - "integrity": "sha512-Hhmwd6CInZ3dwpuGTF8fJG6yoWmsToE+vYgD4nytZVxcu1ulHpUQRAB1UJ8+N1Am3Mz4+xOByoQoSZf4D+CpkA==", 1929 - "cpu": [ 1930 - "ppc64" 1931 - ], 587 + "node_modules/@emnapi/core": { 588 + "version": "1.9.2", 589 + "resolved": "https://registry.npmjs.org/@emnapi/core/-/core-1.9.2.tgz", 590 + "integrity": "sha512-UC+ZhH3XtczQYfOlu3lNEkdW/p4dsJ1r/bP7H8+rhao3TTTMO1ATq/4DdIi23XuGoFY+Cz0JmCbdVl0hz9jZcA==", 1932 591 "dev": true, 1933 592 "license": "MIT", 1934 593 "optional": true, 1935 - "os": [ 1936 - "aix" 1937 - ], 1938 - "engines": { 1939 - "node": ">=18" 1940 - } 1941 - }, 1942 - "node_modules/@esbuild/android-arm": { 1943 - "version": "0.25.12", 1944 - "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.25.12.tgz", 1945 - "integrity": "sha512-VJ+sKvNA/GE7Ccacc9Cha7bpS8nyzVv0jdVgwNDaR4gDMC/2TTRc33Ip8qrNYUcpkOHUT5OZ0bUcNNVZQ9RLlg==", 1946 - "cpu": [ 1947 - "arm" 1948 - ], 1949 - "dev": true, 1950 - "license": "MIT", 1951 - "optional": true, 1952 - "os": [ 1953 - "android" 1954 - ], 1955 - "engines": { 1956 - "node": ">=18" 1957 - } 1958 - }, 1959 - "node_modules/@esbuild/android-arm64": { 1960 - "version": "0.25.12", 1961 - "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.25.12.tgz", 1962 - "integrity": "sha512-6AAmLG7zwD1Z159jCKPvAxZd4y/VTO0VkprYy+3N2FtJ8+BQWFXU+OxARIwA46c5tdD9SsKGZ/1ocqBS/gAKHg==", 1963 - "cpu": [ 1964 - "arm64" 1965 - ], 1966 - "dev": true, 1967 - "license": "MIT", 1968 - "optional": true, 1969 - "os": [ 1970 - "android" 1971 - ], 1972 - "engines": { 1973 - "node": ">=18" 594 + "dependencies": { 595 + "@emnapi/wasi-threads": "1.2.1", 596 + "tslib": "^2.4.0" 1974 597 } 1975 598 }, 1976 - "node_modules/@esbuild/android-x64": { 1977 - "version": "0.25.12", 1978 - "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.25.12.tgz", 1979 - "integrity": "sha512-5jbb+2hhDHx5phYR2By8GTWEzn6I9UqR11Kwf22iKbNpYrsmRB18aX/9ivc5cabcUiAT/wM+YIZ6SG9QO6a8kg==", 1980 - "cpu": [ 1981 - "x64" 1982 - ], 599 + "node_modules/@emnapi/runtime": { 600 + "version": "1.9.2", 601 + "resolved": "https://registry.npmjs.org/@emnapi/runtime/-/runtime-1.9.2.tgz", 602 + "integrity": "sha512-3U4+MIWHImeyu1wnmVygh5WlgfYDtyf0k8AbLhMFxOipihf6nrWC4syIm/SwEeec0mNSafiiNnMJwbza/Is6Lw==", 1983 603 "dev": true, 1984 604 "license": "MIT", 1985 605 "optional": true, 1986 - "os": [ 1987 - "android" 1988 - ], 1989 - "engines": { 1990 - "node": ">=18" 606 + "dependencies": { 607 + "tslib": "^2.4.0" 1991 608 } 1992 609 }, 1993 - "node_modules/@esbuild/darwin-arm64": { 1994 - "version": "0.25.12", 1995 - "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.25.12.tgz", 1996 - "integrity": "sha512-N3zl+lxHCifgIlcMUP5016ESkeQjLj/959RxxNYIthIg+CQHInujFuXeWbWMgnTo4cp5XVHqFPmpyu9J65C1Yg==", 1997 - "cpu": [ 1998 - "arm64" 1999 - ], 610 + "node_modules/@emnapi/wasi-threads": { 611 + "version": "1.2.1", 612 + "resolved": "https://registry.npmjs.org/@emnapi/wasi-threads/-/wasi-threads-1.2.1.tgz", 613 + "integrity": "sha512-uTII7OYF+/Mes/MrcIOYp5yOtSMLBWSIoLPpcgwipoiKbli6k322tcoFsxoIIxPDqW01SQGAgko4EzZi2BNv2w==", 2000 614 "dev": true, 2001 615 "license": "MIT", 2002 616 "optional": true, 2003 - "os": [ 2004 - "darwin" 2005 - ], 2006 - "engines": { 2007 - "node": ">=18" 2008 - } 2009 - }, 2010 - "node_modules/@esbuild/darwin-x64": { 2011 - "version": "0.25.12", 2012 - "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.25.12.tgz", 2013 - "integrity": "sha512-HQ9ka4Kx21qHXwtlTUVbKJOAnmG1ipXhdWTmNXiPzPfWKpXqASVcWdnf2bnL73wgjNrFXAa3yYvBSd9pzfEIpA==", 2014 - "cpu": [ 2015 - "x64" 2016 - ], 2017 - "dev": true, 2018 - "license": "MIT", 2019 - "optional": true, 2020 - "os": [ 2021 - "darwin" 2022 - ], 2023 - "engines": { 2024 - "node": ">=18" 2025 - } 2026 - }, 2027 - "node_modules/@esbuild/freebsd-arm64": { 2028 - "version": "0.25.12", 2029 - "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.25.12.tgz", 2030 - "integrity": "sha512-gA0Bx759+7Jve03K1S0vkOu5Lg/85dou3EseOGUes8flVOGxbhDDh/iZaoek11Y8mtyKPGF3vP8XhnkDEAmzeg==", 2031 - "cpu": [ 2032 - "arm64" 2033 - ], 2034 - "dev": true, 2035 - "license": "MIT", 2036 - "optional": true, 2037 - "os": [ 2038 - "freebsd" 2039 - ], 2040 - "engines": { 2041 - "node": ">=18" 2042 - } 2043 - }, 2044 - "node_modules/@esbuild/freebsd-x64": { 2045 - "version": "0.25.12", 2046 - "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.25.12.tgz", 2047 - "integrity": "sha512-TGbO26Yw2xsHzxtbVFGEXBFH0FRAP7gtcPE7P5yP7wGy7cXK2oO7RyOhL5NLiqTlBh47XhmIUXuGciXEqYFfBQ==", 2048 - "cpu": [ 2049 - "x64" 2050 - ], 2051 - "dev": true, 2052 - "license": "MIT", 2053 - "optional": true, 2054 - "os": [ 2055 - "freebsd" 2056 - ], 2057 - "engines": { 2058 - "node": ">=18" 2059 - } 2060 - }, 2061 - "node_modules/@esbuild/linux-arm": { 2062 - "version": "0.25.12", 2063 - "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.25.12.tgz", 2064 - "integrity": "sha512-lPDGyC1JPDou8kGcywY0YILzWlhhnRjdof3UlcoqYmS9El818LLfJJc3PXXgZHrHCAKs/Z2SeZtDJr5MrkxtOw==", 2065 - "cpu": [ 2066 - "arm" 2067 - ], 2068 - "dev": true, 2069 - "license": "MIT", 2070 - "optional": true, 2071 - "os": [ 2072 - "linux" 2073 - ], 2074 - "engines": { 2075 - "node": ">=18" 2076 - } 2077 - }, 2078 - "node_modules/@esbuild/linux-arm64": { 2079 - "version": "0.25.12", 2080 - "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.25.12.tgz", 2081 - "integrity": "sha512-8bwX7a8FghIgrupcxb4aUmYDLp8pX06rGh5HqDT7bB+8Rdells6mHvrFHHW2JAOPZUbnjUpKTLg6ECyzvas2AQ==", 2082 - "cpu": [ 2083 - "arm64" 2084 - ], 2085 - "dev": true, 2086 - "license": "MIT", 2087 - "optional": true, 2088 - "os": [ 2089 - "linux" 2090 - ], 2091 - "engines": { 2092 - "node": ">=18" 2093 - } 2094 - }, 2095 - "node_modules/@esbuild/linux-ia32": { 2096 - "version": "0.25.12", 2097 - "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.25.12.tgz", 2098 - "integrity": "sha512-0y9KrdVnbMM2/vG8KfU0byhUN+EFCny9+8g202gYqSSVMonbsCfLjUO+rCci7pM0WBEtz+oK/PIwHkzxkyharA==", 2099 - "cpu": [ 2100 - "ia32" 2101 - ], 2102 - "dev": true, 2103 - "license": "MIT", 2104 - "optional": true, 2105 - "os": [ 2106 - "linux" 2107 - ], 2108 - "engines": { 2109 - "node": ">=18" 2110 - } 2111 - }, 2112 - "node_modules/@esbuild/linux-loong64": { 2113 - "version": "0.25.12", 2114 - "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.25.12.tgz", 2115 - "integrity": "sha512-h///Lr5a9rib/v1GGqXVGzjL4TMvVTv+s1DPoxQdz7l/AYv6LDSxdIwzxkrPW438oUXiDtwM10o9PmwS/6Z0Ng==", 2116 - "cpu": [ 2117 - "loong64" 2118 - ], 2119 - "dev": true, 2120 - "license": "MIT", 2121 - "optional": true, 2122 - "os": [ 2123 - "linux" 2124 - ], 2125 - "engines": { 2126 - "node": ">=18" 2127 - } 2128 - }, 2129 - "node_modules/@esbuild/linux-mips64el": { 2130 - "version": "0.25.12", 2131 - "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.25.12.tgz", 2132 - "integrity": "sha512-iyRrM1Pzy9GFMDLsXn1iHUm18nhKnNMWscjmp4+hpafcZjrr2WbT//d20xaGljXDBYHqRcl8HnxbX6uaA/eGVw==", 2133 - "cpu": [ 2134 - "mips64el" 2135 - ], 2136 - "dev": true, 2137 - "license": "MIT", 2138 - "optional": true, 2139 - "os": [ 2140 - "linux" 2141 - ], 2142 - "engines": { 2143 - "node": ">=18" 2144 - } 2145 - }, 2146 - "node_modules/@esbuild/linux-ppc64": { 2147 - "version": "0.25.12", 2148 - "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.25.12.tgz", 2149 - "integrity": "sha512-9meM/lRXxMi5PSUqEXRCtVjEZBGwB7P/D4yT8UG/mwIdze2aV4Vo6U5gD3+RsoHXKkHCfSxZKzmDssVlRj1QQA==", 2150 - "cpu": [ 2151 - "ppc64" 2152 - ], 2153 - "dev": true, 2154 - "license": "MIT", 2155 - "optional": true, 2156 - "os": [ 2157 - "linux" 2158 - ], 2159 - "engines": { 2160 - "node": ">=18" 2161 - } 2162 - }, 2163 - "node_modules/@esbuild/linux-riscv64": { 2164 - "version": "0.25.12", 2165 - "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.25.12.tgz", 2166 - "integrity": "sha512-Zr7KR4hgKUpWAwb1f3o5ygT04MzqVrGEGXGLnj15YQDJErYu/BGg+wmFlIDOdJp0PmB0lLvxFIOXZgFRrdjR0w==", 2167 - "cpu": [ 2168 - "riscv64" 2169 - ], 2170 - "dev": true, 2171 - "license": "MIT", 2172 - "optional": true, 2173 - "os": [ 2174 - "linux" 2175 - ], 2176 - "engines": { 2177 - "node": ">=18" 2178 - } 2179 - }, 2180 - "node_modules/@esbuild/linux-s390x": { 2181 - "version": "0.25.12", 2182 - "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.25.12.tgz", 2183 - "integrity": "sha512-MsKncOcgTNvdtiISc/jZs/Zf8d0cl/t3gYWX8J9ubBnVOwlk65UIEEvgBORTiljloIWnBzLs4qhzPkJcitIzIg==", 2184 - "cpu": [ 2185 - "s390x" 2186 - ], 2187 - "dev": true, 2188 - "license": "MIT", 2189 - "optional": true, 2190 - "os": [ 2191 - "linux" 2192 - ], 2193 - "engines": { 2194 - "node": ">=18" 2195 - } 2196 - }, 2197 - "node_modules/@esbuild/linux-x64": { 2198 - "version": "0.25.12", 2199 - "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.25.12.tgz", 2200 - "integrity": "sha512-uqZMTLr/zR/ed4jIGnwSLkaHmPjOjJvnm6TVVitAa08SLS9Z0VM8wIRx7gWbJB5/J54YuIMInDquWyYvQLZkgw==", 2201 - "cpu": [ 2202 - "x64" 2203 - ], 2204 - "dev": true, 2205 - "license": "MIT", 2206 - "optional": true, 2207 - "os": [ 2208 - "linux" 2209 - ], 2210 - "engines": { 2211 - "node": ">=18" 2212 - } 2213 - }, 2214 - "node_modules/@esbuild/netbsd-arm64": { 2215 - "version": "0.25.12", 2216 - "resolved": "https://registry.npmjs.org/@esbuild/netbsd-arm64/-/netbsd-arm64-0.25.12.tgz", 2217 - "integrity": "sha512-xXwcTq4GhRM7J9A8Gv5boanHhRa/Q9KLVmcyXHCTaM4wKfIpWkdXiMog/KsnxzJ0A1+nD+zoecuzqPmCRyBGjg==", 2218 - "cpu": [ 2219 - "arm64" 2220 - ], 2221 - "dev": true, 2222 - "license": "MIT", 2223 - "optional": true, 2224 - "os": [ 2225 - "netbsd" 2226 - ], 2227 - "engines": { 2228 - "node": ">=18" 2229 - } 2230 - }, 2231 - "node_modules/@esbuild/netbsd-x64": { 2232 - "version": "0.25.12", 2233 - "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.25.12.tgz", 2234 - "integrity": "sha512-Ld5pTlzPy3YwGec4OuHh1aCVCRvOXdH8DgRjfDy/oumVovmuSzWfnSJg+VtakB9Cm0gxNO9BzWkj6mtO1FMXkQ==", 2235 - "cpu": [ 2236 - "x64" 2237 - ], 2238 - "dev": true, 2239 - "license": "MIT", 2240 - "optional": true, 2241 - "os": [ 2242 - "netbsd" 2243 - ], 2244 - "engines": { 2245 - "node": ">=18" 2246 - } 2247 - }, 2248 - "node_modules/@esbuild/openbsd-arm64": { 2249 - "version": "0.25.12", 2250 - "resolved": "https://registry.npmjs.org/@esbuild/openbsd-arm64/-/openbsd-arm64-0.25.12.tgz", 2251 - "integrity": "sha512-fF96T6KsBo/pkQI950FARU9apGNTSlZGsv1jZBAlcLL1MLjLNIWPBkj5NlSz8aAzYKg+eNqknrUJ24QBybeR5A==", 2252 - "cpu": [ 2253 - "arm64" 2254 - ], 2255 - "dev": true, 2256 - "license": "MIT", 2257 - "optional": true, 2258 - "os": [ 2259 - "openbsd" 2260 - ], 2261 - "engines": { 2262 - "node": ">=18" 2263 - } 2264 - }, 2265 - "node_modules/@esbuild/openbsd-x64": { 2266 - "version": "0.25.12", 2267 - "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.25.12.tgz", 2268 - "integrity": "sha512-MZyXUkZHjQxUvzK7rN8DJ3SRmrVrke8ZyRusHlP+kuwqTcfWLyqMOE3sScPPyeIXN/mDJIfGXvcMqCgYKekoQw==", 2269 - "cpu": [ 2270 - "x64" 2271 - ], 2272 - "dev": true, 2273 - "license": "MIT", 2274 - "optional": true, 2275 - "os": [ 2276 - "openbsd" 2277 - ], 2278 - "engines": { 2279 - "node": ">=18" 2280 - } 2281 - }, 2282 - "node_modules/@esbuild/openharmony-arm64": { 2283 - "version": "0.25.12", 2284 - "resolved": "https://registry.npmjs.org/@esbuild/openharmony-arm64/-/openharmony-arm64-0.25.12.tgz", 2285 - "integrity": "sha512-rm0YWsqUSRrjncSXGA7Zv78Nbnw4XL6/dzr20cyrQf7ZmRcsovpcRBdhD43Nuk3y7XIoW2OxMVvwuRvk9XdASg==", 2286 - "cpu": [ 2287 - "arm64" 2288 - ], 2289 - "dev": true, 2290 - "license": "MIT", 2291 - "optional": true, 2292 - "os": [ 2293 - "openharmony" 2294 - ], 2295 - "engines": { 2296 - "node": ">=18" 2297 - } 2298 - }, 2299 - "node_modules/@esbuild/sunos-x64": { 2300 - "version": "0.25.12", 2301 - "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.25.12.tgz", 2302 - "integrity": "sha512-3wGSCDyuTHQUzt0nV7bocDy72r2lI33QL3gkDNGkod22EsYl04sMf0qLb8luNKTOmgF/eDEDP5BFNwoBKH441w==", 2303 - "cpu": [ 2304 - "x64" 2305 - ], 2306 - "dev": true, 2307 - "license": "MIT", 2308 - "optional": true, 2309 - "os": [ 2310 - "sunos" 2311 - ], 2312 - "engines": { 2313 - "node": ">=18" 2314 - } 2315 - }, 2316 - "node_modules/@esbuild/win32-arm64": { 2317 - "version": "0.25.12", 2318 - "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.25.12.tgz", 2319 - "integrity": "sha512-rMmLrur64A7+DKlnSuwqUdRKyd3UE7oPJZmnljqEptesKM8wx9J8gx5u0+9Pq0fQQW8vqeKebwNXdfOyP+8Bsg==", 2320 - "cpu": [ 2321 - "arm64" 2322 - ], 2323 - "dev": true, 2324 - "license": "MIT", 2325 - "optional": true, 2326 - "os": [ 2327 - "win32" 2328 - ], 2329 - "engines": { 2330 - "node": ">=18" 2331 - } 2332 - }, 2333 - "node_modules/@esbuild/win32-ia32": { 2334 - "version": "0.25.12", 2335 - "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.25.12.tgz", 2336 - "integrity": "sha512-HkqnmmBoCbCwxUKKNPBixiWDGCpQGVsrQfJoVGYLPT41XWF8lHuE5N6WhVia2n4o5QK5M4tYr21827fNhi4byQ==", 2337 - "cpu": [ 2338 - "ia32" 2339 - ], 2340 - "dev": true, 2341 - "license": "MIT", 2342 - "optional": true, 2343 - "os": [ 2344 - "win32" 2345 - ], 2346 - "engines": { 2347 - "node": ">=18" 2348 - } 2349 - }, 2350 - "node_modules/@esbuild/win32-x64": { 2351 - "version": "0.25.12", 2352 - "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.25.12.tgz", 2353 - "integrity": "sha512-alJC0uCZpTFrSL0CCDjcgleBXPnCrEAhTBILpeAp7M/OFgoqtAetfBzX0xM00MUsVVPpVjlPuMbREqnZCXaTnA==", 2354 - "cpu": [ 2355 - "x64" 2356 - ], 2357 - "dev": true, 2358 - "license": "MIT", 2359 - "optional": true, 2360 - "os": [ 2361 - "win32" 2362 - ], 2363 - "engines": { 2364 - "node": ">=18" 2365 - } 2366 - }, 2367 - "node_modules/@isaacs/cliui": { 2368 - "version": "9.0.0", 2369 - "resolved": "https://registry.npmjs.org/@isaacs/cliui/-/cliui-9.0.0.tgz", 2370 - "integrity": "sha512-AokJm4tuBHillT+FpMtxQ60n8ObyXBatq7jD2/JA9dxbDDokKQm8KMht5ibGzLVU9IJDIKK4TPKgMHEYMn3lMg==", 2371 - "dev": true, 2372 - "license": "BlueOak-1.0.0", 2373 - "engines": { 2374 - "node": ">=18" 617 + "dependencies": { 618 + "tslib": "^2.4.0" 2375 619 } 2376 620 }, 2377 621 "node_modules/@jridgewell/gen-mapping": { ··· 2406 650 "node": ">=6.0.0" 2407 651 } 2408 652 }, 2409 - "node_modules/@jridgewell/source-map": { 2410 - "version": "0.3.11", 2411 - "resolved": "https://registry.npmjs.org/@jridgewell/source-map/-/source-map-0.3.11.tgz", 2412 - "integrity": "sha512-ZMp1V8ZFcPG5dIWnQLr3NSI1MiCU7UETdS/A0G8V/XWHvJv3ZsFqutJn1Y5RPmAPX6F3BiE397OqveU/9NCuIA==", 2413 - "dev": true, 2414 - "license": "MIT", 2415 - "dependencies": { 2416 - "@jridgewell/gen-mapping": "^0.3.5", 2417 - "@jridgewell/trace-mapping": "^0.3.25" 2418 - } 2419 - }, 2420 653 "node_modules/@jridgewell/sourcemap-codec": { 2421 654 "version": "1.5.5", 2422 655 "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz", ··· 2435 668 "@jridgewell/sourcemap-codec": "^1.4.14" 2436 669 } 2437 670 }, 671 + "node_modules/@napi-rs/wasm-runtime": { 672 + "version": "1.1.3", 673 + "resolved": "https://registry.npmjs.org/@napi-rs/wasm-runtime/-/wasm-runtime-1.1.3.tgz", 674 + "integrity": "sha512-xK9sGVbJWYb08+mTJt3/YV24WxvxpXcXtP6B172paPZ+Ts69Re9dAr7lKwJoeIx8OoeuimEiRZ7umkiUVClmmQ==", 675 + "dev": true, 676 + "license": "MIT", 677 + "optional": true, 678 + "dependencies": { 679 + "@tybys/wasm-util": "^0.10.1" 680 + }, 681 + "funding": { 682 + "type": "github", 683 + "url": "https://github.com/sponsors/Brooooooklyn" 684 + }, 685 + "peerDependencies": { 686 + "@emnapi/core": "^1.7.1", 687 + "@emnapi/runtime": "^1.7.1" 688 + } 689 + }, 2438 690 "node_modules/@noble/secp256k1": { 2439 691 "version": "3.0.0", 2440 692 "resolved": "https://registry.npmjs.org/@noble/secp256k1/-/secp256k1-3.0.0.tgz", ··· 2475 727 "node": ">=20.0.0" 2476 728 } 2477 729 }, 2478 - "node_modules/@rolldown/pluginutils": { 2479 - "version": "1.0.0-beta.27", 2480 - "resolved": "https://registry.npmjs.org/@rolldown/pluginutils/-/pluginutils-1.0.0-beta.27.tgz", 2481 - "integrity": "sha512-+d0F4MKMCbeVUJwG96uQ4SgAznZNSq93I3V+9NHA4OpvqG8mRCpGdKmK8l/dl02h2CCDHwW2FqilnTyDcAnqjA==", 2482 - "dev": true, 2483 - "license": "MIT" 2484 - }, 2485 - "node_modules/@rollup/plugin-node-resolve": { 2486 - "version": "15.3.1", 2487 - "resolved": "https://registry.npmjs.org/@rollup/plugin-node-resolve/-/plugin-node-resolve-15.3.1.tgz", 2488 - "integrity": "sha512-tgg6b91pAybXHJQMAAwW9VuWBO6Thi+q7BCNARLwSqlmsHz0XYURtGvh/AuwSADXSI4h/2uHbs7s4FzlZDGSGA==", 2489 - "dev": true, 2490 - "license": "MIT", 2491 - "dependencies": { 2492 - "@rollup/pluginutils": "^5.0.1", 2493 - "@types/resolve": "1.20.2", 2494 - "deepmerge": "^4.2.2", 2495 - "is-module": "^1.0.0", 2496 - "resolve": "^1.22.1" 2497 - }, 2498 - "engines": { 2499 - "node": ">=14.0.0" 2500 - }, 2501 - "peerDependencies": { 2502 - "rollup": "^2.78.0||^3.0.0||^4.0.0" 2503 - }, 2504 - "peerDependenciesMeta": { 2505 - "rollup": { 2506 - "optional": true 2507 - } 2508 - } 2509 - }, 2510 - "node_modules/@rollup/plugin-terser": { 2511 - "version": "0.4.4", 2512 - "resolved": "https://registry.npmjs.org/@rollup/plugin-terser/-/plugin-terser-0.4.4.tgz", 2513 - "integrity": "sha512-XHeJC5Bgvs8LfukDwWZp7yeqin6ns8RTl2B9avbejt6tZqsqvVoWI7ZTQrcNsfKEDWBTnTxM8nMDkO2IFFbd0A==", 2514 - "dev": true, 2515 - "license": "MIT", 2516 - "dependencies": { 2517 - "serialize-javascript": "^6.0.1", 2518 - "smob": "^1.0.0", 2519 - "terser": "^5.17.4" 2520 - }, 2521 - "engines": { 2522 - "node": ">=14.0.0" 2523 - }, 2524 - "peerDependencies": { 2525 - "rollup": "^2.0.0||^3.0.0||^4.0.0" 2526 - }, 2527 - "peerDependenciesMeta": { 2528 - "rollup": { 2529 - "optional": true 2530 - } 2531 - } 2532 - }, 2533 - "node_modules/@rollup/pluginutils": { 2534 - "version": "5.3.0", 2535 - "resolved": "https://registry.npmjs.org/@rollup/pluginutils/-/pluginutils-5.3.0.tgz", 2536 - "integrity": "sha512-5EdhGZtnu3V88ces7s53hhfK5KSASnJZv8Lulpc04cWO3REESroJXg73DFsOmgbU2BhwV0E20bu2IDZb3VKW4Q==", 730 + "node_modules/@oxc-project/types": { 731 + "version": "0.124.0", 732 + "resolved": "https://registry.npmjs.org/@oxc-project/types/-/types-0.124.0.tgz", 733 + "integrity": "sha512-VBFWMTBvHxS11Z5Lvlr3IWgrwhMTXV+Md+EQF0Xf60+wAdsGFTBx7X7K/hP4pi8N7dcm1RvcHwDxZ16Qx8keUg==", 2537 734 "dev": true, 2538 735 "license": "MIT", 2539 - "dependencies": { 2540 - "@types/estree": "^1.0.0", 2541 - "estree-walker": "^2.0.2", 2542 - "picomatch": "^4.0.2" 2543 - }, 2544 - "engines": { 2545 - "node": ">=14.0.0" 2546 - }, 2547 - "peerDependencies": { 2548 - "rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0" 2549 - }, 2550 - "peerDependenciesMeta": { 2551 - "rollup": { 2552 - "optional": true 2553 - } 736 + "funding": { 737 + "url": "https://github.com/sponsors/Boshen" 2554 738 } 2555 739 }, 2556 - "node_modules/@rollup/rollup-android-arm-eabi": { 2557 - "version": "4.60.1", 2558 - "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.60.1.tgz", 2559 - "integrity": "sha512-d6FinEBLdIiK+1uACUttJKfgZREXrF0Qc2SmLII7W2AD8FfiZ9Wjd+rD/iRuf5s5dWrr1GgwXCvPqOuDquOowA==", 2560 - "cpu": [ 2561 - "arm" 2562 - ], 2563 - "dev": true, 2564 - "license": "MIT", 2565 - "optional": true, 2566 - "os": [ 2567 - "android" 2568 - ] 2569 - }, 2570 - "node_modules/@rollup/rollup-android-arm64": { 2571 - "version": "4.60.1", 2572 - "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.60.1.tgz", 2573 - "integrity": "sha512-YjG/EwIDvvYI1YvYbHvDz/BYHtkY4ygUIXHnTdLhG+hKIQFBiosfWiACWortsKPKU/+dUwQQCKQM3qrDe8c9BA==", 740 + "node_modules/@rolldown/binding-android-arm64": { 741 + "version": "1.0.0-rc.15", 742 + "resolved": "https://registry.npmjs.org/@rolldown/binding-android-arm64/-/binding-android-arm64-1.0.0-rc.15.tgz", 743 + "integrity": "sha512-YYe6aWruPZDtHNpwu7+qAHEMbQ/yRl6atqb/AhznLTnD3UY99Q1jE7ihLSahNWkF4EqRPVC4SiR4O0UkLK02tA==", 2574 744 "cpu": [ 2575 745 "arm64" 2576 746 ], ··· 2579 749 "optional": true, 2580 750 "os": [ 2581 751 "android" 2582 - ] 752 + ], 753 + "engines": { 754 + "node": "^20.19.0 || >=22.12.0" 755 + } 2583 756 }, 2584 - "node_modules/@rollup/rollup-darwin-arm64": { 2585 - "version": "4.60.1", 2586 - "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.60.1.tgz", 2587 - "integrity": "sha512-mjCpF7GmkRtSJwon+Rq1N8+pI+8l7w5g9Z3vWj4T7abguC4Czwi3Yu/pFaLvA3TTeMVjnu3ctigusqWUfjZzvw==", 757 + "node_modules/@rolldown/binding-darwin-arm64": { 758 + "version": "1.0.0-rc.15", 759 + "resolved": "https://registry.npmjs.org/@rolldown/binding-darwin-arm64/-/binding-darwin-arm64-1.0.0-rc.15.tgz", 760 + "integrity": "sha512-oArR/ig8wNTPYsXL+Mzhs0oxhxfuHRfG7Ikw7jXsw8mYOtk71W0OkF2VEVh699pdmzjPQsTjlD1JIOoHkLP1Fg==", 2588 761 "cpu": [ 2589 762 "arm64" 2590 763 ], ··· 2593 766 "optional": true, 2594 767 "os": [ 2595 768 "darwin" 2596 - ] 769 + ], 770 + "engines": { 771 + "node": "^20.19.0 || >=22.12.0" 772 + } 2597 773 }, 2598 - "node_modules/@rollup/rollup-darwin-x64": { 2599 - "version": "4.60.1", 2600 - "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.60.1.tgz", 2601 - "integrity": "sha512-haZ7hJ1JT4e9hqkoT9R/19XW2QKqjfJVv+i5AGg57S+nLk9lQnJ1F/eZloRO3o9Scy9CM3wQ9l+dkXtcBgN5Ew==", 774 + "node_modules/@rolldown/binding-darwin-x64": { 775 + "version": "1.0.0-rc.15", 776 + "resolved": "https://registry.npmjs.org/@rolldown/binding-darwin-x64/-/binding-darwin-x64-1.0.0-rc.15.tgz", 777 + "integrity": "sha512-YzeVqOqjPYvUbJSWJ4EDL8ahbmsIXQpgL3JVipmN+MX0XnXMeWomLN3Fb+nwCmP/jfyqte5I3XRSm7OfQrbyxw==", 2602 778 "cpu": [ 2603 779 "x64" 2604 780 ], ··· 2607 783 "optional": true, 2608 784 "os": [ 2609 785 "darwin" 2610 - ] 2611 - }, 2612 - "node_modules/@rollup/rollup-freebsd-arm64": { 2613 - "version": "4.60.1", 2614 - "resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-arm64/-/rollup-freebsd-arm64-4.60.1.tgz", 2615 - "integrity": "sha512-czw90wpQq3ZsAVBlinZjAYTKduOjTywlG7fEeWKUA7oCmpA8xdTkxZZlwNJKWqILlq0wehoZcJYfBvOyhPTQ6w==", 2616 - "cpu": [ 2617 - "arm64" 2618 786 ], 2619 - "dev": true, 2620 - "license": "MIT", 2621 - "optional": true, 2622 - "os": [ 2623 - "freebsd" 2624 - ] 787 + "engines": { 788 + "node": "^20.19.0 || >=22.12.0" 789 + } 2625 790 }, 2626 - "node_modules/@rollup/rollup-freebsd-x64": { 2627 - "version": "4.60.1", 2628 - "resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-x64/-/rollup-freebsd-x64-4.60.1.tgz", 2629 - "integrity": "sha512-KVB2rqsxTHuBtfOeySEyzEOB7ltlB/ux38iu2rBQzkjbwRVlkhAGIEDiiYnO2kFOkJp+Z7pUXKyrRRFuFUKt+g==", 791 + "node_modules/@rolldown/binding-freebsd-x64": { 792 + "version": "1.0.0-rc.15", 793 + "resolved": "https://registry.npmjs.org/@rolldown/binding-freebsd-x64/-/binding-freebsd-x64-1.0.0-rc.15.tgz", 794 + "integrity": "sha512-9Erhx956jeQ0nNTyif1+QWAXDRD38ZNjr//bSHrt6wDwB+QkAfl2q6Mn1k6OBPerznjRmbM10lgRb1Pli4xZPw==", 2630 795 "cpu": [ 2631 796 "x64" 2632 797 ], ··· 2635 800 "optional": true, 2636 801 "os": [ 2637 802 "freebsd" 2638 - ] 803 + ], 804 + "engines": { 805 + "node": "^20.19.0 || >=22.12.0" 806 + } 2639 807 }, 2640 - "node_modules/@rollup/rollup-linux-arm-gnueabihf": { 2641 - "version": "4.60.1", 2642 - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.60.1.tgz", 2643 - "integrity": "sha512-L+34Qqil+v5uC0zEubW7uByo78WOCIrBvci69E7sFASRl0X7b/MB6Cqd1lky/CtcSVTydWa2WZwFuWexjS5o6g==", 808 + "node_modules/@rolldown/binding-linux-arm-gnueabihf": { 809 + "version": "1.0.0-rc.15", 810 + "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm-gnueabihf/-/binding-linux-arm-gnueabihf-1.0.0-rc.15.tgz", 811 + "integrity": "sha512-cVwk0w8QbZJGTnP/AHQBs5yNwmpgGYStL88t4UIaqcvYJWBfS0s3oqVLZPwsPU6M0zlW4GqjP0Zq5MnAGwFeGA==", 2644 812 "cpu": [ 2645 813 "arm" 2646 814 ], ··· 2649 817 "optional": true, 2650 818 "os": [ 2651 819 "linux" 2652 - ] 2653 - }, 2654 - "node_modules/@rollup/rollup-linux-arm-musleabihf": { 2655 - "version": "4.60.1", 2656 - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.60.1.tgz", 2657 - "integrity": "sha512-n83O8rt4v34hgFzlkb1ycniJh7IR5RCIqt6mz1VRJD6pmhRi0CXdmfnLu9dIUS6buzh60IvACM842Ffb3xd6Gg==", 2658 - "cpu": [ 2659 - "arm" 2660 820 ], 2661 - "dev": true, 2662 - "license": "MIT", 2663 - "optional": true, 2664 - "os": [ 2665 - "linux" 2666 - ] 821 + "engines": { 822 + "node": "^20.19.0 || >=22.12.0" 823 + } 2667 824 }, 2668 - "node_modules/@rollup/rollup-linux-arm64-gnu": { 2669 - "version": "4.60.1", 2670 - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.60.1.tgz", 2671 - "integrity": "sha512-Nql7sTeAzhTAja3QXeAI48+/+GjBJ+QmAH13snn0AJSNL50JsDqotyudHyMbO2RbJkskbMbFJfIJKWA6R1LCJQ==", 825 + "node_modules/@rolldown/binding-linux-arm64-gnu": { 826 + "version": "1.0.0-rc.15", 827 + "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm64-gnu/-/binding-linux-arm64-gnu-1.0.0-rc.15.tgz", 828 + "integrity": "sha512-eBZ/u8iAK9SoHGanqe/jrPnY0JvBN6iXbVOsbO38mbz+ZJsaobExAm1Iu+rxa4S1l2FjG0qEZn4Rc6X8n+9M+w==", 2672 829 "cpu": [ 2673 830 "arm64" 2674 831 ], 2675 832 "dev": true, 833 + "libc": [ 834 + "glibc" 835 + ], 2676 836 "license": "MIT", 2677 837 "optional": true, 2678 838 "os": [ 2679 839 "linux" 2680 - ] 840 + ], 841 + "engines": { 842 + "node": "^20.19.0 || >=22.12.0" 843 + } 2681 844 }, 2682 - "node_modules/@rollup/rollup-linux-arm64-musl": { 2683 - "version": "4.60.1", 2684 - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.60.1.tgz", 2685 - "integrity": "sha512-+pUymDhd0ys9GcKZPPWlFiZ67sTWV5UU6zOJat02M1+PiuSGDziyRuI/pPue3hoUwm2uGfxdL+trT6Z9rxnlMA==", 845 + "node_modules/@rolldown/binding-linux-arm64-musl": { 846 + "version": "1.0.0-rc.15", 847 + "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm64-musl/-/binding-linux-arm64-musl-1.0.0-rc.15.tgz", 848 + "integrity": "sha512-ZvRYMGrAklV9PEkgt4LQM6MjQX2P58HPAuecwYObY2DhS2t35R0I810bKi0wmaYORt6m/2Sm+Z+nFgb0WhXNcQ==", 2686 849 "cpu": [ 2687 850 "arm64" 2688 851 ], 2689 852 "dev": true, 2690 - "license": "MIT", 2691 - "optional": true, 2692 - "os": [ 2693 - "linux" 2694 - ] 2695 - }, 2696 - "node_modules/@rollup/rollup-linux-loong64-gnu": { 2697 - "version": "4.60.1", 2698 - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-loong64-gnu/-/rollup-linux-loong64-gnu-4.60.1.tgz", 2699 - "integrity": "sha512-VSvgvQeIcsEvY4bKDHEDWcpW4Yw7BtlKG1GUT4FzBUlEKQK0rWHYBqQt6Fm2taXS+1bXvJT6kICu5ZwqKCnvlQ==", 2700 - "cpu": [ 2701 - "loong64" 853 + "libc": [ 854 + "musl" 2702 855 ], 2703 - "dev": true, 2704 856 "license": "MIT", 2705 857 "optional": true, 2706 858 "os": [ 2707 859 "linux" 2708 - ] 2709 - }, 2710 - "node_modules/@rollup/rollup-linux-loong64-musl": { 2711 - "version": "4.60.1", 2712 - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-loong64-musl/-/rollup-linux-loong64-musl-4.60.1.tgz", 2713 - "integrity": "sha512-4LqhUomJqwe641gsPp6xLfhqWMbQV04KtPp7/dIp0nzPxAkNY1AbwL5W0MQpcalLYk07vaW9Kp1PBhdpZYYcEw==", 2714 - "cpu": [ 2715 - "loong64" 2716 860 ], 2717 - "dev": true, 2718 - "license": "MIT", 2719 - "optional": true, 2720 - "os": [ 2721 - "linux" 2722 - ] 861 + "engines": { 862 + "node": "^20.19.0 || >=22.12.0" 863 + } 2723 864 }, 2724 - "node_modules/@rollup/rollup-linux-ppc64-gnu": { 2725 - "version": "4.60.1", 2726 - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-ppc64-gnu/-/rollup-linux-ppc64-gnu-4.60.1.tgz", 2727 - "integrity": "sha512-tLQQ9aPvkBxOc/EUT6j3pyeMD6Hb8QF2BTBnCQWP/uu1lhc9AIrIjKnLYMEroIz/JvtGYgI9dF3AxHZNaEH0rw==", 865 + "node_modules/@rolldown/binding-linux-ppc64-gnu": { 866 + "version": "1.0.0-rc.15", 867 + "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-ppc64-gnu/-/binding-linux-ppc64-gnu-1.0.0-rc.15.tgz", 868 + "integrity": "sha512-VDpgGBzgfg5hLg+uBpCLoFG5kVvEyafmfxGUV0UHLcL5irxAK7PKNeC2MwClgk6ZAiNhmo9FLhRYgvMmedLtnQ==", 2728 869 "cpu": [ 2729 870 "ppc64" 2730 871 ], 2731 872 "dev": true, 2732 - "license": "MIT", 2733 - "optional": true, 2734 - "os": [ 2735 - "linux" 2736 - ] 2737 - }, 2738 - "node_modules/@rollup/rollup-linux-ppc64-musl": { 2739 - "version": "4.60.1", 2740 - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-ppc64-musl/-/rollup-linux-ppc64-musl-4.60.1.tgz", 2741 - "integrity": "sha512-RMxFhJwc9fSXP6PqmAz4cbv3kAyvD1etJFjTx4ONqFP9DkTkXsAMU4v3Vyc5BgzC+anz7nS/9tp4obsKfqkDHg==", 2742 - "cpu": [ 2743 - "ppc64" 873 + "libc": [ 874 + "glibc" 2744 875 ], 2745 - "dev": true, 2746 876 "license": "MIT", 2747 877 "optional": true, 2748 878 "os": [ 2749 879 "linux" 2750 - ] 2751 - }, 2752 - "node_modules/@rollup/rollup-linux-riscv64-gnu": { 2753 - "version": "4.60.1", 2754 - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.60.1.tgz", 2755 - "integrity": "sha512-QKgFl+Yc1eEk6MmOBfRHYF6lTxiiiV3/z/BRrbSiW2I7AFTXoBFvdMEyglohPj//2mZS4hDOqeB0H1ACh3sBbg==", 2756 - "cpu": [ 2757 - "riscv64" 2758 880 ], 2759 - "dev": true, 2760 - "license": "MIT", 2761 - "optional": true, 2762 - "os": [ 2763 - "linux" 2764 - ] 881 + "engines": { 882 + "node": "^20.19.0 || >=22.12.0" 883 + } 2765 884 }, 2766 - "node_modules/@rollup/rollup-linux-riscv64-musl": { 2767 - "version": "4.60.1", 2768 - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-musl/-/rollup-linux-riscv64-musl-4.60.1.tgz", 2769 - "integrity": "sha512-RAjXjP/8c6ZtzatZcA1RaQr6O1TRhzC+adn8YZDnChliZHviqIjmvFwHcxi4JKPSDAt6Uhf/7vqcBzQJy0PDJg==", 2770 - "cpu": [ 2771 - "riscv64" 2772 - ], 2773 - "dev": true, 2774 - "license": "MIT", 2775 - "optional": true, 2776 - "os": [ 2777 - "linux" 2778 - ] 2779 - }, 2780 - "node_modules/@rollup/rollup-linux-s390x-gnu": { 2781 - "version": "4.60.1", 2782 - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.60.1.tgz", 2783 - "integrity": "sha512-wcuocpaOlaL1COBYiA89O6yfjlp3RwKDeTIA0hM7OpmhR1Bjo9j31G1uQVpDlTvwxGn2nQs65fBFL5UFd76FcQ==", 885 + "node_modules/@rolldown/binding-linux-s390x-gnu": { 886 + "version": "1.0.0-rc.15", 887 + "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-s390x-gnu/-/binding-linux-s390x-gnu-1.0.0-rc.15.tgz", 888 + "integrity": "sha512-y1uXY3qQWCzcPgRJATPSOUP4tCemh4uBdY7e3EZbVwCJTY3gLJWnQABgeUetvED+bt1FQ01OeZwvhLS2bpNrAQ==", 2784 889 "cpu": [ 2785 890 "s390x" 2786 891 ], 2787 892 "dev": true, 893 + "libc": [ 894 + "glibc" 895 + ], 2788 896 "license": "MIT", 2789 897 "optional": true, 2790 898 "os": [ 2791 899 "linux" 2792 - ] 900 + ], 901 + "engines": { 902 + "node": "^20.19.0 || >=22.12.0" 903 + } 2793 904 }, 2794 - "node_modules/@rollup/rollup-linux-x64-gnu": { 2795 - "version": "4.60.1", 2796 - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.60.1.tgz", 2797 - "integrity": "sha512-77PpsFQUCOiZR9+LQEFg9GClyfkNXj1MP6wRnzYs0EeWbPcHs02AXu4xuUbM1zhwn3wqaizle3AEYg5aeoohhg==", 905 + "node_modules/@rolldown/binding-linux-x64-gnu": { 906 + "version": "1.0.0-rc.15", 907 + "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-x64-gnu/-/binding-linux-x64-gnu-1.0.0-rc.15.tgz", 908 + "integrity": "sha512-023bTPBod7J3Y/4fzAN6QtpkSABR0rigtrwaP+qSEabUh5zf6ELr9Nc7GujaROuPY3uwdSIXWrvhn1KxOvurWA==", 2798 909 "cpu": [ 2799 910 "x64" 2800 911 ], 2801 912 "dev": true, 913 + "libc": [ 914 + "glibc" 915 + ], 2802 916 "license": "MIT", 2803 917 "optional": true, 2804 918 "os": [ 2805 919 "linux" 2806 - ] 920 + ], 921 + "engines": { 922 + "node": "^20.19.0 || >=22.12.0" 923 + } 2807 924 }, 2808 - "node_modules/@rollup/rollup-linux-x64-musl": { 2809 - "version": "4.60.1", 2810 - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.60.1.tgz", 2811 - "integrity": "sha512-5cIATbk5vynAjqqmyBjlciMJl1+R/CwX9oLk/EyiFXDWd95KpHdrOJT//rnUl4cUcskrd0jCCw3wpZnhIHdD9w==", 925 + "node_modules/@rolldown/binding-linux-x64-musl": { 926 + "version": "1.0.0-rc.15", 927 + "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-x64-musl/-/binding-linux-x64-musl-1.0.0-rc.15.tgz", 928 + "integrity": "sha512-witB2O0/hU4CgfOOKUoeFgQ4GktPi1eEbAhaLAIpgD6+ZnhcPkUtPsoKKHRzmOoWPZue46IThdSgdo4XneOLYw==", 2812 929 "cpu": [ 2813 930 "x64" 2814 931 ], 2815 932 "dev": true, 933 + "libc": [ 934 + "musl" 935 + ], 2816 936 "license": "MIT", 2817 937 "optional": true, 2818 938 "os": [ 2819 939 "linux" 2820 - ] 2821 - }, 2822 - "node_modules/@rollup/rollup-openbsd-x64": { 2823 - "version": "4.60.1", 2824 - "resolved": "https://registry.npmjs.org/@rollup/rollup-openbsd-x64/-/rollup-openbsd-x64-4.60.1.tgz", 2825 - "integrity": "sha512-cl0w09WsCi17mcmWqqglez9Gk8isgeWvoUZ3WiJFYSR3zjBQc2J5/ihSjpl+VLjPqjQ/1hJRcqBfLjssREQILw==", 2826 - "cpu": [ 2827 - "x64" 2828 940 ], 2829 - "dev": true, 2830 - "license": "MIT", 2831 - "optional": true, 2832 - "os": [ 2833 - "openbsd" 2834 - ] 941 + "engines": { 942 + "node": "^20.19.0 || >=22.12.0" 943 + } 2835 944 }, 2836 - "node_modules/@rollup/rollup-openharmony-arm64": { 2837 - "version": "4.60.1", 2838 - "resolved": "https://registry.npmjs.org/@rollup/rollup-openharmony-arm64/-/rollup-openharmony-arm64-4.60.1.tgz", 2839 - "integrity": "sha512-4Cv23ZrONRbNtbZa37mLSueXUCtN7MXccChtKpUnQNgF010rjrjfHx3QxkS2PI7LqGT5xXyYs1a7LbzAwT0iCA==", 945 + "node_modules/@rolldown/binding-openharmony-arm64": { 946 + "version": "1.0.0-rc.15", 947 + "resolved": "https://registry.npmjs.org/@rolldown/binding-openharmony-arm64/-/binding-openharmony-arm64-1.0.0-rc.15.tgz", 948 + "integrity": "sha512-UCL68NJ0Ud5zRipXZE9dF5PmirzJE4E4BCIOOssEnM7wLDsxjc6Qb0sGDxTNRTP53I6MZpygyCpY8Aa8sPfKPg==", 2840 949 "cpu": [ 2841 950 "arm64" 2842 951 ], ··· 2845 954 "optional": true, 2846 955 "os": [ 2847 956 "openharmony" 2848 - ] 957 + ], 958 + "engines": { 959 + "node": "^20.19.0 || >=22.12.0" 960 + } 2849 961 }, 2850 - "node_modules/@rollup/rollup-win32-arm64-msvc": { 2851 - "version": "4.60.1", 2852 - "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.60.1.tgz", 2853 - "integrity": "sha512-i1okWYkA4FJICtr7KpYzFpRTHgy5jdDbZiWfvny21iIKky5YExiDXP+zbXzm3dUcFpkEeYNHgQ5fuG236JPq0g==", 962 + "node_modules/@rolldown/binding-wasm32-wasi": { 963 + "version": "1.0.0-rc.15", 964 + "resolved": "https://registry.npmjs.org/@rolldown/binding-wasm32-wasi/-/binding-wasm32-wasi-1.0.0-rc.15.tgz", 965 + "integrity": "sha512-ApLruZq/ig+nhaE7OJm4lDjayUnOHVUa77zGeqnqZ9pn0ovdVbbNPerVibLXDmWeUZXjIYIT8V3xkT58Rm9u5Q==", 2854 966 "cpu": [ 2855 - "arm64" 967 + "wasm32" 2856 968 ], 2857 969 "dev": true, 2858 970 "license": "MIT", 2859 971 "optional": true, 2860 - "os": [ 2861 - "win32" 2862 - ] 972 + "dependencies": { 973 + "@emnapi/core": "1.9.2", 974 + "@emnapi/runtime": "1.9.2", 975 + "@napi-rs/wasm-runtime": "^1.1.3" 976 + }, 977 + "engines": { 978 + "node": ">=14.0.0" 979 + } 2863 980 }, 2864 - "node_modules/@rollup/rollup-win32-ia32-msvc": { 2865 - "version": "4.60.1", 2866 - "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.60.1.tgz", 2867 - "integrity": "sha512-u09m3CuwLzShA0EYKMNiFgcjjzwqtUMLmuCJLeZWjjOYA3IT2Di09KaxGBTP9xVztWyIWjVdsB2E9goMjZvTQg==", 981 + "node_modules/@rolldown/binding-win32-arm64-msvc": { 982 + "version": "1.0.0-rc.15", 983 + "resolved": "https://registry.npmjs.org/@rolldown/binding-win32-arm64-msvc/-/binding-win32-arm64-msvc-1.0.0-rc.15.tgz", 984 + "integrity": "sha512-KmoUoU7HnN+Si5YWJigfTws1jz1bKBYDQKdbLspz0UaqjjFkddHsqorgiW1mxcAj88lYUE6NC/zJNwT+SloqtA==", 2868 985 "cpu": [ 2869 - "ia32" 986 + "arm64" 2870 987 ], 2871 988 "dev": true, 2872 989 "license": "MIT", 2873 990 "optional": true, 2874 991 "os": [ 2875 992 "win32" 2876 - ] 993 + ], 994 + "engines": { 995 + "node": "^20.19.0 || >=22.12.0" 996 + } 2877 997 }, 2878 - "node_modules/@rollup/rollup-win32-x64-gnu": { 2879 - "version": "4.60.1", 2880 - "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-gnu/-/rollup-win32-x64-gnu-4.60.1.tgz", 2881 - "integrity": "sha512-k+600V9Zl1CM7eZxJgMyTUzmrmhB/0XZnF4pRypKAlAgxmedUA+1v9R+XOFv56W4SlHEzfeMtzujLJD22Uz5zg==", 998 + "node_modules/@rolldown/binding-win32-x64-msvc": { 999 + "version": "1.0.0-rc.15", 1000 + "resolved": "https://registry.npmjs.org/@rolldown/binding-win32-x64-msvc/-/binding-win32-x64-msvc-1.0.0-rc.15.tgz", 1001 + "integrity": "sha512-3P2A8L+x75qavWLe/Dll3EYBJLQmtkJN8rfh+U/eR3MqMgL/h98PhYI+JFfXuDPgPeCB7iZAKiqii5vqOvnA0g==", 2882 1002 "cpu": [ 2883 1003 "x64" 2884 1004 ], ··· 2887 1007 "optional": true, 2888 1008 "os": [ 2889 1009 "win32" 2890 - ] 1010 + ], 1011 + "engines": { 1012 + "node": "^20.19.0 || >=22.12.0" 1013 + } 2891 1014 }, 2892 - "node_modules/@rollup/rollup-win32-x64-msvc": { 2893 - "version": "4.60.1", 2894 - "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.60.1.tgz", 2895 - "integrity": "sha512-lWMnixq/QzxyhTV6NjQJ4SFo1J6PvOX8vUx5Wb4bBPsEb+8xZ89Bz6kOXpfXj9ak9AHTQVQzlgzBEc1SyM27xQ==", 2896 - "cpu": [ 2897 - "x64" 2898 - ], 1015 + "node_modules/@rolldown/pluginutils": { 1016 + "version": "1.0.0-rc.3", 1017 + "resolved": "https://registry.npmjs.org/@rolldown/pluginutils/-/pluginutils-1.0.0-rc.3.tgz", 1018 + "integrity": "sha512-eybk3TjzzzV97Dlj5c+XrBFW57eTNhzod66y9HrBlzJ6NsCrWCp/2kaPS3K9wJmurBC0Tdw4yPjXKZqlznim3Q==", 2899 1019 "dev": true, 2900 - "license": "MIT", 2901 - "optional": true, 2902 - "os": [ 2903 - "win32" 2904 - ] 1020 + "license": "MIT" 2905 1021 }, 2906 1022 "node_modules/@standard-schema/spec": { 2907 1023 "version": "1.1.0", ··· 2909 1025 "integrity": "sha512-l2aFy5jALhniG5HgqrD6jXLi/rUWrKvqN/qJx6yoJsgKhblVd+iqqU4RCXavm/jPityDo5TCvKMnpjKnOriy0w==", 2910 1026 "license": "MIT" 2911 1027 }, 2912 - "node_modules/@surma/rollup-plugin-off-main-thread": { 2913 - "version": "2.2.3", 2914 - "resolved": "https://registry.npmjs.org/@surma/rollup-plugin-off-main-thread/-/rollup-plugin-off-main-thread-2.2.3.tgz", 2915 - "integrity": "sha512-lR8q/9W7hZpMWweNiAKU7NQerBnzQQLvi8qnTDU/fxItPhtZVMbPV3lbCwjhIlNBe9Bbr5V+KHshvWmVSG9cxQ==", 2916 - "dev": true, 2917 - "license": "Apache-2.0", 2918 - "dependencies": { 2919 - "ejs": "^3.1.6", 2920 - "json5": "^2.2.0", 2921 - "magic-string": "^0.25.0", 2922 - "string.prototype.matchall": "^4.0.6" 2923 - } 2924 - }, 2925 - "node_modules/@surma/rollup-plugin-off-main-thread/node_modules/magic-string": { 2926 - "version": "0.25.9", 2927 - "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.25.9.tgz", 2928 - "integrity": "sha512-RmF0AsMzgt25qzqqLc1+MbHmhdx0ojF2Fvs4XnOqz2ZOBXzzkEwc/dJQZCYHAn7v1jbVOjAZfK8msRn4BxO4VQ==", 2929 - "dev": true, 2930 - "license": "MIT", 2931 - "dependencies": { 2932 - "sourcemap-codec": "^1.4.8" 2933 - } 2934 - }, 2935 1028 "node_modules/@tailwindcss/node": { 2936 1029 "version": "4.2.2", 2937 1030 "resolved": "https://registry.npmjs.org/@tailwindcss/node/-/node-4.2.2.tgz", ··· 3065 1158 "arm64" 3066 1159 ], 3067 1160 "dev": true, 1161 + "libc": [ 1162 + "glibc" 1163 + ], 3068 1164 "license": "MIT", 3069 1165 "optional": true, 3070 1166 "os": [ ··· 3082 1178 "arm64" 3083 1179 ], 3084 1180 "dev": true, 1181 + "libc": [ 1182 + "musl" 1183 + ], 3085 1184 "license": "MIT", 3086 1185 "optional": true, 3087 1186 "os": [ ··· 3099 1198 "x64" 3100 1199 ], 3101 1200 "dev": true, 1201 + "libc": [ 1202 + "glibc" 1203 + ], 3102 1204 "license": "MIT", 3103 1205 "optional": true, 3104 1206 "os": [ ··· 3116 1218 "x64" 3117 1219 ], 3118 1220 "dev": true, 1221 + "libc": [ 1222 + "musl" 1223 + ], 3119 1224 "license": "MIT", 3120 1225 "optional": true, 3121 1226 "os": [ ··· 3216 1321 "vite": "^5.2.0 || ^6 || ^7 || ^8" 3217 1322 } 3218 1323 }, 1324 + "node_modules/@tybys/wasm-util": { 1325 + "version": "0.10.1", 1326 + "resolved": "https://registry.npmjs.org/@tybys/wasm-util/-/wasm-util-0.10.1.tgz", 1327 + "integrity": "sha512-9tTaPJLSiejZKx+Bmog4uSubteqTvFrVrURwkmHixBo0G4seD0zUxp98E1DzUBJxLQ3NPwXrGKDiVjwx/DpPsg==", 1328 + "dev": true, 1329 + "license": "MIT", 1330 + "optional": true, 1331 + "dependencies": { 1332 + "tslib": "^2.4.0" 1333 + } 1334 + }, 3219 1335 "node_modules/@types/babel__core": { 3220 1336 "version": "7.20.5", 3221 1337 "resolved": "https://registry.npmjs.org/@types/babel__core/-/babel__core-7.20.5.tgz", ··· 3328 1444 "@types/react": "^19.2.0" 3329 1445 } 3330 1446 }, 3331 - "node_modules/@types/resolve": { 3332 - "version": "1.20.2", 3333 - "resolved": "https://registry.npmjs.org/@types/resolve/-/resolve-1.20.2.tgz", 3334 - "integrity": "sha512-60BCwRFOZCQhDncwQdxxeOEEkbc5dIMccYLwbxsS4TUNeVECQ/pBJ0j09mrHOl/JJvpRPGwO9SvE4nR2Nb/a4Q==", 3335 - "dev": true, 3336 - "license": "MIT" 3337 - }, 3338 - "node_modules/@types/trusted-types": { 3339 - "version": "2.0.7", 3340 - "resolved": "https://registry.npmjs.org/@types/trusted-types/-/trusted-types-2.0.7.tgz", 3341 - "integrity": "sha512-ScaPdn1dQczgbl0QFTeTOmVHFULt394XJgOQNoyVhZ6r2vLnMLJfBPd53SB52T/3G36VI1/g2MZaX0cwDuXsfw==", 3342 - "dev": true, 3343 - "license": "MIT" 3344 - }, 3345 1447 "node_modules/@types/unist": { 3346 1448 "version": "3.0.3", 3347 1449 "resolved": "https://registry.npmjs.org/@types/unist/-/unist-3.0.3.tgz", ··· 3355 1457 "license": "ISC" 3356 1458 }, 3357 1459 "node_modules/@vitejs/plugin-react": { 3358 - "version": "4.7.0", 3359 - "resolved": "https://registry.npmjs.org/@vitejs/plugin-react/-/plugin-react-4.7.0.tgz", 3360 - "integrity": "sha512-gUu9hwfWvvEDBBmgtAowQCojwZmJ5mcLn3aufeCsitijs3+f2NsrPtlAWIR6OPiqljl96GVCUbLe0HyqIpVaoA==", 1460 + "version": "5.2.0", 1461 + "resolved": "https://registry.npmjs.org/@vitejs/plugin-react/-/plugin-react-5.2.0.tgz", 1462 + "integrity": "sha512-YmKkfhOAi3wsB1PhJq5Scj3GXMn3WvtQ/JC0xoopuHoXSdmtdStOpFrYaT1kie2YgFBcIe64ROzMYRjCrYOdYw==", 3361 1463 "dev": true, 3362 1464 "license": "MIT", 3363 1465 "dependencies": { 3364 - "@babel/core": "^7.28.0", 1466 + "@babel/core": "^7.29.0", 3365 1467 "@babel/plugin-transform-react-jsx-self": "^7.27.1", 3366 1468 "@babel/plugin-transform-react-jsx-source": "^7.27.1", 3367 - "@rolldown/pluginutils": "1.0.0-beta.27", 1469 + "@rolldown/pluginutils": "1.0.0-rc.3", 3368 1470 "@types/babel__core": "^7.20.5", 3369 - "react-refresh": "^0.17.0" 3370 - }, 3371 - "engines": { 3372 - "node": "^14.18.0 || >=16.0.0" 3373 - }, 3374 - "peerDependencies": { 3375 - "vite": "^4.2.0 || ^5.0.0 || ^6.0.0 || ^7.0.0" 3376 - } 3377 - }, 3378 - "node_modules/acorn": { 3379 - "version": "8.16.0", 3380 - "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.16.0.tgz", 3381 - "integrity": "sha512-UVJyE9MttOsBQIDKw1skb9nAwQuR5wuGD3+82K6JgJlm/Y+KI92oNsMNGZCYdDsVtRHSak0pcV5Dno5+4jh9sw==", 3382 - "dev": true, 3383 - "license": "MIT", 3384 - "bin": { 3385 - "acorn": "bin/acorn" 3386 - }, 3387 - "engines": { 3388 - "node": ">=0.4.0" 3389 - } 3390 - }, 3391 - "node_modules/ajv": { 3392 - "version": "8.18.0", 3393 - "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.18.0.tgz", 3394 - "integrity": "sha512-PlXPeEWMXMZ7sPYOHqmDyCJzcfNrUr3fGNKtezX14ykXOEIvyK81d+qydx89KY5O71FKMPaQ2vBfBFI5NHR63A==", 3395 - "dev": true, 3396 - "license": "MIT", 3397 - "dependencies": { 3398 - "fast-deep-equal": "^3.1.3", 3399 - "fast-uri": "^3.0.1", 3400 - "json-schema-traverse": "^1.0.0", 3401 - "require-from-string": "^2.0.2" 3402 - }, 3403 - "funding": { 3404 - "type": "github", 3405 - "url": "https://github.com/sponsors/epoberezkin" 3406 - } 3407 - }, 3408 - "node_modules/array-buffer-byte-length": { 3409 - "version": "1.0.2", 3410 - "resolved": "https://registry.npmjs.org/array-buffer-byte-length/-/array-buffer-byte-length-1.0.2.tgz", 3411 - "integrity": "sha512-LHE+8BuR7RYGDKvnrmcuSq3tDcKv9OFEXQt/HpbZhY7V6h0zlUXutnAD82GiFx9rdieCMjkvtcsPqBwgUl1Iiw==", 3412 - "dev": true, 3413 - "license": "MIT", 3414 - "dependencies": { 3415 - "call-bound": "^1.0.3", 3416 - "is-array-buffer": "^3.0.5" 3417 - }, 3418 - "engines": { 3419 - "node": ">= 0.4" 3420 - }, 3421 - "funding": { 3422 - "url": "https://github.com/sponsors/ljharb" 3423 - } 3424 - }, 3425 - "node_modules/arraybuffer.prototype.slice": { 3426 - "version": "1.0.4", 3427 - "resolved": "https://registry.npmjs.org/arraybuffer.prototype.slice/-/arraybuffer.prototype.slice-1.0.4.tgz", 3428 - "integrity": "sha512-BNoCY6SXXPQ7gF2opIP4GBE+Xw7U+pHMYKuzjgCN3GwiaIR09UUeKfheyIry77QtrCBlC0KK0q5/TER/tYh3PQ==", 3429 - "dev": true, 3430 - "license": "MIT", 3431 - "dependencies": { 3432 - "array-buffer-byte-length": "^1.0.1", 3433 - "call-bind": "^1.0.8", 3434 - "define-properties": "^1.2.1", 3435 - "es-abstract": "^1.23.5", 3436 - "es-errors": "^1.3.0", 3437 - "get-intrinsic": "^1.2.6", 3438 - "is-array-buffer": "^3.0.4" 1471 + "react-refresh": "^0.18.0" 3439 1472 }, 3440 1473 "engines": { 3441 - "node": ">= 0.4" 3442 - }, 3443 - "funding": { 3444 - "url": "https://github.com/sponsors/ljharb" 3445 - } 3446 - }, 3447 - "node_modules/async": { 3448 - "version": "3.2.6", 3449 - "resolved": "https://registry.npmjs.org/async/-/async-3.2.6.tgz", 3450 - "integrity": "sha512-htCUDlxyyCLMgaM3xXg0C0LW2xqfuQ6p05pCEIsXuyQ+a1koYKTuBMzRNwmybfLgvJDMd0r1LTn4+E0Ti6C2AA==", 3451 - "dev": true, 3452 - "license": "MIT" 3453 - }, 3454 - "node_modules/async-function": { 3455 - "version": "1.0.0", 3456 - "resolved": "https://registry.npmjs.org/async-function/-/async-function-1.0.0.tgz", 3457 - "integrity": "sha512-hsU18Ae8CDTR6Kgu9DYf0EbCr/a5iGL0rytQDobUcdpYOKokk8LEjVphnXkDkgpi0wYVsqrXuP0bZxJaTqdgoA==", 3458 - "dev": true, 3459 - "license": "MIT", 3460 - "engines": { 3461 - "node": ">= 0.4" 3462 - } 3463 - }, 3464 - "node_modules/at-least-node": { 3465 - "version": "1.0.0", 3466 - "resolved": "https://registry.npmjs.org/at-least-node/-/at-least-node-1.0.0.tgz", 3467 - "integrity": "sha512-+q/t7Ekv1EDY2l6Gda6LLiX14rU9TV20Wa3ofeQmwPFZbOMo9DXrLbOjFaaclkXKWidIaopwAObQDqwWtGUjqg==", 3468 - "dev": true, 3469 - "license": "ISC", 3470 - "engines": { 3471 - "node": ">= 4.0.0" 3472 - } 3473 - }, 3474 - "node_modules/available-typed-arrays": { 3475 - "version": "1.0.7", 3476 - "resolved": "https://registry.npmjs.org/available-typed-arrays/-/available-typed-arrays-1.0.7.tgz", 3477 - "integrity": "sha512-wvUjBtSGN7+7SjNpq/9M2Tg350UZD3q62IFZLbRAR1bSMlCo1ZaeW+BJ+D090e4hIIZLBcTDWe4Mh4jvUDajzQ==", 3478 - "dev": true, 3479 - "license": "MIT", 3480 - "dependencies": { 3481 - "possible-typed-array-names": "^1.0.0" 3482 - }, 3483 - "engines": { 3484 - "node": ">= 0.4" 3485 - }, 3486 - "funding": { 3487 - "url": "https://github.com/sponsors/ljharb" 3488 - } 3489 - }, 3490 - "node_modules/babel-plugin-polyfill-corejs2": { 3491 - "version": "0.4.17", 3492 - "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.4.17.tgz", 3493 - "integrity": "sha512-aTyf30K/rqAsNwN76zYrdtx8obu0E4KoUME29B1xj+B3WxgvWkp943vYQ+z8Mv3lw9xHXMHpvSPOBxzAkIa94w==", 3494 - "dev": true, 3495 - "license": "MIT", 3496 - "dependencies": { 3497 - "@babel/compat-data": "^7.28.6", 3498 - "@babel/helper-define-polyfill-provider": "^0.6.8", 3499 - "semver": "^6.3.1" 3500 - }, 3501 - "peerDependencies": { 3502 - "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0" 3503 - } 3504 - }, 3505 - "node_modules/babel-plugin-polyfill-corejs3": { 3506 - "version": "0.14.2", 3507 - "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.14.2.tgz", 3508 - "integrity": "sha512-coWpDLJ410R781Npmn/SIBZEsAetR4xVi0SxLMXPaMO4lSf1MwnkGYMtkFxew0Dn8B3/CpbpYxN0JCgg8mn67g==", 3509 - "dev": true, 3510 - "license": "MIT", 3511 - "dependencies": { 3512 - "@babel/helper-define-polyfill-provider": "^0.6.8", 3513 - "core-js-compat": "^3.48.0" 3514 - }, 3515 - "peerDependencies": { 3516 - "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0" 3517 - } 3518 - }, 3519 - "node_modules/babel-plugin-polyfill-regenerator": { 3520 - "version": "0.6.8", 3521 - "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.6.8.tgz", 3522 - "integrity": "sha512-M762rNHfSF1EV3SLtnCJXFoQbbIIz0OyRwnCmV0KPC7qosSfCO0QLTSuJX3ayAebubhE6oYBAYPrBA5ljowaZg==", 3523 - "dev": true, 3524 - "license": "MIT", 3525 - "dependencies": { 3526 - "@babel/helper-define-polyfill-provider": "^0.6.8" 1474 + "node": "^20.19.0 || >=22.12.0" 3527 1475 }, 3528 1476 "peerDependencies": { 3529 - "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0" 1477 + "vite": "^4.2.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0" 3530 1478 } 3531 1479 }, 3532 1480 "node_modules/bail": { ··· 3537 1485 "funding": { 3538 1486 "type": "github", 3539 1487 "url": "https://github.com/sponsors/wooorm" 3540 - } 3541 - }, 3542 - "node_modules/balanced-match": { 3543 - "version": "4.0.4", 3544 - "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-4.0.4.tgz", 3545 - "integrity": "sha512-BLrgEcRTwX2o6gGxGOCNyMvGSp35YofuYzw9h1IMTRmKqttAZZVU67bdb9Pr2vUHA8+j3i2tJfjO6C6+4myGTA==", 3546 - "dev": true, 3547 - "license": "MIT", 3548 - "engines": { 3549 - "node": "18 || 20 || >=22" 3550 1488 } 3551 1489 }, 3552 1490 "node_modules/baseline-browser-mapping": { 3553 - "version": "2.10.16", 3554 - "resolved": "https://registry.npmjs.org/baseline-browser-mapping/-/baseline-browser-mapping-2.10.16.tgz", 3555 - "integrity": "sha512-Lyf3aK28zpsD1yQMiiHD4RvVb6UdMoo8xzG2XzFIfR9luPzOpcBlAsT/qfB1XWS1bxWT+UtE4WmQgsp297FYOA==", 1491 + "version": "2.10.18", 1492 + "resolved": "https://registry.npmjs.org/baseline-browser-mapping/-/baseline-browser-mapping-2.10.18.tgz", 1493 + "integrity": "sha512-VSnGQAOLtP5mib/DPyg2/t+Tlv65NTBz83BJBJvmLVHHuKJVaDOBvJJykiT5TR++em5nfAySPccDZDa4oSrn8A==", 3556 1494 "dev": true, 3557 1495 "license": "Apache-2.0", 3558 1496 "bin": { ··· 3560 1498 }, 3561 1499 "engines": { 3562 1500 "node": ">=6.0.0" 3563 - } 3564 - }, 3565 - "node_modules/brace-expansion": { 3566 - "version": "5.0.5", 3567 - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.5.tgz", 3568 - "integrity": "sha512-VZznLgtwhn+Mact9tfiwx64fA9erHH/MCXEUfB/0bX/6Fz6ny5EGTXYltMocqg4xFAQZtnO3DHWWXi8RiuN7cQ==", 3569 - "dev": true, 3570 - "license": "MIT", 3571 - "dependencies": { 3572 - "balanced-match": "^4.0.2" 3573 - }, 3574 - "engines": { 3575 - "node": "18 || 20 || >=22" 3576 1501 } 3577 1502 }, 3578 1503 "node_modules/browserslist": { ··· 3609 1534 "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7" 3610 1535 } 3611 1536 }, 3612 - "node_modules/buffer-from": { 3613 - "version": "1.1.2", 3614 - "resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.2.tgz", 3615 - "integrity": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==", 3616 - "dev": true, 3617 - "license": "MIT" 3618 - }, 3619 - "node_modules/call-bind": { 3620 - "version": "1.0.8", 3621 - "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.8.tgz", 3622 - "integrity": "sha512-oKlSFMcMwpUg2ednkhQ454wfWiU/ul3CkJe/PEHcTKuiX6RpbehUiFMXu13HalGZxfUwCQzZG747YXBn1im9ww==", 3623 - "dev": true, 3624 - "license": "MIT", 3625 - "dependencies": { 3626 - "call-bind-apply-helpers": "^1.0.0", 3627 - "es-define-property": "^1.0.0", 3628 - "get-intrinsic": "^1.2.4", 3629 - "set-function-length": "^1.2.2" 3630 - }, 3631 - "engines": { 3632 - "node": ">= 0.4" 3633 - }, 3634 - "funding": { 3635 - "url": "https://github.com/sponsors/ljharb" 3636 - } 3637 - }, 3638 - "node_modules/call-bind-apply-helpers": { 3639 - "version": "1.0.2", 3640 - "resolved": "https://registry.npmjs.org/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz", 3641 - "integrity": "sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==", 3642 - "dev": true, 3643 - "license": "MIT", 3644 - "dependencies": { 3645 - "es-errors": "^1.3.0", 3646 - "function-bind": "^1.1.2" 3647 - }, 3648 - "engines": { 3649 - "node": ">= 0.4" 3650 - } 3651 - }, 3652 - "node_modules/call-bound": { 3653 - "version": "1.0.4", 3654 - "resolved": "https://registry.npmjs.org/call-bound/-/call-bound-1.0.4.tgz", 3655 - "integrity": "sha512-+ys997U96po4Kx/ABpBCqhA9EuxJaQWDQg7295H4hBphv3IZg0boBKuwYpt4YXp6MZ5AmZQnU/tyMTlRpaSejg==", 3656 - "dev": true, 3657 - "license": "MIT", 3658 - "dependencies": { 3659 - "call-bind-apply-helpers": "^1.0.2", 3660 - "get-intrinsic": "^1.3.0" 3661 - }, 3662 - "engines": { 3663 - "node": ">= 0.4" 3664 - }, 3665 - "funding": { 3666 - "url": "https://github.com/sponsors/ljharb" 3667 - } 3668 - }, 3669 1537 "node_modules/caniuse-lite": { 3670 1538 "version": "1.0.30001787", 3671 1539 "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001787.tgz", ··· 3747 1615 "url": "https://github.com/sponsors/wooorm" 3748 1616 } 3749 1617 }, 3750 - "node_modules/commander": { 3751 - "version": "2.20.3", 3752 - "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz", 3753 - "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==", 3754 - "dev": true, 3755 - "license": "MIT" 3756 - }, 3757 - "node_modules/common-tags": { 3758 - "version": "1.8.2", 3759 - "resolved": "https://registry.npmjs.org/common-tags/-/common-tags-1.8.2.tgz", 3760 - "integrity": "sha512-gk/Z852D2Wtb//0I+kRFNKKE9dIIVirjoqPoA1wJU+XePVXZfGeBpk45+A1rKO4Q43prqWBNY/MiIeRLbPWUaA==", 3761 - "dev": true, 3762 - "license": "MIT", 3763 - "engines": { 3764 - "node": ">=4.0.0" 3765 - } 3766 - }, 3767 1618 "node_modules/convert-source-map": { 3768 1619 "version": "2.0.0", 3769 1620 "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz", ··· 3784 1635 "url": "https://opencollective.com/express" 3785 1636 } 3786 1637 }, 3787 - "node_modules/core-js-compat": { 3788 - "version": "3.49.0", 3789 - "resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.49.0.tgz", 3790 - "integrity": "sha512-VQXt1jr9cBz03b331DFDCCP90b3fanciLkgiOoy8SBHy06gNf+vQ1A3WFLqG7I8TipYIKeYK9wxd0tUrvHcOZA==", 3791 - "dev": true, 3792 - "license": "MIT", 3793 - "dependencies": { 3794 - "browserslist": "^4.28.1" 3795 - }, 3796 - "funding": { 3797 - "type": "opencollective", 3798 - "url": "https://opencollective.com/core-js" 3799 - } 3800 - }, 3801 - "node_modules/cross-spawn": { 3802 - "version": "7.0.6", 3803 - "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz", 3804 - "integrity": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==", 3805 - "dev": true, 3806 - "license": "MIT", 3807 - "dependencies": { 3808 - "path-key": "^3.1.0", 3809 - "shebang-command": "^2.0.0", 3810 - "which": "^2.0.1" 3811 - }, 3812 - "engines": { 3813 - "node": ">= 8" 3814 - } 3815 - }, 3816 - "node_modules/crypto-random-string": { 3817 - "version": "2.0.0", 3818 - "resolved": "https://registry.npmjs.org/crypto-random-string/-/crypto-random-string-2.0.0.tgz", 3819 - "integrity": "sha512-v1plID3y9r/lPhviJ1wrXpLeyUIGAZ2SHNYTEapm7/8A9nLPoyvVp3RK/EPFqn5kEznyWgYZNsRtYYIWbuG8KA==", 3820 - "dev": true, 3821 - "license": "MIT", 3822 - "engines": { 3823 - "node": ">=8" 3824 - } 3825 - }, 3826 1638 "node_modules/cssesc": { 3827 1639 "version": "3.0.0", 3828 1640 "resolved": "https://registry.npmjs.org/cssesc/-/cssesc-3.0.0.tgz", ··· 3841 1653 "integrity": "sha512-z1HGKcYy2xA8AGQfwrn0PAy+PB7X/GSj3UVJW9qKyn43xWa+gl5nXmU4qqLMRzWVLFC8KusUX8T/0kCiOYpAIQ==", 3842 1654 "license": "MIT" 3843 1655 }, 3844 - "node_modules/data-view-buffer": { 3845 - "version": "1.0.2", 3846 - "resolved": "https://registry.npmjs.org/data-view-buffer/-/data-view-buffer-1.0.2.tgz", 3847 - "integrity": "sha512-EmKO5V3OLXh1rtK2wgXRansaK1/mtVdTUEiEI0W8RkvgT05kfxaH29PliLnpLP73yYO6142Q72QNa8Wx/A5CqQ==", 3848 - "dev": true, 3849 - "license": "MIT", 3850 - "dependencies": { 3851 - "call-bound": "^1.0.3", 3852 - "es-errors": "^1.3.0", 3853 - "is-data-view": "^1.0.2" 3854 - }, 3855 - "engines": { 3856 - "node": ">= 0.4" 3857 - }, 3858 - "funding": { 3859 - "url": "https://github.com/sponsors/ljharb" 3860 - } 3861 - }, 3862 - "node_modules/data-view-byte-length": { 3863 - "version": "1.0.2", 3864 - "resolved": "https://registry.npmjs.org/data-view-byte-length/-/data-view-byte-length-1.0.2.tgz", 3865 - "integrity": "sha512-tuhGbE6CfTM9+5ANGf+oQb72Ky/0+s3xKUpHvShfiz2RxMFgFPjsXuRLBVMtvMs15awe45SRb83D6wH4ew6wlQ==", 3866 - "dev": true, 3867 - "license": "MIT", 3868 - "dependencies": { 3869 - "call-bound": "^1.0.3", 3870 - "es-errors": "^1.3.0", 3871 - "is-data-view": "^1.0.2" 3872 - }, 3873 - "engines": { 3874 - "node": ">= 0.4" 3875 - }, 3876 - "funding": { 3877 - "url": "https://github.com/sponsors/inspect-js" 3878 - } 3879 - }, 3880 - "node_modules/data-view-byte-offset": { 3881 - "version": "1.0.1", 3882 - "resolved": "https://registry.npmjs.org/data-view-byte-offset/-/data-view-byte-offset-1.0.1.tgz", 3883 - "integrity": "sha512-BS8PfmtDGnrgYdOonGZQdLZslWIeCGFP9tpan0hi1Co2Zr2NKADsvGYA8XxuG/4UWgJ6Cjtv+YJnB6MM69QGlQ==", 3884 - "dev": true, 3885 - "license": "MIT", 3886 - "dependencies": { 3887 - "call-bound": "^1.0.2", 3888 - "es-errors": "^1.3.0", 3889 - "is-data-view": "^1.0.1" 3890 - }, 3891 - "engines": { 3892 - "node": ">= 0.4" 3893 - }, 3894 - "funding": { 3895 - "url": "https://github.com/sponsors/ljharb" 3896 - } 3897 - }, 3898 1656 "node_modules/debug": { 3899 1657 "version": "4.4.3", 3900 1658 "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz", ··· 3925 1683 "url": "https://github.com/sponsors/wooorm" 3926 1684 } 3927 1685 }, 3928 - "node_modules/deepmerge": { 3929 - "version": "4.3.1", 3930 - "resolved": "https://registry.npmjs.org/deepmerge/-/deepmerge-4.3.1.tgz", 3931 - "integrity": "sha512-3sUqbMEc77XqpdNO7FRyRog+eW3ph+GYCbj+rK+uYyRMuwsVy0rMiVtPn+QJlKFvWP/1PYpapqYn0Me2knFn+A==", 3932 - "dev": true, 3933 - "license": "MIT", 3934 - "engines": { 3935 - "node": ">=0.10.0" 3936 - } 3937 - }, 3938 - "node_modules/define-data-property": { 3939 - "version": "1.1.4", 3940 - "resolved": "https://registry.npmjs.org/define-data-property/-/define-data-property-1.1.4.tgz", 3941 - "integrity": "sha512-rBMvIzlpA8v6E+SJZoo++HAYqsLrkg7MSfIinMPFhmkorw7X+dOXVJQs+QT69zGkzMyfDnIMN2Wid1+NbL3T+A==", 3942 - "dev": true, 3943 - "license": "MIT", 3944 - "dependencies": { 3945 - "es-define-property": "^1.0.0", 3946 - "es-errors": "^1.3.0", 3947 - "gopd": "^1.0.1" 3948 - }, 3949 - "engines": { 3950 - "node": ">= 0.4" 3951 - }, 3952 - "funding": { 3953 - "url": "https://github.com/sponsors/ljharb" 3954 - } 3955 - }, 3956 - "node_modules/define-properties": { 3957 - "version": "1.2.1", 3958 - "resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.2.1.tgz", 3959 - "integrity": "sha512-8QmQKqEASLd5nx0U1B1okLElbUuuttJ/AnYmRXbbbGDWh6uS208EjD4Xqq/I9wK7u0v6O08XhTWnt5XtEbR6Dg==", 3960 - "dev": true, 3961 - "license": "MIT", 3962 - "dependencies": { 3963 - "define-data-property": "^1.0.1", 3964 - "has-property-descriptors": "^1.0.0", 3965 - "object-keys": "^1.1.1" 3966 - }, 3967 - "engines": { 3968 - "node": ">= 0.4" 3969 - }, 3970 - "funding": { 3971 - "url": "https://github.com/sponsors/ljharb" 3972 - } 3973 - }, 3974 1686 "node_modules/dequal": { 3975 1687 "version": "2.0.3", 3976 1688 "resolved": "https://registry.npmjs.org/dequal/-/dequal-2.0.3.tgz", ··· 4003 1715 "url": "https://github.com/sponsors/wooorm" 4004 1716 } 4005 1717 }, 4006 - "node_modules/dunder-proto": { 4007 - "version": "1.0.1", 4008 - "resolved": "https://registry.npmjs.org/dunder-proto/-/dunder-proto-1.0.1.tgz", 4009 - "integrity": "sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==", 4010 - "dev": true, 4011 - "license": "MIT", 4012 - "dependencies": { 4013 - "call-bind-apply-helpers": "^1.0.1", 4014 - "es-errors": "^1.3.0", 4015 - "gopd": "^1.2.0" 4016 - }, 4017 - "engines": { 4018 - "node": ">= 0.4" 4019 - } 4020 - }, 4021 - "node_modules/ejs": { 4022 - "version": "3.1.10", 4023 - "resolved": "https://registry.npmjs.org/ejs/-/ejs-3.1.10.tgz", 4024 - "integrity": "sha512-UeJmFfOrAQS8OJWPZ4qtgHyWExa088/MtK5UEyoJGFH67cDEXkZSviOiKRCZ4Xij0zxI3JECgYs3oKx+AizQBA==", 4025 - "dev": true, 4026 - "license": "Apache-2.0", 4027 - "dependencies": { 4028 - "jake": "^10.8.5" 4029 - }, 4030 - "bin": { 4031 - "ejs": "bin/cli.js" 4032 - }, 4033 - "engines": { 4034 - "node": ">=0.10.0" 4035 - } 4036 - }, 4037 1718 "node_modules/electron-to-chromium": { 4038 - "version": "1.5.334", 4039 - "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.334.tgz", 4040 - "integrity": "sha512-mgjZAz7Jyx1SRCwEpy9wefDS7GvNPazLthHg8eQMJ76wBdGQQDW33TCrUTvQ4wzpmOrv2zrFoD3oNufMdyMpog==", 1719 + "version": "1.5.335", 1720 + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.335.tgz", 1721 + "integrity": "sha512-q9n5T4BR4Xwa2cwbrwcsDJtHD/enpQ5S1xF1IAtdqf5AAgqDFmR/aakqH3ChFdqd/QXJhS3rnnXFtexU7rax6Q==", 4041 1722 "dev": true, 4042 1723 "license": "ISC" 4043 1724 }, ··· 4055 1736 "node": ">=10.13.0" 4056 1737 } 4057 1738 }, 4058 - "node_modules/es-abstract": { 4059 - "version": "1.24.2", 4060 - "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.24.2.tgz", 4061 - "integrity": "sha512-2FpH9Q5i2RRwyEP1AylXe6nYLR5OhaJTZwmlcP0dL/+JCbgg7yyEo/sEK6HeGZRf3dFpWwThaRHVApXSkW3xeg==", 4062 - "dev": true, 4063 - "license": "MIT", 4064 - "dependencies": { 4065 - "array-buffer-byte-length": "^1.0.2", 4066 - "arraybuffer.prototype.slice": "^1.0.4", 4067 - "available-typed-arrays": "^1.0.7", 4068 - "call-bind": "^1.0.8", 4069 - "call-bound": "^1.0.4", 4070 - "data-view-buffer": "^1.0.2", 4071 - "data-view-byte-length": "^1.0.2", 4072 - "data-view-byte-offset": "^1.0.1", 4073 - "es-define-property": "^1.0.1", 4074 - "es-errors": "^1.3.0", 4075 - "es-object-atoms": "^1.1.1", 4076 - "es-set-tostringtag": "^2.1.0", 4077 - "es-to-primitive": "^1.3.0", 4078 - "function.prototype.name": "^1.1.8", 4079 - "get-intrinsic": "^1.3.0", 4080 - "get-proto": "^1.0.1", 4081 - "get-symbol-description": "^1.1.0", 4082 - "globalthis": "^1.0.4", 4083 - "gopd": "^1.2.0", 4084 - "has-property-descriptors": "^1.0.2", 4085 - "has-proto": "^1.2.0", 4086 - "has-symbols": "^1.1.0", 4087 - "hasown": "^2.0.2", 4088 - "internal-slot": "^1.1.0", 4089 - "is-array-buffer": "^3.0.5", 4090 - "is-callable": "^1.2.7", 4091 - "is-data-view": "^1.0.2", 4092 - "is-negative-zero": "^2.0.3", 4093 - "is-regex": "^1.2.1", 4094 - "is-set": "^2.0.3", 4095 - "is-shared-array-buffer": "^1.0.4", 4096 - "is-string": "^1.1.1", 4097 - "is-typed-array": "^1.1.15", 4098 - "is-weakref": "^1.1.1", 4099 - "math-intrinsics": "^1.1.0", 4100 - "object-inspect": "^1.13.4", 4101 - "object-keys": "^1.1.1", 4102 - "object.assign": "^4.1.7", 4103 - "own-keys": "^1.0.1", 4104 - "regexp.prototype.flags": "^1.5.4", 4105 - "safe-array-concat": "^1.1.3", 4106 - "safe-push-apply": "^1.0.0", 4107 - "safe-regex-test": "^1.1.0", 4108 - "set-proto": "^1.0.0", 4109 - "stop-iteration-iterator": "^1.1.0", 4110 - "string.prototype.trim": "^1.2.10", 4111 - "string.prototype.trimend": "^1.0.9", 4112 - "string.prototype.trimstart": "^1.0.8", 4113 - "typed-array-buffer": "^1.0.3", 4114 - "typed-array-byte-length": "^1.0.3", 4115 - "typed-array-byte-offset": "^1.0.4", 4116 - "typed-array-length": "^1.0.7", 4117 - "unbox-primitive": "^1.1.0", 4118 - "which-typed-array": "^1.1.19" 4119 - }, 4120 - "engines": { 4121 - "node": ">= 0.4" 4122 - }, 4123 - "funding": { 4124 - "url": "https://github.com/sponsors/ljharb" 4125 - } 4126 - }, 4127 - "node_modules/es-define-property": { 4128 - "version": "1.0.1", 4129 - "resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.1.tgz", 4130 - "integrity": "sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==", 4131 - "dev": true, 4132 - "license": "MIT", 4133 - "engines": { 4134 - "node": ">= 0.4" 4135 - } 4136 - }, 4137 - "node_modules/es-errors": { 4138 - "version": "1.3.0", 4139 - "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", 4140 - "integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==", 4141 - "dev": true, 4142 - "license": "MIT", 4143 - "engines": { 4144 - "node": ">= 0.4" 4145 - } 4146 - }, 4147 - "node_modules/es-object-atoms": { 4148 - "version": "1.1.1", 4149 - "resolved": "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.1.1.tgz", 4150 - "integrity": "sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA==", 4151 - "dev": true, 4152 - "license": "MIT", 4153 - "dependencies": { 4154 - "es-errors": "^1.3.0" 4155 - }, 4156 - "engines": { 4157 - "node": ">= 0.4" 4158 - } 4159 - }, 4160 - "node_modules/es-set-tostringtag": { 4161 - "version": "2.1.0", 4162 - "resolved": "https://registry.npmjs.org/es-set-tostringtag/-/es-set-tostringtag-2.1.0.tgz", 4163 - "integrity": "sha512-j6vWzfrGVfyXxge+O0x5sh6cvxAog0a/4Rdd2K36zCMV5eJ+/+tOAngRO8cODMNWbVRdVlmGZQL2YS3yR8bIUA==", 4164 - "dev": true, 4165 - "license": "MIT", 4166 - "dependencies": { 4167 - "es-errors": "^1.3.0", 4168 - "get-intrinsic": "^1.2.6", 4169 - "has-tostringtag": "^1.0.2", 4170 - "hasown": "^2.0.2" 4171 - }, 4172 - "engines": { 4173 - "node": ">= 0.4" 4174 - } 4175 - }, 4176 - "node_modules/es-to-primitive": { 4177 - "version": "1.3.0", 4178 - "resolved": "https://registry.npmjs.org/es-to-primitive/-/es-to-primitive-1.3.0.tgz", 4179 - "integrity": "sha512-w+5mJ3GuFL+NjVtJlvydShqE1eN3h3PbI7/5LAsYJP/2qtuMXjfL2LpHSRqo4b4eSF5K/DH1JXKUAHSB2UW50g==", 4180 - "dev": true, 4181 - "license": "MIT", 4182 - "dependencies": { 4183 - "is-callable": "^1.2.7", 4184 - "is-date-object": "^1.0.5", 4185 - "is-symbol": "^1.0.4" 4186 - }, 4187 - "engines": { 4188 - "node": ">= 0.4" 4189 - }, 4190 - "funding": { 4191 - "url": "https://github.com/sponsors/ljharb" 4192 - } 4193 - }, 4194 - "node_modules/esbuild": { 4195 - "version": "0.25.12", 4196 - "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.25.12.tgz", 4197 - "integrity": "sha512-bbPBYYrtZbkt6Os6FiTLCTFxvq4tt3JKall1vRwshA3fdVztsLAatFaZobhkBC8/BrPetoa0oksYoKXoG4ryJg==", 4198 - "dev": true, 4199 - "hasInstallScript": true, 4200 - "license": "MIT", 4201 - "bin": { 4202 - "esbuild": "bin/esbuild" 4203 - }, 4204 - "engines": { 4205 - "node": ">=18" 4206 - }, 4207 - "optionalDependencies": { 4208 - "@esbuild/aix-ppc64": "0.25.12", 4209 - "@esbuild/android-arm": "0.25.12", 4210 - "@esbuild/android-arm64": "0.25.12", 4211 - "@esbuild/android-x64": "0.25.12", 4212 - "@esbuild/darwin-arm64": "0.25.12", 4213 - "@esbuild/darwin-x64": "0.25.12", 4214 - "@esbuild/freebsd-arm64": "0.25.12", 4215 - "@esbuild/freebsd-x64": "0.25.12", 4216 - "@esbuild/linux-arm": "0.25.12", 4217 - "@esbuild/linux-arm64": "0.25.12", 4218 - "@esbuild/linux-ia32": "0.25.12", 4219 - "@esbuild/linux-loong64": "0.25.12", 4220 - "@esbuild/linux-mips64el": "0.25.12", 4221 - "@esbuild/linux-ppc64": "0.25.12", 4222 - "@esbuild/linux-riscv64": "0.25.12", 4223 - "@esbuild/linux-s390x": "0.25.12", 4224 - "@esbuild/linux-x64": "0.25.12", 4225 - "@esbuild/netbsd-arm64": "0.25.12", 4226 - "@esbuild/netbsd-x64": "0.25.12", 4227 - "@esbuild/openbsd-arm64": "0.25.12", 4228 - "@esbuild/openbsd-x64": "0.25.12", 4229 - "@esbuild/openharmony-arm64": "0.25.12", 4230 - "@esbuild/sunos-x64": "0.25.12", 4231 - "@esbuild/win32-arm64": "0.25.12", 4232 - "@esbuild/win32-ia32": "0.25.12", 4233 - "@esbuild/win32-x64": "0.25.12" 4234 - } 4235 - }, 4236 1739 "node_modules/escalade": { 4237 1740 "version": "3.2.0", 4238 1741 "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.2.0.tgz", ··· 4259 1762 "url": "https://opencollective.com/unified" 4260 1763 } 4261 1764 }, 4262 - "node_modules/estree-walker": { 4263 - "version": "2.0.2", 4264 - "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-2.0.2.tgz", 4265 - "integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==", 4266 - "dev": true, 4267 - "license": "MIT" 4268 - }, 4269 - "node_modules/esutils": { 4270 - "version": "2.0.3", 4271 - "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz", 4272 - "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==", 4273 - "dev": true, 4274 - "license": "BSD-2-Clause", 4275 - "engines": { 4276 - "node": ">=0.10.0" 4277 - } 4278 - }, 4279 1765 "node_modules/extend": { 4280 1766 "version": "3.0.2", 4281 1767 "resolved": "https://registry.npmjs.org/extend/-/extend-3.0.2.tgz", 4282 1768 "integrity": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==", 4283 1769 "license": "MIT" 4284 1770 }, 4285 - "node_modules/fast-deep-equal": { 4286 - "version": "3.1.3", 4287 - "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz", 4288 - "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==", 4289 - "dev": true, 4290 - "license": "MIT" 4291 - }, 4292 - "node_modules/fast-json-stable-stringify": { 4293 - "version": "2.1.0", 4294 - "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz", 4295 - "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==", 4296 - "dev": true, 4297 - "license": "MIT" 4298 - }, 4299 - "node_modules/fast-uri": { 4300 - "version": "3.1.0", 4301 - "resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.1.0.tgz", 4302 - "integrity": "sha512-iPeeDKJSWf4IEOasVVrknXpaBV0IApz/gp7S2bb7Z4Lljbl2MGJRqInZiUrQwV16cpzw/D3S5j5Julj/gT52AA==", 4303 - "dev": true, 4304 - "funding": [ 4305 - { 4306 - "type": "github", 4307 - "url": "https://github.com/sponsors/fastify" 4308 - }, 4309 - { 4310 - "type": "opencollective", 4311 - "url": "https://opencollective.com/fastify" 4312 - } 4313 - ], 4314 - "license": "BSD-3-Clause" 4315 - }, 4316 1771 "node_modules/fdir": { 4317 1772 "version": "6.5.0", 4318 1773 "resolved": "https://registry.npmjs.org/fdir/-/fdir-6.5.0.tgz", ··· 4331 1786 } 4332 1787 } 4333 1788 }, 4334 - "node_modules/filelist": { 4335 - "version": "1.0.6", 4336 - "resolved": "https://registry.npmjs.org/filelist/-/filelist-1.0.6.tgz", 4337 - "integrity": "sha512-5giy2PkLYY1cP39p17Ech+2xlpTRL9HLspOfEgm0L6CwBXBTgsK5ou0JtzYuepxkaQ/tvhCFIJ5uXo0OrM2DxA==", 4338 - "dev": true, 4339 - "license": "Apache-2.0", 4340 - "dependencies": { 4341 - "minimatch": "^5.0.1" 4342 - } 4343 - }, 4344 - "node_modules/filelist/node_modules/balanced-match": { 4345 - "version": "1.0.2", 4346 - "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz", 4347 - "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==", 4348 - "dev": true, 4349 - "license": "MIT" 4350 - }, 4351 - "node_modules/filelist/node_modules/brace-expansion": { 4352 - "version": "2.0.3", 4353 - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.3.tgz", 4354 - "integrity": "sha512-MCV/fYJEbqx68aE58kv2cA/kiky1G8vux3OR6/jbS+jIMe/6fJWa0DTzJU7dqijOWYwHi1t29FlfYI9uytqlpA==", 4355 - "dev": true, 4356 - "license": "MIT", 4357 - "dependencies": { 4358 - "balanced-match": "^1.0.0" 4359 - } 4360 - }, 4361 - "node_modules/filelist/node_modules/minimatch": { 4362 - "version": "5.1.9", 4363 - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.9.tgz", 4364 - "integrity": "sha512-7o1wEA2RyMP7Iu7GNba9vc0RWWGACJOCZBJX2GJWip0ikV+wcOsgVuY9uE8CPiyQhkGFSlhuSkZPavN7u1c2Fw==", 4365 - "dev": true, 4366 - "license": "ISC", 4367 - "dependencies": { 4368 - "brace-expansion": "^2.0.1" 4369 - }, 4370 - "engines": { 4371 - "node": ">=10" 4372 - } 4373 - }, 4374 - "node_modules/for-each": { 4375 - "version": "0.3.5", 4376 - "resolved": "https://registry.npmjs.org/for-each/-/for-each-0.3.5.tgz", 4377 - "integrity": "sha512-dKx12eRCVIzqCxFGplyFKJMPvLEWgmNtUrpTiJIR5u97zEhRG8ySrtboPHZXx7daLxQVrl643cTzbab2tkQjxg==", 4378 - "dev": true, 4379 - "license": "MIT", 4380 - "dependencies": { 4381 - "is-callable": "^1.2.7" 4382 - }, 4383 - "engines": { 4384 - "node": ">= 0.4" 4385 - }, 4386 - "funding": { 4387 - "url": "https://github.com/sponsors/ljharb" 4388 - } 4389 - }, 4390 - "node_modules/foreground-child": { 4391 - "version": "3.3.1", 4392 - "resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-3.3.1.tgz", 4393 - "integrity": "sha512-gIXjKqtFuWEgzFRJA9WCQeSJLZDjgJUOMCMzxtvFq/37KojM1BFGufqsCy0r4qSQmYLsZYMeyRqzIWOMup03sw==", 4394 - "dev": true, 4395 - "license": "ISC", 4396 - "dependencies": { 4397 - "cross-spawn": "^7.0.6", 4398 - "signal-exit": "^4.0.1" 4399 - }, 4400 - "engines": { 4401 - "node": ">=14" 4402 - }, 4403 - "funding": { 4404 - "url": "https://github.com/sponsors/isaacs" 4405 - } 4406 - }, 4407 - "node_modules/fs-extra": { 4408 - "version": "9.1.0", 4409 - "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-9.1.0.tgz", 4410 - "integrity": "sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==", 4411 - "dev": true, 4412 - "license": "MIT", 4413 - "dependencies": { 4414 - "at-least-node": "^1.0.0", 4415 - "graceful-fs": "^4.2.0", 4416 - "jsonfile": "^6.0.1", 4417 - "universalify": "^2.0.0" 4418 - }, 4419 - "engines": { 4420 - "node": ">=10" 4421 - } 4422 - }, 4423 1789 "node_modules/fsevents": { 4424 1790 "version": "2.3.3", 4425 1791 "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz", ··· 4435 1801 "node": "^8.16.0 || ^10.6.0 || >=11.0.0" 4436 1802 } 4437 1803 }, 4438 - "node_modules/function-bind": { 4439 - "version": "1.1.2", 4440 - "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", 4441 - "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==", 4442 - "dev": true, 4443 - "license": "MIT", 4444 - "funding": { 4445 - "url": "https://github.com/sponsors/ljharb" 4446 - } 4447 - }, 4448 - "node_modules/function.prototype.name": { 4449 - "version": "1.1.8", 4450 - "resolved": "https://registry.npmjs.org/function.prototype.name/-/function.prototype.name-1.1.8.tgz", 4451 - "integrity": "sha512-e5iwyodOHhbMr/yNrc7fDYG4qlbIvI5gajyzPnb5TCwyhjApznQh1BMFou9b30SevY43gCJKXycoCBjMbsuW0Q==", 4452 - "dev": true, 4453 - "license": "MIT", 4454 - "dependencies": { 4455 - "call-bind": "^1.0.8", 4456 - "call-bound": "^1.0.3", 4457 - "define-properties": "^1.2.1", 4458 - "functions-have-names": "^1.2.3", 4459 - "hasown": "^2.0.2", 4460 - "is-callable": "^1.2.7" 4461 - }, 4462 - "engines": { 4463 - "node": ">= 0.4" 4464 - }, 4465 - "funding": { 4466 - "url": "https://github.com/sponsors/ljharb" 4467 - } 4468 - }, 4469 - "node_modules/functions-have-names": { 4470 - "version": "1.2.3", 4471 - "resolved": "https://registry.npmjs.org/functions-have-names/-/functions-have-names-1.2.3.tgz", 4472 - "integrity": "sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ==", 4473 - "dev": true, 4474 - "license": "MIT", 4475 - "funding": { 4476 - "url": "https://github.com/sponsors/ljharb" 4477 - } 4478 - }, 4479 - "node_modules/generator-function": { 4480 - "version": "2.0.1", 4481 - "resolved": "https://registry.npmjs.org/generator-function/-/generator-function-2.0.1.tgz", 4482 - "integrity": "sha512-SFdFmIJi+ybC0vjlHN0ZGVGHc3lgE0DxPAT0djjVg+kjOnSqclqmj0KQ7ykTOLP6YxoqOvuAODGdcHJn+43q3g==", 4483 - "dev": true, 4484 - "license": "MIT", 4485 - "engines": { 4486 - "node": ">= 0.4" 4487 - } 4488 - }, 4489 1804 "node_modules/gensync": { 4490 1805 "version": "1.0.0-beta.2", 4491 1806 "resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz", ··· 4496 1811 "node": ">=6.9.0" 4497 1812 } 4498 1813 }, 4499 - "node_modules/get-intrinsic": { 4500 - "version": "1.3.0", 4501 - "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.3.0.tgz", 4502 - "integrity": "sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==", 4503 - "dev": true, 4504 - "license": "MIT", 4505 - "dependencies": { 4506 - "call-bind-apply-helpers": "^1.0.2", 4507 - "es-define-property": "^1.0.1", 4508 - "es-errors": "^1.3.0", 4509 - "es-object-atoms": "^1.1.1", 4510 - "function-bind": "^1.1.2", 4511 - "get-proto": "^1.0.1", 4512 - "gopd": "^1.2.0", 4513 - "has-symbols": "^1.1.0", 4514 - "hasown": "^2.0.2", 4515 - "math-intrinsics": "^1.1.0" 4516 - }, 4517 - "engines": { 4518 - "node": ">= 0.4" 4519 - }, 4520 - "funding": { 4521 - "url": "https://github.com/sponsors/ljharb" 4522 - } 4523 - }, 4524 - "node_modules/get-own-enumerable-property-symbols": { 4525 - "version": "3.0.2", 4526 - "resolved": "https://registry.npmjs.org/get-own-enumerable-property-symbols/-/get-own-enumerable-property-symbols-3.0.2.tgz", 4527 - "integrity": "sha512-I0UBV/XOz1XkIJHEUDMZAbzCThU/H8DxmSfmdGcKPnVhu2VfFqr34jr9777IyaTYvxjedWhqVIilEDsCdP5G6g==", 4528 - "dev": true, 4529 - "license": "ISC" 4530 - }, 4531 - "node_modules/get-proto": { 4532 - "version": "1.0.1", 4533 - "resolved": "https://registry.npmjs.org/get-proto/-/get-proto-1.0.1.tgz", 4534 - "integrity": "sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==", 4535 - "dev": true, 4536 - "license": "MIT", 4537 - "dependencies": { 4538 - "dunder-proto": "^1.0.1", 4539 - "es-object-atoms": "^1.0.0" 4540 - }, 4541 - "engines": { 4542 - "node": ">= 0.4" 4543 - } 4544 - }, 4545 - "node_modules/get-symbol-description": { 4546 - "version": "1.1.0", 4547 - "resolved": "https://registry.npmjs.org/get-symbol-description/-/get-symbol-description-1.1.0.tgz", 4548 - "integrity": "sha512-w9UMqWwJxHNOvoNzSJ2oPF5wvYcvP7jUvYzhp67yEhTi17ZDBBC1z9pTdGuzjD+EFIqLSYRweZjqfiPzQ06Ebg==", 4549 - "dev": true, 4550 - "license": "MIT", 4551 - "dependencies": { 4552 - "call-bound": "^1.0.3", 4553 - "es-errors": "^1.3.0", 4554 - "get-intrinsic": "^1.2.6" 4555 - }, 4556 - "engines": { 4557 - "node": ">= 0.4" 4558 - }, 4559 - "funding": { 4560 - "url": "https://github.com/sponsors/ljharb" 4561 - } 4562 - }, 4563 - "node_modules/glob": { 4564 - "version": "11.1.0", 4565 - "resolved": "https://registry.npmjs.org/glob/-/glob-11.1.0.tgz", 4566 - "integrity": "sha512-vuNwKSaKiqm7g0THUBu2x7ckSs3XJLXE+2ssL7/MfTGPLLcrJQ/4Uq1CjPTtO5cCIiRxqvN6Twy1qOwhL0Xjcw==", 4567 - "deprecated": "Old versions of glob are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me", 4568 - "dev": true, 4569 - "license": "BlueOak-1.0.0", 4570 - "dependencies": { 4571 - "foreground-child": "^3.3.1", 4572 - "jackspeak": "^4.1.1", 4573 - "minimatch": "^10.1.1", 4574 - "minipass": "^7.1.2", 4575 - "package-json-from-dist": "^1.0.0", 4576 - "path-scurry": "^2.0.0" 4577 - }, 4578 - "bin": { 4579 - "glob": "dist/esm/bin.mjs" 4580 - }, 4581 - "engines": { 4582 - "node": "20 || >=22" 4583 - }, 4584 - "funding": { 4585 - "url": "https://github.com/sponsors/isaacs" 4586 - } 4587 - }, 4588 - "node_modules/globalthis": { 4589 - "version": "1.0.4", 4590 - "resolved": "https://registry.npmjs.org/globalthis/-/globalthis-1.0.4.tgz", 4591 - "integrity": "sha512-DpLKbNU4WylpxJykQujfCcwYWiV/Jhm50Goo0wrVILAv5jOr9d+H+UR3PhSCD2rCCEIg0uc+G+muBTwD54JhDQ==", 4592 - "dev": true, 4593 - "license": "MIT", 4594 - "dependencies": { 4595 - "define-properties": "^1.2.1", 4596 - "gopd": "^1.0.1" 4597 - }, 4598 - "engines": { 4599 - "node": ">= 0.4" 4600 - }, 4601 - "funding": { 4602 - "url": "https://github.com/sponsors/ljharb" 4603 - } 4604 - }, 4605 - "node_modules/gopd": { 4606 - "version": "1.2.0", 4607 - "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.2.0.tgz", 4608 - "integrity": "sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==", 4609 - "dev": true, 4610 - "license": "MIT", 4611 - "engines": { 4612 - "node": ">= 0.4" 4613 - }, 4614 - "funding": { 4615 - "url": "https://github.com/sponsors/ljharb" 4616 - } 4617 - }, 4618 1814 "node_modules/graceful-fs": { 4619 1815 "version": "4.2.11", 4620 1816 "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz", ··· 4622 1818 "dev": true, 4623 1819 "license": "ISC" 4624 1820 }, 4625 - "node_modules/has-bigints": { 4626 - "version": "1.1.0", 4627 - "resolved": "https://registry.npmjs.org/has-bigints/-/has-bigints-1.1.0.tgz", 4628 - "integrity": "sha512-R3pbpkcIqv2Pm3dUwgjclDRVmWpTJW2DcMzcIhEXEx1oh/CEMObMm3KLmRJOdvhM7o4uQBnwr8pzRK2sJWIqfg==", 4629 - "dev": true, 4630 - "license": "MIT", 4631 - "engines": { 4632 - "node": ">= 0.4" 4633 - }, 4634 - "funding": { 4635 - "url": "https://github.com/sponsors/ljharb" 4636 - } 4637 - }, 4638 - "node_modules/has-property-descriptors": { 4639 - "version": "1.0.2", 4640 - "resolved": "https://registry.npmjs.org/has-property-descriptors/-/has-property-descriptors-1.0.2.tgz", 4641 - "integrity": "sha512-55JNKuIW+vq4Ke1BjOTjM2YctQIvCT7GFzHwmfZPGo5wnrgkid0YQtnAleFSqumZm4az3n2BS+erby5ipJdgrg==", 4642 - "dev": true, 4643 - "license": "MIT", 4644 - "dependencies": { 4645 - "es-define-property": "^1.0.0" 4646 - }, 4647 - "funding": { 4648 - "url": "https://github.com/sponsors/ljharb" 4649 - } 4650 - }, 4651 - "node_modules/has-proto": { 4652 - "version": "1.2.0", 4653 - "resolved": "https://registry.npmjs.org/has-proto/-/has-proto-1.2.0.tgz", 4654 - "integrity": "sha512-KIL7eQPfHQRC8+XluaIw7BHUwwqL19bQn4hzNgdr+1wXoU0KKj6rufu47lhY7KbJR2C6T6+PfyN0Ea7wkSS+qQ==", 4655 - "dev": true, 4656 - "license": "MIT", 4657 - "dependencies": { 4658 - "dunder-proto": "^1.0.0" 4659 - }, 4660 - "engines": { 4661 - "node": ">= 0.4" 4662 - }, 4663 - "funding": { 4664 - "url": "https://github.com/sponsors/ljharb" 4665 - } 4666 - }, 4667 - "node_modules/has-symbols": { 4668 - "version": "1.1.0", 4669 - "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.1.0.tgz", 4670 - "integrity": "sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==", 4671 - "dev": true, 4672 - "license": "MIT", 4673 - "engines": { 4674 - "node": ">= 0.4" 4675 - }, 4676 - "funding": { 4677 - "url": "https://github.com/sponsors/ljharb" 4678 - } 4679 - }, 4680 - "node_modules/has-tostringtag": { 4681 - "version": "1.0.2", 4682 - "resolved": "https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.2.tgz", 4683 - "integrity": "sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==", 4684 - "dev": true, 4685 - "license": "MIT", 4686 - "dependencies": { 4687 - "has-symbols": "^1.0.3" 4688 - }, 4689 - "engines": { 4690 - "node": ">= 0.4" 4691 - }, 4692 - "funding": { 4693 - "url": "https://github.com/sponsors/ljharb" 4694 - } 4695 - }, 4696 - "node_modules/hasown": { 4697 - "version": "2.0.2", 4698 - "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz", 4699 - "integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==", 4700 - "dev": true, 4701 - "license": "MIT", 4702 - "dependencies": { 4703 - "function-bind": "^1.1.2" 4704 - }, 4705 - "engines": { 4706 - "node": ">= 0.4" 4707 - } 4708 - }, 4709 1821 "node_modules/hast-util-to-jsx-runtime": { 4710 1822 "version": "2.3.6", 4711 1823 "resolved": "https://registry.npmjs.org/hast-util-to-jsx-runtime/-/hast-util-to-jsx-runtime-2.3.6.tgz", ··· 4756 1868 "url": "https://opencollective.com/unified" 4757 1869 } 4758 1870 }, 4759 - "node_modules/idb": { 4760 - "version": "7.1.1", 4761 - "resolved": "https://registry.npmjs.org/idb/-/idb-7.1.1.tgz", 4762 - "integrity": "sha512-gchesWBzyvGHRO9W8tzUWFDycow5gwjvFKfyV9FF32Y7F50yZMp7mP+T2mJIWFx49zicqyC4uefHM17o6xKIVQ==", 4763 - "dev": true, 4764 - "license": "ISC" 4765 - }, 4766 1871 "node_modules/inline-style-parser": { 4767 1872 "version": "0.2.7", 4768 1873 "resolved": "https://registry.npmjs.org/inline-style-parser/-/inline-style-parser-0.2.7.tgz", 4769 1874 "integrity": "sha512-Nb2ctOyNR8DqQoR0OwRG95uNWIC0C1lCgf5Naz5H6Ji72KZ8OcFZLz2P5sNgwlyoJ8Yif11oMuYs5pBQa86csA==", 4770 1875 "license": "MIT" 4771 1876 }, 4772 - "node_modules/internal-slot": { 4773 - "version": "1.1.0", 4774 - "resolved": "https://registry.npmjs.org/internal-slot/-/internal-slot-1.1.0.tgz", 4775 - "integrity": "sha512-4gd7VpWNQNB4UKKCFFVcp1AVv+FMOgs9NKzjHKusc8jTMhd5eL1NqQqOpE0KzMds804/yHlglp3uxgluOqAPLw==", 4776 - "dev": true, 4777 - "license": "MIT", 4778 - "dependencies": { 4779 - "es-errors": "^1.3.0", 4780 - "hasown": "^2.0.2", 4781 - "side-channel": "^1.1.0" 4782 - }, 4783 - "engines": { 4784 - "node": ">= 0.4" 4785 - } 4786 - }, 4787 1877 "node_modules/is-alphabetical": { 4788 1878 "version": "2.0.1", 4789 1879 "resolved": "https://registry.npmjs.org/is-alphabetical/-/is-alphabetical-2.0.1.tgz", ··· 4808 1898 "url": "https://github.com/sponsors/wooorm" 4809 1899 } 4810 1900 }, 4811 - "node_modules/is-array-buffer": { 4812 - "version": "3.0.5", 4813 - "resolved": "https://registry.npmjs.org/is-array-buffer/-/is-array-buffer-3.0.5.tgz", 4814 - "integrity": "sha512-DDfANUiiG2wC1qawP66qlTugJeL5HyzMpfr8lLK+jMQirGzNod0B12cFB/9q838Ru27sBwfw78/rdoU7RERz6A==", 4815 - "dev": true, 4816 - "license": "MIT", 4817 - "dependencies": { 4818 - "call-bind": "^1.0.8", 4819 - "call-bound": "^1.0.3", 4820 - "get-intrinsic": "^1.2.6" 4821 - }, 4822 - "engines": { 4823 - "node": ">= 0.4" 4824 - }, 4825 - "funding": { 4826 - "url": "https://github.com/sponsors/ljharb" 4827 - } 4828 - }, 4829 - "node_modules/is-async-function": { 4830 - "version": "2.1.1", 4831 - "resolved": "https://registry.npmjs.org/is-async-function/-/is-async-function-2.1.1.tgz", 4832 - "integrity": "sha512-9dgM/cZBnNvjzaMYHVoxxfPj2QXt22Ev7SuuPrs+xav0ukGB0S6d4ydZdEiM48kLx5kDV+QBPrpVnFyefL8kkQ==", 4833 - "dev": true, 4834 - "license": "MIT", 4835 - "dependencies": { 4836 - "async-function": "^1.0.0", 4837 - "call-bound": "^1.0.3", 4838 - "get-proto": "^1.0.1", 4839 - "has-tostringtag": "^1.0.2", 4840 - "safe-regex-test": "^1.1.0" 4841 - }, 4842 - "engines": { 4843 - "node": ">= 0.4" 4844 - }, 4845 - "funding": { 4846 - "url": "https://github.com/sponsors/ljharb" 4847 - } 4848 - }, 4849 - "node_modules/is-bigint": { 4850 - "version": "1.1.0", 4851 - "resolved": "https://registry.npmjs.org/is-bigint/-/is-bigint-1.1.0.tgz", 4852 - "integrity": "sha512-n4ZT37wG78iz03xPRKJrHTdZbe3IicyucEtdRsV5yglwc3GyUfbAfpSeD0FJ41NbUNSt5wbhqfp1fS+BgnvDFQ==", 4853 - "dev": true, 4854 - "license": "MIT", 4855 - "dependencies": { 4856 - "has-bigints": "^1.0.2" 4857 - }, 4858 - "engines": { 4859 - "node": ">= 0.4" 4860 - }, 4861 - "funding": { 4862 - "url": "https://github.com/sponsors/ljharb" 4863 - } 4864 - }, 4865 - "node_modules/is-boolean-object": { 4866 - "version": "1.2.2", 4867 - "resolved": "https://registry.npmjs.org/is-boolean-object/-/is-boolean-object-1.2.2.tgz", 4868 - "integrity": "sha512-wa56o2/ElJMYqjCjGkXri7it5FbebW5usLw/nPmCMs5DeZ7eziSYZhSmPRn0txqeW4LnAmQQU7FgqLpsEFKM4A==", 4869 - "dev": true, 4870 - "license": "MIT", 4871 - "dependencies": { 4872 - "call-bound": "^1.0.3", 4873 - "has-tostringtag": "^1.0.2" 4874 - }, 4875 - "engines": { 4876 - "node": ">= 0.4" 4877 - }, 4878 - "funding": { 4879 - "url": "https://github.com/sponsors/ljharb" 4880 - } 4881 - }, 4882 - "node_modules/is-callable": { 4883 - "version": "1.2.7", 4884 - "resolved": "https://registry.npmjs.org/is-callable/-/is-callable-1.2.7.tgz", 4885 - "integrity": "sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==", 4886 - "dev": true, 4887 - "license": "MIT", 4888 - "engines": { 4889 - "node": ">= 0.4" 4890 - }, 4891 - "funding": { 4892 - "url": "https://github.com/sponsors/ljharb" 4893 - } 4894 - }, 4895 - "node_modules/is-core-module": { 4896 - "version": "2.16.1", 4897 - "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.16.1.tgz", 4898 - "integrity": "sha512-UfoeMA6fIJ8wTYFEUjelnaGI67v6+N7qXJEvQuIGa99l4xsCruSYOVSQ0uPANn4dAzm8lkYPaKLrrijLq7x23w==", 4899 - "dev": true, 4900 - "license": "MIT", 4901 - "dependencies": { 4902 - "hasown": "^2.0.2" 4903 - }, 4904 - "engines": { 4905 - "node": ">= 0.4" 4906 - }, 4907 - "funding": { 4908 - "url": "https://github.com/sponsors/ljharb" 4909 - } 4910 - }, 4911 - "node_modules/is-data-view": { 4912 - "version": "1.0.2", 4913 - "resolved": "https://registry.npmjs.org/is-data-view/-/is-data-view-1.0.2.tgz", 4914 - "integrity": "sha512-RKtWF8pGmS87i2D6gqQu/l7EYRlVdfzemCJN/P3UOs//x1QE7mfhvzHIApBTRf7axvT6DMGwSwBXYCT0nfB9xw==", 4915 - "dev": true, 4916 - "license": "MIT", 4917 - "dependencies": { 4918 - "call-bound": "^1.0.2", 4919 - "get-intrinsic": "^1.2.6", 4920 - "is-typed-array": "^1.1.13" 4921 - }, 4922 - "engines": { 4923 - "node": ">= 0.4" 4924 - }, 4925 - "funding": { 4926 - "url": "https://github.com/sponsors/ljharb" 4927 - } 4928 - }, 4929 - "node_modules/is-date-object": { 4930 - "version": "1.1.0", 4931 - "resolved": "https://registry.npmjs.org/is-date-object/-/is-date-object-1.1.0.tgz", 4932 - "integrity": "sha512-PwwhEakHVKTdRNVOw+/Gyh0+MzlCl4R6qKvkhuvLtPMggI1WAHt9sOwZxQLSGpUaDnrdyDsomoRgNnCfKNSXXg==", 4933 - "dev": true, 4934 - "license": "MIT", 4935 - "dependencies": { 4936 - "call-bound": "^1.0.2", 4937 - "has-tostringtag": "^1.0.2" 4938 - }, 4939 - "engines": { 4940 - "node": ">= 0.4" 4941 - }, 4942 - "funding": { 4943 - "url": "https://github.com/sponsors/ljharb" 4944 - } 4945 - }, 4946 1901 "node_modules/is-decimal": { 4947 1902 "version": "2.0.1", 4948 1903 "resolved": "https://registry.npmjs.org/is-decimal/-/is-decimal-2.0.1.tgz", ··· 4953 1908 "url": "https://github.com/sponsors/wooorm" 4954 1909 } 4955 1910 }, 4956 - "node_modules/is-finalizationregistry": { 4957 - "version": "1.1.1", 4958 - "resolved": "https://registry.npmjs.org/is-finalizationregistry/-/is-finalizationregistry-1.1.1.tgz", 4959 - "integrity": "sha512-1pC6N8qWJbWoPtEjgcL2xyhQOP491EQjeUo3qTKcmV8YSDDJrOepfG8pcC7h/QgnQHYSv0mJ3Z/ZWxmatVrysg==", 4960 - "dev": true, 4961 - "license": "MIT", 4962 - "dependencies": { 4963 - "call-bound": "^1.0.3" 4964 - }, 4965 - "engines": { 4966 - "node": ">= 0.4" 4967 - }, 4968 - "funding": { 4969 - "url": "https://github.com/sponsors/ljharb" 4970 - } 4971 - }, 4972 - "node_modules/is-generator-function": { 4973 - "version": "1.1.2", 4974 - "resolved": "https://registry.npmjs.org/is-generator-function/-/is-generator-function-1.1.2.tgz", 4975 - "integrity": "sha512-upqt1SkGkODW9tsGNG5mtXTXtECizwtS2kA161M+gJPc1xdb/Ax629af6YrTwcOeQHbewrPNlE5Dx7kzvXTizA==", 4976 - "dev": true, 4977 - "license": "MIT", 4978 - "dependencies": { 4979 - "call-bound": "^1.0.4", 4980 - "generator-function": "^2.0.0", 4981 - "get-proto": "^1.0.1", 4982 - "has-tostringtag": "^1.0.2", 4983 - "safe-regex-test": "^1.1.0" 4984 - }, 4985 - "engines": { 4986 - "node": ">= 0.4" 4987 - }, 4988 - "funding": { 4989 - "url": "https://github.com/sponsors/ljharb" 4990 - } 4991 - }, 4992 1911 "node_modules/is-hexadecimal": { 4993 1912 "version": "2.0.1", 4994 1913 "resolved": "https://registry.npmjs.org/is-hexadecimal/-/is-hexadecimal-2.0.1.tgz", ··· 4999 1918 "url": "https://github.com/sponsors/wooorm" 5000 1919 } 5001 1920 }, 5002 - "node_modules/is-map": { 5003 - "version": "2.0.3", 5004 - "resolved": "https://registry.npmjs.org/is-map/-/is-map-2.0.3.tgz", 5005 - "integrity": "sha512-1Qed0/Hr2m+YqxnM09CjA2d/i6YZNfF6R2oRAOj36eUdS6qIV/huPJNSEpKbupewFs+ZsJlxsjjPbc0/afW6Lw==", 5006 - "dev": true, 5007 - "license": "MIT", 5008 - "engines": { 5009 - "node": ">= 0.4" 5010 - }, 5011 - "funding": { 5012 - "url": "https://github.com/sponsors/ljharb" 5013 - } 5014 - }, 5015 - "node_modules/is-module": { 5016 - "version": "1.0.0", 5017 - "resolved": "https://registry.npmjs.org/is-module/-/is-module-1.0.0.tgz", 5018 - "integrity": "sha512-51ypPSPCoTEIN9dy5Oy+h4pShgJmPCygKfyRCISBI+JoWT/2oJvK8QPxmwv7b/p239jXrm9M1mlQbyKJ5A152g==", 5019 - "dev": true, 5020 - "license": "MIT" 5021 - }, 5022 - "node_modules/is-negative-zero": { 5023 - "version": "2.0.3", 5024 - "resolved": "https://registry.npmjs.org/is-negative-zero/-/is-negative-zero-2.0.3.tgz", 5025 - "integrity": "sha512-5KoIu2Ngpyek75jXodFvnafB6DJgr3u8uuK0LEZJjrU19DrMD3EVERaR8sjz8CCGgpZvxPl9SuE1GMVPFHx1mw==", 5026 - "dev": true, 5027 - "license": "MIT", 5028 - "engines": { 5029 - "node": ">= 0.4" 5030 - }, 5031 - "funding": { 5032 - "url": "https://github.com/sponsors/ljharb" 5033 - } 5034 - }, 5035 - "node_modules/is-number-object": { 5036 - "version": "1.1.1", 5037 - "resolved": "https://registry.npmjs.org/is-number-object/-/is-number-object-1.1.1.tgz", 5038 - "integrity": "sha512-lZhclumE1G6VYD8VHe35wFaIif+CTy5SJIi5+3y4psDgWu4wPDoBhF8NxUOinEc7pHgiTsT6MaBb92rKhhD+Xw==", 5039 - "dev": true, 5040 - "license": "MIT", 5041 - "dependencies": { 5042 - "call-bound": "^1.0.3", 5043 - "has-tostringtag": "^1.0.2" 5044 - }, 5045 - "engines": { 5046 - "node": ">= 0.4" 5047 - }, 5048 - "funding": { 5049 - "url": "https://github.com/sponsors/ljharb" 5050 - } 5051 - }, 5052 - "node_modules/is-obj": { 5053 - "version": "1.0.1", 5054 - "resolved": "https://registry.npmjs.org/is-obj/-/is-obj-1.0.1.tgz", 5055 - "integrity": "sha512-l4RyHgRqGN4Y3+9JHVrNqO+tN0rV5My76uW5/nuO4K1b6vw5G8d/cmFjP9tRfEsdhZNt0IFdZuK/c2Vr4Nb+Qg==", 5056 - "dev": true, 5057 - "license": "MIT", 5058 - "engines": { 5059 - "node": ">=0.10.0" 5060 - } 5061 - }, 5062 1921 "node_modules/is-plain-obj": { 5063 1922 "version": "4.1.0", 5064 1923 "resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-4.1.0.tgz", ··· 5071 1930 "url": "https://github.com/sponsors/sindresorhus" 5072 1931 } 5073 1932 }, 5074 - "node_modules/is-regex": { 5075 - "version": "1.2.1", 5076 - "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.2.1.tgz", 5077 - "integrity": "sha512-MjYsKHO5O7mCsmRGxWcLWheFqN9DJ/2TmngvjKXihe6efViPqc274+Fx/4fYj/r03+ESvBdTXK0V6tA3rgez1g==", 5078 - "dev": true, 5079 - "license": "MIT", 5080 - "dependencies": { 5081 - "call-bound": "^1.0.2", 5082 - "gopd": "^1.2.0", 5083 - "has-tostringtag": "^1.0.2", 5084 - "hasown": "^2.0.2" 5085 - }, 5086 - "engines": { 5087 - "node": ">= 0.4" 5088 - }, 5089 - "funding": { 5090 - "url": "https://github.com/sponsors/ljharb" 5091 - } 5092 - }, 5093 - "node_modules/is-regexp": { 5094 - "version": "1.0.0", 5095 - "resolved": "https://registry.npmjs.org/is-regexp/-/is-regexp-1.0.0.tgz", 5096 - "integrity": "sha512-7zjFAPO4/gwyQAAgRRmqeEeyIICSdmCqa3tsVHMdBzaXXRiqopZL4Cyghg/XulGWrtABTpbnYYzzIRffLkP4oA==", 5097 - "dev": true, 5098 - "license": "MIT", 5099 - "engines": { 5100 - "node": ">=0.10.0" 5101 - } 5102 - }, 5103 - "node_modules/is-set": { 5104 - "version": "2.0.3", 5105 - "resolved": "https://registry.npmjs.org/is-set/-/is-set-2.0.3.tgz", 5106 - "integrity": "sha512-iPAjerrse27/ygGLxw+EBR9agv9Y6uLeYVJMu+QNCoouJ1/1ri0mGrcWpfCqFZuzzx3WjtwxG098X+n4OuRkPg==", 5107 - "dev": true, 5108 - "license": "MIT", 5109 - "engines": { 5110 - "node": ">= 0.4" 5111 - }, 5112 - "funding": { 5113 - "url": "https://github.com/sponsors/ljharb" 5114 - } 5115 - }, 5116 - "node_modules/is-shared-array-buffer": { 5117 - "version": "1.0.4", 5118 - "resolved": "https://registry.npmjs.org/is-shared-array-buffer/-/is-shared-array-buffer-1.0.4.tgz", 5119 - "integrity": "sha512-ISWac8drv4ZGfwKl5slpHG9OwPNty4jOWPRIhBpxOoD+hqITiwuipOQ2bNthAzwA3B4fIjO4Nln74N0S9byq8A==", 5120 - "dev": true, 5121 - "license": "MIT", 5122 - "dependencies": { 5123 - "call-bound": "^1.0.3" 5124 - }, 5125 - "engines": { 5126 - "node": ">= 0.4" 5127 - }, 5128 - "funding": { 5129 - "url": "https://github.com/sponsors/ljharb" 5130 - } 5131 - }, 5132 - "node_modules/is-stream": { 5133 - "version": "2.0.1", 5134 - "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.1.tgz", 5135 - "integrity": "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==", 5136 - "dev": true, 5137 - "license": "MIT", 5138 - "engines": { 5139 - "node": ">=8" 5140 - }, 5141 - "funding": { 5142 - "url": "https://github.com/sponsors/sindresorhus" 5143 - } 5144 - }, 5145 - "node_modules/is-string": { 5146 - "version": "1.1.1", 5147 - "resolved": "https://registry.npmjs.org/is-string/-/is-string-1.1.1.tgz", 5148 - "integrity": "sha512-BtEeSsoaQjlSPBemMQIrY1MY0uM6vnS1g5fmufYOtnxLGUZM2178PKbhsk7Ffv58IX+ZtcvoGwccYsh0PglkAA==", 5149 - "dev": true, 5150 - "license": "MIT", 5151 - "dependencies": { 5152 - "call-bound": "^1.0.3", 5153 - "has-tostringtag": "^1.0.2" 5154 - }, 5155 - "engines": { 5156 - "node": ">= 0.4" 5157 - }, 5158 - "funding": { 5159 - "url": "https://github.com/sponsors/ljharb" 5160 - } 5161 - }, 5162 - "node_modules/is-symbol": { 5163 - "version": "1.1.1", 5164 - "resolved": "https://registry.npmjs.org/is-symbol/-/is-symbol-1.1.1.tgz", 5165 - "integrity": "sha512-9gGx6GTtCQM73BgmHQXfDmLtfjjTUDSyoxTCbp5WtoixAhfgsDirWIcVQ/IHpvI5Vgd5i/J5F7B9cN/WlVbC/w==", 5166 - "dev": true, 5167 - "license": "MIT", 5168 - "dependencies": { 5169 - "call-bound": "^1.0.2", 5170 - "has-symbols": "^1.1.0", 5171 - "safe-regex-test": "^1.1.0" 5172 - }, 5173 - "engines": { 5174 - "node": ">= 0.4" 5175 - }, 5176 - "funding": { 5177 - "url": "https://github.com/sponsors/ljharb" 5178 - } 5179 - }, 5180 - "node_modules/is-typed-array": { 5181 - "version": "1.1.15", 5182 - "resolved": "https://registry.npmjs.org/is-typed-array/-/is-typed-array-1.1.15.tgz", 5183 - "integrity": "sha512-p3EcsicXjit7SaskXHs1hA91QxgTw46Fv6EFKKGS5DRFLD8yKnohjF3hxoju94b/OcMZoQukzpPpBE9uLVKzgQ==", 5184 - "dev": true, 5185 - "license": "MIT", 5186 - "dependencies": { 5187 - "which-typed-array": "^1.1.16" 5188 - }, 5189 - "engines": { 5190 - "node": ">= 0.4" 5191 - }, 5192 - "funding": { 5193 - "url": "https://github.com/sponsors/ljharb" 5194 - } 5195 - }, 5196 - "node_modules/is-weakmap": { 5197 - "version": "2.0.2", 5198 - "resolved": "https://registry.npmjs.org/is-weakmap/-/is-weakmap-2.0.2.tgz", 5199 - "integrity": "sha512-K5pXYOm9wqY1RgjpL3YTkF39tni1XajUIkawTLUo9EZEVUFga5gSQJF8nNS7ZwJQ02y+1YCNYcMh+HIf1ZqE+w==", 5200 - "dev": true, 5201 - "license": "MIT", 5202 - "engines": { 5203 - "node": ">= 0.4" 5204 - }, 5205 - "funding": { 5206 - "url": "https://github.com/sponsors/ljharb" 5207 - } 5208 - }, 5209 - "node_modules/is-weakref": { 5210 - "version": "1.1.1", 5211 - "resolved": "https://registry.npmjs.org/is-weakref/-/is-weakref-1.1.1.tgz", 5212 - "integrity": "sha512-6i9mGWSlqzNMEqpCp93KwRS1uUOodk2OJ6b+sq7ZPDSy2WuI5NFIxp/254TytR8ftefexkWn5xNiHUNpPOfSew==", 5213 - "dev": true, 5214 - "license": "MIT", 5215 - "dependencies": { 5216 - "call-bound": "^1.0.3" 5217 - }, 5218 - "engines": { 5219 - "node": ">= 0.4" 5220 - }, 5221 - "funding": { 5222 - "url": "https://github.com/sponsors/ljharb" 5223 - } 5224 - }, 5225 - "node_modules/is-weakset": { 5226 - "version": "2.0.4", 5227 - "resolved": "https://registry.npmjs.org/is-weakset/-/is-weakset-2.0.4.tgz", 5228 - "integrity": "sha512-mfcwb6IzQyOKTs84CQMrOwW4gQcaTOAWJ0zzJCl2WSPDrWk/OzDaImWFH3djXhb24g4eudZfLRozAvPGw4d9hQ==", 5229 - "dev": true, 5230 - "license": "MIT", 5231 - "dependencies": { 5232 - "call-bound": "^1.0.3", 5233 - "get-intrinsic": "^1.2.6" 5234 - }, 5235 - "engines": { 5236 - "node": ">= 0.4" 5237 - }, 5238 - "funding": { 5239 - "url": "https://github.com/sponsors/ljharb" 5240 - } 5241 - }, 5242 - "node_modules/isarray": { 5243 - "version": "2.0.5", 5244 - "resolved": "https://registry.npmjs.org/isarray/-/isarray-2.0.5.tgz", 5245 - "integrity": "sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==", 5246 - "dev": true, 5247 - "license": "MIT" 5248 - }, 5249 - "node_modules/isexe": { 5250 - "version": "2.0.0", 5251 - "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz", 5252 - "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==", 5253 - "dev": true, 5254 - "license": "ISC" 5255 - }, 5256 - "node_modules/jackspeak": { 5257 - "version": "4.2.3", 5258 - "resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-4.2.3.tgz", 5259 - "integrity": "sha512-ykkVRwrYvFm1nb2AJfKKYPr0emF6IiXDYUaFx4Zn9ZuIH7MrzEZ3sD5RlqGXNRpHtvUHJyOnCEFxOlNDtGo7wg==", 5260 - "dev": true, 5261 - "license": "BlueOak-1.0.0", 5262 - "dependencies": { 5263 - "@isaacs/cliui": "^9.0.0" 5264 - }, 5265 - "engines": { 5266 - "node": "20 || >=22" 5267 - }, 5268 - "funding": { 5269 - "url": "https://github.com/sponsors/isaacs" 5270 - } 5271 - }, 5272 - "node_modules/jake": { 5273 - "version": "10.9.4", 5274 - "resolved": "https://registry.npmjs.org/jake/-/jake-10.9.4.tgz", 5275 - "integrity": "sha512-wpHYzhxiVQL+IV05BLE2Xn34zW1S223hvjtqk0+gsPrwd/8JNLXJgZZM/iPFsYc1xyphF+6M6EvdE5E9MBGkDA==", 5276 - "dev": true, 5277 - "license": "Apache-2.0", 5278 - "dependencies": { 5279 - "async": "^3.2.6", 5280 - "filelist": "^1.0.4", 5281 - "picocolors": "^1.1.1" 5282 - }, 5283 - "bin": { 5284 - "jake": "bin/cli.js" 5285 - }, 5286 - "engines": { 5287 - "node": ">=10" 5288 - } 5289 - }, 5290 1933 "node_modules/jiti": { 5291 1934 "version": "2.6.1", 5292 1935 "resolved": "https://registry.npmjs.org/jiti/-/jiti-2.6.1.tgz", ··· 5316 1959 "engines": { 5317 1960 "node": ">=6" 5318 1961 } 5319 - }, 5320 - "node_modules/json-schema-traverse": { 5321 - "version": "1.0.0", 5322 - "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz", 5323 - "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==", 5324 - "dev": true, 5325 - "license": "MIT" 5326 1962 }, 5327 1963 "node_modules/json5": { 5328 1964 "version": "2.2.3", ··· 5337 1973 "node": ">=6" 5338 1974 } 5339 1975 }, 5340 - "node_modules/jsonfile": { 5341 - "version": "6.2.0", 5342 - "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.2.0.tgz", 5343 - "integrity": "sha512-FGuPw30AdOIUTRMC2OMRtQV+jkVj2cfPqSeWXv1NEAJ1qZ5zb1X6z1mFhbfOB/iy3ssJCD+3KuZ8r8C3uVFlAg==", 5344 - "dev": true, 5345 - "license": "MIT", 5346 - "dependencies": { 5347 - "universalify": "^2.0.0" 5348 - }, 5349 - "optionalDependencies": { 5350 - "graceful-fs": "^4.1.6" 5351 - } 5352 - }, 5353 - "node_modules/jsonpointer": { 5354 - "version": "5.0.1", 5355 - "resolved": "https://registry.npmjs.org/jsonpointer/-/jsonpointer-5.0.1.tgz", 5356 - "integrity": "sha512-p/nXbhSEcu3pZRdkW1OfJhpsVtW1gd4Wa1fnQc9YLiTfAjn0312eMKimbdIQzuZl9aa9xUGaRlP9T/CJE/ditQ==", 5357 - "dev": true, 5358 - "license": "MIT", 5359 - "engines": { 5360 - "node": ">=0.10.0" 5361 - } 5362 - }, 5363 - "node_modules/leven": { 5364 - "version": "3.1.0", 5365 - "resolved": "https://registry.npmjs.org/leven/-/leven-3.1.0.tgz", 5366 - "integrity": "sha512-qsda+H8jTaUaN/x5vzW2rzc+8Rw4TAQ/4KjB46IwK5VH+IlVeeeje/EoZRpiXvIqjFgK84QffqPztGI3VBLG1A==", 5367 - "dev": true, 5368 - "license": "MIT", 5369 - "engines": { 5370 - "node": ">=6" 5371 - } 5372 - }, 5373 1976 "node_modules/lightningcss": { 5374 1977 "version": "1.32.0", 5375 1978 "resolved": "https://registry.npmjs.org/lightningcss/-/lightningcss-1.32.0.tgz", ··· 5513 2116 "arm64" 5514 2117 ], 5515 2118 "dev": true, 2119 + "libc": [ 2120 + "glibc" 2121 + ], 5516 2122 "license": "MPL-2.0", 5517 2123 "optional": true, 5518 2124 "os": [ ··· 5534 2140 "arm64" 5535 2141 ], 5536 2142 "dev": true, 2143 + "libc": [ 2144 + "musl" 2145 + ], 5537 2146 "license": "MPL-2.0", 5538 2147 "optional": true, 5539 2148 "os": [ ··· 5555 2164 "x64" 5556 2165 ], 5557 2166 "dev": true, 2167 + "libc": [ 2168 + "glibc" 2169 + ], 5558 2170 "license": "MPL-2.0", 5559 2171 "optional": true, 5560 2172 "os": [ ··· 5576 2188 "x64" 5577 2189 ], 5578 2190 "dev": true, 2191 + "libc": [ 2192 + "musl" 2193 + ], 5579 2194 "license": "MPL-2.0", 5580 2195 "optional": true, 5581 2196 "os": [ ··· 5631 2246 "url": "https://opencollective.com/parcel" 5632 2247 } 5633 2248 }, 5634 - "node_modules/lodash": { 5635 - "version": "4.18.1", 5636 - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.18.1.tgz", 5637 - "integrity": "sha512-dMInicTPVE8d1e5otfwmmjlxkZoUpiVLwyeTdUsi/Caj/gfzzblBcCE5sRHV/AsjuCmxWrte2TNGSYuCeCq+0Q==", 5638 - "dev": true, 5639 - "license": "MIT" 5640 - }, 5641 - "node_modules/lodash.debounce": { 5642 - "version": "4.0.8", 5643 - "resolved": "https://registry.npmjs.org/lodash.debounce/-/lodash.debounce-4.0.8.tgz", 5644 - "integrity": "sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow==", 5645 - "dev": true, 5646 - "license": "MIT" 5647 - }, 5648 - "node_modules/lodash.sortby": { 5649 - "version": "4.7.0", 5650 - "resolved": "https://registry.npmjs.org/lodash.sortby/-/lodash.sortby-4.7.0.tgz", 5651 - "integrity": "sha512-HDWXG8isMntAyRF5vZ7xKuEvOhT4AhlRt/3czTSjvGUxjYCBVRQY48ViDHyfYz9VIoBkW4TMGQNapx+l3RUwdA==", 5652 - "dev": true, 5653 - "license": "MIT" 5654 - }, 5655 2249 "node_modules/longest-streak": { 5656 2250 "version": "3.1.0", 5657 2251 "resolved": "https://registry.npmjs.org/longest-streak/-/longest-streak-3.1.0.tgz", ··· 5663 2257 } 5664 2258 }, 5665 2259 "node_modules/lru-cache": { 5666 - "version": "11.3.3", 5667 - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.3.3.tgz", 5668 - "integrity": "sha512-JvNw9Y81y33E+BEYPr0U7omo+U9AySnsMsEiXgwT6yqd31VQWTLNQqmT4ou5eqPFUrTfIDFta2wKhB1hyohtAQ==", 2260 + "version": "5.1.1", 2261 + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz", 2262 + "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==", 5669 2263 "dev": true, 5670 - "license": "BlueOak-1.0.0", 5671 - "engines": { 5672 - "node": "20 || >=22" 2264 + "license": "ISC", 2265 + "dependencies": { 2266 + "yallist": "^3.0.2" 5673 2267 } 5674 2268 }, 5675 2269 "node_modules/magic-string": { ··· 5680 2274 "license": "MIT", 5681 2275 "dependencies": { 5682 2276 "@jridgewell/sourcemap-codec": "^1.5.5" 5683 - } 5684 - }, 5685 - "node_modules/math-intrinsics": { 5686 - "version": "1.1.0", 5687 - "resolved": "https://registry.npmjs.org/math-intrinsics/-/math-intrinsics-1.1.0.tgz", 5688 - "integrity": "sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==", 5689 - "dev": true, 5690 - "license": "MIT", 5691 - "engines": { 5692 - "node": ">= 0.4" 5693 2277 } 5694 2278 }, 5695 2279 "node_modules/mdast-util-from-markdown": { ··· 6287 2871 ], 6288 2872 "license": "MIT" 6289 2873 }, 6290 - "node_modules/minimatch": { 6291 - "version": "10.2.5", 6292 - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.5.tgz", 6293 - "integrity": "sha512-MULkVLfKGYDFYejP07QOurDLLQpcjk7Fw+7jXS2R2czRQzR56yHRveU5NDJEOviH+hETZKSkIk5c+T23GjFUMg==", 6294 - "dev": true, 6295 - "license": "BlueOak-1.0.0", 6296 - "dependencies": { 6297 - "brace-expansion": "^5.0.5" 6298 - }, 6299 - "engines": { 6300 - "node": "18 || 20 || >=22" 6301 - }, 6302 - "funding": { 6303 - "url": "https://github.com/sponsors/isaacs" 6304 - } 6305 - }, 6306 - "node_modules/minipass": { 6307 - "version": "7.1.3", 6308 - "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.1.3.tgz", 6309 - "integrity": "sha512-tEBHqDnIoM/1rXME1zgka9g6Q2lcoCkxHLuc7ODJ5BxbP5d4c2Z5cGgtXAku59200Cx7diuHTOYfSBD8n6mm8A==", 6310 - "dev": true, 6311 - "license": "BlueOak-1.0.0", 6312 - "engines": { 6313 - "node": ">=16 || 14 >=14.17" 6314 - } 6315 - }, 6316 2874 "node_modules/ms": { 6317 2875 "version": "2.1.3", 6318 2876 "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", ··· 6320 2878 "license": "MIT" 6321 2879 }, 6322 2880 "node_modules/nanoid": { 6323 - "version": "3.3.11", 6324 - "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.11.tgz", 6325 - "integrity": "sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==", 6326 - "dev": true, 2881 + "version": "5.1.7", 2882 + "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-5.1.7.tgz", 2883 + "integrity": "sha512-ua3NDgISf6jdwezAheMOk4mbE1LXjm1DfMUDMuJf4AqxLFK3ccGpgWizwa5YV7Yz9EpXwEaWoRXSb/BnV0t5dQ==", 6327 2884 "funding": [ 6328 2885 { 6329 2886 "type": "github", ··· 6332 2889 ], 6333 2890 "license": "MIT", 6334 2891 "bin": { 6335 - "nanoid": "bin/nanoid.cjs" 2892 + "nanoid": "bin/nanoid.js" 6336 2893 }, 6337 2894 "engines": { 6338 - "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1" 2895 + "node": "^18 || >=20" 6339 2896 } 6340 2897 }, 6341 2898 "node_modules/node-releases": { ··· 6345 2902 "dev": true, 6346 2903 "license": "MIT" 6347 2904 }, 6348 - "node_modules/object-inspect": { 6349 - "version": "1.13.4", 6350 - "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.4.tgz", 6351 - "integrity": "sha512-W67iLl4J2EXEGTbfeHCffrjDfitvLANg0UlX3wFUUSTx92KXRFegMHUVgSqE+wvhAbi4WqjGg9czysTV2Epbew==", 6352 - "dev": true, 6353 - "license": "MIT", 6354 - "engines": { 6355 - "node": ">= 0.4" 6356 - }, 6357 - "funding": { 6358 - "url": "https://github.com/sponsors/ljharb" 6359 - } 6360 - }, 6361 - "node_modules/object-keys": { 6362 - "version": "1.1.1", 6363 - "resolved": "https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz", 6364 - "integrity": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==", 6365 - "dev": true, 6366 - "license": "MIT", 6367 - "engines": { 6368 - "node": ">= 0.4" 6369 - } 6370 - }, 6371 - "node_modules/object.assign": { 6372 - "version": "4.1.7", 6373 - "resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.7.tgz", 6374 - "integrity": "sha512-nK28WOo+QIjBkDduTINE4JkF/UJJKyf2EJxvJKfblDpyg0Q+pkOHNTL0Qwy6NP6FhE/EnzV73BxxqcJaXY9anw==", 6375 - "dev": true, 6376 - "license": "MIT", 6377 - "dependencies": { 6378 - "call-bind": "^1.0.8", 6379 - "call-bound": "^1.0.3", 6380 - "define-properties": "^1.2.1", 6381 - "es-object-atoms": "^1.0.0", 6382 - "has-symbols": "^1.1.0", 6383 - "object-keys": "^1.1.1" 6384 - }, 6385 - "engines": { 6386 - "node": ">= 0.4" 6387 - }, 6388 - "funding": { 6389 - "url": "https://github.com/sponsors/ljharb" 6390 - } 6391 - }, 6392 - "node_modules/own-keys": { 6393 - "version": "1.0.1", 6394 - "resolved": "https://registry.npmjs.org/own-keys/-/own-keys-1.0.1.tgz", 6395 - "integrity": "sha512-qFOyK5PjiWZd+QQIh+1jhdb9LpxTF0qs7Pm8o5QHYZ0M3vKqSqzsZaEB6oWlxZ+q2sJBMI/Ktgd2N5ZwQoRHfg==", 6396 - "dev": true, 6397 - "license": "MIT", 6398 - "dependencies": { 6399 - "get-intrinsic": "^1.2.6", 6400 - "object-keys": "^1.1.1", 6401 - "safe-push-apply": "^1.0.0" 6402 - }, 6403 - "engines": { 6404 - "node": ">= 0.4" 6405 - }, 6406 - "funding": { 6407 - "url": "https://github.com/sponsors/ljharb" 6408 - } 6409 - }, 6410 - "node_modules/package-json-from-dist": { 6411 - "version": "1.0.1", 6412 - "resolved": "https://registry.npmjs.org/package-json-from-dist/-/package-json-from-dist-1.0.1.tgz", 6413 - "integrity": "sha512-UEZIS3/by4OC8vL3P2dTXRETpebLI2NiI5vIrjaD/5UtrkFX/tNbwjTSRAGC/+7CAo2pIcBaRgWmcBBHcsaCIw==", 6414 - "dev": true, 6415 - "license": "BlueOak-1.0.0" 6416 - }, 6417 2905 "node_modules/parse-entities": { 6418 2906 "version": "4.0.2", 6419 2907 "resolved": "https://registry.npmjs.org/parse-entities/-/parse-entities-4.0.2.tgz", ··· 6439 2927 "integrity": "sha512-CmBKiL6NNo/OqgmMn95Fk9Whlp2mtvIv+KNpQKN2F4SjvrEesubTRWGYSg+BnWZOnlCaSTU1sMpsBOzgbYhnsA==", 6440 2928 "license": "MIT" 6441 2929 }, 6442 - "node_modules/path-key": { 6443 - "version": "3.1.1", 6444 - "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz", 6445 - "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==", 6446 - "dev": true, 6447 - "license": "MIT", 6448 - "engines": { 6449 - "node": ">=8" 6450 - } 6451 - }, 6452 - "node_modules/path-parse": { 6453 - "version": "1.0.7", 6454 - "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz", 6455 - "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==", 6456 - "dev": true, 6457 - "license": "MIT" 6458 - }, 6459 - "node_modules/path-scurry": { 6460 - "version": "2.0.2", 6461 - "resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-2.0.2.tgz", 6462 - "integrity": "sha512-3O/iVVsJAPsOnpwWIeD+d6z/7PmqApyQePUtCndjatj/9I5LylHvt5qluFaBT3I5h3r1ejfR056c+FCv+NnNXg==", 6463 - "dev": true, 6464 - "license": "BlueOak-1.0.0", 6465 - "dependencies": { 6466 - "lru-cache": "^11.0.0", 6467 - "minipass": "^7.1.2" 6468 - }, 6469 - "engines": { 6470 - "node": "18 || 20 || >=22" 6471 - }, 6472 - "funding": { 6473 - "url": "https://github.com/sponsors/isaacs" 6474 - } 6475 - }, 6476 2930 "node_modules/picocolors": { 6477 2931 "version": "1.1.1", 6478 2932 "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz", ··· 6492 2946 "url": "https://github.com/sponsors/jonschlinkert" 6493 2947 } 6494 2948 }, 6495 - "node_modules/possible-typed-array-names": { 6496 - "version": "1.1.0", 6497 - "resolved": "https://registry.npmjs.org/possible-typed-array-names/-/possible-typed-array-names-1.1.0.tgz", 6498 - "integrity": "sha512-/+5VFTchJDoVj3bhoqi6UeymcD00DAwb1nJwamzPvHEszJ4FpF6SNNbUbOS8yI56qHzdV8eK0qEfOSiodkTdxg==", 6499 - "dev": true, 6500 - "license": "MIT", 6501 - "engines": { 6502 - "node": ">= 0.4" 6503 - } 6504 - }, 6505 2949 "node_modules/postcss": { 6506 2950 "version": "8.5.9", 6507 2951 "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.9.tgz", ··· 6544 2988 "node": ">=4" 6545 2989 } 6546 2990 }, 2991 + "node_modules/postcss/node_modules/nanoid": { 2992 + "version": "3.3.11", 2993 + "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.11.tgz", 2994 + "integrity": "sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==", 2995 + "dev": true, 2996 + "funding": [ 2997 + { 2998 + "type": "github", 2999 + "url": "https://github.com/sponsors/ai" 3000 + } 3001 + ], 3002 + "license": "MIT", 3003 + "bin": { 3004 + "nanoid": "bin/nanoid.cjs" 3005 + }, 3006 + "engines": { 3007 + "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1" 3008 + } 3009 + }, 6547 3010 "node_modules/prettier": { 6548 - "version": "3.8.1", 6549 - "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.8.1.tgz", 6550 - "integrity": "sha512-UOnG6LftzbdaHZcKoPFtOcCKztrQ57WkHDeRD9t/PTQtmT0NHSeWWepj6pS0z/N7+08BHFDQVUrfmfMRcZwbMg==", 3011 + "version": "3.8.2", 3012 + "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.8.2.tgz", 3013 + "integrity": "sha512-8c3mgTe0ASwWAJK+78dpviD+A8EqhndQPUBpNUIPt6+xWlIigCwfN01lWr9MAede4uqXGTEKeQWTvzb3vjia0Q==", 6551 3014 "license": "MIT", 6552 3015 "bin": { 6553 3016 "prettier": "bin/prettier.cjs" ··· 6559 3022 "url": "https://github.com/prettier/prettier?sponsor=1" 6560 3023 } 6561 3024 }, 6562 - "node_modules/pretty-bytes": { 6563 - "version": "6.1.1", 6564 - "resolved": "https://registry.npmjs.org/pretty-bytes/-/pretty-bytes-6.1.1.tgz", 6565 - "integrity": "sha512-mQUvGU6aUFQ+rNvTIAcZuWGRT9a6f6Yrg9bHs4ImKF+HZCEK+plBvnAZYSIQztknZF2qnzNtr6F8s0+IuptdlQ==", 6566 - "dev": true, 6567 - "license": "MIT", 6568 - "engines": { 6569 - "node": "^14.13.1 || >=16.0.0" 6570 - }, 6571 - "funding": { 6572 - "url": "https://github.com/sponsors/sindresorhus" 6573 - } 6574 - }, 6575 3025 "node_modules/property-information": { 6576 3026 "version": "7.1.0", 6577 3027 "resolved": "https://registry.npmjs.org/property-information/-/property-information-7.1.0.tgz", ··· 6580 3030 "funding": { 6581 3031 "type": "github", 6582 3032 "url": "https://github.com/sponsors/wooorm" 6583 - } 6584 - }, 6585 - "node_modules/punycode": { 6586 - "version": "2.3.1", 6587 - "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz", 6588 - "integrity": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==", 6589 - "dev": true, 6590 - "license": "MIT", 6591 - "engines": { 6592 - "node": ">=6" 6593 - } 6594 - }, 6595 - "node_modules/randombytes": { 6596 - "version": "2.1.0", 6597 - "resolved": "https://registry.npmjs.org/randombytes/-/randombytes-2.1.0.tgz", 6598 - "integrity": "sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==", 6599 - "dev": true, 6600 - "license": "MIT", 6601 - "dependencies": { 6602 - "safe-buffer": "^5.1.0" 6603 3033 } 6604 3034 }, 6605 3035 "node_modules/react": { ··· 6651 3081 } 6652 3082 }, 6653 3083 "node_modules/react-refresh": { 6654 - "version": "0.17.0", 6655 - "resolved": "https://registry.npmjs.org/react-refresh/-/react-refresh-0.17.0.tgz", 6656 - "integrity": "sha512-z6F7K9bV85EfseRCp2bzrpyQ0Gkw1uLoCel9XBVWPg/TjRj94SkJzUTGfOa4bs7iJvBWtQG0Wq7wnI0syw3EBQ==", 3084 + "version": "0.18.0", 3085 + "resolved": "https://registry.npmjs.org/react-refresh/-/react-refresh-0.18.0.tgz", 3086 + "integrity": "sha512-QgT5//D3jfjJb6Gsjxv0Slpj23ip+HtOpnNgnb2S5zU3CB26G/IDPGoy4RJB42wzFE46DRsstbW6tKHoKbhAxw==", 6657 3087 "dev": true, 6658 3088 "license": "MIT", 6659 3089 "engines": { ··· 6698 3128 "react-dom": ">=18" 6699 3129 } 6700 3130 }, 6701 - "node_modules/reflect.getprototypeof": { 6702 - "version": "1.0.10", 6703 - "resolved": "https://registry.npmjs.org/reflect.getprototypeof/-/reflect.getprototypeof-1.0.10.tgz", 6704 - "integrity": "sha512-00o4I+DVrefhv+nX0ulyi3biSHCPDe+yLv5o/p6d/UVlirijB8E16FtfwSAi4g3tcqrQ4lRAqQSoFEZJehYEcw==", 6705 - "dev": true, 6706 - "license": "MIT", 6707 - "dependencies": { 6708 - "call-bind": "^1.0.8", 6709 - "define-properties": "^1.2.1", 6710 - "es-abstract": "^1.23.9", 6711 - "es-errors": "^1.3.0", 6712 - "es-object-atoms": "^1.0.0", 6713 - "get-intrinsic": "^1.2.7", 6714 - "get-proto": "^1.0.1", 6715 - "which-builtin-type": "^1.2.1" 6716 - }, 6717 - "engines": { 6718 - "node": ">= 0.4" 6719 - }, 6720 - "funding": { 6721 - "url": "https://github.com/sponsors/ljharb" 6722 - } 6723 - }, 6724 - "node_modules/regenerate": { 6725 - "version": "1.4.2", 6726 - "resolved": "https://registry.npmjs.org/regenerate/-/regenerate-1.4.2.tgz", 6727 - "integrity": "sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A==", 6728 - "dev": true, 6729 - "license": "MIT" 6730 - }, 6731 - "node_modules/regenerate-unicode-properties": { 6732 - "version": "10.2.2", 6733 - "resolved": "https://registry.npmjs.org/regenerate-unicode-properties/-/regenerate-unicode-properties-10.2.2.tgz", 6734 - "integrity": "sha512-m03P+zhBeQd1RGnYxrGyDAPpWX/epKirLrp8e3qevZdVkKtnCrjjWczIbYc8+xd6vcTStVlqfycTx1KR4LOr0g==", 6735 - "dev": true, 6736 - "license": "MIT", 6737 - "dependencies": { 6738 - "regenerate": "^1.4.2" 6739 - }, 6740 - "engines": { 6741 - "node": ">=4" 6742 - } 6743 - }, 6744 - "node_modules/regexp.prototype.flags": { 6745 - "version": "1.5.4", 6746 - "resolved": "https://registry.npmjs.org/regexp.prototype.flags/-/regexp.prototype.flags-1.5.4.tgz", 6747 - "integrity": "sha512-dYqgNSZbDwkaJ2ceRd9ojCGjBq+mOm9LmtXnAnEGyHhN/5R7iDW2TRw3h+o/jCFxus3P2LfWIIiwowAjANm7IA==", 6748 - "dev": true, 6749 - "license": "MIT", 6750 - "dependencies": { 6751 - "call-bind": "^1.0.8", 6752 - "define-properties": "^1.2.1", 6753 - "es-errors": "^1.3.0", 6754 - "get-proto": "^1.0.1", 6755 - "gopd": "^1.2.0", 6756 - "set-function-name": "^2.0.2" 6757 - }, 6758 - "engines": { 6759 - "node": ">= 0.4" 6760 - }, 6761 - "funding": { 6762 - "url": "https://github.com/sponsors/ljharb" 6763 - } 6764 - }, 6765 - "node_modules/regexpu-core": { 6766 - "version": "6.4.0", 6767 - "resolved": "https://registry.npmjs.org/regexpu-core/-/regexpu-core-6.4.0.tgz", 6768 - "integrity": "sha512-0ghuzq67LI9bLXpOX/ISfve/Mq33a4aFRzoQYhnnok1JOFpmE/A2TBGkNVenOGEeSBCjIiWcc6MVOG5HEQv0sA==", 6769 - "dev": true, 6770 - "license": "MIT", 6771 - "dependencies": { 6772 - "regenerate": "^1.4.2", 6773 - "regenerate-unicode-properties": "^10.2.2", 6774 - "regjsgen": "^0.8.0", 6775 - "regjsparser": "^0.13.0", 6776 - "unicode-match-property-ecmascript": "^2.0.0", 6777 - "unicode-match-property-value-ecmascript": "^2.2.1" 6778 - }, 6779 - "engines": { 6780 - "node": ">=4" 6781 - } 6782 - }, 6783 - "node_modules/regjsgen": { 6784 - "version": "0.8.0", 6785 - "resolved": "https://registry.npmjs.org/regjsgen/-/regjsgen-0.8.0.tgz", 6786 - "integrity": "sha512-RvwtGe3d7LvWiDQXeQw8p5asZUmfU1G/l6WbUXeHta7Y2PEIvBTwH6E2EfmYUK8pxcxEdEmaomqyp0vZZ7C+3Q==", 6787 - "dev": true, 6788 - "license": "MIT" 6789 - }, 6790 - "node_modules/regjsparser": { 6791 - "version": "0.13.1", 6792 - "resolved": "https://registry.npmjs.org/regjsparser/-/regjsparser-0.13.1.tgz", 6793 - "integrity": "sha512-dLsljMd9sqwRkby8zhO1gSg3PnJIBFid8f4CQj/sXx+7cKx+E7u0PKhZ+U4wmhx7EfmtvnA318oVaIkAB1lRJw==", 6794 - "dev": true, 6795 - "license": "BSD-2-Clause", 6796 - "dependencies": { 6797 - "jsesc": "~3.1.0" 6798 - }, 6799 - "bin": { 6800 - "regjsparser": "bin/parser" 6801 - } 6802 - }, 6803 3131 "node_modules/remark-parse": { 6804 3132 "version": "11.0.0", 6805 3133 "resolved": "https://registry.npmjs.org/remark-parse/-/remark-parse-11.0.0.tgz", ··· 6833 3161 "url": "https://opencollective.com/unified" 6834 3162 } 6835 3163 }, 6836 - "node_modules/require-from-string": { 6837 - "version": "2.0.2", 6838 - "resolved": "https://registry.npmjs.org/require-from-string/-/require-from-string-2.0.2.tgz", 6839 - "integrity": "sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==", 6840 - "dev": true, 6841 - "license": "MIT", 6842 - "engines": { 6843 - "node": ">=0.10.0" 6844 - } 6845 - }, 6846 - "node_modules/resolve": { 6847 - "version": "1.22.11", 6848 - "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.11.tgz", 6849 - "integrity": "sha512-RfqAvLnMl313r7c9oclB1HhUEAezcpLjz95wFH4LVuhk9JF/r22qmVP9AMmOU4vMX7Q8pN8jwNg/CSpdFnMjTQ==", 3164 + "node_modules/rolldown": { 3165 + "version": "1.0.0-rc.15", 3166 + "resolved": "https://registry.npmjs.org/rolldown/-/rolldown-1.0.0-rc.15.tgz", 3167 + "integrity": "sha512-Ff31guA5zT6WjnGp0SXw76X6hzGRk/OQq2hE+1lcDe+lJdHSgnSX6nK3erbONHyCbpSj9a9E+uX/OvytZoWp2g==", 6850 3168 "dev": true, 6851 3169 "license": "MIT", 6852 3170 "dependencies": { 6853 - "is-core-module": "^2.16.1", 6854 - "path-parse": "^1.0.7", 6855 - "supports-preserve-symlinks-flag": "^1.0.0" 3171 + "@oxc-project/types": "=0.124.0", 3172 + "@rolldown/pluginutils": "1.0.0-rc.15" 6856 3173 }, 6857 3174 "bin": { 6858 - "resolve": "bin/resolve" 3175 + "rolldown": "bin/cli.mjs" 6859 3176 }, 6860 3177 "engines": { 6861 - "node": ">= 0.4" 6862 - }, 6863 - "funding": { 6864 - "url": "https://github.com/sponsors/ljharb" 6865 - } 6866 - }, 6867 - "node_modules/rollup": { 6868 - "version": "4.60.1", 6869 - "resolved": "https://registry.npmjs.org/rollup/-/rollup-4.60.1.tgz", 6870 - "integrity": "sha512-VmtB2rFU/GroZ4oL8+ZqXgSA38O6GR8KSIvWmEFv63pQ0G6KaBH9s07PO8XTXP4vI+3UJUEypOfjkGfmSBBR0w==", 6871 - "dev": true, 6872 - "license": "MIT", 6873 - "dependencies": { 6874 - "@types/estree": "1.0.8" 6875 - }, 6876 - "bin": { 6877 - "rollup": "dist/bin/rollup" 6878 - }, 6879 - "engines": { 6880 - "node": ">=18.0.0", 6881 - "npm": ">=8.0.0" 3178 + "node": "^20.19.0 || >=22.12.0" 6882 3179 }, 6883 3180 "optionalDependencies": { 6884 - "@rollup/rollup-android-arm-eabi": "4.60.1", 6885 - "@rollup/rollup-android-arm64": "4.60.1", 6886 - "@rollup/rollup-darwin-arm64": "4.60.1", 6887 - "@rollup/rollup-darwin-x64": "4.60.1", 6888 - "@rollup/rollup-freebsd-arm64": "4.60.1", 6889 - "@rollup/rollup-freebsd-x64": "4.60.1", 6890 - "@rollup/rollup-linux-arm-gnueabihf": "4.60.1", 6891 - "@rollup/rollup-linux-arm-musleabihf": "4.60.1", 6892 - "@rollup/rollup-linux-arm64-gnu": "4.60.1", 6893 - "@rollup/rollup-linux-arm64-musl": "4.60.1", 6894 - "@rollup/rollup-linux-loong64-gnu": "4.60.1", 6895 - "@rollup/rollup-linux-loong64-musl": "4.60.1", 6896 - "@rollup/rollup-linux-ppc64-gnu": "4.60.1", 6897 - "@rollup/rollup-linux-ppc64-musl": "4.60.1", 6898 - "@rollup/rollup-linux-riscv64-gnu": "4.60.1", 6899 - "@rollup/rollup-linux-riscv64-musl": "4.60.1", 6900 - "@rollup/rollup-linux-s390x-gnu": "4.60.1", 6901 - "@rollup/rollup-linux-x64-gnu": "4.60.1", 6902 - "@rollup/rollup-linux-x64-musl": "4.60.1", 6903 - "@rollup/rollup-openbsd-x64": "4.60.1", 6904 - "@rollup/rollup-openharmony-arm64": "4.60.1", 6905 - "@rollup/rollup-win32-arm64-msvc": "4.60.1", 6906 - "@rollup/rollup-win32-ia32-msvc": "4.60.1", 6907 - "@rollup/rollup-win32-x64-gnu": "4.60.1", 6908 - "@rollup/rollup-win32-x64-msvc": "4.60.1", 6909 - "fsevents": "~2.3.2" 3181 + "@rolldown/binding-android-arm64": "1.0.0-rc.15", 3182 + "@rolldown/binding-darwin-arm64": "1.0.0-rc.15", 3183 + "@rolldown/binding-darwin-x64": "1.0.0-rc.15", 3184 + "@rolldown/binding-freebsd-x64": "1.0.0-rc.15", 3185 + "@rolldown/binding-linux-arm-gnueabihf": "1.0.0-rc.15", 3186 + "@rolldown/binding-linux-arm64-gnu": "1.0.0-rc.15", 3187 + "@rolldown/binding-linux-arm64-musl": "1.0.0-rc.15", 3188 + "@rolldown/binding-linux-ppc64-gnu": "1.0.0-rc.15", 3189 + "@rolldown/binding-linux-s390x-gnu": "1.0.0-rc.15", 3190 + "@rolldown/binding-linux-x64-gnu": "1.0.0-rc.15", 3191 + "@rolldown/binding-linux-x64-musl": "1.0.0-rc.15", 3192 + "@rolldown/binding-openharmony-arm64": "1.0.0-rc.15", 3193 + "@rolldown/binding-wasm32-wasi": "1.0.0-rc.15", 3194 + "@rolldown/binding-win32-arm64-msvc": "1.0.0-rc.15", 3195 + "@rolldown/binding-win32-x64-msvc": "1.0.0-rc.15" 6910 3196 } 6911 3197 }, 6912 - "node_modules/safe-array-concat": { 6913 - "version": "1.1.3", 6914 - "resolved": "https://registry.npmjs.org/safe-array-concat/-/safe-array-concat-1.1.3.tgz", 6915 - "integrity": "sha512-AURm5f0jYEOydBj7VQlVvDrjeFgthDdEF5H1dP+6mNpoXOMo1quQqJ4wvJDyRZ9+pO3kGWoOdmV08cSv2aJV6Q==", 6916 - "dev": true, 6917 - "license": "MIT", 6918 - "dependencies": { 6919 - "call-bind": "^1.0.8", 6920 - "call-bound": "^1.0.2", 6921 - "get-intrinsic": "^1.2.6", 6922 - "has-symbols": "^1.1.0", 6923 - "isarray": "^2.0.5" 6924 - }, 6925 - "engines": { 6926 - "node": ">=0.4" 6927 - }, 6928 - "funding": { 6929 - "url": "https://github.com/sponsors/ljharb" 6930 - } 6931 - }, 6932 - "node_modules/safe-buffer": { 6933 - "version": "5.2.1", 6934 - "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz", 6935 - "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==", 3198 + "node_modules/rolldown/node_modules/@rolldown/pluginutils": { 3199 + "version": "1.0.0-rc.15", 3200 + "resolved": "https://registry.npmjs.org/@rolldown/pluginutils/-/pluginutils-1.0.0-rc.15.tgz", 3201 + "integrity": "sha512-UromN0peaE53IaBRe9W7CjrZgXl90fqGpK+mIZbA3qSTeYqg3pqpROBdIPvOG3F5ereDHNwoHBI2e50n1BDr1g==", 6936 3202 "dev": true, 6937 - "funding": [ 6938 - { 6939 - "type": "github", 6940 - "url": "https://github.com/sponsors/feross" 6941 - }, 6942 - { 6943 - "type": "patreon", 6944 - "url": "https://www.patreon.com/feross" 6945 - }, 6946 - { 6947 - "type": "consulting", 6948 - "url": "https://feross.org/support" 6949 - } 6950 - ], 6951 3203 "license": "MIT" 6952 3204 }, 6953 - "node_modules/safe-push-apply": { 6954 - "version": "1.0.0", 6955 - "resolved": "https://registry.npmjs.org/safe-push-apply/-/safe-push-apply-1.0.0.tgz", 6956 - "integrity": "sha512-iKE9w/Z7xCzUMIZqdBsp6pEQvwuEebH4vdpjcDWnyzaI6yl6O9FHvVpmGelvEHNsoY6wGblkxR6Zty/h00WiSA==", 6957 - "dev": true, 6958 - "license": "MIT", 6959 - "dependencies": { 6960 - "es-errors": "^1.3.0", 6961 - "isarray": "^2.0.5" 6962 - }, 6963 - "engines": { 6964 - "node": ">= 0.4" 6965 - }, 6966 - "funding": { 6967 - "url": "https://github.com/sponsors/ljharb" 6968 - } 6969 - }, 6970 - "node_modules/safe-regex-test": { 6971 - "version": "1.1.0", 6972 - "resolved": "https://registry.npmjs.org/safe-regex-test/-/safe-regex-test-1.1.0.tgz", 6973 - "integrity": "sha512-x/+Cz4YrimQxQccJf5mKEbIa1NzeCRNI5Ecl/ekmlYaampdNLPalVyIcCZNNH3MvmqBugV5TMYZXv0ljslUlaw==", 6974 - "dev": true, 6975 - "license": "MIT", 6976 - "dependencies": { 6977 - "call-bound": "^1.0.2", 6978 - "es-errors": "^1.3.0", 6979 - "is-regex": "^1.2.1" 6980 - }, 6981 - "engines": { 6982 - "node": ">= 0.4" 6983 - }, 6984 - "funding": { 6985 - "url": "https://github.com/sponsors/ljharb" 6986 - } 6987 - }, 6988 3205 "node_modules/scheduler": { 6989 3206 "version": "0.27.0", 6990 3207 "resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.27.0.tgz", ··· 7001 3218 "semver": "bin/semver.js" 7002 3219 } 7003 3220 }, 7004 - "node_modules/serialize-javascript": { 7005 - "version": "6.0.2", 7006 - "resolved": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-6.0.2.tgz", 7007 - "integrity": "sha512-Saa1xPByTTq2gdeFZYLLo+RFE35NHZkAbqZeWNd3BpzppeVisAqpDjcp8dyf6uIvEqJRd46jemmyA4iFIeVk8g==", 7008 - "dev": true, 7009 - "license": "BSD-3-Clause", 7010 - "dependencies": { 7011 - "randombytes": "^2.1.0" 7012 - } 7013 - }, 7014 3221 "node_modules/set-cookie-parser": { 7015 3222 "version": "2.7.2", 7016 3223 "resolved": "https://registry.npmjs.org/set-cookie-parser/-/set-cookie-parser-2.7.2.tgz", 7017 3224 "integrity": "sha512-oeM1lpU/UvhTxw+g3cIfxXHyJRc/uidd3yK1P242gzHds0udQBYzs3y8j4gCCW+ZJ7ad0yctld8RYO+bdurlvw==", 7018 3225 "license": "MIT" 7019 3226 }, 7020 - "node_modules/set-function-length": { 7021 - "version": "1.2.2", 7022 - "resolved": "https://registry.npmjs.org/set-function-length/-/set-function-length-1.2.2.tgz", 7023 - "integrity": "sha512-pgRc4hJ4/sNjWCSS9AmnS40x3bNMDTknHgL5UaMBTMyJnU90EgWh1Rz+MC9eFu4BuN/UwZjKQuY/1v3rM7HMfg==", 7024 - "dev": true, 7025 - "license": "MIT", 7026 - "dependencies": { 7027 - "define-data-property": "^1.1.4", 7028 - "es-errors": "^1.3.0", 7029 - "function-bind": "^1.1.2", 7030 - "get-intrinsic": "^1.2.4", 7031 - "gopd": "^1.0.1", 7032 - "has-property-descriptors": "^1.0.2" 7033 - }, 7034 - "engines": { 7035 - "node": ">= 0.4" 7036 - } 7037 - }, 7038 - "node_modules/set-function-name": { 7039 - "version": "2.0.2", 7040 - "resolved": "https://registry.npmjs.org/set-function-name/-/set-function-name-2.0.2.tgz", 7041 - "integrity": "sha512-7PGFlmtwsEADb0WYyvCMa1t+yke6daIG4Wirafur5kcf+MhUnPms1UeR0CKQdTZD81yESwMHbtn+TR+dMviakQ==", 7042 - "dev": true, 7043 - "license": "MIT", 7044 - "dependencies": { 7045 - "define-data-property": "^1.1.4", 7046 - "es-errors": "^1.3.0", 7047 - "functions-have-names": "^1.2.3", 7048 - "has-property-descriptors": "^1.0.2" 7049 - }, 7050 - "engines": { 7051 - "node": ">= 0.4" 7052 - } 7053 - }, 7054 - "node_modules/set-proto": { 7055 - "version": "1.0.0", 7056 - "resolved": "https://registry.npmjs.org/set-proto/-/set-proto-1.0.0.tgz", 7057 - "integrity": "sha512-RJRdvCo6IAnPdsvP/7m6bsQqNnn1FCBX5ZNtFL98MmFF/4xAIJTIg1YbHW5DC2W5SKZanrC6i4HsJqlajw/dZw==", 7058 - "dev": true, 7059 - "license": "MIT", 7060 - "dependencies": { 7061 - "dunder-proto": "^1.0.1", 7062 - "es-errors": "^1.3.0", 7063 - "es-object-atoms": "^1.0.0" 7064 - }, 7065 - "engines": { 7066 - "node": ">= 0.4" 7067 - } 7068 - }, 7069 - "node_modules/shebang-command": { 7070 - "version": "2.0.0", 7071 - "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz", 7072 - "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==", 7073 - "dev": true, 7074 - "license": "MIT", 7075 - "dependencies": { 7076 - "shebang-regex": "^3.0.0" 7077 - }, 7078 - "engines": { 7079 - "node": ">=8" 7080 - } 7081 - }, 7082 - "node_modules/shebang-regex": { 7083 - "version": "3.0.0", 7084 - "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz", 7085 - "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==", 7086 - "dev": true, 7087 - "license": "MIT", 7088 - "engines": { 7089 - "node": ">=8" 7090 - } 7091 - }, 7092 - "node_modules/side-channel": { 7093 - "version": "1.1.0", 7094 - "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.1.0.tgz", 7095 - "integrity": "sha512-ZX99e6tRweoUXqR+VBrslhda51Nh5MTQwou5tnUDgbtyM0dBgmhEDtWGP/xbKn6hqfPRHujUNwz5fy/wbbhnpw==", 7096 - "dev": true, 7097 - "license": "MIT", 7098 - "dependencies": { 7099 - "es-errors": "^1.3.0", 7100 - "object-inspect": "^1.13.3", 7101 - "side-channel-list": "^1.0.0", 7102 - "side-channel-map": "^1.0.1", 7103 - "side-channel-weakmap": "^1.0.2" 7104 - }, 7105 - "engines": { 7106 - "node": ">= 0.4" 7107 - }, 7108 - "funding": { 7109 - "url": "https://github.com/sponsors/ljharb" 7110 - } 7111 - }, 7112 - "node_modules/side-channel-list": { 7113 - "version": "1.0.1", 7114 - "resolved": "https://registry.npmjs.org/side-channel-list/-/side-channel-list-1.0.1.tgz", 7115 - "integrity": "sha512-mjn/0bi/oUURjc5Xl7IaWi/OJJJumuoJFQJfDDyO46+hBWsfaVM65TBHq2eoZBhzl9EchxOijpkbRC8SVBQU0w==", 7116 - "dev": true, 7117 - "license": "MIT", 7118 - "dependencies": { 7119 - "es-errors": "^1.3.0", 7120 - "object-inspect": "^1.13.4" 7121 - }, 7122 - "engines": { 7123 - "node": ">= 0.4" 7124 - }, 7125 - "funding": { 7126 - "url": "https://github.com/sponsors/ljharb" 7127 - } 7128 - }, 7129 - "node_modules/side-channel-map": { 7130 - "version": "1.0.1", 7131 - "resolved": "https://registry.npmjs.org/side-channel-map/-/side-channel-map-1.0.1.tgz", 7132 - "integrity": "sha512-VCjCNfgMsby3tTdo02nbjtM/ewra6jPHmpThenkTYh8pG9ucZ/1P8So4u4FGBek/BjpOVsDCMoLA/iuBKIFXRA==", 7133 - "dev": true, 7134 - "license": "MIT", 7135 - "dependencies": { 7136 - "call-bound": "^1.0.2", 7137 - "es-errors": "^1.3.0", 7138 - "get-intrinsic": "^1.2.5", 7139 - "object-inspect": "^1.13.3" 7140 - }, 7141 - "engines": { 7142 - "node": ">= 0.4" 7143 - }, 7144 - "funding": { 7145 - "url": "https://github.com/sponsors/ljharb" 7146 - } 7147 - }, 7148 - "node_modules/side-channel-weakmap": { 7149 - "version": "1.0.2", 7150 - "resolved": "https://registry.npmjs.org/side-channel-weakmap/-/side-channel-weakmap-1.0.2.tgz", 7151 - "integrity": "sha512-WPS/HvHQTYnHisLo9McqBHOJk2FkHO/tlpvldyrnem4aeQp4hai3gythswg6p01oSoTl58rcpiFAjF2br2Ak2A==", 7152 - "dev": true, 7153 - "license": "MIT", 7154 - "dependencies": { 7155 - "call-bound": "^1.0.2", 7156 - "es-errors": "^1.3.0", 7157 - "get-intrinsic": "^1.2.5", 7158 - "object-inspect": "^1.13.3", 7159 - "side-channel-map": "^1.0.1" 7160 - }, 7161 - "engines": { 7162 - "node": ">= 0.4" 7163 - }, 7164 - "funding": { 7165 - "url": "https://github.com/sponsors/ljharb" 7166 - } 7167 - }, 7168 - "node_modules/signal-exit": { 7169 - "version": "4.1.0", 7170 - "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz", 7171 - "integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==", 7172 - "dev": true, 7173 - "license": "ISC", 7174 - "engines": { 7175 - "node": ">=14" 7176 - }, 7177 - "funding": { 7178 - "url": "https://github.com/sponsors/isaacs" 7179 - } 7180 - }, 7181 - "node_modules/smob": { 7182 - "version": "1.6.1", 7183 - "resolved": "https://registry.npmjs.org/smob/-/smob-1.6.1.tgz", 7184 - "integrity": "sha512-KAkBqZl3c2GvNgNhcoyJae1aKldDW0LO279wF9bk1PnluRTETKBq0WyzRXxEhoQLk56yHaOY4JCBEKDuJIET5g==", 7185 - "dev": true, 7186 - "license": "MIT", 7187 - "engines": { 7188 - "node": ">=20.0.0" 7189 - } 7190 - }, 7191 - "node_modules/source-map": { 7192 - "version": "0.8.0-beta.0", 7193 - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.8.0-beta.0.tgz", 7194 - "integrity": "sha512-2ymg6oRBpebeZi9UUNsgQ89bhx01TcTkmNTGnNO88imTmbSgy4nfujrgVEFKWpMTEGA11EDkTt7mqObTPdigIA==", 7195 - "deprecated": "The work that was done in this beta branch won't be included in future versions", 7196 - "dev": true, 7197 - "license": "BSD-3-Clause", 7198 - "dependencies": { 7199 - "whatwg-url": "^7.0.0" 7200 - }, 7201 - "engines": { 7202 - "node": ">= 8" 7203 - } 7204 - }, 7205 3227 "node_modules/source-map-js": { 7206 3228 "version": "1.2.1", 7207 3229 "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz", ··· 7212 3234 "node": ">=0.10.0" 7213 3235 } 7214 3236 }, 7215 - "node_modules/source-map-support": { 7216 - "version": "0.5.21", 7217 - "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.21.tgz", 7218 - "integrity": "sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==", 7219 - "dev": true, 7220 - "license": "MIT", 7221 - "dependencies": { 7222 - "buffer-from": "^1.0.0", 7223 - "source-map": "^0.6.0" 7224 - } 7225 - }, 7226 - "node_modules/source-map-support/node_modules/source-map": { 7227 - "version": "0.6.1", 7228 - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", 7229 - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", 7230 - "dev": true, 7231 - "license": "BSD-3-Clause", 7232 - "engines": { 7233 - "node": ">=0.10.0" 7234 - } 7235 - }, 7236 - "node_modules/sourcemap-codec": { 7237 - "version": "1.4.8", 7238 - "resolved": "https://registry.npmjs.org/sourcemap-codec/-/sourcemap-codec-1.4.8.tgz", 7239 - "integrity": "sha512-9NykojV5Uih4lgo5So5dtw+f0JgJX30KCNI8gwhz2J9A15wD0Ml6tjHKwf6fTSa6fAdVBdZeNOs9eJ71qCk8vA==", 7240 - "deprecated": "Please use @jridgewell/sourcemap-codec instead", 7241 - "dev": true, 7242 - "license": "MIT" 7243 - }, 7244 3237 "node_modules/space-separated-tokens": { 7245 3238 "version": "2.0.2", 7246 3239 "resolved": "https://registry.npmjs.org/space-separated-tokens/-/space-separated-tokens-2.0.2.tgz", ··· 7251 3244 "url": "https://github.com/sponsors/wooorm" 7252 3245 } 7253 3246 }, 7254 - "node_modules/stop-iteration-iterator": { 7255 - "version": "1.1.0", 7256 - "resolved": "https://registry.npmjs.org/stop-iteration-iterator/-/stop-iteration-iterator-1.1.0.tgz", 7257 - "integrity": "sha512-eLoXW/DHyl62zxY4SCaIgnRhuMr6ri4juEYARS8E6sCEqzKpOiE521Ucofdx+KnDZl5xmvGYaaKCk5FEOxJCoQ==", 7258 - "dev": true, 7259 - "license": "MIT", 7260 - "dependencies": { 7261 - "es-errors": "^1.3.0", 7262 - "internal-slot": "^1.1.0" 7263 - }, 7264 - "engines": { 7265 - "node": ">= 0.4" 7266 - } 7267 - }, 7268 - "node_modules/string.prototype.matchall": { 7269 - "version": "4.0.12", 7270 - "resolved": "https://registry.npmjs.org/string.prototype.matchall/-/string.prototype.matchall-4.0.12.tgz", 7271 - "integrity": "sha512-6CC9uyBL+/48dYizRf7H7VAYCMCNTBeM78x/VTUe9bFEaxBepPJDa1Ow99LqI/1yF7kuy7Q3cQsYMrcjGUcskA==", 7272 - "dev": true, 7273 - "license": "MIT", 7274 - "dependencies": { 7275 - "call-bind": "^1.0.8", 7276 - "call-bound": "^1.0.3", 7277 - "define-properties": "^1.2.1", 7278 - "es-abstract": "^1.23.6", 7279 - "es-errors": "^1.3.0", 7280 - "es-object-atoms": "^1.0.0", 7281 - "get-intrinsic": "^1.2.6", 7282 - "gopd": "^1.2.0", 7283 - "has-symbols": "^1.1.0", 7284 - "internal-slot": "^1.1.0", 7285 - "regexp.prototype.flags": "^1.5.3", 7286 - "set-function-name": "^2.0.2", 7287 - "side-channel": "^1.1.0" 7288 - }, 7289 - "engines": { 7290 - "node": ">= 0.4" 7291 - }, 7292 - "funding": { 7293 - "url": "https://github.com/sponsors/ljharb" 7294 - } 7295 - }, 7296 - "node_modules/string.prototype.trim": { 7297 - "version": "1.2.10", 7298 - "resolved": "https://registry.npmjs.org/string.prototype.trim/-/string.prototype.trim-1.2.10.tgz", 7299 - "integrity": "sha512-Rs66F0P/1kedk5lyYyH9uBzuiI/kNRmwJAR9quK6VOtIpZ2G+hMZd+HQbbv25MgCA6gEffoMZYxlTod4WcdrKA==", 7300 - "dev": true, 7301 - "license": "MIT", 7302 - "dependencies": { 7303 - "call-bind": "^1.0.8", 7304 - "call-bound": "^1.0.2", 7305 - "define-data-property": "^1.1.4", 7306 - "define-properties": "^1.2.1", 7307 - "es-abstract": "^1.23.5", 7308 - "es-object-atoms": "^1.0.0", 7309 - "has-property-descriptors": "^1.0.2" 7310 - }, 7311 - "engines": { 7312 - "node": ">= 0.4" 7313 - }, 7314 - "funding": { 7315 - "url": "https://github.com/sponsors/ljharb" 7316 - } 7317 - }, 7318 - "node_modules/string.prototype.trimend": { 7319 - "version": "1.0.9", 7320 - "resolved": "https://registry.npmjs.org/string.prototype.trimend/-/string.prototype.trimend-1.0.9.tgz", 7321 - "integrity": "sha512-G7Ok5C6E/j4SGfyLCloXTrngQIQU3PWtXGst3yM7Bea9FRURf1S42ZHlZZtsNque2FN2PoUhfZXYLNWwEr4dLQ==", 7322 - "dev": true, 7323 - "license": "MIT", 7324 - "dependencies": { 7325 - "call-bind": "^1.0.8", 7326 - "call-bound": "^1.0.2", 7327 - "define-properties": "^1.2.1", 7328 - "es-object-atoms": "^1.0.0" 7329 - }, 7330 - "engines": { 7331 - "node": ">= 0.4" 7332 - }, 7333 - "funding": { 7334 - "url": "https://github.com/sponsors/ljharb" 7335 - } 7336 - }, 7337 - "node_modules/string.prototype.trimstart": { 7338 - "version": "1.0.8", 7339 - "resolved": "https://registry.npmjs.org/string.prototype.trimstart/-/string.prototype.trimstart-1.0.8.tgz", 7340 - "integrity": "sha512-UXSH262CSZY1tfu3G3Secr6uGLCFVPMhIqHjlgCUtCCcgihYc/xKs9djMTMUOb2j1mVSeU8EU6NWc/iQKU6Gfg==", 7341 - "dev": true, 7342 - "license": "MIT", 7343 - "dependencies": { 7344 - "call-bind": "^1.0.7", 7345 - "define-properties": "^1.2.1", 7346 - "es-object-atoms": "^1.0.0" 7347 - }, 7348 - "engines": { 7349 - "node": ">= 0.4" 7350 - }, 7351 - "funding": { 7352 - "url": "https://github.com/sponsors/ljharb" 7353 - } 7354 - }, 7355 3247 "node_modules/stringify-entities": { 7356 3248 "version": "4.0.4", 7357 3249 "resolved": "https://registry.npmjs.org/stringify-entities/-/stringify-entities-4.0.4.tgz", ··· 7366 3258 "url": "https://github.com/sponsors/wooorm" 7367 3259 } 7368 3260 }, 7369 - "node_modules/stringify-object": { 7370 - "version": "3.3.0", 7371 - "resolved": "https://registry.npmjs.org/stringify-object/-/stringify-object-3.3.0.tgz", 7372 - "integrity": "sha512-rHqiFh1elqCQ9WPLIC8I0Q/g/wj5J1eMkyoiD6eoQApWHP0FtlK7rqnhmabL5VUY9JQCcqwwvlOaSuutekgyrw==", 7373 - "dev": true, 7374 - "license": "BSD-2-Clause", 7375 - "dependencies": { 7376 - "get-own-enumerable-property-symbols": "^3.0.0", 7377 - "is-obj": "^1.0.1", 7378 - "is-regexp": "^1.0.0" 7379 - }, 7380 - "engines": { 7381 - "node": ">=4" 7382 - } 7383 - }, 7384 - "node_modules/strip-comments": { 7385 - "version": "2.0.1", 7386 - "resolved": "https://registry.npmjs.org/strip-comments/-/strip-comments-2.0.1.tgz", 7387 - "integrity": "sha512-ZprKx+bBLXv067WTCALv8SSz5l2+XhpYCsVtSqlMnkAXMWDq+/ekVbl1ghqP9rUHTzv6sm/DwCOiYutU/yp1fw==", 7388 - "dev": true, 7389 - "license": "MIT", 7390 - "engines": { 7391 - "node": ">=10" 7392 - } 7393 - }, 7394 3261 "node_modules/style-to-js": { 7395 3262 "version": "1.1.21", 7396 3263 "resolved": "https://registry.npmjs.org/style-to-js/-/style-to-js-1.1.21.tgz", ··· 7409 3276 "inline-style-parser": "0.2.7" 7410 3277 } 7411 3278 }, 7412 - "node_modules/supports-preserve-symlinks-flag": { 7413 - "version": "1.0.0", 7414 - "resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz", 7415 - "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==", 7416 - "dev": true, 7417 - "license": "MIT", 7418 - "engines": { 7419 - "node": ">= 0.4" 7420 - }, 7421 - "funding": { 7422 - "url": "https://github.com/sponsors/ljharb" 7423 - } 7424 - }, 7425 3279 "node_modules/tailwindcss": { 7426 3280 "version": "4.2.2", 7427 3281 "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.2.2.tgz", ··· 7442 3296 "url": "https://opencollective.com/webpack" 7443 3297 } 7444 3298 }, 7445 - "node_modules/temp-dir": { 7446 - "version": "2.0.0", 7447 - "resolved": "https://registry.npmjs.org/temp-dir/-/temp-dir-2.0.0.tgz", 7448 - "integrity": "sha512-aoBAniQmmwtcKp/7BzsH8Cxzv8OL736p7v1ihGb5e9DJ9kTwGWHrQrVB5+lfVDzfGrdRzXch+ig7LHaY1JTOrg==", 7449 - "dev": true, 7450 - "license": "MIT", 7451 - "engines": { 7452 - "node": ">=8" 7453 - } 7454 - }, 7455 - "node_modules/tempy": { 7456 - "version": "0.6.0", 7457 - "resolved": "https://registry.npmjs.org/tempy/-/tempy-0.6.0.tgz", 7458 - "integrity": "sha512-G13vtMYPT/J8A4X2SjdtBTphZlrp1gKv6hZiOjw14RCWg6GbHuQBGtjlx75xLbYV/wEc0D7G5K4rxKP/cXk8Bw==", 7459 - "dev": true, 7460 - "license": "MIT", 7461 - "dependencies": { 7462 - "is-stream": "^2.0.0", 7463 - "temp-dir": "^2.0.0", 7464 - "type-fest": "^0.16.0", 7465 - "unique-string": "^2.0.0" 7466 - }, 7467 - "engines": { 7468 - "node": ">=10" 7469 - }, 7470 - "funding": { 7471 - "url": "https://github.com/sponsors/sindresorhus" 7472 - } 7473 - }, 7474 - "node_modules/terser": { 7475 - "version": "5.46.1", 7476 - "resolved": "https://registry.npmjs.org/terser/-/terser-5.46.1.tgz", 7477 - "integrity": "sha512-vzCjQO/rgUuK9sf8VJZvjqiqiHFaZLnOiimmUuOKODxWL8mm/xua7viT7aqX7dgPY60otQjUotzFMmCB4VdmqQ==", 7478 - "dev": true, 7479 - "license": "BSD-2-Clause", 7480 - "dependencies": { 7481 - "@jridgewell/source-map": "^0.3.3", 7482 - "acorn": "^8.15.0", 7483 - "commander": "^2.20.0", 7484 - "source-map-support": "~0.5.20" 7485 - }, 7486 - "bin": { 7487 - "terser": "bin/terser" 7488 - }, 7489 - "engines": { 7490 - "node": ">=10" 7491 - } 7492 - }, 7493 3299 "node_modules/tinyglobby": { 7494 3300 "version": "0.2.16", 7495 3301 "resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.16.tgz", ··· 7507 3313 "url": "https://github.com/sponsors/SuperchupuDev" 7508 3314 } 7509 3315 }, 7510 - "node_modules/tr46": { 7511 - "version": "1.0.1", 7512 - "resolved": "https://registry.npmjs.org/tr46/-/tr46-1.0.1.tgz", 7513 - "integrity": "sha512-dTpowEjclQ7Kgx5SdBkqRzVhERQXov8/l9Ft9dVM9fmg0W0KQSVaXX9T4i6twCPNtYiZM53lpSSUAwJbFPOHxA==", 7514 - "dev": true, 7515 - "license": "MIT", 7516 - "dependencies": { 7517 - "punycode": "^2.1.0" 7518 - } 7519 - }, 7520 3316 "node_modules/trim-lines": { 7521 3317 "version": "3.0.1", 7522 3318 "resolved": "https://registry.npmjs.org/trim-lines/-/trim-lines-3.0.1.tgz", ··· 7545 3341 "license": "0BSD", 7546 3342 "optional": true 7547 3343 }, 7548 - "node_modules/type-fest": { 7549 - "version": "0.16.0", 7550 - "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.16.0.tgz", 7551 - "integrity": "sha512-eaBzG6MxNzEn9kiwvtre90cXaNLkmadMWa1zQMs3XORCXNbsH/OewwbxC5ia9dCxIxnTAsSxXJaa/p5y8DlvJg==", 7552 - "dev": true, 7553 - "license": "(MIT OR CC0-1.0)", 7554 - "engines": { 7555 - "node": ">=10" 7556 - }, 7557 - "funding": { 7558 - "url": "https://github.com/sponsors/sindresorhus" 7559 - } 7560 - }, 7561 - "node_modules/typed-array-buffer": { 7562 - "version": "1.0.3", 7563 - "resolved": "https://registry.npmjs.org/typed-array-buffer/-/typed-array-buffer-1.0.3.tgz", 7564 - "integrity": "sha512-nAYYwfY3qnzX30IkA6AQZjVbtK6duGontcQm1WSG1MD94YLqK0515GNApXkoxKOWMusVssAHWLh9SeaoefYFGw==", 7565 - "dev": true, 7566 - "license": "MIT", 7567 - "dependencies": { 7568 - "call-bound": "^1.0.3", 7569 - "es-errors": "^1.3.0", 7570 - "is-typed-array": "^1.1.14" 7571 - }, 7572 - "engines": { 7573 - "node": ">= 0.4" 7574 - } 7575 - }, 7576 - "node_modules/typed-array-byte-length": { 7577 - "version": "1.0.3", 7578 - "resolved": "https://registry.npmjs.org/typed-array-byte-length/-/typed-array-byte-length-1.0.3.tgz", 7579 - "integrity": "sha512-BaXgOuIxz8n8pIq3e7Atg/7s+DpiYrxn4vdot3w9KbnBhcRQq6o3xemQdIfynqSeXeDrF32x+WvfzmOjPiY9lg==", 7580 - "dev": true, 7581 - "license": "MIT", 7582 - "dependencies": { 7583 - "call-bind": "^1.0.8", 7584 - "for-each": "^0.3.3", 7585 - "gopd": "^1.2.0", 7586 - "has-proto": "^1.2.0", 7587 - "is-typed-array": "^1.1.14" 7588 - }, 7589 - "engines": { 7590 - "node": ">= 0.4" 7591 - }, 7592 - "funding": { 7593 - "url": "https://github.com/sponsors/ljharb" 7594 - } 7595 - }, 7596 - "node_modules/typed-array-byte-offset": { 7597 - "version": "1.0.4", 7598 - "resolved": "https://registry.npmjs.org/typed-array-byte-offset/-/typed-array-byte-offset-1.0.4.tgz", 7599 - "integrity": "sha512-bTlAFB/FBYMcuX81gbL4OcpH5PmlFHqlCCpAl8AlEzMz5k53oNDvN8p1PNOWLEmI2x4orp3raOFB51tv9X+MFQ==", 7600 - "dev": true, 7601 - "license": "MIT", 7602 - "dependencies": { 7603 - "available-typed-arrays": "^1.0.7", 7604 - "call-bind": "^1.0.8", 7605 - "for-each": "^0.3.3", 7606 - "gopd": "^1.2.0", 7607 - "has-proto": "^1.2.0", 7608 - "is-typed-array": "^1.1.15", 7609 - "reflect.getprototypeof": "^1.0.9" 7610 - }, 7611 - "engines": { 7612 - "node": ">= 0.4" 7613 - }, 7614 - "funding": { 7615 - "url": "https://github.com/sponsors/ljharb" 7616 - } 7617 - }, 7618 - "node_modules/typed-array-length": { 7619 - "version": "1.0.7", 7620 - "resolved": "https://registry.npmjs.org/typed-array-length/-/typed-array-length-1.0.7.tgz", 7621 - "integrity": "sha512-3KS2b+kL7fsuk/eJZ7EQdnEmQoaho/r6KUef7hxvltNA5DR8NAUM+8wJMbJyZ4G9/7i3v5zPBIMN5aybAh2/Jg==", 7622 - "dev": true, 7623 - "license": "MIT", 7624 - "dependencies": { 7625 - "call-bind": "^1.0.7", 7626 - "for-each": "^0.3.3", 7627 - "gopd": "^1.0.1", 7628 - "is-typed-array": "^1.1.13", 7629 - "possible-typed-array-names": "^1.0.0", 7630 - "reflect.getprototypeof": "^1.0.6" 7631 - }, 7632 - "engines": { 7633 - "node": ">= 0.4" 7634 - }, 7635 - "funding": { 7636 - "url": "https://github.com/sponsors/ljharb" 7637 - } 7638 - }, 7639 3344 "node_modules/typescript": { 7640 - "version": "5.9.3", 7641 - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz", 7642 - "integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==", 3345 + "version": "6.0.2", 3346 + "resolved": "https://registry.npmjs.org/typescript/-/typescript-6.0.2.tgz", 3347 + "integrity": "sha512-bGdAIrZ0wiGDo5l8c++HWtbaNCWTS4UTv7RaTH/ThVIgjkveJt83m74bBHMJkuCbslY8ixgLBVZJIOiQlQTjfQ==", 7643 3348 "dev": true, 7644 3349 "license": "Apache-2.0", 7645 3350 "bin": { ··· 7650 3355 "node": ">=14.17" 7651 3356 } 7652 3357 }, 7653 - "node_modules/unbox-primitive": { 7654 - "version": "1.1.0", 7655 - "resolved": "https://registry.npmjs.org/unbox-primitive/-/unbox-primitive-1.1.0.tgz", 7656 - "integrity": "sha512-nWJ91DjeOkej/TA8pXQ3myruKpKEYgqvpw9lz4OPHj/NWFNluYrjbz9j01CJ8yKQd2g4jFoOkINCTW2I5LEEyw==", 7657 - "dev": true, 7658 - "license": "MIT", 7659 - "dependencies": { 7660 - "call-bound": "^1.0.3", 7661 - "has-bigints": "^1.0.2", 7662 - "has-symbols": "^1.1.0", 7663 - "which-boxed-primitive": "^1.1.1" 7664 - }, 7665 - "engines": { 7666 - "node": ">= 0.4" 7667 - }, 7668 - "funding": { 7669 - "url": "https://github.com/sponsors/ljharb" 7670 - } 7671 - }, 7672 - "node_modules/unicode-canonical-property-names-ecmascript": { 7673 - "version": "2.0.1", 7674 - "resolved": "https://registry.npmjs.org/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-2.0.1.tgz", 7675 - "integrity": "sha512-dA8WbNeb2a6oQzAQ55YlT5vQAWGV9WXOsi3SskE3bcCdM0P4SDd+24zS/OCacdRq5BkdsRj9q3Pg6YyQoxIGqg==", 7676 - "dev": true, 7677 - "license": "MIT", 7678 - "engines": { 7679 - "node": ">=4" 7680 - } 7681 - }, 7682 - "node_modules/unicode-match-property-ecmascript": { 7683 - "version": "2.0.0", 7684 - "resolved": "https://registry.npmjs.org/unicode-match-property-ecmascript/-/unicode-match-property-ecmascript-2.0.0.tgz", 7685 - "integrity": "sha512-5kaZCrbp5mmbz5ulBkDkbY0SsPOjKqVS35VpL9ulMPfSl0J0Xsm+9Evphv9CoIZFwre7aJoa94AY6seMKGVN5Q==", 7686 - "dev": true, 7687 - "license": "MIT", 7688 - "dependencies": { 7689 - "unicode-canonical-property-names-ecmascript": "^2.0.0", 7690 - "unicode-property-aliases-ecmascript": "^2.0.0" 7691 - }, 7692 - "engines": { 7693 - "node": ">=4" 7694 - } 7695 - }, 7696 - "node_modules/unicode-match-property-value-ecmascript": { 7697 - "version": "2.2.1", 7698 - "resolved": "https://registry.npmjs.org/unicode-match-property-value-ecmascript/-/unicode-match-property-value-ecmascript-2.2.1.tgz", 7699 - "integrity": "sha512-JQ84qTuMg4nVkx8ga4A16a1epI9H6uTXAknqxkGF/aFfRLw1xC/Bp24HNLaZhHSkWd3+84t8iXnp1J0kYcZHhg==", 7700 - "dev": true, 7701 - "license": "MIT", 7702 - "engines": { 7703 - "node": ">=4" 7704 - } 7705 - }, 7706 - "node_modules/unicode-property-aliases-ecmascript": { 7707 - "version": "2.2.0", 7708 - "resolved": "https://registry.npmjs.org/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-2.2.0.tgz", 7709 - "integrity": "sha512-hpbDzxUY9BFwX+UeBnxv3Sh1q7HFxj48DTmXchNgRa46lO8uj3/1iEn3MiNUYTg1g9ctIqXCCERn8gYZhHC5lQ==", 7710 - "dev": true, 7711 - "license": "MIT", 7712 - "engines": { 7713 - "node": ">=4" 7714 - } 7715 - }, 7716 3358 "node_modules/unicode-segmenter": { 7717 3359 "version": "0.14.5", 7718 3360 "resolved": "https://registry.npmjs.org/unicode-segmenter/-/unicode-segmenter-0.14.5.tgz", ··· 7736 3378 "funding": { 7737 3379 "type": "opencollective", 7738 3380 "url": "https://opencollective.com/unified" 7739 - } 7740 - }, 7741 - "node_modules/unique-string": { 7742 - "version": "2.0.0", 7743 - "resolved": "https://registry.npmjs.org/unique-string/-/unique-string-2.0.0.tgz", 7744 - "integrity": "sha512-uNaeirEPvpZWSgzwsPGtU2zVSTrn/8L5q/IexZmH0eH6SA73CmAA5U4GwORTxQAZs95TAXLNqeLoPPNO5gZfWg==", 7745 - "dev": true, 7746 - "license": "MIT", 7747 - "dependencies": { 7748 - "crypto-random-string": "^2.0.0" 7749 - }, 7750 - "engines": { 7751 - "node": ">=8" 7752 3381 } 7753 3382 }, 7754 3383 "node_modules/unist-util-is": { ··· 7819 3448 "url": "https://opencollective.com/unified" 7820 3449 } 7821 3450 }, 7822 - "node_modules/universalify": { 7823 - "version": "2.0.1", 7824 - "resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.1.tgz", 7825 - "integrity": "sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw==", 7826 - "dev": true, 7827 - "license": "MIT", 7828 - "engines": { 7829 - "node": ">= 10.0.0" 7830 - } 7831 - }, 7832 - "node_modules/upath": { 7833 - "version": "1.2.0", 7834 - "resolved": "https://registry.npmjs.org/upath/-/upath-1.2.0.tgz", 7835 - "integrity": "sha512-aZwGpamFO61g3OlfT7OQCHqhGnW43ieH9WZeP7QxN/G/jS4jfqUkZxoryvJgVPEcrl5NL/ggHsSmLMHuH64Lhg==", 7836 - "dev": true, 7837 - "license": "MIT", 7838 - "engines": { 7839 - "node": ">=4", 7840 - "yarn": "*" 7841 - } 7842 - }, 7843 3451 "node_modules/update-browserslist-db": { 7844 3452 "version": "1.2.3", 7845 3453 "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.2.3.tgz", ··· 7906 3514 } 7907 3515 }, 7908 3516 "node_modules/vite": { 7909 - "version": "6.4.2", 7910 - "resolved": "https://registry.npmjs.org/vite/-/vite-6.4.2.tgz", 7911 - "integrity": "sha512-2N/55r4JDJ4gdrCvGgINMy+HH3iRpNIz8K6SFwVsA+JbQScLiC+clmAxBgwiSPgcG9U15QmvqCGWzMbqda5zGQ==", 3517 + "version": "8.0.8", 3518 + "resolved": "https://registry.npmjs.org/vite/-/vite-8.0.8.tgz", 3519 + "integrity": "sha512-dbU7/iLVa8KZALJyLOBOQ88nOXtNG8vxKuOT4I2mD+Ya70KPceF4IAmDsmU0h1Qsn5bPrvsY9HJstCRh3hG6Uw==", 7912 3520 "dev": true, 7913 3521 "license": "MIT", 7914 3522 "dependencies": { 7915 - "esbuild": "^0.25.0", 7916 - "fdir": "^6.4.4", 7917 - "picomatch": "^4.0.2", 7918 - "postcss": "^8.5.3", 7919 - "rollup": "^4.34.9", 7920 - "tinyglobby": "^0.2.13" 3523 + "lightningcss": "^1.32.0", 3524 + "picomatch": "^4.0.4", 3525 + "postcss": "^8.5.8", 3526 + "rolldown": "1.0.0-rc.15", 3527 + "tinyglobby": "^0.2.15" 7921 3528 }, 7922 3529 "bin": { 7923 3530 "vite": "bin/vite.js" 7924 3531 }, 7925 3532 "engines": { 7926 - "node": "^18.0.0 || ^20.0.0 || >=22.0.0" 3533 + "node": "^20.19.0 || >=22.12.0" 7927 3534 }, 7928 3535 "funding": { 7929 3536 "url": "https://github.com/vitejs/vite?sponsor=1" ··· 7932 3539 "fsevents": "~2.3.3" 7933 3540 }, 7934 3541 "peerDependencies": { 7935 - "@types/node": "^18.0.0 || ^20.0.0 || >=22.0.0", 3542 + "@types/node": "^20.19.0 || >=22.12.0", 3543 + "@vitejs/devtools": "^0.1.0", 3544 + "esbuild": "^0.27.0 || ^0.28.0", 7936 3545 "jiti": ">=1.21.0", 7937 - "less": "*", 7938 - "lightningcss": "^1.21.0", 7939 - "sass": "*", 7940 - "sass-embedded": "*", 7941 - "stylus": "*", 7942 - "sugarss": "*", 3546 + "less": "^4.0.0", 3547 + "sass": "^1.70.0", 3548 + "sass-embedded": "^1.70.0", 3549 + "stylus": ">=0.54.8", 3550 + "sugarss": "^5.0.0", 7943 3551 "terser": "^5.16.0", 7944 3552 "tsx": "^4.8.1", 7945 3553 "yaml": "^2.4.2" ··· 7948 3556 "@types/node": { 7949 3557 "optional": true 7950 3558 }, 7951 - "jiti": { 3559 + "@vitejs/devtools": { 7952 3560 "optional": true 7953 3561 }, 7954 - "less": { 3562 + "esbuild": { 7955 3563 "optional": true 7956 3564 }, 7957 - "lightningcss": { 3565 + "jiti": { 3566 + "optional": true 3567 + }, 3568 + "less": { 7958 3569 "optional": true 7959 3570 }, 7960 3571 "sass": { ··· 7978 3589 "yaml": { 7979 3590 "optional": true 7980 3591 } 7981 - } 7982 - }, 7983 - "node_modules/vite-plugin-pwa": { 7984 - "version": "1.2.0", 7985 - "resolved": "https://registry.npmjs.org/vite-plugin-pwa/-/vite-plugin-pwa-1.2.0.tgz", 7986 - "integrity": "sha512-a2xld+SJshT9Lgcv8Ji4+srFJL4k/1bVbd1x06JIkvecpQkwkvCncD1+gSzcdm3s+owWLpMJerG3aN5jupJEVw==", 7987 - "dev": true, 7988 - "license": "MIT", 7989 - "dependencies": { 7990 - "debug": "^4.3.6", 7991 - "pretty-bytes": "^6.1.1", 7992 - "tinyglobby": "^0.2.10", 7993 - "workbox-build": "^7.4.0", 7994 - "workbox-window": "^7.4.0" 7995 - }, 7996 - "engines": { 7997 - "node": ">=16.0.0" 7998 - }, 7999 - "funding": { 8000 - "url": "https://github.com/sponsors/antfu" 8001 - }, 8002 - "peerDependencies": { 8003 - "@vite-pwa/assets-generator": "^1.0.0", 8004 - "vite": "^3.1.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0", 8005 - "workbox-build": "^7.4.0", 8006 - "workbox-window": "^7.4.0" 8007 - }, 8008 - "peerDependenciesMeta": { 8009 - "@vite-pwa/assets-generator": { 8010 - "optional": true 8011 - } 8012 - } 8013 - }, 8014 - "node_modules/webidl-conversions": { 8015 - "version": "4.0.2", 8016 - "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-4.0.2.tgz", 8017 - "integrity": "sha512-YQ+BmxuTgd6UXZW3+ICGfyqRyHXVlD5GtQr5+qjiNW7bF0cqrzX500HVXPBOvgXb5YnzDd+h0zqyv61KUD7+Sg==", 8018 - "dev": true, 8019 - "license": "BSD-2-Clause" 8020 - }, 8021 - "node_modules/whatwg-url": { 8022 - "version": "7.1.0", 8023 - "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-7.1.0.tgz", 8024 - "integrity": "sha512-WUu7Rg1DroM7oQvGWfOiAK21n74Gg+T4elXEQYkOhtyLeWiJFoOGLXPKI/9gzIie9CtwVLm8wtw6YJdKyxSjeg==", 8025 - "dev": true, 8026 - "license": "MIT", 8027 - "dependencies": { 8028 - "lodash.sortby": "^4.7.0", 8029 - "tr46": "^1.0.1", 8030 - "webidl-conversions": "^4.0.2" 8031 - } 8032 - }, 8033 - "node_modules/which": { 8034 - "version": "2.0.2", 8035 - "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz", 8036 - "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==", 8037 - "dev": true, 8038 - "license": "ISC", 8039 - "dependencies": { 8040 - "isexe": "^2.0.0" 8041 - }, 8042 - "bin": { 8043 - "node-which": "bin/node-which" 8044 - }, 8045 - "engines": { 8046 - "node": ">= 8" 8047 - } 8048 - }, 8049 - "node_modules/which-boxed-primitive": { 8050 - "version": "1.1.1", 8051 - "resolved": "https://registry.npmjs.org/which-boxed-primitive/-/which-boxed-primitive-1.1.1.tgz", 8052 - "integrity": "sha512-TbX3mj8n0odCBFVlY8AxkqcHASw3L60jIuF8jFP78az3C2YhmGvqbHBpAjTRH2/xqYunrJ9g1jSyjCjpoWzIAA==", 8053 - "dev": true, 8054 - "license": "MIT", 8055 - "dependencies": { 8056 - "is-bigint": "^1.1.0", 8057 - "is-boolean-object": "^1.2.1", 8058 - "is-number-object": "^1.1.1", 8059 - "is-string": "^1.1.1", 8060 - "is-symbol": "^1.1.1" 8061 - }, 8062 - "engines": { 8063 - "node": ">= 0.4" 8064 - }, 8065 - "funding": { 8066 - "url": "https://github.com/sponsors/ljharb" 8067 - } 8068 - }, 8069 - "node_modules/which-builtin-type": { 8070 - "version": "1.2.1", 8071 - "resolved": "https://registry.npmjs.org/which-builtin-type/-/which-builtin-type-1.2.1.tgz", 8072 - "integrity": "sha512-6iBczoX+kDQ7a3+YJBnh3T+KZRxM/iYNPXicqk66/Qfm1b93iu+yOImkg0zHbj5LNOcNv1TEADiZ0xa34B4q6Q==", 8073 - "dev": true, 8074 - "license": "MIT", 8075 - "dependencies": { 8076 - "call-bound": "^1.0.2", 8077 - "function.prototype.name": "^1.1.6", 8078 - "has-tostringtag": "^1.0.2", 8079 - "is-async-function": "^2.0.0", 8080 - "is-date-object": "^1.1.0", 8081 - "is-finalizationregistry": "^1.1.0", 8082 - "is-generator-function": "^1.0.10", 8083 - "is-regex": "^1.2.1", 8084 - "is-weakref": "^1.0.2", 8085 - "isarray": "^2.0.5", 8086 - "which-boxed-primitive": "^1.1.0", 8087 - "which-collection": "^1.0.2", 8088 - "which-typed-array": "^1.1.16" 8089 - }, 8090 - "engines": { 8091 - "node": ">= 0.4" 8092 - }, 8093 - "funding": { 8094 - "url": "https://github.com/sponsors/ljharb" 8095 - } 8096 - }, 8097 - "node_modules/which-collection": { 8098 - "version": "1.0.2", 8099 - "resolved": "https://registry.npmjs.org/which-collection/-/which-collection-1.0.2.tgz", 8100 - "integrity": "sha512-K4jVyjnBdgvc86Y6BkaLZEN933SwYOuBFkdmBu9ZfkcAbdVbpITnDmjvZ/aQjRXQrv5EPkTnD1s39GiiqbngCw==", 8101 - "dev": true, 8102 - "license": "MIT", 8103 - "dependencies": { 8104 - "is-map": "^2.0.3", 8105 - "is-set": "^2.0.3", 8106 - "is-weakmap": "^2.0.2", 8107 - "is-weakset": "^2.0.3" 8108 - }, 8109 - "engines": { 8110 - "node": ">= 0.4" 8111 - }, 8112 - "funding": { 8113 - "url": "https://github.com/sponsors/ljharb" 8114 - } 8115 - }, 8116 - "node_modules/which-typed-array": { 8117 - "version": "1.1.20", 8118 - "resolved": "https://registry.npmjs.org/which-typed-array/-/which-typed-array-1.1.20.tgz", 8119 - "integrity": "sha512-LYfpUkmqwl0h9A2HL09Mms427Q1RZWuOHsukfVcKRq9q95iQxdw0ix1JQrqbcDR9PH1QDwf5Qo8OZb5lksZ8Xg==", 8120 - "dev": true, 8121 - "license": "MIT", 8122 - "dependencies": { 8123 - "available-typed-arrays": "^1.0.7", 8124 - "call-bind": "^1.0.8", 8125 - "call-bound": "^1.0.4", 8126 - "for-each": "^0.3.5", 8127 - "get-proto": "^1.0.1", 8128 - "gopd": "^1.2.0", 8129 - "has-tostringtag": "^1.0.2" 8130 - }, 8131 - "engines": { 8132 - "node": ">= 0.4" 8133 - }, 8134 - "funding": { 8135 - "url": "https://github.com/sponsors/ljharb" 8136 - } 8137 - }, 8138 - "node_modules/workbox-background-sync": { 8139 - "version": "7.4.0", 8140 - "resolved": "https://registry.npmjs.org/workbox-background-sync/-/workbox-background-sync-7.4.0.tgz", 8141 - "integrity": "sha512-8CB9OxKAgKZKyNMwfGZ1XESx89GryWTfI+V5yEj8sHjFH8MFelUwYXEyldEK6M6oKMmn807GoJFUEA1sC4XS9w==", 8142 - "dev": true, 8143 - "license": "MIT", 8144 - "dependencies": { 8145 - "idb": "^7.0.1", 8146 - "workbox-core": "7.4.0" 8147 - } 8148 - }, 8149 - "node_modules/workbox-broadcast-update": { 8150 - "version": "7.4.0", 8151 - "resolved": "https://registry.npmjs.org/workbox-broadcast-update/-/workbox-broadcast-update-7.4.0.tgz", 8152 - "integrity": "sha512-+eZQwoktlvo62cI0b+QBr40v5XjighxPq3Fzo9AWMiAosmpG5gxRHgTbGGhaJv/q/MFVxwFNGh/UwHZ/8K88lA==", 8153 - "dev": true, 8154 - "license": "MIT", 8155 - "dependencies": { 8156 - "workbox-core": "7.4.0" 8157 - } 8158 - }, 8159 - "node_modules/workbox-build": { 8160 - "version": "7.4.0", 8161 - "resolved": "https://registry.npmjs.org/workbox-build/-/workbox-build-7.4.0.tgz", 8162 - "integrity": "sha512-Ntk1pWb0caOFIvwz/hfgrov/OJ45wPEhI5PbTywQcYjyZiVhT3UrwwUPl6TRYbTm4moaFYithYnl1lvZ8UjxcA==", 8163 - "dev": true, 8164 - "license": "MIT", 8165 - "dependencies": { 8166 - "@apideck/better-ajv-errors": "^0.3.1", 8167 - "@babel/core": "^7.24.4", 8168 - "@babel/preset-env": "^7.11.0", 8169 - "@babel/runtime": "^7.11.2", 8170 - "@rollup/plugin-babel": "^5.2.0", 8171 - "@rollup/plugin-node-resolve": "^15.2.3", 8172 - "@rollup/plugin-replace": "^2.4.1", 8173 - "@rollup/plugin-terser": "^0.4.3", 8174 - "@surma/rollup-plugin-off-main-thread": "^2.2.3", 8175 - "ajv": "^8.6.0", 8176 - "common-tags": "^1.8.0", 8177 - "fast-json-stable-stringify": "^2.1.0", 8178 - "fs-extra": "^9.0.1", 8179 - "glob": "^11.0.1", 8180 - "lodash": "^4.17.20", 8181 - "pretty-bytes": "^5.3.0", 8182 - "rollup": "^2.79.2", 8183 - "source-map": "^0.8.0-beta.0", 8184 - "stringify-object": "^3.3.0", 8185 - "strip-comments": "^2.0.1", 8186 - "tempy": "^0.6.0", 8187 - "upath": "^1.2.0", 8188 - "workbox-background-sync": "7.4.0", 8189 - "workbox-broadcast-update": "7.4.0", 8190 - "workbox-cacheable-response": "7.4.0", 8191 - "workbox-core": "7.4.0", 8192 - "workbox-expiration": "7.4.0", 8193 - "workbox-google-analytics": "7.4.0", 8194 - "workbox-navigation-preload": "7.4.0", 8195 - "workbox-precaching": "7.4.0", 8196 - "workbox-range-requests": "7.4.0", 8197 - "workbox-recipes": "7.4.0", 8198 - "workbox-routing": "7.4.0", 8199 - "workbox-strategies": "7.4.0", 8200 - "workbox-streams": "7.4.0", 8201 - "workbox-sw": "7.4.0", 8202 - "workbox-window": "7.4.0" 8203 - }, 8204 - "engines": { 8205 - "node": ">=20.0.0" 8206 - } 8207 - }, 8208 - "node_modules/workbox-build/node_modules/@rollup/plugin-babel": { 8209 - "version": "5.3.1", 8210 - "resolved": "https://registry.npmjs.org/@rollup/plugin-babel/-/plugin-babel-5.3.1.tgz", 8211 - "integrity": "sha512-WFfdLWU/xVWKeRQnKmIAQULUI7Il0gZnBIH/ZFO069wYIfPu+8zrfp/KMW0atmELoRDq8FbiP3VCss9MhCut7Q==", 8212 - "dev": true, 8213 - "license": "MIT", 8214 - "dependencies": { 8215 - "@babel/helper-module-imports": "^7.10.4", 8216 - "@rollup/pluginutils": "^3.1.0" 8217 - }, 8218 - "engines": { 8219 - "node": ">= 10.0.0" 8220 - }, 8221 - "peerDependencies": { 8222 - "@babel/core": "^7.0.0", 8223 - "@types/babel__core": "^7.1.9", 8224 - "rollup": "^1.20.0||^2.0.0" 8225 - }, 8226 - "peerDependenciesMeta": { 8227 - "@types/babel__core": { 8228 - "optional": true 8229 - } 8230 - } 8231 - }, 8232 - "node_modules/workbox-build/node_modules/@rollup/plugin-replace": { 8233 - "version": "2.4.2", 8234 - "resolved": "https://registry.npmjs.org/@rollup/plugin-replace/-/plugin-replace-2.4.2.tgz", 8235 - "integrity": "sha512-IGcu+cydlUMZ5En85jxHH4qj2hta/11BHq95iHEyb2sbgiN0eCdzvUcHw5gt9pBL5lTi4JDYJ1acCoMGpTvEZg==", 8236 - "dev": true, 8237 - "license": "MIT", 8238 - "dependencies": { 8239 - "@rollup/pluginutils": "^3.1.0", 8240 - "magic-string": "^0.25.7" 8241 - }, 8242 - "peerDependencies": { 8243 - "rollup": "^1.20.0 || ^2.0.0" 8244 - } 8245 - }, 8246 - "node_modules/workbox-build/node_modules/@rollup/pluginutils": { 8247 - "version": "3.1.0", 8248 - "resolved": "https://registry.npmjs.org/@rollup/pluginutils/-/pluginutils-3.1.0.tgz", 8249 - "integrity": "sha512-GksZ6pr6TpIjHm8h9lSQ8pi8BE9VeubNT0OMJ3B5uZJ8pz73NPiqOtCog/x2/QzM1ENChPKxMDhiQuRHsqc+lg==", 8250 - "dev": true, 8251 - "license": "MIT", 8252 - "dependencies": { 8253 - "@types/estree": "0.0.39", 8254 - "estree-walker": "^1.0.1", 8255 - "picomatch": "^2.2.2" 8256 - }, 8257 - "engines": { 8258 - "node": ">= 8.0.0" 8259 - }, 8260 - "peerDependencies": { 8261 - "rollup": "^1.20.0||^2.0.0" 8262 - } 8263 - }, 8264 - "node_modules/workbox-build/node_modules/@types/estree": { 8265 - "version": "0.0.39", 8266 - "resolved": "https://registry.npmjs.org/@types/estree/-/estree-0.0.39.tgz", 8267 - "integrity": "sha512-EYNwp3bU+98cpU4lAWYYL7Zz+2gryWH1qbdDTidVd6hkiR6weksdbMadyXKXNPEkQFhXM+hVO9ZygomHXp+AIw==", 8268 - "dev": true, 8269 - "license": "MIT" 8270 - }, 8271 - "node_modules/workbox-build/node_modules/estree-walker": { 8272 - "version": "1.0.1", 8273 - "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-1.0.1.tgz", 8274 - "integrity": "sha512-1fMXF3YP4pZZVozF8j/ZLfvnR8NSIljt56UhbZ5PeeDmmGHpgpdwQt7ITlGvYaQukCvuBRMLEiKiYC+oeIg4cg==", 8275 - "dev": true, 8276 - "license": "MIT" 8277 - }, 8278 - "node_modules/workbox-build/node_modules/magic-string": { 8279 - "version": "0.25.9", 8280 - "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.25.9.tgz", 8281 - "integrity": "sha512-RmF0AsMzgt25qzqqLc1+MbHmhdx0ojF2Fvs4XnOqz2ZOBXzzkEwc/dJQZCYHAn7v1jbVOjAZfK8msRn4BxO4VQ==", 8282 - "dev": true, 8283 - "license": "MIT", 8284 - "dependencies": { 8285 - "sourcemap-codec": "^1.4.8" 8286 - } 8287 - }, 8288 - "node_modules/workbox-build/node_modules/picomatch": { 8289 - "version": "2.3.2", 8290 - "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.2.tgz", 8291 - "integrity": "sha512-V7+vQEJ06Z+c5tSye8S+nHUfI51xoXIXjHQ99cQtKUkQqqO1kO/KCJUfZXuB47h/YBlDhah2H3hdUGXn8ie0oA==", 8292 - "dev": true, 8293 - "license": "MIT", 8294 - "engines": { 8295 - "node": ">=8.6" 8296 - }, 8297 - "funding": { 8298 - "url": "https://github.com/sponsors/jonschlinkert" 8299 - } 8300 - }, 8301 - "node_modules/workbox-build/node_modules/pretty-bytes": { 8302 - "version": "5.6.0", 8303 - "resolved": "https://registry.npmjs.org/pretty-bytes/-/pretty-bytes-5.6.0.tgz", 8304 - "integrity": "sha512-FFw039TmrBqFK8ma/7OL3sDz/VytdtJr044/QUJtH0wK9lb9jLq9tJyIxUwtQJHwar2BqtiA4iCWSwo9JLkzFg==", 8305 - "dev": true, 8306 - "license": "MIT", 8307 - "engines": { 8308 - "node": ">=6" 8309 - }, 8310 - "funding": { 8311 - "url": "https://github.com/sponsors/sindresorhus" 8312 - } 8313 - }, 8314 - "node_modules/workbox-build/node_modules/rollup": { 8315 - "version": "2.80.0", 8316 - "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.80.0.tgz", 8317 - "integrity": "sha512-cIFJOD1DESzpjOBl763Kp1AH7UE/0fcdHe6rZXUdQ9c50uvgigvW97u3IcSeBwOkgqL/PXPBktBCh0KEu5L8XQ==", 8318 - "dev": true, 8319 - "license": "MIT", 8320 - "bin": { 8321 - "rollup": "dist/bin/rollup" 8322 - }, 8323 - "engines": { 8324 - "node": ">=10.0.0" 8325 - }, 8326 - "optionalDependencies": { 8327 - "fsevents": "~2.3.2" 8328 - } 8329 - }, 8330 - "node_modules/workbox-cacheable-response": { 8331 - "version": "7.4.0", 8332 - "resolved": "https://registry.npmjs.org/workbox-cacheable-response/-/workbox-cacheable-response-7.4.0.tgz", 8333 - "integrity": "sha512-0Fb8795zg/x23ISFkAc7lbWes6vbw34DGFIMw31cwuHPgDEC/5EYm6m/ZkylLX0EnEbbOyOCLjKgFS/Z5g0HeQ==", 8334 - "dev": true, 8335 - "license": "MIT", 8336 - "dependencies": { 8337 - "workbox-core": "7.4.0" 8338 - } 8339 - }, 8340 - "node_modules/workbox-core": { 8341 - "version": "7.4.0", 8342 - "resolved": "https://registry.npmjs.org/workbox-core/-/workbox-core-7.4.0.tgz", 8343 - "integrity": "sha512-6BMfd8tYEnN4baG4emG9U0hdXM4gGuDU3ectXuVHnj71vwxTFI7WOpQJC4siTOlVtGqCUtj0ZQNsrvi6kZZTAQ==", 8344 - "dev": true, 8345 - "license": "MIT" 8346 - }, 8347 - "node_modules/workbox-expiration": { 8348 - "version": "7.4.0", 8349 - "resolved": "https://registry.npmjs.org/workbox-expiration/-/workbox-expiration-7.4.0.tgz", 8350 - "integrity": "sha512-V50p4BxYhtA80eOvulu8xVfPBgZbkxJ1Jr8UUn0rvqjGhLDqKNtfrDfjJKnLz2U8fO2xGQJTx/SKXNTzHOjnHw==", 8351 - "dev": true, 8352 - "license": "MIT", 8353 - "dependencies": { 8354 - "idb": "^7.0.1", 8355 - "workbox-core": "7.4.0" 8356 - } 8357 - }, 8358 - "node_modules/workbox-google-analytics": { 8359 - "version": "7.4.0", 8360 - "resolved": "https://registry.npmjs.org/workbox-google-analytics/-/workbox-google-analytics-7.4.0.tgz", 8361 - "integrity": "sha512-MVPXQslRF6YHkzGoFw1A4GIB8GrKym/A5+jYDUSL+AeJw4ytQGrozYdiZqUW1TPQHW8isBCBtyFJergUXyNoWQ==", 8362 - "dev": true, 8363 - "license": "MIT", 8364 - "dependencies": { 8365 - "workbox-background-sync": "7.4.0", 8366 - "workbox-core": "7.4.0", 8367 - "workbox-routing": "7.4.0", 8368 - "workbox-strategies": "7.4.0" 8369 - } 8370 - }, 8371 - "node_modules/workbox-navigation-preload": { 8372 - "version": "7.4.0", 8373 - "resolved": "https://registry.npmjs.org/workbox-navigation-preload/-/workbox-navigation-preload-7.4.0.tgz", 8374 - "integrity": "sha512-etzftSgdQfjMcfPgbfaZCfM2QuR1P+4o8uCA2s4rf3chtKTq/Om7g/qvEOcZkG6v7JZOSOxVYQiOu6PbAZgU6w==", 8375 - "dev": true, 8376 - "license": "MIT", 8377 - "dependencies": { 8378 - "workbox-core": "7.4.0" 8379 - } 8380 - }, 8381 - "node_modules/workbox-precaching": { 8382 - "version": "7.4.0", 8383 - "resolved": "https://registry.npmjs.org/workbox-precaching/-/workbox-precaching-7.4.0.tgz", 8384 - "integrity": "sha512-VQs37T6jDqf1rTxUJZXRl3yjZMf5JX/vDPhmx2CPgDDKXATzEoqyRqhYnRoxl6Kr0rqaQlp32i9rtG5zTzIlNg==", 8385 - "dev": true, 8386 - "license": "MIT", 8387 - "dependencies": { 8388 - "workbox-core": "7.4.0", 8389 - "workbox-routing": "7.4.0", 8390 - "workbox-strategies": "7.4.0" 8391 - } 8392 - }, 8393 - "node_modules/workbox-range-requests": { 8394 - "version": "7.4.0", 8395 - "resolved": "https://registry.npmjs.org/workbox-range-requests/-/workbox-range-requests-7.4.0.tgz", 8396 - "integrity": "sha512-3Vq854ZNuP6Y0KZOQWLaLC9FfM7ZaE+iuQl4VhADXybwzr4z/sMmnLgTeUZLq5PaDlcJBxYXQ3U91V7dwAIfvw==", 8397 - "dev": true, 8398 - "license": "MIT", 8399 - "dependencies": { 8400 - "workbox-core": "7.4.0" 8401 - } 8402 - }, 8403 - "node_modules/workbox-recipes": { 8404 - "version": "7.4.0", 8405 - "resolved": "https://registry.npmjs.org/workbox-recipes/-/workbox-recipes-7.4.0.tgz", 8406 - "integrity": "sha512-kOkWvsAn4H8GvAkwfJTbwINdv4voFoiE9hbezgB1sb/0NLyTG4rE7l6LvS8lLk5QIRIto+DjXLuAuG3Vmt3cxQ==", 8407 - "dev": true, 8408 - "license": "MIT", 8409 - "dependencies": { 8410 - "workbox-cacheable-response": "7.4.0", 8411 - "workbox-core": "7.4.0", 8412 - "workbox-expiration": "7.4.0", 8413 - "workbox-precaching": "7.4.0", 8414 - "workbox-routing": "7.4.0", 8415 - "workbox-strategies": "7.4.0" 8416 - } 8417 - }, 8418 - "node_modules/workbox-routing": { 8419 - "version": "7.4.0", 8420 - "resolved": "https://registry.npmjs.org/workbox-routing/-/workbox-routing-7.4.0.tgz", 8421 - "integrity": "sha512-C/ooj5uBWYAhAqwmU8HYQJdOjjDKBp9MzTQ+otpMmd+q0eF59K+NuXUek34wbL0RFrIXe/KKT+tUWcZcBqxbHQ==", 8422 - "dev": true, 8423 - "license": "MIT", 8424 - "dependencies": { 8425 - "workbox-core": "7.4.0" 8426 - } 8427 - }, 8428 - "node_modules/workbox-strategies": { 8429 - "version": "7.4.0", 8430 - "resolved": "https://registry.npmjs.org/workbox-strategies/-/workbox-strategies-7.4.0.tgz", 8431 - "integrity": "sha512-T4hVqIi5A4mHi92+5EppMX3cLaVywDp8nsyUgJhOZxcfSV/eQofcOA6/EMo5rnTNmNTpw0rUgjAI6LaVullPpg==", 8432 - "dev": true, 8433 - "license": "MIT", 8434 - "dependencies": { 8435 - "workbox-core": "7.4.0" 8436 - } 8437 - }, 8438 - "node_modules/workbox-streams": { 8439 - "version": "7.4.0", 8440 - "resolved": "https://registry.npmjs.org/workbox-streams/-/workbox-streams-7.4.0.tgz", 8441 - "integrity": "sha512-QHPBQrey7hQbnTs5GrEVoWz7RhHJXnPT+12qqWM378orDMo5VMJLCkCM1cnCk+8Eq92lccx/VgRZ7WAzZWbSLg==", 8442 - "dev": true, 8443 - "license": "MIT", 8444 - "dependencies": { 8445 - "workbox-core": "7.4.0", 8446 - "workbox-routing": "7.4.0" 8447 - } 8448 - }, 8449 - "node_modules/workbox-sw": { 8450 - "version": "7.4.0", 8451 - "resolved": "https://registry.npmjs.org/workbox-sw/-/workbox-sw-7.4.0.tgz", 8452 - "integrity": "sha512-ltU+Kr3qWR6BtbdlMnCjobZKzeV1hN+S6UvDywBrwM19TTyqA03X66dzw1tEIdJvQ4lYKkBFox6IAEhoSEZ8Xw==", 8453 - "dev": true, 8454 - "license": "MIT" 8455 - }, 8456 - "node_modules/workbox-window": { 8457 - "version": "7.4.0", 8458 - "resolved": "https://registry.npmjs.org/workbox-window/-/workbox-window-7.4.0.tgz", 8459 - "integrity": "sha512-/bIYdBLAVsNR3v7gYGaV4pQW3M3kEPx5E8vDxGvxo6khTrGtSSCS7QiFKv9ogzBgZiy0OXLP9zO28U/1nF1mfw==", 8460 - "dev": true, 8461 - "license": "MIT", 8462 - "dependencies": { 8463 - "@types/trusted-types": "^2.0.2", 8464 - "workbox-core": "7.4.0" 8465 3592 } 8466 3593 }, 8467 3594 "node_modules/yallist": {
+12 -13
web/package.json
··· 11 11 "dependencies": { 12 12 "@atcute/atproto": "^3.1.11", 13 13 "@atcute/client": "^4.2.1", 14 - "@atcute/lex-cli": "^2.6.1", 14 + "@atcute/lex-cli": "^2.7.0", 15 15 "@atcute/oauth-browser-client": "^3.0.0", 16 16 "@tailwindcss/typography": "^0.5.19", 17 - "react": "^19.0.0", 18 - "react-dom": "^19.0.0", 17 + "react": "^19.2.5", 18 + "react-dom": "^19.2.5", 19 19 "react-markdown": "^10.1.0", 20 - "react-router-dom": "^7.1.1" 20 + "react-router-dom": "^7.14.0" 21 21 }, 22 22 "devDependencies": { 23 - "@tailwindcss/vite": "^4.0.0", 24 - "@types/react": "^19.0.0", 25 - "@types/react-dom": "^19.0.0", 26 - "@vitejs/plugin-react": "^4.3.4", 27 - "prettier": "^3.8.1", 28 - "tailwindcss": "^4.0.0", 29 - "typescript": "^5.7.0", 30 - "vite": "^6.0.0", 31 - "vite-plugin-pwa": "^1.2.0" 23 + "@tailwindcss/vite": "^4.2.2", 24 + "@types/react": "^19.2.14", 25 + "@types/react-dom": "^19.2.3", 26 + "@vitejs/plugin-react": "^5.2.0", 27 + "prettier": "^3.8.2", 28 + "tailwindcss": "^4.2.2", 29 + "typescript": "^6.0.2", 30 + "vite": "^8.0.8" 32 31 } 33 32 }
-9
web/vite.config.ts
··· 1 1 import { defineConfig } from "vite"; 2 2 import react from "@vitejs/plugin-react"; 3 3 import tailwindcss from "@tailwindcss/vite"; 4 - import { VitePWA } from "vite-plugin-pwa"; 5 4 6 5 const SERVER_HOST = "127.0.0.1"; 7 6 const SERVER_PORT = 5173; ··· 106 105 plugins: [ 107 106 react(), 108 107 tailwindcss(), 109 - VitePWA({ 110 - registerType: "autoUpdate", 111 - manifest: false, 112 - workbox: { 113 - globPatterns: ["**/*.{js,css,html,svg,png}"], 114 - navigateFallback: "/index.html", 115 - }, 116 - }), 117 108 { 118 109 name: "atbbs-emit-static-config", 119 110 generateBundle() {