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