@regulaforensics/face-sdk 7.2.414-beta → 7.2.421-beta
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -2
- package/RNFaceSDK.podspec +2 -2
- package/android/build.gradle +2 -2
- package/android/cordova.gradle +2 -2
- package/android/src/main/java/com/regula/plugin/facesdk/JSONConstructor.kt +0 -2
- package/android/src/main/java/com/regula/plugin/facesdk/Main.kt +0 -18
- package/examples/capacitor/android/app/src/main/AndroidManifest.xml +2 -2
- package/examples/capacitor/index.html +7 -2
- package/examples/capacitor/package-lock.json +3 -17
- package/examples/capacitor/package.json +3 -3
- package/examples/capacitor/scripts/setup.sh +2 -4
- package/examples/capacitor/src/main.css +6 -60
- package/examples/capacitor/src/main.html +1 -1
- package/examples/capacitor/src/main.tsx +87 -51
- package/examples/cordova/.vscode/launch.json +28 -0
- package/examples/cordova/README.md +25 -0
- package/examples/cordova/config.xml +26 -0
- package/examples/cordova/package-lock.json +1313 -0
- package/examples/cordova/package.json +30 -0
- package/examples/cordova/scripts/android.sh +8 -0
- package/examples/cordova/scripts/ios.sh +8 -0
- package/examples/cordova/scripts/setup.sh +8 -0
- package/examples/cordova/www/images/logo.png +0 -0
- package/examples/cordova/www/index.html +21 -0
- package/examples/cordova/www/src/main.css +83 -0
- package/examples/cordova/www/src/main.html +25 -0
- package/examples/cordova/www/src/main.js +152 -0
- package/examples/ionic/angular.json +3 -3
- package/examples/ionic/config.xml +1 -1
- package/examples/ionic/index.ts +17 -0
- package/examples/ionic/package-lock.json +765 -851
- package/examples/ionic/package.json +3 -3
- package/examples/ionic/src/images/portrait.png +0 -0
- package/examples/ionic/src/main.css +6 -60
- package/examples/ionic/src/main.html +1 -1
- package/examples/ionic/src/{main.tsx → main.ts} +97 -52
- package/examples/ionic/tsconfig.json +2 -3
- package/examples/react_native/index.tsx +7 -49
- package/examples/react_native/package-lock.json +9296 -0
- package/examples/react_native/package.json +9 -9
- package/examples/react_native/src/main.css +6 -60
- package/examples/react_native/src/main.html +1 -1
- package/examples/react_native/src/main.tsx +79 -54
- package/ios/RFSWJSONConstructor.h +1 -0
- package/ios/RFSWJSONConstructor.m +14 -5
- package/ios/RFSWMain.m +0 -30
- package/package.json +1 -1
- package/plugin.xml +2 -2
- package/www/capacitor/customization/customization_fonts.js +1 -1
- package/www/capacitor/customization/customization_images.js +1 -1
- package/www/capacitor/customization/font.js +0 -8
- package/www/capacitor/detect_faces/detect_face_result.js +0 -12
- package/www/capacitor/detect_faces/detect_faces_attribute_result.js +0 -9
- package/www/capacitor/detect_faces/detect_faces_backend_exception.js +0 -7
- package/www/capacitor/detect_faces/detect_faces_config.js +0 -34
- package/www/capacitor/detect_faces/detect_faces_exception.js +0 -8
- package/www/capacitor/detect_faces/detect_faces_request.js +0 -22
- package/www/capacitor/detect_faces/detect_faces_response.js +0 -9
- package/www/capacitor/face_capture/face_capture_config.js +0 -37
- package/www/capacitor/face_capture/face_capture_exception.js +0 -7
- package/www/capacitor/face_capture/face_capture_image.js +0 -8
- package/www/capacitor/face_capture/face_capture_response.js +0 -7
- package/www/capacitor/image_params/output_image_crop.js +0 -23
- package/www/capacitor/image_params/output_image_params.js +0 -19
- package/www/capacitor/image_params/point.js +0 -7
- package/www/capacitor/image_params/rect.js +0 -9
- package/www/capacitor/image_params/size.js +0 -12
- package/www/capacitor/image_quality/image_quality_characteristic.js +0 -22
- package/www/capacitor/image_quality/image_quality_range.js +0 -7
- package/www/capacitor/image_quality/image_quality_result.js +0 -10
- package/www/capacitor/index.js +0 -48
- package/www/capacitor/init/face_sdk_version.js +0 -8
- package/www/capacitor/init/init_config.js +0 -19
- package/www/capacitor/init/init_exception.js +0 -8
- package/www/capacitor/init/license_exception.js +0 -7
- package/www/capacitor/internal/bridge.js +1 -20
- package/www/capacitor/liveness/liveness_backend_exception.js +0 -7
- package/www/capacitor/liveness/liveness_config.js +0 -43
- package/www/capacitor/liveness/liveness_exception.js +0 -8
- package/www/capacitor/liveness/liveness_notification.js +0 -7
- package/www/capacitor/liveness/liveness_response.js +0 -11
- package/www/capacitor/match_faces/compared_face.js +0 -9
- package/www/capacitor/match_faces/compared_faces_pair.js +0 -10
- package/www/capacitor/match_faces/compared_faces_split.js +0 -7
- package/www/capacitor/match_faces/match_faces_backend_exception.js +0 -7
- package/www/capacitor/match_faces/match_faces_config.js +0 -19
- package/www/capacitor/match_faces/match_faces_detection.js +0 -9
- package/www/capacitor/match_faces/match_faces_detection_face.js +0 -11
- package/www/capacitor/match_faces/match_faces_exception.js +0 -8
- package/www/capacitor/match_faces/match_faces_image.js +0 -9
- package/www/capacitor/match_faces/match_faces_request.js +0 -27
- package/www/capacitor/match_faces/match_faces_response.js +0 -9
- package/www/capacitor/person_database/edit_group_persons_request.js +0 -15
- package/www/capacitor/person_database/image_upload.js +0 -17
- package/www/capacitor/person_database/pageable_item_list.js +0 -8
- package/www/capacitor/person_database/person.js +0 -13
- package/www/capacitor/person_database/person_group.js +0 -11
- package/www/capacitor/person_database/person_image.js +0 -13
- package/www/capacitor/person_database/search_person.js +0 -14
- package/www/capacitor/person_database/search_person_detection.js +0 -9
- package/www/capacitor/person_database/search_person_image.js +0 -15
- package/www/capacitor/person_database/search_person_request.js +0 -29
- package/www/cordova.js +6 -753
- package/www/react-native/customization/customization_fonts.js +1 -1
- package/www/react-native/customization/customization_images.js +1 -1
- package/www/react-native/customization/font.js +0 -8
- package/www/react-native/detect_faces/detect_face_result.js +0 -12
- package/www/react-native/detect_faces/detect_faces_attribute_result.js +0 -9
- package/www/react-native/detect_faces/detect_faces_backend_exception.js +0 -7
- package/www/react-native/detect_faces/detect_faces_config.js +0 -34
- package/www/react-native/detect_faces/detect_faces_exception.js +0 -8
- package/www/react-native/detect_faces/detect_faces_request.js +0 -22
- package/www/react-native/detect_faces/detect_faces_response.js +0 -9
- package/www/react-native/face_capture/face_capture_config.js +0 -37
- package/www/react-native/face_capture/face_capture_exception.js +0 -7
- package/www/react-native/face_capture/face_capture_image.js +0 -8
- package/www/react-native/face_capture/face_capture_response.js +0 -7
- package/www/react-native/image_params/output_image_crop.js +0 -23
- package/www/react-native/image_params/output_image_params.js +0 -19
- package/www/react-native/image_params/point.js +0 -7
- package/www/react-native/image_params/rect.js +0 -9
- package/www/react-native/image_params/size.js +0 -12
- package/www/react-native/image_quality/image_quality_characteristic.js +0 -22
- package/www/react-native/image_quality/image_quality_range.js +0 -7
- package/www/react-native/image_quality/image_quality_result.js +0 -10
- package/www/react-native/index.js +0 -48
- package/www/react-native/init/face_sdk_version.js +0 -8
- package/www/react-native/init/init_config.js +0 -19
- package/www/react-native/init/init_exception.js +0 -8
- package/www/react-native/init/license_exception.js +0 -7
- package/www/react-native/internal/bridge.js +1 -20
- package/www/react-native/liveness/liveness_backend_exception.js +0 -7
- package/www/react-native/liveness/liveness_config.js +0 -43
- package/www/react-native/liveness/liveness_exception.js +0 -8
- package/www/react-native/liveness/liveness_notification.js +0 -7
- package/www/react-native/liveness/liveness_response.js +0 -11
- package/www/react-native/match_faces/compared_face.js +0 -9
- package/www/react-native/match_faces/compared_faces_pair.js +0 -10
- package/www/react-native/match_faces/compared_faces_split.js +0 -7
- package/www/react-native/match_faces/match_faces_backend_exception.js +0 -7
- package/www/react-native/match_faces/match_faces_config.js +0 -19
- package/www/react-native/match_faces/match_faces_detection.js +0 -9
- package/www/react-native/match_faces/match_faces_detection_face.js +0 -11
- package/www/react-native/match_faces/match_faces_exception.js +0 -8
- package/www/react-native/match_faces/match_faces_image.js +0 -9
- package/www/react-native/match_faces/match_faces_request.js +0 -27
- package/www/react-native/match_faces/match_faces_response.js +0 -9
- package/www/react-native/person_database/edit_group_persons_request.js +0 -15
- package/www/react-native/person_database/image_upload.js +0 -17
- package/www/react-native/person_database/pageable_item_list.js +0 -8
- package/www/react-native/person_database/person.js +0 -13
- package/www/react-native/person_database/person_group.js +0 -11
- package/www/react-native/person_database/person_image.js +0 -13
- package/www/react-native/person_database/search_person.js +0 -14
- package/www/react-native/person_database/search_person_detection.js +0 -9
- package/www/react-native/person_database/search_person_image.js +0 -15
- package/www/react-native/person_database/search_person_request.js +0 -29
- package/www/types/index.d.ts +0 -12
- package/www/types/match_faces/match_faces_config.d.ts +0 -2
- package/www/types/person_database/search_person_request.d.ts +0 -4
- package/examples/capacitor/index.tsx +0 -53
- package/examples/ionic/index.tsx +0 -68
- package/test/json.tsx +0 -375
- package/test/package-lock.json +0 -584
- package/test/package.json +0 -9
- package/test/test.tsx +0 -61
- package/test/utils.tsx +0 -38
- /package/examples/{ionic → cordova/www}/images/portrait.png +0 -0
- /package/examples/ionic/{assets → src/assets}/.gitkeep +0 -0
- /package/examples/ionic/{images → src/images}/icon.png +0 -0
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
"": {
|
|
7
7
|
"name": "face-sdk",
|
|
8
8
|
"dependencies": {
|
|
9
|
-
"@angular-devkit/build-angular": "
|
|
9
|
+
"@angular-devkit/build-angular": "19.2.10",
|
|
10
10
|
"@angular/cli": "19.2.10",
|
|
11
11
|
"@angular/common": "19.2.9",
|
|
12
12
|
"@angular/compiler-cli": "19.2.9",
|
|
@@ -19,8 +19,6 @@
|
|
|
19
19
|
"@awesome-cordova-plugins/file": "6.16.0",
|
|
20
20
|
"@ionic/angular": "8.5.6",
|
|
21
21
|
"@ionic/cordova-builders": "12.2.0",
|
|
22
|
-
"@regulaforensics/face-core-basic": "7.1.178",
|
|
23
|
-
"@regulaforensics/face-sdk": "7.1.317",
|
|
24
22
|
"cordova-android": "13.0.0",
|
|
25
23
|
"cordova-ios": "7.1.1",
|
|
26
24
|
"cordova-plugin-camera": "8.0.0",
|
|
@@ -67,16 +65,16 @@
|
|
|
67
65
|
}
|
|
68
66
|
},
|
|
69
67
|
"node_modules/@angular-devkit/build-angular": {
|
|
70
|
-
"version": "19.2.
|
|
71
|
-
"resolved": "https://registry.npmjs.org/@angular-devkit/build-angular/-/build-angular-19.2.
|
|
72
|
-
"integrity": "sha512-
|
|
68
|
+
"version": "19.2.10",
|
|
69
|
+
"resolved": "https://registry.npmjs.org/@angular-devkit/build-angular/-/build-angular-19.2.10.tgz",
|
|
70
|
+
"integrity": "sha512-YaGfGxHFvlXLkaYQl++mOPYagT0jm65D4aTp1YxbvCSjrbTG1++sAvaR50VN71ZnbnGpEq807PHIwBp6eWluiQ==",
|
|
73
71
|
"license": "MIT",
|
|
74
72
|
"dependencies": {
|
|
75
73
|
"@ampproject/remapping": "2.3.0",
|
|
76
|
-
"@angular-devkit/architect": "0.1902.
|
|
77
|
-
"@angular-devkit/build-webpack": "0.1902.
|
|
78
|
-
"@angular-devkit/core": "19.2.
|
|
79
|
-
"@angular/build": "19.2.
|
|
74
|
+
"@angular-devkit/architect": "0.1902.10",
|
|
75
|
+
"@angular-devkit/build-webpack": "0.1902.10",
|
|
76
|
+
"@angular-devkit/core": "19.2.10",
|
|
77
|
+
"@angular/build": "19.2.10",
|
|
80
78
|
"@babel/core": "7.26.10",
|
|
81
79
|
"@babel/generator": "7.26.10",
|
|
82
80
|
"@babel/helper-annotate-as-pure": "7.25.9",
|
|
@@ -87,7 +85,7 @@
|
|
|
87
85
|
"@babel/preset-env": "7.26.9",
|
|
88
86
|
"@babel/runtime": "7.26.10",
|
|
89
87
|
"@discoveryjs/json-ext": "0.6.3",
|
|
90
|
-
"@ngtools/webpack": "19.2.
|
|
88
|
+
"@ngtools/webpack": "19.2.10",
|
|
91
89
|
"@vitejs/plugin-basic-ssl": "1.2.0",
|
|
92
90
|
"ansi-colors": "4.1.3",
|
|
93
91
|
"autoprefixer": "10.4.20",
|
|
@@ -95,7 +93,7 @@
|
|
|
95
93
|
"browserslist": "^4.21.5",
|
|
96
94
|
"copy-webpack-plugin": "12.0.2",
|
|
97
95
|
"css-loader": "7.1.2",
|
|
98
|
-
"esbuild-wasm": "0.25.
|
|
96
|
+
"esbuild-wasm": "0.25.1",
|
|
99
97
|
"fast-glob": "3.3.3",
|
|
100
98
|
"http-proxy-middleware": "3.0.5",
|
|
101
99
|
"istanbul-lib-instrument": "6.0.3",
|
|
@@ -124,7 +122,7 @@
|
|
|
124
122
|
"tslib": "2.8.1",
|
|
125
123
|
"webpack": "5.98.0",
|
|
126
124
|
"webpack-dev-middleware": "7.4.2",
|
|
127
|
-
"webpack-dev-server": "5.2.
|
|
125
|
+
"webpack-dev-server": "5.2.0",
|
|
128
126
|
"webpack-merge": "6.0.1",
|
|
129
127
|
"webpack-subresource-integrity": "5.1.0"
|
|
130
128
|
},
|
|
@@ -134,14 +132,14 @@
|
|
|
134
132
|
"yarn": ">= 1.13.0"
|
|
135
133
|
},
|
|
136
134
|
"optionalDependencies": {
|
|
137
|
-
"esbuild": "0.25.
|
|
135
|
+
"esbuild": "0.25.1"
|
|
138
136
|
},
|
|
139
137
|
"peerDependencies": {
|
|
140
138
|
"@angular/compiler-cli": "^19.0.0 || ^19.2.0-next.0",
|
|
141
139
|
"@angular/localize": "^19.0.0 || ^19.2.0-next.0",
|
|
142
140
|
"@angular/platform-server": "^19.0.0 || ^19.2.0-next.0",
|
|
143
141
|
"@angular/service-worker": "^19.0.0 || ^19.2.0-next.0",
|
|
144
|
-
"@angular/ssr": "^19.2.
|
|
142
|
+
"@angular/ssr": "^19.2.10",
|
|
145
143
|
"@web/test-runner": "^0.20.0",
|
|
146
144
|
"browser-sync": "^3.0.2",
|
|
147
145
|
"jest": "^29.5.0",
|
|
@@ -191,25 +189,47 @@
|
|
|
191
189
|
}
|
|
192
190
|
}
|
|
193
191
|
},
|
|
194
|
-
"node_modules/@angular-devkit/build-angular/node_modules
|
|
195
|
-
"version": "
|
|
196
|
-
"resolved": "https://registry.npmjs.org
|
|
197
|
-
"integrity": "sha512-
|
|
192
|
+
"node_modules/@angular-devkit/build-angular/node_modules/rxjs": {
|
|
193
|
+
"version": "7.8.1",
|
|
194
|
+
"resolved": "https://registry.npmjs.org/rxjs/-/rxjs-7.8.1.tgz",
|
|
195
|
+
"integrity": "sha512-AA3TVj+0A2iuIoQkWEK/tqFjBq2j+6PO6Y0zJcvzLAFhEFIO3HL0vls9hWLncZbAAbK0mar7oZ4V079I/qPMxg==",
|
|
196
|
+
"license": "Apache-2.0",
|
|
197
|
+
"dependencies": {
|
|
198
|
+
"tslib": "^2.1.0"
|
|
199
|
+
}
|
|
200
|
+
},
|
|
201
|
+
"node_modules/@angular-devkit/build-webpack": {
|
|
202
|
+
"version": "0.1902.10",
|
|
203
|
+
"resolved": "https://registry.npmjs.org/@angular-devkit/build-webpack/-/build-webpack-0.1902.10.tgz",
|
|
204
|
+
"integrity": "sha512-nf8ce3T+kfaU1cmwawxCsRl4Q6TZzVzFIOCW+NpTeFtqUAhGkLiSO+qvWCAUiLSSpqxjvRpgh2LIV1SxaayfbA==",
|
|
198
205
|
"license": "MIT",
|
|
199
206
|
"dependencies": {
|
|
200
|
-
"@angular-devkit/
|
|
207
|
+
"@angular-devkit/architect": "0.1902.10",
|
|
201
208
|
"rxjs": "7.8.1"
|
|
202
209
|
},
|
|
203
210
|
"engines": {
|
|
204
211
|
"node": "^18.19.1 || ^20.11.1 || >=22.0.0",
|
|
205
212
|
"npm": "^6.11.0 || ^7.5.6 || >=8.0.0",
|
|
206
213
|
"yarn": ">= 1.13.0"
|
|
214
|
+
},
|
|
215
|
+
"peerDependencies": {
|
|
216
|
+
"webpack": "^5.30.0",
|
|
217
|
+
"webpack-dev-server": "^5.0.2"
|
|
218
|
+
}
|
|
219
|
+
},
|
|
220
|
+
"node_modules/@angular-devkit/build-webpack/node_modules/rxjs": {
|
|
221
|
+
"version": "7.8.1",
|
|
222
|
+
"resolved": "https://registry.npmjs.org/rxjs/-/rxjs-7.8.1.tgz",
|
|
223
|
+
"integrity": "sha512-AA3TVj+0A2iuIoQkWEK/tqFjBq2j+6PO6Y0zJcvzLAFhEFIO3HL0vls9hWLncZbAAbK0mar7oZ4V079I/qPMxg==",
|
|
224
|
+
"license": "Apache-2.0",
|
|
225
|
+
"dependencies": {
|
|
226
|
+
"tslib": "^2.1.0"
|
|
207
227
|
}
|
|
208
228
|
},
|
|
209
|
-
"node_modules/@angular-devkit/
|
|
210
|
-
"version": "19.2.
|
|
211
|
-
"resolved": "https://registry.npmjs.org/@angular-devkit/core/-/core-19.2.
|
|
212
|
-
"integrity": "sha512-
|
|
229
|
+
"node_modules/@angular-devkit/core": {
|
|
230
|
+
"version": "19.2.10",
|
|
231
|
+
"resolved": "https://registry.npmjs.org/@angular-devkit/core/-/core-19.2.10.tgz",
|
|
232
|
+
"integrity": "sha512-xYF+Vgc+j6iPboR0uptQk3QFed5n/0KSgITbfV/uPEqhzSNdkiM4Y2i/sKlTZrI07cRK/m/dbZ6sZsbvXJVtkA==",
|
|
213
233
|
"license": "MIT",
|
|
214
234
|
"dependencies": {
|
|
215
235
|
"ajv": "8.17.1",
|
|
@@ -233,14 +253,50 @@
|
|
|
233
253
|
}
|
|
234
254
|
}
|
|
235
255
|
},
|
|
236
|
-
"node_modules/@angular-devkit/
|
|
237
|
-
"version": "
|
|
238
|
-
"resolved": "https://registry.npmjs.org
|
|
239
|
-
"integrity": "sha512-
|
|
256
|
+
"node_modules/@angular-devkit/core/node_modules/rxjs": {
|
|
257
|
+
"version": "7.8.1",
|
|
258
|
+
"resolved": "https://registry.npmjs.org/rxjs/-/rxjs-7.8.1.tgz",
|
|
259
|
+
"integrity": "sha512-AA3TVj+0A2iuIoQkWEK/tqFjBq2j+6PO6Y0zJcvzLAFhEFIO3HL0vls9hWLncZbAAbK0mar7oZ4V079I/qPMxg==",
|
|
260
|
+
"license": "Apache-2.0",
|
|
261
|
+
"dependencies": {
|
|
262
|
+
"tslib": "^2.1.0"
|
|
263
|
+
}
|
|
264
|
+
},
|
|
265
|
+
"node_modules/@angular-devkit/schematics": {
|
|
266
|
+
"version": "19.2.10",
|
|
267
|
+
"resolved": "https://registry.npmjs.org/@angular-devkit/schematics/-/schematics-19.2.10.tgz",
|
|
268
|
+
"integrity": "sha512-S+7Mvi9GMiJu3BY0Dpa7TrrAiFIwGwCIKLpO0IgGLUDh9fVLIlcIC/PZgU+L46gEpRwPZfrfMbDFKIlGGz/eQQ==",
|
|
269
|
+
"license": "MIT",
|
|
270
|
+
"dependencies": {
|
|
271
|
+
"@angular-devkit/core": "19.2.10",
|
|
272
|
+
"jsonc-parser": "3.3.1",
|
|
273
|
+
"magic-string": "0.30.17",
|
|
274
|
+
"ora": "5.4.1",
|
|
275
|
+
"rxjs": "7.8.1"
|
|
276
|
+
},
|
|
277
|
+
"engines": {
|
|
278
|
+
"node": "^18.19.1 || ^20.11.1 || >=22.0.0",
|
|
279
|
+
"npm": "^6.11.0 || ^7.5.6 || >=8.0.0",
|
|
280
|
+
"yarn": ">= 1.13.0"
|
|
281
|
+
}
|
|
282
|
+
},
|
|
283
|
+
"node_modules/@angular-devkit/schematics/node_modules/rxjs": {
|
|
284
|
+
"version": "7.8.1",
|
|
285
|
+
"resolved": "https://registry.npmjs.org/rxjs/-/rxjs-7.8.1.tgz",
|
|
286
|
+
"integrity": "sha512-AA3TVj+0A2iuIoQkWEK/tqFjBq2j+6PO6Y0zJcvzLAFhEFIO3HL0vls9hWLncZbAAbK0mar7oZ4V079I/qPMxg==",
|
|
287
|
+
"license": "Apache-2.0",
|
|
288
|
+
"dependencies": {
|
|
289
|
+
"tslib": "^2.1.0"
|
|
290
|
+
}
|
|
291
|
+
},
|
|
292
|
+
"node_modules/@angular/build": {
|
|
293
|
+
"version": "19.2.10",
|
|
294
|
+
"resolved": "https://registry.npmjs.org/@angular/build/-/build-19.2.10.tgz",
|
|
295
|
+
"integrity": "sha512-1+veE1S2fuQ3WjzYBabjk5/+7TM91kkyvKo+2P8vc0eb+c9K2VfYx+6ErCHs38mPPqL1JjixsX9Nqbd5b7yowA==",
|
|
240
296
|
"license": "MIT",
|
|
241
297
|
"dependencies": {
|
|
242
298
|
"@ampproject/remapping": "2.3.0",
|
|
243
|
-
"@angular-devkit/architect": "0.1902.
|
|
299
|
+
"@angular-devkit/architect": "0.1902.10",
|
|
244
300
|
"@babel/core": "7.26.10",
|
|
245
301
|
"@babel/helper-annotate-as-pure": "7.25.9",
|
|
246
302
|
"@babel/helper-split-export-declaration": "7.24.7",
|
|
@@ -249,7 +305,7 @@
|
|
|
249
305
|
"@vitejs/plugin-basic-ssl": "1.2.0",
|
|
250
306
|
"beasties": "0.3.2",
|
|
251
307
|
"browserslist": "^4.23.0",
|
|
252
|
-
"esbuild": "0.25.
|
|
308
|
+
"esbuild": "0.25.1",
|
|
253
309
|
"fast-glob": "3.3.3",
|
|
254
310
|
"https-proxy-agent": "7.0.6",
|
|
255
311
|
"istanbul-lib-instrument": "6.0.3",
|
|
@@ -280,7 +336,7 @@
|
|
|
280
336
|
"@angular/localize": "^19.0.0 || ^19.2.0-next.0",
|
|
281
337
|
"@angular/platform-server": "^19.0.0 || ^19.2.0-next.0",
|
|
282
338
|
"@angular/service-worker": "^19.0.0 || ^19.2.0-next.0",
|
|
283
|
-
"@angular/ssr": "^19.2.
|
|
339
|
+
"@angular/ssr": "^19.2.10",
|
|
284
340
|
"karma": "^6.4.0",
|
|
285
341
|
"less": "^4.2.0",
|
|
286
342
|
"ng-packagr": "^19.0.0 || ^19.2.0-next.0",
|
|
@@ -313,541 +369,108 @@
|
|
|
313
369
|
"postcss": {
|
|
314
370
|
"optional": true
|
|
315
371
|
},
|
|
316
|
-
"tailwindcss": {
|
|
317
|
-
"optional": true
|
|
318
|
-
}
|
|
319
|
-
}
|
|
320
|
-
},
|
|
321
|
-
"node_modules/@angular-devkit/build-angular/node_modules/@angular/build/node_modules/vite": {
|
|
322
|
-
"version": "6.2.7",
|
|
323
|
-
"resolved": "https://registry.npmjs.org/vite/-/vite-6.2.7.tgz",
|
|
324
|
-
"integrity": "sha512-qg3LkeuinTrZoJHHF94coSaTfIPyBYoywp+ys4qu20oSJFbKMYoIJo0FWJT9q6Vp49l6z9IsJRbHdcGtiKbGoQ==",
|
|
325
|
-
"license": "MIT",
|
|
326
|
-
"dependencies": {
|
|
327
|
-
"esbuild": "^0.25.0",
|
|
328
|
-
"postcss": "^8.5.3",
|
|
329
|
-
"rollup": "^4.30.1"
|
|
330
|
-
},
|
|
331
|
-
"bin": {
|
|
332
|
-
"vite": "bin/vite.js"
|
|
333
|
-
},
|
|
334
|
-
"engines": {
|
|
335
|
-
"node": "^18.0.0 || ^20.0.0 || >=22.0.0"
|
|
336
|
-
},
|
|
337
|
-
"funding": {
|
|
338
|
-
"url": "https://github.com/vitejs/vite?sponsor=1"
|
|
339
|
-
},
|
|
340
|
-
"optionalDependencies": {
|
|
341
|
-
"fsevents": "~2.3.3"
|
|
342
|
-
},
|
|
343
|
-
"peerDependencies": {
|
|
344
|
-
"@types/node": "^18.0.0 || ^20.0.0 || >=22.0.0",
|
|
345
|
-
"jiti": ">=1.21.0",
|
|
346
|
-
"less": "*",
|
|
347
|
-
"lightningcss": "^1.21.0",
|
|
348
|
-
"sass": "*",
|
|
349
|
-
"sass-embedded": "*",
|
|
350
|
-
"stylus": "*",
|
|
351
|
-
"sugarss": "*",
|
|
352
|
-
"terser": "^5.16.0",
|
|
353
|
-
"tsx": "^4.8.1",
|
|
354
|
-
"yaml": "^2.4.2"
|
|
355
|
-
},
|
|
356
|
-
"peerDependenciesMeta": {
|
|
357
|
-
"@types/node": {
|
|
358
|
-
"optional": true
|
|
359
|
-
},
|
|
360
|
-
"jiti": {
|
|
361
|
-
"optional": true
|
|
362
|
-
},
|
|
363
|
-
"less": {
|
|
364
|
-
"optional": true
|
|
365
|
-
},
|
|
366
|
-
"lightningcss": {
|
|
367
|
-
"optional": true
|
|
368
|
-
},
|
|
369
|
-
"sass": {
|
|
370
|
-
"optional": true
|
|
371
|
-
},
|
|
372
|
-
"sass-embedded": {
|
|
373
|
-
"optional": true
|
|
374
|
-
},
|
|
375
|
-
"stylus": {
|
|
376
|
-
"optional": true
|
|
377
|
-
},
|
|
378
|
-
"sugarss": {
|
|
379
|
-
"optional": true
|
|
380
|
-
},
|
|
381
|
-
"terser": {
|
|
382
|
-
"optional": true
|
|
383
|
-
},
|
|
384
|
-
"tsx": {
|
|
385
|
-
"optional": true
|
|
386
|
-
},
|
|
387
|
-
"yaml": {
|
|
388
|
-
"optional": true
|
|
389
|
-
}
|
|
390
|
-
}
|
|
391
|
-
},
|
|
392
|
-
"node_modules/@angular-devkit/build-angular/node_modules/@angular/build/node_modules/vite/node_modules/postcss": {
|
|
393
|
-
"version": "8.5.6",
|
|
394
|
-
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.6.tgz",
|
|
395
|
-
"integrity": "sha512-3Ybi1tAuwAP9s0r1UQ2J4n5Y0G05bJkpUIO0/bI9MhwmD70S5aTWbXGBwxHrelT+XM1k6dM0pk+SwNkpTRN7Pg==",
|
|
396
|
-
"funding": [
|
|
397
|
-
{
|
|
398
|
-
"type": "opencollective",
|
|
399
|
-
"url": "https://opencollective.com/postcss/"
|
|
400
|
-
},
|
|
401
|
-
{
|
|
402
|
-
"type": "tidelift",
|
|
403
|
-
"url": "https://tidelift.com/funding/github/npm/postcss"
|
|
404
|
-
},
|
|
405
|
-
{
|
|
406
|
-
"type": "github",
|
|
407
|
-
"url": "https://github.com/sponsors/ai"
|
|
408
|
-
}
|
|
409
|
-
],
|
|
410
|
-
"license": "MIT",
|
|
411
|
-
"dependencies": {
|
|
412
|
-
"nanoid": "^3.3.11",
|
|
413
|
-
"picocolors": "^1.1.1",
|
|
414
|
-
"source-map-js": "^1.2.1"
|
|
415
|
-
},
|
|
416
|
-
"engines": {
|
|
417
|
-
"node": "^10 || ^12 || >=14"
|
|
418
|
-
}
|
|
419
|
-
},
|
|
420
|
-
"node_modules/@angular-devkit/build-angular/node_modules/@rollup/rollup-android-arm-eabi": {
|
|
421
|
-
"version": "4.34.8",
|
|
422
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.34.8.tgz",
|
|
423
|
-
"integrity": "sha512-q217OSE8DTp8AFHuNHXo0Y86e1wtlfVrXiAlwkIvGRQv9zbc6mE3sjIVfwI8sYUyNxwOg0j/Vm1RKM04JcWLJw==",
|
|
424
|
-
"cpu": [
|
|
425
|
-
"arm"
|
|
426
|
-
],
|
|
427
|
-
"license": "MIT",
|
|
428
|
-
"optional": true,
|
|
429
|
-
"os": [
|
|
430
|
-
"android"
|
|
431
|
-
]
|
|
432
|
-
},
|
|
433
|
-
"node_modules/@angular-devkit/build-angular/node_modules/@rollup/rollup-android-arm64": {
|
|
434
|
-
"version": "4.34.8",
|
|
435
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.34.8.tgz",
|
|
436
|
-
"integrity": "sha512-Gigjz7mNWaOL9wCggvoK3jEIUUbGul656opstjaUSGC3eT0BM7PofdAJaBfPFWWkXNVAXbaQtC99OCg4sJv70Q==",
|
|
437
|
-
"cpu": [
|
|
438
|
-
"arm64"
|
|
439
|
-
],
|
|
440
|
-
"license": "MIT",
|
|
441
|
-
"optional": true,
|
|
442
|
-
"os": [
|
|
443
|
-
"android"
|
|
444
|
-
]
|
|
445
|
-
},
|
|
446
|
-
"node_modules/@angular-devkit/build-angular/node_modules/@rollup/rollup-darwin-arm64": {
|
|
447
|
-
"version": "4.34.8",
|
|
448
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.34.8.tgz",
|
|
449
|
-
"integrity": "sha512-02rVdZ5tgdUNRxIUrFdcMBZQoaPMrxtwSb+/hOfBdqkatYHR3lZ2A2EGyHq2sGOd0Owk80oV3snlDASC24He3Q==",
|
|
450
|
-
"cpu": [
|
|
451
|
-
"arm64"
|
|
452
|
-
],
|
|
453
|
-
"license": "MIT",
|
|
454
|
-
"optional": true,
|
|
455
|
-
"os": [
|
|
456
|
-
"darwin"
|
|
457
|
-
]
|
|
458
|
-
},
|
|
459
|
-
"node_modules/@angular-devkit/build-angular/node_modules/@rollup/rollup-darwin-x64": {
|
|
460
|
-
"version": "4.34.8",
|
|
461
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.34.8.tgz",
|
|
462
|
-
"integrity": "sha512-qIP/elwR/tq/dYRx3lgwK31jkZvMiD6qUtOycLhTzCvrjbZ3LjQnEM9rNhSGpbLXVJYQ3rq39A6Re0h9tU2ynw==",
|
|
463
|
-
"cpu": [
|
|
464
|
-
"x64"
|
|
465
|
-
],
|
|
466
|
-
"license": "MIT",
|
|
467
|
-
"optional": true,
|
|
468
|
-
"os": [
|
|
469
|
-
"darwin"
|
|
470
|
-
]
|
|
471
|
-
},
|
|
472
|
-
"node_modules/@angular-devkit/build-angular/node_modules/@rollup/rollup-freebsd-arm64": {
|
|
473
|
-
"version": "4.34.8",
|
|
474
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-arm64/-/rollup-freebsd-arm64-4.34.8.tgz",
|
|
475
|
-
"integrity": "sha512-IQNVXL9iY6NniYbTaOKdrlVP3XIqazBgJOVkddzJlqnCpRi/yAeSOa8PLcECFSQochzqApIOE1GHNu3pCz+BDA==",
|
|
476
|
-
"cpu": [
|
|
477
|
-
"arm64"
|
|
478
|
-
],
|
|
479
|
-
"license": "MIT",
|
|
480
|
-
"optional": true,
|
|
481
|
-
"os": [
|
|
482
|
-
"freebsd"
|
|
483
|
-
]
|
|
484
|
-
},
|
|
485
|
-
"node_modules/@angular-devkit/build-angular/node_modules/@rollup/rollup-freebsd-x64": {
|
|
486
|
-
"version": "4.34.8",
|
|
487
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-x64/-/rollup-freebsd-x64-4.34.8.tgz",
|
|
488
|
-
"integrity": "sha512-TYXcHghgnCqYFiE3FT5QwXtOZqDj5GmaFNTNt3jNC+vh22dc/ukG2cG+pi75QO4kACohZzidsq7yKTKwq/Jq7Q==",
|
|
489
|
-
"cpu": [
|
|
490
|
-
"x64"
|
|
491
|
-
],
|
|
492
|
-
"license": "MIT",
|
|
493
|
-
"optional": true,
|
|
494
|
-
"os": [
|
|
495
|
-
"freebsd"
|
|
496
|
-
]
|
|
497
|
-
},
|
|
498
|
-
"node_modules/@angular-devkit/build-angular/node_modules/@rollup/rollup-linux-arm-gnueabihf": {
|
|
499
|
-
"version": "4.34.8",
|
|
500
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.34.8.tgz",
|
|
501
|
-
"integrity": "sha512-A4iphFGNkWRd+5m3VIGuqHnG3MVnqKe7Al57u9mwgbyZ2/xF9Jio72MaY7xxh+Y87VAHmGQr73qoKL9HPbXj1g==",
|
|
502
|
-
"cpu": [
|
|
503
|
-
"arm"
|
|
504
|
-
],
|
|
505
|
-
"license": "MIT",
|
|
506
|
-
"optional": true,
|
|
507
|
-
"os": [
|
|
508
|
-
"linux"
|
|
509
|
-
]
|
|
510
|
-
},
|
|
511
|
-
"node_modules/@angular-devkit/build-angular/node_modules/@rollup/rollup-linux-arm-musleabihf": {
|
|
512
|
-
"version": "4.34.8",
|
|
513
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.34.8.tgz",
|
|
514
|
-
"integrity": "sha512-S0lqKLfTm5u+QTxlFiAnb2J/2dgQqRy/XvziPtDd1rKZFXHTyYLoVL58M/XFwDI01AQCDIevGLbQrMAtdyanpA==",
|
|
515
|
-
"cpu": [
|
|
516
|
-
"arm"
|
|
517
|
-
],
|
|
518
|
-
"license": "MIT",
|
|
519
|
-
"optional": true,
|
|
520
|
-
"os": [
|
|
521
|
-
"linux"
|
|
522
|
-
]
|
|
523
|
-
},
|
|
524
|
-
"node_modules/@angular-devkit/build-angular/node_modules/@rollup/rollup-linux-arm64-gnu": {
|
|
525
|
-
"version": "4.34.8",
|
|
526
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.34.8.tgz",
|
|
527
|
-
"integrity": "sha512-jpz9YOuPiSkL4G4pqKrus0pn9aYwpImGkosRKwNi+sJSkz+WU3anZe6hi73StLOQdfXYXC7hUfsQlTnjMd3s1A==",
|
|
528
|
-
"cpu": [
|
|
529
|
-
"arm64"
|
|
530
|
-
],
|
|
531
|
-
"license": "MIT",
|
|
532
|
-
"optional": true,
|
|
533
|
-
"os": [
|
|
534
|
-
"linux"
|
|
535
|
-
]
|
|
536
|
-
},
|
|
537
|
-
"node_modules/@angular-devkit/build-angular/node_modules/@rollup/rollup-linux-arm64-musl": {
|
|
538
|
-
"version": "4.34.8",
|
|
539
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.34.8.tgz",
|
|
540
|
-
"integrity": "sha512-KdSfaROOUJXgTVxJNAZ3KwkRc5nggDk+06P6lgi1HLv1hskgvxHUKZ4xtwHkVYJ1Rep4GNo+uEfycCRRxht7+Q==",
|
|
541
|
-
"cpu": [
|
|
542
|
-
"arm64"
|
|
543
|
-
],
|
|
544
|
-
"license": "MIT",
|
|
545
|
-
"optional": true,
|
|
546
|
-
"os": [
|
|
547
|
-
"linux"
|
|
548
|
-
]
|
|
549
|
-
},
|
|
550
|
-
"node_modules/@angular-devkit/build-angular/node_modules/@rollup/rollup-linux-loongarch64-gnu": {
|
|
551
|
-
"version": "4.34.8",
|
|
552
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-loongarch64-gnu/-/rollup-linux-loongarch64-gnu-4.34.8.tgz",
|
|
553
|
-
"integrity": "sha512-NyF4gcxwkMFRjgXBM6g2lkT58OWztZvw5KkV2K0qqSnUEqCVcqdh2jN4gQrTn/YUpAcNKyFHfoOZEer9nwo6uQ==",
|
|
554
|
-
"cpu": [
|
|
555
|
-
"loong64"
|
|
556
|
-
],
|
|
557
|
-
"license": "MIT",
|
|
558
|
-
"optional": true,
|
|
559
|
-
"os": [
|
|
560
|
-
"linux"
|
|
561
|
-
]
|
|
562
|
-
},
|
|
563
|
-
"node_modules/@angular-devkit/build-angular/node_modules/@rollup/rollup-linux-powerpc64le-gnu": {
|
|
564
|
-
"version": "4.34.8",
|
|
565
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-powerpc64le-gnu/-/rollup-linux-powerpc64le-gnu-4.34.8.tgz",
|
|
566
|
-
"integrity": "sha512-LMJc999GkhGvktHU85zNTDImZVUCJ1z/MbAJTnviiWmmjyckP5aQsHtcujMjpNdMZPT2rQEDBlJfubhs3jsMfw==",
|
|
567
|
-
"cpu": [
|
|
568
|
-
"ppc64"
|
|
569
|
-
],
|
|
570
|
-
"license": "MIT",
|
|
571
|
-
"optional": true,
|
|
572
|
-
"os": [
|
|
573
|
-
"linux"
|
|
574
|
-
]
|
|
575
|
-
},
|
|
576
|
-
"node_modules/@angular-devkit/build-angular/node_modules/@rollup/rollup-linux-riscv64-gnu": {
|
|
577
|
-
"version": "4.34.8",
|
|
578
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.34.8.tgz",
|
|
579
|
-
"integrity": "sha512-xAQCAHPj8nJq1PI3z8CIZzXuXCstquz7cIOL73HHdXiRcKk8Ywwqtx2wrIy23EcTn4aZ2fLJNBB8d0tQENPCmw==",
|
|
580
|
-
"cpu": [
|
|
581
|
-
"riscv64"
|
|
582
|
-
],
|
|
583
|
-
"license": "MIT",
|
|
584
|
-
"optional": true,
|
|
585
|
-
"os": [
|
|
586
|
-
"linux"
|
|
587
|
-
]
|
|
588
|
-
},
|
|
589
|
-
"node_modules/@angular-devkit/build-angular/node_modules/@rollup/rollup-linux-s390x-gnu": {
|
|
590
|
-
"version": "4.34.8",
|
|
591
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.34.8.tgz",
|
|
592
|
-
"integrity": "sha512-DdePVk1NDEuc3fOe3dPPTb+rjMtuFw89gw6gVWxQFAuEqqSdDKnrwzZHrUYdac7A7dXl9Q2Vflxpme15gUWQFA==",
|
|
593
|
-
"cpu": [
|
|
594
|
-
"s390x"
|
|
595
|
-
],
|
|
596
|
-
"license": "MIT",
|
|
597
|
-
"optional": true,
|
|
598
|
-
"os": [
|
|
599
|
-
"linux"
|
|
600
|
-
]
|
|
601
|
-
},
|
|
602
|
-
"node_modules/@angular-devkit/build-angular/node_modules/@rollup/rollup-linux-x64-gnu": {
|
|
603
|
-
"version": "4.34.8",
|
|
604
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.34.8.tgz",
|
|
605
|
-
"integrity": "sha512-8y7ED8gjxITUltTUEJLQdgpbPh1sUQ0kMTmufRF/Ns5tI9TNMNlhWtmPKKHCU0SilX+3MJkZ0zERYYGIVBYHIA==",
|
|
606
|
-
"cpu": [
|
|
607
|
-
"x64"
|
|
608
|
-
],
|
|
609
|
-
"license": "MIT",
|
|
610
|
-
"optional": true,
|
|
611
|
-
"os": [
|
|
612
|
-
"linux"
|
|
613
|
-
]
|
|
614
|
-
},
|
|
615
|
-
"node_modules/@angular-devkit/build-angular/node_modules/@rollup/rollup-linux-x64-musl": {
|
|
616
|
-
"version": "4.34.8",
|
|
617
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.34.8.tgz",
|
|
618
|
-
"integrity": "sha512-SCXcP0ZpGFIe7Ge+McxY5zKxiEI5ra+GT3QRxL0pMMtxPfpyLAKleZODi1zdRHkz5/BhueUrYtYVgubqe9JBNQ==",
|
|
619
|
-
"cpu": [
|
|
620
|
-
"x64"
|
|
621
|
-
],
|
|
622
|
-
"license": "MIT",
|
|
623
|
-
"optional": true,
|
|
624
|
-
"os": [
|
|
625
|
-
"linux"
|
|
626
|
-
]
|
|
627
|
-
},
|
|
628
|
-
"node_modules/@angular-devkit/build-angular/node_modules/@rollup/rollup-win32-arm64-msvc": {
|
|
629
|
-
"version": "4.34.8",
|
|
630
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.34.8.tgz",
|
|
631
|
-
"integrity": "sha512-YHYsgzZgFJzTRbth4h7Or0m5O74Yda+hLin0irAIobkLQFRQd1qWmnoVfwmKm9TXIZVAD0nZ+GEb2ICicLyCnQ==",
|
|
632
|
-
"cpu": [
|
|
633
|
-
"arm64"
|
|
634
|
-
],
|
|
635
|
-
"license": "MIT",
|
|
636
|
-
"optional": true,
|
|
637
|
-
"os": [
|
|
638
|
-
"win32"
|
|
639
|
-
]
|
|
640
|
-
},
|
|
641
|
-
"node_modules/@angular-devkit/build-angular/node_modules/@rollup/rollup-win32-ia32-msvc": {
|
|
642
|
-
"version": "4.34.8",
|
|
643
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.34.8.tgz",
|
|
644
|
-
"integrity": "sha512-r3NRQrXkHr4uWy5TOjTpTYojR9XmF0j/RYgKCef+Ag46FWUTltm5ziticv8LdNsDMehjJ543x/+TJAek/xBA2w==",
|
|
645
|
-
"cpu": [
|
|
646
|
-
"ia32"
|
|
647
|
-
],
|
|
648
|
-
"license": "MIT",
|
|
649
|
-
"optional": true,
|
|
650
|
-
"os": [
|
|
651
|
-
"win32"
|
|
652
|
-
]
|
|
653
|
-
},
|
|
654
|
-
"node_modules/@angular-devkit/build-angular/node_modules/@rollup/rollup-win32-x64-msvc": {
|
|
655
|
-
"version": "4.34.8",
|
|
656
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.34.8.tgz",
|
|
657
|
-
"integrity": "sha512-U0FaE5O1BCpZSeE6gBl3c5ObhePQSfk9vDRToMmTkbhCOgW4jqvtS5LGyQ76L1fH8sM0keRp4uDTsbjiUyjk0g==",
|
|
658
|
-
"cpu": [
|
|
659
|
-
"x64"
|
|
660
|
-
],
|
|
661
|
-
"license": "MIT",
|
|
662
|
-
"optional": true,
|
|
663
|
-
"os": [
|
|
664
|
-
"win32"
|
|
665
|
-
]
|
|
666
|
-
},
|
|
667
|
-
"node_modules/@angular-devkit/build-angular/node_modules/@types/estree": {
|
|
668
|
-
"version": "1.0.6",
|
|
669
|
-
"resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.6.tgz",
|
|
670
|
-
"integrity": "sha512-AYnb1nQyY49te+VRAVgmzfcgjYS91mY5P0TKUDCLEM+gNnA+3T6rWITXRLYCpahpqSQbN5cE+gHpnPyXjHWxcw==",
|
|
671
|
-
"license": "MIT"
|
|
672
|
-
},
|
|
673
|
-
"node_modules/@angular-devkit/build-angular/node_modules/rollup": {
|
|
674
|
-
"version": "4.34.8",
|
|
675
|
-
"resolved": "https://registry.npmjs.org/rollup/-/rollup-4.34.8.tgz",
|
|
676
|
-
"integrity": "sha512-489gTVMzAYdiZHFVA/ig/iYFllCcWFHMvUHI1rpFmkoUtRlQxqh6/yiNqnYibjMZ2b/+FUQwldG+aLsEt6bglQ==",
|
|
677
|
-
"license": "MIT",
|
|
678
|
-
"dependencies": {
|
|
679
|
-
"@types/estree": "1.0.6"
|
|
680
|
-
},
|
|
681
|
-
"bin": {
|
|
682
|
-
"rollup": "dist/bin/rollup"
|
|
683
|
-
},
|
|
684
|
-
"engines": {
|
|
685
|
-
"node": ">=18.0.0",
|
|
686
|
-
"npm": ">=8.0.0"
|
|
687
|
-
},
|
|
688
|
-
"optionalDependencies": {
|
|
689
|
-
"@rollup/rollup-android-arm-eabi": "4.34.8",
|
|
690
|
-
"@rollup/rollup-android-arm64": "4.34.8",
|
|
691
|
-
"@rollup/rollup-darwin-arm64": "4.34.8",
|
|
692
|
-
"@rollup/rollup-darwin-x64": "4.34.8",
|
|
693
|
-
"@rollup/rollup-freebsd-arm64": "4.34.8",
|
|
694
|
-
"@rollup/rollup-freebsd-x64": "4.34.8",
|
|
695
|
-
"@rollup/rollup-linux-arm-gnueabihf": "4.34.8",
|
|
696
|
-
"@rollup/rollup-linux-arm-musleabihf": "4.34.8",
|
|
697
|
-
"@rollup/rollup-linux-arm64-gnu": "4.34.8",
|
|
698
|
-
"@rollup/rollup-linux-arm64-musl": "4.34.8",
|
|
699
|
-
"@rollup/rollup-linux-loongarch64-gnu": "4.34.8",
|
|
700
|
-
"@rollup/rollup-linux-powerpc64le-gnu": "4.34.8",
|
|
701
|
-
"@rollup/rollup-linux-riscv64-gnu": "4.34.8",
|
|
702
|
-
"@rollup/rollup-linux-s390x-gnu": "4.34.8",
|
|
703
|
-
"@rollup/rollup-linux-x64-gnu": "4.34.8",
|
|
704
|
-
"@rollup/rollup-linux-x64-musl": "4.34.8",
|
|
705
|
-
"@rollup/rollup-win32-arm64-msvc": "4.34.8",
|
|
706
|
-
"@rollup/rollup-win32-ia32-msvc": "4.34.8",
|
|
707
|
-
"@rollup/rollup-win32-x64-msvc": "4.34.8",
|
|
708
|
-
"fsevents": "~2.3.2"
|
|
709
|
-
}
|
|
710
|
-
},
|
|
711
|
-
"node_modules/@angular-devkit/build-angular/node_modules/rxjs": {
|
|
712
|
-
"version": "7.8.1",
|
|
713
|
-
"resolved": "https://registry.npmjs.org/rxjs/-/rxjs-7.8.1.tgz",
|
|
714
|
-
"integrity": "sha512-AA3TVj+0A2iuIoQkWEK/tqFjBq2j+6PO6Y0zJcvzLAFhEFIO3HL0vls9hWLncZbAAbK0mar7oZ4V079I/qPMxg==",
|
|
715
|
-
"license": "Apache-2.0",
|
|
716
|
-
"dependencies": {
|
|
717
|
-
"tslib": "^2.1.0"
|
|
718
|
-
}
|
|
719
|
-
},
|
|
720
|
-
"node_modules/@angular-devkit/build-webpack": {
|
|
721
|
-
"version": "0.1902.15",
|
|
722
|
-
"resolved": "https://registry.npmjs.org/@angular-devkit/build-webpack/-/build-webpack-0.1902.15.tgz",
|
|
723
|
-
"integrity": "sha512-pIfZeizWsViXx8bsMoBLZw7Tl7uFf7bM7hAfmNwk0bb0QGzx5k1BiW6IKWyaG+Dg6U4UCrlNpIiut2b78HwQZw==",
|
|
724
|
-
"license": "MIT",
|
|
725
|
-
"dependencies": {
|
|
726
|
-
"@angular-devkit/architect": "0.1902.15",
|
|
727
|
-
"rxjs": "7.8.1"
|
|
728
|
-
},
|
|
729
|
-
"engines": {
|
|
730
|
-
"node": "^18.19.1 || ^20.11.1 || >=22.0.0",
|
|
731
|
-
"npm": "^6.11.0 || ^7.5.6 || >=8.0.0",
|
|
732
|
-
"yarn": ">= 1.13.0"
|
|
733
|
-
},
|
|
734
|
-
"peerDependencies": {
|
|
735
|
-
"webpack": "^5.30.0",
|
|
736
|
-
"webpack-dev-server": "^5.0.2"
|
|
737
|
-
}
|
|
738
|
-
},
|
|
739
|
-
"node_modules/@angular-devkit/build-webpack/node_modules/@angular-devkit/architect": {
|
|
740
|
-
"version": "0.1902.15",
|
|
741
|
-
"resolved": "https://registry.npmjs.org/@angular-devkit/architect/-/architect-0.1902.15.tgz",
|
|
742
|
-
"integrity": "sha512-RbqhStc6ZoRv57ZqLB36VOkBkAdU3nNezCvIs0AJV5V4+vLPMrb0hpIB0sF+9yMlMjWsolnRsj0/Fil+zQG3bw==",
|
|
743
|
-
"license": "MIT",
|
|
744
|
-
"dependencies": {
|
|
745
|
-
"@angular-devkit/core": "19.2.15",
|
|
746
|
-
"rxjs": "7.8.1"
|
|
747
|
-
},
|
|
748
|
-
"engines": {
|
|
749
|
-
"node": "^18.19.1 || ^20.11.1 || >=22.0.0",
|
|
750
|
-
"npm": "^6.11.0 || ^7.5.6 || >=8.0.0",
|
|
751
|
-
"yarn": ">= 1.13.0"
|
|
752
|
-
}
|
|
753
|
-
},
|
|
754
|
-
"node_modules/@angular-devkit/build-webpack/node_modules/@angular-devkit/core": {
|
|
755
|
-
"version": "19.2.15",
|
|
756
|
-
"resolved": "https://registry.npmjs.org/@angular-devkit/core/-/core-19.2.15.tgz",
|
|
757
|
-
"integrity": "sha512-pU2RZYX6vhd7uLSdLwPnuBcr0mXJSjp3EgOXKsrlQFQZevc+Qs+2JdXgIElnOT/aDqtRtriDmLlSbtdE8n3ZbA==",
|
|
758
|
-
"license": "MIT",
|
|
759
|
-
"dependencies": {
|
|
760
|
-
"ajv": "8.17.1",
|
|
761
|
-
"ajv-formats": "3.0.1",
|
|
762
|
-
"jsonc-parser": "3.3.1",
|
|
763
|
-
"picomatch": "4.0.2",
|
|
764
|
-
"rxjs": "7.8.1",
|
|
765
|
-
"source-map": "0.7.4"
|
|
766
|
-
},
|
|
767
|
-
"engines": {
|
|
768
|
-
"node": "^18.19.1 || ^20.11.1 || >=22.0.0",
|
|
769
|
-
"npm": "^6.11.0 || ^7.5.6 || >=8.0.0",
|
|
770
|
-
"yarn": ">= 1.13.0"
|
|
771
|
-
},
|
|
772
|
-
"peerDependencies": {
|
|
773
|
-
"chokidar": "^4.0.0"
|
|
774
|
-
},
|
|
775
|
-
"peerDependenciesMeta": {
|
|
776
|
-
"chokidar": {
|
|
777
|
-
"optional": true
|
|
778
|
-
}
|
|
779
|
-
}
|
|
780
|
-
},
|
|
781
|
-
"node_modules/@angular-devkit/build-webpack/node_modules/rxjs": {
|
|
782
|
-
"version": "7.8.1",
|
|
783
|
-
"resolved": "https://registry.npmjs.org/rxjs/-/rxjs-7.8.1.tgz",
|
|
784
|
-
"integrity": "sha512-AA3TVj+0A2iuIoQkWEK/tqFjBq2j+6PO6Y0zJcvzLAFhEFIO3HL0vls9hWLncZbAAbK0mar7oZ4V079I/qPMxg==",
|
|
785
|
-
"license": "Apache-2.0",
|
|
786
|
-
"dependencies": {
|
|
787
|
-
"tslib": "^2.1.0"
|
|
372
|
+
"tailwindcss": {
|
|
373
|
+
"optional": true
|
|
374
|
+
}
|
|
788
375
|
}
|
|
789
376
|
},
|
|
790
|
-
"node_modules/@angular
|
|
791
|
-
"version": "
|
|
792
|
-
"resolved": "https://registry.npmjs.org
|
|
793
|
-
"integrity": "sha512-
|
|
377
|
+
"node_modules/@angular/build/node_modules/vite": {
|
|
378
|
+
"version": "6.2.7",
|
|
379
|
+
"resolved": "https://registry.npmjs.org/vite/-/vite-6.2.7.tgz",
|
|
380
|
+
"integrity": "sha512-qg3LkeuinTrZoJHHF94coSaTfIPyBYoywp+ys4qu20oSJFbKMYoIJo0FWJT9q6Vp49l6z9IsJRbHdcGtiKbGoQ==",
|
|
794
381
|
"license": "MIT",
|
|
795
382
|
"dependencies": {
|
|
796
|
-
"
|
|
797
|
-
"
|
|
798
|
-
"
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
"
|
|
383
|
+
"esbuild": "^0.25.0",
|
|
384
|
+
"postcss": "^8.5.3",
|
|
385
|
+
"rollup": "^4.30.1"
|
|
386
|
+
},
|
|
387
|
+
"bin": {
|
|
388
|
+
"vite": "bin/vite.js"
|
|
802
389
|
},
|
|
803
390
|
"engines": {
|
|
804
|
-
"node": "^18.
|
|
805
|
-
|
|
806
|
-
|
|
391
|
+
"node": "^18.0.0 || ^20.0.0 || >=22.0.0"
|
|
392
|
+
},
|
|
393
|
+
"funding": {
|
|
394
|
+
"url": "https://github.com/vitejs/vite?sponsor=1"
|
|
395
|
+
},
|
|
396
|
+
"optionalDependencies": {
|
|
397
|
+
"fsevents": "~2.3.3"
|
|
807
398
|
},
|
|
808
399
|
"peerDependencies": {
|
|
809
|
-
"
|
|
400
|
+
"@types/node": "^18.0.0 || ^20.0.0 || >=22.0.0",
|
|
401
|
+
"jiti": ">=1.21.0",
|
|
402
|
+
"less": "*",
|
|
403
|
+
"lightningcss": "^1.21.0",
|
|
404
|
+
"sass": "*",
|
|
405
|
+
"sass-embedded": "*",
|
|
406
|
+
"stylus": "*",
|
|
407
|
+
"sugarss": "*",
|
|
408
|
+
"terser": "^5.16.0",
|
|
409
|
+
"tsx": "^4.8.1",
|
|
410
|
+
"yaml": "^2.4.2"
|
|
810
411
|
},
|
|
811
412
|
"peerDependenciesMeta": {
|
|
812
|
-
"
|
|
413
|
+
"@types/node": {
|
|
414
|
+
"optional": true
|
|
415
|
+
},
|
|
416
|
+
"jiti": {
|
|
417
|
+
"optional": true
|
|
418
|
+
},
|
|
419
|
+
"less": {
|
|
420
|
+
"optional": true
|
|
421
|
+
},
|
|
422
|
+
"lightningcss": {
|
|
423
|
+
"optional": true
|
|
424
|
+
},
|
|
425
|
+
"sass": {
|
|
426
|
+
"optional": true
|
|
427
|
+
},
|
|
428
|
+
"sass-embedded": {
|
|
429
|
+
"optional": true
|
|
430
|
+
},
|
|
431
|
+
"stylus": {
|
|
432
|
+
"optional": true
|
|
433
|
+
},
|
|
434
|
+
"sugarss": {
|
|
435
|
+
"optional": true
|
|
436
|
+
},
|
|
437
|
+
"terser": {
|
|
438
|
+
"optional": true
|
|
439
|
+
},
|
|
440
|
+
"tsx": {
|
|
441
|
+
"optional": true
|
|
442
|
+
},
|
|
443
|
+
"yaml": {
|
|
813
444
|
"optional": true
|
|
814
445
|
}
|
|
815
446
|
}
|
|
816
447
|
},
|
|
817
|
-
"node_modules/@angular
|
|
818
|
-
"version": "
|
|
819
|
-
"resolved": "https://registry.npmjs.org/
|
|
820
|
-
"integrity": "sha512-
|
|
821
|
-
"
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
|
|
448
|
+
"node_modules/@angular/build/node_modules/vite/node_modules/postcss": {
|
|
449
|
+
"version": "8.5.3",
|
|
450
|
+
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.3.tgz",
|
|
451
|
+
"integrity": "sha512-dle9A3yYxlBSrt8Fu+IpjGT8SY8hN0mlaA6GY8t0P5PjIOZemULz/E2Bnm/2dcUOena75OTNkHI76uZBNUUq3A==",
|
|
452
|
+
"funding": [
|
|
453
|
+
{
|
|
454
|
+
"type": "opencollective",
|
|
455
|
+
"url": "https://opencollective.com/postcss/"
|
|
456
|
+
},
|
|
457
|
+
{
|
|
458
|
+
"type": "tidelift",
|
|
459
|
+
"url": "https://tidelift.com/funding/github/npm/postcss"
|
|
460
|
+
},
|
|
461
|
+
{
|
|
462
|
+
"type": "github",
|
|
463
|
+
"url": "https://github.com/sponsors/ai"
|
|
464
|
+
}
|
|
465
|
+
],
|
|
830
466
|
"license": "MIT",
|
|
831
467
|
"dependencies": {
|
|
832
|
-
"
|
|
833
|
-
"
|
|
834
|
-
"
|
|
835
|
-
"ora": "5.4.1",
|
|
836
|
-
"rxjs": "7.8.1"
|
|
468
|
+
"nanoid": "^3.3.8",
|
|
469
|
+
"picocolors": "^1.1.1",
|
|
470
|
+
"source-map-js": "^1.2.1"
|
|
837
471
|
},
|
|
838
472
|
"engines": {
|
|
839
|
-
"node": "^
|
|
840
|
-
"npm": "^6.11.0 || ^7.5.6 || >=8.0.0",
|
|
841
|
-
"yarn": ">= 1.13.0"
|
|
842
|
-
}
|
|
843
|
-
},
|
|
844
|
-
"node_modules/@angular-devkit/schematics/node_modules/rxjs": {
|
|
845
|
-
"version": "7.8.1",
|
|
846
|
-
"resolved": "https://registry.npmjs.org/rxjs/-/rxjs-7.8.1.tgz",
|
|
847
|
-
"integrity": "sha512-AA3TVj+0A2iuIoQkWEK/tqFjBq2j+6PO6Y0zJcvzLAFhEFIO3HL0vls9hWLncZbAAbK0mar7oZ4V079I/qPMxg==",
|
|
848
|
-
"license": "Apache-2.0",
|
|
849
|
-
"dependencies": {
|
|
850
|
-
"tslib": "^2.1.0"
|
|
473
|
+
"node": "^10 || ^12 || >=14"
|
|
851
474
|
}
|
|
852
475
|
},
|
|
853
476
|
"node_modules/@angular/cli": {
|
|
@@ -2716,9 +2339,9 @@
|
|
|
2716
2339
|
}
|
|
2717
2340
|
},
|
|
2718
2341
|
"node_modules/@esbuild/aix-ppc64": {
|
|
2719
|
-
"version": "0.25.
|
|
2720
|
-
"resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.25.
|
|
2721
|
-
"integrity": "sha512-
|
|
2342
|
+
"version": "0.25.1",
|
|
2343
|
+
"resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.25.1.tgz",
|
|
2344
|
+
"integrity": "sha512-kfYGy8IdzTGy+z0vFGvExZtxkFlA4zAxgKEahG9KE1ScBjpQnFsNOX8KTU5ojNru5ed5CVoJYXFtoxaq5nFbjQ==",
|
|
2722
2345
|
"cpu": [
|
|
2723
2346
|
"ppc64"
|
|
2724
2347
|
],
|
|
@@ -2732,9 +2355,9 @@
|
|
|
2732
2355
|
}
|
|
2733
2356
|
},
|
|
2734
2357
|
"node_modules/@esbuild/android-arm": {
|
|
2735
|
-
"version": "0.25.
|
|
2736
|
-
"resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.25.
|
|
2737
|
-
"integrity": "sha512-
|
|
2358
|
+
"version": "0.25.1",
|
|
2359
|
+
"resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.25.1.tgz",
|
|
2360
|
+
"integrity": "sha512-dp+MshLYux6j/JjdqVLnMglQlFu+MuVeNrmT5nk6q07wNhCdSnB7QZj+7G8VMUGh1q+vj2Bq8kRsuyA00I/k+Q==",
|
|
2738
2361
|
"cpu": [
|
|
2739
2362
|
"arm"
|
|
2740
2363
|
],
|
|
@@ -2748,9 +2371,9 @@
|
|
|
2748
2371
|
}
|
|
2749
2372
|
},
|
|
2750
2373
|
"node_modules/@esbuild/android-arm64": {
|
|
2751
|
-
"version": "0.25.
|
|
2752
|
-
"resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.25.
|
|
2753
|
-
"integrity": "sha512-
|
|
2374
|
+
"version": "0.25.1",
|
|
2375
|
+
"resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.25.1.tgz",
|
|
2376
|
+
"integrity": "sha512-50tM0zCJW5kGqgG7fQ7IHvQOcAn9TKiVRuQ/lN0xR+T2lzEFvAi1ZcS8DiksFcEpf1t/GYOeOfCAgDHFpkiSmA==",
|
|
2754
2377
|
"cpu": [
|
|
2755
2378
|
"arm64"
|
|
2756
2379
|
],
|
|
@@ -2764,9 +2387,9 @@
|
|
|
2764
2387
|
}
|
|
2765
2388
|
},
|
|
2766
2389
|
"node_modules/@esbuild/android-x64": {
|
|
2767
|
-
"version": "0.25.
|
|
2768
|
-
"resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.25.
|
|
2769
|
-
"integrity": "sha512-
|
|
2390
|
+
"version": "0.25.1",
|
|
2391
|
+
"resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.25.1.tgz",
|
|
2392
|
+
"integrity": "sha512-GCj6WfUtNldqUzYkN/ITtlhwQqGWu9S45vUXs7EIYf+7rCiiqH9bCloatO9VhxsL0Pji+PF4Lz2XXCES+Q8hDw==",
|
|
2770
2393
|
"cpu": [
|
|
2771
2394
|
"x64"
|
|
2772
2395
|
],
|
|
@@ -2780,9 +2403,9 @@
|
|
|
2780
2403
|
}
|
|
2781
2404
|
},
|
|
2782
2405
|
"node_modules/@esbuild/darwin-arm64": {
|
|
2783
|
-
"version": "0.25.
|
|
2784
|
-
"resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.25.
|
|
2785
|
-
"integrity": "sha512-
|
|
2406
|
+
"version": "0.25.1",
|
|
2407
|
+
"resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.25.1.tgz",
|
|
2408
|
+
"integrity": "sha512-5hEZKPf+nQjYoSr/elb62U19/l1mZDdqidGfmFutVUjjUZrOazAtwK+Kr+3y0C/oeJfLlxo9fXb1w7L+P7E4FQ==",
|
|
2786
2409
|
"cpu": [
|
|
2787
2410
|
"arm64"
|
|
2788
2411
|
],
|
|
@@ -2796,9 +2419,9 @@
|
|
|
2796
2419
|
}
|
|
2797
2420
|
},
|
|
2798
2421
|
"node_modules/@esbuild/darwin-x64": {
|
|
2799
|
-
"version": "0.25.
|
|
2800
|
-
"resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.25.
|
|
2801
|
-
"integrity": "sha512-
|
|
2422
|
+
"version": "0.25.1",
|
|
2423
|
+
"resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.25.1.tgz",
|
|
2424
|
+
"integrity": "sha512-hxVnwL2Dqs3fM1IWq8Iezh0cX7ZGdVhbTfnOy5uURtao5OIVCEyj9xIzemDi7sRvKsuSdtCAhMKarxqtlyVyfA==",
|
|
2802
2425
|
"cpu": [
|
|
2803
2426
|
"x64"
|
|
2804
2427
|
],
|
|
@@ -2812,9 +2435,9 @@
|
|
|
2812
2435
|
}
|
|
2813
2436
|
},
|
|
2814
2437
|
"node_modules/@esbuild/freebsd-arm64": {
|
|
2815
|
-
"version": "0.25.
|
|
2816
|
-
"resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.25.
|
|
2817
|
-
"integrity": "sha512-
|
|
2438
|
+
"version": "0.25.1",
|
|
2439
|
+
"resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.25.1.tgz",
|
|
2440
|
+
"integrity": "sha512-1MrCZs0fZa2g8E+FUo2ipw6jw5qqQiH+tERoS5fAfKnRx6NXH31tXBKI3VpmLijLH6yriMZsxJtaXUyFt/8Y4A==",
|
|
2818
2441
|
"cpu": [
|
|
2819
2442
|
"arm64"
|
|
2820
2443
|
],
|
|
@@ -2828,9 +2451,9 @@
|
|
|
2828
2451
|
}
|
|
2829
2452
|
},
|
|
2830
2453
|
"node_modules/@esbuild/freebsd-x64": {
|
|
2831
|
-
"version": "0.25.
|
|
2832
|
-
"resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.25.
|
|
2833
|
-
"integrity": "sha512-
|
|
2454
|
+
"version": "0.25.1",
|
|
2455
|
+
"resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.25.1.tgz",
|
|
2456
|
+
"integrity": "sha512-0IZWLiTyz7nm0xuIs0q1Y3QWJC52R8aSXxe40VUxm6BB1RNmkODtW6LHvWRrGiICulcX7ZvyH6h5fqdLu4gkww==",
|
|
2834
2457
|
"cpu": [
|
|
2835
2458
|
"x64"
|
|
2836
2459
|
],
|
|
@@ -2844,9 +2467,9 @@
|
|
|
2844
2467
|
}
|
|
2845
2468
|
},
|
|
2846
2469
|
"node_modules/@esbuild/linux-arm": {
|
|
2847
|
-
"version": "0.25.
|
|
2848
|
-
"resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.25.
|
|
2849
|
-
"integrity": "sha512-
|
|
2470
|
+
"version": "0.25.1",
|
|
2471
|
+
"resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.25.1.tgz",
|
|
2472
|
+
"integrity": "sha512-NdKOhS4u7JhDKw9G3cY6sWqFcnLITn6SqivVArbzIaf3cemShqfLGHYMx8Xlm/lBit3/5d7kXvriTUGa5YViuQ==",
|
|
2850
2473
|
"cpu": [
|
|
2851
2474
|
"arm"
|
|
2852
2475
|
],
|
|
@@ -2860,9 +2483,9 @@
|
|
|
2860
2483
|
}
|
|
2861
2484
|
},
|
|
2862
2485
|
"node_modules/@esbuild/linux-arm64": {
|
|
2863
|
-
"version": "0.25.
|
|
2864
|
-
"resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.25.
|
|
2865
|
-
"integrity": "sha512
|
|
2486
|
+
"version": "0.25.1",
|
|
2487
|
+
"resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.25.1.tgz",
|
|
2488
|
+
"integrity": "sha512-jaN3dHi0/DDPelk0nLcXRm1q7DNJpjXy7yWaWvbfkPvI+7XNSc/lDOnCLN7gzsyzgu6qSAmgSvP9oXAhP973uQ==",
|
|
2866
2489
|
"cpu": [
|
|
2867
2490
|
"arm64"
|
|
2868
2491
|
],
|
|
@@ -2876,9 +2499,9 @@
|
|
|
2876
2499
|
}
|
|
2877
2500
|
},
|
|
2878
2501
|
"node_modules/@esbuild/linux-ia32": {
|
|
2879
|
-
"version": "0.25.
|
|
2880
|
-
"resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.25.
|
|
2881
|
-
"integrity": "sha512-
|
|
2502
|
+
"version": "0.25.1",
|
|
2503
|
+
"resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.25.1.tgz",
|
|
2504
|
+
"integrity": "sha512-OJykPaF4v8JidKNGz8c/q1lBO44sQNUQtq1KktJXdBLn1hPod5rE/Hko5ugKKZd+D2+o1a9MFGUEIUwO2YfgkQ==",
|
|
2882
2505
|
"cpu": [
|
|
2883
2506
|
"ia32"
|
|
2884
2507
|
],
|
|
@@ -2892,9 +2515,9 @@
|
|
|
2892
2515
|
}
|
|
2893
2516
|
},
|
|
2894
2517
|
"node_modules/@esbuild/linux-loong64": {
|
|
2895
|
-
"version": "0.25.
|
|
2896
|
-
"resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.25.
|
|
2897
|
-
"integrity": "sha512-
|
|
2518
|
+
"version": "0.25.1",
|
|
2519
|
+
"resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.25.1.tgz",
|
|
2520
|
+
"integrity": "sha512-nGfornQj4dzcq5Vp835oM/o21UMlXzn79KobKlcs3Wz9smwiifknLy4xDCLUU0BWp7b/houtdrgUz7nOGnfIYg==",
|
|
2898
2521
|
"cpu": [
|
|
2899
2522
|
"loong64"
|
|
2900
2523
|
],
|
|
@@ -2908,9 +2531,9 @@
|
|
|
2908
2531
|
}
|
|
2909
2532
|
},
|
|
2910
2533
|
"node_modules/@esbuild/linux-mips64el": {
|
|
2911
|
-
"version": "0.25.
|
|
2912
|
-
"resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.25.
|
|
2913
|
-
"integrity": "sha512-
|
|
2534
|
+
"version": "0.25.1",
|
|
2535
|
+
"resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.25.1.tgz",
|
|
2536
|
+
"integrity": "sha512-1osBbPEFYwIE5IVB/0g2X6i1qInZa1aIoj1TdL4AaAb55xIIgbg8Doq6a5BzYWgr+tEcDzYH67XVnTmUzL+nXg==",
|
|
2914
2537
|
"cpu": [
|
|
2915
2538
|
"mips64el"
|
|
2916
2539
|
],
|
|
@@ -2924,9 +2547,9 @@
|
|
|
2924
2547
|
}
|
|
2925
2548
|
},
|
|
2926
2549
|
"node_modules/@esbuild/linux-ppc64": {
|
|
2927
|
-
"version": "0.25.
|
|
2928
|
-
"resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.25.
|
|
2929
|
-
"integrity": "sha512
|
|
2550
|
+
"version": "0.25.1",
|
|
2551
|
+
"resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.25.1.tgz",
|
|
2552
|
+
"integrity": "sha512-/6VBJOwUf3TdTvJZ82qF3tbLuWsscd7/1w+D9LH0W/SqUgM5/JJD0lrJ1fVIfZsqB6RFmLCe0Xz3fmZc3WtyVg==",
|
|
2930
2553
|
"cpu": [
|
|
2931
2554
|
"ppc64"
|
|
2932
2555
|
],
|
|
@@ -2940,9 +2563,9 @@
|
|
|
2940
2563
|
}
|
|
2941
2564
|
},
|
|
2942
2565
|
"node_modules/@esbuild/linux-riscv64": {
|
|
2943
|
-
"version": "0.25.
|
|
2944
|
-
"resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.25.
|
|
2945
|
-
"integrity": "sha512-
|
|
2566
|
+
"version": "0.25.1",
|
|
2567
|
+
"resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.25.1.tgz",
|
|
2568
|
+
"integrity": "sha512-nSut/Mx5gnilhcq2yIMLMe3Wl4FK5wx/o0QuuCLMtmJn+WeWYoEGDN1ipcN72g1WHsnIbxGXd4i/MF0gTcuAjQ==",
|
|
2946
2569
|
"cpu": [
|
|
2947
2570
|
"riscv64"
|
|
2948
2571
|
],
|
|
@@ -2956,9 +2579,9 @@
|
|
|
2956
2579
|
}
|
|
2957
2580
|
},
|
|
2958
2581
|
"node_modules/@esbuild/linux-s390x": {
|
|
2959
|
-
"version": "0.25.
|
|
2960
|
-
"resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.25.
|
|
2961
|
-
"integrity": "sha512-
|
|
2582
|
+
"version": "0.25.1",
|
|
2583
|
+
"resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.25.1.tgz",
|
|
2584
|
+
"integrity": "sha512-cEECeLlJNfT8kZHqLarDBQso9a27o2Zd2AQ8USAEoGtejOrCYHNtKP8XQhMDJMtthdF4GBmjR2au3x1udADQQQ==",
|
|
2962
2585
|
"cpu": [
|
|
2963
2586
|
"s390x"
|
|
2964
2587
|
],
|
|
@@ -2972,9 +2595,9 @@
|
|
|
2972
2595
|
}
|
|
2973
2596
|
},
|
|
2974
2597
|
"node_modules/@esbuild/linux-x64": {
|
|
2975
|
-
"version": "0.25.
|
|
2976
|
-
"resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.25.
|
|
2977
|
-
"integrity": "sha512-
|
|
2598
|
+
"version": "0.25.1",
|
|
2599
|
+
"resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.25.1.tgz",
|
|
2600
|
+
"integrity": "sha512-xbfUhu/gnvSEg+EGovRc+kjBAkrvtk38RlerAzQxvMzlB4fXpCFCeUAYzJvrnhFtdeyVCDANSjJvOvGYoeKzFA==",
|
|
2978
2601
|
"cpu": [
|
|
2979
2602
|
"x64"
|
|
2980
2603
|
],
|
|
@@ -2988,9 +2611,9 @@
|
|
|
2988
2611
|
}
|
|
2989
2612
|
},
|
|
2990
2613
|
"node_modules/@esbuild/netbsd-arm64": {
|
|
2991
|
-
"version": "0.25.
|
|
2992
|
-
"resolved": "https://registry.npmjs.org/@esbuild/netbsd-arm64/-/netbsd-arm64-0.25.
|
|
2993
|
-
"integrity": "sha512-
|
|
2614
|
+
"version": "0.25.1",
|
|
2615
|
+
"resolved": "https://registry.npmjs.org/@esbuild/netbsd-arm64/-/netbsd-arm64-0.25.1.tgz",
|
|
2616
|
+
"integrity": "sha512-O96poM2XGhLtpTh+s4+nP7YCCAfb4tJNRVZHfIE7dgmax+yMP2WgMd2OecBuaATHKTHsLWHQeuaxMRnCsH8+5g==",
|
|
2994
2617
|
"cpu": [
|
|
2995
2618
|
"arm64"
|
|
2996
2619
|
],
|
|
@@ -3004,9 +2627,9 @@
|
|
|
3004
2627
|
}
|
|
3005
2628
|
},
|
|
3006
2629
|
"node_modules/@esbuild/netbsd-x64": {
|
|
3007
|
-
"version": "0.25.
|
|
3008
|
-
"resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.25.
|
|
3009
|
-
"integrity": "sha512-
|
|
2630
|
+
"version": "0.25.1",
|
|
2631
|
+
"resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.25.1.tgz",
|
|
2632
|
+
"integrity": "sha512-X53z6uXip6KFXBQ+Krbx25XHV/NCbzryM6ehOAeAil7X7oa4XIq+394PWGnwaSQ2WRA0KI6PUO6hTO5zeF5ijA==",
|
|
3010
2633
|
"cpu": [
|
|
3011
2634
|
"x64"
|
|
3012
2635
|
],
|
|
@@ -3020,9 +2643,9 @@
|
|
|
3020
2643
|
}
|
|
3021
2644
|
},
|
|
3022
2645
|
"node_modules/@esbuild/openbsd-arm64": {
|
|
3023
|
-
"version": "0.25.
|
|
3024
|
-
"resolved": "https://registry.npmjs.org/@esbuild/openbsd-arm64/-/openbsd-arm64-0.25.
|
|
3025
|
-
"integrity": "sha512-
|
|
2646
|
+
"version": "0.25.1",
|
|
2647
|
+
"resolved": "https://registry.npmjs.org/@esbuild/openbsd-arm64/-/openbsd-arm64-0.25.1.tgz",
|
|
2648
|
+
"integrity": "sha512-Na9T3szbXezdzM/Kfs3GcRQNjHzM6GzFBeU1/6IV/npKP5ORtp9zbQjvkDJ47s6BCgaAZnnnu/cY1x342+MvZg==",
|
|
3026
2649
|
"cpu": [
|
|
3027
2650
|
"arm64"
|
|
3028
2651
|
],
|
|
@@ -3036,9 +2659,9 @@
|
|
|
3036
2659
|
}
|
|
3037
2660
|
},
|
|
3038
2661
|
"node_modules/@esbuild/openbsd-x64": {
|
|
3039
|
-
"version": "0.25.
|
|
3040
|
-
"resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.25.
|
|
3041
|
-
"integrity": "sha512-
|
|
2662
|
+
"version": "0.25.1",
|
|
2663
|
+
"resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.25.1.tgz",
|
|
2664
|
+
"integrity": "sha512-T3H78X2h1tszfRSf+txbt5aOp/e7TAz3ptVKu9Oyir3IAOFPGV6O9c2naym5TOriy1l0nNf6a4X5UXRZSGX/dw==",
|
|
3042
2665
|
"cpu": [
|
|
3043
2666
|
"x64"
|
|
3044
2667
|
],
|
|
@@ -3052,9 +2675,9 @@
|
|
|
3052
2675
|
}
|
|
3053
2676
|
},
|
|
3054
2677
|
"node_modules/@esbuild/sunos-x64": {
|
|
3055
|
-
"version": "0.25.
|
|
3056
|
-
"resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.25.
|
|
3057
|
-
"integrity": "sha512-
|
|
2678
|
+
"version": "0.25.1",
|
|
2679
|
+
"resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.25.1.tgz",
|
|
2680
|
+
"integrity": "sha512-2H3RUvcmULO7dIE5EWJH8eubZAI4xw54H1ilJnRNZdeo8dTADEZ21w6J22XBkXqGJbe0+wnNJtw3UXRoLJnFEg==",
|
|
3058
2681
|
"cpu": [
|
|
3059
2682
|
"x64"
|
|
3060
2683
|
],
|
|
@@ -3068,9 +2691,9 @@
|
|
|
3068
2691
|
}
|
|
3069
2692
|
},
|
|
3070
2693
|
"node_modules/@esbuild/win32-arm64": {
|
|
3071
|
-
"version": "0.25.
|
|
3072
|
-
"resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.25.
|
|
3073
|
-
"integrity": "sha512-
|
|
2694
|
+
"version": "0.25.1",
|
|
2695
|
+
"resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.25.1.tgz",
|
|
2696
|
+
"integrity": "sha512-GE7XvrdOzrb+yVKB9KsRMq+7a2U/K5Cf/8grVFRAGJmfADr/e/ODQ134RK2/eeHqYV5eQRFxb1hY7Nr15fv1NQ==",
|
|
3074
2697
|
"cpu": [
|
|
3075
2698
|
"arm64"
|
|
3076
2699
|
],
|
|
@@ -3084,9 +2707,9 @@
|
|
|
3084
2707
|
}
|
|
3085
2708
|
},
|
|
3086
2709
|
"node_modules/@esbuild/win32-ia32": {
|
|
3087
|
-
"version": "0.25.
|
|
3088
|
-
"resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.25.
|
|
3089
|
-
"integrity": "sha512-
|
|
2710
|
+
"version": "0.25.1",
|
|
2711
|
+
"resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.25.1.tgz",
|
|
2712
|
+
"integrity": "sha512-uOxSJCIcavSiT6UnBhBzE8wy3n0hOkJsBOzy7HDAuTDE++1DJMRRVCPGisULScHL+a/ZwdXPpXD3IyFKjA7K8A==",
|
|
3090
2713
|
"cpu": [
|
|
3091
2714
|
"ia32"
|
|
3092
2715
|
],
|
|
@@ -3100,9 +2723,9 @@
|
|
|
3100
2723
|
}
|
|
3101
2724
|
},
|
|
3102
2725
|
"node_modules/@esbuild/win32-x64": {
|
|
3103
|
-
"version": "0.25.
|
|
3104
|
-
"resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.25.
|
|
3105
|
-
"integrity": "sha512-
|
|
2726
|
+
"version": "0.25.1",
|
|
2727
|
+
"resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.25.1.tgz",
|
|
2728
|
+
"integrity": "sha512-Y1EQdcfwMSeQN/ujR5VayLOJ1BHaK+ssyk0AEzPjC+t1lITgsnccPqFjb6V+LsTp/9Iov4ysfjxLaGJ9RPtkVg==",
|
|
3106
2729
|
"cpu": [
|
|
3107
2730
|
"x64"
|
|
3108
2731
|
],
|
|
@@ -4217,9 +3840,9 @@
|
|
|
4217
3840
|
}
|
|
4218
3841
|
},
|
|
4219
3842
|
"node_modules/@ngtools/webpack": {
|
|
4220
|
-
"version": "19.2.
|
|
4221
|
-
"resolved": "https://registry.npmjs.org/@ngtools/webpack/-/webpack-19.2.
|
|
4222
|
-
"integrity": "sha512-
|
|
3843
|
+
"version": "19.2.10",
|
|
3844
|
+
"resolved": "https://registry.npmjs.org/@ngtools/webpack/-/webpack-19.2.10.tgz",
|
|
3845
|
+
"integrity": "sha512-L6X4BbP0zENnOU6++e2sVcMJnsVu2sS3xDeKE2Ybj6gLXdbk4LG1zeYLcrNft5MKEE3mqrygNxlMay7G95cpQA==",
|
|
4223
3846
|
"license": "MIT",
|
|
4224
3847
|
"engines": {
|
|
4225
3848
|
"node": "^18.19.1 || ^20.11.1 || >=22.0.0",
|
|
@@ -4778,22 +4401,10 @@
|
|
|
4778
4401
|
"node": ">=14"
|
|
4779
4402
|
}
|
|
4780
4403
|
},
|
|
4781
|
-
"node_modules/@regulaforensics/face-core-basic": {
|
|
4782
|
-
"version": "7.1.178",
|
|
4783
|
-
"resolved": "https://registry.npmjs.org/@regulaforensics/face-core-basic/-/face-core-basic-7.1.178.tgz",
|
|
4784
|
-
"integrity": "sha512-KfVME7fPy3vOMKM5g/79Yiz6enWvhxL/nw6B9HKkMpE1uKYgXUa3DWgs4m5EMiqH7jmJ3bmxekkDUFwer6j3pw==",
|
|
4785
|
-
"license": "commercial"
|
|
4786
|
-
},
|
|
4787
|
-
"node_modules/@regulaforensics/face-sdk": {
|
|
4788
|
-
"version": "7.1.317",
|
|
4789
|
-
"resolved": "https://registry.npmjs.org/@regulaforensics/face-sdk/-/face-sdk-7.1.317.tgz",
|
|
4790
|
-
"integrity": "sha512-RtZ4vOlVfcisVcD86rEYbnxPyUjVW2cKwG45oUBGE43UJYAuoYdwdUdfOWoQqwNAsk5Aehp/8EsMwc6e775h3Q==",
|
|
4791
|
-
"license": "commercial"
|
|
4792
|
-
},
|
|
4793
4404
|
"node_modules/@rollup/rollup-android-arm-eabi": {
|
|
4794
|
-
"version": "4.
|
|
4795
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.
|
|
4796
|
-
"integrity": "sha512-
|
|
4405
|
+
"version": "4.34.8",
|
|
4406
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.34.8.tgz",
|
|
4407
|
+
"integrity": "sha512-q217OSE8DTp8AFHuNHXo0Y86e1wtlfVrXiAlwkIvGRQv9zbc6mE3sjIVfwI8sYUyNxwOg0j/Vm1RKM04JcWLJw==",
|
|
4797
4408
|
"cpu": [
|
|
4798
4409
|
"arm"
|
|
4799
4410
|
],
|
|
@@ -4801,13 +4412,12 @@
|
|
|
4801
4412
|
"optional": true,
|
|
4802
4413
|
"os": [
|
|
4803
4414
|
"android"
|
|
4804
|
-
]
|
|
4805
|
-
"peer": true
|
|
4415
|
+
]
|
|
4806
4416
|
},
|
|
4807
4417
|
"node_modules/@rollup/rollup-android-arm64": {
|
|
4808
|
-
"version": "4.
|
|
4809
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.
|
|
4810
|
-
"integrity": "sha512-
|
|
4418
|
+
"version": "4.34.8",
|
|
4419
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.34.8.tgz",
|
|
4420
|
+
"integrity": "sha512-Gigjz7mNWaOL9wCggvoK3jEIUUbGul656opstjaUSGC3eT0BM7PofdAJaBfPFWWkXNVAXbaQtC99OCg4sJv70Q==",
|
|
4811
4421
|
"cpu": [
|
|
4812
4422
|
"arm64"
|
|
4813
4423
|
],
|
|
@@ -4815,13 +4425,12 @@
|
|
|
4815
4425
|
"optional": true,
|
|
4816
4426
|
"os": [
|
|
4817
4427
|
"android"
|
|
4818
|
-
]
|
|
4819
|
-
"peer": true
|
|
4428
|
+
]
|
|
4820
4429
|
},
|
|
4821
4430
|
"node_modules/@rollup/rollup-darwin-arm64": {
|
|
4822
|
-
"version": "4.
|
|
4823
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.
|
|
4824
|
-
"integrity": "sha512-
|
|
4431
|
+
"version": "4.34.8",
|
|
4432
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.34.8.tgz",
|
|
4433
|
+
"integrity": "sha512-02rVdZ5tgdUNRxIUrFdcMBZQoaPMrxtwSb+/hOfBdqkatYHR3lZ2A2EGyHq2sGOd0Owk80oV3snlDASC24He3Q==",
|
|
4825
4434
|
"cpu": [
|
|
4826
4435
|
"arm64"
|
|
4827
4436
|
],
|
|
@@ -4829,13 +4438,12 @@
|
|
|
4829
4438
|
"optional": true,
|
|
4830
4439
|
"os": [
|
|
4831
4440
|
"darwin"
|
|
4832
|
-
]
|
|
4833
|
-
"peer": true
|
|
4441
|
+
]
|
|
4834
4442
|
},
|
|
4835
4443
|
"node_modules/@rollup/rollup-darwin-x64": {
|
|
4836
|
-
"version": "4.
|
|
4837
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.
|
|
4838
|
-
"integrity": "sha512-
|
|
4444
|
+
"version": "4.34.8",
|
|
4445
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.34.8.tgz",
|
|
4446
|
+
"integrity": "sha512-qIP/elwR/tq/dYRx3lgwK31jkZvMiD6qUtOycLhTzCvrjbZ3LjQnEM9rNhSGpbLXVJYQ3rq39A6Re0h9tU2ynw==",
|
|
4839
4447
|
"cpu": [
|
|
4840
4448
|
"x64"
|
|
4841
4449
|
],
|
|
@@ -4843,13 +4451,12 @@
|
|
|
4843
4451
|
"optional": true,
|
|
4844
4452
|
"os": [
|
|
4845
4453
|
"darwin"
|
|
4846
|
-
]
|
|
4847
|
-
"peer": true
|
|
4454
|
+
]
|
|
4848
4455
|
},
|
|
4849
4456
|
"node_modules/@rollup/rollup-freebsd-arm64": {
|
|
4850
|
-
"version": "4.
|
|
4851
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-arm64/-/rollup-freebsd-arm64-4.
|
|
4852
|
-
"integrity": "sha512-
|
|
4457
|
+
"version": "4.34.8",
|
|
4458
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-arm64/-/rollup-freebsd-arm64-4.34.8.tgz",
|
|
4459
|
+
"integrity": "sha512-IQNVXL9iY6NniYbTaOKdrlVP3XIqazBgJOVkddzJlqnCpRi/yAeSOa8PLcECFSQochzqApIOE1GHNu3pCz+BDA==",
|
|
4853
4460
|
"cpu": [
|
|
4854
4461
|
"arm64"
|
|
4855
4462
|
],
|
|
@@ -4857,13 +4464,12 @@
|
|
|
4857
4464
|
"optional": true,
|
|
4858
4465
|
"os": [
|
|
4859
4466
|
"freebsd"
|
|
4860
|
-
]
|
|
4861
|
-
"peer": true
|
|
4467
|
+
]
|
|
4862
4468
|
},
|
|
4863
4469
|
"node_modules/@rollup/rollup-freebsd-x64": {
|
|
4864
|
-
"version": "4.
|
|
4865
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-x64/-/rollup-freebsd-x64-4.
|
|
4866
|
-
"integrity": "sha512-
|
|
4470
|
+
"version": "4.34.8",
|
|
4471
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-x64/-/rollup-freebsd-x64-4.34.8.tgz",
|
|
4472
|
+
"integrity": "sha512-TYXcHghgnCqYFiE3FT5QwXtOZqDj5GmaFNTNt3jNC+vh22dc/ukG2cG+pi75QO4kACohZzidsq7yKTKwq/Jq7Q==",
|
|
4867
4473
|
"cpu": [
|
|
4868
4474
|
"x64"
|
|
4869
4475
|
],
|
|
@@ -4871,13 +4477,12 @@
|
|
|
4871
4477
|
"optional": true,
|
|
4872
4478
|
"os": [
|
|
4873
4479
|
"freebsd"
|
|
4874
|
-
]
|
|
4875
|
-
"peer": true
|
|
4480
|
+
]
|
|
4876
4481
|
},
|
|
4877
4482
|
"node_modules/@rollup/rollup-linux-arm-gnueabihf": {
|
|
4878
|
-
"version": "4.
|
|
4879
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.
|
|
4880
|
-
"integrity": "sha512-
|
|
4483
|
+
"version": "4.34.8",
|
|
4484
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.34.8.tgz",
|
|
4485
|
+
"integrity": "sha512-A4iphFGNkWRd+5m3VIGuqHnG3MVnqKe7Al57u9mwgbyZ2/xF9Jio72MaY7xxh+Y87VAHmGQr73qoKL9HPbXj1g==",
|
|
4881
4486
|
"cpu": [
|
|
4882
4487
|
"arm"
|
|
4883
4488
|
],
|
|
@@ -4885,13 +4490,12 @@
|
|
|
4885
4490
|
"optional": true,
|
|
4886
4491
|
"os": [
|
|
4887
4492
|
"linux"
|
|
4888
|
-
]
|
|
4889
|
-
"peer": true
|
|
4493
|
+
]
|
|
4890
4494
|
},
|
|
4891
4495
|
"node_modules/@rollup/rollup-linux-arm-musleabihf": {
|
|
4892
|
-
"version": "4.
|
|
4893
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.
|
|
4894
|
-
"integrity": "sha512-
|
|
4496
|
+
"version": "4.34.8",
|
|
4497
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.34.8.tgz",
|
|
4498
|
+
"integrity": "sha512-S0lqKLfTm5u+QTxlFiAnb2J/2dgQqRy/XvziPtDd1rKZFXHTyYLoVL58M/XFwDI01AQCDIevGLbQrMAtdyanpA==",
|
|
4895
4499
|
"cpu": [
|
|
4896
4500
|
"arm"
|
|
4897
4501
|
],
|
|
@@ -4899,13 +4503,12 @@
|
|
|
4899
4503
|
"optional": true,
|
|
4900
4504
|
"os": [
|
|
4901
4505
|
"linux"
|
|
4902
|
-
]
|
|
4903
|
-
"peer": true
|
|
4506
|
+
]
|
|
4904
4507
|
},
|
|
4905
4508
|
"node_modules/@rollup/rollup-linux-arm64-gnu": {
|
|
4906
|
-
"version": "4.
|
|
4907
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.
|
|
4908
|
-
"integrity": "sha512-
|
|
4509
|
+
"version": "4.34.8",
|
|
4510
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.34.8.tgz",
|
|
4511
|
+
"integrity": "sha512-jpz9YOuPiSkL4G4pqKrus0pn9aYwpImGkosRKwNi+sJSkz+WU3anZe6hi73StLOQdfXYXC7hUfsQlTnjMd3s1A==",
|
|
4909
4512
|
"cpu": [
|
|
4910
4513
|
"arm64"
|
|
4911
4514
|
],
|
|
@@ -4913,13 +4516,12 @@
|
|
|
4913
4516
|
"optional": true,
|
|
4914
4517
|
"os": [
|
|
4915
4518
|
"linux"
|
|
4916
|
-
]
|
|
4917
|
-
"peer": true
|
|
4519
|
+
]
|
|
4918
4520
|
},
|
|
4919
4521
|
"node_modules/@rollup/rollup-linux-arm64-musl": {
|
|
4920
|
-
"version": "4.
|
|
4921
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.
|
|
4922
|
-
"integrity": "sha512-
|
|
4522
|
+
"version": "4.34.8",
|
|
4523
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.34.8.tgz",
|
|
4524
|
+
"integrity": "sha512-KdSfaROOUJXgTVxJNAZ3KwkRc5nggDk+06P6lgi1HLv1hskgvxHUKZ4xtwHkVYJ1Rep4GNo+uEfycCRRxht7+Q==",
|
|
4923
4525
|
"cpu": [
|
|
4924
4526
|
"arm64"
|
|
4925
4527
|
],
|
|
@@ -4927,13 +4529,12 @@
|
|
|
4927
4529
|
"optional": true,
|
|
4928
4530
|
"os": [
|
|
4929
4531
|
"linux"
|
|
4930
|
-
]
|
|
4931
|
-
"peer": true
|
|
4532
|
+
]
|
|
4932
4533
|
},
|
|
4933
4534
|
"node_modules/@rollup/rollup-linux-loongarch64-gnu": {
|
|
4934
|
-
"version": "4.
|
|
4935
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-loongarch64-gnu/-/rollup-linux-loongarch64-gnu-4.
|
|
4936
|
-
"integrity": "sha512-
|
|
4535
|
+
"version": "4.34.8",
|
|
4536
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-loongarch64-gnu/-/rollup-linux-loongarch64-gnu-4.34.8.tgz",
|
|
4537
|
+
"integrity": "sha512-NyF4gcxwkMFRjgXBM6g2lkT58OWztZvw5KkV2K0qqSnUEqCVcqdh2jN4gQrTn/YUpAcNKyFHfoOZEer9nwo6uQ==",
|
|
4937
4538
|
"cpu": [
|
|
4938
4539
|
"loong64"
|
|
4939
4540
|
],
|
|
@@ -4941,13 +4542,12 @@
|
|
|
4941
4542
|
"optional": true,
|
|
4942
4543
|
"os": [
|
|
4943
4544
|
"linux"
|
|
4944
|
-
]
|
|
4945
|
-
"peer": true
|
|
4545
|
+
]
|
|
4946
4546
|
},
|
|
4947
4547
|
"node_modules/@rollup/rollup-linux-powerpc64le-gnu": {
|
|
4948
|
-
"version": "4.
|
|
4949
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-powerpc64le-gnu/-/rollup-linux-powerpc64le-gnu-4.
|
|
4950
|
-
"integrity": "sha512-
|
|
4548
|
+
"version": "4.34.8",
|
|
4549
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-powerpc64le-gnu/-/rollup-linux-powerpc64le-gnu-4.34.8.tgz",
|
|
4550
|
+
"integrity": "sha512-LMJc999GkhGvktHU85zNTDImZVUCJ1z/MbAJTnviiWmmjyckP5aQsHtcujMjpNdMZPT2rQEDBlJfubhs3jsMfw==",
|
|
4951
4551
|
"cpu": [
|
|
4952
4552
|
"ppc64"
|
|
4953
4553
|
],
|
|
@@ -4955,13 +4555,12 @@
|
|
|
4955
4555
|
"optional": true,
|
|
4956
4556
|
"os": [
|
|
4957
4557
|
"linux"
|
|
4958
|
-
]
|
|
4959
|
-
"peer": true
|
|
4558
|
+
]
|
|
4960
4559
|
},
|
|
4961
4560
|
"node_modules/@rollup/rollup-linux-riscv64-gnu": {
|
|
4962
|
-
"version": "4.
|
|
4963
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.
|
|
4964
|
-
"integrity": "sha512-
|
|
4561
|
+
"version": "4.34.8",
|
|
4562
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.34.8.tgz",
|
|
4563
|
+
"integrity": "sha512-xAQCAHPj8nJq1PI3z8CIZzXuXCstquz7cIOL73HHdXiRcKk8Ywwqtx2wrIy23EcTn4aZ2fLJNBB8d0tQENPCmw==",
|
|
4965
4564
|
"cpu": [
|
|
4966
4565
|
"riscv64"
|
|
4967
4566
|
],
|
|
@@ -4969,13 +4568,12 @@
|
|
|
4969
4568
|
"optional": true,
|
|
4970
4569
|
"os": [
|
|
4971
4570
|
"linux"
|
|
4972
|
-
]
|
|
4973
|
-
"peer": true
|
|
4571
|
+
]
|
|
4974
4572
|
},
|
|
4975
4573
|
"node_modules/@rollup/rollup-linux-riscv64-musl": {
|
|
4976
|
-
"version": "4.
|
|
4977
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-musl/-/rollup-linux-riscv64-musl-4.
|
|
4978
|
-
"integrity": "sha512-
|
|
4574
|
+
"version": "4.40.1",
|
|
4575
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-musl/-/rollup-linux-riscv64-musl-4.40.1.tgz",
|
|
4576
|
+
"integrity": "sha512-n/vQ4xRZXKuIpqukkMXZt9RWdl+2zgGNx7Uda8NtmLJ06NL8jiHxUawbwC+hdSq1rrw/9CghCpEONor+l1e2gA==",
|
|
4979
4577
|
"cpu": [
|
|
4980
4578
|
"riscv64"
|
|
4981
4579
|
],
|
|
@@ -4987,9 +4585,9 @@
|
|
|
4987
4585
|
"peer": true
|
|
4988
4586
|
},
|
|
4989
4587
|
"node_modules/@rollup/rollup-linux-s390x-gnu": {
|
|
4990
|
-
"version": "4.
|
|
4991
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.
|
|
4992
|
-
"integrity": "sha512-
|
|
4588
|
+
"version": "4.34.8",
|
|
4589
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.34.8.tgz",
|
|
4590
|
+
"integrity": "sha512-DdePVk1NDEuc3fOe3dPPTb+rjMtuFw89gw6gVWxQFAuEqqSdDKnrwzZHrUYdac7A7dXl9Q2Vflxpme15gUWQFA==",
|
|
4993
4591
|
"cpu": [
|
|
4994
4592
|
"s390x"
|
|
4995
4593
|
],
|
|
@@ -4997,13 +4595,12 @@
|
|
|
4997
4595
|
"optional": true,
|
|
4998
4596
|
"os": [
|
|
4999
4597
|
"linux"
|
|
5000
|
-
]
|
|
5001
|
-
"peer": true
|
|
4598
|
+
]
|
|
5002
4599
|
},
|
|
5003
4600
|
"node_modules/@rollup/rollup-linux-x64-gnu": {
|
|
5004
|
-
"version": "4.
|
|
5005
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.
|
|
5006
|
-
"integrity": "sha512-
|
|
4601
|
+
"version": "4.34.8",
|
|
4602
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.34.8.tgz",
|
|
4603
|
+
"integrity": "sha512-8y7ED8gjxITUltTUEJLQdgpbPh1sUQ0kMTmufRF/Ns5tI9TNMNlhWtmPKKHCU0SilX+3MJkZ0zERYYGIVBYHIA==",
|
|
5007
4604
|
"cpu": [
|
|
5008
4605
|
"x64"
|
|
5009
4606
|
],
|
|
@@ -5011,13 +4608,12 @@
|
|
|
5011
4608
|
"optional": true,
|
|
5012
4609
|
"os": [
|
|
5013
4610
|
"linux"
|
|
5014
|
-
]
|
|
5015
|
-
"peer": true
|
|
4611
|
+
]
|
|
5016
4612
|
},
|
|
5017
4613
|
"node_modules/@rollup/rollup-linux-x64-musl": {
|
|
5018
|
-
"version": "4.
|
|
5019
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.
|
|
5020
|
-
"integrity": "sha512-
|
|
4614
|
+
"version": "4.34.8",
|
|
4615
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.34.8.tgz",
|
|
4616
|
+
"integrity": "sha512-SCXcP0ZpGFIe7Ge+McxY5zKxiEI5ra+GT3QRxL0pMMtxPfpyLAKleZODi1zdRHkz5/BhueUrYtYVgubqe9JBNQ==",
|
|
5021
4617
|
"cpu": [
|
|
5022
4618
|
"x64"
|
|
5023
4619
|
],
|
|
@@ -5025,13 +4621,12 @@
|
|
|
5025
4621
|
"optional": true,
|
|
5026
4622
|
"os": [
|
|
5027
4623
|
"linux"
|
|
5028
|
-
]
|
|
5029
|
-
"peer": true
|
|
4624
|
+
]
|
|
5030
4625
|
},
|
|
5031
4626
|
"node_modules/@rollup/rollup-win32-arm64-msvc": {
|
|
5032
|
-
"version": "4.
|
|
5033
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.
|
|
5034
|
-
"integrity": "sha512-
|
|
4627
|
+
"version": "4.34.8",
|
|
4628
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.34.8.tgz",
|
|
4629
|
+
"integrity": "sha512-YHYsgzZgFJzTRbth4h7Or0m5O74Yda+hLin0irAIobkLQFRQd1qWmnoVfwmKm9TXIZVAD0nZ+GEb2ICicLyCnQ==",
|
|
5035
4630
|
"cpu": [
|
|
5036
4631
|
"arm64"
|
|
5037
4632
|
],
|
|
@@ -5039,13 +4634,12 @@
|
|
|
5039
4634
|
"optional": true,
|
|
5040
4635
|
"os": [
|
|
5041
4636
|
"win32"
|
|
5042
|
-
]
|
|
5043
|
-
"peer": true
|
|
4637
|
+
]
|
|
5044
4638
|
},
|
|
5045
4639
|
"node_modules/@rollup/rollup-win32-ia32-msvc": {
|
|
5046
|
-
"version": "4.
|
|
5047
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.
|
|
5048
|
-
"integrity": "sha512-
|
|
4640
|
+
"version": "4.34.8",
|
|
4641
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.34.8.tgz",
|
|
4642
|
+
"integrity": "sha512-r3NRQrXkHr4uWy5TOjTpTYojR9XmF0j/RYgKCef+Ag46FWUTltm5ziticv8LdNsDMehjJ543x/+TJAek/xBA2w==",
|
|
5049
4643
|
"cpu": [
|
|
5050
4644
|
"ia32"
|
|
5051
4645
|
],
|
|
@@ -5053,13 +4647,12 @@
|
|
|
5053
4647
|
"optional": true,
|
|
5054
4648
|
"os": [
|
|
5055
4649
|
"win32"
|
|
5056
|
-
]
|
|
5057
|
-
"peer": true
|
|
4650
|
+
]
|
|
5058
4651
|
},
|
|
5059
4652
|
"node_modules/@rollup/rollup-win32-x64-msvc": {
|
|
5060
|
-
"version": "4.
|
|
5061
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.
|
|
5062
|
-
"integrity": "sha512-
|
|
4653
|
+
"version": "4.34.8",
|
|
4654
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.34.8.tgz",
|
|
4655
|
+
"integrity": "sha512-U0FaE5O1BCpZSeE6gBl3c5ObhePQSfk9vDRToMmTkbhCOgW4jqvtS5LGyQ76L1fH8sM0keRp4uDTsbjiUyjk0g==",
|
|
5063
4656
|
"cpu": [
|
|
5064
4657
|
"x64"
|
|
5065
4658
|
],
|
|
@@ -5067,8 +4660,7 @@
|
|
|
5067
4660
|
"optional": true,
|
|
5068
4661
|
"os": [
|
|
5069
4662
|
"win32"
|
|
5070
|
-
]
|
|
5071
|
-
"peer": true
|
|
4663
|
+
]
|
|
5072
4664
|
},
|
|
5073
4665
|
"node_modules/@schematics/angular": {
|
|
5074
4666
|
"version": "19.2.10",
|
|
@@ -5208,9 +4800,9 @@
|
|
|
5208
4800
|
}
|
|
5209
4801
|
},
|
|
5210
4802
|
"node_modules/@types/body-parser": {
|
|
5211
|
-
"version": "1.19.
|
|
5212
|
-
"resolved": "https://registry.npmjs.org/@types/body-parser/-/body-parser-1.19.
|
|
5213
|
-
"integrity": "sha512-
|
|
4803
|
+
"version": "1.19.5",
|
|
4804
|
+
"resolved": "https://registry.npmjs.org/@types/body-parser/-/body-parser-1.19.5.tgz",
|
|
4805
|
+
"integrity": "sha512-fB3Zu92ucau0iQ0JMCFQE7b/dv8Ot07NI3KaZIkIUNXq82k4eBAqUaneXfleGY9JWskeS9y+u0nXMyspcuQrCg==",
|
|
5214
4806
|
"license": "MIT",
|
|
5215
4807
|
"dependencies": {
|
|
5216
4808
|
"@types/connect": "*",
|
|
@@ -5272,15 +4864,15 @@
|
|
|
5272
4864
|
}
|
|
5273
4865
|
},
|
|
5274
4866
|
"node_modules/@types/estree": {
|
|
5275
|
-
"version": "1.0.
|
|
5276
|
-
"resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.
|
|
5277
|
-
"integrity": "sha512-
|
|
4867
|
+
"version": "1.0.6",
|
|
4868
|
+
"resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.6.tgz",
|
|
4869
|
+
"integrity": "sha512-AYnb1nQyY49te+VRAVgmzfcgjYS91mY5P0TKUDCLEM+gNnA+3T6rWITXRLYCpahpqSQbN5cE+gHpnPyXjHWxcw==",
|
|
5278
4870
|
"license": "MIT"
|
|
5279
4871
|
},
|
|
5280
4872
|
"node_modules/@types/express": {
|
|
5281
|
-
"version": "4.17.
|
|
5282
|
-
"resolved": "https://registry.npmjs.org/@types/express/-/express-4.17.
|
|
5283
|
-
"integrity": "sha512-
|
|
4873
|
+
"version": "4.17.21",
|
|
4874
|
+
"resolved": "https://registry.npmjs.org/@types/express/-/express-4.17.21.tgz",
|
|
4875
|
+
"integrity": "sha512-ejlPM315qwLpaQlQDTjPdsUFSc6ZsP4AN6AlWnogPjQ7CVi7PYF3YVz+CY3jE2pwYf7E/7HlDAN0rV2GxTG0HQ==",
|
|
5284
4876
|
"license": "MIT",
|
|
5285
4877
|
"dependencies": {
|
|
5286
4878
|
"@types/body-parser": "*",
|
|
@@ -5289,7 +4881,19 @@
|
|
|
5289
4881
|
"@types/serve-static": "*"
|
|
5290
4882
|
}
|
|
5291
4883
|
},
|
|
5292
|
-
"node_modules/@types/express-serve-static-core": {
|
|
4884
|
+
"node_modules/@types/express-serve-static-core": {
|
|
4885
|
+
"version": "5.0.6",
|
|
4886
|
+
"resolved": "https://registry.npmjs.org/@types/express-serve-static-core/-/express-serve-static-core-5.0.6.tgz",
|
|
4887
|
+
"integrity": "sha512-3xhRnjJPkULekpSzgtoNYYcTWgEZkp4myc+Saevii5JPnHNvHMRlBSHDbs7Bh1iPPoVTERHEZXyhyLbMEsExsA==",
|
|
4888
|
+
"license": "MIT",
|
|
4889
|
+
"dependencies": {
|
|
4890
|
+
"@types/node": "*",
|
|
4891
|
+
"@types/qs": "*",
|
|
4892
|
+
"@types/range-parser": "*",
|
|
4893
|
+
"@types/send": "*"
|
|
4894
|
+
}
|
|
4895
|
+
},
|
|
4896
|
+
"node_modules/@types/express/node_modules/@types/express-serve-static-core": {
|
|
5293
4897
|
"version": "4.19.6",
|
|
5294
4898
|
"resolved": "https://registry.npmjs.org/@types/express-serve-static-core/-/express-serve-static-core-4.19.6.tgz",
|
|
5295
4899
|
"integrity": "sha512-N4LZ2xG7DatVqhCZzOGb1Yi5lMbXSZcmdLDe9EzSndPV2HpWYWzRbaerl2n27irrm94EPpprqa8KpskPT085+A==",
|
|
@@ -5302,9 +4906,9 @@
|
|
|
5302
4906
|
}
|
|
5303
4907
|
},
|
|
5304
4908
|
"node_modules/@types/http-errors": {
|
|
5305
|
-
"version": "2.0.
|
|
5306
|
-
"resolved": "https://registry.npmjs.org/@types/http-errors/-/http-errors-2.0.
|
|
5307
|
-
"integrity": "sha512-
|
|
4909
|
+
"version": "2.0.4",
|
|
4910
|
+
"resolved": "https://registry.npmjs.org/@types/http-errors/-/http-errors-2.0.4.tgz",
|
|
4911
|
+
"integrity": "sha512-D0CFMMtydbJAegzOyHjtiKPLlvnm3iTZyZRSZoLq2mRhDdmLfIWOCYPfQJ4cu2erKghU++QvjcUjp/5h7hESpA==",
|
|
5308
4912
|
"license": "MIT"
|
|
5309
4913
|
},
|
|
5310
4914
|
"node_modules/@types/http-proxy": {
|
|
@@ -5347,9 +4951,9 @@
|
|
|
5347
4951
|
}
|
|
5348
4952
|
},
|
|
5349
4953
|
"node_modules/@types/qs": {
|
|
5350
|
-
"version": "6.
|
|
5351
|
-
"resolved": "https://registry.npmjs.org/@types/qs/-/qs-6.
|
|
5352
|
-
"integrity": "sha512-
|
|
4954
|
+
"version": "6.9.18",
|
|
4955
|
+
"resolved": "https://registry.npmjs.org/@types/qs/-/qs-6.9.18.tgz",
|
|
4956
|
+
"integrity": "sha512-kK7dgTYDyGqS+e2Q4aK9X3D7q234CIZ1Bv0q/7Z5IwRDoADNU81xXJK/YVyLbLTZCoIwUoDoffFeF+p/eIklAA==",
|
|
5353
4957
|
"license": "MIT"
|
|
5354
4958
|
},
|
|
5355
4959
|
"node_modules/@types/range-parser": {
|
|
@@ -5365,9 +4969,9 @@
|
|
|
5365
4969
|
"license": "MIT"
|
|
5366
4970
|
},
|
|
5367
4971
|
"node_modules/@types/send": {
|
|
5368
|
-
"version": "0.17.
|
|
5369
|
-
"resolved": "https://registry.npmjs.org/@types/send/-/send-0.17.
|
|
5370
|
-
"integrity": "sha512-
|
|
4972
|
+
"version": "0.17.4",
|
|
4973
|
+
"resolved": "https://registry.npmjs.org/@types/send/-/send-0.17.4.tgz",
|
|
4974
|
+
"integrity": "sha512-x2EM6TJOybec7c52BX0ZspPodMsQUd5L6PRwOunVyVUhXiBSKf3AezDL8Dgvgt5o0UfKNfuA0eMLr2wLT4AiBA==",
|
|
5371
4975
|
"license": "MIT",
|
|
5372
4976
|
"dependencies": {
|
|
5373
4977
|
"@types/mime": "^1",
|
|
@@ -5384,9 +4988,9 @@
|
|
|
5384
4988
|
}
|
|
5385
4989
|
},
|
|
5386
4990
|
"node_modules/@types/serve-static": {
|
|
5387
|
-
"version": "1.15.
|
|
5388
|
-
"resolved": "https://registry.npmjs.org/@types/serve-static/-/serve-static-1.15.
|
|
5389
|
-
"integrity": "sha512-
|
|
4991
|
+
"version": "1.15.7",
|
|
4992
|
+
"resolved": "https://registry.npmjs.org/@types/serve-static/-/serve-static-1.15.7.tgz",
|
|
4993
|
+
"integrity": "sha512-W8Ym+h8nhuRwaKPaDw34QUkwsGi6Rc4yYqvKFo5rm2FUEhCFbzVWrxXUxuKK8TASjWsysJY0nsmNCGhCOIsrOw==",
|
|
5390
4994
|
"license": "MIT",
|
|
5391
4995
|
"dependencies": {
|
|
5392
4996
|
"@types/http-errors": "*",
|
|
@@ -6128,9 +5732,9 @@
|
|
|
6128
5732
|
}
|
|
6129
5733
|
},
|
|
6130
5734
|
"node_modules/brace-expansion": {
|
|
6131
|
-
"version": "2.0.
|
|
6132
|
-
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.
|
|
6133
|
-
"integrity": "sha512-
|
|
5735
|
+
"version": "2.0.1",
|
|
5736
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz",
|
|
5737
|
+
"integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==",
|
|
6134
5738
|
"license": "MIT",
|
|
6135
5739
|
"dependencies": {
|
|
6136
5740
|
"balanced-match": "^1.0.0"
|
|
@@ -6704,16 +6308,16 @@
|
|
|
6704
6308
|
}
|
|
6705
6309
|
},
|
|
6706
6310
|
"node_modules/compression": {
|
|
6707
|
-
"version": "1.8.
|
|
6708
|
-
"resolved": "https://registry.npmjs.org/compression/-/compression-1.8.
|
|
6709
|
-
"integrity": "sha512-
|
|
6311
|
+
"version": "1.8.0",
|
|
6312
|
+
"resolved": "https://registry.npmjs.org/compression/-/compression-1.8.0.tgz",
|
|
6313
|
+
"integrity": "sha512-k6WLKfunuqCYD3t6AsuPGvQWaKwuLLh2/xHNcX4qE+vIfDNXpSqnrhwA7O53R7WVQUnt8dVAIW+YHr7xTgOgGA==",
|
|
6710
6314
|
"license": "MIT",
|
|
6711
6315
|
"dependencies": {
|
|
6712
6316
|
"bytes": "3.1.2",
|
|
6713
6317
|
"compressible": "~2.0.18",
|
|
6714
6318
|
"debug": "2.6.9",
|
|
6715
6319
|
"negotiator": "~0.6.4",
|
|
6716
|
-
"on-headers": "~1.
|
|
6320
|
+
"on-headers": "~1.0.2",
|
|
6717
6321
|
"safe-buffer": "5.2.1",
|
|
6718
6322
|
"vary": "~1.1.2"
|
|
6719
6323
|
},
|
|
@@ -7563,9 +7167,9 @@
|
|
|
7563
7167
|
}
|
|
7564
7168
|
},
|
|
7565
7169
|
"node_modules/esbuild": {
|
|
7566
|
-
"version": "0.25.
|
|
7567
|
-
"resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.25.
|
|
7568
|
-
"integrity": "sha512-
|
|
7170
|
+
"version": "0.25.1",
|
|
7171
|
+
"resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.25.1.tgz",
|
|
7172
|
+
"integrity": "sha512-BGO5LtrGC7vxnqucAe/rmvKdJllfGaYWdyABvyMoXQlfYMb2bbRuReWR5tEGE//4LcNJj9XrkovTqNYRFZHAMQ==",
|
|
7569
7173
|
"hasInstallScript": true,
|
|
7570
7174
|
"license": "MIT",
|
|
7571
7175
|
"bin": {
|
|
@@ -7575,37 +7179,37 @@
|
|
|
7575
7179
|
"node": ">=18"
|
|
7576
7180
|
},
|
|
7577
7181
|
"optionalDependencies": {
|
|
7578
|
-
"@esbuild/aix-ppc64": "0.25.
|
|
7579
|
-
"@esbuild/android-arm": "0.25.
|
|
7580
|
-
"@esbuild/android-arm64": "0.25.
|
|
7581
|
-
"@esbuild/android-x64": "0.25.
|
|
7582
|
-
"@esbuild/darwin-arm64": "0.25.
|
|
7583
|
-
"@esbuild/darwin-x64": "0.25.
|
|
7584
|
-
"@esbuild/freebsd-arm64": "0.25.
|
|
7585
|
-
"@esbuild/freebsd-x64": "0.25.
|
|
7586
|
-
"@esbuild/linux-arm": "0.25.
|
|
7587
|
-
"@esbuild/linux-arm64": "0.25.
|
|
7588
|
-
"@esbuild/linux-ia32": "0.25.
|
|
7589
|
-
"@esbuild/linux-loong64": "0.25.
|
|
7590
|
-
"@esbuild/linux-mips64el": "0.25.
|
|
7591
|
-
"@esbuild/linux-ppc64": "0.25.
|
|
7592
|
-
"@esbuild/linux-riscv64": "0.25.
|
|
7593
|
-
"@esbuild/linux-s390x": "0.25.
|
|
7594
|
-
"@esbuild/linux-x64": "0.25.
|
|
7595
|
-
"@esbuild/netbsd-arm64": "0.25.
|
|
7596
|
-
"@esbuild/netbsd-x64": "0.25.
|
|
7597
|
-
"@esbuild/openbsd-arm64": "0.25.
|
|
7598
|
-
"@esbuild/openbsd-x64": "0.25.
|
|
7599
|
-
"@esbuild/sunos-x64": "0.25.
|
|
7600
|
-
"@esbuild/win32-arm64": "0.25.
|
|
7601
|
-
"@esbuild/win32-ia32": "0.25.
|
|
7602
|
-
"@esbuild/win32-x64": "0.25.
|
|
7182
|
+
"@esbuild/aix-ppc64": "0.25.1",
|
|
7183
|
+
"@esbuild/android-arm": "0.25.1",
|
|
7184
|
+
"@esbuild/android-arm64": "0.25.1",
|
|
7185
|
+
"@esbuild/android-x64": "0.25.1",
|
|
7186
|
+
"@esbuild/darwin-arm64": "0.25.1",
|
|
7187
|
+
"@esbuild/darwin-x64": "0.25.1",
|
|
7188
|
+
"@esbuild/freebsd-arm64": "0.25.1",
|
|
7189
|
+
"@esbuild/freebsd-x64": "0.25.1",
|
|
7190
|
+
"@esbuild/linux-arm": "0.25.1",
|
|
7191
|
+
"@esbuild/linux-arm64": "0.25.1",
|
|
7192
|
+
"@esbuild/linux-ia32": "0.25.1",
|
|
7193
|
+
"@esbuild/linux-loong64": "0.25.1",
|
|
7194
|
+
"@esbuild/linux-mips64el": "0.25.1",
|
|
7195
|
+
"@esbuild/linux-ppc64": "0.25.1",
|
|
7196
|
+
"@esbuild/linux-riscv64": "0.25.1",
|
|
7197
|
+
"@esbuild/linux-s390x": "0.25.1",
|
|
7198
|
+
"@esbuild/linux-x64": "0.25.1",
|
|
7199
|
+
"@esbuild/netbsd-arm64": "0.25.1",
|
|
7200
|
+
"@esbuild/netbsd-x64": "0.25.1",
|
|
7201
|
+
"@esbuild/openbsd-arm64": "0.25.1",
|
|
7202
|
+
"@esbuild/openbsd-x64": "0.25.1",
|
|
7203
|
+
"@esbuild/sunos-x64": "0.25.1",
|
|
7204
|
+
"@esbuild/win32-arm64": "0.25.1",
|
|
7205
|
+
"@esbuild/win32-ia32": "0.25.1",
|
|
7206
|
+
"@esbuild/win32-x64": "0.25.1"
|
|
7603
7207
|
}
|
|
7604
7208
|
},
|
|
7605
7209
|
"node_modules/esbuild-wasm": {
|
|
7606
|
-
"version": "0.25.
|
|
7607
|
-
"resolved": "https://registry.npmjs.org/esbuild-wasm/-/esbuild-wasm-0.25.
|
|
7608
|
-
"integrity": "sha512-
|
|
7210
|
+
"version": "0.25.1",
|
|
7211
|
+
"resolved": "https://registry.npmjs.org/esbuild-wasm/-/esbuild-wasm-0.25.1.tgz",
|
|
7212
|
+
"integrity": "sha512-dZxPeDHcDIQ6ilml/NzYxnPbNkoVsHSFH3JGLSobttc5qYYgExMo8lh2XcB+w+AfiqykVDGK5PWanGB0gWaAWw==",
|
|
7609
7213
|
"license": "MIT",
|
|
7610
7214
|
"bin": {
|
|
7611
7215
|
"esbuild": "bin/esbuild"
|
|
@@ -8418,9 +8022,9 @@
|
|
|
8418
8022
|
}
|
|
8419
8023
|
},
|
|
8420
8024
|
"node_modules/htmlparser2/node_modules/entities": {
|
|
8421
|
-
"version": "6.0.
|
|
8422
|
-
"resolved": "https://registry.npmjs.org/entities/-/entities-6.0.
|
|
8423
|
-
"integrity": "sha512-
|
|
8025
|
+
"version": "6.0.0",
|
|
8026
|
+
"resolved": "https://registry.npmjs.org/entities/-/entities-6.0.0.tgz",
|
|
8027
|
+
"integrity": "sha512-aKstq2TDOndCn4diEyp9Uq/Flu2i1GlLkc6XIDQSDMuaFE3OPW5OphLCyQ5SpSJZTb4reN+kTcYru5yIfXoRPw==",
|
|
8424
8028
|
"license": "BSD-2-Clause",
|
|
8425
8029
|
"engines": {
|
|
8426
8030
|
"node": ">=0.12"
|
|
@@ -9589,9 +9193,9 @@
|
|
|
9589
9193
|
}
|
|
9590
9194
|
},
|
|
9591
9195
|
"node_modules/memfs": {
|
|
9592
|
-
"version": "4.17.
|
|
9593
|
-
"resolved": "https://registry.npmjs.org/memfs/-/memfs-4.17.
|
|
9594
|
-
"integrity": "sha512-
|
|
9196
|
+
"version": "4.17.1",
|
|
9197
|
+
"resolved": "https://registry.npmjs.org/memfs/-/memfs-4.17.1.tgz",
|
|
9198
|
+
"integrity": "sha512-thuTRd7F4m4dReCIy7vv4eNYnU6XI/tHMLSMMHLiortw/Y0QxqKtinG523U2aerzwYWGi606oBP4oMPy4+edag==",
|
|
9595
9199
|
"license": "Apache-2.0",
|
|
9596
9200
|
"dependencies": {
|
|
9597
9201
|
"@jsonjoy.com/json-pack": "^1.0.3",
|
|
@@ -9928,9 +9532,9 @@
|
|
|
9928
9532
|
"license": "MIT"
|
|
9929
9533
|
},
|
|
9930
9534
|
"node_modules/msgpackr": {
|
|
9931
|
-
"version": "1.11.
|
|
9932
|
-
"resolved": "https://registry.npmjs.org/msgpackr/-/msgpackr-1.11.
|
|
9933
|
-
"integrity": "sha512-
|
|
9535
|
+
"version": "1.11.2",
|
|
9536
|
+
"resolved": "https://registry.npmjs.org/msgpackr/-/msgpackr-1.11.2.tgz",
|
|
9537
|
+
"integrity": "sha512-F9UngXRlPyWCDEASDpTf6c9uNhGPTqnTeLVt7bN+bU1eajoR/8V9ys2BRaV5C/e5ihE6sJ9uPIKaYt6bFuO32g==",
|
|
9934
9538
|
"license": "MIT",
|
|
9935
9539
|
"optional": true,
|
|
9936
9540
|
"optionalDependencies": {
|
|
@@ -10376,9 +9980,9 @@
|
|
|
10376
9980
|
}
|
|
10377
9981
|
},
|
|
10378
9982
|
"node_modules/on-headers": {
|
|
10379
|
-
"version": "1.
|
|
10380
|
-
"resolved": "https://registry.npmjs.org/on-headers/-/on-headers-1.
|
|
10381
|
-
"integrity": "sha512-
|
|
9983
|
+
"version": "1.0.2",
|
|
9984
|
+
"resolved": "https://registry.npmjs.org/on-headers/-/on-headers-1.0.2.tgz",
|
|
9985
|
+
"integrity": "sha512-pZAE+FJLoyITytdqK0U5s+FIpjN0JP3OzFi/u8Rx+EV5/W+JTWGXG8xFzevE7AjBfDqHv/8vL8qQsIhHnqRkrA==",
|
|
10382
9986
|
"license": "MIT",
|
|
10383
9987
|
"engines": {
|
|
10384
9988
|
"node": ">= 0.8"
|
|
@@ -11490,13 +11094,12 @@
|
|
|
11490
11094
|
"license": "MIT"
|
|
11491
11095
|
},
|
|
11492
11096
|
"node_modules/rollup": {
|
|
11493
|
-
"version": "4.
|
|
11494
|
-
"resolved": "https://registry.npmjs.org/rollup/-/rollup-4.
|
|
11495
|
-
"integrity": "sha512-
|
|
11097
|
+
"version": "4.34.8",
|
|
11098
|
+
"resolved": "https://registry.npmjs.org/rollup/-/rollup-4.34.8.tgz",
|
|
11099
|
+
"integrity": "sha512-489gTVMzAYdiZHFVA/ig/iYFllCcWFHMvUHI1rpFmkoUtRlQxqh6/yiNqnYibjMZ2b/+FUQwldG+aLsEt6bglQ==",
|
|
11496
11100
|
"license": "MIT",
|
|
11497
|
-
"peer": true,
|
|
11498
11101
|
"dependencies": {
|
|
11499
|
-
"@types/estree": "1.0.
|
|
11102
|
+
"@types/estree": "1.0.6"
|
|
11500
11103
|
},
|
|
11501
11104
|
"bin": {
|
|
11502
11105
|
"rollup": "dist/bin/rollup"
|
|
@@ -11506,26 +11109,25 @@
|
|
|
11506
11109
|
"npm": ">=8.0.0"
|
|
11507
11110
|
},
|
|
11508
11111
|
"optionalDependencies": {
|
|
11509
|
-
"@rollup/rollup-android-arm-eabi": "4.
|
|
11510
|
-
"@rollup/rollup-android-arm64": "4.
|
|
11511
|
-
"@rollup/rollup-darwin-arm64": "4.
|
|
11512
|
-
"@rollup/rollup-darwin-x64": "4.
|
|
11513
|
-
"@rollup/rollup-freebsd-arm64": "4.
|
|
11514
|
-
"@rollup/rollup-freebsd-x64": "4.
|
|
11515
|
-
"@rollup/rollup-linux-arm-gnueabihf": "4.
|
|
11516
|
-
"@rollup/rollup-linux-arm-musleabihf": "4.
|
|
11517
|
-
"@rollup/rollup-linux-arm64-gnu": "4.
|
|
11518
|
-
"@rollup/rollup-linux-arm64-musl": "4.
|
|
11519
|
-
"@rollup/rollup-linux-loongarch64-gnu": "4.
|
|
11520
|
-
"@rollup/rollup-linux-powerpc64le-gnu": "4.
|
|
11521
|
-
"@rollup/rollup-linux-riscv64-gnu": "4.
|
|
11522
|
-
"@rollup/rollup-linux-
|
|
11523
|
-
"@rollup/rollup-linux-
|
|
11524
|
-
"@rollup/rollup-linux-x64-
|
|
11525
|
-
"@rollup/rollup-
|
|
11526
|
-
"@rollup/rollup-win32-
|
|
11527
|
-
"@rollup/rollup-win32-
|
|
11528
|
-
"@rollup/rollup-win32-x64-msvc": "4.43.0",
|
|
11112
|
+
"@rollup/rollup-android-arm-eabi": "4.34.8",
|
|
11113
|
+
"@rollup/rollup-android-arm64": "4.34.8",
|
|
11114
|
+
"@rollup/rollup-darwin-arm64": "4.34.8",
|
|
11115
|
+
"@rollup/rollup-darwin-x64": "4.34.8",
|
|
11116
|
+
"@rollup/rollup-freebsd-arm64": "4.34.8",
|
|
11117
|
+
"@rollup/rollup-freebsd-x64": "4.34.8",
|
|
11118
|
+
"@rollup/rollup-linux-arm-gnueabihf": "4.34.8",
|
|
11119
|
+
"@rollup/rollup-linux-arm-musleabihf": "4.34.8",
|
|
11120
|
+
"@rollup/rollup-linux-arm64-gnu": "4.34.8",
|
|
11121
|
+
"@rollup/rollup-linux-arm64-musl": "4.34.8",
|
|
11122
|
+
"@rollup/rollup-linux-loongarch64-gnu": "4.34.8",
|
|
11123
|
+
"@rollup/rollup-linux-powerpc64le-gnu": "4.34.8",
|
|
11124
|
+
"@rollup/rollup-linux-riscv64-gnu": "4.34.8",
|
|
11125
|
+
"@rollup/rollup-linux-s390x-gnu": "4.34.8",
|
|
11126
|
+
"@rollup/rollup-linux-x64-gnu": "4.34.8",
|
|
11127
|
+
"@rollup/rollup-linux-x64-musl": "4.34.8",
|
|
11128
|
+
"@rollup/rollup-win32-arm64-msvc": "4.34.8",
|
|
11129
|
+
"@rollup/rollup-win32-ia32-msvc": "4.34.8",
|
|
11130
|
+
"@rollup/rollup-win32-x64-msvc": "4.34.8",
|
|
11529
11131
|
"fsevents": "~2.3.2"
|
|
11530
11132
|
}
|
|
11531
11133
|
},
|
|
@@ -11923,9 +11525,9 @@
|
|
|
11923
11525
|
}
|
|
11924
11526
|
},
|
|
11925
11527
|
"node_modules/shell-quote": {
|
|
11926
|
-
"version": "1.8.
|
|
11927
|
-
"resolved": "https://registry.npmjs.org/shell-quote/-/shell-quote-1.8.
|
|
11928
|
-
"integrity": "sha512-
|
|
11528
|
+
"version": "1.8.2",
|
|
11529
|
+
"resolved": "https://registry.npmjs.org/shell-quote/-/shell-quote-1.8.2.tgz",
|
|
11530
|
+
"integrity": "sha512-AzqKpGKjrj7EM6rKVQEPpB288oCfnrEIuyoT9cyF4nmGa7V8Zk6f7RRqYisX8X9m+Q7bd632aZW4ky7EhbQztA==",
|
|
11929
11531
|
"license": "MIT",
|
|
11930
11532
|
"engines": {
|
|
11931
11533
|
"node": ">= 0.4"
|
|
@@ -11952,9 +11554,9 @@
|
|
|
11952
11554
|
}
|
|
11953
11555
|
},
|
|
11954
11556
|
"node_modules/shelljs/node_modules/brace-expansion": {
|
|
11955
|
-
"version": "1.1.
|
|
11956
|
-
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.
|
|
11957
|
-
"integrity": "sha512-
|
|
11557
|
+
"version": "1.1.11",
|
|
11558
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
|
|
11559
|
+
"integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
|
|
11958
11560
|
"license": "MIT",
|
|
11959
11561
|
"dependencies": {
|
|
11960
11562
|
"balanced-match": "^1.0.0",
|
|
@@ -12764,9 +12366,9 @@
|
|
|
12764
12366
|
}
|
|
12765
12367
|
},
|
|
12766
12368
|
"node_modules/tree-dump": {
|
|
12767
|
-
"version": "1.0.
|
|
12768
|
-
"resolved": "https://registry.npmjs.org/tree-dump/-/tree-dump-1.0.
|
|
12769
|
-
"integrity": "sha512-
|
|
12369
|
+
"version": "1.0.2",
|
|
12370
|
+
"resolved": "https://registry.npmjs.org/tree-dump/-/tree-dump-1.0.2.tgz",
|
|
12371
|
+
"integrity": "sha512-dpev9ABuLWdEubk+cIaI9cHwRNNDjkBBLXTwI4UCUFdQ5xXKqNXoK4FEciw/vxf+NQ7Cb7sGUyeUtORvHIdRXQ==",
|
|
12770
12372
|
"license": "Apache-2.0",
|
|
12771
12373
|
"engines": {
|
|
12772
12374
|
"node": ">=10.0"
|
|
@@ -13128,10 +12730,283 @@
|
|
|
13128
12730
|
}
|
|
13129
12731
|
}
|
|
13130
12732
|
},
|
|
12733
|
+
"node_modules/vite/node_modules/@rollup/rollup-android-arm-eabi": {
|
|
12734
|
+
"version": "4.40.1",
|
|
12735
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.40.1.tgz",
|
|
12736
|
+
"integrity": "sha512-kxz0YeeCrRUHz3zyqvd7n+TVRlNyTifBsmnmNPtk3hQURUyG9eAB+usz6DAwagMusjx/zb3AjvDUvhFGDAexGw==",
|
|
12737
|
+
"cpu": [
|
|
12738
|
+
"arm"
|
|
12739
|
+
],
|
|
12740
|
+
"license": "MIT",
|
|
12741
|
+
"optional": true,
|
|
12742
|
+
"os": [
|
|
12743
|
+
"android"
|
|
12744
|
+
],
|
|
12745
|
+
"peer": true
|
|
12746
|
+
},
|
|
12747
|
+
"node_modules/vite/node_modules/@rollup/rollup-android-arm64": {
|
|
12748
|
+
"version": "4.40.1",
|
|
12749
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.40.1.tgz",
|
|
12750
|
+
"integrity": "sha512-PPkxTOisoNC6TpnDKatjKkjRMsdaWIhyuMkA4UsBXT9WEZY4uHezBTjs6Vl4PbqQQeu6oION1w2voYZv9yquCw==",
|
|
12751
|
+
"cpu": [
|
|
12752
|
+
"arm64"
|
|
12753
|
+
],
|
|
12754
|
+
"license": "MIT",
|
|
12755
|
+
"optional": true,
|
|
12756
|
+
"os": [
|
|
12757
|
+
"android"
|
|
12758
|
+
],
|
|
12759
|
+
"peer": true
|
|
12760
|
+
},
|
|
12761
|
+
"node_modules/vite/node_modules/@rollup/rollup-darwin-arm64": {
|
|
12762
|
+
"version": "4.40.1",
|
|
12763
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.40.1.tgz",
|
|
12764
|
+
"integrity": "sha512-VWXGISWFY18v/0JyNUy4A46KCFCb9NVsH+1100XP31lud+TzlezBbz24CYzbnA4x6w4hx+NYCXDfnvDVO6lcAA==",
|
|
12765
|
+
"cpu": [
|
|
12766
|
+
"arm64"
|
|
12767
|
+
],
|
|
12768
|
+
"license": "MIT",
|
|
12769
|
+
"optional": true,
|
|
12770
|
+
"os": [
|
|
12771
|
+
"darwin"
|
|
12772
|
+
],
|
|
12773
|
+
"peer": true
|
|
12774
|
+
},
|
|
12775
|
+
"node_modules/vite/node_modules/@rollup/rollup-darwin-x64": {
|
|
12776
|
+
"version": "4.40.1",
|
|
12777
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.40.1.tgz",
|
|
12778
|
+
"integrity": "sha512-nIwkXafAI1/QCS7pxSpv/ZtFW6TXcNUEHAIA9EIyw5OzxJZQ1YDrX+CL6JAIQgZ33CInl1R6mHet9Y/UZTg2Bw==",
|
|
12779
|
+
"cpu": [
|
|
12780
|
+
"x64"
|
|
12781
|
+
],
|
|
12782
|
+
"license": "MIT",
|
|
12783
|
+
"optional": true,
|
|
12784
|
+
"os": [
|
|
12785
|
+
"darwin"
|
|
12786
|
+
],
|
|
12787
|
+
"peer": true
|
|
12788
|
+
},
|
|
12789
|
+
"node_modules/vite/node_modules/@rollup/rollup-freebsd-arm64": {
|
|
12790
|
+
"version": "4.40.1",
|
|
12791
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-arm64/-/rollup-freebsd-arm64-4.40.1.tgz",
|
|
12792
|
+
"integrity": "sha512-BdrLJ2mHTrIYdaS2I99mriyJfGGenSaP+UwGi1kB9BLOCu9SR8ZpbkmmalKIALnRw24kM7qCN0IOm6L0S44iWw==",
|
|
12793
|
+
"cpu": [
|
|
12794
|
+
"arm64"
|
|
12795
|
+
],
|
|
12796
|
+
"license": "MIT",
|
|
12797
|
+
"optional": true,
|
|
12798
|
+
"os": [
|
|
12799
|
+
"freebsd"
|
|
12800
|
+
],
|
|
12801
|
+
"peer": true
|
|
12802
|
+
},
|
|
12803
|
+
"node_modules/vite/node_modules/@rollup/rollup-freebsd-x64": {
|
|
12804
|
+
"version": "4.40.1",
|
|
12805
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-x64/-/rollup-freebsd-x64-4.40.1.tgz",
|
|
12806
|
+
"integrity": "sha512-VXeo/puqvCG8JBPNZXZf5Dqq7BzElNJzHRRw3vjBE27WujdzuOPecDPc/+1DcdcTptNBep3861jNq0mYkT8Z6Q==",
|
|
12807
|
+
"cpu": [
|
|
12808
|
+
"x64"
|
|
12809
|
+
],
|
|
12810
|
+
"license": "MIT",
|
|
12811
|
+
"optional": true,
|
|
12812
|
+
"os": [
|
|
12813
|
+
"freebsd"
|
|
12814
|
+
],
|
|
12815
|
+
"peer": true
|
|
12816
|
+
},
|
|
12817
|
+
"node_modules/vite/node_modules/@rollup/rollup-linux-arm-gnueabihf": {
|
|
12818
|
+
"version": "4.40.1",
|
|
12819
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.40.1.tgz",
|
|
12820
|
+
"integrity": "sha512-ehSKrewwsESPt1TgSE/na9nIhWCosfGSFqv7vwEtjyAqZcvbGIg4JAcV7ZEh2tfj/IlfBeZjgOXm35iOOjadcg==",
|
|
12821
|
+
"cpu": [
|
|
12822
|
+
"arm"
|
|
12823
|
+
],
|
|
12824
|
+
"license": "MIT",
|
|
12825
|
+
"optional": true,
|
|
12826
|
+
"os": [
|
|
12827
|
+
"linux"
|
|
12828
|
+
],
|
|
12829
|
+
"peer": true
|
|
12830
|
+
},
|
|
12831
|
+
"node_modules/vite/node_modules/@rollup/rollup-linux-arm-musleabihf": {
|
|
12832
|
+
"version": "4.40.1",
|
|
12833
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.40.1.tgz",
|
|
12834
|
+
"integrity": "sha512-m39iO/aaurh5FVIu/F4/Zsl8xppd76S4qoID8E+dSRQvTyZTOI2gVk3T4oqzfq1PtcvOfAVlwLMK3KRQMaR8lg==",
|
|
12835
|
+
"cpu": [
|
|
12836
|
+
"arm"
|
|
12837
|
+
],
|
|
12838
|
+
"license": "MIT",
|
|
12839
|
+
"optional": true,
|
|
12840
|
+
"os": [
|
|
12841
|
+
"linux"
|
|
12842
|
+
],
|
|
12843
|
+
"peer": true
|
|
12844
|
+
},
|
|
12845
|
+
"node_modules/vite/node_modules/@rollup/rollup-linux-arm64-gnu": {
|
|
12846
|
+
"version": "4.40.1",
|
|
12847
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.40.1.tgz",
|
|
12848
|
+
"integrity": "sha512-Y+GHnGaku4aVLSgrT0uWe2o2Rq8te9hi+MwqGF9r9ORgXhmHK5Q71N757u0F8yU1OIwUIFy6YiJtKjtyktk5hg==",
|
|
12849
|
+
"cpu": [
|
|
12850
|
+
"arm64"
|
|
12851
|
+
],
|
|
12852
|
+
"license": "MIT",
|
|
12853
|
+
"optional": true,
|
|
12854
|
+
"os": [
|
|
12855
|
+
"linux"
|
|
12856
|
+
],
|
|
12857
|
+
"peer": true
|
|
12858
|
+
},
|
|
12859
|
+
"node_modules/vite/node_modules/@rollup/rollup-linux-arm64-musl": {
|
|
12860
|
+
"version": "4.40.1",
|
|
12861
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.40.1.tgz",
|
|
12862
|
+
"integrity": "sha512-jEwjn3jCA+tQGswK3aEWcD09/7M5wGwc6+flhva7dsQNRZZTe30vkalgIzV4tjkopsTS9Jd7Y1Bsj6a4lzz8gQ==",
|
|
12863
|
+
"cpu": [
|
|
12864
|
+
"arm64"
|
|
12865
|
+
],
|
|
12866
|
+
"license": "MIT",
|
|
12867
|
+
"optional": true,
|
|
12868
|
+
"os": [
|
|
12869
|
+
"linux"
|
|
12870
|
+
],
|
|
12871
|
+
"peer": true
|
|
12872
|
+
},
|
|
12873
|
+
"node_modules/vite/node_modules/@rollup/rollup-linux-loongarch64-gnu": {
|
|
12874
|
+
"version": "4.40.1",
|
|
12875
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-loongarch64-gnu/-/rollup-linux-loongarch64-gnu-4.40.1.tgz",
|
|
12876
|
+
"integrity": "sha512-ySyWikVhNzv+BV/IDCsrraOAZ3UaC8SZB67FZlqVwXwnFhPihOso9rPOxzZbjp81suB1O2Topw+6Ug3JNegejQ==",
|
|
12877
|
+
"cpu": [
|
|
12878
|
+
"loong64"
|
|
12879
|
+
],
|
|
12880
|
+
"license": "MIT",
|
|
12881
|
+
"optional": true,
|
|
12882
|
+
"os": [
|
|
12883
|
+
"linux"
|
|
12884
|
+
],
|
|
12885
|
+
"peer": true
|
|
12886
|
+
},
|
|
12887
|
+
"node_modules/vite/node_modules/@rollup/rollup-linux-powerpc64le-gnu": {
|
|
12888
|
+
"version": "4.40.1",
|
|
12889
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-powerpc64le-gnu/-/rollup-linux-powerpc64le-gnu-4.40.1.tgz",
|
|
12890
|
+
"integrity": "sha512-BvvA64QxZlh7WZWqDPPdt0GH4bznuL6uOO1pmgPnnv86rpUpc8ZxgZwcEgXvo02GRIZX1hQ0j0pAnhwkhwPqWg==",
|
|
12891
|
+
"cpu": [
|
|
12892
|
+
"ppc64"
|
|
12893
|
+
],
|
|
12894
|
+
"license": "MIT",
|
|
12895
|
+
"optional": true,
|
|
12896
|
+
"os": [
|
|
12897
|
+
"linux"
|
|
12898
|
+
],
|
|
12899
|
+
"peer": true
|
|
12900
|
+
},
|
|
12901
|
+
"node_modules/vite/node_modules/@rollup/rollup-linux-riscv64-gnu": {
|
|
12902
|
+
"version": "4.40.1",
|
|
12903
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.40.1.tgz",
|
|
12904
|
+
"integrity": "sha512-EQSP+8+1VuSulm9RKSMKitTav89fKbHymTf25n5+Yr6gAPZxYWpj3DzAsQqoaHAk9YX2lwEyAf9S4W8F4l3VBQ==",
|
|
12905
|
+
"cpu": [
|
|
12906
|
+
"riscv64"
|
|
12907
|
+
],
|
|
12908
|
+
"license": "MIT",
|
|
12909
|
+
"optional": true,
|
|
12910
|
+
"os": [
|
|
12911
|
+
"linux"
|
|
12912
|
+
],
|
|
12913
|
+
"peer": true
|
|
12914
|
+
},
|
|
12915
|
+
"node_modules/vite/node_modules/@rollup/rollup-linux-s390x-gnu": {
|
|
12916
|
+
"version": "4.40.1",
|
|
12917
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.40.1.tgz",
|
|
12918
|
+
"integrity": "sha512-h8d28xzYb98fMQKUz0w2fMc1XuGzLLjdyxVIbhbil4ELfk5/orZlSTpF/xdI9C8K0I8lCkq+1En2RJsawZekkg==",
|
|
12919
|
+
"cpu": [
|
|
12920
|
+
"s390x"
|
|
12921
|
+
],
|
|
12922
|
+
"license": "MIT",
|
|
12923
|
+
"optional": true,
|
|
12924
|
+
"os": [
|
|
12925
|
+
"linux"
|
|
12926
|
+
],
|
|
12927
|
+
"peer": true
|
|
12928
|
+
},
|
|
12929
|
+
"node_modules/vite/node_modules/@rollup/rollup-linux-x64-gnu": {
|
|
12930
|
+
"version": "4.40.1",
|
|
12931
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.40.1.tgz",
|
|
12932
|
+
"integrity": "sha512-XiK5z70PEFEFqcNj3/zRSz/qX4bp4QIraTy9QjwJAb/Z8GM7kVUsD0Uk8maIPeTyPCP03ChdI+VVmJriKYbRHQ==",
|
|
12933
|
+
"cpu": [
|
|
12934
|
+
"x64"
|
|
12935
|
+
],
|
|
12936
|
+
"license": "MIT",
|
|
12937
|
+
"optional": true,
|
|
12938
|
+
"os": [
|
|
12939
|
+
"linux"
|
|
12940
|
+
],
|
|
12941
|
+
"peer": true
|
|
12942
|
+
},
|
|
12943
|
+
"node_modules/vite/node_modules/@rollup/rollup-linux-x64-musl": {
|
|
12944
|
+
"version": "4.40.1",
|
|
12945
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.40.1.tgz",
|
|
12946
|
+
"integrity": "sha512-2BRORitq5rQ4Da9blVovzNCMaUlyKrzMSvkVR0D4qPuOy/+pMCrh1d7o01RATwVy+6Fa1WBw+da7QPeLWU/1mQ==",
|
|
12947
|
+
"cpu": [
|
|
12948
|
+
"x64"
|
|
12949
|
+
],
|
|
12950
|
+
"license": "MIT",
|
|
12951
|
+
"optional": true,
|
|
12952
|
+
"os": [
|
|
12953
|
+
"linux"
|
|
12954
|
+
],
|
|
12955
|
+
"peer": true
|
|
12956
|
+
},
|
|
12957
|
+
"node_modules/vite/node_modules/@rollup/rollup-win32-arm64-msvc": {
|
|
12958
|
+
"version": "4.40.1",
|
|
12959
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.40.1.tgz",
|
|
12960
|
+
"integrity": "sha512-b2bcNm9Kbde03H+q+Jjw9tSfhYkzrDUf2d5MAd1bOJuVplXvFhWz7tRtWvD8/ORZi7qSCy0idW6tf2HgxSXQSg==",
|
|
12961
|
+
"cpu": [
|
|
12962
|
+
"arm64"
|
|
12963
|
+
],
|
|
12964
|
+
"license": "MIT",
|
|
12965
|
+
"optional": true,
|
|
12966
|
+
"os": [
|
|
12967
|
+
"win32"
|
|
12968
|
+
],
|
|
12969
|
+
"peer": true
|
|
12970
|
+
},
|
|
12971
|
+
"node_modules/vite/node_modules/@rollup/rollup-win32-ia32-msvc": {
|
|
12972
|
+
"version": "4.40.1",
|
|
12973
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.40.1.tgz",
|
|
12974
|
+
"integrity": "sha512-DfcogW8N7Zg7llVEfpqWMZcaErKfsj9VvmfSyRjCyo4BI3wPEfrzTtJkZG6gKP/Z92wFm6rz2aDO7/JfiR/whA==",
|
|
12975
|
+
"cpu": [
|
|
12976
|
+
"ia32"
|
|
12977
|
+
],
|
|
12978
|
+
"license": "MIT",
|
|
12979
|
+
"optional": true,
|
|
12980
|
+
"os": [
|
|
12981
|
+
"win32"
|
|
12982
|
+
],
|
|
12983
|
+
"peer": true
|
|
12984
|
+
},
|
|
12985
|
+
"node_modules/vite/node_modules/@rollup/rollup-win32-x64-msvc": {
|
|
12986
|
+
"version": "4.40.1",
|
|
12987
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.40.1.tgz",
|
|
12988
|
+
"integrity": "sha512-ECyOuDeH3C1I8jH2MK1RtBJW+YPMvSfT0a5NN0nHfQYnDSJ6tUiZH3gzwVP5/Kfh/+Tt7tpWVF9LXNTnhTJ3kA==",
|
|
12989
|
+
"cpu": [
|
|
12990
|
+
"x64"
|
|
12991
|
+
],
|
|
12992
|
+
"license": "MIT",
|
|
12993
|
+
"optional": true,
|
|
12994
|
+
"os": [
|
|
12995
|
+
"win32"
|
|
12996
|
+
],
|
|
12997
|
+
"peer": true
|
|
12998
|
+
},
|
|
12999
|
+
"node_modules/vite/node_modules/@types/estree": {
|
|
13000
|
+
"version": "1.0.7",
|
|
13001
|
+
"resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.7.tgz",
|
|
13002
|
+
"integrity": "sha512-w28IoSUCJpidD/TGviZwwMJckNESJZXFu7NBZ5YJ4mEUnNraUn9Pm8HSZm/jDF1pDWYKspWE7oVphigUPRakIQ==",
|
|
13003
|
+
"license": "MIT",
|
|
13004
|
+
"peer": true
|
|
13005
|
+
},
|
|
13131
13006
|
"node_modules/vite/node_modules/postcss": {
|
|
13132
|
-
"version": "8.5.
|
|
13133
|
-
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.
|
|
13134
|
-
"integrity": "sha512-
|
|
13007
|
+
"version": "8.5.3",
|
|
13008
|
+
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.3.tgz",
|
|
13009
|
+
"integrity": "sha512-dle9A3yYxlBSrt8Fu+IpjGT8SY8hN0mlaA6GY8t0P5PjIOZemULz/E2Bnm/2dcUOena75OTNkHI76uZBNUUq3A==",
|
|
13135
13010
|
"funding": [
|
|
13136
13011
|
{
|
|
13137
13012
|
"type": "opencollective",
|
|
@@ -13149,7 +13024,7 @@
|
|
|
13149
13024
|
"license": "MIT",
|
|
13150
13025
|
"peer": true,
|
|
13151
13026
|
"dependencies": {
|
|
13152
|
-
"nanoid": "^3.3.
|
|
13027
|
+
"nanoid": "^3.3.8",
|
|
13153
13028
|
"picocolors": "^1.1.1",
|
|
13154
13029
|
"source-map-js": "^1.2.1"
|
|
13155
13030
|
},
|
|
@@ -13157,6 +13032,46 @@
|
|
|
13157
13032
|
"node": "^10 || ^12 || >=14"
|
|
13158
13033
|
}
|
|
13159
13034
|
},
|
|
13035
|
+
"node_modules/vite/node_modules/rollup": {
|
|
13036
|
+
"version": "4.40.1",
|
|
13037
|
+
"resolved": "https://registry.npmjs.org/rollup/-/rollup-4.40.1.tgz",
|
|
13038
|
+
"integrity": "sha512-C5VvvgCCyfyotVITIAv+4efVytl5F7wt+/I2i9q9GZcEXW9BP52YYOXC58igUi+LFZVHukErIIqQSWwv/M3WRw==",
|
|
13039
|
+
"license": "MIT",
|
|
13040
|
+
"peer": true,
|
|
13041
|
+
"dependencies": {
|
|
13042
|
+
"@types/estree": "1.0.7"
|
|
13043
|
+
},
|
|
13044
|
+
"bin": {
|
|
13045
|
+
"rollup": "dist/bin/rollup"
|
|
13046
|
+
},
|
|
13047
|
+
"engines": {
|
|
13048
|
+
"node": ">=18.0.0",
|
|
13049
|
+
"npm": ">=8.0.0"
|
|
13050
|
+
},
|
|
13051
|
+
"optionalDependencies": {
|
|
13052
|
+
"@rollup/rollup-android-arm-eabi": "4.40.1",
|
|
13053
|
+
"@rollup/rollup-android-arm64": "4.40.1",
|
|
13054
|
+
"@rollup/rollup-darwin-arm64": "4.40.1",
|
|
13055
|
+
"@rollup/rollup-darwin-x64": "4.40.1",
|
|
13056
|
+
"@rollup/rollup-freebsd-arm64": "4.40.1",
|
|
13057
|
+
"@rollup/rollup-freebsd-x64": "4.40.1",
|
|
13058
|
+
"@rollup/rollup-linux-arm-gnueabihf": "4.40.1",
|
|
13059
|
+
"@rollup/rollup-linux-arm-musleabihf": "4.40.1",
|
|
13060
|
+
"@rollup/rollup-linux-arm64-gnu": "4.40.1",
|
|
13061
|
+
"@rollup/rollup-linux-arm64-musl": "4.40.1",
|
|
13062
|
+
"@rollup/rollup-linux-loongarch64-gnu": "4.40.1",
|
|
13063
|
+
"@rollup/rollup-linux-powerpc64le-gnu": "4.40.1",
|
|
13064
|
+
"@rollup/rollup-linux-riscv64-gnu": "4.40.1",
|
|
13065
|
+
"@rollup/rollup-linux-riscv64-musl": "4.40.1",
|
|
13066
|
+
"@rollup/rollup-linux-s390x-gnu": "4.40.1",
|
|
13067
|
+
"@rollup/rollup-linux-x64-gnu": "4.40.1",
|
|
13068
|
+
"@rollup/rollup-linux-x64-musl": "4.40.1",
|
|
13069
|
+
"@rollup/rollup-win32-arm64-msvc": "4.40.1",
|
|
13070
|
+
"@rollup/rollup-win32-ia32-msvc": "4.40.1",
|
|
13071
|
+
"@rollup/rollup-win32-x64-msvc": "4.40.1",
|
|
13072
|
+
"fsevents": "~2.3.2"
|
|
13073
|
+
}
|
|
13074
|
+
},
|
|
13160
13075
|
"node_modules/watchpack": {
|
|
13161
13076
|
"version": "2.4.2",
|
|
13162
13077
|
"resolved": "https://registry.npmjs.org/watchpack/-/watchpack-2.4.2.tgz",
|
|
@@ -13271,15 +13186,14 @@
|
|
|
13271
13186
|
}
|
|
13272
13187
|
},
|
|
13273
13188
|
"node_modules/webpack-dev-server": {
|
|
13274
|
-
"version": "5.2.
|
|
13275
|
-
"resolved": "https://registry.npmjs.org/webpack-dev-server/-/webpack-dev-server-5.2.
|
|
13276
|
-
"integrity": "sha512-
|
|
13189
|
+
"version": "5.2.0",
|
|
13190
|
+
"resolved": "https://registry.npmjs.org/webpack-dev-server/-/webpack-dev-server-5.2.0.tgz",
|
|
13191
|
+
"integrity": "sha512-90SqqYXA2SK36KcT6o1bvwvZfJFcmoamqeJY7+boioffX9g9C0wjjJRGUrQIuh43pb0ttX7+ssavmj/WN2RHtA==",
|
|
13277
13192
|
"license": "MIT",
|
|
13278
13193
|
"dependencies": {
|
|
13279
13194
|
"@types/bonjour": "^3.5.13",
|
|
13280
13195
|
"@types/connect-history-api-fallback": "^1.5.4",
|
|
13281
13196
|
"@types/express": "^4.17.21",
|
|
13282
|
-
"@types/express-serve-static-core": "^4.17.21",
|
|
13283
13197
|
"@types/serve-index": "^1.9.4",
|
|
13284
13198
|
"@types/serve-static": "^1.15.5",
|
|
13285
13199
|
"@types/sockjs": "^0.3.36",
|
|
@@ -13292,7 +13206,7 @@
|
|
|
13292
13206
|
"connect-history-api-fallback": "^2.0.0",
|
|
13293
13207
|
"express": "^4.21.2",
|
|
13294
13208
|
"graceful-fs": "^4.2.6",
|
|
13295
|
-
"http-proxy-middleware": "^2.0.
|
|
13209
|
+
"http-proxy-middleware": "^2.0.7",
|
|
13296
13210
|
"ipaddr.js": "^2.1.0",
|
|
13297
13211
|
"launch-editor": "^2.6.1",
|
|
13298
13212
|
"open": "^10.0.3",
|