@reidbuilds/slop 0.2.0

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 (62) hide show
  1. package/.claude/settings.local.json +11 -0
  2. package/.firebaserc +5 -0
  3. package/README.md +73 -0
  4. package/cli/analyzer.js +150 -0
  5. package/cli/index.js +182 -0
  6. package/cli/learner.js +156 -0
  7. package/cli/reporter.js +126 -0
  8. package/cli/scanner.js +45 -0
  9. package/ff-slop.md +27 -0
  10. package/firebase.json +16 -0
  11. package/functions/index.js +30 -0
  12. package/functions/package-lock.json +2755 -0
  13. package/functions/package.json +12 -0
  14. package/hardcoresyn-slop.md +1887 -0
  15. package/package.json +17 -0
  16. package/slop-index/catches.jsonl +590 -0
  17. package/slop-index/patterns/001-hallucinated-imports.md +39 -0
  18. package/slop-index/patterns/002-comment-restatement.md +53 -0
  19. package/slop-index/patterns/003-unnecessary-abstraction.md +56 -0
  20. package/slop-index/patterns/004-unused-imports.md +41 -0
  21. package/slop-index/patterns/005-hardcoded-config.md +49 -0
  22. package/slop-index/patterns/006-deprecated-api-confidence.md +52 -0
  23. package/slop-index/patterns/007-try-catch-everything.md +63 -0
  24. package/slop-index/patterns/008-generic-variable-names.md +49 -0
  25. package/slop-index/patterns/009-stub-with-shell.md +61 -0
  26. package/slop-index/patterns/010-async-misuse.md +64 -0
  27. package/slop-index/patterns/011-console-log-left-in.md +53 -0
  28. package/slop-index/patterns/012-over-engineered-simple.md +64 -0
  29. package/slop-index/patterns/013-emoji-debugging.md +44 -0
  30. package/slop-index/patterns/014-fake-async-simulation.md +71 -0
  31. package/slop-index/patterns/015-credential-fallbacks.md +51 -0
  32. package/slop-index/patterns/016-mock-data-pollution.md +75 -0
  33. package/slop-index/proposed/.gitkeep +0 -0
  34. package/slop-index/proposed/017-emoji-progress-logging.md +44 -0
  35. package/slop-index/proposed/018-test-credentials-in-fallbacks.md +54 -0
  36. package/slop-index/proposed/019-fake-loading-simulation.md +75 -0
  37. package/slop-index/proposed/020-configuration-debugging-left-in.md +53 -0
  38. package/slop-index/proposed/021-emoji-production-logging.md +42 -0
  39. package/slop-index/proposed/022-fake-delay-simulation.md +70 -0
  40. package/slop-index/proposed/023-credential-hardcoding-with-fallbacks.md +57 -0
  41. package/slop-index/proposed/024-repetitive-error-pattern.md +76 -0
  42. package/slop-index/proposed/025-environment-specific-fallbacks.md +55 -0
  43. package/slop-index/proposed/026-emoji-production-logs.md +46 -0
  44. package/slop-index/proposed/027-credentials-in-debug-logs.md +48 -0
  45. package/slop-index/proposed/028-repetitive-service-wrappers.md +59 -0
  46. package/slop-index/proposed/029-forced-non-null-assertions.md +59 -0
  47. package/slop-index/proposed/030-production-credential-fallbacks.md +51 -0
  48. package/slop-index/proposed/031-fake-version-confidence.md +50 -0
  49. package/slop-index/proposed/032-forced-non-null-assertions.md +53 -0
  50. package/slop-index/proposed/033-emoji-production-logs.md +44 -0
  51. package/slop-index/proposed/034-realistic-mock-data-leakage.md +62 -0
  52. package/slop-index/proposed/035-production-credential-exposure.md +43 -0
  53. package/slop-index/proposed/036-identical-wrapper-proliferation.md +53 -0
  54. package/slop-index/proposed/037-forced-null-assertions.md +50 -0
  55. package/slop-index/proposed/038-emoji-production-logging.md +42 -0
  56. package/slop-index/proposed/039-fake-delay-operations.md +52 -0
  57. package/slop-index/proposed/040-forced-null-assertion-chains.md +45 -0
  58. package/slop-index/proposed/041-production-debug-configuration.md +45 -0
  59. package/slop-index/proposed/042-repetitive-firebase-wrappers.md +51 -0
  60. package/slop-index/proposed/043-hardcoded-process-timeouts.md +48 -0
  61. package/slop-index/proposed/044-fictional-package-versions.md +37 -0
  62. package/test-sample.js +89 -0
@@ -0,0 +1,2755 @@
1
+ {
2
+ "name": "slop-functions",
3
+ "version": "1.0.0",
4
+ "lockfileVersion": 3,
5
+ "requires": true,
6
+ "packages": {
7
+ "": {
8
+ "name": "slop-functions",
9
+ "version": "1.0.0",
10
+ "dependencies": {
11
+ "firebase-admin": "^12.0.0",
12
+ "firebase-functions": "^5.0.0"
13
+ },
14
+ "engines": {
15
+ "node": "20"
16
+ }
17
+ },
18
+ "node_modules/@fastify/busboy": {
19
+ "version": "3.2.0",
20
+ "resolved": "https://registry.npmjs.org/@fastify/busboy/-/busboy-3.2.0.tgz",
21
+ "integrity": "sha512-m9FVDXU3GT2ITSe0UaMA5rU3QkfC/UXtCU8y0gSN/GugTqtVldOBWIB5V6V3sbmenVZUIpU6f+mPEO2+m5iTaA==",
22
+ "license": "MIT"
23
+ },
24
+ "node_modules/@firebase/app-check-interop-types": {
25
+ "version": "0.3.2",
26
+ "resolved": "https://registry.npmjs.org/@firebase/app-check-interop-types/-/app-check-interop-types-0.3.2.tgz",
27
+ "integrity": "sha512-LMs47Vinv2HBMZi49C09dJxp0QT5LwDzFaVGf/+ITHe3BlIhUiLNttkATSXplc89A2lAaeTqjgqVkiRfUGyQiQ==",
28
+ "license": "Apache-2.0"
29
+ },
30
+ "node_modules/@firebase/app-types": {
31
+ "version": "0.9.2",
32
+ "resolved": "https://registry.npmjs.org/@firebase/app-types/-/app-types-0.9.2.tgz",
33
+ "integrity": "sha512-oMEZ1TDlBz479lmABwWsWjzHwheQKiAgnuKxE0pz0IXCVx7/rtlkx1fQ6GfgK24WCrxDKMplZrT50Kh04iMbXQ==",
34
+ "license": "Apache-2.0"
35
+ },
36
+ "node_modules/@firebase/auth-interop-types": {
37
+ "version": "0.2.3",
38
+ "resolved": "https://registry.npmjs.org/@firebase/auth-interop-types/-/auth-interop-types-0.2.3.tgz",
39
+ "integrity": "sha512-Fc9wuJGgxoxQeavybiuwgyi+0rssr76b+nHpj+eGhXFYAdudMWyfBHvFL/I5fEHniUM/UQdFzi9VXJK2iZF7FQ==",
40
+ "license": "Apache-2.0"
41
+ },
42
+ "node_modules/@firebase/component": {
43
+ "version": "0.6.9",
44
+ "resolved": "https://registry.npmjs.org/@firebase/component/-/component-0.6.9.tgz",
45
+ "integrity": "sha512-gm8EUEJE/fEac86AvHn8Z/QW8BvR56TBw3hMW0O838J/1mThYQXAIQBgUv75EqlCZfdawpWLrKt1uXvp9ciK3Q==",
46
+ "license": "Apache-2.0",
47
+ "dependencies": {
48
+ "@firebase/util": "1.10.0",
49
+ "tslib": "^2.1.0"
50
+ }
51
+ },
52
+ "node_modules/@firebase/database": {
53
+ "version": "1.0.8",
54
+ "resolved": "https://registry.npmjs.org/@firebase/database/-/database-1.0.8.tgz",
55
+ "integrity": "sha512-dzXALZeBI1U5TXt6619cv0+tgEhJiwlUtQ55WNZY7vGAjv7Q1QioV969iYwt1AQQ0ovHnEW0YW9TiBfefLvErg==",
56
+ "license": "Apache-2.0",
57
+ "dependencies": {
58
+ "@firebase/app-check-interop-types": "0.3.2",
59
+ "@firebase/auth-interop-types": "0.2.3",
60
+ "@firebase/component": "0.6.9",
61
+ "@firebase/logger": "0.4.2",
62
+ "@firebase/util": "1.10.0",
63
+ "faye-websocket": "0.11.4",
64
+ "tslib": "^2.1.0"
65
+ }
66
+ },
67
+ "node_modules/@firebase/database-compat": {
68
+ "version": "1.0.8",
69
+ "resolved": "https://registry.npmjs.org/@firebase/database-compat/-/database-compat-1.0.8.tgz",
70
+ "integrity": "sha512-OpeWZoPE3sGIRPBKYnW9wLad25RaWbGyk7fFQe4xnJQKRzlynWeFBSRRAoLE2Old01WXwskUiucNqUUVlFsceg==",
71
+ "license": "Apache-2.0",
72
+ "dependencies": {
73
+ "@firebase/component": "0.6.9",
74
+ "@firebase/database": "1.0.8",
75
+ "@firebase/database-types": "1.0.5",
76
+ "@firebase/logger": "0.4.2",
77
+ "@firebase/util": "1.10.0",
78
+ "tslib": "^2.1.0"
79
+ }
80
+ },
81
+ "node_modules/@firebase/database-types": {
82
+ "version": "1.0.5",
83
+ "resolved": "https://registry.npmjs.org/@firebase/database-types/-/database-types-1.0.5.tgz",
84
+ "integrity": "sha512-fTlqCNwFYyq/C6W7AJ5OCuq5CeZuBEsEwptnVxlNPkWCo5cTTyukzAHRSO/jaQcItz33FfYrrFk1SJofcu2AaQ==",
85
+ "license": "Apache-2.0",
86
+ "dependencies": {
87
+ "@firebase/app-types": "0.9.2",
88
+ "@firebase/util": "1.10.0"
89
+ }
90
+ },
91
+ "node_modules/@firebase/logger": {
92
+ "version": "0.4.2",
93
+ "resolved": "https://registry.npmjs.org/@firebase/logger/-/logger-0.4.2.tgz",
94
+ "integrity": "sha512-Q1VuA5M1Gjqrwom6I6NUU4lQXdo9IAQieXlujeHZWvRt1b7qQ0KwBaNAjgxG27jgF9/mUwsNmO8ptBCGVYhB0A==",
95
+ "license": "Apache-2.0",
96
+ "dependencies": {
97
+ "tslib": "^2.1.0"
98
+ }
99
+ },
100
+ "node_modules/@firebase/util": {
101
+ "version": "1.10.0",
102
+ "resolved": "https://registry.npmjs.org/@firebase/util/-/util-1.10.0.tgz",
103
+ "integrity": "sha512-xKtx4A668icQqoANRxyDLBLz51TAbDP9KRfpbKGxiCAW346d0BeJe5vN6/hKxxmWwnZ0mautyv39JxviwwQMOQ==",
104
+ "license": "Apache-2.0",
105
+ "dependencies": {
106
+ "tslib": "^2.1.0"
107
+ }
108
+ },
109
+ "node_modules/@google-cloud/firestore": {
110
+ "version": "7.11.6",
111
+ "resolved": "https://registry.npmjs.org/@google-cloud/firestore/-/firestore-7.11.6.tgz",
112
+ "integrity": "sha512-EW/O8ktzwLfyWBOsNuhRoMi8lrC3clHM5LVFhGvO1HCsLozCOOXRAlHrYBoE6HL42Sc8yYMuCb2XqcnJ4OOEpw==",
113
+ "license": "Apache-2.0",
114
+ "optional": true,
115
+ "dependencies": {
116
+ "@opentelemetry/api": "^1.3.0",
117
+ "fast-deep-equal": "^3.1.1",
118
+ "functional-red-black-tree": "^1.0.1",
119
+ "google-gax": "^4.3.3",
120
+ "protobufjs": "^7.2.6"
121
+ },
122
+ "engines": {
123
+ "node": ">=14.0.0"
124
+ }
125
+ },
126
+ "node_modules/@google-cloud/paginator": {
127
+ "version": "5.0.2",
128
+ "resolved": "https://registry.npmjs.org/@google-cloud/paginator/-/paginator-5.0.2.tgz",
129
+ "integrity": "sha512-DJS3s0OVH4zFDB1PzjxAsHqJT6sKVbRwwML0ZBP9PbU7Yebtu/7SWMRzvO2J3nUi9pRNITCfu4LJeooM2w4pjg==",
130
+ "license": "Apache-2.0",
131
+ "optional": true,
132
+ "dependencies": {
133
+ "arrify": "^2.0.0",
134
+ "extend": "^3.0.2"
135
+ },
136
+ "engines": {
137
+ "node": ">=14.0.0"
138
+ }
139
+ },
140
+ "node_modules/@google-cloud/projectify": {
141
+ "version": "4.0.0",
142
+ "resolved": "https://registry.npmjs.org/@google-cloud/projectify/-/projectify-4.0.0.tgz",
143
+ "integrity": "sha512-MmaX6HeSvyPbWGwFq7mXdo0uQZLGBYCwziiLIGq5JVX+/bdI3SAq6bP98trV5eTWfLuvsMcIC1YJOF2vfteLFA==",
144
+ "license": "Apache-2.0",
145
+ "optional": true,
146
+ "engines": {
147
+ "node": ">=14.0.0"
148
+ }
149
+ },
150
+ "node_modules/@google-cloud/promisify": {
151
+ "version": "4.0.0",
152
+ "resolved": "https://registry.npmjs.org/@google-cloud/promisify/-/promisify-4.0.0.tgz",
153
+ "integrity": "sha512-Orxzlfb9c67A15cq2JQEyVc7wEsmFBmHjZWZYQMUyJ1qivXyMwdyNOs9odi79hze+2zqdTtu1E19IM/FtqZ10g==",
154
+ "license": "Apache-2.0",
155
+ "optional": true,
156
+ "engines": {
157
+ "node": ">=14"
158
+ }
159
+ },
160
+ "node_modules/@google-cloud/storage": {
161
+ "version": "7.19.0",
162
+ "resolved": "https://registry.npmjs.org/@google-cloud/storage/-/storage-7.19.0.tgz",
163
+ "integrity": "sha512-n2FjE7NAOYyshogdc7KQOl/VZb4sneqPjWouSyia9CMDdMhRX5+RIbqalNmC7LOLzuLAN89VlF2HvG8na9G+zQ==",
164
+ "license": "Apache-2.0",
165
+ "optional": true,
166
+ "dependencies": {
167
+ "@google-cloud/paginator": "^5.0.0",
168
+ "@google-cloud/projectify": "^4.0.0",
169
+ "@google-cloud/promisify": "<4.1.0",
170
+ "abort-controller": "^3.0.0",
171
+ "async-retry": "^1.3.3",
172
+ "duplexify": "^4.1.3",
173
+ "fast-xml-parser": "^5.3.4",
174
+ "gaxios": "^6.0.2",
175
+ "google-auth-library": "^9.6.3",
176
+ "html-entities": "^2.5.2",
177
+ "mime": "^3.0.0",
178
+ "p-limit": "^3.0.1",
179
+ "retry-request": "^7.0.0",
180
+ "teeny-request": "^9.0.0",
181
+ "uuid": "^8.0.0"
182
+ },
183
+ "engines": {
184
+ "node": ">=14"
185
+ }
186
+ },
187
+ "node_modules/@google-cloud/storage/node_modules/uuid": {
188
+ "version": "8.3.2",
189
+ "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz",
190
+ "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==",
191
+ "deprecated": "uuid@10 and below is no longer supported. For ESM codebases, update to uuid@latest. For CommonJS codebases, use uuid@11 (but be aware this version will likely be deprecated in 2028).",
192
+ "license": "MIT",
193
+ "optional": true,
194
+ "bin": {
195
+ "uuid": "dist/bin/uuid"
196
+ }
197
+ },
198
+ "node_modules/@grpc/grpc-js": {
199
+ "version": "1.14.4",
200
+ "resolved": "https://registry.npmjs.org/@grpc/grpc-js/-/grpc-js-1.14.4.tgz",
201
+ "integrity": "sha512-k9Dj3DV/itK9D06Y8f190Qgop7/Ui+D0njFV3LHMPwPT75DpXLQohE9Wmz0QElrJnzsjB7KPWiKJbOl7IPDArQ==",
202
+ "license": "Apache-2.0",
203
+ "optional": true,
204
+ "dependencies": {
205
+ "@grpc/proto-loader": "^0.8.0",
206
+ "@js-sdsl/ordered-map": "^4.4.2"
207
+ },
208
+ "engines": {
209
+ "node": ">=12.10.0"
210
+ }
211
+ },
212
+ "node_modules/@grpc/grpc-js/node_modules/@grpc/proto-loader": {
213
+ "version": "0.8.1",
214
+ "resolved": "https://registry.npmjs.org/@grpc/proto-loader/-/proto-loader-0.8.1.tgz",
215
+ "integrity": "sha512-wtF6h+DY6M3YaDBPAmvuuA6jV8Sif9MjtOI5euKFWRgCDl5PeDpPsHR9u2l6St5ceY8AZgoNDww5+HvEsXFsGg==",
216
+ "license": "Apache-2.0",
217
+ "optional": true,
218
+ "dependencies": {
219
+ "lodash.camelcase": "^4.3.0",
220
+ "long": "^5.0.0",
221
+ "protobufjs": "^7.5.5",
222
+ "yargs": "^17.7.2"
223
+ },
224
+ "bin": {
225
+ "proto-loader-gen-types": "build/bin/proto-loader-gen-types.js"
226
+ },
227
+ "engines": {
228
+ "node": ">=6"
229
+ }
230
+ },
231
+ "node_modules/@grpc/proto-loader": {
232
+ "version": "0.7.15",
233
+ "resolved": "https://registry.npmjs.org/@grpc/proto-loader/-/proto-loader-0.7.15.tgz",
234
+ "integrity": "sha512-tMXdRCfYVixjuFK+Hk0Q1s38gV9zDiDJfWL3h1rv4Qc39oILCu1TRTDt7+fGUI8K4G1Fj125Hx/ru3azECWTyQ==",
235
+ "license": "Apache-2.0",
236
+ "optional": true,
237
+ "dependencies": {
238
+ "lodash.camelcase": "^4.3.0",
239
+ "long": "^5.0.0",
240
+ "protobufjs": "^7.2.5",
241
+ "yargs": "^17.7.2"
242
+ },
243
+ "bin": {
244
+ "proto-loader-gen-types": "build/bin/proto-loader-gen-types.js"
245
+ },
246
+ "engines": {
247
+ "node": ">=6"
248
+ }
249
+ },
250
+ "node_modules/@js-sdsl/ordered-map": {
251
+ "version": "4.4.2",
252
+ "resolved": "https://registry.npmjs.org/@js-sdsl/ordered-map/-/ordered-map-4.4.2.tgz",
253
+ "integrity": "sha512-iUKgm52T8HOE/makSxjqoWhe95ZJA1/G1sYsGev2JDKUSS14KAgg1LHb+Ba+IPow0xflbnSkOsZcO08C7w1gYw==",
254
+ "license": "MIT",
255
+ "optional": true,
256
+ "funding": {
257
+ "type": "opencollective",
258
+ "url": "https://opencollective.com/js-sdsl"
259
+ }
260
+ },
261
+ "node_modules/@nodable/entities": {
262
+ "version": "2.1.0",
263
+ "resolved": "https://registry.npmjs.org/@nodable/entities/-/entities-2.1.0.tgz",
264
+ "integrity": "sha512-nyT7T3nbMyBI/lvr6L5TyWbFJAI9FTgVRakNoBqCD+PmID8DzFrrNdLLtHMwMszOtqZa8PAOV24ZqDnQrhQINA==",
265
+ "funding": [
266
+ {
267
+ "type": "github",
268
+ "url": "https://github.com/sponsors/nodable"
269
+ }
270
+ ],
271
+ "license": "MIT",
272
+ "optional": true
273
+ },
274
+ "node_modules/@opentelemetry/api": {
275
+ "version": "1.9.1",
276
+ "resolved": "https://registry.npmjs.org/@opentelemetry/api/-/api-1.9.1.tgz",
277
+ "integrity": "sha512-gLyJlPHPZYdAk1JENA9LeHejZe1Ti77/pTeFm/nMXmQH/HFZlcS/O2XJB+L8fkbrNSqhdtlvjBVjxwUYanNH5Q==",
278
+ "license": "Apache-2.0",
279
+ "optional": true,
280
+ "engines": {
281
+ "node": ">=8.0.0"
282
+ }
283
+ },
284
+ "node_modules/@protobufjs/aspromise": {
285
+ "version": "1.1.2",
286
+ "resolved": "https://registry.npmjs.org/@protobufjs/aspromise/-/aspromise-1.1.2.tgz",
287
+ "integrity": "sha512-j+gKExEuLmKwvz3OgROXtrJ2UG2x8Ch2YZUxahh+s1F2HZ+wAceUNLkvy6zKCPVRkU++ZWQrdxsUeQXmcg4uoQ==",
288
+ "license": "BSD-3-Clause"
289
+ },
290
+ "node_modules/@protobufjs/base64": {
291
+ "version": "1.1.2",
292
+ "resolved": "https://registry.npmjs.org/@protobufjs/base64/-/base64-1.1.2.tgz",
293
+ "integrity": "sha512-AZkcAA5vnN/v4PDqKyMR5lx7hZttPDgClv83E//FMNhR2TMcLUhfRUBHCmSl0oi9zMgDDqRUJkSxO3wm85+XLg==",
294
+ "license": "BSD-3-Clause"
295
+ },
296
+ "node_modules/@protobufjs/codegen": {
297
+ "version": "2.0.5",
298
+ "resolved": "https://registry.npmjs.org/@protobufjs/codegen/-/codegen-2.0.5.tgz",
299
+ "integrity": "sha512-zgXFLzW3Ap33e6d0Wlj4MGIm6Ce8O89n/apUaGNB/jx+hw+ruWEp7EwGUshdLKVRCxZW12fp9r40E1mQrf/34g==",
300
+ "license": "BSD-3-Clause"
301
+ },
302
+ "node_modules/@protobufjs/eventemitter": {
303
+ "version": "1.1.0",
304
+ "resolved": "https://registry.npmjs.org/@protobufjs/eventemitter/-/eventemitter-1.1.0.tgz",
305
+ "integrity": "sha512-j9ednRT81vYJ9OfVuXG6ERSTdEL1xVsNgqpkxMsbIabzSo3goCjDIveeGv5d03om39ML71RdmrGNjG5SReBP/Q==",
306
+ "license": "BSD-3-Clause"
307
+ },
308
+ "node_modules/@protobufjs/fetch": {
309
+ "version": "1.1.1",
310
+ "resolved": "https://registry.npmjs.org/@protobufjs/fetch/-/fetch-1.1.1.tgz",
311
+ "integrity": "sha512-GpptLrs57adMSuHi3VNj0mAF8dwh36LMaYF6XyJ6JMWlVsc+t42tm1HSEDmOs3A8fC9yyeisgLhsTVQokOZ0zw==",
312
+ "license": "BSD-3-Clause",
313
+ "dependencies": {
314
+ "@protobufjs/aspromise": "^1.1.1"
315
+ }
316
+ },
317
+ "node_modules/@protobufjs/float": {
318
+ "version": "1.0.2",
319
+ "resolved": "https://registry.npmjs.org/@protobufjs/float/-/float-1.0.2.tgz",
320
+ "integrity": "sha512-Ddb+kVXlXst9d+R9PfTIxh1EdNkgoRe5tOX6t01f1lYWOvJnSPDBlG241QLzcyPdoNTsblLUdujGSE4RzrTZGQ==",
321
+ "license": "BSD-3-Clause"
322
+ },
323
+ "node_modules/@protobufjs/inquire": {
324
+ "version": "1.1.2",
325
+ "resolved": "https://registry.npmjs.org/@protobufjs/inquire/-/inquire-1.1.2.tgz",
326
+ "integrity": "sha512-pa0vFRuws4wkvaXKK1uXZMAwAX4/t8ANaJo45iw/oQHNQ9q5xUzwgFmVJGXiga2BeN+zpX7Vf9vmsiIa2J+MUw==",
327
+ "license": "BSD-3-Clause"
328
+ },
329
+ "node_modules/@protobufjs/path": {
330
+ "version": "1.1.2",
331
+ "resolved": "https://registry.npmjs.org/@protobufjs/path/-/path-1.1.2.tgz",
332
+ "integrity": "sha512-6JOcJ5Tm08dOHAbdR3GrvP+yUUfkjG5ePsHYczMFLq3ZmMkAD98cDgcT2iA1lJ9NVwFd4tH/iSSoe44YWkltEA==",
333
+ "license": "BSD-3-Clause"
334
+ },
335
+ "node_modules/@protobufjs/pool": {
336
+ "version": "1.1.0",
337
+ "resolved": "https://registry.npmjs.org/@protobufjs/pool/-/pool-1.1.0.tgz",
338
+ "integrity": "sha512-0kELaGSIDBKvcgS4zkjz1PeddatrjYcmMWOlAuAPwAeccUrPHdUqo/J6LiymHHEiJT5NrF1UVwxY14f+fy4WQw==",
339
+ "license": "BSD-3-Clause"
340
+ },
341
+ "node_modules/@protobufjs/utf8": {
342
+ "version": "1.1.1",
343
+ "resolved": "https://registry.npmjs.org/@protobufjs/utf8/-/utf8-1.1.1.tgz",
344
+ "integrity": "sha512-oOAWABowe8EAbMyWKM0tYDKi8Yaox52D+HWZhAIJqQXbqe0xI/GV7FhLWqlEKreMkfDjshR5FKgi3mnle0h6Eg==",
345
+ "license": "BSD-3-Clause"
346
+ },
347
+ "node_modules/@tootallnate/once": {
348
+ "version": "2.0.1",
349
+ "resolved": "https://registry.npmjs.org/@tootallnate/once/-/once-2.0.1.tgz",
350
+ "integrity": "sha512-HqmEUIGRJ5fSXchkVgR5F7qn48bDBzv0kWj/Kfu5e6uci4UlEeng4331LnBkWffb++Ei3FOVLxo8JJWMFBDMeQ==",
351
+ "license": "MIT",
352
+ "optional": true,
353
+ "engines": {
354
+ "node": ">= 10"
355
+ }
356
+ },
357
+ "node_modules/@types/body-parser": {
358
+ "version": "1.19.6",
359
+ "resolved": "https://registry.npmjs.org/@types/body-parser/-/body-parser-1.19.6.tgz",
360
+ "integrity": "sha512-HLFeCYgz89uk22N5Qg3dvGvsv46B8GLvKKo1zKG4NybA8U2DiEO3w9lqGg29t/tfLRJpJ6iQxnVw4OnB7MoM9g==",
361
+ "license": "MIT",
362
+ "dependencies": {
363
+ "@types/connect": "*",
364
+ "@types/node": "*"
365
+ }
366
+ },
367
+ "node_modules/@types/caseless": {
368
+ "version": "0.12.5",
369
+ "resolved": "https://registry.npmjs.org/@types/caseless/-/caseless-0.12.5.tgz",
370
+ "integrity": "sha512-hWtVTC2q7hc7xZ/RLbxapMvDMgUnDvKvMOpKal4DrMyfGBUfB1oKaZlIRr6mJL+If3bAP6sV/QneGzF6tJjZDg==",
371
+ "license": "MIT",
372
+ "optional": true
373
+ },
374
+ "node_modules/@types/connect": {
375
+ "version": "3.4.38",
376
+ "resolved": "https://registry.npmjs.org/@types/connect/-/connect-3.4.38.tgz",
377
+ "integrity": "sha512-K6uROf1LD88uDQqJCktA4yzL1YYAK6NgfsI0v/mTgyPKWsX1CnJ0XPSDhViejru1GcRkLWb8RlzFYJRqGUbaug==",
378
+ "license": "MIT",
379
+ "dependencies": {
380
+ "@types/node": "*"
381
+ }
382
+ },
383
+ "node_modules/@types/cors": {
384
+ "version": "2.8.19",
385
+ "resolved": "https://registry.npmjs.org/@types/cors/-/cors-2.8.19.tgz",
386
+ "integrity": "sha512-mFNylyeyqN93lfe/9CSxOGREz8cpzAhH+E93xJ4xWQf62V8sQ/24reV2nyzUWM6H6Xji+GGHpkbLe7pVoUEskg==",
387
+ "license": "MIT",
388
+ "dependencies": {
389
+ "@types/node": "*"
390
+ }
391
+ },
392
+ "node_modules/@types/express": {
393
+ "version": "4.17.3",
394
+ "resolved": "https://registry.npmjs.org/@types/express/-/express-4.17.3.tgz",
395
+ "integrity": "sha512-I8cGRJj3pyOLs/HndoP+25vOqhqWkAZsWMEmq1qXy/b/M3ppufecUwaK2/TVDVxcV61/iSdhykUjQQ2DLSrTdg==",
396
+ "license": "MIT",
397
+ "dependencies": {
398
+ "@types/body-parser": "*",
399
+ "@types/express-serve-static-core": "*",
400
+ "@types/serve-static": "*"
401
+ }
402
+ },
403
+ "node_modules/@types/express-serve-static-core": {
404
+ "version": "5.1.1",
405
+ "resolved": "https://registry.npmjs.org/@types/express-serve-static-core/-/express-serve-static-core-5.1.1.tgz",
406
+ "integrity": "sha512-v4zIMr/cX7/d2BpAEX3KNKL/JrT1s43s96lLvvdTmza1oEvDudCqK9aF/djc/SWgy8Yh0h30TZx5VpzqFCxk5A==",
407
+ "license": "MIT",
408
+ "dependencies": {
409
+ "@types/node": "*",
410
+ "@types/qs": "*",
411
+ "@types/range-parser": "*",
412
+ "@types/send": "*"
413
+ }
414
+ },
415
+ "node_modules/@types/http-errors": {
416
+ "version": "2.0.5",
417
+ "resolved": "https://registry.npmjs.org/@types/http-errors/-/http-errors-2.0.5.tgz",
418
+ "integrity": "sha512-r8Tayk8HJnX0FztbZN7oVqGccWgw98T/0neJphO91KkmOzug1KkofZURD4UaD5uH8AqcFLfdPErnBod0u71/qg==",
419
+ "license": "MIT"
420
+ },
421
+ "node_modules/@types/jsonwebtoken": {
422
+ "version": "9.0.10",
423
+ "resolved": "https://registry.npmjs.org/@types/jsonwebtoken/-/jsonwebtoken-9.0.10.tgz",
424
+ "integrity": "sha512-asx5hIG9Qmf/1oStypjanR7iKTv0gXQ1Ov/jfrX6kS/EO0OFni8orbmGCn0672NHR3kXHwpAwR+B368ZGN/2rA==",
425
+ "license": "MIT",
426
+ "dependencies": {
427
+ "@types/ms": "*",
428
+ "@types/node": "*"
429
+ }
430
+ },
431
+ "node_modules/@types/long": {
432
+ "version": "4.0.2",
433
+ "resolved": "https://registry.npmjs.org/@types/long/-/long-4.0.2.tgz",
434
+ "integrity": "sha512-MqTGEo5bj5t157U6fA/BiDynNkn0YknVdh48CMPkTSpFTVmvao5UQmm7uEF6xBEo7qIMAlY/JSleYaE6VOdpaA==",
435
+ "license": "MIT",
436
+ "optional": true
437
+ },
438
+ "node_modules/@types/ms": {
439
+ "version": "2.1.0",
440
+ "resolved": "https://registry.npmjs.org/@types/ms/-/ms-2.1.0.tgz",
441
+ "integrity": "sha512-GsCCIZDE/p3i96vtEqx+7dBUGXrc7zeSK3wwPHIaRThS+9OhWIXRqzs4d6k1SVU8g91DrNRWxWUGhp5KXQb2VA==",
442
+ "license": "MIT"
443
+ },
444
+ "node_modules/@types/node": {
445
+ "version": "22.19.19",
446
+ "resolved": "https://registry.npmjs.org/@types/node/-/node-22.19.19.tgz",
447
+ "integrity": "sha512-dyh/xO2Fh5bYrfWaaqGrRQQGkNdmYw6AmaAUvYeUMNTWQtvb796ikLdmTchRmOlOiIJ1TDXfWgVx1QkUlQ6Hew==",
448
+ "license": "MIT",
449
+ "dependencies": {
450
+ "undici-types": "~6.21.0"
451
+ }
452
+ },
453
+ "node_modules/@types/qs": {
454
+ "version": "6.15.1",
455
+ "resolved": "https://registry.npmjs.org/@types/qs/-/qs-6.15.1.tgz",
456
+ "integrity": "sha512-GZHUBZR9hckSUhrxmp1nG6NwdpM9fCunJwyThLW1X3AyHgd9IlHb6VANpQQqDr2o/qQp6McZ3y/IA2rVzKzSbw==",
457
+ "license": "MIT"
458
+ },
459
+ "node_modules/@types/range-parser": {
460
+ "version": "1.2.7",
461
+ "resolved": "https://registry.npmjs.org/@types/range-parser/-/range-parser-1.2.7.tgz",
462
+ "integrity": "sha512-hKormJbkJqzQGhziax5PItDUTMAM9uE2XXQmM37dyd4hVM+5aVl7oVxMVUiVQn2oCQFN/LKCZdvSM0pFRqbSmQ==",
463
+ "license": "MIT"
464
+ },
465
+ "node_modules/@types/request": {
466
+ "version": "2.48.13",
467
+ "resolved": "https://registry.npmjs.org/@types/request/-/request-2.48.13.tgz",
468
+ "integrity": "sha512-FGJ6udDNUCjd19pp0Q3iTiDkwhYup7J8hpMW9c4k53NrccQFFWKRho6hvtPPEhnXWKvukfwAlB6DbDz4yhH5Gg==",
469
+ "license": "MIT",
470
+ "optional": true,
471
+ "dependencies": {
472
+ "@types/caseless": "*",
473
+ "@types/node": "*",
474
+ "@types/tough-cookie": "*",
475
+ "form-data": "^2.5.5"
476
+ }
477
+ },
478
+ "node_modules/@types/send": {
479
+ "version": "1.2.1",
480
+ "resolved": "https://registry.npmjs.org/@types/send/-/send-1.2.1.tgz",
481
+ "integrity": "sha512-arsCikDvlU99zl1g69TcAB3mzZPpxgw0UQnaHeC1Nwb015xp8bknZv5rIfri9xTOcMuaVgvabfIRA7PSZVuZIQ==",
482
+ "license": "MIT",
483
+ "dependencies": {
484
+ "@types/node": "*"
485
+ }
486
+ },
487
+ "node_modules/@types/serve-static": {
488
+ "version": "2.2.0",
489
+ "resolved": "https://registry.npmjs.org/@types/serve-static/-/serve-static-2.2.0.tgz",
490
+ "integrity": "sha512-8mam4H1NHLtu7nmtalF7eyBH14QyOASmcxHhSfEoRyr0nP/YdoesEtU+uSRvMe96TW/HPTtkoKqQLl53N7UXMQ==",
491
+ "license": "MIT",
492
+ "dependencies": {
493
+ "@types/http-errors": "*",
494
+ "@types/node": "*"
495
+ }
496
+ },
497
+ "node_modules/@types/tough-cookie": {
498
+ "version": "4.0.5",
499
+ "resolved": "https://registry.npmjs.org/@types/tough-cookie/-/tough-cookie-4.0.5.tgz",
500
+ "integrity": "sha512-/Ad8+nIOV7Rl++6f1BdKxFSMgmoqEoYbHRpPcx3JEfv8VRsQe9Z4mCXeJBzxs7mbHY/XOZZuXlRNfhpVPbs6ZA==",
501
+ "license": "MIT",
502
+ "optional": true
503
+ },
504
+ "node_modules/abort-controller": {
505
+ "version": "3.0.0",
506
+ "resolved": "https://registry.npmjs.org/abort-controller/-/abort-controller-3.0.0.tgz",
507
+ "integrity": "sha512-h8lQ8tacZYnR3vNQTgibj+tODHI5/+l06Au2Pcriv/Gmet0eaj4TwWH41sO9wnHDiQsEj19q0drzdWdeAHtweg==",
508
+ "license": "MIT",
509
+ "optional": true,
510
+ "dependencies": {
511
+ "event-target-shim": "^5.0.0"
512
+ },
513
+ "engines": {
514
+ "node": ">=6.5"
515
+ }
516
+ },
517
+ "node_modules/accepts": {
518
+ "version": "1.3.8",
519
+ "resolved": "https://registry.npmjs.org/accepts/-/accepts-1.3.8.tgz",
520
+ "integrity": "sha512-PYAthTa2m2VKxuvSD3DPC/Gy+U+sOA1LAuT8mkmRuvw+NACSaeXEQ+NHcVF7rONl6qcaxV3Uuemwawk+7+SJLw==",
521
+ "license": "MIT",
522
+ "dependencies": {
523
+ "mime-types": "~2.1.34",
524
+ "negotiator": "0.6.3"
525
+ },
526
+ "engines": {
527
+ "node": ">= 0.6"
528
+ }
529
+ },
530
+ "node_modules/agent-base": {
531
+ "version": "7.1.4",
532
+ "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-7.1.4.tgz",
533
+ "integrity": "sha512-MnA+YT8fwfJPgBx3m60MNqakm30XOkyIoH1y6huTQvC0PwZG7ki8NacLBcrPbNoo8vEZy7Jpuk7+jMO+CUovTQ==",
534
+ "license": "MIT",
535
+ "optional": true,
536
+ "engines": {
537
+ "node": ">= 14"
538
+ }
539
+ },
540
+ "node_modules/ansi-regex": {
541
+ "version": "5.0.1",
542
+ "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
543
+ "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
544
+ "license": "MIT",
545
+ "optional": true,
546
+ "engines": {
547
+ "node": ">=8"
548
+ }
549
+ },
550
+ "node_modules/ansi-styles": {
551
+ "version": "4.3.0",
552
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
553
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
554
+ "license": "MIT",
555
+ "optional": true,
556
+ "dependencies": {
557
+ "color-convert": "^2.0.1"
558
+ },
559
+ "engines": {
560
+ "node": ">=8"
561
+ },
562
+ "funding": {
563
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
564
+ }
565
+ },
566
+ "node_modules/array-flatten": {
567
+ "version": "1.1.1",
568
+ "resolved": "https://registry.npmjs.org/array-flatten/-/array-flatten-1.1.1.tgz",
569
+ "integrity": "sha512-PCVAQswWemu6UdxsDFFX/+gVeYqKAod3D3UVm91jHwynguOwAvYPhx8nNlM++NqRcK6CxxpUafjmhIdKiHibqg==",
570
+ "license": "MIT"
571
+ },
572
+ "node_modules/arrify": {
573
+ "version": "2.0.1",
574
+ "resolved": "https://registry.npmjs.org/arrify/-/arrify-2.0.1.tgz",
575
+ "integrity": "sha512-3duEwti880xqi4eAMN8AyR4a0ByT90zoYdLlevfrvU43vb0YZwZVfxOgxWrLXXXpyugL0hNZc9G6BiB5B3nUug==",
576
+ "license": "MIT",
577
+ "optional": true,
578
+ "engines": {
579
+ "node": ">=8"
580
+ }
581
+ },
582
+ "node_modules/async-retry": {
583
+ "version": "1.3.3",
584
+ "resolved": "https://registry.npmjs.org/async-retry/-/async-retry-1.3.3.tgz",
585
+ "integrity": "sha512-wfr/jstw9xNi/0teMHrRW7dsz3Lt5ARhYNZ2ewpadnhaIp5mbALhOAP+EAdsC7t4Z6wqsDVv9+W6gm1Dk9mEyw==",
586
+ "license": "MIT",
587
+ "optional": true,
588
+ "dependencies": {
589
+ "retry": "0.13.1"
590
+ }
591
+ },
592
+ "node_modules/asynckit": {
593
+ "version": "0.4.0",
594
+ "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz",
595
+ "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==",
596
+ "license": "MIT",
597
+ "optional": true
598
+ },
599
+ "node_modules/base64-js": {
600
+ "version": "1.5.1",
601
+ "resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz",
602
+ "integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==",
603
+ "funding": [
604
+ {
605
+ "type": "github",
606
+ "url": "https://github.com/sponsors/feross"
607
+ },
608
+ {
609
+ "type": "patreon",
610
+ "url": "https://www.patreon.com/feross"
611
+ },
612
+ {
613
+ "type": "consulting",
614
+ "url": "https://feross.org/support"
615
+ }
616
+ ],
617
+ "license": "MIT",
618
+ "optional": true
619
+ },
620
+ "node_modules/bignumber.js": {
621
+ "version": "9.3.1",
622
+ "resolved": "https://registry.npmjs.org/bignumber.js/-/bignumber.js-9.3.1.tgz",
623
+ "integrity": "sha512-Ko0uX15oIUS7wJ3Rb30Fs6SkVbLmPBAKdlm7q9+ak9bbIeFf0MwuBsQV6z7+X768/cHsfg+WlysDWJcmthjsjQ==",
624
+ "license": "MIT",
625
+ "optional": true,
626
+ "engines": {
627
+ "node": "*"
628
+ }
629
+ },
630
+ "node_modules/body-parser": {
631
+ "version": "1.20.5",
632
+ "resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.20.5.tgz",
633
+ "integrity": "sha512-3grm+/2tUOvu2cjJkvsIxrv/wVpfXQW4PsQHYm7yk4vfpu7Ekl6nEsYBoJUL6qDwZUx8wUhQ8tR2qz+ad9c9OA==",
634
+ "license": "MIT",
635
+ "dependencies": {
636
+ "bytes": "~3.1.2",
637
+ "content-type": "~1.0.5",
638
+ "debug": "2.6.9",
639
+ "depd": "2.0.0",
640
+ "destroy": "~1.2.0",
641
+ "http-errors": "~2.0.1",
642
+ "iconv-lite": "~0.4.24",
643
+ "on-finished": "~2.4.1",
644
+ "qs": "~6.15.1",
645
+ "raw-body": "~2.5.3",
646
+ "type-is": "~1.6.18",
647
+ "unpipe": "~1.0.0"
648
+ },
649
+ "engines": {
650
+ "node": ">= 0.8",
651
+ "npm": "1.2.8000 || >= 1.4.16"
652
+ }
653
+ },
654
+ "node_modules/buffer-equal-constant-time": {
655
+ "version": "1.0.1",
656
+ "resolved": "https://registry.npmjs.org/buffer-equal-constant-time/-/buffer-equal-constant-time-1.0.1.tgz",
657
+ "integrity": "sha512-zRpUiDwd/xk6ADqPMATG8vc9VPrkck7T07OIx0gnjmJAnHnTVXNQG3vfvWNuiZIkwu9KrKdA1iJKfsfTVxE6NA==",
658
+ "license": "BSD-3-Clause"
659
+ },
660
+ "node_modules/bytes": {
661
+ "version": "3.1.2",
662
+ "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.2.tgz",
663
+ "integrity": "sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==",
664
+ "license": "MIT",
665
+ "engines": {
666
+ "node": ">= 0.8"
667
+ }
668
+ },
669
+ "node_modules/call-bind-apply-helpers": {
670
+ "version": "1.0.2",
671
+ "resolved": "https://registry.npmjs.org/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz",
672
+ "integrity": "sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==",
673
+ "license": "MIT",
674
+ "dependencies": {
675
+ "es-errors": "^1.3.0",
676
+ "function-bind": "^1.1.2"
677
+ },
678
+ "engines": {
679
+ "node": ">= 0.4"
680
+ }
681
+ },
682
+ "node_modules/call-bound": {
683
+ "version": "1.0.4",
684
+ "resolved": "https://registry.npmjs.org/call-bound/-/call-bound-1.0.4.tgz",
685
+ "integrity": "sha512-+ys997U96po4Kx/ABpBCqhA9EuxJaQWDQg7295H4hBphv3IZg0boBKuwYpt4YXp6MZ5AmZQnU/tyMTlRpaSejg==",
686
+ "license": "MIT",
687
+ "dependencies": {
688
+ "call-bind-apply-helpers": "^1.0.2",
689
+ "get-intrinsic": "^1.3.0"
690
+ },
691
+ "engines": {
692
+ "node": ">= 0.4"
693
+ },
694
+ "funding": {
695
+ "url": "https://github.com/sponsors/ljharb"
696
+ }
697
+ },
698
+ "node_modules/cliui": {
699
+ "version": "8.0.1",
700
+ "resolved": "https://registry.npmjs.org/cliui/-/cliui-8.0.1.tgz",
701
+ "integrity": "sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==",
702
+ "license": "ISC",
703
+ "optional": true,
704
+ "dependencies": {
705
+ "string-width": "^4.2.0",
706
+ "strip-ansi": "^6.0.1",
707
+ "wrap-ansi": "^7.0.0"
708
+ },
709
+ "engines": {
710
+ "node": ">=12"
711
+ }
712
+ },
713
+ "node_modules/color-convert": {
714
+ "version": "2.0.1",
715
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
716
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
717
+ "license": "MIT",
718
+ "optional": true,
719
+ "dependencies": {
720
+ "color-name": "~1.1.4"
721
+ },
722
+ "engines": {
723
+ "node": ">=7.0.0"
724
+ }
725
+ },
726
+ "node_modules/color-name": {
727
+ "version": "1.1.4",
728
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
729
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
730
+ "license": "MIT",
731
+ "optional": true
732
+ },
733
+ "node_modules/combined-stream": {
734
+ "version": "1.0.8",
735
+ "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz",
736
+ "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==",
737
+ "license": "MIT",
738
+ "optional": true,
739
+ "dependencies": {
740
+ "delayed-stream": "~1.0.0"
741
+ },
742
+ "engines": {
743
+ "node": ">= 0.8"
744
+ }
745
+ },
746
+ "node_modules/content-disposition": {
747
+ "version": "0.5.4",
748
+ "resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.4.tgz",
749
+ "integrity": "sha512-FveZTNuGw04cxlAiWbzi6zTAL/lhehaWbTtgluJh4/E95DqMwTmha3KZN1aAWA8cFIhHzMZUvLevkw5Rqk+tSQ==",
750
+ "license": "MIT",
751
+ "dependencies": {
752
+ "safe-buffer": "5.2.1"
753
+ },
754
+ "engines": {
755
+ "node": ">= 0.6"
756
+ }
757
+ },
758
+ "node_modules/content-type": {
759
+ "version": "1.0.5",
760
+ "resolved": "https://registry.npmjs.org/content-type/-/content-type-1.0.5.tgz",
761
+ "integrity": "sha512-nTjqfcBFEipKdXCv4YDQWCfmcLZKm81ldF0pAopTvyrFGVbcR6P/VAAd5G7N+0tTr8QqiU0tFadD6FK4NtJwOA==",
762
+ "license": "MIT",
763
+ "engines": {
764
+ "node": ">= 0.6"
765
+ }
766
+ },
767
+ "node_modules/cookie": {
768
+ "version": "0.7.2",
769
+ "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.7.2.tgz",
770
+ "integrity": "sha512-yki5XnKuf750l50uGTllt6kKILY4nQ1eNIQatoXEByZ5dWgnKqbnqmTrBE5B4N7lrMJKQ2ytWMiTO2o0v6Ew/w==",
771
+ "license": "MIT",
772
+ "engines": {
773
+ "node": ">= 0.6"
774
+ }
775
+ },
776
+ "node_modules/cookie-signature": {
777
+ "version": "1.0.7",
778
+ "resolved": "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.7.tgz",
779
+ "integrity": "sha512-NXdYc3dLr47pBkpUCHtKSwIOQXLVn8dZEuywboCOJY/osA0wFSLlSawr3KN8qXJEyX66FcONTH8EIlVuK0yyFA==",
780
+ "license": "MIT"
781
+ },
782
+ "node_modules/cors": {
783
+ "version": "2.8.6",
784
+ "resolved": "https://registry.npmjs.org/cors/-/cors-2.8.6.tgz",
785
+ "integrity": "sha512-tJtZBBHA6vjIAaF6EnIaq6laBBP9aq/Y3ouVJjEfoHbRBcHBAHYcMh/w8LDrk2PvIMMq8gmopa5D4V8RmbrxGw==",
786
+ "license": "MIT",
787
+ "dependencies": {
788
+ "object-assign": "^4",
789
+ "vary": "^1"
790
+ },
791
+ "engines": {
792
+ "node": ">= 0.10"
793
+ },
794
+ "funding": {
795
+ "type": "opencollective",
796
+ "url": "https://opencollective.com/express"
797
+ }
798
+ },
799
+ "node_modules/debug": {
800
+ "version": "2.6.9",
801
+ "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
802
+ "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
803
+ "license": "MIT",
804
+ "dependencies": {
805
+ "ms": "2.0.0"
806
+ }
807
+ },
808
+ "node_modules/delayed-stream": {
809
+ "version": "1.0.0",
810
+ "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz",
811
+ "integrity": "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==",
812
+ "license": "MIT",
813
+ "optional": true,
814
+ "engines": {
815
+ "node": ">=0.4.0"
816
+ }
817
+ },
818
+ "node_modules/depd": {
819
+ "version": "2.0.0",
820
+ "resolved": "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz",
821
+ "integrity": "sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==",
822
+ "license": "MIT",
823
+ "engines": {
824
+ "node": ">= 0.8"
825
+ }
826
+ },
827
+ "node_modules/destroy": {
828
+ "version": "1.2.0",
829
+ "resolved": "https://registry.npmjs.org/destroy/-/destroy-1.2.0.tgz",
830
+ "integrity": "sha512-2sJGJTaXIIaR1w4iJSNoN0hnMY7Gpc/n8D4qSCJw8QqFWXf7cuAgnEHxBpweaVcPevC2l3KpjYCx3NypQQgaJg==",
831
+ "license": "MIT",
832
+ "engines": {
833
+ "node": ">= 0.8",
834
+ "npm": "1.2.8000 || >= 1.4.16"
835
+ }
836
+ },
837
+ "node_modules/dunder-proto": {
838
+ "version": "1.0.1",
839
+ "resolved": "https://registry.npmjs.org/dunder-proto/-/dunder-proto-1.0.1.tgz",
840
+ "integrity": "sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==",
841
+ "license": "MIT",
842
+ "dependencies": {
843
+ "call-bind-apply-helpers": "^1.0.1",
844
+ "es-errors": "^1.3.0",
845
+ "gopd": "^1.2.0"
846
+ },
847
+ "engines": {
848
+ "node": ">= 0.4"
849
+ }
850
+ },
851
+ "node_modules/duplexify": {
852
+ "version": "4.1.3",
853
+ "resolved": "https://registry.npmjs.org/duplexify/-/duplexify-4.1.3.tgz",
854
+ "integrity": "sha512-M3BmBhwJRZsSx38lZyhE53Csddgzl5R7xGJNk7CVddZD6CcmwMCH8J+7AprIrQKH7TonKxaCjcv27Qmf+sQ+oA==",
855
+ "license": "MIT",
856
+ "optional": true,
857
+ "dependencies": {
858
+ "end-of-stream": "^1.4.1",
859
+ "inherits": "^2.0.3",
860
+ "readable-stream": "^3.1.1",
861
+ "stream-shift": "^1.0.2"
862
+ }
863
+ },
864
+ "node_modules/ecdsa-sig-formatter": {
865
+ "version": "1.0.11",
866
+ "resolved": "https://registry.npmjs.org/ecdsa-sig-formatter/-/ecdsa-sig-formatter-1.0.11.tgz",
867
+ "integrity": "sha512-nagl3RYrbNv6kQkeJIpt6NJZy8twLB/2vtz6yN9Z4vRKHN4/QZJIEbqohALSgwKdnksuY3k5Addp5lg8sVoVcQ==",
868
+ "license": "Apache-2.0",
869
+ "dependencies": {
870
+ "safe-buffer": "^5.0.1"
871
+ }
872
+ },
873
+ "node_modules/ee-first": {
874
+ "version": "1.1.1",
875
+ "resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz",
876
+ "integrity": "sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==",
877
+ "license": "MIT"
878
+ },
879
+ "node_modules/emoji-regex": {
880
+ "version": "8.0.0",
881
+ "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
882
+ "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
883
+ "license": "MIT",
884
+ "optional": true
885
+ },
886
+ "node_modules/encodeurl": {
887
+ "version": "2.0.0",
888
+ "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-2.0.0.tgz",
889
+ "integrity": "sha512-Q0n9HRi4m6JuGIV1eFlmvJB7ZEVxu93IrMyiMsGC0lrMJMWzRgx6WGquyfQgZVb31vhGgXnfmPNNXmxnOkRBrg==",
890
+ "license": "MIT",
891
+ "engines": {
892
+ "node": ">= 0.8"
893
+ }
894
+ },
895
+ "node_modules/end-of-stream": {
896
+ "version": "1.4.5",
897
+ "resolved": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.5.tgz",
898
+ "integrity": "sha512-ooEGc6HP26xXq/N+GCGOT0JKCLDGrq2bQUZrQ7gyrJiZANJ/8YDTxTpQBXGMn+WbIQXNVpyWymm7KYVICQnyOg==",
899
+ "license": "MIT",
900
+ "optional": true,
901
+ "dependencies": {
902
+ "once": "^1.4.0"
903
+ }
904
+ },
905
+ "node_modules/es-define-property": {
906
+ "version": "1.0.1",
907
+ "resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.1.tgz",
908
+ "integrity": "sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==",
909
+ "license": "MIT",
910
+ "engines": {
911
+ "node": ">= 0.4"
912
+ }
913
+ },
914
+ "node_modules/es-errors": {
915
+ "version": "1.3.0",
916
+ "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz",
917
+ "integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==",
918
+ "license": "MIT",
919
+ "engines": {
920
+ "node": ">= 0.4"
921
+ }
922
+ },
923
+ "node_modules/es-object-atoms": {
924
+ "version": "1.1.1",
925
+ "resolved": "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.1.1.tgz",
926
+ "integrity": "sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA==",
927
+ "license": "MIT",
928
+ "dependencies": {
929
+ "es-errors": "^1.3.0"
930
+ },
931
+ "engines": {
932
+ "node": ">= 0.4"
933
+ }
934
+ },
935
+ "node_modules/es-set-tostringtag": {
936
+ "version": "2.1.0",
937
+ "resolved": "https://registry.npmjs.org/es-set-tostringtag/-/es-set-tostringtag-2.1.0.tgz",
938
+ "integrity": "sha512-j6vWzfrGVfyXxge+O0x5sh6cvxAog0a/4Rdd2K36zCMV5eJ+/+tOAngRO8cODMNWbVRdVlmGZQL2YS3yR8bIUA==",
939
+ "license": "MIT",
940
+ "optional": true,
941
+ "dependencies": {
942
+ "es-errors": "^1.3.0",
943
+ "get-intrinsic": "^1.2.6",
944
+ "has-tostringtag": "^1.0.2",
945
+ "hasown": "^2.0.2"
946
+ },
947
+ "engines": {
948
+ "node": ">= 0.4"
949
+ }
950
+ },
951
+ "node_modules/escalade": {
952
+ "version": "3.2.0",
953
+ "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.2.0.tgz",
954
+ "integrity": "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==",
955
+ "license": "MIT",
956
+ "optional": true,
957
+ "engines": {
958
+ "node": ">=6"
959
+ }
960
+ },
961
+ "node_modules/escape-html": {
962
+ "version": "1.0.3",
963
+ "resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz",
964
+ "integrity": "sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==",
965
+ "license": "MIT"
966
+ },
967
+ "node_modules/etag": {
968
+ "version": "1.8.1",
969
+ "resolved": "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz",
970
+ "integrity": "sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg==",
971
+ "license": "MIT",
972
+ "engines": {
973
+ "node": ">= 0.6"
974
+ }
975
+ },
976
+ "node_modules/event-target-shim": {
977
+ "version": "5.0.1",
978
+ "resolved": "https://registry.npmjs.org/event-target-shim/-/event-target-shim-5.0.1.tgz",
979
+ "integrity": "sha512-i/2XbnSz/uxRCU6+NdVJgKWDTM427+MqYbkQzD321DuCQJUqOuJKIA0IM2+W2xtYHdKOmZ4dR6fExsd4SXL+WQ==",
980
+ "license": "MIT",
981
+ "optional": true,
982
+ "engines": {
983
+ "node": ">=6"
984
+ }
985
+ },
986
+ "node_modules/express": {
987
+ "version": "4.22.2",
988
+ "resolved": "https://registry.npmjs.org/express/-/express-4.22.2.tgz",
989
+ "integrity": "sha512-IuL+Elrou2ZvCFHs18/CIzy2Nzvo25nZ1/D2eIZlz7c+QUayAcYoiM2BthCjs+EBHVpjYjcuLDAiCWgeIX3X1Q==",
990
+ "license": "MIT",
991
+ "dependencies": {
992
+ "accepts": "~1.3.8",
993
+ "array-flatten": "1.1.1",
994
+ "body-parser": "~1.20.5",
995
+ "content-disposition": "~0.5.4",
996
+ "content-type": "~1.0.4",
997
+ "cookie": "~0.7.1",
998
+ "cookie-signature": "~1.0.6",
999
+ "debug": "2.6.9",
1000
+ "depd": "2.0.0",
1001
+ "encodeurl": "~2.0.0",
1002
+ "escape-html": "~1.0.3",
1003
+ "etag": "~1.8.1",
1004
+ "finalhandler": "~1.3.1",
1005
+ "fresh": "~0.5.2",
1006
+ "http-errors": "~2.0.0",
1007
+ "merge-descriptors": "1.0.3",
1008
+ "methods": "~1.1.2",
1009
+ "on-finished": "~2.4.1",
1010
+ "parseurl": "~1.3.3",
1011
+ "path-to-regexp": "~0.1.12",
1012
+ "proxy-addr": "~2.0.7",
1013
+ "qs": "~6.15.1",
1014
+ "range-parser": "~1.2.1",
1015
+ "safe-buffer": "5.2.1",
1016
+ "send": "~0.19.0",
1017
+ "serve-static": "~1.16.2",
1018
+ "setprototypeof": "1.2.0",
1019
+ "statuses": "~2.0.1",
1020
+ "type-is": "~1.6.18",
1021
+ "utils-merge": "1.0.1",
1022
+ "vary": "~1.1.2"
1023
+ },
1024
+ "engines": {
1025
+ "node": ">= 0.10.0"
1026
+ },
1027
+ "funding": {
1028
+ "type": "opencollective",
1029
+ "url": "https://opencollective.com/express"
1030
+ }
1031
+ },
1032
+ "node_modules/extend": {
1033
+ "version": "3.0.2",
1034
+ "resolved": "https://registry.npmjs.org/extend/-/extend-3.0.2.tgz",
1035
+ "integrity": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==",
1036
+ "license": "MIT",
1037
+ "optional": true
1038
+ },
1039
+ "node_modules/farmhash-modern": {
1040
+ "version": "1.1.0",
1041
+ "resolved": "https://registry.npmjs.org/farmhash-modern/-/farmhash-modern-1.1.0.tgz",
1042
+ "integrity": "sha512-6ypT4XfgqJk/F3Yuv4SX26I3doUjt0GTG4a+JgWxXQpxXzTBq8fPUeGHfcYMMDPHJHm3yPOSjaeBwBGAHWXCdA==",
1043
+ "license": "MIT",
1044
+ "engines": {
1045
+ "node": ">=18.0.0"
1046
+ }
1047
+ },
1048
+ "node_modules/fast-deep-equal": {
1049
+ "version": "3.1.3",
1050
+ "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",
1051
+ "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==",
1052
+ "license": "MIT",
1053
+ "optional": true
1054
+ },
1055
+ "node_modules/fast-xml-builder": {
1056
+ "version": "1.2.0",
1057
+ "resolved": "https://registry.npmjs.org/fast-xml-builder/-/fast-xml-builder-1.2.0.tgz",
1058
+ "integrity": "sha512-00aAWieqff+ZJhsXA4g1g7M8k+7AYoMUUHF+/zFb5U6Uv/P0Vl4QZo84/IcufzYalLuEj9928bXN9PbbFzMF0Q==",
1059
+ "funding": [
1060
+ {
1061
+ "type": "github",
1062
+ "url": "https://github.com/sponsors/NaturalIntelligence"
1063
+ }
1064
+ ],
1065
+ "license": "MIT",
1066
+ "optional": true,
1067
+ "dependencies": {
1068
+ "path-expression-matcher": "^1.5.0",
1069
+ "xml-naming": "^0.1.0"
1070
+ }
1071
+ },
1072
+ "node_modules/fast-xml-parser": {
1073
+ "version": "5.8.0",
1074
+ "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.8.0.tgz",
1075
+ "integrity": "sha512-6bIM7fsJxeo3uXv7OncQYsBAMPJ7V16Slahl/6M98C/i2q+vB1+4a0MtrvYwDFEUrwDSbAmeLDRXsOBwrL7yAg==",
1076
+ "funding": [
1077
+ {
1078
+ "type": "github",
1079
+ "url": "https://github.com/sponsors/NaturalIntelligence"
1080
+ }
1081
+ ],
1082
+ "license": "MIT",
1083
+ "optional": true,
1084
+ "dependencies": {
1085
+ "@nodable/entities": "^2.1.0",
1086
+ "fast-xml-builder": "^1.2.0",
1087
+ "path-expression-matcher": "^1.5.0",
1088
+ "strnum": "^2.3.0",
1089
+ "xml-naming": "^0.1.0"
1090
+ },
1091
+ "bin": {
1092
+ "fxparser": "src/cli/cli.js"
1093
+ }
1094
+ },
1095
+ "node_modules/faye-websocket": {
1096
+ "version": "0.11.4",
1097
+ "resolved": "https://registry.npmjs.org/faye-websocket/-/faye-websocket-0.11.4.tgz",
1098
+ "integrity": "sha512-CzbClwlXAuiRQAlUyfqPgvPoNKTckTPGfwZV4ZdAhVcP2lh9KUxJg2b5GkE7XbjKQ3YJnQ9z6D9ntLAlB+tP8g==",
1099
+ "license": "Apache-2.0",
1100
+ "dependencies": {
1101
+ "websocket-driver": ">=0.5.1"
1102
+ },
1103
+ "engines": {
1104
+ "node": ">=0.8.0"
1105
+ }
1106
+ },
1107
+ "node_modules/finalhandler": {
1108
+ "version": "1.3.2",
1109
+ "resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-1.3.2.tgz",
1110
+ "integrity": "sha512-aA4RyPcd3badbdABGDuTXCMTtOneUCAYH/gxoYRTZlIJdF0YPWuGqiAsIrhNnnqdXGswYk6dGujem4w80UJFhg==",
1111
+ "license": "MIT",
1112
+ "dependencies": {
1113
+ "debug": "2.6.9",
1114
+ "encodeurl": "~2.0.0",
1115
+ "escape-html": "~1.0.3",
1116
+ "on-finished": "~2.4.1",
1117
+ "parseurl": "~1.3.3",
1118
+ "statuses": "~2.0.2",
1119
+ "unpipe": "~1.0.0"
1120
+ },
1121
+ "engines": {
1122
+ "node": ">= 0.8"
1123
+ }
1124
+ },
1125
+ "node_modules/firebase-admin": {
1126
+ "version": "12.7.0",
1127
+ "resolved": "https://registry.npmjs.org/firebase-admin/-/firebase-admin-12.7.0.tgz",
1128
+ "integrity": "sha512-raFIrOyTqREbyXsNkSHyciQLfv8AUZazehPaQS1lZBSCDYW74FYXU0nQZa3qHI4K+hawohlDbywZ4+qce9YNxA==",
1129
+ "license": "Apache-2.0",
1130
+ "dependencies": {
1131
+ "@fastify/busboy": "^3.0.0",
1132
+ "@firebase/database-compat": "1.0.8",
1133
+ "@firebase/database-types": "1.0.5",
1134
+ "@types/node": "^22.0.1",
1135
+ "farmhash-modern": "^1.1.0",
1136
+ "jsonwebtoken": "^9.0.0",
1137
+ "jwks-rsa": "^3.1.0",
1138
+ "node-forge": "^1.3.1",
1139
+ "uuid": "^10.0.0"
1140
+ },
1141
+ "engines": {
1142
+ "node": ">=14"
1143
+ },
1144
+ "optionalDependencies": {
1145
+ "@google-cloud/firestore": "^7.7.0",
1146
+ "@google-cloud/storage": "^7.7.0"
1147
+ }
1148
+ },
1149
+ "node_modules/firebase-functions": {
1150
+ "version": "5.1.1",
1151
+ "resolved": "https://registry.npmjs.org/firebase-functions/-/firebase-functions-5.1.1.tgz",
1152
+ "integrity": "sha512-KkyKZE98Leg/C73oRyuUYox04PQeeBThdygMfeX+7t1cmKWYKa/ZieYa89U8GHgED+0mF7m7wfNZOfbURYxIKg==",
1153
+ "license": "MIT",
1154
+ "dependencies": {
1155
+ "@types/cors": "^2.8.5",
1156
+ "@types/express": "4.17.3",
1157
+ "cors": "^2.8.5",
1158
+ "express": "^4.17.1",
1159
+ "protobufjs": "^7.2.2"
1160
+ },
1161
+ "bin": {
1162
+ "firebase-functions": "lib/bin/firebase-functions.js"
1163
+ },
1164
+ "engines": {
1165
+ "node": ">=14.10.0"
1166
+ },
1167
+ "peerDependencies": {
1168
+ "firebase-admin": "^11.10.0 || ^12.0.0"
1169
+ }
1170
+ },
1171
+ "node_modules/form-data": {
1172
+ "version": "2.5.5",
1173
+ "resolved": "https://registry.npmjs.org/form-data/-/form-data-2.5.5.tgz",
1174
+ "integrity": "sha512-jqdObeR2rxZZbPSGL+3VckHMYtu+f9//KXBsVny6JSX/pa38Fy+bGjuG8eW/H6USNQWhLi8Num++cU2yOCNz4A==",
1175
+ "license": "MIT",
1176
+ "optional": true,
1177
+ "dependencies": {
1178
+ "asynckit": "^0.4.0",
1179
+ "combined-stream": "^1.0.8",
1180
+ "es-set-tostringtag": "^2.1.0",
1181
+ "hasown": "^2.0.2",
1182
+ "mime-types": "^2.1.35",
1183
+ "safe-buffer": "^5.2.1"
1184
+ },
1185
+ "engines": {
1186
+ "node": ">= 0.12"
1187
+ }
1188
+ },
1189
+ "node_modules/forwarded": {
1190
+ "version": "0.2.0",
1191
+ "resolved": "https://registry.npmjs.org/forwarded/-/forwarded-0.2.0.tgz",
1192
+ "integrity": "sha512-buRG0fpBtRHSTCOASe6hD258tEubFoRLb4ZNA6NxMVHNw2gOcwHo9wyablzMzOA5z9xA9L1KNjk/Nt6MT9aYow==",
1193
+ "license": "MIT",
1194
+ "engines": {
1195
+ "node": ">= 0.6"
1196
+ }
1197
+ },
1198
+ "node_modules/fresh": {
1199
+ "version": "0.5.2",
1200
+ "resolved": "https://registry.npmjs.org/fresh/-/fresh-0.5.2.tgz",
1201
+ "integrity": "sha512-zJ2mQYM18rEFOudeV4GShTGIQ7RbzA7ozbU9I/XBpm7kqgMywgmylMwXHxZJmkVoYkna9d2pVXVXPdYTP9ej8Q==",
1202
+ "license": "MIT",
1203
+ "engines": {
1204
+ "node": ">= 0.6"
1205
+ }
1206
+ },
1207
+ "node_modules/function-bind": {
1208
+ "version": "1.1.2",
1209
+ "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz",
1210
+ "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==",
1211
+ "license": "MIT",
1212
+ "funding": {
1213
+ "url": "https://github.com/sponsors/ljharb"
1214
+ }
1215
+ },
1216
+ "node_modules/functional-red-black-tree": {
1217
+ "version": "1.0.1",
1218
+ "resolved": "https://registry.npmjs.org/functional-red-black-tree/-/functional-red-black-tree-1.0.1.tgz",
1219
+ "integrity": "sha512-dsKNQNdj6xA3T+QlADDA7mOSlX0qiMINjn0cgr+eGHGsbSHzTabcIogz2+p/iqP1Xs6EP/sS2SbqH+brGTbq0g==",
1220
+ "license": "MIT",
1221
+ "optional": true
1222
+ },
1223
+ "node_modules/gaxios": {
1224
+ "version": "6.7.1",
1225
+ "resolved": "https://registry.npmjs.org/gaxios/-/gaxios-6.7.1.tgz",
1226
+ "integrity": "sha512-LDODD4TMYx7XXdpwxAVRAIAuB0bzv0s+ywFonY46k126qzQHT9ygyoa9tncmOiQmmDrik65UYsEkv3lbfqQ3yQ==",
1227
+ "license": "Apache-2.0",
1228
+ "optional": true,
1229
+ "dependencies": {
1230
+ "extend": "^3.0.2",
1231
+ "https-proxy-agent": "^7.0.1",
1232
+ "is-stream": "^2.0.0",
1233
+ "node-fetch": "^2.6.9",
1234
+ "uuid": "^9.0.1"
1235
+ },
1236
+ "engines": {
1237
+ "node": ">=14"
1238
+ }
1239
+ },
1240
+ "node_modules/gaxios/node_modules/uuid": {
1241
+ "version": "9.0.1",
1242
+ "resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.1.tgz",
1243
+ "integrity": "sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==",
1244
+ "deprecated": "uuid@10 and below is no longer supported. For ESM codebases, update to uuid@latest. For CommonJS codebases, use uuid@11 (but be aware this version will likely be deprecated in 2028).",
1245
+ "funding": [
1246
+ "https://github.com/sponsors/broofa",
1247
+ "https://github.com/sponsors/ctavan"
1248
+ ],
1249
+ "license": "MIT",
1250
+ "optional": true,
1251
+ "bin": {
1252
+ "uuid": "dist/bin/uuid"
1253
+ }
1254
+ },
1255
+ "node_modules/gcp-metadata": {
1256
+ "version": "6.1.1",
1257
+ "resolved": "https://registry.npmjs.org/gcp-metadata/-/gcp-metadata-6.1.1.tgz",
1258
+ "integrity": "sha512-a4tiq7E0/5fTjxPAaH4jpjkSv/uCaU2p5KC6HVGrvl0cDjA8iBZv4vv1gyzlmK0ZUKqwpOyQMKzZQe3lTit77A==",
1259
+ "license": "Apache-2.0",
1260
+ "optional": true,
1261
+ "dependencies": {
1262
+ "gaxios": "^6.1.1",
1263
+ "google-logging-utils": "^0.0.2",
1264
+ "json-bigint": "^1.0.0"
1265
+ },
1266
+ "engines": {
1267
+ "node": ">=14"
1268
+ }
1269
+ },
1270
+ "node_modules/get-caller-file": {
1271
+ "version": "2.0.5",
1272
+ "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz",
1273
+ "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==",
1274
+ "license": "ISC",
1275
+ "optional": true,
1276
+ "engines": {
1277
+ "node": "6.* || 8.* || >= 10.*"
1278
+ }
1279
+ },
1280
+ "node_modules/get-intrinsic": {
1281
+ "version": "1.3.0",
1282
+ "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.3.0.tgz",
1283
+ "integrity": "sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==",
1284
+ "license": "MIT",
1285
+ "dependencies": {
1286
+ "call-bind-apply-helpers": "^1.0.2",
1287
+ "es-define-property": "^1.0.1",
1288
+ "es-errors": "^1.3.0",
1289
+ "es-object-atoms": "^1.1.1",
1290
+ "function-bind": "^1.1.2",
1291
+ "get-proto": "^1.0.1",
1292
+ "gopd": "^1.2.0",
1293
+ "has-symbols": "^1.1.0",
1294
+ "hasown": "^2.0.2",
1295
+ "math-intrinsics": "^1.1.0"
1296
+ },
1297
+ "engines": {
1298
+ "node": ">= 0.4"
1299
+ },
1300
+ "funding": {
1301
+ "url": "https://github.com/sponsors/ljharb"
1302
+ }
1303
+ },
1304
+ "node_modules/get-proto": {
1305
+ "version": "1.0.1",
1306
+ "resolved": "https://registry.npmjs.org/get-proto/-/get-proto-1.0.1.tgz",
1307
+ "integrity": "sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==",
1308
+ "license": "MIT",
1309
+ "dependencies": {
1310
+ "dunder-proto": "^1.0.1",
1311
+ "es-object-atoms": "^1.0.0"
1312
+ },
1313
+ "engines": {
1314
+ "node": ">= 0.4"
1315
+ }
1316
+ },
1317
+ "node_modules/google-auth-library": {
1318
+ "version": "9.15.1",
1319
+ "resolved": "https://registry.npmjs.org/google-auth-library/-/google-auth-library-9.15.1.tgz",
1320
+ "integrity": "sha512-Jb6Z0+nvECVz+2lzSMt9u98UsoakXxA2HGHMCxh+so3n90XgYWkq5dur19JAJV7ONiJY22yBTyJB1TSkvPq9Ng==",
1321
+ "license": "Apache-2.0",
1322
+ "optional": true,
1323
+ "dependencies": {
1324
+ "base64-js": "^1.3.0",
1325
+ "ecdsa-sig-formatter": "^1.0.11",
1326
+ "gaxios": "^6.1.1",
1327
+ "gcp-metadata": "^6.1.0",
1328
+ "gtoken": "^7.0.0",
1329
+ "jws": "^4.0.0"
1330
+ },
1331
+ "engines": {
1332
+ "node": ">=14"
1333
+ }
1334
+ },
1335
+ "node_modules/google-gax": {
1336
+ "version": "4.6.1",
1337
+ "resolved": "https://registry.npmjs.org/google-gax/-/google-gax-4.6.1.tgz",
1338
+ "integrity": "sha512-V6eky/xz2mcKfAd1Ioxyd6nmA61gao3n01C+YeuIwu3vzM9EDR6wcVzMSIbLMDXWeoi9SHYctXuKYC5uJUT3eQ==",
1339
+ "license": "Apache-2.0",
1340
+ "optional": true,
1341
+ "dependencies": {
1342
+ "@grpc/grpc-js": "^1.10.9",
1343
+ "@grpc/proto-loader": "^0.7.13",
1344
+ "@types/long": "^4.0.0",
1345
+ "abort-controller": "^3.0.0",
1346
+ "duplexify": "^4.0.0",
1347
+ "google-auth-library": "^9.3.0",
1348
+ "node-fetch": "^2.7.0",
1349
+ "object-hash": "^3.0.0",
1350
+ "proto3-json-serializer": "^2.0.2",
1351
+ "protobufjs": "^7.3.2",
1352
+ "retry-request": "^7.0.0",
1353
+ "uuid": "^9.0.1"
1354
+ },
1355
+ "engines": {
1356
+ "node": ">=14"
1357
+ }
1358
+ },
1359
+ "node_modules/google-gax/node_modules/uuid": {
1360
+ "version": "9.0.1",
1361
+ "resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.1.tgz",
1362
+ "integrity": "sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==",
1363
+ "deprecated": "uuid@10 and below is no longer supported. For ESM codebases, update to uuid@latest. For CommonJS codebases, use uuid@11 (but be aware this version will likely be deprecated in 2028).",
1364
+ "funding": [
1365
+ "https://github.com/sponsors/broofa",
1366
+ "https://github.com/sponsors/ctavan"
1367
+ ],
1368
+ "license": "MIT",
1369
+ "optional": true,
1370
+ "bin": {
1371
+ "uuid": "dist/bin/uuid"
1372
+ }
1373
+ },
1374
+ "node_modules/google-logging-utils": {
1375
+ "version": "0.0.2",
1376
+ "resolved": "https://registry.npmjs.org/google-logging-utils/-/google-logging-utils-0.0.2.tgz",
1377
+ "integrity": "sha512-NEgUnEcBiP5HrPzufUkBzJOD/Sxsco3rLNo1F1TNf7ieU8ryUzBhqba8r756CjLX7rn3fHl6iLEwPYuqpoKgQQ==",
1378
+ "license": "Apache-2.0",
1379
+ "optional": true,
1380
+ "engines": {
1381
+ "node": ">=14"
1382
+ }
1383
+ },
1384
+ "node_modules/gopd": {
1385
+ "version": "1.2.0",
1386
+ "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.2.0.tgz",
1387
+ "integrity": "sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==",
1388
+ "license": "MIT",
1389
+ "engines": {
1390
+ "node": ">= 0.4"
1391
+ },
1392
+ "funding": {
1393
+ "url": "https://github.com/sponsors/ljharb"
1394
+ }
1395
+ },
1396
+ "node_modules/gtoken": {
1397
+ "version": "7.1.0",
1398
+ "resolved": "https://registry.npmjs.org/gtoken/-/gtoken-7.1.0.tgz",
1399
+ "integrity": "sha512-pCcEwRi+TKpMlxAQObHDQ56KawURgyAf6jtIY046fJ5tIv3zDe/LEIubckAO8fj6JnAxLdmWkUfNyulQ2iKdEw==",
1400
+ "license": "MIT",
1401
+ "optional": true,
1402
+ "dependencies": {
1403
+ "gaxios": "^6.0.0",
1404
+ "jws": "^4.0.0"
1405
+ },
1406
+ "engines": {
1407
+ "node": ">=14.0.0"
1408
+ }
1409
+ },
1410
+ "node_modules/has-symbols": {
1411
+ "version": "1.1.0",
1412
+ "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.1.0.tgz",
1413
+ "integrity": "sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==",
1414
+ "license": "MIT",
1415
+ "engines": {
1416
+ "node": ">= 0.4"
1417
+ },
1418
+ "funding": {
1419
+ "url": "https://github.com/sponsors/ljharb"
1420
+ }
1421
+ },
1422
+ "node_modules/has-tostringtag": {
1423
+ "version": "1.0.2",
1424
+ "resolved": "https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.2.tgz",
1425
+ "integrity": "sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==",
1426
+ "license": "MIT",
1427
+ "optional": true,
1428
+ "dependencies": {
1429
+ "has-symbols": "^1.0.3"
1430
+ },
1431
+ "engines": {
1432
+ "node": ">= 0.4"
1433
+ },
1434
+ "funding": {
1435
+ "url": "https://github.com/sponsors/ljharb"
1436
+ }
1437
+ },
1438
+ "node_modules/hasown": {
1439
+ "version": "2.0.3",
1440
+ "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.3.tgz",
1441
+ "integrity": "sha512-ej4AhfhfL2Q2zpMmLo7U1Uv9+PyhIZpgQLGT1F9miIGmiCJIoCgSmczFdrc97mWT4kVY72KA+WnnhJ5pghSvSg==",
1442
+ "license": "MIT",
1443
+ "dependencies": {
1444
+ "function-bind": "^1.1.2"
1445
+ },
1446
+ "engines": {
1447
+ "node": ">= 0.4"
1448
+ }
1449
+ },
1450
+ "node_modules/html-entities": {
1451
+ "version": "2.6.0",
1452
+ "resolved": "https://registry.npmjs.org/html-entities/-/html-entities-2.6.0.tgz",
1453
+ "integrity": "sha512-kig+rMn/QOVRvr7c86gQ8lWXq+Hkv6CbAH1hLu+RG338StTpE8Z0b44SDVaqVu7HGKf27frdmUYEs9hTUX/cLQ==",
1454
+ "funding": [
1455
+ {
1456
+ "type": "github",
1457
+ "url": "https://github.com/sponsors/mdevils"
1458
+ },
1459
+ {
1460
+ "type": "patreon",
1461
+ "url": "https://patreon.com/mdevils"
1462
+ }
1463
+ ],
1464
+ "license": "MIT",
1465
+ "optional": true
1466
+ },
1467
+ "node_modules/http-errors": {
1468
+ "version": "2.0.1",
1469
+ "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-2.0.1.tgz",
1470
+ "integrity": "sha512-4FbRdAX+bSdmo4AUFuS0WNiPz8NgFt+r8ThgNWmlrjQjt1Q7ZR9+zTlce2859x4KSXrwIsaeTqDoKQmtP8pLmQ==",
1471
+ "license": "MIT",
1472
+ "dependencies": {
1473
+ "depd": "~2.0.0",
1474
+ "inherits": "~2.0.4",
1475
+ "setprototypeof": "~1.2.0",
1476
+ "statuses": "~2.0.2",
1477
+ "toidentifier": "~1.0.1"
1478
+ },
1479
+ "engines": {
1480
+ "node": ">= 0.8"
1481
+ },
1482
+ "funding": {
1483
+ "type": "opencollective",
1484
+ "url": "https://opencollective.com/express"
1485
+ }
1486
+ },
1487
+ "node_modules/http-parser-js": {
1488
+ "version": "0.5.10",
1489
+ "resolved": "https://registry.npmjs.org/http-parser-js/-/http-parser-js-0.5.10.tgz",
1490
+ "integrity": "sha512-Pysuw9XpUq5dVc/2SMHpuTY01RFl8fttgcyunjL7eEMhGM3cI4eOmiCycJDVCo/7O7ClfQD3SaI6ftDzqOXYMA==",
1491
+ "license": "MIT"
1492
+ },
1493
+ "node_modules/http-proxy-agent": {
1494
+ "version": "5.0.0",
1495
+ "resolved": "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-5.0.0.tgz",
1496
+ "integrity": "sha512-n2hY8YdoRE1i7r6M0w9DIw5GgZN0G25P8zLCRQ8rjXtTU3vsNFBI/vWK/UIeE6g5MUUz6avwAPXmL6Fy9D/90w==",
1497
+ "license": "MIT",
1498
+ "optional": true,
1499
+ "dependencies": {
1500
+ "@tootallnate/once": "2",
1501
+ "agent-base": "6",
1502
+ "debug": "4"
1503
+ },
1504
+ "engines": {
1505
+ "node": ">= 6"
1506
+ }
1507
+ },
1508
+ "node_modules/http-proxy-agent/node_modules/agent-base": {
1509
+ "version": "6.0.2",
1510
+ "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-6.0.2.tgz",
1511
+ "integrity": "sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==",
1512
+ "license": "MIT",
1513
+ "optional": true,
1514
+ "dependencies": {
1515
+ "debug": "4"
1516
+ },
1517
+ "engines": {
1518
+ "node": ">= 6.0.0"
1519
+ }
1520
+ },
1521
+ "node_modules/http-proxy-agent/node_modules/debug": {
1522
+ "version": "4.4.3",
1523
+ "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz",
1524
+ "integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==",
1525
+ "license": "MIT",
1526
+ "optional": true,
1527
+ "dependencies": {
1528
+ "ms": "^2.1.3"
1529
+ },
1530
+ "engines": {
1531
+ "node": ">=6.0"
1532
+ },
1533
+ "peerDependenciesMeta": {
1534
+ "supports-color": {
1535
+ "optional": true
1536
+ }
1537
+ }
1538
+ },
1539
+ "node_modules/http-proxy-agent/node_modules/ms": {
1540
+ "version": "2.1.3",
1541
+ "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
1542
+ "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
1543
+ "license": "MIT",
1544
+ "optional": true
1545
+ },
1546
+ "node_modules/https-proxy-agent": {
1547
+ "version": "7.0.6",
1548
+ "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-7.0.6.tgz",
1549
+ "integrity": "sha512-vK9P5/iUfdl95AI+JVyUuIcVtd4ofvtrOr3HNtM2yxC9bnMbEdp3x01OhQNnjb8IJYi38VlTE3mBXwcfvywuSw==",
1550
+ "license": "MIT",
1551
+ "optional": true,
1552
+ "dependencies": {
1553
+ "agent-base": "^7.1.2",
1554
+ "debug": "4"
1555
+ },
1556
+ "engines": {
1557
+ "node": ">= 14"
1558
+ }
1559
+ },
1560
+ "node_modules/https-proxy-agent/node_modules/debug": {
1561
+ "version": "4.4.3",
1562
+ "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz",
1563
+ "integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==",
1564
+ "license": "MIT",
1565
+ "optional": true,
1566
+ "dependencies": {
1567
+ "ms": "^2.1.3"
1568
+ },
1569
+ "engines": {
1570
+ "node": ">=6.0"
1571
+ },
1572
+ "peerDependenciesMeta": {
1573
+ "supports-color": {
1574
+ "optional": true
1575
+ }
1576
+ }
1577
+ },
1578
+ "node_modules/https-proxy-agent/node_modules/ms": {
1579
+ "version": "2.1.3",
1580
+ "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
1581
+ "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
1582
+ "license": "MIT",
1583
+ "optional": true
1584
+ },
1585
+ "node_modules/iconv-lite": {
1586
+ "version": "0.4.24",
1587
+ "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz",
1588
+ "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==",
1589
+ "license": "MIT",
1590
+ "dependencies": {
1591
+ "safer-buffer": ">= 2.1.2 < 3"
1592
+ },
1593
+ "engines": {
1594
+ "node": ">=0.10.0"
1595
+ }
1596
+ },
1597
+ "node_modules/inherits": {
1598
+ "version": "2.0.4",
1599
+ "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz",
1600
+ "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==",
1601
+ "license": "ISC"
1602
+ },
1603
+ "node_modules/ipaddr.js": {
1604
+ "version": "1.9.1",
1605
+ "resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.9.1.tgz",
1606
+ "integrity": "sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==",
1607
+ "license": "MIT",
1608
+ "engines": {
1609
+ "node": ">= 0.10"
1610
+ }
1611
+ },
1612
+ "node_modules/is-fullwidth-code-point": {
1613
+ "version": "3.0.0",
1614
+ "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz",
1615
+ "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==",
1616
+ "license": "MIT",
1617
+ "optional": true,
1618
+ "engines": {
1619
+ "node": ">=8"
1620
+ }
1621
+ },
1622
+ "node_modules/is-stream": {
1623
+ "version": "2.0.1",
1624
+ "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.1.tgz",
1625
+ "integrity": "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==",
1626
+ "license": "MIT",
1627
+ "optional": true,
1628
+ "engines": {
1629
+ "node": ">=8"
1630
+ },
1631
+ "funding": {
1632
+ "url": "https://github.com/sponsors/sindresorhus"
1633
+ }
1634
+ },
1635
+ "node_modules/jose": {
1636
+ "version": "4.15.9",
1637
+ "resolved": "https://registry.npmjs.org/jose/-/jose-4.15.9.tgz",
1638
+ "integrity": "sha512-1vUQX+IdDMVPj4k8kOxgUqlcK518yluMuGZwqlr44FS1ppZB/5GWh4rZG89erpOBOJjU/OBsnCVFfapsRz6nEA==",
1639
+ "license": "MIT",
1640
+ "funding": {
1641
+ "url": "https://github.com/sponsors/panva"
1642
+ }
1643
+ },
1644
+ "node_modules/json-bigint": {
1645
+ "version": "1.0.0",
1646
+ "resolved": "https://registry.npmjs.org/json-bigint/-/json-bigint-1.0.0.tgz",
1647
+ "integrity": "sha512-SiPv/8VpZuWbvLSMtTDU8hEfrZWg/mH/nV/b4o0CYbSxu1UIQPLdwKOCIyLQX+VIPO5vrLX3i8qtqFyhdPSUSQ==",
1648
+ "license": "MIT",
1649
+ "optional": true,
1650
+ "dependencies": {
1651
+ "bignumber.js": "^9.0.0"
1652
+ }
1653
+ },
1654
+ "node_modules/jsonwebtoken": {
1655
+ "version": "9.0.3",
1656
+ "resolved": "https://registry.npmjs.org/jsonwebtoken/-/jsonwebtoken-9.0.3.tgz",
1657
+ "integrity": "sha512-MT/xP0CrubFRNLNKvxJ2BYfy53Zkm++5bX9dtuPbqAeQpTVe0MQTFhao8+Cp//EmJp244xt6Drw/GVEGCUj40g==",
1658
+ "license": "MIT",
1659
+ "dependencies": {
1660
+ "jws": "^4.0.1",
1661
+ "lodash.includes": "^4.3.0",
1662
+ "lodash.isboolean": "^3.0.3",
1663
+ "lodash.isinteger": "^4.0.4",
1664
+ "lodash.isnumber": "^3.0.3",
1665
+ "lodash.isplainobject": "^4.0.6",
1666
+ "lodash.isstring": "^4.0.1",
1667
+ "lodash.once": "^4.0.0",
1668
+ "ms": "^2.1.1",
1669
+ "semver": "^7.5.4"
1670
+ },
1671
+ "engines": {
1672
+ "node": ">=12",
1673
+ "npm": ">=6"
1674
+ }
1675
+ },
1676
+ "node_modules/jsonwebtoken/node_modules/ms": {
1677
+ "version": "2.1.3",
1678
+ "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
1679
+ "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
1680
+ "license": "MIT"
1681
+ },
1682
+ "node_modules/jwa": {
1683
+ "version": "2.0.1",
1684
+ "resolved": "https://registry.npmjs.org/jwa/-/jwa-2.0.1.tgz",
1685
+ "integrity": "sha512-hRF04fqJIP8Abbkq5NKGN0Bbr3JxlQ+qhZufXVr0DvujKy93ZCbXZMHDL4EOtodSbCWxOqR8MS1tXA5hwqCXDg==",
1686
+ "license": "MIT",
1687
+ "dependencies": {
1688
+ "buffer-equal-constant-time": "^1.0.1",
1689
+ "ecdsa-sig-formatter": "1.0.11",
1690
+ "safe-buffer": "^5.0.1"
1691
+ }
1692
+ },
1693
+ "node_modules/jwks-rsa": {
1694
+ "version": "3.2.2",
1695
+ "resolved": "https://registry.npmjs.org/jwks-rsa/-/jwks-rsa-3.2.2.tgz",
1696
+ "integrity": "sha512-BqTyEDV+lS8F2trk3A+qJnxV5Q9EqKCBJOPti3W97r7qTympCZjb7h2X6f2kc+0K3rsSTY1/6YG2eaXKoj497w==",
1697
+ "license": "MIT",
1698
+ "dependencies": {
1699
+ "@types/jsonwebtoken": "^9.0.4",
1700
+ "debug": "^4.3.4",
1701
+ "jose": "^4.15.4",
1702
+ "limiter": "^1.1.5",
1703
+ "lru-memoizer": "^2.2.0"
1704
+ },
1705
+ "engines": {
1706
+ "node": ">=14"
1707
+ }
1708
+ },
1709
+ "node_modules/jwks-rsa/node_modules/debug": {
1710
+ "version": "4.4.3",
1711
+ "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz",
1712
+ "integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==",
1713
+ "license": "MIT",
1714
+ "dependencies": {
1715
+ "ms": "^2.1.3"
1716
+ },
1717
+ "engines": {
1718
+ "node": ">=6.0"
1719
+ },
1720
+ "peerDependenciesMeta": {
1721
+ "supports-color": {
1722
+ "optional": true
1723
+ }
1724
+ }
1725
+ },
1726
+ "node_modules/jwks-rsa/node_modules/ms": {
1727
+ "version": "2.1.3",
1728
+ "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
1729
+ "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
1730
+ "license": "MIT"
1731
+ },
1732
+ "node_modules/jws": {
1733
+ "version": "4.0.1",
1734
+ "resolved": "https://registry.npmjs.org/jws/-/jws-4.0.1.tgz",
1735
+ "integrity": "sha512-EKI/M/yqPncGUUh44xz0PxSidXFr/+r0pA70+gIYhjv+et7yxM+s29Y+VGDkovRofQem0fs7Uvf4+YmAdyRduA==",
1736
+ "license": "MIT",
1737
+ "dependencies": {
1738
+ "jwa": "^2.0.1",
1739
+ "safe-buffer": "^5.0.1"
1740
+ }
1741
+ },
1742
+ "node_modules/limiter": {
1743
+ "version": "1.1.5",
1744
+ "resolved": "https://registry.npmjs.org/limiter/-/limiter-1.1.5.tgz",
1745
+ "integrity": "sha512-FWWMIEOxz3GwUI4Ts/IvgVy6LPvoMPgjMdQ185nN6psJyBJ4yOpzqm695/h5umdLJg2vW3GR5iG11MAkR2AzJA=="
1746
+ },
1747
+ "node_modules/lodash.camelcase": {
1748
+ "version": "4.3.0",
1749
+ "resolved": "https://registry.npmjs.org/lodash.camelcase/-/lodash.camelcase-4.3.0.tgz",
1750
+ "integrity": "sha512-TwuEnCnxbc3rAvhf/LbG7tJUDzhqXyFnv3dtzLOPgCG/hODL7WFnsbwktkD7yUV0RrreP/l1PALq/YSg6VvjlA==",
1751
+ "license": "MIT",
1752
+ "optional": true
1753
+ },
1754
+ "node_modules/lodash.clonedeep": {
1755
+ "version": "4.5.0",
1756
+ "resolved": "https://registry.npmjs.org/lodash.clonedeep/-/lodash.clonedeep-4.5.0.tgz",
1757
+ "integrity": "sha512-H5ZhCF25riFd9uB5UCkVKo61m3S/xZk1x4wA6yp/L3RFP6Z/eHH1ymQcGLo7J3GMPfm0V/7m1tryHuGVxpqEBQ==",
1758
+ "license": "MIT"
1759
+ },
1760
+ "node_modules/lodash.includes": {
1761
+ "version": "4.3.0",
1762
+ "resolved": "https://registry.npmjs.org/lodash.includes/-/lodash.includes-4.3.0.tgz",
1763
+ "integrity": "sha512-W3Bx6mdkRTGtlJISOvVD/lbqjTlPPUDTMnlXZFnVwi9NKJ6tiAk6LVdlhZMm17VZisqhKcgzpO5Wz91PCt5b0w==",
1764
+ "license": "MIT"
1765
+ },
1766
+ "node_modules/lodash.isboolean": {
1767
+ "version": "3.0.3",
1768
+ "resolved": "https://registry.npmjs.org/lodash.isboolean/-/lodash.isboolean-3.0.3.tgz",
1769
+ "integrity": "sha512-Bz5mupy2SVbPHURB98VAcw+aHh4vRV5IPNhILUCsOzRmsTmSQ17jIuqopAentWoehktxGd9e/hbIXq980/1QJg==",
1770
+ "license": "MIT"
1771
+ },
1772
+ "node_modules/lodash.isinteger": {
1773
+ "version": "4.0.4",
1774
+ "resolved": "https://registry.npmjs.org/lodash.isinteger/-/lodash.isinteger-4.0.4.tgz",
1775
+ "integrity": "sha512-DBwtEWN2caHQ9/imiNeEA5ys1JoRtRfY3d7V9wkqtbycnAmTvRRmbHKDV4a0EYc678/dia0jrte4tjYwVBaZUA==",
1776
+ "license": "MIT"
1777
+ },
1778
+ "node_modules/lodash.isnumber": {
1779
+ "version": "3.0.3",
1780
+ "resolved": "https://registry.npmjs.org/lodash.isnumber/-/lodash.isnumber-3.0.3.tgz",
1781
+ "integrity": "sha512-QYqzpfwO3/CWf3XP+Z+tkQsfaLL/EnUlXWVkIk5FUPc4sBdTehEqZONuyRt2P67PXAk+NXmTBcc97zw9t1FQrw==",
1782
+ "license": "MIT"
1783
+ },
1784
+ "node_modules/lodash.isplainobject": {
1785
+ "version": "4.0.6",
1786
+ "resolved": "https://registry.npmjs.org/lodash.isplainobject/-/lodash.isplainobject-4.0.6.tgz",
1787
+ "integrity": "sha512-oSXzaWypCMHkPC3NvBEaPHf0KsA5mvPrOPgQWDsbg8n7orZ290M0BmC/jgRZ4vcJ6DTAhjrsSYgdsW/F+MFOBA==",
1788
+ "license": "MIT"
1789
+ },
1790
+ "node_modules/lodash.isstring": {
1791
+ "version": "4.0.1",
1792
+ "resolved": "https://registry.npmjs.org/lodash.isstring/-/lodash.isstring-4.0.1.tgz",
1793
+ "integrity": "sha512-0wJxfxH1wgO3GrbuP+dTTk7op+6L41QCXbGINEmD+ny/G/eCqGzxyCsh7159S+mgDDcoarnBw6PC1PS5+wUGgw==",
1794
+ "license": "MIT"
1795
+ },
1796
+ "node_modules/lodash.once": {
1797
+ "version": "4.1.1",
1798
+ "resolved": "https://registry.npmjs.org/lodash.once/-/lodash.once-4.1.1.tgz",
1799
+ "integrity": "sha512-Sb487aTOCr9drQVL8pIxOzVhafOjZN9UU54hiN8PU3uAiSV7lx1yYNpbNmex2PK6dSJoNTSJUUswT651yww3Mg==",
1800
+ "license": "MIT"
1801
+ },
1802
+ "node_modules/long": {
1803
+ "version": "5.3.2",
1804
+ "resolved": "https://registry.npmjs.org/long/-/long-5.3.2.tgz",
1805
+ "integrity": "sha512-mNAgZ1GmyNhD7AuqnTG3/VQ26o760+ZYBPKjPvugO8+nLbYfX6TVpJPseBvopbdY+qpZ/lKUnmEc1LeZYS3QAA==",
1806
+ "license": "Apache-2.0"
1807
+ },
1808
+ "node_modules/lru-cache": {
1809
+ "version": "6.0.0",
1810
+ "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz",
1811
+ "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==",
1812
+ "license": "ISC",
1813
+ "dependencies": {
1814
+ "yallist": "^4.0.0"
1815
+ },
1816
+ "engines": {
1817
+ "node": ">=10"
1818
+ }
1819
+ },
1820
+ "node_modules/lru-memoizer": {
1821
+ "version": "2.3.0",
1822
+ "resolved": "https://registry.npmjs.org/lru-memoizer/-/lru-memoizer-2.3.0.tgz",
1823
+ "integrity": "sha512-GXn7gyHAMhO13WSKrIiNfztwxodVsP8IoZ3XfrJV4yH2x0/OeTO/FIaAHTY5YekdGgW94njfuKmyyt1E0mR6Ug==",
1824
+ "license": "MIT",
1825
+ "dependencies": {
1826
+ "lodash.clonedeep": "^4.5.0",
1827
+ "lru-cache": "6.0.0"
1828
+ }
1829
+ },
1830
+ "node_modules/math-intrinsics": {
1831
+ "version": "1.1.0",
1832
+ "resolved": "https://registry.npmjs.org/math-intrinsics/-/math-intrinsics-1.1.0.tgz",
1833
+ "integrity": "sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==",
1834
+ "license": "MIT",
1835
+ "engines": {
1836
+ "node": ">= 0.4"
1837
+ }
1838
+ },
1839
+ "node_modules/media-typer": {
1840
+ "version": "0.3.0",
1841
+ "resolved": "https://registry.npmjs.org/media-typer/-/media-typer-0.3.0.tgz",
1842
+ "integrity": "sha512-dq+qelQ9akHpcOl/gUVRTxVIOkAJ1wR3QAvb4RsVjS8oVoFjDGTc679wJYmUmknUF5HwMLOgb5O+a3KxfWapPQ==",
1843
+ "license": "MIT",
1844
+ "engines": {
1845
+ "node": ">= 0.6"
1846
+ }
1847
+ },
1848
+ "node_modules/merge-descriptors": {
1849
+ "version": "1.0.3",
1850
+ "resolved": "https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-1.0.3.tgz",
1851
+ "integrity": "sha512-gaNvAS7TZ897/rVaZ0nMtAyxNyi/pdbjbAwUpFQpN70GqnVfOiXpeUUMKRBmzXaSQ8DdTX4/0ms62r2K+hE6mQ==",
1852
+ "license": "MIT",
1853
+ "funding": {
1854
+ "url": "https://github.com/sponsors/sindresorhus"
1855
+ }
1856
+ },
1857
+ "node_modules/methods": {
1858
+ "version": "1.1.2",
1859
+ "resolved": "https://registry.npmjs.org/methods/-/methods-1.1.2.tgz",
1860
+ "integrity": "sha512-iclAHeNqNm68zFtnZ0e+1L2yUIdvzNoauKU4WBA3VvH/vPFieF7qfRlwUZU+DA9P9bPXIS90ulxoUoCH23sV2w==",
1861
+ "license": "MIT",
1862
+ "engines": {
1863
+ "node": ">= 0.6"
1864
+ }
1865
+ },
1866
+ "node_modules/mime": {
1867
+ "version": "3.0.0",
1868
+ "resolved": "https://registry.npmjs.org/mime/-/mime-3.0.0.tgz",
1869
+ "integrity": "sha512-jSCU7/VB1loIWBZe14aEYHU/+1UMEHoaO7qxCOVJOw9GgH72VAWppxNcjU+x9a2k3GSIBXNKxXQFqRvvZ7vr3A==",
1870
+ "license": "MIT",
1871
+ "optional": true,
1872
+ "bin": {
1873
+ "mime": "cli.js"
1874
+ },
1875
+ "engines": {
1876
+ "node": ">=10.0.0"
1877
+ }
1878
+ },
1879
+ "node_modules/mime-db": {
1880
+ "version": "1.52.0",
1881
+ "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz",
1882
+ "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==",
1883
+ "license": "MIT",
1884
+ "engines": {
1885
+ "node": ">= 0.6"
1886
+ }
1887
+ },
1888
+ "node_modules/mime-types": {
1889
+ "version": "2.1.35",
1890
+ "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz",
1891
+ "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==",
1892
+ "license": "MIT",
1893
+ "dependencies": {
1894
+ "mime-db": "1.52.0"
1895
+ },
1896
+ "engines": {
1897
+ "node": ">= 0.6"
1898
+ }
1899
+ },
1900
+ "node_modules/ms": {
1901
+ "version": "2.0.0",
1902
+ "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
1903
+ "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==",
1904
+ "license": "MIT"
1905
+ },
1906
+ "node_modules/negotiator": {
1907
+ "version": "0.6.3",
1908
+ "resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.6.3.tgz",
1909
+ "integrity": "sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg==",
1910
+ "license": "MIT",
1911
+ "engines": {
1912
+ "node": ">= 0.6"
1913
+ }
1914
+ },
1915
+ "node_modules/node-fetch": {
1916
+ "version": "2.7.0",
1917
+ "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.7.0.tgz",
1918
+ "integrity": "sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==",
1919
+ "license": "MIT",
1920
+ "optional": true,
1921
+ "dependencies": {
1922
+ "whatwg-url": "^5.0.0"
1923
+ },
1924
+ "engines": {
1925
+ "node": "4.x || >=6.0.0"
1926
+ },
1927
+ "peerDependencies": {
1928
+ "encoding": "^0.1.0"
1929
+ },
1930
+ "peerDependenciesMeta": {
1931
+ "encoding": {
1932
+ "optional": true
1933
+ }
1934
+ }
1935
+ },
1936
+ "node_modules/node-forge": {
1937
+ "version": "1.4.0",
1938
+ "resolved": "https://registry.npmjs.org/node-forge/-/node-forge-1.4.0.tgz",
1939
+ "integrity": "sha512-LarFH0+6VfriEhqMMcLX2F7SwSXeWwnEAJEsYm5QKWchiVYVvJyV9v7UDvUv+w5HO23ZpQTXDv/GxdDdMyOuoQ==",
1940
+ "license": "(BSD-3-Clause OR GPL-2.0)",
1941
+ "engines": {
1942
+ "node": ">= 6.13.0"
1943
+ }
1944
+ },
1945
+ "node_modules/object-assign": {
1946
+ "version": "4.1.1",
1947
+ "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",
1948
+ "integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==",
1949
+ "license": "MIT",
1950
+ "engines": {
1951
+ "node": ">=0.10.0"
1952
+ }
1953
+ },
1954
+ "node_modules/object-hash": {
1955
+ "version": "3.0.0",
1956
+ "resolved": "https://registry.npmjs.org/object-hash/-/object-hash-3.0.0.tgz",
1957
+ "integrity": "sha512-RSn9F68PjH9HqtltsSnqYC1XXoWe9Bju5+213R98cNGttag9q9yAOTzdbsqvIa7aNm5WffBZFpWYr2aWrklWAw==",
1958
+ "license": "MIT",
1959
+ "optional": true,
1960
+ "engines": {
1961
+ "node": ">= 6"
1962
+ }
1963
+ },
1964
+ "node_modules/object-inspect": {
1965
+ "version": "1.13.4",
1966
+ "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.4.tgz",
1967
+ "integrity": "sha512-W67iLl4J2EXEGTbfeHCffrjDfitvLANg0UlX3wFUUSTx92KXRFegMHUVgSqE+wvhAbi4WqjGg9czysTV2Epbew==",
1968
+ "license": "MIT",
1969
+ "engines": {
1970
+ "node": ">= 0.4"
1971
+ },
1972
+ "funding": {
1973
+ "url": "https://github.com/sponsors/ljharb"
1974
+ }
1975
+ },
1976
+ "node_modules/on-finished": {
1977
+ "version": "2.4.1",
1978
+ "resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.4.1.tgz",
1979
+ "integrity": "sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==",
1980
+ "license": "MIT",
1981
+ "dependencies": {
1982
+ "ee-first": "1.1.1"
1983
+ },
1984
+ "engines": {
1985
+ "node": ">= 0.8"
1986
+ }
1987
+ },
1988
+ "node_modules/once": {
1989
+ "version": "1.4.0",
1990
+ "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz",
1991
+ "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==",
1992
+ "license": "ISC",
1993
+ "optional": true,
1994
+ "dependencies": {
1995
+ "wrappy": "1"
1996
+ }
1997
+ },
1998
+ "node_modules/p-limit": {
1999
+ "version": "3.1.0",
2000
+ "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz",
2001
+ "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==",
2002
+ "license": "MIT",
2003
+ "optional": true,
2004
+ "dependencies": {
2005
+ "yocto-queue": "^0.1.0"
2006
+ },
2007
+ "engines": {
2008
+ "node": ">=10"
2009
+ },
2010
+ "funding": {
2011
+ "url": "https://github.com/sponsors/sindresorhus"
2012
+ }
2013
+ },
2014
+ "node_modules/parseurl": {
2015
+ "version": "1.3.3",
2016
+ "resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz",
2017
+ "integrity": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==",
2018
+ "license": "MIT",
2019
+ "engines": {
2020
+ "node": ">= 0.8"
2021
+ }
2022
+ },
2023
+ "node_modules/path-expression-matcher": {
2024
+ "version": "1.5.0",
2025
+ "resolved": "https://registry.npmjs.org/path-expression-matcher/-/path-expression-matcher-1.5.0.tgz",
2026
+ "integrity": "sha512-cbrerZV+6rvdQrrD+iGMcZFEiiSrbv9Tfdkvnusy6y0x0GKBXREFg/Y65GhIfm0tnLntThhzCnfKwp1WRjeCyQ==",
2027
+ "funding": [
2028
+ {
2029
+ "type": "github",
2030
+ "url": "https://github.com/sponsors/NaturalIntelligence"
2031
+ }
2032
+ ],
2033
+ "license": "MIT",
2034
+ "optional": true,
2035
+ "engines": {
2036
+ "node": ">=14.0.0"
2037
+ }
2038
+ },
2039
+ "node_modules/path-to-regexp": {
2040
+ "version": "0.1.13",
2041
+ "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.13.tgz",
2042
+ "integrity": "sha512-A/AGNMFN3c8bOlvV9RreMdrv7jsmF9XIfDeCd87+I8RNg6s78BhJxMu69NEMHBSJFxKidViTEdruRwEk/WIKqA==",
2043
+ "license": "MIT"
2044
+ },
2045
+ "node_modules/proto3-json-serializer": {
2046
+ "version": "2.0.2",
2047
+ "resolved": "https://registry.npmjs.org/proto3-json-serializer/-/proto3-json-serializer-2.0.2.tgz",
2048
+ "integrity": "sha512-SAzp/O4Yh02jGdRc+uIrGoe87dkN/XtwxfZ4ZyafJHymd79ozp5VG5nyZ7ygqPM5+cpLDjjGnYFUkngonyDPOQ==",
2049
+ "license": "Apache-2.0",
2050
+ "optional": true,
2051
+ "dependencies": {
2052
+ "protobufjs": "^7.2.5"
2053
+ },
2054
+ "engines": {
2055
+ "node": ">=14.0.0"
2056
+ }
2057
+ },
2058
+ "node_modules/protobufjs": {
2059
+ "version": "7.6.0",
2060
+ "resolved": "https://registry.npmjs.org/protobufjs/-/protobufjs-7.6.0.tgz",
2061
+ "integrity": "sha512-LtESOsMPTZgyYtwxhvdgdjGL0HmXEaRA/hVD6sol4zA60hVXXXP/SGmxnqDbgGE8gy7pYex7cym+5vYPcmaXBQ==",
2062
+ "hasInstallScript": true,
2063
+ "license": "BSD-3-Clause",
2064
+ "dependencies": {
2065
+ "@protobufjs/aspromise": "^1.1.2",
2066
+ "@protobufjs/base64": "^1.1.2",
2067
+ "@protobufjs/codegen": "^2.0.5",
2068
+ "@protobufjs/eventemitter": "^1.1.0",
2069
+ "@protobufjs/fetch": "^1.1.1",
2070
+ "@protobufjs/float": "^1.0.2",
2071
+ "@protobufjs/inquire": "^1.1.2",
2072
+ "@protobufjs/path": "^1.1.2",
2073
+ "@protobufjs/pool": "^1.1.0",
2074
+ "@protobufjs/utf8": "^1.1.1",
2075
+ "@types/node": ">=13.7.0",
2076
+ "long": "^5.3.2"
2077
+ },
2078
+ "engines": {
2079
+ "node": ">=12.0.0"
2080
+ }
2081
+ },
2082
+ "node_modules/proxy-addr": {
2083
+ "version": "2.0.7",
2084
+ "resolved": "https://registry.npmjs.org/proxy-addr/-/proxy-addr-2.0.7.tgz",
2085
+ "integrity": "sha512-llQsMLSUDUPT44jdrU/O37qlnifitDP+ZwrmmZcoSKyLKvtZxpyV0n2/bD/N4tBAAZ/gJEdZU7KMraoK1+XYAg==",
2086
+ "license": "MIT",
2087
+ "dependencies": {
2088
+ "forwarded": "0.2.0",
2089
+ "ipaddr.js": "1.9.1"
2090
+ },
2091
+ "engines": {
2092
+ "node": ">= 0.10"
2093
+ }
2094
+ },
2095
+ "node_modules/qs": {
2096
+ "version": "6.15.2",
2097
+ "resolved": "https://registry.npmjs.org/qs/-/qs-6.15.2.tgz",
2098
+ "integrity": "sha512-Rzq0KEyX/w/tEybncDgdkZrJgVUsUMk3xjh3t5bv3S1HTAtg+uOYt72+ZfwiQwKdysThkTBdL/rTi6HDmX9Ddw==",
2099
+ "license": "BSD-3-Clause",
2100
+ "dependencies": {
2101
+ "side-channel": "^1.1.0"
2102
+ },
2103
+ "engines": {
2104
+ "node": ">=0.6"
2105
+ },
2106
+ "funding": {
2107
+ "url": "https://github.com/sponsors/ljharb"
2108
+ }
2109
+ },
2110
+ "node_modules/range-parser": {
2111
+ "version": "1.2.1",
2112
+ "resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.1.tgz",
2113
+ "integrity": "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==",
2114
+ "license": "MIT",
2115
+ "engines": {
2116
+ "node": ">= 0.6"
2117
+ }
2118
+ },
2119
+ "node_modules/raw-body": {
2120
+ "version": "2.5.3",
2121
+ "resolved": "https://registry.npmjs.org/raw-body/-/raw-body-2.5.3.tgz",
2122
+ "integrity": "sha512-s4VSOf6yN0rvbRZGxs8Om5CWj6seneMwK3oDb4lWDH0UPhWcxwOWw5+qk24bxq87szX1ydrwylIOp2uG1ojUpA==",
2123
+ "license": "MIT",
2124
+ "dependencies": {
2125
+ "bytes": "~3.1.2",
2126
+ "http-errors": "~2.0.1",
2127
+ "iconv-lite": "~0.4.24",
2128
+ "unpipe": "~1.0.0"
2129
+ },
2130
+ "engines": {
2131
+ "node": ">= 0.8"
2132
+ }
2133
+ },
2134
+ "node_modules/readable-stream": {
2135
+ "version": "3.6.2",
2136
+ "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz",
2137
+ "integrity": "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==",
2138
+ "license": "MIT",
2139
+ "optional": true,
2140
+ "dependencies": {
2141
+ "inherits": "^2.0.3",
2142
+ "string_decoder": "^1.1.1",
2143
+ "util-deprecate": "^1.0.1"
2144
+ },
2145
+ "engines": {
2146
+ "node": ">= 6"
2147
+ }
2148
+ },
2149
+ "node_modules/require-directory": {
2150
+ "version": "2.1.1",
2151
+ "resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz",
2152
+ "integrity": "sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==",
2153
+ "license": "MIT",
2154
+ "optional": true,
2155
+ "engines": {
2156
+ "node": ">=0.10.0"
2157
+ }
2158
+ },
2159
+ "node_modules/retry": {
2160
+ "version": "0.13.1",
2161
+ "resolved": "https://registry.npmjs.org/retry/-/retry-0.13.1.tgz",
2162
+ "integrity": "sha512-XQBQ3I8W1Cge0Seh+6gjj03LbmRFWuoszgK9ooCpwYIrhhoO80pfq4cUkU5DkknwfOfFteRwlZ56PYOGYyFWdg==",
2163
+ "license": "MIT",
2164
+ "optional": true,
2165
+ "engines": {
2166
+ "node": ">= 4"
2167
+ }
2168
+ },
2169
+ "node_modules/retry-request": {
2170
+ "version": "7.0.2",
2171
+ "resolved": "https://registry.npmjs.org/retry-request/-/retry-request-7.0.2.tgz",
2172
+ "integrity": "sha512-dUOvLMJ0/JJYEn8NrpOaGNE7X3vpI5XlZS/u0ANjqtcZVKnIxP7IgCFwrKTxENw29emmwug53awKtaMm4i9g5w==",
2173
+ "license": "MIT",
2174
+ "optional": true,
2175
+ "dependencies": {
2176
+ "@types/request": "^2.48.8",
2177
+ "extend": "^3.0.2",
2178
+ "teeny-request": "^9.0.0"
2179
+ },
2180
+ "engines": {
2181
+ "node": ">=14"
2182
+ }
2183
+ },
2184
+ "node_modules/safe-buffer": {
2185
+ "version": "5.2.1",
2186
+ "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz",
2187
+ "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==",
2188
+ "funding": [
2189
+ {
2190
+ "type": "github",
2191
+ "url": "https://github.com/sponsors/feross"
2192
+ },
2193
+ {
2194
+ "type": "patreon",
2195
+ "url": "https://www.patreon.com/feross"
2196
+ },
2197
+ {
2198
+ "type": "consulting",
2199
+ "url": "https://feross.org/support"
2200
+ }
2201
+ ],
2202
+ "license": "MIT"
2203
+ },
2204
+ "node_modules/safer-buffer": {
2205
+ "version": "2.1.2",
2206
+ "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz",
2207
+ "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==",
2208
+ "license": "MIT"
2209
+ },
2210
+ "node_modules/semver": {
2211
+ "version": "7.8.0",
2212
+ "resolved": "https://registry.npmjs.org/semver/-/semver-7.8.0.tgz",
2213
+ "integrity": "sha512-AcM7dV/5ul4EekoQ29Agm5vri8JNqRyj39o0qpX6vDF2GZrtutZl5RwgD1XnZjiTAfncsJhMI48QQH3sN87YNA==",
2214
+ "license": "ISC",
2215
+ "bin": {
2216
+ "semver": "bin/semver.js"
2217
+ },
2218
+ "engines": {
2219
+ "node": ">=10"
2220
+ }
2221
+ },
2222
+ "node_modules/send": {
2223
+ "version": "0.19.2",
2224
+ "resolved": "https://registry.npmjs.org/send/-/send-0.19.2.tgz",
2225
+ "integrity": "sha512-VMbMxbDeehAxpOtWJXlcUS5E8iXh6QmN+BkRX1GARS3wRaXEEgzCcB10gTQazO42tpNIya8xIyNx8fll1OFPrg==",
2226
+ "license": "MIT",
2227
+ "dependencies": {
2228
+ "debug": "2.6.9",
2229
+ "depd": "2.0.0",
2230
+ "destroy": "1.2.0",
2231
+ "encodeurl": "~2.0.0",
2232
+ "escape-html": "~1.0.3",
2233
+ "etag": "~1.8.1",
2234
+ "fresh": "~0.5.2",
2235
+ "http-errors": "~2.0.1",
2236
+ "mime": "1.6.0",
2237
+ "ms": "2.1.3",
2238
+ "on-finished": "~2.4.1",
2239
+ "range-parser": "~1.2.1",
2240
+ "statuses": "~2.0.2"
2241
+ },
2242
+ "engines": {
2243
+ "node": ">= 0.8.0"
2244
+ }
2245
+ },
2246
+ "node_modules/send/node_modules/mime": {
2247
+ "version": "1.6.0",
2248
+ "resolved": "https://registry.npmjs.org/mime/-/mime-1.6.0.tgz",
2249
+ "integrity": "sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==",
2250
+ "license": "MIT",
2251
+ "bin": {
2252
+ "mime": "cli.js"
2253
+ },
2254
+ "engines": {
2255
+ "node": ">=4"
2256
+ }
2257
+ },
2258
+ "node_modules/send/node_modules/ms": {
2259
+ "version": "2.1.3",
2260
+ "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
2261
+ "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
2262
+ "license": "MIT"
2263
+ },
2264
+ "node_modules/serve-static": {
2265
+ "version": "1.16.3",
2266
+ "resolved": "https://registry.npmjs.org/serve-static/-/serve-static-1.16.3.tgz",
2267
+ "integrity": "sha512-x0RTqQel6g5SY7Lg6ZreMmsOzncHFU7nhnRWkKgWuMTu5NN0DR5oruckMqRvacAN9d5w6ARnRBXl9xhDCgfMeA==",
2268
+ "license": "MIT",
2269
+ "dependencies": {
2270
+ "encodeurl": "~2.0.0",
2271
+ "escape-html": "~1.0.3",
2272
+ "parseurl": "~1.3.3",
2273
+ "send": "~0.19.1"
2274
+ },
2275
+ "engines": {
2276
+ "node": ">= 0.8.0"
2277
+ }
2278
+ },
2279
+ "node_modules/setprototypeof": {
2280
+ "version": "1.2.0",
2281
+ "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.2.0.tgz",
2282
+ "integrity": "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==",
2283
+ "license": "ISC"
2284
+ },
2285
+ "node_modules/side-channel": {
2286
+ "version": "1.1.0",
2287
+ "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.1.0.tgz",
2288
+ "integrity": "sha512-ZX99e6tRweoUXqR+VBrslhda51Nh5MTQwou5tnUDgbtyM0dBgmhEDtWGP/xbKn6hqfPRHujUNwz5fy/wbbhnpw==",
2289
+ "license": "MIT",
2290
+ "dependencies": {
2291
+ "es-errors": "^1.3.0",
2292
+ "object-inspect": "^1.13.3",
2293
+ "side-channel-list": "^1.0.0",
2294
+ "side-channel-map": "^1.0.1",
2295
+ "side-channel-weakmap": "^1.0.2"
2296
+ },
2297
+ "engines": {
2298
+ "node": ">= 0.4"
2299
+ },
2300
+ "funding": {
2301
+ "url": "https://github.com/sponsors/ljharb"
2302
+ }
2303
+ },
2304
+ "node_modules/side-channel-list": {
2305
+ "version": "1.0.1",
2306
+ "resolved": "https://registry.npmjs.org/side-channel-list/-/side-channel-list-1.0.1.tgz",
2307
+ "integrity": "sha512-mjn/0bi/oUURjc5Xl7IaWi/OJJJumuoJFQJfDDyO46+hBWsfaVM65TBHq2eoZBhzl9EchxOijpkbRC8SVBQU0w==",
2308
+ "license": "MIT",
2309
+ "dependencies": {
2310
+ "es-errors": "^1.3.0",
2311
+ "object-inspect": "^1.13.4"
2312
+ },
2313
+ "engines": {
2314
+ "node": ">= 0.4"
2315
+ },
2316
+ "funding": {
2317
+ "url": "https://github.com/sponsors/ljharb"
2318
+ }
2319
+ },
2320
+ "node_modules/side-channel-map": {
2321
+ "version": "1.0.1",
2322
+ "resolved": "https://registry.npmjs.org/side-channel-map/-/side-channel-map-1.0.1.tgz",
2323
+ "integrity": "sha512-VCjCNfgMsby3tTdo02nbjtM/ewra6jPHmpThenkTYh8pG9ucZ/1P8So4u4FGBek/BjpOVsDCMoLA/iuBKIFXRA==",
2324
+ "license": "MIT",
2325
+ "dependencies": {
2326
+ "call-bound": "^1.0.2",
2327
+ "es-errors": "^1.3.0",
2328
+ "get-intrinsic": "^1.2.5",
2329
+ "object-inspect": "^1.13.3"
2330
+ },
2331
+ "engines": {
2332
+ "node": ">= 0.4"
2333
+ },
2334
+ "funding": {
2335
+ "url": "https://github.com/sponsors/ljharb"
2336
+ }
2337
+ },
2338
+ "node_modules/side-channel-weakmap": {
2339
+ "version": "1.0.2",
2340
+ "resolved": "https://registry.npmjs.org/side-channel-weakmap/-/side-channel-weakmap-1.0.2.tgz",
2341
+ "integrity": "sha512-WPS/HvHQTYnHisLo9McqBHOJk2FkHO/tlpvldyrnem4aeQp4hai3gythswg6p01oSoTl58rcpiFAjF2br2Ak2A==",
2342
+ "license": "MIT",
2343
+ "dependencies": {
2344
+ "call-bound": "^1.0.2",
2345
+ "es-errors": "^1.3.0",
2346
+ "get-intrinsic": "^1.2.5",
2347
+ "object-inspect": "^1.13.3",
2348
+ "side-channel-map": "^1.0.1"
2349
+ },
2350
+ "engines": {
2351
+ "node": ">= 0.4"
2352
+ },
2353
+ "funding": {
2354
+ "url": "https://github.com/sponsors/ljharb"
2355
+ }
2356
+ },
2357
+ "node_modules/statuses": {
2358
+ "version": "2.0.2",
2359
+ "resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.2.tgz",
2360
+ "integrity": "sha512-DvEy55V3DB7uknRo+4iOGT5fP1slR8wQohVdknigZPMpMstaKJQWhwiYBACJE3Ul2pTnATihhBYnRhZQHGBiRw==",
2361
+ "license": "MIT",
2362
+ "engines": {
2363
+ "node": ">= 0.8"
2364
+ }
2365
+ },
2366
+ "node_modules/stream-events": {
2367
+ "version": "1.0.5",
2368
+ "resolved": "https://registry.npmjs.org/stream-events/-/stream-events-1.0.5.tgz",
2369
+ "integrity": "sha512-E1GUzBSgvct8Jsb3v2X15pjzN1tYebtbLaMg+eBOUOAxgbLoSbT2NS91ckc5lJD1KfLjId+jXJRgo0qnV5Nerg==",
2370
+ "license": "MIT",
2371
+ "optional": true,
2372
+ "dependencies": {
2373
+ "stubs": "^3.0.0"
2374
+ }
2375
+ },
2376
+ "node_modules/stream-shift": {
2377
+ "version": "1.0.3",
2378
+ "resolved": "https://registry.npmjs.org/stream-shift/-/stream-shift-1.0.3.tgz",
2379
+ "integrity": "sha512-76ORR0DO1o1hlKwTbi/DM3EXWGf3ZJYO8cXX5RJwnul2DEg2oyoZyjLNoQM8WsvZiFKCRfC1O0J7iCvie3RZmQ==",
2380
+ "license": "MIT",
2381
+ "optional": true
2382
+ },
2383
+ "node_modules/string_decoder": {
2384
+ "version": "1.3.0",
2385
+ "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz",
2386
+ "integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==",
2387
+ "license": "MIT",
2388
+ "optional": true,
2389
+ "dependencies": {
2390
+ "safe-buffer": "~5.2.0"
2391
+ }
2392
+ },
2393
+ "node_modules/string-width": {
2394
+ "version": "4.2.3",
2395
+ "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
2396
+ "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
2397
+ "license": "MIT",
2398
+ "optional": true,
2399
+ "dependencies": {
2400
+ "emoji-regex": "^8.0.0",
2401
+ "is-fullwidth-code-point": "^3.0.0",
2402
+ "strip-ansi": "^6.0.1"
2403
+ },
2404
+ "engines": {
2405
+ "node": ">=8"
2406
+ }
2407
+ },
2408
+ "node_modules/strip-ansi": {
2409
+ "version": "6.0.1",
2410
+ "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
2411
+ "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
2412
+ "license": "MIT",
2413
+ "optional": true,
2414
+ "dependencies": {
2415
+ "ansi-regex": "^5.0.1"
2416
+ },
2417
+ "engines": {
2418
+ "node": ">=8"
2419
+ }
2420
+ },
2421
+ "node_modules/strnum": {
2422
+ "version": "2.3.0",
2423
+ "resolved": "https://registry.npmjs.org/strnum/-/strnum-2.3.0.tgz",
2424
+ "integrity": "sha512-ums3KNd42PGyx5xaoVTO1mjU1bH3NpY4vsrVlnv9PNGqQj8wd7rJ6nEypLrJ7z5vxK5RP0yMLo6J/Gsm62DI5Q==",
2425
+ "funding": [
2426
+ {
2427
+ "type": "github",
2428
+ "url": "https://github.com/sponsors/NaturalIntelligence"
2429
+ }
2430
+ ],
2431
+ "license": "MIT",
2432
+ "optional": true
2433
+ },
2434
+ "node_modules/stubs": {
2435
+ "version": "3.0.0",
2436
+ "resolved": "https://registry.npmjs.org/stubs/-/stubs-3.0.0.tgz",
2437
+ "integrity": "sha512-PdHt7hHUJKxvTCgbKX9C1V/ftOcjJQgz8BZwNfV5c4B6dcGqlpelTbJ999jBGZ2jYiPAwcX5dP6oBwVlBlUbxw==",
2438
+ "license": "MIT",
2439
+ "optional": true
2440
+ },
2441
+ "node_modules/teeny-request": {
2442
+ "version": "9.0.0",
2443
+ "resolved": "https://registry.npmjs.org/teeny-request/-/teeny-request-9.0.0.tgz",
2444
+ "integrity": "sha512-resvxdc6Mgb7YEThw6G6bExlXKkv6+YbuzGg9xuXxSgxJF7Ozs+o8Y9+2R3sArdWdW8nOokoQb1yrpFB0pQK2g==",
2445
+ "license": "Apache-2.0",
2446
+ "optional": true,
2447
+ "dependencies": {
2448
+ "http-proxy-agent": "^5.0.0",
2449
+ "https-proxy-agent": "^5.0.0",
2450
+ "node-fetch": "^2.6.9",
2451
+ "stream-events": "^1.0.5",
2452
+ "uuid": "^9.0.0"
2453
+ },
2454
+ "engines": {
2455
+ "node": ">=14"
2456
+ }
2457
+ },
2458
+ "node_modules/teeny-request/node_modules/agent-base": {
2459
+ "version": "6.0.2",
2460
+ "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-6.0.2.tgz",
2461
+ "integrity": "sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==",
2462
+ "license": "MIT",
2463
+ "optional": true,
2464
+ "dependencies": {
2465
+ "debug": "4"
2466
+ },
2467
+ "engines": {
2468
+ "node": ">= 6.0.0"
2469
+ }
2470
+ },
2471
+ "node_modules/teeny-request/node_modules/debug": {
2472
+ "version": "4.4.3",
2473
+ "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz",
2474
+ "integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==",
2475
+ "license": "MIT",
2476
+ "optional": true,
2477
+ "dependencies": {
2478
+ "ms": "^2.1.3"
2479
+ },
2480
+ "engines": {
2481
+ "node": ">=6.0"
2482
+ },
2483
+ "peerDependenciesMeta": {
2484
+ "supports-color": {
2485
+ "optional": true
2486
+ }
2487
+ }
2488
+ },
2489
+ "node_modules/teeny-request/node_modules/https-proxy-agent": {
2490
+ "version": "5.0.1",
2491
+ "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-5.0.1.tgz",
2492
+ "integrity": "sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA==",
2493
+ "license": "MIT",
2494
+ "optional": true,
2495
+ "dependencies": {
2496
+ "agent-base": "6",
2497
+ "debug": "4"
2498
+ },
2499
+ "engines": {
2500
+ "node": ">= 6"
2501
+ }
2502
+ },
2503
+ "node_modules/teeny-request/node_modules/ms": {
2504
+ "version": "2.1.3",
2505
+ "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
2506
+ "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
2507
+ "license": "MIT",
2508
+ "optional": true
2509
+ },
2510
+ "node_modules/teeny-request/node_modules/uuid": {
2511
+ "version": "9.0.1",
2512
+ "resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.1.tgz",
2513
+ "integrity": "sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==",
2514
+ "deprecated": "uuid@10 and below is no longer supported. For ESM codebases, update to uuid@latest. For CommonJS codebases, use uuid@11 (but be aware this version will likely be deprecated in 2028).",
2515
+ "funding": [
2516
+ "https://github.com/sponsors/broofa",
2517
+ "https://github.com/sponsors/ctavan"
2518
+ ],
2519
+ "license": "MIT",
2520
+ "optional": true,
2521
+ "bin": {
2522
+ "uuid": "dist/bin/uuid"
2523
+ }
2524
+ },
2525
+ "node_modules/toidentifier": {
2526
+ "version": "1.0.1",
2527
+ "resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.1.tgz",
2528
+ "integrity": "sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==",
2529
+ "license": "MIT",
2530
+ "engines": {
2531
+ "node": ">=0.6"
2532
+ }
2533
+ },
2534
+ "node_modules/tr46": {
2535
+ "version": "0.0.3",
2536
+ "resolved": "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz",
2537
+ "integrity": "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==",
2538
+ "license": "MIT",
2539
+ "optional": true
2540
+ },
2541
+ "node_modules/tslib": {
2542
+ "version": "2.8.1",
2543
+ "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz",
2544
+ "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==",
2545
+ "license": "0BSD"
2546
+ },
2547
+ "node_modules/type-is": {
2548
+ "version": "1.6.18",
2549
+ "resolved": "https://registry.npmjs.org/type-is/-/type-is-1.6.18.tgz",
2550
+ "integrity": "sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g==",
2551
+ "license": "MIT",
2552
+ "dependencies": {
2553
+ "media-typer": "0.3.0",
2554
+ "mime-types": "~2.1.24"
2555
+ },
2556
+ "engines": {
2557
+ "node": ">= 0.6"
2558
+ }
2559
+ },
2560
+ "node_modules/undici-types": {
2561
+ "version": "6.21.0",
2562
+ "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.21.0.tgz",
2563
+ "integrity": "sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==",
2564
+ "license": "MIT"
2565
+ },
2566
+ "node_modules/unpipe": {
2567
+ "version": "1.0.0",
2568
+ "resolved": "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz",
2569
+ "integrity": "sha512-pjy2bYhSsufwWlKwPc+l3cN7+wuJlK6uz0YdJEOlQDbl6jo/YlPi4mb8agUkVC8BF7V8NuzeyPNqRksA3hztKQ==",
2570
+ "license": "MIT",
2571
+ "engines": {
2572
+ "node": ">= 0.8"
2573
+ }
2574
+ },
2575
+ "node_modules/util-deprecate": {
2576
+ "version": "1.0.2",
2577
+ "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz",
2578
+ "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==",
2579
+ "license": "MIT",
2580
+ "optional": true
2581
+ },
2582
+ "node_modules/utils-merge": {
2583
+ "version": "1.0.1",
2584
+ "resolved": "https://registry.npmjs.org/utils-merge/-/utils-merge-1.0.1.tgz",
2585
+ "integrity": "sha512-pMZTvIkT1d+TFGvDOqodOclx0QWkkgi6Tdoa8gC8ffGAAqz9pzPTZWAybbsHHoED/ztMtkv/VoYTYyShUn81hA==",
2586
+ "license": "MIT",
2587
+ "engines": {
2588
+ "node": ">= 0.4.0"
2589
+ }
2590
+ },
2591
+ "node_modules/uuid": {
2592
+ "version": "10.0.0",
2593
+ "resolved": "https://registry.npmjs.org/uuid/-/uuid-10.0.0.tgz",
2594
+ "integrity": "sha512-8XkAphELsDnEGrDxUOHB3RGvXz6TeuYSGEZBOjtTtPm2lwhGBjLgOzLHB63IUWfBpNucQjND6d3AOudO+H3RWQ==",
2595
+ "deprecated": "uuid@10 and below is no longer supported. For ESM codebases, update to uuid@latest. For CommonJS codebases, use uuid@11 (but be aware this version will likely be deprecated in 2028).",
2596
+ "funding": [
2597
+ "https://github.com/sponsors/broofa",
2598
+ "https://github.com/sponsors/ctavan"
2599
+ ],
2600
+ "license": "MIT",
2601
+ "bin": {
2602
+ "uuid": "dist/bin/uuid"
2603
+ }
2604
+ },
2605
+ "node_modules/vary": {
2606
+ "version": "1.1.2",
2607
+ "resolved": "https://registry.npmjs.org/vary/-/vary-1.1.2.tgz",
2608
+ "integrity": "sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg==",
2609
+ "license": "MIT",
2610
+ "engines": {
2611
+ "node": ">= 0.8"
2612
+ }
2613
+ },
2614
+ "node_modules/webidl-conversions": {
2615
+ "version": "3.0.1",
2616
+ "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz",
2617
+ "integrity": "sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==",
2618
+ "license": "BSD-2-Clause",
2619
+ "optional": true
2620
+ },
2621
+ "node_modules/websocket-driver": {
2622
+ "version": "0.7.4",
2623
+ "resolved": "https://registry.npmjs.org/websocket-driver/-/websocket-driver-0.7.4.tgz",
2624
+ "integrity": "sha512-b17KeDIQVjvb0ssuSDF2cYXSg2iztliJ4B9WdsuB6J952qCPKmnVq4DyW5motImXHDC1cBT/1UezrJVsKw5zjg==",
2625
+ "license": "Apache-2.0",
2626
+ "dependencies": {
2627
+ "http-parser-js": ">=0.5.1",
2628
+ "safe-buffer": ">=5.1.0",
2629
+ "websocket-extensions": ">=0.1.1"
2630
+ },
2631
+ "engines": {
2632
+ "node": ">=0.8.0"
2633
+ }
2634
+ },
2635
+ "node_modules/websocket-extensions": {
2636
+ "version": "0.1.4",
2637
+ "resolved": "https://registry.npmjs.org/websocket-extensions/-/websocket-extensions-0.1.4.tgz",
2638
+ "integrity": "sha512-OqedPIGOfsDlo31UNwYbCFMSaO9m9G/0faIHj5/dZFDMFqPTcx6UwqyOy3COEaEOg/9VsGIpdqn62W5KhoKSpg==",
2639
+ "license": "Apache-2.0",
2640
+ "engines": {
2641
+ "node": ">=0.8.0"
2642
+ }
2643
+ },
2644
+ "node_modules/whatwg-url": {
2645
+ "version": "5.0.0",
2646
+ "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-5.0.0.tgz",
2647
+ "integrity": "sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==",
2648
+ "license": "MIT",
2649
+ "optional": true,
2650
+ "dependencies": {
2651
+ "tr46": "~0.0.3",
2652
+ "webidl-conversions": "^3.0.0"
2653
+ }
2654
+ },
2655
+ "node_modules/wrap-ansi": {
2656
+ "version": "7.0.0",
2657
+ "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
2658
+ "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
2659
+ "license": "MIT",
2660
+ "optional": true,
2661
+ "dependencies": {
2662
+ "ansi-styles": "^4.0.0",
2663
+ "string-width": "^4.1.0",
2664
+ "strip-ansi": "^6.0.0"
2665
+ },
2666
+ "engines": {
2667
+ "node": ">=10"
2668
+ },
2669
+ "funding": {
2670
+ "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
2671
+ }
2672
+ },
2673
+ "node_modules/wrappy": {
2674
+ "version": "1.0.2",
2675
+ "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",
2676
+ "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==",
2677
+ "license": "ISC",
2678
+ "optional": true
2679
+ },
2680
+ "node_modules/xml-naming": {
2681
+ "version": "0.1.0",
2682
+ "resolved": "https://registry.npmjs.org/xml-naming/-/xml-naming-0.1.0.tgz",
2683
+ "integrity": "sha512-k8KO9hrMyNk6tUWqUfkTEZbezRRpONVOzUTnc97VnCvyj6Tf9lyUR9EDAIeiVLv56jsMcoXEwjW8Kv5yPY52lw==",
2684
+ "funding": [
2685
+ {
2686
+ "type": "github",
2687
+ "url": "https://github.com/sponsors/NaturalIntelligence"
2688
+ }
2689
+ ],
2690
+ "license": "MIT",
2691
+ "optional": true,
2692
+ "engines": {
2693
+ "node": ">=16.0.0"
2694
+ }
2695
+ },
2696
+ "node_modules/y18n": {
2697
+ "version": "5.0.8",
2698
+ "resolved": "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz",
2699
+ "integrity": "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==",
2700
+ "license": "ISC",
2701
+ "optional": true,
2702
+ "engines": {
2703
+ "node": ">=10"
2704
+ }
2705
+ },
2706
+ "node_modules/yallist": {
2707
+ "version": "4.0.0",
2708
+ "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
2709
+ "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==",
2710
+ "license": "ISC"
2711
+ },
2712
+ "node_modules/yargs": {
2713
+ "version": "17.7.2",
2714
+ "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.7.2.tgz",
2715
+ "integrity": "sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==",
2716
+ "license": "MIT",
2717
+ "optional": true,
2718
+ "dependencies": {
2719
+ "cliui": "^8.0.1",
2720
+ "escalade": "^3.1.1",
2721
+ "get-caller-file": "^2.0.5",
2722
+ "require-directory": "^2.1.1",
2723
+ "string-width": "^4.2.3",
2724
+ "y18n": "^5.0.5",
2725
+ "yargs-parser": "^21.1.1"
2726
+ },
2727
+ "engines": {
2728
+ "node": ">=12"
2729
+ }
2730
+ },
2731
+ "node_modules/yargs-parser": {
2732
+ "version": "21.1.1",
2733
+ "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-21.1.1.tgz",
2734
+ "integrity": "sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==",
2735
+ "license": "ISC",
2736
+ "optional": true,
2737
+ "engines": {
2738
+ "node": ">=12"
2739
+ }
2740
+ },
2741
+ "node_modules/yocto-queue": {
2742
+ "version": "0.1.0",
2743
+ "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz",
2744
+ "integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==",
2745
+ "license": "MIT",
2746
+ "optional": true,
2747
+ "engines": {
2748
+ "node": ">=10"
2749
+ },
2750
+ "funding": {
2751
+ "url": "https://github.com/sponsors/sindresorhus"
2752
+ }
2753
+ }
2754
+ }
2755
+ }