@adriankulik/create-fullstack-app 1.15.0 → 1.16.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -3
- package/cli/build-date.js +1 -1
- package/cli/index.js +2 -2
- package/package.json +3 -3
- package/templates/backend/flask/requirements.txt +1 -1
- package/templates/backend/nodejs/package-lock.json +224 -1060
- package/templates/backend/nodejs/package.json +3 -3
- package/templates/base/database/requirements.txt +1 -1
- package/templates/frontend/angular/package-lock.json +299 -208
- package/templates/frontend/angular/package.json +14 -14
- package/templates/frontend/nextjs/package-lock.json +491 -491
- package/templates/frontend/nextjs/package.json +7 -7
- package/templates/frontend/svelte/package-lock.json +150 -237
- package/templates/frontend/svelte/package.json +3 -3
- package/templates/frontend/vue/package-lock.json +168 -234
- package/templates/frontend/vue/package.json +3 -3
|
@@ -16,15 +16,15 @@
|
|
|
16
16
|
"@eslint/js": "^10.0.1",
|
|
17
17
|
"@types/cors": "^2.8.19",
|
|
18
18
|
"@types/express": "^5.0.6",
|
|
19
|
-
"@types/node": "^26.4.
|
|
19
|
+
"@types/node": "^26.4.1",
|
|
20
20
|
"@types/pg": "^8.23.1",
|
|
21
21
|
"@types/supertest": "^7.2.1",
|
|
22
22
|
"eslint": "^10.4.0",
|
|
23
23
|
"supertest": "^7.2.2",
|
|
24
24
|
"tsx": "^4.23.13",
|
|
25
25
|
"typescript": "^5.9.0",
|
|
26
|
-
"typescript-eslint": "^8.
|
|
27
|
-
"vitest": "^
|
|
26
|
+
"typescript-eslint": "^8.69.0",
|
|
27
|
+
"vitest": "^5.0.0"
|
|
28
28
|
}
|
|
29
29
|
},
|
|
30
30
|
"node_modules/@esbuild/aix-ppc64": {
|
|
@@ -663,13 +663,34 @@
|
|
|
663
663
|
"url": "https://github.com/sponsors/nzakas"
|
|
664
664
|
}
|
|
665
665
|
},
|
|
666
|
+
"node_modules/@jridgewell/resolve-uri": {
|
|
667
|
+
"version": "3.1.2",
|
|
668
|
+
"resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz",
|
|
669
|
+
"integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==",
|
|
670
|
+
"dev": true,
|
|
671
|
+
"license": "MIT",
|
|
672
|
+
"engines": {
|
|
673
|
+
"node": ">=6.0.0"
|
|
674
|
+
}
|
|
675
|
+
},
|
|
666
676
|
"node_modules/@jridgewell/sourcemap-codec": {
|
|
667
|
-
"version": "1.
|
|
668
|
-
"resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.
|
|
669
|
-
"integrity": "sha512-
|
|
677
|
+
"version": "1.6.0",
|
|
678
|
+
"resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.6.0.tgz",
|
|
679
|
+
"integrity": "sha512-T7jf+5zgsZHwNJ4lvQ7/aezbyk0nNX+zJVWpmHA7VYsEx7a7qr5Rg5IbtJFqkgze5Y2sruq1RUY8Q837Od7iFw==",
|
|
670
680
|
"dev": true,
|
|
671
681
|
"license": "MIT"
|
|
672
682
|
},
|
|
683
|
+
"node_modules/@jridgewell/trace-mapping": {
|
|
684
|
+
"version": "0.3.31",
|
|
685
|
+
"resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.31.tgz",
|
|
686
|
+
"integrity": "sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==",
|
|
687
|
+
"dev": true,
|
|
688
|
+
"license": "MIT",
|
|
689
|
+
"dependencies": {
|
|
690
|
+
"@jridgewell/resolve-uri": "^3.1.0",
|
|
691
|
+
"@jridgewell/sourcemap-codec": "^1.4.14"
|
|
692
|
+
}
|
|
693
|
+
},
|
|
673
694
|
"node_modules/@noble/hashes": {
|
|
674
695
|
"version": "1.8.0",
|
|
675
696
|
"resolved": "https://registry.npmjs.org/@noble/hashes/-/hashes-1.8.0.tgz",
|
|
@@ -683,16 +704,6 @@
|
|
|
683
704
|
"url": "https://paulmillr.com/funding/"
|
|
684
705
|
}
|
|
685
706
|
},
|
|
686
|
-
"node_modules/@oxc-project/types": {
|
|
687
|
-
"version": "0.146.0",
|
|
688
|
-
"resolved": "https://registry.npmjs.org/@oxc-project/types/-/types-0.146.0.tgz",
|
|
689
|
-
"integrity": "sha512-XC0QsnnhVe7sLIWmYmdPw7x5P0h4W8vUU3Nv1ySgWXtvCz8NizoAEpGXA0sOYoJQV2Rl13LgURAHQ5cI5ILCSA==",
|
|
690
|
-
"dev": true,
|
|
691
|
-
"license": "MIT",
|
|
692
|
-
"funding": {
|
|
693
|
-
"url": "https://github.com/sponsors/Boshen"
|
|
694
|
-
}
|
|
695
|
-
},
|
|
696
707
|
"node_modules/@paralleldrive/cuid2": {
|
|
697
708
|
"version": "2.3.1",
|
|
698
709
|
"resolved": "https://registry.npmjs.org/@paralleldrive/cuid2/-/cuid2-2.3.1.tgz",
|
|
@@ -703,293 +714,6 @@
|
|
|
703
714
|
"@noble/hashes": "^1.1.5"
|
|
704
715
|
}
|
|
705
716
|
},
|
|
706
|
-
"node_modules/@rolldown/binding-android-arm-eabi": {
|
|
707
|
-
"version": "1.2.5",
|
|
708
|
-
"resolved": "https://registry.npmjs.org/@rolldown/binding-android-arm-eabi/-/binding-android-arm-eabi-1.2.5.tgz",
|
|
709
|
-
"integrity": "sha512-DLe/i+l8ynIBY7XEQ191TeZvCoowIGa18R+dIV30GW7DiOtp74i/xX8hs8GUjW5ARV7VZuie3d6AumSmCwbeRA==",
|
|
710
|
-
"cpu": [
|
|
711
|
-
"arm"
|
|
712
|
-
],
|
|
713
|
-
"dev": true,
|
|
714
|
-
"license": "MIT",
|
|
715
|
-
"optional": true,
|
|
716
|
-
"os": [
|
|
717
|
-
"android"
|
|
718
|
-
],
|
|
719
|
-
"engines": {
|
|
720
|
-
"node": "^20.19.0 || >=22.12.0"
|
|
721
|
-
}
|
|
722
|
-
},
|
|
723
|
-
"node_modules/@rolldown/binding-android-arm64": {
|
|
724
|
-
"version": "1.2.5",
|
|
725
|
-
"resolved": "https://registry.npmjs.org/@rolldown/binding-android-arm64/-/binding-android-arm64-1.2.5.tgz",
|
|
726
|
-
"integrity": "sha512-zXcwKlQApYAOELHd8PwKDFkagYF9Wy4e0RJ+0qnzl9Pjnpj75TEG8ufv40p2J7kCEfwZAsNiuzRIyNNMWT38ig==",
|
|
727
|
-
"cpu": [
|
|
728
|
-
"arm64"
|
|
729
|
-
],
|
|
730
|
-
"dev": true,
|
|
731
|
-
"license": "MIT",
|
|
732
|
-
"optional": true,
|
|
733
|
-
"os": [
|
|
734
|
-
"android"
|
|
735
|
-
],
|
|
736
|
-
"engines": {
|
|
737
|
-
"node": "^20.19.0 || >=22.12.0"
|
|
738
|
-
}
|
|
739
|
-
},
|
|
740
|
-
"node_modules/@rolldown/binding-darwin-arm64": {
|
|
741
|
-
"version": "1.2.5",
|
|
742
|
-
"resolved": "https://registry.npmjs.org/@rolldown/binding-darwin-arm64/-/binding-darwin-arm64-1.2.5.tgz",
|
|
743
|
-
"integrity": "sha512-dK4QakI42nzWgJT5sm4y4y/O//D4OxM75/cH28RLV+nzIN9AY+YsbuUVrUTjlLjXR6vpyxFbSsbmNuJ6BP9sww==",
|
|
744
|
-
"cpu": [
|
|
745
|
-
"arm64"
|
|
746
|
-
],
|
|
747
|
-
"dev": true,
|
|
748
|
-
"license": "MIT",
|
|
749
|
-
"optional": true,
|
|
750
|
-
"os": [
|
|
751
|
-
"darwin"
|
|
752
|
-
],
|
|
753
|
-
"engines": {
|
|
754
|
-
"node": "^20.19.0 || >=22.12.0"
|
|
755
|
-
}
|
|
756
|
-
},
|
|
757
|
-
"node_modules/@rolldown/binding-darwin-x64": {
|
|
758
|
-
"version": "1.2.5",
|
|
759
|
-
"resolved": "https://registry.npmjs.org/@rolldown/binding-darwin-x64/-/binding-darwin-x64-1.2.5.tgz",
|
|
760
|
-
"integrity": "sha512-fqSALaUu1Wjd1nK2uW2kJDWdLCc8lx1IcY+MTY26Aurfdx19anlzhqXOgCFbBFQnlFDTn4TC1/7Nz4Bl2mLP3A==",
|
|
761
|
-
"cpu": [
|
|
762
|
-
"x64"
|
|
763
|
-
],
|
|
764
|
-
"dev": true,
|
|
765
|
-
"license": "MIT",
|
|
766
|
-
"optional": true,
|
|
767
|
-
"os": [
|
|
768
|
-
"darwin"
|
|
769
|
-
],
|
|
770
|
-
"engines": {
|
|
771
|
-
"node": "^20.19.0 || >=22.12.0"
|
|
772
|
-
}
|
|
773
|
-
},
|
|
774
|
-
"node_modules/@rolldown/binding-freebsd-x64": {
|
|
775
|
-
"version": "1.2.5",
|
|
776
|
-
"resolved": "https://registry.npmjs.org/@rolldown/binding-freebsd-x64/-/binding-freebsd-x64-1.2.5.tgz",
|
|
777
|
-
"integrity": "sha512-/vCnNxlkxs9tKxNDcyWUePpJ/PgTzxIaVhoM5SmG8UV+GR/IcPam4VYxi7GIMo7PSDuNqlJqvprqii9NqqVCMw==",
|
|
778
|
-
"cpu": [
|
|
779
|
-
"x64"
|
|
780
|
-
],
|
|
781
|
-
"dev": true,
|
|
782
|
-
"license": "MIT",
|
|
783
|
-
"optional": true,
|
|
784
|
-
"os": [
|
|
785
|
-
"freebsd"
|
|
786
|
-
],
|
|
787
|
-
"engines": {
|
|
788
|
-
"node": "^20.19.0 || >=22.12.0"
|
|
789
|
-
}
|
|
790
|
-
},
|
|
791
|
-
"node_modules/@rolldown/binding-linux-arm-gnueabihf": {
|
|
792
|
-
"version": "1.2.5",
|
|
793
|
-
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm-gnueabihf/-/binding-linux-arm-gnueabihf-1.2.5.tgz",
|
|
794
|
-
"integrity": "sha512-abk0NLA519LxRCszmbE0jYKuQ9YPocOXTiOXOo6Yr+YAT95VH+PtqYAjOJvGKt3viEd/x4qzabAlwd5bHOOARg==",
|
|
795
|
-
"cpu": [
|
|
796
|
-
"arm"
|
|
797
|
-
],
|
|
798
|
-
"dev": true,
|
|
799
|
-
"license": "MIT",
|
|
800
|
-
"optional": true,
|
|
801
|
-
"os": [
|
|
802
|
-
"linux"
|
|
803
|
-
],
|
|
804
|
-
"engines": {
|
|
805
|
-
"node": "^20.19.0 || >=22.12.0"
|
|
806
|
-
}
|
|
807
|
-
},
|
|
808
|
-
"node_modules/@rolldown/binding-linux-arm64-gnu": {
|
|
809
|
-
"version": "1.2.5",
|
|
810
|
-
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm64-gnu/-/binding-linux-arm64-gnu-1.2.5.tgz",
|
|
811
|
-
"integrity": "sha512-Y7eALiJ8lr0M2HH103Js+g7V34wf6snlpZLAsHI90uLhr3PVlNsbFVAXJC9d/V6BnPyKtpSwI+NcB/RLxsQxuA==",
|
|
812
|
-
"cpu": [
|
|
813
|
-
"arm64"
|
|
814
|
-
],
|
|
815
|
-
"dev": true,
|
|
816
|
-
"libc": [
|
|
817
|
-
"glibc"
|
|
818
|
-
],
|
|
819
|
-
"license": "MIT",
|
|
820
|
-
"optional": true,
|
|
821
|
-
"os": [
|
|
822
|
-
"linux"
|
|
823
|
-
],
|
|
824
|
-
"engines": {
|
|
825
|
-
"node": "^20.19.0 || >=22.12.0"
|
|
826
|
-
}
|
|
827
|
-
},
|
|
828
|
-
"node_modules/@rolldown/binding-linux-arm64-musl": {
|
|
829
|
-
"version": "1.2.5",
|
|
830
|
-
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm64-musl/-/binding-linux-arm64-musl-1.2.5.tgz",
|
|
831
|
-
"integrity": "sha512-xMvZgnbZg4YVnR/AX2b3oOPDTFYJvUVaJg5FedA/LuvexAtXibZQej4cnTkw3rjsJ/ggUROB64TdtETiim+FYA==",
|
|
832
|
-
"cpu": [
|
|
833
|
-
"arm64"
|
|
834
|
-
],
|
|
835
|
-
"dev": true,
|
|
836
|
-
"libc": [
|
|
837
|
-
"musl"
|
|
838
|
-
],
|
|
839
|
-
"license": "MIT",
|
|
840
|
-
"optional": true,
|
|
841
|
-
"os": [
|
|
842
|
-
"linux"
|
|
843
|
-
],
|
|
844
|
-
"engines": {
|
|
845
|
-
"node": "^20.19.0 || >=22.12.0"
|
|
846
|
-
}
|
|
847
|
-
},
|
|
848
|
-
"node_modules/@rolldown/binding-linux-ppc64-gnu": {
|
|
849
|
-
"version": "1.2.5",
|
|
850
|
-
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-ppc64-gnu/-/binding-linux-ppc64-gnu-1.2.5.tgz",
|
|
851
|
-
"integrity": "sha512-GRjeqTUDHTo5GwntsLaAMcBahG3nlpjftXWZLN73HiYQlhwEowvarFgQnRnQZtIp4keXX7quXFbG38uPZBa2EA==",
|
|
852
|
-
"cpu": [
|
|
853
|
-
"ppc64"
|
|
854
|
-
],
|
|
855
|
-
"dev": true,
|
|
856
|
-
"libc": [
|
|
857
|
-
"glibc"
|
|
858
|
-
],
|
|
859
|
-
"license": "MIT",
|
|
860
|
-
"optional": true,
|
|
861
|
-
"os": [
|
|
862
|
-
"linux"
|
|
863
|
-
],
|
|
864
|
-
"engines": {
|
|
865
|
-
"node": "^20.19.0 || >=22.12.0"
|
|
866
|
-
}
|
|
867
|
-
},
|
|
868
|
-
"node_modules/@rolldown/binding-linux-s390x-gnu": {
|
|
869
|
-
"version": "1.2.5",
|
|
870
|
-
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-s390x-gnu/-/binding-linux-s390x-gnu-1.2.5.tgz",
|
|
871
|
-
"integrity": "sha512-vLNTR45F2Uwc8AufkNXPmB4VliaXs+FvcheEogIzOXzO4l+LzieXF5A/TWxLy5HtqpsRCHUfd0lPVrrdgXdLHQ==",
|
|
872
|
-
"cpu": [
|
|
873
|
-
"s390x"
|
|
874
|
-
],
|
|
875
|
-
"dev": true,
|
|
876
|
-
"libc": [
|
|
877
|
-
"glibc"
|
|
878
|
-
],
|
|
879
|
-
"license": "MIT",
|
|
880
|
-
"optional": true,
|
|
881
|
-
"os": [
|
|
882
|
-
"linux"
|
|
883
|
-
],
|
|
884
|
-
"engines": {
|
|
885
|
-
"node": "^20.19.0 || >=22.12.0"
|
|
886
|
-
}
|
|
887
|
-
},
|
|
888
|
-
"node_modules/@rolldown/binding-linux-x64-gnu": {
|
|
889
|
-
"version": "1.2.5",
|
|
890
|
-
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-x64-gnu/-/binding-linux-x64-gnu-1.2.5.tgz",
|
|
891
|
-
"integrity": "sha512-Mgj59/HTuYeK9Gz2MA+mBWKnHsAgkBSec15ZMb1st3oIfFbX7gCjOae7GydHhzcyQi9Z/7M1QuN9bR3oFqF0jQ==",
|
|
892
|
-
"cpu": [
|
|
893
|
-
"x64"
|
|
894
|
-
],
|
|
895
|
-
"dev": true,
|
|
896
|
-
"libc": [
|
|
897
|
-
"glibc"
|
|
898
|
-
],
|
|
899
|
-
"license": "MIT",
|
|
900
|
-
"optional": true,
|
|
901
|
-
"os": [
|
|
902
|
-
"linux"
|
|
903
|
-
],
|
|
904
|
-
"engines": {
|
|
905
|
-
"node": "^20.19.0 || >=22.12.0"
|
|
906
|
-
}
|
|
907
|
-
},
|
|
908
|
-
"node_modules/@rolldown/binding-linux-x64-musl": {
|
|
909
|
-
"version": "1.2.5",
|
|
910
|
-
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-x64-musl/-/binding-linux-x64-musl-1.2.5.tgz",
|
|
911
|
-
"integrity": "sha512-mY8AP0/ichsbhAxGnLa3d3+MwV0EfgrPND2bplI3Ym8T6R2pJ0N87bvrKVwNXmdy3jnr6eQBecdqx/HMknBmpA==",
|
|
912
|
-
"cpu": [
|
|
913
|
-
"x64"
|
|
914
|
-
],
|
|
915
|
-
"dev": true,
|
|
916
|
-
"libc": [
|
|
917
|
-
"musl"
|
|
918
|
-
],
|
|
919
|
-
"license": "MIT",
|
|
920
|
-
"optional": true,
|
|
921
|
-
"os": [
|
|
922
|
-
"linux"
|
|
923
|
-
],
|
|
924
|
-
"engines": {
|
|
925
|
-
"node": "^20.19.0 || >=22.12.0"
|
|
926
|
-
}
|
|
927
|
-
},
|
|
928
|
-
"node_modules/@rolldown/binding-openharmony-arm64": {
|
|
929
|
-
"version": "1.2.5",
|
|
930
|
-
"resolved": "https://registry.npmjs.org/@rolldown/binding-openharmony-arm64/-/binding-openharmony-arm64-1.2.5.tgz",
|
|
931
|
-
"integrity": "sha512-8SLssA2oweAxyRgDp789ACfRb/3P+zNRJpzZxSizxF9m8NUDQ4+3xjo8ttjhVGGw6Qxb70oZiEtIjaKikCO7Yw==",
|
|
932
|
-
"cpu": [
|
|
933
|
-
"arm64"
|
|
934
|
-
],
|
|
935
|
-
"dev": true,
|
|
936
|
-
"license": "MIT",
|
|
937
|
-
"optional": true,
|
|
938
|
-
"os": [
|
|
939
|
-
"openharmony"
|
|
940
|
-
],
|
|
941
|
-
"engines": {
|
|
942
|
-
"node": "^20.19.0 || >=22.12.0"
|
|
943
|
-
}
|
|
944
|
-
},
|
|
945
|
-
"node_modules/@rolldown/binding-win32-arm64-msvc": {
|
|
946
|
-
"version": "1.2.5",
|
|
947
|
-
"resolved": "https://registry.npmjs.org/@rolldown/binding-win32-arm64-msvc/-/binding-win32-arm64-msvc-1.2.5.tgz",
|
|
948
|
-
"integrity": "sha512-vGbruD5zquhoc8D9SViXgN2FBJtNdTyQ4DtG+SWiEGlJiAzoKcZ2xp+xuXCffhubVdt0NJlTZqkeRuERy7g8Cw==",
|
|
949
|
-
"cpu": [
|
|
950
|
-
"arm64"
|
|
951
|
-
],
|
|
952
|
-
"dev": true,
|
|
953
|
-
"license": "MIT",
|
|
954
|
-
"optional": true,
|
|
955
|
-
"os": [
|
|
956
|
-
"win32"
|
|
957
|
-
],
|
|
958
|
-
"engines": {
|
|
959
|
-
"node": "^20.19.0 || >=22.12.0"
|
|
960
|
-
}
|
|
961
|
-
},
|
|
962
|
-
"node_modules/@rolldown/binding-win32-x64-msvc": {
|
|
963
|
-
"version": "1.2.5",
|
|
964
|
-
"resolved": "https://registry.npmjs.org/@rolldown/binding-win32-x64-msvc/-/binding-win32-x64-msvc-1.2.5.tgz",
|
|
965
|
-
"integrity": "sha512-e/SXpgISz+IoqVcSSI0rx/d/he8zqLex+/rCWpnHpmVfmPIUjag9H6P7zotf0gJHwPUhQxZ/mF8tr6acebT9yw==",
|
|
966
|
-
"cpu": [
|
|
967
|
-
"x64"
|
|
968
|
-
],
|
|
969
|
-
"dev": true,
|
|
970
|
-
"license": "MIT",
|
|
971
|
-
"optional": true,
|
|
972
|
-
"os": [
|
|
973
|
-
"win32"
|
|
974
|
-
],
|
|
975
|
-
"engines": {
|
|
976
|
-
"node": "^20.19.0 || >=22.12.0"
|
|
977
|
-
}
|
|
978
|
-
},
|
|
979
|
-
"node_modules/@rolldown/pluginutils": {
|
|
980
|
-
"version": "1.0.1",
|
|
981
|
-
"resolved": "https://registry.npmjs.org/@rolldown/pluginutils/-/pluginutils-1.0.1.tgz",
|
|
982
|
-
"integrity": "sha512-2j9bGt5Jh8hj+vPtgzPtl72j0yRxHAyumoo6TNfAjsLB04UtpSvPbPcDcBMxz7n+9CYB0c1GxQFxYRg2jimqGw==",
|
|
983
|
-
"dev": true,
|
|
984
|
-
"license": "MIT"
|
|
985
|
-
},
|
|
986
|
-
"node_modules/@standard-schema/spec": {
|
|
987
|
-
"version": "1.1.0",
|
|
988
|
-
"resolved": "https://registry.npmjs.org/@standard-schema/spec/-/spec-1.1.0.tgz",
|
|
989
|
-
"integrity": "sha512-l2aFy5jALhniG5HgqrD6jXLi/rUWrKvqN/qJx6yoJsgKhblVd+iqqU4RCXavm/jPityDo5TCvKMnpjKnOriy0w==",
|
|
990
|
-
"dev": true,
|
|
991
|
-
"license": "MIT"
|
|
992
|
-
},
|
|
993
717
|
"node_modules/@types/body-parser": {
|
|
994
718
|
"version": "1.19.6",
|
|
995
719
|
"resolved": "https://registry.npmjs.org/@types/body-parser/-/body-parser-1.19.6.tgz",
|
|
@@ -1107,9 +831,9 @@
|
|
|
1107
831
|
"license": "MIT"
|
|
1108
832
|
},
|
|
1109
833
|
"node_modules/@types/node": {
|
|
1110
|
-
"version": "26.4.
|
|
1111
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-26.4.
|
|
1112
|
-
"integrity": "sha512-
|
|
834
|
+
"version": "26.4.1",
|
|
835
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-26.4.1.tgz",
|
|
836
|
+
"integrity": "sha512-k97ENvZWtvA6yqz5/FS6a7duDgOPEeOQOc2iKS/nY6mX6qJUKtLnWzQS+Xj6tXweyj6ZcTAK2Qecetnvi9nCLA==",
|
|
1113
837
|
"dev": true,
|
|
1114
838
|
"license": "MIT",
|
|
1115
839
|
"dependencies": {
|
|
@@ -1188,17 +912,17 @@
|
|
|
1188
912
|
}
|
|
1189
913
|
},
|
|
1190
914
|
"node_modules/@typescript-eslint/eslint-plugin": {
|
|
1191
|
-
"version": "8.
|
|
1192
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.
|
|
1193
|
-
"integrity": "sha512-
|
|
915
|
+
"version": "8.69.0",
|
|
916
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.69.0.tgz",
|
|
917
|
+
"integrity": "sha512-t5jQTKPIgVW1PE6dR6H6Qz5gm8zjMlX5/2gRaOGd9eO6V7J+tQc6iWKukEe7dY8u9HyYasQ0yfF0/FSSTEO2gA==",
|
|
1194
918
|
"dev": true,
|
|
1195
919
|
"license": "MIT",
|
|
1196
920
|
"dependencies": {
|
|
1197
921
|
"@eslint-community/regexpp": "^4.12.2",
|
|
1198
|
-
"@typescript-eslint/scope-manager": "8.
|
|
1199
|
-
"@typescript-eslint/type-utils": "8.
|
|
1200
|
-
"@typescript-eslint/utils": "8.
|
|
1201
|
-
"@typescript-eslint/visitor-keys": "8.
|
|
922
|
+
"@typescript-eslint/scope-manager": "8.69.0",
|
|
923
|
+
"@typescript-eslint/type-utils": "8.69.0",
|
|
924
|
+
"@typescript-eslint/utils": "8.69.0",
|
|
925
|
+
"@typescript-eslint/visitor-keys": "8.69.0",
|
|
1202
926
|
"ignore": "^7.0.5",
|
|
1203
927
|
"natural-compare": "^1.4.0",
|
|
1204
928
|
"ts-api-utils": "^2.5.0"
|
|
@@ -1211,15 +935,15 @@
|
|
|
1211
935
|
"url": "https://opencollective.com/typescript-eslint"
|
|
1212
936
|
},
|
|
1213
937
|
"peerDependencies": {
|
|
1214
|
-
"@typescript-eslint/parser": "^8.
|
|
938
|
+
"@typescript-eslint/parser": "^8.69.0",
|
|
1215
939
|
"eslint": "^8.57.0 || ^9.0.0 || ^10.0.0",
|
|
1216
940
|
"typescript": ">=4.8.4 <6.1.0"
|
|
1217
941
|
}
|
|
1218
942
|
},
|
|
1219
943
|
"node_modules/@typescript-eslint/eslint-plugin/node_modules/ignore": {
|
|
1220
|
-
"version": "7.0.
|
|
1221
|
-
"resolved": "https://registry.npmjs.org/ignore/-/ignore-7.0.
|
|
1222
|
-
"integrity": "sha512-
|
|
944
|
+
"version": "7.0.8",
|
|
945
|
+
"resolved": "https://registry.npmjs.org/ignore/-/ignore-7.0.8.tgz",
|
|
946
|
+
"integrity": "sha512-YYNsSlXBjMk92SKnkwvB5LOVSa6OznlFUGcsvrFgNJbJCd0M1XKeFVRc8ZByeCqz32FivYNHJVooLmdqrmvp/Q==",
|
|
1223
947
|
"dev": true,
|
|
1224
948
|
"license": "MIT",
|
|
1225
949
|
"engines": {
|
|
@@ -1227,16 +951,16 @@
|
|
|
1227
951
|
}
|
|
1228
952
|
},
|
|
1229
953
|
"node_modules/@typescript-eslint/parser": {
|
|
1230
|
-
"version": "8.
|
|
1231
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.
|
|
1232
|
-
"integrity": "sha512-
|
|
954
|
+
"version": "8.69.0",
|
|
955
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.69.0.tgz",
|
|
956
|
+
"integrity": "sha512-l4b0DhWioGg6Gt2ebGlvfkFMOjRsauxtsnDRwUSRX1qHq3HdTfQHV8wW9zEXeciai6HfeaKOedQn2Zoofx3WBw==",
|
|
1233
957
|
"dev": true,
|
|
1234
958
|
"license": "MIT",
|
|
1235
959
|
"dependencies": {
|
|
1236
|
-
"@typescript-eslint/scope-manager": "8.
|
|
1237
|
-
"@typescript-eslint/types": "8.
|
|
1238
|
-
"@typescript-eslint/typescript-estree": "8.
|
|
1239
|
-
"@typescript-eslint/visitor-keys": "8.
|
|
960
|
+
"@typescript-eslint/scope-manager": "8.69.0",
|
|
961
|
+
"@typescript-eslint/types": "8.69.0",
|
|
962
|
+
"@typescript-eslint/typescript-estree": "8.69.0",
|
|
963
|
+
"@typescript-eslint/visitor-keys": "8.69.0",
|
|
1240
964
|
"debug": "^4.4.3"
|
|
1241
965
|
},
|
|
1242
966
|
"engines": {
|
|
@@ -1252,14 +976,14 @@
|
|
|
1252
976
|
}
|
|
1253
977
|
},
|
|
1254
978
|
"node_modules/@typescript-eslint/project-service": {
|
|
1255
|
-
"version": "8.
|
|
1256
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/project-service/-/project-service-8.
|
|
1257
|
-
"integrity": "sha512-
|
|
979
|
+
"version": "8.69.0",
|
|
980
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/project-service/-/project-service-8.69.0.tgz",
|
|
981
|
+
"integrity": "sha512-yi4obFrHMmnsesWehHbkg9zMA7Jt8cXT+mKM08G999pH1yT6nqgsHx7MYm0uY1wAj8CqiBXYRJ7WAT0QdQHQXg==",
|
|
1258
982
|
"dev": true,
|
|
1259
983
|
"license": "MIT",
|
|
1260
984
|
"dependencies": {
|
|
1261
|
-
"@typescript-eslint/tsconfig-utils": "^8.
|
|
1262
|
-
"@typescript-eslint/types": "^8.
|
|
985
|
+
"@typescript-eslint/tsconfig-utils": "^8.69.0",
|
|
986
|
+
"@typescript-eslint/types": "^8.69.0",
|
|
1263
987
|
"debug": "^4.4.3"
|
|
1264
988
|
},
|
|
1265
989
|
"engines": {
|
|
@@ -1274,14 +998,14 @@
|
|
|
1274
998
|
}
|
|
1275
999
|
},
|
|
1276
1000
|
"node_modules/@typescript-eslint/scope-manager": {
|
|
1277
|
-
"version": "8.
|
|
1278
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.
|
|
1279
|
-
"integrity": "sha512-
|
|
1001
|
+
"version": "8.69.0",
|
|
1002
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.69.0.tgz",
|
|
1003
|
+
"integrity": "sha512-ewfspqWvSxKSOaplqAUNbaSFO0eB6w1EtQ+esfYFRm3614Ty4uNtExkcbgd6nWsXphbqKyf9ZYdbZdv2xEoWEQ==",
|
|
1280
1004
|
"dev": true,
|
|
1281
1005
|
"license": "MIT",
|
|
1282
1006
|
"dependencies": {
|
|
1283
|
-
"@typescript-eslint/types": "8.
|
|
1284
|
-
"@typescript-eslint/visitor-keys": "8.
|
|
1007
|
+
"@typescript-eslint/types": "8.69.0",
|
|
1008
|
+
"@typescript-eslint/visitor-keys": "8.69.0"
|
|
1285
1009
|
},
|
|
1286
1010
|
"engines": {
|
|
1287
1011
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
@@ -1292,9 +1016,9 @@
|
|
|
1292
1016
|
}
|
|
1293
1017
|
},
|
|
1294
1018
|
"node_modules/@typescript-eslint/tsconfig-utils": {
|
|
1295
|
-
"version": "8.
|
|
1296
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.
|
|
1297
|
-
"integrity": "sha512-
|
|
1019
|
+
"version": "8.69.0",
|
|
1020
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.69.0.tgz",
|
|
1021
|
+
"integrity": "sha512-xNqK7YTDZsLniQMV/4rpFR8Z5JlqeRvVjuG1YgF/mdPVH84HSD19L8CczMA0qg2RfwEV231GHH3VnToJDo4MfQ==",
|
|
1298
1022
|
"dev": true,
|
|
1299
1023
|
"license": "MIT",
|
|
1300
1024
|
"engines": {
|
|
@@ -1309,15 +1033,15 @@
|
|
|
1309
1033
|
}
|
|
1310
1034
|
},
|
|
1311
1035
|
"node_modules/@typescript-eslint/type-utils": {
|
|
1312
|
-
"version": "8.
|
|
1313
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.
|
|
1314
|
-
"integrity": "sha512-
|
|
1036
|
+
"version": "8.69.0",
|
|
1037
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.69.0.tgz",
|
|
1038
|
+
"integrity": "sha512-ZfoJAVg3JZndQEpEl9petVlxau3lRuElc4HRMuAlLCf8to04/iHz692RUSNmXKDjEuJmIL+KZ2/BsOcBc16dsA==",
|
|
1315
1039
|
"dev": true,
|
|
1316
1040
|
"license": "MIT",
|
|
1317
1041
|
"dependencies": {
|
|
1318
|
-
"@typescript-eslint/types": "8.
|
|
1319
|
-
"@typescript-eslint/typescript-estree": "8.
|
|
1320
|
-
"@typescript-eslint/utils": "8.
|
|
1042
|
+
"@typescript-eslint/types": "8.69.0",
|
|
1043
|
+
"@typescript-eslint/typescript-estree": "8.69.0",
|
|
1044
|
+
"@typescript-eslint/utils": "8.69.0",
|
|
1321
1045
|
"debug": "^4.4.3",
|
|
1322
1046
|
"ts-api-utils": "^2.5.0"
|
|
1323
1047
|
},
|
|
@@ -1334,9 +1058,9 @@
|
|
|
1334
1058
|
}
|
|
1335
1059
|
},
|
|
1336
1060
|
"node_modules/@typescript-eslint/types": {
|
|
1337
|
-
"version": "8.
|
|
1338
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.
|
|
1339
|
-
"integrity": "sha512-
|
|
1061
|
+
"version": "8.69.0",
|
|
1062
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.69.0.tgz",
|
|
1063
|
+
"integrity": "sha512-K3VrubUPhlo9VDBS6QdI8YB5j7ClpqLRdefcz6PFrhnwicehBweqQ9Evhl4l+FYz0HdDmMqIiSX0aldGRYtDCA==",
|
|
1340
1064
|
"dev": true,
|
|
1341
1065
|
"license": "MIT",
|
|
1342
1066
|
"engines": {
|
|
@@ -1348,16 +1072,16 @@
|
|
|
1348
1072
|
}
|
|
1349
1073
|
},
|
|
1350
1074
|
"node_modules/@typescript-eslint/typescript-estree": {
|
|
1351
|
-
"version": "8.
|
|
1352
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.
|
|
1353
|
-
"integrity": "sha512-
|
|
1075
|
+
"version": "8.69.0",
|
|
1076
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.69.0.tgz",
|
|
1077
|
+
"integrity": "sha512-AdFkgqck3Vudb/kWnxlyafU/4aBhHrbQ9locP2N4psXTy5mOBg0SHJumnLvx7r6g1gV4DKvUFwV2nJZBoqOD8w==",
|
|
1354
1078
|
"dev": true,
|
|
1355
1079
|
"license": "MIT",
|
|
1356
1080
|
"dependencies": {
|
|
1357
|
-
"@typescript-eslint/project-service": "8.
|
|
1358
|
-
"@typescript-eslint/tsconfig-utils": "8.
|
|
1359
|
-
"@typescript-eslint/types": "8.
|
|
1360
|
-
"@typescript-eslint/visitor-keys": "8.
|
|
1081
|
+
"@typescript-eslint/project-service": "8.69.0",
|
|
1082
|
+
"@typescript-eslint/tsconfig-utils": "8.69.0",
|
|
1083
|
+
"@typescript-eslint/types": "8.69.0",
|
|
1084
|
+
"@typescript-eslint/visitor-keys": "8.69.0",
|
|
1361
1085
|
"debug": "^4.4.3",
|
|
1362
1086
|
"minimatch": "^10.2.2",
|
|
1363
1087
|
"semver": "^7.7.3",
|
|
@@ -1376,16 +1100,16 @@
|
|
|
1376
1100
|
}
|
|
1377
1101
|
},
|
|
1378
1102
|
"node_modules/@typescript-eslint/utils": {
|
|
1379
|
-
"version": "8.
|
|
1380
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.
|
|
1381
|
-
"integrity": "sha512-
|
|
1103
|
+
"version": "8.69.0",
|
|
1104
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.69.0.tgz",
|
|
1105
|
+
"integrity": "sha512-tUbx60BBqQa31kXF5MCsOOLL5E/WzUuxIn7YpAvq+eaUlqvk8/NXnXMBNAdLCr0icjkzem7iUA5QqWHe/hJ1aw==",
|
|
1382
1106
|
"dev": true,
|
|
1383
1107
|
"license": "MIT",
|
|
1384
1108
|
"dependencies": {
|
|
1385
1109
|
"@eslint-community/eslint-utils": "^4.9.1",
|
|
1386
|
-
"@typescript-eslint/scope-manager": "8.
|
|
1387
|
-
"@typescript-eslint/types": "8.
|
|
1388
|
-
"@typescript-eslint/typescript-estree": "8.
|
|
1110
|
+
"@typescript-eslint/scope-manager": "8.69.0",
|
|
1111
|
+
"@typescript-eslint/types": "8.69.0",
|
|
1112
|
+
"@typescript-eslint/typescript-estree": "8.69.0"
|
|
1389
1113
|
},
|
|
1390
1114
|
"engines": {
|
|
1391
1115
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
@@ -1400,13 +1124,13 @@
|
|
|
1400
1124
|
}
|
|
1401
1125
|
},
|
|
1402
1126
|
"node_modules/@typescript-eslint/visitor-keys": {
|
|
1403
|
-
"version": "8.
|
|
1404
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.
|
|
1405
|
-
"integrity": "sha512
|
|
1127
|
+
"version": "8.69.0",
|
|
1128
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.69.0.tgz",
|
|
1129
|
+
"integrity": "sha512-+rmdgPA+EXkNgKYvHvFfhrs35utXbwaC5PGpDquSXcoXQDKUA5UjV0LmTucG/4JXkM31BTu4TilHtrN8IVBe8w==",
|
|
1406
1130
|
"dev": true,
|
|
1407
1131
|
"license": "MIT",
|
|
1408
1132
|
"dependencies": {
|
|
1409
|
-
"@typescript-eslint/types": "8.
|
|
1133
|
+
"@typescript-eslint/types": "8.69.0",
|
|
1410
1134
|
"eslint-visitor-keys": "^5.0.0"
|
|
1411
1135
|
},
|
|
1412
1136
|
"engines": {
|
|
@@ -1417,34 +1141,17 @@
|
|
|
1417
1141
|
"url": "https://opencollective.com/typescript-eslint"
|
|
1418
1142
|
}
|
|
1419
1143
|
},
|
|
1420
|
-
"node_modules/@vitest/expect": {
|
|
1421
|
-
"version": "4.1.11",
|
|
1422
|
-
"resolved": "https://registry.npmjs.org/@vitest/expect/-/expect-4.1.11.tgz",
|
|
1423
|
-
"integrity": "sha512-VX2x5vNJXET47KAFzwERI+KRMtTTCSWTfSMKsW7JsUsXV4psq++e3DvZpuTDOpHcxytiDs6p2nhVb2tVDiiUYw==",
|
|
1424
|
-
"dev": true,
|
|
1425
|
-
"license": "MIT",
|
|
1426
|
-
"dependencies": {
|
|
1427
|
-
"@standard-schema/spec": "^1.1.0",
|
|
1428
|
-
"@types/chai": "^5.2.2",
|
|
1429
|
-
"@vitest/spy": "4.1.11",
|
|
1430
|
-
"@vitest/utils": "4.1.11",
|
|
1431
|
-
"chai": "^6.2.2",
|
|
1432
|
-
"tinyrainbow": "^3.1.0"
|
|
1433
|
-
},
|
|
1434
|
-
"funding": {
|
|
1435
|
-
"url": "https://opencollective.com/vitest"
|
|
1436
|
-
}
|
|
1437
|
-
},
|
|
1438
1144
|
"node_modules/@vitest/mocker": {
|
|
1439
|
-
"version": "
|
|
1440
|
-
"resolved": "https://registry.npmjs.org/@vitest/mocker/-/mocker-
|
|
1441
|
-
"integrity": "sha512-
|
|
1145
|
+
"version": "5.0.0",
|
|
1146
|
+
"resolved": "https://registry.npmjs.org/@vitest/mocker/-/mocker-5.0.0.tgz",
|
|
1147
|
+
"integrity": "sha512-66PGTMIiVJP3t4a5yxU9qPtf7MdTBs8jmToMvy+HVflB3Yy13WJZTtPePdvU+wjRV02SKK5doLbSA6o9pwOmiA==",
|
|
1442
1148
|
"dev": true,
|
|
1443
1149
|
"license": "MIT",
|
|
1444
1150
|
"dependencies": {
|
|
1445
|
-
"@
|
|
1151
|
+
"@jridgewell/trace-mapping": "0.3.31",
|
|
1152
|
+
"@vitest/spy": "5.0.0",
|
|
1446
1153
|
"estree-walker": "^3.0.3",
|
|
1447
|
-
"magic-string": "^
|
|
1154
|
+
"magic-string": "^1.2.3"
|
|
1448
1155
|
},
|
|
1449
1156
|
"funding": {
|
|
1450
1157
|
"url": "https://opencollective.com/vitest"
|
|
@@ -1462,70 +1169,12 @@
|
|
|
1462
1169
|
}
|
|
1463
1170
|
}
|
|
1464
1171
|
},
|
|
1465
|
-
"node_modules/@vitest/pretty-format": {
|
|
1466
|
-
"version": "4.1.11",
|
|
1467
|
-
"resolved": "https://registry.npmjs.org/@vitest/pretty-format/-/pretty-format-4.1.11.tgz",
|
|
1468
|
-
"integrity": "sha512-yiZzPbGTS9Sr/JpFl8zHrcIkAofNbFV6k21vIgQN/cY/oxZeXhJv5sc/MBJ5jFKWmWs+oJHw0UXLZjmf931+Vw==",
|
|
1469
|
-
"dev": true,
|
|
1470
|
-
"license": "MIT",
|
|
1471
|
-
"dependencies": {
|
|
1472
|
-
"tinyrainbow": "^3.1.0"
|
|
1473
|
-
},
|
|
1474
|
-
"funding": {
|
|
1475
|
-
"url": "https://opencollective.com/vitest"
|
|
1476
|
-
}
|
|
1477
|
-
},
|
|
1478
|
-
"node_modules/@vitest/runner": {
|
|
1479
|
-
"version": "4.1.11",
|
|
1480
|
-
"resolved": "https://registry.npmjs.org/@vitest/runner/-/runner-4.1.11.tgz",
|
|
1481
|
-
"integrity": "sha512-LztvUgdwMNJMIkj3hQnnxiC2Xy1zNxq928W/xhjCLaNCzqTZOudjwbQf6v9IntZGPw132i2Lq2rgTRZHD3JHNw==",
|
|
1482
|
-
"dev": true,
|
|
1483
|
-
"license": "MIT",
|
|
1484
|
-
"dependencies": {
|
|
1485
|
-
"@vitest/utils": "4.1.11",
|
|
1486
|
-
"pathe": "^2.0.3"
|
|
1487
|
-
},
|
|
1488
|
-
"funding": {
|
|
1489
|
-
"url": "https://opencollective.com/vitest"
|
|
1490
|
-
}
|
|
1491
|
-
},
|
|
1492
|
-
"node_modules/@vitest/snapshot": {
|
|
1493
|
-
"version": "4.1.11",
|
|
1494
|
-
"resolved": "https://registry.npmjs.org/@vitest/snapshot/-/snapshot-4.1.11.tgz",
|
|
1495
|
-
"integrity": "sha512-pN7ikn1ON7h8ee4gIAp4AzyK+zBtJPzVbqOgu5LCEh4VaJVbPQcgYQYJIMGQPXVeJJq1fnfazis7a5pFNPahog==",
|
|
1496
|
-
"dev": true,
|
|
1497
|
-
"license": "MIT",
|
|
1498
|
-
"dependencies": {
|
|
1499
|
-
"@vitest/pretty-format": "4.1.11",
|
|
1500
|
-
"@vitest/utils": "4.1.11",
|
|
1501
|
-
"magic-string": "^0.30.21",
|
|
1502
|
-
"pathe": "^2.0.3"
|
|
1503
|
-
},
|
|
1504
|
-
"funding": {
|
|
1505
|
-
"url": "https://opencollective.com/vitest"
|
|
1506
|
-
}
|
|
1507
|
-
},
|
|
1508
1172
|
"node_modules/@vitest/spy": {
|
|
1509
|
-
"version": "
|
|
1510
|
-
"resolved": "https://registry.npmjs.org/@vitest/spy/-/spy-
|
|
1511
|
-
"integrity": "sha512-
|
|
1512
|
-
"dev": true,
|
|
1513
|
-
"license": "MIT",
|
|
1514
|
-
"funding": {
|
|
1515
|
-
"url": "https://opencollective.com/vitest"
|
|
1516
|
-
}
|
|
1517
|
-
},
|
|
1518
|
-
"node_modules/@vitest/utils": {
|
|
1519
|
-
"version": "4.1.11",
|
|
1520
|
-
"resolved": "https://registry.npmjs.org/@vitest/utils/-/utils-4.1.11.tgz",
|
|
1521
|
-
"integrity": "sha512-zTCVGpyFsGWBhllOyKlTw/vnr6D9qxsfSDyfbyZmTyjHw5N/VuvzHpHoQjm2ZJzn4RJgx5w4r7V0er69CmLgPQ==",
|
|
1173
|
+
"version": "5.0.0",
|
|
1174
|
+
"resolved": "https://registry.npmjs.org/@vitest/spy/-/spy-5.0.0.tgz",
|
|
1175
|
+
"integrity": "sha512-uy+luWBAPw9XfthoHi5AkfHUnuPYEESjl0p/r+meoBnU8bxg5GDQ3Ey8MjcJ6sqahkL4PFyrvfMJJBw7LbU06g==",
|
|
1522
1176
|
"dev": true,
|
|
1523
1177
|
"license": "MIT",
|
|
1524
|
-
"dependencies": {
|
|
1525
|
-
"@vitest/pretty-format": "4.1.11",
|
|
1526
|
-
"convert-source-map": "^2.0.0",
|
|
1527
|
-
"tinyrainbow": "^3.1.0"
|
|
1528
|
-
},
|
|
1529
1178
|
"funding": {
|
|
1530
1179
|
"url": "https://opencollective.com/vitest"
|
|
1531
1180
|
}
|
|
@@ -1785,13 +1434,6 @@
|
|
|
1785
1434
|
"node": ">= 0.6"
|
|
1786
1435
|
}
|
|
1787
1436
|
},
|
|
1788
|
-
"node_modules/convert-source-map": {
|
|
1789
|
-
"version": "2.0.0",
|
|
1790
|
-
"resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz",
|
|
1791
|
-
"integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==",
|
|
1792
|
-
"dev": true,
|
|
1793
|
-
"license": "MIT"
|
|
1794
|
-
},
|
|
1795
1437
|
"node_modules/cookie": {
|
|
1796
1438
|
"version": "0.7.2",
|
|
1797
1439
|
"resolved": "https://registry.npmjs.org/cookie/-/cookie-0.7.2.tgz",
|
|
@@ -1892,16 +1534,6 @@
|
|
|
1892
1534
|
"node": ">= 0.8"
|
|
1893
1535
|
}
|
|
1894
1536
|
},
|
|
1895
|
-
"node_modules/detect-libc": {
|
|
1896
|
-
"version": "2.1.2",
|
|
1897
|
-
"resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.1.2.tgz",
|
|
1898
|
-
"integrity": "sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==",
|
|
1899
|
-
"dev": true,
|
|
1900
|
-
"license": "Apache-2.0",
|
|
1901
|
-
"engines": {
|
|
1902
|
-
"node": ">=8"
|
|
1903
|
-
}
|
|
1904
|
-
},
|
|
1905
1537
|
"node_modules/dezalgo": {
|
|
1906
1538
|
"version": "1.0.4",
|
|
1907
1539
|
"resolved": "https://registry.npmjs.org/dezalgo/-/dezalgo-1.0.4.tgz",
|
|
@@ -1961,9 +1593,9 @@
|
|
|
1961
1593
|
}
|
|
1962
1594
|
},
|
|
1963
1595
|
"node_modules/es-module-lexer": {
|
|
1964
|
-
"version": "2.
|
|
1965
|
-
"resolved": "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-2.
|
|
1966
|
-
"integrity": "sha512-
|
|
1596
|
+
"version": "2.3.2",
|
|
1597
|
+
"resolved": "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-2.3.2.tgz",
|
|
1598
|
+
"integrity": "sha512-poHGpORABojJJucnV9KbOavETW8lBVnphkW77ER5/BQ5Fz7oXSoCNek7IH3vR5nRjdsEz926ibFYX8KtLQmdyw==",
|
|
1967
1599
|
"dev": true,
|
|
1968
1600
|
"license": "MIT"
|
|
1969
1601
|
},
|
|
@@ -2228,9 +1860,9 @@
|
|
|
2228
1860
|
}
|
|
2229
1861
|
},
|
|
2230
1862
|
"node_modules/expect-type": {
|
|
2231
|
-
"version": "1.
|
|
2232
|
-
"resolved": "https://registry.npmjs.org/expect-type/-/expect-type-1.
|
|
2233
|
-
"integrity": "sha512-
|
|
1863
|
+
"version": "1.4.0",
|
|
1864
|
+
"resolved": "https://registry.npmjs.org/expect-type/-/expect-type-1.4.0.tgz",
|
|
1865
|
+
"integrity": "sha512-KfYbmpRm0VbLjEvVa9yGwCi9GI34xvi7A/HXYWQO65CSD2u3MczUJSuwXKFIxlGsgBQizV9q5J9NHj4VG0n+pA==",
|
|
2234
1866
|
"dev": true,
|
|
2235
1867
|
"license": "Apache-2.0",
|
|
2236
1868
|
"engines": {
|
|
@@ -2667,364 +2299,91 @@
|
|
|
2667
2299
|
"node_modules/ipaddr.js": {
|
|
2668
2300
|
"version": "1.9.1",
|
|
2669
2301
|
"resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.9.1.tgz",
|
|
2670
|
-
"integrity": "sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==",
|
|
2671
|
-
"license": "MIT",
|
|
2672
|
-
"engines": {
|
|
2673
|
-
"node": ">= 0.10"
|
|
2674
|
-
}
|
|
2675
|
-
},
|
|
2676
|
-
"node_modules/is-extglob": {
|
|
2677
|
-
"version": "2.1.1",
|
|
2678
|
-
"resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz",
|
|
2679
|
-
"integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==",
|
|
2680
|
-
"dev": true,
|
|
2681
|
-
"license": "MIT",
|
|
2682
|
-
"engines": {
|
|
2683
|
-
"node": ">=0.10.0"
|
|
2684
|
-
}
|
|
2685
|
-
},
|
|
2686
|
-
"node_modules/is-glob": {
|
|
2687
|
-
"version": "4.0.3",
|
|
2688
|
-
"resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz",
|
|
2689
|
-
"integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==",
|
|
2690
|
-
"dev": true,
|
|
2691
|
-
"license": "MIT",
|
|
2692
|
-
"dependencies": {
|
|
2693
|
-
"is-extglob": "^2.1.1"
|
|
2694
|
-
},
|
|
2695
|
-
"engines": {
|
|
2696
|
-
"node": ">=0.10.0"
|
|
2697
|
-
}
|
|
2698
|
-
},
|
|
2699
|
-
"node_modules/is-promise": {
|
|
2700
|
-
"version": "4.0.0",
|
|
2701
|
-
"resolved": "https://registry.npmjs.org/is-promise/-/is-promise-4.0.0.tgz",
|
|
2702
|
-
"integrity": "sha512-hvpoI6korhJMnej285dSg6nu1+e6uxs7zG3BYAm5byqDsgJNWwxzM6z6iZiAgQR4TJ30JmBTOwqZUw3WlyH3AQ==",
|
|
2703
|
-
"license": "MIT"
|
|
2704
|
-
},
|
|
2705
|
-
"node_modules/isexe": {
|
|
2706
|
-
"version": "2.0.0",
|
|
2707
|
-
"resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
|
|
2708
|
-
"integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==",
|
|
2709
|
-
"dev": true,
|
|
2710
|
-
"license": "ISC"
|
|
2711
|
-
},
|
|
2712
|
-
"node_modules/json-buffer": {
|
|
2713
|
-
"version": "3.0.1",
|
|
2714
|
-
"resolved": "https://registry.npmjs.org/json-buffer/-/json-buffer-3.0.1.tgz",
|
|
2715
|
-
"integrity": "sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==",
|
|
2716
|
-
"dev": true,
|
|
2717
|
-
"license": "MIT"
|
|
2718
|
-
},
|
|
2719
|
-
"node_modules/json-schema-traverse": {
|
|
2720
|
-
"version": "0.4.1",
|
|
2721
|
-
"resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
|
|
2722
|
-
"integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==",
|
|
2723
|
-
"dev": true,
|
|
2724
|
-
"license": "MIT"
|
|
2725
|
-
},
|
|
2726
|
-
"node_modules/json-stable-stringify-without-jsonify": {
|
|
2727
|
-
"version": "1.0.1",
|
|
2728
|
-
"resolved": "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz",
|
|
2729
|
-
"integrity": "sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==",
|
|
2730
|
-
"dev": true,
|
|
2731
|
-
"license": "MIT"
|
|
2732
|
-
},
|
|
2733
|
-
"node_modules/keyv": {
|
|
2734
|
-
"version": "4.5.4",
|
|
2735
|
-
"resolved": "https://registry.npmjs.org/keyv/-/keyv-4.5.4.tgz",
|
|
2736
|
-
"integrity": "sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==",
|
|
2737
|
-
"dev": true,
|
|
2738
|
-
"license": "MIT",
|
|
2739
|
-
"dependencies": {
|
|
2740
|
-
"json-buffer": "3.0.1"
|
|
2741
|
-
}
|
|
2742
|
-
},
|
|
2743
|
-
"node_modules/levn": {
|
|
2744
|
-
"version": "0.4.1",
|
|
2745
|
-
"resolved": "https://registry.npmjs.org/levn/-/levn-0.4.1.tgz",
|
|
2746
|
-
"integrity": "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==",
|
|
2747
|
-
"dev": true,
|
|
2748
|
-
"license": "MIT",
|
|
2749
|
-
"dependencies": {
|
|
2750
|
-
"prelude-ls": "^1.2.1",
|
|
2751
|
-
"type-check": "~0.4.0"
|
|
2752
|
-
},
|
|
2753
|
-
"engines": {
|
|
2754
|
-
"node": ">= 0.8.0"
|
|
2755
|
-
}
|
|
2756
|
-
},
|
|
2757
|
-
"node_modules/lightningcss": {
|
|
2758
|
-
"version": "1.33.0",
|
|
2759
|
-
"resolved": "https://registry.npmjs.org/lightningcss/-/lightningcss-1.33.0.tgz",
|
|
2760
|
-
"integrity": "sha512-WkUDrojuJs0xkgGf2udWxa3yGBRxPtxUkB79i6aCZLRgc7PM8fZe9TosfPDcvEpQZbuFASnHYmRLBLUbmLOIIA==",
|
|
2761
|
-
"dev": true,
|
|
2762
|
-
"license": "MPL-2.0",
|
|
2763
|
-
"dependencies": {
|
|
2764
|
-
"detect-libc": "^2.0.3"
|
|
2765
|
-
},
|
|
2766
|
-
"engines": {
|
|
2767
|
-
"node": ">= 12.0.0"
|
|
2768
|
-
},
|
|
2769
|
-
"funding": {
|
|
2770
|
-
"type": "opencollective",
|
|
2771
|
-
"url": "https://opencollective.com/parcel"
|
|
2772
|
-
},
|
|
2773
|
-
"optionalDependencies": {
|
|
2774
|
-
"lightningcss-android-arm64": "1.33.0",
|
|
2775
|
-
"lightningcss-darwin-arm64": "1.33.0",
|
|
2776
|
-
"lightningcss-darwin-x64": "1.33.0",
|
|
2777
|
-
"lightningcss-freebsd-x64": "1.33.0",
|
|
2778
|
-
"lightningcss-linux-arm-gnueabihf": "1.33.0",
|
|
2779
|
-
"lightningcss-linux-arm64-gnu": "1.33.0",
|
|
2780
|
-
"lightningcss-linux-arm64-musl": "1.33.0",
|
|
2781
|
-
"lightningcss-linux-x64-gnu": "1.33.0",
|
|
2782
|
-
"lightningcss-linux-x64-musl": "1.33.0",
|
|
2783
|
-
"lightningcss-win32-arm64-msvc": "1.33.0",
|
|
2784
|
-
"lightningcss-win32-x64-msvc": "1.33.0"
|
|
2785
|
-
}
|
|
2786
|
-
},
|
|
2787
|
-
"node_modules/lightningcss-android-arm64": {
|
|
2788
|
-
"version": "1.33.0",
|
|
2789
|
-
"resolved": "https://registry.npmjs.org/lightningcss-android-arm64/-/lightningcss-android-arm64-1.33.0.tgz",
|
|
2790
|
-
"integrity": "sha512-gEpRTalKdosp4Bb8qWtc2iOgE5SeIHlpS1up9bFq2wAyYhl1UdTObYiHe98zEM9SQvSoqQZ1IQD0JNpg3Ml5pg==",
|
|
2791
|
-
"cpu": [
|
|
2792
|
-
"arm64"
|
|
2793
|
-
],
|
|
2794
|
-
"dev": true,
|
|
2795
|
-
"license": "MPL-2.0",
|
|
2796
|
-
"optional": true,
|
|
2797
|
-
"os": [
|
|
2798
|
-
"android"
|
|
2799
|
-
],
|
|
2800
|
-
"engines": {
|
|
2801
|
-
"node": ">= 12.0.0"
|
|
2802
|
-
},
|
|
2803
|
-
"funding": {
|
|
2804
|
-
"type": "opencollective",
|
|
2805
|
-
"url": "https://opencollective.com/parcel"
|
|
2806
|
-
}
|
|
2807
|
-
},
|
|
2808
|
-
"node_modules/lightningcss-darwin-arm64": {
|
|
2809
|
-
"version": "1.33.0",
|
|
2810
|
-
"resolved": "https://registry.npmjs.org/lightningcss-darwin-arm64/-/lightningcss-darwin-arm64-1.33.0.tgz",
|
|
2811
|
-
"integrity": "sha512-Sciaz8eenNTKn9b3t7+xr0ipTp9YxKQY4npwQ3mrRuL0BAVHBLyZxofhaKBAVtzmtRZ/zTyo0/to4B1uWG/Djg==",
|
|
2812
|
-
"cpu": [
|
|
2813
|
-
"arm64"
|
|
2814
|
-
],
|
|
2815
|
-
"dev": true,
|
|
2816
|
-
"license": "MPL-2.0",
|
|
2817
|
-
"optional": true,
|
|
2818
|
-
"os": [
|
|
2819
|
-
"darwin"
|
|
2820
|
-
],
|
|
2821
|
-
"engines": {
|
|
2822
|
-
"node": ">= 12.0.0"
|
|
2823
|
-
},
|
|
2824
|
-
"funding": {
|
|
2825
|
-
"type": "opencollective",
|
|
2826
|
-
"url": "https://opencollective.com/parcel"
|
|
2827
|
-
}
|
|
2828
|
-
},
|
|
2829
|
-
"node_modules/lightningcss-darwin-x64": {
|
|
2830
|
-
"version": "1.33.0",
|
|
2831
|
-
"resolved": "https://registry.npmjs.org/lightningcss-darwin-x64/-/lightningcss-darwin-x64-1.33.0.tgz",
|
|
2832
|
-
"integrity": "sha512-Z5UPAxzrjlWNNyGy6i65cJzzvgJ5D3T6wMvs+gWpY9d7qRhANrxqAp6LhxIgZhWEw18RfJTGcRxjuLIBr+m8XQ==",
|
|
2833
|
-
"cpu": [
|
|
2834
|
-
"x64"
|
|
2835
|
-
],
|
|
2836
|
-
"dev": true,
|
|
2837
|
-
"license": "MPL-2.0",
|
|
2838
|
-
"optional": true,
|
|
2839
|
-
"os": [
|
|
2840
|
-
"darwin"
|
|
2841
|
-
],
|
|
2842
|
-
"engines": {
|
|
2843
|
-
"node": ">= 12.0.0"
|
|
2844
|
-
},
|
|
2845
|
-
"funding": {
|
|
2846
|
-
"type": "opencollective",
|
|
2847
|
-
"url": "https://opencollective.com/parcel"
|
|
2848
|
-
}
|
|
2849
|
-
},
|
|
2850
|
-
"node_modules/lightningcss-freebsd-x64": {
|
|
2851
|
-
"version": "1.33.0",
|
|
2852
|
-
"resolved": "https://registry.npmjs.org/lightningcss-freebsd-x64/-/lightningcss-freebsd-x64-1.33.0.tgz",
|
|
2853
|
-
"integrity": "sha512-QQM/Ti/hQajJwCY+RiWuCZ9sdtI/XQk7nDK5vC8kkdwixezOlDgvDx7+RT+QjK6FcFT4MpsuoBnHIo/O3StRRg==",
|
|
2854
|
-
"cpu": [
|
|
2855
|
-
"x64"
|
|
2856
|
-
],
|
|
2857
|
-
"dev": true,
|
|
2858
|
-
"license": "MPL-2.0",
|
|
2859
|
-
"optional": true,
|
|
2860
|
-
"os": [
|
|
2861
|
-
"freebsd"
|
|
2862
|
-
],
|
|
2863
|
-
"engines": {
|
|
2864
|
-
"node": ">= 12.0.0"
|
|
2865
|
-
},
|
|
2866
|
-
"funding": {
|
|
2867
|
-
"type": "opencollective",
|
|
2868
|
-
"url": "https://opencollective.com/parcel"
|
|
2869
|
-
}
|
|
2870
|
-
},
|
|
2871
|
-
"node_modules/lightningcss-linux-arm-gnueabihf": {
|
|
2872
|
-
"version": "1.33.0",
|
|
2873
|
-
"resolved": "https://registry.npmjs.org/lightningcss-linux-arm-gnueabihf/-/lightningcss-linux-arm-gnueabihf-1.33.0.tgz",
|
|
2874
|
-
"integrity": "sha512-N7FVBe6iS24MlM6R/4RBTxGhQheZGs7tiQ9U32UtF75NzP5Q7xWPRqLBCKxlRQRk3rY1jCIPLzx7WzOhuUIRLQ==",
|
|
2875
|
-
"cpu": [
|
|
2876
|
-
"arm"
|
|
2877
|
-
],
|
|
2878
|
-
"dev": true,
|
|
2879
|
-
"license": "MPL-2.0",
|
|
2880
|
-
"optional": true,
|
|
2881
|
-
"os": [
|
|
2882
|
-
"linux"
|
|
2883
|
-
],
|
|
2302
|
+
"integrity": "sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==",
|
|
2303
|
+
"license": "MIT",
|
|
2884
2304
|
"engines": {
|
|
2885
|
-
"node": ">=
|
|
2886
|
-
},
|
|
2887
|
-
"funding": {
|
|
2888
|
-
"type": "opencollective",
|
|
2889
|
-
"url": "https://opencollective.com/parcel"
|
|
2305
|
+
"node": ">= 0.10"
|
|
2890
2306
|
}
|
|
2891
2307
|
},
|
|
2892
|
-
"node_modules/
|
|
2893
|
-
"version": "1.
|
|
2894
|
-
"resolved": "https://registry.npmjs.org/
|
|
2895
|
-
"integrity": "sha512-
|
|
2896
|
-
"cpu": [
|
|
2897
|
-
"arm64"
|
|
2898
|
-
],
|
|
2308
|
+
"node_modules/is-extglob": {
|
|
2309
|
+
"version": "2.1.1",
|
|
2310
|
+
"resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz",
|
|
2311
|
+
"integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==",
|
|
2899
2312
|
"dev": true,
|
|
2900
|
-
"
|
|
2901
|
-
"glibc"
|
|
2902
|
-
],
|
|
2903
|
-
"license": "MPL-2.0",
|
|
2904
|
-
"optional": true,
|
|
2905
|
-
"os": [
|
|
2906
|
-
"linux"
|
|
2907
|
-
],
|
|
2313
|
+
"license": "MIT",
|
|
2908
2314
|
"engines": {
|
|
2909
|
-
"node": ">=
|
|
2910
|
-
},
|
|
2911
|
-
"funding": {
|
|
2912
|
-
"type": "opencollective",
|
|
2913
|
-
"url": "https://opencollective.com/parcel"
|
|
2315
|
+
"node": ">=0.10.0"
|
|
2914
2316
|
}
|
|
2915
2317
|
},
|
|
2916
|
-
"node_modules/
|
|
2917
|
-
"version": "
|
|
2918
|
-
"resolved": "https://registry.npmjs.org/
|
|
2919
|
-
"integrity": "sha512-
|
|
2920
|
-
"cpu": [
|
|
2921
|
-
"arm64"
|
|
2922
|
-
],
|
|
2318
|
+
"node_modules/is-glob": {
|
|
2319
|
+
"version": "4.0.3",
|
|
2320
|
+
"resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz",
|
|
2321
|
+
"integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==",
|
|
2923
2322
|
"dev": true,
|
|
2924
|
-
"
|
|
2925
|
-
|
|
2926
|
-
|
|
2927
|
-
"license": "MPL-2.0",
|
|
2928
|
-
"optional": true,
|
|
2929
|
-
"os": [
|
|
2930
|
-
"linux"
|
|
2931
|
-
],
|
|
2932
|
-
"engines": {
|
|
2933
|
-
"node": ">= 12.0.0"
|
|
2323
|
+
"license": "MIT",
|
|
2324
|
+
"dependencies": {
|
|
2325
|
+
"is-extglob": "^2.1.1"
|
|
2934
2326
|
},
|
|
2935
|
-
"
|
|
2936
|
-
"
|
|
2937
|
-
"url": "https://opencollective.com/parcel"
|
|
2327
|
+
"engines": {
|
|
2328
|
+
"node": ">=0.10.0"
|
|
2938
2329
|
}
|
|
2939
2330
|
},
|
|
2940
|
-
"node_modules/
|
|
2941
|
-
"version": "
|
|
2942
|
-
"resolved": "https://registry.npmjs.org/
|
|
2943
|
-
"integrity": "sha512-
|
|
2944
|
-
"
|
|
2945
|
-
|
|
2946
|
-
|
|
2331
|
+
"node_modules/is-promise": {
|
|
2332
|
+
"version": "4.0.0",
|
|
2333
|
+
"resolved": "https://registry.npmjs.org/is-promise/-/is-promise-4.0.0.tgz",
|
|
2334
|
+
"integrity": "sha512-hvpoI6korhJMnej285dSg6nu1+e6uxs7zG3BYAm5byqDsgJNWwxzM6z6iZiAgQR4TJ30JmBTOwqZUw3WlyH3AQ==",
|
|
2335
|
+
"license": "MIT"
|
|
2336
|
+
},
|
|
2337
|
+
"node_modules/isexe": {
|
|
2338
|
+
"version": "2.0.0",
|
|
2339
|
+
"resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
|
|
2340
|
+
"integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==",
|
|
2947
2341
|
"dev": true,
|
|
2948
|
-
"
|
|
2949
|
-
"glibc"
|
|
2950
|
-
],
|
|
2951
|
-
"license": "MPL-2.0",
|
|
2952
|
-
"optional": true,
|
|
2953
|
-
"os": [
|
|
2954
|
-
"linux"
|
|
2955
|
-
],
|
|
2956
|
-
"engines": {
|
|
2957
|
-
"node": ">= 12.0.0"
|
|
2958
|
-
},
|
|
2959
|
-
"funding": {
|
|
2960
|
-
"type": "opencollective",
|
|
2961
|
-
"url": "https://opencollective.com/parcel"
|
|
2962
|
-
}
|
|
2342
|
+
"license": "ISC"
|
|
2963
2343
|
},
|
|
2964
|
-
"node_modules/
|
|
2965
|
-
"version": "
|
|
2966
|
-
"resolved": "https://registry.npmjs.org/
|
|
2967
|
-
"integrity": "sha512-
|
|
2968
|
-
"cpu": [
|
|
2969
|
-
"x64"
|
|
2970
|
-
],
|
|
2344
|
+
"node_modules/json-buffer": {
|
|
2345
|
+
"version": "3.0.1",
|
|
2346
|
+
"resolved": "https://registry.npmjs.org/json-buffer/-/json-buffer-3.0.1.tgz",
|
|
2347
|
+
"integrity": "sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==",
|
|
2971
2348
|
"dev": true,
|
|
2972
|
-
"
|
|
2973
|
-
"musl"
|
|
2974
|
-
],
|
|
2975
|
-
"license": "MPL-2.0",
|
|
2976
|
-
"optional": true,
|
|
2977
|
-
"os": [
|
|
2978
|
-
"linux"
|
|
2979
|
-
],
|
|
2980
|
-
"engines": {
|
|
2981
|
-
"node": ">= 12.0.0"
|
|
2982
|
-
},
|
|
2983
|
-
"funding": {
|
|
2984
|
-
"type": "opencollective",
|
|
2985
|
-
"url": "https://opencollective.com/parcel"
|
|
2986
|
-
}
|
|
2349
|
+
"license": "MIT"
|
|
2987
2350
|
},
|
|
2988
|
-
"node_modules/
|
|
2989
|
-
"version": "
|
|
2990
|
-
"resolved": "https://registry.npmjs.org/
|
|
2991
|
-
"integrity": "sha512-
|
|
2992
|
-
"cpu": [
|
|
2993
|
-
"arm64"
|
|
2994
|
-
],
|
|
2351
|
+
"node_modules/json-schema-traverse": {
|
|
2352
|
+
"version": "0.4.1",
|
|
2353
|
+
"resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
|
|
2354
|
+
"integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==",
|
|
2995
2355
|
"dev": true,
|
|
2996
|
-
"license": "
|
|
2997
|
-
|
|
2998
|
-
|
|
2999
|
-
|
|
3000
|
-
|
|
3001
|
-
"
|
|
3002
|
-
|
|
3003
|
-
|
|
3004
|
-
|
|
3005
|
-
|
|
3006
|
-
|
|
2356
|
+
"license": "MIT"
|
|
2357
|
+
},
|
|
2358
|
+
"node_modules/json-stable-stringify-without-jsonify": {
|
|
2359
|
+
"version": "1.0.1",
|
|
2360
|
+
"resolved": "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz",
|
|
2361
|
+
"integrity": "sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==",
|
|
2362
|
+
"dev": true,
|
|
2363
|
+
"license": "MIT"
|
|
2364
|
+
},
|
|
2365
|
+
"node_modules/keyv": {
|
|
2366
|
+
"version": "4.5.4",
|
|
2367
|
+
"resolved": "https://registry.npmjs.org/keyv/-/keyv-4.5.4.tgz",
|
|
2368
|
+
"integrity": "sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==",
|
|
2369
|
+
"dev": true,
|
|
2370
|
+
"license": "MIT",
|
|
2371
|
+
"dependencies": {
|
|
2372
|
+
"json-buffer": "3.0.1"
|
|
3007
2373
|
}
|
|
3008
2374
|
},
|
|
3009
|
-
"node_modules/
|
|
3010
|
-
"version": "
|
|
3011
|
-
"resolved": "https://registry.npmjs.org/
|
|
3012
|
-
"integrity": "sha512
|
|
3013
|
-
"cpu": [
|
|
3014
|
-
"x64"
|
|
3015
|
-
],
|
|
2375
|
+
"node_modules/levn": {
|
|
2376
|
+
"version": "0.4.1",
|
|
2377
|
+
"resolved": "https://registry.npmjs.org/levn/-/levn-0.4.1.tgz",
|
|
2378
|
+
"integrity": "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==",
|
|
3016
2379
|
"dev": true,
|
|
3017
|
-
"license": "
|
|
3018
|
-
"
|
|
3019
|
-
|
|
3020
|
-
"
|
|
3021
|
-
],
|
|
3022
|
-
"engines": {
|
|
3023
|
-
"node": ">= 12.0.0"
|
|
2380
|
+
"license": "MIT",
|
|
2381
|
+
"dependencies": {
|
|
2382
|
+
"prelude-ls": "^1.2.1",
|
|
2383
|
+
"type-check": "~0.4.0"
|
|
3024
2384
|
},
|
|
3025
|
-
"
|
|
3026
|
-
"
|
|
3027
|
-
"url": "https://opencollective.com/parcel"
|
|
2385
|
+
"engines": {
|
|
2386
|
+
"node": ">= 0.8.0"
|
|
3028
2387
|
}
|
|
3029
2388
|
},
|
|
3030
2389
|
"node_modules/locate-path": {
|
|
@@ -3044,9 +2403,9 @@
|
|
|
3044
2403
|
}
|
|
3045
2404
|
},
|
|
3046
2405
|
"node_modules/magic-string": {
|
|
3047
|
-
"version": "
|
|
3048
|
-
"resolved": "https://registry.npmjs.org/magic-string/-/magic-string-
|
|
3049
|
-
"integrity": "sha512-
|
|
2406
|
+
"version": "1.2.3",
|
|
2407
|
+
"resolved": "https://registry.npmjs.org/magic-string/-/magic-string-1.2.3.tgz",
|
|
2408
|
+
"integrity": "sha512-Bpb0W2TbLKOZ7vJnOUnVRGq3WL2p+ISV29M6hYPL1AFCpyKZpdr5ytiXoTSSxRVhg8YW7f65+6gbG8WG6PCa/g==",
|
|
3050
2409
|
"dev": true,
|
|
3051
2410
|
"license": "MIT",
|
|
3052
2411
|
"dependencies": {
|
|
@@ -3142,25 +2501,6 @@
|
|
|
3142
2501
|
"integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
|
|
3143
2502
|
"license": "MIT"
|
|
3144
2503
|
},
|
|
3145
|
-
"node_modules/nanoid": {
|
|
3146
|
-
"version": "3.3.18",
|
|
3147
|
-
"resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.18.tgz",
|
|
3148
|
-
"integrity": "sha512-DTg4MJbGMWkfi6VZFdNt2/caMbQy4Ou+Op/hJQvGEWcnVfoA1QA+xzRKAzw9jD6+GVOOeYr/mIcuDSdug6F6+w==",
|
|
3149
|
-
"dev": true,
|
|
3150
|
-
"funding": [
|
|
3151
|
-
{
|
|
3152
|
-
"type": "github",
|
|
3153
|
-
"url": "https://github.com/sponsors/ai"
|
|
3154
|
-
}
|
|
3155
|
-
],
|
|
3156
|
-
"license": "MIT",
|
|
3157
|
-
"bin": {
|
|
3158
|
-
"nanoid": "bin/nanoid.cjs"
|
|
3159
|
-
},
|
|
3160
|
-
"engines": {
|
|
3161
|
-
"node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
|
|
3162
|
-
}
|
|
3163
|
-
},
|
|
3164
2504
|
"node_modules/natural-compare": {
|
|
3165
2505
|
"version": "1.4.0",
|
|
3166
2506
|
"resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz",
|
|
@@ -3219,15 +2559,18 @@
|
|
|
3219
2559
|
}
|
|
3220
2560
|
},
|
|
3221
2561
|
"node_modules/obug": {
|
|
3222
|
-
"version": "2.1.
|
|
3223
|
-
"resolved": "https://registry.npmjs.org/obug/-/obug-2.1.
|
|
3224
|
-
"integrity": "sha512-
|
|
2562
|
+
"version": "2.1.4",
|
|
2563
|
+
"resolved": "https://registry.npmjs.org/obug/-/obug-2.1.4.tgz",
|
|
2564
|
+
"integrity": "sha512-4a+OsYv9UktOJKE+l1A4OufDgdRF9PifWj+tJnHURo/P+WOxpG4GzUFL9qCalmWauao6ogiG+QvnCovwPoyAWA==",
|
|
3225
2565
|
"dev": true,
|
|
3226
2566
|
"funding": [
|
|
3227
2567
|
"https://github.com/sponsors/sxzz",
|
|
3228
2568
|
"https://opencollective.com/debug"
|
|
3229
2569
|
],
|
|
3230
|
-
"license": "MIT"
|
|
2570
|
+
"license": "MIT",
|
|
2571
|
+
"engines": {
|
|
2572
|
+
"node": ">=12.20.0"
|
|
2573
|
+
}
|
|
3231
2574
|
},
|
|
3232
2575
|
"node_modules/on-finished": {
|
|
3233
2576
|
"version": "2.4.1",
|
|
@@ -3339,13 +2682,6 @@
|
|
|
3339
2682
|
"url": "https://opencollective.com/express"
|
|
3340
2683
|
}
|
|
3341
2684
|
},
|
|
3342
|
-
"node_modules/pathe": {
|
|
3343
|
-
"version": "2.0.3",
|
|
3344
|
-
"resolved": "https://registry.npmjs.org/pathe/-/pathe-2.0.3.tgz",
|
|
3345
|
-
"integrity": "sha512-WUjGcAqP1gQacoQe+OBJsFA7Ld4DyXuUIjZ5cc75cLHvJ7dtNsTugphxIADwspS+AraAUePCKrSVtPLFj/F88w==",
|
|
3346
|
-
"dev": true,
|
|
3347
|
-
"license": "MIT"
|
|
3348
|
-
},
|
|
3349
2685
|
"node_modules/pg": {
|
|
3350
2686
|
"version": "8.23.0",
|
|
3351
2687
|
"resolved": "https://registry.npmjs.org/pg/-/pg-8.23.0.tgz",
|
|
@@ -3435,17 +2771,10 @@
|
|
|
3435
2771
|
"split2": "^4.1.0"
|
|
3436
2772
|
}
|
|
3437
2773
|
},
|
|
3438
|
-
"node_modules/picocolors": {
|
|
3439
|
-
"version": "1.1.1",
|
|
3440
|
-
"resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz",
|
|
3441
|
-
"integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",
|
|
3442
|
-
"dev": true,
|
|
3443
|
-
"license": "ISC"
|
|
3444
|
-
},
|
|
3445
2774
|
"node_modules/picomatch": {
|
|
3446
|
-
"version": "4.0.
|
|
3447
|
-
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.
|
|
3448
|
-
"integrity": "sha512-
|
|
2775
|
+
"version": "4.0.7",
|
|
2776
|
+
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.7.tgz",
|
|
2777
|
+
"integrity": "sha512-qcJu88Q2IWqJsDD529JKMdwGm/dvInW4HvQnRwiH9JtihJvzGOscDtHE3x1pBKeUOTysQ8kVmLnJ2kJu7yhcGA==",
|
|
3449
2778
|
"dev": true,
|
|
3450
2779
|
"license": "MIT",
|
|
3451
2780
|
"engines": {
|
|
@@ -3455,35 +2784,6 @@
|
|
|
3455
2784
|
"url": "https://github.com/sponsors/jonschlinkert"
|
|
3456
2785
|
}
|
|
3457
2786
|
},
|
|
3458
|
-
"node_modules/postcss": {
|
|
3459
|
-
"version": "8.5.26",
|
|
3460
|
-
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.26.tgz",
|
|
3461
|
-
"integrity": "sha512-u82N74LFzG8ca+dD8puPnplTXoGH4fTPpVGuIbt36G3qvNlkvfD0lEAZSxaly3KX8TS/L1A1gsCEmvKmBcVbkQ==",
|
|
3462
|
-
"dev": true,
|
|
3463
|
-
"funding": [
|
|
3464
|
-
{
|
|
3465
|
-
"type": "opencollective",
|
|
3466
|
-
"url": "https://opencollective.com/postcss/"
|
|
3467
|
-
},
|
|
3468
|
-
{
|
|
3469
|
-
"type": "tidelift",
|
|
3470
|
-
"url": "https://tidelift.com/funding/github/npm/postcss"
|
|
3471
|
-
},
|
|
3472
|
-
{
|
|
3473
|
-
"type": "github",
|
|
3474
|
-
"url": "https://github.com/sponsors/ai"
|
|
3475
|
-
}
|
|
3476
|
-
],
|
|
3477
|
-
"license": "MIT",
|
|
3478
|
-
"dependencies": {
|
|
3479
|
-
"nanoid": "^3.3.17",
|
|
3480
|
-
"picocolors": "^1.1.1",
|
|
3481
|
-
"source-map-js": "^1.2.1"
|
|
3482
|
-
},
|
|
3483
|
-
"engines": {
|
|
3484
|
-
"node": "^10 || ^12 || >=14"
|
|
3485
|
-
}
|
|
3486
|
-
},
|
|
3487
2787
|
"node_modules/postgres-array": {
|
|
3488
2788
|
"version": "2.0.0",
|
|
3489
2789
|
"resolved": "https://registry.npmjs.org/postgres-array/-/postgres-array-2.0.0.tgz",
|
|
@@ -3599,40 +2899,6 @@
|
|
|
3599
2899
|
"node": ">= 0.10"
|
|
3600
2900
|
}
|
|
3601
2901
|
},
|
|
3602
|
-
"node_modules/rolldown": {
|
|
3603
|
-
"version": "1.2.5",
|
|
3604
|
-
"resolved": "https://registry.npmjs.org/rolldown/-/rolldown-1.2.5.tgz",
|
|
3605
|
-
"integrity": "sha512-VD2IE5PUG4Oj8zz2VGykiYd5wbnjdIiSsNQb8Qu5B+noEp+A78mu2iVvpp27g8es14Tk9rofNs5Tku9iQCS4fA==",
|
|
3606
|
-
"dev": true,
|
|
3607
|
-
"license": "MIT",
|
|
3608
|
-
"dependencies": {
|
|
3609
|
-
"@oxc-project/types": "=0.146.0",
|
|
3610
|
-
"@rolldown/pluginutils": "^1.0.0"
|
|
3611
|
-
},
|
|
3612
|
-
"bin": {
|
|
3613
|
-
"rolldown": "bin/cli.mjs"
|
|
3614
|
-
},
|
|
3615
|
-
"engines": {
|
|
3616
|
-
"node": "^20.19.0 || >=22.12.0"
|
|
3617
|
-
},
|
|
3618
|
-
"optionalDependencies": {
|
|
3619
|
-
"@rolldown/binding-android-arm-eabi": "1.2.5",
|
|
3620
|
-
"@rolldown/binding-android-arm64": "1.2.5",
|
|
3621
|
-
"@rolldown/binding-darwin-arm64": "1.2.5",
|
|
3622
|
-
"@rolldown/binding-darwin-x64": "1.2.5",
|
|
3623
|
-
"@rolldown/binding-freebsd-x64": "1.2.5",
|
|
3624
|
-
"@rolldown/binding-linux-arm-gnueabihf": "1.2.5",
|
|
3625
|
-
"@rolldown/binding-linux-arm64-gnu": "1.2.5",
|
|
3626
|
-
"@rolldown/binding-linux-arm64-musl": "1.2.5",
|
|
3627
|
-
"@rolldown/binding-linux-ppc64-gnu": "1.2.5",
|
|
3628
|
-
"@rolldown/binding-linux-s390x-gnu": "1.2.5",
|
|
3629
|
-
"@rolldown/binding-linux-x64-gnu": "1.2.5",
|
|
3630
|
-
"@rolldown/binding-linux-x64-musl": "1.2.5",
|
|
3631
|
-
"@rolldown/binding-openharmony-arm64": "1.2.5",
|
|
3632
|
-
"@rolldown/binding-win32-arm64-msvc": "1.2.5",
|
|
3633
|
-
"@rolldown/binding-win32-x64-msvc": "1.2.5"
|
|
3634
|
-
}
|
|
3635
|
-
},
|
|
3636
2902
|
"node_modules/router": {
|
|
3637
2903
|
"version": "2.2.0",
|
|
3638
2904
|
"resolved": "https://registry.npmjs.org/router/-/router-2.2.0.tgz",
|
|
@@ -3846,16 +3112,6 @@
|
|
|
3846
3112
|
"dev": true,
|
|
3847
3113
|
"license": "ISC"
|
|
3848
3114
|
},
|
|
3849
|
-
"node_modules/source-map-js": {
|
|
3850
|
-
"version": "1.2.1",
|
|
3851
|
-
"resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz",
|
|
3852
|
-
"integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==",
|
|
3853
|
-
"dev": true,
|
|
3854
|
-
"license": "BSD-3-Clause",
|
|
3855
|
-
"engines": {
|
|
3856
|
-
"node": ">=0.10.0"
|
|
3857
|
-
}
|
|
3858
|
-
},
|
|
3859
3115
|
"node_modules/split2": {
|
|
3860
3116
|
"version": "4.2.0",
|
|
3861
3117
|
"resolved": "https://registry.npmjs.org/split2/-/split2-4.2.0.tgz",
|
|
@@ -3882,9 +3138,9 @@
|
|
|
3882
3138
|
}
|
|
3883
3139
|
},
|
|
3884
3140
|
"node_modules/std-env": {
|
|
3885
|
-
"version": "4.
|
|
3886
|
-
"resolved": "https://registry.npmjs.org/std-env/-/std-env-4.
|
|
3887
|
-
"integrity": "sha512-
|
|
3141
|
+
"version": "4.2.0",
|
|
3142
|
+
"resolved": "https://registry.npmjs.org/std-env/-/std-env-4.2.0.tgz",
|
|
3143
|
+
"integrity": "sha512-oCUKSupKTHX53EyjDtuZQ64pjLJ6yYCtpmEw0goYxtjG9KpbRe8KAsl2tBUGU9DyMcJ0RwJ8GqJAFzMXcXW1Rw==",
|
|
3888
3144
|
"dev": true,
|
|
3889
3145
|
"license": "MIT"
|
|
3890
3146
|
},
|
|
@@ -3938,16 +3194,19 @@
|
|
|
3938
3194
|
}
|
|
3939
3195
|
},
|
|
3940
3196
|
"node_modules/tinybench": {
|
|
3941
|
-
"version": "
|
|
3942
|
-
"resolved": "https://registry.npmjs.org/tinybench/-/tinybench-
|
|
3943
|
-
"integrity": "sha512-
|
|
3197
|
+
"version": "6.1.4",
|
|
3198
|
+
"resolved": "https://registry.npmjs.org/tinybench/-/tinybench-6.1.4.tgz",
|
|
3199
|
+
"integrity": "sha512-9APumHG7r4yOk4X4WlkmE71aZcv1gvin1czO3OQ1U9iJcFA5Ja/ygyb0vPOVHTthFozUYs8CLoLUlM8grb2lTQ==",
|
|
3944
3200
|
"dev": true,
|
|
3945
|
-
"license": "MIT"
|
|
3201
|
+
"license": "MIT",
|
|
3202
|
+
"engines": {
|
|
3203
|
+
"node": ">=20.0.0"
|
|
3204
|
+
}
|
|
3946
3205
|
},
|
|
3947
3206
|
"node_modules/tinyexec": {
|
|
3948
|
-
"version": "1.
|
|
3949
|
-
"resolved": "https://registry.npmjs.org/tinyexec/-/tinyexec-1.
|
|
3950
|
-
"integrity": "sha512-
|
|
3207
|
+
"version": "1.3.0",
|
|
3208
|
+
"resolved": "https://registry.npmjs.org/tinyexec/-/tinyexec-1.3.0.tgz",
|
|
3209
|
+
"integrity": "sha512-QKAl9m8gWWGHV8jZcPeym6j+XULi6tOf1mT83WYJ4Lk2ytW/uwAWkrP0uFsdoYMdueVJ0qs26wZ+23xeB4ibNQ==",
|
|
3951
3210
|
"dev": true,
|
|
3952
3211
|
"license": "MIT",
|
|
3953
3212
|
"engines": {
|
|
@@ -3971,16 +3230,6 @@
|
|
|
3971
3230
|
"url": "https://github.com/sponsors/SuperchupuDev"
|
|
3972
3231
|
}
|
|
3973
3232
|
},
|
|
3974
|
-
"node_modules/tinyrainbow": {
|
|
3975
|
-
"version": "3.1.1",
|
|
3976
|
-
"resolved": "https://registry.npmjs.org/tinyrainbow/-/tinyrainbow-3.1.1.tgz",
|
|
3977
|
-
"integrity": "sha512-yau8yJdTt989Mm0Bd/236QnzEiPf2xLLTqUZRUJOo/3CB078LSwzei343DgtJVmfJKJE3TMINY1u42SQsP6mXw==",
|
|
3978
|
-
"dev": true,
|
|
3979
|
-
"license": "MIT",
|
|
3980
|
-
"engines": {
|
|
3981
|
-
"node": ">=14.0.0"
|
|
3982
|
-
}
|
|
3983
|
-
},
|
|
3984
3233
|
"node_modules/toidentifier": {
|
|
3985
3234
|
"version": "1.0.1",
|
|
3986
3235
|
"resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.1.tgz",
|
|
@@ -4106,16 +3355,16 @@
|
|
|
4106
3355
|
}
|
|
4107
3356
|
},
|
|
4108
3357
|
"node_modules/typescript-eslint": {
|
|
4109
|
-
"version": "8.
|
|
4110
|
-
"resolved": "https://registry.npmjs.org/typescript-eslint/-/typescript-eslint-8.
|
|
4111
|
-
"integrity": "sha512-
|
|
3358
|
+
"version": "8.69.0",
|
|
3359
|
+
"resolved": "https://registry.npmjs.org/typescript-eslint/-/typescript-eslint-8.69.0.tgz",
|
|
3360
|
+
"integrity": "sha512-B3MltX0VqjUBNEe3b3sSuiRbfa6XrfHFtBiPamjT5AsW/dfq+y+bc0wyuS9DxAS1LyzCxRp2+rxzpLUvqM2BvA==",
|
|
4112
3361
|
"dev": true,
|
|
4113
3362
|
"license": "MIT",
|
|
4114
3363
|
"dependencies": {
|
|
4115
|
-
"@typescript-eslint/eslint-plugin": "8.
|
|
4116
|
-
"@typescript-eslint/parser": "8.
|
|
4117
|
-
"@typescript-eslint/typescript-estree": "8.
|
|
4118
|
-
"@typescript-eslint/utils": "8.
|
|
3364
|
+
"@typescript-eslint/eslint-plugin": "8.69.0",
|
|
3365
|
+
"@typescript-eslint/parser": "8.69.0",
|
|
3366
|
+
"@typescript-eslint/typescript-estree": "8.69.0",
|
|
3367
|
+
"@typescript-eslint/utils": "8.69.0"
|
|
4119
3368
|
},
|
|
4120
3369
|
"engines": {
|
|
4121
3370
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
@@ -4164,117 +3413,32 @@
|
|
|
4164
3413
|
"node": ">= 0.8"
|
|
4165
3414
|
}
|
|
4166
3415
|
},
|
|
4167
|
-
"node_modules/vite": {
|
|
4168
|
-
"version": "8.2.2",
|
|
4169
|
-
"resolved": "https://registry.npmjs.org/vite/-/vite-8.2.2.tgz",
|
|
4170
|
-
"integrity": "sha512-cFKLV/PRgAUlIRm5WjMjJ86jrftzpqcgH+Us+DS8mI3CDNiH30Whrz8uHL3+MOLPAgqbMBAqWdAHAphOAM+z/Q==",
|
|
4171
|
-
"dev": true,
|
|
4172
|
-
"license": "MIT",
|
|
4173
|
-
"dependencies": {
|
|
4174
|
-
"lightningcss": "^1.33.0",
|
|
4175
|
-
"picomatch": "^4.0.5",
|
|
4176
|
-
"postcss": "^8.5.26",
|
|
4177
|
-
"rolldown": "~1.2.4",
|
|
4178
|
-
"tinyglobby": "^0.2.17"
|
|
4179
|
-
},
|
|
4180
|
-
"bin": {
|
|
4181
|
-
"vite": "bin/vite.js"
|
|
4182
|
-
},
|
|
4183
|
-
"engines": {
|
|
4184
|
-
"node": "^20.19.0 || >=22.12.0"
|
|
4185
|
-
},
|
|
4186
|
-
"funding": {
|
|
4187
|
-
"url": "https://github.com/vitejs/vite?sponsor=1"
|
|
4188
|
-
},
|
|
4189
|
-
"optionalDependencies": {
|
|
4190
|
-
"fsevents": "~2.3.3"
|
|
4191
|
-
},
|
|
4192
|
-
"peerDependencies": {
|
|
4193
|
-
"@types/node": "^20.19.0 || >=22.12.0",
|
|
4194
|
-
"@vitejs/devtools": "^0.4.0 || ^0.5.0",
|
|
4195
|
-
"esbuild": "^0.27.0 || ^0.28.0",
|
|
4196
|
-
"jiti": ">=1.21.0",
|
|
4197
|
-
"less": "^4.0.0",
|
|
4198
|
-
"sass": "^1.70.0",
|
|
4199
|
-
"sass-embedded": "^1.70.0",
|
|
4200
|
-
"stylus": ">=0.54.8",
|
|
4201
|
-
"sugarss": "^5.0.0",
|
|
4202
|
-
"terser": "^5.16.0",
|
|
4203
|
-
"tsx": "^4.8.1",
|
|
4204
|
-
"yaml": "^2.4.2"
|
|
4205
|
-
},
|
|
4206
|
-
"peerDependenciesMeta": {
|
|
4207
|
-
"@types/node": {
|
|
4208
|
-
"optional": true
|
|
4209
|
-
},
|
|
4210
|
-
"@vitejs/devtools": {
|
|
4211
|
-
"optional": true
|
|
4212
|
-
},
|
|
4213
|
-
"esbuild": {
|
|
4214
|
-
"optional": true
|
|
4215
|
-
},
|
|
4216
|
-
"jiti": {
|
|
4217
|
-
"optional": true
|
|
4218
|
-
},
|
|
4219
|
-
"less": {
|
|
4220
|
-
"optional": true
|
|
4221
|
-
},
|
|
4222
|
-
"sass": {
|
|
4223
|
-
"optional": true
|
|
4224
|
-
},
|
|
4225
|
-
"sass-embedded": {
|
|
4226
|
-
"optional": true
|
|
4227
|
-
},
|
|
4228
|
-
"stylus": {
|
|
4229
|
-
"optional": true
|
|
4230
|
-
},
|
|
4231
|
-
"sugarss": {
|
|
4232
|
-
"optional": true
|
|
4233
|
-
},
|
|
4234
|
-
"terser": {
|
|
4235
|
-
"optional": true
|
|
4236
|
-
},
|
|
4237
|
-
"tsx": {
|
|
4238
|
-
"optional": true
|
|
4239
|
-
},
|
|
4240
|
-
"yaml": {
|
|
4241
|
-
"optional": true
|
|
4242
|
-
}
|
|
4243
|
-
}
|
|
4244
|
-
},
|
|
4245
3416
|
"node_modules/vitest": {
|
|
4246
|
-
"version": "
|
|
4247
|
-
"resolved": "https://registry.npmjs.org/vitest/-/vitest-
|
|
4248
|
-
"integrity": "sha512-
|
|
3417
|
+
"version": "5.0.0",
|
|
3418
|
+
"resolved": "https://registry.npmjs.org/vitest/-/vitest-5.0.0.tgz",
|
|
3419
|
+
"integrity": "sha512-gpsMNoRhMjMktVxPtstOH4/PJuPyovVaMDr4oDilXaGH1EcqM2OE96SoHT2VIQ6fTGtTjqmHDrEu2X9RQiXf8Q==",
|
|
4249
3420
|
"dev": true,
|
|
4250
3421
|
"license": "MIT",
|
|
4251
3422
|
"dependencies": {
|
|
4252
|
-
"@
|
|
4253
|
-
"@vitest/mocker": "
|
|
4254
|
-
"
|
|
4255
|
-
"
|
|
4256
|
-
"
|
|
4257
|
-
"
|
|
4258
|
-
"
|
|
4259
|
-
"
|
|
4260
|
-
"
|
|
4261
|
-
"
|
|
4262
|
-
"
|
|
4263
|
-
"
|
|
4264
|
-
"picomatch": "^4.0.3",
|
|
4265
|
-
"std-env": "^4.0.0-rc.1",
|
|
4266
|
-
"tinybench": "^2.9.0",
|
|
4267
|
-
"tinyexec": "^1.0.2",
|
|
4268
|
-
"tinyglobby": "^0.2.15",
|
|
4269
|
-
"tinyrainbow": "^3.1.0",
|
|
4270
|
-
"vite": "^6.0.0 || ^7.0.0 || ^8.0.0",
|
|
3423
|
+
"@types/chai": "^5.2.2",
|
|
3424
|
+
"@vitest/mocker": "5.0.0",
|
|
3425
|
+
"chai": "^6.2.2",
|
|
3426
|
+
"es-module-lexer": "^2.3.2",
|
|
3427
|
+
"expect-type": "^1.4.0",
|
|
3428
|
+
"magic-string": "^1.2.3",
|
|
3429
|
+
"obug": "^2.1.4",
|
|
3430
|
+
"picomatch": "^4.0.7",
|
|
3431
|
+
"std-env": "^4.2.0",
|
|
3432
|
+
"tinybench": "6.1.4",
|
|
3433
|
+
"tinyexec": "1.3.0",
|
|
3434
|
+
"tinyglobby": "^0.2.17",
|
|
4271
3435
|
"why-is-node-running": "^2.3.0"
|
|
4272
3436
|
},
|
|
4273
3437
|
"bin": {
|
|
4274
3438
|
"vitest": "vitest.mjs"
|
|
4275
3439
|
},
|
|
4276
3440
|
"engines": {
|
|
4277
|
-
"node": "^
|
|
3441
|
+
"node": "^22.12.0 || ^24.0.0 || >=26.0.0"
|
|
4278
3442
|
},
|
|
4279
3443
|
"funding": {
|
|
4280
3444
|
"url": "https://opencollective.com/vitest"
|
|
@@ -4282,16 +3446,16 @@
|
|
|
4282
3446
|
"peerDependencies": {
|
|
4283
3447
|
"@edge-runtime/vm": "*",
|
|
4284
3448
|
"@opentelemetry/api": "^1.9.0",
|
|
4285
|
-
"@types/node": "^
|
|
4286
|
-
"@vitest/browser-playwright": "
|
|
4287
|
-
"@vitest/browser-preview": "
|
|
4288
|
-
"@vitest/browser-webdriverio": "
|
|
4289
|
-
"@vitest/coverage-istanbul": "
|
|
4290
|
-
"@vitest/coverage-v8": "
|
|
4291
|
-
"@vitest/ui": "
|
|
3449
|
+
"@types/node": "^22.0.0 || >=24.0.0",
|
|
3450
|
+
"@vitest/browser-playwright": "5.0.0",
|
|
3451
|
+
"@vitest/browser-preview": "5.0.0",
|
|
3452
|
+
"@vitest/browser-webdriverio": "^5.0.0-beta.5 || >=5.0.0",
|
|
3453
|
+
"@vitest/coverage-istanbul": "5.0.0",
|
|
3454
|
+
"@vitest/coverage-v8": "5.0.0",
|
|
3455
|
+
"@vitest/ui": "5.0.0",
|
|
4292
3456
|
"happy-dom": "*",
|
|
4293
3457
|
"jsdom": "*",
|
|
4294
|
-
"vite": "^6.
|
|
3458
|
+
"vite": "^6.4.0 || ^7.0.0 || ^8.0.0"
|
|
4295
3459
|
},
|
|
4296
3460
|
"peerDependenciesMeta": {
|
|
4297
3461
|
"@edge-runtime/vm": {
|