@firebase-function-kits/delete-user-data 0.0.2-rc.0 → 0.0.2-rc.2

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,4167 @@
1
+ {
2
+ "name": "@firebase-function-kits/delete-user-data",
3
+ "version": "0.0.2-rc.2",
4
+ "lockfileVersion": 3,
5
+ "requires": true,
6
+ "packages": {
7
+ "": {
8
+ "name": "@firebase-function-kits/delete-user-data",
9
+ "version": "0.0.2-rc.2",
10
+ "license": "Apache-2.0",
11
+ "dependencies": {
12
+ "@google-cloud/pubsub": "^4.3.3",
13
+ "firebase-admin": "^13.2.0",
14
+ "firebase-functions": "7.3.2",
15
+ "lodash.chunk": "^4.2.0",
16
+ "node-fetch": "^2.6.2"
17
+ },
18
+ "devDependencies": {
19
+ "@types/lodash.chunk": "^4.2.7",
20
+ "@types/node-fetch": "^2.6.2",
21
+ "vitest": "^4.1.10"
22
+ },
23
+ "engines": {
24
+ "node": ">=22"
25
+ }
26
+ },
27
+ "node_modules/@fastify/busboy": {
28
+ "version": "3.2.1",
29
+ "resolved": "https://registry.npmjs.org/@fastify/busboy/-/busboy-3.2.1.tgz",
30
+ "integrity": "sha512-tgK4O+57iz5ycYNGXE5ZWj1ES03lD2XnnBYWSbU/3wYZRMQzCUq7Ycds/RdyBZQeL5MU4fxBt6lzbIWf/Bickw==",
31
+ "license": "MIT"
32
+ },
33
+ "node_modules/@firebase/app-check-interop-types": {
34
+ "version": "0.3.5",
35
+ "resolved": "https://registry.npmjs.org/@firebase/app-check-interop-types/-/app-check-interop-types-0.3.5.tgz",
36
+ "integrity": "sha512-qId34pVZ2CXTmtu4ofW5leiI93DvnOvIcr/5GT7MZPw5WXAi6nZoU+g9cNRgl7K90UJSbK0cXxten4meYMPyZg==",
37
+ "license": "Apache-2.0"
38
+ },
39
+ "node_modules/@firebase/app-types": {
40
+ "version": "0.9.6",
41
+ "resolved": "https://registry.npmjs.org/@firebase/app-types/-/app-types-0.9.6.tgz",
42
+ "integrity": "sha512-yPLahy7Esfu2w/yme3msVK4xTkDXQqq6szfQn8yVOQpCKiT5GVFjqNpLbuz6NkX0WuTwUidkmPewW3r4xkvpeg==",
43
+ "license": "Apache-2.0",
44
+ "dependencies": {
45
+ "@firebase/logger": "0.5.2"
46
+ }
47
+ },
48
+ "node_modules/@firebase/auth-interop-types": {
49
+ "version": "0.2.6",
50
+ "resolved": "https://registry.npmjs.org/@firebase/auth-interop-types/-/auth-interop-types-0.2.6.tgz",
51
+ "integrity": "sha512-FgwZqDrBqgK0BHI70QTv1v/5wmuDF9f8fsJFvKSxoRlK2PPfSQtZAk2jhXu4pe9BZzFi/e4UYusU/bEQHdf6Qg==",
52
+ "license": "Apache-2.0"
53
+ },
54
+ "node_modules/@firebase/component": {
55
+ "version": "0.7.5",
56
+ "resolved": "https://registry.npmjs.org/@firebase/component/-/component-0.7.5.tgz",
57
+ "integrity": "sha512-vuFDcL91Q+2ZuBJkyOh86T4q0B4ffNTDjc/A38tybO56odQABxRTFLTIowCWqAKeIcgo37GowWMVgFF73gD8Qw==",
58
+ "license": "Apache-2.0",
59
+ "dependencies": {
60
+ "@firebase/util": "1.15.3",
61
+ "tslib": "^2.1.0"
62
+ },
63
+ "engines": {
64
+ "node": ">=20.0.0"
65
+ }
66
+ },
67
+ "node_modules/@firebase/database": {
68
+ "version": "1.1.5",
69
+ "resolved": "https://registry.npmjs.org/@firebase/database/-/database-1.1.5.tgz",
70
+ "integrity": "sha512-/JGpvszLoNXNgzilRXocigGfFF4hbcPA9wN1i1kjJx6oKkXgkHteZYl3lQs1lJX3ETDf6bv7zI15lPMVUp4sAQ==",
71
+ "license": "Apache-2.0",
72
+ "dependencies": {
73
+ "@firebase/app-check-interop-types": "0.3.5",
74
+ "@firebase/auth-interop-types": "0.2.6",
75
+ "@firebase/component": "0.7.5",
76
+ "@firebase/logger": "0.5.2",
77
+ "@firebase/util": "1.15.3",
78
+ "faye-websocket": "0.11.4",
79
+ "tslib": "^2.1.0"
80
+ },
81
+ "engines": {
82
+ "node": ">=20.0.0"
83
+ }
84
+ },
85
+ "node_modules/@firebase/database-compat": {
86
+ "version": "2.1.7",
87
+ "resolved": "https://registry.npmjs.org/@firebase/database-compat/-/database-compat-2.1.7.tgz",
88
+ "integrity": "sha512-lBq9sJm8MnJINKJnkAKSOj2MbC66xGoSVCcGkPtstl+lkoKEBtD46qHLbuDgW/WbLPoKVm17RIN8BxHj+Z2F2w==",
89
+ "license": "Apache-2.0",
90
+ "dependencies": {
91
+ "@firebase/component": "0.7.5",
92
+ "@firebase/database": "1.1.5",
93
+ "@firebase/database-types": "1.0.22",
94
+ "@firebase/logger": "0.5.2",
95
+ "@firebase/util": "1.15.3",
96
+ "tslib": "^2.1.0"
97
+ },
98
+ "engines": {
99
+ "node": ">=20.0.0"
100
+ },
101
+ "peerDependencies": {
102
+ "@firebase/app": "0.x",
103
+ "@firebase/app-compat": "0.x"
104
+ },
105
+ "peerDependenciesMeta": {
106
+ "@firebase/app": {
107
+ "optional": true
108
+ },
109
+ "@firebase/app-compat": {
110
+ "optional": true
111
+ }
112
+ }
113
+ },
114
+ "node_modules/@firebase/database-types": {
115
+ "version": "1.0.22",
116
+ "resolved": "https://registry.npmjs.org/@firebase/database-types/-/database-types-1.0.22.tgz",
117
+ "integrity": "sha512-YAZNXsjY9EQQ+pKw/3ax8n5FgolHC7Qew7EY5RceYdl0R2ZP+kCv1O0DkKlcceue8uQCOreHCNN7PWVFpY1Nug==",
118
+ "license": "Apache-2.0",
119
+ "dependencies": {
120
+ "@firebase/app-types": "0.9.6",
121
+ "@firebase/util": "1.15.3"
122
+ }
123
+ },
124
+ "node_modules/@firebase/logger": {
125
+ "version": "0.5.2",
126
+ "resolved": "https://registry.npmjs.org/@firebase/logger/-/logger-0.5.2.tgz",
127
+ "integrity": "sha512-J2VO4NFTc0xQFrxV1B/lm5balicm9cwuX2acR9Yn41fN8KgUeQFo+VJV222IqW2FPSXKDu9uo5WdQFWf9TPbYg==",
128
+ "license": "Apache-2.0",
129
+ "dependencies": {
130
+ "tslib": "^2.1.0"
131
+ },
132
+ "engines": {
133
+ "node": ">=20.0.0"
134
+ }
135
+ },
136
+ "node_modules/@firebase/util": {
137
+ "version": "1.15.3",
138
+ "resolved": "https://registry.npmjs.org/@firebase/util/-/util-1.15.3.tgz",
139
+ "integrity": "sha512-c/z/gaIlaaLZEuGbE6sLUuJ61tskg1JghvhcNQzW948ASBinbVBBRnZTC4b4yt4LaEtJQkYlyzqLHcutFwEIvA==",
140
+ "hasInstallScript": true,
141
+ "license": "Apache-2.0",
142
+ "dependencies": {
143
+ "tslib": "^2.1.0"
144
+ },
145
+ "engines": {
146
+ "node": ">=20.0.0"
147
+ }
148
+ },
149
+ "node_modules/@google-cloud/firestore": {
150
+ "version": "7.11.6",
151
+ "resolved": "https://registry.npmjs.org/@google-cloud/firestore/-/firestore-7.11.6.tgz",
152
+ "integrity": "sha512-EW/O8ktzwLfyWBOsNuhRoMi8lrC3clHM5LVFhGvO1HCsLozCOOXRAlHrYBoE6HL42Sc8yYMuCb2XqcnJ4OOEpw==",
153
+ "license": "Apache-2.0",
154
+ "optional": true,
155
+ "dependencies": {
156
+ "@opentelemetry/api": "^1.3.0",
157
+ "fast-deep-equal": "^3.1.1",
158
+ "functional-red-black-tree": "^1.0.1",
159
+ "google-gax": "^4.3.3",
160
+ "protobufjs": "^7.2.6"
161
+ },
162
+ "engines": {
163
+ "node": ">=14.0.0"
164
+ }
165
+ },
166
+ "node_modules/@google-cloud/paginator": {
167
+ "version": "5.0.2",
168
+ "resolved": "https://registry.npmjs.org/@google-cloud/paginator/-/paginator-5.0.2.tgz",
169
+ "integrity": "sha512-DJS3s0OVH4zFDB1PzjxAsHqJT6sKVbRwwML0ZBP9PbU7Yebtu/7SWMRzvO2J3nUi9pRNITCfu4LJeooM2w4pjg==",
170
+ "license": "Apache-2.0",
171
+ "dependencies": {
172
+ "arrify": "^2.0.0",
173
+ "extend": "^3.0.2"
174
+ },
175
+ "engines": {
176
+ "node": ">=14.0.0"
177
+ }
178
+ },
179
+ "node_modules/@google-cloud/precise-date": {
180
+ "version": "4.0.0",
181
+ "resolved": "https://registry.npmjs.org/@google-cloud/precise-date/-/precise-date-4.0.0.tgz",
182
+ "integrity": "sha512-1TUx3KdaU3cN7nfCdNf+UVqA/PSX29Cjcox3fZZBtINlRrXVTmUkQnCKv2MbBUbCopbK4olAT1IHl76uZyCiVA==",
183
+ "license": "Apache-2.0",
184
+ "engines": {
185
+ "node": ">=14.0.0"
186
+ }
187
+ },
188
+ "node_modules/@google-cloud/projectify": {
189
+ "version": "4.0.0",
190
+ "resolved": "https://registry.npmjs.org/@google-cloud/projectify/-/projectify-4.0.0.tgz",
191
+ "integrity": "sha512-MmaX6HeSvyPbWGwFq7mXdo0uQZLGBYCwziiLIGq5JVX+/bdI3SAq6bP98trV5eTWfLuvsMcIC1YJOF2vfteLFA==",
192
+ "license": "Apache-2.0",
193
+ "engines": {
194
+ "node": ">=14.0.0"
195
+ }
196
+ },
197
+ "node_modules/@google-cloud/promisify": {
198
+ "version": "4.0.0",
199
+ "resolved": "https://registry.npmjs.org/@google-cloud/promisify/-/promisify-4.0.0.tgz",
200
+ "integrity": "sha512-Orxzlfb9c67A15cq2JQEyVc7wEsmFBmHjZWZYQMUyJ1qivXyMwdyNOs9odi79hze+2zqdTtu1E19IM/FtqZ10g==",
201
+ "license": "Apache-2.0",
202
+ "engines": {
203
+ "node": ">=14"
204
+ }
205
+ },
206
+ "node_modules/@google-cloud/pubsub": {
207
+ "version": "4.11.0",
208
+ "resolved": "https://registry.npmjs.org/@google-cloud/pubsub/-/pubsub-4.11.0.tgz",
209
+ "integrity": "sha512-xWxJAlyUGd6OPp97u8maMcI3xVXuHjxfwh6Dr7P/P+6NK9o446slJobsbgsmK0xKY4nTK8m5uuJrhEKapfZSmQ==",
210
+ "license": "Apache-2.0",
211
+ "dependencies": {
212
+ "@google-cloud/paginator": "^5.0.0",
213
+ "@google-cloud/precise-date": "^4.0.0",
214
+ "@google-cloud/projectify": "^4.0.0",
215
+ "@google-cloud/promisify": "~4.0.0",
216
+ "@opentelemetry/api": "~1.9.0",
217
+ "@opentelemetry/semantic-conventions": "~1.30.0",
218
+ "arrify": "^2.0.0",
219
+ "extend": "^3.0.2",
220
+ "google-auth-library": "^9.3.0",
221
+ "google-gax": "^4.3.3",
222
+ "heap-js": "^2.2.0",
223
+ "is-stream-ended": "^0.1.4",
224
+ "lodash.snakecase": "^4.1.1",
225
+ "p-defer": "^3.0.0"
226
+ },
227
+ "engines": {
228
+ "node": ">=14.0.0"
229
+ }
230
+ },
231
+ "node_modules/@google-cloud/storage": {
232
+ "version": "7.22.0",
233
+ "resolved": "https://registry.npmjs.org/@google-cloud/storage/-/storage-7.22.0.tgz",
234
+ "integrity": "sha512-W98gTQOAntEeEQ7/pZxSQXxfUO5CiQcXJRsxBpUa6UU25n8YN/VtogPBi0H+MAmUrn/6bY/sBhFansoWEsr2/g==",
235
+ "license": "Apache-2.0",
236
+ "optional": true,
237
+ "dependencies": {
238
+ "@google-cloud/paginator": "^5.0.0",
239
+ "@google-cloud/projectify": "^4.0.0",
240
+ "@google-cloud/promisify": "<4.1.0",
241
+ "abort-controller": "^3.0.0",
242
+ "async-retry": "^1.3.3",
243
+ "duplexify": "^4.1.3",
244
+ "fast-xml-parser": "^5.3.4",
245
+ "gaxios": "^6.0.2",
246
+ "google-auth-library": "^9.6.3",
247
+ "html-entities": "^2.5.2",
248
+ "mime": "^3.0.0",
249
+ "p-limit": "^3.0.1",
250
+ "retry-request": "^7.0.0",
251
+ "teeny-request": "^9.0.0"
252
+ },
253
+ "engines": {
254
+ "node": ">=18"
255
+ }
256
+ },
257
+ "node_modules/@grpc/grpc-js": {
258
+ "version": "1.14.4",
259
+ "resolved": "https://registry.npmjs.org/@grpc/grpc-js/-/grpc-js-1.14.4.tgz",
260
+ "integrity": "sha512-k9Dj3DV/itK9D06Y8f190Qgop7/Ui+D0njFV3LHMPwPT75DpXLQohE9Wmz0QElrJnzsjB7KPWiKJbOl7IPDArQ==",
261
+ "license": "Apache-2.0",
262
+ "dependencies": {
263
+ "@grpc/proto-loader": "^0.8.0",
264
+ "@js-sdsl/ordered-map": "^4.4.2"
265
+ },
266
+ "engines": {
267
+ "node": ">=12.10.0"
268
+ }
269
+ },
270
+ "node_modules/@grpc/grpc-js/node_modules/@grpc/proto-loader": {
271
+ "version": "0.8.1",
272
+ "resolved": "https://registry.npmjs.org/@grpc/proto-loader/-/proto-loader-0.8.1.tgz",
273
+ "integrity": "sha512-wtF6h+DY6M3YaDBPAmvuuA6jV8Sif9MjtOI5euKFWRgCDl5PeDpPsHR9u2l6St5ceY8AZgoNDww5+HvEsXFsGg==",
274
+ "license": "Apache-2.0",
275
+ "dependencies": {
276
+ "lodash.camelcase": "^4.3.0",
277
+ "long": "^5.0.0",
278
+ "protobufjs": "^7.5.5",
279
+ "yargs": "^17.7.2"
280
+ },
281
+ "bin": {
282
+ "proto-loader-gen-types": "build/bin/proto-loader-gen-types.js"
283
+ },
284
+ "engines": {
285
+ "node": ">=6"
286
+ }
287
+ },
288
+ "node_modules/@grpc/proto-loader": {
289
+ "version": "0.7.15",
290
+ "resolved": "https://registry.npmjs.org/@grpc/proto-loader/-/proto-loader-0.7.15.tgz",
291
+ "integrity": "sha512-tMXdRCfYVixjuFK+Hk0Q1s38gV9zDiDJfWL3h1rv4Qc39oILCu1TRTDt7+fGUI8K4G1Fj125Hx/ru3azECWTyQ==",
292
+ "license": "Apache-2.0",
293
+ "dependencies": {
294
+ "lodash.camelcase": "^4.3.0",
295
+ "long": "^5.0.0",
296
+ "protobufjs": "^7.2.5",
297
+ "yargs": "^17.7.2"
298
+ },
299
+ "bin": {
300
+ "proto-loader-gen-types": "build/bin/proto-loader-gen-types.js"
301
+ },
302
+ "engines": {
303
+ "node": ">=6"
304
+ }
305
+ },
306
+ "node_modules/@jridgewell/sourcemap-codec": {
307
+ "version": "1.5.5",
308
+ "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz",
309
+ "integrity": "sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==",
310
+ "dev": true,
311
+ "license": "MIT"
312
+ },
313
+ "node_modules/@js-sdsl/ordered-map": {
314
+ "version": "4.4.2",
315
+ "resolved": "https://registry.npmjs.org/@js-sdsl/ordered-map/-/ordered-map-4.4.2.tgz",
316
+ "integrity": "sha512-iUKgm52T8HOE/makSxjqoWhe95ZJA1/G1sYsGev2JDKUSS14KAgg1LHb+Ba+IPow0xflbnSkOsZcO08C7w1gYw==",
317
+ "license": "MIT",
318
+ "funding": {
319
+ "type": "opencollective",
320
+ "url": "https://opencollective.com/js-sdsl"
321
+ }
322
+ },
323
+ "node_modules/@nodable/entities": {
324
+ "version": "3.0.0",
325
+ "resolved": "https://registry.npmjs.org/@nodable/entities/-/entities-3.0.0.tgz",
326
+ "integrity": "sha512-8L9xFeTYKhm49xfIypoe2W5wV1m/3Z58kT+7kR9A8OyFxcPduI4VmxaUMQyKYrRjUoLLSXv6EKKID5Tvj9cUVw==",
327
+ "funding": [
328
+ {
329
+ "type": "github",
330
+ "url": "https://github.com/sponsors/nodable"
331
+ }
332
+ ],
333
+ "license": "MIT",
334
+ "optional": true
335
+ },
336
+ "node_modules/@opentelemetry/api": {
337
+ "version": "1.9.1",
338
+ "resolved": "https://registry.npmjs.org/@opentelemetry/api/-/api-1.9.1.tgz",
339
+ "integrity": "sha512-gLyJlPHPZYdAk1JENA9LeHejZe1Ti77/pTeFm/nMXmQH/HFZlcS/O2XJB+L8fkbrNSqhdtlvjBVjxwUYanNH5Q==",
340
+ "license": "Apache-2.0",
341
+ "engines": {
342
+ "node": ">=8.0.0"
343
+ }
344
+ },
345
+ "node_modules/@opentelemetry/semantic-conventions": {
346
+ "version": "1.30.0",
347
+ "resolved": "https://registry.npmjs.org/@opentelemetry/semantic-conventions/-/semantic-conventions-1.30.0.tgz",
348
+ "integrity": "sha512-4VlGgo32k2EQ2wcCY3vEU28A0O13aOtHz3Xt2/2U5FAh9EfhD6t6DqL5Z6yAnRCntbTFDU4YfbpyzSlHNWycPw==",
349
+ "license": "Apache-2.0",
350
+ "engines": {
351
+ "node": ">=14"
352
+ }
353
+ },
354
+ "node_modules/@oxc-project/types": {
355
+ "version": "0.146.0",
356
+ "resolved": "https://registry.npmjs.org/@oxc-project/types/-/types-0.146.0.tgz",
357
+ "integrity": "sha512-XC0QsnnhVe7sLIWmYmdPw7x5P0h4W8vUU3Nv1ySgWXtvCz8NizoAEpGXA0sOYoJQV2Rl13LgURAHQ5cI5ILCSA==",
358
+ "dev": true,
359
+ "license": "MIT",
360
+ "funding": {
361
+ "url": "https://github.com/sponsors/Boshen"
362
+ }
363
+ },
364
+ "node_modules/@protobufjs/aspromise": {
365
+ "version": "1.1.2",
366
+ "resolved": "https://registry.npmjs.org/@protobufjs/aspromise/-/aspromise-1.1.2.tgz",
367
+ "integrity": "sha512-j+gKExEuLmKwvz3OgROXtrJ2UG2x8Ch2YZUxahh+s1F2HZ+wAceUNLkvy6zKCPVRkU++ZWQrdxsUeQXmcg4uoQ==",
368
+ "license": "BSD-3-Clause"
369
+ },
370
+ "node_modules/@protobufjs/base64": {
371
+ "version": "1.1.2",
372
+ "resolved": "https://registry.npmjs.org/@protobufjs/base64/-/base64-1.1.2.tgz",
373
+ "integrity": "sha512-AZkcAA5vnN/v4PDqKyMR5lx7hZttPDgClv83E//FMNhR2TMcLUhfRUBHCmSl0oi9zMgDDqRUJkSxO3wm85+XLg==",
374
+ "license": "BSD-3-Clause"
375
+ },
376
+ "node_modules/@protobufjs/codegen": {
377
+ "version": "2.0.5",
378
+ "resolved": "https://registry.npmjs.org/@protobufjs/codegen/-/codegen-2.0.5.tgz",
379
+ "integrity": "sha512-zgXFLzW3Ap33e6d0Wlj4MGIm6Ce8O89n/apUaGNB/jx+hw+ruWEp7EwGUshdLKVRCxZW12fp9r40E1mQrf/34g==",
380
+ "license": "BSD-3-Clause"
381
+ },
382
+ "node_modules/@protobufjs/eventemitter": {
383
+ "version": "1.1.1",
384
+ "resolved": "https://registry.npmjs.org/@protobufjs/eventemitter/-/eventemitter-1.1.1.tgz",
385
+ "integrity": "sha512-vW1GmwMZNnL+gMRaovlh9yZX74kc+TTU3FObkkurpMaRtBfLP3ldjS9KQWlwZgraRE0+dheEEoAxdzcJQ8eXZg==",
386
+ "license": "BSD-3-Clause"
387
+ },
388
+ "node_modules/@protobufjs/fetch": {
389
+ "version": "1.1.1",
390
+ "resolved": "https://registry.npmjs.org/@protobufjs/fetch/-/fetch-1.1.1.tgz",
391
+ "integrity": "sha512-GpptLrs57adMSuHi3VNj0mAF8dwh36LMaYF6XyJ6JMWlVsc+t42tm1HSEDmOs3A8fC9yyeisgLhsTVQokOZ0zw==",
392
+ "license": "BSD-3-Clause",
393
+ "dependencies": {
394
+ "@protobufjs/aspromise": "^1.1.1"
395
+ }
396
+ },
397
+ "node_modules/@protobufjs/float": {
398
+ "version": "1.0.2",
399
+ "resolved": "https://registry.npmjs.org/@protobufjs/float/-/float-1.0.2.tgz",
400
+ "integrity": "sha512-Ddb+kVXlXst9d+R9PfTIxh1EdNkgoRe5tOX6t01f1lYWOvJnSPDBlG241QLzcyPdoNTsblLUdujGSE4RzrTZGQ==",
401
+ "license": "BSD-3-Clause"
402
+ },
403
+ "node_modules/@protobufjs/path": {
404
+ "version": "1.1.2",
405
+ "resolved": "https://registry.npmjs.org/@protobufjs/path/-/path-1.1.2.tgz",
406
+ "integrity": "sha512-6JOcJ5Tm08dOHAbdR3GrvP+yUUfkjG5ePsHYczMFLq3ZmMkAD98cDgcT2iA1lJ9NVwFd4tH/iSSoe44YWkltEA==",
407
+ "license": "BSD-3-Clause"
408
+ },
409
+ "node_modules/@protobufjs/pool": {
410
+ "version": "1.1.0",
411
+ "resolved": "https://registry.npmjs.org/@protobufjs/pool/-/pool-1.1.0.tgz",
412
+ "integrity": "sha512-0kELaGSIDBKvcgS4zkjz1PeddatrjYcmMWOlAuAPwAeccUrPHdUqo/J6LiymHHEiJT5NrF1UVwxY14f+fy4WQw==",
413
+ "license": "BSD-3-Clause"
414
+ },
415
+ "node_modules/@protobufjs/utf8": {
416
+ "version": "1.1.2",
417
+ "resolved": "https://registry.npmjs.org/@protobufjs/utf8/-/utf8-1.1.2.tgz",
418
+ "integrity": "sha512-b1UQwcEZ4yCnMCD8DAL1VlbvBJE9/IX4FTIp7BG1xYpf29SLazLSrqUkj4w7Y5y7cCVP6E5tcqqcI0xemPkHug==",
419
+ "license": "BSD-3-Clause"
420
+ },
421
+ "node_modules/@rolldown/binding-android-arm-eabi": {
422
+ "version": "1.2.5",
423
+ "resolved": "https://registry.npmjs.org/@rolldown/binding-android-arm-eabi/-/binding-android-arm-eabi-1.2.5.tgz",
424
+ "integrity": "sha512-DLe/i+l8ynIBY7XEQ191TeZvCoowIGa18R+dIV30GW7DiOtp74i/xX8hs8GUjW5ARV7VZuie3d6AumSmCwbeRA==",
425
+ "cpu": [
426
+ "arm"
427
+ ],
428
+ "dev": true,
429
+ "license": "MIT",
430
+ "optional": true,
431
+ "os": [
432
+ "android"
433
+ ],
434
+ "engines": {
435
+ "node": "^20.19.0 || >=22.12.0"
436
+ }
437
+ },
438
+ "node_modules/@rolldown/binding-android-arm64": {
439
+ "version": "1.2.5",
440
+ "resolved": "https://registry.npmjs.org/@rolldown/binding-android-arm64/-/binding-android-arm64-1.2.5.tgz",
441
+ "integrity": "sha512-zXcwKlQApYAOELHd8PwKDFkagYF9Wy4e0RJ+0qnzl9Pjnpj75TEG8ufv40p2J7kCEfwZAsNiuzRIyNNMWT38ig==",
442
+ "cpu": [
443
+ "arm64"
444
+ ],
445
+ "dev": true,
446
+ "license": "MIT",
447
+ "optional": true,
448
+ "os": [
449
+ "android"
450
+ ],
451
+ "engines": {
452
+ "node": "^20.19.0 || >=22.12.0"
453
+ }
454
+ },
455
+ "node_modules/@rolldown/binding-darwin-arm64": {
456
+ "version": "1.2.5",
457
+ "resolved": "https://registry.npmjs.org/@rolldown/binding-darwin-arm64/-/binding-darwin-arm64-1.2.5.tgz",
458
+ "integrity": "sha512-dK4QakI42nzWgJT5sm4y4y/O//D4OxM75/cH28RLV+nzIN9AY+YsbuUVrUTjlLjXR6vpyxFbSsbmNuJ6BP9sww==",
459
+ "cpu": [
460
+ "arm64"
461
+ ],
462
+ "dev": true,
463
+ "license": "MIT",
464
+ "optional": true,
465
+ "os": [
466
+ "darwin"
467
+ ],
468
+ "engines": {
469
+ "node": "^20.19.0 || >=22.12.0"
470
+ }
471
+ },
472
+ "node_modules/@rolldown/binding-darwin-x64": {
473
+ "version": "1.2.5",
474
+ "resolved": "https://registry.npmjs.org/@rolldown/binding-darwin-x64/-/binding-darwin-x64-1.2.5.tgz",
475
+ "integrity": "sha512-fqSALaUu1Wjd1nK2uW2kJDWdLCc8lx1IcY+MTY26Aurfdx19anlzhqXOgCFbBFQnlFDTn4TC1/7Nz4Bl2mLP3A==",
476
+ "cpu": [
477
+ "x64"
478
+ ],
479
+ "dev": true,
480
+ "license": "MIT",
481
+ "optional": true,
482
+ "os": [
483
+ "darwin"
484
+ ],
485
+ "engines": {
486
+ "node": "^20.19.0 || >=22.12.0"
487
+ }
488
+ },
489
+ "node_modules/@rolldown/binding-freebsd-x64": {
490
+ "version": "1.2.5",
491
+ "resolved": "https://registry.npmjs.org/@rolldown/binding-freebsd-x64/-/binding-freebsd-x64-1.2.5.tgz",
492
+ "integrity": "sha512-/vCnNxlkxs9tKxNDcyWUePpJ/PgTzxIaVhoM5SmG8UV+GR/IcPam4VYxi7GIMo7PSDuNqlJqvprqii9NqqVCMw==",
493
+ "cpu": [
494
+ "x64"
495
+ ],
496
+ "dev": true,
497
+ "license": "MIT",
498
+ "optional": true,
499
+ "os": [
500
+ "freebsd"
501
+ ],
502
+ "engines": {
503
+ "node": "^20.19.0 || >=22.12.0"
504
+ }
505
+ },
506
+ "node_modules/@rolldown/binding-linux-arm-gnueabihf": {
507
+ "version": "1.2.5",
508
+ "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm-gnueabihf/-/binding-linux-arm-gnueabihf-1.2.5.tgz",
509
+ "integrity": "sha512-abk0NLA519LxRCszmbE0jYKuQ9YPocOXTiOXOo6Yr+YAT95VH+PtqYAjOJvGKt3viEd/x4qzabAlwd5bHOOARg==",
510
+ "cpu": [
511
+ "arm"
512
+ ],
513
+ "dev": true,
514
+ "license": "MIT",
515
+ "optional": true,
516
+ "os": [
517
+ "linux"
518
+ ],
519
+ "engines": {
520
+ "node": "^20.19.0 || >=22.12.0"
521
+ }
522
+ },
523
+ "node_modules/@rolldown/binding-linux-arm64-gnu": {
524
+ "version": "1.2.5",
525
+ "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm64-gnu/-/binding-linux-arm64-gnu-1.2.5.tgz",
526
+ "integrity": "sha512-Y7eALiJ8lr0M2HH103Js+g7V34wf6snlpZLAsHI90uLhr3PVlNsbFVAXJC9d/V6BnPyKtpSwI+NcB/RLxsQxuA==",
527
+ "cpu": [
528
+ "arm64"
529
+ ],
530
+ "dev": true,
531
+ "libc": [
532
+ "glibc"
533
+ ],
534
+ "license": "MIT",
535
+ "optional": true,
536
+ "os": [
537
+ "linux"
538
+ ],
539
+ "engines": {
540
+ "node": "^20.19.0 || >=22.12.0"
541
+ }
542
+ },
543
+ "node_modules/@rolldown/binding-linux-arm64-musl": {
544
+ "version": "1.2.5",
545
+ "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm64-musl/-/binding-linux-arm64-musl-1.2.5.tgz",
546
+ "integrity": "sha512-xMvZgnbZg4YVnR/AX2b3oOPDTFYJvUVaJg5FedA/LuvexAtXibZQej4cnTkw3rjsJ/ggUROB64TdtETiim+FYA==",
547
+ "cpu": [
548
+ "arm64"
549
+ ],
550
+ "dev": true,
551
+ "libc": [
552
+ "musl"
553
+ ],
554
+ "license": "MIT",
555
+ "optional": true,
556
+ "os": [
557
+ "linux"
558
+ ],
559
+ "engines": {
560
+ "node": "^20.19.0 || >=22.12.0"
561
+ }
562
+ },
563
+ "node_modules/@rolldown/binding-linux-ppc64-gnu": {
564
+ "version": "1.2.5",
565
+ "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-ppc64-gnu/-/binding-linux-ppc64-gnu-1.2.5.tgz",
566
+ "integrity": "sha512-GRjeqTUDHTo5GwntsLaAMcBahG3nlpjftXWZLN73HiYQlhwEowvarFgQnRnQZtIp4keXX7quXFbG38uPZBa2EA==",
567
+ "cpu": [
568
+ "ppc64"
569
+ ],
570
+ "dev": true,
571
+ "libc": [
572
+ "glibc"
573
+ ],
574
+ "license": "MIT",
575
+ "optional": true,
576
+ "os": [
577
+ "linux"
578
+ ],
579
+ "engines": {
580
+ "node": "^20.19.0 || >=22.12.0"
581
+ }
582
+ },
583
+ "node_modules/@rolldown/binding-linux-s390x-gnu": {
584
+ "version": "1.2.5",
585
+ "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-s390x-gnu/-/binding-linux-s390x-gnu-1.2.5.tgz",
586
+ "integrity": "sha512-vLNTR45F2Uwc8AufkNXPmB4VliaXs+FvcheEogIzOXzO4l+LzieXF5A/TWxLy5HtqpsRCHUfd0lPVrrdgXdLHQ==",
587
+ "cpu": [
588
+ "s390x"
589
+ ],
590
+ "dev": true,
591
+ "libc": [
592
+ "glibc"
593
+ ],
594
+ "license": "MIT",
595
+ "optional": true,
596
+ "os": [
597
+ "linux"
598
+ ],
599
+ "engines": {
600
+ "node": "^20.19.0 || >=22.12.0"
601
+ }
602
+ },
603
+ "node_modules/@rolldown/binding-linux-x64-gnu": {
604
+ "version": "1.2.5",
605
+ "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-x64-gnu/-/binding-linux-x64-gnu-1.2.5.tgz",
606
+ "integrity": "sha512-Mgj59/HTuYeK9Gz2MA+mBWKnHsAgkBSec15ZMb1st3oIfFbX7gCjOae7GydHhzcyQi9Z/7M1QuN9bR3oFqF0jQ==",
607
+ "cpu": [
608
+ "x64"
609
+ ],
610
+ "dev": true,
611
+ "libc": [
612
+ "glibc"
613
+ ],
614
+ "license": "MIT",
615
+ "optional": true,
616
+ "os": [
617
+ "linux"
618
+ ],
619
+ "engines": {
620
+ "node": "^20.19.0 || >=22.12.0"
621
+ }
622
+ },
623
+ "node_modules/@rolldown/binding-linux-x64-musl": {
624
+ "version": "1.2.5",
625
+ "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-x64-musl/-/binding-linux-x64-musl-1.2.5.tgz",
626
+ "integrity": "sha512-mY8AP0/ichsbhAxGnLa3d3+MwV0EfgrPND2bplI3Ym8T6R2pJ0N87bvrKVwNXmdy3jnr6eQBecdqx/HMknBmpA==",
627
+ "cpu": [
628
+ "x64"
629
+ ],
630
+ "dev": true,
631
+ "libc": [
632
+ "musl"
633
+ ],
634
+ "license": "MIT",
635
+ "optional": true,
636
+ "os": [
637
+ "linux"
638
+ ],
639
+ "engines": {
640
+ "node": "^20.19.0 || >=22.12.0"
641
+ }
642
+ },
643
+ "node_modules/@rolldown/binding-openharmony-arm64": {
644
+ "version": "1.2.5",
645
+ "resolved": "https://registry.npmjs.org/@rolldown/binding-openharmony-arm64/-/binding-openharmony-arm64-1.2.5.tgz",
646
+ "integrity": "sha512-8SLssA2oweAxyRgDp789ACfRb/3P+zNRJpzZxSizxF9m8NUDQ4+3xjo8ttjhVGGw6Qxb70oZiEtIjaKikCO7Yw==",
647
+ "cpu": [
648
+ "arm64"
649
+ ],
650
+ "dev": true,
651
+ "license": "MIT",
652
+ "optional": true,
653
+ "os": [
654
+ "openharmony"
655
+ ],
656
+ "engines": {
657
+ "node": "^20.19.0 || >=22.12.0"
658
+ }
659
+ },
660
+ "node_modules/@rolldown/binding-win32-arm64-msvc": {
661
+ "version": "1.2.5",
662
+ "resolved": "https://registry.npmjs.org/@rolldown/binding-win32-arm64-msvc/-/binding-win32-arm64-msvc-1.2.5.tgz",
663
+ "integrity": "sha512-vGbruD5zquhoc8D9SViXgN2FBJtNdTyQ4DtG+SWiEGlJiAzoKcZ2xp+xuXCffhubVdt0NJlTZqkeRuERy7g8Cw==",
664
+ "cpu": [
665
+ "arm64"
666
+ ],
667
+ "dev": true,
668
+ "license": "MIT",
669
+ "optional": true,
670
+ "os": [
671
+ "win32"
672
+ ],
673
+ "engines": {
674
+ "node": "^20.19.0 || >=22.12.0"
675
+ }
676
+ },
677
+ "node_modules/@rolldown/binding-win32-x64-msvc": {
678
+ "version": "1.2.5",
679
+ "resolved": "https://registry.npmjs.org/@rolldown/binding-win32-x64-msvc/-/binding-win32-x64-msvc-1.2.5.tgz",
680
+ "integrity": "sha512-e/SXpgISz+IoqVcSSI0rx/d/he8zqLex+/rCWpnHpmVfmPIUjag9H6P7zotf0gJHwPUhQxZ/mF8tr6acebT9yw==",
681
+ "cpu": [
682
+ "x64"
683
+ ],
684
+ "dev": true,
685
+ "license": "MIT",
686
+ "optional": true,
687
+ "os": [
688
+ "win32"
689
+ ],
690
+ "engines": {
691
+ "node": "^20.19.0 || >=22.12.0"
692
+ }
693
+ },
694
+ "node_modules/@rolldown/pluginutils": {
695
+ "version": "1.0.1",
696
+ "resolved": "https://registry.npmjs.org/@rolldown/pluginutils/-/pluginutils-1.0.1.tgz",
697
+ "integrity": "sha512-2j9bGt5Jh8hj+vPtgzPtl72j0yRxHAyumoo6TNfAjsLB04UtpSvPbPcDcBMxz7n+9CYB0c1GxQFxYRg2jimqGw==",
698
+ "dev": true,
699
+ "license": "MIT"
700
+ },
701
+ "node_modules/@standard-schema/spec": {
702
+ "version": "1.1.0",
703
+ "resolved": "https://registry.npmjs.org/@standard-schema/spec/-/spec-1.1.0.tgz",
704
+ "integrity": "sha512-l2aFy5jALhniG5HgqrD6jXLi/rUWrKvqN/qJx6yoJsgKhblVd+iqqU4RCXavm/jPityDo5TCvKMnpjKnOriy0w==",
705
+ "dev": true,
706
+ "license": "MIT"
707
+ },
708
+ "node_modules/@tootallnate/once": {
709
+ "version": "2.0.1",
710
+ "resolved": "https://registry.npmjs.org/@tootallnate/once/-/once-2.0.1.tgz",
711
+ "integrity": "sha512-HqmEUIGRJ5fSXchkVgR5F7qn48bDBzv0kWj/Kfu5e6uci4UlEeng4331LnBkWffb++Ei3FOVLxo8JJWMFBDMeQ==",
712
+ "license": "MIT",
713
+ "engines": {
714
+ "node": ">= 10"
715
+ }
716
+ },
717
+ "node_modules/@types/body-parser": {
718
+ "version": "1.19.6",
719
+ "resolved": "https://registry.npmjs.org/@types/body-parser/-/body-parser-1.19.6.tgz",
720
+ "integrity": "sha512-HLFeCYgz89uk22N5Qg3dvGvsv46B8GLvKKo1zKG4NybA8U2DiEO3w9lqGg29t/tfLRJpJ6iQxnVw4OnB7MoM9g==",
721
+ "license": "MIT",
722
+ "dependencies": {
723
+ "@types/connect": "*",
724
+ "@types/node": "*"
725
+ }
726
+ },
727
+ "node_modules/@types/caseless": {
728
+ "version": "0.12.5",
729
+ "resolved": "https://registry.npmjs.org/@types/caseless/-/caseless-0.12.5.tgz",
730
+ "integrity": "sha512-hWtVTC2q7hc7xZ/RLbxapMvDMgUnDvKvMOpKal4DrMyfGBUfB1oKaZlIRr6mJL+If3bAP6sV/QneGzF6tJjZDg==",
731
+ "license": "MIT"
732
+ },
733
+ "node_modules/@types/chai": {
734
+ "version": "5.2.3",
735
+ "resolved": "https://registry.npmjs.org/@types/chai/-/chai-5.2.3.tgz",
736
+ "integrity": "sha512-Mw558oeA9fFbv65/y4mHtXDs9bPnFMZAL/jxdPFUpOHHIXX91mcgEHbS5Lahr+pwZFR8A7GQleRWeI6cGFC2UA==",
737
+ "dev": true,
738
+ "license": "MIT",
739
+ "dependencies": {
740
+ "@types/deep-eql": "*",
741
+ "assertion-error": "^2.0.1"
742
+ }
743
+ },
744
+ "node_modules/@types/connect": {
745
+ "version": "3.4.38",
746
+ "resolved": "https://registry.npmjs.org/@types/connect/-/connect-3.4.38.tgz",
747
+ "integrity": "sha512-K6uROf1LD88uDQqJCktA4yzL1YYAK6NgfsI0v/mTgyPKWsX1CnJ0XPSDhViejru1GcRkLWb8RlzFYJRqGUbaug==",
748
+ "license": "MIT",
749
+ "dependencies": {
750
+ "@types/node": "*"
751
+ }
752
+ },
753
+ "node_modules/@types/cors": {
754
+ "version": "2.8.19",
755
+ "resolved": "https://registry.npmjs.org/@types/cors/-/cors-2.8.19.tgz",
756
+ "integrity": "sha512-mFNylyeyqN93lfe/9CSxOGREz8cpzAhH+E93xJ4xWQf62V8sQ/24reV2nyzUWM6H6Xji+GGHpkbLe7pVoUEskg==",
757
+ "license": "MIT",
758
+ "dependencies": {
759
+ "@types/node": "*"
760
+ }
761
+ },
762
+ "node_modules/@types/deep-eql": {
763
+ "version": "4.0.2",
764
+ "resolved": "https://registry.npmjs.org/@types/deep-eql/-/deep-eql-4.0.2.tgz",
765
+ "integrity": "sha512-c9h9dVVMigMPc4bwTvC5dxqtqJZwQPePsWjPlpSOnojbor6pGqdk541lfA7AqFQr5pB1BRdq0juY9db81BwyFw==",
766
+ "dev": true,
767
+ "license": "MIT"
768
+ },
769
+ "node_modules/@types/estree": {
770
+ "version": "1.0.9",
771
+ "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.9.tgz",
772
+ "integrity": "sha512-GhdPgy1el4/ImP05X05Uw4cw2/M93BCUmnEvWZNStlCzEKME4Fkk+YpoA5OiHNQmoS7Cafb8Xa3Pya8m1Qrzeg==",
773
+ "dev": true,
774
+ "license": "MIT"
775
+ },
776
+ "node_modules/@types/express": {
777
+ "version": "5.0.6",
778
+ "resolved": "https://registry.npmjs.org/@types/express/-/express-5.0.6.tgz",
779
+ "integrity": "sha512-sKYVuV7Sv9fbPIt/442koC7+IIwK5olP1KWeD88e/idgoJqDm3JV/YUiPwkoKK92ylff2MGxSz1CSjsXelx0YA==",
780
+ "license": "MIT",
781
+ "dependencies": {
782
+ "@types/body-parser": "*",
783
+ "@types/express-serve-static-core": "^5.0.0",
784
+ "@types/serve-static": "^2"
785
+ }
786
+ },
787
+ "node_modules/@types/express-serve-static-core": {
788
+ "version": "5.1.3",
789
+ "resolved": "https://registry.npmjs.org/@types/express-serve-static-core/-/express-serve-static-core-5.1.3.tgz",
790
+ "integrity": "sha512-dPfW8NFiOF4wOHc7+N/QSxlY9cfSsenewGbAz8C8U/MULPd/YZ27LvJUIlzaXie7e6Ove9YunJGgC9tbHD2cKw==",
791
+ "license": "MIT",
792
+ "dependencies": {
793
+ "@types/node": "*",
794
+ "@types/qs": "*",
795
+ "@types/range-parser": "*",
796
+ "@types/send": "*"
797
+ }
798
+ },
799
+ "node_modules/@types/http-errors": {
800
+ "version": "2.0.5",
801
+ "resolved": "https://registry.npmjs.org/@types/http-errors/-/http-errors-2.0.5.tgz",
802
+ "integrity": "sha512-r8Tayk8HJnX0FztbZN7oVqGccWgw98T/0neJphO91KkmOzug1KkofZURD4UaD5uH8AqcFLfdPErnBod0u71/qg==",
803
+ "license": "MIT"
804
+ },
805
+ "node_modules/@types/jsonwebtoken": {
806
+ "version": "9.0.10",
807
+ "resolved": "https://registry.npmjs.org/@types/jsonwebtoken/-/jsonwebtoken-9.0.10.tgz",
808
+ "integrity": "sha512-asx5hIG9Qmf/1oStypjanR7iKTv0gXQ1Ov/jfrX6kS/EO0OFni8orbmGCn0672NHR3kXHwpAwR+B368ZGN/2rA==",
809
+ "license": "MIT",
810
+ "dependencies": {
811
+ "@types/ms": "*",
812
+ "@types/node": "*"
813
+ }
814
+ },
815
+ "node_modules/@types/lodash": {
816
+ "version": "4.17.25",
817
+ "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.25.tgz",
818
+ "integrity": "sha512-+K1NIO8I+F9/wNulfVvu23QYd0Pe9/OCqRrim4NoYIf1VoEDL90Ve4ClzpyqBLc7NpGGWRvYNCKZ1BE/Jpf8dQ==",
819
+ "dev": true,
820
+ "license": "MIT"
821
+ },
822
+ "node_modules/@types/lodash.chunk": {
823
+ "version": "4.2.9",
824
+ "resolved": "https://registry.npmjs.org/@types/lodash.chunk/-/lodash.chunk-4.2.9.tgz",
825
+ "integrity": "sha512-Z9VtFUSnmT0No/QymqfG9AGbfOA4O5qB/uyP89xeZBqDAsKsB4gQFTqt7d0pHjbsTwtQ4yZObQVHuKlSOhIJ5Q==",
826
+ "dev": true,
827
+ "license": "MIT",
828
+ "dependencies": {
829
+ "@types/lodash": "*"
830
+ }
831
+ },
832
+ "node_modules/@types/long": {
833
+ "version": "4.0.2",
834
+ "resolved": "https://registry.npmjs.org/@types/long/-/long-4.0.2.tgz",
835
+ "integrity": "sha512-MqTGEo5bj5t157U6fA/BiDynNkn0YknVdh48CMPkTSpFTVmvao5UQmm7uEF6xBEo7qIMAlY/JSleYaE6VOdpaA==",
836
+ "license": "MIT"
837
+ },
838
+ "node_modules/@types/ms": {
839
+ "version": "2.1.0",
840
+ "resolved": "https://registry.npmjs.org/@types/ms/-/ms-2.1.0.tgz",
841
+ "integrity": "sha512-GsCCIZDE/p3i96vtEqx+7dBUGXrc7zeSK3wwPHIaRThS+9OhWIXRqzs4d6k1SVU8g91DrNRWxWUGhp5KXQb2VA==",
842
+ "license": "MIT"
843
+ },
844
+ "node_modules/@types/node": {
845
+ "version": "26.2.0",
846
+ "resolved": "https://registry.npmjs.org/@types/node/-/node-26.2.0.tgz",
847
+ "integrity": "sha512-5IviulTZeRNp2vAJ514cc/HUlY5nZ9fCbq9DMyC52BrhFZACo3nI0R7qBxhQmo/d27NFe96ur/b7Wwxklda+kg==",
848
+ "license": "MIT",
849
+ "dependencies": {
850
+ "undici-types": "~8.3.0"
851
+ }
852
+ },
853
+ "node_modules/@types/node-fetch": {
854
+ "version": "2.6.13",
855
+ "resolved": "https://registry.npmjs.org/@types/node-fetch/-/node-fetch-2.6.13.tgz",
856
+ "integrity": "sha512-QGpRVpzSaUs30JBSGPjOg4Uveu384erbHBoT1zeONvyCfwQxIkUshLAOqN/k9EjGviPRmWTTe6aH2qySWKTVSw==",
857
+ "dev": true,
858
+ "license": "MIT",
859
+ "dependencies": {
860
+ "@types/node": "*",
861
+ "form-data": "^4.0.4"
862
+ }
863
+ },
864
+ "node_modules/@types/qs": {
865
+ "version": "6.15.1",
866
+ "resolved": "https://registry.npmjs.org/@types/qs/-/qs-6.15.1.tgz",
867
+ "integrity": "sha512-GZHUBZR9hckSUhrxmp1nG6NwdpM9fCunJwyThLW1X3AyHgd9IlHb6VANpQQqDr2o/qQp6McZ3y/IA2rVzKzSbw==",
868
+ "license": "MIT"
869
+ },
870
+ "node_modules/@types/range-parser": {
871
+ "version": "1.2.7",
872
+ "resolved": "https://registry.npmjs.org/@types/range-parser/-/range-parser-1.2.7.tgz",
873
+ "integrity": "sha512-hKormJbkJqzQGhziax5PItDUTMAM9uE2XXQmM37dyd4hVM+5aVl7oVxMVUiVQn2oCQFN/LKCZdvSM0pFRqbSmQ==",
874
+ "license": "MIT"
875
+ },
876
+ "node_modules/@types/request": {
877
+ "version": "2.48.13",
878
+ "resolved": "https://registry.npmjs.org/@types/request/-/request-2.48.13.tgz",
879
+ "integrity": "sha512-FGJ6udDNUCjd19pp0Q3iTiDkwhYup7J8hpMW9c4k53NrccQFFWKRho6hvtPPEhnXWKvukfwAlB6DbDz4yhH5Gg==",
880
+ "license": "MIT",
881
+ "dependencies": {
882
+ "@types/caseless": "*",
883
+ "@types/node": "*",
884
+ "@types/tough-cookie": "*",
885
+ "form-data": "^2.5.5"
886
+ }
887
+ },
888
+ "node_modules/@types/request/node_modules/form-data": {
889
+ "version": "2.5.6",
890
+ "resolved": "https://registry.npmjs.org/form-data/-/form-data-2.5.6.tgz",
891
+ "integrity": "sha512-Ogz/E85h9tlfJzpI6TuFpGcHZFhLrb9Gw8wq9v40CxSCPnv7ahKr6Xgtkn0KYCDQJ8DNn5VoMO8EXr9V5PadyA==",
892
+ "license": "MIT",
893
+ "dependencies": {
894
+ "asynckit": "^0.4.0",
895
+ "combined-stream": "^1.0.8",
896
+ "es-set-tostringtag": "^2.1.0",
897
+ "hasown": "^2.0.4",
898
+ "mime-types": "^2.1.35",
899
+ "safe-buffer": "^5.2.1"
900
+ },
901
+ "engines": {
902
+ "node": ">= 0.12"
903
+ }
904
+ },
905
+ "node_modules/@types/request/node_modules/mime-db": {
906
+ "version": "1.52.0",
907
+ "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz",
908
+ "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==",
909
+ "license": "MIT",
910
+ "engines": {
911
+ "node": ">= 0.6"
912
+ }
913
+ },
914
+ "node_modules/@types/request/node_modules/mime-types": {
915
+ "version": "2.1.35",
916
+ "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz",
917
+ "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==",
918
+ "license": "MIT",
919
+ "dependencies": {
920
+ "mime-db": "1.52.0"
921
+ },
922
+ "engines": {
923
+ "node": ">= 0.6"
924
+ }
925
+ },
926
+ "node_modules/@types/send": {
927
+ "version": "1.2.1",
928
+ "resolved": "https://registry.npmjs.org/@types/send/-/send-1.2.1.tgz",
929
+ "integrity": "sha512-arsCikDvlU99zl1g69TcAB3mzZPpxgw0UQnaHeC1Nwb015xp8bknZv5rIfri9xTOcMuaVgvabfIRA7PSZVuZIQ==",
930
+ "license": "MIT",
931
+ "dependencies": {
932
+ "@types/node": "*"
933
+ }
934
+ },
935
+ "node_modules/@types/serve-static": {
936
+ "version": "2.2.0",
937
+ "resolved": "https://registry.npmjs.org/@types/serve-static/-/serve-static-2.2.0.tgz",
938
+ "integrity": "sha512-8mam4H1NHLtu7nmtalF7eyBH14QyOASmcxHhSfEoRyr0nP/YdoesEtU+uSRvMe96TW/HPTtkoKqQLl53N7UXMQ==",
939
+ "license": "MIT",
940
+ "dependencies": {
941
+ "@types/http-errors": "*",
942
+ "@types/node": "*"
943
+ }
944
+ },
945
+ "node_modules/@types/tough-cookie": {
946
+ "version": "4.0.5",
947
+ "resolved": "https://registry.npmjs.org/@types/tough-cookie/-/tough-cookie-4.0.5.tgz",
948
+ "integrity": "sha512-/Ad8+nIOV7Rl++6f1BdKxFSMgmoqEoYbHRpPcx3JEfv8VRsQe9Z4mCXeJBzxs7mbHY/XOZZuXlRNfhpVPbs6ZA==",
949
+ "license": "MIT"
950
+ },
951
+ "node_modules/@vitest/expect": {
952
+ "version": "4.1.11",
953
+ "resolved": "https://registry.npmjs.org/@vitest/expect/-/expect-4.1.11.tgz",
954
+ "integrity": "sha512-VX2x5vNJXET47KAFzwERI+KRMtTTCSWTfSMKsW7JsUsXV4psq++e3DvZpuTDOpHcxytiDs6p2nhVb2tVDiiUYw==",
955
+ "dev": true,
956
+ "license": "MIT",
957
+ "dependencies": {
958
+ "@standard-schema/spec": "^1.1.0",
959
+ "@types/chai": "^5.2.2",
960
+ "@vitest/spy": "4.1.11",
961
+ "@vitest/utils": "4.1.11",
962
+ "chai": "^6.2.2",
963
+ "tinyrainbow": "^3.1.0"
964
+ },
965
+ "funding": {
966
+ "url": "https://opencollective.com/vitest"
967
+ }
968
+ },
969
+ "node_modules/@vitest/mocker": {
970
+ "version": "4.1.11",
971
+ "resolved": "https://registry.npmjs.org/@vitest/mocker/-/mocker-4.1.11.tgz",
972
+ "integrity": "sha512-2XJVD55d1o5AZous5CCGKS74g/riOj9odEt2bQpCVZeblHyHdnMeFl4jl0XjU21stf4mbjUkew2eXQZt65g5CQ==",
973
+ "dev": true,
974
+ "license": "MIT",
975
+ "dependencies": {
976
+ "@vitest/spy": "4.1.11",
977
+ "estree-walker": "^3.0.3",
978
+ "magic-string": "^0.30.21"
979
+ },
980
+ "funding": {
981
+ "url": "https://opencollective.com/vitest"
982
+ },
983
+ "peerDependencies": {
984
+ "msw": "^2.4.9",
985
+ "vite": "^6.0.0 || ^7.0.0 || ^8.0.0"
986
+ },
987
+ "peerDependenciesMeta": {
988
+ "msw": {
989
+ "optional": true
990
+ },
991
+ "vite": {
992
+ "optional": true
993
+ }
994
+ }
995
+ },
996
+ "node_modules/@vitest/pretty-format": {
997
+ "version": "4.1.11",
998
+ "resolved": "https://registry.npmjs.org/@vitest/pretty-format/-/pretty-format-4.1.11.tgz",
999
+ "integrity": "sha512-yiZzPbGTS9Sr/JpFl8zHrcIkAofNbFV6k21vIgQN/cY/oxZeXhJv5sc/MBJ5jFKWmWs+oJHw0UXLZjmf931+Vw==",
1000
+ "dev": true,
1001
+ "license": "MIT",
1002
+ "dependencies": {
1003
+ "tinyrainbow": "^3.1.0"
1004
+ },
1005
+ "funding": {
1006
+ "url": "https://opencollective.com/vitest"
1007
+ }
1008
+ },
1009
+ "node_modules/@vitest/runner": {
1010
+ "version": "4.1.11",
1011
+ "resolved": "https://registry.npmjs.org/@vitest/runner/-/runner-4.1.11.tgz",
1012
+ "integrity": "sha512-LztvUgdwMNJMIkj3hQnnxiC2Xy1zNxq928W/xhjCLaNCzqTZOudjwbQf6v9IntZGPw132i2Lq2rgTRZHD3JHNw==",
1013
+ "dev": true,
1014
+ "license": "MIT",
1015
+ "dependencies": {
1016
+ "@vitest/utils": "4.1.11",
1017
+ "pathe": "^2.0.3"
1018
+ },
1019
+ "funding": {
1020
+ "url": "https://opencollective.com/vitest"
1021
+ }
1022
+ },
1023
+ "node_modules/@vitest/snapshot": {
1024
+ "version": "4.1.11",
1025
+ "resolved": "https://registry.npmjs.org/@vitest/snapshot/-/snapshot-4.1.11.tgz",
1026
+ "integrity": "sha512-pN7ikn1ON7h8ee4gIAp4AzyK+zBtJPzVbqOgu5LCEh4VaJVbPQcgYQYJIMGQPXVeJJq1fnfazis7a5pFNPahog==",
1027
+ "dev": true,
1028
+ "license": "MIT",
1029
+ "dependencies": {
1030
+ "@vitest/pretty-format": "4.1.11",
1031
+ "@vitest/utils": "4.1.11",
1032
+ "magic-string": "^0.30.21",
1033
+ "pathe": "^2.0.3"
1034
+ },
1035
+ "funding": {
1036
+ "url": "https://opencollective.com/vitest"
1037
+ }
1038
+ },
1039
+ "node_modules/@vitest/spy": {
1040
+ "version": "4.1.11",
1041
+ "resolved": "https://registry.npmjs.org/@vitest/spy/-/spy-4.1.11.tgz",
1042
+ "integrity": "sha512-apNa/prQy2qCeywhnixOHPRCgGNhvg7T4Dapfl1GahLp/R+uhBm5cPyFoNVyqsNd2h1nJxL6BqqdIjiABL60YA==",
1043
+ "dev": true,
1044
+ "license": "MIT",
1045
+ "funding": {
1046
+ "url": "https://opencollective.com/vitest"
1047
+ }
1048
+ },
1049
+ "node_modules/@vitest/utils": {
1050
+ "version": "4.1.11",
1051
+ "resolved": "https://registry.npmjs.org/@vitest/utils/-/utils-4.1.11.tgz",
1052
+ "integrity": "sha512-zTCVGpyFsGWBhllOyKlTw/vnr6D9qxsfSDyfbyZmTyjHw5N/VuvzHpHoQjm2ZJzn4RJgx5w4r7V0er69CmLgPQ==",
1053
+ "dev": true,
1054
+ "license": "MIT",
1055
+ "dependencies": {
1056
+ "@vitest/pretty-format": "4.1.11",
1057
+ "convert-source-map": "^2.0.0",
1058
+ "tinyrainbow": "^3.1.0"
1059
+ },
1060
+ "funding": {
1061
+ "url": "https://opencollective.com/vitest"
1062
+ }
1063
+ },
1064
+ "node_modules/abort-controller": {
1065
+ "version": "3.0.0",
1066
+ "resolved": "https://registry.npmjs.org/abort-controller/-/abort-controller-3.0.0.tgz",
1067
+ "integrity": "sha512-h8lQ8tacZYnR3vNQTgibj+tODHI5/+l06Au2Pcriv/Gmet0eaj4TwWH41sO9wnHDiQsEj19q0drzdWdeAHtweg==",
1068
+ "license": "MIT",
1069
+ "dependencies": {
1070
+ "event-target-shim": "^5.0.0"
1071
+ },
1072
+ "engines": {
1073
+ "node": ">=6.5"
1074
+ }
1075
+ },
1076
+ "node_modules/accepts": {
1077
+ "version": "2.0.0",
1078
+ "resolved": "https://registry.npmjs.org/accepts/-/accepts-2.0.0.tgz",
1079
+ "integrity": "sha512-5cvg6CtKwfgdmVqY1WIiXKc3Q1bkRqGLi+2W/6ao+6Y7gu/RCwRuAhGEzh5B4KlszSuTLgZYuqFqo5bImjNKng==",
1080
+ "license": "MIT",
1081
+ "dependencies": {
1082
+ "mime-types": "^3.0.0",
1083
+ "negotiator": "^1.0.0"
1084
+ },
1085
+ "engines": {
1086
+ "node": ">= 0.6"
1087
+ }
1088
+ },
1089
+ "node_modules/agent-base": {
1090
+ "version": "7.1.4",
1091
+ "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-7.1.4.tgz",
1092
+ "integrity": "sha512-MnA+YT8fwfJPgBx3m60MNqakm30XOkyIoH1y6huTQvC0PwZG7ki8NacLBcrPbNoo8vEZy7Jpuk7+jMO+CUovTQ==",
1093
+ "license": "MIT",
1094
+ "engines": {
1095
+ "node": ">= 14"
1096
+ }
1097
+ },
1098
+ "node_modules/ansi-regex": {
1099
+ "version": "5.0.1",
1100
+ "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
1101
+ "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
1102
+ "license": "MIT",
1103
+ "engines": {
1104
+ "node": ">=8"
1105
+ }
1106
+ },
1107
+ "node_modules/ansi-styles": {
1108
+ "version": "4.3.0",
1109
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
1110
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
1111
+ "license": "MIT",
1112
+ "dependencies": {
1113
+ "color-convert": "^2.0.1"
1114
+ },
1115
+ "engines": {
1116
+ "node": ">=8"
1117
+ },
1118
+ "funding": {
1119
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
1120
+ }
1121
+ },
1122
+ "node_modules/anynum": {
1123
+ "version": "1.0.1",
1124
+ "resolved": "https://registry.npmjs.org/anynum/-/anynum-1.0.1.tgz",
1125
+ "integrity": "sha512-N6//FLET/tXYNM/F6ABca1oH6fWB+KlTt909Le28WMDBk8oaT4vY17DCrwg2MvmuqUKt3Ni4N5dGJ/EoBgcO6A==",
1126
+ "funding": [
1127
+ {
1128
+ "type": "github",
1129
+ "url": "https://github.com/sponsors/NaturalIntelligence"
1130
+ }
1131
+ ],
1132
+ "license": "MIT",
1133
+ "optional": true
1134
+ },
1135
+ "node_modules/arrify": {
1136
+ "version": "2.0.1",
1137
+ "resolved": "https://registry.npmjs.org/arrify/-/arrify-2.0.1.tgz",
1138
+ "integrity": "sha512-3duEwti880xqi4eAMN8AyR4a0ByT90zoYdLlevfrvU43vb0YZwZVfxOgxWrLXXXpyugL0hNZc9G6BiB5B3nUug==",
1139
+ "license": "MIT",
1140
+ "engines": {
1141
+ "node": ">=8"
1142
+ }
1143
+ },
1144
+ "node_modules/assertion-error": {
1145
+ "version": "2.0.1",
1146
+ "resolved": "https://registry.npmjs.org/assertion-error/-/assertion-error-2.0.1.tgz",
1147
+ "integrity": "sha512-Izi8RQcffqCeNVgFigKli1ssklIbpHnCYc6AknXGYoB6grJqyeby7jv12JUQgmTAnIDnbck1uxksT4dzN3PWBA==",
1148
+ "dev": true,
1149
+ "license": "MIT",
1150
+ "engines": {
1151
+ "node": ">=12"
1152
+ }
1153
+ },
1154
+ "node_modules/async-retry": {
1155
+ "version": "1.3.3",
1156
+ "resolved": "https://registry.npmjs.org/async-retry/-/async-retry-1.3.3.tgz",
1157
+ "integrity": "sha512-wfr/jstw9xNi/0teMHrRW7dsz3Lt5ARhYNZ2ewpadnhaIp5mbALhOAP+EAdsC7t4Z6wqsDVv9+W6gm1Dk9mEyw==",
1158
+ "license": "MIT",
1159
+ "optional": true,
1160
+ "dependencies": {
1161
+ "retry": "0.13.1"
1162
+ }
1163
+ },
1164
+ "node_modules/asynckit": {
1165
+ "version": "0.4.0",
1166
+ "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz",
1167
+ "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==",
1168
+ "license": "MIT"
1169
+ },
1170
+ "node_modules/base64-js": {
1171
+ "version": "1.5.1",
1172
+ "resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz",
1173
+ "integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==",
1174
+ "funding": [
1175
+ {
1176
+ "type": "github",
1177
+ "url": "https://github.com/sponsors/feross"
1178
+ },
1179
+ {
1180
+ "type": "patreon",
1181
+ "url": "https://www.patreon.com/feross"
1182
+ },
1183
+ {
1184
+ "type": "consulting",
1185
+ "url": "https://feross.org/support"
1186
+ }
1187
+ ],
1188
+ "license": "MIT"
1189
+ },
1190
+ "node_modules/bignumber.js": {
1191
+ "version": "9.3.1",
1192
+ "resolved": "https://registry.npmjs.org/bignumber.js/-/bignumber.js-9.3.1.tgz",
1193
+ "integrity": "sha512-Ko0uX15oIUS7wJ3Rb30Fs6SkVbLmPBAKdlm7q9+ak9bbIeFf0MwuBsQV6z7+X768/cHsfg+WlysDWJcmthjsjQ==",
1194
+ "license": "MIT",
1195
+ "engines": {
1196
+ "node": "*"
1197
+ }
1198
+ },
1199
+ "node_modules/body-parser": {
1200
+ "version": "2.3.0",
1201
+ "resolved": "https://registry.npmjs.org/body-parser/-/body-parser-2.3.0.tgz",
1202
+ "integrity": "sha512-2cGmJupaNgg+QUwVLAucDuWuoMZ6EX9iHDRswZ5lsNYEmwPaRknMPCLZz07yTzVq/83p4o/wzbDZbBrTvGGTIw==",
1203
+ "license": "MIT",
1204
+ "dependencies": {
1205
+ "bytes": "^3.1.2",
1206
+ "content-type": "^2.0.0",
1207
+ "debug": "^4.4.3",
1208
+ "http-errors": "^2.0.1",
1209
+ "iconv-lite": "^0.7.2",
1210
+ "on-finished": "^2.4.1",
1211
+ "qs": "^6.15.2",
1212
+ "raw-body": "^3.0.2",
1213
+ "type-is": "^2.1.0"
1214
+ },
1215
+ "engines": {
1216
+ "node": ">=18"
1217
+ },
1218
+ "funding": {
1219
+ "type": "opencollective",
1220
+ "url": "https://opencollective.com/express"
1221
+ }
1222
+ },
1223
+ "node_modules/body-parser/node_modules/content-type": {
1224
+ "version": "2.1.0",
1225
+ "resolved": "https://registry.npmjs.org/content-type/-/content-type-2.1.0.tgz",
1226
+ "integrity": "sha512-mj7UPXE0jaqaOsukNZRUEfEi2AcL7C/vwmwcHV0O97eO1E1pxBZuyjlZrx5seTaNBg1U6+o35wpa35Qfcc+7ag==",
1227
+ "license": "MIT",
1228
+ "engines": {
1229
+ "node": ">=18"
1230
+ },
1231
+ "funding": {
1232
+ "type": "opencollective",
1233
+ "url": "https://opencollective.com/express"
1234
+ }
1235
+ },
1236
+ "node_modules/buffer-equal-constant-time": {
1237
+ "version": "1.0.1",
1238
+ "resolved": "https://registry.npmjs.org/buffer-equal-constant-time/-/buffer-equal-constant-time-1.0.1.tgz",
1239
+ "integrity": "sha512-zRpUiDwd/xk6ADqPMATG8vc9VPrkck7T07OIx0gnjmJAnHnTVXNQG3vfvWNuiZIkwu9KrKdA1iJKfsfTVxE6NA==",
1240
+ "license": "BSD-3-Clause"
1241
+ },
1242
+ "node_modules/bytes": {
1243
+ "version": "3.1.2",
1244
+ "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.2.tgz",
1245
+ "integrity": "sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==",
1246
+ "license": "MIT",
1247
+ "engines": {
1248
+ "node": ">= 0.8"
1249
+ }
1250
+ },
1251
+ "node_modules/call-bind-apply-helpers": {
1252
+ "version": "1.0.2",
1253
+ "resolved": "https://registry.npmjs.org/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz",
1254
+ "integrity": "sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==",
1255
+ "license": "MIT",
1256
+ "dependencies": {
1257
+ "es-errors": "^1.3.0",
1258
+ "function-bind": "^1.1.2"
1259
+ },
1260
+ "engines": {
1261
+ "node": ">= 0.4"
1262
+ }
1263
+ },
1264
+ "node_modules/call-bound": {
1265
+ "version": "1.0.4",
1266
+ "resolved": "https://registry.npmjs.org/call-bound/-/call-bound-1.0.4.tgz",
1267
+ "integrity": "sha512-+ys997U96po4Kx/ABpBCqhA9EuxJaQWDQg7295H4hBphv3IZg0boBKuwYpt4YXp6MZ5AmZQnU/tyMTlRpaSejg==",
1268
+ "license": "MIT",
1269
+ "dependencies": {
1270
+ "call-bind-apply-helpers": "^1.0.2",
1271
+ "get-intrinsic": "^1.3.0"
1272
+ },
1273
+ "engines": {
1274
+ "node": ">= 0.4"
1275
+ },
1276
+ "funding": {
1277
+ "url": "https://github.com/sponsors/ljharb"
1278
+ }
1279
+ },
1280
+ "node_modules/chai": {
1281
+ "version": "6.2.2",
1282
+ "resolved": "https://registry.npmjs.org/chai/-/chai-6.2.2.tgz",
1283
+ "integrity": "sha512-NUPRluOfOiTKBKvWPtSD4PhFvWCqOi0BGStNWs57X9js7XGTprSmFoz5F0tWhR4WPjNeR9jXqdC7/UpSJTnlRg==",
1284
+ "dev": true,
1285
+ "license": "MIT",
1286
+ "engines": {
1287
+ "node": ">=18"
1288
+ }
1289
+ },
1290
+ "node_modules/cliui": {
1291
+ "version": "8.0.1",
1292
+ "resolved": "https://registry.npmjs.org/cliui/-/cliui-8.0.1.tgz",
1293
+ "integrity": "sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==",
1294
+ "license": "ISC",
1295
+ "dependencies": {
1296
+ "string-width": "^4.2.0",
1297
+ "strip-ansi": "^6.0.1",
1298
+ "wrap-ansi": "^7.0.0"
1299
+ },
1300
+ "engines": {
1301
+ "node": ">=12"
1302
+ }
1303
+ },
1304
+ "node_modules/color-convert": {
1305
+ "version": "2.0.1",
1306
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
1307
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
1308
+ "license": "MIT",
1309
+ "dependencies": {
1310
+ "color-name": "~1.1.4"
1311
+ },
1312
+ "engines": {
1313
+ "node": ">=7.0.0"
1314
+ }
1315
+ },
1316
+ "node_modules/color-name": {
1317
+ "version": "1.1.4",
1318
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
1319
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
1320
+ "license": "MIT"
1321
+ },
1322
+ "node_modules/combined-stream": {
1323
+ "version": "1.0.8",
1324
+ "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz",
1325
+ "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==",
1326
+ "license": "MIT",
1327
+ "dependencies": {
1328
+ "delayed-stream": "~1.0.0"
1329
+ },
1330
+ "engines": {
1331
+ "node": ">= 0.8"
1332
+ }
1333
+ },
1334
+ "node_modules/content-disposition": {
1335
+ "version": "1.1.0",
1336
+ "resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-1.1.0.tgz",
1337
+ "integrity": "sha512-5jRCH9Z/+DRP7rkvY83B+yGIGX96OYdJmzngqnw2SBSxqCFPd0w2km3s5iawpGX8krnwSGmF0FW5Nhr0Hfai3g==",
1338
+ "license": "MIT",
1339
+ "engines": {
1340
+ "node": ">=18"
1341
+ },
1342
+ "funding": {
1343
+ "type": "opencollective",
1344
+ "url": "https://opencollective.com/express"
1345
+ }
1346
+ },
1347
+ "node_modules/content-type": {
1348
+ "version": "1.0.5",
1349
+ "resolved": "https://registry.npmjs.org/content-type/-/content-type-1.0.5.tgz",
1350
+ "integrity": "sha512-nTjqfcBFEipKdXCv4YDQWCfmcLZKm81ldF0pAopTvyrFGVbcR6P/VAAd5G7N+0tTr8QqiU0tFadD6FK4NtJwOA==",
1351
+ "license": "MIT",
1352
+ "engines": {
1353
+ "node": ">= 0.6"
1354
+ }
1355
+ },
1356
+ "node_modules/convert-source-map": {
1357
+ "version": "2.0.0",
1358
+ "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz",
1359
+ "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==",
1360
+ "dev": true,
1361
+ "license": "MIT"
1362
+ },
1363
+ "node_modules/cookie": {
1364
+ "version": "0.7.2",
1365
+ "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.7.2.tgz",
1366
+ "integrity": "sha512-yki5XnKuf750l50uGTllt6kKILY4nQ1eNIQatoXEByZ5dWgnKqbnqmTrBE5B4N7lrMJKQ2ytWMiTO2o0v6Ew/w==",
1367
+ "license": "MIT",
1368
+ "engines": {
1369
+ "node": ">= 0.6"
1370
+ }
1371
+ },
1372
+ "node_modules/cookie-signature": {
1373
+ "version": "1.2.2",
1374
+ "resolved": "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.2.2.tgz",
1375
+ "integrity": "sha512-D76uU73ulSXrD1UXF4KE2TMxVVwhsnCgfAyTg9k8P6KGZjlXKrOLe4dJQKI3Bxi5wjesZoFXJWElNWBjPZMbhg==",
1376
+ "license": "MIT",
1377
+ "engines": {
1378
+ "node": ">=6.6.0"
1379
+ }
1380
+ },
1381
+ "node_modules/cors": {
1382
+ "version": "2.8.6",
1383
+ "resolved": "https://registry.npmjs.org/cors/-/cors-2.8.6.tgz",
1384
+ "integrity": "sha512-tJtZBBHA6vjIAaF6EnIaq6laBBP9aq/Y3ouVJjEfoHbRBcHBAHYcMh/w8LDrk2PvIMMq8gmopa5D4V8RmbrxGw==",
1385
+ "license": "MIT",
1386
+ "dependencies": {
1387
+ "object-assign": "^4",
1388
+ "vary": "^1"
1389
+ },
1390
+ "engines": {
1391
+ "node": ">= 0.10"
1392
+ },
1393
+ "funding": {
1394
+ "type": "opencollective",
1395
+ "url": "https://opencollective.com/express"
1396
+ }
1397
+ },
1398
+ "node_modules/data-uri-to-buffer": {
1399
+ "version": "4.0.1",
1400
+ "resolved": "https://registry.npmjs.org/data-uri-to-buffer/-/data-uri-to-buffer-4.0.1.tgz",
1401
+ "integrity": "sha512-0R9ikRb668HB7QDxT1vkpuUBtqc53YyAwMwGeUFKRojY/NWKvdZ+9UYtRfGmhqNbRkTSVpMbmyhXipFFv2cb/A==",
1402
+ "license": "MIT",
1403
+ "engines": {
1404
+ "node": ">= 12"
1405
+ }
1406
+ },
1407
+ "node_modules/debug": {
1408
+ "version": "4.4.3",
1409
+ "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz",
1410
+ "integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==",
1411
+ "license": "MIT",
1412
+ "dependencies": {
1413
+ "ms": "^2.1.3"
1414
+ },
1415
+ "engines": {
1416
+ "node": ">=6.0"
1417
+ },
1418
+ "peerDependenciesMeta": {
1419
+ "supports-color": {
1420
+ "optional": true
1421
+ }
1422
+ }
1423
+ },
1424
+ "node_modules/delayed-stream": {
1425
+ "version": "1.0.0",
1426
+ "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz",
1427
+ "integrity": "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==",
1428
+ "license": "MIT",
1429
+ "engines": {
1430
+ "node": ">=0.4.0"
1431
+ }
1432
+ },
1433
+ "node_modules/depd": {
1434
+ "version": "2.0.0",
1435
+ "resolved": "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz",
1436
+ "integrity": "sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==",
1437
+ "license": "MIT",
1438
+ "engines": {
1439
+ "node": ">= 0.8"
1440
+ }
1441
+ },
1442
+ "node_modules/detect-libc": {
1443
+ "version": "2.1.2",
1444
+ "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.1.2.tgz",
1445
+ "integrity": "sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==",
1446
+ "dev": true,
1447
+ "license": "Apache-2.0",
1448
+ "engines": {
1449
+ "node": ">=8"
1450
+ }
1451
+ },
1452
+ "node_modules/dunder-proto": {
1453
+ "version": "1.0.1",
1454
+ "resolved": "https://registry.npmjs.org/dunder-proto/-/dunder-proto-1.0.1.tgz",
1455
+ "integrity": "sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==",
1456
+ "license": "MIT",
1457
+ "dependencies": {
1458
+ "call-bind-apply-helpers": "^1.0.1",
1459
+ "es-errors": "^1.3.0",
1460
+ "gopd": "^1.2.0"
1461
+ },
1462
+ "engines": {
1463
+ "node": ">= 0.4"
1464
+ }
1465
+ },
1466
+ "node_modules/duplexify": {
1467
+ "version": "4.1.3",
1468
+ "resolved": "https://registry.npmjs.org/duplexify/-/duplexify-4.1.3.tgz",
1469
+ "integrity": "sha512-M3BmBhwJRZsSx38lZyhE53Csddgzl5R7xGJNk7CVddZD6CcmwMCH8J+7AprIrQKH7TonKxaCjcv27Qmf+sQ+oA==",
1470
+ "license": "MIT",
1471
+ "dependencies": {
1472
+ "end-of-stream": "^1.4.1",
1473
+ "inherits": "^2.0.3",
1474
+ "readable-stream": "^3.1.1",
1475
+ "stream-shift": "^1.0.2"
1476
+ }
1477
+ },
1478
+ "node_modules/ecdsa-sig-formatter": {
1479
+ "version": "1.0.11",
1480
+ "resolved": "https://registry.npmjs.org/ecdsa-sig-formatter/-/ecdsa-sig-formatter-1.0.11.tgz",
1481
+ "integrity": "sha512-nagl3RYrbNv6kQkeJIpt6NJZy8twLB/2vtz6yN9Z4vRKHN4/QZJIEbqohALSgwKdnksuY3k5Addp5lg8sVoVcQ==",
1482
+ "license": "Apache-2.0",
1483
+ "dependencies": {
1484
+ "safe-buffer": "^5.0.1"
1485
+ }
1486
+ },
1487
+ "node_modules/ee-first": {
1488
+ "version": "1.1.1",
1489
+ "resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz",
1490
+ "integrity": "sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==",
1491
+ "license": "MIT"
1492
+ },
1493
+ "node_modules/emoji-regex": {
1494
+ "version": "8.0.0",
1495
+ "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
1496
+ "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
1497
+ "license": "MIT"
1498
+ },
1499
+ "node_modules/encodeurl": {
1500
+ "version": "2.0.0",
1501
+ "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-2.0.0.tgz",
1502
+ "integrity": "sha512-Q0n9HRi4m6JuGIV1eFlmvJB7ZEVxu93IrMyiMsGC0lrMJMWzRgx6WGquyfQgZVb31vhGgXnfmPNNXmxnOkRBrg==",
1503
+ "license": "MIT",
1504
+ "engines": {
1505
+ "node": ">= 0.8"
1506
+ }
1507
+ },
1508
+ "node_modules/end-of-stream": {
1509
+ "version": "1.4.5",
1510
+ "resolved": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.5.tgz",
1511
+ "integrity": "sha512-ooEGc6HP26xXq/N+GCGOT0JKCLDGrq2bQUZrQ7gyrJiZANJ/8YDTxTpQBXGMn+WbIQXNVpyWymm7KYVICQnyOg==",
1512
+ "license": "MIT",
1513
+ "dependencies": {
1514
+ "once": "^1.4.0"
1515
+ }
1516
+ },
1517
+ "node_modules/es-define-property": {
1518
+ "version": "1.0.1",
1519
+ "resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.1.tgz",
1520
+ "integrity": "sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==",
1521
+ "license": "MIT",
1522
+ "engines": {
1523
+ "node": ">= 0.4"
1524
+ }
1525
+ },
1526
+ "node_modules/es-errors": {
1527
+ "version": "1.3.0",
1528
+ "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz",
1529
+ "integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==",
1530
+ "license": "MIT",
1531
+ "engines": {
1532
+ "node": ">= 0.4"
1533
+ }
1534
+ },
1535
+ "node_modules/es-module-lexer": {
1536
+ "version": "2.3.2",
1537
+ "resolved": "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-2.3.2.tgz",
1538
+ "integrity": "sha512-poHGpORABojJJucnV9KbOavETW8lBVnphkW77ER5/BQ5Fz7oXSoCNek7IH3vR5nRjdsEz926ibFYX8KtLQmdyw==",
1539
+ "dev": true,
1540
+ "license": "MIT"
1541
+ },
1542
+ "node_modules/es-object-atoms": {
1543
+ "version": "1.1.2",
1544
+ "resolved": "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.1.2.tgz",
1545
+ "integrity": "sha512-HWcBoN6NileqtSydK2FqHbS/LoDd2pqrnQHLyJzBj4kOp/ky2MWMN694xOfkK8/SnUsW2DH7EfyVlydKCsm1Zw==",
1546
+ "license": "MIT",
1547
+ "dependencies": {
1548
+ "es-errors": "^1.3.0"
1549
+ },
1550
+ "engines": {
1551
+ "node": ">= 0.4"
1552
+ }
1553
+ },
1554
+ "node_modules/es-set-tostringtag": {
1555
+ "version": "2.1.0",
1556
+ "resolved": "https://registry.npmjs.org/es-set-tostringtag/-/es-set-tostringtag-2.1.0.tgz",
1557
+ "integrity": "sha512-j6vWzfrGVfyXxge+O0x5sh6cvxAog0a/4Rdd2K36zCMV5eJ+/+tOAngRO8cODMNWbVRdVlmGZQL2YS3yR8bIUA==",
1558
+ "license": "MIT",
1559
+ "dependencies": {
1560
+ "es-errors": "^1.3.0",
1561
+ "get-intrinsic": "^1.2.6",
1562
+ "has-tostringtag": "^1.0.2",
1563
+ "hasown": "^2.0.2"
1564
+ },
1565
+ "engines": {
1566
+ "node": ">= 0.4"
1567
+ }
1568
+ },
1569
+ "node_modules/escalade": {
1570
+ "version": "3.2.0",
1571
+ "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.2.0.tgz",
1572
+ "integrity": "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==",
1573
+ "license": "MIT",
1574
+ "engines": {
1575
+ "node": ">=6"
1576
+ }
1577
+ },
1578
+ "node_modules/escape-html": {
1579
+ "version": "1.0.3",
1580
+ "resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz",
1581
+ "integrity": "sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==",
1582
+ "license": "MIT"
1583
+ },
1584
+ "node_modules/estree-walker": {
1585
+ "version": "3.0.3",
1586
+ "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-3.0.3.tgz",
1587
+ "integrity": "sha512-7RUKfXgSMMkzt6ZuXmqapOurLGPPfgj6l9uRZ7lRGolvk0y2yocc35LdcxKC5PQZdn2DMqioAQ2NoWcrTKmm6g==",
1588
+ "dev": true,
1589
+ "license": "MIT",
1590
+ "dependencies": {
1591
+ "@types/estree": "^1.0.0"
1592
+ }
1593
+ },
1594
+ "node_modules/etag": {
1595
+ "version": "1.8.1",
1596
+ "resolved": "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz",
1597
+ "integrity": "sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg==",
1598
+ "license": "MIT",
1599
+ "engines": {
1600
+ "node": ">= 0.6"
1601
+ }
1602
+ },
1603
+ "node_modules/event-target-shim": {
1604
+ "version": "5.0.1",
1605
+ "resolved": "https://registry.npmjs.org/event-target-shim/-/event-target-shim-5.0.1.tgz",
1606
+ "integrity": "sha512-i/2XbnSz/uxRCU6+NdVJgKWDTM427+MqYbkQzD321DuCQJUqOuJKIA0IM2+W2xtYHdKOmZ4dR6fExsd4SXL+WQ==",
1607
+ "license": "MIT",
1608
+ "engines": {
1609
+ "node": ">=6"
1610
+ }
1611
+ },
1612
+ "node_modules/expect-type": {
1613
+ "version": "1.4.0",
1614
+ "resolved": "https://registry.npmjs.org/expect-type/-/expect-type-1.4.0.tgz",
1615
+ "integrity": "sha512-KfYbmpRm0VbLjEvVa9yGwCi9GI34xvi7A/HXYWQO65CSD2u3MczUJSuwXKFIxlGsgBQizV9q5J9NHj4VG0n+pA==",
1616
+ "dev": true,
1617
+ "license": "Apache-2.0",
1618
+ "engines": {
1619
+ "node": ">=12.0.0"
1620
+ }
1621
+ },
1622
+ "node_modules/express": {
1623
+ "version": "5.2.1",
1624
+ "resolved": "https://registry.npmjs.org/express/-/express-5.2.1.tgz",
1625
+ "integrity": "sha512-hIS4idWWai69NezIdRt2xFVofaF4j+6INOpJlVOLDO8zXGpUVEVzIYk12UUi2JzjEzWL3IOAxcTubgz9Po0yXw==",
1626
+ "license": "MIT",
1627
+ "dependencies": {
1628
+ "accepts": "^2.0.0",
1629
+ "body-parser": "^2.2.1",
1630
+ "content-disposition": "^1.0.0",
1631
+ "content-type": "^1.0.5",
1632
+ "cookie": "^0.7.1",
1633
+ "cookie-signature": "^1.2.1",
1634
+ "debug": "^4.4.0",
1635
+ "depd": "^2.0.0",
1636
+ "encodeurl": "^2.0.0",
1637
+ "escape-html": "^1.0.3",
1638
+ "etag": "^1.8.1",
1639
+ "finalhandler": "^2.1.0",
1640
+ "fresh": "^2.0.0",
1641
+ "http-errors": "^2.0.0",
1642
+ "merge-descriptors": "^2.0.0",
1643
+ "mime-types": "^3.0.0",
1644
+ "on-finished": "^2.4.1",
1645
+ "once": "^1.4.0",
1646
+ "parseurl": "^1.3.3",
1647
+ "proxy-addr": "^2.0.7",
1648
+ "qs": "^6.14.0",
1649
+ "range-parser": "^1.2.1",
1650
+ "router": "^2.2.0",
1651
+ "send": "^1.1.0",
1652
+ "serve-static": "^2.2.0",
1653
+ "statuses": "^2.0.1",
1654
+ "type-is": "^2.0.1",
1655
+ "vary": "^1.1.2"
1656
+ },
1657
+ "engines": {
1658
+ "node": ">= 18"
1659
+ },
1660
+ "funding": {
1661
+ "type": "opencollective",
1662
+ "url": "https://opencollective.com/express"
1663
+ }
1664
+ },
1665
+ "node_modules/extend": {
1666
+ "version": "3.0.2",
1667
+ "resolved": "https://registry.npmjs.org/extend/-/extend-3.0.2.tgz",
1668
+ "integrity": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==",
1669
+ "license": "MIT"
1670
+ },
1671
+ "node_modules/farmhash-modern": {
1672
+ "version": "1.1.0",
1673
+ "resolved": "https://registry.npmjs.org/farmhash-modern/-/farmhash-modern-1.1.0.tgz",
1674
+ "integrity": "sha512-6ypT4XfgqJk/F3Yuv4SX26I3doUjt0GTG4a+JgWxXQpxXzTBq8fPUeGHfcYMMDPHJHm3yPOSjaeBwBGAHWXCdA==",
1675
+ "license": "MIT",
1676
+ "engines": {
1677
+ "node": ">=18.0.0"
1678
+ }
1679
+ },
1680
+ "node_modules/fast-deep-equal": {
1681
+ "version": "3.1.3",
1682
+ "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",
1683
+ "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==",
1684
+ "license": "MIT"
1685
+ },
1686
+ "node_modules/fast-xml-builder": {
1687
+ "version": "1.3.1",
1688
+ "resolved": "https://registry.npmjs.org/fast-xml-builder/-/fast-xml-builder-1.3.1.tgz",
1689
+ "integrity": "sha512-pIM/1n3ntFXKYrUZwW7QCK0gAW7XY+wzj1YMIV3tLDvPj/V+zTGJK5e3/4WJfwj0qWw2ElNXiTixda/R+3YSug==",
1690
+ "funding": [
1691
+ {
1692
+ "type": "github",
1693
+ "url": "https://github.com/sponsors/NaturalIntelligence"
1694
+ }
1695
+ ],
1696
+ "license": "MIT",
1697
+ "optional": true,
1698
+ "dependencies": {
1699
+ "path-expression-matcher": "^1.6.2",
1700
+ "xml-naming": "^0.3.0"
1701
+ }
1702
+ },
1703
+ "node_modules/fast-xml-parser": {
1704
+ "version": "5.11.0",
1705
+ "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.11.0.tgz",
1706
+ "integrity": "sha512-9IGxMqvqLOnqP+Egi1nqDHKv5k8aZ7r9n558enxcucmyVGEBNPAU+MOg/8jPIS7rO7sSq4gFm1/nHtiaubMruw==",
1707
+ "funding": [
1708
+ {
1709
+ "type": "github",
1710
+ "url": "https://github.com/sponsors/NaturalIntelligence"
1711
+ }
1712
+ ],
1713
+ "license": "MIT",
1714
+ "optional": true,
1715
+ "dependencies": {
1716
+ "@nodable/entities": "^3.0.0",
1717
+ "fast-xml-builder": "^1.2.0",
1718
+ "is-unsafe": "^2.0.0",
1719
+ "path-expression-matcher": "^1.6.2",
1720
+ "strnum": "^2.4.2",
1721
+ "xml-naming": "^0.3.0"
1722
+ },
1723
+ "bin": {
1724
+ "fxparser": "src/cli/cli.js"
1725
+ }
1726
+ },
1727
+ "node_modules/faye-websocket": {
1728
+ "version": "0.11.4",
1729
+ "resolved": "https://registry.npmjs.org/faye-websocket/-/faye-websocket-0.11.4.tgz",
1730
+ "integrity": "sha512-CzbClwlXAuiRQAlUyfqPgvPoNKTckTPGfwZV4ZdAhVcP2lh9KUxJg2b5GkE7XbjKQ3YJnQ9z6D9ntLAlB+tP8g==",
1731
+ "license": "Apache-2.0",
1732
+ "dependencies": {
1733
+ "websocket-driver": ">=0.5.1"
1734
+ },
1735
+ "engines": {
1736
+ "node": ">=0.8.0"
1737
+ }
1738
+ },
1739
+ "node_modules/fdir": {
1740
+ "version": "6.5.0",
1741
+ "resolved": "https://registry.npmjs.org/fdir/-/fdir-6.5.0.tgz",
1742
+ "integrity": "sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==",
1743
+ "dev": true,
1744
+ "license": "MIT",
1745
+ "engines": {
1746
+ "node": ">=12.0.0"
1747
+ },
1748
+ "peerDependencies": {
1749
+ "picomatch": "^3 || ^4"
1750
+ },
1751
+ "peerDependenciesMeta": {
1752
+ "picomatch": {
1753
+ "optional": true
1754
+ }
1755
+ }
1756
+ },
1757
+ "node_modules/fetch-blob": {
1758
+ "version": "3.2.0",
1759
+ "resolved": "https://registry.npmjs.org/fetch-blob/-/fetch-blob-3.2.0.tgz",
1760
+ "integrity": "sha512-7yAQpD2UMJzLi1Dqv7qFYnPbaPx7ZfFK6PiIxQ4PfkGPyNyl2Ugx+a/umUonmKqjhM4DnfbMvdX6otXq83soQQ==",
1761
+ "funding": [
1762
+ {
1763
+ "type": "github",
1764
+ "url": "https://github.com/sponsors/jimmywarting"
1765
+ },
1766
+ {
1767
+ "type": "paypal",
1768
+ "url": "https://paypal.me/jimmywarting"
1769
+ }
1770
+ ],
1771
+ "license": "MIT",
1772
+ "dependencies": {
1773
+ "node-domexception": "^1.0.0",
1774
+ "web-streams-polyfill": "^3.0.3"
1775
+ },
1776
+ "engines": {
1777
+ "node": "^12.20 || >= 14.13"
1778
+ }
1779
+ },
1780
+ "node_modules/finalhandler": {
1781
+ "version": "2.1.1",
1782
+ "resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-2.1.1.tgz",
1783
+ "integrity": "sha512-S8KoZgRZN+a5rNwqTxlZZePjT/4cnm0ROV70LedRHZ0p8u9fRID0hJUZQpkKLzro8LfmC8sx23bY6tVNxv8pQA==",
1784
+ "license": "MIT",
1785
+ "dependencies": {
1786
+ "debug": "^4.4.0",
1787
+ "encodeurl": "^2.0.0",
1788
+ "escape-html": "^1.0.3",
1789
+ "on-finished": "^2.4.1",
1790
+ "parseurl": "^1.3.3",
1791
+ "statuses": "^2.0.1"
1792
+ },
1793
+ "engines": {
1794
+ "node": ">= 18.0.0"
1795
+ },
1796
+ "funding": {
1797
+ "type": "opencollective",
1798
+ "url": "https://opencollective.com/express"
1799
+ }
1800
+ },
1801
+ "node_modules/firebase-admin": {
1802
+ "version": "13.10.0",
1803
+ "resolved": "https://registry.npmjs.org/firebase-admin/-/firebase-admin-13.10.0.tgz",
1804
+ "integrity": "sha512-rbuCrJvYRwqBqvbccMS8fj/x2zsaMisdf5RQbRzQzr14Rbq9r2UlpuBHqWAwrO6c9dIRF56xF/xoepXsD5yDuQ==",
1805
+ "license": "Apache-2.0",
1806
+ "dependencies": {
1807
+ "@fastify/busboy": "^3.0.0",
1808
+ "@firebase/database-compat": "^2.0.0",
1809
+ "@firebase/database-types": "^1.0.6",
1810
+ "farmhash-modern": "^1.1.0",
1811
+ "fast-deep-equal": "^3.1.1",
1812
+ "google-auth-library": "^10.6.1",
1813
+ "jsonwebtoken": "^9.0.0",
1814
+ "jwks-rsa": "^3.1.0"
1815
+ },
1816
+ "engines": {
1817
+ "node": ">=18"
1818
+ },
1819
+ "optionalDependencies": {
1820
+ "@google-cloud/firestore": "^7.11.0",
1821
+ "@google-cloud/storage": "^7.19.0"
1822
+ }
1823
+ },
1824
+ "node_modules/firebase-admin/node_modules/gaxios": {
1825
+ "version": "7.3.1",
1826
+ "resolved": "https://registry.npmjs.org/gaxios/-/gaxios-7.3.1.tgz",
1827
+ "integrity": "sha512-kB3rzJV7d9juLZh8/56QTXCwQfxyhdOMdyYk1HdQKFtF8TJTDTZQJtixWIwXdE9Jji91mC41DUNpjleo4L4eAQ==",
1828
+ "license": "Apache-2.0",
1829
+ "dependencies": {
1830
+ "extend": "^3.0.2",
1831
+ "https-proxy-agent": "^7.0.1",
1832
+ "node-fetch": "^3.3.2"
1833
+ },
1834
+ "engines": {
1835
+ "node": ">=18"
1836
+ }
1837
+ },
1838
+ "node_modules/firebase-admin/node_modules/gcp-metadata": {
1839
+ "version": "8.1.2",
1840
+ "resolved": "https://registry.npmjs.org/gcp-metadata/-/gcp-metadata-8.1.2.tgz",
1841
+ "integrity": "sha512-zV/5HKTfCeKWnxG0Dmrw51hEWFGfcF2xiXqcA3+J90WDuP0SvoiSO5ORvcBsifmx/FoIjgQN3oNOGaQ5PhLFkg==",
1842
+ "license": "Apache-2.0",
1843
+ "dependencies": {
1844
+ "gaxios": "^7.0.0",
1845
+ "google-logging-utils": "^1.0.0",
1846
+ "json-bigint": "^1.0.0"
1847
+ },
1848
+ "engines": {
1849
+ "node": ">=18"
1850
+ }
1851
+ },
1852
+ "node_modules/firebase-admin/node_modules/google-auth-library": {
1853
+ "version": "10.9.1",
1854
+ "resolved": "https://registry.npmjs.org/google-auth-library/-/google-auth-library-10.9.1.tgz",
1855
+ "integrity": "sha512-i1ydyHrqcIxXkWh/uBmVkzCvIuq5yiK2ATndIe5XxKholrG/MTYP9xGYka4sQhrbIAgGjL2B6NOE7rFaiF3fXw==",
1856
+ "license": "Apache-2.0",
1857
+ "dependencies": {
1858
+ "base64-js": "^1.3.0",
1859
+ "ecdsa-sig-formatter": "^1.0.11",
1860
+ "gaxios": "^7.1.4",
1861
+ "gcp-metadata": "8.1.2",
1862
+ "google-logging-utils": "1.1.3",
1863
+ "jws": "^4.0.0"
1864
+ },
1865
+ "engines": {
1866
+ "node": ">=18"
1867
+ }
1868
+ },
1869
+ "node_modules/firebase-admin/node_modules/google-logging-utils": {
1870
+ "version": "1.1.3",
1871
+ "resolved": "https://registry.npmjs.org/google-logging-utils/-/google-logging-utils-1.1.3.tgz",
1872
+ "integrity": "sha512-eAmLkjDjAFCVXg7A1unxHsLf961m6y17QFqXqAXGj/gVkKFrEICfStRfwUlGNfeCEjNRa32JEWOUTlYXPyyKvA==",
1873
+ "license": "Apache-2.0",
1874
+ "engines": {
1875
+ "node": ">=14"
1876
+ }
1877
+ },
1878
+ "node_modules/firebase-admin/node_modules/node-fetch": {
1879
+ "version": "3.3.2",
1880
+ "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-3.3.2.tgz",
1881
+ "integrity": "sha512-dRB78srN/l6gqWulah9SrxeYnxeddIG30+GOqK/9OlLVyLg3HPnr6SqOWTWOXKRwC2eGYCkZ59NNuSgvSrpgOA==",
1882
+ "license": "MIT",
1883
+ "dependencies": {
1884
+ "data-uri-to-buffer": "^4.0.0",
1885
+ "fetch-blob": "^3.1.4",
1886
+ "formdata-polyfill": "^4.0.10"
1887
+ },
1888
+ "engines": {
1889
+ "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
1890
+ },
1891
+ "funding": {
1892
+ "type": "opencollective",
1893
+ "url": "https://opencollective.com/node-fetch"
1894
+ }
1895
+ },
1896
+ "node_modules/firebase-functions": {
1897
+ "version": "7.3.2",
1898
+ "resolved": "https://registry.npmjs.org/firebase-functions/-/firebase-functions-7.3.2.tgz",
1899
+ "integrity": "sha512-DTa5CtCNxFE1gPjkjlhl5uh8AcNWXLKORAMRenfkecP8zGstbje+r2TaNh4Ehdxp0qTPvTUe/sS23VESW32Gbg==",
1900
+ "license": "MIT",
1901
+ "dependencies": {
1902
+ "@types/cors": "^2.8.5",
1903
+ "@types/express": "^5.0.0",
1904
+ "cors": "^2.8.5",
1905
+ "express": "^5.2.1",
1906
+ "protobufjs": "^7.2.2"
1907
+ },
1908
+ "bin": {
1909
+ "firebase-functions": "lib/bin/firebase-functions.js"
1910
+ },
1911
+ "engines": {
1912
+ "node": ">=18.0.0"
1913
+ },
1914
+ "peerDependencies": {
1915
+ "@apollo/server": "^5.2.0",
1916
+ "@as-integrations/express4": "^1.1.2",
1917
+ "firebase-admin": "^11.10.0 || ^12.0.0 || ^13.0.0 || ^14.0.0",
1918
+ "graphql": "^16.12.0"
1919
+ },
1920
+ "peerDependenciesMeta": {
1921
+ "@apollo/server": {
1922
+ "optional": true
1923
+ },
1924
+ "@as-integrations/express4": {
1925
+ "optional": true
1926
+ },
1927
+ "graphql": {
1928
+ "optional": true
1929
+ }
1930
+ }
1931
+ },
1932
+ "node_modules/form-data": {
1933
+ "version": "4.0.6",
1934
+ "resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.6.tgz",
1935
+ "integrity": "sha512-vKatAh4SlVfgbv+YtmhiRjhEMJsYpsG1Y2rMQtR+SVSbytsSD1YGzDIcrAJmdFec88u/+VoGmxnl+80gL1tRCQ==",
1936
+ "dev": true,
1937
+ "license": "MIT",
1938
+ "dependencies": {
1939
+ "asynckit": "^0.4.0",
1940
+ "combined-stream": "^1.0.8",
1941
+ "es-set-tostringtag": "^2.1.0",
1942
+ "hasown": "^2.0.4",
1943
+ "mime-types": "^2.1.35"
1944
+ },
1945
+ "engines": {
1946
+ "node": ">= 6"
1947
+ }
1948
+ },
1949
+ "node_modules/form-data/node_modules/mime-db": {
1950
+ "version": "1.52.0",
1951
+ "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz",
1952
+ "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==",
1953
+ "dev": true,
1954
+ "license": "MIT",
1955
+ "engines": {
1956
+ "node": ">= 0.6"
1957
+ }
1958
+ },
1959
+ "node_modules/form-data/node_modules/mime-types": {
1960
+ "version": "2.1.35",
1961
+ "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz",
1962
+ "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==",
1963
+ "dev": true,
1964
+ "license": "MIT",
1965
+ "dependencies": {
1966
+ "mime-db": "1.52.0"
1967
+ },
1968
+ "engines": {
1969
+ "node": ">= 0.6"
1970
+ }
1971
+ },
1972
+ "node_modules/formdata-polyfill": {
1973
+ "version": "4.0.10",
1974
+ "resolved": "https://registry.npmjs.org/formdata-polyfill/-/formdata-polyfill-4.0.10.tgz",
1975
+ "integrity": "sha512-buewHzMvYL29jdeQTVILecSaZKnt/RJWjoZCF5OW60Z67/GmSLBkOFM7qh1PI3zFNtJbaZL5eQu1vLfazOwj4g==",
1976
+ "license": "MIT",
1977
+ "dependencies": {
1978
+ "fetch-blob": "^3.1.2"
1979
+ },
1980
+ "engines": {
1981
+ "node": ">=12.20.0"
1982
+ }
1983
+ },
1984
+ "node_modules/forwarded": {
1985
+ "version": "0.2.0",
1986
+ "resolved": "https://registry.npmjs.org/forwarded/-/forwarded-0.2.0.tgz",
1987
+ "integrity": "sha512-buRG0fpBtRHSTCOASe6hD258tEubFoRLb4ZNA6NxMVHNw2gOcwHo9wyablzMzOA5z9xA9L1KNjk/Nt6MT9aYow==",
1988
+ "license": "MIT",
1989
+ "engines": {
1990
+ "node": ">= 0.6"
1991
+ }
1992
+ },
1993
+ "node_modules/fresh": {
1994
+ "version": "2.0.0",
1995
+ "resolved": "https://registry.npmjs.org/fresh/-/fresh-2.0.0.tgz",
1996
+ "integrity": "sha512-Rx/WycZ60HOaqLKAi6cHRKKI7zxWbJ31MhntmtwMoaTeF7XFH9hhBp8vITaMidfljRQ6eYWCKkaTK+ykVJHP2A==",
1997
+ "license": "MIT",
1998
+ "engines": {
1999
+ "node": ">= 0.8"
2000
+ }
2001
+ },
2002
+ "node_modules/fsevents": {
2003
+ "version": "2.3.3",
2004
+ "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz",
2005
+ "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
2006
+ "dev": true,
2007
+ "hasInstallScript": true,
2008
+ "license": "MIT",
2009
+ "optional": true,
2010
+ "os": [
2011
+ "darwin"
2012
+ ],
2013
+ "engines": {
2014
+ "node": "^8.16.0 || ^10.6.0 || >=11.0.0"
2015
+ }
2016
+ },
2017
+ "node_modules/function-bind": {
2018
+ "version": "1.1.2",
2019
+ "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz",
2020
+ "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==",
2021
+ "license": "MIT",
2022
+ "funding": {
2023
+ "url": "https://github.com/sponsors/ljharb"
2024
+ }
2025
+ },
2026
+ "node_modules/functional-red-black-tree": {
2027
+ "version": "1.0.1",
2028
+ "resolved": "https://registry.npmjs.org/functional-red-black-tree/-/functional-red-black-tree-1.0.1.tgz",
2029
+ "integrity": "sha512-dsKNQNdj6xA3T+QlADDA7mOSlX0qiMINjn0cgr+eGHGsbSHzTabcIogz2+p/iqP1Xs6EP/sS2SbqH+brGTbq0g==",
2030
+ "license": "MIT",
2031
+ "optional": true
2032
+ },
2033
+ "node_modules/gaxios": {
2034
+ "version": "6.7.1",
2035
+ "resolved": "https://registry.npmjs.org/gaxios/-/gaxios-6.7.1.tgz",
2036
+ "integrity": "sha512-LDODD4TMYx7XXdpwxAVRAIAuB0bzv0s+ywFonY46k126qzQHT9ygyoa9tncmOiQmmDrik65UYsEkv3lbfqQ3yQ==",
2037
+ "license": "Apache-2.0",
2038
+ "dependencies": {
2039
+ "extend": "^3.0.2",
2040
+ "https-proxy-agent": "^7.0.1",
2041
+ "is-stream": "^2.0.0",
2042
+ "node-fetch": "^2.6.9",
2043
+ "uuid": "^9.0.1"
2044
+ },
2045
+ "engines": {
2046
+ "node": ">=14"
2047
+ }
2048
+ },
2049
+ "node_modules/gcp-metadata": {
2050
+ "version": "6.1.1",
2051
+ "resolved": "https://registry.npmjs.org/gcp-metadata/-/gcp-metadata-6.1.1.tgz",
2052
+ "integrity": "sha512-a4tiq7E0/5fTjxPAaH4jpjkSv/uCaU2p5KC6HVGrvl0cDjA8iBZv4vv1gyzlmK0ZUKqwpOyQMKzZQe3lTit77A==",
2053
+ "license": "Apache-2.0",
2054
+ "dependencies": {
2055
+ "gaxios": "^6.1.1",
2056
+ "google-logging-utils": "^0.0.2",
2057
+ "json-bigint": "^1.0.0"
2058
+ },
2059
+ "engines": {
2060
+ "node": ">=14"
2061
+ }
2062
+ },
2063
+ "node_modules/get-caller-file": {
2064
+ "version": "2.0.5",
2065
+ "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz",
2066
+ "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==",
2067
+ "license": "ISC",
2068
+ "engines": {
2069
+ "node": "6.* || 8.* || >= 10.*"
2070
+ }
2071
+ },
2072
+ "node_modules/get-intrinsic": {
2073
+ "version": "1.3.0",
2074
+ "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.3.0.tgz",
2075
+ "integrity": "sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==",
2076
+ "license": "MIT",
2077
+ "dependencies": {
2078
+ "call-bind-apply-helpers": "^1.0.2",
2079
+ "es-define-property": "^1.0.1",
2080
+ "es-errors": "^1.3.0",
2081
+ "es-object-atoms": "^1.1.1",
2082
+ "function-bind": "^1.1.2",
2083
+ "get-proto": "^1.0.1",
2084
+ "gopd": "^1.2.0",
2085
+ "has-symbols": "^1.1.0",
2086
+ "hasown": "^2.0.2",
2087
+ "math-intrinsics": "^1.1.0"
2088
+ },
2089
+ "engines": {
2090
+ "node": ">= 0.4"
2091
+ },
2092
+ "funding": {
2093
+ "url": "https://github.com/sponsors/ljharb"
2094
+ }
2095
+ },
2096
+ "node_modules/get-proto": {
2097
+ "version": "1.0.1",
2098
+ "resolved": "https://registry.npmjs.org/get-proto/-/get-proto-1.0.1.tgz",
2099
+ "integrity": "sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==",
2100
+ "license": "MIT",
2101
+ "dependencies": {
2102
+ "dunder-proto": "^1.0.1",
2103
+ "es-object-atoms": "^1.0.0"
2104
+ },
2105
+ "engines": {
2106
+ "node": ">= 0.4"
2107
+ }
2108
+ },
2109
+ "node_modules/google-auth-library": {
2110
+ "version": "9.15.1",
2111
+ "resolved": "https://registry.npmjs.org/google-auth-library/-/google-auth-library-9.15.1.tgz",
2112
+ "integrity": "sha512-Jb6Z0+nvECVz+2lzSMt9u98UsoakXxA2HGHMCxh+so3n90XgYWkq5dur19JAJV7ONiJY22yBTyJB1TSkvPq9Ng==",
2113
+ "license": "Apache-2.0",
2114
+ "dependencies": {
2115
+ "base64-js": "^1.3.0",
2116
+ "ecdsa-sig-formatter": "^1.0.11",
2117
+ "gaxios": "^6.1.1",
2118
+ "gcp-metadata": "^6.1.0",
2119
+ "gtoken": "^7.0.0",
2120
+ "jws": "^4.0.0"
2121
+ },
2122
+ "engines": {
2123
+ "node": ">=14"
2124
+ }
2125
+ },
2126
+ "node_modules/google-gax": {
2127
+ "version": "4.6.1",
2128
+ "resolved": "https://registry.npmjs.org/google-gax/-/google-gax-4.6.1.tgz",
2129
+ "integrity": "sha512-V6eky/xz2mcKfAd1Ioxyd6nmA61gao3n01C+YeuIwu3vzM9EDR6wcVzMSIbLMDXWeoi9SHYctXuKYC5uJUT3eQ==",
2130
+ "license": "Apache-2.0",
2131
+ "dependencies": {
2132
+ "@grpc/grpc-js": "^1.10.9",
2133
+ "@grpc/proto-loader": "^0.7.13",
2134
+ "@types/long": "^4.0.0",
2135
+ "abort-controller": "^3.0.0",
2136
+ "duplexify": "^4.0.0",
2137
+ "google-auth-library": "^9.3.0",
2138
+ "node-fetch": "^2.7.0",
2139
+ "object-hash": "^3.0.0",
2140
+ "proto3-json-serializer": "^2.0.2",
2141
+ "protobufjs": "^7.3.2",
2142
+ "retry-request": "^7.0.0",
2143
+ "uuid": "^9.0.1"
2144
+ },
2145
+ "engines": {
2146
+ "node": ">=14"
2147
+ }
2148
+ },
2149
+ "node_modules/google-logging-utils": {
2150
+ "version": "0.0.2",
2151
+ "resolved": "https://registry.npmjs.org/google-logging-utils/-/google-logging-utils-0.0.2.tgz",
2152
+ "integrity": "sha512-NEgUnEcBiP5HrPzufUkBzJOD/Sxsco3rLNo1F1TNf7ieU8ryUzBhqba8r756CjLX7rn3fHl6iLEwPYuqpoKgQQ==",
2153
+ "license": "Apache-2.0",
2154
+ "engines": {
2155
+ "node": ">=14"
2156
+ }
2157
+ },
2158
+ "node_modules/gopd": {
2159
+ "version": "1.2.0",
2160
+ "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.2.0.tgz",
2161
+ "integrity": "sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==",
2162
+ "license": "MIT",
2163
+ "engines": {
2164
+ "node": ">= 0.4"
2165
+ },
2166
+ "funding": {
2167
+ "url": "https://github.com/sponsors/ljharb"
2168
+ }
2169
+ },
2170
+ "node_modules/gtoken": {
2171
+ "version": "7.1.0",
2172
+ "resolved": "https://registry.npmjs.org/gtoken/-/gtoken-7.1.0.tgz",
2173
+ "integrity": "sha512-pCcEwRi+TKpMlxAQObHDQ56KawURgyAf6jtIY046fJ5tIv3zDe/LEIubckAO8fj6JnAxLdmWkUfNyulQ2iKdEw==",
2174
+ "license": "MIT",
2175
+ "dependencies": {
2176
+ "gaxios": "^6.0.0",
2177
+ "jws": "^4.0.0"
2178
+ },
2179
+ "engines": {
2180
+ "node": ">=14.0.0"
2181
+ }
2182
+ },
2183
+ "node_modules/has-symbols": {
2184
+ "version": "1.1.0",
2185
+ "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.1.0.tgz",
2186
+ "integrity": "sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==",
2187
+ "license": "MIT",
2188
+ "engines": {
2189
+ "node": ">= 0.4"
2190
+ },
2191
+ "funding": {
2192
+ "url": "https://github.com/sponsors/ljharb"
2193
+ }
2194
+ },
2195
+ "node_modules/has-tostringtag": {
2196
+ "version": "1.0.2",
2197
+ "resolved": "https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.2.tgz",
2198
+ "integrity": "sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==",
2199
+ "license": "MIT",
2200
+ "dependencies": {
2201
+ "has-symbols": "^1.0.3"
2202
+ },
2203
+ "engines": {
2204
+ "node": ">= 0.4"
2205
+ },
2206
+ "funding": {
2207
+ "url": "https://github.com/sponsors/ljharb"
2208
+ }
2209
+ },
2210
+ "node_modules/hasown": {
2211
+ "version": "2.0.4",
2212
+ "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.4.tgz",
2213
+ "integrity": "sha512-T2UbfbBEF32wiepXIsMlTW9+dDYC6wMh/t/vYA4tuOMKqWz/n3vr1NFSxQiyP+zk2mXsoMA/i/7qV6LKut1t1A==",
2214
+ "license": "MIT",
2215
+ "dependencies": {
2216
+ "function-bind": "^1.1.2"
2217
+ },
2218
+ "engines": {
2219
+ "node": ">= 0.4"
2220
+ }
2221
+ },
2222
+ "node_modules/heap-js": {
2223
+ "version": "2.7.1",
2224
+ "resolved": "https://registry.npmjs.org/heap-js/-/heap-js-2.7.1.tgz",
2225
+ "integrity": "sha512-EQfezRg0NCZGNlhlDR3Evrw1FVL2G3LhU7EgPoxufQKruNBSYA8MiRPHeWbU+36o+Fhel0wMwM+sLEiBAlNLJA==",
2226
+ "license": "BSD-3-Clause",
2227
+ "engines": {
2228
+ "node": ">=10.0.0"
2229
+ }
2230
+ },
2231
+ "node_modules/html-entities": {
2232
+ "version": "2.6.0",
2233
+ "resolved": "https://registry.npmjs.org/html-entities/-/html-entities-2.6.0.tgz",
2234
+ "integrity": "sha512-kig+rMn/QOVRvr7c86gQ8lWXq+Hkv6CbAH1hLu+RG338StTpE8Z0b44SDVaqVu7HGKf27frdmUYEs9hTUX/cLQ==",
2235
+ "funding": [
2236
+ {
2237
+ "type": "github",
2238
+ "url": "https://github.com/sponsors/mdevils"
2239
+ },
2240
+ {
2241
+ "type": "patreon",
2242
+ "url": "https://patreon.com/mdevils"
2243
+ }
2244
+ ],
2245
+ "license": "MIT",
2246
+ "optional": true
2247
+ },
2248
+ "node_modules/http-errors": {
2249
+ "version": "2.0.1",
2250
+ "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-2.0.1.tgz",
2251
+ "integrity": "sha512-4FbRdAX+bSdmo4AUFuS0WNiPz8NgFt+r8ThgNWmlrjQjt1Q7ZR9+zTlce2859x4KSXrwIsaeTqDoKQmtP8pLmQ==",
2252
+ "license": "MIT",
2253
+ "dependencies": {
2254
+ "depd": "~2.0.0",
2255
+ "inherits": "~2.0.4",
2256
+ "setprototypeof": "~1.2.0",
2257
+ "statuses": "~2.0.2",
2258
+ "toidentifier": "~1.0.1"
2259
+ },
2260
+ "engines": {
2261
+ "node": ">= 0.8"
2262
+ },
2263
+ "funding": {
2264
+ "type": "opencollective",
2265
+ "url": "https://opencollective.com/express"
2266
+ }
2267
+ },
2268
+ "node_modules/http-parser-js": {
2269
+ "version": "0.5.10",
2270
+ "resolved": "https://registry.npmjs.org/http-parser-js/-/http-parser-js-0.5.10.tgz",
2271
+ "integrity": "sha512-Pysuw9XpUq5dVc/2SMHpuTY01RFl8fttgcyunjL7eEMhGM3cI4eOmiCycJDVCo/7O7ClfQD3SaI6ftDzqOXYMA==",
2272
+ "license": "MIT"
2273
+ },
2274
+ "node_modules/http-proxy-agent": {
2275
+ "version": "5.0.0",
2276
+ "resolved": "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-5.0.0.tgz",
2277
+ "integrity": "sha512-n2hY8YdoRE1i7r6M0w9DIw5GgZN0G25P8zLCRQ8rjXtTU3vsNFBI/vWK/UIeE6g5MUUz6avwAPXmL6Fy9D/90w==",
2278
+ "license": "MIT",
2279
+ "dependencies": {
2280
+ "@tootallnate/once": "2",
2281
+ "agent-base": "6",
2282
+ "debug": "4"
2283
+ },
2284
+ "engines": {
2285
+ "node": ">= 6"
2286
+ }
2287
+ },
2288
+ "node_modules/http-proxy-agent/node_modules/agent-base": {
2289
+ "version": "6.0.2",
2290
+ "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-6.0.2.tgz",
2291
+ "integrity": "sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==",
2292
+ "license": "MIT",
2293
+ "dependencies": {
2294
+ "debug": "4"
2295
+ },
2296
+ "engines": {
2297
+ "node": ">= 6.0.0"
2298
+ }
2299
+ },
2300
+ "node_modules/https-proxy-agent": {
2301
+ "version": "7.0.6",
2302
+ "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-7.0.6.tgz",
2303
+ "integrity": "sha512-vK9P5/iUfdl95AI+JVyUuIcVtd4ofvtrOr3HNtM2yxC9bnMbEdp3x01OhQNnjb8IJYi38VlTE3mBXwcfvywuSw==",
2304
+ "license": "MIT",
2305
+ "dependencies": {
2306
+ "agent-base": "^7.1.2",
2307
+ "debug": "4"
2308
+ },
2309
+ "engines": {
2310
+ "node": ">= 14"
2311
+ }
2312
+ },
2313
+ "node_modules/iconv-lite": {
2314
+ "version": "0.7.3",
2315
+ "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.7.3.tgz",
2316
+ "integrity": "sha512-IKXpvIzjnC9XTAUbVBcMfGS0EPaIXtW6v+zr+RRp+hqULEpo0owZax6wyRwPOJbWbzjYspQwusTsfVr0ifh4uQ==",
2317
+ "license": "MIT",
2318
+ "dependencies": {
2319
+ "safer-buffer": ">= 2.1.2 < 3.0.0"
2320
+ },
2321
+ "engines": {
2322
+ "node": ">=0.10.0"
2323
+ },
2324
+ "funding": {
2325
+ "type": "opencollective",
2326
+ "url": "https://opencollective.com/express"
2327
+ }
2328
+ },
2329
+ "node_modules/inherits": {
2330
+ "version": "2.0.4",
2331
+ "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz",
2332
+ "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==",
2333
+ "license": "ISC"
2334
+ },
2335
+ "node_modules/ipaddr.js": {
2336
+ "version": "1.9.1",
2337
+ "resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.9.1.tgz",
2338
+ "integrity": "sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==",
2339
+ "license": "MIT",
2340
+ "engines": {
2341
+ "node": ">= 0.10"
2342
+ }
2343
+ },
2344
+ "node_modules/is-fullwidth-code-point": {
2345
+ "version": "3.0.0",
2346
+ "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz",
2347
+ "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==",
2348
+ "license": "MIT",
2349
+ "engines": {
2350
+ "node": ">=8"
2351
+ }
2352
+ },
2353
+ "node_modules/is-promise": {
2354
+ "version": "4.0.0",
2355
+ "resolved": "https://registry.npmjs.org/is-promise/-/is-promise-4.0.0.tgz",
2356
+ "integrity": "sha512-hvpoI6korhJMnej285dSg6nu1+e6uxs7zG3BYAm5byqDsgJNWwxzM6z6iZiAgQR4TJ30JmBTOwqZUw3WlyH3AQ==",
2357
+ "license": "MIT"
2358
+ },
2359
+ "node_modules/is-stream": {
2360
+ "version": "2.0.1",
2361
+ "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.1.tgz",
2362
+ "integrity": "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==",
2363
+ "license": "MIT",
2364
+ "engines": {
2365
+ "node": ">=8"
2366
+ },
2367
+ "funding": {
2368
+ "url": "https://github.com/sponsors/sindresorhus"
2369
+ }
2370
+ },
2371
+ "node_modules/is-stream-ended": {
2372
+ "version": "0.1.4",
2373
+ "resolved": "https://registry.npmjs.org/is-stream-ended/-/is-stream-ended-0.1.4.tgz",
2374
+ "integrity": "sha512-xj0XPvmr7bQFTvirqnFr50o0hQIh6ZItDqloxt5aJrR4NQsYeSsyFQERYGCAzfindAcnKjINnwEEgLx4IqVzQw==",
2375
+ "license": "MIT"
2376
+ },
2377
+ "node_modules/is-unsafe": {
2378
+ "version": "2.0.2",
2379
+ "resolved": "https://registry.npmjs.org/is-unsafe/-/is-unsafe-2.0.2.tgz",
2380
+ "integrity": "sha512-HgbIHPBH0KHHCcjLfGsCvhtPTVxjaAZlXjwdz7/GQC40SjSe4sfQsar8J5VFo8JOSbarkpV0OLG95bbaNd9aAQ==",
2381
+ "funding": [
2382
+ {
2383
+ "type": "github",
2384
+ "url": "https://github.com/sponsors/NaturalIntelligence"
2385
+ }
2386
+ ],
2387
+ "license": "MIT",
2388
+ "optional": true
2389
+ },
2390
+ "node_modules/jose": {
2391
+ "version": "4.15.9",
2392
+ "resolved": "https://registry.npmjs.org/jose/-/jose-4.15.9.tgz",
2393
+ "integrity": "sha512-1vUQX+IdDMVPj4k8kOxgUqlcK518yluMuGZwqlr44FS1ppZB/5GWh4rZG89erpOBOJjU/OBsnCVFfapsRz6nEA==",
2394
+ "license": "MIT",
2395
+ "funding": {
2396
+ "url": "https://github.com/sponsors/panva"
2397
+ }
2398
+ },
2399
+ "node_modules/json-bigint": {
2400
+ "version": "1.0.0",
2401
+ "resolved": "https://registry.npmjs.org/json-bigint/-/json-bigint-1.0.0.tgz",
2402
+ "integrity": "sha512-SiPv/8VpZuWbvLSMtTDU8hEfrZWg/mH/nV/b4o0CYbSxu1UIQPLdwKOCIyLQX+VIPO5vrLX3i8qtqFyhdPSUSQ==",
2403
+ "license": "MIT",
2404
+ "dependencies": {
2405
+ "bignumber.js": "^9.0.0"
2406
+ }
2407
+ },
2408
+ "node_modules/jsonwebtoken": {
2409
+ "version": "9.0.3",
2410
+ "resolved": "https://registry.npmjs.org/jsonwebtoken/-/jsonwebtoken-9.0.3.tgz",
2411
+ "integrity": "sha512-MT/xP0CrubFRNLNKvxJ2BYfy53Zkm++5bX9dtuPbqAeQpTVe0MQTFhao8+Cp//EmJp244xt6Drw/GVEGCUj40g==",
2412
+ "license": "MIT",
2413
+ "dependencies": {
2414
+ "jws": "^4.0.1",
2415
+ "lodash.includes": "^4.3.0",
2416
+ "lodash.isboolean": "^3.0.3",
2417
+ "lodash.isinteger": "^4.0.4",
2418
+ "lodash.isnumber": "^3.0.3",
2419
+ "lodash.isplainobject": "^4.0.6",
2420
+ "lodash.isstring": "^4.0.1",
2421
+ "lodash.once": "^4.0.0",
2422
+ "ms": "^2.1.1",
2423
+ "semver": "^7.5.4"
2424
+ },
2425
+ "engines": {
2426
+ "node": ">=12",
2427
+ "npm": ">=6"
2428
+ }
2429
+ },
2430
+ "node_modules/jwa": {
2431
+ "version": "2.0.1",
2432
+ "resolved": "https://registry.npmjs.org/jwa/-/jwa-2.0.1.tgz",
2433
+ "integrity": "sha512-hRF04fqJIP8Abbkq5NKGN0Bbr3JxlQ+qhZufXVr0DvujKy93ZCbXZMHDL4EOtodSbCWxOqR8MS1tXA5hwqCXDg==",
2434
+ "license": "MIT",
2435
+ "dependencies": {
2436
+ "buffer-equal-constant-time": "^1.0.1",
2437
+ "ecdsa-sig-formatter": "1.0.11",
2438
+ "safe-buffer": "^5.0.1"
2439
+ }
2440
+ },
2441
+ "node_modules/jwks-rsa": {
2442
+ "version": "3.2.2",
2443
+ "resolved": "https://registry.npmjs.org/jwks-rsa/-/jwks-rsa-3.2.2.tgz",
2444
+ "integrity": "sha512-BqTyEDV+lS8F2trk3A+qJnxV5Q9EqKCBJOPti3W97r7qTympCZjb7h2X6f2kc+0K3rsSTY1/6YG2eaXKoj497w==",
2445
+ "license": "MIT",
2446
+ "dependencies": {
2447
+ "@types/jsonwebtoken": "^9.0.4",
2448
+ "debug": "^4.3.4",
2449
+ "jose": "^4.15.4",
2450
+ "limiter": "^1.1.5",
2451
+ "lru-memoizer": "^2.2.0"
2452
+ },
2453
+ "engines": {
2454
+ "node": ">=14"
2455
+ }
2456
+ },
2457
+ "node_modules/jws": {
2458
+ "version": "4.0.1",
2459
+ "resolved": "https://registry.npmjs.org/jws/-/jws-4.0.1.tgz",
2460
+ "integrity": "sha512-EKI/M/yqPncGUUh44xz0PxSidXFr/+r0pA70+gIYhjv+et7yxM+s29Y+VGDkovRofQem0fs7Uvf4+YmAdyRduA==",
2461
+ "license": "MIT",
2462
+ "dependencies": {
2463
+ "jwa": "^2.0.1",
2464
+ "safe-buffer": "^5.0.1"
2465
+ }
2466
+ },
2467
+ "node_modules/lightningcss": {
2468
+ "version": "1.33.0",
2469
+ "resolved": "https://registry.npmjs.org/lightningcss/-/lightningcss-1.33.0.tgz",
2470
+ "integrity": "sha512-WkUDrojuJs0xkgGf2udWxa3yGBRxPtxUkB79i6aCZLRgc7PM8fZe9TosfPDcvEpQZbuFASnHYmRLBLUbmLOIIA==",
2471
+ "dev": true,
2472
+ "license": "MPL-2.0",
2473
+ "dependencies": {
2474
+ "detect-libc": "^2.0.3"
2475
+ },
2476
+ "engines": {
2477
+ "node": ">= 12.0.0"
2478
+ },
2479
+ "funding": {
2480
+ "type": "opencollective",
2481
+ "url": "https://opencollective.com/parcel"
2482
+ },
2483
+ "optionalDependencies": {
2484
+ "lightningcss-android-arm64": "1.33.0",
2485
+ "lightningcss-darwin-arm64": "1.33.0",
2486
+ "lightningcss-darwin-x64": "1.33.0",
2487
+ "lightningcss-freebsd-x64": "1.33.0",
2488
+ "lightningcss-linux-arm-gnueabihf": "1.33.0",
2489
+ "lightningcss-linux-arm64-gnu": "1.33.0",
2490
+ "lightningcss-linux-arm64-musl": "1.33.0",
2491
+ "lightningcss-linux-x64-gnu": "1.33.0",
2492
+ "lightningcss-linux-x64-musl": "1.33.0",
2493
+ "lightningcss-win32-arm64-msvc": "1.33.0",
2494
+ "lightningcss-win32-x64-msvc": "1.33.0"
2495
+ }
2496
+ },
2497
+ "node_modules/lightningcss-android-arm64": {
2498
+ "version": "1.33.0",
2499
+ "resolved": "https://registry.npmjs.org/lightningcss-android-arm64/-/lightningcss-android-arm64-1.33.0.tgz",
2500
+ "integrity": "sha512-gEpRTalKdosp4Bb8qWtc2iOgE5SeIHlpS1up9bFq2wAyYhl1UdTObYiHe98zEM9SQvSoqQZ1IQD0JNpg3Ml5pg==",
2501
+ "cpu": [
2502
+ "arm64"
2503
+ ],
2504
+ "dev": true,
2505
+ "license": "MPL-2.0",
2506
+ "optional": true,
2507
+ "os": [
2508
+ "android"
2509
+ ],
2510
+ "engines": {
2511
+ "node": ">= 12.0.0"
2512
+ },
2513
+ "funding": {
2514
+ "type": "opencollective",
2515
+ "url": "https://opencollective.com/parcel"
2516
+ }
2517
+ },
2518
+ "node_modules/lightningcss-darwin-arm64": {
2519
+ "version": "1.33.0",
2520
+ "resolved": "https://registry.npmjs.org/lightningcss-darwin-arm64/-/lightningcss-darwin-arm64-1.33.0.tgz",
2521
+ "integrity": "sha512-Sciaz8eenNTKn9b3t7+xr0ipTp9YxKQY4npwQ3mrRuL0BAVHBLyZxofhaKBAVtzmtRZ/zTyo0/to4B1uWG/Djg==",
2522
+ "cpu": [
2523
+ "arm64"
2524
+ ],
2525
+ "dev": true,
2526
+ "license": "MPL-2.0",
2527
+ "optional": true,
2528
+ "os": [
2529
+ "darwin"
2530
+ ],
2531
+ "engines": {
2532
+ "node": ">= 12.0.0"
2533
+ },
2534
+ "funding": {
2535
+ "type": "opencollective",
2536
+ "url": "https://opencollective.com/parcel"
2537
+ }
2538
+ },
2539
+ "node_modules/lightningcss-darwin-x64": {
2540
+ "version": "1.33.0",
2541
+ "resolved": "https://registry.npmjs.org/lightningcss-darwin-x64/-/lightningcss-darwin-x64-1.33.0.tgz",
2542
+ "integrity": "sha512-Z5UPAxzrjlWNNyGy6i65cJzzvgJ5D3T6wMvs+gWpY9d7qRhANrxqAp6LhxIgZhWEw18RfJTGcRxjuLIBr+m8XQ==",
2543
+ "cpu": [
2544
+ "x64"
2545
+ ],
2546
+ "dev": true,
2547
+ "license": "MPL-2.0",
2548
+ "optional": true,
2549
+ "os": [
2550
+ "darwin"
2551
+ ],
2552
+ "engines": {
2553
+ "node": ">= 12.0.0"
2554
+ },
2555
+ "funding": {
2556
+ "type": "opencollective",
2557
+ "url": "https://opencollective.com/parcel"
2558
+ }
2559
+ },
2560
+ "node_modules/lightningcss-freebsd-x64": {
2561
+ "version": "1.33.0",
2562
+ "resolved": "https://registry.npmjs.org/lightningcss-freebsd-x64/-/lightningcss-freebsd-x64-1.33.0.tgz",
2563
+ "integrity": "sha512-QQM/Ti/hQajJwCY+RiWuCZ9sdtI/XQk7nDK5vC8kkdwixezOlDgvDx7+RT+QjK6FcFT4MpsuoBnHIo/O3StRRg==",
2564
+ "cpu": [
2565
+ "x64"
2566
+ ],
2567
+ "dev": true,
2568
+ "license": "MPL-2.0",
2569
+ "optional": true,
2570
+ "os": [
2571
+ "freebsd"
2572
+ ],
2573
+ "engines": {
2574
+ "node": ">= 12.0.0"
2575
+ },
2576
+ "funding": {
2577
+ "type": "opencollective",
2578
+ "url": "https://opencollective.com/parcel"
2579
+ }
2580
+ },
2581
+ "node_modules/lightningcss-linux-arm-gnueabihf": {
2582
+ "version": "1.33.0",
2583
+ "resolved": "https://registry.npmjs.org/lightningcss-linux-arm-gnueabihf/-/lightningcss-linux-arm-gnueabihf-1.33.0.tgz",
2584
+ "integrity": "sha512-N7FVBe6iS24MlM6R/4RBTxGhQheZGs7tiQ9U32UtF75NzP5Q7xWPRqLBCKxlRQRk3rY1jCIPLzx7WzOhuUIRLQ==",
2585
+ "cpu": [
2586
+ "arm"
2587
+ ],
2588
+ "dev": true,
2589
+ "license": "MPL-2.0",
2590
+ "optional": true,
2591
+ "os": [
2592
+ "linux"
2593
+ ],
2594
+ "engines": {
2595
+ "node": ">= 12.0.0"
2596
+ },
2597
+ "funding": {
2598
+ "type": "opencollective",
2599
+ "url": "https://opencollective.com/parcel"
2600
+ }
2601
+ },
2602
+ "node_modules/lightningcss-linux-arm64-gnu": {
2603
+ "version": "1.33.0",
2604
+ "resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-gnu/-/lightningcss-linux-arm64-gnu-1.33.0.tgz",
2605
+ "integrity": "sha512-j2v/itmy4HlNxlc6voKXYgBqNi0Ng2LShg4z7GufpEgs05P+2suBVyi9I6YHq5uoVFx9ETin3eCEhLVyXGQnKg==",
2606
+ "cpu": [
2607
+ "arm64"
2608
+ ],
2609
+ "dev": true,
2610
+ "libc": [
2611
+ "glibc"
2612
+ ],
2613
+ "license": "MPL-2.0",
2614
+ "optional": true,
2615
+ "os": [
2616
+ "linux"
2617
+ ],
2618
+ "engines": {
2619
+ "node": ">= 12.0.0"
2620
+ },
2621
+ "funding": {
2622
+ "type": "opencollective",
2623
+ "url": "https://opencollective.com/parcel"
2624
+ }
2625
+ },
2626
+ "node_modules/lightningcss-linux-arm64-musl": {
2627
+ "version": "1.33.0",
2628
+ "resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-musl/-/lightningcss-linux-arm64-musl-1.33.0.tgz",
2629
+ "integrity": "sha512-yiO5ROMuYQgXbC60yjZU5CYSFZGKXL0HFATXt9mHJn1+zW55oCtMI9NfcVhYLMFDL7gV7oBPon/EmMMGg2OvtQ==",
2630
+ "cpu": [
2631
+ "arm64"
2632
+ ],
2633
+ "dev": true,
2634
+ "libc": [
2635
+ "musl"
2636
+ ],
2637
+ "license": "MPL-2.0",
2638
+ "optional": true,
2639
+ "os": [
2640
+ "linux"
2641
+ ],
2642
+ "engines": {
2643
+ "node": ">= 12.0.0"
2644
+ },
2645
+ "funding": {
2646
+ "type": "opencollective",
2647
+ "url": "https://opencollective.com/parcel"
2648
+ }
2649
+ },
2650
+ "node_modules/lightningcss-linux-x64-gnu": {
2651
+ "version": "1.33.0",
2652
+ "resolved": "https://registry.npmjs.org/lightningcss-linux-x64-gnu/-/lightningcss-linux-x64-gnu-1.33.0.tgz",
2653
+ "integrity": "sha512-ar+Ju7LmcN0Jo4FpL4hpFybwNG9/3A/Br5KW2n2jyODg3MEZXaDYADdemoNS+BDNfMgKvylJLj4S5tyRActuAg==",
2654
+ "cpu": [
2655
+ "x64"
2656
+ ],
2657
+ "dev": true,
2658
+ "libc": [
2659
+ "glibc"
2660
+ ],
2661
+ "license": "MPL-2.0",
2662
+ "optional": true,
2663
+ "os": [
2664
+ "linux"
2665
+ ],
2666
+ "engines": {
2667
+ "node": ">= 12.0.0"
2668
+ },
2669
+ "funding": {
2670
+ "type": "opencollective",
2671
+ "url": "https://opencollective.com/parcel"
2672
+ }
2673
+ },
2674
+ "node_modules/lightningcss-linux-x64-musl": {
2675
+ "version": "1.33.0",
2676
+ "resolved": "https://registry.npmjs.org/lightningcss-linux-x64-musl/-/lightningcss-linux-x64-musl-1.33.0.tgz",
2677
+ "integrity": "sha512-RYiYbkokw0trfKqqzfF55lginwEPrD3OJDfTuJzFs1MK6iFnDenaz1fqLLtX4ITG3OktJQXOeTaw1awrBAlZPw==",
2678
+ "cpu": [
2679
+ "x64"
2680
+ ],
2681
+ "dev": true,
2682
+ "libc": [
2683
+ "musl"
2684
+ ],
2685
+ "license": "MPL-2.0",
2686
+ "optional": true,
2687
+ "os": [
2688
+ "linux"
2689
+ ],
2690
+ "engines": {
2691
+ "node": ">= 12.0.0"
2692
+ },
2693
+ "funding": {
2694
+ "type": "opencollective",
2695
+ "url": "https://opencollective.com/parcel"
2696
+ }
2697
+ },
2698
+ "node_modules/lightningcss-win32-arm64-msvc": {
2699
+ "version": "1.33.0",
2700
+ "resolved": "https://registry.npmjs.org/lightningcss-win32-arm64-msvc/-/lightningcss-win32-arm64-msvc-1.33.0.tgz",
2701
+ "integrity": "sha512-1K+MPfLSFVpphzpdbfkhlWk6wBrTObBzS2T6db10PNOZgR9GoVsAWzwNyuhUYYbTp23j+4RrncfujZ4uAzXvwA==",
2702
+ "cpu": [
2703
+ "arm64"
2704
+ ],
2705
+ "dev": true,
2706
+ "license": "MPL-2.0",
2707
+ "optional": true,
2708
+ "os": [
2709
+ "win32"
2710
+ ],
2711
+ "engines": {
2712
+ "node": ">= 12.0.0"
2713
+ },
2714
+ "funding": {
2715
+ "type": "opencollective",
2716
+ "url": "https://opencollective.com/parcel"
2717
+ }
2718
+ },
2719
+ "node_modules/lightningcss-win32-x64-msvc": {
2720
+ "version": "1.33.0",
2721
+ "resolved": "https://registry.npmjs.org/lightningcss-win32-x64-msvc/-/lightningcss-win32-x64-msvc-1.33.0.tgz",
2722
+ "integrity": "sha512-OlEICDx/Xl0FqSp4bry8zFnCvGpig3Gl4gCquvYwHuqJKEC1+n9NgDniFvqHGmMv1ZkqDJrDqKKSykTDX+ehuA==",
2723
+ "cpu": [
2724
+ "x64"
2725
+ ],
2726
+ "dev": true,
2727
+ "license": "MPL-2.0",
2728
+ "optional": true,
2729
+ "os": [
2730
+ "win32"
2731
+ ],
2732
+ "engines": {
2733
+ "node": ">= 12.0.0"
2734
+ },
2735
+ "funding": {
2736
+ "type": "opencollective",
2737
+ "url": "https://opencollective.com/parcel"
2738
+ }
2739
+ },
2740
+ "node_modules/limiter": {
2741
+ "version": "1.1.5",
2742
+ "resolved": "https://registry.npmjs.org/limiter/-/limiter-1.1.5.tgz",
2743
+ "integrity": "sha512-FWWMIEOxz3GwUI4Ts/IvgVy6LPvoMPgjMdQ185nN6psJyBJ4yOpzqm695/h5umdLJg2vW3GR5iG11MAkR2AzJA=="
2744
+ },
2745
+ "node_modules/lodash.camelcase": {
2746
+ "version": "4.3.0",
2747
+ "resolved": "https://registry.npmjs.org/lodash.camelcase/-/lodash.camelcase-4.3.0.tgz",
2748
+ "integrity": "sha512-TwuEnCnxbc3rAvhf/LbG7tJUDzhqXyFnv3dtzLOPgCG/hODL7WFnsbwktkD7yUV0RrreP/l1PALq/YSg6VvjlA==",
2749
+ "license": "MIT"
2750
+ },
2751
+ "node_modules/lodash.chunk": {
2752
+ "version": "4.2.0",
2753
+ "resolved": "https://registry.npmjs.org/lodash.chunk/-/lodash.chunk-4.2.0.tgz",
2754
+ "integrity": "sha512-ZzydJKfUHJwHa+hF5X66zLFCBrWn5GeF28OHEr4WVWtNDXlQ/IjWKPBiikqKo2ne0+v6JgCgJ0GzJp8k8bHC7w==",
2755
+ "license": "MIT"
2756
+ },
2757
+ "node_modules/lodash.clonedeep": {
2758
+ "version": "4.5.0",
2759
+ "resolved": "https://registry.npmjs.org/lodash.clonedeep/-/lodash.clonedeep-4.5.0.tgz",
2760
+ "integrity": "sha512-H5ZhCF25riFd9uB5UCkVKo61m3S/xZk1x4wA6yp/L3RFP6Z/eHH1ymQcGLo7J3GMPfm0V/7m1tryHuGVxpqEBQ==",
2761
+ "license": "MIT"
2762
+ },
2763
+ "node_modules/lodash.includes": {
2764
+ "version": "4.3.0",
2765
+ "resolved": "https://registry.npmjs.org/lodash.includes/-/lodash.includes-4.3.0.tgz",
2766
+ "integrity": "sha512-W3Bx6mdkRTGtlJISOvVD/lbqjTlPPUDTMnlXZFnVwi9NKJ6tiAk6LVdlhZMm17VZisqhKcgzpO5Wz91PCt5b0w==",
2767
+ "license": "MIT"
2768
+ },
2769
+ "node_modules/lodash.isboolean": {
2770
+ "version": "3.0.3",
2771
+ "resolved": "https://registry.npmjs.org/lodash.isboolean/-/lodash.isboolean-3.0.3.tgz",
2772
+ "integrity": "sha512-Bz5mupy2SVbPHURB98VAcw+aHh4vRV5IPNhILUCsOzRmsTmSQ17jIuqopAentWoehktxGd9e/hbIXq980/1QJg==",
2773
+ "license": "MIT"
2774
+ },
2775
+ "node_modules/lodash.isinteger": {
2776
+ "version": "4.0.4",
2777
+ "resolved": "https://registry.npmjs.org/lodash.isinteger/-/lodash.isinteger-4.0.4.tgz",
2778
+ "integrity": "sha512-DBwtEWN2caHQ9/imiNeEA5ys1JoRtRfY3d7V9wkqtbycnAmTvRRmbHKDV4a0EYc678/dia0jrte4tjYwVBaZUA==",
2779
+ "license": "MIT"
2780
+ },
2781
+ "node_modules/lodash.isnumber": {
2782
+ "version": "3.0.3",
2783
+ "resolved": "https://registry.npmjs.org/lodash.isnumber/-/lodash.isnumber-3.0.3.tgz",
2784
+ "integrity": "sha512-QYqzpfwO3/CWf3XP+Z+tkQsfaLL/EnUlXWVkIk5FUPc4sBdTehEqZONuyRt2P67PXAk+NXmTBcc97zw9t1FQrw==",
2785
+ "license": "MIT"
2786
+ },
2787
+ "node_modules/lodash.isplainobject": {
2788
+ "version": "4.0.6",
2789
+ "resolved": "https://registry.npmjs.org/lodash.isplainobject/-/lodash.isplainobject-4.0.6.tgz",
2790
+ "integrity": "sha512-oSXzaWypCMHkPC3NvBEaPHf0KsA5mvPrOPgQWDsbg8n7orZ290M0BmC/jgRZ4vcJ6DTAhjrsSYgdsW/F+MFOBA==",
2791
+ "license": "MIT"
2792
+ },
2793
+ "node_modules/lodash.isstring": {
2794
+ "version": "4.0.1",
2795
+ "resolved": "https://registry.npmjs.org/lodash.isstring/-/lodash.isstring-4.0.1.tgz",
2796
+ "integrity": "sha512-0wJxfxH1wgO3GrbuP+dTTk7op+6L41QCXbGINEmD+ny/G/eCqGzxyCsh7159S+mgDDcoarnBw6PC1PS5+wUGgw==",
2797
+ "license": "MIT"
2798
+ },
2799
+ "node_modules/lodash.once": {
2800
+ "version": "4.1.1",
2801
+ "resolved": "https://registry.npmjs.org/lodash.once/-/lodash.once-4.1.1.tgz",
2802
+ "integrity": "sha512-Sb487aTOCr9drQVL8pIxOzVhafOjZN9UU54hiN8PU3uAiSV7lx1yYNpbNmex2PK6dSJoNTSJUUswT651yww3Mg==",
2803
+ "license": "MIT"
2804
+ },
2805
+ "node_modules/lodash.snakecase": {
2806
+ "version": "4.1.1",
2807
+ "resolved": "https://registry.npmjs.org/lodash.snakecase/-/lodash.snakecase-4.1.1.tgz",
2808
+ "integrity": "sha512-QZ1d4xoBHYUeuouhEq3lk3Uq7ldgyFXGBhg04+oRLnIz8o9T65Eh+8YdroUwn846zchkA9yDsDl5CVVaV2nqYw==",
2809
+ "license": "MIT"
2810
+ },
2811
+ "node_modules/long": {
2812
+ "version": "5.3.2",
2813
+ "resolved": "https://registry.npmjs.org/long/-/long-5.3.2.tgz",
2814
+ "integrity": "sha512-mNAgZ1GmyNhD7AuqnTG3/VQ26o760+ZYBPKjPvugO8+nLbYfX6TVpJPseBvopbdY+qpZ/lKUnmEc1LeZYS3QAA==",
2815
+ "license": "Apache-2.0"
2816
+ },
2817
+ "node_modules/lru-cache": {
2818
+ "version": "6.0.0",
2819
+ "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz",
2820
+ "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==",
2821
+ "license": "ISC",
2822
+ "dependencies": {
2823
+ "yallist": "^4.0.0"
2824
+ },
2825
+ "engines": {
2826
+ "node": ">=10"
2827
+ }
2828
+ },
2829
+ "node_modules/lru-memoizer": {
2830
+ "version": "2.3.0",
2831
+ "resolved": "https://registry.npmjs.org/lru-memoizer/-/lru-memoizer-2.3.0.tgz",
2832
+ "integrity": "sha512-GXn7gyHAMhO13WSKrIiNfztwxodVsP8IoZ3XfrJV4yH2x0/OeTO/FIaAHTY5YekdGgW94njfuKmyyt1E0mR6Ug==",
2833
+ "license": "MIT",
2834
+ "dependencies": {
2835
+ "lodash.clonedeep": "^4.5.0",
2836
+ "lru-cache": "6.0.0"
2837
+ }
2838
+ },
2839
+ "node_modules/magic-string": {
2840
+ "version": "0.30.21",
2841
+ "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.21.tgz",
2842
+ "integrity": "sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==",
2843
+ "dev": true,
2844
+ "license": "MIT",
2845
+ "dependencies": {
2846
+ "@jridgewell/sourcemap-codec": "^1.5.5"
2847
+ }
2848
+ },
2849
+ "node_modules/math-intrinsics": {
2850
+ "version": "1.1.0",
2851
+ "resolved": "https://registry.npmjs.org/math-intrinsics/-/math-intrinsics-1.1.0.tgz",
2852
+ "integrity": "sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==",
2853
+ "license": "MIT",
2854
+ "engines": {
2855
+ "node": ">= 0.4"
2856
+ }
2857
+ },
2858
+ "node_modules/media-typer": {
2859
+ "version": "1.1.1",
2860
+ "resolved": "https://registry.npmjs.org/media-typer/-/media-typer-1.1.1.tgz",
2861
+ "integrity": "sha512-yz3xRaG20c6/BOzvYoDaGtPmGscs7YivItZEEqe6GbwNfHuxu9YNmvnEkMzKldAGY4/80pRcQRZSEnhquk9XuQ==",
2862
+ "license": "MIT",
2863
+ "engines": {
2864
+ "node": ">= 0.8"
2865
+ },
2866
+ "funding": {
2867
+ "type": "opencollective",
2868
+ "url": "https://opencollective.com/express"
2869
+ }
2870
+ },
2871
+ "node_modules/merge-descriptors": {
2872
+ "version": "2.0.0",
2873
+ "resolved": "https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-2.0.0.tgz",
2874
+ "integrity": "sha512-Snk314V5ayFLhp3fkUREub6WtjBfPdCPY1Ln8/8munuLuiYhsABgBVWsozAG+MWMbVEvcdcpbi9R7ww22l9Q3g==",
2875
+ "license": "MIT",
2876
+ "engines": {
2877
+ "node": ">=18"
2878
+ },
2879
+ "funding": {
2880
+ "url": "https://github.com/sponsors/sindresorhus"
2881
+ }
2882
+ },
2883
+ "node_modules/mime": {
2884
+ "version": "3.0.0",
2885
+ "resolved": "https://registry.npmjs.org/mime/-/mime-3.0.0.tgz",
2886
+ "integrity": "sha512-jSCU7/VB1loIWBZe14aEYHU/+1UMEHoaO7qxCOVJOw9GgH72VAWppxNcjU+x9a2k3GSIBXNKxXQFqRvvZ7vr3A==",
2887
+ "license": "MIT",
2888
+ "optional": true,
2889
+ "bin": {
2890
+ "mime": "cli.js"
2891
+ },
2892
+ "engines": {
2893
+ "node": ">=10.0.0"
2894
+ }
2895
+ },
2896
+ "node_modules/mime-db": {
2897
+ "version": "1.54.0",
2898
+ "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.54.0.tgz",
2899
+ "integrity": "sha512-aU5EJuIN2WDemCcAp2vFBfp/m4EAhWJnUNSSw0ixs7/kXbd6Pg64EmwJkNdFhB8aWt1sH2CTXrLxo/iAGV3oPQ==",
2900
+ "license": "MIT",
2901
+ "engines": {
2902
+ "node": ">= 0.6"
2903
+ }
2904
+ },
2905
+ "node_modules/mime-types": {
2906
+ "version": "3.0.2",
2907
+ "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-3.0.2.tgz",
2908
+ "integrity": "sha512-Lbgzdk0h4juoQ9fCKXW4by0UJqj+nOOrI9MJ1sSj4nI8aI2eo1qmvQEie4VD1glsS250n15LsWsYtCugiStS5A==",
2909
+ "license": "MIT",
2910
+ "dependencies": {
2911
+ "mime-db": "^1.54.0"
2912
+ },
2913
+ "engines": {
2914
+ "node": ">=18"
2915
+ },
2916
+ "funding": {
2917
+ "type": "opencollective",
2918
+ "url": "https://opencollective.com/express"
2919
+ }
2920
+ },
2921
+ "node_modules/ms": {
2922
+ "version": "2.1.3",
2923
+ "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
2924
+ "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
2925
+ "license": "MIT"
2926
+ },
2927
+ "node_modules/nanoid": {
2928
+ "version": "3.3.18",
2929
+ "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.18.tgz",
2930
+ "integrity": "sha512-DTg4MJbGMWkfi6VZFdNt2/caMbQy4Ou+Op/hJQvGEWcnVfoA1QA+xzRKAzw9jD6+GVOOeYr/mIcuDSdug6F6+w==",
2931
+ "dev": true,
2932
+ "funding": [
2933
+ {
2934
+ "type": "github",
2935
+ "url": "https://github.com/sponsors/ai"
2936
+ }
2937
+ ],
2938
+ "license": "MIT",
2939
+ "bin": {
2940
+ "nanoid": "bin/nanoid.cjs"
2941
+ },
2942
+ "engines": {
2943
+ "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
2944
+ }
2945
+ },
2946
+ "node_modules/negotiator": {
2947
+ "version": "1.1.0",
2948
+ "resolved": "https://registry.npmjs.org/negotiator/-/negotiator-1.1.0.tgz",
2949
+ "integrity": "sha512-NMPBRMJgiQHjbd8phG3Vebdx4kZ1H121rbl5IkMqeOsahptB9BKo/d7oJ3zTXqTgagn2bWlNSXkh0QUGM31RYg==",
2950
+ "license": "MIT",
2951
+ "dependencies": {
2952
+ "content-type": "^2.1.0"
2953
+ },
2954
+ "engines": {
2955
+ "node": ">=18"
2956
+ },
2957
+ "funding": {
2958
+ "type": "opencollective",
2959
+ "url": "https://opencollective.com/express"
2960
+ }
2961
+ },
2962
+ "node_modules/negotiator/node_modules/content-type": {
2963
+ "version": "2.1.0",
2964
+ "resolved": "https://registry.npmjs.org/content-type/-/content-type-2.1.0.tgz",
2965
+ "integrity": "sha512-mj7UPXE0jaqaOsukNZRUEfEi2AcL7C/vwmwcHV0O97eO1E1pxBZuyjlZrx5seTaNBg1U6+o35wpa35Qfcc+7ag==",
2966
+ "license": "MIT",
2967
+ "engines": {
2968
+ "node": ">=18"
2969
+ },
2970
+ "funding": {
2971
+ "type": "opencollective",
2972
+ "url": "https://opencollective.com/express"
2973
+ }
2974
+ },
2975
+ "node_modules/node-domexception": {
2976
+ "version": "1.0.0",
2977
+ "resolved": "https://registry.npmjs.org/node-domexception/-/node-domexception-1.0.0.tgz",
2978
+ "integrity": "sha512-/jKZoMpw0F8GRwl4/eLROPA3cfcXtLApP0QzLmUT/HuPCZWyB7IY9ZrMeKw2O/nFIqPQB3PVM9aYm0F312AXDQ==",
2979
+ "deprecated": "Use your platform's native DOMException instead",
2980
+ "funding": [
2981
+ {
2982
+ "type": "github",
2983
+ "url": "https://github.com/sponsors/jimmywarting"
2984
+ },
2985
+ {
2986
+ "type": "github",
2987
+ "url": "https://paypal.me/jimmywarting"
2988
+ }
2989
+ ],
2990
+ "license": "MIT",
2991
+ "engines": {
2992
+ "node": ">=10.5.0"
2993
+ }
2994
+ },
2995
+ "node_modules/node-fetch": {
2996
+ "version": "2.7.0",
2997
+ "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.7.0.tgz",
2998
+ "integrity": "sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==",
2999
+ "license": "MIT",
3000
+ "dependencies": {
3001
+ "whatwg-url": "^5.0.0"
3002
+ },
3003
+ "engines": {
3004
+ "node": "4.x || >=6.0.0"
3005
+ },
3006
+ "peerDependencies": {
3007
+ "encoding": "^0.1.0"
3008
+ },
3009
+ "peerDependenciesMeta": {
3010
+ "encoding": {
3011
+ "optional": true
3012
+ }
3013
+ }
3014
+ },
3015
+ "node_modules/object-assign": {
3016
+ "version": "4.1.1",
3017
+ "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",
3018
+ "integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==",
3019
+ "license": "MIT",
3020
+ "engines": {
3021
+ "node": ">=0.10.0"
3022
+ }
3023
+ },
3024
+ "node_modules/object-hash": {
3025
+ "version": "3.0.0",
3026
+ "resolved": "https://registry.npmjs.org/object-hash/-/object-hash-3.0.0.tgz",
3027
+ "integrity": "sha512-RSn9F68PjH9HqtltsSnqYC1XXoWe9Bju5+213R98cNGttag9q9yAOTzdbsqvIa7aNm5WffBZFpWYr2aWrklWAw==",
3028
+ "license": "MIT",
3029
+ "engines": {
3030
+ "node": ">= 6"
3031
+ }
3032
+ },
3033
+ "node_modules/object-inspect": {
3034
+ "version": "1.13.4",
3035
+ "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.4.tgz",
3036
+ "integrity": "sha512-W67iLl4J2EXEGTbfeHCffrjDfitvLANg0UlX3wFUUSTx92KXRFegMHUVgSqE+wvhAbi4WqjGg9czysTV2Epbew==",
3037
+ "license": "MIT",
3038
+ "engines": {
3039
+ "node": ">= 0.4"
3040
+ },
3041
+ "funding": {
3042
+ "url": "https://github.com/sponsors/ljharb"
3043
+ }
3044
+ },
3045
+ "node_modules/obug": {
3046
+ "version": "2.1.4",
3047
+ "resolved": "https://registry.npmjs.org/obug/-/obug-2.1.4.tgz",
3048
+ "integrity": "sha512-4a+OsYv9UktOJKE+l1A4OufDgdRF9PifWj+tJnHURo/P+WOxpG4GzUFL9qCalmWauao6ogiG+QvnCovwPoyAWA==",
3049
+ "dev": true,
3050
+ "funding": [
3051
+ "https://github.com/sponsors/sxzz",
3052
+ "https://opencollective.com/debug"
3053
+ ],
3054
+ "license": "MIT",
3055
+ "engines": {
3056
+ "node": ">=12.20.0"
3057
+ }
3058
+ },
3059
+ "node_modules/on-finished": {
3060
+ "version": "2.4.1",
3061
+ "resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.4.1.tgz",
3062
+ "integrity": "sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==",
3063
+ "license": "MIT",
3064
+ "dependencies": {
3065
+ "ee-first": "1.1.1"
3066
+ },
3067
+ "engines": {
3068
+ "node": ">= 0.8"
3069
+ }
3070
+ },
3071
+ "node_modules/once": {
3072
+ "version": "1.4.0",
3073
+ "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz",
3074
+ "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==",
3075
+ "license": "ISC",
3076
+ "dependencies": {
3077
+ "wrappy": "1"
3078
+ }
3079
+ },
3080
+ "node_modules/p-defer": {
3081
+ "version": "3.0.0",
3082
+ "resolved": "https://registry.npmjs.org/p-defer/-/p-defer-3.0.0.tgz",
3083
+ "integrity": "sha512-ugZxsxmtTln604yeYd29EGrNhazN2lywetzpKhfmQjW/VJmhpDmWbiX+h0zL8V91R0UXkhb3KtPmyq9PZw3aYw==",
3084
+ "license": "MIT",
3085
+ "engines": {
3086
+ "node": ">=8"
3087
+ }
3088
+ },
3089
+ "node_modules/p-limit": {
3090
+ "version": "3.1.0",
3091
+ "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz",
3092
+ "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==",
3093
+ "license": "MIT",
3094
+ "optional": true,
3095
+ "dependencies": {
3096
+ "yocto-queue": "^0.1.0"
3097
+ },
3098
+ "engines": {
3099
+ "node": ">=10"
3100
+ },
3101
+ "funding": {
3102
+ "url": "https://github.com/sponsors/sindresorhus"
3103
+ }
3104
+ },
3105
+ "node_modules/parseurl": {
3106
+ "version": "1.3.3",
3107
+ "resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz",
3108
+ "integrity": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==",
3109
+ "license": "MIT",
3110
+ "engines": {
3111
+ "node": ">= 0.8"
3112
+ }
3113
+ },
3114
+ "node_modules/path-expression-matcher": {
3115
+ "version": "1.6.2",
3116
+ "resolved": "https://registry.npmjs.org/path-expression-matcher/-/path-expression-matcher-1.6.2.tgz",
3117
+ "integrity": "sha512-enSlaiat05iasnzmgNxRj8reFdj3puY2QpNgP1aPIaVfT6nn9ICuPoFlKHk8EN22HcwewshO+mN2DGbkCEOtqQ==",
3118
+ "funding": [
3119
+ {
3120
+ "type": "github",
3121
+ "url": "https://github.com/sponsors/NaturalIntelligence"
3122
+ }
3123
+ ],
3124
+ "license": "MIT",
3125
+ "optional": true,
3126
+ "engines": {
3127
+ "node": ">=14.0.0"
3128
+ }
3129
+ },
3130
+ "node_modules/path-to-regexp": {
3131
+ "version": "8.4.2",
3132
+ "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-8.4.2.tgz",
3133
+ "integrity": "sha512-qRcuIdP69NPm4qbACK+aDogI5CBDMi1jKe0ry5rSQJz8JVLsC7jV8XpiJjGRLLol3N+R5ihGYcrPLTno6pAdBA==",
3134
+ "license": "MIT",
3135
+ "funding": {
3136
+ "type": "opencollective",
3137
+ "url": "https://opencollective.com/express"
3138
+ }
3139
+ },
3140
+ "node_modules/pathe": {
3141
+ "version": "2.0.3",
3142
+ "resolved": "https://registry.npmjs.org/pathe/-/pathe-2.0.3.tgz",
3143
+ "integrity": "sha512-WUjGcAqP1gQacoQe+OBJsFA7Ld4DyXuUIjZ5cc75cLHvJ7dtNsTugphxIADwspS+AraAUePCKrSVtPLFj/F88w==",
3144
+ "dev": true,
3145
+ "license": "MIT"
3146
+ },
3147
+ "node_modules/picocolors": {
3148
+ "version": "1.1.1",
3149
+ "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz",
3150
+ "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",
3151
+ "dev": true,
3152
+ "license": "ISC"
3153
+ },
3154
+ "node_modules/picomatch": {
3155
+ "version": "4.0.5",
3156
+ "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.5.tgz",
3157
+ "integrity": "sha512-RvwwcruNjI1ncT5xRakeyS9Lf8lcItv34KD+aif+VH9kduAyfYBipGh12274xtenIPZ119/R9BdTBa8gAwSh0A==",
3158
+ "dev": true,
3159
+ "license": "MIT",
3160
+ "engines": {
3161
+ "node": ">=12"
3162
+ },
3163
+ "funding": {
3164
+ "url": "https://github.com/sponsors/jonschlinkert"
3165
+ }
3166
+ },
3167
+ "node_modules/postcss": {
3168
+ "version": "8.5.26",
3169
+ "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.26.tgz",
3170
+ "integrity": "sha512-u82N74LFzG8ca+dD8puPnplTXoGH4fTPpVGuIbt36G3qvNlkvfD0lEAZSxaly3KX8TS/L1A1gsCEmvKmBcVbkQ==",
3171
+ "dev": true,
3172
+ "funding": [
3173
+ {
3174
+ "type": "opencollective",
3175
+ "url": "https://opencollective.com/postcss/"
3176
+ },
3177
+ {
3178
+ "type": "tidelift",
3179
+ "url": "https://tidelift.com/funding/github/npm/postcss"
3180
+ },
3181
+ {
3182
+ "type": "github",
3183
+ "url": "https://github.com/sponsors/ai"
3184
+ }
3185
+ ],
3186
+ "license": "MIT",
3187
+ "dependencies": {
3188
+ "nanoid": "^3.3.17",
3189
+ "picocolors": "^1.1.1",
3190
+ "source-map-js": "^1.2.1"
3191
+ },
3192
+ "engines": {
3193
+ "node": "^10 || ^12 || >=14"
3194
+ }
3195
+ },
3196
+ "node_modules/proto3-json-serializer": {
3197
+ "version": "2.0.2",
3198
+ "resolved": "https://registry.npmjs.org/proto3-json-serializer/-/proto3-json-serializer-2.0.2.tgz",
3199
+ "integrity": "sha512-SAzp/O4Yh02jGdRc+uIrGoe87dkN/XtwxfZ4ZyafJHymd79ozp5VG5nyZ7ygqPM5+cpLDjjGnYFUkngonyDPOQ==",
3200
+ "license": "Apache-2.0",
3201
+ "dependencies": {
3202
+ "protobufjs": "^7.2.5"
3203
+ },
3204
+ "engines": {
3205
+ "node": ">=14.0.0"
3206
+ }
3207
+ },
3208
+ "node_modules/protobufjs": {
3209
+ "version": "7.6.5",
3210
+ "resolved": "https://registry.npmjs.org/protobufjs/-/protobufjs-7.6.5.tgz",
3211
+ "integrity": "sha512-/FPD0nUc9jH6rfFjji9IBqOz4pcSE3CsT1m7Ep6Mdb0LxSUMj8hgl6GomOvZzpNpAqqGaXA0P3VSrZLFzIhQrw==",
3212
+ "hasInstallScript": true,
3213
+ "license": "BSD-3-Clause",
3214
+ "dependencies": {
3215
+ "@protobufjs/aspromise": "^1.1.2",
3216
+ "@protobufjs/base64": "^1.1.2",
3217
+ "@protobufjs/codegen": "^2.0.5",
3218
+ "@protobufjs/eventemitter": "^1.1.1",
3219
+ "@protobufjs/fetch": "^1.1.1",
3220
+ "@protobufjs/float": "^1.0.2",
3221
+ "@protobufjs/path": "^1.1.2",
3222
+ "@protobufjs/pool": "^1.1.0",
3223
+ "@protobufjs/utf8": "^1.1.1",
3224
+ "@types/node": ">=13.7.0",
3225
+ "long": "^5.3.2"
3226
+ },
3227
+ "engines": {
3228
+ "node": ">=12.0.0"
3229
+ }
3230
+ },
3231
+ "node_modules/proxy-addr": {
3232
+ "version": "2.0.7",
3233
+ "resolved": "https://registry.npmjs.org/proxy-addr/-/proxy-addr-2.0.7.tgz",
3234
+ "integrity": "sha512-llQsMLSUDUPT44jdrU/O37qlnifitDP+ZwrmmZcoSKyLKvtZxpyV0n2/bD/N4tBAAZ/gJEdZU7KMraoK1+XYAg==",
3235
+ "license": "MIT",
3236
+ "dependencies": {
3237
+ "forwarded": "0.2.0",
3238
+ "ipaddr.js": "1.9.1"
3239
+ },
3240
+ "engines": {
3241
+ "node": ">= 0.10"
3242
+ }
3243
+ },
3244
+ "node_modules/qs": {
3245
+ "version": "6.15.3",
3246
+ "resolved": "https://registry.npmjs.org/qs/-/qs-6.15.3.tgz",
3247
+ "integrity": "sha512-O9gl3zCl5h5blw1KGUzQKhA5oUXSl8rwUIM5o0S3nCXMliSvy5Dzx7/DJcI+SwgICv+IneSZwhBh1oSyEHA71A==",
3248
+ "license": "BSD-3-Clause",
3249
+ "dependencies": {
3250
+ "es-define-property": "^1.0.1",
3251
+ "side-channel": "^1.1.1"
3252
+ },
3253
+ "engines": {
3254
+ "node": ">=0.6"
3255
+ },
3256
+ "funding": {
3257
+ "url": "https://github.com/sponsors/ljharb"
3258
+ }
3259
+ },
3260
+ "node_modules/range-parser": {
3261
+ "version": "1.3.0",
3262
+ "resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.3.0.tgz",
3263
+ "integrity": "sha512-hek2mFQpPuI4E1BBKrSto+BU3e3x4xuarsbiwr3+lf7p44juvFMV0XFWQAP3xUyqXA4RrXLIoaSUGbSt056ZMw==",
3264
+ "license": "MIT",
3265
+ "engines": {
3266
+ "node": ">= 0.6"
3267
+ },
3268
+ "funding": {
3269
+ "type": "opencollective",
3270
+ "url": "https://opencollective.com/express"
3271
+ }
3272
+ },
3273
+ "node_modules/raw-body": {
3274
+ "version": "3.0.2",
3275
+ "resolved": "https://registry.npmjs.org/raw-body/-/raw-body-3.0.2.tgz",
3276
+ "integrity": "sha512-K5zQjDllxWkf7Z5xJdV0/B0WTNqx6vxG70zJE4N0kBs4LovmEYWJzQGxC9bS9RAKu3bgM40lrd5zoLJ12MQ5BA==",
3277
+ "license": "MIT",
3278
+ "dependencies": {
3279
+ "bytes": "~3.1.2",
3280
+ "http-errors": "~2.0.1",
3281
+ "iconv-lite": "~0.7.0",
3282
+ "unpipe": "~1.0.0"
3283
+ },
3284
+ "engines": {
3285
+ "node": ">= 0.10"
3286
+ }
3287
+ },
3288
+ "node_modules/readable-stream": {
3289
+ "version": "3.6.2",
3290
+ "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz",
3291
+ "integrity": "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==",
3292
+ "license": "MIT",
3293
+ "dependencies": {
3294
+ "inherits": "^2.0.3",
3295
+ "string_decoder": "^1.1.1",
3296
+ "util-deprecate": "^1.0.1"
3297
+ },
3298
+ "engines": {
3299
+ "node": ">= 6"
3300
+ }
3301
+ },
3302
+ "node_modules/require-directory": {
3303
+ "version": "2.1.1",
3304
+ "resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz",
3305
+ "integrity": "sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==",
3306
+ "license": "MIT",
3307
+ "engines": {
3308
+ "node": ">=0.10.0"
3309
+ }
3310
+ },
3311
+ "node_modules/retry": {
3312
+ "version": "0.13.1",
3313
+ "resolved": "https://registry.npmjs.org/retry/-/retry-0.13.1.tgz",
3314
+ "integrity": "sha512-XQBQ3I8W1Cge0Seh+6gjj03LbmRFWuoszgK9ooCpwYIrhhoO80pfq4cUkU5DkknwfOfFteRwlZ56PYOGYyFWdg==",
3315
+ "license": "MIT",
3316
+ "optional": true,
3317
+ "engines": {
3318
+ "node": ">= 4"
3319
+ }
3320
+ },
3321
+ "node_modules/retry-request": {
3322
+ "version": "7.0.2",
3323
+ "resolved": "https://registry.npmjs.org/retry-request/-/retry-request-7.0.2.tgz",
3324
+ "integrity": "sha512-dUOvLMJ0/JJYEn8NrpOaGNE7X3vpI5XlZS/u0ANjqtcZVKnIxP7IgCFwrKTxENw29emmwug53awKtaMm4i9g5w==",
3325
+ "license": "MIT",
3326
+ "dependencies": {
3327
+ "@types/request": "^2.48.8",
3328
+ "extend": "^3.0.2",
3329
+ "teeny-request": "^9.0.0"
3330
+ },
3331
+ "engines": {
3332
+ "node": ">=14"
3333
+ }
3334
+ },
3335
+ "node_modules/rolldown": {
3336
+ "version": "1.2.5",
3337
+ "resolved": "https://registry.npmjs.org/rolldown/-/rolldown-1.2.5.tgz",
3338
+ "integrity": "sha512-VD2IE5PUG4Oj8zz2VGykiYd5wbnjdIiSsNQb8Qu5B+noEp+A78mu2iVvpp27g8es14Tk9rofNs5Tku9iQCS4fA==",
3339
+ "dev": true,
3340
+ "license": "MIT",
3341
+ "dependencies": {
3342
+ "@oxc-project/types": "=0.146.0",
3343
+ "@rolldown/pluginutils": "^1.0.0"
3344
+ },
3345
+ "bin": {
3346
+ "rolldown": "bin/cli.mjs"
3347
+ },
3348
+ "engines": {
3349
+ "node": "^20.19.0 || >=22.12.0"
3350
+ },
3351
+ "optionalDependencies": {
3352
+ "@rolldown/binding-android-arm-eabi": "1.2.5",
3353
+ "@rolldown/binding-android-arm64": "1.2.5",
3354
+ "@rolldown/binding-darwin-arm64": "1.2.5",
3355
+ "@rolldown/binding-darwin-x64": "1.2.5",
3356
+ "@rolldown/binding-freebsd-x64": "1.2.5",
3357
+ "@rolldown/binding-linux-arm-gnueabihf": "1.2.5",
3358
+ "@rolldown/binding-linux-arm64-gnu": "1.2.5",
3359
+ "@rolldown/binding-linux-arm64-musl": "1.2.5",
3360
+ "@rolldown/binding-linux-ppc64-gnu": "1.2.5",
3361
+ "@rolldown/binding-linux-s390x-gnu": "1.2.5",
3362
+ "@rolldown/binding-linux-x64-gnu": "1.2.5",
3363
+ "@rolldown/binding-linux-x64-musl": "1.2.5",
3364
+ "@rolldown/binding-openharmony-arm64": "1.2.5",
3365
+ "@rolldown/binding-win32-arm64-msvc": "1.2.5",
3366
+ "@rolldown/binding-win32-x64-msvc": "1.2.5"
3367
+ }
3368
+ },
3369
+ "node_modules/router": {
3370
+ "version": "2.2.0",
3371
+ "resolved": "https://registry.npmjs.org/router/-/router-2.2.0.tgz",
3372
+ "integrity": "sha512-nLTrUKm2UyiL7rlhapu/Zl45FwNgkZGaCpZbIHajDYgwlJCOzLSk+cIPAnsEqV955GjILJnKbdQC1nVPz+gAYQ==",
3373
+ "license": "MIT",
3374
+ "dependencies": {
3375
+ "debug": "^4.4.0",
3376
+ "depd": "^2.0.0",
3377
+ "is-promise": "^4.0.0",
3378
+ "parseurl": "^1.3.3",
3379
+ "path-to-regexp": "^8.0.0"
3380
+ },
3381
+ "engines": {
3382
+ "node": ">= 18"
3383
+ }
3384
+ },
3385
+ "node_modules/safe-buffer": {
3386
+ "version": "5.2.1",
3387
+ "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz",
3388
+ "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==",
3389
+ "funding": [
3390
+ {
3391
+ "type": "github",
3392
+ "url": "https://github.com/sponsors/feross"
3393
+ },
3394
+ {
3395
+ "type": "patreon",
3396
+ "url": "https://www.patreon.com/feross"
3397
+ },
3398
+ {
3399
+ "type": "consulting",
3400
+ "url": "https://feross.org/support"
3401
+ }
3402
+ ],
3403
+ "license": "MIT"
3404
+ },
3405
+ "node_modules/safer-buffer": {
3406
+ "version": "2.1.2",
3407
+ "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz",
3408
+ "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==",
3409
+ "license": "MIT"
3410
+ },
3411
+ "node_modules/semver": {
3412
+ "version": "7.8.5",
3413
+ "resolved": "https://registry.npmjs.org/semver/-/semver-7.8.5.tgz",
3414
+ "integrity": "sha512-Y7/KDsb8LjooZpwaqGyulO6DQlksgCncchHGk+sZIY4SBvUocMBEFH5Ur1fI4dV+Jvl0w6cjvucaIi40puRioA==",
3415
+ "license": "ISC",
3416
+ "bin": {
3417
+ "semver": "bin/semver.js"
3418
+ },
3419
+ "engines": {
3420
+ "node": ">=10"
3421
+ }
3422
+ },
3423
+ "node_modules/send": {
3424
+ "version": "1.2.1",
3425
+ "resolved": "https://registry.npmjs.org/send/-/send-1.2.1.tgz",
3426
+ "integrity": "sha512-1gnZf7DFcoIcajTjTwjwuDjzuz4PPcY2StKPlsGAQ1+YH20IRVrBaXSWmdjowTJ6u8Rc01PoYOGHXfP1mYcZNQ==",
3427
+ "license": "MIT",
3428
+ "dependencies": {
3429
+ "debug": "^4.4.3",
3430
+ "encodeurl": "^2.0.0",
3431
+ "escape-html": "^1.0.3",
3432
+ "etag": "^1.8.1",
3433
+ "fresh": "^2.0.0",
3434
+ "http-errors": "^2.0.1",
3435
+ "mime-types": "^3.0.2",
3436
+ "ms": "^2.1.3",
3437
+ "on-finished": "^2.4.1",
3438
+ "range-parser": "^1.2.1",
3439
+ "statuses": "^2.0.2"
3440
+ },
3441
+ "engines": {
3442
+ "node": ">= 18"
3443
+ },
3444
+ "funding": {
3445
+ "type": "opencollective",
3446
+ "url": "https://opencollective.com/express"
3447
+ }
3448
+ },
3449
+ "node_modules/serve-static": {
3450
+ "version": "2.2.1",
3451
+ "resolved": "https://registry.npmjs.org/serve-static/-/serve-static-2.2.1.tgz",
3452
+ "integrity": "sha512-xRXBn0pPqQTVQiC8wyQrKs2MOlX24zQ0POGaj0kultvoOCstBQM5yvOhAVSUwOMjQtTvsPWoNCHfPGwaaQJhTw==",
3453
+ "license": "MIT",
3454
+ "dependencies": {
3455
+ "encodeurl": "^2.0.0",
3456
+ "escape-html": "^1.0.3",
3457
+ "parseurl": "^1.3.3",
3458
+ "send": "^1.2.0"
3459
+ },
3460
+ "engines": {
3461
+ "node": ">= 18"
3462
+ },
3463
+ "funding": {
3464
+ "type": "opencollective",
3465
+ "url": "https://opencollective.com/express"
3466
+ }
3467
+ },
3468
+ "node_modules/setprototypeof": {
3469
+ "version": "1.2.0",
3470
+ "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.2.0.tgz",
3471
+ "integrity": "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==",
3472
+ "license": "ISC"
3473
+ },
3474
+ "node_modules/side-channel": {
3475
+ "version": "1.1.1",
3476
+ "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.1.1.tgz",
3477
+ "integrity": "sha512-6x6dK6zJdpTzF4sQeNYxwtvBzf6Eg4GtlesS94HOvTudUeyK2WXAaIfmDgsyslYrRBeFIlsi54AYsFGUuhmvrQ==",
3478
+ "license": "MIT",
3479
+ "dependencies": {
3480
+ "es-errors": "^1.3.0",
3481
+ "object-inspect": "^1.13.4",
3482
+ "side-channel-list": "^1.0.1",
3483
+ "side-channel-map": "^1.0.1",
3484
+ "side-channel-weakmap": "^1.0.2"
3485
+ },
3486
+ "engines": {
3487
+ "node": ">= 0.4"
3488
+ },
3489
+ "funding": {
3490
+ "url": "https://github.com/sponsors/ljharb"
3491
+ }
3492
+ },
3493
+ "node_modules/side-channel-list": {
3494
+ "version": "1.0.1",
3495
+ "resolved": "https://registry.npmjs.org/side-channel-list/-/side-channel-list-1.0.1.tgz",
3496
+ "integrity": "sha512-mjn/0bi/oUURjc5Xl7IaWi/OJJJumuoJFQJfDDyO46+hBWsfaVM65TBHq2eoZBhzl9EchxOijpkbRC8SVBQU0w==",
3497
+ "license": "MIT",
3498
+ "dependencies": {
3499
+ "es-errors": "^1.3.0",
3500
+ "object-inspect": "^1.13.4"
3501
+ },
3502
+ "engines": {
3503
+ "node": ">= 0.4"
3504
+ },
3505
+ "funding": {
3506
+ "url": "https://github.com/sponsors/ljharb"
3507
+ }
3508
+ },
3509
+ "node_modules/side-channel-map": {
3510
+ "version": "1.0.1",
3511
+ "resolved": "https://registry.npmjs.org/side-channel-map/-/side-channel-map-1.0.1.tgz",
3512
+ "integrity": "sha512-VCjCNfgMsby3tTdo02nbjtM/ewra6jPHmpThenkTYh8pG9ucZ/1P8So4u4FGBek/BjpOVsDCMoLA/iuBKIFXRA==",
3513
+ "license": "MIT",
3514
+ "dependencies": {
3515
+ "call-bound": "^1.0.2",
3516
+ "es-errors": "^1.3.0",
3517
+ "get-intrinsic": "^1.2.5",
3518
+ "object-inspect": "^1.13.3"
3519
+ },
3520
+ "engines": {
3521
+ "node": ">= 0.4"
3522
+ },
3523
+ "funding": {
3524
+ "url": "https://github.com/sponsors/ljharb"
3525
+ }
3526
+ },
3527
+ "node_modules/side-channel-weakmap": {
3528
+ "version": "1.0.2",
3529
+ "resolved": "https://registry.npmjs.org/side-channel-weakmap/-/side-channel-weakmap-1.0.2.tgz",
3530
+ "integrity": "sha512-WPS/HvHQTYnHisLo9McqBHOJk2FkHO/tlpvldyrnem4aeQp4hai3gythswg6p01oSoTl58rcpiFAjF2br2Ak2A==",
3531
+ "license": "MIT",
3532
+ "dependencies": {
3533
+ "call-bound": "^1.0.2",
3534
+ "es-errors": "^1.3.0",
3535
+ "get-intrinsic": "^1.2.5",
3536
+ "object-inspect": "^1.13.3",
3537
+ "side-channel-map": "^1.0.1"
3538
+ },
3539
+ "engines": {
3540
+ "node": ">= 0.4"
3541
+ },
3542
+ "funding": {
3543
+ "url": "https://github.com/sponsors/ljharb"
3544
+ }
3545
+ },
3546
+ "node_modules/siginfo": {
3547
+ "version": "2.0.0",
3548
+ "resolved": "https://registry.npmjs.org/siginfo/-/siginfo-2.0.0.tgz",
3549
+ "integrity": "sha512-ybx0WO1/8bSBLEWXZvEd7gMW3Sn3JFlW3TvX1nREbDLRNQNaeNN8WK0meBwPdAaOI7TtRRRJn/Es1zhrrCHu7g==",
3550
+ "dev": true,
3551
+ "license": "ISC"
3552
+ },
3553
+ "node_modules/source-map-js": {
3554
+ "version": "1.2.1",
3555
+ "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz",
3556
+ "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==",
3557
+ "dev": true,
3558
+ "license": "BSD-3-Clause",
3559
+ "engines": {
3560
+ "node": ">=0.10.0"
3561
+ }
3562
+ },
3563
+ "node_modules/stackback": {
3564
+ "version": "0.0.2",
3565
+ "resolved": "https://registry.npmjs.org/stackback/-/stackback-0.0.2.tgz",
3566
+ "integrity": "sha512-1XMJE5fQo1jGH6Y/7ebnwPOBEkIEnT4QF32d5R1+VXdXveM0IBMJt8zfaxX1P3QhVwrYe+576+jkANtSS2mBbw==",
3567
+ "dev": true,
3568
+ "license": "MIT"
3569
+ },
3570
+ "node_modules/statuses": {
3571
+ "version": "2.0.2",
3572
+ "resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.2.tgz",
3573
+ "integrity": "sha512-DvEy55V3DB7uknRo+4iOGT5fP1slR8wQohVdknigZPMpMstaKJQWhwiYBACJE3Ul2pTnATihhBYnRhZQHGBiRw==",
3574
+ "license": "MIT",
3575
+ "engines": {
3576
+ "node": ">= 0.8"
3577
+ }
3578
+ },
3579
+ "node_modules/std-env": {
3580
+ "version": "4.2.0",
3581
+ "resolved": "https://registry.npmjs.org/std-env/-/std-env-4.2.0.tgz",
3582
+ "integrity": "sha512-oCUKSupKTHX53EyjDtuZQ64pjLJ6yYCtpmEw0goYxtjG9KpbRe8KAsl2tBUGU9DyMcJ0RwJ8GqJAFzMXcXW1Rw==",
3583
+ "dev": true,
3584
+ "license": "MIT"
3585
+ },
3586
+ "node_modules/stream-events": {
3587
+ "version": "1.0.5",
3588
+ "resolved": "https://registry.npmjs.org/stream-events/-/stream-events-1.0.5.tgz",
3589
+ "integrity": "sha512-E1GUzBSgvct8Jsb3v2X15pjzN1tYebtbLaMg+eBOUOAxgbLoSbT2NS91ckc5lJD1KfLjId+jXJRgo0qnV5Nerg==",
3590
+ "license": "MIT",
3591
+ "dependencies": {
3592
+ "stubs": "^3.0.0"
3593
+ }
3594
+ },
3595
+ "node_modules/stream-shift": {
3596
+ "version": "1.0.3",
3597
+ "resolved": "https://registry.npmjs.org/stream-shift/-/stream-shift-1.0.3.tgz",
3598
+ "integrity": "sha512-76ORR0DO1o1hlKwTbi/DM3EXWGf3ZJYO8cXX5RJwnul2DEg2oyoZyjLNoQM8WsvZiFKCRfC1O0J7iCvie3RZmQ==",
3599
+ "license": "MIT"
3600
+ },
3601
+ "node_modules/string_decoder": {
3602
+ "version": "1.3.0",
3603
+ "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz",
3604
+ "integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==",
3605
+ "license": "MIT",
3606
+ "dependencies": {
3607
+ "safe-buffer": "~5.2.0"
3608
+ }
3609
+ },
3610
+ "node_modules/string-width": {
3611
+ "version": "4.2.3",
3612
+ "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
3613
+ "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
3614
+ "license": "MIT",
3615
+ "dependencies": {
3616
+ "emoji-regex": "^8.0.0",
3617
+ "is-fullwidth-code-point": "^3.0.0",
3618
+ "strip-ansi": "^6.0.1"
3619
+ },
3620
+ "engines": {
3621
+ "node": ">=8"
3622
+ }
3623
+ },
3624
+ "node_modules/strip-ansi": {
3625
+ "version": "6.0.1",
3626
+ "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
3627
+ "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
3628
+ "license": "MIT",
3629
+ "dependencies": {
3630
+ "ansi-regex": "^5.0.1"
3631
+ },
3632
+ "engines": {
3633
+ "node": ">=8"
3634
+ }
3635
+ },
3636
+ "node_modules/strnum": {
3637
+ "version": "2.4.2",
3638
+ "resolved": "https://registry.npmjs.org/strnum/-/strnum-2.4.2.tgz",
3639
+ "integrity": "sha512-rDG3Ah4TV0k1hWvLSzkZtMmLN9+eS+h3knq4MP6A42Y3Yh5qGNnOUs1jJkoSr8FG5dsL28c7KgkIBzSEykqtuw==",
3640
+ "funding": [
3641
+ {
3642
+ "type": "github",
3643
+ "url": "https://github.com/sponsors/NaturalIntelligence"
3644
+ }
3645
+ ],
3646
+ "license": "MIT",
3647
+ "optional": true,
3648
+ "dependencies": {
3649
+ "anynum": "^1.0.1"
3650
+ }
3651
+ },
3652
+ "node_modules/stubs": {
3653
+ "version": "3.0.0",
3654
+ "resolved": "https://registry.npmjs.org/stubs/-/stubs-3.0.0.tgz",
3655
+ "integrity": "sha512-PdHt7hHUJKxvTCgbKX9C1V/ftOcjJQgz8BZwNfV5c4B6dcGqlpelTbJ999jBGZ2jYiPAwcX5dP6oBwVlBlUbxw==",
3656
+ "license": "MIT"
3657
+ },
3658
+ "node_modules/teeny-request": {
3659
+ "version": "9.0.0",
3660
+ "resolved": "https://registry.npmjs.org/teeny-request/-/teeny-request-9.0.0.tgz",
3661
+ "integrity": "sha512-resvxdc6Mgb7YEThw6G6bExlXKkv6+YbuzGg9xuXxSgxJF7Ozs+o8Y9+2R3sArdWdW8nOokoQb1yrpFB0pQK2g==",
3662
+ "license": "Apache-2.0",
3663
+ "dependencies": {
3664
+ "http-proxy-agent": "^5.0.0",
3665
+ "https-proxy-agent": "^5.0.0",
3666
+ "node-fetch": "^2.6.9",
3667
+ "stream-events": "^1.0.5",
3668
+ "uuid": "^9.0.0"
3669
+ },
3670
+ "engines": {
3671
+ "node": ">=14"
3672
+ }
3673
+ },
3674
+ "node_modules/teeny-request/node_modules/agent-base": {
3675
+ "version": "6.0.2",
3676
+ "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-6.0.2.tgz",
3677
+ "integrity": "sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==",
3678
+ "license": "MIT",
3679
+ "dependencies": {
3680
+ "debug": "4"
3681
+ },
3682
+ "engines": {
3683
+ "node": ">= 6.0.0"
3684
+ }
3685
+ },
3686
+ "node_modules/teeny-request/node_modules/https-proxy-agent": {
3687
+ "version": "5.0.1",
3688
+ "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-5.0.1.tgz",
3689
+ "integrity": "sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA==",
3690
+ "license": "MIT",
3691
+ "dependencies": {
3692
+ "agent-base": "6",
3693
+ "debug": "4"
3694
+ },
3695
+ "engines": {
3696
+ "node": ">= 6"
3697
+ }
3698
+ },
3699
+ "node_modules/tinybench": {
3700
+ "version": "2.9.0",
3701
+ "resolved": "https://registry.npmjs.org/tinybench/-/tinybench-2.9.0.tgz",
3702
+ "integrity": "sha512-0+DUvqWMValLmha6lr4kD8iAMK1HzV0/aKnCtWb9v9641TnP/MFb7Pc2bxoxQjTXAErryXVgUOfv2YqNllqGeg==",
3703
+ "dev": true,
3704
+ "license": "MIT"
3705
+ },
3706
+ "node_modules/tinyexec": {
3707
+ "version": "1.3.0",
3708
+ "resolved": "https://registry.npmjs.org/tinyexec/-/tinyexec-1.3.0.tgz",
3709
+ "integrity": "sha512-QKAl9m8gWWGHV8jZcPeym6j+XULi6tOf1mT83WYJ4Lk2ytW/uwAWkrP0uFsdoYMdueVJ0qs26wZ+23xeB4ibNQ==",
3710
+ "dev": true,
3711
+ "license": "MIT",
3712
+ "engines": {
3713
+ "node": ">=18"
3714
+ }
3715
+ },
3716
+ "node_modules/tinyglobby": {
3717
+ "version": "0.2.17",
3718
+ "resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.17.tgz",
3719
+ "integrity": "sha512-wXR/dYpcqKmfWpEdZjiKJOwCNFndD0DMnrW/cYjVGttEkBfVgcLFHoNrlj47mjOVic9yyNu65alsgF4NQyTa2g==",
3720
+ "dev": true,
3721
+ "license": "MIT",
3722
+ "dependencies": {
3723
+ "fdir": "^6.5.0",
3724
+ "picomatch": "^4.0.4"
3725
+ },
3726
+ "engines": {
3727
+ "node": ">=12.0.0"
3728
+ },
3729
+ "funding": {
3730
+ "url": "https://github.com/sponsors/SuperchupuDev"
3731
+ }
3732
+ },
3733
+ "node_modules/tinyrainbow": {
3734
+ "version": "3.1.1",
3735
+ "resolved": "https://registry.npmjs.org/tinyrainbow/-/tinyrainbow-3.1.1.tgz",
3736
+ "integrity": "sha512-yau8yJdTt989Mm0Bd/236QnzEiPf2xLLTqUZRUJOo/3CB078LSwzei343DgtJVmfJKJE3TMINY1u42SQsP6mXw==",
3737
+ "dev": true,
3738
+ "license": "MIT",
3739
+ "engines": {
3740
+ "node": ">=14.0.0"
3741
+ }
3742
+ },
3743
+ "node_modules/toidentifier": {
3744
+ "version": "1.0.1",
3745
+ "resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.1.tgz",
3746
+ "integrity": "sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==",
3747
+ "license": "MIT",
3748
+ "engines": {
3749
+ "node": ">=0.6"
3750
+ }
3751
+ },
3752
+ "node_modules/tr46": {
3753
+ "version": "0.0.3",
3754
+ "resolved": "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz",
3755
+ "integrity": "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==",
3756
+ "license": "MIT"
3757
+ },
3758
+ "node_modules/tslib": {
3759
+ "version": "2.8.1",
3760
+ "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz",
3761
+ "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==",
3762
+ "license": "0BSD"
3763
+ },
3764
+ "node_modules/type-is": {
3765
+ "version": "2.1.0",
3766
+ "resolved": "https://registry.npmjs.org/type-is/-/type-is-2.1.0.tgz",
3767
+ "integrity": "sha512-faYHw0anBbc/kWF3zFTEnxSFOAGUX9GFbOBthvDdLsIlEoWOFOtS0zgCiQYwIskL9iGXZL3kAXD8OoZ4GmMATA==",
3768
+ "license": "MIT",
3769
+ "dependencies": {
3770
+ "content-type": "^2.0.0",
3771
+ "media-typer": "^1.1.0",
3772
+ "mime-types": "^3.0.0"
3773
+ },
3774
+ "engines": {
3775
+ "node": ">= 18"
3776
+ },
3777
+ "funding": {
3778
+ "type": "opencollective",
3779
+ "url": "https://opencollective.com/express"
3780
+ }
3781
+ },
3782
+ "node_modules/type-is/node_modules/content-type": {
3783
+ "version": "2.1.0",
3784
+ "resolved": "https://registry.npmjs.org/content-type/-/content-type-2.1.0.tgz",
3785
+ "integrity": "sha512-mj7UPXE0jaqaOsukNZRUEfEi2AcL7C/vwmwcHV0O97eO1E1pxBZuyjlZrx5seTaNBg1U6+o35wpa35Qfcc+7ag==",
3786
+ "license": "MIT",
3787
+ "engines": {
3788
+ "node": ">=18"
3789
+ },
3790
+ "funding": {
3791
+ "type": "opencollective",
3792
+ "url": "https://opencollective.com/express"
3793
+ }
3794
+ },
3795
+ "node_modules/undici-types": {
3796
+ "version": "8.3.0",
3797
+ "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-8.3.0.tgz",
3798
+ "integrity": "sha512-j375ScV60dom+YkPFIfTLcOiPxkN/buHz5GobjLhixFuANaNs3C9l4GmrWqejgXWJ7BbJcFYpTEUkS1Ge8bpZQ==",
3799
+ "license": "MIT"
3800
+ },
3801
+ "node_modules/unpipe": {
3802
+ "version": "1.0.0",
3803
+ "resolved": "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz",
3804
+ "integrity": "sha512-pjy2bYhSsufwWlKwPc+l3cN7+wuJlK6uz0YdJEOlQDbl6jo/YlPi4mb8agUkVC8BF7V8NuzeyPNqRksA3hztKQ==",
3805
+ "license": "MIT",
3806
+ "engines": {
3807
+ "node": ">= 0.8"
3808
+ }
3809
+ },
3810
+ "node_modules/util-deprecate": {
3811
+ "version": "1.0.2",
3812
+ "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz",
3813
+ "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==",
3814
+ "license": "MIT"
3815
+ },
3816
+ "node_modules/uuid": {
3817
+ "version": "9.0.1",
3818
+ "resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.1.tgz",
3819
+ "integrity": "sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==",
3820
+ "deprecated": "uuid@10 and below is no longer supported. For ESM codebases, update to uuid@latest. For CommonJS codebases, use uuid@11 (but be aware this version will likely be deprecated in 2028).",
3821
+ "funding": [
3822
+ "https://github.com/sponsors/broofa",
3823
+ "https://github.com/sponsors/ctavan"
3824
+ ],
3825
+ "license": "MIT",
3826
+ "bin": {
3827
+ "uuid": "dist/bin/uuid"
3828
+ }
3829
+ },
3830
+ "node_modules/vary": {
3831
+ "version": "1.1.2",
3832
+ "resolved": "https://registry.npmjs.org/vary/-/vary-1.1.2.tgz",
3833
+ "integrity": "sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg==",
3834
+ "license": "MIT",
3835
+ "engines": {
3836
+ "node": ">= 0.8"
3837
+ }
3838
+ },
3839
+ "node_modules/vite": {
3840
+ "version": "8.2.2",
3841
+ "resolved": "https://registry.npmjs.org/vite/-/vite-8.2.2.tgz",
3842
+ "integrity": "sha512-cFKLV/PRgAUlIRm5WjMjJ86jrftzpqcgH+Us+DS8mI3CDNiH30Whrz8uHL3+MOLPAgqbMBAqWdAHAphOAM+z/Q==",
3843
+ "dev": true,
3844
+ "license": "MIT",
3845
+ "dependencies": {
3846
+ "lightningcss": "^1.33.0",
3847
+ "picomatch": "^4.0.5",
3848
+ "postcss": "^8.5.26",
3849
+ "rolldown": "~1.2.4",
3850
+ "tinyglobby": "^0.2.17"
3851
+ },
3852
+ "bin": {
3853
+ "vite": "bin/vite.js"
3854
+ },
3855
+ "engines": {
3856
+ "node": "^20.19.0 || >=22.12.0"
3857
+ },
3858
+ "funding": {
3859
+ "url": "https://github.com/vitejs/vite?sponsor=1"
3860
+ },
3861
+ "optionalDependencies": {
3862
+ "fsevents": "~2.3.3"
3863
+ },
3864
+ "peerDependencies": {
3865
+ "@types/node": "^20.19.0 || >=22.12.0",
3866
+ "@vitejs/devtools": "^0.4.0 || ^0.5.0",
3867
+ "esbuild": "^0.27.0 || ^0.28.0",
3868
+ "jiti": ">=1.21.0",
3869
+ "less": "^4.0.0",
3870
+ "sass": "^1.70.0",
3871
+ "sass-embedded": "^1.70.0",
3872
+ "stylus": ">=0.54.8",
3873
+ "sugarss": "^5.0.0",
3874
+ "terser": "^5.16.0",
3875
+ "tsx": "^4.8.1",
3876
+ "yaml": "^2.4.2"
3877
+ },
3878
+ "peerDependenciesMeta": {
3879
+ "@types/node": {
3880
+ "optional": true
3881
+ },
3882
+ "@vitejs/devtools": {
3883
+ "optional": true
3884
+ },
3885
+ "esbuild": {
3886
+ "optional": true
3887
+ },
3888
+ "jiti": {
3889
+ "optional": true
3890
+ },
3891
+ "less": {
3892
+ "optional": true
3893
+ },
3894
+ "sass": {
3895
+ "optional": true
3896
+ },
3897
+ "sass-embedded": {
3898
+ "optional": true
3899
+ },
3900
+ "stylus": {
3901
+ "optional": true
3902
+ },
3903
+ "sugarss": {
3904
+ "optional": true
3905
+ },
3906
+ "terser": {
3907
+ "optional": true
3908
+ },
3909
+ "tsx": {
3910
+ "optional": true
3911
+ },
3912
+ "yaml": {
3913
+ "optional": true
3914
+ }
3915
+ }
3916
+ },
3917
+ "node_modules/vitest": {
3918
+ "version": "4.1.11",
3919
+ "resolved": "https://registry.npmjs.org/vitest/-/vitest-4.1.11.tgz",
3920
+ "integrity": "sha512-fhACrNXUidIbGSBr5FlbuBkO7VWC1ZyLl0DO4CU2DrQoAPxX84Ysxs+HeGQpii5lZWV1Q4gBZTTu49mF+A6Edw==",
3921
+ "dev": true,
3922
+ "license": "MIT",
3923
+ "dependencies": {
3924
+ "@vitest/expect": "4.1.11",
3925
+ "@vitest/mocker": "4.1.11",
3926
+ "@vitest/pretty-format": "4.1.11",
3927
+ "@vitest/runner": "4.1.11",
3928
+ "@vitest/snapshot": "4.1.11",
3929
+ "@vitest/spy": "4.1.11",
3930
+ "@vitest/utils": "4.1.11",
3931
+ "es-module-lexer": "^2.0.0",
3932
+ "expect-type": "^1.3.0",
3933
+ "magic-string": "^0.30.21",
3934
+ "obug": "^2.1.1",
3935
+ "pathe": "^2.0.3",
3936
+ "picomatch": "^4.0.3",
3937
+ "std-env": "^4.0.0-rc.1",
3938
+ "tinybench": "^2.9.0",
3939
+ "tinyexec": "^1.0.2",
3940
+ "tinyglobby": "^0.2.15",
3941
+ "tinyrainbow": "^3.1.0",
3942
+ "vite": "^6.0.0 || ^7.0.0 || ^8.0.0",
3943
+ "why-is-node-running": "^2.3.0"
3944
+ },
3945
+ "bin": {
3946
+ "vitest": "vitest.mjs"
3947
+ },
3948
+ "engines": {
3949
+ "node": "^20.0.0 || ^22.0.0 || >=24.0.0"
3950
+ },
3951
+ "funding": {
3952
+ "url": "https://opencollective.com/vitest"
3953
+ },
3954
+ "peerDependencies": {
3955
+ "@edge-runtime/vm": "*",
3956
+ "@opentelemetry/api": "^1.9.0",
3957
+ "@types/node": "^20.0.0 || ^22.0.0 || >=24.0.0",
3958
+ "@vitest/browser-playwright": "4.1.11",
3959
+ "@vitest/browser-preview": "4.1.11",
3960
+ "@vitest/browser-webdriverio": "4.1.11",
3961
+ "@vitest/coverage-istanbul": "4.1.11",
3962
+ "@vitest/coverage-v8": "4.1.11",
3963
+ "@vitest/ui": "4.1.11",
3964
+ "happy-dom": "*",
3965
+ "jsdom": "*",
3966
+ "vite": "^6.0.0 || ^7.0.0 || ^8.0.0"
3967
+ },
3968
+ "peerDependenciesMeta": {
3969
+ "@edge-runtime/vm": {
3970
+ "optional": true
3971
+ },
3972
+ "@opentelemetry/api": {
3973
+ "optional": true
3974
+ },
3975
+ "@types/node": {
3976
+ "optional": true
3977
+ },
3978
+ "@vitest/browser-playwright": {
3979
+ "optional": true
3980
+ },
3981
+ "@vitest/browser-preview": {
3982
+ "optional": true
3983
+ },
3984
+ "@vitest/browser-webdriverio": {
3985
+ "optional": true
3986
+ },
3987
+ "@vitest/coverage-istanbul": {
3988
+ "optional": true
3989
+ },
3990
+ "@vitest/coverage-v8": {
3991
+ "optional": true
3992
+ },
3993
+ "@vitest/ui": {
3994
+ "optional": true
3995
+ },
3996
+ "happy-dom": {
3997
+ "optional": true
3998
+ },
3999
+ "jsdom": {
4000
+ "optional": true
4001
+ },
4002
+ "vite": {
4003
+ "optional": false
4004
+ }
4005
+ }
4006
+ },
4007
+ "node_modules/web-streams-polyfill": {
4008
+ "version": "3.3.3",
4009
+ "resolved": "https://registry.npmjs.org/web-streams-polyfill/-/web-streams-polyfill-3.3.3.tgz",
4010
+ "integrity": "sha512-d2JWLCivmZYTSIoge9MsgFCZrt571BikcWGYkjC1khllbTeDlGqZ2D8vD8E/lJa8WGWbb7Plm8/XJYV7IJHZZw==",
4011
+ "license": "MIT",
4012
+ "engines": {
4013
+ "node": ">= 8"
4014
+ }
4015
+ },
4016
+ "node_modules/webidl-conversions": {
4017
+ "version": "3.0.1",
4018
+ "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz",
4019
+ "integrity": "sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==",
4020
+ "license": "BSD-2-Clause"
4021
+ },
4022
+ "node_modules/websocket-driver": {
4023
+ "version": "0.7.5",
4024
+ "resolved": "https://registry.npmjs.org/websocket-driver/-/websocket-driver-0.7.5.tgz",
4025
+ "integrity": "sha512-ZL2+3c7kMBdIRCMz6l8jQMHyGVxj+UL+xVk74Ombiciboca8rHa15L86B19E5oh1pL9Ii/uj54gtsIrZGMo6zA==",
4026
+ "license": "Apache-2.0",
4027
+ "dependencies": {
4028
+ "http-parser-js": ">=0.5.1",
4029
+ "safe-buffer": ">=5.1.0",
4030
+ "websocket-extensions": ">=0.1.1"
4031
+ },
4032
+ "engines": {
4033
+ "node": ">=0.8.0"
4034
+ }
4035
+ },
4036
+ "node_modules/websocket-extensions": {
4037
+ "version": "0.1.4",
4038
+ "resolved": "https://registry.npmjs.org/websocket-extensions/-/websocket-extensions-0.1.4.tgz",
4039
+ "integrity": "sha512-OqedPIGOfsDlo31UNwYbCFMSaO9m9G/0faIHj5/dZFDMFqPTcx6UwqyOy3COEaEOg/9VsGIpdqn62W5KhoKSpg==",
4040
+ "license": "Apache-2.0",
4041
+ "engines": {
4042
+ "node": ">=0.8.0"
4043
+ }
4044
+ },
4045
+ "node_modules/whatwg-url": {
4046
+ "version": "5.0.0",
4047
+ "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-5.0.0.tgz",
4048
+ "integrity": "sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==",
4049
+ "license": "MIT",
4050
+ "dependencies": {
4051
+ "tr46": "~0.0.3",
4052
+ "webidl-conversions": "^3.0.0"
4053
+ }
4054
+ },
4055
+ "node_modules/why-is-node-running": {
4056
+ "version": "2.3.0",
4057
+ "resolved": "https://registry.npmjs.org/why-is-node-running/-/why-is-node-running-2.3.0.tgz",
4058
+ "integrity": "sha512-hUrmaWBdVDcxvYqnyh09zunKzROWjbZTiNy8dBEjkS7ehEDQibXJ7XvlmtbwuTclUiIyN+CyXQD4Vmko8fNm8w==",
4059
+ "dev": true,
4060
+ "license": "MIT",
4061
+ "dependencies": {
4062
+ "siginfo": "^2.0.0",
4063
+ "stackback": "0.0.2"
4064
+ },
4065
+ "bin": {
4066
+ "why-is-node-running": "cli.js"
4067
+ },
4068
+ "engines": {
4069
+ "node": ">=8"
4070
+ }
4071
+ },
4072
+ "node_modules/wrap-ansi": {
4073
+ "version": "7.0.0",
4074
+ "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
4075
+ "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
4076
+ "license": "MIT",
4077
+ "dependencies": {
4078
+ "ansi-styles": "^4.0.0",
4079
+ "string-width": "^4.1.0",
4080
+ "strip-ansi": "^6.0.0"
4081
+ },
4082
+ "engines": {
4083
+ "node": ">=10"
4084
+ },
4085
+ "funding": {
4086
+ "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
4087
+ }
4088
+ },
4089
+ "node_modules/wrappy": {
4090
+ "version": "1.0.2",
4091
+ "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",
4092
+ "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==",
4093
+ "license": "ISC"
4094
+ },
4095
+ "node_modules/xml-naming": {
4096
+ "version": "0.3.0",
4097
+ "resolved": "https://registry.npmjs.org/xml-naming/-/xml-naming-0.3.0.tgz",
4098
+ "integrity": "sha512-ghig2TBE/H11aOVgmahA3MhimvkBr6JIYknH/Dhdk10nXwdbIqBJsbfMxpvFPG8bAw77gN29aQWvKpmVoPlvPQ==",
4099
+ "funding": [
4100
+ {
4101
+ "type": "github",
4102
+ "url": "https://github.com/sponsors/NaturalIntelligence"
4103
+ }
4104
+ ],
4105
+ "license": "MIT",
4106
+ "optional": true,
4107
+ "engines": {
4108
+ "node": ">=16.0.0"
4109
+ }
4110
+ },
4111
+ "node_modules/y18n": {
4112
+ "version": "5.0.8",
4113
+ "resolved": "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz",
4114
+ "integrity": "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==",
4115
+ "license": "ISC",
4116
+ "engines": {
4117
+ "node": ">=10"
4118
+ }
4119
+ },
4120
+ "node_modules/yallist": {
4121
+ "version": "4.0.0",
4122
+ "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
4123
+ "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==",
4124
+ "license": "ISC"
4125
+ },
4126
+ "node_modules/yargs": {
4127
+ "version": "17.7.3",
4128
+ "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.7.3.tgz",
4129
+ "integrity": "sha512-GZtjxm/J/4TSxuL3FNYjCmLktBTnIw/rVmKSIyKeYAZpmJB2ig9VauCC5xsa82GNKVKDAqpOn3KVzNt0zmrU0g==",
4130
+ "license": "MIT",
4131
+ "dependencies": {
4132
+ "cliui": "^8.0.1",
4133
+ "escalade": "^3.1.1",
4134
+ "get-caller-file": "^2.0.5",
4135
+ "require-directory": "^2.1.1",
4136
+ "string-width": "^4.2.3",
4137
+ "y18n": "^5.0.5",
4138
+ "yargs-parser": "^21.1.1"
4139
+ },
4140
+ "engines": {
4141
+ "node": ">=12"
4142
+ }
4143
+ },
4144
+ "node_modules/yargs-parser": {
4145
+ "version": "21.1.1",
4146
+ "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-21.1.1.tgz",
4147
+ "integrity": "sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==",
4148
+ "license": "ISC",
4149
+ "engines": {
4150
+ "node": ">=12"
4151
+ }
4152
+ },
4153
+ "node_modules/yocto-queue": {
4154
+ "version": "0.1.0",
4155
+ "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz",
4156
+ "integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==",
4157
+ "license": "MIT",
4158
+ "optional": true,
4159
+ "engines": {
4160
+ "node": ">=10"
4161
+ },
4162
+ "funding": {
4163
+ "url": "https://github.com/sponsors/sindresorhus"
4164
+ }
4165
+ }
4166
+ }
4167
+ }