@adriankulik/create-fullstack-app 1.14.2 → 1.16.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -5
- package/cli/build-date.js +1 -1
- package/cli/index.js +4 -4
- package/package.json +3 -3
- package/templates/backend/flask/requirements.txt +1 -1
- package/templates/backend/nodejs/package-lock.json +228 -1064
- package/templates/backend/nodejs/package.json +4 -4
- package/templates/base/database/requirements.txt +1 -1
- package/templates/frontend/angular/package-lock.json +343 -257
- package/templates/frontend/angular/package.json +15 -15
- package/templates/frontend/nextjs/package-lock.json +1545 -1287
- package/templates/frontend/nextjs/package.json +8 -8
- package/templates/frontend/svelte/package-lock.json +154 -249
- package/templates/frontend/svelte/package.json +4 -4
- package/templates/frontend/vue/package-lock.json +274 -799
- package/templates/frontend/vue/package.json +5 -5
|
@@ -15,16 +15,16 @@
|
|
|
15
15
|
"@tsconfig/svelte": "^5.0.8",
|
|
16
16
|
"eslint": "^10.4.0",
|
|
17
17
|
"eslint-plugin-svelte": "^3.23.0",
|
|
18
|
-
"globals": "^17.
|
|
18
|
+
"globals": "^17.12.0",
|
|
19
19
|
"jsdom": "^30.0.1",
|
|
20
20
|
"prettier": "^3.9.6",
|
|
21
|
-
"svelte": "^5.
|
|
21
|
+
"svelte": "^5.57.0",
|
|
22
22
|
"svelte-check": "^4.7.6",
|
|
23
23
|
"tslib": "^2.8.1",
|
|
24
24
|
"typescript": "^5.9.0",
|
|
25
|
-
"typescript-eslint": "^8.
|
|
25
|
+
"typescript-eslint": "^8.69.0",
|
|
26
26
|
"vite": "^8.2.2",
|
|
27
|
-
"vitest": "^
|
|
27
|
+
"vitest": "^5.0.0"
|
|
28
28
|
}
|
|
29
29
|
},
|
|
30
30
|
"node_modules/@adobe/css-tools": {
|
|
@@ -807,13 +807,6 @@
|
|
|
807
807
|
"dev": true,
|
|
808
808
|
"license": "MIT"
|
|
809
809
|
},
|
|
810
|
-
"node_modules/@standard-schema/spec": {
|
|
811
|
-
"version": "1.1.0",
|
|
812
|
-
"resolved": "https://registry.npmjs.org/@standard-schema/spec/-/spec-1.1.0.tgz",
|
|
813
|
-
"integrity": "sha512-l2aFy5jALhniG5HgqrD6jXLi/rUWrKvqN/qJx6yoJsgKhblVd+iqqU4RCXavm/jPityDo5TCvKMnpjKnOriy0w==",
|
|
814
|
-
"dev": true,
|
|
815
|
-
"license": "MIT"
|
|
816
|
-
},
|
|
817
810
|
"node_modules/@sveltejs/acorn-typescript": {
|
|
818
811
|
"version": "1.0.13",
|
|
819
812
|
"resolved": "https://registry.npmjs.org/@sveltejs/acorn-typescript/-/acorn-typescript-1.0.13.tgz",
|
|
@@ -1023,25 +1016,18 @@
|
|
|
1023
1016
|
"dev": true,
|
|
1024
1017
|
"license": "MIT"
|
|
1025
1018
|
},
|
|
1026
|
-
"node_modules/@types/trusted-types": {
|
|
1027
|
-
"version": "2.0.7",
|
|
1028
|
-
"resolved": "https://registry.npmjs.org/@types/trusted-types/-/trusted-types-2.0.7.tgz",
|
|
1029
|
-
"integrity": "sha512-ScaPdn1dQczgbl0QFTeTOmVHFULt394XJgOQNoyVhZ6r2vLnMLJfBPd53SB52T/3G36VI1/g2MZaX0cwDuXsfw==",
|
|
1030
|
-
"dev": true,
|
|
1031
|
-
"license": "MIT"
|
|
1032
|
-
},
|
|
1033
1019
|
"node_modules/@typescript-eslint/eslint-plugin": {
|
|
1034
|
-
"version": "8.
|
|
1035
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.
|
|
1036
|
-
"integrity": "sha512-
|
|
1020
|
+
"version": "8.69.0",
|
|
1021
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.69.0.tgz",
|
|
1022
|
+
"integrity": "sha512-t5jQTKPIgVW1PE6dR6H6Qz5gm8zjMlX5/2gRaOGd9eO6V7J+tQc6iWKukEe7dY8u9HyYasQ0yfF0/FSSTEO2gA==",
|
|
1037
1023
|
"dev": true,
|
|
1038
1024
|
"license": "MIT",
|
|
1039
1025
|
"dependencies": {
|
|
1040
1026
|
"@eslint-community/regexpp": "^4.12.2",
|
|
1041
|
-
"@typescript-eslint/scope-manager": "8.
|
|
1042
|
-
"@typescript-eslint/type-utils": "8.
|
|
1043
|
-
"@typescript-eslint/utils": "8.
|
|
1044
|
-
"@typescript-eslint/visitor-keys": "8.
|
|
1027
|
+
"@typescript-eslint/scope-manager": "8.69.0",
|
|
1028
|
+
"@typescript-eslint/type-utils": "8.69.0",
|
|
1029
|
+
"@typescript-eslint/utils": "8.69.0",
|
|
1030
|
+
"@typescript-eslint/visitor-keys": "8.69.0",
|
|
1045
1031
|
"ignore": "^7.0.5",
|
|
1046
1032
|
"natural-compare": "^1.4.0",
|
|
1047
1033
|
"ts-api-utils": "^2.5.0"
|
|
@@ -1054,15 +1040,15 @@
|
|
|
1054
1040
|
"url": "https://opencollective.com/typescript-eslint"
|
|
1055
1041
|
},
|
|
1056
1042
|
"peerDependencies": {
|
|
1057
|
-
"@typescript-eslint/parser": "^8.
|
|
1043
|
+
"@typescript-eslint/parser": "^8.69.0",
|
|
1058
1044
|
"eslint": "^8.57.0 || ^9.0.0 || ^10.0.0",
|
|
1059
1045
|
"typescript": ">=4.8.4 <6.1.0"
|
|
1060
1046
|
}
|
|
1061
1047
|
},
|
|
1062
1048
|
"node_modules/@typescript-eslint/eslint-plugin/node_modules/ignore": {
|
|
1063
|
-
"version": "7.0.
|
|
1064
|
-
"resolved": "https://registry.npmjs.org/ignore/-/ignore-7.0.
|
|
1065
|
-
"integrity": "sha512-
|
|
1049
|
+
"version": "7.0.8",
|
|
1050
|
+
"resolved": "https://registry.npmjs.org/ignore/-/ignore-7.0.8.tgz",
|
|
1051
|
+
"integrity": "sha512-YYNsSlXBjMk92SKnkwvB5LOVSa6OznlFUGcsvrFgNJbJCd0M1XKeFVRc8ZByeCqz32FivYNHJVooLmdqrmvp/Q==",
|
|
1066
1052
|
"dev": true,
|
|
1067
1053
|
"license": "MIT",
|
|
1068
1054
|
"engines": {
|
|
@@ -1070,16 +1056,16 @@
|
|
|
1070
1056
|
}
|
|
1071
1057
|
},
|
|
1072
1058
|
"node_modules/@typescript-eslint/parser": {
|
|
1073
|
-
"version": "8.
|
|
1074
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.
|
|
1075
|
-
"integrity": "sha512-
|
|
1059
|
+
"version": "8.69.0",
|
|
1060
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.69.0.tgz",
|
|
1061
|
+
"integrity": "sha512-l4b0DhWioGg6Gt2ebGlvfkFMOjRsauxtsnDRwUSRX1qHq3HdTfQHV8wW9zEXeciai6HfeaKOedQn2Zoofx3WBw==",
|
|
1076
1062
|
"dev": true,
|
|
1077
1063
|
"license": "MIT",
|
|
1078
1064
|
"dependencies": {
|
|
1079
|
-
"@typescript-eslint/scope-manager": "8.
|
|
1080
|
-
"@typescript-eslint/types": "8.
|
|
1081
|
-
"@typescript-eslint/typescript-estree": "8.
|
|
1082
|
-
"@typescript-eslint/visitor-keys": "8.
|
|
1065
|
+
"@typescript-eslint/scope-manager": "8.69.0",
|
|
1066
|
+
"@typescript-eslint/types": "8.69.0",
|
|
1067
|
+
"@typescript-eslint/typescript-estree": "8.69.0",
|
|
1068
|
+
"@typescript-eslint/visitor-keys": "8.69.0",
|
|
1083
1069
|
"debug": "^4.4.3"
|
|
1084
1070
|
},
|
|
1085
1071
|
"engines": {
|
|
@@ -1095,14 +1081,14 @@
|
|
|
1095
1081
|
}
|
|
1096
1082
|
},
|
|
1097
1083
|
"node_modules/@typescript-eslint/project-service": {
|
|
1098
|
-
"version": "8.
|
|
1099
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/project-service/-/project-service-8.
|
|
1100
|
-
"integrity": "sha512-
|
|
1084
|
+
"version": "8.69.0",
|
|
1085
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/project-service/-/project-service-8.69.0.tgz",
|
|
1086
|
+
"integrity": "sha512-yi4obFrHMmnsesWehHbkg9zMA7Jt8cXT+mKM08G999pH1yT6nqgsHx7MYm0uY1wAj8CqiBXYRJ7WAT0QdQHQXg==",
|
|
1101
1087
|
"dev": true,
|
|
1102
1088
|
"license": "MIT",
|
|
1103
1089
|
"dependencies": {
|
|
1104
|
-
"@typescript-eslint/tsconfig-utils": "^8.
|
|
1105
|
-
"@typescript-eslint/types": "^8.
|
|
1090
|
+
"@typescript-eslint/tsconfig-utils": "^8.69.0",
|
|
1091
|
+
"@typescript-eslint/types": "^8.69.0",
|
|
1106
1092
|
"debug": "^4.4.3"
|
|
1107
1093
|
},
|
|
1108
1094
|
"engines": {
|
|
@@ -1117,14 +1103,14 @@
|
|
|
1117
1103
|
}
|
|
1118
1104
|
},
|
|
1119
1105
|
"node_modules/@typescript-eslint/scope-manager": {
|
|
1120
|
-
"version": "8.
|
|
1121
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.
|
|
1122
|
-
"integrity": "sha512-
|
|
1106
|
+
"version": "8.69.0",
|
|
1107
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.69.0.tgz",
|
|
1108
|
+
"integrity": "sha512-ewfspqWvSxKSOaplqAUNbaSFO0eB6w1EtQ+esfYFRm3614Ty4uNtExkcbgd6nWsXphbqKyf9ZYdbZdv2xEoWEQ==",
|
|
1123
1109
|
"dev": true,
|
|
1124
1110
|
"license": "MIT",
|
|
1125
1111
|
"dependencies": {
|
|
1126
|
-
"@typescript-eslint/types": "8.
|
|
1127
|
-
"@typescript-eslint/visitor-keys": "8.
|
|
1112
|
+
"@typescript-eslint/types": "8.69.0",
|
|
1113
|
+
"@typescript-eslint/visitor-keys": "8.69.0"
|
|
1128
1114
|
},
|
|
1129
1115
|
"engines": {
|
|
1130
1116
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
@@ -1135,9 +1121,9 @@
|
|
|
1135
1121
|
}
|
|
1136
1122
|
},
|
|
1137
1123
|
"node_modules/@typescript-eslint/tsconfig-utils": {
|
|
1138
|
-
"version": "8.
|
|
1139
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.
|
|
1140
|
-
"integrity": "sha512-
|
|
1124
|
+
"version": "8.69.0",
|
|
1125
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.69.0.tgz",
|
|
1126
|
+
"integrity": "sha512-xNqK7YTDZsLniQMV/4rpFR8Z5JlqeRvVjuG1YgF/mdPVH84HSD19L8CczMA0qg2RfwEV231GHH3VnToJDo4MfQ==",
|
|
1141
1127
|
"dev": true,
|
|
1142
1128
|
"license": "MIT",
|
|
1143
1129
|
"engines": {
|
|
@@ -1152,15 +1138,15 @@
|
|
|
1152
1138
|
}
|
|
1153
1139
|
},
|
|
1154
1140
|
"node_modules/@typescript-eslint/type-utils": {
|
|
1155
|
-
"version": "8.
|
|
1156
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.
|
|
1157
|
-
"integrity": "sha512-
|
|
1141
|
+
"version": "8.69.0",
|
|
1142
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.69.0.tgz",
|
|
1143
|
+
"integrity": "sha512-ZfoJAVg3JZndQEpEl9petVlxau3lRuElc4HRMuAlLCf8to04/iHz692RUSNmXKDjEuJmIL+KZ2/BsOcBc16dsA==",
|
|
1158
1144
|
"dev": true,
|
|
1159
1145
|
"license": "MIT",
|
|
1160
1146
|
"dependencies": {
|
|
1161
|
-
"@typescript-eslint/types": "8.
|
|
1162
|
-
"@typescript-eslint/typescript-estree": "8.
|
|
1163
|
-
"@typescript-eslint/utils": "8.
|
|
1147
|
+
"@typescript-eslint/types": "8.69.0",
|
|
1148
|
+
"@typescript-eslint/typescript-estree": "8.69.0",
|
|
1149
|
+
"@typescript-eslint/utils": "8.69.0",
|
|
1164
1150
|
"debug": "^4.4.3",
|
|
1165
1151
|
"ts-api-utils": "^2.5.0"
|
|
1166
1152
|
},
|
|
@@ -1177,9 +1163,9 @@
|
|
|
1177
1163
|
}
|
|
1178
1164
|
},
|
|
1179
1165
|
"node_modules/@typescript-eslint/types": {
|
|
1180
|
-
"version": "8.
|
|
1181
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.
|
|
1182
|
-
"integrity": "sha512-
|
|
1166
|
+
"version": "8.69.0",
|
|
1167
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.69.0.tgz",
|
|
1168
|
+
"integrity": "sha512-K3VrubUPhlo9VDBS6QdI8YB5j7ClpqLRdefcz6PFrhnwicehBweqQ9Evhl4l+FYz0HdDmMqIiSX0aldGRYtDCA==",
|
|
1183
1169
|
"dev": true,
|
|
1184
1170
|
"license": "MIT",
|
|
1185
1171
|
"engines": {
|
|
@@ -1191,16 +1177,16 @@
|
|
|
1191
1177
|
}
|
|
1192
1178
|
},
|
|
1193
1179
|
"node_modules/@typescript-eslint/typescript-estree": {
|
|
1194
|
-
"version": "8.
|
|
1195
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.
|
|
1196
|
-
"integrity": "sha512-
|
|
1180
|
+
"version": "8.69.0",
|
|
1181
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.69.0.tgz",
|
|
1182
|
+
"integrity": "sha512-AdFkgqck3Vudb/kWnxlyafU/4aBhHrbQ9locP2N4psXTy5mOBg0SHJumnLvx7r6g1gV4DKvUFwV2nJZBoqOD8w==",
|
|
1197
1183
|
"dev": true,
|
|
1198
1184
|
"license": "MIT",
|
|
1199
1185
|
"dependencies": {
|
|
1200
|
-
"@typescript-eslint/project-service": "8.
|
|
1201
|
-
"@typescript-eslint/tsconfig-utils": "8.
|
|
1202
|
-
"@typescript-eslint/types": "8.
|
|
1203
|
-
"@typescript-eslint/visitor-keys": "8.
|
|
1186
|
+
"@typescript-eslint/project-service": "8.69.0",
|
|
1187
|
+
"@typescript-eslint/tsconfig-utils": "8.69.0",
|
|
1188
|
+
"@typescript-eslint/types": "8.69.0",
|
|
1189
|
+
"@typescript-eslint/visitor-keys": "8.69.0",
|
|
1204
1190
|
"debug": "^4.4.3",
|
|
1205
1191
|
"minimatch": "^10.2.2",
|
|
1206
1192
|
"semver": "^7.7.3",
|
|
@@ -1219,16 +1205,16 @@
|
|
|
1219
1205
|
}
|
|
1220
1206
|
},
|
|
1221
1207
|
"node_modules/@typescript-eslint/utils": {
|
|
1222
|
-
"version": "8.
|
|
1223
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.
|
|
1224
|
-
"integrity": "sha512-
|
|
1208
|
+
"version": "8.69.0",
|
|
1209
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.69.0.tgz",
|
|
1210
|
+
"integrity": "sha512-tUbx60BBqQa31kXF5MCsOOLL5E/WzUuxIn7YpAvq+eaUlqvk8/NXnXMBNAdLCr0icjkzem7iUA5QqWHe/hJ1aw==",
|
|
1225
1211
|
"dev": true,
|
|
1226
1212
|
"license": "MIT",
|
|
1227
1213
|
"dependencies": {
|
|
1228
1214
|
"@eslint-community/eslint-utils": "^4.9.1",
|
|
1229
|
-
"@typescript-eslint/scope-manager": "8.
|
|
1230
|
-
"@typescript-eslint/types": "8.
|
|
1231
|
-
"@typescript-eslint/typescript-estree": "8.
|
|
1215
|
+
"@typescript-eslint/scope-manager": "8.69.0",
|
|
1216
|
+
"@typescript-eslint/types": "8.69.0",
|
|
1217
|
+
"@typescript-eslint/typescript-estree": "8.69.0"
|
|
1232
1218
|
},
|
|
1233
1219
|
"engines": {
|
|
1234
1220
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
@@ -1243,13 +1229,13 @@
|
|
|
1243
1229
|
}
|
|
1244
1230
|
},
|
|
1245
1231
|
"node_modules/@typescript-eslint/visitor-keys": {
|
|
1246
|
-
"version": "8.
|
|
1247
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.
|
|
1248
|
-
"integrity": "sha512
|
|
1232
|
+
"version": "8.69.0",
|
|
1233
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.69.0.tgz",
|
|
1234
|
+
"integrity": "sha512-+rmdgPA+EXkNgKYvHvFfhrs35utXbwaC5PGpDquSXcoXQDKUA5UjV0LmTucG/4JXkM31BTu4TilHtrN8IVBe8w==",
|
|
1249
1235
|
"dev": true,
|
|
1250
1236
|
"license": "MIT",
|
|
1251
1237
|
"dependencies": {
|
|
1252
|
-
"@typescript-eslint/types": "8.
|
|
1238
|
+
"@typescript-eslint/types": "8.69.0",
|
|
1253
1239
|
"eslint-visitor-keys": "^5.0.0"
|
|
1254
1240
|
},
|
|
1255
1241
|
"engines": {
|
|
@@ -1260,34 +1246,17 @@
|
|
|
1260
1246
|
"url": "https://opencollective.com/typescript-eslint"
|
|
1261
1247
|
}
|
|
1262
1248
|
},
|
|
1263
|
-
"node_modules/@vitest/expect": {
|
|
1264
|
-
"version": "4.1.11",
|
|
1265
|
-
"resolved": "https://registry.npmjs.org/@vitest/expect/-/expect-4.1.11.tgz",
|
|
1266
|
-
"integrity": "sha512-VX2x5vNJXET47KAFzwERI+KRMtTTCSWTfSMKsW7JsUsXV4psq++e3DvZpuTDOpHcxytiDs6p2nhVb2tVDiiUYw==",
|
|
1267
|
-
"dev": true,
|
|
1268
|
-
"license": "MIT",
|
|
1269
|
-
"dependencies": {
|
|
1270
|
-
"@standard-schema/spec": "^1.1.0",
|
|
1271
|
-
"@types/chai": "^5.2.2",
|
|
1272
|
-
"@vitest/spy": "4.1.11",
|
|
1273
|
-
"@vitest/utils": "4.1.11",
|
|
1274
|
-
"chai": "^6.2.2",
|
|
1275
|
-
"tinyrainbow": "^3.1.0"
|
|
1276
|
-
},
|
|
1277
|
-
"funding": {
|
|
1278
|
-
"url": "https://opencollective.com/vitest"
|
|
1279
|
-
}
|
|
1280
|
-
},
|
|
1281
1249
|
"node_modules/@vitest/mocker": {
|
|
1282
|
-
"version": "
|
|
1283
|
-
"resolved": "https://registry.npmjs.org/@vitest/mocker/-/mocker-
|
|
1284
|
-
"integrity": "sha512-
|
|
1250
|
+
"version": "5.0.0",
|
|
1251
|
+
"resolved": "https://registry.npmjs.org/@vitest/mocker/-/mocker-5.0.0.tgz",
|
|
1252
|
+
"integrity": "sha512-66PGTMIiVJP3t4a5yxU9qPtf7MdTBs8jmToMvy+HVflB3Yy13WJZTtPePdvU+wjRV02SKK5doLbSA6o9pwOmiA==",
|
|
1285
1253
|
"dev": true,
|
|
1286
1254
|
"license": "MIT",
|
|
1287
1255
|
"dependencies": {
|
|
1288
|
-
"@
|
|
1256
|
+
"@jridgewell/trace-mapping": "0.3.31",
|
|
1257
|
+
"@vitest/spy": "5.0.0",
|
|
1289
1258
|
"estree-walker": "^3.0.3",
|
|
1290
|
-
"magic-string": "^
|
|
1259
|
+
"magic-string": "^1.2.3"
|
|
1291
1260
|
},
|
|
1292
1261
|
"funding": {
|
|
1293
1262
|
"url": "https://opencollective.com/vitest"
|
|
@@ -1305,70 +1274,22 @@
|
|
|
1305
1274
|
}
|
|
1306
1275
|
}
|
|
1307
1276
|
},
|
|
1308
|
-
"node_modules/@vitest/
|
|
1309
|
-
"version": "
|
|
1310
|
-
"resolved": "https://registry.npmjs.org
|
|
1311
|
-
"integrity": "sha512-
|
|
1277
|
+
"node_modules/@vitest/mocker/node_modules/magic-string": {
|
|
1278
|
+
"version": "1.2.3",
|
|
1279
|
+
"resolved": "https://registry.npmjs.org/magic-string/-/magic-string-1.2.3.tgz",
|
|
1280
|
+
"integrity": "sha512-Bpb0W2TbLKOZ7vJnOUnVRGq3WL2p+ISV29M6hYPL1AFCpyKZpdr5ytiXoTSSxRVhg8YW7f65+6gbG8WG6PCa/g==",
|
|
1312
1281
|
"dev": true,
|
|
1313
1282
|
"license": "MIT",
|
|
1314
1283
|
"dependencies": {
|
|
1315
|
-
"
|
|
1316
|
-
},
|
|
1317
|
-
"funding": {
|
|
1318
|
-
"url": "https://opencollective.com/vitest"
|
|
1319
|
-
}
|
|
1320
|
-
},
|
|
1321
|
-
"node_modules/@vitest/runner": {
|
|
1322
|
-
"version": "4.1.11",
|
|
1323
|
-
"resolved": "https://registry.npmjs.org/@vitest/runner/-/runner-4.1.11.tgz",
|
|
1324
|
-
"integrity": "sha512-LztvUgdwMNJMIkj3hQnnxiC2Xy1zNxq928W/xhjCLaNCzqTZOudjwbQf6v9IntZGPw132i2Lq2rgTRZHD3JHNw==",
|
|
1325
|
-
"dev": true,
|
|
1326
|
-
"license": "MIT",
|
|
1327
|
-
"dependencies": {
|
|
1328
|
-
"@vitest/utils": "4.1.11",
|
|
1329
|
-
"pathe": "^2.0.3"
|
|
1330
|
-
},
|
|
1331
|
-
"funding": {
|
|
1332
|
-
"url": "https://opencollective.com/vitest"
|
|
1333
|
-
}
|
|
1334
|
-
},
|
|
1335
|
-
"node_modules/@vitest/snapshot": {
|
|
1336
|
-
"version": "4.1.11",
|
|
1337
|
-
"resolved": "https://registry.npmjs.org/@vitest/snapshot/-/snapshot-4.1.11.tgz",
|
|
1338
|
-
"integrity": "sha512-pN7ikn1ON7h8ee4gIAp4AzyK+zBtJPzVbqOgu5LCEh4VaJVbPQcgYQYJIMGQPXVeJJq1fnfazis7a5pFNPahog==",
|
|
1339
|
-
"dev": true,
|
|
1340
|
-
"license": "MIT",
|
|
1341
|
-
"dependencies": {
|
|
1342
|
-
"@vitest/pretty-format": "4.1.11",
|
|
1343
|
-
"@vitest/utils": "4.1.11",
|
|
1344
|
-
"magic-string": "^0.30.21",
|
|
1345
|
-
"pathe": "^2.0.3"
|
|
1346
|
-
},
|
|
1347
|
-
"funding": {
|
|
1348
|
-
"url": "https://opencollective.com/vitest"
|
|
1284
|
+
"@jridgewell/sourcemap-codec": "^1.5.5"
|
|
1349
1285
|
}
|
|
1350
1286
|
},
|
|
1351
1287
|
"node_modules/@vitest/spy": {
|
|
1352
|
-
"version": "
|
|
1353
|
-
"resolved": "https://registry.npmjs.org/@vitest/spy/-/spy-
|
|
1354
|
-
"integrity": "sha512-
|
|
1355
|
-
"dev": true,
|
|
1356
|
-
"license": "MIT",
|
|
1357
|
-
"funding": {
|
|
1358
|
-
"url": "https://opencollective.com/vitest"
|
|
1359
|
-
}
|
|
1360
|
-
},
|
|
1361
|
-
"node_modules/@vitest/utils": {
|
|
1362
|
-
"version": "4.1.11",
|
|
1363
|
-
"resolved": "https://registry.npmjs.org/@vitest/utils/-/utils-4.1.11.tgz",
|
|
1364
|
-
"integrity": "sha512-zTCVGpyFsGWBhllOyKlTw/vnr6D9qxsfSDyfbyZmTyjHw5N/VuvzHpHoQjm2ZJzn4RJgx5w4r7V0er69CmLgPQ==",
|
|
1288
|
+
"version": "5.0.0",
|
|
1289
|
+
"resolved": "https://registry.npmjs.org/@vitest/spy/-/spy-5.0.0.tgz",
|
|
1290
|
+
"integrity": "sha512-uy+luWBAPw9XfthoHi5AkfHUnuPYEESjl0p/r+meoBnU8bxg5GDQ3Ey8MjcJ6sqahkL4PFyrvfMJJBw7LbU06g==",
|
|
1365
1291
|
"dev": true,
|
|
1366
1292
|
"license": "MIT",
|
|
1367
|
-
"dependencies": {
|
|
1368
|
-
"@vitest/pretty-format": "4.1.11",
|
|
1369
|
-
"convert-source-map": "^2.0.0",
|
|
1370
|
-
"tinyrainbow": "^3.1.0"
|
|
1371
|
-
},
|
|
1372
1293
|
"funding": {
|
|
1373
1294
|
"url": "https://opencollective.com/vitest"
|
|
1374
1295
|
}
|
|
@@ -1535,13 +1456,6 @@
|
|
|
1535
1456
|
"node": ">=6"
|
|
1536
1457
|
}
|
|
1537
1458
|
},
|
|
1538
|
-
"node_modules/convert-source-map": {
|
|
1539
|
-
"version": "2.0.0",
|
|
1540
|
-
"resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz",
|
|
1541
|
-
"integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==",
|
|
1542
|
-
"dev": true,
|
|
1543
|
-
"license": "MIT"
|
|
1544
|
-
},
|
|
1545
1459
|
"node_modules/cross-spawn": {
|
|
1546
1460
|
"version": "7.0.6",
|
|
1547
1461
|
"resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz",
|
|
@@ -1695,9 +1609,9 @@
|
|
|
1695
1609
|
}
|
|
1696
1610
|
},
|
|
1697
1611
|
"node_modules/es-module-lexer": {
|
|
1698
|
-
"version": "2.
|
|
1699
|
-
"resolved": "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-2.
|
|
1700
|
-
"integrity": "sha512-
|
|
1612
|
+
"version": "2.3.2",
|
|
1613
|
+
"resolved": "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-2.3.2.tgz",
|
|
1614
|
+
"integrity": "sha512-poHGpORABojJJucnV9KbOavETW8lBVnphkW77ER5/BQ5Fz7oXSoCNek7IH3vR5nRjdsEz926ibFYX8KtLQmdyw==",
|
|
1701
1615
|
"dev": true,
|
|
1702
1616
|
"license": "MIT"
|
|
1703
1617
|
},
|
|
@@ -1949,9 +1863,9 @@
|
|
|
1949
1863
|
}
|
|
1950
1864
|
},
|
|
1951
1865
|
"node_modules/expect-type": {
|
|
1952
|
-
"version": "1.
|
|
1953
|
-
"resolved": "https://registry.npmjs.org/expect-type/-/expect-type-1.
|
|
1954
|
-
"integrity": "sha512-
|
|
1866
|
+
"version": "1.4.0",
|
|
1867
|
+
"resolved": "https://registry.npmjs.org/expect-type/-/expect-type-1.4.0.tgz",
|
|
1868
|
+
"integrity": "sha512-KfYbmpRm0VbLjEvVa9yGwCi9GI34xvi7A/HXYWQO65CSD2u3MczUJSuwXKFIxlGsgBQizV9q5J9NHj4VG0n+pA==",
|
|
1955
1869
|
"dev": true,
|
|
1956
1870
|
"license": "Apache-2.0",
|
|
1957
1871
|
"engines": {
|
|
@@ -2077,9 +1991,9 @@
|
|
|
2077
1991
|
}
|
|
2078
1992
|
},
|
|
2079
1993
|
"node_modules/globals": {
|
|
2080
|
-
"version": "17.
|
|
2081
|
-
"resolved": "https://registry.npmjs.org/globals/-/globals-17.
|
|
2082
|
-
"integrity": "sha512-
|
|
1994
|
+
"version": "17.12.0",
|
|
1995
|
+
"resolved": "https://registry.npmjs.org/globals/-/globals-17.12.0.tgz",
|
|
1996
|
+
"integrity": "sha512-cezEd/DTyyht9cvSSURyygXPfy04GtWO/5e6ZPvH7fCtjKz9PYOmuawphw1Ctd1f6C+5JypXfGD7ahNMXvevBA==",
|
|
2083
1997
|
"dev": true,
|
|
2084
1998
|
"license": "MIT",
|
|
2085
1999
|
"engines": {
|
|
@@ -2707,15 +2621,18 @@
|
|
|
2707
2621
|
"license": "MIT"
|
|
2708
2622
|
},
|
|
2709
2623
|
"node_modules/obug": {
|
|
2710
|
-
"version": "2.1.
|
|
2711
|
-
"resolved": "https://registry.npmjs.org/obug/-/obug-2.1.
|
|
2712
|
-
"integrity": "sha512-
|
|
2624
|
+
"version": "2.1.4",
|
|
2625
|
+
"resolved": "https://registry.npmjs.org/obug/-/obug-2.1.4.tgz",
|
|
2626
|
+
"integrity": "sha512-4a+OsYv9UktOJKE+l1A4OufDgdRF9PifWj+tJnHURo/P+WOxpG4GzUFL9qCalmWauao6ogiG+QvnCovwPoyAWA==",
|
|
2713
2627
|
"dev": true,
|
|
2714
2628
|
"funding": [
|
|
2715
2629
|
"https://github.com/sponsors/sxzz",
|
|
2716
2630
|
"https://opencollective.com/debug"
|
|
2717
2631
|
],
|
|
2718
|
-
"license": "MIT"
|
|
2632
|
+
"license": "MIT",
|
|
2633
|
+
"engines": {
|
|
2634
|
+
"node": ">=12.20.0"
|
|
2635
|
+
}
|
|
2719
2636
|
},
|
|
2720
2637
|
"node_modules/optionator": {
|
|
2721
2638
|
"version": "0.9.4",
|
|
@@ -2800,13 +2717,6 @@
|
|
|
2800
2717
|
"node": ">=8"
|
|
2801
2718
|
}
|
|
2802
2719
|
},
|
|
2803
|
-
"node_modules/pathe": {
|
|
2804
|
-
"version": "2.0.3",
|
|
2805
|
-
"resolved": "https://registry.npmjs.org/pathe/-/pathe-2.0.3.tgz",
|
|
2806
|
-
"integrity": "sha512-WUjGcAqP1gQacoQe+OBJsFA7Ld4DyXuUIjZ5cc75cLHvJ7dtNsTugphxIADwspS+AraAUePCKrSVtPLFj/F88w==",
|
|
2807
|
-
"dev": true,
|
|
2808
|
-
"license": "MIT"
|
|
2809
|
-
},
|
|
2810
2720
|
"node_modules/picocolors": {
|
|
2811
2721
|
"version": "1.1.1",
|
|
2812
2722
|
"resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz",
|
|
@@ -2815,9 +2725,9 @@
|
|
|
2815
2725
|
"license": "ISC"
|
|
2816
2726
|
},
|
|
2817
2727
|
"node_modules/picomatch": {
|
|
2818
|
-
"version": "4.0.
|
|
2819
|
-
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.
|
|
2820
|
-
"integrity": "sha512-
|
|
2728
|
+
"version": "4.0.7",
|
|
2729
|
+
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.7.tgz",
|
|
2730
|
+
"integrity": "sha512-qcJu88Q2IWqJsDD529JKMdwGm/dvInW4HvQnRwiH9JtihJvzGOscDtHE3x1pBKeUOTysQ8kVmLnJ2kJu7yhcGA==",
|
|
2821
2731
|
"dev": true,
|
|
2822
2732
|
"license": "MIT",
|
|
2823
2733
|
"engines": {
|
|
@@ -3181,9 +3091,9 @@
|
|
|
3181
3091
|
"license": "MIT"
|
|
3182
3092
|
},
|
|
3183
3093
|
"node_modules/std-env": {
|
|
3184
|
-
"version": "4.
|
|
3185
|
-
"resolved": "https://registry.npmjs.org/std-env/-/std-env-4.
|
|
3186
|
-
"integrity": "sha512-
|
|
3094
|
+
"version": "4.2.0",
|
|
3095
|
+
"resolved": "https://registry.npmjs.org/std-env/-/std-env-4.2.0.tgz",
|
|
3096
|
+
"integrity": "sha512-oCUKSupKTHX53EyjDtuZQ64pjLJ6yYCtpmEw0goYxtjG9KpbRe8KAsl2tBUGU9DyMcJ0RwJ8GqJAFzMXcXW1Rw==",
|
|
3187
3097
|
"dev": true,
|
|
3188
3098
|
"license": "MIT"
|
|
3189
3099
|
},
|
|
@@ -3201,9 +3111,9 @@
|
|
|
3201
3111
|
}
|
|
3202
3112
|
},
|
|
3203
3113
|
"node_modules/svelte": {
|
|
3204
|
-
"version": "5.
|
|
3205
|
-
"resolved": "https://registry.npmjs.org/svelte/-/svelte-5.
|
|
3206
|
-
"integrity": "sha512-
|
|
3114
|
+
"version": "5.57.0",
|
|
3115
|
+
"resolved": "https://registry.npmjs.org/svelte/-/svelte-5.57.0.tgz",
|
|
3116
|
+
"integrity": "sha512-NdbDn7fl4be1ViUG0oq/lvG6OZy3oENolV2ONjiqqsfVoeAfzaQAKUcEX3MrQod/Bebv1PgwET9rfXhgn9s4Kg==",
|
|
3207
3117
|
"dev": true,
|
|
3208
3118
|
"license": "MIT",
|
|
3209
3119
|
"dependencies": {
|
|
@@ -3211,7 +3121,6 @@
|
|
|
3211
3121
|
"@jridgewell/sourcemap-codec": "^1.5.0",
|
|
3212
3122
|
"@sveltejs/acorn-typescript": "^1.0.10",
|
|
3213
3123
|
"@types/estree": "^1.0.5",
|
|
3214
|
-
"@types/trusted-types": "^2.0.7",
|
|
3215
3124
|
"acorn": "^8.12.1",
|
|
3216
3125
|
"aria-query": "5.3.1",
|
|
3217
3126
|
"axobject-query": "^4.1.0",
|
|
@@ -3350,16 +3259,19 @@
|
|
|
3350
3259
|
"license": "MIT"
|
|
3351
3260
|
},
|
|
3352
3261
|
"node_modules/tinybench": {
|
|
3353
|
-
"version": "
|
|
3354
|
-
"resolved": "https://registry.npmjs.org/tinybench/-/tinybench-
|
|
3355
|
-
"integrity": "sha512-
|
|
3262
|
+
"version": "6.1.4",
|
|
3263
|
+
"resolved": "https://registry.npmjs.org/tinybench/-/tinybench-6.1.4.tgz",
|
|
3264
|
+
"integrity": "sha512-9APumHG7r4yOk4X4WlkmE71aZcv1gvin1czO3OQ1U9iJcFA5Ja/ygyb0vPOVHTthFozUYs8CLoLUlM8grb2lTQ==",
|
|
3356
3265
|
"dev": true,
|
|
3357
|
-
"license": "MIT"
|
|
3266
|
+
"license": "MIT",
|
|
3267
|
+
"engines": {
|
|
3268
|
+
"node": ">=20.0.0"
|
|
3269
|
+
}
|
|
3358
3270
|
},
|
|
3359
3271
|
"node_modules/tinyexec": {
|
|
3360
|
-
"version": "1.
|
|
3361
|
-
"resolved": "https://registry.npmjs.org/tinyexec/-/tinyexec-1.
|
|
3362
|
-
"integrity": "sha512-
|
|
3272
|
+
"version": "1.3.0",
|
|
3273
|
+
"resolved": "https://registry.npmjs.org/tinyexec/-/tinyexec-1.3.0.tgz",
|
|
3274
|
+
"integrity": "sha512-QKAl9m8gWWGHV8jZcPeym6j+XULi6tOf1mT83WYJ4Lk2ytW/uwAWkrP0uFsdoYMdueVJ0qs26wZ+23xeB4ibNQ==",
|
|
3363
3275
|
"dev": true,
|
|
3364
3276
|
"license": "MIT",
|
|
3365
3277
|
"engines": {
|
|
@@ -3383,16 +3295,6 @@
|
|
|
3383
3295
|
"url": "https://github.com/sponsors/SuperchupuDev"
|
|
3384
3296
|
}
|
|
3385
3297
|
},
|
|
3386
|
-
"node_modules/tinyrainbow": {
|
|
3387
|
-
"version": "3.1.1",
|
|
3388
|
-
"resolved": "https://registry.npmjs.org/tinyrainbow/-/tinyrainbow-3.1.1.tgz",
|
|
3389
|
-
"integrity": "sha512-yau8yJdTt989Mm0Bd/236QnzEiPf2xLLTqUZRUJOo/3CB078LSwzei343DgtJVmfJKJE3TMINY1u42SQsP6mXw==",
|
|
3390
|
-
"dev": true,
|
|
3391
|
-
"license": "MIT",
|
|
3392
|
-
"engines": {
|
|
3393
|
-
"node": ">=14.0.0"
|
|
3394
|
-
}
|
|
3395
|
-
},
|
|
3396
3298
|
"node_modules/tldts": {
|
|
3397
3299
|
"version": "7.4.10",
|
|
3398
3300
|
"resolved": "https://registry.npmjs.org/tldts/-/tldts-7.4.10.tgz",
|
|
@@ -3487,16 +3389,16 @@
|
|
|
3487
3389
|
}
|
|
3488
3390
|
},
|
|
3489
3391
|
"node_modules/typescript-eslint": {
|
|
3490
|
-
"version": "8.
|
|
3491
|
-
"resolved": "https://registry.npmjs.org/typescript-eslint/-/typescript-eslint-8.
|
|
3492
|
-
"integrity": "sha512-
|
|
3392
|
+
"version": "8.69.0",
|
|
3393
|
+
"resolved": "https://registry.npmjs.org/typescript-eslint/-/typescript-eslint-8.69.0.tgz",
|
|
3394
|
+
"integrity": "sha512-B3MltX0VqjUBNEe3b3sSuiRbfa6XrfHFtBiPamjT5AsW/dfq+y+bc0wyuS9DxAS1LyzCxRp2+rxzpLUvqM2BvA==",
|
|
3493
3395
|
"dev": true,
|
|
3494
3396
|
"license": "MIT",
|
|
3495
3397
|
"dependencies": {
|
|
3496
|
-
"@typescript-eslint/eslint-plugin": "8.
|
|
3497
|
-
"@typescript-eslint/parser": "8.
|
|
3498
|
-
"@typescript-eslint/typescript-estree": "8.
|
|
3499
|
-
"@typescript-eslint/utils": "8.
|
|
3398
|
+
"@typescript-eslint/eslint-plugin": "8.69.0",
|
|
3399
|
+
"@typescript-eslint/parser": "8.69.0",
|
|
3400
|
+
"@typescript-eslint/typescript-estree": "8.69.0",
|
|
3401
|
+
"@typescript-eslint/utils": "8.69.0"
|
|
3500
3402
|
},
|
|
3501
3403
|
"engines": {
|
|
3502
3404
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
@@ -3636,38 +3538,31 @@
|
|
|
3636
3538
|
}
|
|
3637
3539
|
},
|
|
3638
3540
|
"node_modules/vitest": {
|
|
3639
|
-
"version": "
|
|
3640
|
-
"resolved": "https://registry.npmjs.org/vitest/-/vitest-
|
|
3641
|
-
"integrity": "sha512-
|
|
3642
|
-
"dev": true,
|
|
3643
|
-
"license": "MIT",
|
|
3644
|
-
"dependencies": {
|
|
3645
|
-
"@
|
|
3646
|
-
"@vitest/mocker": "
|
|
3647
|
-
"
|
|
3648
|
-
"
|
|
3649
|
-
"
|
|
3650
|
-
"
|
|
3651
|
-
"
|
|
3652
|
-
"
|
|
3653
|
-
"
|
|
3654
|
-
"
|
|
3655
|
-
"
|
|
3656
|
-
"
|
|
3657
|
-
"picomatch": "^4.0.3",
|
|
3658
|
-
"std-env": "^4.0.0-rc.1",
|
|
3659
|
-
"tinybench": "^2.9.0",
|
|
3660
|
-
"tinyexec": "^1.0.2",
|
|
3661
|
-
"tinyglobby": "^0.2.15",
|
|
3662
|
-
"tinyrainbow": "^3.1.0",
|
|
3663
|
-
"vite": "^6.0.0 || ^7.0.0 || ^8.0.0",
|
|
3541
|
+
"version": "5.0.0",
|
|
3542
|
+
"resolved": "https://registry.npmjs.org/vitest/-/vitest-5.0.0.tgz",
|
|
3543
|
+
"integrity": "sha512-gpsMNoRhMjMktVxPtstOH4/PJuPyovVaMDr4oDilXaGH1EcqM2OE96SoHT2VIQ6fTGtTjqmHDrEu2X9RQiXf8Q==",
|
|
3544
|
+
"dev": true,
|
|
3545
|
+
"license": "MIT",
|
|
3546
|
+
"dependencies": {
|
|
3547
|
+
"@types/chai": "^5.2.2",
|
|
3548
|
+
"@vitest/mocker": "5.0.0",
|
|
3549
|
+
"chai": "^6.2.2",
|
|
3550
|
+
"es-module-lexer": "^2.3.2",
|
|
3551
|
+
"expect-type": "^1.4.0",
|
|
3552
|
+
"magic-string": "^1.2.3",
|
|
3553
|
+
"obug": "^2.1.4",
|
|
3554
|
+
"picomatch": "^4.0.7",
|
|
3555
|
+
"std-env": "^4.2.0",
|
|
3556
|
+
"tinybench": "6.1.4",
|
|
3557
|
+
"tinyexec": "1.3.0",
|
|
3558
|
+
"tinyglobby": "^0.2.17",
|
|
3664
3559
|
"why-is-node-running": "^2.3.0"
|
|
3665
3560
|
},
|
|
3666
3561
|
"bin": {
|
|
3667
3562
|
"vitest": "vitest.mjs"
|
|
3668
3563
|
},
|
|
3669
3564
|
"engines": {
|
|
3670
|
-
"node": "^
|
|
3565
|
+
"node": "^22.12.0 || ^24.0.0 || >=26.0.0"
|
|
3671
3566
|
},
|
|
3672
3567
|
"funding": {
|
|
3673
3568
|
"url": "https://opencollective.com/vitest"
|
|
@@ -3675,16 +3570,16 @@
|
|
|
3675
3570
|
"peerDependencies": {
|
|
3676
3571
|
"@edge-runtime/vm": "*",
|
|
3677
3572
|
"@opentelemetry/api": "^1.9.0",
|
|
3678
|
-
"@types/node": "^
|
|
3679
|
-
"@vitest/browser-playwright": "
|
|
3680
|
-
"@vitest/browser-preview": "
|
|
3681
|
-
"@vitest/browser-webdriverio": "
|
|
3682
|
-
"@vitest/coverage-istanbul": "
|
|
3683
|
-
"@vitest/coverage-v8": "
|
|
3684
|
-
"@vitest/ui": "
|
|
3573
|
+
"@types/node": "^22.0.0 || >=24.0.0",
|
|
3574
|
+
"@vitest/browser-playwright": "5.0.0",
|
|
3575
|
+
"@vitest/browser-preview": "5.0.0",
|
|
3576
|
+
"@vitest/browser-webdriverio": "^5.0.0-beta.5 || >=5.0.0",
|
|
3577
|
+
"@vitest/coverage-istanbul": "5.0.0",
|
|
3578
|
+
"@vitest/coverage-v8": "5.0.0",
|
|
3579
|
+
"@vitest/ui": "5.0.0",
|
|
3685
3580
|
"happy-dom": "*",
|
|
3686
3581
|
"jsdom": "*",
|
|
3687
|
-
"vite": "^6.
|
|
3582
|
+
"vite": "^6.4.0 || ^7.0.0 || ^8.0.0"
|
|
3688
3583
|
},
|
|
3689
3584
|
"peerDependenciesMeta": {
|
|
3690
3585
|
"@edge-runtime/vm": {
|
|
@@ -3725,6 +3620,16 @@
|
|
|
3725
3620
|
}
|
|
3726
3621
|
}
|
|
3727
3622
|
},
|
|
3623
|
+
"node_modules/vitest/node_modules/magic-string": {
|
|
3624
|
+
"version": "1.2.3",
|
|
3625
|
+
"resolved": "https://registry.npmjs.org/magic-string/-/magic-string-1.2.3.tgz",
|
|
3626
|
+
"integrity": "sha512-Bpb0W2TbLKOZ7vJnOUnVRGq3WL2p+ISV29M6hYPL1AFCpyKZpdr5ytiXoTSSxRVhg8YW7f65+6gbG8WG6PCa/g==",
|
|
3627
|
+
"dev": true,
|
|
3628
|
+
"license": "MIT",
|
|
3629
|
+
"dependencies": {
|
|
3630
|
+
"@jridgewell/sourcemap-codec": "^1.5.5"
|
|
3631
|
+
}
|
|
3632
|
+
},
|
|
3728
3633
|
"node_modules/w3c-xmlserializer": {
|
|
3729
3634
|
"version": "5.0.0",
|
|
3730
3635
|
"resolved": "https://registry.npmjs.org/w3c-xmlserializer/-/w3c-xmlserializer-5.0.0.tgz",
|