@regulaforensics/idv 3.2.25-beta → 3.2.59-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.
Files changed (59) hide show
  1. package/README.md +2 -8
  2. package/RNIDV.podspec +2 -2
  3. package/android/build.gradle +1 -10
  4. package/android/cordova.gradle +1 -1
  5. package/examples/capacitor/android/build.gradle +1 -1
  6. package/examples/capacitor/package-lock.json +3350 -0
  7. package/examples/capacitor/package.json +7 -7
  8. package/examples/capacitor/src/main.html +8 -29
  9. package/examples/capacitor/src/main.tsx +115 -1
  10. package/examples/ionic/README.md +2 -2
  11. package/examples/ionic/config.xml +1 -0
  12. package/examples/ionic/package-lock.json +14261 -0
  13. package/examples/ionic/package.json +10 -10
  14. package/examples/ionic/src/main.html +8 -29
  15. package/examples/ionic/src/main.tsx +115 -1
  16. package/examples/react_native/README.md +2 -2
  17. package/examples/react_native/package-lock.json +8996 -0
  18. package/examples/react_native/package.json +7 -7
  19. package/examples/react_native/scripts/setup.sh +3 -0
  20. package/examples/react_native/src/main.html +8 -29
  21. package/examples/react_native/src/main.tsx +115 -1
  22. package/ios/CVDIDV.swift +6 -50
  23. package/ios/RNIDV.swift +4 -52
  24. package/package.json +1 -1
  25. package/plugin.xml +5 -4
  26. package/test/json.tsx +40 -0
  27. package/test/package-lock.json +1 -1
  28. package/test/test.tsx +12 -2
  29. package/www/capacitor/config/api_key_connection_config.js +32 -0
  30. package/www/capacitor/config/credentials_connection_config.js +32 -0
  31. package/www/capacitor/config/prepare_workflow_config.js +20 -0
  32. package/www/capacitor/config/start_workflow_config.js +24 -0
  33. package/www/capacitor/config/token_connection_config.js +20 -0
  34. package/www/capacitor/index.js +105 -1
  35. package/www/capacitor/internal/bridge.js +19 -8
  36. package/www/capacitor/model/workflow.js +28 -0
  37. package/www/capacitor/model/workflow_result.js +21 -0
  38. package/www/capacitor/model/workflow_step.js +19 -0
  39. package/www/cordova.js +455 -10
  40. package/www/react-native/config/api_key_connection_config.js +32 -0
  41. package/www/react-native/config/credentials_connection_config.js +32 -0
  42. package/www/react-native/config/prepare_workflow_config.js +20 -0
  43. package/www/react-native/config/start_workflow_config.js +24 -0
  44. package/www/react-native/config/token_connection_config.js +20 -0
  45. package/www/react-native/index.js +105 -1
  46. package/www/react-native/internal/bridge.js +19 -8
  47. package/www/react-native/model/workflow.js +28 -0
  48. package/www/react-native/model/workflow_result.js +21 -0
  49. package/www/react-native/model/workflow_step.js +19 -0
  50. package/www/types/config/api_key_connection_config.d.ts +6 -0
  51. package/www/types/config/credentials_connection_config.d.ts +6 -0
  52. package/www/types/config/prepare_workflow_config.d.ts +3 -0
  53. package/www/types/config/start_workflow_config.d.ts +4 -0
  54. package/www/types/config/token_connection_config.d.ts +3 -0
  55. package/www/types/index.d.ts +50 -0
  56. package/www/types/model/workflow.d.ts +9 -0
  57. package/www/types/model/workflow_result.d.ts +8 -0
  58. package/www/types/model/workflow_step.d.ts +6 -0
  59. package/ios/FlutterIDVPlugin.swift +0 -72
@@ -0,0 +1,3350 @@
1
+ {
2
+ "name": "idv",
3
+ "lockfileVersion": 3,
4
+ "requires": true,
5
+ "packages": {
6
+ "": {
7
+ "name": "idv",
8
+ "dependencies": {
9
+ "@capacitor/android": "7.0.1",
10
+ "@capacitor/app": "7.0.0",
11
+ "@capacitor/cli": "7.0.1",
12
+ "@capacitor/core": "7.0.1",
13
+ "@capacitor/ios": "7.0.1",
14
+ "@capacitor/status-bar": "7.0.0",
15
+ "@ionic/react": "8.4.3",
16
+ "@regulaforensics/document-reader": "8.4.317-beta",
17
+ "@regulaforensics/document-reader-core-fullauthrfid": "8.4.272-beta",
18
+ "@regulaforensics/face-core-basic": "7.3.282-beta",
19
+ "@regulaforensics/face-sdk": "7.3.484-beta",
20
+ "@regulaforensics/idv": "3.2.26-beta",
21
+ "@regulaforensics/idv-module-document-reader": "3.2.30-beta",
22
+ "@regulaforensics/idv-module-face": "3.2.31-beta",
23
+ "@types/react-router-dom": "5.3.3",
24
+ "@vitejs/plugin-react": "4.3.4",
25
+ "vite-plugin-static-copy": "3.1.2"
26
+ }
27
+ },
28
+ "node_modules/@babel/code-frame": {
29
+ "version": "7.27.1",
30
+ "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.27.1.tgz",
31
+ "integrity": "sha512-cjQ7ZlQ0Mv3b47hABuTevyTuYN4i+loJKGeV9flcCgIK37cCXRh+L1bd3iBHlynerhQ7BhCkn2BPbQUL+rGqFg==",
32
+ "license": "MIT",
33
+ "dependencies": {
34
+ "@babel/helper-validator-identifier": "^7.27.1",
35
+ "js-tokens": "^4.0.0",
36
+ "picocolors": "^1.1.1"
37
+ },
38
+ "engines": {
39
+ "node": ">=6.9.0"
40
+ }
41
+ },
42
+ "node_modules/@babel/compat-data": {
43
+ "version": "7.28.4",
44
+ "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.28.4.tgz",
45
+ "integrity": "sha512-YsmSKC29MJwf0gF8Rjjrg5LQCmyh+j/nD8/eP7f+BeoQTKYqs9RoWbjGOdy0+1Ekr68RJZMUOPVQaQisnIo4Rw==",
46
+ "license": "MIT",
47
+ "engines": {
48
+ "node": ">=6.9.0"
49
+ }
50
+ },
51
+ "node_modules/@babel/core": {
52
+ "version": "7.28.4",
53
+ "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.28.4.tgz",
54
+ "integrity": "sha512-2BCOP7TN8M+gVDj7/ht3hsaO/B/n5oDbiAyyvnRlNOs+u1o+JWNYTQrmpuNp1/Wq2gcFrI01JAW+paEKDMx/CA==",
55
+ "license": "MIT",
56
+ "dependencies": {
57
+ "@babel/code-frame": "^7.27.1",
58
+ "@babel/generator": "^7.28.3",
59
+ "@babel/helper-compilation-targets": "^7.27.2",
60
+ "@babel/helper-module-transforms": "^7.28.3",
61
+ "@babel/helpers": "^7.28.4",
62
+ "@babel/parser": "^7.28.4",
63
+ "@babel/template": "^7.27.2",
64
+ "@babel/traverse": "^7.28.4",
65
+ "@babel/types": "^7.28.4",
66
+ "@jridgewell/remapping": "^2.3.5",
67
+ "convert-source-map": "^2.0.0",
68
+ "debug": "^4.1.0",
69
+ "gensync": "^1.0.0-beta.2",
70
+ "json5": "^2.2.3",
71
+ "semver": "^6.3.1"
72
+ },
73
+ "engines": {
74
+ "node": ">=6.9.0"
75
+ },
76
+ "funding": {
77
+ "type": "opencollective",
78
+ "url": "https://opencollective.com/babel"
79
+ }
80
+ },
81
+ "node_modules/@babel/core/node_modules/semver": {
82
+ "version": "6.3.1",
83
+ "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
84
+ "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
85
+ "license": "ISC",
86
+ "bin": {
87
+ "semver": "bin/semver.js"
88
+ }
89
+ },
90
+ "node_modules/@babel/generator": {
91
+ "version": "7.28.3",
92
+ "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.28.3.tgz",
93
+ "integrity": "sha512-3lSpxGgvnmZznmBkCRnVREPUFJv2wrv9iAoFDvADJc0ypmdOxdUtcLeBgBJ6zE0PMeTKnxeQzyk0xTBq4Ep7zw==",
94
+ "license": "MIT",
95
+ "dependencies": {
96
+ "@babel/parser": "^7.28.3",
97
+ "@babel/types": "^7.28.2",
98
+ "@jridgewell/gen-mapping": "^0.3.12",
99
+ "@jridgewell/trace-mapping": "^0.3.28",
100
+ "jsesc": "^3.0.2"
101
+ },
102
+ "engines": {
103
+ "node": ">=6.9.0"
104
+ }
105
+ },
106
+ "node_modules/@babel/helper-compilation-targets": {
107
+ "version": "7.27.2",
108
+ "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.27.2.tgz",
109
+ "integrity": "sha512-2+1thGUUWWjLTYTHZWK1n8Yga0ijBz1XAhUXcKy81rd5g6yh7hGqMp45v7cadSbEHc9G3OTv45SyneRN3ps4DQ==",
110
+ "license": "MIT",
111
+ "dependencies": {
112
+ "@babel/compat-data": "^7.27.2",
113
+ "@babel/helper-validator-option": "^7.27.1",
114
+ "browserslist": "^4.24.0",
115
+ "lru-cache": "^5.1.1",
116
+ "semver": "^6.3.1"
117
+ },
118
+ "engines": {
119
+ "node": ">=6.9.0"
120
+ }
121
+ },
122
+ "node_modules/@babel/helper-compilation-targets/node_modules/semver": {
123
+ "version": "6.3.1",
124
+ "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
125
+ "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
126
+ "license": "ISC",
127
+ "bin": {
128
+ "semver": "bin/semver.js"
129
+ }
130
+ },
131
+ "node_modules/@babel/helper-globals": {
132
+ "version": "7.28.0",
133
+ "resolved": "https://registry.npmjs.org/@babel/helper-globals/-/helper-globals-7.28.0.tgz",
134
+ "integrity": "sha512-+W6cISkXFa1jXsDEdYA8HeevQT/FULhxzR99pxphltZcVaugps53THCeiWA8SguxxpSp3gKPiuYfSWopkLQ4hw==",
135
+ "license": "MIT",
136
+ "engines": {
137
+ "node": ">=6.9.0"
138
+ }
139
+ },
140
+ "node_modules/@babel/helper-module-imports": {
141
+ "version": "7.27.1",
142
+ "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.27.1.tgz",
143
+ "integrity": "sha512-0gSFWUPNXNopqtIPQvlD5WgXYI5GY2kP2cCvoT8kczjbfcfuIljTbcWrulD1CIPIX2gt1wghbDy08yE1p+/r3w==",
144
+ "license": "MIT",
145
+ "dependencies": {
146
+ "@babel/traverse": "^7.27.1",
147
+ "@babel/types": "^7.27.1"
148
+ },
149
+ "engines": {
150
+ "node": ">=6.9.0"
151
+ }
152
+ },
153
+ "node_modules/@babel/helper-module-transforms": {
154
+ "version": "7.28.3",
155
+ "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.28.3.tgz",
156
+ "integrity": "sha512-gytXUbs8k2sXS9PnQptz5o0QnpLL51SwASIORY6XaBKF88nsOT0Zw9szLqlSGQDP/4TljBAD5y98p2U1fqkdsw==",
157
+ "license": "MIT",
158
+ "dependencies": {
159
+ "@babel/helper-module-imports": "^7.27.1",
160
+ "@babel/helper-validator-identifier": "^7.27.1",
161
+ "@babel/traverse": "^7.28.3"
162
+ },
163
+ "engines": {
164
+ "node": ">=6.9.0"
165
+ },
166
+ "peerDependencies": {
167
+ "@babel/core": "^7.0.0"
168
+ }
169
+ },
170
+ "node_modules/@babel/helper-plugin-utils": {
171
+ "version": "7.27.1",
172
+ "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.27.1.tgz",
173
+ "integrity": "sha512-1gn1Up5YXka3YYAHGKpbideQ5Yjf1tDa9qYcgysz+cNCXukyLl6DjPXhD3VRwSb8c0J9tA4b2+rHEZtc6R0tlw==",
174
+ "license": "MIT",
175
+ "engines": {
176
+ "node": ">=6.9.0"
177
+ }
178
+ },
179
+ "node_modules/@babel/helper-string-parser": {
180
+ "version": "7.27.1",
181
+ "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz",
182
+ "integrity": "sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==",
183
+ "license": "MIT",
184
+ "engines": {
185
+ "node": ">=6.9.0"
186
+ }
187
+ },
188
+ "node_modules/@babel/helper-validator-identifier": {
189
+ "version": "7.27.1",
190
+ "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.27.1.tgz",
191
+ "integrity": "sha512-D2hP9eA+Sqx1kBZgzxZh0y1trbuU+JoDkiEwqhQ36nodYqJwyEIhPSdMNd7lOm/4io72luTPWH20Yda0xOuUow==",
192
+ "license": "MIT",
193
+ "engines": {
194
+ "node": ">=6.9.0"
195
+ }
196
+ },
197
+ "node_modules/@babel/helper-validator-option": {
198
+ "version": "7.27.1",
199
+ "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.27.1.tgz",
200
+ "integrity": "sha512-YvjJow9FxbhFFKDSuFnVCe2WxXk1zWc22fFePVNEaWJEu8IrZVlda6N0uHwzZrUM1il7NC9Mlp4MaJYbYd9JSg==",
201
+ "license": "MIT",
202
+ "engines": {
203
+ "node": ">=6.9.0"
204
+ }
205
+ },
206
+ "node_modules/@babel/helpers": {
207
+ "version": "7.28.4",
208
+ "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.28.4.tgz",
209
+ "integrity": "sha512-HFN59MmQXGHVyYadKLVumYsA9dBFun/ldYxipEjzA4196jpLZd8UjEEBLkbEkvfYreDqJhZxYAWFPtrfhNpj4w==",
210
+ "license": "MIT",
211
+ "dependencies": {
212
+ "@babel/template": "^7.27.2",
213
+ "@babel/types": "^7.28.4"
214
+ },
215
+ "engines": {
216
+ "node": ">=6.9.0"
217
+ }
218
+ },
219
+ "node_modules/@babel/parser": {
220
+ "version": "7.28.4",
221
+ "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.28.4.tgz",
222
+ "integrity": "sha512-yZbBqeM6TkpP9du/I2pUZnJsRMGGvOuIrhjzC1AwHwW+6he4mni6Bp/m8ijn0iOuZuPI2BfkCoSRunpyjnrQKg==",
223
+ "license": "MIT",
224
+ "dependencies": {
225
+ "@babel/types": "^7.28.4"
226
+ },
227
+ "bin": {
228
+ "parser": "bin/babel-parser.js"
229
+ },
230
+ "engines": {
231
+ "node": ">=6.0.0"
232
+ }
233
+ },
234
+ "node_modules/@babel/plugin-transform-react-jsx-self": {
235
+ "version": "7.27.1",
236
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-self/-/plugin-transform-react-jsx-self-7.27.1.tgz",
237
+ "integrity": "sha512-6UzkCs+ejGdZ5mFFC/OCUrv028ab2fp1znZmCZjAOBKiBK2jXD1O+BPSfX8X2qjJ75fZBMSnQn3Rq2mrBJK2mw==",
238
+ "license": "MIT",
239
+ "dependencies": {
240
+ "@babel/helper-plugin-utils": "^7.27.1"
241
+ },
242
+ "engines": {
243
+ "node": ">=6.9.0"
244
+ },
245
+ "peerDependencies": {
246
+ "@babel/core": "^7.0.0-0"
247
+ }
248
+ },
249
+ "node_modules/@babel/plugin-transform-react-jsx-source": {
250
+ "version": "7.27.1",
251
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-source/-/plugin-transform-react-jsx-source-7.27.1.tgz",
252
+ "integrity": "sha512-zbwoTsBruTeKB9hSq73ha66iFeJHuaFkUbwvqElnygoNbj/jHRsSeokowZFN3CZ64IvEqcmmkVe89OPXc7ldAw==",
253
+ "license": "MIT",
254
+ "dependencies": {
255
+ "@babel/helper-plugin-utils": "^7.27.1"
256
+ },
257
+ "engines": {
258
+ "node": ">=6.9.0"
259
+ },
260
+ "peerDependencies": {
261
+ "@babel/core": "^7.0.0-0"
262
+ }
263
+ },
264
+ "node_modules/@babel/template": {
265
+ "version": "7.27.2",
266
+ "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.27.2.tgz",
267
+ "integrity": "sha512-LPDZ85aEJyYSd18/DkjNh4/y1ntkE5KwUHWTiqgRxruuZL2F1yuHligVHLvcHY2vMHXttKFpJn6LwfI7cw7ODw==",
268
+ "license": "MIT",
269
+ "dependencies": {
270
+ "@babel/code-frame": "^7.27.1",
271
+ "@babel/parser": "^7.27.2",
272
+ "@babel/types": "^7.27.1"
273
+ },
274
+ "engines": {
275
+ "node": ">=6.9.0"
276
+ }
277
+ },
278
+ "node_modules/@babel/traverse": {
279
+ "version": "7.28.4",
280
+ "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.28.4.tgz",
281
+ "integrity": "sha512-YEzuboP2qvQavAcjgQNVgsvHIDv6ZpwXvcvjmyySP2DIMuByS/6ioU5G9pYrWHM6T2YDfc7xga9iNzYOs12CFQ==",
282
+ "license": "MIT",
283
+ "dependencies": {
284
+ "@babel/code-frame": "^7.27.1",
285
+ "@babel/generator": "^7.28.3",
286
+ "@babel/helper-globals": "^7.28.0",
287
+ "@babel/parser": "^7.28.4",
288
+ "@babel/template": "^7.27.2",
289
+ "@babel/types": "^7.28.4",
290
+ "debug": "^4.3.1"
291
+ },
292
+ "engines": {
293
+ "node": ">=6.9.0"
294
+ }
295
+ },
296
+ "node_modules/@babel/types": {
297
+ "version": "7.28.4",
298
+ "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.28.4.tgz",
299
+ "integrity": "sha512-bkFqkLhh3pMBUQQkpVgWDWq/lqzc2678eUyDlTBhRqhCHFguYYGM0Efga7tYk4TogG/3x0EEl66/OQ+WGbWB/Q==",
300
+ "license": "MIT",
301
+ "dependencies": {
302
+ "@babel/helper-string-parser": "^7.27.1",
303
+ "@babel/helper-validator-identifier": "^7.27.1"
304
+ },
305
+ "engines": {
306
+ "node": ">=6.9.0"
307
+ }
308
+ },
309
+ "node_modules/@capacitor/android": {
310
+ "version": "7.0.1",
311
+ "resolved": "https://registry.npmjs.org/@capacitor/android/-/android-7.0.1.tgz",
312
+ "integrity": "sha512-jukJJHfkcyEBOkFBJRD3EwXMIIQo7lSv0ExPWgsIliPdGXLAj6ElvK2JaYEzec3vKyLc4RTNFVv0PMEU0vnImg==",
313
+ "license": "MIT",
314
+ "peerDependencies": {
315
+ "@capacitor/core": "^7.0.0"
316
+ }
317
+ },
318
+ "node_modules/@capacitor/app": {
319
+ "version": "7.0.0",
320
+ "resolved": "https://registry.npmjs.org/@capacitor/app/-/app-7.0.0.tgz",
321
+ "integrity": "sha512-/UFwfPFsw/Jen6vjrV0lfTBOQWSaDDdmrYXKpYg4Xn8hwj0xrrRPXxC43j7VmPoj9AFMVPA+hx94ygqjChPASQ==",
322
+ "license": "MIT",
323
+ "peerDependencies": {
324
+ "@capacitor/core": ">=7.0.0"
325
+ }
326
+ },
327
+ "node_modules/@capacitor/cli": {
328
+ "version": "7.0.1",
329
+ "resolved": "https://registry.npmjs.org/@capacitor/cli/-/cli-7.0.1.tgz",
330
+ "integrity": "sha512-KNKT25ZvNL8Gm+zxSxCq8n9FQYUBsZcAGs5lisQKHnDRz7tkTMmMNok+TlNlLn6to78J1k+OtBgpmfbFerpOng==",
331
+ "license": "MIT",
332
+ "dependencies": {
333
+ "@ionic/cli-framework-output": "^2.2.8",
334
+ "@ionic/utils-subprocess": "^3.0.1",
335
+ "@ionic/utils-terminal": "^2.3.5",
336
+ "commander": "^12.1.0",
337
+ "debug": "^4.4.0",
338
+ "env-paths": "^2.2.0",
339
+ "fs-extra": "^11.2.0",
340
+ "kleur": "^4.1.5",
341
+ "native-run": "^2.0.1",
342
+ "open": "^8.4.0",
343
+ "plist": "^3.1.0",
344
+ "prompts": "^2.4.2",
345
+ "rimraf": "^6.0.1",
346
+ "semver": "^7.6.3",
347
+ "tar": "^6.1.11",
348
+ "tslib": "^2.8.1",
349
+ "xml2js": "^0.6.2"
350
+ },
351
+ "bin": {
352
+ "cap": "bin/capacitor",
353
+ "capacitor": "bin/capacitor"
354
+ },
355
+ "engines": {
356
+ "node": ">=20.0.0"
357
+ }
358
+ },
359
+ "node_modules/@capacitor/core": {
360
+ "version": "7.0.1",
361
+ "resolved": "https://registry.npmjs.org/@capacitor/core/-/core-7.0.1.tgz",
362
+ "integrity": "sha512-1Ob9bvA/p8g8aNwK6VesxEekGXowLVf6APjkW4LRnr05H+7z/bke+Q5pn9zqh/GgTbIxAQ/rwZrAZvvxkdm1UA==",
363
+ "license": "MIT",
364
+ "dependencies": {
365
+ "tslib": "^2.1.0"
366
+ }
367
+ },
368
+ "node_modules/@capacitor/ios": {
369
+ "version": "7.0.1",
370
+ "resolved": "https://registry.npmjs.org/@capacitor/ios/-/ios-7.0.1.tgz",
371
+ "integrity": "sha512-RN6S1C1k7ue57DFmJM4EizzsYBrahTTiMhcnlHspFLaojgHbFWZbYq1VriuRKysPU1ka/P+klsdtRFsB5K9jyw==",
372
+ "license": "MIT",
373
+ "peerDependencies": {
374
+ "@capacitor/core": "^7.0.0"
375
+ }
376
+ },
377
+ "node_modules/@capacitor/status-bar": {
378
+ "version": "7.0.0",
379
+ "resolved": "https://registry.npmjs.org/@capacitor/status-bar/-/status-bar-7.0.0.tgz",
380
+ "integrity": "sha512-wsvPkWkoSOXMIgVHu4c6P1sOuDSZ1ClUo5OpLRwj7u8DYzlV4jlmNzztQn2Lvsiqx1z4kfukSaqe40k1Lo4c9g==",
381
+ "license": "MIT",
382
+ "peerDependencies": {
383
+ "@capacitor/core": ">=7.0.0"
384
+ }
385
+ },
386
+ "node_modules/@esbuild/aix-ppc64": {
387
+ "version": "0.25.10",
388
+ "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.25.10.tgz",
389
+ "integrity": "sha512-0NFWnA+7l41irNuaSVlLfgNT12caWJVLzp5eAVhZ0z1qpxbockccEt3s+149rE64VUI3Ml2zt8Nv5JVc4QXTsw==",
390
+ "cpu": [
391
+ "ppc64"
392
+ ],
393
+ "license": "MIT",
394
+ "optional": true,
395
+ "os": [
396
+ "aix"
397
+ ],
398
+ "peer": true,
399
+ "engines": {
400
+ "node": ">=18"
401
+ }
402
+ },
403
+ "node_modules/@esbuild/android-arm": {
404
+ "version": "0.25.10",
405
+ "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.25.10.tgz",
406
+ "integrity": "sha512-dQAxF1dW1C3zpeCDc5KqIYuZ1tgAdRXNoZP7vkBIRtKZPYe2xVr/d3SkirklCHudW1B45tGiUlz2pUWDfbDD4w==",
407
+ "cpu": [
408
+ "arm"
409
+ ],
410
+ "license": "MIT",
411
+ "optional": true,
412
+ "os": [
413
+ "android"
414
+ ],
415
+ "peer": true,
416
+ "engines": {
417
+ "node": ">=18"
418
+ }
419
+ },
420
+ "node_modules/@esbuild/android-arm64": {
421
+ "version": "0.25.10",
422
+ "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.25.10.tgz",
423
+ "integrity": "sha512-LSQa7eDahypv/VO6WKohZGPSJDq5OVOo3UoFR1E4t4Gj1W7zEQMUhI+lo81H+DtB+kP+tDgBp+M4oNCwp6kffg==",
424
+ "cpu": [
425
+ "arm64"
426
+ ],
427
+ "license": "MIT",
428
+ "optional": true,
429
+ "os": [
430
+ "android"
431
+ ],
432
+ "peer": true,
433
+ "engines": {
434
+ "node": ">=18"
435
+ }
436
+ },
437
+ "node_modules/@esbuild/android-x64": {
438
+ "version": "0.25.10",
439
+ "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.25.10.tgz",
440
+ "integrity": "sha512-MiC9CWdPrfhibcXwr39p9ha1x0lZJ9KaVfvzA0Wxwz9ETX4v5CHfF09bx935nHlhi+MxhA63dKRRQLiVgSUtEg==",
441
+ "cpu": [
442
+ "x64"
443
+ ],
444
+ "license": "MIT",
445
+ "optional": true,
446
+ "os": [
447
+ "android"
448
+ ],
449
+ "peer": true,
450
+ "engines": {
451
+ "node": ">=18"
452
+ }
453
+ },
454
+ "node_modules/@esbuild/darwin-arm64": {
455
+ "version": "0.25.10",
456
+ "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.25.10.tgz",
457
+ "integrity": "sha512-JC74bdXcQEpW9KkV326WpZZjLguSZ3DfS8wrrvPMHgQOIEIG/sPXEN/V8IssoJhbefLRcRqw6RQH2NnpdprtMA==",
458
+ "cpu": [
459
+ "arm64"
460
+ ],
461
+ "license": "MIT",
462
+ "optional": true,
463
+ "os": [
464
+ "darwin"
465
+ ],
466
+ "peer": true,
467
+ "engines": {
468
+ "node": ">=18"
469
+ }
470
+ },
471
+ "node_modules/@esbuild/darwin-x64": {
472
+ "version": "0.25.10",
473
+ "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.25.10.tgz",
474
+ "integrity": "sha512-tguWg1olF6DGqzws97pKZ8G2L7Ig1vjDmGTwcTuYHbuU6TTjJe5FXbgs5C1BBzHbJ2bo1m3WkQDbWO2PvamRcg==",
475
+ "cpu": [
476
+ "x64"
477
+ ],
478
+ "license": "MIT",
479
+ "optional": true,
480
+ "os": [
481
+ "darwin"
482
+ ],
483
+ "peer": true,
484
+ "engines": {
485
+ "node": ">=18"
486
+ }
487
+ },
488
+ "node_modules/@esbuild/freebsd-arm64": {
489
+ "version": "0.25.10",
490
+ "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.25.10.tgz",
491
+ "integrity": "sha512-3ZioSQSg1HT2N05YxeJWYR+Libe3bREVSdWhEEgExWaDtyFbbXWb49QgPvFH8u03vUPX10JhJPcz7s9t9+boWg==",
492
+ "cpu": [
493
+ "arm64"
494
+ ],
495
+ "license": "MIT",
496
+ "optional": true,
497
+ "os": [
498
+ "freebsd"
499
+ ],
500
+ "peer": true,
501
+ "engines": {
502
+ "node": ">=18"
503
+ }
504
+ },
505
+ "node_modules/@esbuild/freebsd-x64": {
506
+ "version": "0.25.10",
507
+ "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.25.10.tgz",
508
+ "integrity": "sha512-LLgJfHJk014Aa4anGDbh8bmI5Lk+QidDmGzuC2D+vP7mv/GeSN+H39zOf7pN5N8p059FcOfs2bVlrRr4SK9WxA==",
509
+ "cpu": [
510
+ "x64"
511
+ ],
512
+ "license": "MIT",
513
+ "optional": true,
514
+ "os": [
515
+ "freebsd"
516
+ ],
517
+ "peer": true,
518
+ "engines": {
519
+ "node": ">=18"
520
+ }
521
+ },
522
+ "node_modules/@esbuild/linux-arm": {
523
+ "version": "0.25.10",
524
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.25.10.tgz",
525
+ "integrity": "sha512-oR31GtBTFYCqEBALI9r6WxoU/ZofZl962pouZRTEYECvNF/dtXKku8YXcJkhgK/beU+zedXfIzHijSRapJY3vg==",
526
+ "cpu": [
527
+ "arm"
528
+ ],
529
+ "license": "MIT",
530
+ "optional": true,
531
+ "os": [
532
+ "linux"
533
+ ],
534
+ "peer": true,
535
+ "engines": {
536
+ "node": ">=18"
537
+ }
538
+ },
539
+ "node_modules/@esbuild/linux-arm64": {
540
+ "version": "0.25.10",
541
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.25.10.tgz",
542
+ "integrity": "sha512-5luJWN6YKBsawd5f9i4+c+geYiVEw20FVW5x0v1kEMWNq8UctFjDiMATBxLvmmHA4bf7F6hTRaJgtghFr9iziQ==",
543
+ "cpu": [
544
+ "arm64"
545
+ ],
546
+ "license": "MIT",
547
+ "optional": true,
548
+ "os": [
549
+ "linux"
550
+ ],
551
+ "peer": true,
552
+ "engines": {
553
+ "node": ">=18"
554
+ }
555
+ },
556
+ "node_modules/@esbuild/linux-ia32": {
557
+ "version": "0.25.10",
558
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.25.10.tgz",
559
+ "integrity": "sha512-NrSCx2Kim3EnnWgS4Txn0QGt0Xipoumb6z6sUtl5bOEZIVKhzfyp/Lyw4C1DIYvzeW/5mWYPBFJU3a/8Yr75DQ==",
560
+ "cpu": [
561
+ "ia32"
562
+ ],
563
+ "license": "MIT",
564
+ "optional": true,
565
+ "os": [
566
+ "linux"
567
+ ],
568
+ "peer": true,
569
+ "engines": {
570
+ "node": ">=18"
571
+ }
572
+ },
573
+ "node_modules/@esbuild/linux-loong64": {
574
+ "version": "0.25.10",
575
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.25.10.tgz",
576
+ "integrity": "sha512-xoSphrd4AZda8+rUDDfD9J6FUMjrkTz8itpTITM4/xgerAZZcFW7Dv+sun7333IfKxGG8gAq+3NbfEMJfiY+Eg==",
577
+ "cpu": [
578
+ "loong64"
579
+ ],
580
+ "license": "MIT",
581
+ "optional": true,
582
+ "os": [
583
+ "linux"
584
+ ],
585
+ "peer": true,
586
+ "engines": {
587
+ "node": ">=18"
588
+ }
589
+ },
590
+ "node_modules/@esbuild/linux-mips64el": {
591
+ "version": "0.25.10",
592
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.25.10.tgz",
593
+ "integrity": "sha512-ab6eiuCwoMmYDyTnyptoKkVS3k8fy/1Uvq7Dj5czXI6DF2GqD2ToInBI0SHOp5/X1BdZ26RKc5+qjQNGRBelRA==",
594
+ "cpu": [
595
+ "mips64el"
596
+ ],
597
+ "license": "MIT",
598
+ "optional": true,
599
+ "os": [
600
+ "linux"
601
+ ],
602
+ "peer": true,
603
+ "engines": {
604
+ "node": ">=18"
605
+ }
606
+ },
607
+ "node_modules/@esbuild/linux-ppc64": {
608
+ "version": "0.25.10",
609
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.25.10.tgz",
610
+ "integrity": "sha512-NLinzzOgZQsGpsTkEbdJTCanwA5/wozN9dSgEl12haXJBzMTpssebuXR42bthOF3z7zXFWH1AmvWunUCkBE4EA==",
611
+ "cpu": [
612
+ "ppc64"
613
+ ],
614
+ "license": "MIT",
615
+ "optional": true,
616
+ "os": [
617
+ "linux"
618
+ ],
619
+ "peer": true,
620
+ "engines": {
621
+ "node": ">=18"
622
+ }
623
+ },
624
+ "node_modules/@esbuild/linux-riscv64": {
625
+ "version": "0.25.10",
626
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.25.10.tgz",
627
+ "integrity": "sha512-FE557XdZDrtX8NMIeA8LBJX3dC2M8VGXwfrQWU7LB5SLOajfJIxmSdyL/gU1m64Zs9CBKvm4UAuBp5aJ8OgnrA==",
628
+ "cpu": [
629
+ "riscv64"
630
+ ],
631
+ "license": "MIT",
632
+ "optional": true,
633
+ "os": [
634
+ "linux"
635
+ ],
636
+ "peer": true,
637
+ "engines": {
638
+ "node": ">=18"
639
+ }
640
+ },
641
+ "node_modules/@esbuild/linux-s390x": {
642
+ "version": "0.25.10",
643
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.25.10.tgz",
644
+ "integrity": "sha512-3BBSbgzuB9ajLoVZk0mGu+EHlBwkusRmeNYdqmznmMc9zGASFjSsxgkNsqmXugpPk00gJ0JNKh/97nxmjctdew==",
645
+ "cpu": [
646
+ "s390x"
647
+ ],
648
+ "license": "MIT",
649
+ "optional": true,
650
+ "os": [
651
+ "linux"
652
+ ],
653
+ "peer": true,
654
+ "engines": {
655
+ "node": ">=18"
656
+ }
657
+ },
658
+ "node_modules/@esbuild/linux-x64": {
659
+ "version": "0.25.10",
660
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.25.10.tgz",
661
+ "integrity": "sha512-QSX81KhFoZGwenVyPoberggdW1nrQZSvfVDAIUXr3WqLRZGZqWk/P4T8p2SP+de2Sr5HPcvjhcJzEiulKgnxtA==",
662
+ "cpu": [
663
+ "x64"
664
+ ],
665
+ "license": "MIT",
666
+ "optional": true,
667
+ "os": [
668
+ "linux"
669
+ ],
670
+ "peer": true,
671
+ "engines": {
672
+ "node": ">=18"
673
+ }
674
+ },
675
+ "node_modules/@esbuild/netbsd-arm64": {
676
+ "version": "0.25.10",
677
+ "resolved": "https://registry.npmjs.org/@esbuild/netbsd-arm64/-/netbsd-arm64-0.25.10.tgz",
678
+ "integrity": "sha512-AKQM3gfYfSW8XRk8DdMCzaLUFB15dTrZfnX8WXQoOUpUBQ+NaAFCP1kPS/ykbbGYz7rxn0WS48/81l9hFl3u4A==",
679
+ "cpu": [
680
+ "arm64"
681
+ ],
682
+ "license": "MIT",
683
+ "optional": true,
684
+ "os": [
685
+ "netbsd"
686
+ ],
687
+ "peer": true,
688
+ "engines": {
689
+ "node": ">=18"
690
+ }
691
+ },
692
+ "node_modules/@esbuild/netbsd-x64": {
693
+ "version": "0.25.10",
694
+ "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.25.10.tgz",
695
+ "integrity": "sha512-7RTytDPGU6fek/hWuN9qQpeGPBZFfB4zZgcz2VK2Z5VpdUxEI8JKYsg3JfO0n/Z1E/6l05n0unDCNc4HnhQGig==",
696
+ "cpu": [
697
+ "x64"
698
+ ],
699
+ "license": "MIT",
700
+ "optional": true,
701
+ "os": [
702
+ "netbsd"
703
+ ],
704
+ "peer": true,
705
+ "engines": {
706
+ "node": ">=18"
707
+ }
708
+ },
709
+ "node_modules/@esbuild/openbsd-arm64": {
710
+ "version": "0.25.10",
711
+ "resolved": "https://registry.npmjs.org/@esbuild/openbsd-arm64/-/openbsd-arm64-0.25.10.tgz",
712
+ "integrity": "sha512-5Se0VM9Wtq797YFn+dLimf2Zx6McttsH2olUBsDml+lm0GOCRVebRWUvDtkY4BWYv/3NgzS8b/UM3jQNh5hYyw==",
713
+ "cpu": [
714
+ "arm64"
715
+ ],
716
+ "license": "MIT",
717
+ "optional": true,
718
+ "os": [
719
+ "openbsd"
720
+ ],
721
+ "peer": true,
722
+ "engines": {
723
+ "node": ">=18"
724
+ }
725
+ },
726
+ "node_modules/@esbuild/openbsd-x64": {
727
+ "version": "0.25.10",
728
+ "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.25.10.tgz",
729
+ "integrity": "sha512-XkA4frq1TLj4bEMB+2HnI0+4RnjbuGZfet2gs/LNs5Hc7D89ZQBHQ0gL2ND6Lzu1+QVkjp3x1gIcPKzRNP8bXw==",
730
+ "cpu": [
731
+ "x64"
732
+ ],
733
+ "license": "MIT",
734
+ "optional": true,
735
+ "os": [
736
+ "openbsd"
737
+ ],
738
+ "peer": true,
739
+ "engines": {
740
+ "node": ">=18"
741
+ }
742
+ },
743
+ "node_modules/@esbuild/openharmony-arm64": {
744
+ "version": "0.25.10",
745
+ "resolved": "https://registry.npmjs.org/@esbuild/openharmony-arm64/-/openharmony-arm64-0.25.10.tgz",
746
+ "integrity": "sha512-AVTSBhTX8Y/Fz6OmIVBip9tJzZEUcY8WLh7I59+upa5/GPhh2/aM6bvOMQySspnCCHvFi79kMtdJS1w0DXAeag==",
747
+ "cpu": [
748
+ "arm64"
749
+ ],
750
+ "license": "MIT",
751
+ "optional": true,
752
+ "os": [
753
+ "openharmony"
754
+ ],
755
+ "peer": true,
756
+ "engines": {
757
+ "node": ">=18"
758
+ }
759
+ },
760
+ "node_modules/@esbuild/sunos-x64": {
761
+ "version": "0.25.10",
762
+ "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.25.10.tgz",
763
+ "integrity": "sha512-fswk3XT0Uf2pGJmOpDB7yknqhVkJQkAQOcW/ccVOtfx05LkbWOaRAtn5SaqXypeKQra1QaEa841PgrSL9ubSPQ==",
764
+ "cpu": [
765
+ "x64"
766
+ ],
767
+ "license": "MIT",
768
+ "optional": true,
769
+ "os": [
770
+ "sunos"
771
+ ],
772
+ "peer": true,
773
+ "engines": {
774
+ "node": ">=18"
775
+ }
776
+ },
777
+ "node_modules/@esbuild/win32-arm64": {
778
+ "version": "0.25.10",
779
+ "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.25.10.tgz",
780
+ "integrity": "sha512-ah+9b59KDTSfpaCg6VdJoOQvKjI33nTaQr4UluQwW7aEwZQsbMCfTmfEO4VyewOxx4RaDT/xCy9ra2GPWmO7Kw==",
781
+ "cpu": [
782
+ "arm64"
783
+ ],
784
+ "license": "MIT",
785
+ "optional": true,
786
+ "os": [
787
+ "win32"
788
+ ],
789
+ "peer": true,
790
+ "engines": {
791
+ "node": ">=18"
792
+ }
793
+ },
794
+ "node_modules/@esbuild/win32-ia32": {
795
+ "version": "0.25.10",
796
+ "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.25.10.tgz",
797
+ "integrity": "sha512-QHPDbKkrGO8/cz9LKVnJU22HOi4pxZnZhhA2HYHez5Pz4JeffhDjf85E57Oyco163GnzNCVkZK0b/n4Y0UHcSw==",
798
+ "cpu": [
799
+ "ia32"
800
+ ],
801
+ "license": "MIT",
802
+ "optional": true,
803
+ "os": [
804
+ "win32"
805
+ ],
806
+ "peer": true,
807
+ "engines": {
808
+ "node": ">=18"
809
+ }
810
+ },
811
+ "node_modules/@esbuild/win32-x64": {
812
+ "version": "0.25.10",
813
+ "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.25.10.tgz",
814
+ "integrity": "sha512-9KpxSVFCu0iK1owoez6aC/s/EdUQLDN3adTxGCqxMVhrPDj6bt5dbrHDXUuq+Bs2vATFBBrQS5vdQ/Ed2P+nbw==",
815
+ "cpu": [
816
+ "x64"
817
+ ],
818
+ "license": "MIT",
819
+ "optional": true,
820
+ "os": [
821
+ "win32"
822
+ ],
823
+ "peer": true,
824
+ "engines": {
825
+ "node": ">=18"
826
+ }
827
+ },
828
+ "node_modules/@ionic/cli-framework-output": {
829
+ "version": "2.2.8",
830
+ "resolved": "https://registry.npmjs.org/@ionic/cli-framework-output/-/cli-framework-output-2.2.8.tgz",
831
+ "integrity": "sha512-TshtaFQsovB4NWRBydbNFawql6yul7d5bMiW1WYYf17hd99V6xdDdk3vtF51bw6sLkxON3bDQpWsnUc9/hVo3g==",
832
+ "license": "MIT",
833
+ "dependencies": {
834
+ "@ionic/utils-terminal": "2.3.5",
835
+ "debug": "^4.0.0",
836
+ "tslib": "^2.0.1"
837
+ },
838
+ "engines": {
839
+ "node": ">=16.0.0"
840
+ }
841
+ },
842
+ "node_modules/@ionic/core": {
843
+ "version": "8.4.3",
844
+ "resolved": "https://registry.npmjs.org/@ionic/core/-/core-8.4.3.tgz",
845
+ "integrity": "sha512-U9HdZ32bre6OKA5akJVmQMxNB8Art3Nqdn3s7m2W83I5NhLg9Tehaf8ua8jxPZtxCa1nuN7tUbzHmMCkcdqDTw==",
846
+ "license": "MIT",
847
+ "dependencies": {
848
+ "@stencil/core": "4.20.0",
849
+ "ionicons": "^7.2.2",
850
+ "tslib": "^2.1.0"
851
+ }
852
+ },
853
+ "node_modules/@ionic/react": {
854
+ "version": "8.4.3",
855
+ "resolved": "https://registry.npmjs.org/@ionic/react/-/react-8.4.3.tgz",
856
+ "integrity": "sha512-AqwmoRCjTDBIgmywE6VnOOacOry21ma6TWMS8Dg8ZGu41rT6edDSmX/lKvAAV+jg4TkjE/U5n//OxzHBY/0+Zg==",
857
+ "license": "MIT",
858
+ "dependencies": {
859
+ "@ionic/core": "8.4.3",
860
+ "ionicons": "^7.0.0",
861
+ "tslib": "*"
862
+ },
863
+ "peerDependencies": {
864
+ "react": ">=16.8.6",
865
+ "react-dom": ">=16.8.6"
866
+ }
867
+ },
868
+ "node_modules/@ionic/utils-array": {
869
+ "version": "2.1.6",
870
+ "resolved": "https://registry.npmjs.org/@ionic/utils-array/-/utils-array-2.1.6.tgz",
871
+ "integrity": "sha512-0JZ1Zkp3wURnv8oq6Qt7fMPo5MpjbLoUoa9Bu2Q4PJuSDWM8H8gwF3dQO7VTeUj3/0o1IB1wGkFWZZYgUXZMUg==",
872
+ "license": "MIT",
873
+ "dependencies": {
874
+ "debug": "^4.0.0",
875
+ "tslib": "^2.0.1"
876
+ },
877
+ "engines": {
878
+ "node": ">=16.0.0"
879
+ }
880
+ },
881
+ "node_modules/@ionic/utils-fs": {
882
+ "version": "3.1.7",
883
+ "resolved": "https://registry.npmjs.org/@ionic/utils-fs/-/utils-fs-3.1.7.tgz",
884
+ "integrity": "sha512-2EknRvMVfhnyhL1VhFkSLa5gOcycK91VnjfrTB0kbqkTFCOXyXgVLI5whzq7SLrgD9t1aqos3lMMQyVzaQ5gVA==",
885
+ "license": "MIT",
886
+ "dependencies": {
887
+ "@types/fs-extra": "^8.0.0",
888
+ "debug": "^4.0.0",
889
+ "fs-extra": "^9.0.0",
890
+ "tslib": "^2.0.1"
891
+ },
892
+ "engines": {
893
+ "node": ">=16.0.0"
894
+ }
895
+ },
896
+ "node_modules/@ionic/utils-fs/node_modules/fs-extra": {
897
+ "version": "9.1.0",
898
+ "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-9.1.0.tgz",
899
+ "integrity": "sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==",
900
+ "license": "MIT",
901
+ "dependencies": {
902
+ "at-least-node": "^1.0.0",
903
+ "graceful-fs": "^4.2.0",
904
+ "jsonfile": "^6.0.1",
905
+ "universalify": "^2.0.0"
906
+ },
907
+ "engines": {
908
+ "node": ">=10"
909
+ }
910
+ },
911
+ "node_modules/@ionic/utils-object": {
912
+ "version": "2.1.6",
913
+ "resolved": "https://registry.npmjs.org/@ionic/utils-object/-/utils-object-2.1.6.tgz",
914
+ "integrity": "sha512-vCl7sl6JjBHFw99CuAqHljYJpcE88YaH2ZW4ELiC/Zwxl5tiwn4kbdP/gxi2OT3MQb1vOtgAmSNRtusvgxI8ww==",
915
+ "license": "MIT",
916
+ "dependencies": {
917
+ "debug": "^4.0.0",
918
+ "tslib": "^2.0.1"
919
+ },
920
+ "engines": {
921
+ "node": ">=16.0.0"
922
+ }
923
+ },
924
+ "node_modules/@ionic/utils-process": {
925
+ "version": "2.1.12",
926
+ "resolved": "https://registry.npmjs.org/@ionic/utils-process/-/utils-process-2.1.12.tgz",
927
+ "integrity": "sha512-Jqkgyq7zBs/v/J3YvKtQQiIcxfJyplPgECMWgdO0E1fKrrH8EF0QGHNJ9mJCn6PYe2UtHNS8JJf5G21e09DfYg==",
928
+ "license": "MIT",
929
+ "dependencies": {
930
+ "@ionic/utils-object": "2.1.6",
931
+ "@ionic/utils-terminal": "2.3.5",
932
+ "debug": "^4.0.0",
933
+ "signal-exit": "^3.0.3",
934
+ "tree-kill": "^1.2.2",
935
+ "tslib": "^2.0.1"
936
+ },
937
+ "engines": {
938
+ "node": ">=16.0.0"
939
+ }
940
+ },
941
+ "node_modules/@ionic/utils-stream": {
942
+ "version": "3.1.7",
943
+ "resolved": "https://registry.npmjs.org/@ionic/utils-stream/-/utils-stream-3.1.7.tgz",
944
+ "integrity": "sha512-eSELBE7NWNFIHTbTC2jiMvh1ABKGIpGdUIvARsNPMNQhxJB3wpwdiVnoBoTYp+5a6UUIww4Kpg7v6S7iTctH1w==",
945
+ "license": "MIT",
946
+ "dependencies": {
947
+ "debug": "^4.0.0",
948
+ "tslib": "^2.0.1"
949
+ },
950
+ "engines": {
951
+ "node": ">=16.0.0"
952
+ }
953
+ },
954
+ "node_modules/@ionic/utils-subprocess": {
955
+ "version": "3.0.1",
956
+ "resolved": "https://registry.npmjs.org/@ionic/utils-subprocess/-/utils-subprocess-3.0.1.tgz",
957
+ "integrity": "sha512-cT4te3AQQPeIM9WCwIg8ohroJ8TjsYaMb2G4ZEgv9YzeDqHZ4JpeIKqG2SoaA3GmVQ3sOfhPM6Ox9sxphV/d1A==",
958
+ "license": "MIT",
959
+ "dependencies": {
960
+ "@ionic/utils-array": "2.1.6",
961
+ "@ionic/utils-fs": "3.1.7",
962
+ "@ionic/utils-process": "2.1.12",
963
+ "@ionic/utils-stream": "3.1.7",
964
+ "@ionic/utils-terminal": "2.3.5",
965
+ "cross-spawn": "^7.0.3",
966
+ "debug": "^4.0.0",
967
+ "tslib": "^2.0.1"
968
+ },
969
+ "engines": {
970
+ "node": ">=16.0.0"
971
+ }
972
+ },
973
+ "node_modules/@ionic/utils-terminal": {
974
+ "version": "2.3.5",
975
+ "resolved": "https://registry.npmjs.org/@ionic/utils-terminal/-/utils-terminal-2.3.5.tgz",
976
+ "integrity": "sha512-3cKScz9Jx2/Pr9ijj1OzGlBDfcmx7OMVBt4+P1uRR0SSW4cm1/y3Mo4OY3lfkuaYifMNBW8Wz6lQHbs1bihr7A==",
977
+ "license": "MIT",
978
+ "dependencies": {
979
+ "@types/slice-ansi": "^4.0.0",
980
+ "debug": "^4.0.0",
981
+ "signal-exit": "^3.0.3",
982
+ "slice-ansi": "^4.0.0",
983
+ "string-width": "^4.1.0",
984
+ "strip-ansi": "^6.0.0",
985
+ "tslib": "^2.0.1",
986
+ "untildify": "^4.0.0",
987
+ "wrap-ansi": "^7.0.0"
988
+ },
989
+ "engines": {
990
+ "node": ">=16.0.0"
991
+ }
992
+ },
993
+ "node_modules/@isaacs/balanced-match": {
994
+ "version": "4.0.1",
995
+ "resolved": "https://registry.npmjs.org/@isaacs/balanced-match/-/balanced-match-4.0.1.tgz",
996
+ "integrity": "sha512-yzMTt9lEb8Gv7zRioUilSglI0c0smZ9k5D65677DLWLtWJaXIS3CqcGyUFByYKlnUj6TkjLVs54fBl6+TiGQDQ==",
997
+ "license": "MIT",
998
+ "engines": {
999
+ "node": "20 || >=22"
1000
+ }
1001
+ },
1002
+ "node_modules/@isaacs/brace-expansion": {
1003
+ "version": "5.0.0",
1004
+ "resolved": "https://registry.npmjs.org/@isaacs/brace-expansion/-/brace-expansion-5.0.0.tgz",
1005
+ "integrity": "sha512-ZT55BDLV0yv0RBm2czMiZ+SqCGO7AvmOM3G/w2xhVPH+te0aKgFjmBvGlL1dH+ql2tgGO3MVrbb3jCKyvpgnxA==",
1006
+ "license": "MIT",
1007
+ "dependencies": {
1008
+ "@isaacs/balanced-match": "^4.0.1"
1009
+ },
1010
+ "engines": {
1011
+ "node": "20 || >=22"
1012
+ }
1013
+ },
1014
+ "node_modules/@isaacs/cliui": {
1015
+ "version": "8.0.2",
1016
+ "resolved": "https://registry.npmjs.org/@isaacs/cliui/-/cliui-8.0.2.tgz",
1017
+ "integrity": "sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==",
1018
+ "license": "ISC",
1019
+ "dependencies": {
1020
+ "string-width": "^5.1.2",
1021
+ "string-width-cjs": "npm:string-width@^4.2.0",
1022
+ "strip-ansi": "^7.0.1",
1023
+ "strip-ansi-cjs": "npm:strip-ansi@^6.0.1",
1024
+ "wrap-ansi": "^8.1.0",
1025
+ "wrap-ansi-cjs": "npm:wrap-ansi@^7.0.0"
1026
+ },
1027
+ "engines": {
1028
+ "node": ">=12"
1029
+ }
1030
+ },
1031
+ "node_modules/@isaacs/cliui/node_modules/ansi-regex": {
1032
+ "version": "6.2.2",
1033
+ "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.2.2.tgz",
1034
+ "integrity": "sha512-Bq3SmSpyFHaWjPk8If9yc6svM8c56dB5BAtW4Qbw5jHTwwXXcTLoRMkpDJp6VL0XzlWaCHTXrkFURMYmD0sLqg==",
1035
+ "license": "MIT",
1036
+ "engines": {
1037
+ "node": ">=12"
1038
+ },
1039
+ "funding": {
1040
+ "url": "https://github.com/chalk/ansi-regex?sponsor=1"
1041
+ }
1042
+ },
1043
+ "node_modules/@isaacs/cliui/node_modules/ansi-styles": {
1044
+ "version": "6.2.3",
1045
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.3.tgz",
1046
+ "integrity": "sha512-4Dj6M28JB+oAH8kFkTLUo+a2jwOFkuqb3yucU0CANcRRUbxS0cP0nZYCGjcc3BNXwRIsUVmDGgzawme7zvJHvg==",
1047
+ "license": "MIT",
1048
+ "engines": {
1049
+ "node": ">=12"
1050
+ },
1051
+ "funding": {
1052
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
1053
+ }
1054
+ },
1055
+ "node_modules/@isaacs/cliui/node_modules/emoji-regex": {
1056
+ "version": "9.2.2",
1057
+ "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz",
1058
+ "integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==",
1059
+ "license": "MIT"
1060
+ },
1061
+ "node_modules/@isaacs/cliui/node_modules/string-width": {
1062
+ "version": "5.1.2",
1063
+ "resolved": "https://registry.npmjs.org/string-width/-/string-width-5.1.2.tgz",
1064
+ "integrity": "sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==",
1065
+ "license": "MIT",
1066
+ "dependencies": {
1067
+ "eastasianwidth": "^0.2.0",
1068
+ "emoji-regex": "^9.2.2",
1069
+ "strip-ansi": "^7.0.1"
1070
+ },
1071
+ "engines": {
1072
+ "node": ">=12"
1073
+ },
1074
+ "funding": {
1075
+ "url": "https://github.com/sponsors/sindresorhus"
1076
+ }
1077
+ },
1078
+ "node_modules/@isaacs/cliui/node_modules/strip-ansi": {
1079
+ "version": "7.1.2",
1080
+ "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.2.tgz",
1081
+ "integrity": "sha512-gmBGslpoQJtgnMAvOVqGZpEz9dyoKTCzy2nfz/n8aIFhN/jCE/rCmcxabB6jOOHV+0WNnylOxaxBQPSvcWklhA==",
1082
+ "license": "MIT",
1083
+ "dependencies": {
1084
+ "ansi-regex": "^6.0.1"
1085
+ },
1086
+ "engines": {
1087
+ "node": ">=12"
1088
+ },
1089
+ "funding": {
1090
+ "url": "https://github.com/chalk/strip-ansi?sponsor=1"
1091
+ }
1092
+ },
1093
+ "node_modules/@isaacs/cliui/node_modules/wrap-ansi": {
1094
+ "version": "8.1.0",
1095
+ "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz",
1096
+ "integrity": "sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==",
1097
+ "license": "MIT",
1098
+ "dependencies": {
1099
+ "ansi-styles": "^6.1.0",
1100
+ "string-width": "^5.0.1",
1101
+ "strip-ansi": "^7.0.1"
1102
+ },
1103
+ "engines": {
1104
+ "node": ">=12"
1105
+ },
1106
+ "funding": {
1107
+ "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
1108
+ }
1109
+ },
1110
+ "node_modules/@jridgewell/gen-mapping": {
1111
+ "version": "0.3.13",
1112
+ "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.13.tgz",
1113
+ "integrity": "sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA==",
1114
+ "license": "MIT",
1115
+ "dependencies": {
1116
+ "@jridgewell/sourcemap-codec": "^1.5.0",
1117
+ "@jridgewell/trace-mapping": "^0.3.24"
1118
+ }
1119
+ },
1120
+ "node_modules/@jridgewell/remapping": {
1121
+ "version": "2.3.5",
1122
+ "resolved": "https://registry.npmjs.org/@jridgewell/remapping/-/remapping-2.3.5.tgz",
1123
+ "integrity": "sha512-LI9u/+laYG4Ds1TDKSJW2YPrIlcVYOwi2fUC6xB43lueCjgxV4lffOCZCtYFiH6TNOX+tQKXx97T4IKHbhyHEQ==",
1124
+ "license": "MIT",
1125
+ "dependencies": {
1126
+ "@jridgewell/gen-mapping": "^0.3.5",
1127
+ "@jridgewell/trace-mapping": "^0.3.24"
1128
+ }
1129
+ },
1130
+ "node_modules/@jridgewell/resolve-uri": {
1131
+ "version": "3.1.2",
1132
+ "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz",
1133
+ "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==",
1134
+ "license": "MIT",
1135
+ "engines": {
1136
+ "node": ">=6.0.0"
1137
+ }
1138
+ },
1139
+ "node_modules/@jridgewell/sourcemap-codec": {
1140
+ "version": "1.5.5",
1141
+ "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz",
1142
+ "integrity": "sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==",
1143
+ "license": "MIT"
1144
+ },
1145
+ "node_modules/@jridgewell/trace-mapping": {
1146
+ "version": "0.3.31",
1147
+ "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.31.tgz",
1148
+ "integrity": "sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==",
1149
+ "license": "MIT",
1150
+ "dependencies": {
1151
+ "@jridgewell/resolve-uri": "^3.1.0",
1152
+ "@jridgewell/sourcemap-codec": "^1.4.14"
1153
+ }
1154
+ },
1155
+ "node_modules/@regulaforensics/document-reader": {
1156
+ "version": "8.4.317-beta",
1157
+ "resolved": "https://registry.npmjs.org/@regulaforensics/document-reader/-/document-reader-8.4.317-beta.tgz",
1158
+ "integrity": "sha512-txbWW1gEjgtROgUzsLATd4m8bhIZAl47LNCQfeM9/VXinxM7xagMGAKlVAobmCOppeBBQOFkTTcB2yG/png7qw==",
1159
+ "license": "commercial"
1160
+ },
1161
+ "node_modules/@regulaforensics/document-reader-core-fullauthrfid": {
1162
+ "version": "8.4.272-beta",
1163
+ "resolved": "https://registry.npmjs.org/@regulaforensics/document-reader-core-fullauthrfid/-/document-reader-core-fullauthrfid-8.4.272-beta.tgz",
1164
+ "integrity": "sha512-vMsFauBy7toobTUcmE5E8L9srGjPKgXtvfBJTY8extAWKvBMmWLrl6kI7hZyp+XKd1o7qC+T08C4faYeXARW6A==",
1165
+ "license": "commercial"
1166
+ },
1167
+ "node_modules/@regulaforensics/face-core-basic": {
1168
+ "version": "7.3.282-beta",
1169
+ "resolved": "https://registry.npmjs.org/@regulaforensics/face-core-basic/-/face-core-basic-7.3.282-beta.tgz",
1170
+ "integrity": "sha512-Ll7xQcPcrhje4kum5JGO3VaM3VHdJkcN/MWERw5I2spts75inB6GoxA/RTOjlHSiXcx17OYHH0I7qRVFIft9VA==",
1171
+ "license": "commercial"
1172
+ },
1173
+ "node_modules/@regulaforensics/face-sdk": {
1174
+ "version": "7.3.484-beta",
1175
+ "resolved": "https://registry.npmjs.org/@regulaforensics/face-sdk/-/face-sdk-7.3.484-beta.tgz",
1176
+ "integrity": "sha512-o1hXN0gjjYckuUsJLgcqf7wS0AIa8F/IhFHZVEpx3zb5m5B1MsvSh/2dUvd2LtrTI/yQpgeT06Aem+/h2RZT7w==",
1177
+ "license": "commercial"
1178
+ },
1179
+ "node_modules/@regulaforensics/idv": {
1180
+ "version": "3.2.26-beta",
1181
+ "resolved": "https://registry.npmjs.org/@regulaforensics/idv/-/idv-3.2.26-beta.tgz",
1182
+ "integrity": "sha512-nVdKFvvJMR9qyKSL9ELZR3Ib6VMWqgt+Q58EkgnZA5CrFAXxJIKAbUvqO6RpPbHT9m23oQf/TFzE6xg+NrT6XA==",
1183
+ "license": "commercial"
1184
+ },
1185
+ "node_modules/@regulaforensics/idv-module-document-reader": {
1186
+ "version": "3.2.30-beta",
1187
+ "resolved": "https://registry.npmjs.org/@regulaforensics/idv-module-document-reader/-/idv-module-document-reader-3.2.30-beta.tgz",
1188
+ "integrity": "sha512-NK1upxyCHSLet0wTC6lDD/ARCowWYCue0BeQvF2r5vZg/d9LIABS132SGwBFag9S0AvIS8vhoosHA8oSLH7mzw==",
1189
+ "license": "commercial"
1190
+ },
1191
+ "node_modules/@regulaforensics/idv-module-face": {
1192
+ "version": "3.2.31-beta",
1193
+ "resolved": "https://registry.npmjs.org/@regulaforensics/idv-module-face/-/idv-module-face-3.2.31-beta.tgz",
1194
+ "integrity": "sha512-C3VvP7x0q1mcwRY0CxyC5NRdq+GG9LxA/3D5yYnEGDAktIjKajc5j27ZNDOLufoZkAcT9d+KBeI2zyvy0pq9rQ==",
1195
+ "license": "commercial"
1196
+ },
1197
+ "node_modules/@rollup/rollup-android-arm-eabi": {
1198
+ "version": "4.52.3",
1199
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.52.3.tgz",
1200
+ "integrity": "sha512-h6cqHGZ6VdnwliFG1NXvMPTy/9PS3h8oLh7ImwR+kl+oYnQizgjxsONmmPSb2C66RksfkfIxEVtDSEcJiO0tqw==",
1201
+ "cpu": [
1202
+ "arm"
1203
+ ],
1204
+ "license": "MIT",
1205
+ "optional": true,
1206
+ "os": [
1207
+ "android"
1208
+ ],
1209
+ "peer": true
1210
+ },
1211
+ "node_modules/@rollup/rollup-android-arm64": {
1212
+ "version": "4.52.3",
1213
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.52.3.tgz",
1214
+ "integrity": "sha512-wd+u7SLT/u6knklV/ifG7gr5Qy4GUbH2hMWcDauPFJzmCZUAJ8L2bTkVXC2niOIxp8lk3iH/QX8kSrUxVZrOVw==",
1215
+ "cpu": [
1216
+ "arm64"
1217
+ ],
1218
+ "license": "MIT",
1219
+ "optional": true,
1220
+ "os": [
1221
+ "android"
1222
+ ],
1223
+ "peer": true
1224
+ },
1225
+ "node_modules/@rollup/rollup-darwin-arm64": {
1226
+ "version": "4.52.3",
1227
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.52.3.tgz",
1228
+ "integrity": "sha512-lj9ViATR1SsqycwFkJCtYfQTheBdvlWJqzqxwc9f2qrcVrQaF/gCuBRTiTolkRWS6KvNxSk4KHZWG7tDktLgjg==",
1229
+ "cpu": [
1230
+ "arm64"
1231
+ ],
1232
+ "license": "MIT",
1233
+ "optional": true,
1234
+ "os": [
1235
+ "darwin"
1236
+ ],
1237
+ "peer": true
1238
+ },
1239
+ "node_modules/@rollup/rollup-darwin-x64": {
1240
+ "version": "4.52.3",
1241
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.52.3.tgz",
1242
+ "integrity": "sha512-+Dyo7O1KUmIsbzx1l+4V4tvEVnVQqMOIYtrxK7ncLSknl1xnMHLgn7gddJVrYPNZfEB8CIi3hK8gq8bDhb3h5A==",
1243
+ "cpu": [
1244
+ "x64"
1245
+ ],
1246
+ "license": "MIT",
1247
+ "optional": true,
1248
+ "os": [
1249
+ "darwin"
1250
+ ],
1251
+ "peer": true
1252
+ },
1253
+ "node_modules/@rollup/rollup-freebsd-arm64": {
1254
+ "version": "4.52.3",
1255
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-arm64/-/rollup-freebsd-arm64-4.52.3.tgz",
1256
+ "integrity": "sha512-u9Xg2FavYbD30g3DSfNhxgNrxhi6xVG4Y6i9Ur1C7xUuGDW3banRbXj+qgnIrwRN4KeJ396jchwy9bCIzbyBEQ==",
1257
+ "cpu": [
1258
+ "arm64"
1259
+ ],
1260
+ "license": "MIT",
1261
+ "optional": true,
1262
+ "os": [
1263
+ "freebsd"
1264
+ ],
1265
+ "peer": true
1266
+ },
1267
+ "node_modules/@rollup/rollup-freebsd-x64": {
1268
+ "version": "4.52.3",
1269
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-x64/-/rollup-freebsd-x64-4.52.3.tgz",
1270
+ "integrity": "sha512-5M8kyi/OX96wtD5qJR89a/3x5x8x5inXBZO04JWhkQb2JWavOWfjgkdvUqibGJeNNaz1/Z1PPza5/tAPXICI6A==",
1271
+ "cpu": [
1272
+ "x64"
1273
+ ],
1274
+ "license": "MIT",
1275
+ "optional": true,
1276
+ "os": [
1277
+ "freebsd"
1278
+ ],
1279
+ "peer": true
1280
+ },
1281
+ "node_modules/@rollup/rollup-linux-arm-gnueabihf": {
1282
+ "version": "4.52.3",
1283
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.52.3.tgz",
1284
+ "integrity": "sha512-IoerZJ4l1wRMopEHRKOO16e04iXRDyZFZnNZKrWeNquh5d6bucjezgd+OxG03mOMTnS1x7hilzb3uURPkJ0OfA==",
1285
+ "cpu": [
1286
+ "arm"
1287
+ ],
1288
+ "license": "MIT",
1289
+ "optional": true,
1290
+ "os": [
1291
+ "linux"
1292
+ ],
1293
+ "peer": true
1294
+ },
1295
+ "node_modules/@rollup/rollup-linux-arm-musleabihf": {
1296
+ "version": "4.52.3",
1297
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.52.3.tgz",
1298
+ "integrity": "sha512-ZYdtqgHTDfvrJHSh3W22TvjWxwOgc3ThK/XjgcNGP2DIwFIPeAPNsQxrJO5XqleSlgDux2VAoWQ5iJrtaC1TbA==",
1299
+ "cpu": [
1300
+ "arm"
1301
+ ],
1302
+ "license": "MIT",
1303
+ "optional": true,
1304
+ "os": [
1305
+ "linux"
1306
+ ],
1307
+ "peer": true
1308
+ },
1309
+ "node_modules/@rollup/rollup-linux-arm64-gnu": {
1310
+ "version": "4.52.3",
1311
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.52.3.tgz",
1312
+ "integrity": "sha512-NcViG7A0YtuFDA6xWSgmFb6iPFzHlf5vcqb2p0lGEbT+gjrEEz8nC/EeDHvx6mnGXnGCC1SeVV+8u+smj0CeGQ==",
1313
+ "cpu": [
1314
+ "arm64"
1315
+ ],
1316
+ "license": "MIT",
1317
+ "optional": true,
1318
+ "os": [
1319
+ "linux"
1320
+ ],
1321
+ "peer": true
1322
+ },
1323
+ "node_modules/@rollup/rollup-linux-arm64-musl": {
1324
+ "version": "4.52.3",
1325
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.52.3.tgz",
1326
+ "integrity": "sha512-d3pY7LWno6SYNXRm6Ebsq0DJGoiLXTb83AIPCXl9fmtIQs/rXoS8SJxxUNtFbJ5MiOvs+7y34np77+9l4nfFMw==",
1327
+ "cpu": [
1328
+ "arm64"
1329
+ ],
1330
+ "license": "MIT",
1331
+ "optional": true,
1332
+ "os": [
1333
+ "linux"
1334
+ ],
1335
+ "peer": true
1336
+ },
1337
+ "node_modules/@rollup/rollup-linux-loong64-gnu": {
1338
+ "version": "4.52.3",
1339
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-loong64-gnu/-/rollup-linux-loong64-gnu-4.52.3.tgz",
1340
+ "integrity": "sha512-3y5GA0JkBuirLqmjwAKwB0keDlI6JfGYduMlJD/Rl7fvb4Ni8iKdQs1eiunMZJhwDWdCvrcqXRY++VEBbvk6Eg==",
1341
+ "cpu": [
1342
+ "loong64"
1343
+ ],
1344
+ "license": "MIT",
1345
+ "optional": true,
1346
+ "os": [
1347
+ "linux"
1348
+ ],
1349
+ "peer": true
1350
+ },
1351
+ "node_modules/@rollup/rollup-linux-ppc64-gnu": {
1352
+ "version": "4.52.3",
1353
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-ppc64-gnu/-/rollup-linux-ppc64-gnu-4.52.3.tgz",
1354
+ "integrity": "sha512-AUUH65a0p3Q0Yfm5oD2KVgzTKgwPyp9DSXc3UA7DtxhEb/WSPfbG4wqXeSN62OG5gSo18em4xv6dbfcUGXcagw==",
1355
+ "cpu": [
1356
+ "ppc64"
1357
+ ],
1358
+ "license": "MIT",
1359
+ "optional": true,
1360
+ "os": [
1361
+ "linux"
1362
+ ],
1363
+ "peer": true
1364
+ },
1365
+ "node_modules/@rollup/rollup-linux-riscv64-gnu": {
1366
+ "version": "4.52.3",
1367
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.52.3.tgz",
1368
+ "integrity": "sha512-1makPhFFVBqZE+XFg3Dkq+IkQ7JvmUrwwqaYBL2CE+ZpxPaqkGaiWFEWVGyvTwZace6WLJHwjVh/+CXbKDGPmg==",
1369
+ "cpu": [
1370
+ "riscv64"
1371
+ ],
1372
+ "license": "MIT",
1373
+ "optional": true,
1374
+ "os": [
1375
+ "linux"
1376
+ ],
1377
+ "peer": true
1378
+ },
1379
+ "node_modules/@rollup/rollup-linux-riscv64-musl": {
1380
+ "version": "4.52.3",
1381
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-musl/-/rollup-linux-riscv64-musl-4.52.3.tgz",
1382
+ "integrity": "sha512-OOFJa28dxfl8kLOPMUOQBCO6z3X2SAfzIE276fwT52uXDWUS178KWq0pL7d6p1kz7pkzA0yQwtqL0dEPoVcRWg==",
1383
+ "cpu": [
1384
+ "riscv64"
1385
+ ],
1386
+ "license": "MIT",
1387
+ "optional": true,
1388
+ "os": [
1389
+ "linux"
1390
+ ],
1391
+ "peer": true
1392
+ },
1393
+ "node_modules/@rollup/rollup-linux-s390x-gnu": {
1394
+ "version": "4.52.3",
1395
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.52.3.tgz",
1396
+ "integrity": "sha512-jMdsML2VI5l+V7cKfZx3ak+SLlJ8fKvLJ0Eoa4b9/vCUrzXKgoKxvHqvJ/mkWhFiyp88nCkM5S2v6nIwRtPcgg==",
1397
+ "cpu": [
1398
+ "s390x"
1399
+ ],
1400
+ "license": "MIT",
1401
+ "optional": true,
1402
+ "os": [
1403
+ "linux"
1404
+ ],
1405
+ "peer": true
1406
+ },
1407
+ "node_modules/@rollup/rollup-linux-x64-gnu": {
1408
+ "version": "4.52.3",
1409
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.52.3.tgz",
1410
+ "integrity": "sha512-tPgGd6bY2M2LJTA1uGq8fkSPK8ZLYjDjY+ZLK9WHncCnfIz29LIXIqUgzCR0hIefzy6Hpbe8Th5WOSwTM8E7LA==",
1411
+ "cpu": [
1412
+ "x64"
1413
+ ],
1414
+ "license": "MIT",
1415
+ "optional": true,
1416
+ "os": [
1417
+ "linux"
1418
+ ],
1419
+ "peer": true
1420
+ },
1421
+ "node_modules/@rollup/rollup-linux-x64-musl": {
1422
+ "version": "4.52.3",
1423
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.52.3.tgz",
1424
+ "integrity": "sha512-BCFkJjgk+WFzP+tcSMXq77ymAPIxsX9lFJWs+2JzuZTLtksJ2o5hvgTdIcZ5+oKzUDMwI0PfWzRBYAydAHF2Mw==",
1425
+ "cpu": [
1426
+ "x64"
1427
+ ],
1428
+ "license": "MIT",
1429
+ "optional": true,
1430
+ "os": [
1431
+ "linux"
1432
+ ],
1433
+ "peer": true
1434
+ },
1435
+ "node_modules/@rollup/rollup-openharmony-arm64": {
1436
+ "version": "4.52.3",
1437
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-openharmony-arm64/-/rollup-openharmony-arm64-4.52.3.tgz",
1438
+ "integrity": "sha512-KTD/EqjZF3yvRaWUJdD1cW+IQBk4fbQaHYJUmP8N4XoKFZilVL8cobFSTDnjTtxWJQ3JYaMgF4nObY/+nYkumA==",
1439
+ "cpu": [
1440
+ "arm64"
1441
+ ],
1442
+ "license": "MIT",
1443
+ "optional": true,
1444
+ "os": [
1445
+ "openharmony"
1446
+ ],
1447
+ "peer": true
1448
+ },
1449
+ "node_modules/@rollup/rollup-win32-arm64-msvc": {
1450
+ "version": "4.52.3",
1451
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.52.3.tgz",
1452
+ "integrity": "sha512-+zteHZdoUYLkyYKObGHieibUFLbttX2r+58l27XZauq0tcWYYuKUwY2wjeCN9oK1Um2YgH2ibd6cnX/wFD7DuA==",
1453
+ "cpu": [
1454
+ "arm64"
1455
+ ],
1456
+ "license": "MIT",
1457
+ "optional": true,
1458
+ "os": [
1459
+ "win32"
1460
+ ],
1461
+ "peer": true
1462
+ },
1463
+ "node_modules/@rollup/rollup-win32-ia32-msvc": {
1464
+ "version": "4.52.3",
1465
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.52.3.tgz",
1466
+ "integrity": "sha512-of1iHkTQSo3kr6dTIRX6t81uj/c/b15HXVsPcEElN5sS859qHrOepM5p9G41Hah+CTqSh2r8Bm56dL2z9UQQ7g==",
1467
+ "cpu": [
1468
+ "ia32"
1469
+ ],
1470
+ "license": "MIT",
1471
+ "optional": true,
1472
+ "os": [
1473
+ "win32"
1474
+ ],
1475
+ "peer": true
1476
+ },
1477
+ "node_modules/@rollup/rollup-win32-x64-gnu": {
1478
+ "version": "4.52.3",
1479
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-gnu/-/rollup-win32-x64-gnu-4.52.3.tgz",
1480
+ "integrity": "sha512-s0hybmlHb56mWVZQj8ra9048/WZTPLILKxcvcq+8awSZmyiSUZjjem1AhU3Tf4ZKpYhK4mg36HtHDOe8QJS5PQ==",
1481
+ "cpu": [
1482
+ "x64"
1483
+ ],
1484
+ "license": "MIT",
1485
+ "optional": true,
1486
+ "os": [
1487
+ "win32"
1488
+ ],
1489
+ "peer": true
1490
+ },
1491
+ "node_modules/@rollup/rollup-win32-x64-msvc": {
1492
+ "version": "4.52.3",
1493
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.52.3.tgz",
1494
+ "integrity": "sha512-zGIbEVVXVtauFgl3MRwGWEN36P5ZGenHRMgNw88X5wEhEBpq0XrMEZwOn07+ICrwM17XO5xfMZqh0OldCH5VTA==",
1495
+ "cpu": [
1496
+ "x64"
1497
+ ],
1498
+ "license": "MIT",
1499
+ "optional": true,
1500
+ "os": [
1501
+ "win32"
1502
+ ],
1503
+ "peer": true
1504
+ },
1505
+ "node_modules/@stencil/core": {
1506
+ "version": "4.20.0",
1507
+ "resolved": "https://registry.npmjs.org/@stencil/core/-/core-4.20.0.tgz",
1508
+ "integrity": "sha512-WPrTHFngvN081RY+dJPneKQLwnOFD60OMCOQGmmSHfCW0f4ujPMzzhwWU1gcSwXPWXz5O+8cBiiCaxAbJU7kAg==",
1509
+ "license": "MIT",
1510
+ "bin": {
1511
+ "stencil": "bin/stencil"
1512
+ },
1513
+ "engines": {
1514
+ "node": ">=16.0.0",
1515
+ "npm": ">=7.10.0"
1516
+ }
1517
+ },
1518
+ "node_modules/@types/babel__core": {
1519
+ "version": "7.20.5",
1520
+ "resolved": "https://registry.npmjs.org/@types/babel__core/-/babel__core-7.20.5.tgz",
1521
+ "integrity": "sha512-qoQprZvz5wQFJwMDqeseRXWv3rqMvhgpbXFfVyWhbx9X47POIA6i/+dXefEmZKoAgOaTdaIgNSMqMIU61yRyzA==",
1522
+ "license": "MIT",
1523
+ "dependencies": {
1524
+ "@babel/parser": "^7.20.7",
1525
+ "@babel/types": "^7.20.7",
1526
+ "@types/babel__generator": "*",
1527
+ "@types/babel__template": "*",
1528
+ "@types/babel__traverse": "*"
1529
+ }
1530
+ },
1531
+ "node_modules/@types/babel__generator": {
1532
+ "version": "7.27.0",
1533
+ "resolved": "https://registry.npmjs.org/@types/babel__generator/-/babel__generator-7.27.0.tgz",
1534
+ "integrity": "sha512-ufFd2Xi92OAVPYsy+P4n7/U7e68fex0+Ee8gSG9KX7eo084CWiQ4sdxktvdl0bOPupXtVJPY19zk6EwWqUQ8lg==",
1535
+ "license": "MIT",
1536
+ "dependencies": {
1537
+ "@babel/types": "^7.0.0"
1538
+ }
1539
+ },
1540
+ "node_modules/@types/babel__template": {
1541
+ "version": "7.4.4",
1542
+ "resolved": "https://registry.npmjs.org/@types/babel__template/-/babel__template-7.4.4.tgz",
1543
+ "integrity": "sha512-h/NUaSyG5EyxBIp8YRxo4RMe2/qQgvyowRwVMzhYhBCONbW8PUsg4lkFMrhgZhUe5z3L3MiLDuvyJ/CaPa2A8A==",
1544
+ "license": "MIT",
1545
+ "dependencies": {
1546
+ "@babel/parser": "^7.1.0",
1547
+ "@babel/types": "^7.0.0"
1548
+ }
1549
+ },
1550
+ "node_modules/@types/babel__traverse": {
1551
+ "version": "7.28.0",
1552
+ "resolved": "https://registry.npmjs.org/@types/babel__traverse/-/babel__traverse-7.28.0.tgz",
1553
+ "integrity": "sha512-8PvcXf70gTDZBgt9ptxJ8elBeBjcLOAcOtoO/mPJjtji1+CdGbHgm77om1GrsPxsiE+uXIpNSK64UYaIwQXd4Q==",
1554
+ "license": "MIT",
1555
+ "dependencies": {
1556
+ "@babel/types": "^7.28.2"
1557
+ }
1558
+ },
1559
+ "node_modules/@types/estree": {
1560
+ "version": "1.0.8",
1561
+ "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.8.tgz",
1562
+ "integrity": "sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==",
1563
+ "license": "MIT",
1564
+ "peer": true
1565
+ },
1566
+ "node_modules/@types/fs-extra": {
1567
+ "version": "8.1.5",
1568
+ "resolved": "https://registry.npmjs.org/@types/fs-extra/-/fs-extra-8.1.5.tgz",
1569
+ "integrity": "sha512-0dzKcwO+S8s2kuF5Z9oUWatQJj5Uq/iqphEtE3GQJVRRYm/tD1LglU2UnXi2A8jLq5umkGouOXOR9y0n613ZwQ==",
1570
+ "license": "MIT",
1571
+ "dependencies": {
1572
+ "@types/node": "*"
1573
+ }
1574
+ },
1575
+ "node_modules/@types/history": {
1576
+ "version": "4.7.11",
1577
+ "resolved": "https://registry.npmjs.org/@types/history/-/history-4.7.11.tgz",
1578
+ "integrity": "sha512-qjDJRrmvBMiTx+jyLxvLfJU7UznFuokDv4f3WRuriHKERccVpFU+8XMQUAbDzoiJCsmexxRExQeMwwCdamSKDA==",
1579
+ "license": "MIT"
1580
+ },
1581
+ "node_modules/@types/node": {
1582
+ "version": "24.6.1",
1583
+ "resolved": "https://registry.npmjs.org/@types/node/-/node-24.6.1.tgz",
1584
+ "integrity": "sha512-ljvjjs3DNXummeIaooB4cLBKg2U6SPI6Hjra/9rRIy7CpM0HpLtG9HptkMKAb4HYWy5S7HUvJEuWgr/y0U8SHw==",
1585
+ "license": "MIT",
1586
+ "dependencies": {
1587
+ "undici-types": "~7.13.0"
1588
+ }
1589
+ },
1590
+ "node_modules/@types/react": {
1591
+ "version": "19.1.16",
1592
+ "resolved": "https://registry.npmjs.org/@types/react/-/react-19.1.16.tgz",
1593
+ "integrity": "sha512-WBM/nDbEZmDUORKnh5i1bTnAz6vTohUf9b8esSMu+b24+srbaxa04UbJgWx78CVfNXA20sNu0odEIluZDFdCog==",
1594
+ "license": "MIT",
1595
+ "dependencies": {
1596
+ "csstype": "^3.0.2"
1597
+ }
1598
+ },
1599
+ "node_modules/@types/react-router": {
1600
+ "version": "5.1.20",
1601
+ "resolved": "https://registry.npmjs.org/@types/react-router/-/react-router-5.1.20.tgz",
1602
+ "integrity": "sha512-jGjmu/ZqS7FjSH6owMcD5qpq19+1RS9DeVRqfl1FeBMxTDQAGwlMWOcs52NDoXaNKyG3d1cYQFMs9rCrb88o9Q==",
1603
+ "license": "MIT",
1604
+ "dependencies": {
1605
+ "@types/history": "^4.7.11",
1606
+ "@types/react": "*"
1607
+ }
1608
+ },
1609
+ "node_modules/@types/react-router-dom": {
1610
+ "version": "5.3.3",
1611
+ "resolved": "https://registry.npmjs.org/@types/react-router-dom/-/react-router-dom-5.3.3.tgz",
1612
+ "integrity": "sha512-kpqnYK4wcdm5UaWI3fLcELopqLrHgLqNsdpHauzlQktfkHL3npOSwtj1Uz9oKBAzs7lFtVkV8j83voAz2D8fhw==",
1613
+ "license": "MIT",
1614
+ "dependencies": {
1615
+ "@types/history": "^4.7.11",
1616
+ "@types/react": "*",
1617
+ "@types/react-router": "*"
1618
+ }
1619
+ },
1620
+ "node_modules/@types/slice-ansi": {
1621
+ "version": "4.0.0",
1622
+ "resolved": "https://registry.npmjs.org/@types/slice-ansi/-/slice-ansi-4.0.0.tgz",
1623
+ "integrity": "sha512-+OpjSaq85gvlZAYINyzKpLeiFkSC4EsC6IIiT6v6TLSU5k5U83fHGj9Lel8oKEXM0HqgrMVCjXPDPVICtxF7EQ==",
1624
+ "license": "MIT"
1625
+ },
1626
+ "node_modules/@vitejs/plugin-react": {
1627
+ "version": "4.3.4",
1628
+ "resolved": "https://registry.npmjs.org/@vitejs/plugin-react/-/plugin-react-4.3.4.tgz",
1629
+ "integrity": "sha512-SCCPBJtYLdE8PX/7ZQAs1QAZ8Jqwih+0VBLum1EGqmCCQal+MIUqLCzj3ZUy8ufbC0cAM4LRlSTm7IQJwWT4ug==",
1630
+ "license": "MIT",
1631
+ "dependencies": {
1632
+ "@babel/core": "^7.26.0",
1633
+ "@babel/plugin-transform-react-jsx-self": "^7.25.9",
1634
+ "@babel/plugin-transform-react-jsx-source": "^7.25.9",
1635
+ "@types/babel__core": "^7.20.5",
1636
+ "react-refresh": "^0.14.2"
1637
+ },
1638
+ "engines": {
1639
+ "node": "^14.18.0 || >=16.0.0"
1640
+ },
1641
+ "peerDependencies": {
1642
+ "vite": "^4.2.0 || ^5.0.0 || ^6.0.0"
1643
+ }
1644
+ },
1645
+ "node_modules/@xmldom/xmldom": {
1646
+ "version": "0.8.11",
1647
+ "resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.8.11.tgz",
1648
+ "integrity": "sha512-cQzWCtO6C8TQiYl1ruKNn2U6Ao4o4WBBcbL61yJl84x+j5sOWWFU9X7DpND8XZG3daDppSsigMdfAIl2upQBRw==",
1649
+ "license": "MIT",
1650
+ "engines": {
1651
+ "node": ">=10.0.0"
1652
+ }
1653
+ },
1654
+ "node_modules/ansi-regex": {
1655
+ "version": "5.0.1",
1656
+ "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
1657
+ "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
1658
+ "license": "MIT",
1659
+ "engines": {
1660
+ "node": ">=8"
1661
+ }
1662
+ },
1663
+ "node_modules/ansi-styles": {
1664
+ "version": "4.3.0",
1665
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
1666
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
1667
+ "license": "MIT",
1668
+ "dependencies": {
1669
+ "color-convert": "^2.0.1"
1670
+ },
1671
+ "engines": {
1672
+ "node": ">=8"
1673
+ },
1674
+ "funding": {
1675
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
1676
+ }
1677
+ },
1678
+ "node_modules/anymatch": {
1679
+ "version": "3.1.3",
1680
+ "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.3.tgz",
1681
+ "integrity": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==",
1682
+ "license": "ISC",
1683
+ "dependencies": {
1684
+ "normalize-path": "^3.0.0",
1685
+ "picomatch": "^2.0.4"
1686
+ },
1687
+ "engines": {
1688
+ "node": ">= 8"
1689
+ }
1690
+ },
1691
+ "node_modules/anymatch/node_modules/picomatch": {
1692
+ "version": "2.3.1",
1693
+ "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz",
1694
+ "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==",
1695
+ "license": "MIT",
1696
+ "engines": {
1697
+ "node": ">=8.6"
1698
+ },
1699
+ "funding": {
1700
+ "url": "https://github.com/sponsors/jonschlinkert"
1701
+ }
1702
+ },
1703
+ "node_modules/astral-regex": {
1704
+ "version": "2.0.0",
1705
+ "resolved": "https://registry.npmjs.org/astral-regex/-/astral-regex-2.0.0.tgz",
1706
+ "integrity": "sha512-Z7tMw1ytTXt5jqMcOP+OQteU1VuNK9Y02uuJtKQ1Sv69jXQKKg5cibLwGJow8yzZP+eAc18EmLGPal0bp36rvQ==",
1707
+ "license": "MIT",
1708
+ "engines": {
1709
+ "node": ">=8"
1710
+ }
1711
+ },
1712
+ "node_modules/at-least-node": {
1713
+ "version": "1.0.0",
1714
+ "resolved": "https://registry.npmjs.org/at-least-node/-/at-least-node-1.0.0.tgz",
1715
+ "integrity": "sha512-+q/t7Ekv1EDY2l6Gda6LLiX14rU9TV20Wa3ofeQmwPFZbOMo9DXrLbOjFaaclkXKWidIaopwAObQDqwWtGUjqg==",
1716
+ "license": "ISC",
1717
+ "engines": {
1718
+ "node": ">= 4.0.0"
1719
+ }
1720
+ },
1721
+ "node_modules/base64-js": {
1722
+ "version": "1.5.1",
1723
+ "resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz",
1724
+ "integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==",
1725
+ "funding": [
1726
+ {
1727
+ "type": "github",
1728
+ "url": "https://github.com/sponsors/feross"
1729
+ },
1730
+ {
1731
+ "type": "patreon",
1732
+ "url": "https://www.patreon.com/feross"
1733
+ },
1734
+ {
1735
+ "type": "consulting",
1736
+ "url": "https://feross.org/support"
1737
+ }
1738
+ ],
1739
+ "license": "MIT"
1740
+ },
1741
+ "node_modules/baseline-browser-mapping": {
1742
+ "version": "2.8.10",
1743
+ "resolved": "https://registry.npmjs.org/baseline-browser-mapping/-/baseline-browser-mapping-2.8.10.tgz",
1744
+ "integrity": "sha512-uLfgBi+7IBNay8ECBO2mVMGZAc1VgZWEChxm4lv+TobGdG82LnXMjuNGo/BSSZZL4UmkWhxEHP2f5ziLNwGWMA==",
1745
+ "license": "Apache-2.0",
1746
+ "bin": {
1747
+ "baseline-browser-mapping": "dist/cli.js"
1748
+ }
1749
+ },
1750
+ "node_modules/big-integer": {
1751
+ "version": "1.6.52",
1752
+ "resolved": "https://registry.npmjs.org/big-integer/-/big-integer-1.6.52.tgz",
1753
+ "integrity": "sha512-QxD8cf2eVqJOOz63z6JIN9BzvVs/dlySa5HGSBH5xtR8dPteIRQnBxxKqkNTiT6jbDTF6jAfrd4oMcND9RGbQg==",
1754
+ "license": "Unlicense",
1755
+ "engines": {
1756
+ "node": ">=0.6"
1757
+ }
1758
+ },
1759
+ "node_modules/binary-extensions": {
1760
+ "version": "2.3.0",
1761
+ "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.3.0.tgz",
1762
+ "integrity": "sha512-Ceh+7ox5qe7LJuLHoY0feh3pHuUDHAcRUeyL2VYghZwfpkNIy/+8Ocg0a3UuSoYzavmylwuLWQOf3hl0jjMMIw==",
1763
+ "license": "MIT",
1764
+ "engines": {
1765
+ "node": ">=8"
1766
+ },
1767
+ "funding": {
1768
+ "url": "https://github.com/sponsors/sindresorhus"
1769
+ }
1770
+ },
1771
+ "node_modules/bplist-parser": {
1772
+ "version": "0.3.2",
1773
+ "resolved": "https://registry.npmjs.org/bplist-parser/-/bplist-parser-0.3.2.tgz",
1774
+ "integrity": "sha512-apC2+fspHGI3mMKj+dGevkGo/tCqVB8jMb6i+OX+E29p0Iposz07fABkRIfVUPNd5A5VbuOz1bZbnmkKLYF+wQ==",
1775
+ "license": "MIT",
1776
+ "dependencies": {
1777
+ "big-integer": "1.6.x"
1778
+ },
1779
+ "engines": {
1780
+ "node": ">= 5.10.0"
1781
+ }
1782
+ },
1783
+ "node_modules/braces": {
1784
+ "version": "3.0.3",
1785
+ "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz",
1786
+ "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==",
1787
+ "license": "MIT",
1788
+ "dependencies": {
1789
+ "fill-range": "^7.1.1"
1790
+ },
1791
+ "engines": {
1792
+ "node": ">=8"
1793
+ }
1794
+ },
1795
+ "node_modules/browserslist": {
1796
+ "version": "4.26.3",
1797
+ "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.26.3.tgz",
1798
+ "integrity": "sha512-lAUU+02RFBuCKQPj/P6NgjlbCnLBMp4UtgTx7vNHd3XSIJF87s9a5rA3aH2yw3GS9DqZAUbOtZdCCiZeVRqt0w==",
1799
+ "funding": [
1800
+ {
1801
+ "type": "opencollective",
1802
+ "url": "https://opencollective.com/browserslist"
1803
+ },
1804
+ {
1805
+ "type": "tidelift",
1806
+ "url": "https://tidelift.com/funding/github/npm/browserslist"
1807
+ },
1808
+ {
1809
+ "type": "github",
1810
+ "url": "https://github.com/sponsors/ai"
1811
+ }
1812
+ ],
1813
+ "license": "MIT",
1814
+ "dependencies": {
1815
+ "baseline-browser-mapping": "^2.8.9",
1816
+ "caniuse-lite": "^1.0.30001746",
1817
+ "electron-to-chromium": "^1.5.227",
1818
+ "node-releases": "^2.0.21",
1819
+ "update-browserslist-db": "^1.1.3"
1820
+ },
1821
+ "bin": {
1822
+ "browserslist": "cli.js"
1823
+ },
1824
+ "engines": {
1825
+ "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7"
1826
+ }
1827
+ },
1828
+ "node_modules/buffer-crc32": {
1829
+ "version": "0.2.13",
1830
+ "resolved": "https://registry.npmjs.org/buffer-crc32/-/buffer-crc32-0.2.13.tgz",
1831
+ "integrity": "sha512-VO9Ht/+p3SN7SKWqcrgEzjGbRSJYTx+Q1pTQC0wrWqHx0vpJraQ6GtHx8tvcg1rlK1byhU5gccxgOgj7B0TDkQ==",
1832
+ "license": "MIT",
1833
+ "engines": {
1834
+ "node": "*"
1835
+ }
1836
+ },
1837
+ "node_modules/caniuse-lite": {
1838
+ "version": "1.0.30001746",
1839
+ "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001746.tgz",
1840
+ "integrity": "sha512-eA7Ys/DGw+pnkWWSE/id29f2IcPHVoE8wxtvE5JdvD2V28VTDPy1yEeo11Guz0sJ4ZeGRcm3uaTcAqK1LXaphA==",
1841
+ "funding": [
1842
+ {
1843
+ "type": "opencollective",
1844
+ "url": "https://opencollective.com/browserslist"
1845
+ },
1846
+ {
1847
+ "type": "tidelift",
1848
+ "url": "https://tidelift.com/funding/github/npm/caniuse-lite"
1849
+ },
1850
+ {
1851
+ "type": "github",
1852
+ "url": "https://github.com/sponsors/ai"
1853
+ }
1854
+ ],
1855
+ "license": "CC-BY-4.0"
1856
+ },
1857
+ "node_modules/chokidar": {
1858
+ "version": "3.6.0",
1859
+ "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.6.0.tgz",
1860
+ "integrity": "sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==",
1861
+ "license": "MIT",
1862
+ "dependencies": {
1863
+ "anymatch": "~3.1.2",
1864
+ "braces": "~3.0.2",
1865
+ "glob-parent": "~5.1.2",
1866
+ "is-binary-path": "~2.1.0",
1867
+ "is-glob": "~4.0.1",
1868
+ "normalize-path": "~3.0.0",
1869
+ "readdirp": "~3.6.0"
1870
+ },
1871
+ "engines": {
1872
+ "node": ">= 8.10.0"
1873
+ },
1874
+ "funding": {
1875
+ "url": "https://paulmillr.com/funding/"
1876
+ },
1877
+ "optionalDependencies": {
1878
+ "fsevents": "~2.3.2"
1879
+ }
1880
+ },
1881
+ "node_modules/chownr": {
1882
+ "version": "2.0.0",
1883
+ "resolved": "https://registry.npmjs.org/chownr/-/chownr-2.0.0.tgz",
1884
+ "integrity": "sha512-bIomtDF5KGpdogkLd9VspvFzk9KfpyyGlS8YFVZl7TGPBHL5snIOnxeshwVgPteQ9b4Eydl+pVbIyE1DcvCWgQ==",
1885
+ "license": "ISC",
1886
+ "engines": {
1887
+ "node": ">=10"
1888
+ }
1889
+ },
1890
+ "node_modules/color-convert": {
1891
+ "version": "2.0.1",
1892
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
1893
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
1894
+ "license": "MIT",
1895
+ "dependencies": {
1896
+ "color-name": "~1.1.4"
1897
+ },
1898
+ "engines": {
1899
+ "node": ">=7.0.0"
1900
+ }
1901
+ },
1902
+ "node_modules/color-name": {
1903
+ "version": "1.1.4",
1904
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
1905
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
1906
+ "license": "MIT"
1907
+ },
1908
+ "node_modules/commander": {
1909
+ "version": "12.1.0",
1910
+ "resolved": "https://registry.npmjs.org/commander/-/commander-12.1.0.tgz",
1911
+ "integrity": "sha512-Vw8qHK3bZM9y/P10u3Vib8o/DdkvA2OtPtZvD871QKjy74Wj1WSKFILMPRPSdUSx5RFK1arlJzEtA4PkFgnbuA==",
1912
+ "license": "MIT",
1913
+ "engines": {
1914
+ "node": ">=18"
1915
+ }
1916
+ },
1917
+ "node_modules/convert-source-map": {
1918
+ "version": "2.0.0",
1919
+ "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz",
1920
+ "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==",
1921
+ "license": "MIT"
1922
+ },
1923
+ "node_modules/cross-spawn": {
1924
+ "version": "7.0.6",
1925
+ "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz",
1926
+ "integrity": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==",
1927
+ "license": "MIT",
1928
+ "dependencies": {
1929
+ "path-key": "^3.1.0",
1930
+ "shebang-command": "^2.0.0",
1931
+ "which": "^2.0.1"
1932
+ },
1933
+ "engines": {
1934
+ "node": ">= 8"
1935
+ }
1936
+ },
1937
+ "node_modules/csstype": {
1938
+ "version": "3.1.3",
1939
+ "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.1.3.tgz",
1940
+ "integrity": "sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==",
1941
+ "license": "MIT"
1942
+ },
1943
+ "node_modules/debug": {
1944
+ "version": "4.4.3",
1945
+ "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz",
1946
+ "integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==",
1947
+ "license": "MIT",
1948
+ "dependencies": {
1949
+ "ms": "^2.1.3"
1950
+ },
1951
+ "engines": {
1952
+ "node": ">=6.0"
1953
+ },
1954
+ "peerDependenciesMeta": {
1955
+ "supports-color": {
1956
+ "optional": true
1957
+ }
1958
+ }
1959
+ },
1960
+ "node_modules/define-lazy-prop": {
1961
+ "version": "2.0.0",
1962
+ "resolved": "https://registry.npmjs.org/define-lazy-prop/-/define-lazy-prop-2.0.0.tgz",
1963
+ "integrity": "sha512-Ds09qNh8yw3khSjiJjiUInaGX9xlqZDY7JVryGxdxV7NPeuqQfplOpQ66yJFZut3jLa5zOwkXw1g9EI2uKh4Og==",
1964
+ "license": "MIT",
1965
+ "engines": {
1966
+ "node": ">=8"
1967
+ }
1968
+ },
1969
+ "node_modules/eastasianwidth": {
1970
+ "version": "0.2.0",
1971
+ "resolved": "https://registry.npmjs.org/eastasianwidth/-/eastasianwidth-0.2.0.tgz",
1972
+ "integrity": "sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==",
1973
+ "license": "MIT"
1974
+ },
1975
+ "node_modules/electron-to-chromium": {
1976
+ "version": "1.5.228",
1977
+ "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.228.tgz",
1978
+ "integrity": "sha512-nxkiyuqAn4MJ1QbobwqJILiDtu/jk14hEAWaMiJmNPh1Z+jqoFlBFZjdXwLWGeVSeu9hGLg6+2G9yJaW8rBIFA==",
1979
+ "license": "ISC"
1980
+ },
1981
+ "node_modules/elementtree": {
1982
+ "version": "0.1.7",
1983
+ "resolved": "https://registry.npmjs.org/elementtree/-/elementtree-0.1.7.tgz",
1984
+ "integrity": "sha512-wkgGT6kugeQk/P6VZ/f4T+4HB41BVgNBq5CDIZVbQ02nvTVqAiVTbskxxu3eA/X96lMlfYOwnLQpN2v5E1zDEg==",
1985
+ "license": "Apache-2.0",
1986
+ "dependencies": {
1987
+ "sax": "1.1.4"
1988
+ },
1989
+ "engines": {
1990
+ "node": ">= 0.4.0"
1991
+ }
1992
+ },
1993
+ "node_modules/emoji-regex": {
1994
+ "version": "8.0.0",
1995
+ "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
1996
+ "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
1997
+ "license": "MIT"
1998
+ },
1999
+ "node_modules/env-paths": {
2000
+ "version": "2.2.1",
2001
+ "resolved": "https://registry.npmjs.org/env-paths/-/env-paths-2.2.1.tgz",
2002
+ "integrity": "sha512-+h1lkLKhZMTYjog1VEpJNG7NZJWcuc2DDk/qsqSTRRCOXiLjeQ1d1/udrUGhqMxUgAlwKNZ0cf2uqan5GLuS2A==",
2003
+ "license": "MIT",
2004
+ "engines": {
2005
+ "node": ">=6"
2006
+ }
2007
+ },
2008
+ "node_modules/esbuild": {
2009
+ "version": "0.25.10",
2010
+ "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.25.10.tgz",
2011
+ "integrity": "sha512-9RiGKvCwaqxO2owP61uQ4BgNborAQskMR6QusfWzQqv7AZOg5oGehdY2pRJMTKuwxd1IDBP4rSbI5lHzU7SMsQ==",
2012
+ "hasInstallScript": true,
2013
+ "license": "MIT",
2014
+ "peer": true,
2015
+ "bin": {
2016
+ "esbuild": "bin/esbuild"
2017
+ },
2018
+ "engines": {
2019
+ "node": ">=18"
2020
+ },
2021
+ "optionalDependencies": {
2022
+ "@esbuild/aix-ppc64": "0.25.10",
2023
+ "@esbuild/android-arm": "0.25.10",
2024
+ "@esbuild/android-arm64": "0.25.10",
2025
+ "@esbuild/android-x64": "0.25.10",
2026
+ "@esbuild/darwin-arm64": "0.25.10",
2027
+ "@esbuild/darwin-x64": "0.25.10",
2028
+ "@esbuild/freebsd-arm64": "0.25.10",
2029
+ "@esbuild/freebsd-x64": "0.25.10",
2030
+ "@esbuild/linux-arm": "0.25.10",
2031
+ "@esbuild/linux-arm64": "0.25.10",
2032
+ "@esbuild/linux-ia32": "0.25.10",
2033
+ "@esbuild/linux-loong64": "0.25.10",
2034
+ "@esbuild/linux-mips64el": "0.25.10",
2035
+ "@esbuild/linux-ppc64": "0.25.10",
2036
+ "@esbuild/linux-riscv64": "0.25.10",
2037
+ "@esbuild/linux-s390x": "0.25.10",
2038
+ "@esbuild/linux-x64": "0.25.10",
2039
+ "@esbuild/netbsd-arm64": "0.25.10",
2040
+ "@esbuild/netbsd-x64": "0.25.10",
2041
+ "@esbuild/openbsd-arm64": "0.25.10",
2042
+ "@esbuild/openbsd-x64": "0.25.10",
2043
+ "@esbuild/openharmony-arm64": "0.25.10",
2044
+ "@esbuild/sunos-x64": "0.25.10",
2045
+ "@esbuild/win32-arm64": "0.25.10",
2046
+ "@esbuild/win32-ia32": "0.25.10",
2047
+ "@esbuild/win32-x64": "0.25.10"
2048
+ }
2049
+ },
2050
+ "node_modules/escalade": {
2051
+ "version": "3.2.0",
2052
+ "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.2.0.tgz",
2053
+ "integrity": "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==",
2054
+ "license": "MIT",
2055
+ "engines": {
2056
+ "node": ">=6"
2057
+ }
2058
+ },
2059
+ "node_modules/fd-slicer": {
2060
+ "version": "1.1.0",
2061
+ "resolved": "https://registry.npmjs.org/fd-slicer/-/fd-slicer-1.1.0.tgz",
2062
+ "integrity": "sha512-cE1qsB/VwyQozZ+q1dGxR8LBYNZeofhEdUNGSMbQD3Gw2lAzX9Zb3uIU6Ebc/Fmyjo9AWWfnn0AUCHqtevs/8g==",
2063
+ "license": "MIT",
2064
+ "dependencies": {
2065
+ "pend": "~1.2.0"
2066
+ }
2067
+ },
2068
+ "node_modules/fdir": {
2069
+ "version": "6.5.0",
2070
+ "resolved": "https://registry.npmjs.org/fdir/-/fdir-6.5.0.tgz",
2071
+ "integrity": "sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==",
2072
+ "license": "MIT",
2073
+ "engines": {
2074
+ "node": ">=12.0.0"
2075
+ },
2076
+ "peerDependencies": {
2077
+ "picomatch": "^3 || ^4"
2078
+ },
2079
+ "peerDependenciesMeta": {
2080
+ "picomatch": {
2081
+ "optional": true
2082
+ }
2083
+ }
2084
+ },
2085
+ "node_modules/fill-range": {
2086
+ "version": "7.1.1",
2087
+ "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz",
2088
+ "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==",
2089
+ "license": "MIT",
2090
+ "dependencies": {
2091
+ "to-regex-range": "^5.0.1"
2092
+ },
2093
+ "engines": {
2094
+ "node": ">=8"
2095
+ }
2096
+ },
2097
+ "node_modules/foreground-child": {
2098
+ "version": "3.3.1",
2099
+ "resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-3.3.1.tgz",
2100
+ "integrity": "sha512-gIXjKqtFuWEgzFRJA9WCQeSJLZDjgJUOMCMzxtvFq/37KojM1BFGufqsCy0r4qSQmYLsZYMeyRqzIWOMup03sw==",
2101
+ "license": "ISC",
2102
+ "dependencies": {
2103
+ "cross-spawn": "^7.0.6",
2104
+ "signal-exit": "^4.0.1"
2105
+ },
2106
+ "engines": {
2107
+ "node": ">=14"
2108
+ },
2109
+ "funding": {
2110
+ "url": "https://github.com/sponsors/isaacs"
2111
+ }
2112
+ },
2113
+ "node_modules/foreground-child/node_modules/signal-exit": {
2114
+ "version": "4.1.0",
2115
+ "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
2116
+ "integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==",
2117
+ "license": "ISC",
2118
+ "engines": {
2119
+ "node": ">=14"
2120
+ },
2121
+ "funding": {
2122
+ "url": "https://github.com/sponsors/isaacs"
2123
+ }
2124
+ },
2125
+ "node_modules/fs-extra": {
2126
+ "version": "11.3.2",
2127
+ "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-11.3.2.tgz",
2128
+ "integrity": "sha512-Xr9F6z6up6Ws+NjzMCZc6WXg2YFRlrLP9NQDO3VQrWrfiojdhS56TzueT88ze0uBdCTwEIhQ3ptnmKeWGFAe0A==",
2129
+ "license": "MIT",
2130
+ "dependencies": {
2131
+ "graceful-fs": "^4.2.0",
2132
+ "jsonfile": "^6.0.1",
2133
+ "universalify": "^2.0.0"
2134
+ },
2135
+ "engines": {
2136
+ "node": ">=14.14"
2137
+ }
2138
+ },
2139
+ "node_modules/fs-minipass": {
2140
+ "version": "2.1.0",
2141
+ "resolved": "https://registry.npmjs.org/fs-minipass/-/fs-minipass-2.1.0.tgz",
2142
+ "integrity": "sha512-V/JgOLFCS+R6Vcq0slCuaeWEdNC3ouDlJMNIsacH2VtALiu9mV4LPrHc5cDl8k5aw6J8jwgWWpiTo5RYhmIzvg==",
2143
+ "license": "ISC",
2144
+ "dependencies": {
2145
+ "minipass": "^3.0.0"
2146
+ },
2147
+ "engines": {
2148
+ "node": ">= 8"
2149
+ }
2150
+ },
2151
+ "node_modules/fs-minipass/node_modules/minipass": {
2152
+ "version": "3.3.6",
2153
+ "resolved": "https://registry.npmjs.org/minipass/-/minipass-3.3.6.tgz",
2154
+ "integrity": "sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==",
2155
+ "license": "ISC",
2156
+ "dependencies": {
2157
+ "yallist": "^4.0.0"
2158
+ },
2159
+ "engines": {
2160
+ "node": ">=8"
2161
+ }
2162
+ },
2163
+ "node_modules/fs-minipass/node_modules/yallist": {
2164
+ "version": "4.0.0",
2165
+ "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
2166
+ "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==",
2167
+ "license": "ISC"
2168
+ },
2169
+ "node_modules/fsevents": {
2170
+ "version": "2.3.3",
2171
+ "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz",
2172
+ "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
2173
+ "hasInstallScript": true,
2174
+ "license": "MIT",
2175
+ "optional": true,
2176
+ "os": [
2177
+ "darwin"
2178
+ ],
2179
+ "engines": {
2180
+ "node": "^8.16.0 || ^10.6.0 || >=11.0.0"
2181
+ }
2182
+ },
2183
+ "node_modules/gensync": {
2184
+ "version": "1.0.0-beta.2",
2185
+ "resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz",
2186
+ "integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==",
2187
+ "license": "MIT",
2188
+ "engines": {
2189
+ "node": ">=6.9.0"
2190
+ }
2191
+ },
2192
+ "node_modules/glob": {
2193
+ "version": "11.0.3",
2194
+ "resolved": "https://registry.npmjs.org/glob/-/glob-11.0.3.tgz",
2195
+ "integrity": "sha512-2Nim7dha1KVkaiF4q6Dj+ngPPMdfvLJEOpZk/jKiUAkqKebpGAWQXAq9z1xu9HKu5lWfqw/FASuccEjyznjPaA==",
2196
+ "license": "ISC",
2197
+ "dependencies": {
2198
+ "foreground-child": "^3.3.1",
2199
+ "jackspeak": "^4.1.1",
2200
+ "minimatch": "^10.0.3",
2201
+ "minipass": "^7.1.2",
2202
+ "package-json-from-dist": "^1.0.0",
2203
+ "path-scurry": "^2.0.0"
2204
+ },
2205
+ "bin": {
2206
+ "glob": "dist/esm/bin.mjs"
2207
+ },
2208
+ "engines": {
2209
+ "node": "20 || >=22"
2210
+ },
2211
+ "funding": {
2212
+ "url": "https://github.com/sponsors/isaacs"
2213
+ }
2214
+ },
2215
+ "node_modules/glob-parent": {
2216
+ "version": "5.1.2",
2217
+ "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz",
2218
+ "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
2219
+ "license": "ISC",
2220
+ "dependencies": {
2221
+ "is-glob": "^4.0.1"
2222
+ },
2223
+ "engines": {
2224
+ "node": ">= 6"
2225
+ }
2226
+ },
2227
+ "node_modules/graceful-fs": {
2228
+ "version": "4.2.11",
2229
+ "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz",
2230
+ "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==",
2231
+ "license": "ISC"
2232
+ },
2233
+ "node_modules/inherits": {
2234
+ "version": "2.0.4",
2235
+ "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz",
2236
+ "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==",
2237
+ "license": "ISC"
2238
+ },
2239
+ "node_modules/ini": {
2240
+ "version": "4.1.3",
2241
+ "resolved": "https://registry.npmjs.org/ini/-/ini-4.1.3.tgz",
2242
+ "integrity": "sha512-X7rqawQBvfdjS10YU1y1YVreA3SsLrW9dX2CewP2EbBJM4ypVNLDkO5y04gejPwKIY9lR+7r9gn3rFPt/kmWFg==",
2243
+ "license": "ISC",
2244
+ "engines": {
2245
+ "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
2246
+ }
2247
+ },
2248
+ "node_modules/ionicons": {
2249
+ "version": "7.4.0",
2250
+ "resolved": "https://registry.npmjs.org/ionicons/-/ionicons-7.4.0.tgz",
2251
+ "integrity": "sha512-ZK94MMqgzMCPPMhmk8Ouu6goyVHFIlw/ACP6oe3FrikcI0N7CX0xcwVaEbUc0G/v3W0shI93vo+9ve/KpvcNhQ==",
2252
+ "license": "MIT",
2253
+ "dependencies": {
2254
+ "@stencil/core": "^4.0.3"
2255
+ }
2256
+ },
2257
+ "node_modules/is-binary-path": {
2258
+ "version": "2.1.0",
2259
+ "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz",
2260
+ "integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==",
2261
+ "license": "MIT",
2262
+ "dependencies": {
2263
+ "binary-extensions": "^2.0.0"
2264
+ },
2265
+ "engines": {
2266
+ "node": ">=8"
2267
+ }
2268
+ },
2269
+ "node_modules/is-docker": {
2270
+ "version": "2.2.1",
2271
+ "resolved": "https://registry.npmjs.org/is-docker/-/is-docker-2.2.1.tgz",
2272
+ "integrity": "sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ==",
2273
+ "license": "MIT",
2274
+ "bin": {
2275
+ "is-docker": "cli.js"
2276
+ },
2277
+ "engines": {
2278
+ "node": ">=8"
2279
+ },
2280
+ "funding": {
2281
+ "url": "https://github.com/sponsors/sindresorhus"
2282
+ }
2283
+ },
2284
+ "node_modules/is-extglob": {
2285
+ "version": "2.1.1",
2286
+ "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz",
2287
+ "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==",
2288
+ "license": "MIT",
2289
+ "engines": {
2290
+ "node": ">=0.10.0"
2291
+ }
2292
+ },
2293
+ "node_modules/is-fullwidth-code-point": {
2294
+ "version": "3.0.0",
2295
+ "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz",
2296
+ "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==",
2297
+ "license": "MIT",
2298
+ "engines": {
2299
+ "node": ">=8"
2300
+ }
2301
+ },
2302
+ "node_modules/is-glob": {
2303
+ "version": "4.0.3",
2304
+ "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz",
2305
+ "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==",
2306
+ "license": "MIT",
2307
+ "dependencies": {
2308
+ "is-extglob": "^2.1.1"
2309
+ },
2310
+ "engines": {
2311
+ "node": ">=0.10.0"
2312
+ }
2313
+ },
2314
+ "node_modules/is-number": {
2315
+ "version": "7.0.0",
2316
+ "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz",
2317
+ "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==",
2318
+ "license": "MIT",
2319
+ "engines": {
2320
+ "node": ">=0.12.0"
2321
+ }
2322
+ },
2323
+ "node_modules/is-wsl": {
2324
+ "version": "2.2.0",
2325
+ "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-2.2.0.tgz",
2326
+ "integrity": "sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==",
2327
+ "license": "MIT",
2328
+ "dependencies": {
2329
+ "is-docker": "^2.0.0"
2330
+ },
2331
+ "engines": {
2332
+ "node": ">=8"
2333
+ }
2334
+ },
2335
+ "node_modules/isexe": {
2336
+ "version": "2.0.0",
2337
+ "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
2338
+ "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==",
2339
+ "license": "ISC"
2340
+ },
2341
+ "node_modules/jackspeak": {
2342
+ "version": "4.1.1",
2343
+ "resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-4.1.1.tgz",
2344
+ "integrity": "sha512-zptv57P3GpL+O0I7VdMJNBZCu+BPHVQUk55Ft8/QCJjTVxrnJHuVuX/0Bl2A6/+2oyR/ZMEuFKwmzqqZ/U5nPQ==",
2345
+ "license": "BlueOak-1.0.0",
2346
+ "dependencies": {
2347
+ "@isaacs/cliui": "^8.0.2"
2348
+ },
2349
+ "engines": {
2350
+ "node": "20 || >=22"
2351
+ },
2352
+ "funding": {
2353
+ "url": "https://github.com/sponsors/isaacs"
2354
+ }
2355
+ },
2356
+ "node_modules/js-tokens": {
2357
+ "version": "4.0.0",
2358
+ "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz",
2359
+ "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==",
2360
+ "license": "MIT"
2361
+ },
2362
+ "node_modules/jsesc": {
2363
+ "version": "3.1.0",
2364
+ "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-3.1.0.tgz",
2365
+ "integrity": "sha512-/sM3dO2FOzXjKQhJuo0Q173wf2KOo8t4I8vHy6lF9poUp7bKT0/NHE8fPX23PwfhnykfqnC2xRxOnVw5XuGIaA==",
2366
+ "license": "MIT",
2367
+ "bin": {
2368
+ "jsesc": "bin/jsesc"
2369
+ },
2370
+ "engines": {
2371
+ "node": ">=6"
2372
+ }
2373
+ },
2374
+ "node_modules/json5": {
2375
+ "version": "2.2.3",
2376
+ "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz",
2377
+ "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==",
2378
+ "license": "MIT",
2379
+ "bin": {
2380
+ "json5": "lib/cli.js"
2381
+ },
2382
+ "engines": {
2383
+ "node": ">=6"
2384
+ }
2385
+ },
2386
+ "node_modules/jsonfile": {
2387
+ "version": "6.2.0",
2388
+ "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.2.0.tgz",
2389
+ "integrity": "sha512-FGuPw30AdOIUTRMC2OMRtQV+jkVj2cfPqSeWXv1NEAJ1qZ5zb1X6z1mFhbfOB/iy3ssJCD+3KuZ8r8C3uVFlAg==",
2390
+ "license": "MIT",
2391
+ "dependencies": {
2392
+ "universalify": "^2.0.0"
2393
+ },
2394
+ "optionalDependencies": {
2395
+ "graceful-fs": "^4.1.6"
2396
+ }
2397
+ },
2398
+ "node_modules/kleur": {
2399
+ "version": "4.1.5",
2400
+ "resolved": "https://registry.npmjs.org/kleur/-/kleur-4.1.5.tgz",
2401
+ "integrity": "sha512-o+NO+8WrRiQEE4/7nwRJhN1HWpVmJm511pBHUxPLtp0BUISzlBplORYSmTclCnJvQq2tKu/sgl3xVpkc7ZWuQQ==",
2402
+ "license": "MIT",
2403
+ "engines": {
2404
+ "node": ">=6"
2405
+ }
2406
+ },
2407
+ "node_modules/lru-cache": {
2408
+ "version": "5.1.1",
2409
+ "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz",
2410
+ "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==",
2411
+ "license": "ISC",
2412
+ "dependencies": {
2413
+ "yallist": "^3.0.2"
2414
+ }
2415
+ },
2416
+ "node_modules/minimatch": {
2417
+ "version": "10.0.3",
2418
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.0.3.tgz",
2419
+ "integrity": "sha512-IPZ167aShDZZUMdRk66cyQAW3qr0WzbHkPdMYa8bzZhlHhO3jALbKdxcaak7W9FfT2rZNpQuUu4Od7ILEpXSaw==",
2420
+ "license": "ISC",
2421
+ "dependencies": {
2422
+ "@isaacs/brace-expansion": "^5.0.0"
2423
+ },
2424
+ "engines": {
2425
+ "node": "20 || >=22"
2426
+ },
2427
+ "funding": {
2428
+ "url": "https://github.com/sponsors/isaacs"
2429
+ }
2430
+ },
2431
+ "node_modules/minipass": {
2432
+ "version": "7.1.2",
2433
+ "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.1.2.tgz",
2434
+ "integrity": "sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==",
2435
+ "license": "ISC",
2436
+ "engines": {
2437
+ "node": ">=16 || 14 >=14.17"
2438
+ }
2439
+ },
2440
+ "node_modules/minizlib": {
2441
+ "version": "2.1.2",
2442
+ "resolved": "https://registry.npmjs.org/minizlib/-/minizlib-2.1.2.tgz",
2443
+ "integrity": "sha512-bAxsR8BVfj60DWXHE3u30oHzfl4G7khkSuPW+qvpd7jFRHm7dLxOjUk1EHACJ/hxLY8phGJ0YhYHZo7jil7Qdg==",
2444
+ "license": "MIT",
2445
+ "dependencies": {
2446
+ "minipass": "^3.0.0",
2447
+ "yallist": "^4.0.0"
2448
+ },
2449
+ "engines": {
2450
+ "node": ">= 8"
2451
+ }
2452
+ },
2453
+ "node_modules/minizlib/node_modules/minipass": {
2454
+ "version": "3.3.6",
2455
+ "resolved": "https://registry.npmjs.org/minipass/-/minipass-3.3.6.tgz",
2456
+ "integrity": "sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==",
2457
+ "license": "ISC",
2458
+ "dependencies": {
2459
+ "yallist": "^4.0.0"
2460
+ },
2461
+ "engines": {
2462
+ "node": ">=8"
2463
+ }
2464
+ },
2465
+ "node_modules/minizlib/node_modules/yallist": {
2466
+ "version": "4.0.0",
2467
+ "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
2468
+ "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==",
2469
+ "license": "ISC"
2470
+ },
2471
+ "node_modules/mkdirp": {
2472
+ "version": "1.0.4",
2473
+ "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-1.0.4.tgz",
2474
+ "integrity": "sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==",
2475
+ "license": "MIT",
2476
+ "bin": {
2477
+ "mkdirp": "bin/cmd.js"
2478
+ },
2479
+ "engines": {
2480
+ "node": ">=10"
2481
+ }
2482
+ },
2483
+ "node_modules/ms": {
2484
+ "version": "2.1.3",
2485
+ "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
2486
+ "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
2487
+ "license": "MIT"
2488
+ },
2489
+ "node_modules/nanoid": {
2490
+ "version": "3.3.11",
2491
+ "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.11.tgz",
2492
+ "integrity": "sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==",
2493
+ "funding": [
2494
+ {
2495
+ "type": "github",
2496
+ "url": "https://github.com/sponsors/ai"
2497
+ }
2498
+ ],
2499
+ "license": "MIT",
2500
+ "peer": true,
2501
+ "bin": {
2502
+ "nanoid": "bin/nanoid.cjs"
2503
+ },
2504
+ "engines": {
2505
+ "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
2506
+ }
2507
+ },
2508
+ "node_modules/native-run": {
2509
+ "version": "2.0.1",
2510
+ "resolved": "https://registry.npmjs.org/native-run/-/native-run-2.0.1.tgz",
2511
+ "integrity": "sha512-XfG1FBZLM50J10xH9361whJRC9SHZ0Bub4iNRhhI61C8Jv0e1ud19muex6sNKB51ibQNUJNuYn25MuYET/rE6w==",
2512
+ "license": "MIT",
2513
+ "dependencies": {
2514
+ "@ionic/utils-fs": "^3.1.7",
2515
+ "@ionic/utils-terminal": "^2.3.4",
2516
+ "bplist-parser": "^0.3.2",
2517
+ "debug": "^4.3.4",
2518
+ "elementtree": "^0.1.7",
2519
+ "ini": "^4.1.1",
2520
+ "plist": "^3.1.0",
2521
+ "split2": "^4.2.0",
2522
+ "through2": "^4.0.2",
2523
+ "tslib": "^2.6.2",
2524
+ "yauzl": "^2.10.0"
2525
+ },
2526
+ "bin": {
2527
+ "native-run": "bin/native-run"
2528
+ },
2529
+ "engines": {
2530
+ "node": ">=16.0.0"
2531
+ }
2532
+ },
2533
+ "node_modules/node-releases": {
2534
+ "version": "2.0.21",
2535
+ "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.21.tgz",
2536
+ "integrity": "sha512-5b0pgg78U3hwXkCM8Z9b2FJdPZlr9Psr9V2gQPESdGHqbntyFJKFW4r5TeWGFzafGY3hzs1JC62VEQMbl1JFkw==",
2537
+ "license": "MIT"
2538
+ },
2539
+ "node_modules/normalize-path": {
2540
+ "version": "3.0.0",
2541
+ "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz",
2542
+ "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==",
2543
+ "license": "MIT",
2544
+ "engines": {
2545
+ "node": ">=0.10.0"
2546
+ }
2547
+ },
2548
+ "node_modules/open": {
2549
+ "version": "8.4.2",
2550
+ "resolved": "https://registry.npmjs.org/open/-/open-8.4.2.tgz",
2551
+ "integrity": "sha512-7x81NCL719oNbsq/3mh+hVrAWmFuEYUqrq/Iw3kUzH8ReypT9QQ0BLoJS7/G9k6N81XjW4qHWtjWwe/9eLy1EQ==",
2552
+ "license": "MIT",
2553
+ "dependencies": {
2554
+ "define-lazy-prop": "^2.0.0",
2555
+ "is-docker": "^2.1.1",
2556
+ "is-wsl": "^2.2.0"
2557
+ },
2558
+ "engines": {
2559
+ "node": ">=12"
2560
+ },
2561
+ "funding": {
2562
+ "url": "https://github.com/sponsors/sindresorhus"
2563
+ }
2564
+ },
2565
+ "node_modules/p-map": {
2566
+ "version": "7.0.3",
2567
+ "resolved": "https://registry.npmjs.org/p-map/-/p-map-7.0.3.tgz",
2568
+ "integrity": "sha512-VkndIv2fIB99swvQoA65bm+fsmt6UNdGeIB0oxBs+WhAhdh08QA04JXpI7rbB9r08/nkbysKoya9rtDERYOYMA==",
2569
+ "license": "MIT",
2570
+ "engines": {
2571
+ "node": ">=18"
2572
+ },
2573
+ "funding": {
2574
+ "url": "https://github.com/sponsors/sindresorhus"
2575
+ }
2576
+ },
2577
+ "node_modules/package-json-from-dist": {
2578
+ "version": "1.0.1",
2579
+ "resolved": "https://registry.npmjs.org/package-json-from-dist/-/package-json-from-dist-1.0.1.tgz",
2580
+ "integrity": "sha512-UEZIS3/by4OC8vL3P2dTXRETpebLI2NiI5vIrjaD/5UtrkFX/tNbwjTSRAGC/+7CAo2pIcBaRgWmcBBHcsaCIw==",
2581
+ "license": "BlueOak-1.0.0"
2582
+ },
2583
+ "node_modules/path-key": {
2584
+ "version": "3.1.1",
2585
+ "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",
2586
+ "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
2587
+ "license": "MIT",
2588
+ "engines": {
2589
+ "node": ">=8"
2590
+ }
2591
+ },
2592
+ "node_modules/path-scurry": {
2593
+ "version": "2.0.0",
2594
+ "resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-2.0.0.tgz",
2595
+ "integrity": "sha512-ypGJsmGtdXUOeM5u93TyeIEfEhM6s+ljAhrk5vAvSx8uyY/02OvrZnA0YNGUrPXfpJMgI1ODd3nwz8Npx4O4cg==",
2596
+ "license": "BlueOak-1.0.0",
2597
+ "dependencies": {
2598
+ "lru-cache": "^11.0.0",
2599
+ "minipass": "^7.1.2"
2600
+ },
2601
+ "engines": {
2602
+ "node": "20 || >=22"
2603
+ },
2604
+ "funding": {
2605
+ "url": "https://github.com/sponsors/isaacs"
2606
+ }
2607
+ },
2608
+ "node_modules/path-scurry/node_modules/lru-cache": {
2609
+ "version": "11.2.2",
2610
+ "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.2.2.tgz",
2611
+ "integrity": "sha512-F9ODfyqML2coTIsQpSkRHnLSZMtkU8Q+mSfcaIyKwy58u+8k5nvAYeiNhsyMARvzNcXJ9QfWVrcPsC9e9rAxtg==",
2612
+ "license": "ISC",
2613
+ "engines": {
2614
+ "node": "20 || >=22"
2615
+ }
2616
+ },
2617
+ "node_modules/pend": {
2618
+ "version": "1.2.0",
2619
+ "resolved": "https://registry.npmjs.org/pend/-/pend-1.2.0.tgz",
2620
+ "integrity": "sha512-F3asv42UuXchdzt+xXqfW1OGlVBe+mxa2mqI0pg5yAHZPvFmY3Y6drSf/GQ1A86WgWEN9Kzh/WrgKa6iGcHXLg==",
2621
+ "license": "MIT"
2622
+ },
2623
+ "node_modules/picocolors": {
2624
+ "version": "1.1.1",
2625
+ "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz",
2626
+ "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",
2627
+ "license": "ISC"
2628
+ },
2629
+ "node_modules/picomatch": {
2630
+ "version": "4.0.3",
2631
+ "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.3.tgz",
2632
+ "integrity": "sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==",
2633
+ "license": "MIT",
2634
+ "engines": {
2635
+ "node": ">=12"
2636
+ },
2637
+ "funding": {
2638
+ "url": "https://github.com/sponsors/jonschlinkert"
2639
+ }
2640
+ },
2641
+ "node_modules/plist": {
2642
+ "version": "3.1.0",
2643
+ "resolved": "https://registry.npmjs.org/plist/-/plist-3.1.0.tgz",
2644
+ "integrity": "sha512-uysumyrvkUX0rX/dEVqt8gC3sTBzd4zoWfLeS29nb53imdaXVvLINYXTI2GNqzaMuvacNx4uJQ8+b3zXR0pkgQ==",
2645
+ "license": "MIT",
2646
+ "dependencies": {
2647
+ "@xmldom/xmldom": "^0.8.8",
2648
+ "base64-js": "^1.5.1",
2649
+ "xmlbuilder": "^15.1.1"
2650
+ },
2651
+ "engines": {
2652
+ "node": ">=10.4.0"
2653
+ }
2654
+ },
2655
+ "node_modules/postcss": {
2656
+ "version": "8.5.6",
2657
+ "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.6.tgz",
2658
+ "integrity": "sha512-3Ybi1tAuwAP9s0r1UQ2J4n5Y0G05bJkpUIO0/bI9MhwmD70S5aTWbXGBwxHrelT+XM1k6dM0pk+SwNkpTRN7Pg==",
2659
+ "funding": [
2660
+ {
2661
+ "type": "opencollective",
2662
+ "url": "https://opencollective.com/postcss/"
2663
+ },
2664
+ {
2665
+ "type": "tidelift",
2666
+ "url": "https://tidelift.com/funding/github/npm/postcss"
2667
+ },
2668
+ {
2669
+ "type": "github",
2670
+ "url": "https://github.com/sponsors/ai"
2671
+ }
2672
+ ],
2673
+ "license": "MIT",
2674
+ "peer": true,
2675
+ "dependencies": {
2676
+ "nanoid": "^3.3.11",
2677
+ "picocolors": "^1.1.1",
2678
+ "source-map-js": "^1.2.1"
2679
+ },
2680
+ "engines": {
2681
+ "node": "^10 || ^12 || >=14"
2682
+ }
2683
+ },
2684
+ "node_modules/prompts": {
2685
+ "version": "2.4.2",
2686
+ "resolved": "https://registry.npmjs.org/prompts/-/prompts-2.4.2.tgz",
2687
+ "integrity": "sha512-NxNv/kLguCA7p3jE8oL2aEBsrJWgAakBpgmgK6lpPWV+WuOmY6r2/zbAVnP+T8bQlA0nzHXSJSJW0Hq7ylaD2Q==",
2688
+ "license": "MIT",
2689
+ "dependencies": {
2690
+ "kleur": "^3.0.3",
2691
+ "sisteransi": "^1.0.5"
2692
+ },
2693
+ "engines": {
2694
+ "node": ">= 6"
2695
+ }
2696
+ },
2697
+ "node_modules/prompts/node_modules/kleur": {
2698
+ "version": "3.0.3",
2699
+ "resolved": "https://registry.npmjs.org/kleur/-/kleur-3.0.3.tgz",
2700
+ "integrity": "sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w==",
2701
+ "license": "MIT",
2702
+ "engines": {
2703
+ "node": ">=6"
2704
+ }
2705
+ },
2706
+ "node_modules/react": {
2707
+ "version": "19.1.1",
2708
+ "resolved": "https://registry.npmjs.org/react/-/react-19.1.1.tgz",
2709
+ "integrity": "sha512-w8nqGImo45dmMIfljjMwOGtbmC/mk4CMYhWIicdSflH91J9TyCyczcPFXJzrZ/ZXcgGRFeP6BU0BEJTw6tZdfQ==",
2710
+ "license": "MIT",
2711
+ "peer": true,
2712
+ "engines": {
2713
+ "node": ">=0.10.0"
2714
+ }
2715
+ },
2716
+ "node_modules/react-dom": {
2717
+ "version": "19.1.1",
2718
+ "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-19.1.1.tgz",
2719
+ "integrity": "sha512-Dlq/5LAZgF0Gaz6yiqZCf6VCcZs1ghAJyrsu84Q/GT0gV+mCxbfmKNoGRKBYMJ8IEdGPqu49YWXD02GCknEDkw==",
2720
+ "license": "MIT",
2721
+ "peer": true,
2722
+ "dependencies": {
2723
+ "scheduler": "^0.26.0"
2724
+ },
2725
+ "peerDependencies": {
2726
+ "react": "^19.1.1"
2727
+ }
2728
+ },
2729
+ "node_modules/react-refresh": {
2730
+ "version": "0.14.2",
2731
+ "resolved": "https://registry.npmjs.org/react-refresh/-/react-refresh-0.14.2.tgz",
2732
+ "integrity": "sha512-jCvmsr+1IUSMUyzOkRcvnVbX3ZYC6g9TDrDbFuFmRDq7PD4yaGbLKNQL6k2jnArV8hjYxh7hVhAZB6s9HDGpZA==",
2733
+ "license": "MIT",
2734
+ "engines": {
2735
+ "node": ">=0.10.0"
2736
+ }
2737
+ },
2738
+ "node_modules/readable-stream": {
2739
+ "version": "3.6.2",
2740
+ "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz",
2741
+ "integrity": "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==",
2742
+ "license": "MIT",
2743
+ "dependencies": {
2744
+ "inherits": "^2.0.3",
2745
+ "string_decoder": "^1.1.1",
2746
+ "util-deprecate": "^1.0.1"
2747
+ },
2748
+ "engines": {
2749
+ "node": ">= 6"
2750
+ }
2751
+ },
2752
+ "node_modules/readdirp": {
2753
+ "version": "3.6.0",
2754
+ "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz",
2755
+ "integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==",
2756
+ "license": "MIT",
2757
+ "dependencies": {
2758
+ "picomatch": "^2.2.1"
2759
+ },
2760
+ "engines": {
2761
+ "node": ">=8.10.0"
2762
+ }
2763
+ },
2764
+ "node_modules/readdirp/node_modules/picomatch": {
2765
+ "version": "2.3.1",
2766
+ "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz",
2767
+ "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==",
2768
+ "license": "MIT",
2769
+ "engines": {
2770
+ "node": ">=8.6"
2771
+ },
2772
+ "funding": {
2773
+ "url": "https://github.com/sponsors/jonschlinkert"
2774
+ }
2775
+ },
2776
+ "node_modules/rimraf": {
2777
+ "version": "6.0.1",
2778
+ "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-6.0.1.tgz",
2779
+ "integrity": "sha512-9dkvaxAsk/xNXSJzMgFqqMCuFgt2+KsOFek3TMLfo8NCPfWpBmqwyNn5Y+NX56QUYfCtsyhF3ayiboEoUmJk/A==",
2780
+ "license": "ISC",
2781
+ "dependencies": {
2782
+ "glob": "^11.0.0",
2783
+ "package-json-from-dist": "^1.0.0"
2784
+ },
2785
+ "bin": {
2786
+ "rimraf": "dist/esm/bin.mjs"
2787
+ },
2788
+ "engines": {
2789
+ "node": "20 || >=22"
2790
+ },
2791
+ "funding": {
2792
+ "url": "https://github.com/sponsors/isaacs"
2793
+ }
2794
+ },
2795
+ "node_modules/rollup": {
2796
+ "version": "4.52.3",
2797
+ "resolved": "https://registry.npmjs.org/rollup/-/rollup-4.52.3.tgz",
2798
+ "integrity": "sha512-RIDh866U8agLgiIcdpB+COKnlCreHJLfIhWC3LVflku5YHfpnsIKigRZeFfMfCc4dVcqNVfQQ5gO/afOck064A==",
2799
+ "license": "MIT",
2800
+ "peer": true,
2801
+ "dependencies": {
2802
+ "@types/estree": "1.0.8"
2803
+ },
2804
+ "bin": {
2805
+ "rollup": "dist/bin/rollup"
2806
+ },
2807
+ "engines": {
2808
+ "node": ">=18.0.0",
2809
+ "npm": ">=8.0.0"
2810
+ },
2811
+ "optionalDependencies": {
2812
+ "@rollup/rollup-android-arm-eabi": "4.52.3",
2813
+ "@rollup/rollup-android-arm64": "4.52.3",
2814
+ "@rollup/rollup-darwin-arm64": "4.52.3",
2815
+ "@rollup/rollup-darwin-x64": "4.52.3",
2816
+ "@rollup/rollup-freebsd-arm64": "4.52.3",
2817
+ "@rollup/rollup-freebsd-x64": "4.52.3",
2818
+ "@rollup/rollup-linux-arm-gnueabihf": "4.52.3",
2819
+ "@rollup/rollup-linux-arm-musleabihf": "4.52.3",
2820
+ "@rollup/rollup-linux-arm64-gnu": "4.52.3",
2821
+ "@rollup/rollup-linux-arm64-musl": "4.52.3",
2822
+ "@rollup/rollup-linux-loong64-gnu": "4.52.3",
2823
+ "@rollup/rollup-linux-ppc64-gnu": "4.52.3",
2824
+ "@rollup/rollup-linux-riscv64-gnu": "4.52.3",
2825
+ "@rollup/rollup-linux-riscv64-musl": "4.52.3",
2826
+ "@rollup/rollup-linux-s390x-gnu": "4.52.3",
2827
+ "@rollup/rollup-linux-x64-gnu": "4.52.3",
2828
+ "@rollup/rollup-linux-x64-musl": "4.52.3",
2829
+ "@rollup/rollup-openharmony-arm64": "4.52.3",
2830
+ "@rollup/rollup-win32-arm64-msvc": "4.52.3",
2831
+ "@rollup/rollup-win32-ia32-msvc": "4.52.3",
2832
+ "@rollup/rollup-win32-x64-gnu": "4.52.3",
2833
+ "@rollup/rollup-win32-x64-msvc": "4.52.3",
2834
+ "fsevents": "~2.3.2"
2835
+ }
2836
+ },
2837
+ "node_modules/safe-buffer": {
2838
+ "version": "5.2.1",
2839
+ "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz",
2840
+ "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==",
2841
+ "funding": [
2842
+ {
2843
+ "type": "github",
2844
+ "url": "https://github.com/sponsors/feross"
2845
+ },
2846
+ {
2847
+ "type": "patreon",
2848
+ "url": "https://www.patreon.com/feross"
2849
+ },
2850
+ {
2851
+ "type": "consulting",
2852
+ "url": "https://feross.org/support"
2853
+ }
2854
+ ],
2855
+ "license": "MIT"
2856
+ },
2857
+ "node_modules/sax": {
2858
+ "version": "1.1.4",
2859
+ "resolved": "https://registry.npmjs.org/sax/-/sax-1.1.4.tgz",
2860
+ "integrity": "sha512-5f3k2PbGGp+YtKJjOItpg3P99IMD84E4HOvcfleTb5joCHNXYLsR9yWFPOYGgaeMPDubQILTCMdsFb2OMeOjtg==",
2861
+ "license": "ISC"
2862
+ },
2863
+ "node_modules/scheduler": {
2864
+ "version": "0.26.0",
2865
+ "resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.26.0.tgz",
2866
+ "integrity": "sha512-NlHwttCI/l5gCPR3D1nNXtWABUmBwvZpEQiD4IXSbIDq8BzLIK/7Ir5gTFSGZDUu37K5cMNp0hFtzO38sC7gWA==",
2867
+ "license": "MIT",
2868
+ "peer": true
2869
+ },
2870
+ "node_modules/semver": {
2871
+ "version": "7.7.2",
2872
+ "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.2.tgz",
2873
+ "integrity": "sha512-RF0Fw+rO5AMf9MAyaRXI4AV0Ulj5lMHqVxxdSgiVbixSCXoEmmX/jk0CuJw4+3SqroYO9VoUh+HcuJivvtJemA==",
2874
+ "license": "ISC",
2875
+ "bin": {
2876
+ "semver": "bin/semver.js"
2877
+ },
2878
+ "engines": {
2879
+ "node": ">=10"
2880
+ }
2881
+ },
2882
+ "node_modules/shebang-command": {
2883
+ "version": "2.0.0",
2884
+ "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
2885
+ "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
2886
+ "license": "MIT",
2887
+ "dependencies": {
2888
+ "shebang-regex": "^3.0.0"
2889
+ },
2890
+ "engines": {
2891
+ "node": ">=8"
2892
+ }
2893
+ },
2894
+ "node_modules/shebang-regex": {
2895
+ "version": "3.0.0",
2896
+ "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz",
2897
+ "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==",
2898
+ "license": "MIT",
2899
+ "engines": {
2900
+ "node": ">=8"
2901
+ }
2902
+ },
2903
+ "node_modules/signal-exit": {
2904
+ "version": "3.0.7",
2905
+ "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz",
2906
+ "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==",
2907
+ "license": "ISC"
2908
+ },
2909
+ "node_modules/sisteransi": {
2910
+ "version": "1.0.5",
2911
+ "resolved": "https://registry.npmjs.org/sisteransi/-/sisteransi-1.0.5.tgz",
2912
+ "integrity": "sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg==",
2913
+ "license": "MIT"
2914
+ },
2915
+ "node_modules/slice-ansi": {
2916
+ "version": "4.0.0",
2917
+ "resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-4.0.0.tgz",
2918
+ "integrity": "sha512-qMCMfhY040cVHT43K9BFygqYbUPFZKHOg7K73mtTWJRb8pyP3fzf4Ixd5SzdEJQ6MRUg/WBnOLxghZtKKurENQ==",
2919
+ "license": "MIT",
2920
+ "dependencies": {
2921
+ "ansi-styles": "^4.0.0",
2922
+ "astral-regex": "^2.0.0",
2923
+ "is-fullwidth-code-point": "^3.0.0"
2924
+ },
2925
+ "engines": {
2926
+ "node": ">=10"
2927
+ },
2928
+ "funding": {
2929
+ "url": "https://github.com/chalk/slice-ansi?sponsor=1"
2930
+ }
2931
+ },
2932
+ "node_modules/source-map-js": {
2933
+ "version": "1.2.1",
2934
+ "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz",
2935
+ "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==",
2936
+ "license": "BSD-3-Clause",
2937
+ "peer": true,
2938
+ "engines": {
2939
+ "node": ">=0.10.0"
2940
+ }
2941
+ },
2942
+ "node_modules/split2": {
2943
+ "version": "4.2.0",
2944
+ "resolved": "https://registry.npmjs.org/split2/-/split2-4.2.0.tgz",
2945
+ "integrity": "sha512-UcjcJOWknrNkF6PLX83qcHM6KHgVKNkV62Y8a5uYDVv9ydGQVwAHMKqHdJje1VTWpljG0WYpCDhrCdAOYH4TWg==",
2946
+ "license": "ISC",
2947
+ "engines": {
2948
+ "node": ">= 10.x"
2949
+ }
2950
+ },
2951
+ "node_modules/string_decoder": {
2952
+ "version": "1.3.0",
2953
+ "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz",
2954
+ "integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==",
2955
+ "license": "MIT",
2956
+ "dependencies": {
2957
+ "safe-buffer": "~5.2.0"
2958
+ }
2959
+ },
2960
+ "node_modules/string-width": {
2961
+ "version": "4.2.3",
2962
+ "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
2963
+ "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
2964
+ "license": "MIT",
2965
+ "dependencies": {
2966
+ "emoji-regex": "^8.0.0",
2967
+ "is-fullwidth-code-point": "^3.0.0",
2968
+ "strip-ansi": "^6.0.1"
2969
+ },
2970
+ "engines": {
2971
+ "node": ">=8"
2972
+ }
2973
+ },
2974
+ "node_modules/string-width-cjs": {
2975
+ "name": "string-width",
2976
+ "version": "4.2.3",
2977
+ "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
2978
+ "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
2979
+ "license": "MIT",
2980
+ "dependencies": {
2981
+ "emoji-regex": "^8.0.0",
2982
+ "is-fullwidth-code-point": "^3.0.0",
2983
+ "strip-ansi": "^6.0.1"
2984
+ },
2985
+ "engines": {
2986
+ "node": ">=8"
2987
+ }
2988
+ },
2989
+ "node_modules/strip-ansi": {
2990
+ "version": "6.0.1",
2991
+ "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
2992
+ "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
2993
+ "license": "MIT",
2994
+ "dependencies": {
2995
+ "ansi-regex": "^5.0.1"
2996
+ },
2997
+ "engines": {
2998
+ "node": ">=8"
2999
+ }
3000
+ },
3001
+ "node_modules/strip-ansi-cjs": {
3002
+ "name": "strip-ansi",
3003
+ "version": "6.0.1",
3004
+ "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
3005
+ "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
3006
+ "license": "MIT",
3007
+ "dependencies": {
3008
+ "ansi-regex": "^5.0.1"
3009
+ },
3010
+ "engines": {
3011
+ "node": ">=8"
3012
+ }
3013
+ },
3014
+ "node_modules/tar": {
3015
+ "version": "6.2.1",
3016
+ "resolved": "https://registry.npmjs.org/tar/-/tar-6.2.1.tgz",
3017
+ "integrity": "sha512-DZ4yORTwrbTj/7MZYq2w+/ZFdI6OZ/f9SFHR+71gIVUZhOQPHzVCLpvRnPgyaMpfWxxk/4ONva3GQSyNIKRv6A==",
3018
+ "license": "ISC",
3019
+ "dependencies": {
3020
+ "chownr": "^2.0.0",
3021
+ "fs-minipass": "^2.0.0",
3022
+ "minipass": "^5.0.0",
3023
+ "minizlib": "^2.1.1",
3024
+ "mkdirp": "^1.0.3",
3025
+ "yallist": "^4.0.0"
3026
+ },
3027
+ "engines": {
3028
+ "node": ">=10"
3029
+ }
3030
+ },
3031
+ "node_modules/tar/node_modules/minipass": {
3032
+ "version": "5.0.0",
3033
+ "resolved": "https://registry.npmjs.org/minipass/-/minipass-5.0.0.tgz",
3034
+ "integrity": "sha512-3FnjYuehv9k6ovOEbyOswadCDPX1piCfhV8ncmYtHOjuPwylVWsghTLo7rabjC3Rx5xD4HDx8Wm1xnMF7S5qFQ==",
3035
+ "license": "ISC",
3036
+ "engines": {
3037
+ "node": ">=8"
3038
+ }
3039
+ },
3040
+ "node_modules/tar/node_modules/yallist": {
3041
+ "version": "4.0.0",
3042
+ "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
3043
+ "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==",
3044
+ "license": "ISC"
3045
+ },
3046
+ "node_modules/through2": {
3047
+ "version": "4.0.2",
3048
+ "resolved": "https://registry.npmjs.org/through2/-/through2-4.0.2.tgz",
3049
+ "integrity": "sha512-iOqSav00cVxEEICeD7TjLB1sueEL+81Wpzp2bY17uZjZN0pWZPuo4suZ/61VujxmqSGFfgOcNuTZ85QJwNZQpw==",
3050
+ "license": "MIT",
3051
+ "dependencies": {
3052
+ "readable-stream": "3"
3053
+ }
3054
+ },
3055
+ "node_modules/tinyglobby": {
3056
+ "version": "0.2.15",
3057
+ "resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.15.tgz",
3058
+ "integrity": "sha512-j2Zq4NyQYG5XMST4cbs02Ak8iJUdxRM0XI5QyxXuZOzKOINmWurp3smXu3y5wDcJrptwpSjgXHzIQxR0omXljQ==",
3059
+ "license": "MIT",
3060
+ "dependencies": {
3061
+ "fdir": "^6.5.0",
3062
+ "picomatch": "^4.0.3"
3063
+ },
3064
+ "engines": {
3065
+ "node": ">=12.0.0"
3066
+ },
3067
+ "funding": {
3068
+ "url": "https://github.com/sponsors/SuperchupuDev"
3069
+ }
3070
+ },
3071
+ "node_modules/to-regex-range": {
3072
+ "version": "5.0.1",
3073
+ "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz",
3074
+ "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==",
3075
+ "license": "MIT",
3076
+ "dependencies": {
3077
+ "is-number": "^7.0.0"
3078
+ },
3079
+ "engines": {
3080
+ "node": ">=8.0"
3081
+ }
3082
+ },
3083
+ "node_modules/tree-kill": {
3084
+ "version": "1.2.2",
3085
+ "resolved": "https://registry.npmjs.org/tree-kill/-/tree-kill-1.2.2.tgz",
3086
+ "integrity": "sha512-L0Orpi8qGpRG//Nd+H90vFB+3iHnue1zSSGmNOOCh1GLJ7rUKVwV2HvijphGQS2UmhUZewS9VgvxYIdgr+fG1A==",
3087
+ "license": "MIT",
3088
+ "bin": {
3089
+ "tree-kill": "cli.js"
3090
+ }
3091
+ },
3092
+ "node_modules/tslib": {
3093
+ "version": "2.8.1",
3094
+ "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz",
3095
+ "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==",
3096
+ "license": "0BSD"
3097
+ },
3098
+ "node_modules/undici-types": {
3099
+ "version": "7.13.0",
3100
+ "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.13.0.tgz",
3101
+ "integrity": "sha512-Ov2Rr9Sx+fRgagJ5AX0qvItZG/JKKoBRAVITs1zk7IqZGTJUwgUr7qoYBpWwakpWilTZFM98rG/AFRocu10iIQ==",
3102
+ "license": "MIT"
3103
+ },
3104
+ "node_modules/universalify": {
3105
+ "version": "2.0.1",
3106
+ "resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.1.tgz",
3107
+ "integrity": "sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw==",
3108
+ "license": "MIT",
3109
+ "engines": {
3110
+ "node": ">= 10.0.0"
3111
+ }
3112
+ },
3113
+ "node_modules/untildify": {
3114
+ "version": "4.0.0",
3115
+ "resolved": "https://registry.npmjs.org/untildify/-/untildify-4.0.0.tgz",
3116
+ "integrity": "sha512-KK8xQ1mkzZeg9inewmFVDNkg3l5LUhoq9kN6iWYB/CC9YMG8HA+c1Q8HwDe6dEX7kErrEVNVBO3fWsVq5iDgtw==",
3117
+ "license": "MIT",
3118
+ "engines": {
3119
+ "node": ">=8"
3120
+ }
3121
+ },
3122
+ "node_modules/update-browserslist-db": {
3123
+ "version": "1.1.3",
3124
+ "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.1.3.tgz",
3125
+ "integrity": "sha512-UxhIZQ+QInVdunkDAaiazvvT/+fXL5Osr0JZlJulepYu6Jd7qJtDZjlur0emRlT71EN3ScPoE7gvsuIKKNavKw==",
3126
+ "funding": [
3127
+ {
3128
+ "type": "opencollective",
3129
+ "url": "https://opencollective.com/browserslist"
3130
+ },
3131
+ {
3132
+ "type": "tidelift",
3133
+ "url": "https://tidelift.com/funding/github/npm/browserslist"
3134
+ },
3135
+ {
3136
+ "type": "github",
3137
+ "url": "https://github.com/sponsors/ai"
3138
+ }
3139
+ ],
3140
+ "license": "MIT",
3141
+ "dependencies": {
3142
+ "escalade": "^3.2.0",
3143
+ "picocolors": "^1.1.1"
3144
+ },
3145
+ "bin": {
3146
+ "update-browserslist-db": "cli.js"
3147
+ },
3148
+ "peerDependencies": {
3149
+ "browserslist": ">= 4.21.0"
3150
+ }
3151
+ },
3152
+ "node_modules/util-deprecate": {
3153
+ "version": "1.0.2",
3154
+ "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz",
3155
+ "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==",
3156
+ "license": "MIT"
3157
+ },
3158
+ "node_modules/vite": {
3159
+ "version": "6.3.6",
3160
+ "resolved": "https://registry.npmjs.org/vite/-/vite-6.3.6.tgz",
3161
+ "integrity": "sha512-0msEVHJEScQbhkbVTb/4iHZdJ6SXp/AvxL2sjwYQFfBqleHtnCqv1J3sa9zbWz/6kW1m9Tfzn92vW+kZ1WV6QA==",
3162
+ "license": "MIT",
3163
+ "peer": true,
3164
+ "dependencies": {
3165
+ "esbuild": "^0.25.0",
3166
+ "fdir": "^6.4.4",
3167
+ "picomatch": "^4.0.2",
3168
+ "postcss": "^8.5.3",
3169
+ "rollup": "^4.34.9",
3170
+ "tinyglobby": "^0.2.13"
3171
+ },
3172
+ "bin": {
3173
+ "vite": "bin/vite.js"
3174
+ },
3175
+ "engines": {
3176
+ "node": "^18.0.0 || ^20.0.0 || >=22.0.0"
3177
+ },
3178
+ "funding": {
3179
+ "url": "https://github.com/vitejs/vite?sponsor=1"
3180
+ },
3181
+ "optionalDependencies": {
3182
+ "fsevents": "~2.3.3"
3183
+ },
3184
+ "peerDependencies": {
3185
+ "@types/node": "^18.0.0 || ^20.0.0 || >=22.0.0",
3186
+ "jiti": ">=1.21.0",
3187
+ "less": "*",
3188
+ "lightningcss": "^1.21.0",
3189
+ "sass": "*",
3190
+ "sass-embedded": "*",
3191
+ "stylus": "*",
3192
+ "sugarss": "*",
3193
+ "terser": "^5.16.0",
3194
+ "tsx": "^4.8.1",
3195
+ "yaml": "^2.4.2"
3196
+ },
3197
+ "peerDependenciesMeta": {
3198
+ "@types/node": {
3199
+ "optional": true
3200
+ },
3201
+ "jiti": {
3202
+ "optional": true
3203
+ },
3204
+ "less": {
3205
+ "optional": true
3206
+ },
3207
+ "lightningcss": {
3208
+ "optional": true
3209
+ },
3210
+ "sass": {
3211
+ "optional": true
3212
+ },
3213
+ "sass-embedded": {
3214
+ "optional": true
3215
+ },
3216
+ "stylus": {
3217
+ "optional": true
3218
+ },
3219
+ "sugarss": {
3220
+ "optional": true
3221
+ },
3222
+ "terser": {
3223
+ "optional": true
3224
+ },
3225
+ "tsx": {
3226
+ "optional": true
3227
+ },
3228
+ "yaml": {
3229
+ "optional": true
3230
+ }
3231
+ }
3232
+ },
3233
+ "node_modules/vite-plugin-static-copy": {
3234
+ "version": "3.1.2",
3235
+ "resolved": "https://registry.npmjs.org/vite-plugin-static-copy/-/vite-plugin-static-copy-3.1.2.tgz",
3236
+ "integrity": "sha512-aVmYOzptLVOI2b1jL+cmkF7O6uhRv1u5fvOkQgbohWZp2CbR22kn9ZqkCUIt9umKF7UhdbsEpshn1rf4720QFg==",
3237
+ "license": "MIT",
3238
+ "dependencies": {
3239
+ "chokidar": "^3.6.0",
3240
+ "fs-extra": "^11.3.0",
3241
+ "p-map": "^7.0.3",
3242
+ "picocolors": "^1.1.1",
3243
+ "tinyglobby": "^0.2.14"
3244
+ },
3245
+ "engines": {
3246
+ "node": "^18.0.0 || >=20.0.0"
3247
+ },
3248
+ "peerDependencies": {
3249
+ "vite": "^5.0.0 || ^6.0.0 || ^7.0.0"
3250
+ }
3251
+ },
3252
+ "node_modules/which": {
3253
+ "version": "2.0.2",
3254
+ "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
3255
+ "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
3256
+ "license": "ISC",
3257
+ "dependencies": {
3258
+ "isexe": "^2.0.0"
3259
+ },
3260
+ "bin": {
3261
+ "node-which": "bin/node-which"
3262
+ },
3263
+ "engines": {
3264
+ "node": ">= 8"
3265
+ }
3266
+ },
3267
+ "node_modules/wrap-ansi": {
3268
+ "version": "7.0.0",
3269
+ "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
3270
+ "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
3271
+ "license": "MIT",
3272
+ "dependencies": {
3273
+ "ansi-styles": "^4.0.0",
3274
+ "string-width": "^4.1.0",
3275
+ "strip-ansi": "^6.0.0"
3276
+ },
3277
+ "engines": {
3278
+ "node": ">=10"
3279
+ },
3280
+ "funding": {
3281
+ "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
3282
+ }
3283
+ },
3284
+ "node_modules/wrap-ansi-cjs": {
3285
+ "name": "wrap-ansi",
3286
+ "version": "7.0.0",
3287
+ "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
3288
+ "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
3289
+ "license": "MIT",
3290
+ "dependencies": {
3291
+ "ansi-styles": "^4.0.0",
3292
+ "string-width": "^4.1.0",
3293
+ "strip-ansi": "^6.0.0"
3294
+ },
3295
+ "engines": {
3296
+ "node": ">=10"
3297
+ },
3298
+ "funding": {
3299
+ "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
3300
+ }
3301
+ },
3302
+ "node_modules/xml2js": {
3303
+ "version": "0.6.2",
3304
+ "resolved": "https://registry.npmjs.org/xml2js/-/xml2js-0.6.2.tgz",
3305
+ "integrity": "sha512-T4rieHaC1EXcES0Kxxj4JWgaUQHDk+qwHcYOCFHfiwKz7tOVPLq7Hjq9dM1WCMhylqMEfP7hMcOIChvotiZegA==",
3306
+ "license": "MIT",
3307
+ "dependencies": {
3308
+ "sax": ">=0.6.0",
3309
+ "xmlbuilder": "~11.0.0"
3310
+ },
3311
+ "engines": {
3312
+ "node": ">=4.0.0"
3313
+ }
3314
+ },
3315
+ "node_modules/xml2js/node_modules/xmlbuilder": {
3316
+ "version": "11.0.1",
3317
+ "resolved": "https://registry.npmjs.org/xmlbuilder/-/xmlbuilder-11.0.1.tgz",
3318
+ "integrity": "sha512-fDlsI/kFEx7gLvbecc0/ohLG50fugQp8ryHzMTuW9vSa1GJ0XYWKnhsUx7oie3G98+r56aTQIUB4kht42R3JvA==",
3319
+ "license": "MIT",
3320
+ "engines": {
3321
+ "node": ">=4.0"
3322
+ }
3323
+ },
3324
+ "node_modules/xmlbuilder": {
3325
+ "version": "15.1.1",
3326
+ "resolved": "https://registry.npmjs.org/xmlbuilder/-/xmlbuilder-15.1.1.tgz",
3327
+ "integrity": "sha512-yMqGBqtXyeN1e3TGYvgNgDVZ3j84W4cwkOXQswghol6APgZWaff9lnbvN7MHYJOiXsvGPXtjTYJEiC9J2wv9Eg==",
3328
+ "license": "MIT",
3329
+ "engines": {
3330
+ "node": ">=8.0"
3331
+ }
3332
+ },
3333
+ "node_modules/yallist": {
3334
+ "version": "3.1.1",
3335
+ "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz",
3336
+ "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==",
3337
+ "license": "ISC"
3338
+ },
3339
+ "node_modules/yauzl": {
3340
+ "version": "2.10.0",
3341
+ "resolved": "https://registry.npmjs.org/yauzl/-/yauzl-2.10.0.tgz",
3342
+ "integrity": "sha512-p4a9I6X6nu6IhoGmBqAcbJy1mlC4j27vEPZX9F4L4/vZT3Lyq1VkFHw/V/PUcB9Buo+DG3iHkT0x3Qya58zc3g==",
3343
+ "license": "MIT",
3344
+ "dependencies": {
3345
+ "buffer-crc32": "~0.2.3",
3346
+ "fd-slicer": "~1.1.0"
3347
+ }
3348
+ }
3349
+ }
3350
+ }