Smart configuration loader
0
fork

Configure Feed

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

chore: use oxlint and oxfmt

+1604 -1468
+3
.oxfmtrc.json
··· 1 + { 2 + "$schema": "https://unpkg.com/oxfmt/configuration_schema.json" 3 + }
+9
.oxlintrc.json
··· 1 + { 2 + "$schema": "https://unpkg.com/oxlint/configuration_schema.json", 3 + "plugins": [ 4 + "unicorn", 5 + "typescript", 6 + "oxc" 7 + ], 8 + "rules": {} 9 + }
-1
.prettierrc
··· 1 - {}
+66 -92
CHANGELOG.md
··· 235 235 236 236 ### 📦 Build 237 237 238 - - ⚠️ Esm-only ([d53d0a2](https://github.com/unjs/c12/commit/d53d0a2)) 238 + - ⚠️ Esm-only ([d53d0a2](https://github.com/unjs/c12/commit/d53d0a2)) 239 239 240 240 ### 🏡 Chore 241 241 ··· 246 246 247 247 #### ⚠️ Breaking Changes 248 248 249 - - ⚠️ Esm-only ([d53d0a2](https://github.com/unjs/c12/commit/d53d0a2)) 249 + - ⚠️ Esm-only ([d53d0a2](https://github.com/unjs/c12/commit/d53d0a2)) 250 250 251 251 ### ❤️ Contributors 252 252 ··· 565 565 566 566 - Pooya Parsa ([@pi0](http://github.com/pi0)) 567 567 - Lo ([@LoTwT](http://github.com/LoTwT)) 568 - - Alex Kozack 568 + - Alex Kozack 569 569 - Nozomu Ikuta 570 570 571 571 ## v1.5.1 ··· 598 598 599 599 [compare changes](https://github.com/unjs/c12/compare/v1.4.1...v1.4.2) 600 600 601 - 602 601 ### 🩹 Fixes 603 602 604 - - Allow extends dir to start with dot ([#71](https://github.com/unjs/c12/pull/71)) 603 + - Allow extends dir to start with dot ([#71](https://github.com/unjs/c12/pull/71)) 605 604 606 605 ### 📖 Documentation 607 606 608 - - Fix typo for `configFile` ([#83](https://github.com/unjs/c12/pull/83)) 607 + - Fix typo for `configFile` ([#83](https://github.com/unjs/c12/pull/83)) 609 608 610 609 ### 🏡 Chore 611 610 612 - - **release:** V1.4.1 ([2b87193](https://github.com/unjs/c12/commit/2b87193)) 613 - - Update dependencies ([309454a](https://github.com/unjs/c12/commit/309454a)) 614 - - Lint project ([a102400](https://github.com/unjs/c12/commit/a102400)) 615 - - Lint ([e19a6ff](https://github.com/unjs/c12/commit/e19a6ff)) 611 + - **release:** V1.4.1 ([2b87193](https://github.com/unjs/c12/commit/2b87193)) 612 + - Update dependencies ([309454a](https://github.com/unjs/c12/commit/309454a)) 613 + - Lint project ([a102400](https://github.com/unjs/c12/commit/a102400)) 614 + - Lint ([e19a6ff](https://github.com/unjs/c12/commit/e19a6ff)) 616 615 617 - ### ❤️ Contributors 616 + ### ❤️ Contributors 618 617 619 618 - Pooya Parsa ([@pi0](http://github.com/pi0)) 620 619 - Rijk Van Zanten ([@rijkvanzanten](http://github.com/rijkvanzanten)) ··· 623 622 624 623 [compare changes](https://github.com/unjs/c12/compare/v1.4.0...v1.4.1) 625 624 626 - 627 625 ### 🩹 Fixes 628 626 629 - - **watchConfig:** Handle custom config names ([eedd141](https://github.com/unjs/c12/commit/eedd141)) 627 + - **watchConfig:** Handle custom config names ([eedd141](https://github.com/unjs/c12/commit/eedd141)) 630 628 631 - ### ❤️ Contributors 629 + ### ❤️ Contributors 632 630 633 631 - Pooya Parsa ([@pi0](http://github.com/pi0)) 634 632 ··· 636 634 637 635 [compare changes](https://github.com/unjs/c12/compare/v1.3.0...v1.4.0) 638 636 639 - 640 637 ### 🚀 Enhancements 641 638 642 - - `watchConfig` utility ([#77](https://github.com/unjs/c12/pull/77)) 643 - - **watchConfig:** Support hmr ([#78](https://github.com/unjs/c12/pull/78)) 639 + - `watchConfig` utility ([#77](https://github.com/unjs/c12/pull/77)) 640 + - **watchConfig:** Support hmr ([#78](https://github.com/unjs/c12/pull/78)) 644 641 645 642 ### 📖 Documentation 646 643 647 - - Fix small grammer issues ([5f2b3a1](https://github.com/unjs/c12/commit/5f2b3a1)) 644 + - Fix small grammer issues ([5f2b3a1](https://github.com/unjs/c12/commit/5f2b3a1)) 648 645 649 - ### ❤️ Contributors 646 + ### ❤️ Contributors 650 647 651 648 - Pooya Parsa ([@pi0](http://github.com/pi0)) 652 649 ··· 654 651 655 652 [compare changes](https://github.com/unjs/c12/compare/v1.2.0...v1.3.0) 656 653 657 - 658 654 ### 🚀 Enhancements 659 655 660 - - Generic types support ([#64](https://github.com/unjs/c12/pull/64)) 656 + - Generic types support ([#64](https://github.com/unjs/c12/pull/64)) 661 657 662 658 ### 🩹 Fixes 663 659 664 - - Use `rm` instead of `rmdir` for recursive remove ([#69](https://github.com/unjs/c12/pull/69)) 660 + - Use `rm` instead of `rmdir` for recursive remove ([#69](https://github.com/unjs/c12/pull/69)) 665 661 666 662 ### 🏡 Chore 667 663 668 - - **readme:** Update badges ([ff08ce2](https://github.com/unjs/c12/commit/ff08ce2)) 669 - - **readme:** Add emoji ([9df0498](https://github.com/unjs/c12/commit/9df0498)) 670 - - Update to pnpm 8 ([ecec1f2](https://github.com/unjs/c12/commit/ecec1f2)) 664 + - **readme:** Update badges ([ff08ce2](https://github.com/unjs/c12/commit/ff08ce2)) 665 + - **readme:** Add emoji ([9df0498](https://github.com/unjs/c12/commit/9df0498)) 666 + - Update to pnpm 8 ([ecec1f2](https://github.com/unjs/c12/commit/ecec1f2)) 671 667 672 - ### ❤️ Contributors 668 + ### ❤️ Contributors 673 669 674 670 - Pooya Parsa ([@pi0](http://github.com/pi0)) 675 671 - Daniel Roe <daniel@roe.dev> ··· 679 675 680 676 [compare changes](https://github.com/unjs/c12/compare/v1.1.2...v1.2.0) 681 677 682 - 683 678 ### 🚀 Enhancements 684 679 685 - - Load config from `package.json` ([#52](https://github.com/unjs/c12/pull/52)) 686 - - Environment specific configuration ([#61](https://github.com/unjs/c12/pull/61)) 687 - - Layer meta and source options ([#62](https://github.com/unjs/c12/pull/62)) 688 - - `envName` config ([4a0227d](https://github.com/unjs/c12/commit/4a0227d)) 680 + - Load config from `package.json` ([#52](https://github.com/unjs/c12/pull/52)) 681 + - Environment specific configuration ([#61](https://github.com/unjs/c12/pull/61)) 682 + - Layer meta and source options ([#62](https://github.com/unjs/c12/pull/62)) 683 + - `envName` config ([4a0227d](https://github.com/unjs/c12/commit/4a0227d)) 689 684 690 685 ### 🩹 Fixes 691 686 692 - - Allow extending from npm packages with subpath ([#54](https://github.com/unjs/c12/pull/54)) 687 + - Allow extending from npm packages with subpath ([#54](https://github.com/unjs/c12/pull/54)) 693 688 694 689 ### 📖 Documentation 695 690 696 - - Fix grammer and typos ([3e8436c](https://github.com/unjs/c12/commit/3e8436c)) 697 - - Don't mention unsupported usage ([ea7ac6e](https://github.com/unjs/c12/commit/ea7ac6e)) 691 + - Fix grammer and typos ([3e8436c](https://github.com/unjs/c12/commit/3e8436c)) 692 + - Don't mention unsupported usage ([ea7ac6e](https://github.com/unjs/c12/commit/ea7ac6e)) 698 693 699 694 ### 🏡 Chore 700 695 701 - - Update badge ([b0c78e2](https://github.com/unjs/c12/commit/b0c78e2)) 702 - - Update readme ([8480e41](https://github.com/unjs/c12/commit/8480e41)) 703 - - Update mlly ([cf6ef84](https://github.com/unjs/c12/commit/cf6ef84)) 696 + - Update badge ([b0c78e2](https://github.com/unjs/c12/commit/b0c78e2)) 697 + - Update readme ([8480e41](https://github.com/unjs/c12/commit/8480e41)) 698 + - Update mlly ([cf6ef84](https://github.com/unjs/c12/commit/cf6ef84)) 704 699 705 700 ### ✅ Tests 706 701 707 - - Update test for env extends ([f363687](https://github.com/unjs/c12/commit/f363687)) 708 - - Update snapshot ([071180f](https://github.com/unjs/c12/commit/071180f)) 702 + - Update test for env extends ([f363687](https://github.com/unjs/c12/commit/f363687)) 703 + - Update snapshot ([071180f](https://github.com/unjs/c12/commit/071180f)) 709 704 710 - ### ❤️ Contributors 705 + ### ❤️ Contributors 711 706 712 707 - Pooya Parsa ([@pi0](http://github.com/pi0)) 713 708 - Christian Preston ([@cpreston321](http://github.com/cpreston321)) ··· 717 712 718 713 [compare changes](https://github.com/unjs/c12/compare/v1.1.1...v1.1.2) 719 714 720 - 721 715 ### 🏡 Chore 722 716 723 - - Update dependencies ([efac912](https://github.com/unjs/c12/commit/efac912)) 717 + - Update dependencies ([efac912](https://github.com/unjs/c12/commit/efac912)) 724 718 725 - ### ❤️ Contributors 719 + ### ❤️ Contributors 726 720 727 721 - Pooya Parsa <pooya@pi0.io> 728 722 ··· 730 724 731 725 [compare changes](https://github.com/unjs/c12/compare/v1.1.0...v1.1.1) 732 726 733 - 734 727 ### 🏡 Chore 735 728 736 - - Update mlly ([b085c9b](https://github.com/unjs/c12/commit/b085c9b)) 729 + - Update mlly ([b085c9b](https://github.com/unjs/c12/commit/b085c9b)) 737 730 738 731 ### 🎨 Styles 739 732 740 - - Format with prettier ([f66ddd6](https://github.com/unjs/c12/commit/f66ddd6)) 733 + - Format with prettier ([f66ddd6](https://github.com/unjs/c12/commit/f66ddd6)) 741 734 742 - ### ❤️ Contributors 735 + ### ❤️ Contributors 743 736 744 737 - Pooya Parsa <pooya@pi0.io> 745 738 746 739 ## [1.1.0](https://github.com/unjs/c12/compare/v1.0.1...v1.1.0) (2022-12-06) 747 740 748 - 749 741 ### Features 750 742 751 - * use giget to clone github urls ([4c7590a](https://github.com/unjs/c12/commit/4c7590ab94c667acd45fb1df05026d49b89431bc)) 752 - 743 + - use giget to clone github urls ([4c7590a](https://github.com/unjs/c12/commit/4c7590ab94c667acd45fb1df05026d49b89431bc)) 753 744 754 745 ### Bug Fixes 755 746 756 - * remove tmp dir to clone ([020e0b0](https://github.com/unjs/c12/commit/020e0b0ede67d02ce6953402201d3913c237dd1c)) 747 + - remove tmp dir to clone ([020e0b0](https://github.com/unjs/c12/commit/020e0b0ede67d02ce6953402201d3913c237dd1c)) 757 748 758 749 ### [1.0.1](https://github.com/unjs/c12/compare/v1.0.0...v1.0.1) (2022-11-15) 759 750 ··· 762 753 ### [0.2.13](https://github.com/unjs/c12/compare/v0.2.12...v0.2.13) (2022-09-19) 763 754 764 755 ### [0.2.12](https://github.com/unjs/c12/compare/v0.2.11...v0.2.12) (2022-09-14) 765 - 766 756 767 757 ### Features 768 758 769 - * `defaultConfig` to be applied before extending ([1c4e898](https://github.com/unjs/c12/commit/1c4e8984e9ecacdeedfe5e2a98e5cb3991e94462)) 759 + - `defaultConfig` to be applied before extending ([1c4e898](https://github.com/unjs/c12/commit/1c4e8984e9ecacdeedfe5e2a98e5cb3991e94462)) 770 760 771 761 ### [0.2.11](https://github.com/unjs/c12/compare/v0.2.10...v0.2.11) (2022-09-06) 772 - 773 762 774 763 ### Features 775 764 776 - * custom `jiti` and `jitiOptions` ([bfd1be5](https://github.com/unjs/c12/commit/bfd1be5a21556eff57c75c1a9d6bece109823923)) 777 - * support loading rc from workspace dir in global mode ([7365a9c](https://github.com/unjs/c12/commit/7365a9cea52c6f9b7d266338bf8096c87c24b5ce)) 778 - 765 + - custom `jiti` and `jitiOptions` ([bfd1be5](https://github.com/unjs/c12/commit/bfd1be5a21556eff57c75c1a9d6bece109823923)) 766 + - support loading rc from workspace dir in global mode ([7365a9c](https://github.com/unjs/c12/commit/7365a9cea52c6f9b7d266338bf8096c87c24b5ce)) 779 767 780 768 ### Bug Fixes 781 769 782 - * `jitiOptions` is optional ([457a045](https://github.com/unjs/c12/commit/457a045683bb491bf9a42d035135b3dc7afce07b)) 783 - * validate sources value to be string ([#32](https://github.com/unjs/c12/issues/32)) ([f97c850](https://github.com/unjs/c12/commit/f97c850e81f2049e74194b76b82c82974a775141)) 770 + - `jitiOptions` is optional ([457a045](https://github.com/unjs/c12/commit/457a045683bb491bf9a42d035135b3dc7afce07b)) 771 + - validate sources value to be string ([#32](https://github.com/unjs/c12/issues/32)) ([f97c850](https://github.com/unjs/c12/commit/f97c850e81f2049e74194b76b82c82974a775141)) 784 772 785 773 ### [0.2.10](https://github.com/unjs/c12/compare/v0.2.9...v0.2.10) (2022-09-01) 786 - 787 774 788 775 ### Features 789 776 790 - * allow extending from multiple keys ([33cb210](https://github.com/unjs/c12/commit/33cb21032ec9d06baac4c69fc0dbf174b89b8944)), closes [#24](https://github.com/unjs/c12/issues/24) 777 + - allow extending from multiple keys ([33cb210](https://github.com/unjs/c12/commit/33cb21032ec9d06baac4c69fc0dbf174b89b8944)), closes [#24](https://github.com/unjs/c12/issues/24) 791 778 792 779 ### [0.2.9](https://github.com/unjs/c12/compare/v0.2.8...v0.2.9) (2022-08-04) 793 780 794 - 795 781 ### Features 796 782 797 - * use native esm resolution where possible ([#26](https://github.com/unjs/c12/issues/26)) ([9744621](https://github.com/unjs/c12/commit/97446215b1069b5f8dec68528e0cfcecdd9f5659)) 783 + - use native esm resolution where possible ([#26](https://github.com/unjs/c12/issues/26)) ([9744621](https://github.com/unjs/c12/commit/97446215b1069b5f8dec68528e0cfcecdd9f5659)) 798 784 799 785 ### [0.2.8](https://github.com/unjs/c12/compare/v0.2.7...v0.2.8) (2022-06-29) 800 786 801 - 802 787 ### Features 803 788 804 - * try resolving paths as npm package ([7c48947](https://github.com/unjs/c12/commit/7c48947754bce2f881d153eb3c490f2940814c80)) 805 - 789 + - try resolving paths as npm package ([7c48947](https://github.com/unjs/c12/commit/7c48947754bce2f881d153eb3c490f2940814c80)) 806 790 807 791 ### Bug Fixes 808 792 809 - * warn when extend layers cannot be resolved ([f6506e8](https://github.com/unjs/c12/commit/f6506e814520716908944be0d2845b489feac353)) 793 + - warn when extend layers cannot be resolved ([f6506e8](https://github.com/unjs/c12/commit/f6506e814520716908944be0d2845b489feac353)) 810 794 811 795 ### [0.2.7](https://github.com/unjs/c12/compare/v0.2.6...v0.2.7) (2022-04-20) 812 - 813 796 814 797 ### Bug Fixes 815 798 816 - * check resolved config file existence before loading ([dda579d](https://github.com/unjs/c12/commit/dda579d26467bb8e3f2964de2f76057cc48edbcf)) 799 + - check resolved config file existence before loading ([dda579d](https://github.com/unjs/c12/commit/dda579d26467bb8e3f2964de2f76057cc48edbcf)) 817 800 818 801 ### [0.2.6](https://github.com/unjs/c12/compare/v0.2.5...v0.2.6) (2022-04-20) 819 - 820 802 821 803 ### Bug Fixes 822 804 823 - * only ignore `MODULE_NOT_FOUND` when message contains configFile ([e067a56](https://github.com/unjs/c12/commit/e067a56e5d47bf396b6b8abd898fff249a1037fd)) 805 + - only ignore `MODULE_NOT_FOUND` when message contains configFile ([e067a56](https://github.com/unjs/c12/commit/e067a56e5d47bf396b6b8abd898fff249a1037fd)) 824 806 825 807 ### [0.2.5](https://github.com/unjs/c12/compare/v0.2.4...v0.2.5) (2022-04-07) 826 808 827 809 ### [0.2.4](https://github.com/unjs/c12/compare/v0.2.3...v0.2.4) (2022-03-21) 828 810 829 - 830 811 ### Bug Fixes 831 812 832 - * avoid double merging of layers ([367cbf8](https://github.com/unjs/c12/commit/367cbf876bad7c389a462409c1cb1481c7b61804)), closes [nuxt/framework#3800](https://github.com/nuxt/framework/issues/3800) 813 + - avoid double merging of layers ([367cbf8](https://github.com/unjs/c12/commit/367cbf876bad7c389a462409c1cb1481c7b61804)), closes [nuxt/framework#3800](https://github.com/nuxt/framework/issues/3800) 833 814 834 815 ### [0.2.3](https://github.com/unjs/c12/compare/v0.2.2...v0.2.3) (2022-03-18) 835 816 836 - 837 817 ### Bug Fixes 838 818 839 - * don't strip empty config files ([#8](https://github.com/unjs/c12/issues/8)) ([67bb1ee](https://github.com/unjs/c12/commit/67bb1ee1d36a0668ccf259a42148002b20ff0c25)) 819 + - don't strip empty config files ([#8](https://github.com/unjs/c12/issues/8)) ([67bb1ee](https://github.com/unjs/c12/commit/67bb1ee1d36a0668ccf259a42148002b20ff0c25)) 840 820 841 821 ### [0.2.2](https://github.com/unjs/c12/compare/v0.2.0...v0.2.2) (2022-03-16) 842 822 843 823 ## [0.2.0](https://github.com/unjs/c12/compare/v0.1.4...v0.2.0) (2022-03-16) 844 824 845 - 846 825 ### ⚠ BREAKING CHANGES 847 826 848 - * preserve all merging sources 827 + - preserve all merging sources 849 828 850 829 ### Features 851 830 852 - * preserve all merging sources ([7a69480](https://github.com/unjs/c12/commit/7a694809c6b21c22fada40256373aced9d56d706)) 831 + - preserve all merging sources ([7a69480](https://github.com/unjs/c12/commit/7a694809c6b21c22fada40256373aced9d56d706)) 853 832 854 833 ### [0.1.4](https://github.com/unjs/c12/compare/v0.1.3...v0.1.4) (2022-03-07) 855 - 856 834 857 835 ### Bug Fixes 858 836 859 - * disable `requireCache` ([#6](https://github.com/unjs/c12/issues/6)) ([1a6f7d3](https://github.com/unjs/c12/commit/1a6f7d368b643bcebfa38d160c3c31dd7339ae65)) 837 + - disable `requireCache` ([#6](https://github.com/unjs/c12/issues/6)) ([1a6f7d3](https://github.com/unjs/c12/commit/1a6f7d368b643bcebfa38d160c3c31dd7339ae65)) 860 838 861 839 ### [0.1.3](https://github.com/unjs/c12/compare/v0.1.2...v0.1.3) (2022-02-10) 862 - 863 840 864 841 ### Bug Fixes 865 842 866 - * apply defaults after extending ([c86024c](https://github.com/unjs/c12/commit/c86024cdc13708b837e5da717fde91ed1bbf6e9a)) 843 + - apply defaults after extending ([c86024c](https://github.com/unjs/c12/commit/c86024cdc13708b837e5da717fde91ed1bbf6e9a)) 867 844 868 845 ### [0.1.2](https://github.com/unjs/c12/compare/v0.1.1...v0.1.2) (2022-02-10) 869 - 870 846 871 847 ### Features 872 848 873 - * extend options ([a76db4d](https://github.com/unjs/c12/commit/a76db4d6c363e0af7e7249f225f036117a750738)) 874 - * support custom resolver ([bd9997b](https://github.com/unjs/c12/commit/bd9997b3e897a9312d4c1bf0862db641d1e5f18f)) 849 + - extend options ([a76db4d](https://github.com/unjs/c12/commit/a76db4d6c363e0af7e7249f225f036117a750738)) 850 + - support custom resolver ([bd9997b](https://github.com/unjs/c12/commit/bd9997b3e897a9312d4c1bf0862db641d1e5f18f)) 875 851 876 852 ### 0.1.1 (2022-01-31) 877 - 878 853 879 854 ### Features 880 855 881 - * basic extends support ([#1](https://github.com/unjs/c12/issues/1)) ([ef199fc](https://github.com/unjs/c12/commit/ef199fcdbcfbff85f4a434ffc70aa1fb065c9a9f)) 882 - * extends support with remote repo ([17ef358](https://github.com/unjs/c12/commit/17ef3586c5b844d7a52e44508d05dbb92618f8fa)) 883 - * nested extend support ([4885487](https://github.com/unjs/c12/commit/48854874d9121724961b4275e96675706a86c465)) 884 - 856 + - basic extends support ([#1](https://github.com/unjs/c12/issues/1)) ([ef199fc](https://github.com/unjs/c12/commit/ef199fcdbcfbff85f4a434ffc70aa1fb065c9a9f)) 857 + - extends support with remote repo ([17ef358](https://github.com/unjs/c12/commit/17ef3586c5b844d7a52e44508d05dbb92618f8fa)) 858 + - nested extend support ([4885487](https://github.com/unjs/c12/commit/48854874d9121724961b4275e96675706a86c465)) 885 859 886 860 ### Bug Fixes 887 861 888 - * escape unsupported chars from tmpdir ([fd04922](https://github.com/unjs/c12/commit/fd04922c40a9893e7e98e06d3be650674b5c6508)) 889 - * temp directory initialization ([3aaf5db](https://github.com/unjs/c12/commit/3aaf5dbf57ceb34704de02c4756f0ac50281c6d1)) 862 + - escape unsupported chars from tmpdir ([fd04922](https://github.com/unjs/c12/commit/fd04922c40a9893e7e98e06d3be650674b5c6508)) 863 + - temp directory initialization ([3aaf5db](https://github.com/unjs/c12/commit/3aaf5dbf57ceb34704de02c4756f0ac50281c6d1))
-15
eslint.config.mjs
··· 1 - import unjs from "eslint-config-unjs"; 2 - 3 - // https://github.com/unjs/eslint-config 4 - export default unjs({ 5 - ignores: [], 6 - rules: { 7 - "unicorn/prevent-abbreviations": 0, 8 - "@typescript-eslint/no-non-null-assertion": 0, 9 - }, 10 - markdown: { 11 - rules: { 12 - "unicorn/no-anonymous-default-export": 0, 13 - }, 14 - }, 15 - });
+22 -21
package.json
··· 2 2 "name": "c12", 3 3 "version": "3.3.3", 4 4 "description": "Smart Config Loader", 5 - "repository": "unjs/c12", 6 5 "license": "MIT", 7 - "sideEffects": false, 6 + "repository": "unjs/c12", 7 + "files": [ 8 + "dist" 9 + ], 8 10 "type": "module", 11 + "sideEffects": false, 12 + "types": "./dist/index.d.mts", 9 13 "exports": { 10 14 ".": { 11 15 "types": "./dist/index.d.mts", ··· 16 20 "default": "./dist/update.mjs" 17 21 } 18 22 }, 19 - "types": "./dist/index.d.mts", 20 - "files": [ 21 - "dist" 22 - ], 23 23 "scripts": { 24 24 "build": "obuild", 25 25 "dev": "vitest dev", 26 - "lint": "eslint . && prettier -c src test", 27 - "lint:fix": "automd && eslint . --fix && prettier -w src test", 26 + "lint": "oxlint . && oxfmt --check src test", 27 + "lint:fix": "automd && oxlint . --fix && oxfmt src test", 28 28 "release": "pnpm build && pnpm test && changelogen --release --push --publish", 29 29 "test": "pnpm lint && vitest run --coverage && pnpm test:types", 30 - "test:types": "tsc --noEmit" 30 + "test:types": "tsgo --noEmit" 31 31 }, 32 32 "dependencies": { 33 33 "chokidar": "^5.0.0", 34 34 "confbox": "^0.2.2", 35 35 "defu": "^6.1.4", 36 - "dotenv": "^17.2.3", 36 + "dotenv": "^17.2.4", 37 37 "exsolve": "^1.0.8", 38 38 "giget": "^2.0.0", 39 39 "jiti": "^2.6.1", 40 40 "ohash": "^2.0.11", 41 41 "pathe": "^2.0.3", 42 - "perfect-debounce": "^2.0.0", 42 + "perfect-debounce": "^2.1.0", 43 43 "pkg-types": "^2.3.0", 44 44 "rc9": "^2.1.2" 45 45 }, 46 46 "devDependencies": { 47 - "@types/node": "^25.0.2", 48 - "@vitest/coverage-v8": "^4.0.15", 49 - "automd": "^0.4.2", 47 + "@types/node": "^25.2.1", 48 + "@typescript/native-preview": "7.0.0-dev.20260206.1", 49 + "@vitest/coverage-v8": "^4.0.18", 50 + "automd": "^0.4.3", 50 51 "changelogen": "^0.6.2", 51 - "eslint": "^9.39.2", 52 - "eslint-config-unjs": "^0.5.0", 52 + "eslint-config-unjs": "^0.6.2", 53 53 "expect-type": "^1.3.0", 54 - "magicast": "^0.5.1", 55 - "obuild": "^0.4.8", 56 - "prettier": "^3.7.4", 54 + "magicast": "^0.5.2", 55 + "obuild": "^0.4.24", 56 + "oxfmt": "^0.28.0", 57 + "oxlint": "^1.43.0", 57 58 "typescript": "^5.9.3", 58 - "vitest": "^4.0.15" 59 + "vitest": "^4.0.18" 59 60 }, 60 61 "peerDependencies": { 61 62 "magicast": "*" ··· 65 66 "optional": true 66 67 } 67 68 }, 68 - "packageManager": "pnpm@10.26.0" 69 + "packageManager": "pnpm@10.28.2" 69 70 }
+1468 -1226
pnpm-lock.yaml
··· 18 18 specifier: ^6.1.4 19 19 version: 6.1.4 20 20 dotenv: 21 - specifier: ^17.2.3 22 - version: 17.2.3 21 + specifier: ^17.2.4 22 + version: 17.2.4 23 23 exsolve: 24 24 specifier: ^1.0.8 25 25 version: 1.0.8 ··· 36 36 specifier: ^2.0.3 37 37 version: 2.0.3 38 38 perfect-debounce: 39 - specifier: ^2.0.0 40 - version: 2.0.0 39 + specifier: ^2.1.0 40 + version: 2.1.0 41 41 pkg-types: 42 42 specifier: ^2.3.0 43 43 version: 2.3.0 ··· 46 46 version: 2.1.2 47 47 devDependencies: 48 48 '@types/node': 49 - specifier: ^25.0.2 50 - version: 25.0.2 49 + specifier: ^25.2.1 50 + version: 25.2.1 51 + '@typescript/native-preview': 52 + specifier: 7.0.0-dev.20260206.1 53 + version: 7.0.0-dev.20260206.1 51 54 '@vitest/coverage-v8': 52 - specifier: ^4.0.15 53 - version: 4.0.15(vitest@4.0.15(@types/node@25.0.2)(jiti@2.6.1)) 55 + specifier: ^4.0.18 56 + version: 4.0.18(vitest@4.0.18(@types/node@25.2.1)(jiti@2.6.1)) 54 57 automd: 55 - specifier: ^0.4.2 56 - version: 0.4.2(magicast@0.5.1) 58 + specifier: ^0.4.3 59 + version: 0.4.3(magicast@0.5.2) 57 60 changelogen: 58 61 specifier: ^0.6.2 59 - version: 0.6.2(magicast@0.5.1) 60 - eslint: 61 - specifier: ^9.39.2 62 - version: 9.39.2(jiti@2.6.1) 62 + version: 0.6.2(magicast@0.5.2) 63 63 eslint-config-unjs: 64 - specifier: ^0.5.0 65 - version: 0.5.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) 64 + specifier: ^0.6.2 65 + version: 0.6.2(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) 66 66 expect-type: 67 67 specifier: ^1.3.0 68 68 version: 1.3.0 69 69 magicast: 70 - specifier: ^0.5.1 71 - version: 0.5.1 70 + specifier: ^0.5.2 71 + version: 0.5.2 72 72 obuild: 73 - specifier: ^0.4.8 74 - version: 0.4.8(magicast@0.5.1)(typescript@5.9.3) 75 - prettier: 76 - specifier: ^3.7.4 77 - version: 3.7.4 73 + specifier: ^0.4.24 74 + version: 0.4.24(@typescript/native-preview@7.0.0-dev.20260206.1)(magicast@0.5.2)(typescript@5.9.3) 75 + oxfmt: 76 + specifier: ^0.28.0 77 + version: 0.28.0 78 + oxlint: 79 + specifier: ^1.43.0 80 + version: 1.43.0 78 81 typescript: 79 82 specifier: ^5.9.3 80 83 version: 5.9.3 81 84 vitest: 82 - specifier: ^4.0.15 83 - version: 4.0.15(@types/node@25.0.2)(jiti@2.6.1) 85 + specifier: ^4.0.18 86 + version: 4.0.18(@types/node@25.2.1)(jiti@2.6.1) 84 87 85 88 packages: 86 89 87 - '@babel/generator@7.28.5': 88 - resolution: {integrity: sha512-3EwLFhZ38J4VyIP6WNtt2kUdW9dokXA9Cr4IVIFHuCpZ3H8/YFOl5JjZHisrn1fATPBmKKqXzDFvh9fUwHz6CQ==} 89 - engines: {node: '>=6.9.0'} 90 + '@babel/generator@8.0.0-rc.1': 91 + resolution: {integrity: sha512-3ypWOOiC4AYHKr8vYRVtWtWmyvcoItHtVqF8paFax+ydpmUdPsJpLBkBBs5ItmhdrwC3a0ZSqqFAdzls4ODP3w==} 92 + engines: {node: ^20.19.0 || >=22.12.0} 90 93 91 94 '@babel/helper-string-parser@7.27.1': 92 95 resolution: {integrity: sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==} 93 96 engines: {node: '>=6.9.0'} 94 97 98 + '@babel/helper-string-parser@8.0.0-rc.1': 99 + resolution: {integrity: sha512-vi/pfmbrOtQmqgfboaBhaCU50G7mcySVu69VU8z+lYoPPB6WzI9VgV7WQfL908M4oeSH5fDkmoupIqoE0SdApw==} 100 + engines: {node: ^20.19.0 || >=22.12.0} 101 + 95 102 '@babel/helper-validator-identifier@7.28.5': 96 103 resolution: {integrity: sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==} 97 104 engines: {node: '>=6.9.0'} 98 105 99 - '@babel/parser@7.28.5': 100 - resolution: {integrity: sha512-KKBU1VGYR7ORr3At5HAtUQ+TV3SzRCXmA/8OdDZiLDBIZxVyzXuztPjfLd3BV1PRAQGCMWWSHYhL0F8d5uHBDQ==} 106 + '@babel/helper-validator-identifier@8.0.0-rc.1': 107 + resolution: {integrity: sha512-I4YnARytXC2RzkLNVnf5qFNFMzp679qZpmtw/V3Jt2uGnWiIxyJtaukjG7R8pSx8nG2NamICpGfljQsogj+FbQ==} 108 + engines: {node: ^20.19.0 || >=22.12.0} 109 + 110 + '@babel/parser@7.29.0': 111 + resolution: {integrity: sha512-IyDgFV5GeDUVX4YdF/3CPULtVGSXXMLh1xVIgdCgxApktqnQV0r7/8Nqthg+8YLGaAtdyIlo2qIdZrbCv4+7ww==} 101 112 engines: {node: '>=6.0.0'} 102 113 hasBin: true 103 114 104 - '@babel/runtime@7.28.4': 105 - resolution: {integrity: sha512-Q/N6JNWvIvPnLDvjlE1OUBLPQHH6l3CltCEsHIujp45zQUSSh8K+gHnaEX45yAT1nyngnINhvWtzN+Nb9D8RAQ==} 115 + '@babel/parser@8.0.0-rc.1': 116 + resolution: {integrity: sha512-6HyyU5l1yK/7h9Ki52i5h6mDAx4qJdiLQO4FdCyJNoB/gy3T3GGJdhQzzbZgvgZCugYBvwtQiWRt94QKedHnkA==} 117 + engines: {node: ^20.19.0 || >=22.12.0} 118 + hasBin: true 119 + 120 + '@babel/runtime@7.28.6': 121 + resolution: {integrity: sha512-05WQkdpL9COIMz4LjTxGpPNCdlpyimKppYNoJ5Di5EUObifl8t4tuLuUBBZEpoLYOmfvIWrsp9fCl0HoPRVTdA==} 106 122 engines: {node: '>=6.9.0'} 107 123 108 - '@babel/types@7.28.5': 109 - resolution: {integrity: sha512-qQ5m48eI/MFLQ5PxQj4PFaprjyCTLI37ElWMmNs0K8Lk3dVeOdNpB3ks8jc7yM5CDmVC73eMVk/trk3fgmrUpA==} 124 + '@babel/types@7.29.0': 125 + resolution: {integrity: sha512-LwdZHpScM4Qz8Xw2iKSzS+cfglZzJGvofQICy7W7v4caru4EaAmyUuO6BGrbyQ2mYV11W0U8j5mBhd14dd3B0A==} 110 126 engines: {node: '>=6.9.0'} 111 127 128 + '@babel/types@8.0.0-rc.1': 129 + resolution: {integrity: sha512-ubmJ6TShyaD69VE9DQrlXcdkvJbmwWPB8qYj0H2kaJi29O7vJT9ajSdBd2W8CG34pwL9pYA74fi7RHC1qbLoVQ==} 130 + engines: {node: ^20.19.0 || >=22.12.0} 131 + 112 132 '@bcoe/v8-coverage@1.0.2': 113 133 resolution: {integrity: sha512-6zABk/ECA/QYSCQ1NGiVwwbQerUCZ+TQbp64Q3AgmfNvurHH0j8TtXa1qbShXA6qqkpAj4V5W8pP6mLe1mcMqA==} 114 134 engines: {node: '>=18'} 115 135 116 - '@emnapi/core@1.7.1': 117 - resolution: {integrity: sha512-o1uhUASyo921r2XtHYOHy7gdkGLge8ghBEQHMWmyJFoXlpU58kIrhhN3w26lpQb6dspetweapMn2CSNwQ8I4wg==} 136 + '@emnapi/core@1.8.1': 137 + resolution: {integrity: sha512-AvT9QFpxK0Zd8J0jopedNm+w/2fIzvtPKPjqyw9jwvBaReTTqPBk9Hixaz7KbjimP+QNz605/XnjFcDAL2pqBg==} 118 138 119 - '@emnapi/runtime@1.7.1': 120 - resolution: {integrity: sha512-PVtJr5CmLwYAU9PZDMITZoR5iAOShYREoR45EyyLrbntV50mdePTgUn4AmOw90Ifcj+x2kRjdzr1HP3RrNiHGA==} 139 + '@emnapi/runtime@1.8.1': 140 + resolution: {integrity: sha512-mehfKSMWjjNol8659Z8KxEMrdSJDDot5SXMq00dM8BN4o+CLNXQ0xH2V7EchNHV4RmbZLmmPdEaXZc5H2FXmDg==} 121 141 122 142 '@emnapi/wasi-threads@1.1.0': 123 143 resolution: {integrity: sha512-WI0DdZ8xFSbgMjR1sFsKABJ/C5OnRrjT06JXbZKexJGrDuPTzZdDYfFlsgcCXCyf+suG5QU2e/y1Wo2V/OapLQ==} 124 144 125 - '@esbuild/aix-ppc64@0.27.1': 126 - resolution: {integrity: sha512-HHB50pdsBX6k47S4u5g/CaLjqS3qwaOVE5ILsq64jyzgMhLuCuZ8rGzM9yhsAjfjkbgUPMzZEPa7DAp7yz6vuA==} 145 + '@esbuild/aix-ppc64@0.27.3': 146 + resolution: {integrity: sha512-9fJMTNFTWZMh5qwrBItuziu834eOCUcEqymSH7pY+zoMVEZg3gcPuBNxH1EvfVYe9h0x/Ptw8KBzv7qxb7l8dg==} 127 147 engines: {node: '>=18'} 128 148 cpu: [ppc64] 129 149 os: [aix] 130 150 131 - '@esbuild/android-arm64@0.27.1': 132 - resolution: {integrity: sha512-45fuKmAJpxnQWixOGCrS+ro4Uvb4Re9+UTieUY2f8AEc+t7d4AaZ6eUJ3Hva7dtrxAAWHtlEFsXFMAgNnGU9uQ==} 151 + '@esbuild/android-arm64@0.27.3': 152 + resolution: {integrity: sha512-YdghPYUmj/FX2SYKJ0OZxf+iaKgMsKHVPF1MAq/P8WirnSpCStzKJFjOjzsW0QQ7oIAiccHdcqjbHmJxRb/dmg==} 133 153 engines: {node: '>=18'} 134 154 cpu: [arm64] 135 155 os: [android] 136 156 137 - '@esbuild/android-arm@0.27.1': 138 - resolution: {integrity: sha512-kFqa6/UcaTbGm/NncN9kzVOODjhZW8e+FRdSeypWe6j33gzclHtwlANs26JrupOntlcWmB0u8+8HZo8s7thHvg==} 157 + '@esbuild/android-arm@0.27.3': 158 + resolution: {integrity: sha512-i5D1hPY7GIQmXlXhs2w8AWHhenb00+GxjxRncS2ZM7YNVGNfaMxgzSGuO8o8SJzRc/oZwU2bcScvVERk03QhzA==} 139 159 engines: {node: '>=18'} 140 160 cpu: [arm] 141 161 os: [android] 142 162 143 - '@esbuild/android-x64@0.27.1': 144 - resolution: {integrity: sha512-LBEpOz0BsgMEeHgenf5aqmn/lLNTFXVfoWMUox8CtWWYK9X4jmQzWjoGoNb8lmAYml/tQ/Ysvm8q7szu7BoxRQ==} 163 + '@esbuild/android-x64@0.27.3': 164 + resolution: {integrity: sha512-IN/0BNTkHtk8lkOM8JWAYFg4ORxBkZQf9zXiEOfERX/CzxW3Vg1ewAhU7QSWQpVIzTW+b8Xy+lGzdYXV6UZObQ==} 145 165 engines: {node: '>=18'} 146 166 cpu: [x64] 147 167 os: [android] 148 168 149 - '@esbuild/darwin-arm64@0.27.1': 150 - resolution: {integrity: sha512-veg7fL8eMSCVKL7IW4pxb54QERtedFDfY/ASrumK/SbFsXnRazxY4YykN/THYqFnFwJ0aVjiUrVG2PwcdAEqQQ==} 169 + '@esbuild/darwin-arm64@0.27.3': 170 + resolution: {integrity: sha512-Re491k7ByTVRy0t3EKWajdLIr0gz2kKKfzafkth4Q8A5n1xTHrkqZgLLjFEHVD+AXdUGgQMq+Godfq45mGpCKg==} 151 171 engines: {node: '>=18'} 152 172 cpu: [arm64] 153 173 os: [darwin] 154 174 155 - '@esbuild/darwin-x64@0.27.1': 156 - resolution: {integrity: sha512-+3ELd+nTzhfWb07Vol7EZ+5PTbJ/u74nC6iv4/lwIU99Ip5uuY6QoIf0Hn4m2HoV0qcnRivN3KSqc+FyCHjoVQ==} 175 + '@esbuild/darwin-x64@0.27.3': 176 + resolution: {integrity: sha512-vHk/hA7/1AckjGzRqi6wbo+jaShzRowYip6rt6q7VYEDX4LEy1pZfDpdxCBnGtl+A5zq8iXDcyuxwtv3hNtHFg==} 157 177 engines: {node: '>=18'} 158 178 cpu: [x64] 159 179 os: [darwin] 160 180 161 - '@esbuild/freebsd-arm64@0.27.1': 162 - resolution: {integrity: sha512-/8Rfgns4XD9XOSXlzUDepG8PX+AVWHliYlUkFI3K3GB6tqbdjYqdhcb4BKRd7C0BhZSoaCxhv8kTcBrcZWP+xg==} 181 + '@esbuild/freebsd-arm64@0.27.3': 182 + resolution: {integrity: sha512-ipTYM2fjt3kQAYOvo6vcxJx3nBYAzPjgTCk7QEgZG8AUO3ydUhvelmhrbOheMnGOlaSFUoHXB6un+A7q4ygY9w==} 163 183 engines: {node: '>=18'} 164 184 cpu: [arm64] 165 185 os: [freebsd] 166 186 167 - '@esbuild/freebsd-x64@0.27.1': 168 - resolution: {integrity: sha512-GITpD8dK9C+r+5yRT/UKVT36h/DQLOHdwGVwwoHidlnA168oD3uxA878XloXebK4Ul3gDBBIvEdL7go9gCUFzQ==} 187 + '@esbuild/freebsd-x64@0.27.3': 188 + resolution: {integrity: sha512-dDk0X87T7mI6U3K9VjWtHOXqwAMJBNN2r7bejDsc+j03SEjtD9HrOl8gVFByeM0aJksoUuUVU9TBaZa2rgj0oA==} 169 189 engines: {node: '>=18'} 170 190 cpu: [x64] 171 191 os: [freebsd] 172 192 173 - '@esbuild/linux-arm64@0.27.1': 174 - resolution: {integrity: sha512-W9//kCrh/6in9rWIBdKaMtuTTzNj6jSeG/haWBADqLLa9P8O5YSRDzgD5y9QBok4AYlzS6ARHifAb75V6G670Q==} 193 + '@esbuild/linux-arm64@0.27.3': 194 + resolution: {integrity: sha512-sZOuFz/xWnZ4KH3YfFrKCf1WyPZHakVzTiqji3WDc0BCl2kBwiJLCXpzLzUBLgmp4veFZdvN5ChW4Eq/8Fc2Fg==} 175 195 engines: {node: '>=18'} 176 196 cpu: [arm64] 177 197 os: [linux] 178 198 179 - '@esbuild/linux-arm@0.27.1': 180 - resolution: {integrity: sha512-ieMID0JRZY/ZeCrsFQ3Y3NlHNCqIhTprJfDgSB3/lv5jJZ8FX3hqPyXWhe+gvS5ARMBJ242PM+VNz/ctNj//eA==} 199 + '@esbuild/linux-arm@0.27.3': 200 + resolution: {integrity: sha512-s6nPv2QkSupJwLYyfS+gwdirm0ukyTFNl3KTgZEAiJDd+iHZcbTPPcWCcRYH+WlNbwChgH2QkE9NSlNrMT8Gfw==} 181 201 engines: {node: '>=18'} 182 202 cpu: [arm] 183 203 os: [linux] 184 204 185 - '@esbuild/linux-ia32@0.27.1': 186 - resolution: {integrity: sha512-VIUV4z8GD8rtSVMfAj1aXFahsi/+tcoXXNYmXgzISL+KB381vbSTNdeZHHHIYqFyXcoEhu9n5cT+05tRv13rlw==} 205 + '@esbuild/linux-ia32@0.27.3': 206 + resolution: {integrity: sha512-yGlQYjdxtLdh0a3jHjuwOrxQjOZYD/C9PfdbgJJF3TIZWnm/tMd/RcNiLngiu4iwcBAOezdnSLAwQDPqTmtTYg==} 187 207 engines: {node: '>=18'} 188 208 cpu: [ia32] 189 209 os: [linux] 190 210 191 - '@esbuild/linux-loong64@0.27.1': 192 - resolution: {integrity: sha512-l4rfiiJRN7sTNI//ff65zJ9z8U+k6zcCg0LALU5iEWzY+a1mVZ8iWC1k5EsNKThZ7XCQ6YWtsZ8EWYm7r1UEsg==} 211 + '@esbuild/linux-loong64@0.27.3': 212 + resolution: {integrity: sha512-WO60Sn8ly3gtzhyjATDgieJNet/KqsDlX5nRC5Y3oTFcS1l0KWba+SEa9Ja1GfDqSF1z6hif/SkpQJbL63cgOA==} 193 213 engines: {node: '>=18'} 194 214 cpu: [loong64] 195 215 os: [linux] 196 216 197 - '@esbuild/linux-mips64el@0.27.1': 198 - resolution: {integrity: sha512-U0bEuAOLvO/DWFdygTHWY8C067FXz+UbzKgxYhXC0fDieFa0kDIra1FAhsAARRJbvEyso8aAqvPdNxzWuStBnA==} 217 + '@esbuild/linux-mips64el@0.27.3': 218 + resolution: {integrity: sha512-APsymYA6sGcZ4pD6k+UxbDjOFSvPWyZhjaiPyl/f79xKxwTnrn5QUnXR5prvetuaSMsb4jgeHewIDCIWljrSxw==} 199 219 engines: {node: '>=18'} 200 220 cpu: [mips64el] 201 221 os: [linux] 202 222 203 - '@esbuild/linux-ppc64@0.27.1': 204 - resolution: {integrity: sha512-NzdQ/Xwu6vPSf/GkdmRNsOfIeSGnh7muundsWItmBsVpMoNPVpM61qNzAVY3pZ1glzzAxLR40UyYM23eaDDbYQ==} 223 + '@esbuild/linux-ppc64@0.27.3': 224 + resolution: {integrity: sha512-eizBnTeBefojtDb9nSh4vvVQ3V9Qf9Df01PfawPcRzJH4gFSgrObw+LveUyDoKU3kxi5+9RJTCWlj4FjYXVPEA==} 205 225 engines: {node: '>=18'} 206 226 cpu: [ppc64] 207 227 os: [linux] 208 228 209 - '@esbuild/linux-riscv64@0.27.1': 210 - resolution: {integrity: sha512-7zlw8p3IApcsN7mFw0O1Z1PyEk6PlKMu18roImfl3iQHTnr/yAfYv6s4hXPidbDoI2Q0pW+5xeoM4eTCC0UdrQ==} 229 + '@esbuild/linux-riscv64@0.27.3': 230 + resolution: {integrity: sha512-3Emwh0r5wmfm3ssTWRQSyVhbOHvqegUDRd0WhmXKX2mkHJe1SFCMJhagUleMq+Uci34wLSipf8Lagt4LlpRFWQ==} 211 231 engines: {node: '>=18'} 212 232 cpu: [riscv64] 213 233 os: [linux] 214 234 215 - '@esbuild/linux-s390x@0.27.1': 216 - resolution: {integrity: sha512-cGj5wli+G+nkVQdZo3+7FDKC25Uh4ZVwOAK6A06Hsvgr8WqBBuOy/1s+PUEd/6Je+vjfm6stX0kmib5b/O2Ykw==} 235 + '@esbuild/linux-s390x@0.27.3': 236 + resolution: {integrity: sha512-pBHUx9LzXWBc7MFIEEL0yD/ZVtNgLytvx60gES28GcWMqil8ElCYR4kvbV2BDqsHOvVDRrOxGySBM9Fcv744hw==} 217 237 engines: {node: '>=18'} 218 238 cpu: [s390x] 219 239 os: [linux] 220 240 221 - '@esbuild/linux-x64@0.27.1': 222 - resolution: {integrity: sha512-z3H/HYI9MM0HTv3hQZ81f+AKb+yEoCRlUby1F80vbQ5XdzEMyY/9iNlAmhqiBKw4MJXwfgsh7ERGEOhrM1niMA==} 241 + '@esbuild/linux-x64@0.27.3': 242 + resolution: {integrity: sha512-Czi8yzXUWIQYAtL/2y6vogER8pvcsOsk5cpwL4Gk5nJqH5UZiVByIY8Eorm5R13gq+DQKYg0+JyQoytLQas4dA==} 223 243 engines: {node: '>=18'} 224 244 cpu: [x64] 225 245 os: [linux] 226 246 227 - '@esbuild/netbsd-arm64@0.27.1': 228 - resolution: {integrity: sha512-wzC24DxAvk8Em01YmVXyjl96Mr+ecTPyOuADAvjGg+fyBpGmxmcr2E5ttf7Im8D0sXZihpxzO1isus8MdjMCXQ==} 247 + '@esbuild/netbsd-arm64@0.27.3': 248 + resolution: {integrity: sha512-sDpk0RgmTCR/5HguIZa9n9u+HVKf40fbEUt+iTzSnCaGvY9kFP0YKBWZtJaraonFnqef5SlJ8/TiPAxzyS+UoA==} 229 249 engines: {node: '>=18'} 230 250 cpu: [arm64] 231 251 os: [netbsd] 232 252 233 - '@esbuild/netbsd-x64@0.27.1': 234 - resolution: {integrity: sha512-1YQ8ybGi2yIXswu6eNzJsrYIGFpnlzEWRl6iR5gMgmsrR0FcNoV1m9k9sc3PuP5rUBLshOZylc9nqSgymI+TYg==} 253 + '@esbuild/netbsd-x64@0.27.3': 254 + resolution: {integrity: sha512-P14lFKJl/DdaE00LItAukUdZO5iqNH7+PjoBm+fLQjtxfcfFE20Xf5CrLsmZdq5LFFZzb5JMZ9grUwvtVYzjiA==} 235 255 engines: {node: '>=18'} 236 256 cpu: [x64] 237 257 os: [netbsd] 238 258 239 - '@esbuild/openbsd-arm64@0.27.1': 240 - resolution: {integrity: sha512-5Z+DzLCrq5wmU7RDaMDe2DVXMRm2tTDvX2KU14JJVBN2CT/qov7XVix85QoJqHltpvAOZUAc3ndU56HSMWrv8g==} 259 + '@esbuild/openbsd-arm64@0.27.3': 260 + resolution: {integrity: sha512-AIcMP77AvirGbRl/UZFTq5hjXK+2wC7qFRGoHSDrZ5v5b8DK/GYpXW3CPRL53NkvDqb9D+alBiC/dV0Fb7eJcw==} 241 261 engines: {node: '>=18'} 242 262 cpu: [arm64] 243 263 os: [openbsd] 244 264 245 - '@esbuild/openbsd-x64@0.27.1': 246 - resolution: {integrity: sha512-Q73ENzIdPF5jap4wqLtsfh8YbYSZ8Q0wnxplOlZUOyZy7B4ZKW8DXGWgTCZmF8VWD7Tciwv5F4NsRf6vYlZtqg==} 265 + '@esbuild/openbsd-x64@0.27.3': 266 + resolution: {integrity: sha512-DnW2sRrBzA+YnE70LKqnM3P+z8vehfJWHXECbwBmH/CU51z6FiqTQTHFenPlHmo3a8UgpLyH3PT+87OViOh1AQ==} 247 267 engines: {node: '>=18'} 248 268 cpu: [x64] 249 269 os: [openbsd] 250 270 251 - '@esbuild/openharmony-arm64@0.27.1': 252 - resolution: {integrity: sha512-ajbHrGM/XiK+sXM0JzEbJAen+0E+JMQZ2l4RR4VFwvV9JEERx+oxtgkpoKv1SevhjavK2z2ReHk32pjzktWbGg==} 271 + '@esbuild/openharmony-arm64@0.27.3': 272 + resolution: {integrity: sha512-NinAEgr/etERPTsZJ7aEZQvvg/A6IsZG/LgZy+81wON2huV7SrK3e63dU0XhyZP4RKGyTm7aOgmQk0bGp0fy2g==} 253 273 engines: {node: '>=18'} 254 274 cpu: [arm64] 255 275 os: [openharmony] 256 276 257 - '@esbuild/sunos-x64@0.27.1': 258 - resolution: {integrity: sha512-IPUW+y4VIjuDVn+OMzHc5FV4GubIwPnsz6ubkvN8cuhEqH81NovB53IUlrlBkPMEPxvNnf79MGBoz8rZ2iW8HA==} 277 + '@esbuild/sunos-x64@0.27.3': 278 + resolution: {integrity: sha512-PanZ+nEz+eWoBJ8/f8HKxTTD172SKwdXebZ0ndd953gt1HRBbhMsaNqjTyYLGLPdoWHy4zLU7bDVJztF5f3BHA==} 259 279 engines: {node: '>=18'} 260 280 cpu: [x64] 261 281 os: [sunos] 262 282 263 - '@esbuild/win32-arm64@0.27.1': 264 - resolution: {integrity: sha512-RIVRWiljWA6CdVu8zkWcRmGP7iRRIIwvhDKem8UMBjPql2TXM5PkDVvvrzMtj1V+WFPB4K7zkIGM7VzRtFkjdg==} 283 + '@esbuild/win32-arm64@0.27.3': 284 + resolution: {integrity: sha512-B2t59lWWYrbRDw/tjiWOuzSsFh1Y/E95ofKz7rIVYSQkUYBjfSgf6oeYPNWHToFRr2zx52JKApIcAS/D5TUBnA==} 265 285 engines: {node: '>=18'} 266 286 cpu: [arm64] 267 287 os: [win32] 268 288 269 - '@esbuild/win32-ia32@0.27.1': 270 - resolution: {integrity: sha512-2BR5M8CPbptC1AK5JbJT1fWrHLvejwZidKx3UMSF0ecHMa+smhi16drIrCEggkgviBwLYd5nwrFLSl5Kho96RQ==} 289 + '@esbuild/win32-ia32@0.27.3': 290 + resolution: {integrity: sha512-QLKSFeXNS8+tHW7tZpMtjlNb7HKau0QDpwm49u0vUp9y1WOF+PEzkU84y9GqYaAVW8aH8f3GcBck26jh54cX4Q==} 271 291 engines: {node: '>=18'} 272 292 cpu: [ia32] 273 293 os: [win32] 274 294 275 - '@esbuild/win32-x64@0.27.1': 276 - resolution: {integrity: sha512-d5X6RMYv6taIymSk8JBP+nxv8DQAMY6A51GPgusqLdK9wBz5wWIXy1KjTck6HnjE9hqJzJRdk+1p/t5soSbCtw==} 295 + '@esbuild/win32-x64@0.27.3': 296 + resolution: {integrity: sha512-4uJGhsxuptu3OcpVAzli+/gWusVGwZZHTlS63hh++ehExkVT8SgiEf7/uC/PclrPPkLhZqGgCTjd0VWLo6xMqA==} 277 297 engines: {node: '>=18'} 278 298 cpu: [x64] 279 299 os: [win32] 280 300 281 - '@eslint-community/eslint-utils@4.9.0': 282 - resolution: {integrity: sha512-ayVFHdtZ+hsq1t2Dy24wCmGXGe4q9Gu3smhLYALJrr473ZH27MsnSL+LKUlimp4BWJqMDMLmPpx/Q9R3OAlL4g==} 301 + '@eslint-community/eslint-utils@4.9.1': 302 + resolution: {integrity: sha512-phrYmNiYppR7znFEdqgfWHXR6NCkZEK7hwWDHZUjit/2/U0r6XvkDl0SYnoM51Hq7FhCGdLDT6zxCCOY1hexsQ==} 283 303 engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} 284 304 peerDependencies: 285 305 eslint: ^6.0.0 || ^7.0.0 || >=8.0.0 ··· 296 316 resolution: {integrity: sha512-gBrxN88gOIf3R7ja5K9slwNayVcZgK6SOUORm2uBzTeIEfeVaIhOpCtTox3P6R7o2jLFwLFTLnC7kU/RGcYEgw==} 297 317 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 298 318 299 - '@eslint/core@0.13.0': 300 - resolution: {integrity: sha512-yfkgDw1KR66rkT5A8ci4irzDysN7FRpq3ttJolR88OqQikAWqwA8j5VZyas+vjyBNFIJ7MfybJ9plMILI2UrCw==} 301 - engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 302 - 303 319 '@eslint/core@0.17.0': 304 320 resolution: {integrity: sha512-yL/sLrpmtDaFEiUj1osRP4TI2MDz1AddJL+jZ7KSqvBuliN4xqYY54IfdN8qD8Toa6g1iloph1fxQNkjOxrrpQ==} 305 321 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} ··· 312 328 resolution: {integrity: sha512-q1mjIoW1VX4IvSocvM/vbTiveKC4k9eLrajNEuSsmjymSDEbpGddtpfOoN7YGAqBK3NG+uqo8ia4PDTt8buCYA==} 313 329 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 314 330 315 - '@eslint/object-schema@2.1.7': 316 - resolution: {integrity: sha512-VtAOaymWVfZcmZbp6E2mympDIHvyjXs/12LqWYjVw6qjrfF+VK+fyG33kChz3nnK+SU5/NeHOqrTEHS8sXO3OA==} 331 + '@eslint/markdown@7.5.1': 332 + resolution: {integrity: sha512-R8uZemG9dKTbru/DQRPblbJyXpObwKzo8rv1KYGGuPUPtjM4LXBYM9q5CIZAComzZupws3tWbDwam5AFpPLyJQ==} 317 333 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 318 334 319 - '@eslint/plugin-kit@0.2.8': 320 - resolution: {integrity: sha512-ZAoA40rNMPwSm+AeHpCq8STiNAwzWLJuP8Xv4CHIc9wv/PSuExjMrmjfYNj682vW0OOiZ1HKxzvjQr9XZIisQA==} 335 + '@eslint/object-schema@2.1.7': 336 + resolution: {integrity: sha512-VtAOaymWVfZcmZbp6E2mympDIHvyjXs/12LqWYjVw6qjrfF+VK+fyG33kChz3nnK+SU5/NeHOqrTEHS8sXO3OA==} 321 337 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 322 338 323 339 '@eslint/plugin-kit@0.4.1': ··· 353 369 '@jridgewell/trace-mapping@0.3.31': 354 370 resolution: {integrity: sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==} 355 371 356 - '@napi-rs/wasm-runtime@1.1.0': 357 - resolution: {integrity: sha512-Fq6DJW+Bb5jaWE69/qOE0D1TUN9+6uWhCeZpdnSBk14pjLcCWR7Q8n49PTSPHazM37JqrsdpEthXy2xn6jWWiA==} 358 - 359 - '@oxc-minify/binding-android-arm64@0.102.0': 360 - resolution: {integrity: sha512-pknM+ttJTwRr7ezn1v5K+o2P4RRjLAzKI10bjVDPybwWQ544AZW6jxm7/YDgF2yUbWEV9o7cAQPkIUOmCiW8vg==} 361 - engines: {node: ^20.19.0 || >=22.12.0} 362 - cpu: [arm64] 363 - os: [android] 364 - 365 - '@oxc-minify/binding-darwin-arm64@0.102.0': 366 - resolution: {integrity: sha512-BDLiH41ZctNND38+GCEL3ZxFn9j7qMZJLrr6SLWMt8xlG4Sl64xTkZ0zeUy4RdVEatKKZdrRIhFZ2e5wPDQT6Q==} 367 - engines: {node: ^20.19.0 || >=22.12.0} 368 - cpu: [arm64] 369 - os: [darwin] 370 - 371 - '@oxc-minify/binding-darwin-x64@0.102.0': 372 - resolution: {integrity: sha512-AcB8ZZ711w4hTDhMfMHNjT2d+hekTQ2XmNSUBqJdXB+a2bJbE50UCRq/nxXl44zkjaQTit3lcQbFvhk2wwKcpw==} 373 - engines: {node: ^20.19.0 || >=22.12.0} 374 - cpu: [x64] 375 - os: [darwin] 376 - 377 - '@oxc-minify/binding-freebsd-x64@0.102.0': 378 - resolution: {integrity: sha512-UlLEN9mR5QaviYVMWZQsN9DgAH3qyV67XUXDEzSrbVMLsqHsVHhFU8ZIeO0fxWTQW/cgpvldvKp9/+RdrggqWw==} 379 - engines: {node: ^20.19.0 || >=22.12.0} 380 - cpu: [x64] 381 - os: [freebsd] 382 - 383 - '@oxc-minify/binding-linux-arm-gnueabihf@0.102.0': 384 - resolution: {integrity: sha512-CWyCwedZrUt47n56/RwHSwKXxVI3p98hB0ntLaBNeH5qjjBujs9uOh4bQ0aAlzUWunT77b3/Y+xcQnmV42HN4A==} 385 - engines: {node: ^20.19.0 || >=22.12.0} 386 - cpu: [arm] 387 - os: [linux] 388 - 389 - '@oxc-minify/binding-linux-arm64-gnu@0.102.0': 390 - resolution: {integrity: sha512-W/DCw+Ys8rXj4j38ylJ2l6Kvp6SV+eO5SUWA11imz7yCWntNL001KJyGQ9PJNUFHg0jbxe3yqm4M50v6miWzeA==} 391 - engines: {node: ^20.19.0 || >=22.12.0} 392 - cpu: [arm64] 393 - os: [linux] 394 - 395 - '@oxc-minify/binding-linux-arm64-musl@0.102.0': 396 - resolution: {integrity: sha512-DyH/t/zSZHuX4Nn239oBteeMC4OP7B13EyXWX18Qg8aJoZ+lZo90WPGOvhP04zII33jJ7di+vrtAUhsX64lp+A==} 397 - engines: {node: ^20.19.0 || >=22.12.0} 398 - cpu: [arm64] 399 - os: [linux] 400 - 401 - '@oxc-minify/binding-linux-riscv64-gnu@0.102.0': 402 - resolution: {integrity: sha512-CMvzrmOg+Gs44E7TRK/IgrHYp+wwVJxVV8niUrDR2b3SsrCO3NQz5LI+7bM1qDbWnuu5Cl1aiitoMfjRY61dSg==} 403 - engines: {node: ^20.19.0 || >=22.12.0} 404 - cpu: [riscv64] 405 - os: [linux] 406 - 407 - '@oxc-minify/binding-linux-s390x-gnu@0.102.0': 408 - resolution: {integrity: sha512-tZWr6j2s0ddm9MTfWTI3myaAArg9GDy4UgvpF00kMQAjLcGUNhEEQbB9Bd9KtCvDQzaan8HQs0GVWUp+DWrymw==} 409 - engines: {node: ^20.19.0 || >=22.12.0} 410 - cpu: [s390x] 411 - os: [linux] 412 - 413 - '@oxc-minify/binding-linux-x64-gnu@0.102.0': 414 - resolution: {integrity: sha512-0YEKmAIun1bS+Iy5Shx6WOTSj3GuilVuctJjc5/vP8/EMTZ/RI8j0eq0Mu3UFPoT/bMULL3MBXuHuEIXmq7Ddg==} 415 - engines: {node: ^20.19.0 || >=22.12.0} 416 - cpu: [x64] 417 - os: [linux] 418 - 419 - '@oxc-minify/binding-linux-x64-musl@0.102.0': 420 - resolution: {integrity: sha512-Ew4QDpEsXoV+pG5+bJpheEy3GH436GBe6ASPB0X27Hh9cQ2gb1NVZ7cY7xJj68+fizwS/PtT8GHoG3uxyH17Pg==} 421 - engines: {node: ^20.19.0 || >=22.12.0} 422 - cpu: [x64] 423 - os: [linux] 424 - 425 - '@oxc-minify/binding-openharmony-arm64@0.102.0': 426 - resolution: {integrity: sha512-wYPXS8IOu/sXiP3CGHJNPzZo4hfPAwJKevcFH2syvU2zyqUxym7hx6smfcK/mgJBiX7VchwArdGRwrEQKcBSaQ==} 427 - engines: {node: ^20.19.0 || >=22.12.0} 428 - cpu: [arm64] 429 - os: [openharmony] 430 - 431 - '@oxc-minify/binding-wasm32-wasi@0.102.0': 432 - resolution: {integrity: sha512-52SepCb9e+8cVisGa9S/F14K8PxW0AnbV1j4KEYi8uwfkUIxeDNKRHVHzPoBXNrr0yxW0EHLn/3i8J7a2YCpWw==} 433 - engines: {node: '>=14.0.0'} 434 - cpu: [wasm32] 372 + '@napi-rs/wasm-runtime@1.1.1': 373 + resolution: {integrity: sha512-p64ah1M1ld8xjWv3qbvFwHiFVWrq1yFvV4f7w+mzaqiR4IlSgkqhcRdHwsGgomwzBH51sRY4NEowLxnaBjcW/A==} 435 374 436 - '@oxc-minify/binding-win32-arm64-msvc@0.102.0': 437 - resolution: {integrity: sha512-kLs6H1y6sDBKcIimkNwu5th28SLkyvFpHNxdLtCChda0KIGeIXNSiupy5BqEutY+VlWJivKT1OV3Ev3KC5Euzg==} 438 - engines: {node: ^20.19.0 || >=22.12.0} 439 - cpu: [arm64] 440 - os: [win32] 441 - 442 - '@oxc-minify/binding-win32-x64-msvc@0.102.0': 443 - resolution: {integrity: sha512-XdyJZdSMN8rbBXH10CrFuU+Q9jIP2+MnxHmNzjK4+bldbTI1UxqwjUMS9bKVC5VCaIEZhh8IE8x4Vf8gmCgrKQ==} 444 - engines: {node: ^20.19.0 || >=22.12.0} 445 - cpu: [x64] 446 - os: [win32] 447 - 448 - '@oxc-parser/binding-android-arm64@0.102.0': 449 - resolution: {integrity: sha512-pD2if3w3cxPvYbsBSTbhxAYGDaG6WVwnqYG0mYRQ142D6SJ6BpNs7YVQrqpRA2AJQCmzaPP5TRp/koFLebagfQ==} 450 - engines: {node: ^20.19.0 || >=22.12.0} 451 - cpu: [arm64] 452 - os: [android] 375 + '@oxc-project/types@0.112.0': 376 + resolution: {integrity: sha512-m6RebKHIRsax2iCwVpYW2ErQwa4ywHJrE4sCK3/8JK8ZZAWOKXaRJFl/uP51gaVyyXlaS4+chU1nSCdzYf6QqQ==} 453 377 454 - '@oxc-parser/binding-darwin-arm64@0.102.0': 455 - resolution: {integrity: sha512-RzMN6f6MrjjpQC2Dandyod3iOscofYBpHaTecmoRRbC5sJMwsurkqUMHzoJX9F6IM87kn8m/JcClnoOfx5Sesw==} 456 - engines: {node: ^20.19.0 || >=22.12.0} 378 + '@oxfmt/darwin-arm64@0.28.0': 379 + resolution: {integrity: sha512-jmUfF7cNJPw57bEK7sMIqrYRgn4LH428tSgtgLTCtjuGuu1ShREyrkeB7y8HtkXRfhBs4lVY+HMLhqElJvZ6ww==} 457 380 cpu: [arm64] 458 381 os: [darwin] 459 382 460 - '@oxc-parser/binding-darwin-x64@0.102.0': 461 - resolution: {integrity: sha512-Sr2/3K6GEcejY+HgWp5HaxRPzW5XHe9IfGKVn9OhLt8fzVLnXbK5/GjXj7JjMCNKI3G3ZPZDG2Dgm6CX3MaHCA==} 462 - engines: {node: ^20.19.0 || >=22.12.0} 383 + '@oxfmt/darwin-x64@0.28.0': 384 + resolution: {integrity: sha512-S6vlV8S7jbjzJOSjfVg2CimUC0r7/aHDLdUm/3+/B/SU/s1jV7ivqWkMv1/8EB43d1BBwT9JQ60ZMTkBqeXSFA==} 463 385 cpu: [x64] 464 386 os: [darwin] 465 387 466 - '@oxc-parser/binding-freebsd-x64@0.102.0': 467 - resolution: {integrity: sha512-s9F2N0KJCGEpuBW6ChpFfR06m2Id9ReaHSl8DCca4HvFNt8SJFPp8fq42n2PZy68rtkremQasM0JDrK2BoBeBQ==} 468 - engines: {node: ^20.19.0 || >=22.12.0} 469 - cpu: [x64] 470 - os: [freebsd] 471 - 472 - '@oxc-parser/binding-linux-arm-gnueabihf@0.102.0': 473 - resolution: {integrity: sha512-zRCIOWzLbqhfY4g8KIZDyYfO2Fl5ltxdQI1v2GlePj66vFWRl8cf4qcBGzxKfsH3wCZHAhmWd1Ht59mnrfH/UQ==} 474 - engines: {node: ^20.19.0 || >=22.12.0} 475 - cpu: [arm] 476 - os: [linux] 477 - 478 - '@oxc-parser/binding-linux-arm64-gnu@0.102.0': 479 - resolution: {integrity: sha512-5n5RbHgfjulRhKB0pW5p0X/NkQeOpI4uI9WHgIZbORUDATGFC8yeyPA6xYGEs+S3MyEAFxl4v544UEIWwqAgsA==} 480 - engines: {node: ^20.19.0 || >=22.12.0} 388 + '@oxfmt/linux-arm64-gnu@0.28.0': 389 + resolution: {integrity: sha512-TfJkMZjePbLiskmxFXVAbGI/OZtD+y+fwS0wyW8O6DWG0ARTf0AipY9zGwGoOdpFuXOJceXvN4SHGLbYNDMY4Q==} 481 390 cpu: [arm64] 482 391 os: [linux] 392 + libc: [glibc] 483 393 484 - '@oxc-parser/binding-linux-arm64-musl@0.102.0': 485 - resolution: {integrity: sha512-/XWcmglH/VJ4yKAGTLRgPKSSikh3xciNxkwGiURt8dS30b+3pwc4ZZmudMu0tQ3mjSu0o7V9APZLMpbHK8Bp5w==} 486 - engines: {node: ^20.19.0 || >=22.12.0} 394 + '@oxfmt/linux-arm64-musl@0.28.0': 395 + resolution: {integrity: sha512-7fyQUdW203v4WWGr1T3jwTz4L7KX9y5DeATryQ6fLT6QQp9GEuct8/k0lYhd+ys42iTV/IkJF20e3YkfSOOILg==} 487 396 cpu: [arm64] 488 397 os: [linux] 398 + libc: [musl] 489 399 490 - '@oxc-parser/binding-linux-riscv64-gnu@0.102.0': 491 - resolution: {integrity: sha512-2jtIq4nswvy6xdqv1ndWyvVlaRpS0yqomLCvvHdCFx3pFXo5Aoq4RZ39kgvFWrbAtpeYSYeAGFnwgnqjx9ftdw==} 492 - engines: {node: ^20.19.0 || >=22.12.0} 493 - cpu: [riscv64] 494 - os: [linux] 495 - 496 - '@oxc-parser/binding-linux-s390x-gnu@0.102.0': 497 - resolution: {integrity: sha512-Yp6HX/574mvYryiqj0jNvNTJqo4pdAsNP2LPBTxlDQ1cU3lPd7DUA4MQZadaeLI8+AGB2Pn50mPuPyEwFIxeFg==} 498 - engines: {node: ^20.19.0 || >=22.12.0} 499 - cpu: [s390x] 500 - os: [linux] 501 - 502 - '@oxc-parser/binding-linux-x64-gnu@0.102.0': 503 - resolution: {integrity: sha512-R4b0xZpDRhoNB2XZy0kLTSYm0ZmWeKjTii9fcv1Mk3/SIGPrrglwt4U6zEtwK54Dfi4Bve5JnQYduigR/gyDzw==} 504 - engines: {node: ^20.19.0 || >=22.12.0} 400 + '@oxfmt/linux-x64-gnu@0.28.0': 401 + resolution: {integrity: sha512-sRKqAvEonuz0qr1X1ncUZceOBJerKzkO2gZIZmosvy/JmqyffpIFL3OE2tqacFkeDhrC+dNYQpusO8zsfHo3pw==} 505 402 cpu: [x64] 506 403 os: [linux] 404 + libc: [glibc] 507 405 508 - '@oxc-parser/binding-linux-x64-musl@0.102.0': 509 - resolution: {integrity: sha512-xM5A+03Ti3jvWYZoqaBRS3lusvnvIQjA46Fc9aBE/MHgvKgHSkrGEluLWg/33QEwBwxupkH25Pxc1yu97oZCtg==} 510 - engines: {node: ^20.19.0 || >=22.12.0} 406 + '@oxfmt/linux-x64-musl@0.28.0': 407 + resolution: {integrity: sha512-fW6czbXutX/tdQe8j4nSIgkUox9RXqjyxwyWXUDItpoDkoXllq17qbD7GVc0whrEhYQC6hFE1UEAcDypLJoSzw==} 511 408 cpu: [x64] 512 409 os: [linux] 410 + libc: [musl] 513 411 514 - '@oxc-parser/binding-openharmony-arm64@0.102.0': 515 - resolution: {integrity: sha512-AieLlsliblyaTFq7Iw9Nc618tgwV02JT4fQ6VIUd/3ZzbluHIHfPjIXa6Sds+04krw5TvCS8lsegtDYAyzcyhg==} 516 - engines: {node: ^20.19.0 || >=22.12.0} 517 - cpu: [arm64] 518 - os: [openharmony] 519 - 520 - '@oxc-parser/binding-wasm32-wasi@0.102.0': 521 - resolution: {integrity: sha512-w6HRyArs1PBb9rDsQSHlooe31buUlUI2iY8sBzp62jZ1tmvaJo9EIVTQlRNDkwJmk9DF9uEyIJ82EkZcCZTs9A==} 522 - engines: {node: '>=14.0.0'} 523 - cpu: [wasm32] 524 - 525 - '@oxc-parser/binding-win32-arm64-msvc@0.102.0': 526 - resolution: {integrity: sha512-pqP5UuLiiFONQxqGiUFMdsfybaK1EOK4AXiPlvOvacLaatSEPObZGpyCkAcj9aZcvvNwYdeY9cxGM9IT3togaA==} 527 - engines: {node: ^20.19.0 || >=22.12.0} 412 + '@oxfmt/win32-arm64@0.28.0': 413 + resolution: {integrity: sha512-D/HDeQBAQRjTbD9OLV6kRDcStrIfO+JsUODDCdGmhRfNX8LPCx95GpfyybpZfn3wVF8Jq/yjPXV1xLkQ+s7RcA==} 528 414 cpu: [arm64] 529 415 os: [win32] 530 416 531 - '@oxc-parser/binding-win32-x64-msvc@0.102.0': 532 - resolution: {integrity: sha512-ntMcL35wuLR1A145rLSmm7m7j8JBZGkROoB9Du0KFIFcfi/w1qk75BdCeiTl3HAKrreAnuhW3QOGs6mJhntowA==} 533 - engines: {node: ^20.19.0 || >=22.12.0} 417 + '@oxfmt/win32-x64@0.28.0': 418 + resolution: {integrity: sha512-4+S2j4OxOIyo8dz5osm5dZuL0yVmxXvtmNdHB5xyGwAWVvyWNvf7tCaQD7w2fdSsAXQLOvK7KFQrHFe33nJUCA==} 534 419 cpu: [x64] 535 420 os: [win32] 536 421 537 - '@oxc-project/types@0.102.0': 538 - resolution: {integrity: sha512-8Skrw405g+/UJPKWJ1twIk3BIH2nXdiVlVNtYT23AXVwpsd79es4K+KYt06Fbnkc5BaTvk/COT2JuCLYdwnCdA==} 539 - 540 - '@oxc-transform/binding-android-arm64@0.102.0': 541 - resolution: {integrity: sha512-JLBT7EiExsGmB6LuBBnm6qTfg0rLSxBU+F7xjqy6UXYpL7zhqelGJL7IAq6Pu5UYFT55zVlXXmgzLOXQfpQjXA==} 542 - engines: {node: ^20.19.0 || >=22.12.0} 543 - cpu: [arm64] 544 - os: [android] 545 - 546 - '@oxc-transform/binding-darwin-arm64@0.102.0': 547 - resolution: {integrity: sha512-xmsBCk/NwE0khy8h6wLEexiS5abCp1ZqJUNHsAovJdGgIW21oGwhiC3VYg1vNLbq+zEXwOHuphVuNEYfBwyNTw==} 548 - engines: {node: ^20.19.0 || >=22.12.0} 422 + '@oxlint/darwin-arm64@1.43.0': 423 + resolution: {integrity: sha512-C/GhObv/pQZg34NOzB6Mk8x0wc9AKj8fXzJF8ZRKTsBPyHusC6AZ6bba0QG0TUufw1KWuD0j++oebQfWeiFXNw==} 549 424 cpu: [arm64] 550 425 os: [darwin] 551 426 552 - '@oxc-transform/binding-darwin-x64@0.102.0': 553 - resolution: {integrity: sha512-EhBsiq8hSd5BRjlWACB9MxTUiZT2He1s1b3tRP8k3lB8ZTt6sXnDXIWhxRmmM0h//xe6IJ2HuMlbvjXPo/tATg==} 554 - engines: {node: ^20.19.0 || >=22.12.0} 427 + '@oxlint/darwin-x64@1.43.0': 428 + resolution: {integrity: sha512-4NjfUtEEH8ewRQ2KlZGmm6DyrvypMdHwBnQT92vD0dLScNOQzr0V9O8Ua4IWXdeCNl/XMVhAV3h4/3YEYern5A==} 555 429 cpu: [x64] 556 430 os: [darwin] 557 431 558 - '@oxc-transform/binding-freebsd-x64@0.102.0': 559 - resolution: {integrity: sha512-eujvuYf0x7BFgKyFecbXUa2JBEXT4Ss6vmyrrhVdN07jaeJRiobaKAmeNXBkanoWL2KQLELJbSBgs1ykWYTkzg==} 560 - engines: {node: ^20.19.0 || >=22.12.0} 561 - cpu: [x64] 562 - os: [freebsd] 563 - 564 - '@oxc-transform/binding-linux-arm-gnueabihf@0.102.0': 565 - resolution: {integrity: sha512-2x7Ro356PHBVp1SS/dOsHBSnrfs5MlPYwhdKg35t6qixt2bv1kzEH0tDmn4TNEbdjOirmvOXoCTEWUvh8A4f4Q==} 566 - engines: {node: ^20.19.0 || >=22.12.0} 567 - cpu: [arm] 568 - os: [linux] 569 - 570 - '@oxc-transform/binding-linux-arm64-gnu@0.102.0': 571 - resolution: {integrity: sha512-Rz/RbPvT4QwcHKIQ/cOt6Lwl4c7AhK2b6whZfyL6oJ7Uz8UiVl1BCwk8thedrB5h+FEykmaPHoriW1hmBev60g==} 572 - engines: {node: ^20.19.0 || >=22.12.0} 432 + '@oxlint/linux-arm64-gnu@1.43.0': 433 + resolution: {integrity: sha512-75tf1HvwdZ3ebk83yMbSB+moAEWK98mYqpXiaFAi6Zshie7r+Cx5PLXZFUEqkscenoZ+fcNXakHxfn94V6nf1g==} 573 434 cpu: [arm64] 574 435 os: [linux] 436 + libc: [glibc] 575 437 576 - '@oxc-transform/binding-linux-arm64-musl@0.102.0': 577 - resolution: {integrity: sha512-I08iWABrN7zakn3wuNIBWY3hALQGsDLPQbZT1mXws7tyiQqJNGe49uS0/O50QhX3KXj+mbRGsmjVXLXGJE1CVQ==} 578 - engines: {node: ^20.19.0 || >=22.12.0} 438 + '@oxlint/linux-arm64-musl@1.43.0': 439 + resolution: {integrity: sha512-BHV4fb36T2p/7bpA9fiJ5ayt7oJbiYX10nklW5arYp4l9/9yG/FQC5J4G1evzbJ/YbipF9UH0vYBAm5xbqGrvw==} 579 440 cpu: [arm64] 580 441 os: [linux] 581 - 582 - '@oxc-transform/binding-linux-riscv64-gnu@0.102.0': 583 - resolution: {integrity: sha512-9+SYW1ARAF6Oj/82ayoqKRe8SI7O1qvzs3Y0kijvhIqAaaZWcFRjI5DToyWRAbnzTtHlMcSllZLXNYdmxBjFxA==} 584 - engines: {node: ^20.19.0 || >=22.12.0} 585 - cpu: [riscv64] 586 - os: [linux] 442 + libc: [musl] 587 443 588 - '@oxc-transform/binding-linux-s390x-gnu@0.102.0': 589 - resolution: {integrity: sha512-HV9nTyQw0TTKYPu+gBhaJBioomiM9O4LcGXi+s5IylCGG6imP0/U13q/9xJnP267QFmiWWqnnSFcv0QAWCyh8A==} 590 - engines: {node: ^20.19.0 || >=22.12.0} 591 - cpu: [s390x] 592 - os: [linux] 593 - 594 - '@oxc-transform/binding-linux-x64-gnu@0.102.0': 595 - resolution: {integrity: sha512-4wcZ08mmdFk8OjsnglyeYGu5PW3TDh87AmcMOi7tZJ3cpJjfzwDfY27KTEUx6G880OpjAiF36OFSPwdKTKgp2g==} 596 - engines: {node: ^20.19.0 || >=22.12.0} 444 + '@oxlint/linux-x64-gnu@1.43.0': 445 + resolution: {integrity: sha512-1l3nvnzWWse1YHibzZ4HQXdF/ibfbKZhp9IguElni3bBqEyPEyurzZ0ikWynDxKGXqZa+UNXTFuU1NRVX1RJ3g==} 597 446 cpu: [x64] 598 447 os: [linux] 448 + libc: [glibc] 599 449 600 - '@oxc-transform/binding-linux-x64-musl@0.102.0': 601 - resolution: {integrity: sha512-rUHZSZBw0FUnUgOhL/Rs7xJz9KjH2eFur/0df6Lwq/isgJc/ggtBtFoZ+y4Fb8ON87a3Y2gS2LT7SEctX0XdPQ==} 602 - engines: {node: ^20.19.0 || >=22.12.0} 450 + '@oxlint/linux-x64-musl@1.43.0': 451 + resolution: {integrity: sha512-+jNYgLGRFTJxJuaSOZJBwlYo5M0TWRw0+3y5MHOL4ArrIdHyCthg6r4RbVWrsR1qUfUE1VSSHQ2bfbC99RXqMg==} 603 452 cpu: [x64] 604 453 os: [linux] 605 - 606 - '@oxc-transform/binding-openharmony-arm64@0.102.0': 607 - resolution: {integrity: sha512-98y4tccTQ/pA+r2KA/MEJIZ7J8TNTJ4aCT4rX8kWK4pGOko2YsfY3Ru9DVHlLDwmVj7wP8Z4JNxdBrAXRvK+0g==} 608 - engines: {node: ^20.19.0 || >=22.12.0} 609 - cpu: [arm64] 610 - os: [openharmony] 454 + libc: [musl] 611 455 612 - '@oxc-transform/binding-wasm32-wasi@0.102.0': 613 - resolution: {integrity: sha512-M6myOXxHty3L2TJEB1NlJPtQm0c0LmivAxcGv/+DSDadOoB/UnOUbjM8W2Utlh5IYS9ARSOjqHtBiPYLWJ15XA==} 614 - engines: {node: '>=14.0.0'} 615 - cpu: [wasm32] 616 - 617 - '@oxc-transform/binding-win32-arm64-msvc@0.102.0': 618 - resolution: {integrity: sha512-jzaA1lLiMXiJs4r7E0BHRxTPiwAkpoCfSNRr8npK/SqL4UQE4cSz3WDTX5wJWRrN2U+xqsDGefeYzH4reI8sgw==} 619 - engines: {node: ^20.19.0 || >=22.12.0} 456 + '@oxlint/win32-arm64@1.43.0': 457 + resolution: {integrity: sha512-dvs1C/HCjCyGTURMagiHprsOvVTT3omDiSzi5Qw0D4QFJ1pEaNlfBhVnOUYgUfS6O7Mcmj4+G+sidRsQcWQ/kA==} 620 458 cpu: [arm64] 621 459 os: [win32] 622 460 623 - '@oxc-transform/binding-win32-x64-msvc@0.102.0': 624 - resolution: {integrity: sha512-eYOm6mch+1cP9qlNkMdorfBFY8aEOxY/isqrreLmEWqF/hyXA0SbLKDigTbvh3JFKny/gXlHoCKckqfua4cwtg==} 625 - engines: {node: ^20.19.0 || >=22.12.0} 461 + '@oxlint/win32-x64@1.43.0': 462 + resolution: {integrity: sha512-bSuItSU8mTSDsvmmLTepTdCL2FkJI6dwt9tot/k0EmiYF+ArRzmsl4lXVLssJNRV5lJEc5IViyTrh7oiwrjUqA==} 626 463 cpu: [x64] 627 464 os: [win32] 628 465 629 - '@parcel/watcher-android-arm64@2.5.1': 630 - resolution: {integrity: sha512-KF8+j9nNbUN8vzOFDpRMsaKBHZ/mcjEjMToVMJOhTozkDonQFFrRcfdLWn6yWKCmJKmdVxSgHiYvTCef4/qcBA==} 466 + '@parcel/watcher-android-arm64@2.5.6': 467 + resolution: {integrity: sha512-YQxSS34tPF/6ZG7r/Ih9xy+kP/WwediEUsqmtf0cuCV5TPPKw/PQHRhueUo6JdeFJaqV3pyjm0GdYjZotbRt/A==} 631 468 engines: {node: '>= 10.0.0'} 632 469 cpu: [arm64] 633 470 os: [android] 634 471 635 - '@parcel/watcher-darwin-arm64@2.5.1': 636 - resolution: {integrity: sha512-eAzPv5osDmZyBhou8PoF4i6RQXAfeKL9tjb3QzYuccXFMQU0ruIc/POh30ePnaOyD1UXdlKguHBmsTs53tVoPw==} 472 + '@parcel/watcher-darwin-arm64@2.5.6': 473 + resolution: {integrity: sha512-Z2ZdrnwyXvvvdtRHLmM4knydIdU9adO3D4n/0cVipF3rRiwP+3/sfzpAwA/qKFL6i1ModaabkU7IbpeMBgiVEA==} 637 474 engines: {node: '>= 10.0.0'} 638 475 cpu: [arm64] 639 476 os: [darwin] 640 477 641 - '@parcel/watcher-darwin-x64@2.5.1': 642 - resolution: {integrity: sha512-1ZXDthrnNmwv10A0/3AJNZ9JGlzrF82i3gNQcWOzd7nJ8aj+ILyW1MTxVk35Db0u91oD5Nlk9MBiujMlwmeXZg==} 478 + '@parcel/watcher-darwin-x64@2.5.6': 479 + resolution: {integrity: sha512-HgvOf3W9dhithcwOWX9uDZyn1lW9R+7tPZ4sug+NGrGIo4Rk1hAXLEbcH1TQSqxts0NYXXlOWqVpvS1SFS4fRg==} 643 480 engines: {node: '>= 10.0.0'} 644 481 cpu: [x64] 645 482 os: [darwin] 646 483 647 - '@parcel/watcher-freebsd-x64@2.5.1': 648 - resolution: {integrity: sha512-SI4eljM7Flp9yPuKi8W0ird8TI/JK6CSxju3NojVI6BjHsTyK7zxA9urjVjEKJ5MBYC+bLmMcbAWlZ+rFkLpJQ==} 484 + '@parcel/watcher-freebsd-x64@2.5.6': 485 + resolution: {integrity: sha512-vJVi8yd/qzJxEKHkeemh7w3YAn6RJCtYlE4HPMoVnCpIXEzSrxErBW5SJBgKLbXU3WdIpkjBTeUNtyBVn8TRng==} 649 486 engines: {node: '>= 10.0.0'} 650 487 cpu: [x64] 651 488 os: [freebsd] 652 489 653 - '@parcel/watcher-linux-arm-glibc@2.5.1': 654 - resolution: {integrity: sha512-RCdZlEyTs8geyBkkcnPWvtXLY44BCeZKmGYRtSgtwwnHR4dxfHRG3gR99XdMEdQ7KeiDdasJwwvNSF5jKtDwdA==} 490 + '@parcel/watcher-linux-arm-glibc@2.5.6': 491 + resolution: {integrity: sha512-9JiYfB6h6BgV50CCfasfLf/uvOcJskMSwcdH1PHH9rvS1IrNy8zad6IUVPVUfmXr+u+Km9IxcfMLzgdOudz9EQ==} 655 492 engines: {node: '>= 10.0.0'} 656 493 cpu: [arm] 657 494 os: [linux] 495 + libc: [glibc] 658 496 659 - '@parcel/watcher-linux-arm-musl@2.5.1': 660 - resolution: {integrity: sha512-6E+m/Mm1t1yhB8X412stiKFG3XykmgdIOqhjWj+VL8oHkKABfu/gjFj8DvLrYVHSBNC+/u5PeNrujiSQ1zwd1Q==} 497 + '@parcel/watcher-linux-arm-musl@2.5.6': 498 + resolution: {integrity: sha512-Ve3gUCG57nuUUSyjBq/MAM0CzArtuIOxsBdQ+ftz6ho8n7s1i9E1Nmk/xmP323r2YL0SONs1EuwqBp2u1k5fxg==} 661 499 engines: {node: '>= 10.0.0'} 662 500 cpu: [arm] 663 501 os: [linux] 502 + libc: [musl] 664 503 665 - '@parcel/watcher-linux-arm64-glibc@2.5.1': 666 - resolution: {integrity: sha512-LrGp+f02yU3BN9A+DGuY3v3bmnFUggAITBGriZHUREfNEzZh/GO06FF5u2kx8x+GBEUYfyTGamol4j3m9ANe8w==} 504 + '@parcel/watcher-linux-arm64-glibc@2.5.6': 505 + resolution: {integrity: sha512-f2g/DT3NhGPdBmMWYoxixqYr3v/UXcmLOYy16Bx0TM20Tchduwr4EaCbmxh1321TABqPGDpS8D/ggOTaljijOA==} 667 506 engines: {node: '>= 10.0.0'} 668 507 cpu: [arm64] 669 508 os: [linux] 509 + libc: [glibc] 670 510 671 - '@parcel/watcher-linux-arm64-musl@2.5.1': 672 - resolution: {integrity: sha512-cFOjABi92pMYRXS7AcQv9/M1YuKRw8SZniCDw0ssQb/noPkRzA+HBDkwmyOJYp5wXcsTrhxO0zq1U11cK9jsFg==} 511 + '@parcel/watcher-linux-arm64-musl@2.5.6': 512 + resolution: {integrity: sha512-qb6naMDGlbCwdhLj6hgoVKJl2odL34z2sqkC7Z6kzir8b5W65WYDpLB6R06KabvZdgoHI/zxke4b3zR0wAbDTA==} 673 513 engines: {node: '>= 10.0.0'} 674 514 cpu: [arm64] 675 515 os: [linux] 516 + libc: [musl] 676 517 677 - '@parcel/watcher-linux-x64-glibc@2.5.1': 678 - resolution: {integrity: sha512-GcESn8NZySmfwlTsIur+49yDqSny2IhPeZfXunQi48DMugKeZ7uy1FX83pO0X22sHntJ4Ub+9k34XQCX+oHt2A==} 518 + '@parcel/watcher-linux-x64-glibc@2.5.6': 519 + resolution: {integrity: sha512-kbT5wvNQlx7NaGjzPFu8nVIW1rWqV780O7ZtkjuWaPUgpv2NMFpjYERVi0UYj1msZNyCzGlaCWEtzc+exjMGbQ==} 679 520 engines: {node: '>= 10.0.0'} 680 521 cpu: [x64] 681 522 os: [linux] 523 + libc: [glibc] 682 524 683 - '@parcel/watcher-linux-x64-musl@2.5.1': 684 - resolution: {integrity: sha512-n0E2EQbatQ3bXhcH2D1XIAANAcTZkQICBPVaxMeaCVBtOpBZpWJuf7LwyWPSBDITb7In8mqQgJ7gH8CILCURXg==} 525 + '@parcel/watcher-linux-x64-musl@2.5.6': 526 + resolution: {integrity: sha512-1JRFeC+h7RdXwldHzTsmdtYR/Ku8SylLgTU/reMuqdVD7CtLwf0VR1FqeprZ0eHQkO0vqsbvFLXUmYm/uNKJBg==} 685 527 engines: {node: '>= 10.0.0'} 686 528 cpu: [x64] 687 529 os: [linux] 530 + libc: [musl] 688 531 689 - '@parcel/watcher-win32-arm64@2.5.1': 690 - resolution: {integrity: sha512-RFzklRvmc3PkjKjry3hLF9wD7ppR4AKcWNzH7kXR7GUe0Igb3Nz8fyPwtZCSquGrhU5HhUNDr/mKBqj7tqA2Vw==} 532 + '@parcel/watcher-win32-arm64@2.5.6': 533 + resolution: {integrity: sha512-3ukyebjc6eGlw9yRt678DxVF7rjXatWiHvTXqphZLvo7aC5NdEgFufVwjFfY51ijYEWpXbqF5jtrK275z52D4Q==} 691 534 engines: {node: '>= 10.0.0'} 692 535 cpu: [arm64] 693 536 os: [win32] 694 537 695 - '@parcel/watcher-win32-ia32@2.5.1': 696 - resolution: {integrity: sha512-c2KkcVN+NJmuA7CGlaGD1qJh1cLfDnQsHjE89E60vUEMlqduHGCdCLJCID5geFVM0dOtA3ZiIO8BoEQmzQVfpQ==} 538 + '@parcel/watcher-win32-ia32@2.5.6': 539 + resolution: {integrity: sha512-k35yLp1ZMwwee3Ez/pxBi5cf4AoBKYXj00CZ80jUz5h8prpiaQsiRPKQMxoLstNuqe2vR4RNPEAEcjEFzhEz/g==} 697 540 engines: {node: '>= 10.0.0'} 698 541 cpu: [ia32] 699 542 os: [win32] 700 543 701 - '@parcel/watcher-win32-x64@2.5.1': 702 - resolution: {integrity: sha512-9lHBdJITeNR++EvSQVUcaZoWupyHfXe1jZvGZ06O/5MflPcuPLtEphScIBL+AiCWBO46tDSHzWyD0uDmmZqsgA==} 544 + '@parcel/watcher-win32-x64@2.5.6': 545 + resolution: {integrity: sha512-hbQlYcCq5dlAX9Qx+kFb0FHue6vbjlf0FrNzSKdYK2APUf7tGfGxQCk2ihEREmbR6ZMc0MVAD5RIX/41gpUzTw==} 703 546 engines: {node: '>= 10.0.0'} 704 547 cpu: [x64] 705 548 os: [win32] 706 549 707 - '@parcel/watcher@2.5.1': 708 - resolution: {integrity: sha512-dfUnCxiN9H4ap84DvD2ubjw+3vUNpstxa0TneY/Paat8a3R4uQZDLSvWjmznAY/DoahqTHl9V46HF/Zs3F29pg==} 550 + '@parcel/watcher@2.5.6': 551 + resolution: {integrity: sha512-tmmZ3lQxAe/k/+rNnXQRawJ4NjxO2hqiOLTHvWchtGZULp4RyFeh6aU4XdOYBFe2KE1oShQTv4AblOs2iOrNnQ==} 709 552 engines: {node: '>= 10.0.0'} 710 553 711 - '@rolldown/binding-android-arm64@1.0.0-beta.54': 712 - resolution: {integrity: sha512-zZRx/ur3Fai3fxiEmVp48+6GCBR48PRWJR1X3TTMn9yiq2bBHlYPgBaQtDOYWXv5H3J5dXujeTyGnuoY+kdGCg==} 554 + '@rolldown/binding-android-arm64@1.0.0-rc.3': 555 + resolution: {integrity: sha512-0T1k9FinuBZ/t7rZ8jN6OpUKPnUjNdYHoj/cESWrQ3ZraAJ4OMm6z7QjSfCxqj8mOp9kTKc1zHK3kGz5vMu+nQ==} 713 556 engines: {node: ^20.19.0 || >=22.12.0} 714 557 cpu: [arm64] 715 558 os: [android] 716 559 717 - '@rolldown/binding-darwin-arm64@1.0.0-beta.54': 718 - resolution: {integrity: sha512-zMyFEJmbIs91x22HAA/eUvmZHgjX8tGsD3TJ+WC9aY4bCdl3w84H9vMZmChSHAF1dYvGNH4KQDI2IubeZaCYtg==} 560 + '@rolldown/binding-darwin-arm64@1.0.0-rc.3': 561 + resolution: {integrity: sha512-JWWLzvcmc/3pe7qdJqPpuPk91SoE/N+f3PcWx/6ZwuyDVyungAEJPvKm/eEldiDdwTmaEzWfIR+HORxYWrCi1A==} 719 562 engines: {node: ^20.19.0 || >=22.12.0} 720 563 cpu: [arm64] 721 564 os: [darwin] 722 565 723 - '@rolldown/binding-darwin-x64@1.0.0-beta.54': 724 - resolution: {integrity: sha512-Ex7QttdaVnEpmE/zroUT5Qm10e2+Vjd9q0LX9eXm59SitxDODMpC8GI1Rct5RrLf4GLU4DzdXBj6DGzuR+6g6w==} 566 + '@rolldown/binding-darwin-x64@1.0.0-rc.3': 567 + resolution: {integrity: sha512-MTakBxfx3tde5WSmbHxuqlDsIW0EzQym+PJYGF4P6lG2NmKzi128OGynoFUqoD5ryCySEY85dug4v+LWGBElIw==} 725 568 engines: {node: ^20.19.0 || >=22.12.0} 726 569 cpu: [x64] 727 570 os: [darwin] 728 571 729 - '@rolldown/binding-freebsd-x64@1.0.0-beta.54': 730 - resolution: {integrity: sha512-E1XO10ryM/Vxw3Q1wvs9s2mSpVBfbHtzkbJcdu26qh17ZmVwNWLiIoqEcbkXm028YwkReG4Gd2gCZ3NxgTQ28Q==} 572 + '@rolldown/binding-freebsd-x64@1.0.0-rc.3': 573 + resolution: {integrity: sha512-jje3oopyOLs7IwfvXoS6Lxnmie5JJO7vW29fdGFu5YGY1EDbVDhD+P9vDihqS5X6fFiqL3ZQZCMBg6jyHkSVww==} 731 574 engines: {node: ^20.19.0 || >=22.12.0} 732 575 cpu: [x64] 733 576 os: [freebsd] 734 577 735 - '@rolldown/binding-linux-arm-gnueabihf@1.0.0-beta.54': 736 - resolution: {integrity: sha512-oS73Uks8jczQR9pg0Bj718vap/x71exyJ5yuxu4X5V4MhwRQnky7ANSPm6ARUfraxOqt49IBfcMeGnw2rTSqdA==} 578 + '@rolldown/binding-linux-arm-gnueabihf@1.0.0-rc.3': 579 + resolution: {integrity: sha512-A0n8P3hdLAaqzSFrQoA42p23ZKBYQOw+8EH5r15Sa9X1kD9/JXe0YT2gph2QTWvdr0CVK2BOXiK6ENfy6DXOag==} 737 580 engines: {node: ^20.19.0 || >=22.12.0} 738 581 cpu: [arm] 739 582 os: [linux] 740 583 741 - '@rolldown/binding-linux-arm64-gnu@1.0.0-beta.54': 742 - resolution: {integrity: sha512-pY8N2X5C+/ZQcy0eRdfOzOP//OFngP1TaIqDjFwfBPws2UNavKS8SpxhPEgUaYIaT0keVBd/TB+eVy9z+CIOtw==} 584 + '@rolldown/binding-linux-arm64-gnu@1.0.0-rc.3': 585 + resolution: {integrity: sha512-kWXkoxxarYISBJ4bLNf5vFkEbb4JvccOwxWDxuK9yee8lg5XA7OpvlTptfRuwEvYcOZf+7VS69Uenpmpyo5Bjw==} 743 586 engines: {node: ^20.19.0 || >=22.12.0} 744 587 cpu: [arm64] 745 588 os: [linux] 589 + libc: [glibc] 746 590 747 - '@rolldown/binding-linux-arm64-musl@1.0.0-beta.54': 748 - resolution: {integrity: sha512-cgTooAFm2MUmFriB7IYaWBNyqrGlRPKG+yaK2rGFl2rcdOcO24urY4p3eyB0ogqsRLvJbIxwjjYiWiIP7Eo1Cw==} 591 + '@rolldown/binding-linux-arm64-musl@1.0.0-rc.3': 592 + resolution: {integrity: sha512-Z03/wrqau9Bicfgb3Dbs6SYTHliELk2PM2LpG2nFd+cGupTMF5kanLEcj2vuuJLLhptNyS61rtk7SOZ+lPsTUA==} 749 593 engines: {node: ^20.19.0 || >=22.12.0} 750 594 cpu: [arm64] 751 595 os: [linux] 596 + libc: [musl] 752 597 753 - '@rolldown/binding-linux-x64-gnu@1.0.0-beta.54': 754 - resolution: {integrity: sha512-nGyLT1Qau0W+kEL44V2jhHmvfS3wyJW08E4WEu2E6NuIy+uChKN1X0aoxzFIDi2owDsYaZYez/98/f268EupIQ==} 598 + '@rolldown/binding-linux-x64-gnu@1.0.0-rc.3': 599 + resolution: {integrity: sha512-iSXXZsQp08CSilff/DCTFZHSVEpEwdicV3W8idHyrByrcsRDVh9sGC3sev6d8BygSGj3vt8GvUKBPCoyMA4tgQ==} 755 600 engines: {node: ^20.19.0 || >=22.12.0} 756 601 cpu: [x64] 757 602 os: [linux] 603 + libc: [glibc] 758 604 759 - '@rolldown/binding-linux-x64-musl@1.0.0-beta.54': 760 - resolution: {integrity: sha512-KH374P0TUjDXssROT/orvzaWrzGOptD13PTrltgKwbDprJTMknoLiYsOD6Ttz92O2VuAcCtFuJ1xbyFM2Uo/Xg==} 605 + '@rolldown/binding-linux-x64-musl@1.0.0-rc.3': 606 + resolution: {integrity: sha512-qaj+MFudtdCv9xZo9znFvkgoajLdc+vwf0Kz5N44g+LU5XMe+IsACgn3UG7uTRlCCvhMAGXm1XlpEA5bZBrOcw==} 761 607 engines: {node: ^20.19.0 || >=22.12.0} 762 608 cpu: [x64] 763 609 os: [linux] 610 + libc: [musl] 764 611 765 - '@rolldown/binding-openharmony-arm64@1.0.0-beta.54': 766 - resolution: {integrity: sha512-oMAVO4wbfAbhpBxPsSp8R7ntL2DchpNfO+tGhN8/sI9jsbYwOv78uIW1fTwOBslhjTVFltGJ+l23mubNQcYNaQ==} 612 + '@rolldown/binding-openharmony-arm64@1.0.0-rc.3': 613 + resolution: {integrity: sha512-U662UnMETyjT65gFmG9ma+XziENrs7BBnENi/27swZPYagubfHRirXHG2oMl+pEax2WvO7Kb9gHZmMakpYqBHQ==} 767 614 engines: {node: ^20.19.0 || >=22.12.0} 768 615 cpu: [arm64] 769 616 os: [openharmony] 770 617 771 - '@rolldown/binding-wasm32-wasi@1.0.0-beta.54': 772 - resolution: {integrity: sha512-MYY/FmY+HehHiQkNx04W5oLy/Fqd1hXYqZmmorSDXvAHnxMbSgmdFicKsSYOg/sVGHBMEP1tTn6kV5sWrS45rA==} 618 + '@rolldown/binding-wasm32-wasi@1.0.0-rc.3': 619 + resolution: {integrity: sha512-gekrQ3Q2HiC1T5njGyuUJoGpK/l6B/TNXKed3fZXNf9YRTJn3L5MOZsFBn4bN2+UX+8+7hgdlTcEsexX988G4g==} 773 620 engines: {node: '>=14.0.0'} 774 621 cpu: [wasm32] 775 622 776 - '@rolldown/binding-win32-arm64-msvc@1.0.0-beta.54': 777 - resolution: {integrity: sha512-66o3uKxUmcYskT9exskxs3OVduXf5x0ndlMkYOjSpBgqzhLtkub136yDvZkNT1OkNDET0odSwcU7aWdpnwzAyg==} 623 + '@rolldown/binding-win32-arm64-msvc@1.0.0-rc.3': 624 + resolution: {integrity: sha512-85y5JifyMgs8m5K2XzR/VDsapKbiFiohl7s5lEj7nmNGO0pkTXE7q6TQScei96BNAsoK7JC3pA7ukA8WRHVJpg==} 778 625 engines: {node: ^20.19.0 || >=22.12.0} 779 626 cpu: [arm64] 780 627 os: [win32] 781 628 782 - '@rolldown/binding-win32-x64-msvc@1.0.0-beta.54': 783 - resolution: {integrity: sha512-FbbbrboChLBXfeEsOfaypBGqzbdJ/CcSA2BPLCggojnIHy58Jo+AXV7HATY8opZk7194rRbokIT8AfPJtZAWtg==} 629 + '@rolldown/binding-win32-x64-msvc@1.0.0-rc.3': 630 + resolution: {integrity: sha512-a4VUQZH7LxGbUJ3qJ/TzQG8HxdHvf+jOnqf7B7oFx1TEBm+j2KNL2zr5SQ7wHkNAcaPevF6gf9tQnVBnC4mD+A==} 784 631 engines: {node: ^20.19.0 || >=22.12.0} 785 632 cpu: [x64] 786 633 os: [win32] 787 634 788 - '@rolldown/pluginutils@1.0.0-beta.54': 789 - resolution: {integrity: sha512-AHgcZ+w7RIRZ65ihSQL8YuoKcpD9Scew4sEeP1BBUT9QdTo6KjwHrZZXjID6nL10fhKessCH6OPany2QKwAwTQ==} 635 + '@rolldown/pluginutils@1.0.0-rc.3': 636 + resolution: {integrity: sha512-eybk3TjzzzV97Dlj5c+XrBFW57eTNhzod66y9HrBlzJ6NsCrWCp/2kaPS3K9wJmurBC0Tdw4yPjXKZqlznim3Q==} 790 637 791 - '@rollup/rollup-android-arm-eabi@4.53.5': 792 - resolution: {integrity: sha512-iDGS/h7D8t7tvZ1t6+WPK04KD0MwzLZrG0se1hzBjSi5fyxlsiggoJHwh18PCFNn7tG43OWb6pdZ6Y+rMlmyNQ==} 638 + '@rollup/rollup-android-arm-eabi@4.57.1': 639 + resolution: {integrity: sha512-A6ehUVSiSaaliTxai040ZpZ2zTevHYbvu/lDoeAteHI8QnaosIzm4qwtezfRg1jOYaUmnzLX1AOD6Z+UJjtifg==} 793 640 cpu: [arm] 794 641 os: [android] 795 642 796 - '@rollup/rollup-android-arm64@4.53.5': 797 - resolution: {integrity: sha512-wrSAViWvZHBMMlWk6EJhvg8/rjxzyEhEdgfMMjREHEq11EtJ6IP6yfcCH57YAEca2Oe3FNCE9DSTgU70EIGmVw==} 643 + '@rollup/rollup-android-arm64@4.57.1': 644 + resolution: {integrity: sha512-dQaAddCY9YgkFHZcFNS/606Exo8vcLHwArFZ7vxXq4rigo2bb494/xKMMwRRQW6ug7Js6yXmBZhSBRuBvCCQ3w==} 798 645 cpu: [arm64] 799 646 os: [android] 800 647 801 - '@rollup/rollup-darwin-arm64@4.53.5': 802 - resolution: {integrity: sha512-S87zZPBmRO6u1YXQLwpveZm4JfPpAa6oHBX7/ghSiGH3rz/KDgAu1rKdGutV+WUI6tKDMbaBJomhnT30Y2t4VQ==} 648 + '@rollup/rollup-darwin-arm64@4.57.1': 649 + resolution: {integrity: sha512-crNPrwJOrRxagUYeMn/DZwqN88SDmwaJ8Cvi/TN1HnWBU7GwknckyosC2gd0IqYRsHDEnXf328o9/HC6OkPgOg==} 803 650 cpu: [arm64] 804 651 os: [darwin] 805 652 806 - '@rollup/rollup-darwin-x64@4.53.5': 807 - resolution: {integrity: sha512-YTbnsAaHo6VrAczISxgpTva8EkfQus0VPEVJCEaboHtZRIb6h6j0BNxRBOwnDciFTZLDPW5r+ZBmhL/+YpTZgA==} 653 + '@rollup/rollup-darwin-x64@4.57.1': 654 + resolution: {integrity: sha512-Ji8g8ChVbKrhFtig5QBV7iMaJrGtpHelkB3lsaKzadFBe58gmjfGXAOfI5FV0lYMH8wiqsxKQ1C9B0YTRXVy4w==} 808 655 cpu: [x64] 809 656 os: [darwin] 810 657 811 - '@rollup/rollup-freebsd-arm64@4.53.5': 812 - resolution: {integrity: sha512-1T8eY2J8rKJWzaznV7zedfdhD1BqVs1iqILhmHDq/bqCUZsrMt+j8VCTHhP0vdfbHK3e1IQ7VYx3jlKqwlf+vw==} 658 + '@rollup/rollup-freebsd-arm64@4.57.1': 659 + resolution: {integrity: sha512-R+/WwhsjmwodAcz65guCGFRkMb4gKWTcIeLy60JJQbXrJ97BOXHxnkPFrP+YwFlaS0m+uWJTstrUA9o+UchFug==} 813 660 cpu: [arm64] 814 661 os: [freebsd] 815 662 816 - '@rollup/rollup-freebsd-x64@4.53.5': 817 - resolution: {integrity: sha512-sHTiuXyBJApxRn+VFMaw1U+Qsz4kcNlxQ742snICYPrY+DDL8/ZbaC4DVIB7vgZmp3jiDaKA0WpBdP0aqPJoBQ==} 663 + '@rollup/rollup-freebsd-x64@4.57.1': 664 + resolution: {integrity: sha512-IEQTCHeiTOnAUC3IDQdzRAGj3jOAYNr9kBguI7MQAAZK3caezRrg0GxAb6Hchg4lxdZEI5Oq3iov/w/hnFWY9Q==} 818 665 cpu: [x64] 819 666 os: [freebsd] 820 667 821 - '@rollup/rollup-linux-arm-gnueabihf@4.53.5': 822 - resolution: {integrity: sha512-dV3T9MyAf0w8zPVLVBptVlzaXxka6xg1f16VAQmjg+4KMSTWDvhimI/Y6mp8oHwNrmnmVl9XxJ/w/mO4uIQONA==} 668 + '@rollup/rollup-linux-arm-gnueabihf@4.57.1': 669 + resolution: {integrity: sha512-F8sWbhZ7tyuEfsmOxwc2giKDQzN3+kuBLPwwZGyVkLlKGdV1nvnNwYD0fKQ8+XS6hp9nY7B+ZeK01EBUE7aHaw==} 823 670 cpu: [arm] 824 671 os: [linux] 672 + libc: [glibc] 825 673 826 - '@rollup/rollup-linux-arm-musleabihf@4.53.5': 827 - resolution: {integrity: sha512-wIGYC1x/hyjP+KAu9+ewDI+fi5XSNiUi9Bvg6KGAh2TsNMA3tSEs+Sh6jJ/r4BV/bx/CyWu2ue9kDnIdRyafcQ==} 674 + '@rollup/rollup-linux-arm-musleabihf@4.57.1': 675 + resolution: {integrity: sha512-rGfNUfn0GIeXtBP1wL5MnzSj98+PZe/AXaGBCRmT0ts80lU5CATYGxXukeTX39XBKsxzFpEeK+Mrp9faXOlmrw==} 828 676 cpu: [arm] 829 677 os: [linux] 678 + libc: [musl] 830 679 831 - '@rollup/rollup-linux-arm64-gnu@4.53.5': 832 - resolution: {integrity: sha512-Y+qVA0D9d0y2FRNiG9oM3Hut/DgODZbU9I8pLLPwAsU0tUKZ49cyV1tzmB/qRbSzGvY8lpgGkJuMyuhH7Ma+Vg==} 680 + '@rollup/rollup-linux-arm64-gnu@4.57.1': 681 + resolution: {integrity: sha512-MMtej3YHWeg/0klK2Qodf3yrNzz6CGjo2UntLvk2RSPlhzgLvYEB3frRvbEF2wRKh1Z2fDIg9KRPe1fawv7C+g==} 833 682 cpu: [arm64] 834 683 os: [linux] 684 + libc: [glibc] 835 685 836 - '@rollup/rollup-linux-arm64-musl@4.53.5': 837 - resolution: {integrity: sha512-juaC4bEgJsyFVfqhtGLz8mbopaWD+WeSOYr5E16y+1of6KQjc0BpwZLuxkClqY1i8sco+MdyoXPNiCkQou09+g==} 686 + '@rollup/rollup-linux-arm64-musl@4.57.1': 687 + resolution: {integrity: sha512-1a/qhaaOXhqXGpMFMET9VqwZakkljWHLmZOX48R0I/YLbhdxr1m4gtG1Hq7++VhVUmf+L3sTAf9op4JlhQ5u1Q==} 838 688 cpu: [arm64] 839 689 os: [linux] 690 + libc: [musl] 840 691 841 - '@rollup/rollup-linux-loong64-gnu@4.53.5': 842 - resolution: {integrity: sha512-rIEC0hZ17A42iXtHX+EPJVL/CakHo+tT7W0pbzdAGuWOt2jxDFh7A/lRhsNHBcqL4T36+UiAgwO8pbmn3dE8wA==} 692 + '@rollup/rollup-linux-loong64-gnu@4.57.1': 693 + resolution: {integrity: sha512-QWO6RQTZ/cqYtJMtxhkRkidoNGXc7ERPbZN7dVW5SdURuLeVU7lwKMpo18XdcmpWYd0qsP1bwKPf7DNSUinhvA==} 843 694 cpu: [loong64] 844 695 os: [linux] 696 + libc: [glibc] 845 697 846 - '@rollup/rollup-linux-ppc64-gnu@4.53.5': 847 - resolution: {integrity: sha512-T7l409NhUE552RcAOcmJHj3xyZ2h7vMWzcwQI0hvn5tqHh3oSoclf9WgTl+0QqffWFG8MEVZZP1/OBglKZx52Q==} 698 + '@rollup/rollup-linux-loong64-musl@4.57.1': 699 + resolution: {integrity: sha512-xpObYIf+8gprgWaPP32xiN5RVTi/s5FCR+XMXSKmhfoJjrpRAjCuuqQXyxUa/eJTdAE6eJ+KDKaoEqjZQxh3Gw==} 700 + cpu: [loong64] 701 + os: [linux] 702 + libc: [musl] 703 + 704 + '@rollup/rollup-linux-ppc64-gnu@4.57.1': 705 + resolution: {integrity: sha512-4BrCgrpZo4hvzMDKRqEaW1zeecScDCR+2nZ86ATLhAoJ5FQ+lbHVD3ttKe74/c7tNT9c6F2viwB3ufwp01Oh2w==} 706 + cpu: [ppc64] 707 + os: [linux] 708 + libc: [glibc] 709 + 710 + '@rollup/rollup-linux-ppc64-musl@4.57.1': 711 + resolution: {integrity: sha512-NOlUuzesGauESAyEYFSe3QTUguL+lvrN1HtwEEsU2rOwdUDeTMJdO5dUYl/2hKf9jWydJrO9OL/XSSf65R5+Xw==} 848 712 cpu: [ppc64] 849 713 os: [linux] 714 + libc: [musl] 850 715 851 - '@rollup/rollup-linux-riscv64-gnu@4.53.5': 852 - resolution: {integrity: sha512-7OK5/GhxbnrMcxIFoYfhV/TkknarkYC1hqUw1wU2xUN3TVRLNT5FmBv4KkheSG2xZ6IEbRAhTooTV2+R5Tk0lQ==} 716 + '@rollup/rollup-linux-riscv64-gnu@4.57.1': 717 + resolution: {integrity: sha512-ptA88htVp0AwUUqhVghwDIKlvJMD/fmL/wrQj99PRHFRAG6Z5nbWoWG4o81Nt9FT+IuqUQi+L31ZKAFeJ5Is+A==} 853 718 cpu: [riscv64] 854 719 os: [linux] 720 + libc: [glibc] 855 721 856 - '@rollup/rollup-linux-riscv64-musl@4.53.5': 857 - resolution: {integrity: sha512-GwuDBE/PsXaTa76lO5eLJTyr2k8QkPipAyOrs4V/KJufHCZBJ495VCGJol35grx9xryk4V+2zd3Ri+3v7NPh+w==} 722 + '@rollup/rollup-linux-riscv64-musl@4.57.1': 723 + resolution: {integrity: sha512-S51t7aMMTNdmAMPpBg7OOsTdn4tySRQvklmL3RpDRyknk87+Sp3xaumlatU+ppQ+5raY7sSTcC2beGgvhENfuw==} 858 724 cpu: [riscv64] 859 725 os: [linux] 726 + libc: [musl] 860 727 861 - '@rollup/rollup-linux-s390x-gnu@4.53.5': 862 - resolution: {integrity: sha512-IAE1Ziyr1qNfnmiQLHBURAD+eh/zH1pIeJjeShleII7Vj8kyEm2PF77o+lf3WTHDpNJcu4IXJxNO0Zluro8bOw==} 728 + '@rollup/rollup-linux-s390x-gnu@4.57.1': 729 + resolution: {integrity: sha512-Bl00OFnVFkL82FHbEqy3k5CUCKH6OEJL54KCyx2oqsmZnFTR8IoNqBF+mjQVcRCT5sB6yOvK8A37LNm/kPJiZg==} 863 730 cpu: [s390x] 864 731 os: [linux] 732 + libc: [glibc] 865 733 866 - '@rollup/rollup-linux-x64-gnu@4.53.5': 867 - resolution: {integrity: sha512-Pg6E+oP7GvZ4XwgRJBuSXZjcqpIW3yCBhK4BcsANvb47qMvAbCjR6E+1a/U2WXz1JJxp9/4Dno3/iSJLcm5auw==} 734 + '@rollup/rollup-linux-x64-gnu@4.57.1': 735 + resolution: {integrity: sha512-ABca4ceT4N+Tv/GtotnWAeXZUZuM/9AQyCyKYyKnpk4yoA7QIAuBt6Hkgpw8kActYlew2mvckXkvx0FfoInnLg==} 868 736 cpu: [x64] 869 737 os: [linux] 738 + libc: [glibc] 870 739 871 - '@rollup/rollup-linux-x64-musl@4.53.5': 872 - resolution: {integrity: sha512-txGtluxDKTxaMDzUduGP0wdfng24y1rygUMnmlUJ88fzCCULCLn7oE5kb2+tRB+MWq1QDZT6ObT5RrR8HFRKqg==} 740 + '@rollup/rollup-linux-x64-musl@4.57.1': 741 + resolution: {integrity: sha512-HFps0JeGtuOR2convgRRkHCekD7j+gdAuXM+/i6kGzQtFhlCtQkpwtNzkNj6QhCDp7DRJ7+qC/1Vg2jt5iSOFw==} 873 742 cpu: [x64] 874 743 os: [linux] 744 + libc: [musl] 875 745 876 - '@rollup/rollup-openharmony-arm64@4.53.5': 877 - resolution: {integrity: sha512-3DFiLPnTxiOQV993fMc+KO8zXHTcIjgaInrqlG8zDp1TlhYl6WgrOHuJkJQ6M8zHEcntSJsUp1XFZSY8C1DYbg==} 746 + '@rollup/rollup-openbsd-x64@4.57.1': 747 + resolution: {integrity: sha512-H+hXEv9gdVQuDTgnqD+SQffoWoc0Of59AStSzTEj/feWTBAnSfSD3+Dql1ZruJQxmykT/JVY0dE8Ka7z0DH1hw==} 748 + cpu: [x64] 749 + os: [openbsd] 750 + 751 + '@rollup/rollup-openharmony-arm64@4.57.1': 752 + resolution: {integrity: sha512-4wYoDpNg6o/oPximyc/NG+mYUejZrCU2q+2w6YZqrAs2UcNUChIZXjtafAiiZSUc7On8v5NyNj34Kzj/Ltk6dQ==} 878 753 cpu: [arm64] 879 754 os: [openharmony] 880 755 881 - '@rollup/rollup-win32-arm64-msvc@4.53.5': 882 - resolution: {integrity: sha512-nggc/wPpNTgjGg75hu+Q/3i32R00Lq1B6N1DO7MCU340MRKL3WZJMjA9U4K4gzy3dkZPXm9E1Nc81FItBVGRlA==} 756 + '@rollup/rollup-win32-arm64-msvc@4.57.1': 757 + resolution: {integrity: sha512-O54mtsV/6LW3P8qdTcamQmuC990HDfR71lo44oZMZlXU4tzLrbvTii87Ni9opq60ds0YzuAlEr/GNwuNluZyMQ==} 883 758 cpu: [arm64] 884 759 os: [win32] 885 760 886 - '@rollup/rollup-win32-ia32-msvc@4.53.5': 887 - resolution: {integrity: sha512-U/54pTbdQpPLBdEzCT6NBCFAfSZMvmjr0twhnD9f4EIvlm9wy3jjQ38yQj1AGznrNO65EWQMgm/QUjuIVrYF9w==} 761 + '@rollup/rollup-win32-ia32-msvc@4.57.1': 762 + resolution: {integrity: sha512-P3dLS+IerxCT/7D2q2FYcRdWRl22dNbrbBEtxdWhXrfIMPP9lQhb5h4Du04mdl5Woq05jVCDPCMF7Ub0NAjIew==} 888 763 cpu: [ia32] 889 764 os: [win32] 890 765 891 - '@rollup/rollup-win32-x64-gnu@4.53.5': 892 - resolution: {integrity: sha512-2NqKgZSuLH9SXBBV2dWNRCZmocgSOx8OJSdpRaEcRlIfX8YrKxUT6z0F1NpvDVhOsl190UFTRh2F2WDWWCYp3A==} 766 + '@rollup/rollup-win32-x64-gnu@4.57.1': 767 + resolution: {integrity: sha512-VMBH2eOOaKGtIJYleXsi2B8CPVADrh+TyNxJ4mWPnKfLB/DBUmzW+5m1xUrcwWoMfSLagIRpjUFeW5CO5hyciQ==} 893 768 cpu: [x64] 894 769 os: [win32] 895 770 896 - '@rollup/rollup-win32-x64-msvc@4.53.5': 897 - resolution: {integrity: sha512-JRpZUhCfhZ4keB5v0fe02gQJy05GqboPOaxvjugW04RLSYYoB/9t2lx2u/tMs/Na/1NXfY8QYjgRljRpN+MjTQ==} 771 + '@rollup/rollup-win32-x64-msvc@4.57.1': 772 + resolution: {integrity: sha512-mxRFDdHIWRxg3UfIIAwCm6NzvxG0jDX/wBN6KsQFTvKFqqg9vTrWUE68qEjHt19A5wwx5X5aUi2zuZT7YR0jrA==} 898 773 cpu: [x64] 899 774 os: [win32] 900 775 ··· 907 782 '@types/chai@5.2.3': 908 783 resolution: {integrity: sha512-Mw558oeA9fFbv65/y4mHtXDs9bPnFMZAL/jxdPFUpOHHIXX91mcgEHbS5Lahr+pwZFR8A7GQleRWeI6cGFC2UA==} 909 784 785 + '@types/debug@4.1.12': 786 + resolution: {integrity: sha512-vIChWdVG3LG1SMxEvI/AK+FWJthlrqlTu7fbrlywTkkaONwk/UAGaULXRlf8vkzFBLVm0zkMdCquhL5aOjhXPQ==} 787 + 910 788 '@types/deep-eql@4.0.2': 911 789 resolution: {integrity: sha512-c9h9dVVMigMPc4bwTvC5dxqtqJZwQPePsWjPlpSOnojbor6pGqdk541lfA7AqFQr5pB1BRdq0juY9db81BwyFw==} 912 790 913 791 '@types/estree@1.0.8': 914 792 resolution: {integrity: sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==} 915 793 794 + '@types/jsesc@2.5.1': 795 + resolution: {integrity: sha512-9VN+6yxLOPLOav+7PwjZbxiID2bVaeq0ED4qSQmdQTdjnXJSaCVKTR58t15oqH1H5t8Ng2ZX1SabJVoN9Q34bw==} 796 + 916 797 '@types/json-schema@7.0.15': 917 798 resolution: {integrity: sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==} 918 799 919 - '@types/mdast@3.0.15': 920 - resolution: {integrity: sha512-LnwD+mUEfxWMa1QpDraczIn6k0Ee3SMicuYSSzS6ZYl2gKS09EClnJYGd8Du6rfc5r/GZEk5o1mRb8TaTj03sQ==} 800 + '@types/mdast@4.0.4': 801 + resolution: {integrity: sha512-kGaNbPh1k7AFzgpud/gMdvIm5xuECykRR+JnWKQno9TAXVa6WIVCGTPvYGekIDL4uwCZQSYbUxNBSb1aUo79oA==} 921 802 922 - '@types/node@25.0.2': 923 - resolution: {integrity: sha512-gWEkeiyYE4vqjON/+Obqcoeffmk0NF15WSBwSs7zwVA2bAbTaE0SJ7P0WNGoJn8uE7fiaV5a7dKYIJriEqOrmA==} 803 + '@types/ms@2.1.0': 804 + resolution: {integrity: sha512-GsCCIZDE/p3i96vtEqx+7dBUGXrc7zeSK3wwPHIaRThS+9OhWIXRqzs4d6k1SVU8g91DrNRWxWUGhp5KXQb2VA==} 805 + 806 + '@types/node@25.2.1': 807 + resolution: {integrity: sha512-CPrnr8voK8vC6eEtyRzvMpgp3VyVRhgclonE7qYi6P9sXwYb59ucfrnmFBTaP0yUi8Gk4yZg/LlTJULGxvTNsg==} 924 808 925 809 '@types/unist@2.0.11': 926 810 resolution: {integrity: sha512-CmBKiL6NNo/OqgmMn95Fk9Whlp2mtvIv+KNpQKN2F4SjvrEesubTRWGYSg+BnWZOnlCaSTU1sMpsBOzgbYhnsA==} 927 811 928 - '@typescript-eslint/eslint-plugin@8.50.0': 929 - resolution: {integrity: sha512-O7QnmOXYKVtPrfYzMolrCTfkezCJS9+ljLdKW/+DCvRsc3UAz+sbH6Xcsv7p30+0OwUbeWfUDAQE0vpabZ3QLg==} 812 + '@types/unist@3.0.3': 813 + resolution: {integrity: sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q==} 814 + 815 + '@typescript-eslint/eslint-plugin@8.54.0': 816 + resolution: {integrity: sha512-hAAP5io/7csFStuOmR782YmTthKBJ9ND3WVL60hcOjvtGFb+HJxH4O5huAcmcZ9v9G8P+JETiZ/G1B8MALnWZQ==} 930 817 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 931 818 peerDependencies: 932 - '@typescript-eslint/parser': ^8.50.0 819 + '@typescript-eslint/parser': ^8.54.0 933 820 eslint: ^8.57.0 || ^9.0.0 934 821 typescript: '>=4.8.4 <6.0.0' 935 822 936 - '@typescript-eslint/parser@8.50.0': 937 - resolution: {integrity: sha512-6/cmF2piao+f6wSxUsJLZjck7OQsYyRtcOZS02k7XINSNlz93v6emM8WutDQSXnroG2xwYlEVHJI+cPA7CPM3Q==} 823 + '@typescript-eslint/parser@8.54.0': 824 + resolution: {integrity: sha512-BtE0k6cjwjLZoZixN0t5AKP0kSzlGu7FctRXYuPAm//aaiZhmfq1JwdYpYr1brzEspYyFeF+8XF5j2VK6oalrA==} 938 825 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 939 826 peerDependencies: 940 827 eslint: ^8.57.0 || ^9.0.0 941 828 typescript: '>=4.8.4 <6.0.0' 942 829 943 - '@typescript-eslint/project-service@8.50.0': 944 - resolution: {integrity: sha512-Cg/nQcL1BcoTijEWyx4mkVC56r8dj44bFDvBdygifuS20f3OZCHmFbjF34DPSi07kwlFvqfv/xOLnJ5DquxSGQ==} 830 + '@typescript-eslint/project-service@8.54.0': 831 + resolution: {integrity: sha512-YPf+rvJ1s7MyiWM4uTRhE4DvBXrEV+d8oC3P9Y2eT7S+HBS0clybdMIPnhiATi9vZOYDc7OQ1L/i6ga6NFYK/g==} 945 832 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 946 833 peerDependencies: 947 834 typescript: '>=4.8.4 <6.0.0' 948 835 949 - '@typescript-eslint/scope-manager@8.50.0': 950 - resolution: {integrity: sha512-xCwfuCZjhIqy7+HKxBLrDVT5q/iq7XBVBXLn57RTIIpelLtEIZHXAF/Upa3+gaCpeV1NNS5Z9A+ID6jn50VD4A==} 836 + '@typescript-eslint/scope-manager@8.54.0': 837 + resolution: {integrity: sha512-27rYVQku26j/PbHYcVfRPonmOlVI6gihHtXFbTdB5sb6qA0wdAQAbyXFVarQ5t4HRojIz64IV90YtsjQSSGlQg==} 951 838 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 952 839 953 - '@typescript-eslint/tsconfig-utils@8.50.0': 954 - resolution: {integrity: sha512-vxd3G/ybKTSlm31MOA96gqvrRGv9RJ7LGtZCn2Vrc5htA0zCDvcMqUkifcjrWNNKXHUU3WCkYOzzVSFBd0wa2w==} 840 + '@typescript-eslint/tsconfig-utils@8.54.0': 841 + resolution: {integrity: sha512-dRgOyT2hPk/JwxNMZDsIXDgyl9axdJI3ogZ2XWhBPsnZUv+hPesa5iuhdYt2gzwA9t8RE5ytOJ6xB0moV0Ujvw==} 955 842 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 956 843 peerDependencies: 957 844 typescript: '>=4.8.4 <6.0.0' 958 845 959 - '@typescript-eslint/type-utils@8.50.0': 960 - resolution: {integrity: sha512-7OciHT2lKCewR0mFoBrvZJ4AXTMe/sYOe87289WAViOocEmDjjv8MvIOT2XESuKj9jp8u3SZYUSh89QA4S1kQw==} 846 + '@typescript-eslint/type-utils@8.54.0': 847 + resolution: {integrity: sha512-hiLguxJWHjjwL6xMBwD903ciAwd7DmK30Y9Axs/etOkftC3ZNN9K44IuRD/EB08amu+Zw6W37x9RecLkOo3pMA==} 961 848 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 962 849 peerDependencies: 963 850 eslint: ^8.57.0 || ^9.0.0 964 851 typescript: '>=4.8.4 <6.0.0' 965 852 966 - '@typescript-eslint/types@8.50.0': 967 - resolution: {integrity: sha512-iX1mgmGrXdANhhITbpp2QQM2fGehBse9LbTf0sidWK6yg/NE+uhV5dfU1g6EYPlcReYmkE9QLPq/2irKAmtS9w==} 853 + '@typescript-eslint/types@8.54.0': 854 + resolution: {integrity: sha512-PDUI9R1BVjqu7AUDsRBbKMtwmjWcn4J3le+5LpcFgWULN3LvHC5rkc9gCVxbrsrGmO1jfPybN5s6h4Jy+OnkAA==} 968 855 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 969 856 970 - '@typescript-eslint/typescript-estree@8.50.0': 971 - resolution: {integrity: sha512-W7SVAGBR/IX7zm1t70Yujpbk+zdPq/u4soeFSknWFdXIFuWsBGBOUu/Tn/I6KHSKvSh91OiMuaSnYp3mtPt5IQ==} 857 + '@typescript-eslint/typescript-estree@8.54.0': 858 + resolution: {integrity: sha512-BUwcskRaPvTk6fzVWgDPdUndLjB87KYDrN5EYGetnktoeAvPtO4ONHlAZDnj5VFnUANg0Sjm7j4usBlnoVMHwA==} 972 859 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 973 860 peerDependencies: 974 861 typescript: '>=4.8.4 <6.0.0' 975 862 976 - '@typescript-eslint/utils@8.50.0': 977 - resolution: {integrity: sha512-87KgUXET09CRjGCi2Ejxy3PULXna63/bMYv72tCAlDJC3Yqwln0HiFJ3VJMst2+mEtNtZu5oFvX4qJGjKsnAgg==} 863 + '@typescript-eslint/utils@8.54.0': 864 + resolution: {integrity: sha512-9Cnda8GS57AQakvRyG0PTejJNlA2xhvyNtEVIMlDWOOeEyBkYWhGPnfrIAnqxLMTSTo6q8g12XVjjev5l1NvMA==} 978 865 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 979 866 peerDependencies: 980 867 eslint: ^8.57.0 || ^9.0.0 981 868 typescript: '>=4.8.4 <6.0.0' 982 869 983 - '@typescript-eslint/visitor-keys@8.50.0': 984 - resolution: {integrity: sha512-Xzmnb58+Db78gT/CCj/PVCvK+zxbnsw6F+O1oheYszJbBSdEjVhQi3C/Xttzxgi/GLmpvOggRs1RFpiJ8+c34Q==} 870 + '@typescript-eslint/visitor-keys@8.54.0': 871 + resolution: {integrity: sha512-VFlhGSl4opC0bprJiItPQ1RfUhGDIBokcPwaFH4yiBCaNPeld/9VeXbiPO1cLyorQi1G1vL+ecBk1x8o1axORA==} 985 872 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 986 873 987 - '@vitest/coverage-v8@4.0.15': 988 - resolution: {integrity: sha512-FUJ+1RkpTFW7rQITdgTi93qOCWJobWhBirEPCeXh2SW2wsTlFxy51apDz5gzG+ZEYt/THvWeNmhdAoS9DTwpCw==} 874 + '@typescript/native-preview-darwin-arm64@7.0.0-dev.20260206.1': 875 + resolution: {integrity: sha512-C45zT/4VU6Wk61aisaa+EzY4Sqvd4newgkD7GNOj/alprtpuUBr9tKFGFMrFVd/oANTcZS/NHGW6QJfmi+LS3A==} 876 + cpu: [arm64] 877 + os: [darwin] 878 + 879 + '@typescript/native-preview-darwin-x64@7.0.0-dev.20260206.1': 880 + resolution: {integrity: sha512-nPCkbgeSYjVarfBcgdZMzG4oiM9CQSinYFu5PLL66X9N+R5dwhynw5V5ZpT+i6ax5v63pTH5e5U99iwmJzSN8w==} 881 + cpu: [x64] 882 + os: [darwin] 883 + 884 + '@typescript/native-preview-linux-arm64@7.0.0-dev.20260206.1': 885 + resolution: {integrity: sha512-zK+jrh3paRCfathNDb1bt0MWzfBxuFANmPoxyvK7610Gykv1P78VIAIN3Blbc9O1ZMxR4fuBIHz963kcRhZvCw==} 886 + cpu: [arm64] 887 + os: [linux] 888 + 889 + '@typescript/native-preview-linux-arm@7.0.0-dev.20260206.1': 890 + resolution: {integrity: sha512-kDLszfVMQcfT8pFG7LTbE+pVePrhV2X0Bz0Tx0Hn+dQFWACrfDMYlLgtW1w7RFjIUM5F1hwnbnqTDI/1hV4W6Q==} 891 + cpu: [arm] 892 + os: [linux] 893 + 894 + '@typescript/native-preview-linux-x64@7.0.0-dev.20260206.1': 895 + resolution: {integrity: sha512-Uk7d+OsrHkVt6L/wARY0RuN73iyNJmyGjegkeu5m190cGwpJq/eqgQgy2Kt6FAylKQhjIXgfLgIvPgAHPab1Lw==} 896 + cpu: [x64] 897 + os: [linux] 898 + 899 + '@typescript/native-preview-win32-arm64@7.0.0-dev.20260206.1': 900 + resolution: {integrity: sha512-RQkM/jXUA5dVyBjxBRsgSmY9dfJXgC5FUTs9srBw+ZYdX1ARMQyuAxApwTQhhM1rDmjT2lFvpnc1/VZ33wSOEw==} 901 + cpu: [arm64] 902 + os: [win32] 903 + 904 + '@typescript/native-preview-win32-x64@7.0.0-dev.20260206.1': 905 + resolution: {integrity: sha512-wnVqQEJSvYzqG3tYXFK93nqBWxNCSoKxQrnt5BLwn0iScPmUOfLgHf61dLr5sOG8fqUjkhLFH/gW+DfePclEfw==} 906 + cpu: [x64] 907 + os: [win32] 908 + 909 + '@typescript/native-preview@7.0.0-dev.20260206.1': 910 + resolution: {integrity: sha512-863vBkK6A63Xa4P0839GqndGrGDtH4g8I6TQ4mGVJofSyOpPKTMeTrQZ/nyOEn4kvCLuGn4d3rf20Tn1U2wU7g==} 911 + hasBin: true 912 + 913 + '@vitest/coverage-v8@4.0.18': 914 + resolution: {integrity: sha512-7i+N2i0+ME+2JFZhfuz7Tg/FqKtilHjGyGvoHYQ6iLV0zahbsJ9sljC9OcFcPDbhYKCet+sG8SsVqlyGvPflZg==} 989 915 peerDependencies: 990 - '@vitest/browser': 4.0.15 991 - vitest: 4.0.15 916 + '@vitest/browser': 4.0.18 917 + vitest: 4.0.18 992 918 peerDependenciesMeta: 993 919 '@vitest/browser': 994 920 optional: true 995 921 996 - '@vitest/expect@4.0.15': 997 - resolution: {integrity: sha512-Gfyva9/GxPAWXIWjyGDli9O+waHDC0Q0jaLdFP1qPAUUfo1FEXPXUfUkp3eZA0sSq340vPycSyOlYUeM15Ft1w==} 922 + '@vitest/expect@4.0.18': 923 + resolution: {integrity: sha512-8sCWUyckXXYvx4opfzVY03EOiYVxyNrHS5QxX3DAIi5dpJAAkyJezHCP77VMX4HKA2LDT/Jpfo8i2r5BE3GnQQ==} 998 924 999 - '@vitest/mocker@4.0.15': 1000 - resolution: {integrity: sha512-CZ28GLfOEIFkvCFngN8Sfx5h+Se0zN+h4B7yOsPVCcgtiO7t5jt9xQh2E1UkFep+eb9fjyMfuC5gBypwb07fvQ==} 925 + '@vitest/mocker@4.0.18': 926 + resolution: {integrity: sha512-HhVd0MDnzzsgevnOWCBj5Otnzobjy5wLBe4EdeeFGv8luMsGcYqDuFRMcttKWZA5vVO8RFjexVovXvAM4JoJDQ==} 1001 927 peerDependencies: 1002 928 msw: ^2.4.9 1003 929 vite: ^6.0.0 || ^7.0.0-0 ··· 1007 933 vite: 1008 934 optional: true 1009 935 1010 - '@vitest/pretty-format@4.0.15': 1011 - resolution: {integrity: sha512-SWdqR8vEv83WtZcrfLNqlqeQXlQLh2iilO1Wk1gv4eiHKjEzvgHb2OVc3mIPyhZE6F+CtfYjNlDJwP5MN6Km7A==} 936 + '@vitest/pretty-format@4.0.18': 937 + resolution: {integrity: sha512-P24GK3GulZWC5tz87ux0m8OADrQIUVDPIjjj65vBXYG17ZeU3qD7r+MNZ1RNv4l8CGU2vtTRqixrOi9fYk/yKw==} 1012 938 1013 - '@vitest/runner@4.0.15': 1014 - resolution: {integrity: sha512-+A+yMY8dGixUhHmNdPUxOh0la6uVzun86vAbuMT3hIDxMrAOmn5ILBHm8ajrqHE0t8R9T1dGnde1A5DTnmi3qw==} 939 + '@vitest/runner@4.0.18': 940 + resolution: {integrity: sha512-rpk9y12PGa22Jg6g5M3UVVnTS7+zycIGk9ZNGN+m6tZHKQb7jrP7/77WfZy13Y/EUDd52NDsLRQhYKtv7XfPQw==} 1015 941 1016 - '@vitest/snapshot@4.0.15': 1017 - resolution: {integrity: sha512-A7Ob8EdFZJIBjLjeO0DZF4lqR6U7Ydi5/5LIZ0xcI+23lYlsYJAfGn8PrIWTYdZQRNnSRlzhg0zyGu37mVdy5g==} 942 + '@vitest/snapshot@4.0.18': 943 + resolution: {integrity: sha512-PCiV0rcl7jKQjbgYqjtakly6T1uwv/5BQ9SwBLekVg/EaYeQFPiXcgrC2Y7vDMA8dM1SUEAEV82kgSQIlXNMvA==} 1018 944 1019 - '@vitest/spy@4.0.15': 1020 - resolution: {integrity: sha512-+EIjOJmnY6mIfdXtE/bnozKEvTC4Uczg19yeZ2vtCz5Yyb0QQ31QWVQ8hswJ3Ysx/K2EqaNsVanjr//2+P3FHw==} 945 + '@vitest/spy@4.0.18': 946 + resolution: {integrity: sha512-cbQt3PTSD7P2OARdVW3qWER5EGq7PHlvE+QfzSC0lbwO+xnt7+XH06ZzFjFRgzUX//JmpxrCu92VdwvEPlWSNw==} 1021 947 1022 - '@vitest/utils@4.0.15': 1023 - resolution: {integrity: sha512-HXjPW2w5dxhTD0dLwtYHDnelK3j8sR8cWIaLxr22evTyY6q8pRCjZSmhRWVjBaOVXChQd6AwMzi9pucorXCPZA==} 948 + '@vitest/utils@4.0.18': 949 + resolution: {integrity: sha512-msMRKLMVLWygpK3u2Hybgi4MNjcYJvwTb0Ru09+fOyCXIgT5raYP041DRRdiJiI3k/2U6SEbAETB3YtBrUkCFA==} 1024 950 1025 951 acorn-jsx@5.3.2: 1026 952 resolution: {integrity: sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==} ··· 1046 972 resolution: {integrity: sha512-Izi8RQcffqCeNVgFigKli1ssklIbpHnCYc6AknXGYoB6grJqyeby7jv12JUQgmTAnIDnbck1uxksT4dzN3PWBA==} 1047 973 engines: {node: '>=12'} 1048 974 1049 - ast-kit@2.2.0: 1050 - resolution: {integrity: sha512-m1Q/RaVOnTp9JxPX+F+Zn7IcLYMzM8kZofDImfsKZd8MbR+ikdOzTeztStWqfrqIxZnYWryyI9ePm3NGjnZgGw==} 975 + ast-kit@3.0.0-beta.1: 976 + resolution: {integrity: sha512-trmleAnZ2PxN/loHWVhhx1qeOHSRXq4TDsBBxq3GqeJitfk3+jTQ+v/C1km/KYq9M7wKqCewMh+/NAvVH7m+bw==} 1051 977 engines: {node: '>=20.19.0'} 1052 978 1053 - ast-v8-to-istanbul@0.3.9: 1054 - resolution: {integrity: sha512-dSC6tJeOJxbZrPzPbv5mMd6CMiQ1ugaVXXPRad2fXUSsy1kstFn9XQWemV9VW7Y7kpxgQ/4WMoZfwdH8XSU48w==} 979 + ast-v8-to-istanbul@0.3.11: 980 + resolution: {integrity: sha512-Qya9fkoofMjCBNVdWINMjB5KZvkYfaO9/anwkWnjxibpWUxo5iHl2sOdP7/uAqaRuUYuoo8rDwnbaaKVFxoUvw==} 1055 981 1056 - automd@0.4.2: 1057 - resolution: {integrity: sha512-9Gey0OG4gu2IzoLbwRj2fqyntJPbEFox/5KdOgg0zflkzq5lyOapWE324xYOvVdk9hgyjiMvDcT6XUPAIJhmag==} 982 + automd@0.4.3: 983 + resolution: {integrity: sha512-5WJNEiaNpFm8h0OmQzhnESthadUQhJwQfka/TmmJpMudZ8qU9MZao9p0G1g7WYA9pVTz6FMMOSvxnfQ9g8q9vQ==} 1058 984 hasBin: true 1059 985 1060 986 balanced-match@1.0.2: 1061 987 resolution: {integrity: sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==} 1062 988 1063 - baseline-browser-mapping@2.9.8: 1064 - resolution: {integrity: sha512-Y1fOuNDowLfgKOypdc9SPABfoWXuZHBOyCS4cD52IeZBhr4Md6CLLs6atcxVrzRmQ06E7hSlm5bHHApPKR/byA==} 989 + baseline-browser-mapping@2.9.19: 990 + resolution: {integrity: sha512-ipDqC8FrAl/76p2SSWKSI+H9tFwm7vYqXQrItCuiVPt26Km0jS+NzSsBWAaBusvSbQcfJG+JitdMm+wZAgTYqg==} 1065 991 hasBin: true 1066 992 1067 - birpc@3.0.0: 1068 - resolution: {integrity: sha512-by+04pHuxpCEQcucAXqzopqfhyI8TLK5Qg5MST0cB6MP+JhHna9ollrtK9moVh27aq6Q6MEJgebD0cVm//yBkg==} 993 + birpc@4.0.0: 994 + resolution: {integrity: sha512-LShSxJP0KTmd101b6DRyGBj57LZxSDYWKitQNW/mi8GRMvZb078Uf9+pveax1DrVL89vm7mWe+TovdI/UDOuPw==} 1069 995 1070 996 brace-expansion@1.1.12: 1071 997 resolution: {integrity: sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==} 1072 998 1073 999 brace-expansion@2.0.2: 1074 1000 resolution: {integrity: sha512-Jt0vHyM+jmUBqojB7E1NIYadt0vI0Qxjxd2TErW94wDz+E2LAm5vKMXXwg6ZZBTHPuUlDgQHKXvjGBdfcF1ZDQ==} 1075 - 1076 - braces@3.0.3: 1077 - resolution: {integrity: sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==} 1078 - engines: {node: '>=8'} 1079 1001 1080 1002 browserslist@4.28.1: 1081 1003 resolution: {integrity: sha512-ZC5Bd0LgJXgwGqUknZY/vkUQ04r8NXnJZ3yYi4vDmSiZmC/pdSN0NbNRPxZpbtO4uAfDUAFffO8IZoM3Gj8IkA==} ··· 1090 1012 resolution: {integrity: sha512-tjwM5exMg6BGRI+kNmTntNsvdZS1X8BFYS6tnJ2hdH0kVxM6/eVZ2xy+FqStSWvYmtfFMDLIxurorHwDKfDz5Q==} 1091 1013 engines: {node: '>=18'} 1092 1014 1093 - c12@3.3.2: 1094 - resolution: {integrity: sha512-QkikB2X5voO1okL3QsES0N690Sn/K9WokXqUsDQsWy5SnYb+psYQFGA10iy1bZHj3fjISKsI67Q90gruvWWM3A==} 1015 + c12@3.3.3: 1016 + resolution: {integrity: sha512-750hTRvgBy5kcMNPdh95Qo+XUBeGo8C7nsKSmedDmaQI+E0r82DwHeM6vBewDe4rGFbnxoa4V9pw+sPh5+Iz8Q==} 1095 1017 peerDependencies: 1096 1018 magicast: '*' 1097 1019 peerDependenciesMeta: ··· 1102 1024 resolution: {integrity: sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==} 1103 1025 engines: {node: '>=6'} 1104 1026 1105 - caniuse-lite@1.0.30001760: 1106 - resolution: {integrity: sha512-7AAMPcueWELt1p3mi13HR/LHH0TJLT11cnwDJEs3xA4+CK/PLKeO9Kl1oru24htkyUKtkGCvAx4ohB0Ttry8Dw==} 1027 + caniuse-lite@1.0.30001769: 1028 + resolution: {integrity: sha512-BCfFL1sHijQlBGWBMuJyhZUhzo7wer5sVj9hqekB/7xn0Ypy+pER/edCYQm4exbXj4WiySGp40P8UuTh6w1srg==} 1107 1029 1108 - chai@6.2.1: 1109 - resolution: {integrity: sha512-p4Z49OGG5W/WBCPSS/dH3jQ73kD6tiMmUM+bckNK6Jr5JHMG3k9bg/BvKR8lKmtVBKmOiuVaV2ws8s9oSbwysg==} 1030 + ccount@2.0.1: 1031 + resolution: {integrity: sha512-eyrF0jiFpY+3drT6383f1qhkbGsLSifNAjA61IUjZjmLCWjItY6LB9ft9YhoDgwfmclB2zhu51Lc7+95b8NRAg==} 1032 + 1033 + chai@6.2.2: 1034 + resolution: {integrity: sha512-NUPRluOfOiTKBKvWPtSD4PhFvWCqOi0BGStNWs57X9js7XGTprSmFoz5F0tWhR4WPjNeR9jXqdC7/UpSJTnlRg==} 1110 1035 engines: {node: '>=18'} 1111 1036 1112 1037 chalk@4.1.2: 1113 1038 resolution: {integrity: sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==} 1114 1039 engines: {node: '>=10'} 1115 1040 1041 + change-case@5.4.4: 1042 + resolution: {integrity: sha512-HRQyTk2/YPEkt9TnUPbOpr64Uw3KOicFWPVBb+xiHvd6eBx/qPr9xqfBFDT8P2vWsvvz4jbEkfDe71W3VyNu2w==} 1043 + 1116 1044 changelogen@0.6.2: 1117 1045 resolution: {integrity: sha512-QtC7+r9BxoUm+XDAwhLbz3CgU134J1ytfE3iCpLpA4KFzX2P1e6s21RrWDwUBzfx66b1Rv+6lOA2nS2btprd+A==} 1118 1046 hasBin: true 1119 1047 1120 - character-entities-legacy@1.1.4: 1121 - resolution: {integrity: sha512-3Xnr+7ZFS1uxeiUDvV02wQ+QDbc55o97tIV5zHScSPJpcLm/r0DFPcoY3tYRp+VZukxuMeKgXYmsXQHO05zQeA==} 1122 - 1123 - character-entities@1.2.4: 1124 - resolution: {integrity: sha512-iBMyeEHxfVnIakwOuDXpVkc54HijNgCyQB2w0VfGQThle6NXn50zU6V/u+LDhxHcDUPojn6Kpga3PTAD8W1bQw==} 1125 - 1126 - character-reference-invalid@1.1.4: 1127 - resolution: {integrity: sha512-mKKUkUbhPpQlCOfIuZkvSEgktjPFIsZKRRbC6KWVEMvlzblj3i3asQv5ODsrwt0N3pHAEvjP8KTQPHkp0+6jOg==} 1128 - 1129 - chokidar@4.0.3: 1130 - resolution: {integrity: sha512-Qgzu8kfBvo+cA4962jnP1KkS6Dop5NS6g7R5LFYJr4b8Ub94PPQXUksCw9PvXoeXPRRddRNC5C1JQUR2SMGtnA==} 1131 - engines: {node: '>= 14.16.0'} 1048 + character-entities@2.0.2: 1049 + resolution: {integrity: sha512-shx7oQ0Awen/BRIdkjkvz54PnEEI/EjwXDSIZp86/KKdbafHh1Df/RYGBhn4hbe2+uKC9FnT5UCEdyPz3ai9hQ==} 1132 1050 1133 1051 chokidar@5.0.0: 1134 1052 resolution: {integrity: sha512-TQMmc3w+5AxjpL8iIiwebF73dRDF4fBIieAqGn9RGCWaEVwQ6Fb2cGe31Yns0RRIzii5goJ1Y7xbMwo1TxMplw==} 1135 1053 engines: {node: '>= 20.19.0'} 1136 1054 1137 - ci-info@4.3.1: 1138 - resolution: {integrity: sha512-Wdy2Igu8OcBpI2pZePZ5oWjPC38tmDVx5WKUXKwlLYkA0ozo85sLsLvkBbBn/sZaSCMFOGZJ14fvW9t5/d7kdA==} 1055 + ci-info@4.4.0: 1056 + resolution: {integrity: sha512-77PSwercCZU2Fc4sX94eF8k8Pxte6JAwL4/ICZLFjJLqegs7kCuAsqqj/70NQF6TvDpgFjkubQB2FW2ZZddvQg==} 1139 1057 engines: {node: '>=8'} 1140 1058 1141 1059 citty@0.1.6: 1142 1060 resolution: {integrity: sha512-tskPPKEs8D2KPafUypv2gxwJP8h/OaJmC82QQGGDQcHvXX43xF2VDACcJVmZ0EuSxkpO9Kc4MlrA3q0+FG58AQ==} 1061 + 1062 + citty@0.2.0: 1063 + resolution: {integrity: sha512-8csy5IBFI2ex2hTVpaHN2j+LNE199AgiI7y4dMintrr8i0lQiFn+0AWMZrWdHKIgMOer65f8IThysYhoReqjWA==} 1143 1064 1144 1065 clean-regexp@1.0.0: 1145 1066 resolution: {integrity: sha512-GfisEZEJvzKrmGWkvfhgzcz/BllN1USeqD2V6tg14OAOgaCD2Z/PUEuxnAZ/nPvmaHRG7a8y77p1T/IRQ4D1Hw==} ··· 1168 1089 convert-gitmoji@0.1.5: 1169 1090 resolution: {integrity: sha512-4wqOafJdk2tqZC++cjcbGcaJ13BZ3kwldf06PTiAQRAB76Z1KJwZNL1SaRZMi2w1FM9RYTgZ6QErS8NUl/GBmQ==} 1170 1091 1171 - core-js-compat@3.47.0: 1172 - resolution: {integrity: sha512-IGfuznZ/n7Kp9+nypamBhvwdwLsW6KC8IOaURw2doAK5e98AG3acVLdh0woOnEqCfUtS+Vu882JE4k/DAm3ItQ==} 1092 + core-js-compat@3.48.0: 1093 + resolution: {integrity: sha512-OM4cAF3D6VtH/WkLtWvyNC56EZVXsZdU3iqaMG2B4WvYrlqU831pc4UtG5yp0sE9z8Y02wVN7PjW5Zf9Gt0f1Q==} 1173 1094 1174 1095 cross-spawn@7.0.6: 1175 1096 resolution: {integrity: sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==} ··· 1184 1105 supports-color: 1185 1106 optional: true 1186 1107 1108 + decode-named-character-reference@1.3.0: 1109 + resolution: {integrity: sha512-GtpQYB283KrPp6nRw50q3U9/VfOutZOe103qlN7BPP6Ad27xYnOIWv4lPzo8HCAL+mMZofJ9KEy30fq6MfaK6Q==} 1110 + 1187 1111 deep-is@0.1.4: 1188 1112 resolution: {integrity: sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==} 1189 1113 ··· 1191 1115 resolution: {integrity: sha512-x1VCxdX4t+8wVfd1so/9w+vQ4vx7lKd2Qp5tDRutErwmR85OgmfX7RlLRMWafRMY7hbEiXIbudNrjOAPa/hL8Q==} 1192 1116 engines: {node: '>=18'} 1193 1117 1194 - default-browser@5.4.0: 1195 - resolution: {integrity: sha512-XDuvSq38Hr1MdN47EDvYtx3U0MTqpCEn+F6ft8z2vYDzMrvQhVp0ui9oQdqW3MvK3vqUETglt1tVGgjLuJ5izg==} 1118 + default-browser@5.5.0: 1119 + resolution: {integrity: sha512-H9LMLr5zwIbSxrmvikGuI/5KGhZ8E2zH3stkMgM5LpOWDutGM2JZaj460Udnf1a+946zc7YBgrqEWwbk7zHvGw==} 1196 1120 engines: {node: '>=18'} 1197 1121 1198 1122 define-lazy-prop@3.0.0: ··· 1202 1126 defu@6.1.4: 1203 1127 resolution: {integrity: sha512-mEQCMmwJu317oSz8CwdIOdwf3xMif1ttiM8LTufzc3g6kR+9Pe236twL8j3IYT1F7GfRgGcW6MWxzZjLIkuHIg==} 1204 1128 1129 + dequal@2.0.3: 1130 + resolution: {integrity: sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA==} 1131 + engines: {node: '>=6'} 1132 + 1205 1133 destr@2.0.5: 1206 1134 resolution: {integrity: sha512-ugFTXCtDZunbzasqBxrK93Ik/DRYsO6S/fedkWEMKqt04xZ4csmnmwGDBAb07QWNaGMAmnTIemsYZCksjATwsA==} 1207 1135 1208 - detect-libc@1.0.3: 1209 - resolution: {integrity: sha512-pGjwhsmsp4kL2RTz08wcOlGN83otlqHeD/Z5T8GXZB+/YcpQ/dgo+lbU8ZsGxV0HIvqqxo9l7mqYwyYMD9bKDg==} 1210 - engines: {node: '>=0.10'} 1211 - hasBin: true 1136 + detect-libc@2.1.2: 1137 + resolution: {integrity: sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==} 1138 + engines: {node: '>=8'} 1139 + 1140 + devlop@1.1.0: 1141 + resolution: {integrity: sha512-RWmIqhcFf1lRYBvNmr7qTNuyCt/7/ns2jbpp1+PalgE/rDQcBT0fioSMUpJ93irlUhC5hrg4cYqe6U+0ImW0rA==} 1212 1142 1213 1143 didyoumean2@7.0.4: 1214 1144 resolution: {integrity: sha512-+yW4SNY7W2DOWe2Jx5H4c2qMTFbLGM6wIyoDPkAPy66X+sD1KfYjBPAIWPVsYqMxelflaMQCloZDudELIPhLqA==} 1215 1145 engines: {node: ^18.12.0 || >=20.9.0} 1216 1146 1217 - dotenv@17.2.3: 1218 - resolution: {integrity: sha512-JVUnt+DUIzu87TABbhPmNfVdBDt18BLOWjMUFJMSi/Qqg7NTYtabbvSNJGOJ7afbRuv9D/lngizHtP7QyLQ+9w==} 1147 + dotenv@17.2.4: 1148 + resolution: {integrity: sha512-mudtfb4zRB4bVvdj0xRo+e6duH1csJRM8IukBqfTRvHotn9+LBXB8ynAidP9zHqoRC/fsllXgk4kCKlR21fIhw==} 1219 1149 engines: {node: '>=12'} 1220 1150 1221 1151 dts-resolver@2.1.3: ··· 1227 1157 oxc-resolver: 1228 1158 optional: true 1229 1159 1230 - electron-to-chromium@1.5.267: 1231 - resolution: {integrity: sha512-0Drusm6MVRXSOJpGbaSVgcQsuB4hEkMpHXaVstcPmhu5LIedxs1xNK/nIxmQIU/RPC0+1/o0AVZfBTkTNJOdUw==} 1160 + electron-to-chromium@1.5.286: 1161 + resolution: {integrity: sha512-9tfDXhJ4RKFNerfjdCcZfufu49vg620741MNs26a9+bhLThdB+plgMeou98CAaHu/WATj2iHOOHTp1hWtABj2A==} 1232 1162 1233 1163 es-module-lexer@1.7.0: 1234 1164 resolution: {integrity: sha512-jEQoCwk8hyb2AZziIOLhDqpm5+2ww5uIE6lkO/6jcOCusfk6LhMHpXXfBLXTZ7Ydyt0j4VoUQv6uGNYbdW+kBA==} 1235 1165 1236 - esbuild@0.27.1: 1237 - resolution: {integrity: sha512-yY35KZckJJuVVPXpvjgxiCuVEJT67F6zDeVTv4rizyPrfGBUpZQsvmxnN+C371c2esD/hNMjj4tpBhuueLN7aA==} 1166 + esbuild@0.27.3: 1167 + resolution: {integrity: sha512-8VwMnyGCONIs6cWue2IdpHxHnAjzxnw2Zr7MkVxB2vjmQ2ivqGFb4LEG3SMnv0Gb2F/G/2yA8zUaiL1gywDCCg==} 1238 1168 engines: {node: '>=18'} 1239 1169 hasBin: true 1240 1170 ··· 1250 1180 resolution: {integrity: sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==} 1251 1181 engines: {node: '>=10'} 1252 1182 1253 - eslint-config-unjs@0.5.0: 1254 - resolution: {integrity: sha512-yXLFwCShcz0dwfSZjDL6sVu8PKZ0f/3kuOCoXQuuiM1OvggbrIXy0WCKIpWsomlbBM2Oy0jv6eZTML9LhaLpJQ==} 1183 + escape-string-regexp@5.0.0: 1184 + resolution: {integrity: sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw==} 1185 + engines: {node: '>=12'} 1186 + 1187 + eslint-config-unjs@0.6.2: 1188 + resolution: {integrity: sha512-u80AQy4W4B+gbd/Ow1xlUrvNhTq/tqs1mpfYNzFfazp1wF5L0ZY4gizspfXgr8QDeugMfo+rno6Iwd89jKSJSw==} 1255 1189 peerDependencies: 1256 1190 eslint: '*' 1257 1191 typescript: '*' 1258 1192 1259 - eslint-plugin-markdown@5.1.0: 1260 - resolution: {integrity: sha512-SJeyKko1K6GwI0AN6xeCDToXDkfKZfXcexA6B+O2Wr2btUS9GrC+YgwSyVli5DJnctUHjFXcQ2cqTaAmVoLi2A==} 1261 - engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1262 - deprecated: Please use @eslint/markdown instead 1193 + eslint-plugin-unicorn@62.0.0: 1194 + resolution: {integrity: sha512-HIlIkGLkvf29YEiS/ImuDZQbP12gWyx5i3C6XrRxMvVdqMroCI9qoVYCoIl17ChN+U89pn9sVwLxhIWj5nEc7g==} 1195 + engines: {node: ^20.10.0 || >=21.0.0} 1263 1196 peerDependencies: 1264 - eslint: '>=8' 1265 - 1266 - eslint-plugin-unicorn@59.0.1: 1267 - resolution: {integrity: sha512-EtNXYuWPUmkgSU2E7Ttn57LbRREQesIP1BiLn7OZLKodopKfDXfBUkC/0j6mpw2JExwf43Uf3qLSvrSvppgy8Q==} 1268 - engines: {node: ^18.20.0 || ^20.10.0 || >=21.0.0} 1269 - peerDependencies: 1270 - eslint: '>=9.22.0' 1197 + eslint: '>=9.38.0' 1271 1198 1272 1199 eslint-scope@8.4.0: 1273 1200 resolution: {integrity: sha512-sNXOfKCn74rt8RICKMvJS7XKV/Xk9kA7DyJr8mJik3S7Cwgy3qlkkmyS2uQB3jiJg6VNdZd/pDBJu0nvG2NlTg==} ··· 1295 1222 resolution: {integrity: sha512-j6PAQ2uUr79PZhBjP5C5fhl8e39FmRnOjsD5lGnWrFU8i2G776tBK7+nP8KuQUTTyAZUwfQqXAgrVH5MbH9CYQ==} 1296 1223 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1297 1224 1298 - esquery@1.6.0: 1299 - resolution: {integrity: sha512-ca9pw9fomFcKPvFLXhBKUK90ZvGibiGOvRJNbjljY7s7uq/5YO4BOzcYtJqExdx99rF6aAcnRxHmcUHcz6sQsg==} 1225 + esquery@1.7.0: 1226 + resolution: {integrity: sha512-Ap6G0WQwcU/LHsvLwON1fAQX9Zp0A2Y6Y/cJBl9r/JbW90Zyg4/zbG6zzKa2OTALELarYHmKu0GhpM5EO+7T0g==} 1300 1227 engines: {node: '>=0.10'} 1301 1228 1302 1229 esrecurse@4.3.0: ··· 1334 1261 resolution: {integrity: sha512-eRnCtTTtGZFpQCwhJiUOuxPQWRXVKYDn0b2PeHfXL6/Zi53SLAzAHfVhVWK2AryC/WH05kGfxhFIPvTF0SXQzg==} 1335 1262 engines: {node: '>= 4.9.1'} 1336 1263 1264 + fault@2.0.1: 1265 + resolution: {integrity: sha512-WtySTkS4OKev5JtpHXnib4Gxiurzh5NCGvWrFaZ34m6JehfTUhKZvn9njTfw48t6JumVQOmrKqpmGcdwxnhqBQ==} 1266 + 1337 1267 fdir@6.5.0: 1338 1268 resolution: {integrity: sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==} 1339 1269 engines: {node: '>=12.0.0'} ··· 1347 1277 resolution: {integrity: sha512-XXTUwCvisa5oacNGRP9SfNtYBNAMi+RPwBFmblZEF7N7swHYQS6/Zfk7SRwx4D5j3CH211YNRco1DEMNVfZCnQ==} 1348 1278 engines: {node: '>=16.0.0'} 1349 1279 1350 - fill-range@7.1.1: 1351 - resolution: {integrity: sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==} 1352 - engines: {node: '>=8'} 1353 - 1354 1280 find-up-simple@1.0.1: 1355 1281 resolution: {integrity: sha512-afd4O7zpqHeRyg4PfDQsXmlDe2PfdHtJt6Akt8jOWaApLOZk5JXs6VMR29lz03pRe9mpykrRCYIYxaJYcfpncQ==} 1356 1282 engines: {node: '>=18'} ··· 1365 1291 1366 1292 flatted@3.3.3: 1367 1293 resolution: {integrity: sha512-GX+ysw4PBCz0PzosHDepZGANEuFCMLrnRTiEy9McGjmkCQYwRq4A/X786G/fjM/+OjsWSU1ZrY5qyARZmO/uwg==} 1294 + 1295 + format@0.2.2: 1296 + resolution: {integrity: sha512-wzsgA6WOq+09wrU1tsJ09udeR/YZRaeArL9e1wPbFg3GG2yDnC2ldKpxs4xunpFF9DgqCqOIra3bc1HWrJ37Ww==} 1297 + engines: {node: '>=0.4.x'} 1368 1298 1369 1299 fsevents@2.3.3: 1370 1300 resolution: {integrity: sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==} 1371 1301 engines: {node: ^8.16.0 || ^10.6.0 || >=11.0.0} 1372 1302 os: [darwin] 1373 1303 1374 - get-tsconfig@4.13.0: 1375 - resolution: {integrity: sha512-1VKTZJCwBrvbd+Wn3AOgQP/2Av+TfTCOlE4AcRJE72W1ksZXbAx8PPBR9RzgTeSPzlPMHrbANMH3LbltH73wxQ==} 1304 + get-tsconfig@4.13.5: 1305 + resolution: {integrity: sha512-v4/4xAEpBRp6SvCkWhnGCaLkJf9IwWzrsygJPxD/+p2/xPE3C5m2fA9FD0Ry9tG+Rqqq3gBzHSl6y1/T9V/tMQ==} 1376 1306 1377 1307 giget@2.0.0: 1378 1308 resolution: {integrity: sha512-L5bGsVkxJbJgdnwyuheIunkGatUF/zssUoxxjACCseZYAVbaqdh9Tsmmlkl8vYan09H7sbvKt4pS8GqKLBrEzA==} 1379 1309 hasBin: true 1380 1310 1311 + github-slugger@2.0.0: 1312 + resolution: {integrity: sha512-IaOQ9puYtjrkq7Y0Ygl9KDZnrf/aiUJYUpVf89y8kyaxbRG7Y1SrX/jaumrv81vc61+kiMempujsM3Yw7w5qcw==} 1313 + 1381 1314 glob-parent@6.0.2: 1382 1315 resolution: {integrity: sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==} 1383 1316 engines: {node: '>=10.13.0'} ··· 1388 1321 1389 1322 globals@16.5.0: 1390 1323 resolution: {integrity: sha512-c/c15i26VrJ4IRt5Z89DnIzCGDn9EcebibhAOjw5ibqEHsE1wLUgkPn9RDmNcUKyU87GeaL633nyJ+pplFR2ZQ==} 1324 + engines: {node: '>=18'} 1325 + 1326 + globals@17.3.0: 1327 + resolution: {integrity: sha512-yMqGUQVVCkD4tqjOJf3TnrvaaHDMYp4VlUSObbkIiuCPe/ofdMBFIAcBbCSRFWOnos6qRiTVStDwqPLUclaxIw==} 1391 1328 engines: {node: '>=18'} 1392 1329 1393 1330 has-flag@4.0.0: ··· 1417 1354 resolution: {integrity: sha512-m6FAo/spmsW2Ab2fU35JTYwtOKa2yAwXSwgjSv1TJzh4Mh7mC3lzAOVLBprb72XsTrgkEIsl7YrFNAiDiRhIGg==} 1418 1355 engines: {node: '>=12'} 1419 1356 1420 - is-alphabetical@1.0.4: 1421 - resolution: {integrity: sha512-DwzsA04LQ10FHTZuL0/grVDk4rFoVH1pjAToYwBrHSxcrBIGQuXrQMtD5U1b0U2XVgKZCTLLP8u2Qxqhy3l2Vg==} 1422 - 1423 - is-alphanumerical@1.0.4: 1424 - resolution: {integrity: sha512-UzoZUr+XfVz3t3v4KyGEniVL9BDRoQtY7tOyrRybkVNjDFWyo1yhXNGrrBTQxp3ib9BLAWs7k2YKBQsFRkZG9A==} 1425 - 1426 1357 is-builtin-module@5.0.0: 1427 1358 resolution: {integrity: sha512-f4RqJKBUe5rQkJ2eJEJBXSticB3hGbN9j0yxxMQFqIW89Jp9WYFtzfTcRlstDKVUTRzSOTLKRfO9vIztenwtxA==} 1428 1359 engines: {node: '>=18.20'} 1429 - 1430 - is-decimal@1.0.4: 1431 - resolution: {integrity: sha512-RGdriMmQQvZ2aqaQq3awNA6dCGtKpiDFcOzrTWrDAT2MiWrKQVPmxLGHl7Y2nNu6led0kEyoX0enY0qXYsv9zw==} 1432 1360 1433 1361 is-docker@3.0.0: 1434 1362 resolution: {integrity: sha512-eljcgEDlEns/7AXFosB5K/2nCM4P7FQPkGc/DWLy5rmFEWvZayGrik1d9/QIY5nJ4f9YsVvBkA6kJpHn9rISdQ==} ··· 1443 1371 resolution: {integrity: sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==} 1444 1372 engines: {node: '>=0.10.0'} 1445 1373 1446 - is-hexadecimal@1.0.4: 1447 - resolution: {integrity: sha512-gyPJuv83bHMpocVYoqof5VDiZveEoGoFL8m3BXNb2VW8Xs+rz9kqO8LOQ5DH6EsuvilT1ApazU0pyl+ytbPtlw==} 1448 - 1449 1374 is-inside-container@1.0.0: 1450 1375 resolution: {integrity: sha512-KIYLCCJghfHZxqjYBE7rEy0OBuTd5xCHS7tHVgvCLkx7StIoaxwNW3hCALgEUjFfeRk+MG/Qxmp/vtETEF3tRA==} 1451 1376 engines: {node: '>=14.16'} 1452 1377 hasBin: true 1453 1378 1454 - is-number@7.0.0: 1455 - resolution: {integrity: sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==} 1456 - engines: {node: '>=0.12.0'} 1457 - 1458 1379 is-wsl@3.1.0: 1459 1380 resolution: {integrity: sha512-UcVfVfaK4Sc4m7X3dUSoHoozQGBEFeDC+zVo06t98xe8CzHSZZBekNXH+tu0NalHolcJ/QAGqS46Hef7QXBIMw==} 1460 1381 engines: {node: '>=16'} ··· 1468 1389 1469 1390 istanbul-lib-report@3.0.1: 1470 1391 resolution: {integrity: sha512-GCfE1mtsHGOELCU8e/Z7YWzpmybrx/+dSTfLrvY8qRmaY6zXTKWn6WQIjaAFw069icm6GVMNkgu0NzI4iPZUNw==} 1471 - engines: {node: '>=10'} 1472 - 1473 - istanbul-lib-source-maps@5.0.6: 1474 - resolution: {integrity: sha512-yg2d+Em4KizZC5niWhQaIomgf5WlL4vOOjZ5xGCmF8SnPE/mDWWXgvRExdcpCgh9lLRRa1/fSYp2ymmbJ1pI+A==} 1475 1392 engines: {node: '>=10'} 1476 1393 1477 1394 istanbul-reports@3.2.0: ··· 1482 1399 resolution: {integrity: sha512-ekilCSN1jwRvIbgeg/57YFh8qQDNbwDb9xT/qu2DAHbFFZUicIl4ygVaAvzveMhMVr3LnpSKTNnwt8PoOfmKhQ==} 1483 1400 hasBin: true 1484 1401 1485 - js-tokens@9.0.1: 1486 - resolution: {integrity: sha512-mxa9E9ITFOt0ban3j6L5MpjwegGz6lBQmM1IJkWeBZGcMxto50+eWdjC/52xDbS2vy0k7vIMK0Fe2wfL9OQSpQ==} 1402 + js-tokens@10.0.0: 1403 + resolution: {integrity: sha512-lM/UBzQmfJRo9ABXbPWemivdCW8V2G8FHaHdypQaIy523snUjog0W71ayWXTjiR+ixeMyVHN2XcpnTd/liPg/Q==} 1487 1404 1488 1405 js-yaml@4.1.1: 1489 1406 resolution: {integrity: sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==} 1490 1407 hasBin: true 1491 1408 1492 - jsesc@3.0.2: 1493 - resolution: {integrity: sha512-xKqzzWXDttJuOcawBt4KnKHHIf5oQ/Cxax+0PWFG+DFDgHNAdi+TXECADI+RYiFUMmx8792xsMbbgXj4CwnP4g==} 1494 - engines: {node: '>=6'} 1495 - hasBin: true 1496 - 1497 1409 jsesc@3.1.0: 1498 1410 resolution: {integrity: sha512-/sM3dO2FOzXjKQhJuo0Q173wf2KOo8t4I8vHy6lF9poUp7bKT0/NHE8fPX23PwfhnykfqnC2xRxOnVw5XuGIaA==} 1499 1411 engines: {node: '>=6'} ··· 1528 1440 lodash.merge@4.6.2: 1529 1441 resolution: {integrity: sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==} 1530 1442 1443 + longest-streak@3.1.0: 1444 + resolution: {integrity: sha512-9Ri+o0JYgehTaVBBDoMqIl8GXtbWg711O3srftcHhZ0dqnETqLaoIK0x17fUw9rFSlK/0NlsKe0Ahhyl5pXE2g==} 1445 + 1531 1446 magic-string@0.30.21: 1532 1447 resolution: {integrity: sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==} 1533 1448 1534 - magicast@0.5.1: 1535 - resolution: {integrity: sha512-xrHS24IxaLrvuo613F719wvOIv9xPHFWQHuvGUBmPnCA/3MQxKI3b+r7n1jAoDHmsbC5bRhTZYR77invLAxVnw==} 1449 + magicast@0.5.2: 1450 + resolution: {integrity: sha512-E3ZJh4J3S9KfwdjZhe2afj6R9lGIN5Pher1pF39UGrXRqq/VDaGVIGN13BjHd2u8B61hArAGOnso7nBOouW3TQ==} 1536 1451 1537 1452 make-dir@4.0.0: 1538 1453 resolution: {integrity: sha512-hXdUTZYIVOt1Ex//jAQi+wTZZpUpwBj/0QsOzqegb3rGMMeJiSEu5xLHnYfBrRV4RH2+OCSOO95Is/7x1WJ4bw==} 1539 1454 engines: {node: '>=10'} 1540 1455 1456 + markdown-table@3.0.4: 1457 + resolution: {integrity: sha512-wiYz4+JrLyb/DqW2hkFJxP7Vd7JuTDm77fvbM8VfEQdmSMqcImWeeRbHwZjBjIFki/VaMK2BhFi7oUUZeM5bqw==} 1458 + 1541 1459 md4w@0.2.7: 1542 1460 resolution: {integrity: sha512-lFM7vwk3d4MzkV2mija7aPkK6OjKXZDQsH2beX+e2cvccBoqc6RraheMtAO0Wcr/gjj5L+WS5zhb+06AmuGZrg==} 1543 1461 1544 - mdast-util-from-markdown@0.8.5: 1545 - resolution: {integrity: sha512-2hkTXtYYnr+NubD/g6KGBS/0mFmBcifAsI0yIWRiRo0PjVs6SSOSOdtzbp6kSGnShDN6G5aWZpKQ2lWRy27mWQ==} 1462 + mdast-util-find-and-replace@3.0.2: 1463 + resolution: {integrity: sha512-Tmd1Vg/m3Xz43afeNxDIhWRtFZgM2VLyaf4vSTYwudTyeuTneoL3qtWMA5jeLyz/O1vDJmmV4QuScFCA2tBPwg==} 1546 1464 1547 - mdast-util-to-string@2.0.0: 1548 - resolution: {integrity: sha512-AW4DRS3QbBayY/jJmD8437V1Gombjf8RSOUCMFBuo5iHi58AGEgVCKQ+ezHkZZDpAQS75hcBMpLqjpJTjtUL7w==} 1465 + mdast-util-from-markdown@2.0.2: 1466 + resolution: {integrity: sha512-uZhTV/8NBuw0WHkPTrCqDOl0zVe1BIng5ZtHoDk49ME1qqcjYmmLmOf0gELgcRMxN4w2iuIeVso5/6QymSrgmA==} 1467 + 1468 + mdast-util-frontmatter@2.0.1: 1469 + resolution: {integrity: sha512-LRqI9+wdgC25P0URIJY9vwocIzCcksduHQ9OF2joxQoyTNVduwLAFUzjoopuRJbJAReaKrNQKAZKL3uCMugWJA==} 1470 + 1471 + mdast-util-gfm-autolink-literal@2.0.1: 1472 + resolution: {integrity: sha512-5HVP2MKaP6L+G6YaxPNjuL0BPrq9orG3TsrZ9YXbA3vDw/ACI4MEsnoDpn6ZNm7GnZgtAcONJyPhOP8tNJQavQ==} 1473 + 1474 + mdast-util-gfm-footnote@2.1.0: 1475 + resolution: {integrity: sha512-sqpDWlsHn7Ac9GNZQMeUzPQSMzR6Wv0WKRNvQRg0KqHh02fpTz69Qc1QSseNX29bhz1ROIyNyxExfawVKTm1GQ==} 1476 + 1477 + mdast-util-gfm-strikethrough@2.0.0: 1478 + resolution: {integrity: sha512-mKKb915TF+OC5ptj5bJ7WFRPdYtuHv0yTRxK2tJvi+BDqbkiG7h7u/9SI89nRAYcmap2xHQL9D+QG/6wSrTtXg==} 1479 + 1480 + mdast-util-gfm-table@2.0.0: 1481 + resolution: {integrity: sha512-78UEvebzz/rJIxLvE7ZtDd/vIQ0RHv+3Mh5DR96p7cS7HsBhYIICDBCu8csTNWNO6tBWfqXPWekRuj2FNOGOZg==} 1482 + 1483 + mdast-util-gfm-task-list-item@2.0.0: 1484 + resolution: {integrity: sha512-IrtvNvjxC1o06taBAVJznEnkiHxLFTzgonUdy8hzFVeDun0uTjxxrRGVaNFqkU1wJR3RBPEfsxmU6jDWPofrTQ==} 1485 + 1486 + mdast-util-gfm@3.1.0: 1487 + resolution: {integrity: sha512-0ulfdQOM3ysHhCJ1p06l0b0VKlhU0wuQs3thxZQagjcjPrlFRqY215uZGHHJan9GEAXd9MbfPjFJz+qMkVR6zQ==} 1488 + 1489 + mdast-util-phrasing@4.1.0: 1490 + resolution: {integrity: sha512-TqICwyvJJpBwvGAMZjj4J2n0X8QWp21b9l0o7eXyVJ25YNWYbJDVIyD1bZXE6WtV6RmKJVYmQAKWa0zWOABz2w==} 1491 + 1492 + mdast-util-to-markdown@2.1.2: 1493 + resolution: {integrity: sha512-xj68wMTvGXVOKonmog6LwyJKrYXZPvlwabaryTjLh9LuvovB/KAH+kvi8Gjj+7rJjsFi23nkUxRQv1KqSroMqA==} 1494 + 1495 + mdast-util-to-string@4.0.0: 1496 + resolution: {integrity: sha512-0H44vDimn51F0YwvxSJSm0eCDOJTRlmN0R1yBh4HLj9wiV1Dn0QoXGbvFAWj2hSItVTlCmBF1hqKlIyUBVFLPg==} 1549 1497 1550 1498 mdbox@0.1.1: 1551 1499 resolution: {integrity: sha512-jvLISenzbLRPWWamTG3THlhTcMbKWzJQNyTi61AVXhCBOC+gsldNTUfUNH8d3Vay83zGehFw3wZpF3xChzkTIQ==} 1552 1500 1553 - micromark@2.11.4: 1554 - resolution: {integrity: sha512-+WoovN/ppKolQOFIAajxi7Lu9kInbPxFuTBVEavFcL8eAfVstoc5MocPmqBeAdBOJV00uaVjegzH4+MA0DN/uA==} 1501 + micromark-core-commonmark@2.0.3: 1502 + resolution: {integrity: sha512-RDBrHEMSxVFLg6xvnXmb1Ayr2WzLAWjeSATAoxwKYJV94TeNavgoIdA0a9ytzDSVzBy2YKFK+emCPOEibLeCrg==} 1555 1503 1556 - micromatch@4.0.8: 1557 - resolution: {integrity: sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==} 1558 - engines: {node: '>=8.6'} 1504 + micromark-extension-frontmatter@2.0.0: 1505 + resolution: {integrity: sha512-C4AkuM3dA58cgZha7zVnuVxBhDsbttIMiytjgsM2XbHAB2faRVaHRle40558FBN+DJcrLNCoqG5mlrpdU4cRtg==} 1506 + 1507 + micromark-extension-gfm-autolink-literal@2.1.0: 1508 + resolution: {integrity: sha512-oOg7knzhicgQ3t4QCjCWgTmfNhvQbDDnJeVu9v81r7NltNCVmhPy1fJRX27pISafdjL+SVc4d3l48Gb6pbRypw==} 1509 + 1510 + micromark-extension-gfm-footnote@2.1.0: 1511 + resolution: {integrity: sha512-/yPhxI1ntnDNsiHtzLKYnE3vf9JZ6cAisqVDauhp4CEHxlb4uoOTxOCJ+9s51bIB8U1N1FJ1RXOKTIlD5B/gqw==} 1512 + 1513 + micromark-extension-gfm-strikethrough@2.1.0: 1514 + resolution: {integrity: sha512-ADVjpOOkjz1hhkZLlBiYA9cR2Anf8F4HqZUO6e5eDcPQd0Txw5fxLzzxnEkSkfnD0wziSGiv7sYhk/ktvbf1uw==} 1515 + 1516 + micromark-extension-gfm-table@2.1.1: 1517 + resolution: {integrity: sha512-t2OU/dXXioARrC6yWfJ4hqB7rct14e8f7m0cbI5hUmDyyIlwv5vEtooptH8INkbLzOatzKuVbQmAYcbWoyz6Dg==} 1518 + 1519 + micromark-extension-gfm-tagfilter@2.0.0: 1520 + resolution: {integrity: sha512-xHlTOmuCSotIA8TW1mDIM6X2O1SiX5P9IuDtqGonFhEK0qgRI4yeC6vMxEV2dgyr2TiD+2PQ10o+cOhdVAcwfg==} 1521 + 1522 + micromark-extension-gfm-task-list-item@2.1.0: 1523 + resolution: {integrity: sha512-qIBZhqxqI6fjLDYFTBIa4eivDMnP+OZqsNwmQ3xNLE4Cxwc+zfQEfbs6tzAo2Hjq+bh6q5F+Z8/cksrLFYWQQw==} 1524 + 1525 + micromark-extension-gfm@3.0.0: 1526 + resolution: {integrity: sha512-vsKArQsicm7t0z2GugkCKtZehqUm31oeGBV/KVSorWSy8ZlNAv7ytjFhvaryUiCUJYqs+NoE6AFhpQvBTM6Q4w==} 1527 + 1528 + micromark-factory-destination@2.0.1: 1529 + resolution: {integrity: sha512-Xe6rDdJlkmbFRExpTOmRj9N3MaWmbAgdpSrBQvCFqhezUn4AHqJHbaEnfbVYYiexVSs//tqOdY/DxhjdCiJnIA==} 1530 + 1531 + micromark-factory-label@2.0.1: 1532 + resolution: {integrity: sha512-VFMekyQExqIW7xIChcXn4ok29YE3rnuyveW3wZQWWqF4Nv9Wk5rgJ99KzPvHjkmPXF93FXIbBp6YdW3t71/7Vg==} 1533 + 1534 + micromark-factory-space@2.0.1: 1535 + resolution: {integrity: sha512-zRkxjtBxxLd2Sc0d+fbnEunsTj46SWXgXciZmHq0kDYGnck/ZSGj9/wULTV95uoeYiK5hRXP2mJ98Uo4cq/LQg==} 1536 + 1537 + micromark-factory-title@2.0.1: 1538 + resolution: {integrity: sha512-5bZ+3CjhAd9eChYTHsjy6TGxpOFSKgKKJPJxr293jTbfry2KDoWkhBb6TcPVB4NmzaPhMs1Frm9AZH7OD4Cjzw==} 1539 + 1540 + micromark-factory-whitespace@2.0.1: 1541 + resolution: {integrity: sha512-Ob0nuZ3PKt/n0hORHyvoD9uZhr+Za8sFoP+OnMcnWK5lngSzALgQYKMr9RJVOWLqQYuyn6ulqGWSXdwf6F80lQ==} 1542 + 1543 + micromark-util-character@2.1.1: 1544 + resolution: {integrity: sha512-wv8tdUTJ3thSFFFJKtpYKOYiGP2+v96Hvk4Tu8KpCAsTMs6yi+nVmGh1syvSCsaxz45J6Jbw+9DD6g97+NV67Q==} 1545 + 1546 + micromark-util-chunked@2.0.1: 1547 + resolution: {integrity: sha512-QUNFEOPELfmvv+4xiNg2sRYeS/P84pTW0TCgP5zc9FpXetHY0ab7SxKyAQCNCc1eK0459uoLI1y5oO5Vc1dbhA==} 1548 + 1549 + micromark-util-classify-character@2.0.1: 1550 + resolution: {integrity: sha512-K0kHzM6afW/MbeWYWLjoHQv1sgg2Q9EccHEDzSkxiP/EaagNzCm7T/WMKZ3rjMbvIpvBiZgwR3dKMygtA4mG1Q==} 1551 + 1552 + micromark-util-combine-extensions@2.0.1: 1553 + resolution: {integrity: sha512-OnAnH8Ujmy59JcyZw8JSbK9cGpdVY44NKgSM7E9Eh7DiLS2E9RNQf0dONaGDzEG9yjEl5hcqeIsj4hfRkLH/Bg==} 1554 + 1555 + micromark-util-decode-numeric-character-reference@2.0.2: 1556 + resolution: {integrity: sha512-ccUbYk6CwVdkmCQMyr64dXz42EfHGkPQlBj5p7YVGzq8I7CtjXZJrubAYezf7Rp+bjPseiROqe7G6foFd+lEuw==} 1557 + 1558 + micromark-util-decode-string@2.0.1: 1559 + resolution: {integrity: sha512-nDV/77Fj6eH1ynwscYTOsbK7rR//Uj0bZXBwJZRfaLEJ1iGBR6kIfNmlNqaqJf649EP0F3NWNdeJi03elllNUQ==} 1560 + 1561 + micromark-util-encode@2.0.1: 1562 + resolution: {integrity: sha512-c3cVx2y4KqUnwopcO9b/SCdo2O67LwJJ/UyqGfbigahfegL9myoEFoDYZgkT7f36T0bLrM9hZTAaAyH+PCAXjw==} 1563 + 1564 + micromark-util-html-tag-name@2.0.1: 1565 + resolution: {integrity: sha512-2cNEiYDhCWKI+Gs9T0Tiysk136SnR13hhO8yW6BGNyhOC4qYFnwF1nKfD3HFAIXA5c45RrIG1ub11GiXeYd1xA==} 1566 + 1567 + micromark-util-normalize-identifier@2.0.1: 1568 + resolution: {integrity: sha512-sxPqmo70LyARJs0w2UclACPUUEqltCkJ6PhKdMIDuJ3gSf/Q+/GIe3WKl0Ijb/GyH9lOpUkRAO2wp0GVkLvS9Q==} 1569 + 1570 + micromark-util-resolve-all@2.0.1: 1571 + resolution: {integrity: sha512-VdQyxFWFT2/FGJgwQnJYbe1jjQoNTS4RjglmSjTUlpUMa95Htx9NHeYW4rGDJzbjvCsl9eLjMQwGeElsqmzcHg==} 1572 + 1573 + micromark-util-sanitize-uri@2.0.1: 1574 + resolution: {integrity: sha512-9N9IomZ/YuGGZZmQec1MbgxtlgougxTodVwDzzEouPKo3qFWvymFHWcnDi2vzV1ff6kas9ucW+o3yzJK9YB1AQ==} 1575 + 1576 + micromark-util-subtokenize@2.1.0: 1577 + resolution: {integrity: sha512-XQLu552iSctvnEcgXw6+Sx75GflAPNED1qx7eBJ+wydBb2KCbRZe+NwvIEEMM83uml1+2WSXpBAcp9IUCgCYWA==} 1578 + 1579 + micromark-util-symbol@2.0.1: 1580 + resolution: {integrity: sha512-vs5t8Apaud9N28kgCrRUdEed4UJ+wWNvicHLPxCa9ENlYuAY31M0ETy5y1vA33YoNPDFTghEbnh6efaE8h4x0Q==} 1581 + 1582 + micromark-util-types@2.0.2: 1583 + resolution: {integrity: sha512-Yw0ECSpJoViF1qTU4DC6NwtC4aWGt1EkzaQB8KPPyCRR8z9TWeV0HbEFGTO+ZY1wB22zmxnJqhPyTpOVCpeHTA==} 1584 + 1585 + micromark@4.0.2: 1586 + resolution: {integrity: sha512-zpe98Q6kvavpCr1NPVSCMebCKfD7CA2NqZ+rykeNhONIJBpc1tFKt9hucLGwha3jNTNI8lHpctWJWoimVF4PfA==} 1559 1587 1560 1588 minimatch@3.1.2: 1561 1589 resolution: {integrity: sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==} ··· 1591 1619 node-releases@2.0.27: 1592 1620 resolution: {integrity: sha512-nmh3lCkYZ3grZvqcCH+fjmQ7X+H0OeZgP40OierEaAptX4XofMh5kwNbWh7lBduUzCcV/8kZ+NDLCwm2iorIlA==} 1593 1621 1594 - nypm@0.6.2: 1595 - resolution: {integrity: sha512-7eM+hpOtrKrBDCh7Ypu2lJ9Z7PNZBdi/8AT3AX8xoCj43BBVHD0hPSTEvMtkMpfs8FCqBGhxB+uToIQimA111g==} 1596 - engines: {node: ^14.16.0 || >=16.10.0} 1622 + nypm@0.6.5: 1623 + resolution: {integrity: sha512-K6AJy1GMVyfyMXRVB88700BJqNUkByijGJM8kEHpLdcAt+vSQAVfkWWHYzuRXHSY6xA2sNc5RjTj0p9rE2izVQ==} 1624 + engines: {node: '>=18'} 1597 1625 hasBin: true 1598 1626 1599 1627 obug@2.1.1: 1600 1628 resolution: {integrity: sha512-uTqF9MuPraAQ+IsnPf366RG4cP9RtUi7MLO1N3KEc+wb0a6yKpeL0lmk2IB1jY5KHPAlTc6T/JRdC/YqxHNwkQ==} 1601 1629 1602 - obuild@0.4.8: 1603 - resolution: {integrity: sha512-gFr6JPaMZOZmYGAwBQuJUpCgb9vV3JGPQ8ufEIyb3DBQv9MPM5z3DWw4bBnmfUs2fSj3CH7wTXk6jlxWvqRZKw==} 1630 + obuild@0.4.24: 1631 + resolution: {integrity: sha512-Vhf2IaPSbYBv6/ibf/9i2cBTk5QZ0c291b5nsRmzudAfiWU/lwdqPdfW01PIwzfVW6olWXvA1jNMzq6i52Um+A==} 1604 1632 hasBin: true 1605 1633 1606 1634 ofetch@1.5.1: ··· 1617 1645 resolution: {integrity: sha512-6IpQ7mKUxRcZNLIObR0hz7lxsapSSIYNZJwXPGeF0mTVqGKFIXj1DQcMoT22S3ROcLyY/rz0PWaWZ9ayWmad9g==} 1618 1646 engines: {node: '>= 0.8.0'} 1619 1647 1620 - oxc-minify@0.102.0: 1621 - resolution: {integrity: sha512-FphAHDyTCNepQbiQTSyWFMbNc9zdUmj1WBsoLwvZhWm7rEe/IeIKYKRhy75lWOjwFsi5/i4Qucq43hgs3n2Exw==} 1648 + oxfmt@0.28.0: 1649 + resolution: {integrity: sha512-3+hhBqPE6Kp22KfJmnstrZbl+KdOVSEu1V0ABaFIg1rYLtrMgrupx9znnHgHLqKxAVHebjTdiCJDk30CXOt6cw==} 1622 1650 engines: {node: ^20.19.0 || >=22.12.0} 1651 + hasBin: true 1623 1652 1624 - oxc-parser@0.102.0: 1625 - resolution: {integrity: sha512-xMiyHgr2FZsphQ12ZCsXRvSYzmKXCm1ejmyG4GDZIiKOmhyt5iKtWq0klOfFsEQ6jcgbwrUdwcCVYzr1F+h5og==} 1626 - engines: {node: ^20.19.0 || >=22.12.0} 1627 - 1628 - oxc-transform@0.102.0: 1629 - resolution: {integrity: sha512-MR5ohiBS6/kvxRpmUZ3LIDTTJBEC4xLAEZXfYr7vrA0eP7WHewQaNQPFDgT4Bee89TdmVQ5ZKrifGwxLjSyHHw==} 1653 + oxlint@1.43.0: 1654 + resolution: {integrity: sha512-xiqTCsKZch+R61DPCjyqUVP2MhkQlRRYxLRBeBDi+dtQJ90MOgdcjIktvDCgXz0bgtx94EQzHEndsizZjMX2OA==} 1630 1655 engines: {node: ^20.19.0 || >=22.12.0} 1656 + hasBin: true 1657 + peerDependencies: 1658 + oxlint-tsgolint: '>=0.11.2' 1659 + peerDependenciesMeta: 1660 + oxlint-tsgolint: 1661 + optional: true 1631 1662 1632 1663 p-limit@3.1.0: 1633 1664 resolution: {integrity: sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==} ··· 1640 1671 parent-module@1.0.1: 1641 1672 resolution: {integrity: sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==} 1642 1673 engines: {node: '>=6'} 1643 - 1644 - parse-entities@2.0.0: 1645 - resolution: {integrity: sha512-kkywGpCcRYhqQIchaWqZ875wzpS/bMKhz5HnN3p7wveJTkTtyAB/AlnS0f8DFSqYW1T82t6yEAkEcB+A1I3MbQ==} 1646 1674 1647 1675 path-exists@4.0.0: 1648 1676 resolution: {integrity: sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==} ··· 1655 1683 pathe@2.0.3: 1656 1684 resolution: {integrity: sha512-WUjGcAqP1gQacoQe+OBJsFA7Ld4DyXuUIjZ5cc75cLHvJ7dtNsTugphxIADwspS+AraAUePCKrSVtPLFj/F88w==} 1657 1685 1658 - perfect-debounce@2.0.0: 1659 - resolution: {integrity: sha512-fkEH/OBiKrqqI/yIgjR92lMfs2K8105zt/VT6+7eTjNwisrsh47CeIED9z58zI7DfKdH3uHAn25ziRZn3kgAow==} 1686 + perfect-debounce@2.1.0: 1687 + resolution: {integrity: sha512-LjgdTytVFXeUgtHZr9WYViYSM/g8MkcTPYDlPa3cDqMirHjKiSZPYd6DoL7pK8AJQr+uWkQvCjHNdiMqsrJs+g==} 1660 1688 1661 1689 picocolors@1.1.1: 1662 1690 resolution: {integrity: sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==} 1663 1691 1664 - picomatch@2.3.1: 1665 - resolution: {integrity: sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==} 1666 - engines: {node: '>=8.6'} 1667 - 1668 1692 picomatch@4.0.3: 1669 1693 resolution: {integrity: sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==} 1670 1694 engines: {node: '>=12'} ··· 1687 1711 resolution: {integrity: sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==} 1688 1712 engines: {node: '>= 0.8.0'} 1689 1713 1690 - prettier@3.7.4: 1691 - resolution: {integrity: sha512-v6UNi1+3hSlVvv8fSaoUbggEM5VErKmmpGA7Pl3HF8V6uKY7rvClBOJlH6yNwQtfTueNkGVpOv/mtWL9L4bgRA==} 1692 - engines: {node: '>=14'} 1693 - hasBin: true 1694 - 1695 1714 pretty-bytes@7.1.0: 1696 1715 resolution: {integrity: sha512-nODzvTiYVRGRqAOvE84Vk5JDPyyxsVk0/fbA/bq7RqlnhksGpset09XTxbpvLTIjoaF7K8Z8DG8yHtKGTPSYRw==} 1697 1716 engines: {node: '>=20'} ··· 1703 1722 rc9@2.1.2: 1704 1723 resolution: {integrity: sha512-btXCnMmRIBINM2LDZoEmOogIZU7Qe7zn4BpomSKZ/ykbLObuBdvG+mFq11DL6fjH1DRwHhrlgtYWG96bJiC7Cg==} 1705 1724 1706 - readdirp@4.1.2: 1707 - resolution: {integrity: sha512-GDhwkLfywWL2s6vEjyhri+eXmfH6j1L7JE27WhqLeYzoh/A3DBaYGEj2H/HFZCn/kMfim73FXxEJTw06WtxQwg==} 1708 - engines: {node: '>= 14.18.0'} 1709 - 1710 1725 readdirp@5.0.0: 1711 1726 resolution: {integrity: sha512-9u/XQ1pvrQtYyMpZe7DXKv2p5CNvyVwzUB6uhLAnQwHMSgKMBR62lc7AHljaeteeHXn11XTAaLLUVZYVZyuRBQ==} 1712 1727 engines: {node: '>= 20.19.0'} ··· 1715 1730 resolution: {integrity: sha512-iETxpjK6YoRWJG5o6hXLwvjYAoW+FEZn9os0PD/b6AP6xQwsa/Y7lCVgIixBbUPMfhu+i2LtdeAqVTgGlQarfA==} 1716 1731 hasBin: true 1717 1732 1718 - regjsparser@0.12.0: 1719 - resolution: {integrity: sha512-cnE+y8bz4NhMjISKbgeVJtqNbtf5QpjZP+Bslo+UqkIt9QPnX9q095eiRRASJG1/tz6dlNr6Z5NsBiWYokp6EQ==} 1733 + regjsparser@0.13.0: 1734 + resolution: {integrity: sha512-NZQZdC5wOE/H3UT28fVGL+ikOZcEzfMGk/c3iN9UGxzWHMa1op7274oyiUVrAG4B2EuFhus8SvkaYnhvW92p9Q==} 1720 1735 hasBin: true 1721 1736 1722 1737 resolve-from@4.0.0: ··· 1726 1741 resolve-pkg-maps@1.0.0: 1727 1742 resolution: {integrity: sha512-seS2Tj26TBVOC2NIc2rOe2y2ZO7efxITtLZcGSOnHHNOQ7CkiUBfw0Iw2ck6xkIhPwLhKNLS8BO+hEpngQlqzw==} 1728 1743 1729 - rolldown-plugin-dts@0.18.3: 1730 - resolution: {integrity: sha512-rd1LZ0Awwfyn89UndUF/HoFF4oH9a5j+2ZeuKSJYM80vmeN/p0gslYMnHTQHBEXPhUlvAlqGA3tVgXB/1qFNDg==} 1744 + rolldown-plugin-dts@0.22.1: 1745 + resolution: {integrity: sha512-5E0AiM5RSQhU6cjtkDFWH6laW4IrMu0j1Mo8x04Xo1ALHmaRMs9/7zej7P3RrryVHW/DdZAp85MA7Be55p0iUw==} 1731 1746 engines: {node: '>=20.19.0'} 1732 1747 peerDependencies: 1733 1748 '@ts-macro/tsc': ^0.3.6 1734 1749 '@typescript/native-preview': '>=7.0.0-dev.20250601.1' 1735 - rolldown: ^1.0.0-beta.51 1750 + rolldown: ^1.0.0-rc.3 1736 1751 typescript: ^5.0.0 1737 - vue-tsc: ~3.1.0 1752 + vue-tsc: ~3.2.0 1738 1753 peerDependenciesMeta: 1739 1754 '@ts-macro/tsc': 1740 1755 optional: true ··· 1745 1760 vue-tsc: 1746 1761 optional: true 1747 1762 1748 - rolldown@1.0.0-beta.54: 1749 - resolution: {integrity: sha512-3lIvjCWgjPL3gmiATUdV1NeVBGJZy6FdtwgLPol25tAkn46Q/MsVGfCSNswXwFOxGrxglPaN20IeALSIFuFyEg==} 1763 + rolldown@1.0.0-rc.3: 1764 + resolution: {integrity: sha512-Po/YZECDOqVXjIXrtC5h++a5NLvKAQNrd9ggrIG3sbDfGO5BqTUsrI6l8zdniKRp3r5Tp/2JTrXqx4GIguFCMw==} 1750 1765 engines: {node: ^20.19.0 || >=22.12.0} 1751 1766 hasBin: true 1752 1767 1753 - rollup@4.53.5: 1754 - resolution: {integrity: sha512-iTNAbFSlRpcHeeWu73ywU/8KuU/LZmNCSxp6fjQkJBD3ivUb8tpDrXhIxEzA05HlYMEwmtaUnb3RP+YNv162OQ==} 1768 + rollup@4.57.1: 1769 + resolution: {integrity: sha512-oQL6lgK3e2QZeQ7gcgIkS2YZPg5slw37hYufJ3edKlfQSGGm8ICoxswK15ntSzF/a8+h7ekRy7k7oWc3BQ7y8A==} 1755 1770 engines: {node: '>=18.0.0', npm: '>=8.0.0'} 1756 1771 hasBin: true 1757 1772 ··· 1762 1777 scule@1.3.0: 1763 1778 resolution: {integrity: sha512-6FtHJEvt+pVMIB9IBY+IcCJ6Z5f1iQnytgyfKMhDKgmzYG+TeH/wx1y3l27rshSbLiSanrR9ffZDrEsmjlQF2g==} 1764 1779 1765 - semver@7.7.3: 1766 - resolution: {integrity: sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==} 1780 + semver@7.7.4: 1781 + resolution: {integrity: sha512-vFKC2IEtQnVhpT78h1Yp8wzwrf8CM+MzKMHGJZfBtzhZNycRFnXsHk6E5TxIkkMsgNS7mdX3AGB7x2QM2di4lA==} 1767 1782 engines: {node: '>=10'} 1768 1783 hasBin: true 1769 1784 ··· 1811 1826 resolution: {integrity: sha512-j2Zq4NyQYG5XMST4cbs02Ak8iJUdxRM0XI5QyxXuZOzKOINmWurp3smXu3y5wDcJrptwpSjgXHzIQxR0omXljQ==} 1812 1827 engines: {node: '>=12.0.0'} 1813 1828 1829 + tinypool@2.1.0: 1830 + resolution: {integrity: sha512-Pugqs6M0m7Lv1I7FtxN4aoyToKg1C4tu+/381vH35y8oENM/Ai7f7C4StcoK4/+BSw9ebcS8jRiVrORFKCALLw==} 1831 + engines: {node: ^20.0.0 || >=22.0.0} 1832 + 1814 1833 tinyrainbow@3.0.3: 1815 1834 resolution: {integrity: sha512-PSkbLUoxOFRzJYjjxHJt9xro7D+iilgMX/C9lawzVuYiIdcihh9DXmVibBe8lmcFrRi/VzlPjBxbN7rH24q8/Q==} 1816 1835 engines: {node: '>=14.0.0'} 1817 1836 1818 - to-regex-range@5.0.1: 1819 - resolution: {integrity: sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==} 1820 - engines: {node: '>=8.0'} 1821 - 1822 - ts-api-utils@2.1.0: 1823 - resolution: {integrity: sha512-CUgTZL1irw8u29bzrOD/nH85jqyc74D6SshFgujOIA7osm2Rz7dYH77agkx7H4FBNxDq7Cjf+IjaX/8zwFW+ZQ==} 1837 + ts-api-utils@2.4.0: 1838 + resolution: {integrity: sha512-3TaVTaAv2gTiMB35i3FiGJaRfwb3Pyn/j3m/bfAvGe8FB7CF6u+LMYqYlDh7reQf7UNvoTvdfAqHGmPGOSsPmA==} 1824 1839 engines: {node: '>=18.12'} 1825 1840 peerDependencies: 1826 1841 typescript: '>=4.8.4' ··· 1832 1847 resolution: {integrity: sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==} 1833 1848 engines: {node: '>= 0.8.0'} 1834 1849 1835 - typescript-eslint@8.50.0: 1836 - resolution: {integrity: sha512-Q1/6yNUmCpH94fbgMUMg2/BSAr/6U7GBk61kZTv1/asghQOWOjTlp9K8mixS5NcJmm2creY+UFfGeW/+OcA64A==} 1850 + typescript-eslint@8.54.0: 1851 + resolution: {integrity: sha512-CKsJ+g53QpsNPqbzUsfKVgd3Lny4yKZ1pP4qN3jdMOg/sisIDLGyDMezycquXLE5JsEU0wp3dGNdzig0/fmSVQ==} 1837 1852 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1838 1853 peerDependencies: 1839 1854 eslint: ^8.57.0 || ^9.0.0 ··· 1844 1859 engines: {node: '>=14.17'} 1845 1860 hasBin: true 1846 1861 1847 - ufo@1.6.1: 1848 - resolution: {integrity: sha512-9a4/uxlTWJ4+a5i0ooc1rU7C7YOw3wT+UGqdeNNHWnOF9qcMBgLRS+4IYUqbczewFx4mLEig6gawh7X6mFlEkA==} 1862 + ufo@1.6.3: 1863 + resolution: {integrity: sha512-yDJTmhydvl5lJzBmy/hyOAA0d+aqCBuwl818haVdYCRrWV84o7YyeVm4QlVHStqNrrJSTb6jKuFAVqAFsr+K3Q==} 1849 1864 1850 1865 undici-types@7.16.0: 1851 1866 resolution: {integrity: sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==} 1852 1867 1853 - unist-util-stringify-position@2.0.3: 1854 - resolution: {integrity: sha512-3faScn5I+hy9VleOq/qNbAd6pAx7iH5jYBMS9I1HgQVijz/4mv5Bvw5iw1sC/90CODiKo81G/ps8AJrISn687g==} 1868 + unist-util-is@6.0.1: 1869 + resolution: {integrity: sha512-LsiILbtBETkDz8I9p1dQ0uyRUWuaQzd/cuEeS1hoRSyW5E5XGmTzlwY1OrNzzakGowI9Dr/I8HVaw4hTtnxy8g==} 1870 + 1871 + unist-util-stringify-position@4.0.0: 1872 + resolution: {integrity: sha512-0ASV06AAoKCDkS2+xw5RXJywruurpbC4JZSm7nr7MOt1ojAzvyyaO+UxZf18j8FCF6kmzCZKcAgN/yu2gm2XgQ==} 1873 + 1874 + unist-util-visit-parents@6.0.2: 1875 + resolution: {integrity: sha512-goh1s1TBrqSqukSc8wrjwWhL0hiJxgA8m4kFxGlQ+8FYQ3C/m11FcTs4YYem7V664AhHVvgoQLk890Ssdsr2IQ==} 1876 + 1877 + unist-util-visit@5.1.0: 1878 + resolution: {integrity: sha512-m+vIdyeCOpdr/QeQCu2EzxX/ohgS8KbnPDgFni4dQsfSCtpz8UqDyY5GjRru8PDKuYn7Fq19j1CQ+nJSsGKOzg==} 1855 1879 1856 1880 untyped@2.0.0: 1857 1881 resolution: {integrity: sha512-nwNCjxJTjNuLCgFr42fEak5OcLuB3ecca+9ksPFNvtfYSLpjf+iJqSIaSnIile6ZPbKYxI5k2AfXqeopGudK/g==} 1858 1882 hasBin: true 1859 1883 1860 - update-browserslist-db@1.2.2: 1861 - resolution: {integrity: sha512-E85pfNzMQ9jpKkA7+TJAi4TJN+tBCuWh5rUcS/sv6cFi+1q9LYDwDI5dpUL0u/73EElyQ8d3TEaeW4sPedBqYA==} 1884 + update-browserslist-db@1.2.3: 1885 + resolution: {integrity: sha512-Js0m9cx+qOgDxo0eMiFGEueWztz+d4+M3rGlmKPT+T4IS/jP4ylw3Nwpu6cpTTP8R1MAC1kF4VbdLt3ARf209w==} 1862 1886 hasBin: true 1863 1887 peerDependencies: 1864 1888 browserslist: '>= 4.21.0' ··· 1866 1890 uri-js@4.4.1: 1867 1891 resolution: {integrity: sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==} 1868 1892 1869 - vite@7.3.0: 1870 - resolution: {integrity: sha512-dZwN5L1VlUBewiP6H9s2+B3e3Jg96D0vzN+Ry73sOefebhYr9f94wwkMNN/9ouoU8pV1BqA1d1zGk8928cx0rg==} 1893 + vite@7.3.1: 1894 + resolution: {integrity: sha512-w+N7Hifpc3gRjZ63vYBXA56dvvRlNWRczTdmCBBa+CotUzAPf5b7YMdMR/8CQoeYE5LX3W4wj6RYTgonm1b9DA==} 1871 1895 engines: {node: ^20.19.0 || >=22.12.0} 1872 1896 hasBin: true 1873 1897 peerDependencies: ··· 1906 1930 yaml: 1907 1931 optional: true 1908 1932 1909 - vitest@4.0.15: 1910 - resolution: {integrity: sha512-n1RxDp8UJm6N0IbJLQo+yzLZ2sQCDyl1o0LeugbPWf8+8Fttp29GghsQBjYJVmWq3gBFfe9Hs1spR44vovn2wA==} 1933 + vitest@4.0.18: 1934 + resolution: {integrity: sha512-hOQuK7h0FGKgBAas7v0mSAsnvrIgAvWmRFjmzpJ7SwFHH3g1k2u37JtYwOwmEKhK6ZO3v9ggDBBm0La1LCK4uQ==} 1911 1935 engines: {node: ^20.0.0 || ^22.0.0 || >=24.0.0} 1912 1936 hasBin: true 1913 1937 peerDependencies: 1914 1938 '@edge-runtime/vm': '*' 1915 1939 '@opentelemetry/api': ^1.9.0 1916 1940 '@types/node': ^20.0.0 || ^22.0.0 || >=24.0.0 1917 - '@vitest/browser-playwright': 4.0.15 1918 - '@vitest/browser-preview': 4.0.15 1919 - '@vitest/browser-webdriverio': 4.0.15 1920 - '@vitest/ui': 4.0.15 1941 + '@vitest/browser-playwright': 4.0.18 1942 + '@vitest/browser-preview': 4.0.18 1943 + '@vitest/browser-webdriverio': 4.0.18 1944 + '@vitest/ui': 4.0.18 1921 1945 happy-dom: '*' 1922 1946 jsdom: '*' 1923 1947 peerDependenciesMeta: ··· 1962 1986 resolution: {integrity: sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==} 1963 1987 engines: {node: '>=10'} 1964 1988 1989 + zwitch@2.0.4: 1990 + resolution: {integrity: sha512-bXE4cR/kVZhKZX/RjPEflHaKVhUVl85noU3v6b8apfQEc1x4A+zBxjZ4lN8LqGd6WZ3dl98pY4o717VFmoPp+A==} 1991 + 1965 1992 snapshots: 1966 1993 1967 - '@babel/generator@7.28.5': 1994 + '@babel/generator@8.0.0-rc.1': 1968 1995 dependencies: 1969 - '@babel/parser': 7.28.5 1970 - '@babel/types': 7.28.5 1996 + '@babel/parser': 8.0.0-rc.1 1997 + '@babel/types': 8.0.0-rc.1 1971 1998 '@jridgewell/gen-mapping': 0.3.13 1972 1999 '@jridgewell/trace-mapping': 0.3.31 2000 + '@types/jsesc': 2.5.1 1973 2001 jsesc: 3.1.0 1974 2002 1975 2003 '@babel/helper-string-parser@7.27.1': {} 1976 2004 2005 + '@babel/helper-string-parser@8.0.0-rc.1': {} 2006 + 1977 2007 '@babel/helper-validator-identifier@7.28.5': {} 1978 2008 1979 - '@babel/parser@7.28.5': 2009 + '@babel/helper-validator-identifier@8.0.0-rc.1': {} 2010 + 2011 + '@babel/parser@7.29.0': 2012 + dependencies: 2013 + '@babel/types': 7.29.0 2014 + 2015 + '@babel/parser@8.0.0-rc.1': 1980 2016 dependencies: 1981 - '@babel/types': 7.28.5 2017 + '@babel/types': 8.0.0-rc.1 1982 2018 1983 - '@babel/runtime@7.28.4': {} 2019 + '@babel/runtime@7.28.6': {} 1984 2020 1985 - '@babel/types@7.28.5': 2021 + '@babel/types@7.29.0': 1986 2022 dependencies: 1987 2023 '@babel/helper-string-parser': 7.27.1 1988 2024 '@babel/helper-validator-identifier': 7.28.5 1989 2025 2026 + '@babel/types@8.0.0-rc.1': 2027 + dependencies: 2028 + '@babel/helper-string-parser': 8.0.0-rc.1 2029 + '@babel/helper-validator-identifier': 8.0.0-rc.1 2030 + 1990 2031 '@bcoe/v8-coverage@1.0.2': {} 1991 2032 1992 - '@emnapi/core@1.7.1': 2033 + '@emnapi/core@1.8.1': 1993 2034 dependencies: 1994 2035 '@emnapi/wasi-threads': 1.1.0 1995 2036 tslib: 2.8.1 1996 2037 optional: true 1997 2038 1998 - '@emnapi/runtime@1.7.1': 2039 + '@emnapi/runtime@1.8.1': 1999 2040 dependencies: 2000 2041 tslib: 2.8.1 2001 2042 optional: true ··· 2005 2046 tslib: 2.8.1 2006 2047 optional: true 2007 2048 2008 - '@esbuild/aix-ppc64@0.27.1': 2049 + '@esbuild/aix-ppc64@0.27.3': 2009 2050 optional: true 2010 2051 2011 - '@esbuild/android-arm64@0.27.1': 2052 + '@esbuild/android-arm64@0.27.3': 2012 2053 optional: true 2013 2054 2014 - '@esbuild/android-arm@0.27.1': 2055 + '@esbuild/android-arm@0.27.3': 2015 2056 optional: true 2016 2057 2017 - '@esbuild/android-x64@0.27.1': 2058 + '@esbuild/android-x64@0.27.3': 2018 2059 optional: true 2019 2060 2020 - '@esbuild/darwin-arm64@0.27.1': 2061 + '@esbuild/darwin-arm64@0.27.3': 2021 2062 optional: true 2022 2063 2023 - '@esbuild/darwin-x64@0.27.1': 2064 + '@esbuild/darwin-x64@0.27.3': 2024 2065 optional: true 2025 2066 2026 - '@esbuild/freebsd-arm64@0.27.1': 2067 + '@esbuild/freebsd-arm64@0.27.3': 2027 2068 optional: true 2028 2069 2029 - '@esbuild/freebsd-x64@0.27.1': 2070 + '@esbuild/freebsd-x64@0.27.3': 2030 2071 optional: true 2031 2072 2032 - '@esbuild/linux-arm64@0.27.1': 2073 + '@esbuild/linux-arm64@0.27.3': 2033 2074 optional: true 2034 2075 2035 - '@esbuild/linux-arm@0.27.1': 2076 + '@esbuild/linux-arm@0.27.3': 2036 2077 optional: true 2037 2078 2038 - '@esbuild/linux-ia32@0.27.1': 2079 + '@esbuild/linux-ia32@0.27.3': 2039 2080 optional: true 2040 2081 2041 - '@esbuild/linux-loong64@0.27.1': 2082 + '@esbuild/linux-loong64@0.27.3': 2042 2083 optional: true 2043 2084 2044 - '@esbuild/linux-mips64el@0.27.1': 2085 + '@esbuild/linux-mips64el@0.27.3': 2045 2086 optional: true 2046 2087 2047 - '@esbuild/linux-ppc64@0.27.1': 2088 + '@esbuild/linux-ppc64@0.27.3': 2048 2089 optional: true 2049 2090 2050 - '@esbuild/linux-riscv64@0.27.1': 2091 + '@esbuild/linux-riscv64@0.27.3': 2051 2092 optional: true 2052 2093 2053 - '@esbuild/linux-s390x@0.27.1': 2094 + '@esbuild/linux-s390x@0.27.3': 2054 2095 optional: true 2055 2096 2056 - '@esbuild/linux-x64@0.27.1': 2097 + '@esbuild/linux-x64@0.27.3': 2057 2098 optional: true 2058 2099 2059 - '@esbuild/netbsd-arm64@0.27.1': 2100 + '@esbuild/netbsd-arm64@0.27.3': 2060 2101 optional: true 2061 2102 2062 - '@esbuild/netbsd-x64@0.27.1': 2103 + '@esbuild/netbsd-x64@0.27.3': 2063 2104 optional: true 2064 2105 2065 - '@esbuild/openbsd-arm64@0.27.1': 2106 + '@esbuild/openbsd-arm64@0.27.3': 2066 2107 optional: true 2067 2108 2068 - '@esbuild/openbsd-x64@0.27.1': 2109 + '@esbuild/openbsd-x64@0.27.3': 2069 2110 optional: true 2070 2111 2071 - '@esbuild/openharmony-arm64@0.27.1': 2112 + '@esbuild/openharmony-arm64@0.27.3': 2072 2113 optional: true 2073 2114 2074 - '@esbuild/sunos-x64@0.27.1': 2115 + '@esbuild/sunos-x64@0.27.3': 2075 2116 optional: true 2076 2117 2077 - '@esbuild/win32-arm64@0.27.1': 2118 + '@esbuild/win32-arm64@0.27.3': 2078 2119 optional: true 2079 2120 2080 - '@esbuild/win32-ia32@0.27.1': 2121 + '@esbuild/win32-ia32@0.27.3': 2081 2122 optional: true 2082 2123 2083 - '@esbuild/win32-x64@0.27.1': 2124 + '@esbuild/win32-x64@0.27.3': 2084 2125 optional: true 2085 2126 2086 - '@eslint-community/eslint-utils@4.9.0(eslint@9.39.2(jiti@2.6.1))': 2127 + '@eslint-community/eslint-utils@4.9.1(eslint@9.39.2(jiti@2.6.1))': 2087 2128 dependencies: 2088 2129 eslint: 9.39.2(jiti@2.6.1) 2089 2130 eslint-visitor-keys: 3.4.3 ··· 2102 2143 dependencies: 2103 2144 '@eslint/core': 0.17.0 2104 2145 2105 - '@eslint/core@0.13.0': 2106 - dependencies: 2107 - '@types/json-schema': 7.0.15 2108 - 2109 2146 '@eslint/core@0.17.0': 2110 2147 dependencies: 2111 2148 '@types/json-schema': 7.0.15 ··· 2126 2163 2127 2164 '@eslint/js@9.39.2': {} 2128 2165 2129 - '@eslint/object-schema@2.1.7': {} 2130 - 2131 - '@eslint/plugin-kit@0.2.8': 2166 + '@eslint/markdown@7.5.1': 2132 2167 dependencies: 2133 - '@eslint/core': 0.13.0 2134 - levn: 0.4.1 2168 + '@eslint/core': 0.17.0 2169 + '@eslint/plugin-kit': 0.4.1 2170 + github-slugger: 2.0.0 2171 + mdast-util-from-markdown: 2.0.2 2172 + mdast-util-frontmatter: 2.0.1 2173 + mdast-util-gfm: 3.1.0 2174 + micromark-extension-frontmatter: 2.0.0 2175 + micromark-extension-gfm: 3.0.0 2176 + micromark-util-normalize-identifier: 2.0.1 2177 + transitivePeerDependencies: 2178 + - supports-color 2179 + 2180 + '@eslint/object-schema@2.1.7': {} 2135 2181 2136 2182 '@eslint/plugin-kit@0.4.1': 2137 2183 dependencies: ··· 2163 2209 '@jridgewell/resolve-uri': 3.1.2 2164 2210 '@jridgewell/sourcemap-codec': 1.5.5 2165 2211 2166 - '@napi-rs/wasm-runtime@1.1.0': 2212 + '@napi-rs/wasm-runtime@1.1.1': 2167 2213 dependencies: 2168 - '@emnapi/core': 1.7.1 2169 - '@emnapi/runtime': 1.7.1 2214 + '@emnapi/core': 1.8.1 2215 + '@emnapi/runtime': 1.8.1 2170 2216 '@tybys/wasm-util': 0.10.1 2171 2217 optional: true 2172 2218 2173 - '@oxc-minify/binding-android-arm64@0.102.0': 2174 - optional: true 2219 + '@oxc-project/types@0.112.0': {} 2175 2220 2176 - '@oxc-minify/binding-darwin-arm64@0.102.0': 2221 + '@oxfmt/darwin-arm64@0.28.0': 2177 2222 optional: true 2178 2223 2179 - '@oxc-minify/binding-darwin-x64@0.102.0': 2224 + '@oxfmt/darwin-x64@0.28.0': 2180 2225 optional: true 2181 2226 2182 - '@oxc-minify/binding-freebsd-x64@0.102.0': 2227 + '@oxfmt/linux-arm64-gnu@0.28.0': 2183 2228 optional: true 2184 2229 2185 - '@oxc-minify/binding-linux-arm-gnueabihf@0.102.0': 2230 + '@oxfmt/linux-arm64-musl@0.28.0': 2186 2231 optional: true 2187 2232 2188 - '@oxc-minify/binding-linux-arm64-gnu@0.102.0': 2233 + '@oxfmt/linux-x64-gnu@0.28.0': 2189 2234 optional: true 2190 2235 2191 - '@oxc-minify/binding-linux-arm64-musl@0.102.0': 2192 - optional: true 2193 - 2194 - '@oxc-minify/binding-linux-riscv64-gnu@0.102.0': 2195 - optional: true 2196 - 2197 - '@oxc-minify/binding-linux-s390x-gnu@0.102.0': 2198 - optional: true 2199 - 2200 - '@oxc-minify/binding-linux-x64-gnu@0.102.0': 2201 - optional: true 2202 - 2203 - '@oxc-minify/binding-linux-x64-musl@0.102.0': 2204 - optional: true 2205 - 2206 - '@oxc-minify/binding-openharmony-arm64@0.102.0': 2207 - optional: true 2208 - 2209 - '@oxc-minify/binding-wasm32-wasi@0.102.0': 2210 - dependencies: 2211 - '@napi-rs/wasm-runtime': 1.1.0 2236 + '@oxfmt/linux-x64-musl@0.28.0': 2212 2237 optional: true 2213 2238 2214 - '@oxc-minify/binding-win32-arm64-msvc@0.102.0': 2239 + '@oxfmt/win32-arm64@0.28.0': 2215 2240 optional: true 2216 2241 2217 - '@oxc-minify/binding-win32-x64-msvc@0.102.0': 2242 + '@oxfmt/win32-x64@0.28.0': 2218 2243 optional: true 2219 2244 2220 - '@oxc-parser/binding-android-arm64@0.102.0': 2245 + '@oxlint/darwin-arm64@1.43.0': 2221 2246 optional: true 2222 2247 2223 - '@oxc-parser/binding-darwin-arm64@0.102.0': 2224 - optional: true 2225 - 2226 - '@oxc-parser/binding-darwin-x64@0.102.0': 2248 + '@oxlint/darwin-x64@1.43.0': 2227 2249 optional: true 2228 2250 2229 - '@oxc-parser/binding-freebsd-x64@0.102.0': 2230 - optional: true 2231 - 2232 - '@oxc-parser/binding-linux-arm-gnueabihf@0.102.0': 2233 - optional: true 2234 - 2235 - '@oxc-parser/binding-linux-arm64-gnu@0.102.0': 2236 - optional: true 2237 - 2238 - '@oxc-parser/binding-linux-arm64-musl@0.102.0': 2251 + '@oxlint/linux-arm64-gnu@1.43.0': 2239 2252 optional: true 2240 2253 2241 - '@oxc-parser/binding-linux-riscv64-gnu@0.102.0': 2254 + '@oxlint/linux-arm64-musl@1.43.0': 2242 2255 optional: true 2243 2256 2244 - '@oxc-parser/binding-linux-s390x-gnu@0.102.0': 2257 + '@oxlint/linux-x64-gnu@1.43.0': 2245 2258 optional: true 2246 2259 2247 - '@oxc-parser/binding-linux-x64-gnu@0.102.0': 2260 + '@oxlint/linux-x64-musl@1.43.0': 2248 2261 optional: true 2249 2262 2250 - '@oxc-parser/binding-linux-x64-musl@0.102.0': 2263 + '@oxlint/win32-arm64@1.43.0': 2251 2264 optional: true 2252 2265 2253 - '@oxc-parser/binding-openharmony-arm64@0.102.0': 2266 + '@oxlint/win32-x64@1.43.0': 2254 2267 optional: true 2255 2268 2256 - '@oxc-parser/binding-wasm32-wasi@0.102.0': 2257 - dependencies: 2258 - '@napi-rs/wasm-runtime': 1.1.0 2269 + '@parcel/watcher-android-arm64@2.5.6': 2259 2270 optional: true 2260 2271 2261 - '@oxc-parser/binding-win32-arm64-msvc@0.102.0': 2272 + '@parcel/watcher-darwin-arm64@2.5.6': 2262 2273 optional: true 2263 2274 2264 - '@oxc-parser/binding-win32-x64-msvc@0.102.0': 2275 + '@parcel/watcher-darwin-x64@2.5.6': 2265 2276 optional: true 2266 2277 2267 - '@oxc-project/types@0.102.0': {} 2268 - 2269 - '@oxc-transform/binding-android-arm64@0.102.0': 2278 + '@parcel/watcher-freebsd-x64@2.5.6': 2270 2279 optional: true 2271 2280 2272 - '@oxc-transform/binding-darwin-arm64@0.102.0': 2281 + '@parcel/watcher-linux-arm-glibc@2.5.6': 2273 2282 optional: true 2274 2283 2275 - '@oxc-transform/binding-darwin-x64@0.102.0': 2284 + '@parcel/watcher-linux-arm-musl@2.5.6': 2276 2285 optional: true 2277 2286 2278 - '@oxc-transform/binding-freebsd-x64@0.102.0': 2287 + '@parcel/watcher-linux-arm64-glibc@2.5.6': 2279 2288 optional: true 2280 2289 2281 - '@oxc-transform/binding-linux-arm-gnueabihf@0.102.0': 2290 + '@parcel/watcher-linux-arm64-musl@2.5.6': 2282 2291 optional: true 2283 2292 2284 - '@oxc-transform/binding-linux-arm64-gnu@0.102.0': 2293 + '@parcel/watcher-linux-x64-glibc@2.5.6': 2285 2294 optional: true 2286 2295 2287 - '@oxc-transform/binding-linux-arm64-musl@0.102.0': 2296 + '@parcel/watcher-linux-x64-musl@2.5.6': 2288 2297 optional: true 2289 2298 2290 - '@oxc-transform/binding-linux-riscv64-gnu@0.102.0': 2299 + '@parcel/watcher-win32-arm64@2.5.6': 2291 2300 optional: true 2292 2301 2293 - '@oxc-transform/binding-linux-s390x-gnu@0.102.0': 2302 + '@parcel/watcher-win32-ia32@2.5.6': 2294 2303 optional: true 2295 2304 2296 - '@oxc-transform/binding-linux-x64-gnu@0.102.0': 2305 + '@parcel/watcher-win32-x64@2.5.6': 2297 2306 optional: true 2298 2307 2299 - '@oxc-transform/binding-linux-x64-musl@0.102.0': 2300 - optional: true 2301 - 2302 - '@oxc-transform/binding-openharmony-arm64@0.102.0': 2303 - optional: true 2304 - 2305 - '@oxc-transform/binding-wasm32-wasi@0.102.0': 2308 + '@parcel/watcher@2.5.6': 2306 2309 dependencies: 2307 - '@napi-rs/wasm-runtime': 1.1.0 2308 - optional: true 2309 - 2310 - '@oxc-transform/binding-win32-arm64-msvc@0.102.0': 2311 - optional: true 2312 - 2313 - '@oxc-transform/binding-win32-x64-msvc@0.102.0': 2314 - optional: true 2315 - 2316 - '@parcel/watcher-android-arm64@2.5.1': 2317 - optional: true 2318 - 2319 - '@parcel/watcher-darwin-arm64@2.5.1': 2320 - optional: true 2321 - 2322 - '@parcel/watcher-darwin-x64@2.5.1': 2323 - optional: true 2310 + detect-libc: 2.1.2 2311 + is-glob: 4.0.3 2312 + node-addon-api: 7.1.1 2313 + picomatch: 4.0.3 2314 + optionalDependencies: 2315 + '@parcel/watcher-android-arm64': 2.5.6 2316 + '@parcel/watcher-darwin-arm64': 2.5.6 2317 + '@parcel/watcher-darwin-x64': 2.5.6 2318 + '@parcel/watcher-freebsd-x64': 2.5.6 2319 + '@parcel/watcher-linux-arm-glibc': 2.5.6 2320 + '@parcel/watcher-linux-arm-musl': 2.5.6 2321 + '@parcel/watcher-linux-arm64-glibc': 2.5.6 2322 + '@parcel/watcher-linux-arm64-musl': 2.5.6 2323 + '@parcel/watcher-linux-x64-glibc': 2.5.6 2324 + '@parcel/watcher-linux-x64-musl': 2.5.6 2325 + '@parcel/watcher-win32-arm64': 2.5.6 2326 + '@parcel/watcher-win32-ia32': 2.5.6 2327 + '@parcel/watcher-win32-x64': 2.5.6 2324 2328 2325 - '@parcel/watcher-freebsd-x64@2.5.1': 2329 + '@rolldown/binding-android-arm64@1.0.0-rc.3': 2326 2330 optional: true 2327 2331 2328 - '@parcel/watcher-linux-arm-glibc@2.5.1': 2332 + '@rolldown/binding-darwin-arm64@1.0.0-rc.3': 2329 2333 optional: true 2330 2334 2331 - '@parcel/watcher-linux-arm-musl@2.5.1': 2335 + '@rolldown/binding-darwin-x64@1.0.0-rc.3': 2332 2336 optional: true 2333 2337 2334 - '@parcel/watcher-linux-arm64-glibc@2.5.1': 2338 + '@rolldown/binding-freebsd-x64@1.0.0-rc.3': 2335 2339 optional: true 2336 2340 2337 - '@parcel/watcher-linux-arm64-musl@2.5.1': 2341 + '@rolldown/binding-linux-arm-gnueabihf@1.0.0-rc.3': 2338 2342 optional: true 2339 2343 2340 - '@parcel/watcher-linux-x64-glibc@2.5.1': 2344 + '@rolldown/binding-linux-arm64-gnu@1.0.0-rc.3': 2341 2345 optional: true 2342 2346 2343 - '@parcel/watcher-linux-x64-musl@2.5.1': 2347 + '@rolldown/binding-linux-arm64-musl@1.0.0-rc.3': 2344 2348 optional: true 2345 2349 2346 - '@parcel/watcher-win32-arm64@2.5.1': 2350 + '@rolldown/binding-linux-x64-gnu@1.0.0-rc.3': 2347 2351 optional: true 2348 2352 2349 - '@parcel/watcher-win32-ia32@2.5.1': 2353 + '@rolldown/binding-linux-x64-musl@1.0.0-rc.3': 2350 2354 optional: true 2351 2355 2352 - '@parcel/watcher-win32-x64@2.5.1': 2356 + '@rolldown/binding-openharmony-arm64@1.0.0-rc.3': 2353 2357 optional: true 2354 2358 2355 - '@parcel/watcher@2.5.1': 2359 + '@rolldown/binding-wasm32-wasi@1.0.0-rc.3': 2356 2360 dependencies: 2357 - detect-libc: 1.0.3 2358 - is-glob: 4.0.3 2359 - micromatch: 4.0.8 2360 - node-addon-api: 7.1.1 2361 - optionalDependencies: 2362 - '@parcel/watcher-android-arm64': 2.5.1 2363 - '@parcel/watcher-darwin-arm64': 2.5.1 2364 - '@parcel/watcher-darwin-x64': 2.5.1 2365 - '@parcel/watcher-freebsd-x64': 2.5.1 2366 - '@parcel/watcher-linux-arm-glibc': 2.5.1 2367 - '@parcel/watcher-linux-arm-musl': 2.5.1 2368 - '@parcel/watcher-linux-arm64-glibc': 2.5.1 2369 - '@parcel/watcher-linux-arm64-musl': 2.5.1 2370 - '@parcel/watcher-linux-x64-glibc': 2.5.1 2371 - '@parcel/watcher-linux-x64-musl': 2.5.1 2372 - '@parcel/watcher-win32-arm64': 2.5.1 2373 - '@parcel/watcher-win32-ia32': 2.5.1 2374 - '@parcel/watcher-win32-x64': 2.5.1 2375 - 2376 - '@rolldown/binding-android-arm64@1.0.0-beta.54': 2377 - optional: true 2378 - 2379 - '@rolldown/binding-darwin-arm64@1.0.0-beta.54': 2361 + '@napi-rs/wasm-runtime': 1.1.1 2380 2362 optional: true 2381 2363 2382 - '@rolldown/binding-darwin-x64@1.0.0-beta.54': 2383 - optional: true 2384 - 2385 - '@rolldown/binding-freebsd-x64@1.0.0-beta.54': 2386 - optional: true 2387 - 2388 - '@rolldown/binding-linux-arm-gnueabihf@1.0.0-beta.54': 2389 - optional: true 2390 - 2391 - '@rolldown/binding-linux-arm64-gnu@1.0.0-beta.54': 2392 - optional: true 2393 - 2394 - '@rolldown/binding-linux-arm64-musl@1.0.0-beta.54': 2395 - optional: true 2396 - 2397 - '@rolldown/binding-linux-x64-gnu@1.0.0-beta.54': 2364 + '@rolldown/binding-win32-arm64-msvc@1.0.0-rc.3': 2398 2365 optional: true 2399 2366 2400 - '@rolldown/binding-linux-x64-musl@1.0.0-beta.54': 2367 + '@rolldown/binding-win32-x64-msvc@1.0.0-rc.3': 2401 2368 optional: true 2402 2369 2403 - '@rolldown/binding-openharmony-arm64@1.0.0-beta.54': 2404 - optional: true 2370 + '@rolldown/pluginutils@1.0.0-rc.3': {} 2405 2371 2406 - '@rolldown/binding-wasm32-wasi@1.0.0-beta.54': 2407 - dependencies: 2408 - '@napi-rs/wasm-runtime': 1.1.0 2372 + '@rollup/rollup-android-arm-eabi@4.57.1': 2409 2373 optional: true 2410 2374 2411 - '@rolldown/binding-win32-arm64-msvc@1.0.0-beta.54': 2375 + '@rollup/rollup-android-arm64@4.57.1': 2412 2376 optional: true 2413 2377 2414 - '@rolldown/binding-win32-x64-msvc@1.0.0-beta.54': 2378 + '@rollup/rollup-darwin-arm64@4.57.1': 2415 2379 optional: true 2416 2380 2417 - '@rolldown/pluginutils@1.0.0-beta.54': {} 2418 - 2419 - '@rollup/rollup-android-arm-eabi@4.53.5': 2381 + '@rollup/rollup-darwin-x64@4.57.1': 2420 2382 optional: true 2421 2383 2422 - '@rollup/rollup-android-arm64@4.53.5': 2384 + '@rollup/rollup-freebsd-arm64@4.57.1': 2423 2385 optional: true 2424 2386 2425 - '@rollup/rollup-darwin-arm64@4.53.5': 2387 + '@rollup/rollup-freebsd-x64@4.57.1': 2426 2388 optional: true 2427 2389 2428 - '@rollup/rollup-darwin-x64@4.53.5': 2390 + '@rollup/rollup-linux-arm-gnueabihf@4.57.1': 2429 2391 optional: true 2430 2392 2431 - '@rollup/rollup-freebsd-arm64@4.53.5': 2393 + '@rollup/rollup-linux-arm-musleabihf@4.57.1': 2432 2394 optional: true 2433 2395 2434 - '@rollup/rollup-freebsd-x64@4.53.5': 2396 + '@rollup/rollup-linux-arm64-gnu@4.57.1': 2435 2397 optional: true 2436 2398 2437 - '@rollup/rollup-linux-arm-gnueabihf@4.53.5': 2399 + '@rollup/rollup-linux-arm64-musl@4.57.1': 2438 2400 optional: true 2439 2401 2440 - '@rollup/rollup-linux-arm-musleabihf@4.53.5': 2402 + '@rollup/rollup-linux-loong64-gnu@4.57.1': 2441 2403 optional: true 2442 2404 2443 - '@rollup/rollup-linux-arm64-gnu@4.53.5': 2405 + '@rollup/rollup-linux-loong64-musl@4.57.1': 2444 2406 optional: true 2445 2407 2446 - '@rollup/rollup-linux-arm64-musl@4.53.5': 2408 + '@rollup/rollup-linux-ppc64-gnu@4.57.1': 2447 2409 optional: true 2448 2410 2449 - '@rollup/rollup-linux-loong64-gnu@4.53.5': 2411 + '@rollup/rollup-linux-ppc64-musl@4.57.1': 2450 2412 optional: true 2451 2413 2452 - '@rollup/rollup-linux-ppc64-gnu@4.53.5': 2414 + '@rollup/rollup-linux-riscv64-gnu@4.57.1': 2453 2415 optional: true 2454 2416 2455 - '@rollup/rollup-linux-riscv64-gnu@4.53.5': 2417 + '@rollup/rollup-linux-riscv64-musl@4.57.1': 2456 2418 optional: true 2457 2419 2458 - '@rollup/rollup-linux-riscv64-musl@4.53.5': 2420 + '@rollup/rollup-linux-s390x-gnu@4.57.1': 2459 2421 optional: true 2460 2422 2461 - '@rollup/rollup-linux-s390x-gnu@4.53.5': 2423 + '@rollup/rollup-linux-x64-gnu@4.57.1': 2462 2424 optional: true 2463 2425 2464 - '@rollup/rollup-linux-x64-gnu@4.53.5': 2426 + '@rollup/rollup-linux-x64-musl@4.57.1': 2465 2427 optional: true 2466 2428 2467 - '@rollup/rollup-linux-x64-musl@4.53.5': 2429 + '@rollup/rollup-openbsd-x64@4.57.1': 2468 2430 optional: true 2469 2431 2470 - '@rollup/rollup-openharmony-arm64@4.53.5': 2432 + '@rollup/rollup-openharmony-arm64@4.57.1': 2471 2433 optional: true 2472 2434 2473 - '@rollup/rollup-win32-arm64-msvc@4.53.5': 2435 + '@rollup/rollup-win32-arm64-msvc@4.57.1': 2474 2436 optional: true 2475 2437 2476 - '@rollup/rollup-win32-ia32-msvc@4.53.5': 2438 + '@rollup/rollup-win32-ia32-msvc@4.57.1': 2477 2439 optional: true 2478 2440 2479 - '@rollup/rollup-win32-x64-gnu@4.53.5': 2441 + '@rollup/rollup-win32-x64-gnu@4.57.1': 2480 2442 optional: true 2481 2443 2482 - '@rollup/rollup-win32-x64-msvc@4.53.5': 2444 + '@rollup/rollup-win32-x64-msvc@4.57.1': 2483 2445 optional: true 2484 2446 2485 2447 '@standard-schema/spec@1.1.0': {} ··· 2493 2455 dependencies: 2494 2456 '@types/deep-eql': 4.0.2 2495 2457 assertion-error: 2.0.1 2458 + 2459 + '@types/debug@4.1.12': 2460 + dependencies: 2461 + '@types/ms': 2.1.0 2496 2462 2497 2463 '@types/deep-eql@4.0.2': {} 2498 2464 2499 2465 '@types/estree@1.0.8': {} 2500 2466 2467 + '@types/jsesc@2.5.1': {} 2468 + 2501 2469 '@types/json-schema@7.0.15': {} 2502 2470 2503 - '@types/mdast@3.0.15': 2471 + '@types/mdast@4.0.4': 2504 2472 dependencies: 2505 2473 '@types/unist': 2.0.11 2506 2474 2507 - '@types/node@25.0.2': 2475 + '@types/ms@2.1.0': {} 2476 + 2477 + '@types/node@25.2.1': 2508 2478 dependencies: 2509 2479 undici-types: 7.16.0 2510 2480 2511 2481 '@types/unist@2.0.11': {} 2512 2482 2513 - '@typescript-eslint/eslint-plugin@8.50.0(@typescript-eslint/parser@8.50.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)': 2483 + '@types/unist@3.0.3': {} 2484 + 2485 + '@typescript-eslint/eslint-plugin@8.54.0(@typescript-eslint/parser@8.54.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)': 2514 2486 dependencies: 2515 2487 '@eslint-community/regexpp': 4.12.2 2516 - '@typescript-eslint/parser': 8.50.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) 2517 - '@typescript-eslint/scope-manager': 8.50.0 2518 - '@typescript-eslint/type-utils': 8.50.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) 2519 - '@typescript-eslint/utils': 8.50.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) 2520 - '@typescript-eslint/visitor-keys': 8.50.0 2488 + '@typescript-eslint/parser': 8.54.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) 2489 + '@typescript-eslint/scope-manager': 8.54.0 2490 + '@typescript-eslint/type-utils': 8.54.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) 2491 + '@typescript-eslint/utils': 8.54.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) 2492 + '@typescript-eslint/visitor-keys': 8.54.0 2521 2493 eslint: 9.39.2(jiti@2.6.1) 2522 2494 ignore: 7.0.5 2523 2495 natural-compare: 1.4.0 2524 - ts-api-utils: 2.1.0(typescript@5.9.3) 2496 + ts-api-utils: 2.4.0(typescript@5.9.3) 2525 2497 typescript: 5.9.3 2526 2498 transitivePeerDependencies: 2527 2499 - supports-color 2528 2500 2529 - '@typescript-eslint/parser@8.50.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)': 2501 + '@typescript-eslint/parser@8.54.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)': 2530 2502 dependencies: 2531 - '@typescript-eslint/scope-manager': 8.50.0 2532 - '@typescript-eslint/types': 8.50.0 2533 - '@typescript-eslint/typescript-estree': 8.50.0(typescript@5.9.3) 2534 - '@typescript-eslint/visitor-keys': 8.50.0 2503 + '@typescript-eslint/scope-manager': 8.54.0 2504 + '@typescript-eslint/types': 8.54.0 2505 + '@typescript-eslint/typescript-estree': 8.54.0(typescript@5.9.3) 2506 + '@typescript-eslint/visitor-keys': 8.54.0 2535 2507 debug: 4.4.3 2536 2508 eslint: 9.39.2(jiti@2.6.1) 2537 2509 typescript: 5.9.3 2538 2510 transitivePeerDependencies: 2539 2511 - supports-color 2540 2512 2541 - '@typescript-eslint/project-service@8.50.0(typescript@5.9.3)': 2513 + '@typescript-eslint/project-service@8.54.0(typescript@5.9.3)': 2542 2514 dependencies: 2543 - '@typescript-eslint/tsconfig-utils': 8.50.0(typescript@5.9.3) 2544 - '@typescript-eslint/types': 8.50.0 2515 + '@typescript-eslint/tsconfig-utils': 8.54.0(typescript@5.9.3) 2516 + '@typescript-eslint/types': 8.54.0 2545 2517 debug: 4.4.3 2546 2518 typescript: 5.9.3 2547 2519 transitivePeerDependencies: 2548 2520 - supports-color 2549 2521 2550 - '@typescript-eslint/scope-manager@8.50.0': 2522 + '@typescript-eslint/scope-manager@8.54.0': 2551 2523 dependencies: 2552 - '@typescript-eslint/types': 8.50.0 2553 - '@typescript-eslint/visitor-keys': 8.50.0 2524 + '@typescript-eslint/types': 8.54.0 2525 + '@typescript-eslint/visitor-keys': 8.54.0 2554 2526 2555 - '@typescript-eslint/tsconfig-utils@8.50.0(typescript@5.9.3)': 2527 + '@typescript-eslint/tsconfig-utils@8.54.0(typescript@5.9.3)': 2556 2528 dependencies: 2557 2529 typescript: 5.9.3 2558 2530 2559 - '@typescript-eslint/type-utils@8.50.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)': 2531 + '@typescript-eslint/type-utils@8.54.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)': 2560 2532 dependencies: 2561 - '@typescript-eslint/types': 8.50.0 2562 - '@typescript-eslint/typescript-estree': 8.50.0(typescript@5.9.3) 2563 - '@typescript-eslint/utils': 8.50.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) 2533 + '@typescript-eslint/types': 8.54.0 2534 + '@typescript-eslint/typescript-estree': 8.54.0(typescript@5.9.3) 2535 + '@typescript-eslint/utils': 8.54.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) 2564 2536 debug: 4.4.3 2565 2537 eslint: 9.39.2(jiti@2.6.1) 2566 - ts-api-utils: 2.1.0(typescript@5.9.3) 2538 + ts-api-utils: 2.4.0(typescript@5.9.3) 2567 2539 typescript: 5.9.3 2568 2540 transitivePeerDependencies: 2569 2541 - supports-color 2570 2542 2571 - '@typescript-eslint/types@8.50.0': {} 2543 + '@typescript-eslint/types@8.54.0': {} 2572 2544 2573 - '@typescript-eslint/typescript-estree@8.50.0(typescript@5.9.3)': 2545 + '@typescript-eslint/typescript-estree@8.54.0(typescript@5.9.3)': 2574 2546 dependencies: 2575 - '@typescript-eslint/project-service': 8.50.0(typescript@5.9.3) 2576 - '@typescript-eslint/tsconfig-utils': 8.50.0(typescript@5.9.3) 2577 - '@typescript-eslint/types': 8.50.0 2578 - '@typescript-eslint/visitor-keys': 8.50.0 2547 + '@typescript-eslint/project-service': 8.54.0(typescript@5.9.3) 2548 + '@typescript-eslint/tsconfig-utils': 8.54.0(typescript@5.9.3) 2549 + '@typescript-eslint/types': 8.54.0 2550 + '@typescript-eslint/visitor-keys': 8.54.0 2579 2551 debug: 4.4.3 2580 2552 minimatch: 9.0.5 2581 - semver: 7.7.3 2553 + semver: 7.7.4 2582 2554 tinyglobby: 0.2.15 2583 - ts-api-utils: 2.1.0(typescript@5.9.3) 2555 + ts-api-utils: 2.4.0(typescript@5.9.3) 2584 2556 typescript: 5.9.3 2585 2557 transitivePeerDependencies: 2586 2558 - supports-color 2587 2559 2588 - '@typescript-eslint/utils@8.50.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)': 2560 + '@typescript-eslint/utils@8.54.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)': 2589 2561 dependencies: 2590 - '@eslint-community/eslint-utils': 4.9.0(eslint@9.39.2(jiti@2.6.1)) 2591 - '@typescript-eslint/scope-manager': 8.50.0 2592 - '@typescript-eslint/types': 8.50.0 2593 - '@typescript-eslint/typescript-estree': 8.50.0(typescript@5.9.3) 2562 + '@eslint-community/eslint-utils': 4.9.1(eslint@9.39.2(jiti@2.6.1)) 2563 + '@typescript-eslint/scope-manager': 8.54.0 2564 + '@typescript-eslint/types': 8.54.0 2565 + '@typescript-eslint/typescript-estree': 8.54.0(typescript@5.9.3) 2594 2566 eslint: 9.39.2(jiti@2.6.1) 2595 2567 typescript: 5.9.3 2596 2568 transitivePeerDependencies: 2597 2569 - supports-color 2598 2570 2599 - '@typescript-eslint/visitor-keys@8.50.0': 2571 + '@typescript-eslint/visitor-keys@8.54.0': 2600 2572 dependencies: 2601 - '@typescript-eslint/types': 8.50.0 2573 + '@typescript-eslint/types': 8.54.0 2602 2574 eslint-visitor-keys: 4.2.1 2603 2575 2604 - '@vitest/coverage-v8@4.0.15(vitest@4.0.15(@types/node@25.0.2)(jiti@2.6.1))': 2576 + '@typescript/native-preview-darwin-arm64@7.0.0-dev.20260206.1': 2577 + optional: true 2578 + 2579 + '@typescript/native-preview-darwin-x64@7.0.0-dev.20260206.1': 2580 + optional: true 2581 + 2582 + '@typescript/native-preview-linux-arm64@7.0.0-dev.20260206.1': 2583 + optional: true 2584 + 2585 + '@typescript/native-preview-linux-arm@7.0.0-dev.20260206.1': 2586 + optional: true 2587 + 2588 + '@typescript/native-preview-linux-x64@7.0.0-dev.20260206.1': 2589 + optional: true 2590 + 2591 + '@typescript/native-preview-win32-arm64@7.0.0-dev.20260206.1': 2592 + optional: true 2593 + 2594 + '@typescript/native-preview-win32-x64@7.0.0-dev.20260206.1': 2595 + optional: true 2596 + 2597 + '@typescript/native-preview@7.0.0-dev.20260206.1': 2598 + optionalDependencies: 2599 + '@typescript/native-preview-darwin-arm64': 7.0.0-dev.20260206.1 2600 + '@typescript/native-preview-darwin-x64': 7.0.0-dev.20260206.1 2601 + '@typescript/native-preview-linux-arm': 7.0.0-dev.20260206.1 2602 + '@typescript/native-preview-linux-arm64': 7.0.0-dev.20260206.1 2603 + '@typescript/native-preview-linux-x64': 7.0.0-dev.20260206.1 2604 + '@typescript/native-preview-win32-arm64': 7.0.0-dev.20260206.1 2605 + '@typescript/native-preview-win32-x64': 7.0.0-dev.20260206.1 2606 + 2607 + '@vitest/coverage-v8@4.0.18(vitest@4.0.18(@types/node@25.2.1)(jiti@2.6.1))': 2605 2608 dependencies: 2606 2609 '@bcoe/v8-coverage': 1.0.2 2607 - '@vitest/utils': 4.0.15 2608 - ast-v8-to-istanbul: 0.3.9 2610 + '@vitest/utils': 4.0.18 2611 + ast-v8-to-istanbul: 0.3.11 2609 2612 istanbul-lib-coverage: 3.2.2 2610 2613 istanbul-lib-report: 3.0.1 2611 - istanbul-lib-source-maps: 5.0.6 2612 2614 istanbul-reports: 3.2.0 2613 - magicast: 0.5.1 2615 + magicast: 0.5.2 2614 2616 obug: 2.1.1 2615 2617 std-env: 3.10.0 2616 2618 tinyrainbow: 3.0.3 2617 - vitest: 4.0.15(@types/node@25.0.2)(jiti@2.6.1) 2618 - transitivePeerDependencies: 2619 - - supports-color 2619 + vitest: 4.0.18(@types/node@25.2.1)(jiti@2.6.1) 2620 2620 2621 - '@vitest/expect@4.0.15': 2621 + '@vitest/expect@4.0.18': 2622 2622 dependencies: 2623 2623 '@standard-schema/spec': 1.1.0 2624 2624 '@types/chai': 5.2.3 2625 - '@vitest/spy': 4.0.15 2626 - '@vitest/utils': 4.0.15 2627 - chai: 6.2.1 2625 + '@vitest/spy': 4.0.18 2626 + '@vitest/utils': 4.0.18 2627 + chai: 6.2.2 2628 2628 tinyrainbow: 3.0.3 2629 2629 2630 - '@vitest/mocker@4.0.15(vite@7.3.0(@types/node@25.0.2)(jiti@2.6.1))': 2630 + '@vitest/mocker@4.0.18(vite@7.3.1(@types/node@25.2.1)(jiti@2.6.1))': 2631 2631 dependencies: 2632 - '@vitest/spy': 4.0.15 2632 + '@vitest/spy': 4.0.18 2633 2633 estree-walker: 3.0.3 2634 2634 magic-string: 0.30.21 2635 2635 optionalDependencies: 2636 - vite: 7.3.0(@types/node@25.0.2)(jiti@2.6.1) 2636 + vite: 7.3.1(@types/node@25.2.1)(jiti@2.6.1) 2637 2637 2638 - '@vitest/pretty-format@4.0.15': 2638 + '@vitest/pretty-format@4.0.18': 2639 2639 dependencies: 2640 2640 tinyrainbow: 3.0.3 2641 2641 2642 - '@vitest/runner@4.0.15': 2642 + '@vitest/runner@4.0.18': 2643 2643 dependencies: 2644 - '@vitest/utils': 4.0.15 2644 + '@vitest/utils': 4.0.18 2645 2645 pathe: 2.0.3 2646 2646 2647 - '@vitest/snapshot@4.0.15': 2647 + '@vitest/snapshot@4.0.18': 2648 2648 dependencies: 2649 - '@vitest/pretty-format': 4.0.15 2649 + '@vitest/pretty-format': 4.0.18 2650 2650 magic-string: 0.30.21 2651 2651 pathe: 2.0.3 2652 2652 2653 - '@vitest/spy@4.0.15': {} 2653 + '@vitest/spy@4.0.18': {} 2654 2654 2655 - '@vitest/utils@4.0.15': 2655 + '@vitest/utils@4.0.18': 2656 2656 dependencies: 2657 - '@vitest/pretty-format': 4.0.15 2657 + '@vitest/pretty-format': 4.0.18 2658 2658 tinyrainbow: 3.0.3 2659 2659 2660 2660 acorn-jsx@5.3.2(acorn@8.15.0): ··· 2678 2678 2679 2679 assertion-error@2.0.1: {} 2680 2680 2681 - ast-kit@2.2.0: 2681 + ast-kit@3.0.0-beta.1: 2682 2682 dependencies: 2683 - '@babel/parser': 7.28.5 2683 + '@babel/parser': 8.0.0-rc.1 2684 + estree-walker: 3.0.3 2684 2685 pathe: 2.0.3 2685 2686 2686 - ast-v8-to-istanbul@0.3.9: 2687 + ast-v8-to-istanbul@0.3.11: 2687 2688 dependencies: 2688 2689 '@jridgewell/trace-mapping': 0.3.31 2689 2690 estree-walker: 3.0.3 2690 - js-tokens: 9.0.1 2691 + js-tokens: 10.0.0 2691 2692 2692 - automd@0.4.2(magicast@0.5.1): 2693 + automd@0.4.3(magicast@0.5.2): 2693 2694 dependencies: 2694 - '@parcel/watcher': 2.5.1 2695 - c12: 3.3.2(magicast@0.5.1) 2696 - citty: 0.1.6 2695 + '@parcel/watcher': 2.5.6 2696 + c12: 3.3.3(magicast@0.5.2) 2697 + citty: 0.2.0 2697 2698 consola: 3.4.2 2698 2699 defu: 6.1.4 2699 2700 destr: 2.0.5 ··· 2703 2704 mlly: 1.8.0 2704 2705 ofetch: 1.5.1 2705 2706 pathe: 2.0.3 2706 - perfect-debounce: 2.0.0 2707 + perfect-debounce: 2.1.0 2707 2708 pkg-types: 2.3.0 2708 2709 scule: 1.3.0 2709 2710 tinyglobby: 0.2.15 ··· 2713 2714 2714 2715 balanced-match@1.0.2: {} 2715 2716 2716 - baseline-browser-mapping@2.9.8: {} 2717 + baseline-browser-mapping@2.9.19: {} 2717 2718 2718 - birpc@3.0.0: {} 2719 + birpc@4.0.0: {} 2719 2720 2720 2721 brace-expansion@1.1.12: 2721 2722 dependencies: ··· 2726 2727 dependencies: 2727 2728 balanced-match: 1.0.2 2728 2729 2729 - braces@3.0.3: 2730 - dependencies: 2731 - fill-range: 7.1.1 2732 - 2733 2730 browserslist@4.28.1: 2734 2731 dependencies: 2735 - baseline-browser-mapping: 2.9.8 2736 - caniuse-lite: 1.0.30001760 2737 - electron-to-chromium: 1.5.267 2732 + baseline-browser-mapping: 2.9.19 2733 + caniuse-lite: 1.0.30001769 2734 + electron-to-chromium: 1.5.286 2738 2735 node-releases: 2.0.27 2739 - update-browserslist-db: 1.2.2(browserslist@4.28.1) 2736 + update-browserslist-db: 1.2.3(browserslist@4.28.1) 2740 2737 2741 2738 builtin-modules@5.0.0: {} 2742 2739 ··· 2744 2741 dependencies: 2745 2742 run-applescript: 7.1.0 2746 2743 2747 - c12@3.3.2(magicast@0.5.1): 2744 + c12@3.3.3(magicast@0.5.2): 2748 2745 dependencies: 2749 - chokidar: 4.0.3 2746 + chokidar: 5.0.0 2750 2747 confbox: 0.2.2 2751 2748 defu: 6.1.4 2752 - dotenv: 17.2.3 2749 + dotenv: 17.2.4 2753 2750 exsolve: 1.0.8 2754 2751 giget: 2.0.0 2755 2752 jiti: 2.6.1 2756 2753 ohash: 2.0.11 2757 2754 pathe: 2.0.3 2758 - perfect-debounce: 2.0.0 2755 + perfect-debounce: 2.1.0 2759 2756 pkg-types: 2.3.0 2760 2757 rc9: 2.1.2 2761 2758 optionalDependencies: 2762 - magicast: 0.5.1 2759 + magicast: 0.5.2 2763 2760 2764 2761 callsites@3.1.0: {} 2765 2762 2766 - caniuse-lite@1.0.30001760: {} 2763 + caniuse-lite@1.0.30001769: {} 2767 2764 2768 - chai@6.2.1: {} 2765 + ccount@2.0.1: {} 2766 + 2767 + chai@6.2.2: {} 2769 2768 2770 2769 chalk@4.1.2: 2771 2770 dependencies: 2772 2771 ansi-styles: 4.3.0 2773 2772 supports-color: 7.2.0 2774 2773 2775 - changelogen@0.6.2(magicast@0.5.1): 2774 + change-case@5.4.4: {} 2775 + 2776 + changelogen@0.6.2(magicast@0.5.2): 2776 2777 dependencies: 2777 - c12: 3.3.2(magicast@0.5.1) 2778 + c12: 3.3.3(magicast@0.5.2) 2778 2779 confbox: 0.2.2 2779 2780 consola: 3.4.2 2780 2781 convert-gitmoji: 0.1.5 ··· 2785 2786 pathe: 2.0.3 2786 2787 pkg-types: 2.3.0 2787 2788 scule: 1.3.0 2788 - semver: 7.7.3 2789 + semver: 7.7.4 2789 2790 std-env: 3.10.0 2790 2791 transitivePeerDependencies: 2791 2792 - magicast 2792 2793 2793 - character-entities-legacy@1.1.4: {} 2794 - 2795 - character-entities@1.2.4: {} 2796 - 2797 - character-reference-invalid@1.1.4: {} 2798 - 2799 - chokidar@4.0.3: 2800 - dependencies: 2801 - readdirp: 4.1.2 2794 + character-entities@2.0.2: {} 2802 2795 2803 2796 chokidar@5.0.0: 2804 2797 dependencies: 2805 2798 readdirp: 5.0.0 2806 2799 2807 - ci-info@4.3.1: {} 2800 + ci-info@4.4.0: {} 2808 2801 2809 2802 citty@0.1.6: 2810 2803 dependencies: 2811 2804 consola: 3.4.2 2805 + 2806 + citty@0.2.0: {} 2812 2807 2813 2808 clean-regexp@1.0.0: 2814 2809 dependencies: ··· 2830 2825 2831 2826 convert-gitmoji@0.1.5: {} 2832 2827 2833 - core-js-compat@3.47.0: 2828 + core-js-compat@3.48.0: 2834 2829 dependencies: 2835 2830 browserslist: 4.28.1 2836 2831 ··· 2844 2839 dependencies: 2845 2840 ms: 2.1.3 2846 2841 2842 + decode-named-character-reference@1.3.0: 2843 + dependencies: 2844 + character-entities: 2.0.2 2845 + 2847 2846 deep-is@0.1.4: {} 2848 2847 2849 2848 default-browser-id@5.0.1: {} 2850 2849 2851 - default-browser@5.4.0: 2850 + default-browser@5.5.0: 2852 2851 dependencies: 2853 2852 bundle-name: 4.1.0 2854 2853 default-browser-id: 5.0.1 ··· 2857 2856 2858 2857 defu@6.1.4: {} 2859 2858 2859 + dequal@2.0.3: {} 2860 + 2860 2861 destr@2.0.5: {} 2861 2862 2862 - detect-libc@1.0.3: {} 2863 + detect-libc@2.1.2: {} 2864 + 2865 + devlop@1.1.0: 2866 + dependencies: 2867 + dequal: 2.0.3 2863 2868 2864 2869 didyoumean2@7.0.4: 2865 2870 dependencies: 2866 - '@babel/runtime': 7.28.4 2871 + '@babel/runtime': 7.28.6 2867 2872 fastest-levenshtein: 1.0.16 2868 2873 lodash.deburr: 4.1.0 2869 2874 2870 - dotenv@17.2.3: {} 2875 + dotenv@17.2.4: {} 2871 2876 2872 2877 dts-resolver@2.1.3: {} 2873 2878 2874 - electron-to-chromium@1.5.267: {} 2879 + electron-to-chromium@1.5.286: {} 2875 2880 2876 2881 es-module-lexer@1.7.0: {} 2877 2882 2878 - esbuild@0.27.1: 2883 + esbuild@0.27.3: 2879 2884 optionalDependencies: 2880 - '@esbuild/aix-ppc64': 0.27.1 2881 - '@esbuild/android-arm': 0.27.1 2882 - '@esbuild/android-arm64': 0.27.1 2883 - '@esbuild/android-x64': 0.27.1 2884 - '@esbuild/darwin-arm64': 0.27.1 2885 - '@esbuild/darwin-x64': 0.27.1 2886 - '@esbuild/freebsd-arm64': 0.27.1 2887 - '@esbuild/freebsd-x64': 0.27.1 2888 - '@esbuild/linux-arm': 0.27.1 2889 - '@esbuild/linux-arm64': 0.27.1 2890 - '@esbuild/linux-ia32': 0.27.1 2891 - '@esbuild/linux-loong64': 0.27.1 2892 - '@esbuild/linux-mips64el': 0.27.1 2893 - '@esbuild/linux-ppc64': 0.27.1 2894 - '@esbuild/linux-riscv64': 0.27.1 2895 - '@esbuild/linux-s390x': 0.27.1 2896 - '@esbuild/linux-x64': 0.27.1 2897 - '@esbuild/netbsd-arm64': 0.27.1 2898 - '@esbuild/netbsd-x64': 0.27.1 2899 - '@esbuild/openbsd-arm64': 0.27.1 2900 - '@esbuild/openbsd-x64': 0.27.1 2901 - '@esbuild/openharmony-arm64': 0.27.1 2902 - '@esbuild/sunos-x64': 0.27.1 2903 - '@esbuild/win32-arm64': 0.27.1 2904 - '@esbuild/win32-ia32': 0.27.1 2905 - '@esbuild/win32-x64': 0.27.1 2885 + '@esbuild/aix-ppc64': 0.27.3 2886 + '@esbuild/android-arm': 0.27.3 2887 + '@esbuild/android-arm64': 0.27.3 2888 + '@esbuild/android-x64': 0.27.3 2889 + '@esbuild/darwin-arm64': 0.27.3 2890 + '@esbuild/darwin-x64': 0.27.3 2891 + '@esbuild/freebsd-arm64': 0.27.3 2892 + '@esbuild/freebsd-x64': 0.27.3 2893 + '@esbuild/linux-arm': 0.27.3 2894 + '@esbuild/linux-arm64': 0.27.3 2895 + '@esbuild/linux-ia32': 0.27.3 2896 + '@esbuild/linux-loong64': 0.27.3 2897 + '@esbuild/linux-mips64el': 0.27.3 2898 + '@esbuild/linux-ppc64': 0.27.3 2899 + '@esbuild/linux-riscv64': 0.27.3 2900 + '@esbuild/linux-s390x': 0.27.3 2901 + '@esbuild/linux-x64': 0.27.3 2902 + '@esbuild/netbsd-arm64': 0.27.3 2903 + '@esbuild/netbsd-x64': 0.27.3 2904 + '@esbuild/openbsd-arm64': 0.27.3 2905 + '@esbuild/openbsd-x64': 0.27.3 2906 + '@esbuild/openharmony-arm64': 0.27.3 2907 + '@esbuild/sunos-x64': 0.27.3 2908 + '@esbuild/win32-arm64': 0.27.3 2909 + '@esbuild/win32-ia32': 0.27.3 2910 + '@esbuild/win32-x64': 0.27.3 2906 2911 2907 2912 escalade@3.2.0: {} 2908 2913 ··· 2910 2915 2911 2916 escape-string-regexp@4.0.0: {} 2912 2917 2913 - eslint-config-unjs@0.5.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3): 2918 + escape-string-regexp@5.0.0: {} 2919 + 2920 + eslint-config-unjs@0.6.2(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3): 2914 2921 dependencies: 2915 2922 '@eslint/js': 9.39.2 2923 + '@eslint/markdown': 7.5.1 2916 2924 eslint: 9.39.2(jiti@2.6.1) 2917 - eslint-plugin-markdown: 5.1.0(eslint@9.39.2(jiti@2.6.1)) 2918 - eslint-plugin-unicorn: 59.0.1(eslint@9.39.2(jiti@2.6.1)) 2919 - globals: 16.5.0 2925 + eslint-plugin-unicorn: 62.0.0(eslint@9.39.2(jiti@2.6.1)) 2926 + globals: 17.3.0 2920 2927 typescript: 5.9.3 2921 - typescript-eslint: 8.50.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) 2928 + typescript-eslint: 8.54.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) 2922 2929 transitivePeerDependencies: 2923 2930 - supports-color 2924 2931 2925 - eslint-plugin-markdown@5.1.0(eslint@9.39.2(jiti@2.6.1)): 2926 - dependencies: 2927 - eslint: 9.39.2(jiti@2.6.1) 2928 - mdast-util-from-markdown: 0.8.5 2929 - transitivePeerDependencies: 2930 - - supports-color 2931 - 2932 - eslint-plugin-unicorn@59.0.1(eslint@9.39.2(jiti@2.6.1)): 2932 + eslint-plugin-unicorn@62.0.0(eslint@9.39.2(jiti@2.6.1)): 2933 2933 dependencies: 2934 2934 '@babel/helper-validator-identifier': 7.28.5 2935 - '@eslint-community/eslint-utils': 4.9.0(eslint@9.39.2(jiti@2.6.1)) 2936 - '@eslint/plugin-kit': 0.2.8 2937 - ci-info: 4.3.1 2935 + '@eslint-community/eslint-utils': 4.9.1(eslint@9.39.2(jiti@2.6.1)) 2936 + '@eslint/plugin-kit': 0.4.1 2937 + change-case: 5.4.4 2938 + ci-info: 4.4.0 2938 2939 clean-regexp: 1.0.0 2939 - core-js-compat: 3.47.0 2940 + core-js-compat: 3.48.0 2940 2941 eslint: 9.39.2(jiti@2.6.1) 2941 - esquery: 1.6.0 2942 + esquery: 1.7.0 2942 2943 find-up-simple: 1.0.1 2943 2944 globals: 16.5.0 2944 2945 indent-string: 5.0.0 ··· 2946 2947 jsesc: 3.1.0 2947 2948 pluralize: 8.0.0 2948 2949 regexp-tree: 0.1.27 2949 - regjsparser: 0.12.0 2950 - semver: 7.7.3 2950 + regjsparser: 0.13.0 2951 + semver: 7.7.4 2951 2952 strip-indent: 4.1.1 2952 2953 2953 2954 eslint-scope@8.4.0: ··· 2961 2962 2962 2963 eslint@9.39.2(jiti@2.6.1): 2963 2964 dependencies: 2964 - '@eslint-community/eslint-utils': 4.9.0(eslint@9.39.2(jiti@2.6.1)) 2965 + '@eslint-community/eslint-utils': 4.9.1(eslint@9.39.2(jiti@2.6.1)) 2965 2966 '@eslint-community/regexpp': 4.12.2 2966 2967 '@eslint/config-array': 0.21.1 2967 2968 '@eslint/config-helpers': 0.4.2 ··· 2981 2982 eslint-scope: 8.4.0 2982 2983 eslint-visitor-keys: 4.2.1 2983 2984 espree: 10.4.0 2984 - esquery: 1.6.0 2985 + esquery: 1.7.0 2985 2986 esutils: 2.0.3 2986 2987 fast-deep-equal: 3.1.3 2987 2988 file-entry-cache: 8.0.0 ··· 3006 3007 acorn-jsx: 5.3.2(acorn@8.15.0) 3007 3008 eslint-visitor-keys: 4.2.1 3008 3009 3009 - esquery@1.6.0: 3010 + esquery@1.7.0: 3010 3011 dependencies: 3011 3012 estraverse: 5.3.0 3012 3013 ··· 3034 3035 3035 3036 fastest-levenshtein@1.0.16: {} 3036 3037 3038 + fault@2.0.1: 3039 + dependencies: 3040 + format: 0.2.2 3041 + 3037 3042 fdir@6.5.0(picomatch@4.0.3): 3038 3043 optionalDependencies: 3039 3044 picomatch: 4.0.3 ··· 3042 3047 dependencies: 3043 3048 flat-cache: 4.0.1 3044 3049 3045 - fill-range@7.1.1: 3046 - dependencies: 3047 - to-regex-range: 5.0.1 3048 - 3049 3050 find-up-simple@1.0.1: {} 3050 3051 3051 3052 find-up@5.0.0: ··· 3060 3061 3061 3062 flatted@3.3.3: {} 3062 3063 3064 + format@0.2.2: {} 3065 + 3063 3066 fsevents@2.3.3: 3064 3067 optional: true 3065 3068 3066 - get-tsconfig@4.13.0: 3069 + get-tsconfig@4.13.5: 3067 3070 dependencies: 3068 3071 resolve-pkg-maps: 1.0.0 3069 3072 ··· 3073 3076 consola: 3.4.2 3074 3077 defu: 6.1.4 3075 3078 node-fetch-native: 1.6.7 3076 - nypm: 0.6.2 3079 + nypm: 0.6.5 3077 3080 pathe: 2.0.3 3081 + 3082 + github-slugger@2.0.0: {} 3078 3083 3079 3084 glob-parent@6.0.2: 3080 3085 dependencies: ··· 3084 3089 3085 3090 globals@16.5.0: {} 3086 3091 3092 + globals@17.3.0: {} 3093 + 3087 3094 has-flag@4.0.0: {} 3088 3095 3089 3096 html-escaper@2.0.2: {} ··· 3101 3108 3102 3109 indent-string@5.0.0: {} 3103 3110 3104 - is-alphabetical@1.0.4: {} 3105 - 3106 - is-alphanumerical@1.0.4: 3107 - dependencies: 3108 - is-alphabetical: 1.0.4 3109 - is-decimal: 1.0.4 3110 - 3111 3111 is-builtin-module@5.0.0: 3112 3112 dependencies: 3113 3113 builtin-modules: 5.0.0 3114 - 3115 - is-decimal@1.0.4: {} 3116 3114 3117 3115 is-docker@3.0.0: {} 3118 3116 ··· 3122 3120 dependencies: 3123 3121 is-extglob: 2.1.1 3124 3122 3125 - is-hexadecimal@1.0.4: {} 3126 - 3127 3123 is-inside-container@1.0.0: 3128 3124 dependencies: 3129 3125 is-docker: 3.0.0 3130 - 3131 - is-number@7.0.0: {} 3132 3126 3133 3127 is-wsl@3.1.0: 3134 3128 dependencies: ··· 3144 3138 make-dir: 4.0.0 3145 3139 supports-color: 7.2.0 3146 3140 3147 - istanbul-lib-source-maps@5.0.6: 3148 - dependencies: 3149 - '@jridgewell/trace-mapping': 0.3.31 3150 - debug: 4.4.3 3151 - istanbul-lib-coverage: 3.2.2 3152 - transitivePeerDependencies: 3153 - - supports-color 3154 - 3155 3141 istanbul-reports@3.2.0: 3156 3142 dependencies: 3157 3143 html-escaper: 2.0.2 ··· 3159 3145 3160 3146 jiti@2.6.1: {} 3161 3147 3162 - js-tokens@9.0.1: {} 3148 + js-tokens@10.0.0: {} 3163 3149 3164 3150 js-yaml@4.1.1: 3165 3151 dependencies: 3166 3152 argparse: 2.0.1 3167 - 3168 - jsesc@3.0.2: {} 3169 3153 3170 3154 jsesc@3.1.0: {} 3171 3155 ··· 3194 3178 3195 3179 lodash.merge@4.6.2: {} 3196 3180 3181 + longest-streak@3.1.0: {} 3182 + 3197 3183 magic-string@0.30.21: 3198 3184 dependencies: 3199 3185 '@jridgewell/sourcemap-codec': 1.5.5 3200 3186 3201 - magicast@0.5.1: 3187 + magicast@0.5.2: 3202 3188 dependencies: 3203 - '@babel/parser': 7.28.5 3204 - '@babel/types': 7.28.5 3189 + '@babel/parser': 7.29.0 3190 + '@babel/types': 7.29.0 3205 3191 source-map-js: 1.2.1 3206 3192 3207 3193 make-dir@4.0.0: 3208 3194 dependencies: 3209 - semver: 7.7.3 3195 + semver: 7.7.4 3196 + 3197 + markdown-table@3.0.4: {} 3210 3198 3211 3199 md4w@0.2.7: {} 3212 3200 3213 - mdast-util-from-markdown@0.8.5: 3201 + mdast-util-find-and-replace@3.0.2: 3202 + dependencies: 3203 + '@types/mdast': 4.0.4 3204 + escape-string-regexp: 5.0.0 3205 + unist-util-is: 6.0.1 3206 + unist-util-visit-parents: 6.0.2 3207 + 3208 + mdast-util-from-markdown@2.0.2: 3209 + dependencies: 3210 + '@types/mdast': 4.0.4 3211 + '@types/unist': 3.0.3 3212 + decode-named-character-reference: 1.3.0 3213 + devlop: 1.1.0 3214 + mdast-util-to-string: 4.0.0 3215 + micromark: 4.0.2 3216 + micromark-util-decode-numeric-character-reference: 2.0.2 3217 + micromark-util-decode-string: 2.0.1 3218 + micromark-util-normalize-identifier: 2.0.1 3219 + micromark-util-symbol: 2.0.1 3220 + micromark-util-types: 2.0.2 3221 + unist-util-stringify-position: 4.0.0 3222 + transitivePeerDependencies: 3223 + - supports-color 3224 + 3225 + mdast-util-frontmatter@2.0.1: 3214 3226 dependencies: 3215 - '@types/mdast': 3.0.15 3216 - mdast-util-to-string: 2.0.0 3217 - micromark: 2.11.4 3218 - parse-entities: 2.0.0 3219 - unist-util-stringify-position: 2.0.3 3227 + '@types/mdast': 4.0.4 3228 + devlop: 1.1.0 3229 + escape-string-regexp: 5.0.0 3230 + mdast-util-from-markdown: 2.0.2 3231 + mdast-util-to-markdown: 2.1.2 3232 + micromark-extension-frontmatter: 2.0.0 3220 3233 transitivePeerDependencies: 3221 3234 - supports-color 3222 3235 3223 - mdast-util-to-string@2.0.0: {} 3236 + mdast-util-gfm-autolink-literal@2.0.1: 3237 + dependencies: 3238 + '@types/mdast': 4.0.4 3239 + ccount: 2.0.1 3240 + devlop: 1.1.0 3241 + mdast-util-find-and-replace: 3.0.2 3242 + micromark-util-character: 2.1.1 3243 + 3244 + mdast-util-gfm-footnote@2.1.0: 3245 + dependencies: 3246 + '@types/mdast': 4.0.4 3247 + devlop: 1.1.0 3248 + mdast-util-from-markdown: 2.0.2 3249 + mdast-util-to-markdown: 2.1.2 3250 + micromark-util-normalize-identifier: 2.0.1 3251 + transitivePeerDependencies: 3252 + - supports-color 3253 + 3254 + mdast-util-gfm-strikethrough@2.0.0: 3255 + dependencies: 3256 + '@types/mdast': 4.0.4 3257 + mdast-util-from-markdown: 2.0.2 3258 + mdast-util-to-markdown: 2.1.2 3259 + transitivePeerDependencies: 3260 + - supports-color 3261 + 3262 + mdast-util-gfm-table@2.0.0: 3263 + dependencies: 3264 + '@types/mdast': 4.0.4 3265 + devlop: 1.1.0 3266 + markdown-table: 3.0.4 3267 + mdast-util-from-markdown: 2.0.2 3268 + mdast-util-to-markdown: 2.1.2 3269 + transitivePeerDependencies: 3270 + - supports-color 3271 + 3272 + mdast-util-gfm-task-list-item@2.0.0: 3273 + dependencies: 3274 + '@types/mdast': 4.0.4 3275 + devlop: 1.1.0 3276 + mdast-util-from-markdown: 2.0.2 3277 + mdast-util-to-markdown: 2.1.2 3278 + transitivePeerDependencies: 3279 + - supports-color 3280 + 3281 + mdast-util-gfm@3.1.0: 3282 + dependencies: 3283 + mdast-util-from-markdown: 2.0.2 3284 + mdast-util-gfm-autolink-literal: 2.0.1 3285 + mdast-util-gfm-footnote: 2.1.0 3286 + mdast-util-gfm-strikethrough: 2.0.0 3287 + mdast-util-gfm-table: 2.0.0 3288 + mdast-util-gfm-task-list-item: 2.0.0 3289 + mdast-util-to-markdown: 2.1.2 3290 + transitivePeerDependencies: 3291 + - supports-color 3292 + 3293 + mdast-util-phrasing@4.1.0: 3294 + dependencies: 3295 + '@types/mdast': 4.0.4 3296 + unist-util-is: 6.0.1 3297 + 3298 + mdast-util-to-markdown@2.1.2: 3299 + dependencies: 3300 + '@types/mdast': 4.0.4 3301 + '@types/unist': 3.0.3 3302 + longest-streak: 3.1.0 3303 + mdast-util-phrasing: 4.1.0 3304 + mdast-util-to-string: 4.0.0 3305 + micromark-util-classify-character: 2.0.1 3306 + micromark-util-decode-string: 2.0.1 3307 + unist-util-visit: 5.1.0 3308 + zwitch: 2.0.4 3309 + 3310 + mdast-util-to-string@4.0.0: 3311 + dependencies: 3312 + '@types/mdast': 4.0.4 3224 3313 3225 3314 mdbox@0.1.1: 3226 3315 dependencies: 3227 3316 md4w: 0.2.7 3228 3317 3229 - micromark@2.11.4: 3318 + micromark-core-commonmark@2.0.3: 3319 + dependencies: 3320 + decode-named-character-reference: 1.3.0 3321 + devlop: 1.1.0 3322 + micromark-factory-destination: 2.0.1 3323 + micromark-factory-label: 2.0.1 3324 + micromark-factory-space: 2.0.1 3325 + micromark-factory-title: 2.0.1 3326 + micromark-factory-whitespace: 2.0.1 3327 + micromark-util-character: 2.1.1 3328 + micromark-util-chunked: 2.0.1 3329 + micromark-util-classify-character: 2.0.1 3330 + micromark-util-html-tag-name: 2.0.1 3331 + micromark-util-normalize-identifier: 2.0.1 3332 + micromark-util-resolve-all: 2.0.1 3333 + micromark-util-subtokenize: 2.1.0 3334 + micromark-util-symbol: 2.0.1 3335 + micromark-util-types: 2.0.2 3336 + 3337 + micromark-extension-frontmatter@2.0.0: 3338 + dependencies: 3339 + fault: 2.0.1 3340 + micromark-util-character: 2.1.1 3341 + micromark-util-symbol: 2.0.1 3342 + micromark-util-types: 2.0.2 3343 + 3344 + micromark-extension-gfm-autolink-literal@2.1.0: 3345 + dependencies: 3346 + micromark-util-character: 2.1.1 3347 + micromark-util-sanitize-uri: 2.0.1 3348 + micromark-util-symbol: 2.0.1 3349 + micromark-util-types: 2.0.2 3350 + 3351 + micromark-extension-gfm-footnote@2.1.0: 3352 + dependencies: 3353 + devlop: 1.1.0 3354 + micromark-core-commonmark: 2.0.3 3355 + micromark-factory-space: 2.0.1 3356 + micromark-util-character: 2.1.1 3357 + micromark-util-normalize-identifier: 2.0.1 3358 + micromark-util-sanitize-uri: 2.0.1 3359 + micromark-util-symbol: 2.0.1 3360 + micromark-util-types: 2.0.2 3361 + 3362 + micromark-extension-gfm-strikethrough@2.1.0: 3363 + dependencies: 3364 + devlop: 1.1.0 3365 + micromark-util-chunked: 2.0.1 3366 + micromark-util-classify-character: 2.0.1 3367 + micromark-util-resolve-all: 2.0.1 3368 + micromark-util-symbol: 2.0.1 3369 + micromark-util-types: 2.0.2 3370 + 3371 + micromark-extension-gfm-table@2.1.1: 3372 + dependencies: 3373 + devlop: 1.1.0 3374 + micromark-factory-space: 2.0.1 3375 + micromark-util-character: 2.1.1 3376 + micromark-util-symbol: 2.0.1 3377 + micromark-util-types: 2.0.2 3378 + 3379 + micromark-extension-gfm-tagfilter@2.0.0: 3380 + dependencies: 3381 + micromark-util-types: 2.0.2 3382 + 3383 + micromark-extension-gfm-task-list-item@2.1.0: 3384 + dependencies: 3385 + devlop: 1.1.0 3386 + micromark-factory-space: 2.0.1 3387 + micromark-util-character: 2.1.1 3388 + micromark-util-symbol: 2.0.1 3389 + micromark-util-types: 2.0.2 3390 + 3391 + micromark-extension-gfm@3.0.0: 3392 + dependencies: 3393 + micromark-extension-gfm-autolink-literal: 2.1.0 3394 + micromark-extension-gfm-footnote: 2.1.0 3395 + micromark-extension-gfm-strikethrough: 2.1.0 3396 + micromark-extension-gfm-table: 2.1.1 3397 + micromark-extension-gfm-tagfilter: 2.0.0 3398 + micromark-extension-gfm-task-list-item: 2.1.0 3399 + micromark-util-combine-extensions: 2.0.1 3400 + micromark-util-types: 2.0.2 3401 + 3402 + micromark-factory-destination@2.0.1: 3403 + dependencies: 3404 + micromark-util-character: 2.1.1 3405 + micromark-util-symbol: 2.0.1 3406 + micromark-util-types: 2.0.2 3407 + 3408 + micromark-factory-label@2.0.1: 3409 + dependencies: 3410 + devlop: 1.1.0 3411 + micromark-util-character: 2.1.1 3412 + micromark-util-symbol: 2.0.1 3413 + micromark-util-types: 2.0.2 3414 + 3415 + micromark-factory-space@2.0.1: 3416 + dependencies: 3417 + micromark-util-character: 2.1.1 3418 + micromark-util-types: 2.0.2 3419 + 3420 + micromark-factory-title@2.0.1: 3421 + dependencies: 3422 + micromark-factory-space: 2.0.1 3423 + micromark-util-character: 2.1.1 3424 + micromark-util-symbol: 2.0.1 3425 + micromark-util-types: 2.0.2 3426 + 3427 + micromark-factory-whitespace@2.0.1: 3428 + dependencies: 3429 + micromark-factory-space: 2.0.1 3430 + micromark-util-character: 2.1.1 3431 + micromark-util-symbol: 2.0.1 3432 + micromark-util-types: 2.0.2 3433 + 3434 + micromark-util-character@2.1.1: 3435 + dependencies: 3436 + micromark-util-symbol: 2.0.1 3437 + micromark-util-types: 2.0.2 3438 + 3439 + micromark-util-chunked@2.0.1: 3440 + dependencies: 3441 + micromark-util-symbol: 2.0.1 3442 + 3443 + micromark-util-classify-character@2.0.1: 3444 + dependencies: 3445 + micromark-util-character: 2.1.1 3446 + micromark-util-symbol: 2.0.1 3447 + micromark-util-types: 2.0.2 3448 + 3449 + micromark-util-combine-extensions@2.0.1: 3450 + dependencies: 3451 + micromark-util-chunked: 2.0.1 3452 + micromark-util-types: 2.0.2 3453 + 3454 + micromark-util-decode-numeric-character-reference@2.0.2: 3455 + dependencies: 3456 + micromark-util-symbol: 2.0.1 3457 + 3458 + micromark-util-decode-string@2.0.1: 3459 + dependencies: 3460 + decode-named-character-reference: 1.3.0 3461 + micromark-util-character: 2.1.1 3462 + micromark-util-decode-numeric-character-reference: 2.0.2 3463 + micromark-util-symbol: 2.0.1 3464 + 3465 + micromark-util-encode@2.0.1: {} 3466 + 3467 + micromark-util-html-tag-name@2.0.1: {} 3468 + 3469 + micromark-util-normalize-identifier@2.0.1: 3470 + dependencies: 3471 + micromark-util-symbol: 2.0.1 3472 + 3473 + micromark-util-resolve-all@2.0.1: 3474 + dependencies: 3475 + micromark-util-types: 2.0.2 3476 + 3477 + micromark-util-sanitize-uri@2.0.1: 3478 + dependencies: 3479 + micromark-util-character: 2.1.1 3480 + micromark-util-encode: 2.0.1 3481 + micromark-util-symbol: 2.0.1 3482 + 3483 + micromark-util-subtokenize@2.1.0: 3230 3484 dependencies: 3485 + devlop: 1.1.0 3486 + micromark-util-chunked: 2.0.1 3487 + micromark-util-symbol: 2.0.1 3488 + micromark-util-types: 2.0.2 3489 + 3490 + micromark-util-symbol@2.0.1: {} 3491 + 3492 + micromark-util-types@2.0.2: {} 3493 + 3494 + micromark@4.0.2: 3495 + dependencies: 3496 + '@types/debug': 4.1.12 3231 3497 debug: 4.4.3 3232 - parse-entities: 2.0.0 3498 + decode-named-character-reference: 1.3.0 3499 + devlop: 1.1.0 3500 + micromark-core-commonmark: 2.0.3 3501 + micromark-factory-space: 2.0.1 3502 + micromark-util-character: 2.1.1 3503 + micromark-util-chunked: 2.0.1 3504 + micromark-util-combine-extensions: 2.0.1 3505 + micromark-util-decode-numeric-character-reference: 2.0.2 3506 + micromark-util-encode: 2.0.1 3507 + micromark-util-normalize-identifier: 2.0.1 3508 + micromark-util-resolve-all: 2.0.1 3509 + micromark-util-sanitize-uri: 2.0.1 3510 + micromark-util-subtokenize: 2.1.0 3511 + micromark-util-symbol: 2.0.1 3512 + micromark-util-types: 2.0.2 3233 3513 transitivePeerDependencies: 3234 3514 - supports-color 3235 3515 3236 - micromatch@4.0.8: 3237 - dependencies: 3238 - braces: 3.0.3 3239 - picomatch: 2.3.1 3240 - 3241 3516 minimatch@3.1.2: 3242 3517 dependencies: 3243 3518 brace-expansion: 1.1.12 ··· 3251 3526 acorn: 8.15.0 3252 3527 pathe: 2.0.3 3253 3528 pkg-types: 1.3.1 3254 - ufo: 1.6.1 3529 + ufo: 1.6.3 3255 3530 3256 3531 mri@1.2.0: {} 3257 3532 ··· 3267 3542 3268 3543 node-releases@2.0.27: {} 3269 3544 3270 - nypm@0.6.2: 3545 + nypm@0.6.5: 3271 3546 dependencies: 3272 - citty: 0.1.6 3273 - consola: 3.4.2 3547 + citty: 0.2.0 3274 3548 pathe: 2.0.3 3275 - pkg-types: 2.3.0 3276 3549 tinyexec: 1.0.2 3277 3550 3278 3551 obug@2.1.1: {} 3279 3552 3280 - obuild@0.4.8(magicast@0.5.1)(typescript@5.9.3): 3553 + obuild@0.4.24(@typescript/native-preview@7.0.0-dev.20260206.1)(magicast@0.5.2)(typescript@5.9.3): 3281 3554 dependencies: 3282 - c12: 3.3.2(magicast@0.5.1) 3555 + c12: 3.3.3(magicast@0.5.2) 3283 3556 consola: 3.4.2 3284 3557 defu: 6.1.4 3285 3558 exsolve: 1.0.8 3286 3559 magic-string: 0.30.21 3287 - oxc-minify: 0.102.0 3288 - oxc-parser: 0.102.0 3289 - oxc-transform: 0.102.0 3290 3560 pathe: 2.0.3 3291 3561 pretty-bytes: 7.1.0 3292 - rolldown: 1.0.0-beta.54 3293 - rolldown-plugin-dts: 0.18.3(rolldown@1.0.0-beta.54)(typescript@5.9.3) 3562 + rolldown: 1.0.0-rc.3 3563 + rolldown-plugin-dts: 0.22.1(@typescript/native-preview@7.0.0-dev.20260206.1)(rolldown@1.0.0-rc.3)(typescript@5.9.3) 3294 3564 tinyglobby: 0.2.15 3295 3565 transitivePeerDependencies: 3296 3566 - '@ts-macro/tsc' ··· 3304 3574 dependencies: 3305 3575 destr: 2.0.5 3306 3576 node-fetch-native: 1.6.7 3307 - ufo: 1.6.1 3577 + ufo: 1.6.3 3308 3578 3309 3579 ohash@2.0.11: {} 3310 3580 3311 3581 open@10.2.0: 3312 3582 dependencies: 3313 - default-browser: 5.4.0 3583 + default-browser: 5.5.0 3314 3584 define-lazy-prop: 3.0.0 3315 3585 is-inside-container: 1.0.0 3316 3586 wsl-utils: 0.1.0 ··· 3324 3594 type-check: 0.4.0 3325 3595 word-wrap: 1.2.5 3326 3596 3327 - oxc-minify@0.102.0: 3328 - optionalDependencies: 3329 - '@oxc-minify/binding-android-arm64': 0.102.0 3330 - '@oxc-minify/binding-darwin-arm64': 0.102.0 3331 - '@oxc-minify/binding-darwin-x64': 0.102.0 3332 - '@oxc-minify/binding-freebsd-x64': 0.102.0 3333 - '@oxc-minify/binding-linux-arm-gnueabihf': 0.102.0 3334 - '@oxc-minify/binding-linux-arm64-gnu': 0.102.0 3335 - '@oxc-minify/binding-linux-arm64-musl': 0.102.0 3336 - '@oxc-minify/binding-linux-riscv64-gnu': 0.102.0 3337 - '@oxc-minify/binding-linux-s390x-gnu': 0.102.0 3338 - '@oxc-minify/binding-linux-x64-gnu': 0.102.0 3339 - '@oxc-minify/binding-linux-x64-musl': 0.102.0 3340 - '@oxc-minify/binding-openharmony-arm64': 0.102.0 3341 - '@oxc-minify/binding-wasm32-wasi': 0.102.0 3342 - '@oxc-minify/binding-win32-arm64-msvc': 0.102.0 3343 - '@oxc-minify/binding-win32-x64-msvc': 0.102.0 3344 - 3345 - oxc-parser@0.102.0: 3597 + oxfmt@0.28.0: 3346 3598 dependencies: 3347 - '@oxc-project/types': 0.102.0 3599 + tinypool: 2.1.0 3348 3600 optionalDependencies: 3349 - '@oxc-parser/binding-android-arm64': 0.102.0 3350 - '@oxc-parser/binding-darwin-arm64': 0.102.0 3351 - '@oxc-parser/binding-darwin-x64': 0.102.0 3352 - '@oxc-parser/binding-freebsd-x64': 0.102.0 3353 - '@oxc-parser/binding-linux-arm-gnueabihf': 0.102.0 3354 - '@oxc-parser/binding-linux-arm64-gnu': 0.102.0 3355 - '@oxc-parser/binding-linux-arm64-musl': 0.102.0 3356 - '@oxc-parser/binding-linux-riscv64-gnu': 0.102.0 3357 - '@oxc-parser/binding-linux-s390x-gnu': 0.102.0 3358 - '@oxc-parser/binding-linux-x64-gnu': 0.102.0 3359 - '@oxc-parser/binding-linux-x64-musl': 0.102.0 3360 - '@oxc-parser/binding-openharmony-arm64': 0.102.0 3361 - '@oxc-parser/binding-wasm32-wasi': 0.102.0 3362 - '@oxc-parser/binding-win32-arm64-msvc': 0.102.0 3363 - '@oxc-parser/binding-win32-x64-msvc': 0.102.0 3601 + '@oxfmt/darwin-arm64': 0.28.0 3602 + '@oxfmt/darwin-x64': 0.28.0 3603 + '@oxfmt/linux-arm64-gnu': 0.28.0 3604 + '@oxfmt/linux-arm64-musl': 0.28.0 3605 + '@oxfmt/linux-x64-gnu': 0.28.0 3606 + '@oxfmt/linux-x64-musl': 0.28.0 3607 + '@oxfmt/win32-arm64': 0.28.0 3608 + '@oxfmt/win32-x64': 0.28.0 3364 3609 3365 - oxc-transform@0.102.0: 3610 + oxlint@1.43.0: 3366 3611 optionalDependencies: 3367 - '@oxc-transform/binding-android-arm64': 0.102.0 3368 - '@oxc-transform/binding-darwin-arm64': 0.102.0 3369 - '@oxc-transform/binding-darwin-x64': 0.102.0 3370 - '@oxc-transform/binding-freebsd-x64': 0.102.0 3371 - '@oxc-transform/binding-linux-arm-gnueabihf': 0.102.0 3372 - '@oxc-transform/binding-linux-arm64-gnu': 0.102.0 3373 - '@oxc-transform/binding-linux-arm64-musl': 0.102.0 3374 - '@oxc-transform/binding-linux-riscv64-gnu': 0.102.0 3375 - '@oxc-transform/binding-linux-s390x-gnu': 0.102.0 3376 - '@oxc-transform/binding-linux-x64-gnu': 0.102.0 3377 - '@oxc-transform/binding-linux-x64-musl': 0.102.0 3378 - '@oxc-transform/binding-openharmony-arm64': 0.102.0 3379 - '@oxc-transform/binding-wasm32-wasi': 0.102.0 3380 - '@oxc-transform/binding-win32-arm64-msvc': 0.102.0 3381 - '@oxc-transform/binding-win32-x64-msvc': 0.102.0 3612 + '@oxlint/darwin-arm64': 1.43.0 3613 + '@oxlint/darwin-x64': 1.43.0 3614 + '@oxlint/linux-arm64-gnu': 1.43.0 3615 + '@oxlint/linux-arm64-musl': 1.43.0 3616 + '@oxlint/linux-x64-gnu': 1.43.0 3617 + '@oxlint/linux-x64-musl': 1.43.0 3618 + '@oxlint/win32-arm64': 1.43.0 3619 + '@oxlint/win32-x64': 1.43.0 3382 3620 3383 3621 p-limit@3.1.0: 3384 3622 dependencies: ··· 3392 3630 dependencies: 3393 3631 callsites: 3.1.0 3394 3632 3395 - parse-entities@2.0.0: 3396 - dependencies: 3397 - character-entities: 1.2.4 3398 - character-entities-legacy: 1.1.4 3399 - character-reference-invalid: 1.1.4 3400 - is-alphanumerical: 1.0.4 3401 - is-decimal: 1.0.4 3402 - is-hexadecimal: 1.0.4 3403 - 3404 3633 path-exists@4.0.0: {} 3405 3634 3406 3635 path-key@3.1.1: {} 3407 3636 3408 3637 pathe@2.0.3: {} 3409 3638 3410 - perfect-debounce@2.0.0: {} 3639 + perfect-debounce@2.1.0: {} 3411 3640 3412 3641 picocolors@1.1.1: {} 3413 3642 3414 - picomatch@2.3.1: {} 3415 - 3416 3643 picomatch@4.0.3: {} 3417 3644 3418 3645 pkg-types@1.3.1: ··· 3437 3664 3438 3665 prelude-ls@1.2.1: {} 3439 3666 3440 - prettier@3.7.4: {} 3441 - 3442 3667 pretty-bytes@7.1.0: {} 3443 3668 3444 3669 punycode@2.3.1: {} ··· 3448 3673 defu: 6.1.4 3449 3674 destr: 2.0.5 3450 3675 3451 - readdirp@4.1.2: {} 3452 - 3453 3676 readdirp@5.0.0: {} 3454 3677 3455 3678 regexp-tree@0.1.27: {} 3456 3679 3457 - regjsparser@0.12.0: 3680 + regjsparser@0.13.0: 3458 3681 dependencies: 3459 - jsesc: 3.0.2 3682 + jsesc: 3.1.0 3460 3683 3461 3684 resolve-from@4.0.0: {} 3462 3685 3463 3686 resolve-pkg-maps@1.0.0: {} 3464 3687 3465 - rolldown-plugin-dts@0.18.3(rolldown@1.0.0-beta.54)(typescript@5.9.3): 3688 + rolldown-plugin-dts@0.22.1(@typescript/native-preview@7.0.0-dev.20260206.1)(rolldown@1.0.0-rc.3)(typescript@5.9.3): 3466 3689 dependencies: 3467 - '@babel/generator': 7.28.5 3468 - '@babel/parser': 7.28.5 3469 - '@babel/types': 7.28.5 3470 - ast-kit: 2.2.0 3471 - birpc: 3.0.0 3690 + '@babel/generator': 8.0.0-rc.1 3691 + '@babel/helper-validator-identifier': 8.0.0-rc.1 3692 + '@babel/parser': 8.0.0-rc.1 3693 + '@babel/types': 8.0.0-rc.1 3694 + ast-kit: 3.0.0-beta.1 3695 + birpc: 4.0.0 3472 3696 dts-resolver: 2.1.3 3473 - get-tsconfig: 4.13.0 3474 - magic-string: 0.30.21 3697 + get-tsconfig: 4.13.5 3475 3698 obug: 2.1.1 3476 - rolldown: 1.0.0-beta.54 3699 + rolldown: 1.0.0-rc.3 3477 3700 optionalDependencies: 3701 + '@typescript/native-preview': 7.0.0-dev.20260206.1 3478 3702 typescript: 5.9.3 3479 3703 transitivePeerDependencies: 3480 3704 - oxc-resolver 3481 3705 3482 - rolldown@1.0.0-beta.54: 3706 + rolldown@1.0.0-rc.3: 3483 3707 dependencies: 3484 - '@oxc-project/types': 0.102.0 3485 - '@rolldown/pluginutils': 1.0.0-beta.54 3708 + '@oxc-project/types': 0.112.0 3709 + '@rolldown/pluginutils': 1.0.0-rc.3 3486 3710 optionalDependencies: 3487 - '@rolldown/binding-android-arm64': 1.0.0-beta.54 3488 - '@rolldown/binding-darwin-arm64': 1.0.0-beta.54 3489 - '@rolldown/binding-darwin-x64': 1.0.0-beta.54 3490 - '@rolldown/binding-freebsd-x64': 1.0.0-beta.54 3491 - '@rolldown/binding-linux-arm-gnueabihf': 1.0.0-beta.54 3492 - '@rolldown/binding-linux-arm64-gnu': 1.0.0-beta.54 3493 - '@rolldown/binding-linux-arm64-musl': 1.0.0-beta.54 3494 - '@rolldown/binding-linux-x64-gnu': 1.0.0-beta.54 3495 - '@rolldown/binding-linux-x64-musl': 1.0.0-beta.54 3496 - '@rolldown/binding-openharmony-arm64': 1.0.0-beta.54 3497 - '@rolldown/binding-wasm32-wasi': 1.0.0-beta.54 3498 - '@rolldown/binding-win32-arm64-msvc': 1.0.0-beta.54 3499 - '@rolldown/binding-win32-x64-msvc': 1.0.0-beta.54 3711 + '@rolldown/binding-android-arm64': 1.0.0-rc.3 3712 + '@rolldown/binding-darwin-arm64': 1.0.0-rc.3 3713 + '@rolldown/binding-darwin-x64': 1.0.0-rc.3 3714 + '@rolldown/binding-freebsd-x64': 1.0.0-rc.3 3715 + '@rolldown/binding-linux-arm-gnueabihf': 1.0.0-rc.3 3716 + '@rolldown/binding-linux-arm64-gnu': 1.0.0-rc.3 3717 + '@rolldown/binding-linux-arm64-musl': 1.0.0-rc.3 3718 + '@rolldown/binding-linux-x64-gnu': 1.0.0-rc.3 3719 + '@rolldown/binding-linux-x64-musl': 1.0.0-rc.3 3720 + '@rolldown/binding-openharmony-arm64': 1.0.0-rc.3 3721 + '@rolldown/binding-wasm32-wasi': 1.0.0-rc.3 3722 + '@rolldown/binding-win32-arm64-msvc': 1.0.0-rc.3 3723 + '@rolldown/binding-win32-x64-msvc': 1.0.0-rc.3 3500 3724 3501 - rollup@4.53.5: 3725 + rollup@4.57.1: 3502 3726 dependencies: 3503 3727 '@types/estree': 1.0.8 3504 3728 optionalDependencies: 3505 - '@rollup/rollup-android-arm-eabi': 4.53.5 3506 - '@rollup/rollup-android-arm64': 4.53.5 3507 - '@rollup/rollup-darwin-arm64': 4.53.5 3508 - '@rollup/rollup-darwin-x64': 4.53.5 3509 - '@rollup/rollup-freebsd-arm64': 4.53.5 3510 - '@rollup/rollup-freebsd-x64': 4.53.5 3511 - '@rollup/rollup-linux-arm-gnueabihf': 4.53.5 3512 - '@rollup/rollup-linux-arm-musleabihf': 4.53.5 3513 - '@rollup/rollup-linux-arm64-gnu': 4.53.5 3514 - '@rollup/rollup-linux-arm64-musl': 4.53.5 3515 - '@rollup/rollup-linux-loong64-gnu': 4.53.5 3516 - '@rollup/rollup-linux-ppc64-gnu': 4.53.5 3517 - '@rollup/rollup-linux-riscv64-gnu': 4.53.5 3518 - '@rollup/rollup-linux-riscv64-musl': 4.53.5 3519 - '@rollup/rollup-linux-s390x-gnu': 4.53.5 3520 - '@rollup/rollup-linux-x64-gnu': 4.53.5 3521 - '@rollup/rollup-linux-x64-musl': 4.53.5 3522 - '@rollup/rollup-openharmony-arm64': 4.53.5 3523 - '@rollup/rollup-win32-arm64-msvc': 4.53.5 3524 - '@rollup/rollup-win32-ia32-msvc': 4.53.5 3525 - '@rollup/rollup-win32-x64-gnu': 4.53.5 3526 - '@rollup/rollup-win32-x64-msvc': 4.53.5 3729 + '@rollup/rollup-android-arm-eabi': 4.57.1 3730 + '@rollup/rollup-android-arm64': 4.57.1 3731 + '@rollup/rollup-darwin-arm64': 4.57.1 3732 + '@rollup/rollup-darwin-x64': 4.57.1 3733 + '@rollup/rollup-freebsd-arm64': 4.57.1 3734 + '@rollup/rollup-freebsd-x64': 4.57.1 3735 + '@rollup/rollup-linux-arm-gnueabihf': 4.57.1 3736 + '@rollup/rollup-linux-arm-musleabihf': 4.57.1 3737 + '@rollup/rollup-linux-arm64-gnu': 4.57.1 3738 + '@rollup/rollup-linux-arm64-musl': 4.57.1 3739 + '@rollup/rollup-linux-loong64-gnu': 4.57.1 3740 + '@rollup/rollup-linux-loong64-musl': 4.57.1 3741 + '@rollup/rollup-linux-ppc64-gnu': 4.57.1 3742 + '@rollup/rollup-linux-ppc64-musl': 4.57.1 3743 + '@rollup/rollup-linux-riscv64-gnu': 4.57.1 3744 + '@rollup/rollup-linux-riscv64-musl': 4.57.1 3745 + '@rollup/rollup-linux-s390x-gnu': 4.57.1 3746 + '@rollup/rollup-linux-x64-gnu': 4.57.1 3747 + '@rollup/rollup-linux-x64-musl': 4.57.1 3748 + '@rollup/rollup-openbsd-x64': 4.57.1 3749 + '@rollup/rollup-openharmony-arm64': 4.57.1 3750 + '@rollup/rollup-win32-arm64-msvc': 4.57.1 3751 + '@rollup/rollup-win32-ia32-msvc': 4.57.1 3752 + '@rollup/rollup-win32-x64-gnu': 4.57.1 3753 + '@rollup/rollup-win32-x64-msvc': 4.57.1 3527 3754 fsevents: 2.3.3 3528 3755 3529 3756 run-applescript@7.1.0: {} 3530 3757 3531 3758 scule@1.3.0: {} 3532 3759 3533 - semver@7.7.3: {} 3760 + semver@7.7.4: {} 3534 3761 3535 3762 shebang-command@2.0.0: 3536 3763 dependencies: ··· 3563 3790 fdir: 6.5.0(picomatch@4.0.3) 3564 3791 picomatch: 4.0.3 3565 3792 3566 - tinyrainbow@3.0.3: {} 3793 + tinypool@2.1.0: {} 3567 3794 3568 - to-regex-range@5.0.1: 3569 - dependencies: 3570 - is-number: 7.0.0 3795 + tinyrainbow@3.0.3: {} 3571 3796 3572 - ts-api-utils@2.1.0(typescript@5.9.3): 3797 + ts-api-utils@2.4.0(typescript@5.9.3): 3573 3798 dependencies: 3574 3799 typescript: 5.9.3 3575 3800 ··· 3580 3805 dependencies: 3581 3806 prelude-ls: 1.2.1 3582 3807 3583 - typescript-eslint@8.50.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3): 3808 + typescript-eslint@8.54.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3): 3584 3809 dependencies: 3585 - '@typescript-eslint/eslint-plugin': 8.50.0(@typescript-eslint/parser@8.50.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) 3586 - '@typescript-eslint/parser': 8.50.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) 3587 - '@typescript-eslint/typescript-estree': 8.50.0(typescript@5.9.3) 3588 - '@typescript-eslint/utils': 8.50.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) 3810 + '@typescript-eslint/eslint-plugin': 8.54.0(@typescript-eslint/parser@8.54.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) 3811 + '@typescript-eslint/parser': 8.54.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) 3812 + '@typescript-eslint/typescript-estree': 8.54.0(typescript@5.9.3) 3813 + '@typescript-eslint/utils': 8.54.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) 3589 3814 eslint: 9.39.2(jiti@2.6.1) 3590 3815 typescript: 5.9.3 3591 3816 transitivePeerDependencies: ··· 3593 3818 3594 3819 typescript@5.9.3: {} 3595 3820 3596 - ufo@1.6.1: {} 3821 + ufo@1.6.3: {} 3597 3822 3598 3823 undici-types@7.16.0: {} 3599 3824 3600 - unist-util-stringify-position@2.0.3: 3825 + unist-util-is@6.0.1: 3601 3826 dependencies: 3602 - '@types/unist': 2.0.11 3827 + '@types/unist': 3.0.3 3828 + 3829 + unist-util-stringify-position@4.0.0: 3830 + dependencies: 3831 + '@types/unist': 3.0.3 3832 + 3833 + unist-util-visit-parents@6.0.2: 3834 + dependencies: 3835 + '@types/unist': 3.0.3 3836 + unist-util-is: 6.0.1 3837 + 3838 + unist-util-visit@5.1.0: 3839 + dependencies: 3840 + '@types/unist': 3.0.3 3841 + unist-util-is: 6.0.1 3842 + unist-util-visit-parents: 6.0.2 3603 3843 3604 3844 untyped@2.0.0: 3605 3845 dependencies: ··· 3609 3849 knitwork: 1.3.0 3610 3850 scule: 1.3.0 3611 3851 3612 - update-browserslist-db@1.2.2(browserslist@4.28.1): 3852 + update-browserslist-db@1.2.3(browserslist@4.28.1): 3613 3853 dependencies: 3614 3854 browserslist: 4.28.1 3615 3855 escalade: 3.2.0 ··· 3619 3859 dependencies: 3620 3860 punycode: 2.3.1 3621 3861 3622 - vite@7.3.0(@types/node@25.0.2)(jiti@2.6.1): 3862 + vite@7.3.1(@types/node@25.2.1)(jiti@2.6.1): 3623 3863 dependencies: 3624 - esbuild: 0.27.1 3864 + esbuild: 0.27.3 3625 3865 fdir: 6.5.0(picomatch@4.0.3) 3626 3866 picomatch: 4.0.3 3627 3867 postcss: 8.5.6 3628 - rollup: 4.53.5 3868 + rollup: 4.57.1 3629 3869 tinyglobby: 0.2.15 3630 3870 optionalDependencies: 3631 - '@types/node': 25.0.2 3871 + '@types/node': 25.2.1 3632 3872 fsevents: 2.3.3 3633 3873 jiti: 2.6.1 3634 3874 3635 - vitest@4.0.15(@types/node@25.0.2)(jiti@2.6.1): 3875 + vitest@4.0.18(@types/node@25.2.1)(jiti@2.6.1): 3636 3876 dependencies: 3637 - '@vitest/expect': 4.0.15 3638 - '@vitest/mocker': 4.0.15(vite@7.3.0(@types/node@25.0.2)(jiti@2.6.1)) 3639 - '@vitest/pretty-format': 4.0.15 3640 - '@vitest/runner': 4.0.15 3641 - '@vitest/snapshot': 4.0.15 3642 - '@vitest/spy': 4.0.15 3643 - '@vitest/utils': 4.0.15 3877 + '@vitest/expect': 4.0.18 3878 + '@vitest/mocker': 4.0.18(vite@7.3.1(@types/node@25.2.1)(jiti@2.6.1)) 3879 + '@vitest/pretty-format': 4.0.18 3880 + '@vitest/runner': 4.0.18 3881 + '@vitest/snapshot': 4.0.18 3882 + '@vitest/spy': 4.0.18 3883 + '@vitest/utils': 4.0.18 3644 3884 es-module-lexer: 1.7.0 3645 3885 expect-type: 1.3.0 3646 3886 magic-string: 0.30.21 ··· 3652 3892 tinyexec: 1.0.2 3653 3893 tinyglobby: 0.2.15 3654 3894 tinyrainbow: 3.0.3 3655 - vite: 7.3.0(@types/node@25.0.2)(jiti@2.6.1) 3895 + vite: 7.3.1(@types/node@25.2.1)(jiti@2.6.1) 3656 3896 why-is-node-running: 2.3.0 3657 3897 optionalDependencies: 3658 - '@types/node': 25.0.2 3898 + '@types/node': 25.2.1 3659 3899 transitivePeerDependencies: 3660 3900 - jiti 3661 3901 - less ··· 3685 3925 is-wsl: 3.1.0 3686 3926 3687 3927 yocto-queue@0.1.0: {} 3928 + 3929 + zwitch@2.0.4: {}
+1 -3
src/dotenv.ts
··· 153 153 value = interpolate(value, [...parents, key]); 154 154 } 155 155 156 - return value === undefined 157 - ? newValue 158 - : newValue.replace(replacePart, value); 156 + return value === undefined ? newValue : newValue.replace(replacePart, value); 159 157 }, value), 160 158 ); 161 159 }
+16 -42
src/loader.ts
··· 59 59 options.name = options.name || "config"; 60 60 options.envName = options.envName ?? process.env.NODE_ENV; 61 61 options.configFile = 62 - options.configFile ?? 63 - (options.name === "config" ? "config" : `${options.name}.config`); 62 + options.configFile ?? (options.name === "config" ? "config" : `${options.name}.config`); 64 63 options.rcFile = options.rcFile ?? `.${options.name}rc`; 65 64 if (options.extend !== false) { 66 65 options.extend = { ··· 145 144 const keys = ( 146 145 Array.isArray(options.packageJson) 147 146 ? options.packageJson 148 - : [ 149 - typeof options.packageJson === "string" 150 - ? options.packageJson 151 - : options.name, 152 - ] 147 + : [typeof options.packageJson === "string" ? options.packageJson : options.name] 153 148 ).filter((t) => t && typeof t === "string"); 154 149 const pkgJsonFile = await readPackageJSON(options.cwd).catch(() => {}); 155 150 const values = keys.map((key) => pkgJsonFile?.[key]); ··· 243 238 const extendSources = []; 244 239 for (const key of keys as string[]) { 245 240 extendSources.push( 246 - ...(Array.isArray(config[key]) ? config[key] : [config[key]]).filter( 247 - Boolean, 248 - ), 241 + ...(Array.isArray(config[key]) ? config[key] : [config[key]]).filter(Boolean), 249 242 ); 250 243 delete config[key]; 251 244 } ··· 264 257 // TODO: Use error in next major versions 265 258 266 259 console.warn( 267 - `Cannot extend config from \`${JSON.stringify( 268 - originalExtendSource, 269 - )}\` in ${options.cwd}`, 260 + `Cannot extend config from \`${JSON.stringify(originalExtendSource)}\` in ${options.cwd}`, 270 261 ); 271 262 continue; 272 263 } ··· 274 265 if (!_config.config) { 275 266 // TODO: Use error in next major versions 276 267 277 - console.warn( 278 - `Cannot extend config from \`${extendSource}\` in ${options.cwd}`, 279 - ); 268 + console.warn(`Cannot extend config from \`${extendSource}\` in ${options.cwd}`); 280 269 continue; 281 270 } 282 271 await extendConfig(_config.config, { ...options, cwd: _config.cwd }); ··· 289 278 } 290 279 291 280 // TODO: Either expose from giget directly or redirect all non file:// protocols to giget 292 - const GIGET_PREFIXES = [ 293 - "gh:", 294 - "github:", 295 - "gitlab:", 296 - "bitbucket:", 297 - "https://", 298 - "http://", 299 - ]; 281 + const GIGET_PREFIXES = ["gh:", "github:", "gitlab:", "bitbucket:", "https://", "http://"]; 300 282 301 283 // https://github.com/dword-design/package-name-regex 302 - const NPM_PACKAGE_RE = 303 - /^(@[\da-z~-][\d._a-z~-]*\/)?[\da-z~-][\d._a-z~-]*($|\/.*)/; 284 + const NPM_PACKAGE_RE = /^(@[\da-z~-][\d._a-z~-]*\/)?[\da-z~-][\d._a-z~-]*($|\/.*)/; 304 285 305 286 async function resolveConfig< 306 287 T extends UserInputConfig = UserInputConfig, ··· 322 303 const _merger = options.merger || defu; 323 304 324 305 // Download giget URIs and resolve to local path 325 - const customProviderKeys = Object.keys( 326 - sourceOptions.giget?.providers || {}, 327 - ).map((key) => `${key}:`); 306 + const customProviderKeys = Object.keys(sourceOptions.giget?.providers || {}).map( 307 + (key) => `${key}:`, 308 + ); 328 309 const gigetPrefixes = 329 310 customProviderKeys.length > 0 330 311 ? [...new Set([...customProviderKeys, ...GIGET_PREFIXES])] 331 312 : GIGET_PREFIXES; 332 313 333 - if ( 334 - options.giget !== false && 335 - gigetPrefixes.some((prefix) => source.startsWith(prefix)) 336 - ) { 314 + if (options.giget !== false && gigetPrefixes.some((prefix) => source.startsWith(prefix))) { 337 315 const { downloadTemplate } = await import("giget"); 338 316 const { digest } = await import("ohash"); 339 317 ··· 393 371 394 372 res.configFile = 395 373 tryResolve(resolve(cwd, source), options) || 396 - tryResolve( 397 - resolve(cwd, ".config", source.replace(/\.config$/, "")), 398 - options, 399 - ) || 374 + tryResolve(resolve(cwd, ".config", source.replace(/\.config$/, "")), options) || 400 375 tryResolve(resolve(cwd, ".config", source), options) || 401 376 source; 402 377 ··· 408 383 409 384 const configFileExt = extname(res.configFile!) || ""; 410 385 if (configFileExt in ASYNC_LOADERS) { 411 - const asyncLoader = 412 - await ASYNC_LOADERS[configFileExt as keyof typeof ASYNC_LOADERS](); 386 + const asyncLoader = await ASYNC_LOADERS[configFileExt as keyof typeof ASYNC_LOADERS](); 413 387 const contents = await readFile(res.configFile!, "utf8"); 414 388 res.config = asyncLoader(contents); 415 389 } else { ··· 418 392 })) as T; 419 393 } 420 394 if (typeof res.config === "function") { 421 - res.config = await ( 422 - res.config as (ctx?: ConfigFunctionContext) => Promise<any> 423 - )(options.context); 395 + res.config = await (res.config as (ctx?: ConfigFunctionContext) => Promise<any>)( 396 + options.context, 397 + ); 424 398 } 425 399 426 400 // Extend env specific config
+3 -14
src/types.ts
··· 81 81 _configFile?: string; 82 82 } 83 83 84 - export type ConfigSource = 85 - | "overrides" 86 - | "main" 87 - | "rc" 88 - | "packageJson" 89 - | "defaultConfig"; 84 + export type ConfigSource = "overrides" | "main" | "rc" | "packageJson" | "defaultConfig"; 90 85 91 86 export interface ConfigFunctionContext { 92 87 [key: string]: any; 93 88 } 94 89 95 - export interface ResolvableConfigContext< 96 - T extends UserInputConfig = UserInputConfig, 97 - > { 90 + export interface ResolvableConfigContext<T extends UserInputConfig = UserInputConfig> { 98 91 configs: Record<ConfigSource, T | null | undefined>; 99 92 rawConfigs: Record<ConfigSource, ResolvableConfig<T> | null | undefined>; 100 93 } ··· 135 128 resolve?: ( 136 129 id: string, 137 130 options: LoadConfigOptions<T, MT>, 138 - ) => 139 - | null 140 - | undefined 141 - | ResolvedConfig<T, MT> 142 - | Promise<ResolvedConfig<T, MT> | undefined | null>; 131 + ) => null | undefined | ResolvedConfig<T, MT> | Promise<ResolvedConfig<T, MT> | undefined | null>; 143 132 144 133 jiti?: Jiti; 145 134 jitiOptions?: JitiOptions;
+7 -24
src/update.ts
··· 9 9 /** 10 10 * @experimental Update a config file or create a new one. 11 11 */ 12 - export async function updateConfig( 13 - opts: UpdateConfigOptions, 14 - ): Promise<UpdateConfigResult> { 12 + export async function updateConfig(opts: UpdateConfigOptions): Promise<UpdateConfigResult> { 15 13 const { parseModule } = await import("magicast"); 16 14 17 15 // Try to find an existing config file 18 16 let configFile = 19 17 tryResolve(`./${opts.configFile}`, opts.cwd, SUPPORTED_EXTENSIONS) || 20 - tryResolve( 21 - `./.config/${opts.configFile}`, 22 - opts.cwd, 23 - SUPPORTED_EXTENSIONS, 24 - ) || 25 - tryResolve( 26 - `./.config/${opts.configFile.split(".")[0]}`, 27 - opts.cwd, 28 - SUPPORTED_EXTENSIONS, 29 - ); 18 + tryResolve(`./.config/${opts.configFile}`, opts.cwd, SUPPORTED_EXTENSIONS) || 19 + tryResolve(`./.config/${opts.configFile.split(".")[0]}`, opts.cwd, SUPPORTED_EXTENSIONS); 30 20 31 21 // If not found 32 22 let created = false; 33 23 if (!configFile) { 34 - configFile = join( 35 - opts.cwd, 36 - opts.configFile + (opts.createExtension || ".ts"), 37 - ); 38 - const createResult = 39 - (await opts.onCreate?.({ configFile: configFile })) ?? true; 24 + configFile = join(opts.cwd, opts.configFile + (opts.createExtension || ".ts")); 25 + const createResult = (await opts.onCreate?.({ configFile: configFile })) ?? true; 40 26 if (!createResult) { 41 27 throw new Error("Config file creation aborted."); 42 28 } 43 - const content = 44 - typeof createResult === "string" ? createResult : `export default {}\n`; 29 + const content = typeof createResult === "string" ? createResult : `export default {}\n`; 45 30 await mkdir(dirname(configFile), { recursive: true }); 46 31 await writeFile(configFile, content, "utf8"); 47 32 created = true; ··· 63 48 throw new Error("Default export is missing in the config file!"); 64 49 } 65 50 const configObj = 66 - defaultExport.$type === "function-call" 67 - ? defaultExport.$args[0] 68 - : defaultExport; 51 + defaultExport.$type === "function-call" ? defaultExport.$args[0] : defaultExport; 69 52 70 53 await opts.onUpdate?.(configObj); 71 54
+4 -16
src/watch.ts
··· 2 2 import { debounce } from "perfect-debounce"; 3 3 import { resolve } from "pathe"; 4 4 import type { diff } from "ohash/utils"; 5 - import type { 6 - UserInputConfig, 7 - ConfigLayerMeta, 8 - ResolvedConfig, 9 - LoadConfigOptions, 10 - } from "./types"; 5 + import type { UserInputConfig, ConfigLayerMeta, ResolvedConfig, LoadConfigOptions } from "./types"; 11 6 import { SUPPORTED_EXTENSIONS, loadConfig } from "./loader"; 12 7 13 8 type DiffEntries = ReturnType<typeof diff>; ··· 59 54 60 55 const configName = options.name || "config"; 61 56 const configFileName = 62 - options.configFile ?? 63 - (options.name === "config" ? "config" : `${options.name}.config`); 57 + options.configFile ?? (options.name === "config" ? "config" : `${options.name}.config`); 64 58 const watchingFiles = [ 65 59 ...new Set( 66 60 (config.layers || []) ··· 69 63 ...SUPPORTED_EXTENSIONS.flatMap((ext) => [ 70 64 resolve(l.cwd!, configFileName + ext), 71 65 resolve(l.cwd!, ".config", configFileName + ext), 72 - resolve( 73 - l.cwd!, 74 - ".config", 75 - configFileName.replace(/\.config$/, "") + ext, 76 - ), 66 + resolve(l.cwd!, ".config", configFileName.replace(/\.config$/, "") + ext), 77 67 ]), 78 68 l.source && resolve(l.cwd!, l.source), 79 69 // TODO: Support watching rc from home and workspace 80 70 options.rcFile && 81 71 resolve( 82 72 l.cwd!, 83 - typeof options.rcFile === "string" 84 - ? options.rcFile 85 - : `.${configName}rc`, 73 + typeof options.rcFile === "string" ? options.rcFile : `.${configName}rc`, 86 74 ), 87 75 options.packageJson && resolve(l.cwd!, "package.json"), 88 76 ])
+1 -3
test/dotenv.test.ts
··· 4 4 import { mkdir, rm, unlink, writeFile } from "node:fs/promises"; 5 5 import { setupDotenv } from "../src"; 6 6 7 - const tmpDir = normalize( 8 - fileURLToPath(new URL(".tmp-dotenv", import.meta.url)), 9 - ); 7 + const tmpDir = normalize(fileURLToPath(new URL(".tmp-dotenv", import.meta.url))); 10 8 const r = (path: string) => join(tmpDir, path); 11 9 12 10 const cwdEnvFileName = ".env.12345";
+2 -5
test/loader.test.ts
··· 4 4 import type { ConfigLayer, ConfigLayerMeta, UserInputConfig } from "../src"; 5 5 import { loadConfig } from "../src"; 6 6 7 - const r = (path: string) => 8 - normalize(fileURLToPath(new URL(path, import.meta.url))); 7 + const r = (path: string) => normalize(fileURLToPath(new URL(path, import.meta.url))); 9 8 const transformPaths = (object: object) => 10 9 JSON.parse(JSON.stringify(object).replaceAll(r("."), "<path>/")); 11 10 ··· 325 324 ConfigLayerMeta 326 325 >[]; 327 326 328 - const configLayer = transformdLayers.find( 329 - (layer) => layer.configFile === "test.config", 330 - )!; 327 + const configLayer = transformdLayers.find((layer) => layer.configFile === "test.config")!; 331 328 expect(Object.keys(configLayer.config!)).toContain("$test"); 332 329 333 330 const baseLayerConfig = transformdLayers.find(
+2 -6
test/update.test.ts
··· 5 5 import { readFile, rm, mkdir, writeFile } from "node:fs/promises"; 6 6 import { existsSync } from "node:fs"; 7 7 8 - const r = (path: string) => 9 - normalize(fileURLToPath(new URL(path, import.meta.url))); 8 + const r = (path: string) => normalize(fileURLToPath(new URL(path, import.meta.url))); 10 9 11 10 describe("update config file", () => { 12 11 const tmpDir = r("./.tmp"); ··· 42 41 it("update existing in .config folder", async () => { 43 42 const tmpDotConfig = r("./.tmp/.config"); 44 43 await mkdir(tmpDotConfig, { recursive: true }); 45 - await writeFile( 46 - r("./.tmp/.config/foobar.ts"), 47 - "export default { test: true }", 48 - ); 44 + await writeFile(r("./.tmp/.config/foobar.ts"), "export default { test: true }"); 49 45 const res = await updateConfig({ 50 46 cwd: tmpDir, 51 47 configFile: "foobar.config",