@firebase-function-kits/bigquery-firestore-export 0.0.2-rc.1 → 0.0.2-rc.2
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 +23 -9
- package/lib/config.d.ts.map +1 -1
- package/lib/config.js +15 -2
- package/lib/config.js.map +1 -1
- package/lib/dts.d.ts +8 -0
- package/lib/dts.d.ts.map +1 -1
- package/lib/dts.js +15 -2
- package/lib/dts.js.map +1 -1
- package/lib/export-config.js.map +1 -1
- package/lib/handlers.d.ts.map +1 -1
- package/lib/handlers.js +26 -4
- package/lib/handlers.js.map +1 -1
- package/lib/helper.d.ts.map +1 -1
- package/lib/helper.js +1 -0
- package/lib/helper.js.map +1 -1
- package/lib/index.js.map +1 -1
- package/lib/logs.d.ts +4 -0
- package/lib/logs.d.ts.map +1 -1
- package/lib/logs.js +18 -0
- package/lib/logs.js.map +1 -1
- package/lib/metadata.d.ts.map +1 -1
- package/npm-shrinkwrap.json +7 -1215
- package/package.json +2 -5
- package/src/config.ts +18 -2
- package/src/dts.ts +17 -2
- package/src/handlers.ts +36 -9
- package/src/helper.ts +1 -0
- package/src/logs.ts +28 -0
- package/tests/config.test.ts +54 -2
- package/tests/dts-transfer-config.test.ts +400 -0
- package/tests/dts.test.ts +17 -0
- package/tests/handlers.test.ts +113 -5
- package/tests/helper-values.test.ts +168 -0
- package/tests/helper.test.ts +65 -3
- package/tests/notification-topic.test.ts +151 -0
- package/tests/run-results.test.ts +373 -0
- package/tsconfig.tsbuildinfo +1 -1
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@firebase-function-kits/bigquery-firestore-export",
|
|
3
|
-
"version": "0.0.2-rc.
|
|
3
|
+
"version": "0.0.2-rc.2",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@firebase-function-kits/bigquery-firestore-export",
|
|
9
|
-
"version": "0.0.2-rc.
|
|
9
|
+
"version": "0.0.2-rc.2",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@firebase/app": "^0.16.0",
|
|
@@ -14,10 +14,7 @@
|
|
|
14
14
|
"@google-cloud/bigquery-data-transfer": "^5.0.1",
|
|
15
15
|
"@google-cloud/pubsub": "^4.11.0",
|
|
16
16
|
"firebase-admin": "^14.1.0",
|
|
17
|
-
"firebase-functions": "7.3.2"
|
|
18
|
-
},
|
|
19
|
-
"devDependencies": {
|
|
20
|
-
"vitest": "^4.1.10"
|
|
17
|
+
"firebase-functions": "^7.3.2"
|
|
21
18
|
},
|
|
22
19
|
"engines": {
|
|
23
20
|
"node": ">=22"
|
|
@@ -740,13 +737,6 @@
|
|
|
740
737
|
"node": ">=12"
|
|
741
738
|
}
|
|
742
739
|
},
|
|
743
|
-
"node_modules/@jridgewell/sourcemap-codec": {
|
|
744
|
-
"version": "1.5.5",
|
|
745
|
-
"resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz",
|
|
746
|
-
"integrity": "sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==",
|
|
747
|
-
"dev": true,
|
|
748
|
-
"license": "MIT"
|
|
749
|
-
},
|
|
750
740
|
"node_modules/@js-sdsl/ordered-map": {
|
|
751
741
|
"version": "4.4.2",
|
|
752
742
|
"resolved": "https://registry.npmjs.org/@js-sdsl/ordered-map/-/ordered-map-4.4.2.tgz",
|
|
@@ -788,16 +778,6 @@
|
|
|
788
778
|
"node": ">=14"
|
|
789
779
|
}
|
|
790
780
|
},
|
|
791
|
-
"node_modules/@oxc-project/types": {
|
|
792
|
-
"version": "0.146.0",
|
|
793
|
-
"resolved": "https://registry.npmjs.org/@oxc-project/types/-/types-0.146.0.tgz",
|
|
794
|
-
"integrity": "sha512-XC0QsnnhVe7sLIWmYmdPw7x5P0h4W8vUU3Nv1ySgWXtvCz8NizoAEpGXA0sOYoJQV2Rl13LgURAHQ5cI5ILCSA==",
|
|
795
|
-
"dev": true,
|
|
796
|
-
"license": "MIT",
|
|
797
|
-
"funding": {
|
|
798
|
-
"url": "https://github.com/sponsors/Boshen"
|
|
799
|
-
}
|
|
800
|
-
},
|
|
801
781
|
"node_modules/@pkgjs/parseargs": {
|
|
802
782
|
"version": "0.11.0",
|
|
803
783
|
"resolved": "https://registry.npmjs.org/@pkgjs/parseargs/-/parseargs-0.11.0.tgz",
|
|
@@ -865,293 +845,6 @@
|
|
|
865
845
|
"integrity": "sha512-b1UQwcEZ4yCnMCD8DAL1VlbvBJE9/IX4FTIp7BG1xYpf29SLazLSrqUkj4w7Y5y7cCVP6E5tcqqcI0xemPkHug==",
|
|
866
846
|
"license": "BSD-3-Clause"
|
|
867
847
|
},
|
|
868
|
-
"node_modules/@rolldown/binding-android-arm-eabi": {
|
|
869
|
-
"version": "1.2.5",
|
|
870
|
-
"resolved": "https://registry.npmjs.org/@rolldown/binding-android-arm-eabi/-/binding-android-arm-eabi-1.2.5.tgz",
|
|
871
|
-
"integrity": "sha512-DLe/i+l8ynIBY7XEQ191TeZvCoowIGa18R+dIV30GW7DiOtp74i/xX8hs8GUjW5ARV7VZuie3d6AumSmCwbeRA==",
|
|
872
|
-
"cpu": [
|
|
873
|
-
"arm"
|
|
874
|
-
],
|
|
875
|
-
"dev": true,
|
|
876
|
-
"license": "MIT",
|
|
877
|
-
"optional": true,
|
|
878
|
-
"os": [
|
|
879
|
-
"android"
|
|
880
|
-
],
|
|
881
|
-
"engines": {
|
|
882
|
-
"node": "^20.19.0 || >=22.12.0"
|
|
883
|
-
}
|
|
884
|
-
},
|
|
885
|
-
"node_modules/@rolldown/binding-android-arm64": {
|
|
886
|
-
"version": "1.2.5",
|
|
887
|
-
"resolved": "https://registry.npmjs.org/@rolldown/binding-android-arm64/-/binding-android-arm64-1.2.5.tgz",
|
|
888
|
-
"integrity": "sha512-zXcwKlQApYAOELHd8PwKDFkagYF9Wy4e0RJ+0qnzl9Pjnpj75TEG8ufv40p2J7kCEfwZAsNiuzRIyNNMWT38ig==",
|
|
889
|
-
"cpu": [
|
|
890
|
-
"arm64"
|
|
891
|
-
],
|
|
892
|
-
"dev": true,
|
|
893
|
-
"license": "MIT",
|
|
894
|
-
"optional": true,
|
|
895
|
-
"os": [
|
|
896
|
-
"android"
|
|
897
|
-
],
|
|
898
|
-
"engines": {
|
|
899
|
-
"node": "^20.19.0 || >=22.12.0"
|
|
900
|
-
}
|
|
901
|
-
},
|
|
902
|
-
"node_modules/@rolldown/binding-darwin-arm64": {
|
|
903
|
-
"version": "1.2.5",
|
|
904
|
-
"resolved": "https://registry.npmjs.org/@rolldown/binding-darwin-arm64/-/binding-darwin-arm64-1.2.5.tgz",
|
|
905
|
-
"integrity": "sha512-dK4QakI42nzWgJT5sm4y4y/O//D4OxM75/cH28RLV+nzIN9AY+YsbuUVrUTjlLjXR6vpyxFbSsbmNuJ6BP9sww==",
|
|
906
|
-
"cpu": [
|
|
907
|
-
"arm64"
|
|
908
|
-
],
|
|
909
|
-
"dev": true,
|
|
910
|
-
"license": "MIT",
|
|
911
|
-
"optional": true,
|
|
912
|
-
"os": [
|
|
913
|
-
"darwin"
|
|
914
|
-
],
|
|
915
|
-
"engines": {
|
|
916
|
-
"node": "^20.19.0 || >=22.12.0"
|
|
917
|
-
}
|
|
918
|
-
},
|
|
919
|
-
"node_modules/@rolldown/binding-darwin-x64": {
|
|
920
|
-
"version": "1.2.5",
|
|
921
|
-
"resolved": "https://registry.npmjs.org/@rolldown/binding-darwin-x64/-/binding-darwin-x64-1.2.5.tgz",
|
|
922
|
-
"integrity": "sha512-fqSALaUu1Wjd1nK2uW2kJDWdLCc8lx1IcY+MTY26Aurfdx19anlzhqXOgCFbBFQnlFDTn4TC1/7Nz4Bl2mLP3A==",
|
|
923
|
-
"cpu": [
|
|
924
|
-
"x64"
|
|
925
|
-
],
|
|
926
|
-
"dev": true,
|
|
927
|
-
"license": "MIT",
|
|
928
|
-
"optional": true,
|
|
929
|
-
"os": [
|
|
930
|
-
"darwin"
|
|
931
|
-
],
|
|
932
|
-
"engines": {
|
|
933
|
-
"node": "^20.19.0 || >=22.12.0"
|
|
934
|
-
}
|
|
935
|
-
},
|
|
936
|
-
"node_modules/@rolldown/binding-freebsd-x64": {
|
|
937
|
-
"version": "1.2.5",
|
|
938
|
-
"resolved": "https://registry.npmjs.org/@rolldown/binding-freebsd-x64/-/binding-freebsd-x64-1.2.5.tgz",
|
|
939
|
-
"integrity": "sha512-/vCnNxlkxs9tKxNDcyWUePpJ/PgTzxIaVhoM5SmG8UV+GR/IcPam4VYxi7GIMo7PSDuNqlJqvprqii9NqqVCMw==",
|
|
940
|
-
"cpu": [
|
|
941
|
-
"x64"
|
|
942
|
-
],
|
|
943
|
-
"dev": true,
|
|
944
|
-
"license": "MIT",
|
|
945
|
-
"optional": true,
|
|
946
|
-
"os": [
|
|
947
|
-
"freebsd"
|
|
948
|
-
],
|
|
949
|
-
"engines": {
|
|
950
|
-
"node": "^20.19.0 || >=22.12.0"
|
|
951
|
-
}
|
|
952
|
-
},
|
|
953
|
-
"node_modules/@rolldown/binding-linux-arm-gnueabihf": {
|
|
954
|
-
"version": "1.2.5",
|
|
955
|
-
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm-gnueabihf/-/binding-linux-arm-gnueabihf-1.2.5.tgz",
|
|
956
|
-
"integrity": "sha512-abk0NLA519LxRCszmbE0jYKuQ9YPocOXTiOXOo6Yr+YAT95VH+PtqYAjOJvGKt3viEd/x4qzabAlwd5bHOOARg==",
|
|
957
|
-
"cpu": [
|
|
958
|
-
"arm"
|
|
959
|
-
],
|
|
960
|
-
"dev": true,
|
|
961
|
-
"license": "MIT",
|
|
962
|
-
"optional": true,
|
|
963
|
-
"os": [
|
|
964
|
-
"linux"
|
|
965
|
-
],
|
|
966
|
-
"engines": {
|
|
967
|
-
"node": "^20.19.0 || >=22.12.0"
|
|
968
|
-
}
|
|
969
|
-
},
|
|
970
|
-
"node_modules/@rolldown/binding-linux-arm64-gnu": {
|
|
971
|
-
"version": "1.2.5",
|
|
972
|
-
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm64-gnu/-/binding-linux-arm64-gnu-1.2.5.tgz",
|
|
973
|
-
"integrity": "sha512-Y7eALiJ8lr0M2HH103Js+g7V34wf6snlpZLAsHI90uLhr3PVlNsbFVAXJC9d/V6BnPyKtpSwI+NcB/RLxsQxuA==",
|
|
974
|
-
"cpu": [
|
|
975
|
-
"arm64"
|
|
976
|
-
],
|
|
977
|
-
"dev": true,
|
|
978
|
-
"libc": [
|
|
979
|
-
"glibc"
|
|
980
|
-
],
|
|
981
|
-
"license": "MIT",
|
|
982
|
-
"optional": true,
|
|
983
|
-
"os": [
|
|
984
|
-
"linux"
|
|
985
|
-
],
|
|
986
|
-
"engines": {
|
|
987
|
-
"node": "^20.19.0 || >=22.12.0"
|
|
988
|
-
}
|
|
989
|
-
},
|
|
990
|
-
"node_modules/@rolldown/binding-linux-arm64-musl": {
|
|
991
|
-
"version": "1.2.5",
|
|
992
|
-
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm64-musl/-/binding-linux-arm64-musl-1.2.5.tgz",
|
|
993
|
-
"integrity": "sha512-xMvZgnbZg4YVnR/AX2b3oOPDTFYJvUVaJg5FedA/LuvexAtXibZQej4cnTkw3rjsJ/ggUROB64TdtETiim+FYA==",
|
|
994
|
-
"cpu": [
|
|
995
|
-
"arm64"
|
|
996
|
-
],
|
|
997
|
-
"dev": true,
|
|
998
|
-
"libc": [
|
|
999
|
-
"musl"
|
|
1000
|
-
],
|
|
1001
|
-
"license": "MIT",
|
|
1002
|
-
"optional": true,
|
|
1003
|
-
"os": [
|
|
1004
|
-
"linux"
|
|
1005
|
-
],
|
|
1006
|
-
"engines": {
|
|
1007
|
-
"node": "^20.19.0 || >=22.12.0"
|
|
1008
|
-
}
|
|
1009
|
-
},
|
|
1010
|
-
"node_modules/@rolldown/binding-linux-ppc64-gnu": {
|
|
1011
|
-
"version": "1.2.5",
|
|
1012
|
-
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-ppc64-gnu/-/binding-linux-ppc64-gnu-1.2.5.tgz",
|
|
1013
|
-
"integrity": "sha512-GRjeqTUDHTo5GwntsLaAMcBahG3nlpjftXWZLN73HiYQlhwEowvarFgQnRnQZtIp4keXX7quXFbG38uPZBa2EA==",
|
|
1014
|
-
"cpu": [
|
|
1015
|
-
"ppc64"
|
|
1016
|
-
],
|
|
1017
|
-
"dev": true,
|
|
1018
|
-
"libc": [
|
|
1019
|
-
"glibc"
|
|
1020
|
-
],
|
|
1021
|
-
"license": "MIT",
|
|
1022
|
-
"optional": true,
|
|
1023
|
-
"os": [
|
|
1024
|
-
"linux"
|
|
1025
|
-
],
|
|
1026
|
-
"engines": {
|
|
1027
|
-
"node": "^20.19.0 || >=22.12.0"
|
|
1028
|
-
}
|
|
1029
|
-
},
|
|
1030
|
-
"node_modules/@rolldown/binding-linux-s390x-gnu": {
|
|
1031
|
-
"version": "1.2.5",
|
|
1032
|
-
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-s390x-gnu/-/binding-linux-s390x-gnu-1.2.5.tgz",
|
|
1033
|
-
"integrity": "sha512-vLNTR45F2Uwc8AufkNXPmB4VliaXs+FvcheEogIzOXzO4l+LzieXF5A/TWxLy5HtqpsRCHUfd0lPVrrdgXdLHQ==",
|
|
1034
|
-
"cpu": [
|
|
1035
|
-
"s390x"
|
|
1036
|
-
],
|
|
1037
|
-
"dev": true,
|
|
1038
|
-
"libc": [
|
|
1039
|
-
"glibc"
|
|
1040
|
-
],
|
|
1041
|
-
"license": "MIT",
|
|
1042
|
-
"optional": true,
|
|
1043
|
-
"os": [
|
|
1044
|
-
"linux"
|
|
1045
|
-
],
|
|
1046
|
-
"engines": {
|
|
1047
|
-
"node": "^20.19.0 || >=22.12.0"
|
|
1048
|
-
}
|
|
1049
|
-
},
|
|
1050
|
-
"node_modules/@rolldown/binding-linux-x64-gnu": {
|
|
1051
|
-
"version": "1.2.5",
|
|
1052
|
-
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-x64-gnu/-/binding-linux-x64-gnu-1.2.5.tgz",
|
|
1053
|
-
"integrity": "sha512-Mgj59/HTuYeK9Gz2MA+mBWKnHsAgkBSec15ZMb1st3oIfFbX7gCjOae7GydHhzcyQi9Z/7M1QuN9bR3oFqF0jQ==",
|
|
1054
|
-
"cpu": [
|
|
1055
|
-
"x64"
|
|
1056
|
-
],
|
|
1057
|
-
"dev": true,
|
|
1058
|
-
"libc": [
|
|
1059
|
-
"glibc"
|
|
1060
|
-
],
|
|
1061
|
-
"license": "MIT",
|
|
1062
|
-
"optional": true,
|
|
1063
|
-
"os": [
|
|
1064
|
-
"linux"
|
|
1065
|
-
],
|
|
1066
|
-
"engines": {
|
|
1067
|
-
"node": "^20.19.0 || >=22.12.0"
|
|
1068
|
-
}
|
|
1069
|
-
},
|
|
1070
|
-
"node_modules/@rolldown/binding-linux-x64-musl": {
|
|
1071
|
-
"version": "1.2.5",
|
|
1072
|
-
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-x64-musl/-/binding-linux-x64-musl-1.2.5.tgz",
|
|
1073
|
-
"integrity": "sha512-mY8AP0/ichsbhAxGnLa3d3+MwV0EfgrPND2bplI3Ym8T6R2pJ0N87bvrKVwNXmdy3jnr6eQBecdqx/HMknBmpA==",
|
|
1074
|
-
"cpu": [
|
|
1075
|
-
"x64"
|
|
1076
|
-
],
|
|
1077
|
-
"dev": true,
|
|
1078
|
-
"libc": [
|
|
1079
|
-
"musl"
|
|
1080
|
-
],
|
|
1081
|
-
"license": "MIT",
|
|
1082
|
-
"optional": true,
|
|
1083
|
-
"os": [
|
|
1084
|
-
"linux"
|
|
1085
|
-
],
|
|
1086
|
-
"engines": {
|
|
1087
|
-
"node": "^20.19.0 || >=22.12.0"
|
|
1088
|
-
}
|
|
1089
|
-
},
|
|
1090
|
-
"node_modules/@rolldown/binding-openharmony-arm64": {
|
|
1091
|
-
"version": "1.2.5",
|
|
1092
|
-
"resolved": "https://registry.npmjs.org/@rolldown/binding-openharmony-arm64/-/binding-openharmony-arm64-1.2.5.tgz",
|
|
1093
|
-
"integrity": "sha512-8SLssA2oweAxyRgDp789ACfRb/3P+zNRJpzZxSizxF9m8NUDQ4+3xjo8ttjhVGGw6Qxb70oZiEtIjaKikCO7Yw==",
|
|
1094
|
-
"cpu": [
|
|
1095
|
-
"arm64"
|
|
1096
|
-
],
|
|
1097
|
-
"dev": true,
|
|
1098
|
-
"license": "MIT",
|
|
1099
|
-
"optional": true,
|
|
1100
|
-
"os": [
|
|
1101
|
-
"openharmony"
|
|
1102
|
-
],
|
|
1103
|
-
"engines": {
|
|
1104
|
-
"node": "^20.19.0 || >=22.12.0"
|
|
1105
|
-
}
|
|
1106
|
-
},
|
|
1107
|
-
"node_modules/@rolldown/binding-win32-arm64-msvc": {
|
|
1108
|
-
"version": "1.2.5",
|
|
1109
|
-
"resolved": "https://registry.npmjs.org/@rolldown/binding-win32-arm64-msvc/-/binding-win32-arm64-msvc-1.2.5.tgz",
|
|
1110
|
-
"integrity": "sha512-vGbruD5zquhoc8D9SViXgN2FBJtNdTyQ4DtG+SWiEGlJiAzoKcZ2xp+xuXCffhubVdt0NJlTZqkeRuERy7g8Cw==",
|
|
1111
|
-
"cpu": [
|
|
1112
|
-
"arm64"
|
|
1113
|
-
],
|
|
1114
|
-
"dev": true,
|
|
1115
|
-
"license": "MIT",
|
|
1116
|
-
"optional": true,
|
|
1117
|
-
"os": [
|
|
1118
|
-
"win32"
|
|
1119
|
-
],
|
|
1120
|
-
"engines": {
|
|
1121
|
-
"node": "^20.19.0 || >=22.12.0"
|
|
1122
|
-
}
|
|
1123
|
-
},
|
|
1124
|
-
"node_modules/@rolldown/binding-win32-x64-msvc": {
|
|
1125
|
-
"version": "1.2.5",
|
|
1126
|
-
"resolved": "https://registry.npmjs.org/@rolldown/binding-win32-x64-msvc/-/binding-win32-x64-msvc-1.2.5.tgz",
|
|
1127
|
-
"integrity": "sha512-e/SXpgISz+IoqVcSSI0rx/d/he8zqLex+/rCWpnHpmVfmPIUjag9H6P7zotf0gJHwPUhQxZ/mF8tr6acebT9yw==",
|
|
1128
|
-
"cpu": [
|
|
1129
|
-
"x64"
|
|
1130
|
-
],
|
|
1131
|
-
"dev": true,
|
|
1132
|
-
"license": "MIT",
|
|
1133
|
-
"optional": true,
|
|
1134
|
-
"os": [
|
|
1135
|
-
"win32"
|
|
1136
|
-
],
|
|
1137
|
-
"engines": {
|
|
1138
|
-
"node": "^20.19.0 || >=22.12.0"
|
|
1139
|
-
}
|
|
1140
|
-
},
|
|
1141
|
-
"node_modules/@rolldown/pluginutils": {
|
|
1142
|
-
"version": "1.0.1",
|
|
1143
|
-
"resolved": "https://registry.npmjs.org/@rolldown/pluginutils/-/pluginutils-1.0.1.tgz",
|
|
1144
|
-
"integrity": "sha512-2j9bGt5Jh8hj+vPtgzPtl72j0yRxHAyumoo6TNfAjsLB04UtpSvPbPcDcBMxz7n+9CYB0c1GxQFxYRg2jimqGw==",
|
|
1145
|
-
"dev": true,
|
|
1146
|
-
"license": "MIT"
|
|
1147
|
-
},
|
|
1148
|
-
"node_modules/@standard-schema/spec": {
|
|
1149
|
-
"version": "1.1.0",
|
|
1150
|
-
"resolved": "https://registry.npmjs.org/@standard-schema/spec/-/spec-1.1.0.tgz",
|
|
1151
|
-
"integrity": "sha512-l2aFy5jALhniG5HgqrD6jXLi/rUWrKvqN/qJx6yoJsgKhblVd+iqqU4RCXavm/jPityDo5TCvKMnpjKnOriy0w==",
|
|
1152
|
-
"dev": true,
|
|
1153
|
-
"license": "MIT"
|
|
1154
|
-
},
|
|
1155
848
|
"node_modules/@tootallnate/once": {
|
|
1156
849
|
"version": "2.0.1",
|
|
1157
850
|
"resolved": "https://registry.npmjs.org/@tootallnate/once/-/once-2.0.1.tgz",
|
|
@@ -1177,17 +870,6 @@
|
|
|
1177
870
|
"integrity": "sha512-hWtVTC2q7hc7xZ/RLbxapMvDMgUnDvKvMOpKal4DrMyfGBUfB1oKaZlIRr6mJL+If3bAP6sV/QneGzF6tJjZDg==",
|
|
1178
871
|
"license": "MIT"
|
|
1179
872
|
},
|
|
1180
|
-
"node_modules/@types/chai": {
|
|
1181
|
-
"version": "5.2.3",
|
|
1182
|
-
"resolved": "https://registry.npmjs.org/@types/chai/-/chai-5.2.3.tgz",
|
|
1183
|
-
"integrity": "sha512-Mw558oeA9fFbv65/y4mHtXDs9bPnFMZAL/jxdPFUpOHHIXX91mcgEHbS5Lahr+pwZFR8A7GQleRWeI6cGFC2UA==",
|
|
1184
|
-
"dev": true,
|
|
1185
|
-
"license": "MIT",
|
|
1186
|
-
"dependencies": {
|
|
1187
|
-
"@types/deep-eql": "*",
|
|
1188
|
-
"assertion-error": "^2.0.1"
|
|
1189
|
-
}
|
|
1190
|
-
},
|
|
1191
873
|
"node_modules/@types/connect": {
|
|
1192
874
|
"version": "3.4.38",
|
|
1193
875
|
"resolved": "https://registry.npmjs.org/@types/connect/-/connect-3.4.38.tgz",
|
|
@@ -1206,20 +888,6 @@
|
|
|
1206
888
|
"@types/node": "*"
|
|
1207
889
|
}
|
|
1208
890
|
},
|
|
1209
|
-
"node_modules/@types/deep-eql": {
|
|
1210
|
-
"version": "4.0.2",
|
|
1211
|
-
"resolved": "https://registry.npmjs.org/@types/deep-eql/-/deep-eql-4.0.2.tgz",
|
|
1212
|
-
"integrity": "sha512-c9h9dVVMigMPc4bwTvC5dxqtqJZwQPePsWjPlpSOnojbor6pGqdk541lfA7AqFQr5pB1BRdq0juY9db81BwyFw==",
|
|
1213
|
-
"dev": true,
|
|
1214
|
-
"license": "MIT"
|
|
1215
|
-
},
|
|
1216
|
-
"node_modules/@types/estree": {
|
|
1217
|
-
"version": "1.0.9",
|
|
1218
|
-
"resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.9.tgz",
|
|
1219
|
-
"integrity": "sha512-GhdPgy1el4/ImP05X05Uw4cw2/M93BCUmnEvWZNStlCzEKME4Fkk+YpoA5OiHNQmoS7Cafb8Xa3Pya8m1Qrzeg==",
|
|
1220
|
-
"dev": true,
|
|
1221
|
-
"license": "MIT"
|
|
1222
|
-
},
|
|
1223
891
|
"node_modules/@types/express": {
|
|
1224
892
|
"version": "5.0.6",
|
|
1225
893
|
"resolved": "https://registry.npmjs.org/@types/express/-/express-5.0.6.tgz",
|
|
@@ -1329,119 +997,6 @@
|
|
|
1329
997
|
"integrity": "sha512-/Ad8+nIOV7Rl++6f1BdKxFSMgmoqEoYbHRpPcx3JEfv8VRsQe9Z4mCXeJBzxs7mbHY/XOZZuXlRNfhpVPbs6ZA==",
|
|
1330
998
|
"license": "MIT"
|
|
1331
999
|
},
|
|
1332
|
-
"node_modules/@vitest/expect": {
|
|
1333
|
-
"version": "4.1.11",
|
|
1334
|
-
"resolved": "https://registry.npmjs.org/@vitest/expect/-/expect-4.1.11.tgz",
|
|
1335
|
-
"integrity": "sha512-VX2x5vNJXET47KAFzwERI+KRMtTTCSWTfSMKsW7JsUsXV4psq++e3DvZpuTDOpHcxytiDs6p2nhVb2tVDiiUYw==",
|
|
1336
|
-
"dev": true,
|
|
1337
|
-
"license": "MIT",
|
|
1338
|
-
"dependencies": {
|
|
1339
|
-
"@standard-schema/spec": "^1.1.0",
|
|
1340
|
-
"@types/chai": "^5.2.2",
|
|
1341
|
-
"@vitest/spy": "4.1.11",
|
|
1342
|
-
"@vitest/utils": "4.1.11",
|
|
1343
|
-
"chai": "^6.2.2",
|
|
1344
|
-
"tinyrainbow": "^3.1.0"
|
|
1345
|
-
},
|
|
1346
|
-
"funding": {
|
|
1347
|
-
"url": "https://opencollective.com/vitest"
|
|
1348
|
-
}
|
|
1349
|
-
},
|
|
1350
|
-
"node_modules/@vitest/mocker": {
|
|
1351
|
-
"version": "4.1.11",
|
|
1352
|
-
"resolved": "https://registry.npmjs.org/@vitest/mocker/-/mocker-4.1.11.tgz",
|
|
1353
|
-
"integrity": "sha512-2XJVD55d1o5AZous5CCGKS74g/riOj9odEt2bQpCVZeblHyHdnMeFl4jl0XjU21stf4mbjUkew2eXQZt65g5CQ==",
|
|
1354
|
-
"dev": true,
|
|
1355
|
-
"license": "MIT",
|
|
1356
|
-
"dependencies": {
|
|
1357
|
-
"@vitest/spy": "4.1.11",
|
|
1358
|
-
"estree-walker": "^3.0.3",
|
|
1359
|
-
"magic-string": "^0.30.21"
|
|
1360
|
-
},
|
|
1361
|
-
"funding": {
|
|
1362
|
-
"url": "https://opencollective.com/vitest"
|
|
1363
|
-
},
|
|
1364
|
-
"peerDependencies": {
|
|
1365
|
-
"msw": "^2.4.9",
|
|
1366
|
-
"vite": "^6.0.0 || ^7.0.0 || ^8.0.0"
|
|
1367
|
-
},
|
|
1368
|
-
"peerDependenciesMeta": {
|
|
1369
|
-
"msw": {
|
|
1370
|
-
"optional": true
|
|
1371
|
-
},
|
|
1372
|
-
"vite": {
|
|
1373
|
-
"optional": true
|
|
1374
|
-
}
|
|
1375
|
-
}
|
|
1376
|
-
},
|
|
1377
|
-
"node_modules/@vitest/pretty-format": {
|
|
1378
|
-
"version": "4.1.11",
|
|
1379
|
-
"resolved": "https://registry.npmjs.org/@vitest/pretty-format/-/pretty-format-4.1.11.tgz",
|
|
1380
|
-
"integrity": "sha512-yiZzPbGTS9Sr/JpFl8zHrcIkAofNbFV6k21vIgQN/cY/oxZeXhJv5sc/MBJ5jFKWmWs+oJHw0UXLZjmf931+Vw==",
|
|
1381
|
-
"dev": true,
|
|
1382
|
-
"license": "MIT",
|
|
1383
|
-
"dependencies": {
|
|
1384
|
-
"tinyrainbow": "^3.1.0"
|
|
1385
|
-
},
|
|
1386
|
-
"funding": {
|
|
1387
|
-
"url": "https://opencollective.com/vitest"
|
|
1388
|
-
}
|
|
1389
|
-
},
|
|
1390
|
-
"node_modules/@vitest/runner": {
|
|
1391
|
-
"version": "4.1.11",
|
|
1392
|
-
"resolved": "https://registry.npmjs.org/@vitest/runner/-/runner-4.1.11.tgz",
|
|
1393
|
-
"integrity": "sha512-LztvUgdwMNJMIkj3hQnnxiC2Xy1zNxq928W/xhjCLaNCzqTZOudjwbQf6v9IntZGPw132i2Lq2rgTRZHD3JHNw==",
|
|
1394
|
-
"dev": true,
|
|
1395
|
-
"license": "MIT",
|
|
1396
|
-
"dependencies": {
|
|
1397
|
-
"@vitest/utils": "4.1.11",
|
|
1398
|
-
"pathe": "^2.0.3"
|
|
1399
|
-
},
|
|
1400
|
-
"funding": {
|
|
1401
|
-
"url": "https://opencollective.com/vitest"
|
|
1402
|
-
}
|
|
1403
|
-
},
|
|
1404
|
-
"node_modules/@vitest/snapshot": {
|
|
1405
|
-
"version": "4.1.11",
|
|
1406
|
-
"resolved": "https://registry.npmjs.org/@vitest/snapshot/-/snapshot-4.1.11.tgz",
|
|
1407
|
-
"integrity": "sha512-pN7ikn1ON7h8ee4gIAp4AzyK+zBtJPzVbqOgu5LCEh4VaJVbPQcgYQYJIMGQPXVeJJq1fnfazis7a5pFNPahog==",
|
|
1408
|
-
"dev": true,
|
|
1409
|
-
"license": "MIT",
|
|
1410
|
-
"dependencies": {
|
|
1411
|
-
"@vitest/pretty-format": "4.1.11",
|
|
1412
|
-
"@vitest/utils": "4.1.11",
|
|
1413
|
-
"magic-string": "^0.30.21",
|
|
1414
|
-
"pathe": "^2.0.3"
|
|
1415
|
-
},
|
|
1416
|
-
"funding": {
|
|
1417
|
-
"url": "https://opencollective.com/vitest"
|
|
1418
|
-
}
|
|
1419
|
-
},
|
|
1420
|
-
"node_modules/@vitest/spy": {
|
|
1421
|
-
"version": "4.1.11",
|
|
1422
|
-
"resolved": "https://registry.npmjs.org/@vitest/spy/-/spy-4.1.11.tgz",
|
|
1423
|
-
"integrity": "sha512-apNa/prQy2qCeywhnixOHPRCgGNhvg7T4Dapfl1GahLp/R+uhBm5cPyFoNVyqsNd2h1nJxL6BqqdIjiABL60YA==",
|
|
1424
|
-
"dev": true,
|
|
1425
|
-
"license": "MIT",
|
|
1426
|
-
"funding": {
|
|
1427
|
-
"url": "https://opencollective.com/vitest"
|
|
1428
|
-
}
|
|
1429
|
-
},
|
|
1430
|
-
"node_modules/@vitest/utils": {
|
|
1431
|
-
"version": "4.1.11",
|
|
1432
|
-
"resolved": "https://registry.npmjs.org/@vitest/utils/-/utils-4.1.11.tgz",
|
|
1433
|
-
"integrity": "sha512-zTCVGpyFsGWBhllOyKlTw/vnr6D9qxsfSDyfbyZmTyjHw5N/VuvzHpHoQjm2ZJzn4RJgx5w4r7V0er69CmLgPQ==",
|
|
1434
|
-
"dev": true,
|
|
1435
|
-
"license": "MIT",
|
|
1436
|
-
"dependencies": {
|
|
1437
|
-
"@vitest/pretty-format": "4.1.11",
|
|
1438
|
-
"convert-source-map": "^2.0.0",
|
|
1439
|
-
"tinyrainbow": "^3.1.0"
|
|
1440
|
-
},
|
|
1441
|
-
"funding": {
|
|
1442
|
-
"url": "https://opencollective.com/vitest"
|
|
1443
|
-
}
|
|
1444
|
-
},
|
|
1445
1000
|
"node_modules/abort-controller": {
|
|
1446
1001
|
"version": "3.0.0",
|
|
1447
1002
|
"resolved": "https://registry.npmjs.org/abort-controller/-/abort-controller-3.0.0.tgz",
|
|
@@ -1525,16 +1080,6 @@
|
|
|
1525
1080
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
1526
1081
|
}
|
|
1527
1082
|
},
|
|
1528
|
-
"node_modules/assertion-error": {
|
|
1529
|
-
"version": "2.0.1",
|
|
1530
|
-
"resolved": "https://registry.npmjs.org/assertion-error/-/assertion-error-2.0.1.tgz",
|
|
1531
|
-
"integrity": "sha512-Izi8RQcffqCeNVgFigKli1ssklIbpHnCYc6AknXGYoB6grJqyeby7jv12JUQgmTAnIDnbck1uxksT4dzN3PWBA==",
|
|
1532
|
-
"dev": true,
|
|
1533
|
-
"license": "MIT",
|
|
1534
|
-
"engines": {
|
|
1535
|
-
"node": ">=12"
|
|
1536
|
-
}
|
|
1537
|
-
},
|
|
1538
1083
|
"node_modules/async-retry": {
|
|
1539
1084
|
"version": "1.3.3",
|
|
1540
1085
|
"resolved": "https://registry.npmjs.org/async-retry/-/async-retry-1.3.3.tgz",
|
|
@@ -1689,16 +1234,6 @@
|
|
|
1689
1234
|
"url": "https://github.com/sponsors/ljharb"
|
|
1690
1235
|
}
|
|
1691
1236
|
},
|
|
1692
|
-
"node_modules/chai": {
|
|
1693
|
-
"version": "6.2.2",
|
|
1694
|
-
"resolved": "https://registry.npmjs.org/chai/-/chai-6.2.2.tgz",
|
|
1695
|
-
"integrity": "sha512-NUPRluOfOiTKBKvWPtSD4PhFvWCqOi0BGStNWs57X9js7XGTprSmFoz5F0tWhR4WPjNeR9jXqdC7/UpSJTnlRg==",
|
|
1696
|
-
"dev": true,
|
|
1697
|
-
"license": "MIT",
|
|
1698
|
-
"engines": {
|
|
1699
|
-
"node": ">=18"
|
|
1700
|
-
}
|
|
1701
|
-
},
|
|
1702
1237
|
"node_modules/cliui": {
|
|
1703
1238
|
"version": "8.0.1",
|
|
1704
1239
|
"resolved": "https://registry.npmjs.org/cliui/-/cliui-8.0.1.tgz",
|
|
@@ -1838,13 +1373,6 @@
|
|
|
1838
1373
|
"node": ">= 0.6"
|
|
1839
1374
|
}
|
|
1840
1375
|
},
|
|
1841
|
-
"node_modules/convert-source-map": {
|
|
1842
|
-
"version": "2.0.0",
|
|
1843
|
-
"resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz",
|
|
1844
|
-
"integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==",
|
|
1845
|
-
"dev": true,
|
|
1846
|
-
"license": "MIT"
|
|
1847
|
-
},
|
|
1848
1376
|
"node_modules/cookie": {
|
|
1849
1377
|
"version": "0.7.2",
|
|
1850
1378
|
"resolved": "https://registry.npmjs.org/cookie/-/cookie-0.7.2.tgz",
|
|
@@ -1938,16 +1466,6 @@
|
|
|
1938
1466
|
"node": ">= 0.8"
|
|
1939
1467
|
}
|
|
1940
1468
|
},
|
|
1941
|
-
"node_modules/detect-libc": {
|
|
1942
|
-
"version": "2.1.2",
|
|
1943
|
-
"resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.1.2.tgz",
|
|
1944
|
-
"integrity": "sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==",
|
|
1945
|
-
"dev": true,
|
|
1946
|
-
"license": "Apache-2.0",
|
|
1947
|
-
"engines": {
|
|
1948
|
-
"node": ">=8"
|
|
1949
|
-
}
|
|
1950
|
-
},
|
|
1951
1469
|
"node_modules/dunder-proto": {
|
|
1952
1470
|
"version": "1.0.1",
|
|
1953
1471
|
"resolved": "https://registry.npmjs.org/dunder-proto/-/dunder-proto-1.0.1.tgz",
|
|
@@ -2037,13 +1555,6 @@
|
|
|
2037
1555
|
"node": ">= 0.4"
|
|
2038
1556
|
}
|
|
2039
1557
|
},
|
|
2040
|
-
"node_modules/es-module-lexer": {
|
|
2041
|
-
"version": "2.3.2",
|
|
2042
|
-
"resolved": "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-2.3.2.tgz",
|
|
2043
|
-
"integrity": "sha512-poHGpORABojJJucnV9KbOavETW8lBVnphkW77ER5/BQ5Fz7oXSoCNek7IH3vR5nRjdsEz926ibFYX8KtLQmdyw==",
|
|
2044
|
-
"dev": true,
|
|
2045
|
-
"license": "MIT"
|
|
2046
|
-
},
|
|
2047
1558
|
"node_modules/es-object-atoms": {
|
|
2048
1559
|
"version": "1.1.2",
|
|
2049
1560
|
"resolved": "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.1.2.tgz",
|
|
@@ -2086,16 +1597,6 @@
|
|
|
2086
1597
|
"integrity": "sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==",
|
|
2087
1598
|
"license": "MIT"
|
|
2088
1599
|
},
|
|
2089
|
-
"node_modules/estree-walker": {
|
|
2090
|
-
"version": "3.0.3",
|
|
2091
|
-
"resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-3.0.3.tgz",
|
|
2092
|
-
"integrity": "sha512-7RUKfXgSMMkzt6ZuXmqapOurLGPPfgj6l9uRZ7lRGolvk0y2yocc35LdcxKC5PQZdn2DMqioAQ2NoWcrTKmm6g==",
|
|
2093
|
-
"dev": true,
|
|
2094
|
-
"license": "MIT",
|
|
2095
|
-
"dependencies": {
|
|
2096
|
-
"@types/estree": "^1.0.0"
|
|
2097
|
-
}
|
|
2098
|
-
},
|
|
2099
1600
|
"node_modules/etag": {
|
|
2100
1601
|
"version": "1.8.1",
|
|
2101
1602
|
"resolved": "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz",
|
|
@@ -2114,16 +1615,6 @@
|
|
|
2114
1615
|
"node": ">=6"
|
|
2115
1616
|
}
|
|
2116
1617
|
},
|
|
2117
|
-
"node_modules/expect-type": {
|
|
2118
|
-
"version": "1.4.0",
|
|
2119
|
-
"resolved": "https://registry.npmjs.org/expect-type/-/expect-type-1.4.0.tgz",
|
|
2120
|
-
"integrity": "sha512-KfYbmpRm0VbLjEvVa9yGwCi9GI34xvi7A/HXYWQO65CSD2u3MczUJSuwXKFIxlGsgBQizV9q5J9NHj4VG0n+pA==",
|
|
2121
|
-
"dev": true,
|
|
2122
|
-
"license": "Apache-2.0",
|
|
2123
|
-
"engines": {
|
|
2124
|
-
"node": ">=12.0.0"
|
|
2125
|
-
}
|
|
2126
|
-
},
|
|
2127
1618
|
"node_modules/express": {
|
|
2128
1619
|
"version": "5.2.1",
|
|
2129
1620
|
"resolved": "https://registry.npmjs.org/express/-/express-5.2.1.tgz",
|
|
@@ -2232,24 +1723,6 @@
|
|
|
2232
1723
|
"node": ">=0.8.0"
|
|
2233
1724
|
}
|
|
2234
1725
|
},
|
|
2235
|
-
"node_modules/fdir": {
|
|
2236
|
-
"version": "6.5.0",
|
|
2237
|
-
"resolved": "https://registry.npmjs.org/fdir/-/fdir-6.5.0.tgz",
|
|
2238
|
-
"integrity": "sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==",
|
|
2239
|
-
"dev": true,
|
|
2240
|
-
"license": "MIT",
|
|
2241
|
-
"engines": {
|
|
2242
|
-
"node": ">=12.0.0"
|
|
2243
|
-
},
|
|
2244
|
-
"peerDependencies": {
|
|
2245
|
-
"picomatch": "^3 || ^4"
|
|
2246
|
-
},
|
|
2247
|
-
"peerDependenciesMeta": {
|
|
2248
|
-
"picomatch": {
|
|
2249
|
-
"optional": true
|
|
2250
|
-
}
|
|
2251
|
-
}
|
|
2252
|
-
},
|
|
2253
1726
|
"node_modules/fetch-blob": {
|
|
2254
1727
|
"version": "3.2.0",
|
|
2255
1728
|
"resolved": "https://registry.npmjs.org/fetch-blob/-/fetch-blob-3.2.0.tgz",
|
|
@@ -2436,21 +1909,6 @@
|
|
|
2436
1909
|
"node": ">= 0.8"
|
|
2437
1910
|
}
|
|
2438
1911
|
},
|
|
2439
|
-
"node_modules/fsevents": {
|
|
2440
|
-
"version": "2.3.3",
|
|
2441
|
-
"resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz",
|
|
2442
|
-
"integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
|
|
2443
|
-
"dev": true,
|
|
2444
|
-
"hasInstallScript": true,
|
|
2445
|
-
"license": "MIT",
|
|
2446
|
-
"optional": true,
|
|
2447
|
-
"os": [
|
|
2448
|
-
"darwin"
|
|
2449
|
-
],
|
|
2450
|
-
"engines": {
|
|
2451
|
-
"node": "^8.16.0 || ^10.6.0 || >=11.0.0"
|
|
2452
|
-
}
|
|
2453
|
-
},
|
|
2454
1912
|
"node_modules/function-bind": {
|
|
2455
1913
|
"version": "1.1.2",
|
|
2456
1914
|
"resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz",
|
|
@@ -3062,283 +2520,10 @@
|
|
|
3062
2520
|
"safe-buffer": "^5.0.1"
|
|
3063
2521
|
}
|
|
3064
2522
|
},
|
|
3065
|
-
"node_modules/
|
|
3066
|
-
"version": "1.
|
|
3067
|
-
"resolved": "https://registry.npmjs.org/
|
|
3068
|
-
"integrity": "sha512-
|
|
3069
|
-
"dev": true,
|
|
3070
|
-
"license": "MPL-2.0",
|
|
3071
|
-
"dependencies": {
|
|
3072
|
-
"detect-libc": "^2.0.3"
|
|
3073
|
-
},
|
|
3074
|
-
"engines": {
|
|
3075
|
-
"node": ">= 12.0.0"
|
|
3076
|
-
},
|
|
3077
|
-
"funding": {
|
|
3078
|
-
"type": "opencollective",
|
|
3079
|
-
"url": "https://opencollective.com/parcel"
|
|
3080
|
-
},
|
|
3081
|
-
"optionalDependencies": {
|
|
3082
|
-
"lightningcss-android-arm64": "1.33.0",
|
|
3083
|
-
"lightningcss-darwin-arm64": "1.33.0",
|
|
3084
|
-
"lightningcss-darwin-x64": "1.33.0",
|
|
3085
|
-
"lightningcss-freebsd-x64": "1.33.0",
|
|
3086
|
-
"lightningcss-linux-arm-gnueabihf": "1.33.0",
|
|
3087
|
-
"lightningcss-linux-arm64-gnu": "1.33.0",
|
|
3088
|
-
"lightningcss-linux-arm64-musl": "1.33.0",
|
|
3089
|
-
"lightningcss-linux-x64-gnu": "1.33.0",
|
|
3090
|
-
"lightningcss-linux-x64-musl": "1.33.0",
|
|
3091
|
-
"lightningcss-win32-arm64-msvc": "1.33.0",
|
|
3092
|
-
"lightningcss-win32-x64-msvc": "1.33.0"
|
|
3093
|
-
}
|
|
3094
|
-
},
|
|
3095
|
-
"node_modules/lightningcss-android-arm64": {
|
|
3096
|
-
"version": "1.33.0",
|
|
3097
|
-
"resolved": "https://registry.npmjs.org/lightningcss-android-arm64/-/lightningcss-android-arm64-1.33.0.tgz",
|
|
3098
|
-
"integrity": "sha512-gEpRTalKdosp4Bb8qWtc2iOgE5SeIHlpS1up9bFq2wAyYhl1UdTObYiHe98zEM9SQvSoqQZ1IQD0JNpg3Ml5pg==",
|
|
3099
|
-
"cpu": [
|
|
3100
|
-
"arm64"
|
|
3101
|
-
],
|
|
3102
|
-
"dev": true,
|
|
3103
|
-
"license": "MPL-2.0",
|
|
3104
|
-
"optional": true,
|
|
3105
|
-
"os": [
|
|
3106
|
-
"android"
|
|
3107
|
-
],
|
|
3108
|
-
"engines": {
|
|
3109
|
-
"node": ">= 12.0.0"
|
|
3110
|
-
},
|
|
3111
|
-
"funding": {
|
|
3112
|
-
"type": "opencollective",
|
|
3113
|
-
"url": "https://opencollective.com/parcel"
|
|
3114
|
-
}
|
|
3115
|
-
},
|
|
3116
|
-
"node_modules/lightningcss-darwin-arm64": {
|
|
3117
|
-
"version": "1.33.0",
|
|
3118
|
-
"resolved": "https://registry.npmjs.org/lightningcss-darwin-arm64/-/lightningcss-darwin-arm64-1.33.0.tgz",
|
|
3119
|
-
"integrity": "sha512-Sciaz8eenNTKn9b3t7+xr0ipTp9YxKQY4npwQ3mrRuL0BAVHBLyZxofhaKBAVtzmtRZ/zTyo0/to4B1uWG/Djg==",
|
|
3120
|
-
"cpu": [
|
|
3121
|
-
"arm64"
|
|
3122
|
-
],
|
|
3123
|
-
"dev": true,
|
|
3124
|
-
"license": "MPL-2.0",
|
|
3125
|
-
"optional": true,
|
|
3126
|
-
"os": [
|
|
3127
|
-
"darwin"
|
|
3128
|
-
],
|
|
3129
|
-
"engines": {
|
|
3130
|
-
"node": ">= 12.0.0"
|
|
3131
|
-
},
|
|
3132
|
-
"funding": {
|
|
3133
|
-
"type": "opencollective",
|
|
3134
|
-
"url": "https://opencollective.com/parcel"
|
|
3135
|
-
}
|
|
3136
|
-
},
|
|
3137
|
-
"node_modules/lightningcss-darwin-x64": {
|
|
3138
|
-
"version": "1.33.0",
|
|
3139
|
-
"resolved": "https://registry.npmjs.org/lightningcss-darwin-x64/-/lightningcss-darwin-x64-1.33.0.tgz",
|
|
3140
|
-
"integrity": "sha512-Z5UPAxzrjlWNNyGy6i65cJzzvgJ5D3T6wMvs+gWpY9d7qRhANrxqAp6LhxIgZhWEw18RfJTGcRxjuLIBr+m8XQ==",
|
|
3141
|
-
"cpu": [
|
|
3142
|
-
"x64"
|
|
3143
|
-
],
|
|
3144
|
-
"dev": true,
|
|
3145
|
-
"license": "MPL-2.0",
|
|
3146
|
-
"optional": true,
|
|
3147
|
-
"os": [
|
|
3148
|
-
"darwin"
|
|
3149
|
-
],
|
|
3150
|
-
"engines": {
|
|
3151
|
-
"node": ">= 12.0.0"
|
|
3152
|
-
},
|
|
3153
|
-
"funding": {
|
|
3154
|
-
"type": "opencollective",
|
|
3155
|
-
"url": "https://opencollective.com/parcel"
|
|
3156
|
-
}
|
|
3157
|
-
},
|
|
3158
|
-
"node_modules/lightningcss-freebsd-x64": {
|
|
3159
|
-
"version": "1.33.0",
|
|
3160
|
-
"resolved": "https://registry.npmjs.org/lightningcss-freebsd-x64/-/lightningcss-freebsd-x64-1.33.0.tgz",
|
|
3161
|
-
"integrity": "sha512-QQM/Ti/hQajJwCY+RiWuCZ9sdtI/XQk7nDK5vC8kkdwixezOlDgvDx7+RT+QjK6FcFT4MpsuoBnHIo/O3StRRg==",
|
|
3162
|
-
"cpu": [
|
|
3163
|
-
"x64"
|
|
3164
|
-
],
|
|
3165
|
-
"dev": true,
|
|
3166
|
-
"license": "MPL-2.0",
|
|
3167
|
-
"optional": true,
|
|
3168
|
-
"os": [
|
|
3169
|
-
"freebsd"
|
|
3170
|
-
],
|
|
3171
|
-
"engines": {
|
|
3172
|
-
"node": ">= 12.0.0"
|
|
3173
|
-
},
|
|
3174
|
-
"funding": {
|
|
3175
|
-
"type": "opencollective",
|
|
3176
|
-
"url": "https://opencollective.com/parcel"
|
|
3177
|
-
}
|
|
3178
|
-
},
|
|
3179
|
-
"node_modules/lightningcss-linux-arm-gnueabihf": {
|
|
3180
|
-
"version": "1.33.0",
|
|
3181
|
-
"resolved": "https://registry.npmjs.org/lightningcss-linux-arm-gnueabihf/-/lightningcss-linux-arm-gnueabihf-1.33.0.tgz",
|
|
3182
|
-
"integrity": "sha512-N7FVBe6iS24MlM6R/4RBTxGhQheZGs7tiQ9U32UtF75NzP5Q7xWPRqLBCKxlRQRk3rY1jCIPLzx7WzOhuUIRLQ==",
|
|
3183
|
-
"cpu": [
|
|
3184
|
-
"arm"
|
|
3185
|
-
],
|
|
3186
|
-
"dev": true,
|
|
3187
|
-
"license": "MPL-2.0",
|
|
3188
|
-
"optional": true,
|
|
3189
|
-
"os": [
|
|
3190
|
-
"linux"
|
|
3191
|
-
],
|
|
3192
|
-
"engines": {
|
|
3193
|
-
"node": ">= 12.0.0"
|
|
3194
|
-
},
|
|
3195
|
-
"funding": {
|
|
3196
|
-
"type": "opencollective",
|
|
3197
|
-
"url": "https://opencollective.com/parcel"
|
|
3198
|
-
}
|
|
3199
|
-
},
|
|
3200
|
-
"node_modules/lightningcss-linux-arm64-gnu": {
|
|
3201
|
-
"version": "1.33.0",
|
|
3202
|
-
"resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-gnu/-/lightningcss-linux-arm64-gnu-1.33.0.tgz",
|
|
3203
|
-
"integrity": "sha512-j2v/itmy4HlNxlc6voKXYgBqNi0Ng2LShg4z7GufpEgs05P+2suBVyi9I6YHq5uoVFx9ETin3eCEhLVyXGQnKg==",
|
|
3204
|
-
"cpu": [
|
|
3205
|
-
"arm64"
|
|
3206
|
-
],
|
|
3207
|
-
"dev": true,
|
|
3208
|
-
"libc": [
|
|
3209
|
-
"glibc"
|
|
3210
|
-
],
|
|
3211
|
-
"license": "MPL-2.0",
|
|
3212
|
-
"optional": true,
|
|
3213
|
-
"os": [
|
|
3214
|
-
"linux"
|
|
3215
|
-
],
|
|
3216
|
-
"engines": {
|
|
3217
|
-
"node": ">= 12.0.0"
|
|
3218
|
-
},
|
|
3219
|
-
"funding": {
|
|
3220
|
-
"type": "opencollective",
|
|
3221
|
-
"url": "https://opencollective.com/parcel"
|
|
3222
|
-
}
|
|
3223
|
-
},
|
|
3224
|
-
"node_modules/lightningcss-linux-arm64-musl": {
|
|
3225
|
-
"version": "1.33.0",
|
|
3226
|
-
"resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-musl/-/lightningcss-linux-arm64-musl-1.33.0.tgz",
|
|
3227
|
-
"integrity": "sha512-yiO5ROMuYQgXbC60yjZU5CYSFZGKXL0HFATXt9mHJn1+zW55oCtMI9NfcVhYLMFDL7gV7oBPon/EmMMGg2OvtQ==",
|
|
3228
|
-
"cpu": [
|
|
3229
|
-
"arm64"
|
|
3230
|
-
],
|
|
3231
|
-
"dev": true,
|
|
3232
|
-
"libc": [
|
|
3233
|
-
"musl"
|
|
3234
|
-
],
|
|
3235
|
-
"license": "MPL-2.0",
|
|
3236
|
-
"optional": true,
|
|
3237
|
-
"os": [
|
|
3238
|
-
"linux"
|
|
3239
|
-
],
|
|
3240
|
-
"engines": {
|
|
3241
|
-
"node": ">= 12.0.0"
|
|
3242
|
-
},
|
|
3243
|
-
"funding": {
|
|
3244
|
-
"type": "opencollective",
|
|
3245
|
-
"url": "https://opencollective.com/parcel"
|
|
3246
|
-
}
|
|
3247
|
-
},
|
|
3248
|
-
"node_modules/lightningcss-linux-x64-gnu": {
|
|
3249
|
-
"version": "1.33.0",
|
|
3250
|
-
"resolved": "https://registry.npmjs.org/lightningcss-linux-x64-gnu/-/lightningcss-linux-x64-gnu-1.33.0.tgz",
|
|
3251
|
-
"integrity": "sha512-ar+Ju7LmcN0Jo4FpL4hpFybwNG9/3A/Br5KW2n2jyODg3MEZXaDYADdemoNS+BDNfMgKvylJLj4S5tyRActuAg==",
|
|
3252
|
-
"cpu": [
|
|
3253
|
-
"x64"
|
|
3254
|
-
],
|
|
3255
|
-
"dev": true,
|
|
3256
|
-
"libc": [
|
|
3257
|
-
"glibc"
|
|
3258
|
-
],
|
|
3259
|
-
"license": "MPL-2.0",
|
|
3260
|
-
"optional": true,
|
|
3261
|
-
"os": [
|
|
3262
|
-
"linux"
|
|
3263
|
-
],
|
|
3264
|
-
"engines": {
|
|
3265
|
-
"node": ">= 12.0.0"
|
|
3266
|
-
},
|
|
3267
|
-
"funding": {
|
|
3268
|
-
"type": "opencollective",
|
|
3269
|
-
"url": "https://opencollective.com/parcel"
|
|
3270
|
-
}
|
|
3271
|
-
},
|
|
3272
|
-
"node_modules/lightningcss-linux-x64-musl": {
|
|
3273
|
-
"version": "1.33.0",
|
|
3274
|
-
"resolved": "https://registry.npmjs.org/lightningcss-linux-x64-musl/-/lightningcss-linux-x64-musl-1.33.0.tgz",
|
|
3275
|
-
"integrity": "sha512-RYiYbkokw0trfKqqzfF55lginwEPrD3OJDfTuJzFs1MK6iFnDenaz1fqLLtX4ITG3OktJQXOeTaw1awrBAlZPw==",
|
|
3276
|
-
"cpu": [
|
|
3277
|
-
"x64"
|
|
3278
|
-
],
|
|
3279
|
-
"dev": true,
|
|
3280
|
-
"libc": [
|
|
3281
|
-
"musl"
|
|
3282
|
-
],
|
|
3283
|
-
"license": "MPL-2.0",
|
|
3284
|
-
"optional": true,
|
|
3285
|
-
"os": [
|
|
3286
|
-
"linux"
|
|
3287
|
-
],
|
|
3288
|
-
"engines": {
|
|
3289
|
-
"node": ">= 12.0.0"
|
|
3290
|
-
},
|
|
3291
|
-
"funding": {
|
|
3292
|
-
"type": "opencollective",
|
|
3293
|
-
"url": "https://opencollective.com/parcel"
|
|
3294
|
-
}
|
|
3295
|
-
},
|
|
3296
|
-
"node_modules/lightningcss-win32-arm64-msvc": {
|
|
3297
|
-
"version": "1.33.0",
|
|
3298
|
-
"resolved": "https://registry.npmjs.org/lightningcss-win32-arm64-msvc/-/lightningcss-win32-arm64-msvc-1.33.0.tgz",
|
|
3299
|
-
"integrity": "sha512-1K+MPfLSFVpphzpdbfkhlWk6wBrTObBzS2T6db10PNOZgR9GoVsAWzwNyuhUYYbTp23j+4RrncfujZ4uAzXvwA==",
|
|
3300
|
-
"cpu": [
|
|
3301
|
-
"arm64"
|
|
3302
|
-
],
|
|
3303
|
-
"dev": true,
|
|
3304
|
-
"license": "MPL-2.0",
|
|
3305
|
-
"optional": true,
|
|
3306
|
-
"os": [
|
|
3307
|
-
"win32"
|
|
3308
|
-
],
|
|
3309
|
-
"engines": {
|
|
3310
|
-
"node": ">= 12.0.0"
|
|
3311
|
-
},
|
|
3312
|
-
"funding": {
|
|
3313
|
-
"type": "opencollective",
|
|
3314
|
-
"url": "https://opencollective.com/parcel"
|
|
3315
|
-
}
|
|
3316
|
-
},
|
|
3317
|
-
"node_modules/lightningcss-win32-x64-msvc": {
|
|
3318
|
-
"version": "1.33.0",
|
|
3319
|
-
"resolved": "https://registry.npmjs.org/lightningcss-win32-x64-msvc/-/lightningcss-win32-x64-msvc-1.33.0.tgz",
|
|
3320
|
-
"integrity": "sha512-OlEICDx/Xl0FqSp4bry8zFnCvGpig3Gl4gCquvYwHuqJKEC1+n9NgDniFvqHGmMv1ZkqDJrDqKKSykTDX+ehuA==",
|
|
3321
|
-
"cpu": [
|
|
3322
|
-
"x64"
|
|
3323
|
-
],
|
|
3324
|
-
"dev": true,
|
|
3325
|
-
"license": "MPL-2.0",
|
|
3326
|
-
"optional": true,
|
|
3327
|
-
"os": [
|
|
3328
|
-
"win32"
|
|
3329
|
-
],
|
|
3330
|
-
"engines": {
|
|
3331
|
-
"node": ">= 12.0.0"
|
|
3332
|
-
},
|
|
3333
|
-
"funding": {
|
|
3334
|
-
"type": "opencollective",
|
|
3335
|
-
"url": "https://opencollective.com/parcel"
|
|
3336
|
-
}
|
|
3337
|
-
},
|
|
3338
|
-
"node_modules/limiter": {
|
|
3339
|
-
"version": "1.1.5",
|
|
3340
|
-
"resolved": "https://registry.npmjs.org/limiter/-/limiter-1.1.5.tgz",
|
|
3341
|
-
"integrity": "sha512-FWWMIEOxz3GwUI4Ts/IvgVy6LPvoMPgjMdQ185nN6psJyBJ4yOpzqm695/h5umdLJg2vW3GR5iG11MAkR2AzJA=="
|
|
2523
|
+
"node_modules/limiter": {
|
|
2524
|
+
"version": "1.1.5",
|
|
2525
|
+
"resolved": "https://registry.npmjs.org/limiter/-/limiter-1.1.5.tgz",
|
|
2526
|
+
"integrity": "sha512-FWWMIEOxz3GwUI4Ts/IvgVy6LPvoMPgjMdQ185nN6psJyBJ4yOpzqm695/h5umdLJg2vW3GR5iG11MAkR2AzJA=="
|
|
3342
2527
|
},
|
|
3343
2528
|
"node_modules/lodash.camelcase": {
|
|
3344
2529
|
"version": "4.3.0",
|
|
@@ -3425,16 +2610,6 @@
|
|
|
3425
2610
|
"lru-cache": "^11.0.1"
|
|
3426
2611
|
}
|
|
3427
2612
|
},
|
|
3428
|
-
"node_modules/magic-string": {
|
|
3429
|
-
"version": "0.30.21",
|
|
3430
|
-
"resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.21.tgz",
|
|
3431
|
-
"integrity": "sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==",
|
|
3432
|
-
"dev": true,
|
|
3433
|
-
"license": "MIT",
|
|
3434
|
-
"dependencies": {
|
|
3435
|
-
"@jridgewell/sourcemap-codec": "^1.5.5"
|
|
3436
|
-
}
|
|
3437
|
-
},
|
|
3438
2613
|
"node_modules/math-intrinsics": {
|
|
3439
2614
|
"version": "1.1.0",
|
|
3440
2615
|
"resolved": "https://registry.npmjs.org/math-intrinsics/-/math-intrinsics-1.1.0.tgz",
|
|
@@ -3537,25 +2712,6 @@
|
|
|
3537
2712
|
"integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
|
|
3538
2713
|
"license": "MIT"
|
|
3539
2714
|
},
|
|
3540
|
-
"node_modules/nanoid": {
|
|
3541
|
-
"version": "3.3.18",
|
|
3542
|
-
"resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.18.tgz",
|
|
3543
|
-
"integrity": "sha512-DTg4MJbGMWkfi6VZFdNt2/caMbQy4Ou+Op/hJQvGEWcnVfoA1QA+xzRKAzw9jD6+GVOOeYr/mIcuDSdug6F6+w==",
|
|
3544
|
-
"dev": true,
|
|
3545
|
-
"funding": [
|
|
3546
|
-
{
|
|
3547
|
-
"type": "github",
|
|
3548
|
-
"url": "https://github.com/sponsors/ai"
|
|
3549
|
-
}
|
|
3550
|
-
],
|
|
3551
|
-
"license": "MIT",
|
|
3552
|
-
"bin": {
|
|
3553
|
-
"nanoid": "bin/nanoid.cjs"
|
|
3554
|
-
},
|
|
3555
|
-
"engines": {
|
|
3556
|
-
"node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
|
|
3557
|
-
}
|
|
3558
|
-
},
|
|
3559
2715
|
"node_modules/negotiator": {
|
|
3560
2716
|
"version": "1.1.0",
|
|
3561
2717
|
"resolved": "https://registry.npmjs.org/negotiator/-/negotiator-1.1.0.tgz",
|
|
@@ -3655,20 +2811,6 @@
|
|
|
3655
2811
|
"url": "https://github.com/sponsors/ljharb"
|
|
3656
2812
|
}
|
|
3657
2813
|
},
|
|
3658
|
-
"node_modules/obug": {
|
|
3659
|
-
"version": "2.1.4",
|
|
3660
|
-
"resolved": "https://registry.npmjs.org/obug/-/obug-2.1.4.tgz",
|
|
3661
|
-
"integrity": "sha512-4a+OsYv9UktOJKE+l1A4OufDgdRF9PifWj+tJnHURo/P+WOxpG4GzUFL9qCalmWauao6ogiG+QvnCovwPoyAWA==",
|
|
3662
|
-
"dev": true,
|
|
3663
|
-
"funding": [
|
|
3664
|
-
"https://github.com/sponsors/sxzz",
|
|
3665
|
-
"https://opencollective.com/debug"
|
|
3666
|
-
],
|
|
3667
|
-
"license": "MIT",
|
|
3668
|
-
"engines": {
|
|
3669
|
-
"node": ">=12.20.0"
|
|
3670
|
-
}
|
|
3671
|
-
},
|
|
3672
2814
|
"node_modules/on-finished": {
|
|
3673
2815
|
"version": "2.4.1",
|
|
3674
2816
|
"resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.4.1.tgz",
|
|
@@ -3787,62 +2929,6 @@
|
|
|
3787
2929
|
"url": "https://opencollective.com/express"
|
|
3788
2930
|
}
|
|
3789
2931
|
},
|
|
3790
|
-
"node_modules/pathe": {
|
|
3791
|
-
"version": "2.0.3",
|
|
3792
|
-
"resolved": "https://registry.npmjs.org/pathe/-/pathe-2.0.3.tgz",
|
|
3793
|
-
"integrity": "sha512-WUjGcAqP1gQacoQe+OBJsFA7Ld4DyXuUIjZ5cc75cLHvJ7dtNsTugphxIADwspS+AraAUePCKrSVtPLFj/F88w==",
|
|
3794
|
-
"dev": true,
|
|
3795
|
-
"license": "MIT"
|
|
3796
|
-
},
|
|
3797
|
-
"node_modules/picocolors": {
|
|
3798
|
-
"version": "1.1.1",
|
|
3799
|
-
"resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz",
|
|
3800
|
-
"integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",
|
|
3801
|
-
"dev": true,
|
|
3802
|
-
"license": "ISC"
|
|
3803
|
-
},
|
|
3804
|
-
"node_modules/picomatch": {
|
|
3805
|
-
"version": "4.0.5",
|
|
3806
|
-
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.5.tgz",
|
|
3807
|
-
"integrity": "sha512-RvwwcruNjI1ncT5xRakeyS9Lf8lcItv34KD+aif+VH9kduAyfYBipGh12274xtenIPZ119/R9BdTBa8gAwSh0A==",
|
|
3808
|
-
"dev": true,
|
|
3809
|
-
"license": "MIT",
|
|
3810
|
-
"engines": {
|
|
3811
|
-
"node": ">=12"
|
|
3812
|
-
},
|
|
3813
|
-
"funding": {
|
|
3814
|
-
"url": "https://github.com/sponsors/jonschlinkert"
|
|
3815
|
-
}
|
|
3816
|
-
},
|
|
3817
|
-
"node_modules/postcss": {
|
|
3818
|
-
"version": "8.5.26",
|
|
3819
|
-
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.26.tgz",
|
|
3820
|
-
"integrity": "sha512-u82N74LFzG8ca+dD8puPnplTXoGH4fTPpVGuIbt36G3qvNlkvfD0lEAZSxaly3KX8TS/L1A1gsCEmvKmBcVbkQ==",
|
|
3821
|
-
"dev": true,
|
|
3822
|
-
"funding": [
|
|
3823
|
-
{
|
|
3824
|
-
"type": "opencollective",
|
|
3825
|
-
"url": "https://opencollective.com/postcss/"
|
|
3826
|
-
},
|
|
3827
|
-
{
|
|
3828
|
-
"type": "tidelift",
|
|
3829
|
-
"url": "https://tidelift.com/funding/github/npm/postcss"
|
|
3830
|
-
},
|
|
3831
|
-
{
|
|
3832
|
-
"type": "github",
|
|
3833
|
-
"url": "https://github.com/sponsors/ai"
|
|
3834
|
-
}
|
|
3835
|
-
],
|
|
3836
|
-
"license": "MIT",
|
|
3837
|
-
"dependencies": {
|
|
3838
|
-
"nanoid": "^3.3.17",
|
|
3839
|
-
"picocolors": "^1.1.1",
|
|
3840
|
-
"source-map-js": "^1.2.1"
|
|
3841
|
-
},
|
|
3842
|
-
"engines": {
|
|
3843
|
-
"node": "^10 || ^12 || >=14"
|
|
3844
|
-
}
|
|
3845
|
-
},
|
|
3846
2932
|
"node_modules/proto3-json-serializer": {
|
|
3847
2933
|
"version": "3.0.4",
|
|
3848
2934
|
"resolved": "https://registry.npmjs.org/proto3-json-serializer/-/proto3-json-serializer-3.0.4.tgz",
|
|
@@ -3996,40 +3082,6 @@
|
|
|
3996
3082
|
"url": "https://github.com/sponsors/isaacs"
|
|
3997
3083
|
}
|
|
3998
3084
|
},
|
|
3999
|
-
"node_modules/rolldown": {
|
|
4000
|
-
"version": "1.2.5",
|
|
4001
|
-
"resolved": "https://registry.npmjs.org/rolldown/-/rolldown-1.2.5.tgz",
|
|
4002
|
-
"integrity": "sha512-VD2IE5PUG4Oj8zz2VGykiYd5wbnjdIiSsNQb8Qu5B+noEp+A78mu2iVvpp27g8es14Tk9rofNs5Tku9iQCS4fA==",
|
|
4003
|
-
"dev": true,
|
|
4004
|
-
"license": "MIT",
|
|
4005
|
-
"dependencies": {
|
|
4006
|
-
"@oxc-project/types": "=0.146.0",
|
|
4007
|
-
"@rolldown/pluginutils": "^1.0.0"
|
|
4008
|
-
},
|
|
4009
|
-
"bin": {
|
|
4010
|
-
"rolldown": "bin/cli.mjs"
|
|
4011
|
-
},
|
|
4012
|
-
"engines": {
|
|
4013
|
-
"node": "^20.19.0 || >=22.12.0"
|
|
4014
|
-
},
|
|
4015
|
-
"optionalDependencies": {
|
|
4016
|
-
"@rolldown/binding-android-arm-eabi": "1.2.5",
|
|
4017
|
-
"@rolldown/binding-android-arm64": "1.2.5",
|
|
4018
|
-
"@rolldown/binding-darwin-arm64": "1.2.5",
|
|
4019
|
-
"@rolldown/binding-darwin-x64": "1.2.5",
|
|
4020
|
-
"@rolldown/binding-freebsd-x64": "1.2.5",
|
|
4021
|
-
"@rolldown/binding-linux-arm-gnueabihf": "1.2.5",
|
|
4022
|
-
"@rolldown/binding-linux-arm64-gnu": "1.2.5",
|
|
4023
|
-
"@rolldown/binding-linux-arm64-musl": "1.2.5",
|
|
4024
|
-
"@rolldown/binding-linux-ppc64-gnu": "1.2.5",
|
|
4025
|
-
"@rolldown/binding-linux-s390x-gnu": "1.2.5",
|
|
4026
|
-
"@rolldown/binding-linux-x64-gnu": "1.2.5",
|
|
4027
|
-
"@rolldown/binding-linux-x64-musl": "1.2.5",
|
|
4028
|
-
"@rolldown/binding-openharmony-arm64": "1.2.5",
|
|
4029
|
-
"@rolldown/binding-win32-arm64-msvc": "1.2.5",
|
|
4030
|
-
"@rolldown/binding-win32-x64-msvc": "1.2.5"
|
|
4031
|
-
}
|
|
4032
|
-
},
|
|
4033
3085
|
"node_modules/router": {
|
|
4034
3086
|
"version": "2.2.0",
|
|
4035
3087
|
"resolved": "https://registry.npmjs.org/router/-/router-2.2.0.tgz",
|
|
@@ -4228,13 +3280,6 @@
|
|
|
4228
3280
|
"url": "https://github.com/sponsors/ljharb"
|
|
4229
3281
|
}
|
|
4230
3282
|
},
|
|
4231
|
-
"node_modules/siginfo": {
|
|
4232
|
-
"version": "2.0.0",
|
|
4233
|
-
"resolved": "https://registry.npmjs.org/siginfo/-/siginfo-2.0.0.tgz",
|
|
4234
|
-
"integrity": "sha512-ybx0WO1/8bSBLEWXZvEd7gMW3Sn3JFlW3TvX1nREbDLRNQNaeNN8WK0meBwPdAaOI7TtRRRJn/Es1zhrrCHu7g==",
|
|
4235
|
-
"dev": true,
|
|
4236
|
-
"license": "ISC"
|
|
4237
|
-
},
|
|
4238
3283
|
"node_modules/signal-exit": {
|
|
4239
3284
|
"version": "4.1.0",
|
|
4240
3285
|
"resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
|
|
@@ -4247,23 +3292,6 @@
|
|
|
4247
3292
|
"url": "https://github.com/sponsors/isaacs"
|
|
4248
3293
|
}
|
|
4249
3294
|
},
|
|
4250
|
-
"node_modules/source-map-js": {
|
|
4251
|
-
"version": "1.2.1",
|
|
4252
|
-
"resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz",
|
|
4253
|
-
"integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==",
|
|
4254
|
-
"dev": true,
|
|
4255
|
-
"license": "BSD-3-Clause",
|
|
4256
|
-
"engines": {
|
|
4257
|
-
"node": ">=0.10.0"
|
|
4258
|
-
}
|
|
4259
|
-
},
|
|
4260
|
-
"node_modules/stackback": {
|
|
4261
|
-
"version": "0.0.2",
|
|
4262
|
-
"resolved": "https://registry.npmjs.org/stackback/-/stackback-0.0.2.tgz",
|
|
4263
|
-
"integrity": "sha512-1XMJE5fQo1jGH6Y/7ebnwPOBEkIEnT4QF32d5R1+VXdXveM0IBMJt8zfaxX1P3QhVwrYe+576+jkANtSS2mBbw==",
|
|
4264
|
-
"dev": true,
|
|
4265
|
-
"license": "MIT"
|
|
4266
|
-
},
|
|
4267
3295
|
"node_modules/statuses": {
|
|
4268
3296
|
"version": "2.0.2",
|
|
4269
3297
|
"resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.2.tgz",
|
|
@@ -4273,13 +3301,6 @@
|
|
|
4273
3301
|
"node": ">= 0.8"
|
|
4274
3302
|
}
|
|
4275
3303
|
},
|
|
4276
|
-
"node_modules/std-env": {
|
|
4277
|
-
"version": "4.2.0",
|
|
4278
|
-
"resolved": "https://registry.npmjs.org/std-env/-/std-env-4.2.0.tgz",
|
|
4279
|
-
"integrity": "sha512-oCUKSupKTHX53EyjDtuZQ64pjLJ6yYCtpmEw0goYxtjG9KpbRe8KAsl2tBUGU9DyMcJ0RwJ8GqJAFzMXcXW1Rw==",
|
|
4280
|
-
"dev": true,
|
|
4281
|
-
"license": "MIT"
|
|
4282
|
-
},
|
|
4283
3304
|
"node_modules/stream-events": {
|
|
4284
3305
|
"version": "1.0.5",
|
|
4285
3306
|
"resolved": "https://registry.npmjs.org/stream-events/-/stream-events-1.0.5.tgz",
|
|
@@ -4455,50 +3476,6 @@
|
|
|
4455
3476
|
"url": "https://opencollective.com/node-fetch"
|
|
4456
3477
|
}
|
|
4457
3478
|
},
|
|
4458
|
-
"node_modules/tinybench": {
|
|
4459
|
-
"version": "2.9.0",
|
|
4460
|
-
"resolved": "https://registry.npmjs.org/tinybench/-/tinybench-2.9.0.tgz",
|
|
4461
|
-
"integrity": "sha512-0+DUvqWMValLmha6lr4kD8iAMK1HzV0/aKnCtWb9v9641TnP/MFb7Pc2bxoxQjTXAErryXVgUOfv2YqNllqGeg==",
|
|
4462
|
-
"dev": true,
|
|
4463
|
-
"license": "MIT"
|
|
4464
|
-
},
|
|
4465
|
-
"node_modules/tinyexec": {
|
|
4466
|
-
"version": "1.3.0",
|
|
4467
|
-
"resolved": "https://registry.npmjs.org/tinyexec/-/tinyexec-1.3.0.tgz",
|
|
4468
|
-
"integrity": "sha512-QKAl9m8gWWGHV8jZcPeym6j+XULi6tOf1mT83WYJ4Lk2ytW/uwAWkrP0uFsdoYMdueVJ0qs26wZ+23xeB4ibNQ==",
|
|
4469
|
-
"dev": true,
|
|
4470
|
-
"license": "MIT",
|
|
4471
|
-
"engines": {
|
|
4472
|
-
"node": ">=18"
|
|
4473
|
-
}
|
|
4474
|
-
},
|
|
4475
|
-
"node_modules/tinyglobby": {
|
|
4476
|
-
"version": "0.2.17",
|
|
4477
|
-
"resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.17.tgz",
|
|
4478
|
-
"integrity": "sha512-wXR/dYpcqKmfWpEdZjiKJOwCNFndD0DMnrW/cYjVGttEkBfVgcLFHoNrlj47mjOVic9yyNu65alsgF4NQyTa2g==",
|
|
4479
|
-
"dev": true,
|
|
4480
|
-
"license": "MIT",
|
|
4481
|
-
"dependencies": {
|
|
4482
|
-
"fdir": "^6.5.0",
|
|
4483
|
-
"picomatch": "^4.0.4"
|
|
4484
|
-
},
|
|
4485
|
-
"engines": {
|
|
4486
|
-
"node": ">=12.0.0"
|
|
4487
|
-
},
|
|
4488
|
-
"funding": {
|
|
4489
|
-
"url": "https://github.com/sponsors/SuperchupuDev"
|
|
4490
|
-
}
|
|
4491
|
-
},
|
|
4492
|
-
"node_modules/tinyrainbow": {
|
|
4493
|
-
"version": "3.1.1",
|
|
4494
|
-
"resolved": "https://registry.npmjs.org/tinyrainbow/-/tinyrainbow-3.1.1.tgz",
|
|
4495
|
-
"integrity": "sha512-yau8yJdTt989Mm0Bd/236QnzEiPf2xLLTqUZRUJOo/3CB078LSwzei343DgtJVmfJKJE3TMINY1u42SQsP6mXw==",
|
|
4496
|
-
"dev": true,
|
|
4497
|
-
"license": "MIT",
|
|
4498
|
-
"engines": {
|
|
4499
|
-
"node": ">=14.0.0"
|
|
4500
|
-
}
|
|
4501
|
-
},
|
|
4502
3479
|
"node_modules/toidentifier": {
|
|
4503
3480
|
"version": "1.0.1",
|
|
4504
3481
|
"resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.1.tgz",
|
|
@@ -4594,174 +3571,6 @@
|
|
|
4594
3571
|
"node": ">= 0.8"
|
|
4595
3572
|
}
|
|
4596
3573
|
},
|
|
4597
|
-
"node_modules/vite": {
|
|
4598
|
-
"version": "8.2.2",
|
|
4599
|
-
"resolved": "https://registry.npmjs.org/vite/-/vite-8.2.2.tgz",
|
|
4600
|
-
"integrity": "sha512-cFKLV/PRgAUlIRm5WjMjJ86jrftzpqcgH+Us+DS8mI3CDNiH30Whrz8uHL3+MOLPAgqbMBAqWdAHAphOAM+z/Q==",
|
|
4601
|
-
"dev": true,
|
|
4602
|
-
"license": "MIT",
|
|
4603
|
-
"dependencies": {
|
|
4604
|
-
"lightningcss": "^1.33.0",
|
|
4605
|
-
"picomatch": "^4.0.5",
|
|
4606
|
-
"postcss": "^8.5.26",
|
|
4607
|
-
"rolldown": "~1.2.4",
|
|
4608
|
-
"tinyglobby": "^0.2.17"
|
|
4609
|
-
},
|
|
4610
|
-
"bin": {
|
|
4611
|
-
"vite": "bin/vite.js"
|
|
4612
|
-
},
|
|
4613
|
-
"engines": {
|
|
4614
|
-
"node": "^20.19.0 || >=22.12.0"
|
|
4615
|
-
},
|
|
4616
|
-
"funding": {
|
|
4617
|
-
"url": "https://github.com/vitejs/vite?sponsor=1"
|
|
4618
|
-
},
|
|
4619
|
-
"optionalDependencies": {
|
|
4620
|
-
"fsevents": "~2.3.3"
|
|
4621
|
-
},
|
|
4622
|
-
"peerDependencies": {
|
|
4623
|
-
"@types/node": "^20.19.0 || >=22.12.0",
|
|
4624
|
-
"@vitejs/devtools": "^0.4.0 || ^0.5.0",
|
|
4625
|
-
"esbuild": "^0.27.0 || ^0.28.0",
|
|
4626
|
-
"jiti": ">=1.21.0",
|
|
4627
|
-
"less": "^4.0.0",
|
|
4628
|
-
"sass": "^1.70.0",
|
|
4629
|
-
"sass-embedded": "^1.70.0",
|
|
4630
|
-
"stylus": ">=0.54.8",
|
|
4631
|
-
"sugarss": "^5.0.0",
|
|
4632
|
-
"terser": "^5.16.0",
|
|
4633
|
-
"tsx": "^4.8.1",
|
|
4634
|
-
"yaml": "^2.4.2"
|
|
4635
|
-
},
|
|
4636
|
-
"peerDependenciesMeta": {
|
|
4637
|
-
"@types/node": {
|
|
4638
|
-
"optional": true
|
|
4639
|
-
},
|
|
4640
|
-
"@vitejs/devtools": {
|
|
4641
|
-
"optional": true
|
|
4642
|
-
},
|
|
4643
|
-
"esbuild": {
|
|
4644
|
-
"optional": true
|
|
4645
|
-
},
|
|
4646
|
-
"jiti": {
|
|
4647
|
-
"optional": true
|
|
4648
|
-
},
|
|
4649
|
-
"less": {
|
|
4650
|
-
"optional": true
|
|
4651
|
-
},
|
|
4652
|
-
"sass": {
|
|
4653
|
-
"optional": true
|
|
4654
|
-
},
|
|
4655
|
-
"sass-embedded": {
|
|
4656
|
-
"optional": true
|
|
4657
|
-
},
|
|
4658
|
-
"stylus": {
|
|
4659
|
-
"optional": true
|
|
4660
|
-
},
|
|
4661
|
-
"sugarss": {
|
|
4662
|
-
"optional": true
|
|
4663
|
-
},
|
|
4664
|
-
"terser": {
|
|
4665
|
-
"optional": true
|
|
4666
|
-
},
|
|
4667
|
-
"tsx": {
|
|
4668
|
-
"optional": true
|
|
4669
|
-
},
|
|
4670
|
-
"yaml": {
|
|
4671
|
-
"optional": true
|
|
4672
|
-
}
|
|
4673
|
-
}
|
|
4674
|
-
},
|
|
4675
|
-
"node_modules/vitest": {
|
|
4676
|
-
"version": "4.1.11",
|
|
4677
|
-
"resolved": "https://registry.npmjs.org/vitest/-/vitest-4.1.11.tgz",
|
|
4678
|
-
"integrity": "sha512-fhACrNXUidIbGSBr5FlbuBkO7VWC1ZyLl0DO4CU2DrQoAPxX84Ysxs+HeGQpii5lZWV1Q4gBZTTu49mF+A6Edw==",
|
|
4679
|
-
"dev": true,
|
|
4680
|
-
"license": "MIT",
|
|
4681
|
-
"dependencies": {
|
|
4682
|
-
"@vitest/expect": "4.1.11",
|
|
4683
|
-
"@vitest/mocker": "4.1.11",
|
|
4684
|
-
"@vitest/pretty-format": "4.1.11",
|
|
4685
|
-
"@vitest/runner": "4.1.11",
|
|
4686
|
-
"@vitest/snapshot": "4.1.11",
|
|
4687
|
-
"@vitest/spy": "4.1.11",
|
|
4688
|
-
"@vitest/utils": "4.1.11",
|
|
4689
|
-
"es-module-lexer": "^2.0.0",
|
|
4690
|
-
"expect-type": "^1.3.0",
|
|
4691
|
-
"magic-string": "^0.30.21",
|
|
4692
|
-
"obug": "^2.1.1",
|
|
4693
|
-
"pathe": "^2.0.3",
|
|
4694
|
-
"picomatch": "^4.0.3",
|
|
4695
|
-
"std-env": "^4.0.0-rc.1",
|
|
4696
|
-
"tinybench": "^2.9.0",
|
|
4697
|
-
"tinyexec": "^1.0.2",
|
|
4698
|
-
"tinyglobby": "^0.2.15",
|
|
4699
|
-
"tinyrainbow": "^3.1.0",
|
|
4700
|
-
"vite": "^6.0.0 || ^7.0.0 || ^8.0.0",
|
|
4701
|
-
"why-is-node-running": "^2.3.0"
|
|
4702
|
-
},
|
|
4703
|
-
"bin": {
|
|
4704
|
-
"vitest": "vitest.mjs"
|
|
4705
|
-
},
|
|
4706
|
-
"engines": {
|
|
4707
|
-
"node": "^20.0.0 || ^22.0.0 || >=24.0.0"
|
|
4708
|
-
},
|
|
4709
|
-
"funding": {
|
|
4710
|
-
"url": "https://opencollective.com/vitest"
|
|
4711
|
-
},
|
|
4712
|
-
"peerDependencies": {
|
|
4713
|
-
"@edge-runtime/vm": "*",
|
|
4714
|
-
"@opentelemetry/api": "^1.9.0",
|
|
4715
|
-
"@types/node": "^20.0.0 || ^22.0.0 || >=24.0.0",
|
|
4716
|
-
"@vitest/browser-playwright": "4.1.11",
|
|
4717
|
-
"@vitest/browser-preview": "4.1.11",
|
|
4718
|
-
"@vitest/browser-webdriverio": "4.1.11",
|
|
4719
|
-
"@vitest/coverage-istanbul": "4.1.11",
|
|
4720
|
-
"@vitest/coverage-v8": "4.1.11",
|
|
4721
|
-
"@vitest/ui": "4.1.11",
|
|
4722
|
-
"happy-dom": "*",
|
|
4723
|
-
"jsdom": "*",
|
|
4724
|
-
"vite": "^6.0.0 || ^7.0.0 || ^8.0.0"
|
|
4725
|
-
},
|
|
4726
|
-
"peerDependenciesMeta": {
|
|
4727
|
-
"@edge-runtime/vm": {
|
|
4728
|
-
"optional": true
|
|
4729
|
-
},
|
|
4730
|
-
"@opentelemetry/api": {
|
|
4731
|
-
"optional": true
|
|
4732
|
-
},
|
|
4733
|
-
"@types/node": {
|
|
4734
|
-
"optional": true
|
|
4735
|
-
},
|
|
4736
|
-
"@vitest/browser-playwright": {
|
|
4737
|
-
"optional": true
|
|
4738
|
-
},
|
|
4739
|
-
"@vitest/browser-preview": {
|
|
4740
|
-
"optional": true
|
|
4741
|
-
},
|
|
4742
|
-
"@vitest/browser-webdriverio": {
|
|
4743
|
-
"optional": true
|
|
4744
|
-
},
|
|
4745
|
-
"@vitest/coverage-istanbul": {
|
|
4746
|
-
"optional": true
|
|
4747
|
-
},
|
|
4748
|
-
"@vitest/coverage-v8": {
|
|
4749
|
-
"optional": true
|
|
4750
|
-
},
|
|
4751
|
-
"@vitest/ui": {
|
|
4752
|
-
"optional": true
|
|
4753
|
-
},
|
|
4754
|
-
"happy-dom": {
|
|
4755
|
-
"optional": true
|
|
4756
|
-
},
|
|
4757
|
-
"jsdom": {
|
|
4758
|
-
"optional": true
|
|
4759
|
-
},
|
|
4760
|
-
"vite": {
|
|
4761
|
-
"optional": false
|
|
4762
|
-
}
|
|
4763
|
-
}
|
|
4764
|
-
},
|
|
4765
3574
|
"node_modules/web-streams-polyfill": {
|
|
4766
3575
|
"version": "3.3.3",
|
|
4767
3576
|
"resolved": "https://registry.npmjs.org/web-streams-polyfill/-/web-streams-polyfill-3.3.3.tgz",
|
|
@@ -4825,23 +3634,6 @@
|
|
|
4825
3634
|
"node": ">= 8"
|
|
4826
3635
|
}
|
|
4827
3636
|
},
|
|
4828
|
-
"node_modules/why-is-node-running": {
|
|
4829
|
-
"version": "2.3.0",
|
|
4830
|
-
"resolved": "https://registry.npmjs.org/why-is-node-running/-/why-is-node-running-2.3.0.tgz",
|
|
4831
|
-
"integrity": "sha512-hUrmaWBdVDcxvYqnyh09zunKzROWjbZTiNy8dBEjkS7ehEDQibXJ7XvlmtbwuTclUiIyN+CyXQD4Vmko8fNm8w==",
|
|
4832
|
-
"dev": true,
|
|
4833
|
-
"license": "MIT",
|
|
4834
|
-
"dependencies": {
|
|
4835
|
-
"siginfo": "^2.0.0",
|
|
4836
|
-
"stackback": "0.0.2"
|
|
4837
|
-
},
|
|
4838
|
-
"bin": {
|
|
4839
|
-
"why-is-node-running": "cli.js"
|
|
4840
|
-
},
|
|
4841
|
-
"engines": {
|
|
4842
|
-
"node": ">=8"
|
|
4843
|
-
}
|
|
4844
|
-
},
|
|
4845
3637
|
"node_modules/wrap-ansi": {
|
|
4846
3638
|
"version": "8.1.0",
|
|
4847
3639
|
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz",
|