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