aaex-cli 3.1.2 → 3.1.4

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.
@@ -0,0 +1,3454 @@
1
+ {
2
+ "name": "my-aaex-app",
3
+ "version": "0.0.0",
4
+ "lockfileVersion": 3,
5
+ "requires": true,
6
+ "packages": {
7
+ "": {
8
+ "name": "my-aaex-app",
9
+ "version": "0.0.0",
10
+ "dependencies": {
11
+ "aaex-file-router": "^2.4.2",
12
+ "aaexjs": "^3.2.1",
13
+ "bcrypt": "^6.0.0",
14
+ "compression": "^1.8.1",
15
+ "dotenv": "^17.2.3",
16
+ "express": "^5.1.0",
17
+ "jsonwebtoken": "^9.0.3",
18
+ "mongodb": "^7.0.0",
19
+ "pg": "^8.16.3",
20
+ "react": "^19.1.1",
21
+ "react-dom": "^19.1.1",
22
+ "react-router": "^7.10.0",
23
+ "react-router-dom": "^7.10.0",
24
+ "sirv": "^3.0.2"
25
+ },
26
+ "devDependencies": {
27
+ "@types/bcrypt": "^6.0.0",
28
+ "@types/express": "^5.0.3",
29
+ "@types/jsonwebtoken": "^9.0.10",
30
+ "@types/pg": "^8.16.0",
31
+ "@types/react": "^19.1.13",
32
+ "@types/react-dom": "^19.1.9",
33
+ "@vitejs/plugin-react": "^5.0.2",
34
+ "cross-env": "^10.0.0",
35
+ "typescript": "~5.9.2",
36
+ "vite": "^7.1.5"
37
+ }
38
+ },
39
+ "node_modules/@babel/code-frame": {
40
+ "version": "7.27.1",
41
+ "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.27.1.tgz",
42
+ "integrity": "sha512-cjQ7ZlQ0Mv3b47hABuTevyTuYN4i+loJKGeV9flcCgIK37cCXRh+L1bd3iBHlynerhQ7BhCkn2BPbQUL+rGqFg==",
43
+ "dev": true,
44
+ "license": "MIT",
45
+ "dependencies": {
46
+ "@babel/helper-validator-identifier": "^7.27.1",
47
+ "js-tokens": "^4.0.0",
48
+ "picocolors": "^1.1.1"
49
+ },
50
+ "engines": {
51
+ "node": ">=6.9.0"
52
+ }
53
+ },
54
+ "node_modules/@babel/compat-data": {
55
+ "version": "7.28.5",
56
+ "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.28.5.tgz",
57
+ "integrity": "sha512-6uFXyCayocRbqhZOB+6XcuZbkMNimwfVGFji8CTZnCzOHVGvDqzvitu1re2AU5LROliz7eQPhB8CpAMvnx9EjA==",
58
+ "dev": true,
59
+ "license": "MIT",
60
+ "engines": {
61
+ "node": ">=6.9.0"
62
+ }
63
+ },
64
+ "node_modules/@babel/core": {
65
+ "version": "7.28.5",
66
+ "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.28.5.tgz",
67
+ "integrity": "sha512-e7jT4DxYvIDLk1ZHmU/m/mB19rex9sv0c2ftBtjSBv+kVM/902eh0fINUzD7UwLLNR+jU585GxUJ8/EBfAM5fw==",
68
+ "dev": true,
69
+ "license": "MIT",
70
+ "dependencies": {
71
+ "@babel/code-frame": "^7.27.1",
72
+ "@babel/generator": "^7.28.5",
73
+ "@babel/helper-compilation-targets": "^7.27.2",
74
+ "@babel/helper-module-transforms": "^7.28.3",
75
+ "@babel/helpers": "^7.28.4",
76
+ "@babel/parser": "^7.28.5",
77
+ "@babel/template": "^7.27.2",
78
+ "@babel/traverse": "^7.28.5",
79
+ "@babel/types": "^7.28.5",
80
+ "@jridgewell/remapping": "^2.3.5",
81
+ "convert-source-map": "^2.0.0",
82
+ "debug": "^4.1.0",
83
+ "gensync": "^1.0.0-beta.2",
84
+ "json5": "^2.2.3",
85
+ "semver": "^6.3.1"
86
+ },
87
+ "engines": {
88
+ "node": ">=6.9.0"
89
+ },
90
+ "funding": {
91
+ "type": "opencollective",
92
+ "url": "https://opencollective.com/babel"
93
+ }
94
+ },
95
+ "node_modules/@babel/generator": {
96
+ "version": "7.28.5",
97
+ "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.28.5.tgz",
98
+ "integrity": "sha512-3EwLFhZ38J4VyIP6WNtt2kUdW9dokXA9Cr4IVIFHuCpZ3H8/YFOl5JjZHisrn1fATPBmKKqXzDFvh9fUwHz6CQ==",
99
+ "dev": true,
100
+ "license": "MIT",
101
+ "dependencies": {
102
+ "@babel/parser": "^7.28.5",
103
+ "@babel/types": "^7.28.5",
104
+ "@jridgewell/gen-mapping": "^0.3.12",
105
+ "@jridgewell/trace-mapping": "^0.3.28",
106
+ "jsesc": "^3.0.2"
107
+ },
108
+ "engines": {
109
+ "node": ">=6.9.0"
110
+ }
111
+ },
112
+ "node_modules/@babel/helper-compilation-targets": {
113
+ "version": "7.27.2",
114
+ "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.27.2.tgz",
115
+ "integrity": "sha512-2+1thGUUWWjLTYTHZWK1n8Yga0ijBz1XAhUXcKy81rd5g6yh7hGqMp45v7cadSbEHc9G3OTv45SyneRN3ps4DQ==",
116
+ "dev": true,
117
+ "license": "MIT",
118
+ "dependencies": {
119
+ "@babel/compat-data": "^7.27.2",
120
+ "@babel/helper-validator-option": "^7.27.1",
121
+ "browserslist": "^4.24.0",
122
+ "lru-cache": "^5.1.1",
123
+ "semver": "^6.3.1"
124
+ },
125
+ "engines": {
126
+ "node": ">=6.9.0"
127
+ }
128
+ },
129
+ "node_modules/@babel/helper-globals": {
130
+ "version": "7.28.0",
131
+ "resolved": "https://registry.npmjs.org/@babel/helper-globals/-/helper-globals-7.28.0.tgz",
132
+ "integrity": "sha512-+W6cISkXFa1jXsDEdYA8HeevQT/FULhxzR99pxphltZcVaugps53THCeiWA8SguxxpSp3gKPiuYfSWopkLQ4hw==",
133
+ "dev": true,
134
+ "license": "MIT",
135
+ "engines": {
136
+ "node": ">=6.9.0"
137
+ }
138
+ },
139
+ "node_modules/@babel/helper-module-imports": {
140
+ "version": "7.27.1",
141
+ "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.27.1.tgz",
142
+ "integrity": "sha512-0gSFWUPNXNopqtIPQvlD5WgXYI5GY2kP2cCvoT8kczjbfcfuIljTbcWrulD1CIPIX2gt1wghbDy08yE1p+/r3w==",
143
+ "dev": true,
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
+ "dev": true,
158
+ "license": "MIT",
159
+ "dependencies": {
160
+ "@babel/helper-module-imports": "^7.27.1",
161
+ "@babel/helper-validator-identifier": "^7.27.1",
162
+ "@babel/traverse": "^7.28.3"
163
+ },
164
+ "engines": {
165
+ "node": ">=6.9.0"
166
+ },
167
+ "peerDependencies": {
168
+ "@babel/core": "^7.0.0"
169
+ }
170
+ },
171
+ "node_modules/@babel/helper-plugin-utils": {
172
+ "version": "7.27.1",
173
+ "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.27.1.tgz",
174
+ "integrity": "sha512-1gn1Up5YXka3YYAHGKpbideQ5Yjf1tDa9qYcgysz+cNCXukyLl6DjPXhD3VRwSb8c0J9tA4b2+rHEZtc6R0tlw==",
175
+ "dev": true,
176
+ "license": "MIT",
177
+ "engines": {
178
+ "node": ">=6.9.0"
179
+ }
180
+ },
181
+ "node_modules/@babel/helper-string-parser": {
182
+ "version": "7.27.1",
183
+ "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz",
184
+ "integrity": "sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==",
185
+ "dev": true,
186
+ "license": "MIT",
187
+ "engines": {
188
+ "node": ">=6.9.0"
189
+ }
190
+ },
191
+ "node_modules/@babel/helper-validator-identifier": {
192
+ "version": "7.28.5",
193
+ "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz",
194
+ "integrity": "sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==",
195
+ "dev": true,
196
+ "license": "MIT",
197
+ "engines": {
198
+ "node": ">=6.9.0"
199
+ }
200
+ },
201
+ "node_modules/@babel/helper-validator-option": {
202
+ "version": "7.27.1",
203
+ "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.27.1.tgz",
204
+ "integrity": "sha512-YvjJow9FxbhFFKDSuFnVCe2WxXk1zWc22fFePVNEaWJEu8IrZVlda6N0uHwzZrUM1il7NC9Mlp4MaJYbYd9JSg==",
205
+ "dev": true,
206
+ "license": "MIT",
207
+ "engines": {
208
+ "node": ">=6.9.0"
209
+ }
210
+ },
211
+ "node_modules/@babel/helpers": {
212
+ "version": "7.28.4",
213
+ "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.28.4.tgz",
214
+ "integrity": "sha512-HFN59MmQXGHVyYadKLVumYsA9dBFun/ldYxipEjzA4196jpLZd8UjEEBLkbEkvfYreDqJhZxYAWFPtrfhNpj4w==",
215
+ "dev": true,
216
+ "license": "MIT",
217
+ "dependencies": {
218
+ "@babel/template": "^7.27.2",
219
+ "@babel/types": "^7.28.4"
220
+ },
221
+ "engines": {
222
+ "node": ">=6.9.0"
223
+ }
224
+ },
225
+ "node_modules/@babel/parser": {
226
+ "version": "7.28.5",
227
+ "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.28.5.tgz",
228
+ "integrity": "sha512-KKBU1VGYR7ORr3At5HAtUQ+TV3SzRCXmA/8OdDZiLDBIZxVyzXuztPjfLd3BV1PRAQGCMWWSHYhL0F8d5uHBDQ==",
229
+ "dev": true,
230
+ "license": "MIT",
231
+ "dependencies": {
232
+ "@babel/types": "^7.28.5"
233
+ },
234
+ "bin": {
235
+ "parser": "bin/babel-parser.js"
236
+ },
237
+ "engines": {
238
+ "node": ">=6.0.0"
239
+ }
240
+ },
241
+ "node_modules/@babel/plugin-transform-react-jsx-self": {
242
+ "version": "7.27.1",
243
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-self/-/plugin-transform-react-jsx-self-7.27.1.tgz",
244
+ "integrity": "sha512-6UzkCs+ejGdZ5mFFC/OCUrv028ab2fp1znZmCZjAOBKiBK2jXD1O+BPSfX8X2qjJ75fZBMSnQn3Rq2mrBJK2mw==",
245
+ "dev": true,
246
+ "license": "MIT",
247
+ "dependencies": {
248
+ "@babel/helper-plugin-utils": "^7.27.1"
249
+ },
250
+ "engines": {
251
+ "node": ">=6.9.0"
252
+ },
253
+ "peerDependencies": {
254
+ "@babel/core": "^7.0.0-0"
255
+ }
256
+ },
257
+ "node_modules/@babel/plugin-transform-react-jsx-source": {
258
+ "version": "7.27.1",
259
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-source/-/plugin-transform-react-jsx-source-7.27.1.tgz",
260
+ "integrity": "sha512-zbwoTsBruTeKB9hSq73ha66iFeJHuaFkUbwvqElnygoNbj/jHRsSeokowZFN3CZ64IvEqcmmkVe89OPXc7ldAw==",
261
+ "dev": true,
262
+ "license": "MIT",
263
+ "dependencies": {
264
+ "@babel/helper-plugin-utils": "^7.27.1"
265
+ },
266
+ "engines": {
267
+ "node": ">=6.9.0"
268
+ },
269
+ "peerDependencies": {
270
+ "@babel/core": "^7.0.0-0"
271
+ }
272
+ },
273
+ "node_modules/@babel/template": {
274
+ "version": "7.27.2",
275
+ "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.27.2.tgz",
276
+ "integrity": "sha512-LPDZ85aEJyYSd18/DkjNh4/y1ntkE5KwUHWTiqgRxruuZL2F1yuHligVHLvcHY2vMHXttKFpJn6LwfI7cw7ODw==",
277
+ "dev": true,
278
+ "license": "MIT",
279
+ "dependencies": {
280
+ "@babel/code-frame": "^7.27.1",
281
+ "@babel/parser": "^7.27.2",
282
+ "@babel/types": "^7.27.1"
283
+ },
284
+ "engines": {
285
+ "node": ">=6.9.0"
286
+ }
287
+ },
288
+ "node_modules/@babel/traverse": {
289
+ "version": "7.28.5",
290
+ "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.28.5.tgz",
291
+ "integrity": "sha512-TCCj4t55U90khlYkVV/0TfkJkAkUg3jZFA3Neb7unZT8CPok7iiRfaX0F+WnqWqt7OxhOn0uBKXCw4lbL8W0aQ==",
292
+ "dev": true,
293
+ "license": "MIT",
294
+ "dependencies": {
295
+ "@babel/code-frame": "^7.27.1",
296
+ "@babel/generator": "^7.28.5",
297
+ "@babel/helper-globals": "^7.28.0",
298
+ "@babel/parser": "^7.28.5",
299
+ "@babel/template": "^7.27.2",
300
+ "@babel/types": "^7.28.5",
301
+ "debug": "^4.3.1"
302
+ },
303
+ "engines": {
304
+ "node": ">=6.9.0"
305
+ }
306
+ },
307
+ "node_modules/@babel/types": {
308
+ "version": "7.28.5",
309
+ "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.28.5.tgz",
310
+ "integrity": "sha512-qQ5m48eI/MFLQ5PxQj4PFaprjyCTLI37ElWMmNs0K8Lk3dVeOdNpB3ks8jc7yM5CDmVC73eMVk/trk3fgmrUpA==",
311
+ "dev": true,
312
+ "license": "MIT",
313
+ "dependencies": {
314
+ "@babel/helper-string-parser": "^7.27.1",
315
+ "@babel/helper-validator-identifier": "^7.28.5"
316
+ },
317
+ "engines": {
318
+ "node": ">=6.9.0"
319
+ }
320
+ },
321
+ "node_modules/@epic-web/invariant": {
322
+ "version": "1.0.0",
323
+ "resolved": "https://registry.npmjs.org/@epic-web/invariant/-/invariant-1.0.0.tgz",
324
+ "integrity": "sha512-lrTPqgvfFQtR/eY/qkIzp98OGdNJu0m5ji3q/nJI8v3SXkRKEnWiOxMmbvcSoAIzv/cGiuvRy57k4suKQSAdwA==",
325
+ "dev": true,
326
+ "license": "MIT"
327
+ },
328
+ "node_modules/@esbuild/aix-ppc64": {
329
+ "version": "0.27.2",
330
+ "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.27.2.tgz",
331
+ "integrity": "sha512-GZMB+a0mOMZs4MpDbj8RJp4cw+w1WV5NYD6xzgvzUJ5Ek2jerwfO2eADyI6ExDSUED+1X8aMbegahsJi+8mgpw==",
332
+ "cpu": [
333
+ "ppc64"
334
+ ],
335
+ "license": "MIT",
336
+ "optional": true,
337
+ "os": [
338
+ "aix"
339
+ ],
340
+ "engines": {
341
+ "node": ">=18"
342
+ }
343
+ },
344
+ "node_modules/@esbuild/android-arm": {
345
+ "version": "0.27.2",
346
+ "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.27.2.tgz",
347
+ "integrity": "sha512-DVNI8jlPa7Ujbr1yjU2PfUSRtAUZPG9I1RwW4F4xFB1Imiu2on0ADiI/c3td+KmDtVKNbi+nffGDQMfcIMkwIA==",
348
+ "cpu": [
349
+ "arm"
350
+ ],
351
+ "license": "MIT",
352
+ "optional": true,
353
+ "os": [
354
+ "android"
355
+ ],
356
+ "engines": {
357
+ "node": ">=18"
358
+ }
359
+ },
360
+ "node_modules/@esbuild/android-arm64": {
361
+ "version": "0.27.2",
362
+ "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.27.2.tgz",
363
+ "integrity": "sha512-pvz8ZZ7ot/RBphf8fv60ljmaoydPU12VuXHImtAs0XhLLw+EXBi2BLe3OYSBslR4rryHvweW5gmkKFwTiFy6KA==",
364
+ "cpu": [
365
+ "arm64"
366
+ ],
367
+ "license": "MIT",
368
+ "optional": true,
369
+ "os": [
370
+ "android"
371
+ ],
372
+ "engines": {
373
+ "node": ">=18"
374
+ }
375
+ },
376
+ "node_modules/@esbuild/android-x64": {
377
+ "version": "0.27.2",
378
+ "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.27.2.tgz",
379
+ "integrity": "sha512-z8Ank4Byh4TJJOh4wpz8g2vDy75zFL0TlZlkUkEwYXuPSgX8yzep596n6mT7905kA9uHZsf/o2OJZubl2l3M7A==",
380
+ "cpu": [
381
+ "x64"
382
+ ],
383
+ "license": "MIT",
384
+ "optional": true,
385
+ "os": [
386
+ "android"
387
+ ],
388
+ "engines": {
389
+ "node": ">=18"
390
+ }
391
+ },
392
+ "node_modules/@esbuild/darwin-arm64": {
393
+ "version": "0.27.2",
394
+ "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.27.2.tgz",
395
+ "integrity": "sha512-davCD2Zc80nzDVRwXTcQP/28fiJbcOwvdolL0sOiOsbwBa72kegmVU0Wrh1MYrbuCL98Omp5dVhQFWRKR2ZAlg==",
396
+ "cpu": [
397
+ "arm64"
398
+ ],
399
+ "license": "MIT",
400
+ "optional": true,
401
+ "os": [
402
+ "darwin"
403
+ ],
404
+ "engines": {
405
+ "node": ">=18"
406
+ }
407
+ },
408
+ "node_modules/@esbuild/darwin-x64": {
409
+ "version": "0.27.2",
410
+ "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.27.2.tgz",
411
+ "integrity": "sha512-ZxtijOmlQCBWGwbVmwOF/UCzuGIbUkqB1faQRf5akQmxRJ1ujusWsb3CVfk/9iZKr2L5SMU5wPBi1UWbvL+VQA==",
412
+ "cpu": [
413
+ "x64"
414
+ ],
415
+ "license": "MIT",
416
+ "optional": true,
417
+ "os": [
418
+ "darwin"
419
+ ],
420
+ "engines": {
421
+ "node": ">=18"
422
+ }
423
+ },
424
+ "node_modules/@esbuild/freebsd-arm64": {
425
+ "version": "0.27.2",
426
+ "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.27.2.tgz",
427
+ "integrity": "sha512-lS/9CN+rgqQ9czogxlMcBMGd+l8Q3Nj1MFQwBZJyoEKI50XGxwuzznYdwcav6lpOGv5BqaZXqvBSiB/kJ5op+g==",
428
+ "cpu": [
429
+ "arm64"
430
+ ],
431
+ "license": "MIT",
432
+ "optional": true,
433
+ "os": [
434
+ "freebsd"
435
+ ],
436
+ "engines": {
437
+ "node": ">=18"
438
+ }
439
+ },
440
+ "node_modules/@esbuild/freebsd-x64": {
441
+ "version": "0.27.2",
442
+ "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.27.2.tgz",
443
+ "integrity": "sha512-tAfqtNYb4YgPnJlEFu4c212HYjQWSO/w/h/lQaBK7RbwGIkBOuNKQI9tqWzx7Wtp7bTPaGC6MJvWI608P3wXYA==",
444
+ "cpu": [
445
+ "x64"
446
+ ],
447
+ "license": "MIT",
448
+ "optional": true,
449
+ "os": [
450
+ "freebsd"
451
+ ],
452
+ "engines": {
453
+ "node": ">=18"
454
+ }
455
+ },
456
+ "node_modules/@esbuild/linux-arm": {
457
+ "version": "0.27.2",
458
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.27.2.tgz",
459
+ "integrity": "sha512-vWfq4GaIMP9AIe4yj1ZUW18RDhx6EPQKjwe7n8BbIecFtCQG4CfHGaHuh7fdfq+y3LIA2vGS/o9ZBGVxIDi9hw==",
460
+ "cpu": [
461
+ "arm"
462
+ ],
463
+ "license": "MIT",
464
+ "optional": true,
465
+ "os": [
466
+ "linux"
467
+ ],
468
+ "engines": {
469
+ "node": ">=18"
470
+ }
471
+ },
472
+ "node_modules/@esbuild/linux-arm64": {
473
+ "version": "0.27.2",
474
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.27.2.tgz",
475
+ "integrity": "sha512-hYxN8pr66NsCCiRFkHUAsxylNOcAQaxSSkHMMjcpx0si13t1LHFphxJZUiGwojB1a/Hd5OiPIqDdXONia6bhTw==",
476
+ "cpu": [
477
+ "arm64"
478
+ ],
479
+ "license": "MIT",
480
+ "optional": true,
481
+ "os": [
482
+ "linux"
483
+ ],
484
+ "engines": {
485
+ "node": ">=18"
486
+ }
487
+ },
488
+ "node_modules/@esbuild/linux-ia32": {
489
+ "version": "0.27.2",
490
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.27.2.tgz",
491
+ "integrity": "sha512-MJt5BRRSScPDwG2hLelYhAAKh9imjHK5+NE/tvnRLbIqUWa+0E9N4WNMjmp/kXXPHZGqPLxggwVhz7QP8CTR8w==",
492
+ "cpu": [
493
+ "ia32"
494
+ ],
495
+ "license": "MIT",
496
+ "optional": true,
497
+ "os": [
498
+ "linux"
499
+ ],
500
+ "engines": {
501
+ "node": ">=18"
502
+ }
503
+ },
504
+ "node_modules/@esbuild/linux-loong64": {
505
+ "version": "0.27.2",
506
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.27.2.tgz",
507
+ "integrity": "sha512-lugyF1atnAT463aO6KPshVCJK5NgRnU4yb3FUumyVz+cGvZbontBgzeGFO1nF+dPueHD367a2ZXe1NtUkAjOtg==",
508
+ "cpu": [
509
+ "loong64"
510
+ ],
511
+ "license": "MIT",
512
+ "optional": true,
513
+ "os": [
514
+ "linux"
515
+ ],
516
+ "engines": {
517
+ "node": ">=18"
518
+ }
519
+ },
520
+ "node_modules/@esbuild/linux-mips64el": {
521
+ "version": "0.27.2",
522
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.27.2.tgz",
523
+ "integrity": "sha512-nlP2I6ArEBewvJ2gjrrkESEZkB5mIoaTswuqNFRv/WYd+ATtUpe9Y09RnJvgvdag7he0OWgEZWhviS1OTOKixw==",
524
+ "cpu": [
525
+ "mips64el"
526
+ ],
527
+ "license": "MIT",
528
+ "optional": true,
529
+ "os": [
530
+ "linux"
531
+ ],
532
+ "engines": {
533
+ "node": ">=18"
534
+ }
535
+ },
536
+ "node_modules/@esbuild/linux-ppc64": {
537
+ "version": "0.27.2",
538
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.27.2.tgz",
539
+ "integrity": "sha512-C92gnpey7tUQONqg1n6dKVbx3vphKtTHJaNG2Ok9lGwbZil6DrfyecMsp9CrmXGQJmZ7iiVXvvZH6Ml5hL6XdQ==",
540
+ "cpu": [
541
+ "ppc64"
542
+ ],
543
+ "license": "MIT",
544
+ "optional": true,
545
+ "os": [
546
+ "linux"
547
+ ],
548
+ "engines": {
549
+ "node": ">=18"
550
+ }
551
+ },
552
+ "node_modules/@esbuild/linux-riscv64": {
553
+ "version": "0.27.2",
554
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.27.2.tgz",
555
+ "integrity": "sha512-B5BOmojNtUyN8AXlK0QJyvjEZkWwy/FKvakkTDCziX95AowLZKR6aCDhG7LeF7uMCXEJqwa8Bejz5LTPYm8AvA==",
556
+ "cpu": [
557
+ "riscv64"
558
+ ],
559
+ "license": "MIT",
560
+ "optional": true,
561
+ "os": [
562
+ "linux"
563
+ ],
564
+ "engines": {
565
+ "node": ">=18"
566
+ }
567
+ },
568
+ "node_modules/@esbuild/linux-s390x": {
569
+ "version": "0.27.2",
570
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.27.2.tgz",
571
+ "integrity": "sha512-p4bm9+wsPwup5Z8f4EpfN63qNagQ47Ua2znaqGH6bqLlmJ4bx97Y9JdqxgGZ6Y8xVTixUnEkoKSHcpRlDnNr5w==",
572
+ "cpu": [
573
+ "s390x"
574
+ ],
575
+ "license": "MIT",
576
+ "optional": true,
577
+ "os": [
578
+ "linux"
579
+ ],
580
+ "engines": {
581
+ "node": ">=18"
582
+ }
583
+ },
584
+ "node_modules/@esbuild/linux-x64": {
585
+ "version": "0.27.2",
586
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.27.2.tgz",
587
+ "integrity": "sha512-uwp2Tip5aPmH+NRUwTcfLb+W32WXjpFejTIOWZFw/v7/KnpCDKG66u4DLcurQpiYTiYwQ9B7KOeMJvLCu/OvbA==",
588
+ "cpu": [
589
+ "x64"
590
+ ],
591
+ "license": "MIT",
592
+ "optional": true,
593
+ "os": [
594
+ "linux"
595
+ ],
596
+ "engines": {
597
+ "node": ">=18"
598
+ }
599
+ },
600
+ "node_modules/@esbuild/netbsd-arm64": {
601
+ "version": "0.27.2",
602
+ "resolved": "https://registry.npmjs.org/@esbuild/netbsd-arm64/-/netbsd-arm64-0.27.2.tgz",
603
+ "integrity": "sha512-Kj6DiBlwXrPsCRDeRvGAUb/LNrBASrfqAIok+xB0LxK8CHqxZ037viF13ugfsIpePH93mX7xfJp97cyDuTZ3cw==",
604
+ "cpu": [
605
+ "arm64"
606
+ ],
607
+ "license": "MIT",
608
+ "optional": true,
609
+ "os": [
610
+ "netbsd"
611
+ ],
612
+ "engines": {
613
+ "node": ">=18"
614
+ }
615
+ },
616
+ "node_modules/@esbuild/netbsd-x64": {
617
+ "version": "0.27.2",
618
+ "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.27.2.tgz",
619
+ "integrity": "sha512-HwGDZ0VLVBY3Y+Nw0JexZy9o/nUAWq9MlV7cahpaXKW6TOzfVno3y3/M8Ga8u8Yr7GldLOov27xiCnqRZf0tCA==",
620
+ "cpu": [
621
+ "x64"
622
+ ],
623
+ "license": "MIT",
624
+ "optional": true,
625
+ "os": [
626
+ "netbsd"
627
+ ],
628
+ "engines": {
629
+ "node": ">=18"
630
+ }
631
+ },
632
+ "node_modules/@esbuild/openbsd-arm64": {
633
+ "version": "0.27.2",
634
+ "resolved": "https://registry.npmjs.org/@esbuild/openbsd-arm64/-/openbsd-arm64-0.27.2.tgz",
635
+ "integrity": "sha512-DNIHH2BPQ5551A7oSHD0CKbwIA/Ox7+78/AWkbS5QoRzaqlev2uFayfSxq68EkonB+IKjiuxBFoV8ESJy8bOHA==",
636
+ "cpu": [
637
+ "arm64"
638
+ ],
639
+ "license": "MIT",
640
+ "optional": true,
641
+ "os": [
642
+ "openbsd"
643
+ ],
644
+ "engines": {
645
+ "node": ">=18"
646
+ }
647
+ },
648
+ "node_modules/@esbuild/openbsd-x64": {
649
+ "version": "0.27.2",
650
+ "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.27.2.tgz",
651
+ "integrity": "sha512-/it7w9Nb7+0KFIzjalNJVR5bOzA9Vay+yIPLVHfIQYG/j+j9VTH84aNB8ExGKPU4AzfaEvN9/V4HV+F+vo8OEg==",
652
+ "cpu": [
653
+ "x64"
654
+ ],
655
+ "license": "MIT",
656
+ "optional": true,
657
+ "os": [
658
+ "openbsd"
659
+ ],
660
+ "engines": {
661
+ "node": ">=18"
662
+ }
663
+ },
664
+ "node_modules/@esbuild/openharmony-arm64": {
665
+ "version": "0.27.2",
666
+ "resolved": "https://registry.npmjs.org/@esbuild/openharmony-arm64/-/openharmony-arm64-0.27.2.tgz",
667
+ "integrity": "sha512-LRBbCmiU51IXfeXk59csuX/aSaToeG7w48nMwA6049Y4J4+VbWALAuXcs+qcD04rHDuSCSRKdmY63sruDS5qag==",
668
+ "cpu": [
669
+ "arm64"
670
+ ],
671
+ "license": "MIT",
672
+ "optional": true,
673
+ "os": [
674
+ "openharmony"
675
+ ],
676
+ "engines": {
677
+ "node": ">=18"
678
+ }
679
+ },
680
+ "node_modules/@esbuild/sunos-x64": {
681
+ "version": "0.27.2",
682
+ "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.27.2.tgz",
683
+ "integrity": "sha512-kMtx1yqJHTmqaqHPAzKCAkDaKsffmXkPHThSfRwZGyuqyIeBvf08KSsYXl+abf5HDAPMJIPnbBfXvP2ZC2TfHg==",
684
+ "cpu": [
685
+ "x64"
686
+ ],
687
+ "license": "MIT",
688
+ "optional": true,
689
+ "os": [
690
+ "sunos"
691
+ ],
692
+ "engines": {
693
+ "node": ">=18"
694
+ }
695
+ },
696
+ "node_modules/@esbuild/win32-arm64": {
697
+ "version": "0.27.2",
698
+ "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.27.2.tgz",
699
+ "integrity": "sha512-Yaf78O/B3Kkh+nKABUF++bvJv5Ijoy9AN1ww904rOXZFLWVc5OLOfL56W+C8F9xn5JQZa3UX6m+IktJnIb1Jjg==",
700
+ "cpu": [
701
+ "arm64"
702
+ ],
703
+ "license": "MIT",
704
+ "optional": true,
705
+ "os": [
706
+ "win32"
707
+ ],
708
+ "engines": {
709
+ "node": ">=18"
710
+ }
711
+ },
712
+ "node_modules/@esbuild/win32-ia32": {
713
+ "version": "0.27.2",
714
+ "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.27.2.tgz",
715
+ "integrity": "sha512-Iuws0kxo4yusk7sw70Xa2E2imZU5HoixzxfGCdxwBdhiDgt9vX9VUCBhqcwY7/uh//78A1hMkkROMJq9l27oLQ==",
716
+ "cpu": [
717
+ "ia32"
718
+ ],
719
+ "license": "MIT",
720
+ "optional": true,
721
+ "os": [
722
+ "win32"
723
+ ],
724
+ "engines": {
725
+ "node": ">=18"
726
+ }
727
+ },
728
+ "node_modules/@esbuild/win32-x64": {
729
+ "version": "0.27.2",
730
+ "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.27.2.tgz",
731
+ "integrity": "sha512-sRdU18mcKf7F+YgheI/zGf5alZatMUTKj/jNS6l744f9u3WFu4v7twcUI9vu4mknF4Y9aDlblIie0IM+5xxaqQ==",
732
+ "cpu": [
733
+ "x64"
734
+ ],
735
+ "license": "MIT",
736
+ "optional": true,
737
+ "os": [
738
+ "win32"
739
+ ],
740
+ "engines": {
741
+ "node": ">=18"
742
+ }
743
+ },
744
+ "node_modules/@jridgewell/gen-mapping": {
745
+ "version": "0.3.13",
746
+ "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.13.tgz",
747
+ "integrity": "sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA==",
748
+ "dev": true,
749
+ "license": "MIT",
750
+ "dependencies": {
751
+ "@jridgewell/sourcemap-codec": "^1.5.0",
752
+ "@jridgewell/trace-mapping": "^0.3.24"
753
+ }
754
+ },
755
+ "node_modules/@jridgewell/remapping": {
756
+ "version": "2.3.5",
757
+ "resolved": "https://registry.npmjs.org/@jridgewell/remapping/-/remapping-2.3.5.tgz",
758
+ "integrity": "sha512-LI9u/+laYG4Ds1TDKSJW2YPrIlcVYOwi2fUC6xB43lueCjgxV4lffOCZCtYFiH6TNOX+tQKXx97T4IKHbhyHEQ==",
759
+ "dev": true,
760
+ "license": "MIT",
761
+ "dependencies": {
762
+ "@jridgewell/gen-mapping": "^0.3.5",
763
+ "@jridgewell/trace-mapping": "^0.3.24"
764
+ }
765
+ },
766
+ "node_modules/@jridgewell/resolve-uri": {
767
+ "version": "3.1.2",
768
+ "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz",
769
+ "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==",
770
+ "dev": true,
771
+ "license": "MIT",
772
+ "engines": {
773
+ "node": ">=6.0.0"
774
+ }
775
+ },
776
+ "node_modules/@jridgewell/sourcemap-codec": {
777
+ "version": "1.5.5",
778
+ "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz",
779
+ "integrity": "sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==",
780
+ "dev": true,
781
+ "license": "MIT"
782
+ },
783
+ "node_modules/@jridgewell/trace-mapping": {
784
+ "version": "0.3.31",
785
+ "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.31.tgz",
786
+ "integrity": "sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==",
787
+ "dev": true,
788
+ "license": "MIT",
789
+ "dependencies": {
790
+ "@jridgewell/resolve-uri": "^3.1.0",
791
+ "@jridgewell/sourcemap-codec": "^1.4.14"
792
+ }
793
+ },
794
+ "node_modules/@mongodb-js/saslprep": {
795
+ "version": "1.4.4",
796
+ "resolved": "https://registry.npmjs.org/@mongodb-js/saslprep/-/saslprep-1.4.4.tgz",
797
+ "integrity": "sha512-p7X/ytJDIdwUfFL/CLOhKgdfJe1Fa8uw9seJYvdOmnP9JBWGWHW69HkOixXS6Wy9yvGf1MbhcS6lVmrhy4jm2g==",
798
+ "license": "MIT",
799
+ "dependencies": {
800
+ "sparse-bitfield": "^3.0.3"
801
+ }
802
+ },
803
+ "node_modules/@polka/url": {
804
+ "version": "1.0.0-next.29",
805
+ "resolved": "https://registry.npmjs.org/@polka/url/-/url-1.0.0-next.29.tgz",
806
+ "integrity": "sha512-wwQAWhWSuHaag8c4q/KN/vCoeOJYshAIvMQwD4GpSb3OiZklFfvAgmj0VCBBImRpuF/aFgIRzllXlVX93Jevww==",
807
+ "license": "MIT"
808
+ },
809
+ "node_modules/@rolldown/pluginutils": {
810
+ "version": "1.0.0-beta.53",
811
+ "resolved": "https://registry.npmjs.org/@rolldown/pluginutils/-/pluginutils-1.0.0-beta.53.tgz",
812
+ "integrity": "sha512-vENRlFU4YbrwVqNDZ7fLvy+JR1CRkyr01jhSiDpE1u6py3OMzQfztQU2jxykW3ALNxO4kSlqIDeYyD0Y9RcQeQ==",
813
+ "dev": true,
814
+ "license": "MIT"
815
+ },
816
+ "node_modules/@rollup/rollup-android-arm-eabi": {
817
+ "version": "4.55.1",
818
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.55.1.tgz",
819
+ "integrity": "sha512-9R0DM/ykwfGIlNu6+2U09ga0WXeZ9MRC2Ter8jnz8415VbuIykVuc6bhdrbORFZANDmTDvq26mJrEVTl8TdnDg==",
820
+ "cpu": [
821
+ "arm"
822
+ ],
823
+ "license": "MIT",
824
+ "optional": true,
825
+ "os": [
826
+ "android"
827
+ ]
828
+ },
829
+ "node_modules/@rollup/rollup-android-arm64": {
830
+ "version": "4.55.1",
831
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.55.1.tgz",
832
+ "integrity": "sha512-eFZCb1YUqhTysgW3sj/55du5cG57S7UTNtdMjCW7LwVcj3dTTcowCsC8p7uBdzKsZYa8J7IDE8lhMI+HX1vQvg==",
833
+ "cpu": [
834
+ "arm64"
835
+ ],
836
+ "license": "MIT",
837
+ "optional": true,
838
+ "os": [
839
+ "android"
840
+ ]
841
+ },
842
+ "node_modules/@rollup/rollup-darwin-arm64": {
843
+ "version": "4.55.1",
844
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.55.1.tgz",
845
+ "integrity": "sha512-p3grE2PHcQm2e8PSGZdzIhCKbMCw/xi9XvMPErPhwO17vxtvCN5FEA2mSLgmKlCjHGMQTP6phuQTYWUnKewwGg==",
846
+ "cpu": [
847
+ "arm64"
848
+ ],
849
+ "license": "MIT",
850
+ "optional": true,
851
+ "os": [
852
+ "darwin"
853
+ ]
854
+ },
855
+ "node_modules/@rollup/rollup-darwin-x64": {
856
+ "version": "4.55.1",
857
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.55.1.tgz",
858
+ "integrity": "sha512-rDUjG25C9qoTm+e02Esi+aqTKSBYwVTaoS1wxcN47/Luqef57Vgp96xNANwt5npq9GDxsH7kXxNkJVEsWEOEaQ==",
859
+ "cpu": [
860
+ "x64"
861
+ ],
862
+ "license": "MIT",
863
+ "optional": true,
864
+ "os": [
865
+ "darwin"
866
+ ]
867
+ },
868
+ "node_modules/@rollup/rollup-freebsd-arm64": {
869
+ "version": "4.55.1",
870
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-arm64/-/rollup-freebsd-arm64-4.55.1.tgz",
871
+ "integrity": "sha512-+JiU7Jbp5cdxekIgdte0jfcu5oqw4GCKr6i3PJTlXTCU5H5Fvtkpbs4XJHRmWNXF+hKmn4v7ogI5OQPaupJgOg==",
872
+ "cpu": [
873
+ "arm64"
874
+ ],
875
+ "license": "MIT",
876
+ "optional": true,
877
+ "os": [
878
+ "freebsd"
879
+ ]
880
+ },
881
+ "node_modules/@rollup/rollup-freebsd-x64": {
882
+ "version": "4.55.1",
883
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-x64/-/rollup-freebsd-x64-4.55.1.tgz",
884
+ "integrity": "sha512-V5xC1tOVWtLLmr3YUk2f6EJK4qksksOYiz/TCsFHu/R+woubcLWdC9nZQmwjOAbmExBIVKsm1/wKmEy4z4u4Bw==",
885
+ "cpu": [
886
+ "x64"
887
+ ],
888
+ "license": "MIT",
889
+ "optional": true,
890
+ "os": [
891
+ "freebsd"
892
+ ]
893
+ },
894
+ "node_modules/@rollup/rollup-linux-arm-gnueabihf": {
895
+ "version": "4.55.1",
896
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.55.1.tgz",
897
+ "integrity": "sha512-Rn3n+FUk2J5VWx+ywrG/HGPTD9jXNbicRtTM11e/uorplArnXZYsVifnPPqNNP5BsO3roI4n8332ukpY/zN7rQ==",
898
+ "cpu": [
899
+ "arm"
900
+ ],
901
+ "license": "MIT",
902
+ "optional": true,
903
+ "os": [
904
+ "linux"
905
+ ]
906
+ },
907
+ "node_modules/@rollup/rollup-linux-arm-musleabihf": {
908
+ "version": "4.55.1",
909
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.55.1.tgz",
910
+ "integrity": "sha512-grPNWydeKtc1aEdrJDWk4opD7nFtQbMmV7769hiAaYyUKCT1faPRm2av8CX1YJsZ4TLAZcg9gTR1KvEzoLjXkg==",
911
+ "cpu": [
912
+ "arm"
913
+ ],
914
+ "license": "MIT",
915
+ "optional": true,
916
+ "os": [
917
+ "linux"
918
+ ]
919
+ },
920
+ "node_modules/@rollup/rollup-linux-arm64-gnu": {
921
+ "version": "4.55.1",
922
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.55.1.tgz",
923
+ "integrity": "sha512-a59mwd1k6x8tXKcUxSyISiquLwB5pX+fJW9TkWU46lCqD/GRDe9uDN31jrMmVP3feI3mhAdvcCClhV8V5MhJFQ==",
924
+ "cpu": [
925
+ "arm64"
926
+ ],
927
+ "license": "MIT",
928
+ "optional": true,
929
+ "os": [
930
+ "linux"
931
+ ]
932
+ },
933
+ "node_modules/@rollup/rollup-linux-arm64-musl": {
934
+ "version": "4.55.1",
935
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.55.1.tgz",
936
+ "integrity": "sha512-puS1MEgWX5GsHSoiAsF0TYrpomdvkaXm0CofIMG5uVkP6IBV+ZO9xhC5YEN49nsgYo1DuuMquF9+7EDBVYu4uA==",
937
+ "cpu": [
938
+ "arm64"
939
+ ],
940
+ "license": "MIT",
941
+ "optional": true,
942
+ "os": [
943
+ "linux"
944
+ ]
945
+ },
946
+ "node_modules/@rollup/rollup-linux-loong64-gnu": {
947
+ "version": "4.55.1",
948
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-loong64-gnu/-/rollup-linux-loong64-gnu-4.55.1.tgz",
949
+ "integrity": "sha512-r3Wv40in+lTsULSb6nnoudVbARdOwb2u5fpeoOAZjFLznp6tDU8kd+GTHmJoqZ9lt6/Sys33KdIHUaQihFcu7g==",
950
+ "cpu": [
951
+ "loong64"
952
+ ],
953
+ "license": "MIT",
954
+ "optional": true,
955
+ "os": [
956
+ "linux"
957
+ ]
958
+ },
959
+ "node_modules/@rollup/rollup-linux-loong64-musl": {
960
+ "version": "4.55.1",
961
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-loong64-musl/-/rollup-linux-loong64-musl-4.55.1.tgz",
962
+ "integrity": "sha512-MR8c0+UxAlB22Fq4R+aQSPBayvYa3+9DrwG/i1TKQXFYEaoW3B5b/rkSRIypcZDdWjWnpcvxbNaAJDcSbJU3Lw==",
963
+ "cpu": [
964
+ "loong64"
965
+ ],
966
+ "license": "MIT",
967
+ "optional": true,
968
+ "os": [
969
+ "linux"
970
+ ]
971
+ },
972
+ "node_modules/@rollup/rollup-linux-ppc64-gnu": {
973
+ "version": "4.55.1",
974
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-ppc64-gnu/-/rollup-linux-ppc64-gnu-4.55.1.tgz",
975
+ "integrity": "sha512-3KhoECe1BRlSYpMTeVrD4sh2Pw2xgt4jzNSZIIPLFEsnQn9gAnZagW9+VqDqAHgm1Xc77LzJOo2LdigS5qZ+gw==",
976
+ "cpu": [
977
+ "ppc64"
978
+ ],
979
+ "license": "MIT",
980
+ "optional": true,
981
+ "os": [
982
+ "linux"
983
+ ]
984
+ },
985
+ "node_modules/@rollup/rollup-linux-ppc64-musl": {
986
+ "version": "4.55.1",
987
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-ppc64-musl/-/rollup-linux-ppc64-musl-4.55.1.tgz",
988
+ "integrity": "sha512-ziR1OuZx0vdYZZ30vueNZTg73alF59DicYrPViG0NEgDVN8/Jl87zkAPu4u6VjZST2llgEUjaiNl9JM6HH1Vdw==",
989
+ "cpu": [
990
+ "ppc64"
991
+ ],
992
+ "license": "MIT",
993
+ "optional": true,
994
+ "os": [
995
+ "linux"
996
+ ]
997
+ },
998
+ "node_modules/@rollup/rollup-linux-riscv64-gnu": {
999
+ "version": "4.55.1",
1000
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.55.1.tgz",
1001
+ "integrity": "sha512-uW0Y12ih2XJRERZ4jAfKamTyIHVMPQnTZcQjme2HMVDAHY4amf5u414OqNYC+x+LzRdRcnIG1YodLrrtA8xsxw==",
1002
+ "cpu": [
1003
+ "riscv64"
1004
+ ],
1005
+ "license": "MIT",
1006
+ "optional": true,
1007
+ "os": [
1008
+ "linux"
1009
+ ]
1010
+ },
1011
+ "node_modules/@rollup/rollup-linux-riscv64-musl": {
1012
+ "version": "4.55.1",
1013
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-musl/-/rollup-linux-riscv64-musl-4.55.1.tgz",
1014
+ "integrity": "sha512-u9yZ0jUkOED1BFrqu3BwMQoixvGHGZ+JhJNkNKY/hyoEgOwlqKb62qu+7UjbPSHYjiVy8kKJHvXKv5coH4wDeg==",
1015
+ "cpu": [
1016
+ "riscv64"
1017
+ ],
1018
+ "license": "MIT",
1019
+ "optional": true,
1020
+ "os": [
1021
+ "linux"
1022
+ ]
1023
+ },
1024
+ "node_modules/@rollup/rollup-linux-s390x-gnu": {
1025
+ "version": "4.55.1",
1026
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.55.1.tgz",
1027
+ "integrity": "sha512-/0PenBCmqM4ZUd0190j7J0UsQ/1nsi735iPRakO8iPciE7BQ495Y6msPzaOmvx0/pn+eJVVlZrNrSh4WSYLxNg==",
1028
+ "cpu": [
1029
+ "s390x"
1030
+ ],
1031
+ "license": "MIT",
1032
+ "optional": true,
1033
+ "os": [
1034
+ "linux"
1035
+ ]
1036
+ },
1037
+ "node_modules/@rollup/rollup-linux-x64-gnu": {
1038
+ "version": "4.55.1",
1039
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.55.1.tgz",
1040
+ "integrity": "sha512-a8G4wiQxQG2BAvo+gU6XrReRRqj+pLS2NGXKm8io19goR+K8lw269eTrPkSdDTALwMmJp4th2Uh0D8J9bEV1vg==",
1041
+ "cpu": [
1042
+ "x64"
1043
+ ],
1044
+ "license": "MIT",
1045
+ "optional": true,
1046
+ "os": [
1047
+ "linux"
1048
+ ]
1049
+ },
1050
+ "node_modules/@rollup/rollup-linux-x64-musl": {
1051
+ "version": "4.55.1",
1052
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.55.1.tgz",
1053
+ "integrity": "sha512-bD+zjpFrMpP/hqkfEcnjXWHMw5BIghGisOKPj+2NaNDuVT+8Ds4mPf3XcPHuat1tz89WRL+1wbcxKY3WSbiT7w==",
1054
+ "cpu": [
1055
+ "x64"
1056
+ ],
1057
+ "license": "MIT",
1058
+ "optional": true,
1059
+ "os": [
1060
+ "linux"
1061
+ ]
1062
+ },
1063
+ "node_modules/@rollup/rollup-openbsd-x64": {
1064
+ "version": "4.55.1",
1065
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-openbsd-x64/-/rollup-openbsd-x64-4.55.1.tgz",
1066
+ "integrity": "sha512-eLXw0dOiqE4QmvikfQ6yjgkg/xDM+MdU9YJuP4ySTibXU0oAvnEWXt7UDJmD4UkYialMfOGFPJnIHSe/kdzPxg==",
1067
+ "cpu": [
1068
+ "x64"
1069
+ ],
1070
+ "license": "MIT",
1071
+ "optional": true,
1072
+ "os": [
1073
+ "openbsd"
1074
+ ]
1075
+ },
1076
+ "node_modules/@rollup/rollup-openharmony-arm64": {
1077
+ "version": "4.55.1",
1078
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-openharmony-arm64/-/rollup-openharmony-arm64-4.55.1.tgz",
1079
+ "integrity": "sha512-xzm44KgEP11te3S2HCSyYf5zIzWmx3n8HDCc7EE59+lTcswEWNpvMLfd9uJvVX8LCg9QWG67Xt75AuHn4vgsXw==",
1080
+ "cpu": [
1081
+ "arm64"
1082
+ ],
1083
+ "license": "MIT",
1084
+ "optional": true,
1085
+ "os": [
1086
+ "openharmony"
1087
+ ]
1088
+ },
1089
+ "node_modules/@rollup/rollup-win32-arm64-msvc": {
1090
+ "version": "4.55.1",
1091
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.55.1.tgz",
1092
+ "integrity": "sha512-yR6Bl3tMC/gBok5cz/Qi0xYnVbIxGx5Fcf/ca0eB6/6JwOY+SRUcJfI0OpeTpPls7f194as62thCt/2BjxYN8g==",
1093
+ "cpu": [
1094
+ "arm64"
1095
+ ],
1096
+ "license": "MIT",
1097
+ "optional": true,
1098
+ "os": [
1099
+ "win32"
1100
+ ]
1101
+ },
1102
+ "node_modules/@rollup/rollup-win32-ia32-msvc": {
1103
+ "version": "4.55.1",
1104
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.55.1.tgz",
1105
+ "integrity": "sha512-3fZBidchE0eY0oFZBnekYCfg+5wAB0mbpCBuofh5mZuzIU/4jIVkbESmd2dOsFNS78b53CYv3OAtwqkZZmU5nA==",
1106
+ "cpu": [
1107
+ "ia32"
1108
+ ],
1109
+ "license": "MIT",
1110
+ "optional": true,
1111
+ "os": [
1112
+ "win32"
1113
+ ]
1114
+ },
1115
+ "node_modules/@rollup/rollup-win32-x64-gnu": {
1116
+ "version": "4.55.1",
1117
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-gnu/-/rollup-win32-x64-gnu-4.55.1.tgz",
1118
+ "integrity": "sha512-xGGY5pXj69IxKb4yv/POoocPy/qmEGhimy/FoTpTSVju3FYXUQQMFCaZZXJVidsmGxRioZAwpThl/4zX41gRKg==",
1119
+ "cpu": [
1120
+ "x64"
1121
+ ],
1122
+ "license": "MIT",
1123
+ "optional": true,
1124
+ "os": [
1125
+ "win32"
1126
+ ]
1127
+ },
1128
+ "node_modules/@rollup/rollup-win32-x64-msvc": {
1129
+ "version": "4.55.1",
1130
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.55.1.tgz",
1131
+ "integrity": "sha512-SPEpaL6DX4rmcXtnhdrQYgzQ5W2uW3SCJch88lB2zImhJRhIIK44fkUrgIV/Q8yUNfw5oyZ5vkeQsZLhCb06lw==",
1132
+ "cpu": [
1133
+ "x64"
1134
+ ],
1135
+ "license": "MIT",
1136
+ "optional": true,
1137
+ "os": [
1138
+ "win32"
1139
+ ]
1140
+ },
1141
+ "node_modules/@types/babel__core": {
1142
+ "version": "7.20.5",
1143
+ "resolved": "https://registry.npmjs.org/@types/babel__core/-/babel__core-7.20.5.tgz",
1144
+ "integrity": "sha512-qoQprZvz5wQFJwMDqeseRXWv3rqMvhgpbXFfVyWhbx9X47POIA6i/+dXefEmZKoAgOaTdaIgNSMqMIU61yRyzA==",
1145
+ "dev": true,
1146
+ "license": "MIT",
1147
+ "dependencies": {
1148
+ "@babel/parser": "^7.20.7",
1149
+ "@babel/types": "^7.20.7",
1150
+ "@types/babel__generator": "*",
1151
+ "@types/babel__template": "*",
1152
+ "@types/babel__traverse": "*"
1153
+ }
1154
+ },
1155
+ "node_modules/@types/babel__generator": {
1156
+ "version": "7.27.0",
1157
+ "resolved": "https://registry.npmjs.org/@types/babel__generator/-/babel__generator-7.27.0.tgz",
1158
+ "integrity": "sha512-ufFd2Xi92OAVPYsy+P4n7/U7e68fex0+Ee8gSG9KX7eo084CWiQ4sdxktvdl0bOPupXtVJPY19zk6EwWqUQ8lg==",
1159
+ "dev": true,
1160
+ "license": "MIT",
1161
+ "dependencies": {
1162
+ "@babel/types": "^7.0.0"
1163
+ }
1164
+ },
1165
+ "node_modules/@types/babel__template": {
1166
+ "version": "7.4.4",
1167
+ "resolved": "https://registry.npmjs.org/@types/babel__template/-/babel__template-7.4.4.tgz",
1168
+ "integrity": "sha512-h/NUaSyG5EyxBIp8YRxo4RMe2/qQgvyowRwVMzhYhBCONbW8PUsg4lkFMrhgZhUe5z3L3MiLDuvyJ/CaPa2A8A==",
1169
+ "dev": true,
1170
+ "license": "MIT",
1171
+ "dependencies": {
1172
+ "@babel/parser": "^7.1.0",
1173
+ "@babel/types": "^7.0.0"
1174
+ }
1175
+ },
1176
+ "node_modules/@types/babel__traverse": {
1177
+ "version": "7.28.0",
1178
+ "resolved": "https://registry.npmjs.org/@types/babel__traverse/-/babel__traverse-7.28.0.tgz",
1179
+ "integrity": "sha512-8PvcXf70gTDZBgt9ptxJ8elBeBjcLOAcOtoO/mPJjtji1+CdGbHgm77om1GrsPxsiE+uXIpNSK64UYaIwQXd4Q==",
1180
+ "dev": true,
1181
+ "license": "MIT",
1182
+ "dependencies": {
1183
+ "@babel/types": "^7.28.2"
1184
+ }
1185
+ },
1186
+ "node_modules/@types/bcrypt": {
1187
+ "version": "6.0.0",
1188
+ "resolved": "https://registry.npmjs.org/@types/bcrypt/-/bcrypt-6.0.0.tgz",
1189
+ "integrity": "sha512-/oJGukuH3D2+D+3H4JWLaAsJ/ji86dhRidzZ/Od7H/i8g+aCmvkeCc6Ni/f9uxGLSQVCRZkX2/lqEFG2BvWtlQ==",
1190
+ "dev": true,
1191
+ "license": "MIT",
1192
+ "dependencies": {
1193
+ "@types/node": "*"
1194
+ }
1195
+ },
1196
+ "node_modules/@types/body-parser": {
1197
+ "version": "1.19.6",
1198
+ "resolved": "https://registry.npmjs.org/@types/body-parser/-/body-parser-1.19.6.tgz",
1199
+ "integrity": "sha512-HLFeCYgz89uk22N5Qg3dvGvsv46B8GLvKKo1zKG4NybA8U2DiEO3w9lqGg29t/tfLRJpJ6iQxnVw4OnB7MoM9g==",
1200
+ "dev": true,
1201
+ "license": "MIT",
1202
+ "dependencies": {
1203
+ "@types/connect": "*",
1204
+ "@types/node": "*"
1205
+ }
1206
+ },
1207
+ "node_modules/@types/connect": {
1208
+ "version": "3.4.38",
1209
+ "resolved": "https://registry.npmjs.org/@types/connect/-/connect-3.4.38.tgz",
1210
+ "integrity": "sha512-K6uROf1LD88uDQqJCktA4yzL1YYAK6NgfsI0v/mTgyPKWsX1CnJ0XPSDhViejru1GcRkLWb8RlzFYJRqGUbaug==",
1211
+ "dev": true,
1212
+ "license": "MIT",
1213
+ "dependencies": {
1214
+ "@types/node": "*"
1215
+ }
1216
+ },
1217
+ "node_modules/@types/estree": {
1218
+ "version": "1.0.8",
1219
+ "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.8.tgz",
1220
+ "integrity": "sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==",
1221
+ "license": "MIT"
1222
+ },
1223
+ "node_modules/@types/express": {
1224
+ "version": "5.0.6",
1225
+ "resolved": "https://registry.npmjs.org/@types/express/-/express-5.0.6.tgz",
1226
+ "integrity": "sha512-sKYVuV7Sv9fbPIt/442koC7+IIwK5olP1KWeD88e/idgoJqDm3JV/YUiPwkoKK92ylff2MGxSz1CSjsXelx0YA==",
1227
+ "dev": true,
1228
+ "license": "MIT",
1229
+ "dependencies": {
1230
+ "@types/body-parser": "*",
1231
+ "@types/express-serve-static-core": "^5.0.0",
1232
+ "@types/serve-static": "^2"
1233
+ }
1234
+ },
1235
+ "node_modules/@types/express-serve-static-core": {
1236
+ "version": "5.1.0",
1237
+ "resolved": "https://registry.npmjs.org/@types/express-serve-static-core/-/express-serve-static-core-5.1.0.tgz",
1238
+ "integrity": "sha512-jnHMsrd0Mwa9Cf4IdOzbz543y4XJepXrbia2T4b6+spXC2We3t1y6K44D3mR8XMFSXMCf3/l7rCgddfx7UNVBA==",
1239
+ "dev": true,
1240
+ "license": "MIT",
1241
+ "dependencies": {
1242
+ "@types/node": "*",
1243
+ "@types/qs": "*",
1244
+ "@types/range-parser": "*",
1245
+ "@types/send": "*"
1246
+ }
1247
+ },
1248
+ "node_modules/@types/http-errors": {
1249
+ "version": "2.0.5",
1250
+ "resolved": "https://registry.npmjs.org/@types/http-errors/-/http-errors-2.0.5.tgz",
1251
+ "integrity": "sha512-r8Tayk8HJnX0FztbZN7oVqGccWgw98T/0neJphO91KkmOzug1KkofZURD4UaD5uH8AqcFLfdPErnBod0u71/qg==",
1252
+ "dev": true,
1253
+ "license": "MIT"
1254
+ },
1255
+ "node_modules/@types/jsonwebtoken": {
1256
+ "version": "9.0.10",
1257
+ "resolved": "https://registry.npmjs.org/@types/jsonwebtoken/-/jsonwebtoken-9.0.10.tgz",
1258
+ "integrity": "sha512-asx5hIG9Qmf/1oStypjanR7iKTv0gXQ1Ov/jfrX6kS/EO0OFni8orbmGCn0672NHR3kXHwpAwR+B368ZGN/2rA==",
1259
+ "dev": true,
1260
+ "license": "MIT",
1261
+ "dependencies": {
1262
+ "@types/ms": "*",
1263
+ "@types/node": "*"
1264
+ }
1265
+ },
1266
+ "node_modules/@types/ms": {
1267
+ "version": "2.1.0",
1268
+ "resolved": "https://registry.npmjs.org/@types/ms/-/ms-2.1.0.tgz",
1269
+ "integrity": "sha512-GsCCIZDE/p3i96vtEqx+7dBUGXrc7zeSK3wwPHIaRThS+9OhWIXRqzs4d6k1SVU8g91DrNRWxWUGhp5KXQb2VA==",
1270
+ "dev": true,
1271
+ "license": "MIT"
1272
+ },
1273
+ "node_modules/@types/node": {
1274
+ "version": "25.0.3",
1275
+ "resolved": "https://registry.npmjs.org/@types/node/-/node-25.0.3.tgz",
1276
+ "integrity": "sha512-W609buLVRVmeW693xKfzHeIV6nJGGz98uCPfeXI1ELMLXVeKYZ9m15fAMSaUPBHYLGFsVRcMmSCksQOrZV9BYA==",
1277
+ "devOptional": true,
1278
+ "license": "MIT",
1279
+ "dependencies": {
1280
+ "undici-types": "~7.16.0"
1281
+ }
1282
+ },
1283
+ "node_modules/@types/pg": {
1284
+ "version": "8.16.0",
1285
+ "resolved": "https://registry.npmjs.org/@types/pg/-/pg-8.16.0.tgz",
1286
+ "integrity": "sha512-RmhMd/wD+CF8Dfo+cVIy3RR5cl8CyfXQ0tGgW6XBL8L4LM/UTEbNXYRbLwU6w+CgrKBNbrQWt4FUtTfaU5jSYQ==",
1287
+ "dev": true,
1288
+ "license": "MIT",
1289
+ "dependencies": {
1290
+ "@types/node": "*",
1291
+ "pg-protocol": "*",
1292
+ "pg-types": "^2.2.0"
1293
+ }
1294
+ },
1295
+ "node_modules/@types/qs": {
1296
+ "version": "6.14.0",
1297
+ "resolved": "https://registry.npmjs.org/@types/qs/-/qs-6.14.0.tgz",
1298
+ "integrity": "sha512-eOunJqu0K1923aExK6y8p6fsihYEn/BYuQ4g0CxAAgFc4b/ZLN4CrsRZ55srTdqoiLzU2B2evC+apEIxprEzkQ==",
1299
+ "dev": true,
1300
+ "license": "MIT"
1301
+ },
1302
+ "node_modules/@types/range-parser": {
1303
+ "version": "1.2.7",
1304
+ "resolved": "https://registry.npmjs.org/@types/range-parser/-/range-parser-1.2.7.tgz",
1305
+ "integrity": "sha512-hKormJbkJqzQGhziax5PItDUTMAM9uE2XXQmM37dyd4hVM+5aVl7oVxMVUiVQn2oCQFN/LKCZdvSM0pFRqbSmQ==",
1306
+ "dev": true,
1307
+ "license": "MIT"
1308
+ },
1309
+ "node_modules/@types/react": {
1310
+ "version": "19.2.7",
1311
+ "resolved": "https://registry.npmjs.org/@types/react/-/react-19.2.7.tgz",
1312
+ "integrity": "sha512-MWtvHrGZLFttgeEj28VXHxpmwYbor/ATPYbBfSFZEIRK0ecCFLl2Qo55z52Hss+UV9CRN7trSeq1zbgx7YDWWg==",
1313
+ "dev": true,
1314
+ "license": "MIT",
1315
+ "dependencies": {
1316
+ "csstype": "^3.2.2"
1317
+ }
1318
+ },
1319
+ "node_modules/@types/react-dom": {
1320
+ "version": "19.2.3",
1321
+ "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-19.2.3.tgz",
1322
+ "integrity": "sha512-jp2L/eY6fn+KgVVQAOqYItbF0VY/YApe5Mz2F0aykSO8gx31bYCZyvSeYxCHKvzHG5eZjc+zyaS5BrBWya2+kQ==",
1323
+ "dev": true,
1324
+ "license": "MIT",
1325
+ "peerDependencies": {
1326
+ "@types/react": "^19.2.0"
1327
+ }
1328
+ },
1329
+ "node_modules/@types/send": {
1330
+ "version": "1.2.1",
1331
+ "resolved": "https://registry.npmjs.org/@types/send/-/send-1.2.1.tgz",
1332
+ "integrity": "sha512-arsCikDvlU99zl1g69TcAB3mzZPpxgw0UQnaHeC1Nwb015xp8bknZv5rIfri9xTOcMuaVgvabfIRA7PSZVuZIQ==",
1333
+ "dev": true,
1334
+ "license": "MIT",
1335
+ "dependencies": {
1336
+ "@types/node": "*"
1337
+ }
1338
+ },
1339
+ "node_modules/@types/serve-static": {
1340
+ "version": "2.2.0",
1341
+ "resolved": "https://registry.npmjs.org/@types/serve-static/-/serve-static-2.2.0.tgz",
1342
+ "integrity": "sha512-8mam4H1NHLtu7nmtalF7eyBH14QyOASmcxHhSfEoRyr0nP/YdoesEtU+uSRvMe96TW/HPTtkoKqQLl53N7UXMQ==",
1343
+ "dev": true,
1344
+ "license": "MIT",
1345
+ "dependencies": {
1346
+ "@types/http-errors": "*",
1347
+ "@types/node": "*"
1348
+ }
1349
+ },
1350
+ "node_modules/@types/webidl-conversions": {
1351
+ "version": "7.0.3",
1352
+ "resolved": "https://registry.npmjs.org/@types/webidl-conversions/-/webidl-conversions-7.0.3.tgz",
1353
+ "integrity": "sha512-CiJJvcRtIgzadHCYXw7dqEnMNRjhGZlYK05Mj9OyktqV8uVT8fD2BFOB7S1uwBE3Kj2Z+4UyPmFw/Ixgw/LAlA==",
1354
+ "license": "MIT"
1355
+ },
1356
+ "node_modules/@types/whatwg-url": {
1357
+ "version": "13.0.0",
1358
+ "resolved": "https://registry.npmjs.org/@types/whatwg-url/-/whatwg-url-13.0.0.tgz",
1359
+ "integrity": "sha512-N8WXpbE6Wgri7KUSvrmQcqrMllKZ9uxkYWMt+mCSGwNc0Hsw9VQTW7ApqI4XNrx6/SaM2QQJCzMPDEXE058s+Q==",
1360
+ "license": "MIT",
1361
+ "dependencies": {
1362
+ "@types/webidl-conversions": "*"
1363
+ }
1364
+ },
1365
+ "node_modules/@vitejs/plugin-react": {
1366
+ "version": "5.1.2",
1367
+ "resolved": "https://registry.npmjs.org/@vitejs/plugin-react/-/plugin-react-5.1.2.tgz",
1368
+ "integrity": "sha512-EcA07pHJouywpzsoTUqNh5NwGayl2PPVEJKUSinGGSxFGYn+shYbqMGBg6FXDqgXum9Ou/ecb+411ssw8HImJQ==",
1369
+ "dev": true,
1370
+ "license": "MIT",
1371
+ "dependencies": {
1372
+ "@babel/core": "^7.28.5",
1373
+ "@babel/plugin-transform-react-jsx-self": "^7.27.1",
1374
+ "@babel/plugin-transform-react-jsx-source": "^7.27.1",
1375
+ "@rolldown/pluginutils": "1.0.0-beta.53",
1376
+ "@types/babel__core": "^7.20.5",
1377
+ "react-refresh": "^0.18.0"
1378
+ },
1379
+ "engines": {
1380
+ "node": "^20.19.0 || >=22.12.0"
1381
+ },
1382
+ "peerDependencies": {
1383
+ "vite": "^4.2.0 || ^5.0.0 || ^6.0.0 || ^7.0.0"
1384
+ }
1385
+ },
1386
+ "node_modules/aaex-file-router": {
1387
+ "version": "2.4.7",
1388
+ "resolved": "https://registry.npmjs.org/aaex-file-router/-/aaex-file-router-2.4.7.tgz",
1389
+ "integrity": "sha512-cq8p1lT3htLdwQ8xivZosJ5Gb7g3emb9nVcjiMxFRnnaDguspArIF6peRhBjUOJ27GZ8nO/a3AFovUNVHlB3JQ==",
1390
+ "license": "MIT",
1391
+ "peerDependencies": {
1392
+ "react": "^19.2.1",
1393
+ "react-dom": "^19.2.1",
1394
+ "react-router-dom": "^7.9.6",
1395
+ "vite": "^7.2.4"
1396
+ }
1397
+ },
1398
+ "node_modules/aaexjs": {
1399
+ "version": "3.2.1",
1400
+ "resolved": "https://registry.npmjs.org/aaexjs/-/aaexjs-3.2.1.tgz",
1401
+ "integrity": "sha512-moU4LArnun2Lvg/V6IiRmVcUg+woOL1TduO9ru2o8rvUUjo95Flib8qeDOEElrgi1HFh6LrD1RNUaN0UNqlSsQ==",
1402
+ "hasInstallScript": true,
1403
+ "license": "ISC",
1404
+ "dependencies": {
1405
+ "aaex-file-router": "^2.2.0",
1406
+ "esbuild": "^0.27.2",
1407
+ "react": "^19.2.3"
1408
+ }
1409
+ },
1410
+ "node_modules/accepts": {
1411
+ "version": "2.0.0",
1412
+ "resolved": "https://registry.npmjs.org/accepts/-/accepts-2.0.0.tgz",
1413
+ "integrity": "sha512-5cvg6CtKwfgdmVqY1WIiXKc3Q1bkRqGLi+2W/6ao+6Y7gu/RCwRuAhGEzh5B4KlszSuTLgZYuqFqo5bImjNKng==",
1414
+ "license": "MIT",
1415
+ "dependencies": {
1416
+ "mime-types": "^3.0.0",
1417
+ "negotiator": "^1.0.0"
1418
+ },
1419
+ "engines": {
1420
+ "node": ">= 0.6"
1421
+ }
1422
+ },
1423
+ "node_modules/accepts/node_modules/negotiator": {
1424
+ "version": "1.0.0",
1425
+ "resolved": "https://registry.npmjs.org/negotiator/-/negotiator-1.0.0.tgz",
1426
+ "integrity": "sha512-8Ofs/AUQh8MaEcrlq5xOX0CQ9ypTF5dl78mjlMNfOK08fzpgTHQRQPBxcPlEtIw0yRpws+Zo/3r+5WRby7u3Gg==",
1427
+ "license": "MIT",
1428
+ "engines": {
1429
+ "node": ">= 0.6"
1430
+ }
1431
+ },
1432
+ "node_modules/baseline-browser-mapping": {
1433
+ "version": "2.9.13",
1434
+ "resolved": "https://registry.npmjs.org/baseline-browser-mapping/-/baseline-browser-mapping-2.9.13.tgz",
1435
+ "integrity": "sha512-WhtvB2NG2wjr04+h77sg3klAIwrgOqnjS49GGudnUPGFFgg7G17y7Qecqp+2Dr5kUDxNRBca0SK7cG8JwzkWDQ==",
1436
+ "dev": true,
1437
+ "license": "Apache-2.0",
1438
+ "bin": {
1439
+ "baseline-browser-mapping": "dist/cli.js"
1440
+ }
1441
+ },
1442
+ "node_modules/bcrypt": {
1443
+ "version": "6.0.0",
1444
+ "resolved": "https://registry.npmjs.org/bcrypt/-/bcrypt-6.0.0.tgz",
1445
+ "integrity": "sha512-cU8v/EGSrnH+HnxV2z0J7/blxH8gq7Xh2JFT6Aroax7UohdmiJJlxApMxtKfuI7z68NvvVcmR78k2LbT6efhRg==",
1446
+ "hasInstallScript": true,
1447
+ "license": "MIT",
1448
+ "dependencies": {
1449
+ "node-addon-api": "^8.3.0",
1450
+ "node-gyp-build": "^4.8.4"
1451
+ },
1452
+ "engines": {
1453
+ "node": ">= 18"
1454
+ }
1455
+ },
1456
+ "node_modules/body-parser": {
1457
+ "version": "2.2.2",
1458
+ "resolved": "https://registry.npmjs.org/body-parser/-/body-parser-2.2.2.tgz",
1459
+ "integrity": "sha512-oP5VkATKlNwcgvxi0vM0p/D3n2C3EReYVX+DNYs5TjZFn/oQt2j+4sVJtSMr18pdRr8wjTcBl6LoV+FUwzPmNA==",
1460
+ "license": "MIT",
1461
+ "dependencies": {
1462
+ "bytes": "^3.1.2",
1463
+ "content-type": "^1.0.5",
1464
+ "debug": "^4.4.3",
1465
+ "http-errors": "^2.0.0",
1466
+ "iconv-lite": "^0.7.0",
1467
+ "on-finished": "^2.4.1",
1468
+ "qs": "^6.14.1",
1469
+ "raw-body": "^3.0.1",
1470
+ "type-is": "^2.0.1"
1471
+ },
1472
+ "engines": {
1473
+ "node": ">=18"
1474
+ },
1475
+ "funding": {
1476
+ "type": "opencollective",
1477
+ "url": "https://opencollective.com/express"
1478
+ }
1479
+ },
1480
+ "node_modules/browserslist": {
1481
+ "version": "4.28.1",
1482
+ "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.28.1.tgz",
1483
+ "integrity": "sha512-ZC5Bd0LgJXgwGqUknZY/vkUQ04r8NXnJZ3yYi4vDmSiZmC/pdSN0NbNRPxZpbtO4uAfDUAFffO8IZoM3Gj8IkA==",
1484
+ "dev": true,
1485
+ "funding": [
1486
+ {
1487
+ "type": "opencollective",
1488
+ "url": "https://opencollective.com/browserslist"
1489
+ },
1490
+ {
1491
+ "type": "tidelift",
1492
+ "url": "https://tidelift.com/funding/github/npm/browserslist"
1493
+ },
1494
+ {
1495
+ "type": "github",
1496
+ "url": "https://github.com/sponsors/ai"
1497
+ }
1498
+ ],
1499
+ "license": "MIT",
1500
+ "dependencies": {
1501
+ "baseline-browser-mapping": "^2.9.0",
1502
+ "caniuse-lite": "^1.0.30001759",
1503
+ "electron-to-chromium": "^1.5.263",
1504
+ "node-releases": "^2.0.27",
1505
+ "update-browserslist-db": "^1.2.0"
1506
+ },
1507
+ "bin": {
1508
+ "browserslist": "cli.js"
1509
+ },
1510
+ "engines": {
1511
+ "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7"
1512
+ }
1513
+ },
1514
+ "node_modules/bson": {
1515
+ "version": "7.0.0",
1516
+ "resolved": "https://registry.npmjs.org/bson/-/bson-7.0.0.tgz",
1517
+ "integrity": "sha512-Kwc6Wh4lQ5OmkqqKhYGKIuELXl+EPYSCObVE6bWsp1T/cGkOCBN0I8wF/T44BiuhHyNi1mmKVPXk60d41xZ7kw==",
1518
+ "license": "Apache-2.0",
1519
+ "engines": {
1520
+ "node": ">=20.19.0"
1521
+ }
1522
+ },
1523
+ "node_modules/buffer-equal-constant-time": {
1524
+ "version": "1.0.1",
1525
+ "resolved": "https://registry.npmjs.org/buffer-equal-constant-time/-/buffer-equal-constant-time-1.0.1.tgz",
1526
+ "integrity": "sha512-zRpUiDwd/xk6ADqPMATG8vc9VPrkck7T07OIx0gnjmJAnHnTVXNQG3vfvWNuiZIkwu9KrKdA1iJKfsfTVxE6NA==",
1527
+ "license": "BSD-3-Clause"
1528
+ },
1529
+ "node_modules/bytes": {
1530
+ "version": "3.1.2",
1531
+ "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.2.tgz",
1532
+ "integrity": "sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==",
1533
+ "license": "MIT",
1534
+ "engines": {
1535
+ "node": ">= 0.8"
1536
+ }
1537
+ },
1538
+ "node_modules/call-bind-apply-helpers": {
1539
+ "version": "1.0.2",
1540
+ "resolved": "https://registry.npmjs.org/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz",
1541
+ "integrity": "sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==",
1542
+ "license": "MIT",
1543
+ "dependencies": {
1544
+ "es-errors": "^1.3.0",
1545
+ "function-bind": "^1.1.2"
1546
+ },
1547
+ "engines": {
1548
+ "node": ">= 0.4"
1549
+ }
1550
+ },
1551
+ "node_modules/call-bound": {
1552
+ "version": "1.0.4",
1553
+ "resolved": "https://registry.npmjs.org/call-bound/-/call-bound-1.0.4.tgz",
1554
+ "integrity": "sha512-+ys997U96po4Kx/ABpBCqhA9EuxJaQWDQg7295H4hBphv3IZg0boBKuwYpt4YXp6MZ5AmZQnU/tyMTlRpaSejg==",
1555
+ "license": "MIT",
1556
+ "dependencies": {
1557
+ "call-bind-apply-helpers": "^1.0.2",
1558
+ "get-intrinsic": "^1.3.0"
1559
+ },
1560
+ "engines": {
1561
+ "node": ">= 0.4"
1562
+ },
1563
+ "funding": {
1564
+ "url": "https://github.com/sponsors/ljharb"
1565
+ }
1566
+ },
1567
+ "node_modules/caniuse-lite": {
1568
+ "version": "1.0.30001763",
1569
+ "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001763.tgz",
1570
+ "integrity": "sha512-mh/dGtq56uN98LlNX9qdbKnzINhX0QzhiWBFEkFfsFO4QyCvL8YegrJAazCwXIeqkIob8BlZPGM3xdnY+sgmvQ==",
1571
+ "dev": true,
1572
+ "funding": [
1573
+ {
1574
+ "type": "opencollective",
1575
+ "url": "https://opencollective.com/browserslist"
1576
+ },
1577
+ {
1578
+ "type": "tidelift",
1579
+ "url": "https://tidelift.com/funding/github/npm/caniuse-lite"
1580
+ },
1581
+ {
1582
+ "type": "github",
1583
+ "url": "https://github.com/sponsors/ai"
1584
+ }
1585
+ ],
1586
+ "license": "CC-BY-4.0"
1587
+ },
1588
+ "node_modules/compressible": {
1589
+ "version": "2.0.18",
1590
+ "resolved": "https://registry.npmjs.org/compressible/-/compressible-2.0.18.tgz",
1591
+ "integrity": "sha512-AF3r7P5dWxL8MxyITRMlORQNaOA2IkAFaTr4k7BUumjPtRpGDTZpl0Pb1XCO6JeDCBdp126Cgs9sMxqSjgYyRg==",
1592
+ "license": "MIT",
1593
+ "dependencies": {
1594
+ "mime-db": ">= 1.43.0 < 2"
1595
+ },
1596
+ "engines": {
1597
+ "node": ">= 0.6"
1598
+ }
1599
+ },
1600
+ "node_modules/compression": {
1601
+ "version": "1.8.1",
1602
+ "resolved": "https://registry.npmjs.org/compression/-/compression-1.8.1.tgz",
1603
+ "integrity": "sha512-9mAqGPHLakhCLeNyxPkK4xVo746zQ/czLH1Ky+vkitMnWfWZps8r0qXuwhwizagCRttsL4lfG4pIOvaWLpAP0w==",
1604
+ "license": "MIT",
1605
+ "dependencies": {
1606
+ "bytes": "3.1.2",
1607
+ "compressible": "~2.0.18",
1608
+ "debug": "2.6.9",
1609
+ "negotiator": "~0.6.4",
1610
+ "on-headers": "~1.1.0",
1611
+ "safe-buffer": "5.2.1",
1612
+ "vary": "~1.1.2"
1613
+ },
1614
+ "engines": {
1615
+ "node": ">= 0.8.0"
1616
+ }
1617
+ },
1618
+ "node_modules/compression/node_modules/debug": {
1619
+ "version": "2.6.9",
1620
+ "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
1621
+ "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
1622
+ "license": "MIT",
1623
+ "dependencies": {
1624
+ "ms": "2.0.0"
1625
+ }
1626
+ },
1627
+ "node_modules/compression/node_modules/ms": {
1628
+ "version": "2.0.0",
1629
+ "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
1630
+ "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==",
1631
+ "license": "MIT"
1632
+ },
1633
+ "node_modules/content-disposition": {
1634
+ "version": "1.0.1",
1635
+ "resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-1.0.1.tgz",
1636
+ "integrity": "sha512-oIXISMynqSqm241k6kcQ5UwttDILMK4BiurCfGEREw6+X9jkkpEe5T9FZaApyLGGOnFuyMWZpdolTXMtvEJ08Q==",
1637
+ "license": "MIT",
1638
+ "engines": {
1639
+ "node": ">=18"
1640
+ },
1641
+ "funding": {
1642
+ "type": "opencollective",
1643
+ "url": "https://opencollective.com/express"
1644
+ }
1645
+ },
1646
+ "node_modules/content-type": {
1647
+ "version": "1.0.5",
1648
+ "resolved": "https://registry.npmjs.org/content-type/-/content-type-1.0.5.tgz",
1649
+ "integrity": "sha512-nTjqfcBFEipKdXCv4YDQWCfmcLZKm81ldF0pAopTvyrFGVbcR6P/VAAd5G7N+0tTr8QqiU0tFadD6FK4NtJwOA==",
1650
+ "license": "MIT",
1651
+ "engines": {
1652
+ "node": ">= 0.6"
1653
+ }
1654
+ },
1655
+ "node_modules/convert-source-map": {
1656
+ "version": "2.0.0",
1657
+ "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz",
1658
+ "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==",
1659
+ "dev": true,
1660
+ "license": "MIT"
1661
+ },
1662
+ "node_modules/cookie": {
1663
+ "version": "0.7.2",
1664
+ "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.7.2.tgz",
1665
+ "integrity": "sha512-yki5XnKuf750l50uGTllt6kKILY4nQ1eNIQatoXEByZ5dWgnKqbnqmTrBE5B4N7lrMJKQ2ytWMiTO2o0v6Ew/w==",
1666
+ "license": "MIT",
1667
+ "engines": {
1668
+ "node": ">= 0.6"
1669
+ }
1670
+ },
1671
+ "node_modules/cookie-signature": {
1672
+ "version": "1.2.2",
1673
+ "resolved": "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.2.2.tgz",
1674
+ "integrity": "sha512-D76uU73ulSXrD1UXF4KE2TMxVVwhsnCgfAyTg9k8P6KGZjlXKrOLe4dJQKI3Bxi5wjesZoFXJWElNWBjPZMbhg==",
1675
+ "license": "MIT",
1676
+ "engines": {
1677
+ "node": ">=6.6.0"
1678
+ }
1679
+ },
1680
+ "node_modules/cross-env": {
1681
+ "version": "10.1.0",
1682
+ "resolved": "https://registry.npmjs.org/cross-env/-/cross-env-10.1.0.tgz",
1683
+ "integrity": "sha512-GsYosgnACZTADcmEyJctkJIoqAhHjttw7RsFrVoJNXbsWWqaq6Ym+7kZjq6mS45O0jij6vtiReppKQEtqWy6Dw==",
1684
+ "dev": true,
1685
+ "license": "MIT",
1686
+ "dependencies": {
1687
+ "@epic-web/invariant": "^1.0.0",
1688
+ "cross-spawn": "^7.0.6"
1689
+ },
1690
+ "bin": {
1691
+ "cross-env": "dist/bin/cross-env.js",
1692
+ "cross-env-shell": "dist/bin/cross-env-shell.js"
1693
+ },
1694
+ "engines": {
1695
+ "node": ">=20"
1696
+ }
1697
+ },
1698
+ "node_modules/cross-spawn": {
1699
+ "version": "7.0.6",
1700
+ "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz",
1701
+ "integrity": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==",
1702
+ "dev": true,
1703
+ "license": "MIT",
1704
+ "dependencies": {
1705
+ "path-key": "^3.1.0",
1706
+ "shebang-command": "^2.0.0",
1707
+ "which": "^2.0.1"
1708
+ },
1709
+ "engines": {
1710
+ "node": ">= 8"
1711
+ }
1712
+ },
1713
+ "node_modules/csstype": {
1714
+ "version": "3.2.3",
1715
+ "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.2.3.tgz",
1716
+ "integrity": "sha512-z1HGKcYy2xA8AGQfwrn0PAy+PB7X/GSj3UVJW9qKyn43xWa+gl5nXmU4qqLMRzWVLFC8KusUX8T/0kCiOYpAIQ==",
1717
+ "dev": true,
1718
+ "license": "MIT"
1719
+ },
1720
+ "node_modules/debug": {
1721
+ "version": "4.4.3",
1722
+ "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz",
1723
+ "integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==",
1724
+ "license": "MIT",
1725
+ "dependencies": {
1726
+ "ms": "^2.1.3"
1727
+ },
1728
+ "engines": {
1729
+ "node": ">=6.0"
1730
+ },
1731
+ "peerDependenciesMeta": {
1732
+ "supports-color": {
1733
+ "optional": true
1734
+ }
1735
+ }
1736
+ },
1737
+ "node_modules/depd": {
1738
+ "version": "2.0.0",
1739
+ "resolved": "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz",
1740
+ "integrity": "sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==",
1741
+ "license": "MIT",
1742
+ "engines": {
1743
+ "node": ">= 0.8"
1744
+ }
1745
+ },
1746
+ "node_modules/dotenv": {
1747
+ "version": "17.2.3",
1748
+ "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-17.2.3.tgz",
1749
+ "integrity": "sha512-JVUnt+DUIzu87TABbhPmNfVdBDt18BLOWjMUFJMSi/Qqg7NTYtabbvSNJGOJ7afbRuv9D/lngizHtP7QyLQ+9w==",
1750
+ "license": "BSD-2-Clause",
1751
+ "engines": {
1752
+ "node": ">=12"
1753
+ },
1754
+ "funding": {
1755
+ "url": "https://dotenvx.com"
1756
+ }
1757
+ },
1758
+ "node_modules/dunder-proto": {
1759
+ "version": "1.0.1",
1760
+ "resolved": "https://registry.npmjs.org/dunder-proto/-/dunder-proto-1.0.1.tgz",
1761
+ "integrity": "sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==",
1762
+ "license": "MIT",
1763
+ "dependencies": {
1764
+ "call-bind-apply-helpers": "^1.0.1",
1765
+ "es-errors": "^1.3.0",
1766
+ "gopd": "^1.2.0"
1767
+ },
1768
+ "engines": {
1769
+ "node": ">= 0.4"
1770
+ }
1771
+ },
1772
+ "node_modules/ecdsa-sig-formatter": {
1773
+ "version": "1.0.11",
1774
+ "resolved": "https://registry.npmjs.org/ecdsa-sig-formatter/-/ecdsa-sig-formatter-1.0.11.tgz",
1775
+ "integrity": "sha512-nagl3RYrbNv6kQkeJIpt6NJZy8twLB/2vtz6yN9Z4vRKHN4/QZJIEbqohALSgwKdnksuY3k5Addp5lg8sVoVcQ==",
1776
+ "license": "Apache-2.0",
1777
+ "dependencies": {
1778
+ "safe-buffer": "^5.0.1"
1779
+ }
1780
+ },
1781
+ "node_modules/ee-first": {
1782
+ "version": "1.1.1",
1783
+ "resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz",
1784
+ "integrity": "sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==",
1785
+ "license": "MIT"
1786
+ },
1787
+ "node_modules/electron-to-chromium": {
1788
+ "version": "1.5.267",
1789
+ "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.267.tgz",
1790
+ "integrity": "sha512-0Drusm6MVRXSOJpGbaSVgcQsuB4hEkMpHXaVstcPmhu5LIedxs1xNK/nIxmQIU/RPC0+1/o0AVZfBTkTNJOdUw==",
1791
+ "dev": true,
1792
+ "license": "ISC"
1793
+ },
1794
+ "node_modules/encodeurl": {
1795
+ "version": "2.0.0",
1796
+ "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-2.0.0.tgz",
1797
+ "integrity": "sha512-Q0n9HRi4m6JuGIV1eFlmvJB7ZEVxu93IrMyiMsGC0lrMJMWzRgx6WGquyfQgZVb31vhGgXnfmPNNXmxnOkRBrg==",
1798
+ "license": "MIT",
1799
+ "engines": {
1800
+ "node": ">= 0.8"
1801
+ }
1802
+ },
1803
+ "node_modules/es-define-property": {
1804
+ "version": "1.0.1",
1805
+ "resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.1.tgz",
1806
+ "integrity": "sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==",
1807
+ "license": "MIT",
1808
+ "engines": {
1809
+ "node": ">= 0.4"
1810
+ }
1811
+ },
1812
+ "node_modules/es-errors": {
1813
+ "version": "1.3.0",
1814
+ "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz",
1815
+ "integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==",
1816
+ "license": "MIT",
1817
+ "engines": {
1818
+ "node": ">= 0.4"
1819
+ }
1820
+ },
1821
+ "node_modules/es-object-atoms": {
1822
+ "version": "1.1.1",
1823
+ "resolved": "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.1.1.tgz",
1824
+ "integrity": "sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA==",
1825
+ "license": "MIT",
1826
+ "dependencies": {
1827
+ "es-errors": "^1.3.0"
1828
+ },
1829
+ "engines": {
1830
+ "node": ">= 0.4"
1831
+ }
1832
+ },
1833
+ "node_modules/esbuild": {
1834
+ "version": "0.27.2",
1835
+ "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.27.2.tgz",
1836
+ "integrity": "sha512-HyNQImnsOC7X9PMNaCIeAm4ISCQXs5a5YasTXVliKv4uuBo1dKrG0A+uQS8M5eXjVMnLg3WgXaKvprHlFJQffw==",
1837
+ "hasInstallScript": true,
1838
+ "license": "MIT",
1839
+ "bin": {
1840
+ "esbuild": "bin/esbuild"
1841
+ },
1842
+ "engines": {
1843
+ "node": ">=18"
1844
+ },
1845
+ "optionalDependencies": {
1846
+ "@esbuild/aix-ppc64": "0.27.2",
1847
+ "@esbuild/android-arm": "0.27.2",
1848
+ "@esbuild/android-arm64": "0.27.2",
1849
+ "@esbuild/android-x64": "0.27.2",
1850
+ "@esbuild/darwin-arm64": "0.27.2",
1851
+ "@esbuild/darwin-x64": "0.27.2",
1852
+ "@esbuild/freebsd-arm64": "0.27.2",
1853
+ "@esbuild/freebsd-x64": "0.27.2",
1854
+ "@esbuild/linux-arm": "0.27.2",
1855
+ "@esbuild/linux-arm64": "0.27.2",
1856
+ "@esbuild/linux-ia32": "0.27.2",
1857
+ "@esbuild/linux-loong64": "0.27.2",
1858
+ "@esbuild/linux-mips64el": "0.27.2",
1859
+ "@esbuild/linux-ppc64": "0.27.2",
1860
+ "@esbuild/linux-riscv64": "0.27.2",
1861
+ "@esbuild/linux-s390x": "0.27.2",
1862
+ "@esbuild/linux-x64": "0.27.2",
1863
+ "@esbuild/netbsd-arm64": "0.27.2",
1864
+ "@esbuild/netbsd-x64": "0.27.2",
1865
+ "@esbuild/openbsd-arm64": "0.27.2",
1866
+ "@esbuild/openbsd-x64": "0.27.2",
1867
+ "@esbuild/openharmony-arm64": "0.27.2",
1868
+ "@esbuild/sunos-x64": "0.27.2",
1869
+ "@esbuild/win32-arm64": "0.27.2",
1870
+ "@esbuild/win32-ia32": "0.27.2",
1871
+ "@esbuild/win32-x64": "0.27.2"
1872
+ }
1873
+ },
1874
+ "node_modules/escalade": {
1875
+ "version": "3.2.0",
1876
+ "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.2.0.tgz",
1877
+ "integrity": "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==",
1878
+ "dev": true,
1879
+ "license": "MIT",
1880
+ "engines": {
1881
+ "node": ">=6"
1882
+ }
1883
+ },
1884
+ "node_modules/escape-html": {
1885
+ "version": "1.0.3",
1886
+ "resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz",
1887
+ "integrity": "sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==",
1888
+ "license": "MIT"
1889
+ },
1890
+ "node_modules/etag": {
1891
+ "version": "1.8.1",
1892
+ "resolved": "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz",
1893
+ "integrity": "sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg==",
1894
+ "license": "MIT",
1895
+ "engines": {
1896
+ "node": ">= 0.6"
1897
+ }
1898
+ },
1899
+ "node_modules/express": {
1900
+ "version": "5.2.1",
1901
+ "resolved": "https://registry.npmjs.org/express/-/express-5.2.1.tgz",
1902
+ "integrity": "sha512-hIS4idWWai69NezIdRt2xFVofaF4j+6INOpJlVOLDO8zXGpUVEVzIYk12UUi2JzjEzWL3IOAxcTubgz9Po0yXw==",
1903
+ "license": "MIT",
1904
+ "dependencies": {
1905
+ "accepts": "^2.0.0",
1906
+ "body-parser": "^2.2.1",
1907
+ "content-disposition": "^1.0.0",
1908
+ "content-type": "^1.0.5",
1909
+ "cookie": "^0.7.1",
1910
+ "cookie-signature": "^1.2.1",
1911
+ "debug": "^4.4.0",
1912
+ "depd": "^2.0.0",
1913
+ "encodeurl": "^2.0.0",
1914
+ "escape-html": "^1.0.3",
1915
+ "etag": "^1.8.1",
1916
+ "finalhandler": "^2.1.0",
1917
+ "fresh": "^2.0.0",
1918
+ "http-errors": "^2.0.0",
1919
+ "merge-descriptors": "^2.0.0",
1920
+ "mime-types": "^3.0.0",
1921
+ "on-finished": "^2.4.1",
1922
+ "once": "^1.4.0",
1923
+ "parseurl": "^1.3.3",
1924
+ "proxy-addr": "^2.0.7",
1925
+ "qs": "^6.14.0",
1926
+ "range-parser": "^1.2.1",
1927
+ "router": "^2.2.0",
1928
+ "send": "^1.1.0",
1929
+ "serve-static": "^2.2.0",
1930
+ "statuses": "^2.0.1",
1931
+ "type-is": "^2.0.1",
1932
+ "vary": "^1.1.2"
1933
+ },
1934
+ "engines": {
1935
+ "node": ">= 18"
1936
+ },
1937
+ "funding": {
1938
+ "type": "opencollective",
1939
+ "url": "https://opencollective.com/express"
1940
+ }
1941
+ },
1942
+ "node_modules/fdir": {
1943
+ "version": "6.5.0",
1944
+ "resolved": "https://registry.npmjs.org/fdir/-/fdir-6.5.0.tgz",
1945
+ "integrity": "sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==",
1946
+ "license": "MIT",
1947
+ "engines": {
1948
+ "node": ">=12.0.0"
1949
+ },
1950
+ "peerDependencies": {
1951
+ "picomatch": "^3 || ^4"
1952
+ },
1953
+ "peerDependenciesMeta": {
1954
+ "picomatch": {
1955
+ "optional": true
1956
+ }
1957
+ }
1958
+ },
1959
+ "node_modules/finalhandler": {
1960
+ "version": "2.1.1",
1961
+ "resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-2.1.1.tgz",
1962
+ "integrity": "sha512-S8KoZgRZN+a5rNwqTxlZZePjT/4cnm0ROV70LedRHZ0p8u9fRID0hJUZQpkKLzro8LfmC8sx23bY6tVNxv8pQA==",
1963
+ "license": "MIT",
1964
+ "dependencies": {
1965
+ "debug": "^4.4.0",
1966
+ "encodeurl": "^2.0.0",
1967
+ "escape-html": "^1.0.3",
1968
+ "on-finished": "^2.4.1",
1969
+ "parseurl": "^1.3.3",
1970
+ "statuses": "^2.0.1"
1971
+ },
1972
+ "engines": {
1973
+ "node": ">= 18.0.0"
1974
+ },
1975
+ "funding": {
1976
+ "type": "opencollective",
1977
+ "url": "https://opencollective.com/express"
1978
+ }
1979
+ },
1980
+ "node_modules/forwarded": {
1981
+ "version": "0.2.0",
1982
+ "resolved": "https://registry.npmjs.org/forwarded/-/forwarded-0.2.0.tgz",
1983
+ "integrity": "sha512-buRG0fpBtRHSTCOASe6hD258tEubFoRLb4ZNA6NxMVHNw2gOcwHo9wyablzMzOA5z9xA9L1KNjk/Nt6MT9aYow==",
1984
+ "license": "MIT",
1985
+ "engines": {
1986
+ "node": ">= 0.6"
1987
+ }
1988
+ },
1989
+ "node_modules/fresh": {
1990
+ "version": "2.0.0",
1991
+ "resolved": "https://registry.npmjs.org/fresh/-/fresh-2.0.0.tgz",
1992
+ "integrity": "sha512-Rx/WycZ60HOaqLKAi6cHRKKI7zxWbJ31MhntmtwMoaTeF7XFH9hhBp8vITaMidfljRQ6eYWCKkaTK+ykVJHP2A==",
1993
+ "license": "MIT",
1994
+ "engines": {
1995
+ "node": ">= 0.8"
1996
+ }
1997
+ },
1998
+ "node_modules/fsevents": {
1999
+ "version": "2.3.3",
2000
+ "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz",
2001
+ "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
2002
+ "hasInstallScript": true,
2003
+ "license": "MIT",
2004
+ "optional": true,
2005
+ "os": [
2006
+ "darwin"
2007
+ ],
2008
+ "engines": {
2009
+ "node": "^8.16.0 || ^10.6.0 || >=11.0.0"
2010
+ }
2011
+ },
2012
+ "node_modules/function-bind": {
2013
+ "version": "1.1.2",
2014
+ "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz",
2015
+ "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==",
2016
+ "license": "MIT",
2017
+ "funding": {
2018
+ "url": "https://github.com/sponsors/ljharb"
2019
+ }
2020
+ },
2021
+ "node_modules/gensync": {
2022
+ "version": "1.0.0-beta.2",
2023
+ "resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz",
2024
+ "integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==",
2025
+ "dev": true,
2026
+ "license": "MIT",
2027
+ "engines": {
2028
+ "node": ">=6.9.0"
2029
+ }
2030
+ },
2031
+ "node_modules/get-intrinsic": {
2032
+ "version": "1.3.0",
2033
+ "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.3.0.tgz",
2034
+ "integrity": "sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==",
2035
+ "license": "MIT",
2036
+ "dependencies": {
2037
+ "call-bind-apply-helpers": "^1.0.2",
2038
+ "es-define-property": "^1.0.1",
2039
+ "es-errors": "^1.3.0",
2040
+ "es-object-atoms": "^1.1.1",
2041
+ "function-bind": "^1.1.2",
2042
+ "get-proto": "^1.0.1",
2043
+ "gopd": "^1.2.0",
2044
+ "has-symbols": "^1.1.0",
2045
+ "hasown": "^2.0.2",
2046
+ "math-intrinsics": "^1.1.0"
2047
+ },
2048
+ "engines": {
2049
+ "node": ">= 0.4"
2050
+ },
2051
+ "funding": {
2052
+ "url": "https://github.com/sponsors/ljharb"
2053
+ }
2054
+ },
2055
+ "node_modules/get-proto": {
2056
+ "version": "1.0.1",
2057
+ "resolved": "https://registry.npmjs.org/get-proto/-/get-proto-1.0.1.tgz",
2058
+ "integrity": "sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==",
2059
+ "license": "MIT",
2060
+ "dependencies": {
2061
+ "dunder-proto": "^1.0.1",
2062
+ "es-object-atoms": "^1.0.0"
2063
+ },
2064
+ "engines": {
2065
+ "node": ">= 0.4"
2066
+ }
2067
+ },
2068
+ "node_modules/gopd": {
2069
+ "version": "1.2.0",
2070
+ "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.2.0.tgz",
2071
+ "integrity": "sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==",
2072
+ "license": "MIT",
2073
+ "engines": {
2074
+ "node": ">= 0.4"
2075
+ },
2076
+ "funding": {
2077
+ "url": "https://github.com/sponsors/ljharb"
2078
+ }
2079
+ },
2080
+ "node_modules/has-symbols": {
2081
+ "version": "1.1.0",
2082
+ "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.1.0.tgz",
2083
+ "integrity": "sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==",
2084
+ "license": "MIT",
2085
+ "engines": {
2086
+ "node": ">= 0.4"
2087
+ },
2088
+ "funding": {
2089
+ "url": "https://github.com/sponsors/ljharb"
2090
+ }
2091
+ },
2092
+ "node_modules/hasown": {
2093
+ "version": "2.0.2",
2094
+ "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz",
2095
+ "integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==",
2096
+ "license": "MIT",
2097
+ "dependencies": {
2098
+ "function-bind": "^1.1.2"
2099
+ },
2100
+ "engines": {
2101
+ "node": ">= 0.4"
2102
+ }
2103
+ },
2104
+ "node_modules/http-errors": {
2105
+ "version": "2.0.1",
2106
+ "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-2.0.1.tgz",
2107
+ "integrity": "sha512-4FbRdAX+bSdmo4AUFuS0WNiPz8NgFt+r8ThgNWmlrjQjt1Q7ZR9+zTlce2859x4KSXrwIsaeTqDoKQmtP8pLmQ==",
2108
+ "license": "MIT",
2109
+ "dependencies": {
2110
+ "depd": "~2.0.0",
2111
+ "inherits": "~2.0.4",
2112
+ "setprototypeof": "~1.2.0",
2113
+ "statuses": "~2.0.2",
2114
+ "toidentifier": "~1.0.1"
2115
+ },
2116
+ "engines": {
2117
+ "node": ">= 0.8"
2118
+ },
2119
+ "funding": {
2120
+ "type": "opencollective",
2121
+ "url": "https://opencollective.com/express"
2122
+ }
2123
+ },
2124
+ "node_modules/iconv-lite": {
2125
+ "version": "0.7.1",
2126
+ "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.7.1.tgz",
2127
+ "integrity": "sha512-2Tth85cXwGFHfvRgZWszZSvdo+0Xsqmw8k8ZwxScfcBneNUraK+dxRxRm24nszx80Y0TVio8kKLt5sLE7ZCLlw==",
2128
+ "license": "MIT",
2129
+ "dependencies": {
2130
+ "safer-buffer": ">= 2.1.2 < 3.0.0"
2131
+ },
2132
+ "engines": {
2133
+ "node": ">=0.10.0"
2134
+ },
2135
+ "funding": {
2136
+ "type": "opencollective",
2137
+ "url": "https://opencollective.com/express"
2138
+ }
2139
+ },
2140
+ "node_modules/inherits": {
2141
+ "version": "2.0.4",
2142
+ "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz",
2143
+ "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==",
2144
+ "license": "ISC"
2145
+ },
2146
+ "node_modules/ipaddr.js": {
2147
+ "version": "1.9.1",
2148
+ "resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.9.1.tgz",
2149
+ "integrity": "sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==",
2150
+ "license": "MIT",
2151
+ "engines": {
2152
+ "node": ">= 0.10"
2153
+ }
2154
+ },
2155
+ "node_modules/is-promise": {
2156
+ "version": "4.0.0",
2157
+ "resolved": "https://registry.npmjs.org/is-promise/-/is-promise-4.0.0.tgz",
2158
+ "integrity": "sha512-hvpoI6korhJMnej285dSg6nu1+e6uxs7zG3BYAm5byqDsgJNWwxzM6z6iZiAgQR4TJ30JmBTOwqZUw3WlyH3AQ==",
2159
+ "license": "MIT"
2160
+ },
2161
+ "node_modules/isexe": {
2162
+ "version": "2.0.0",
2163
+ "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
2164
+ "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==",
2165
+ "dev": true,
2166
+ "license": "ISC"
2167
+ },
2168
+ "node_modules/js-tokens": {
2169
+ "version": "4.0.0",
2170
+ "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz",
2171
+ "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==",
2172
+ "dev": true,
2173
+ "license": "MIT"
2174
+ },
2175
+ "node_modules/jsesc": {
2176
+ "version": "3.1.0",
2177
+ "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-3.1.0.tgz",
2178
+ "integrity": "sha512-/sM3dO2FOzXjKQhJuo0Q173wf2KOo8t4I8vHy6lF9poUp7bKT0/NHE8fPX23PwfhnykfqnC2xRxOnVw5XuGIaA==",
2179
+ "dev": true,
2180
+ "license": "MIT",
2181
+ "bin": {
2182
+ "jsesc": "bin/jsesc"
2183
+ },
2184
+ "engines": {
2185
+ "node": ">=6"
2186
+ }
2187
+ },
2188
+ "node_modules/json5": {
2189
+ "version": "2.2.3",
2190
+ "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz",
2191
+ "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==",
2192
+ "dev": true,
2193
+ "license": "MIT",
2194
+ "bin": {
2195
+ "json5": "lib/cli.js"
2196
+ },
2197
+ "engines": {
2198
+ "node": ">=6"
2199
+ }
2200
+ },
2201
+ "node_modules/jsonwebtoken": {
2202
+ "version": "9.0.3",
2203
+ "resolved": "https://registry.npmjs.org/jsonwebtoken/-/jsonwebtoken-9.0.3.tgz",
2204
+ "integrity": "sha512-MT/xP0CrubFRNLNKvxJ2BYfy53Zkm++5bX9dtuPbqAeQpTVe0MQTFhao8+Cp//EmJp244xt6Drw/GVEGCUj40g==",
2205
+ "license": "MIT",
2206
+ "dependencies": {
2207
+ "jws": "^4.0.1",
2208
+ "lodash.includes": "^4.3.0",
2209
+ "lodash.isboolean": "^3.0.3",
2210
+ "lodash.isinteger": "^4.0.4",
2211
+ "lodash.isnumber": "^3.0.3",
2212
+ "lodash.isplainobject": "^4.0.6",
2213
+ "lodash.isstring": "^4.0.1",
2214
+ "lodash.once": "^4.0.0",
2215
+ "ms": "^2.1.1",
2216
+ "semver": "^7.5.4"
2217
+ },
2218
+ "engines": {
2219
+ "node": ">=12",
2220
+ "npm": ">=6"
2221
+ }
2222
+ },
2223
+ "node_modules/jsonwebtoken/node_modules/semver": {
2224
+ "version": "7.7.3",
2225
+ "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.3.tgz",
2226
+ "integrity": "sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==",
2227
+ "license": "ISC",
2228
+ "bin": {
2229
+ "semver": "bin/semver.js"
2230
+ },
2231
+ "engines": {
2232
+ "node": ">=10"
2233
+ }
2234
+ },
2235
+ "node_modules/jwa": {
2236
+ "version": "2.0.1",
2237
+ "resolved": "https://registry.npmjs.org/jwa/-/jwa-2.0.1.tgz",
2238
+ "integrity": "sha512-hRF04fqJIP8Abbkq5NKGN0Bbr3JxlQ+qhZufXVr0DvujKy93ZCbXZMHDL4EOtodSbCWxOqR8MS1tXA5hwqCXDg==",
2239
+ "license": "MIT",
2240
+ "dependencies": {
2241
+ "buffer-equal-constant-time": "^1.0.1",
2242
+ "ecdsa-sig-formatter": "1.0.11",
2243
+ "safe-buffer": "^5.0.1"
2244
+ }
2245
+ },
2246
+ "node_modules/jws": {
2247
+ "version": "4.0.1",
2248
+ "resolved": "https://registry.npmjs.org/jws/-/jws-4.0.1.tgz",
2249
+ "integrity": "sha512-EKI/M/yqPncGUUh44xz0PxSidXFr/+r0pA70+gIYhjv+et7yxM+s29Y+VGDkovRofQem0fs7Uvf4+YmAdyRduA==",
2250
+ "license": "MIT",
2251
+ "dependencies": {
2252
+ "jwa": "^2.0.1",
2253
+ "safe-buffer": "^5.0.1"
2254
+ }
2255
+ },
2256
+ "node_modules/lodash.includes": {
2257
+ "version": "4.3.0",
2258
+ "resolved": "https://registry.npmjs.org/lodash.includes/-/lodash.includes-4.3.0.tgz",
2259
+ "integrity": "sha512-W3Bx6mdkRTGtlJISOvVD/lbqjTlPPUDTMnlXZFnVwi9NKJ6tiAk6LVdlhZMm17VZisqhKcgzpO5Wz91PCt5b0w==",
2260
+ "license": "MIT"
2261
+ },
2262
+ "node_modules/lodash.isboolean": {
2263
+ "version": "3.0.3",
2264
+ "resolved": "https://registry.npmjs.org/lodash.isboolean/-/lodash.isboolean-3.0.3.tgz",
2265
+ "integrity": "sha512-Bz5mupy2SVbPHURB98VAcw+aHh4vRV5IPNhILUCsOzRmsTmSQ17jIuqopAentWoehktxGd9e/hbIXq980/1QJg==",
2266
+ "license": "MIT"
2267
+ },
2268
+ "node_modules/lodash.isinteger": {
2269
+ "version": "4.0.4",
2270
+ "resolved": "https://registry.npmjs.org/lodash.isinteger/-/lodash.isinteger-4.0.4.tgz",
2271
+ "integrity": "sha512-DBwtEWN2caHQ9/imiNeEA5ys1JoRtRfY3d7V9wkqtbycnAmTvRRmbHKDV4a0EYc678/dia0jrte4tjYwVBaZUA==",
2272
+ "license": "MIT"
2273
+ },
2274
+ "node_modules/lodash.isnumber": {
2275
+ "version": "3.0.3",
2276
+ "resolved": "https://registry.npmjs.org/lodash.isnumber/-/lodash.isnumber-3.0.3.tgz",
2277
+ "integrity": "sha512-QYqzpfwO3/CWf3XP+Z+tkQsfaLL/EnUlXWVkIk5FUPc4sBdTehEqZONuyRt2P67PXAk+NXmTBcc97zw9t1FQrw==",
2278
+ "license": "MIT"
2279
+ },
2280
+ "node_modules/lodash.isplainobject": {
2281
+ "version": "4.0.6",
2282
+ "resolved": "https://registry.npmjs.org/lodash.isplainobject/-/lodash.isplainobject-4.0.6.tgz",
2283
+ "integrity": "sha512-oSXzaWypCMHkPC3NvBEaPHf0KsA5mvPrOPgQWDsbg8n7orZ290M0BmC/jgRZ4vcJ6DTAhjrsSYgdsW/F+MFOBA==",
2284
+ "license": "MIT"
2285
+ },
2286
+ "node_modules/lodash.isstring": {
2287
+ "version": "4.0.1",
2288
+ "resolved": "https://registry.npmjs.org/lodash.isstring/-/lodash.isstring-4.0.1.tgz",
2289
+ "integrity": "sha512-0wJxfxH1wgO3GrbuP+dTTk7op+6L41QCXbGINEmD+ny/G/eCqGzxyCsh7159S+mgDDcoarnBw6PC1PS5+wUGgw==",
2290
+ "license": "MIT"
2291
+ },
2292
+ "node_modules/lodash.once": {
2293
+ "version": "4.1.1",
2294
+ "resolved": "https://registry.npmjs.org/lodash.once/-/lodash.once-4.1.1.tgz",
2295
+ "integrity": "sha512-Sb487aTOCr9drQVL8pIxOzVhafOjZN9UU54hiN8PU3uAiSV7lx1yYNpbNmex2PK6dSJoNTSJUUswT651yww3Mg==",
2296
+ "license": "MIT"
2297
+ },
2298
+ "node_modules/lru-cache": {
2299
+ "version": "5.1.1",
2300
+ "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz",
2301
+ "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==",
2302
+ "dev": true,
2303
+ "license": "ISC",
2304
+ "dependencies": {
2305
+ "yallist": "^3.0.2"
2306
+ }
2307
+ },
2308
+ "node_modules/math-intrinsics": {
2309
+ "version": "1.1.0",
2310
+ "resolved": "https://registry.npmjs.org/math-intrinsics/-/math-intrinsics-1.1.0.tgz",
2311
+ "integrity": "sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==",
2312
+ "license": "MIT",
2313
+ "engines": {
2314
+ "node": ">= 0.4"
2315
+ }
2316
+ },
2317
+ "node_modules/media-typer": {
2318
+ "version": "1.1.0",
2319
+ "resolved": "https://registry.npmjs.org/media-typer/-/media-typer-1.1.0.tgz",
2320
+ "integrity": "sha512-aisnrDP4GNe06UcKFnV5bfMNPBUw4jsLGaWwWfnH3v02GnBuXX2MCVn5RbrWo0j3pczUilYblq7fQ7Nw2t5XKw==",
2321
+ "license": "MIT",
2322
+ "engines": {
2323
+ "node": ">= 0.8"
2324
+ }
2325
+ },
2326
+ "node_modules/memory-pager": {
2327
+ "version": "1.5.0",
2328
+ "resolved": "https://registry.npmjs.org/memory-pager/-/memory-pager-1.5.0.tgz",
2329
+ "integrity": "sha512-ZS4Bp4r/Zoeq6+NLJpP+0Zzm0pR8whtGPf1XExKLJBAczGMnSi3It14OiNCStjQjM6NU1okjQGSxgEZN8eBYKg==",
2330
+ "license": "MIT"
2331
+ },
2332
+ "node_modules/merge-descriptors": {
2333
+ "version": "2.0.0",
2334
+ "resolved": "https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-2.0.0.tgz",
2335
+ "integrity": "sha512-Snk314V5ayFLhp3fkUREub6WtjBfPdCPY1Ln8/8munuLuiYhsABgBVWsozAG+MWMbVEvcdcpbi9R7ww22l9Q3g==",
2336
+ "license": "MIT",
2337
+ "engines": {
2338
+ "node": ">=18"
2339
+ },
2340
+ "funding": {
2341
+ "url": "https://github.com/sponsors/sindresorhus"
2342
+ }
2343
+ },
2344
+ "node_modules/mime-db": {
2345
+ "version": "1.54.0",
2346
+ "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.54.0.tgz",
2347
+ "integrity": "sha512-aU5EJuIN2WDemCcAp2vFBfp/m4EAhWJnUNSSw0ixs7/kXbd6Pg64EmwJkNdFhB8aWt1sH2CTXrLxo/iAGV3oPQ==",
2348
+ "license": "MIT",
2349
+ "engines": {
2350
+ "node": ">= 0.6"
2351
+ }
2352
+ },
2353
+ "node_modules/mime-types": {
2354
+ "version": "3.0.2",
2355
+ "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-3.0.2.tgz",
2356
+ "integrity": "sha512-Lbgzdk0h4juoQ9fCKXW4by0UJqj+nOOrI9MJ1sSj4nI8aI2eo1qmvQEie4VD1glsS250n15LsWsYtCugiStS5A==",
2357
+ "license": "MIT",
2358
+ "dependencies": {
2359
+ "mime-db": "^1.54.0"
2360
+ },
2361
+ "engines": {
2362
+ "node": ">=18"
2363
+ },
2364
+ "funding": {
2365
+ "type": "opencollective",
2366
+ "url": "https://opencollective.com/express"
2367
+ }
2368
+ },
2369
+ "node_modules/mongodb": {
2370
+ "version": "7.0.0",
2371
+ "resolved": "https://registry.npmjs.org/mongodb/-/mongodb-7.0.0.tgz",
2372
+ "integrity": "sha512-vG/A5cQrvGGvZm2mTnCSz1LUcbOPl83hfB6bxULKQ8oFZauyox/2xbZOoGNl+64m8VBrETkdGCDBdOsCr3F3jg==",
2373
+ "license": "Apache-2.0",
2374
+ "dependencies": {
2375
+ "@mongodb-js/saslprep": "^1.3.0",
2376
+ "bson": "^7.0.0",
2377
+ "mongodb-connection-string-url": "^7.0.0"
2378
+ },
2379
+ "engines": {
2380
+ "node": ">=20.19.0"
2381
+ },
2382
+ "peerDependencies": {
2383
+ "@aws-sdk/credential-providers": "^3.806.0",
2384
+ "@mongodb-js/zstd": "^7.0.0",
2385
+ "gcp-metadata": "^7.0.1",
2386
+ "kerberos": "^7.0.0",
2387
+ "mongodb-client-encryption": ">=7.0.0 <7.1.0",
2388
+ "snappy": "^7.3.2",
2389
+ "socks": "^2.8.6"
2390
+ },
2391
+ "peerDependenciesMeta": {
2392
+ "@aws-sdk/credential-providers": {
2393
+ "optional": true
2394
+ },
2395
+ "@mongodb-js/zstd": {
2396
+ "optional": true
2397
+ },
2398
+ "gcp-metadata": {
2399
+ "optional": true
2400
+ },
2401
+ "kerberos": {
2402
+ "optional": true
2403
+ },
2404
+ "mongodb-client-encryption": {
2405
+ "optional": true
2406
+ },
2407
+ "snappy": {
2408
+ "optional": true
2409
+ },
2410
+ "socks": {
2411
+ "optional": true
2412
+ }
2413
+ }
2414
+ },
2415
+ "node_modules/mongodb-connection-string-url": {
2416
+ "version": "7.0.0",
2417
+ "resolved": "https://registry.npmjs.org/mongodb-connection-string-url/-/mongodb-connection-string-url-7.0.0.tgz",
2418
+ "integrity": "sha512-irhhjRVLE20hbkRl4zpAYLnDMM+zIZnp0IDB9akAFFUZp/3XdOfwwddc7y6cNvF2WCEtfTYRwYbIfYa2kVY0og==",
2419
+ "license": "Apache-2.0",
2420
+ "dependencies": {
2421
+ "@types/whatwg-url": "^13.0.0",
2422
+ "whatwg-url": "^14.1.0"
2423
+ },
2424
+ "engines": {
2425
+ "node": ">=20.19.0"
2426
+ }
2427
+ },
2428
+ "node_modules/mrmime": {
2429
+ "version": "2.0.1",
2430
+ "resolved": "https://registry.npmjs.org/mrmime/-/mrmime-2.0.1.tgz",
2431
+ "integrity": "sha512-Y3wQdFg2Va6etvQ5I82yUhGdsKrcYox6p7FfL1LbK2J4V01F9TGlepTIhnK24t7koZibmg82KGglhA1XK5IsLQ==",
2432
+ "license": "MIT",
2433
+ "engines": {
2434
+ "node": ">=10"
2435
+ }
2436
+ },
2437
+ "node_modules/ms": {
2438
+ "version": "2.1.3",
2439
+ "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
2440
+ "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
2441
+ "license": "MIT"
2442
+ },
2443
+ "node_modules/nanoid": {
2444
+ "version": "3.3.11",
2445
+ "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.11.tgz",
2446
+ "integrity": "sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==",
2447
+ "funding": [
2448
+ {
2449
+ "type": "github",
2450
+ "url": "https://github.com/sponsors/ai"
2451
+ }
2452
+ ],
2453
+ "license": "MIT",
2454
+ "bin": {
2455
+ "nanoid": "bin/nanoid.cjs"
2456
+ },
2457
+ "engines": {
2458
+ "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
2459
+ }
2460
+ },
2461
+ "node_modules/negotiator": {
2462
+ "version": "0.6.4",
2463
+ "resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.6.4.tgz",
2464
+ "integrity": "sha512-myRT3DiWPHqho5PrJaIRyaMv2kgYf0mUVgBNOYMuCH5Ki1yEiQaf/ZJuQ62nvpc44wL5WDbTX7yGJi1Neevw8w==",
2465
+ "license": "MIT",
2466
+ "engines": {
2467
+ "node": ">= 0.6"
2468
+ }
2469
+ },
2470
+ "node_modules/node-addon-api": {
2471
+ "version": "8.5.0",
2472
+ "resolved": "https://registry.npmjs.org/node-addon-api/-/node-addon-api-8.5.0.tgz",
2473
+ "integrity": "sha512-/bRZty2mXUIFY/xU5HLvveNHlswNJej+RnxBjOMkidWfwZzgTbPG1E3K5TOxRLOR+5hX7bSofy8yf1hZevMS8A==",
2474
+ "license": "MIT",
2475
+ "engines": {
2476
+ "node": "^18 || ^20 || >= 21"
2477
+ }
2478
+ },
2479
+ "node_modules/node-gyp-build": {
2480
+ "version": "4.8.4",
2481
+ "resolved": "https://registry.npmjs.org/node-gyp-build/-/node-gyp-build-4.8.4.tgz",
2482
+ "integrity": "sha512-LA4ZjwlnUblHVgq0oBF3Jl/6h/Nvs5fzBLwdEF4nuxnFdsfajde4WfxtJr3CaiH+F6ewcIB/q4jQ4UzPyid+CQ==",
2483
+ "license": "MIT",
2484
+ "bin": {
2485
+ "node-gyp-build": "bin.js",
2486
+ "node-gyp-build-optional": "optional.js",
2487
+ "node-gyp-build-test": "build-test.js"
2488
+ }
2489
+ },
2490
+ "node_modules/node-releases": {
2491
+ "version": "2.0.27",
2492
+ "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.27.tgz",
2493
+ "integrity": "sha512-nmh3lCkYZ3grZvqcCH+fjmQ7X+H0OeZgP40OierEaAptX4XofMh5kwNbWh7lBduUzCcV/8kZ+NDLCwm2iorIlA==",
2494
+ "dev": true,
2495
+ "license": "MIT"
2496
+ },
2497
+ "node_modules/object-inspect": {
2498
+ "version": "1.13.4",
2499
+ "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.4.tgz",
2500
+ "integrity": "sha512-W67iLl4J2EXEGTbfeHCffrjDfitvLANg0UlX3wFUUSTx92KXRFegMHUVgSqE+wvhAbi4WqjGg9czysTV2Epbew==",
2501
+ "license": "MIT",
2502
+ "engines": {
2503
+ "node": ">= 0.4"
2504
+ },
2505
+ "funding": {
2506
+ "url": "https://github.com/sponsors/ljharb"
2507
+ }
2508
+ },
2509
+ "node_modules/on-finished": {
2510
+ "version": "2.4.1",
2511
+ "resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.4.1.tgz",
2512
+ "integrity": "sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==",
2513
+ "license": "MIT",
2514
+ "dependencies": {
2515
+ "ee-first": "1.1.1"
2516
+ },
2517
+ "engines": {
2518
+ "node": ">= 0.8"
2519
+ }
2520
+ },
2521
+ "node_modules/on-headers": {
2522
+ "version": "1.1.0",
2523
+ "resolved": "https://registry.npmjs.org/on-headers/-/on-headers-1.1.0.tgz",
2524
+ "integrity": "sha512-737ZY3yNnXy37FHkQxPzt4UZ2UWPWiCZWLvFZ4fu5cueciegX0zGPnrlY6bwRg4FdQOe9YU8MkmJwGhoMybl8A==",
2525
+ "license": "MIT",
2526
+ "engines": {
2527
+ "node": ">= 0.8"
2528
+ }
2529
+ },
2530
+ "node_modules/once": {
2531
+ "version": "1.4.0",
2532
+ "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz",
2533
+ "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==",
2534
+ "license": "ISC",
2535
+ "dependencies": {
2536
+ "wrappy": "1"
2537
+ }
2538
+ },
2539
+ "node_modules/parseurl": {
2540
+ "version": "1.3.3",
2541
+ "resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz",
2542
+ "integrity": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==",
2543
+ "license": "MIT",
2544
+ "engines": {
2545
+ "node": ">= 0.8"
2546
+ }
2547
+ },
2548
+ "node_modules/path-key": {
2549
+ "version": "3.1.1",
2550
+ "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",
2551
+ "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
2552
+ "dev": true,
2553
+ "license": "MIT",
2554
+ "engines": {
2555
+ "node": ">=8"
2556
+ }
2557
+ },
2558
+ "node_modules/path-to-regexp": {
2559
+ "version": "8.3.0",
2560
+ "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-8.3.0.tgz",
2561
+ "integrity": "sha512-7jdwVIRtsP8MYpdXSwOS0YdD0Du+qOoF/AEPIt88PcCFrZCzx41oxku1jD88hZBwbNUIEfpqvuhjFaMAqMTWnA==",
2562
+ "license": "MIT",
2563
+ "funding": {
2564
+ "type": "opencollective",
2565
+ "url": "https://opencollective.com/express"
2566
+ }
2567
+ },
2568
+ "node_modules/pg": {
2569
+ "version": "8.16.3",
2570
+ "resolved": "https://registry.npmjs.org/pg/-/pg-8.16.3.tgz",
2571
+ "integrity": "sha512-enxc1h0jA/aq5oSDMvqyW3q89ra6XIIDZgCX9vkMrnz5DFTw/Ny3Li2lFQ+pt3L6MCgm/5o2o8HW9hiJji+xvw==",
2572
+ "license": "MIT",
2573
+ "dependencies": {
2574
+ "pg-connection-string": "^2.9.1",
2575
+ "pg-pool": "^3.10.1",
2576
+ "pg-protocol": "^1.10.3",
2577
+ "pg-types": "2.2.0",
2578
+ "pgpass": "1.0.5"
2579
+ },
2580
+ "engines": {
2581
+ "node": ">= 16.0.0"
2582
+ },
2583
+ "optionalDependencies": {
2584
+ "pg-cloudflare": "^1.2.7"
2585
+ },
2586
+ "peerDependencies": {
2587
+ "pg-native": ">=3.0.1"
2588
+ },
2589
+ "peerDependenciesMeta": {
2590
+ "pg-native": {
2591
+ "optional": true
2592
+ }
2593
+ }
2594
+ },
2595
+ "node_modules/pg-cloudflare": {
2596
+ "version": "1.2.7",
2597
+ "resolved": "https://registry.npmjs.org/pg-cloudflare/-/pg-cloudflare-1.2.7.tgz",
2598
+ "integrity": "sha512-YgCtzMH0ptvZJslLM1ffsY4EuGaU0cx4XSdXLRFae8bPP4dS5xL1tNB3k2o/N64cHJpwU7dxKli/nZ2lUa5fLg==",
2599
+ "license": "MIT",
2600
+ "optional": true
2601
+ },
2602
+ "node_modules/pg-connection-string": {
2603
+ "version": "2.9.1",
2604
+ "resolved": "https://registry.npmjs.org/pg-connection-string/-/pg-connection-string-2.9.1.tgz",
2605
+ "integrity": "sha512-nkc6NpDcvPVpZXxrreI/FOtX3XemeLl8E0qFr6F2Lrm/I8WOnaWNhIPK2Z7OHpw7gh5XJThi6j6ppgNoaT1w4w==",
2606
+ "license": "MIT"
2607
+ },
2608
+ "node_modules/pg-int8": {
2609
+ "version": "1.0.1",
2610
+ "resolved": "https://registry.npmjs.org/pg-int8/-/pg-int8-1.0.1.tgz",
2611
+ "integrity": "sha512-WCtabS6t3c8SkpDBUlb1kjOs7l66xsGdKpIPZsg4wR+B3+u9UAum2odSsF9tnvxg80h4ZxLWMy4pRjOsFIqQpw==",
2612
+ "license": "ISC",
2613
+ "engines": {
2614
+ "node": ">=4.0.0"
2615
+ }
2616
+ },
2617
+ "node_modules/pg-pool": {
2618
+ "version": "3.10.1",
2619
+ "resolved": "https://registry.npmjs.org/pg-pool/-/pg-pool-3.10.1.tgz",
2620
+ "integrity": "sha512-Tu8jMlcX+9d8+QVzKIvM/uJtp07PKr82IUOYEphaWcoBhIYkoHpLXN3qO59nAI11ripznDsEzEv8nUxBVWajGg==",
2621
+ "license": "MIT",
2622
+ "peerDependencies": {
2623
+ "pg": ">=8.0"
2624
+ }
2625
+ },
2626
+ "node_modules/pg-protocol": {
2627
+ "version": "1.10.3",
2628
+ "resolved": "https://registry.npmjs.org/pg-protocol/-/pg-protocol-1.10.3.tgz",
2629
+ "integrity": "sha512-6DIBgBQaTKDJyxnXaLiLR8wBpQQcGWuAESkRBX/t6OwA8YsqP+iVSiond2EDy6Y/dsGk8rh/jtax3js5NeV7JQ==",
2630
+ "license": "MIT"
2631
+ },
2632
+ "node_modules/pg-types": {
2633
+ "version": "2.2.0",
2634
+ "resolved": "https://registry.npmjs.org/pg-types/-/pg-types-2.2.0.tgz",
2635
+ "integrity": "sha512-qTAAlrEsl8s4OiEQY69wDvcMIdQN6wdz5ojQiOy6YRMuynxenON0O5oCpJI6lshc6scgAY8qvJ2On/p+CXY0GA==",
2636
+ "license": "MIT",
2637
+ "dependencies": {
2638
+ "pg-int8": "1.0.1",
2639
+ "postgres-array": "~2.0.0",
2640
+ "postgres-bytea": "~1.0.0",
2641
+ "postgres-date": "~1.0.4",
2642
+ "postgres-interval": "^1.1.0"
2643
+ },
2644
+ "engines": {
2645
+ "node": ">=4"
2646
+ }
2647
+ },
2648
+ "node_modules/pgpass": {
2649
+ "version": "1.0.5",
2650
+ "resolved": "https://registry.npmjs.org/pgpass/-/pgpass-1.0.5.tgz",
2651
+ "integrity": "sha512-FdW9r/jQZhSeohs1Z3sI1yxFQNFvMcnmfuj4WBMUTxOrAyLMaTcE1aAMBiTlbMNaXvBCQuVi0R7hd8udDSP7ug==",
2652
+ "license": "MIT",
2653
+ "dependencies": {
2654
+ "split2": "^4.1.0"
2655
+ }
2656
+ },
2657
+ "node_modules/picocolors": {
2658
+ "version": "1.1.1",
2659
+ "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz",
2660
+ "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",
2661
+ "license": "ISC"
2662
+ },
2663
+ "node_modules/picomatch": {
2664
+ "version": "4.0.3",
2665
+ "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.3.tgz",
2666
+ "integrity": "sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==",
2667
+ "license": "MIT",
2668
+ "engines": {
2669
+ "node": ">=12"
2670
+ },
2671
+ "funding": {
2672
+ "url": "https://github.com/sponsors/jonschlinkert"
2673
+ }
2674
+ },
2675
+ "node_modules/postcss": {
2676
+ "version": "8.5.6",
2677
+ "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.6.tgz",
2678
+ "integrity": "sha512-3Ybi1tAuwAP9s0r1UQ2J4n5Y0G05bJkpUIO0/bI9MhwmD70S5aTWbXGBwxHrelT+XM1k6dM0pk+SwNkpTRN7Pg==",
2679
+ "funding": [
2680
+ {
2681
+ "type": "opencollective",
2682
+ "url": "https://opencollective.com/postcss/"
2683
+ },
2684
+ {
2685
+ "type": "tidelift",
2686
+ "url": "https://tidelift.com/funding/github/npm/postcss"
2687
+ },
2688
+ {
2689
+ "type": "github",
2690
+ "url": "https://github.com/sponsors/ai"
2691
+ }
2692
+ ],
2693
+ "license": "MIT",
2694
+ "dependencies": {
2695
+ "nanoid": "^3.3.11",
2696
+ "picocolors": "^1.1.1",
2697
+ "source-map-js": "^1.2.1"
2698
+ },
2699
+ "engines": {
2700
+ "node": "^10 || ^12 || >=14"
2701
+ }
2702
+ },
2703
+ "node_modules/postgres-array": {
2704
+ "version": "2.0.0",
2705
+ "resolved": "https://registry.npmjs.org/postgres-array/-/postgres-array-2.0.0.tgz",
2706
+ "integrity": "sha512-VpZrUqU5A69eQyW2c5CA1jtLecCsN2U/bD6VilrFDWq5+5UIEVO7nazS3TEcHf1zuPYO/sqGvUvW62g86RXZuA==",
2707
+ "license": "MIT",
2708
+ "engines": {
2709
+ "node": ">=4"
2710
+ }
2711
+ },
2712
+ "node_modules/postgres-bytea": {
2713
+ "version": "1.0.1",
2714
+ "resolved": "https://registry.npmjs.org/postgres-bytea/-/postgres-bytea-1.0.1.tgz",
2715
+ "integrity": "sha512-5+5HqXnsZPE65IJZSMkZtURARZelel2oXUEO8rH83VS/hxH5vv1uHquPg5wZs8yMAfdv971IU+kcPUczi7NVBQ==",
2716
+ "license": "MIT",
2717
+ "engines": {
2718
+ "node": ">=0.10.0"
2719
+ }
2720
+ },
2721
+ "node_modules/postgres-date": {
2722
+ "version": "1.0.7",
2723
+ "resolved": "https://registry.npmjs.org/postgres-date/-/postgres-date-1.0.7.tgz",
2724
+ "integrity": "sha512-suDmjLVQg78nMK2UZ454hAG+OAW+HQPZ6n++TNDUX+L0+uUlLywnoxJKDou51Zm+zTCjrCl0Nq6J9C5hP9vK/Q==",
2725
+ "license": "MIT",
2726
+ "engines": {
2727
+ "node": ">=0.10.0"
2728
+ }
2729
+ },
2730
+ "node_modules/postgres-interval": {
2731
+ "version": "1.2.0",
2732
+ "resolved": "https://registry.npmjs.org/postgres-interval/-/postgres-interval-1.2.0.tgz",
2733
+ "integrity": "sha512-9ZhXKM/rw350N1ovuWHbGxnGh/SNJ4cnxHiM0rxE4VN41wsg8P8zWn9hv/buK00RP4WvlOyr/RBDiptyxVbkZQ==",
2734
+ "license": "MIT",
2735
+ "dependencies": {
2736
+ "xtend": "^4.0.0"
2737
+ },
2738
+ "engines": {
2739
+ "node": ">=0.10.0"
2740
+ }
2741
+ },
2742
+ "node_modules/proxy-addr": {
2743
+ "version": "2.0.7",
2744
+ "resolved": "https://registry.npmjs.org/proxy-addr/-/proxy-addr-2.0.7.tgz",
2745
+ "integrity": "sha512-llQsMLSUDUPT44jdrU/O37qlnifitDP+ZwrmmZcoSKyLKvtZxpyV0n2/bD/N4tBAAZ/gJEdZU7KMraoK1+XYAg==",
2746
+ "license": "MIT",
2747
+ "dependencies": {
2748
+ "forwarded": "0.2.0",
2749
+ "ipaddr.js": "1.9.1"
2750
+ },
2751
+ "engines": {
2752
+ "node": ">= 0.10"
2753
+ }
2754
+ },
2755
+ "node_modules/punycode": {
2756
+ "version": "2.3.1",
2757
+ "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz",
2758
+ "integrity": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==",
2759
+ "license": "MIT",
2760
+ "engines": {
2761
+ "node": ">=6"
2762
+ }
2763
+ },
2764
+ "node_modules/qs": {
2765
+ "version": "6.14.1",
2766
+ "resolved": "https://registry.npmjs.org/qs/-/qs-6.14.1.tgz",
2767
+ "integrity": "sha512-4EK3+xJl8Ts67nLYNwqw/dsFVnCf+qR7RgXSK9jEEm9unao3njwMDdmsdvoKBKHzxd7tCYz5e5M+SnMjdtXGQQ==",
2768
+ "license": "BSD-3-Clause",
2769
+ "dependencies": {
2770
+ "side-channel": "^1.1.0"
2771
+ },
2772
+ "engines": {
2773
+ "node": ">=0.6"
2774
+ },
2775
+ "funding": {
2776
+ "url": "https://github.com/sponsors/ljharb"
2777
+ }
2778
+ },
2779
+ "node_modules/range-parser": {
2780
+ "version": "1.2.1",
2781
+ "resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.1.tgz",
2782
+ "integrity": "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==",
2783
+ "license": "MIT",
2784
+ "engines": {
2785
+ "node": ">= 0.6"
2786
+ }
2787
+ },
2788
+ "node_modules/raw-body": {
2789
+ "version": "3.0.2",
2790
+ "resolved": "https://registry.npmjs.org/raw-body/-/raw-body-3.0.2.tgz",
2791
+ "integrity": "sha512-K5zQjDllxWkf7Z5xJdV0/B0WTNqx6vxG70zJE4N0kBs4LovmEYWJzQGxC9bS9RAKu3bgM40lrd5zoLJ12MQ5BA==",
2792
+ "license": "MIT",
2793
+ "dependencies": {
2794
+ "bytes": "~3.1.2",
2795
+ "http-errors": "~2.0.1",
2796
+ "iconv-lite": "~0.7.0",
2797
+ "unpipe": "~1.0.0"
2798
+ },
2799
+ "engines": {
2800
+ "node": ">= 0.10"
2801
+ }
2802
+ },
2803
+ "node_modules/react": {
2804
+ "version": "19.2.3",
2805
+ "resolved": "https://registry.npmjs.org/react/-/react-19.2.3.tgz",
2806
+ "integrity": "sha512-Ku/hhYbVjOQnXDZFv2+RibmLFGwFdeeKHFcOTlrt7xplBnya5OGn/hIRDsqDiSUcfORsDC7MPxwork8jBwsIWA==",
2807
+ "license": "MIT",
2808
+ "engines": {
2809
+ "node": ">=0.10.0"
2810
+ }
2811
+ },
2812
+ "node_modules/react-dom": {
2813
+ "version": "19.2.3",
2814
+ "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-19.2.3.tgz",
2815
+ "integrity": "sha512-yELu4WmLPw5Mr/lmeEpox5rw3RETacE++JgHqQzd2dg+YbJuat3jH4ingc+WPZhxaoFzdv9y33G+F7Nl5O0GBg==",
2816
+ "license": "MIT",
2817
+ "dependencies": {
2818
+ "scheduler": "^0.27.0"
2819
+ },
2820
+ "peerDependencies": {
2821
+ "react": "^19.2.3"
2822
+ }
2823
+ },
2824
+ "node_modules/react-refresh": {
2825
+ "version": "0.18.0",
2826
+ "resolved": "https://registry.npmjs.org/react-refresh/-/react-refresh-0.18.0.tgz",
2827
+ "integrity": "sha512-QgT5//D3jfjJb6Gsjxv0Slpj23ip+HtOpnNgnb2S5zU3CB26G/IDPGoy4RJB42wzFE46DRsstbW6tKHoKbhAxw==",
2828
+ "dev": true,
2829
+ "license": "MIT",
2830
+ "engines": {
2831
+ "node": ">=0.10.0"
2832
+ }
2833
+ },
2834
+ "node_modules/react-router": {
2835
+ "version": "7.12.0",
2836
+ "resolved": "https://registry.npmjs.org/react-router/-/react-router-7.12.0.tgz",
2837
+ "integrity": "sha512-kTPDYPFzDVGIIGNLS5VJykK0HfHLY5MF3b+xj0/tTyNYL1gF1qs7u67Z9jEhQk2sQ98SUaHxlG31g1JtF7IfVw==",
2838
+ "license": "MIT",
2839
+ "dependencies": {
2840
+ "cookie": "^1.0.1",
2841
+ "set-cookie-parser": "^2.6.0"
2842
+ },
2843
+ "engines": {
2844
+ "node": ">=20.0.0"
2845
+ },
2846
+ "peerDependencies": {
2847
+ "react": ">=18",
2848
+ "react-dom": ">=18"
2849
+ },
2850
+ "peerDependenciesMeta": {
2851
+ "react-dom": {
2852
+ "optional": true
2853
+ }
2854
+ }
2855
+ },
2856
+ "node_modules/react-router-dom": {
2857
+ "version": "7.12.0",
2858
+ "resolved": "https://registry.npmjs.org/react-router-dom/-/react-router-dom-7.12.0.tgz",
2859
+ "integrity": "sha512-pfO9fiBcpEfX4Tx+iTYKDtPbrSLLCbwJ5EqP+SPYQu1VYCXdy79GSj0wttR0U4cikVdlImZuEZ/9ZNCgoaxwBA==",
2860
+ "license": "MIT",
2861
+ "dependencies": {
2862
+ "react-router": "7.12.0"
2863
+ },
2864
+ "engines": {
2865
+ "node": ">=20.0.0"
2866
+ },
2867
+ "peerDependencies": {
2868
+ "react": ">=18",
2869
+ "react-dom": ">=18"
2870
+ }
2871
+ },
2872
+ "node_modules/react-router/node_modules/cookie": {
2873
+ "version": "1.1.1",
2874
+ "resolved": "https://registry.npmjs.org/cookie/-/cookie-1.1.1.tgz",
2875
+ "integrity": "sha512-ei8Aos7ja0weRpFzJnEA9UHJ/7XQmqglbRwnf2ATjcB9Wq874VKH9kfjjirM6UhU2/E5fFYadylyhFldcqSidQ==",
2876
+ "license": "MIT",
2877
+ "engines": {
2878
+ "node": ">=18"
2879
+ },
2880
+ "funding": {
2881
+ "type": "opencollective",
2882
+ "url": "https://opencollective.com/express"
2883
+ }
2884
+ },
2885
+ "node_modules/rollup": {
2886
+ "version": "4.55.1",
2887
+ "resolved": "https://registry.npmjs.org/rollup/-/rollup-4.55.1.tgz",
2888
+ "integrity": "sha512-wDv/Ht1BNHB4upNbK74s9usvl7hObDnvVzknxqY/E/O3X6rW1U1rV1aENEfJ54eFZDTNo7zv1f5N4edCluH7+A==",
2889
+ "license": "MIT",
2890
+ "dependencies": {
2891
+ "@types/estree": "1.0.8"
2892
+ },
2893
+ "bin": {
2894
+ "rollup": "dist/bin/rollup"
2895
+ },
2896
+ "engines": {
2897
+ "node": ">=18.0.0",
2898
+ "npm": ">=8.0.0"
2899
+ },
2900
+ "optionalDependencies": {
2901
+ "@rollup/rollup-android-arm-eabi": "4.55.1",
2902
+ "@rollup/rollup-android-arm64": "4.55.1",
2903
+ "@rollup/rollup-darwin-arm64": "4.55.1",
2904
+ "@rollup/rollup-darwin-x64": "4.55.1",
2905
+ "@rollup/rollup-freebsd-arm64": "4.55.1",
2906
+ "@rollup/rollup-freebsd-x64": "4.55.1",
2907
+ "@rollup/rollup-linux-arm-gnueabihf": "4.55.1",
2908
+ "@rollup/rollup-linux-arm-musleabihf": "4.55.1",
2909
+ "@rollup/rollup-linux-arm64-gnu": "4.55.1",
2910
+ "@rollup/rollup-linux-arm64-musl": "4.55.1",
2911
+ "@rollup/rollup-linux-loong64-gnu": "4.55.1",
2912
+ "@rollup/rollup-linux-loong64-musl": "4.55.1",
2913
+ "@rollup/rollup-linux-ppc64-gnu": "4.55.1",
2914
+ "@rollup/rollup-linux-ppc64-musl": "4.55.1",
2915
+ "@rollup/rollup-linux-riscv64-gnu": "4.55.1",
2916
+ "@rollup/rollup-linux-riscv64-musl": "4.55.1",
2917
+ "@rollup/rollup-linux-s390x-gnu": "4.55.1",
2918
+ "@rollup/rollup-linux-x64-gnu": "4.55.1",
2919
+ "@rollup/rollup-linux-x64-musl": "4.55.1",
2920
+ "@rollup/rollup-openbsd-x64": "4.55.1",
2921
+ "@rollup/rollup-openharmony-arm64": "4.55.1",
2922
+ "@rollup/rollup-win32-arm64-msvc": "4.55.1",
2923
+ "@rollup/rollup-win32-ia32-msvc": "4.55.1",
2924
+ "@rollup/rollup-win32-x64-gnu": "4.55.1",
2925
+ "@rollup/rollup-win32-x64-msvc": "4.55.1",
2926
+ "fsevents": "~2.3.2"
2927
+ }
2928
+ },
2929
+ "node_modules/router": {
2930
+ "version": "2.2.0",
2931
+ "resolved": "https://registry.npmjs.org/router/-/router-2.2.0.tgz",
2932
+ "integrity": "sha512-nLTrUKm2UyiL7rlhapu/Zl45FwNgkZGaCpZbIHajDYgwlJCOzLSk+cIPAnsEqV955GjILJnKbdQC1nVPz+gAYQ==",
2933
+ "license": "MIT",
2934
+ "dependencies": {
2935
+ "debug": "^4.4.0",
2936
+ "depd": "^2.0.0",
2937
+ "is-promise": "^4.0.0",
2938
+ "parseurl": "^1.3.3",
2939
+ "path-to-regexp": "^8.0.0"
2940
+ },
2941
+ "engines": {
2942
+ "node": ">= 18"
2943
+ }
2944
+ },
2945
+ "node_modules/safe-buffer": {
2946
+ "version": "5.2.1",
2947
+ "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz",
2948
+ "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==",
2949
+ "funding": [
2950
+ {
2951
+ "type": "github",
2952
+ "url": "https://github.com/sponsors/feross"
2953
+ },
2954
+ {
2955
+ "type": "patreon",
2956
+ "url": "https://www.patreon.com/feross"
2957
+ },
2958
+ {
2959
+ "type": "consulting",
2960
+ "url": "https://feross.org/support"
2961
+ }
2962
+ ],
2963
+ "license": "MIT"
2964
+ },
2965
+ "node_modules/safer-buffer": {
2966
+ "version": "2.1.2",
2967
+ "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz",
2968
+ "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==",
2969
+ "license": "MIT"
2970
+ },
2971
+ "node_modules/scheduler": {
2972
+ "version": "0.27.0",
2973
+ "resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.27.0.tgz",
2974
+ "integrity": "sha512-eNv+WrVbKu1f3vbYJT/xtiF5syA5HPIMtf9IgY/nKg0sWqzAUEvqY/xm7OcZc/qafLx/iO9FgOmeSAp4v5ti/Q==",
2975
+ "license": "MIT"
2976
+ },
2977
+ "node_modules/semver": {
2978
+ "version": "6.3.1",
2979
+ "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
2980
+ "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
2981
+ "dev": true,
2982
+ "license": "ISC",
2983
+ "bin": {
2984
+ "semver": "bin/semver.js"
2985
+ }
2986
+ },
2987
+ "node_modules/send": {
2988
+ "version": "1.2.1",
2989
+ "resolved": "https://registry.npmjs.org/send/-/send-1.2.1.tgz",
2990
+ "integrity": "sha512-1gnZf7DFcoIcajTjTwjwuDjzuz4PPcY2StKPlsGAQ1+YH20IRVrBaXSWmdjowTJ6u8Rc01PoYOGHXfP1mYcZNQ==",
2991
+ "license": "MIT",
2992
+ "dependencies": {
2993
+ "debug": "^4.4.3",
2994
+ "encodeurl": "^2.0.0",
2995
+ "escape-html": "^1.0.3",
2996
+ "etag": "^1.8.1",
2997
+ "fresh": "^2.0.0",
2998
+ "http-errors": "^2.0.1",
2999
+ "mime-types": "^3.0.2",
3000
+ "ms": "^2.1.3",
3001
+ "on-finished": "^2.4.1",
3002
+ "range-parser": "^1.2.1",
3003
+ "statuses": "^2.0.2"
3004
+ },
3005
+ "engines": {
3006
+ "node": ">= 18"
3007
+ },
3008
+ "funding": {
3009
+ "type": "opencollective",
3010
+ "url": "https://opencollective.com/express"
3011
+ }
3012
+ },
3013
+ "node_modules/serve-static": {
3014
+ "version": "2.2.1",
3015
+ "resolved": "https://registry.npmjs.org/serve-static/-/serve-static-2.2.1.tgz",
3016
+ "integrity": "sha512-xRXBn0pPqQTVQiC8wyQrKs2MOlX24zQ0POGaj0kultvoOCstBQM5yvOhAVSUwOMjQtTvsPWoNCHfPGwaaQJhTw==",
3017
+ "license": "MIT",
3018
+ "dependencies": {
3019
+ "encodeurl": "^2.0.0",
3020
+ "escape-html": "^1.0.3",
3021
+ "parseurl": "^1.3.3",
3022
+ "send": "^1.2.0"
3023
+ },
3024
+ "engines": {
3025
+ "node": ">= 18"
3026
+ },
3027
+ "funding": {
3028
+ "type": "opencollective",
3029
+ "url": "https://opencollective.com/express"
3030
+ }
3031
+ },
3032
+ "node_modules/set-cookie-parser": {
3033
+ "version": "2.7.2",
3034
+ "resolved": "https://registry.npmjs.org/set-cookie-parser/-/set-cookie-parser-2.7.2.tgz",
3035
+ "integrity": "sha512-oeM1lpU/UvhTxw+g3cIfxXHyJRc/uidd3yK1P242gzHds0udQBYzs3y8j4gCCW+ZJ7ad0yctld8RYO+bdurlvw==",
3036
+ "license": "MIT"
3037
+ },
3038
+ "node_modules/setprototypeof": {
3039
+ "version": "1.2.0",
3040
+ "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.2.0.tgz",
3041
+ "integrity": "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==",
3042
+ "license": "ISC"
3043
+ },
3044
+ "node_modules/shebang-command": {
3045
+ "version": "2.0.0",
3046
+ "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
3047
+ "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
3048
+ "dev": true,
3049
+ "license": "MIT",
3050
+ "dependencies": {
3051
+ "shebang-regex": "^3.0.0"
3052
+ },
3053
+ "engines": {
3054
+ "node": ">=8"
3055
+ }
3056
+ },
3057
+ "node_modules/shebang-regex": {
3058
+ "version": "3.0.0",
3059
+ "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz",
3060
+ "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==",
3061
+ "dev": true,
3062
+ "license": "MIT",
3063
+ "engines": {
3064
+ "node": ">=8"
3065
+ }
3066
+ },
3067
+ "node_modules/side-channel": {
3068
+ "version": "1.1.0",
3069
+ "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.1.0.tgz",
3070
+ "integrity": "sha512-ZX99e6tRweoUXqR+VBrslhda51Nh5MTQwou5tnUDgbtyM0dBgmhEDtWGP/xbKn6hqfPRHujUNwz5fy/wbbhnpw==",
3071
+ "license": "MIT",
3072
+ "dependencies": {
3073
+ "es-errors": "^1.3.0",
3074
+ "object-inspect": "^1.13.3",
3075
+ "side-channel-list": "^1.0.0",
3076
+ "side-channel-map": "^1.0.1",
3077
+ "side-channel-weakmap": "^1.0.2"
3078
+ },
3079
+ "engines": {
3080
+ "node": ">= 0.4"
3081
+ },
3082
+ "funding": {
3083
+ "url": "https://github.com/sponsors/ljharb"
3084
+ }
3085
+ },
3086
+ "node_modules/side-channel-list": {
3087
+ "version": "1.0.0",
3088
+ "resolved": "https://registry.npmjs.org/side-channel-list/-/side-channel-list-1.0.0.tgz",
3089
+ "integrity": "sha512-FCLHtRD/gnpCiCHEiJLOwdmFP+wzCmDEkc9y7NsYxeF4u7Btsn1ZuwgwJGxImImHicJArLP4R0yX4c2KCrMrTA==",
3090
+ "license": "MIT",
3091
+ "dependencies": {
3092
+ "es-errors": "^1.3.0",
3093
+ "object-inspect": "^1.13.3"
3094
+ },
3095
+ "engines": {
3096
+ "node": ">= 0.4"
3097
+ },
3098
+ "funding": {
3099
+ "url": "https://github.com/sponsors/ljharb"
3100
+ }
3101
+ },
3102
+ "node_modules/side-channel-map": {
3103
+ "version": "1.0.1",
3104
+ "resolved": "https://registry.npmjs.org/side-channel-map/-/side-channel-map-1.0.1.tgz",
3105
+ "integrity": "sha512-VCjCNfgMsby3tTdo02nbjtM/ewra6jPHmpThenkTYh8pG9ucZ/1P8So4u4FGBek/BjpOVsDCMoLA/iuBKIFXRA==",
3106
+ "license": "MIT",
3107
+ "dependencies": {
3108
+ "call-bound": "^1.0.2",
3109
+ "es-errors": "^1.3.0",
3110
+ "get-intrinsic": "^1.2.5",
3111
+ "object-inspect": "^1.13.3"
3112
+ },
3113
+ "engines": {
3114
+ "node": ">= 0.4"
3115
+ },
3116
+ "funding": {
3117
+ "url": "https://github.com/sponsors/ljharb"
3118
+ }
3119
+ },
3120
+ "node_modules/side-channel-weakmap": {
3121
+ "version": "1.0.2",
3122
+ "resolved": "https://registry.npmjs.org/side-channel-weakmap/-/side-channel-weakmap-1.0.2.tgz",
3123
+ "integrity": "sha512-WPS/HvHQTYnHisLo9McqBHOJk2FkHO/tlpvldyrnem4aeQp4hai3gythswg6p01oSoTl58rcpiFAjF2br2Ak2A==",
3124
+ "license": "MIT",
3125
+ "dependencies": {
3126
+ "call-bound": "^1.0.2",
3127
+ "es-errors": "^1.3.0",
3128
+ "get-intrinsic": "^1.2.5",
3129
+ "object-inspect": "^1.13.3",
3130
+ "side-channel-map": "^1.0.1"
3131
+ },
3132
+ "engines": {
3133
+ "node": ">= 0.4"
3134
+ },
3135
+ "funding": {
3136
+ "url": "https://github.com/sponsors/ljharb"
3137
+ }
3138
+ },
3139
+ "node_modules/sirv": {
3140
+ "version": "3.0.2",
3141
+ "resolved": "https://registry.npmjs.org/sirv/-/sirv-3.0.2.tgz",
3142
+ "integrity": "sha512-2wcC/oGxHis/BoHkkPwldgiPSYcpZK3JU28WoMVv55yHJgcZ8rlXvuG9iZggz+sU1d4bRgIGASwyWqjxu3FM0g==",
3143
+ "license": "MIT",
3144
+ "dependencies": {
3145
+ "@polka/url": "^1.0.0-next.24",
3146
+ "mrmime": "^2.0.0",
3147
+ "totalist": "^3.0.0"
3148
+ },
3149
+ "engines": {
3150
+ "node": ">=18"
3151
+ }
3152
+ },
3153
+ "node_modules/source-map-js": {
3154
+ "version": "1.2.1",
3155
+ "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz",
3156
+ "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==",
3157
+ "license": "BSD-3-Clause",
3158
+ "engines": {
3159
+ "node": ">=0.10.0"
3160
+ }
3161
+ },
3162
+ "node_modules/sparse-bitfield": {
3163
+ "version": "3.0.3",
3164
+ "resolved": "https://registry.npmjs.org/sparse-bitfield/-/sparse-bitfield-3.0.3.tgz",
3165
+ "integrity": "sha512-kvzhi7vqKTfkh0PZU+2D2PIllw2ymqJKujUcyPMd9Y75Nv4nPbGJZXNhxsgdQab2BmlDct1YnfQCguEvHr7VsQ==",
3166
+ "license": "MIT",
3167
+ "dependencies": {
3168
+ "memory-pager": "^1.0.2"
3169
+ }
3170
+ },
3171
+ "node_modules/split2": {
3172
+ "version": "4.2.0",
3173
+ "resolved": "https://registry.npmjs.org/split2/-/split2-4.2.0.tgz",
3174
+ "integrity": "sha512-UcjcJOWknrNkF6PLX83qcHM6KHgVKNkV62Y8a5uYDVv9ydGQVwAHMKqHdJje1VTWpljG0WYpCDhrCdAOYH4TWg==",
3175
+ "license": "ISC",
3176
+ "engines": {
3177
+ "node": ">= 10.x"
3178
+ }
3179
+ },
3180
+ "node_modules/statuses": {
3181
+ "version": "2.0.2",
3182
+ "resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.2.tgz",
3183
+ "integrity": "sha512-DvEy55V3DB7uknRo+4iOGT5fP1slR8wQohVdknigZPMpMstaKJQWhwiYBACJE3Ul2pTnATihhBYnRhZQHGBiRw==",
3184
+ "license": "MIT",
3185
+ "engines": {
3186
+ "node": ">= 0.8"
3187
+ }
3188
+ },
3189
+ "node_modules/tinyglobby": {
3190
+ "version": "0.2.15",
3191
+ "resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.15.tgz",
3192
+ "integrity": "sha512-j2Zq4NyQYG5XMST4cbs02Ak8iJUdxRM0XI5QyxXuZOzKOINmWurp3smXu3y5wDcJrptwpSjgXHzIQxR0omXljQ==",
3193
+ "license": "MIT",
3194
+ "dependencies": {
3195
+ "fdir": "^6.5.0",
3196
+ "picomatch": "^4.0.3"
3197
+ },
3198
+ "engines": {
3199
+ "node": ">=12.0.0"
3200
+ },
3201
+ "funding": {
3202
+ "url": "https://github.com/sponsors/SuperchupuDev"
3203
+ }
3204
+ },
3205
+ "node_modules/toidentifier": {
3206
+ "version": "1.0.1",
3207
+ "resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.1.tgz",
3208
+ "integrity": "sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==",
3209
+ "license": "MIT",
3210
+ "engines": {
3211
+ "node": ">=0.6"
3212
+ }
3213
+ },
3214
+ "node_modules/totalist": {
3215
+ "version": "3.0.1",
3216
+ "resolved": "https://registry.npmjs.org/totalist/-/totalist-3.0.1.tgz",
3217
+ "integrity": "sha512-sf4i37nQ2LBx4m3wB74y+ubopq6W/dIzXg0FDGjsYnZHVa1Da8FH853wlL2gtUhg+xJXjfk3kUZS3BRoQeoQBQ==",
3218
+ "license": "MIT",
3219
+ "engines": {
3220
+ "node": ">=6"
3221
+ }
3222
+ },
3223
+ "node_modules/tr46": {
3224
+ "version": "5.1.1",
3225
+ "resolved": "https://registry.npmjs.org/tr46/-/tr46-5.1.1.tgz",
3226
+ "integrity": "sha512-hdF5ZgjTqgAntKkklYw0R03MG2x/bSzTtkxmIRw/sTNV8YXsCJ1tfLAX23lhxhHJlEf3CRCOCGGWw3vI3GaSPw==",
3227
+ "license": "MIT",
3228
+ "dependencies": {
3229
+ "punycode": "^2.3.1"
3230
+ },
3231
+ "engines": {
3232
+ "node": ">=18"
3233
+ }
3234
+ },
3235
+ "node_modules/type-is": {
3236
+ "version": "2.0.1",
3237
+ "resolved": "https://registry.npmjs.org/type-is/-/type-is-2.0.1.tgz",
3238
+ "integrity": "sha512-OZs6gsjF4vMp32qrCbiVSkrFmXtG/AZhY3t0iAMrMBiAZyV9oALtXO8hsrHbMXF9x6L3grlFuwW2oAz7cav+Gw==",
3239
+ "license": "MIT",
3240
+ "dependencies": {
3241
+ "content-type": "^1.0.5",
3242
+ "media-typer": "^1.1.0",
3243
+ "mime-types": "^3.0.0"
3244
+ },
3245
+ "engines": {
3246
+ "node": ">= 0.6"
3247
+ }
3248
+ },
3249
+ "node_modules/typescript": {
3250
+ "version": "5.9.3",
3251
+ "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz",
3252
+ "integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==",
3253
+ "dev": true,
3254
+ "license": "Apache-2.0",
3255
+ "bin": {
3256
+ "tsc": "bin/tsc",
3257
+ "tsserver": "bin/tsserver"
3258
+ },
3259
+ "engines": {
3260
+ "node": ">=14.17"
3261
+ }
3262
+ },
3263
+ "node_modules/undici-types": {
3264
+ "version": "7.16.0",
3265
+ "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.16.0.tgz",
3266
+ "integrity": "sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==",
3267
+ "devOptional": true,
3268
+ "license": "MIT"
3269
+ },
3270
+ "node_modules/unpipe": {
3271
+ "version": "1.0.0",
3272
+ "resolved": "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz",
3273
+ "integrity": "sha512-pjy2bYhSsufwWlKwPc+l3cN7+wuJlK6uz0YdJEOlQDbl6jo/YlPi4mb8agUkVC8BF7V8NuzeyPNqRksA3hztKQ==",
3274
+ "license": "MIT",
3275
+ "engines": {
3276
+ "node": ">= 0.8"
3277
+ }
3278
+ },
3279
+ "node_modules/update-browserslist-db": {
3280
+ "version": "1.2.3",
3281
+ "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.2.3.tgz",
3282
+ "integrity": "sha512-Js0m9cx+qOgDxo0eMiFGEueWztz+d4+M3rGlmKPT+T4IS/jP4ylw3Nwpu6cpTTP8R1MAC1kF4VbdLt3ARf209w==",
3283
+ "dev": true,
3284
+ "funding": [
3285
+ {
3286
+ "type": "opencollective",
3287
+ "url": "https://opencollective.com/browserslist"
3288
+ },
3289
+ {
3290
+ "type": "tidelift",
3291
+ "url": "https://tidelift.com/funding/github/npm/browserslist"
3292
+ },
3293
+ {
3294
+ "type": "github",
3295
+ "url": "https://github.com/sponsors/ai"
3296
+ }
3297
+ ],
3298
+ "license": "MIT",
3299
+ "dependencies": {
3300
+ "escalade": "^3.2.0",
3301
+ "picocolors": "^1.1.1"
3302
+ },
3303
+ "bin": {
3304
+ "update-browserslist-db": "cli.js"
3305
+ },
3306
+ "peerDependencies": {
3307
+ "browserslist": ">= 4.21.0"
3308
+ }
3309
+ },
3310
+ "node_modules/vary": {
3311
+ "version": "1.1.2",
3312
+ "resolved": "https://registry.npmjs.org/vary/-/vary-1.1.2.tgz",
3313
+ "integrity": "sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg==",
3314
+ "license": "MIT",
3315
+ "engines": {
3316
+ "node": ">= 0.8"
3317
+ }
3318
+ },
3319
+ "node_modules/vite": {
3320
+ "version": "7.3.1",
3321
+ "resolved": "https://registry.npmjs.org/vite/-/vite-7.3.1.tgz",
3322
+ "integrity": "sha512-w+N7Hifpc3gRjZ63vYBXA56dvvRlNWRczTdmCBBa+CotUzAPf5b7YMdMR/8CQoeYE5LX3W4wj6RYTgonm1b9DA==",
3323
+ "license": "MIT",
3324
+ "dependencies": {
3325
+ "esbuild": "^0.27.0",
3326
+ "fdir": "^6.5.0",
3327
+ "picomatch": "^4.0.3",
3328
+ "postcss": "^8.5.6",
3329
+ "rollup": "^4.43.0",
3330
+ "tinyglobby": "^0.2.15"
3331
+ },
3332
+ "bin": {
3333
+ "vite": "bin/vite.js"
3334
+ },
3335
+ "engines": {
3336
+ "node": "^20.19.0 || >=22.12.0"
3337
+ },
3338
+ "funding": {
3339
+ "url": "https://github.com/vitejs/vite?sponsor=1"
3340
+ },
3341
+ "optionalDependencies": {
3342
+ "fsevents": "~2.3.3"
3343
+ },
3344
+ "peerDependencies": {
3345
+ "@types/node": "^20.19.0 || >=22.12.0",
3346
+ "jiti": ">=1.21.0",
3347
+ "less": "^4.0.0",
3348
+ "lightningcss": "^1.21.0",
3349
+ "sass": "^1.70.0",
3350
+ "sass-embedded": "^1.70.0",
3351
+ "stylus": ">=0.54.8",
3352
+ "sugarss": "^5.0.0",
3353
+ "terser": "^5.16.0",
3354
+ "tsx": "^4.8.1",
3355
+ "yaml": "^2.4.2"
3356
+ },
3357
+ "peerDependenciesMeta": {
3358
+ "@types/node": {
3359
+ "optional": true
3360
+ },
3361
+ "jiti": {
3362
+ "optional": true
3363
+ },
3364
+ "less": {
3365
+ "optional": true
3366
+ },
3367
+ "lightningcss": {
3368
+ "optional": true
3369
+ },
3370
+ "sass": {
3371
+ "optional": true
3372
+ },
3373
+ "sass-embedded": {
3374
+ "optional": true
3375
+ },
3376
+ "stylus": {
3377
+ "optional": true
3378
+ },
3379
+ "sugarss": {
3380
+ "optional": true
3381
+ },
3382
+ "terser": {
3383
+ "optional": true
3384
+ },
3385
+ "tsx": {
3386
+ "optional": true
3387
+ },
3388
+ "yaml": {
3389
+ "optional": true
3390
+ }
3391
+ }
3392
+ },
3393
+ "node_modules/webidl-conversions": {
3394
+ "version": "7.0.0",
3395
+ "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-7.0.0.tgz",
3396
+ "integrity": "sha512-VwddBukDzu71offAQR975unBIGqfKZpM+8ZX6ySk8nYhVoo5CYaZyzt3YBvYtRtO+aoGlqxPg/B87NGVZ/fu6g==",
3397
+ "license": "BSD-2-Clause",
3398
+ "engines": {
3399
+ "node": ">=12"
3400
+ }
3401
+ },
3402
+ "node_modules/whatwg-url": {
3403
+ "version": "14.2.0",
3404
+ "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-14.2.0.tgz",
3405
+ "integrity": "sha512-De72GdQZzNTUBBChsXueQUnPKDkg/5A5zp7pFDuQAj5UFoENpiACU0wlCvzpAGnTkj++ihpKwKyYewn/XNUbKw==",
3406
+ "license": "MIT",
3407
+ "dependencies": {
3408
+ "tr46": "^5.1.0",
3409
+ "webidl-conversions": "^7.0.0"
3410
+ },
3411
+ "engines": {
3412
+ "node": ">=18"
3413
+ }
3414
+ },
3415
+ "node_modules/which": {
3416
+ "version": "2.0.2",
3417
+ "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
3418
+ "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
3419
+ "dev": true,
3420
+ "license": "ISC",
3421
+ "dependencies": {
3422
+ "isexe": "^2.0.0"
3423
+ },
3424
+ "bin": {
3425
+ "node-which": "bin/node-which"
3426
+ },
3427
+ "engines": {
3428
+ "node": ">= 8"
3429
+ }
3430
+ },
3431
+ "node_modules/wrappy": {
3432
+ "version": "1.0.2",
3433
+ "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",
3434
+ "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==",
3435
+ "license": "ISC"
3436
+ },
3437
+ "node_modules/xtend": {
3438
+ "version": "4.0.2",
3439
+ "resolved": "https://registry.npmjs.org/xtend/-/xtend-4.0.2.tgz",
3440
+ "integrity": "sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==",
3441
+ "license": "MIT",
3442
+ "engines": {
3443
+ "node": ">=0.4"
3444
+ }
3445
+ },
3446
+ "node_modules/yallist": {
3447
+ "version": "3.1.1",
3448
+ "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz",
3449
+ "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==",
3450
+ "dev": true,
3451
+ "license": "ISC"
3452
+ }
3453
+ }
3454
+ }