@keetanetwork/anchor 0.0.8 → 0.0.10

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 (2) hide show
  1. package/npm-shrinkwrap.json +1336 -11
  2. package/package.json +2 -2
@@ -1,16 +1,16 @@
1
1
  {
2
2
  "name": "@keetanetwork/anchor",
3
- "version": "0.0.8",
3
+ "version": "0.0.10",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@keetanetwork/anchor",
9
- "version": "0.0.8",
9
+ "version": "0.0.10",
10
10
  "license": "SEE LICENSE IN LICENSE",
11
11
  "dependencies": {
12
12
  "@keetanetwork/currency-info": "1.2.5",
13
- "@keetanetwork/keetanet-client": "0.14.5",
13
+ "@keetanetwork/keetanet-client": "0.14.7",
14
14
  "decimal.js": "10.6.0",
15
15
  "typia": "9.5.0"
16
16
  },
@@ -18,6 +18,159 @@
18
18
  "node": "20.18.0"
19
19
  }
20
20
  },
21
+ "node_modules/@google-cloud/common": {
22
+ "version": "5.0.2",
23
+ "integrity": "sha512-V7bmBKYQyu0eVG2BFejuUjlBt+zrya6vtsKdY+JxMM/dNntPF41vZ9+LhOshEUH01zOHEqBSvI7Dad7ZS6aUeA==",
24
+ "license": "Apache-2.0",
25
+ "optional": true,
26
+ "dependencies": {
27
+ "@google-cloud/projectify": "^4.0.0",
28
+ "@google-cloud/promisify": "^4.0.0",
29
+ "arrify": "^2.0.1",
30
+ "duplexify": "^4.1.1",
31
+ "extend": "^3.0.2",
32
+ "google-auth-library": "^9.0.0",
33
+ "html-entities": "^2.5.2",
34
+ "retry-request": "^7.0.0",
35
+ "teeny-request": "^9.0.0"
36
+ },
37
+ "engines": {
38
+ "node": ">=14.0.0"
39
+ }
40
+ },
41
+ "node_modules/@google-cloud/logging": {
42
+ "version": "11.2.0",
43
+ "integrity": "sha512-Ma94jvuoMpbgNniwtelOt8w82hxK62FuOXZonEv0Hyk3B+/YVuLG/SWNyY9yMso/RXnPEc1fP2qo9kDrjf/b2w==",
44
+ "license": "Apache-2.0",
45
+ "optional": true,
46
+ "dependencies": {
47
+ "@google-cloud/common": "^5.0.0",
48
+ "@google-cloud/paginator": "^5.0.0",
49
+ "@google-cloud/projectify": "^4.0.0",
50
+ "@google-cloud/promisify": "^4.0.0",
51
+ "@opentelemetry/api": "^1.7.0",
52
+ "arrify": "^2.0.1",
53
+ "dot-prop": "^6.0.0",
54
+ "eventid": "^2.0.0",
55
+ "extend": "^3.0.2",
56
+ "gcp-metadata": "^6.0.0",
57
+ "google-auth-library": "^9.0.0",
58
+ "google-gax": "^4.0.3",
59
+ "on-finished": "^2.3.0",
60
+ "pumpify": "^2.0.1",
61
+ "stream-events": "^1.0.5",
62
+ "uuid": "^9.0.0"
63
+ },
64
+ "engines": {
65
+ "node": ">=14.0.0"
66
+ }
67
+ },
68
+ "node_modules/@google-cloud/logging/node_modules/pump": {
69
+ "version": "3.0.3",
70
+ "integrity": "sha512-todwxLMY7/heScKmntwQG8CXVkWUOdYxIvY2s0VWAAMh/nd8SoYiRaKjlr7+iCs984f2P8zvrfWcDDYVb73NfA==",
71
+ "license": "MIT",
72
+ "optional": true,
73
+ "dependencies": {
74
+ "end-of-stream": "^1.1.0",
75
+ "once": "^1.3.1"
76
+ }
77
+ },
78
+ "node_modules/@google-cloud/logging/node_modules/pumpify": {
79
+ "version": "2.0.1",
80
+ "integrity": "sha512-m7KOje7jZxrmutanlkS1daj1dS6z6BgslzOXmcSEpIlCxM3VJH7lG5QLeck/6hgF6F4crFf01UtQmNsJfweTAw==",
81
+ "license": "MIT",
82
+ "optional": true,
83
+ "dependencies": {
84
+ "duplexify": "^4.1.1",
85
+ "inherits": "^2.0.3",
86
+ "pump": "^3.0.0"
87
+ }
88
+ },
89
+ "node_modules/@google-cloud/logging/node_modules/uuid": {
90
+ "version": "9.0.1",
91
+ "integrity": "sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==",
92
+ "funding": [
93
+ "https://github.com/sponsors/broofa",
94
+ "https://github.com/sponsors/ctavan"
95
+ ],
96
+ "license": "MIT",
97
+ "optional": true,
98
+ "bin": {
99
+ "uuid": "dist/bin/uuid"
100
+ }
101
+ },
102
+ "node_modules/@google-cloud/paginator": {
103
+ "version": "5.0.2",
104
+ "integrity": "sha512-DJS3s0OVH4zFDB1PzjxAsHqJT6sKVbRwwML0ZBP9PbU7Yebtu/7SWMRzvO2J3nUi9pRNITCfu4LJeooM2w4pjg==",
105
+ "license": "Apache-2.0",
106
+ "optional": true,
107
+ "dependencies": {
108
+ "arrify": "^2.0.0",
109
+ "extend": "^3.0.2"
110
+ },
111
+ "engines": {
112
+ "node": ">=14.0.0"
113
+ }
114
+ },
115
+ "node_modules/@google-cloud/projectify": {
116
+ "version": "4.0.0",
117
+ "integrity": "sha512-MmaX6HeSvyPbWGwFq7mXdo0uQZLGBYCwziiLIGq5JVX+/bdI3SAq6bP98trV5eTWfLuvsMcIC1YJOF2vfteLFA==",
118
+ "license": "Apache-2.0",
119
+ "optional": true,
120
+ "engines": {
121
+ "node": ">=14.0.0"
122
+ }
123
+ },
124
+ "node_modules/@google-cloud/promisify": {
125
+ "version": "4.0.0",
126
+ "integrity": "sha512-Orxzlfb9c67A15cq2JQEyVc7wEsmFBmHjZWZYQMUyJ1qivXyMwdyNOs9odi79hze+2zqdTtu1E19IM/FtqZ10g==",
127
+ "license": "Apache-2.0",
128
+ "optional": true,
129
+ "engines": {
130
+ "node": ">=14"
131
+ }
132
+ },
133
+ "node_modules/@grpc/grpc-js": {
134
+ "version": "1.13.4",
135
+ "integrity": "sha512-GsFaMXCkMqkKIvwCQjCrwH+GHbPKBjhwo/8ZuUkWHqbI73Kky9I+pQltrlT0+MWpedCoosda53lgjYfyEPgxBg==",
136
+ "license": "Apache-2.0",
137
+ "optional": true,
138
+ "dependencies": {
139
+ "@grpc/proto-loader": "^0.7.13",
140
+ "@js-sdsl/ordered-map": "^4.4.2"
141
+ },
142
+ "engines": {
143
+ "node": ">=12.10.0"
144
+ }
145
+ },
146
+ "node_modules/@grpc/proto-loader": {
147
+ "version": "0.7.15",
148
+ "integrity": "sha512-tMXdRCfYVixjuFK+Hk0Q1s38gV9zDiDJfWL3h1rv4Qc39oILCu1TRTDt7+fGUI8K4G1Fj125Hx/ru3azECWTyQ==",
149
+ "license": "Apache-2.0",
150
+ "optional": true,
151
+ "dependencies": {
152
+ "lodash.camelcase": "^4.3.0",
153
+ "long": "^5.0.0",
154
+ "protobufjs": "^7.2.5",
155
+ "yargs": "^17.7.2"
156
+ },
157
+ "bin": {
158
+ "proto-loader-gen-types": "build/bin/proto-loader-gen-types.js"
159
+ },
160
+ "engines": {
161
+ "node": ">=6"
162
+ }
163
+ },
164
+ "node_modules/@js-sdsl/ordered-map": {
165
+ "version": "4.4.2",
166
+ "integrity": "sha512-iUKgm52T8HOE/makSxjqoWhe95ZJA1/G1sYsGev2JDKUSS14KAgg1LHb+Ba+IPow0xflbnSkOsZcO08C7w1gYw==",
167
+ "license": "MIT",
168
+ "optional": true,
169
+ "funding": {
170
+ "type": "opencollective",
171
+ "url": "https://opencollective.com/js-sdsl"
172
+ }
173
+ },
21
174
  "node_modules/@keetanetwork/asn1-napi-rs": {
22
175
  "version": "1.1.9",
23
176
  "integrity": "sha512-FLf387OvApX6GgT8JINy7UGfwo86hzlK2sBpQYDPzhLK/mr5tfBi1SJIjlEzt704HyCr/d9O3k5XujD6LwwEdA==",
@@ -33,16 +186,90 @@
33
186
  "license": "ISC"
34
187
  },
35
188
  "node_modules/@keetanetwork/keetanet-client": {
36
- "version": "0.14.5",
37
- "integrity": "sha512-//6jEpbjSOEuL6Rt5cl0cPfBYsQ9k0oftwyD+GftucUx5HiXFN9dfnIOi//hu/PBZAShww8YguXPi9z6ysoiIw==",
189
+ "version": "0.14.7",
190
+ "integrity": "sha512-WgfQQCcOe/iUG5roeh3gcPVnLy4yWnTaia6i+SX+hk9Nt6SkHOjUOFKY//gIg43/nCxVyQS+BeJWJdd/+aBZ4g==",
38
191
  "license": "see LICENSE",
39
192
  "dependencies": {
40
193
  "secp256k1": "5.0.1"
41
194
  },
42
195
  "optionalDependencies": {
196
+ "@google-cloud/logging": "11.2.0",
43
197
  "@keetanetwork/asn1-napi-rs": "1.1.9"
44
198
  }
45
199
  },
200
+ "node_modules/@opentelemetry/api": {
201
+ "version": "1.9.0",
202
+ "integrity": "sha512-3giAOQvZiH5F9bMlMiv8+GSPMeqg0dbaeo58/0SlA9sxSqZhnUtxzX9/2FzyhS9sWQf5S0GJE0AKBrFqjpeYcg==",
203
+ "license": "Apache-2.0",
204
+ "optional": true,
205
+ "engines": {
206
+ "node": ">=8.0.0"
207
+ }
208
+ },
209
+ "node_modules/@protobufjs/aspromise": {
210
+ "version": "1.1.2",
211
+ "integrity": "sha512-j+gKExEuLmKwvz3OgROXtrJ2UG2x8Ch2YZUxahh+s1F2HZ+wAceUNLkvy6zKCPVRkU++ZWQrdxsUeQXmcg4uoQ==",
212
+ "license": "BSD-3-Clause",
213
+ "optional": true
214
+ },
215
+ "node_modules/@protobufjs/base64": {
216
+ "version": "1.1.2",
217
+ "integrity": "sha512-AZkcAA5vnN/v4PDqKyMR5lx7hZttPDgClv83E//FMNhR2TMcLUhfRUBHCmSl0oi9zMgDDqRUJkSxO3wm85+XLg==",
218
+ "license": "BSD-3-Clause",
219
+ "optional": true
220
+ },
221
+ "node_modules/@protobufjs/codegen": {
222
+ "version": "2.0.4",
223
+ "integrity": "sha512-YyFaikqM5sH0ziFZCN3xDC7zeGaB/d0IUb9CATugHWbd1FRFwWwt4ld4OYMPWu5a3Xe01mGAULCdqhMlPl29Jg==",
224
+ "license": "BSD-3-Clause",
225
+ "optional": true
226
+ },
227
+ "node_modules/@protobufjs/eventemitter": {
228
+ "version": "1.1.0",
229
+ "integrity": "sha512-j9ednRT81vYJ9OfVuXG6ERSTdEL1xVsNgqpkxMsbIabzSo3goCjDIveeGv5d03om39ML71RdmrGNjG5SReBP/Q==",
230
+ "license": "BSD-3-Clause",
231
+ "optional": true
232
+ },
233
+ "node_modules/@protobufjs/fetch": {
234
+ "version": "1.1.0",
235
+ "integrity": "sha512-lljVXpqXebpsijW71PZaCYeIcE5on1w5DlQy5WH6GLbFryLUrBD4932W/E2BSpfRJWseIL4v/KPgBFxDOIdKpQ==",
236
+ "license": "BSD-3-Clause",
237
+ "optional": true,
238
+ "dependencies": {
239
+ "@protobufjs/aspromise": "^1.1.1",
240
+ "@protobufjs/inquire": "^1.1.0"
241
+ }
242
+ },
243
+ "node_modules/@protobufjs/float": {
244
+ "version": "1.0.2",
245
+ "integrity": "sha512-Ddb+kVXlXst9d+R9PfTIxh1EdNkgoRe5tOX6t01f1lYWOvJnSPDBlG241QLzcyPdoNTsblLUdujGSE4RzrTZGQ==",
246
+ "license": "BSD-3-Clause",
247
+ "optional": true
248
+ },
249
+ "node_modules/@protobufjs/inquire": {
250
+ "version": "1.1.0",
251
+ "integrity": "sha512-kdSefcPdruJiFMVSbn801t4vFK7KB/5gd2fYvrxhuJYg8ILrmn9SKSX2tZdV6V+ksulWqS7aXjBcRXl3wHoD9Q==",
252
+ "license": "BSD-3-Clause",
253
+ "optional": true
254
+ },
255
+ "node_modules/@protobufjs/path": {
256
+ "version": "1.1.2",
257
+ "integrity": "sha512-6JOcJ5Tm08dOHAbdR3GrvP+yUUfkjG5ePsHYczMFLq3ZmMkAD98cDgcT2iA1lJ9NVwFd4tH/iSSoe44YWkltEA==",
258
+ "license": "BSD-3-Clause",
259
+ "optional": true
260
+ },
261
+ "node_modules/@protobufjs/pool": {
262
+ "version": "1.1.0",
263
+ "integrity": "sha512-0kELaGSIDBKvcgS4zkjz1PeddatrjYcmMWOlAuAPwAeccUrPHdUqo/J6LiymHHEiJT5NrF1UVwxY14f+fy4WQw==",
264
+ "license": "BSD-3-Clause",
265
+ "optional": true
266
+ },
267
+ "node_modules/@protobufjs/utf8": {
268
+ "version": "1.1.0",
269
+ "integrity": "sha512-Vvn3zZrhQZkkBE8LSuW3em98c0FwgO4nxzv6OdSxPKJIEKY2bGbHn+mhGIPerzI4twdxaP8/0+06HBpwf345Lw==",
270
+ "license": "BSD-3-Clause",
271
+ "optional": true
272
+ },
46
273
  "node_modules/@samchon/openapi": {
47
274
  "version": "4.6.0",
48
275
  "integrity": "sha512-h6NunOljbRJ1qiPIJCIckF0k3n3jBJZSSCFy/AjbmHSrAFwMeewHkWtTwQrZztVzcD0LsSQgTGRvPX1bclnVuA==",
@@ -53,6 +280,66 @@
53
280
  "integrity": "sha512-m2bOd0f2RT9k8QJx1JN85cZYyH1RqFBdlwtkSlf4tBDYLCiiZnv1fIIwacK6cqwXavOydf0NPToMQgpKq+dVlA==",
54
281
  "license": "MIT"
55
282
  },
283
+ "node_modules/@types/caseless": {
284
+ "version": "0.12.5",
285
+ "integrity": "sha512-hWtVTC2q7hc7xZ/RLbxapMvDMgUnDvKvMOpKal4DrMyfGBUfB1oKaZlIRr6mJL+If3bAP6sV/QneGzF6tJjZDg==",
286
+ "license": "MIT",
287
+ "optional": true
288
+ },
289
+ "node_modules/@types/long": {
290
+ "version": "4.0.2",
291
+ "integrity": "sha512-MqTGEo5bj5t157U6fA/BiDynNkn0YknVdh48CMPkTSpFTVmvao5UQmm7uEF6xBEo7qIMAlY/JSleYaE6VOdpaA==",
292
+ "license": "MIT",
293
+ "optional": true
294
+ },
295
+ "node_modules/@types/node": {
296
+ "version": "20.16.10",
297
+ "integrity": "sha512-vQUKgWTjEIRFCvK6CyriPH3MZYiYlNy0fKiEYHWbcoWLEgs4opurGGKlebrTLqdSMIbXImH6XExNiIyNUv3WpA==",
298
+ "license": "MIT",
299
+ "optional": true,
300
+ "dependencies": {
301
+ "undici-types": "~6.19.2"
302
+ }
303
+ },
304
+ "node_modules/@types/request": {
305
+ "version": "2.48.12",
306
+ "integrity": "sha512-G3sY+NpsA9jnwm0ixhAFQSJ3Q9JkpLZpJbI3GMv0mIAT0y3mRabYeINzal5WOChIiaTEGQYlHOKgkaM9EisWHw==",
307
+ "license": "MIT",
308
+ "optional": true,
309
+ "dependencies": {
310
+ "@types/caseless": "*",
311
+ "@types/node": "*",
312
+ "@types/tough-cookie": "*",
313
+ "form-data": "^2.5.0"
314
+ }
315
+ },
316
+ "node_modules/@types/tough-cookie": {
317
+ "version": "4.0.5",
318
+ "integrity": "sha512-/Ad8+nIOV7Rl++6f1BdKxFSMgmoqEoYbHRpPcx3JEfv8VRsQe9Z4mCXeJBzxs7mbHY/XOZZuXlRNfhpVPbs6ZA==",
319
+ "license": "MIT",
320
+ "optional": true
321
+ },
322
+ "node_modules/abort-controller": {
323
+ "version": "3.0.0",
324
+ "integrity": "sha512-h8lQ8tacZYnR3vNQTgibj+tODHI5/+l06Au2Pcriv/Gmet0eaj4TwWH41sO9wnHDiQsEj19q0drzdWdeAHtweg==",
325
+ "license": "MIT",
326
+ "optional": true,
327
+ "dependencies": {
328
+ "event-target-shim": "^5.0.0"
329
+ },
330
+ "engines": {
331
+ "node": ">=6.5"
332
+ }
333
+ },
334
+ "node_modules/agent-base": {
335
+ "version": "7.1.4",
336
+ "integrity": "sha512-MnA+YT8fwfJPgBx3m60MNqakm30XOkyIoH1y6huTQvC0PwZG7ki8NacLBcrPbNoo8vEZy7Jpuk7+jMO+CUovTQ==",
337
+ "license": "MIT",
338
+ "optional": true,
339
+ "engines": {
340
+ "node": ">= 14"
341
+ }
342
+ },
56
343
  "node_modules/ansi-escapes": {
57
344
  "version": "4.3.2",
58
345
  "integrity": "sha512-gKXj5ALrKWQLsYG9jlTRmR/xKluxHV+Z9QEwNIgCfM1/uwPMCuzVVnh5mwTd+OuBZcwSIMbqssNWRm1lE51QaQ==",
@@ -97,6 +384,21 @@
97
384
  "integrity": "sha512-/+3GRL7dDAGEfM6TseQk/U+mi18TU2Ms9I3UlLdUMhz2hbvGNTKdj9xniwXfUqgYhHxRx0+8UnKkvlNwVU+cWQ==",
98
385
  "license": "MIT"
99
386
  },
387
+ "node_modules/arrify": {
388
+ "version": "2.0.1",
389
+ "integrity": "sha512-3duEwti880xqi4eAMN8AyR4a0ByT90zoYdLlevfrvU43vb0YZwZVfxOgxWrLXXXpyugL0hNZc9G6BiB5B3nUug==",
390
+ "license": "MIT",
391
+ "optional": true,
392
+ "engines": {
393
+ "node": ">=8"
394
+ }
395
+ },
396
+ "node_modules/asynckit": {
397
+ "version": "0.4.0",
398
+ "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==",
399
+ "license": "MIT",
400
+ "optional": true
401
+ },
100
402
  "node_modules/base64-js": {
101
403
  "version": "1.5.1",
102
404
  "integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==",
@@ -116,6 +418,15 @@
116
418
  ],
117
419
  "license": "MIT"
118
420
  },
421
+ "node_modules/bignumber.js": {
422
+ "version": "9.3.1",
423
+ "integrity": "sha512-Ko0uX15oIUS7wJ3Rb30Fs6SkVbLmPBAKdlm7q9+ak9bbIeFf0MwuBsQV6z7+X768/cHsfg+WlysDWJcmthjsjQ==",
424
+ "license": "MIT",
425
+ "optional": true,
426
+ "engines": {
427
+ "node": "*"
428
+ }
429
+ },
119
430
  "node_modules/bl": {
120
431
  "version": "4.1.0",
121
432
  "integrity": "sha512-1W07cM9gS6DcLperZfFSj+bWLtaPGSOHWhPiGzXmvVJbRLdG82sH/Kn8EtW1VqWVA54AKf2h5k5BbnIbwF3h6w==",
@@ -154,6 +465,25 @@
154
465
  "integrity": "sha512-cKV8tMCEpQs4hK/ik71d6LrPOnpkpGBR0wzxqr68g2m/LB2GxVYQroAjMJZRVM1Y4BCjCKc3vAamxSzOY2RP+w==",
155
466
  "license": "MIT"
156
467
  },
468
+ "node_modules/buffer-equal-constant-time": {
469
+ "version": "1.0.1",
470
+ "integrity": "sha512-zRpUiDwd/xk6ADqPMATG8vc9VPrkck7T07OIx0gnjmJAnHnTVXNQG3vfvWNuiZIkwu9KrKdA1iJKfsfTVxE6NA==",
471
+ "license": "BSD-3-Clause",
472
+ "optional": true
473
+ },
474
+ "node_modules/call-bind-apply-helpers": {
475
+ "version": "1.0.2",
476
+ "integrity": "sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==",
477
+ "license": "MIT",
478
+ "optional": true,
479
+ "dependencies": {
480
+ "es-errors": "^1.3.0",
481
+ "function-bind": "^1.1.2"
482
+ },
483
+ "engines": {
484
+ "node": ">= 0.4"
485
+ }
486
+ },
157
487
  "node_modules/chalk": {
158
488
  "version": "4.1.2",
159
489
  "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
@@ -204,6 +534,78 @@
204
534
  "node": ">= 10"
205
535
  }
206
536
  },
537
+ "node_modules/cliui": {
538
+ "version": "8.0.1",
539
+ "integrity": "sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==",
540
+ "license": "ISC",
541
+ "optional": true,
542
+ "dependencies": {
543
+ "string-width": "^4.2.0",
544
+ "strip-ansi": "^6.0.1",
545
+ "wrap-ansi": "^7.0.0"
546
+ },
547
+ "engines": {
548
+ "node": ">=12"
549
+ }
550
+ },
551
+ "node_modules/cliui/node_modules/ansi-regex": {
552
+ "version": "5.0.1",
553
+ "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
554
+ "license": "MIT",
555
+ "optional": true,
556
+ "engines": {
557
+ "node": ">=8"
558
+ }
559
+ },
560
+ "node_modules/cliui/node_modules/emoji-regex": {
561
+ "version": "8.0.0",
562
+ "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
563
+ "license": "MIT",
564
+ "optional": true
565
+ },
566
+ "node_modules/cliui/node_modules/string-width": {
567
+ "version": "4.2.3",
568
+ "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
569
+ "license": "MIT",
570
+ "optional": true,
571
+ "dependencies": {
572
+ "emoji-regex": "^8.0.0",
573
+ "is-fullwidth-code-point": "^3.0.0",
574
+ "strip-ansi": "^6.0.1"
575
+ },
576
+ "engines": {
577
+ "node": ">=8"
578
+ }
579
+ },
580
+ "node_modules/cliui/node_modules/strip-ansi": {
581
+ "version": "6.0.1",
582
+ "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
583
+ "license": "MIT",
584
+ "optional": true,
585
+ "dependencies": {
586
+ "ansi-regex": "^5.0.1"
587
+ },
588
+ "engines": {
589
+ "node": ">=8"
590
+ }
591
+ },
592
+ "node_modules/cliui/node_modules/wrap-ansi": {
593
+ "version": "7.0.0",
594
+ "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
595
+ "license": "MIT",
596
+ "optional": true,
597
+ "dependencies": {
598
+ "ansi-styles": "^4.0.0",
599
+ "string-width": "^4.1.0",
600
+ "strip-ansi": "^6.0.0"
601
+ },
602
+ "engines": {
603
+ "node": ">=10"
604
+ },
605
+ "funding": {
606
+ "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
607
+ }
608
+ },
207
609
  "node_modules/clone": {
208
610
  "version": "1.0.4",
209
611
  "integrity": "sha512-JQHZ2QMW6l3aH/j6xCqQThY/9OH4D/9ls34cgkUBiEeocRTU04tHfKPBsUK1PqZCUQM7GiA0IIXJSuXHI64Kbg==",
@@ -228,6 +630,18 @@
228
630
  "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
229
631
  "license": "MIT"
230
632
  },
633
+ "node_modules/combined-stream": {
634
+ "version": "1.0.8",
635
+ "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==",
636
+ "license": "MIT",
637
+ "optional": true,
638
+ "dependencies": {
639
+ "delayed-stream": "~1.0.0"
640
+ },
641
+ "engines": {
642
+ "node": ">= 0.8"
643
+ }
644
+ },
231
645
  "node_modules/commander": {
232
646
  "version": "10.0.1",
233
647
  "integrity": "sha512-y4Mg2tXshplEbSGzx7amzPwKKOCGuoSRP/CjEdwwk0FOGlUbq6lKuoyDZTNZkmxHdJtp54hdfY/JUrdL7Xfdug==",
@@ -256,6 +670,29 @@
256
670
  "integrity": "sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==",
257
671
  "license": "MIT"
258
672
  },
673
+ "node_modules/debug": {
674
+ "version": "4.4.3",
675
+ "integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==",
676
+ "license": "MIT",
677
+ "optional": true,
678
+ "dependencies": {
679
+ "ms": "^2.1.3"
680
+ },
681
+ "engines": {
682
+ "node": ">=6.0"
683
+ },
684
+ "peerDependenciesMeta": {
685
+ "supports-color": {
686
+ "optional": true
687
+ }
688
+ }
689
+ },
690
+ "node_modules/debug/node_modules/ms": {
691
+ "version": "2.1.3",
692
+ "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
693
+ "license": "MIT",
694
+ "optional": true
695
+ },
259
696
  "node_modules/decimal.js": {
260
697
  "version": "10.6.0",
261
698
  "integrity": "sha512-YpgQiITW3JXGntzdUmyUR1V812Hn8T1YVXhCu+wO3OpS4eU9l4YdD3qjyiKdV6mvV29zapkMeD390UVEf2lkUg==",
@@ -272,6 +709,30 @@
272
709
  "url": "https://github.com/sponsors/sindresorhus"
273
710
  }
274
711
  },
712
+ "node_modules/delayed-stream": {
713
+ "version": "1.0.0",
714
+ "integrity": "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==",
715
+ "license": "MIT",
716
+ "optional": true,
717
+ "engines": {
718
+ "node": ">=0.4.0"
719
+ }
720
+ },
721
+ "node_modules/dot-prop": {
722
+ "version": "6.0.1",
723
+ "integrity": "sha512-tE7ztYzXHIeyvc7N+hR3oi7FIbf/NIjVP9hmAt3yMXzrQ072/fpjGLx2GxNxGxUl5V73MEqYzioOMoVhGMJ5cA==",
724
+ "license": "MIT",
725
+ "optional": true,
726
+ "dependencies": {
727
+ "is-obj": "^2.0.0"
728
+ },
729
+ "engines": {
730
+ "node": ">=10"
731
+ },
732
+ "funding": {
733
+ "url": "https://github.com/sponsors/sindresorhus"
734
+ }
735
+ },
275
736
  "node_modules/drange": {
276
737
  "version": "1.1.1",
277
738
  "integrity": "sha512-pYxfDYpued//QpnLIm4Avk7rsNtAtQkUES2cwAYSvD/wd2pKD71gN2Ebj3e7klzXwjocvE8c5vx/1fxwpqmSxA==",
@@ -280,6 +741,47 @@
280
741
  "node": ">=4"
281
742
  }
282
743
  },
744
+ "node_modules/dunder-proto": {
745
+ "version": "1.0.1",
746
+ "integrity": "sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==",
747
+ "license": "MIT",
748
+ "optional": true,
749
+ "dependencies": {
750
+ "call-bind-apply-helpers": "^1.0.1",
751
+ "es-errors": "^1.3.0",
752
+ "gopd": "^1.2.0"
753
+ },
754
+ "engines": {
755
+ "node": ">= 0.4"
756
+ }
757
+ },
758
+ "node_modules/duplexify": {
759
+ "version": "4.1.3",
760
+ "integrity": "sha512-M3BmBhwJRZsSx38lZyhE53Csddgzl5R7xGJNk7CVddZD6CcmwMCH8J+7AprIrQKH7TonKxaCjcv27Qmf+sQ+oA==",
761
+ "license": "MIT",
762
+ "optional": true,
763
+ "dependencies": {
764
+ "end-of-stream": "^1.4.1",
765
+ "inherits": "^2.0.3",
766
+ "readable-stream": "^3.1.1",
767
+ "stream-shift": "^1.0.2"
768
+ }
769
+ },
770
+ "node_modules/ecdsa-sig-formatter": {
771
+ "version": "1.0.11",
772
+ "integrity": "sha512-nagl3RYrbNv6kQkeJIpt6NJZy8twLB/2vtz6yN9Z4vRKHN4/QZJIEbqohALSgwKdnksuY3k5Addp5lg8sVoVcQ==",
773
+ "license": "Apache-2.0",
774
+ "optional": true,
775
+ "dependencies": {
776
+ "safe-buffer": "^5.0.1"
777
+ }
778
+ },
779
+ "node_modules/ee-first": {
780
+ "version": "1.1.1",
781
+ "integrity": "sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==",
782
+ "license": "MIT",
783
+ "optional": true
784
+ },
283
785
  "node_modules/elliptic": {
284
786
  "version": "6.6.1",
285
787
  "integrity": "sha512-RaddvvMatK2LJHqFJ+YA4WysVN5Ita9E35botqIYspQ4TkRAlCicdzKOjlyv/1Za5RyTNn7di//eEV0uTAfe3g==",
@@ -299,6 +801,92 @@
299
801
  "integrity": "sha512-n4DSx829VRTRByMRGdjQ9iqsN0Bh4OolPsFnaZBLcbi8iXcB+kJ9s7EnRt4wILZNV3kPLHkRVfOc/HvhC3ovDw==",
300
802
  "license": "MIT"
301
803
  },
804
+ "node_modules/encoding": {
805
+ "version": "0.1.13",
806
+ "integrity": "sha512-ETBauow1T35Y/WZMkio9jiM0Z5xjHHmJ4XmjZOq1l/dXz3lr2sRn87nJy20RupqSh1F2m3HHPSp8ShIPQJrJ3A==",
807
+ "license": "MIT",
808
+ "optional": true,
809
+ "peer": true,
810
+ "dependencies": {
811
+ "iconv-lite": "^0.6.2"
812
+ }
813
+ },
814
+ "node_modules/encoding/node_modules/iconv-lite": {
815
+ "version": "0.6.3",
816
+ "integrity": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==",
817
+ "license": "MIT",
818
+ "optional": true,
819
+ "peer": true,
820
+ "dependencies": {
821
+ "safer-buffer": ">= 2.1.2 < 3.0.0"
822
+ },
823
+ "engines": {
824
+ "node": ">=0.10.0"
825
+ }
826
+ },
827
+ "node_modules/end-of-stream": {
828
+ "version": "1.4.5",
829
+ "integrity": "sha512-ooEGc6HP26xXq/N+GCGOT0JKCLDGrq2bQUZrQ7gyrJiZANJ/8YDTxTpQBXGMn+WbIQXNVpyWymm7KYVICQnyOg==",
830
+ "license": "MIT",
831
+ "optional": true,
832
+ "dependencies": {
833
+ "once": "^1.4.0"
834
+ }
835
+ },
836
+ "node_modules/es-define-property": {
837
+ "version": "1.0.1",
838
+ "integrity": "sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==",
839
+ "license": "MIT",
840
+ "optional": true,
841
+ "engines": {
842
+ "node": ">= 0.4"
843
+ }
844
+ },
845
+ "node_modules/es-errors": {
846
+ "version": "1.3.0",
847
+ "integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==",
848
+ "license": "MIT",
849
+ "optional": true,
850
+ "engines": {
851
+ "node": ">= 0.4"
852
+ }
853
+ },
854
+ "node_modules/es-object-atoms": {
855
+ "version": "1.1.1",
856
+ "integrity": "sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA==",
857
+ "license": "MIT",
858
+ "optional": true,
859
+ "dependencies": {
860
+ "es-errors": "^1.3.0"
861
+ },
862
+ "engines": {
863
+ "node": ">= 0.4"
864
+ }
865
+ },
866
+ "node_modules/es-set-tostringtag": {
867
+ "version": "2.1.0",
868
+ "integrity": "sha512-j6vWzfrGVfyXxge+O0x5sh6cvxAog0a/4Rdd2K36zCMV5eJ+/+tOAngRO8cODMNWbVRdVlmGZQL2YS3yR8bIUA==",
869
+ "license": "MIT",
870
+ "optional": true,
871
+ "dependencies": {
872
+ "es-errors": "^1.3.0",
873
+ "get-intrinsic": "^1.2.6",
874
+ "has-tostringtag": "^1.0.2",
875
+ "hasown": "^2.0.2"
876
+ },
877
+ "engines": {
878
+ "node": ">= 0.4"
879
+ }
880
+ },
881
+ "node_modules/escalade": {
882
+ "version": "3.2.0",
883
+ "integrity": "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==",
884
+ "license": "MIT",
885
+ "optional": true,
886
+ "engines": {
887
+ "node": ">=6"
888
+ }
889
+ },
302
890
  "node_modules/esprima": {
303
891
  "version": "4.0.1",
304
892
  "integrity": "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==",
@@ -311,6 +899,42 @@
311
899
  "node": ">=4"
312
900
  }
313
901
  },
902
+ "node_modules/event-target-shim": {
903
+ "version": "5.0.1",
904
+ "integrity": "sha512-i/2XbnSz/uxRCU6+NdVJgKWDTM427+MqYbkQzD321DuCQJUqOuJKIA0IM2+W2xtYHdKOmZ4dR6fExsd4SXL+WQ==",
905
+ "license": "MIT",
906
+ "optional": true,
907
+ "engines": {
908
+ "node": ">=6"
909
+ }
910
+ },
911
+ "node_modules/eventid": {
912
+ "version": "2.0.1",
913
+ "integrity": "sha512-sPNTqiMokAvV048P2c9+foqVJzk49o6d4e0D/sq5jog3pw+4kBgyR0gaM1FM7Mx6Kzd9dztesh9oYz1LWWOpzw==",
914
+ "license": "Apache-2.0",
915
+ "optional": true,
916
+ "dependencies": {
917
+ "uuid": "^8.0.0"
918
+ },
919
+ "engines": {
920
+ "node": ">=10"
921
+ }
922
+ },
923
+ "node_modules/eventid/node_modules/uuid": {
924
+ "version": "8.3.2",
925
+ "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==",
926
+ "license": "MIT",
927
+ "optional": true,
928
+ "bin": {
929
+ "uuid": "dist/bin/uuid"
930
+ }
931
+ },
932
+ "node_modules/extend": {
933
+ "version": "3.0.2",
934
+ "integrity": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==",
935
+ "license": "MIT",
936
+ "optional": true
937
+ },
314
938
  "node_modules/external-editor": {
315
939
  "version": "3.1.0",
316
940
  "integrity": "sha512-hMQ4CX1p1izmuLYyZqLMO/qGNw10wSv9QDCPfzXfyFrOaCSSoRfqE1Kf1s5an66J5JZC62NewG+mK49jOCtQew==",
@@ -357,6 +981,208 @@
357
981
  "node": ">=0.8.0"
358
982
  }
359
983
  },
984
+ "node_modules/form-data": {
985
+ "version": "2.5.5",
986
+ "integrity": "sha512-jqdObeR2rxZZbPSGL+3VckHMYtu+f9//KXBsVny6JSX/pa38Fy+bGjuG8eW/H6USNQWhLi8Num++cU2yOCNz4A==",
987
+ "license": "MIT",
988
+ "optional": true,
989
+ "dependencies": {
990
+ "asynckit": "^0.4.0",
991
+ "combined-stream": "^1.0.8",
992
+ "es-set-tostringtag": "^2.1.0",
993
+ "hasown": "^2.0.2",
994
+ "mime-types": "^2.1.35",
995
+ "safe-buffer": "^5.2.1"
996
+ },
997
+ "engines": {
998
+ "node": ">= 0.12"
999
+ }
1000
+ },
1001
+ "node_modules/function-bind": {
1002
+ "version": "1.1.2",
1003
+ "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==",
1004
+ "license": "MIT",
1005
+ "optional": true,
1006
+ "funding": {
1007
+ "url": "https://github.com/sponsors/ljharb"
1008
+ }
1009
+ },
1010
+ "node_modules/gaxios": {
1011
+ "version": "6.7.1",
1012
+ "integrity": "sha512-LDODD4TMYx7XXdpwxAVRAIAuB0bzv0s+ywFonY46k126qzQHT9ygyoa9tncmOiQmmDrik65UYsEkv3lbfqQ3yQ==",
1013
+ "license": "Apache-2.0",
1014
+ "optional": true,
1015
+ "dependencies": {
1016
+ "extend": "^3.0.2",
1017
+ "https-proxy-agent": "^7.0.1",
1018
+ "is-stream": "^2.0.0",
1019
+ "node-fetch": "^2.6.9",
1020
+ "uuid": "^9.0.1"
1021
+ },
1022
+ "engines": {
1023
+ "node": ">=14"
1024
+ }
1025
+ },
1026
+ "node_modules/gaxios/node_modules/uuid": {
1027
+ "version": "9.0.1",
1028
+ "integrity": "sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==",
1029
+ "funding": [
1030
+ "https://github.com/sponsors/broofa",
1031
+ "https://github.com/sponsors/ctavan"
1032
+ ],
1033
+ "license": "MIT",
1034
+ "optional": true,
1035
+ "bin": {
1036
+ "uuid": "dist/bin/uuid"
1037
+ }
1038
+ },
1039
+ "node_modules/gcp-metadata": {
1040
+ "version": "6.1.1",
1041
+ "integrity": "sha512-a4tiq7E0/5fTjxPAaH4jpjkSv/uCaU2p5KC6HVGrvl0cDjA8iBZv4vv1gyzlmK0ZUKqwpOyQMKzZQe3lTit77A==",
1042
+ "license": "Apache-2.0",
1043
+ "optional": true,
1044
+ "dependencies": {
1045
+ "gaxios": "^6.1.1",
1046
+ "google-logging-utils": "^0.0.2",
1047
+ "json-bigint": "^1.0.0"
1048
+ },
1049
+ "engines": {
1050
+ "node": ">=14"
1051
+ }
1052
+ },
1053
+ "node_modules/get-caller-file": {
1054
+ "version": "2.0.5",
1055
+ "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==",
1056
+ "license": "ISC",
1057
+ "optional": true,
1058
+ "engines": {
1059
+ "node": "6.* || 8.* || >= 10.*"
1060
+ }
1061
+ },
1062
+ "node_modules/get-intrinsic": {
1063
+ "version": "1.3.0",
1064
+ "integrity": "sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==",
1065
+ "license": "MIT",
1066
+ "optional": true,
1067
+ "dependencies": {
1068
+ "call-bind-apply-helpers": "^1.0.2",
1069
+ "es-define-property": "^1.0.1",
1070
+ "es-errors": "^1.3.0",
1071
+ "es-object-atoms": "^1.1.1",
1072
+ "function-bind": "^1.1.2",
1073
+ "get-proto": "^1.0.1",
1074
+ "gopd": "^1.2.0",
1075
+ "has-symbols": "^1.1.0",
1076
+ "hasown": "^2.0.2",
1077
+ "math-intrinsics": "^1.1.0"
1078
+ },
1079
+ "engines": {
1080
+ "node": ">= 0.4"
1081
+ },
1082
+ "funding": {
1083
+ "url": "https://github.com/sponsors/ljharb"
1084
+ }
1085
+ },
1086
+ "node_modules/get-proto": {
1087
+ "version": "1.0.1",
1088
+ "integrity": "sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==",
1089
+ "license": "MIT",
1090
+ "optional": true,
1091
+ "dependencies": {
1092
+ "dunder-proto": "^1.0.1",
1093
+ "es-object-atoms": "^1.0.0"
1094
+ },
1095
+ "engines": {
1096
+ "node": ">= 0.4"
1097
+ }
1098
+ },
1099
+ "node_modules/google-auth-library": {
1100
+ "version": "9.15.1",
1101
+ "integrity": "sha512-Jb6Z0+nvECVz+2lzSMt9u98UsoakXxA2HGHMCxh+so3n90XgYWkq5dur19JAJV7ONiJY22yBTyJB1TSkvPq9Ng==",
1102
+ "license": "Apache-2.0",
1103
+ "optional": true,
1104
+ "dependencies": {
1105
+ "base64-js": "^1.3.0",
1106
+ "ecdsa-sig-formatter": "^1.0.11",
1107
+ "gaxios": "^6.1.1",
1108
+ "gcp-metadata": "^6.1.0",
1109
+ "gtoken": "^7.0.0",
1110
+ "jws": "^4.0.0"
1111
+ },
1112
+ "engines": {
1113
+ "node": ">=14"
1114
+ }
1115
+ },
1116
+ "node_modules/google-gax": {
1117
+ "version": "4.3.9",
1118
+ "integrity": "sha512-tcjQr7sXVGMdlvcG25wSv98ap1dtF4Z6mcV0rztGIddOcezw4YMb/uTXg72JPrLep+kXcVjaJjg6oo3KLf4itQ==",
1119
+ "license": "Apache-2.0",
1120
+ "optional": true,
1121
+ "dependencies": {
1122
+ "@grpc/grpc-js": "^1.10.9",
1123
+ "@grpc/proto-loader": "^0.7.13",
1124
+ "@types/long": "^4.0.0",
1125
+ "abort-controller": "^3.0.0",
1126
+ "duplexify": "^4.0.0",
1127
+ "google-auth-library": "^9.3.0",
1128
+ "node-fetch": "^2.7.0",
1129
+ "object-hash": "^3.0.0",
1130
+ "proto3-json-serializer": "^2.0.2",
1131
+ "protobufjs": "^7.3.2",
1132
+ "retry-request": "^7.0.0",
1133
+ "uuid": "^9.0.1"
1134
+ },
1135
+ "engines": {
1136
+ "node": ">=14"
1137
+ }
1138
+ },
1139
+ "node_modules/google-gax/node_modules/uuid": {
1140
+ "version": "9.0.1",
1141
+ "integrity": "sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==",
1142
+ "funding": [
1143
+ "https://github.com/sponsors/broofa",
1144
+ "https://github.com/sponsors/ctavan"
1145
+ ],
1146
+ "license": "MIT",
1147
+ "optional": true,
1148
+ "bin": {
1149
+ "uuid": "dist/bin/uuid"
1150
+ }
1151
+ },
1152
+ "node_modules/google-logging-utils": {
1153
+ "version": "0.0.2",
1154
+ "integrity": "sha512-NEgUnEcBiP5HrPzufUkBzJOD/Sxsco3rLNo1F1TNf7ieU8ryUzBhqba8r756CjLX7rn3fHl6iLEwPYuqpoKgQQ==",
1155
+ "license": "Apache-2.0",
1156
+ "optional": true,
1157
+ "engines": {
1158
+ "node": ">=14"
1159
+ }
1160
+ },
1161
+ "node_modules/gopd": {
1162
+ "version": "1.2.0",
1163
+ "integrity": "sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==",
1164
+ "license": "MIT",
1165
+ "optional": true,
1166
+ "engines": {
1167
+ "node": ">= 0.4"
1168
+ },
1169
+ "funding": {
1170
+ "url": "https://github.com/sponsors/ljharb"
1171
+ }
1172
+ },
1173
+ "node_modules/gtoken": {
1174
+ "version": "7.1.0",
1175
+ "integrity": "sha512-pCcEwRi+TKpMlxAQObHDQ56KawURgyAf6jtIY046fJ5tIv3zDe/LEIubckAO8fj6JnAxLdmWkUfNyulQ2iKdEw==",
1176
+ "license": "MIT",
1177
+ "optional": true,
1178
+ "dependencies": {
1179
+ "gaxios": "^6.0.0",
1180
+ "jws": "^4.0.0"
1181
+ },
1182
+ "engines": {
1183
+ "node": ">=14.0.0"
1184
+ }
1185
+ },
360
1186
  "node_modules/has-flag": {
361
1187
  "version": "4.0.0",
362
1188
  "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
@@ -373,6 +1199,33 @@
373
1199
  "node": ">=8"
374
1200
  }
375
1201
  },
1202
+ "node_modules/has-symbols": {
1203
+ "version": "1.1.0",
1204
+ "integrity": "sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==",
1205
+ "license": "MIT",
1206
+ "optional": true,
1207
+ "engines": {
1208
+ "node": ">= 0.4"
1209
+ },
1210
+ "funding": {
1211
+ "url": "https://github.com/sponsors/ljharb"
1212
+ }
1213
+ },
1214
+ "node_modules/has-tostringtag": {
1215
+ "version": "1.0.2",
1216
+ "integrity": "sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==",
1217
+ "license": "MIT",
1218
+ "optional": true,
1219
+ "dependencies": {
1220
+ "has-symbols": "^1.0.3"
1221
+ },
1222
+ "engines": {
1223
+ "node": ">= 0.4"
1224
+ },
1225
+ "funding": {
1226
+ "url": "https://github.com/sponsors/ljharb"
1227
+ }
1228
+ },
376
1229
  "node_modules/hash.js": {
377
1230
  "version": "1.1.7",
378
1231
  "integrity": "sha512-taOaskGt4z4SOANNseOviYDvjEJinIkRgmp7LbKP2YTTmVxWBl87s/uzK9r+44BclBSp2X7K1hqeNfz9JbBeXA==",
@@ -382,6 +1235,18 @@
382
1235
  "minimalistic-assert": "^1.0.1"
383
1236
  }
384
1237
  },
1238
+ "node_modules/hasown": {
1239
+ "version": "2.0.2",
1240
+ "integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==",
1241
+ "license": "MIT",
1242
+ "optional": true,
1243
+ "dependencies": {
1244
+ "function-bind": "^1.1.2"
1245
+ },
1246
+ "engines": {
1247
+ "node": ">= 0.4"
1248
+ }
1249
+ },
385
1250
  "node_modules/hmac-drbg": {
386
1251
  "version": "1.0.1",
387
1252
  "integrity": "sha512-Tti3gMqLdZfhOQY1Mzf/AanLiqh1WTiJgEj26ZuYQ9fbkLomzGchCws4FyrSd4VkpBfiNhaE1On+lOz894jvXg==",
@@ -392,6 +1257,35 @@
392
1257
  "minimalistic-crypto-utils": "^1.0.1"
393
1258
  }
394
1259
  },
1260
+ "node_modules/html-entities": {
1261
+ "version": "2.6.0",
1262
+ "integrity": "sha512-kig+rMn/QOVRvr7c86gQ8lWXq+Hkv6CbAH1hLu+RG338StTpE8Z0b44SDVaqVu7HGKf27frdmUYEs9hTUX/cLQ==",
1263
+ "funding": [
1264
+ {
1265
+ "type": "github",
1266
+ "url": "https://github.com/sponsors/mdevils"
1267
+ },
1268
+ {
1269
+ "type": "patreon",
1270
+ "url": "https://patreon.com/mdevils"
1271
+ }
1272
+ ],
1273
+ "license": "MIT",
1274
+ "optional": true
1275
+ },
1276
+ "node_modules/https-proxy-agent": {
1277
+ "version": "7.0.6",
1278
+ "integrity": "sha512-vK9P5/iUfdl95AI+JVyUuIcVtd4ofvtrOr3HNtM2yxC9bnMbEdp3x01OhQNnjb8IJYi38VlTE3mBXwcfvywuSw==",
1279
+ "license": "MIT",
1280
+ "optional": true,
1281
+ "dependencies": {
1282
+ "agent-base": "^7.1.2",
1283
+ "debug": "4"
1284
+ },
1285
+ "engines": {
1286
+ "node": ">= 14"
1287
+ }
1288
+ },
395
1289
  "node_modules/iconv-lite": {
396
1290
  "version": "0.4.24",
397
1291
  "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==",
@@ -488,20 +1382,41 @@
488
1382
  "node": ">=8"
489
1383
  }
490
1384
  },
491
- "node_modules/is-fullwidth-code-point": {
492
- "version": "3.0.0",
493
- "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==",
1385
+ "node_modules/is-fullwidth-code-point": {
1386
+ "version": "3.0.0",
1387
+ "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==",
1388
+ "license": "MIT",
1389
+ "engines": {
1390
+ "node": ">=8"
1391
+ }
1392
+ },
1393
+ "node_modules/is-interactive": {
1394
+ "version": "1.0.0",
1395
+ "integrity": "sha512-2HvIEKRoqS62guEC+qBjpvRubdX910WCMuJTZ+I9yvqKU2/12eSL549HMwtabb4oupdj2sMP50k+XJfB/8JE6w==",
1396
+ "license": "MIT",
1397
+ "engines": {
1398
+ "node": ">=8"
1399
+ }
1400
+ },
1401
+ "node_modules/is-obj": {
1402
+ "version": "2.0.0",
1403
+ "integrity": "sha512-drqDG3cbczxxEJRoOXcOjtdp1J/lyp1mNn0xaznRs8+muBhgQcrnbspox5X5fOw0HnMnbfDzvnEMEtqDEJEo8w==",
494
1404
  "license": "MIT",
1405
+ "optional": true,
495
1406
  "engines": {
496
1407
  "node": ">=8"
497
1408
  }
498
1409
  },
499
- "node_modules/is-interactive": {
500
- "version": "1.0.0",
501
- "integrity": "sha512-2HvIEKRoqS62guEC+qBjpvRubdX910WCMuJTZ+I9yvqKU2/12eSL549HMwtabb4oupdj2sMP50k+XJfB/8JE6w==",
1410
+ "node_modules/is-stream": {
1411
+ "version": "2.0.1",
1412
+ "integrity": "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==",
502
1413
  "license": "MIT",
1414
+ "optional": true,
503
1415
  "engines": {
504
1416
  "node": ">=8"
1417
+ },
1418
+ "funding": {
1419
+ "url": "https://github.com/sponsors/sindresorhus"
505
1420
  }
506
1421
  },
507
1422
  "node_modules/is-unicode-supported": {
@@ -515,11 +1430,47 @@
515
1430
  "url": "https://github.com/sponsors/sindresorhus"
516
1431
  }
517
1432
  },
1433
+ "node_modules/json-bigint": {
1434
+ "version": "1.0.0",
1435
+ "integrity": "sha512-SiPv/8VpZuWbvLSMtTDU8hEfrZWg/mH/nV/b4o0CYbSxu1UIQPLdwKOCIyLQX+VIPO5vrLX3i8qtqFyhdPSUSQ==",
1436
+ "license": "MIT",
1437
+ "optional": true,
1438
+ "dependencies": {
1439
+ "bignumber.js": "^9.0.0"
1440
+ }
1441
+ },
1442
+ "node_modules/jwa": {
1443
+ "version": "2.0.1",
1444
+ "integrity": "sha512-hRF04fqJIP8Abbkq5NKGN0Bbr3JxlQ+qhZufXVr0DvujKy93ZCbXZMHDL4EOtodSbCWxOqR8MS1tXA5hwqCXDg==",
1445
+ "license": "MIT",
1446
+ "optional": true,
1447
+ "dependencies": {
1448
+ "buffer-equal-constant-time": "^1.0.1",
1449
+ "ecdsa-sig-formatter": "1.0.11",
1450
+ "safe-buffer": "^5.0.1"
1451
+ }
1452
+ },
1453
+ "node_modules/jws": {
1454
+ "version": "4.0.0",
1455
+ "integrity": "sha512-KDncfTmOZoOMTFG4mBlG0qUIOlc03fmzH+ru6RgYVZhPkyiy/92Owlt/8UEN+a4TXR1FQetfIpJE8ApdvdVxTg==",
1456
+ "license": "MIT",
1457
+ "optional": true,
1458
+ "dependencies": {
1459
+ "jwa": "^2.0.0",
1460
+ "safe-buffer": "^5.0.1"
1461
+ }
1462
+ },
518
1463
  "node_modules/lodash": {
519
1464
  "version": "4.17.21",
520
1465
  "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==",
521
1466
  "license": "MIT"
522
1467
  },
1468
+ "node_modules/lodash.camelcase": {
1469
+ "version": "4.3.0",
1470
+ "integrity": "sha512-TwuEnCnxbc3rAvhf/LbG7tJUDzhqXyFnv3dtzLOPgCG/hODL7WFnsbwktkD7yUV0RrreP/l1PALq/YSg6VvjlA==",
1471
+ "license": "MIT",
1472
+ "optional": true
1473
+ },
523
1474
  "node_modules/log-symbols": {
524
1475
  "version": "4.1.0",
525
1476
  "integrity": "sha512-8XPvpAA8uyhfteu8pIvQxpJZ7SYYdpUivZpGy6sFsBuKRY/7rQGavedeB8aK+Zkyq6upMFVL/9AW6vOYzfRyLg==",
@@ -535,6 +1486,42 @@
535
1486
  "url": "https://github.com/sponsors/sindresorhus"
536
1487
  }
537
1488
  },
1489
+ "node_modules/long": {
1490
+ "version": "5.3.2",
1491
+ "integrity": "sha512-mNAgZ1GmyNhD7AuqnTG3/VQ26o760+ZYBPKjPvugO8+nLbYfX6TVpJPseBvopbdY+qpZ/lKUnmEc1LeZYS3QAA==",
1492
+ "license": "Apache-2.0",
1493
+ "optional": true
1494
+ },
1495
+ "node_modules/math-intrinsics": {
1496
+ "version": "1.1.0",
1497
+ "integrity": "sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==",
1498
+ "license": "MIT",
1499
+ "optional": true,
1500
+ "engines": {
1501
+ "node": ">= 0.4"
1502
+ }
1503
+ },
1504
+ "node_modules/mime-db": {
1505
+ "version": "1.52.0",
1506
+ "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==",
1507
+ "license": "MIT",
1508
+ "optional": true,
1509
+ "engines": {
1510
+ "node": ">= 0.6"
1511
+ }
1512
+ },
1513
+ "node_modules/mime-types": {
1514
+ "version": "2.1.35",
1515
+ "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==",
1516
+ "license": "MIT",
1517
+ "optional": true,
1518
+ "dependencies": {
1519
+ "mime-db": "1.52.0"
1520
+ },
1521
+ "engines": {
1522
+ "node": ">= 0.6"
1523
+ }
1524
+ },
538
1525
  "node_modules/mimic-fn": {
539
1526
  "version": "2.1.0",
540
1527
  "integrity": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==",
@@ -563,6 +1550,26 @@
563
1550
  "integrity": "sha512-eh0GgfEkpnoWDq+VY8OyvYhFEzBk6jIYbRKdIlyTiAXIVJ8PyBaKb0rp7oDtoddbdoHWhq8wwr+XZ81F1rpNdA==",
564
1551
  "license": "MIT"
565
1552
  },
1553
+ "node_modules/node-fetch": {
1554
+ "version": "2.7.0",
1555
+ "integrity": "sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==",
1556
+ "license": "MIT",
1557
+ "optional": true,
1558
+ "dependencies": {
1559
+ "whatwg-url": "^5.0.0"
1560
+ },
1561
+ "engines": {
1562
+ "node": "4.x || >=6.0.0"
1563
+ },
1564
+ "peerDependencies": {
1565
+ "encoding": "^0.1.0"
1566
+ },
1567
+ "peerDependenciesMeta": {
1568
+ "encoding": {
1569
+ "optional": true
1570
+ }
1571
+ }
1572
+ },
566
1573
  "node_modules/node-gyp-build": {
567
1574
  "version": "4.8.4",
568
1575
  "integrity": "sha512-LA4ZjwlnUblHVgq0oBF3Jl/6h/Nvs5fzBLwdEF4nuxnFdsfajde4WfxtJr3CaiH+F6ewcIB/q4jQ4UzPyid+CQ==",
@@ -573,6 +1580,36 @@
573
1580
  "node-gyp-build-test": "build-test.js"
574
1581
  }
575
1582
  },
1583
+ "node_modules/object-hash": {
1584
+ "version": "3.0.0",
1585
+ "integrity": "sha512-RSn9F68PjH9HqtltsSnqYC1XXoWe9Bju5+213R98cNGttag9q9yAOTzdbsqvIa7aNm5WffBZFpWYr2aWrklWAw==",
1586
+ "license": "MIT",
1587
+ "optional": true,
1588
+ "engines": {
1589
+ "node": ">= 6"
1590
+ }
1591
+ },
1592
+ "node_modules/on-finished": {
1593
+ "version": "2.3.0",
1594
+ "integrity": "sha512-ikqdkGAAyf/X/gPhXGvfgAytDZtDbr+bkNUJ0N9h5MI/dmdgCs3l6hoHrcUv41sRKew3jIwrp4qQDXiK99Utww==",
1595
+ "license": "MIT",
1596
+ "optional": true,
1597
+ "dependencies": {
1598
+ "ee-first": "1.1.1"
1599
+ },
1600
+ "engines": {
1601
+ "node": ">= 0.8"
1602
+ }
1603
+ },
1604
+ "node_modules/once": {
1605
+ "version": "1.4.0",
1606
+ "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==",
1607
+ "license": "ISC",
1608
+ "optional": true,
1609
+ "dependencies": {
1610
+ "wrappy": "1"
1611
+ }
1612
+ },
576
1613
  "node_modules/onetime": {
577
1614
  "version": "5.1.2",
578
1615
  "integrity": "sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==",
@@ -644,6 +1681,42 @@
644
1681
  "quansync": "^0.2.7"
645
1682
  }
646
1683
  },
1684
+ "node_modules/proto3-json-serializer": {
1685
+ "version": "2.0.2",
1686
+ "integrity": "sha512-SAzp/O4Yh02jGdRc+uIrGoe87dkN/XtwxfZ4ZyafJHymd79ozp5VG5nyZ7ygqPM5+cpLDjjGnYFUkngonyDPOQ==",
1687
+ "license": "Apache-2.0",
1688
+ "optional": true,
1689
+ "dependencies": {
1690
+ "protobufjs": "^7.2.5"
1691
+ },
1692
+ "engines": {
1693
+ "node": ">=14.0.0"
1694
+ }
1695
+ },
1696
+ "node_modules/protobufjs": {
1697
+ "version": "7.5.3",
1698
+ "integrity": "sha512-sildjKwVqOI2kmFDiXQ6aEB0fjYTafpEvIBs8tOR8qI4spuL9OPROLVu2qZqi/xgCfsHIwVqlaF8JBjWFHnKbw==",
1699
+ "hasInstallScript": true,
1700
+ "license": "BSD-3-Clause",
1701
+ "optional": true,
1702
+ "dependencies": {
1703
+ "@protobufjs/aspromise": "^1.1.2",
1704
+ "@protobufjs/base64": "^1.1.2",
1705
+ "@protobufjs/codegen": "^2.0.4",
1706
+ "@protobufjs/eventemitter": "^1.1.0",
1707
+ "@protobufjs/fetch": "^1.1.0",
1708
+ "@protobufjs/float": "^1.0.2",
1709
+ "@protobufjs/inquire": "^1.1.0",
1710
+ "@protobufjs/path": "^1.1.2",
1711
+ "@protobufjs/pool": "^1.1.0",
1712
+ "@protobufjs/utf8": "^1.1.0",
1713
+ "@types/node": ">=13.7.0",
1714
+ "long": "^5.0.0"
1715
+ },
1716
+ "engines": {
1717
+ "node": ">=12.0.0"
1718
+ }
1719
+ },
647
1720
  "node_modules/quansync": {
648
1721
  "version": "0.2.10",
649
1722
  "integrity": "sha512-t41VRkMYbkHyCYmOvx/6URnN80H7k4X0lLdBMGsz+maAwrJQYB1djpV6vHrQIBE0WBSGqhtEHrK9U3DWWH8v7A==",
@@ -692,6 +1765,15 @@
692
1765
  "node": ">=0.10"
693
1766
  }
694
1767
  },
1768
+ "node_modules/require-directory": {
1769
+ "version": "2.1.1",
1770
+ "integrity": "sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==",
1771
+ "license": "MIT",
1772
+ "optional": true,
1773
+ "engines": {
1774
+ "node": ">=0.10.0"
1775
+ }
1776
+ },
695
1777
  "node_modules/restore-cursor": {
696
1778
  "version": "3.1.0",
697
1779
  "integrity": "sha512-l+sSefzHpj5qimhFSE5a8nufZYAM3sBSVMAPtYkmC+4EH2anSGaEMXSD0izRQbu9nfyQ9y5JrVmp7E8oZrUjvA==",
@@ -712,6 +1794,20 @@
712
1794
  "node": ">=4"
713
1795
  }
714
1796
  },
1797
+ "node_modules/retry-request": {
1798
+ "version": "7.0.2",
1799
+ "integrity": "sha512-dUOvLMJ0/JJYEn8NrpOaGNE7X3vpI5XlZS/u0ANjqtcZVKnIxP7IgCFwrKTxENw29emmwug53awKtaMm4i9g5w==",
1800
+ "license": "MIT",
1801
+ "optional": true,
1802
+ "dependencies": {
1803
+ "@types/request": "^2.48.8",
1804
+ "extend": "^3.0.2",
1805
+ "teeny-request": "^9.0.0"
1806
+ },
1807
+ "engines": {
1808
+ "node": ">=14"
1809
+ }
1810
+ },
715
1811
  "node_modules/run-async": {
716
1812
  "version": "2.4.1",
717
1813
  "integrity": "sha512-tvVnVv01b8c1RrA6Ep7JkStj85Guv/YrMcwqYQnwjsAS2cTmmPGBBjAjpCW7RrSodNSoE2/qg9O4bceNvUuDgQ==",
@@ -728,6 +1824,26 @@
728
1824
  "tslib": "^2.1.0"
729
1825
  }
730
1826
  },
1827
+ "node_modules/safe-buffer": {
1828
+ "version": "5.2.1",
1829
+ "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==",
1830
+ "funding": [
1831
+ {
1832
+ "type": "github",
1833
+ "url": "https://github.com/sponsors/feross"
1834
+ },
1835
+ {
1836
+ "type": "patreon",
1837
+ "url": "https://www.patreon.com/feross"
1838
+ },
1839
+ {
1840
+ "type": "consulting",
1841
+ "url": "https://feross.org/support"
1842
+ }
1843
+ ],
1844
+ "license": "MIT",
1845
+ "optional": true
1846
+ },
731
1847
  "node_modules/safer-buffer": {
732
1848
  "version": "2.1.2",
733
1849
  "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==",
@@ -752,6 +1868,21 @@
752
1868
  "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==",
753
1869
  "license": "ISC"
754
1870
  },
1871
+ "node_modules/stream-events": {
1872
+ "version": "1.0.5",
1873
+ "integrity": "sha512-E1GUzBSgvct8Jsb3v2X15pjzN1tYebtbLaMg+eBOUOAxgbLoSbT2NS91ckc5lJD1KfLjId+jXJRgo0qnV5Nerg==",
1874
+ "license": "MIT",
1875
+ "optional": true,
1876
+ "dependencies": {
1877
+ "stubs": "^3.0.0"
1878
+ }
1879
+ },
1880
+ "node_modules/stream-shift": {
1881
+ "version": "1.0.3",
1882
+ "integrity": "sha512-76ORR0DO1o1hlKwTbi/DM3EXWGf3ZJYO8cXX5RJwnul2DEg2oyoZyjLNoQM8WsvZiFKCRfC1O0J7iCvie3RZmQ==",
1883
+ "license": "MIT",
1884
+ "optional": true
1885
+ },
755
1886
  "node_modules/string_decoder": {
756
1887
  "version": "1.1.1",
757
1888
  "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==",
@@ -765,6 +1896,12 @@
765
1896
  "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==",
766
1897
  "license": "MIT"
767
1898
  },
1899
+ "node_modules/stubs": {
1900
+ "version": "3.0.0",
1901
+ "integrity": "sha512-PdHt7hHUJKxvTCgbKX9C1V/ftOcjJQgz8BZwNfV5c4B6dcGqlpelTbJ999jBGZ2jYiPAwcX5dP6oBwVlBlUbxw==",
1902
+ "license": "MIT",
1903
+ "optional": true
1904
+ },
768
1905
  "node_modules/supports-color": {
769
1906
  "version": "7.2.0",
770
1907
  "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
@@ -776,11 +1913,94 @@
776
1913
  "node": ">=8"
777
1914
  }
778
1915
  },
1916
+ "node_modules/teeny-request": {
1917
+ "version": "9.0.0",
1918
+ "integrity": "sha512-resvxdc6Mgb7YEThw6G6bExlXKkv6+YbuzGg9xuXxSgxJF7Ozs+o8Y9+2R3sArdWdW8nOokoQb1yrpFB0pQK2g==",
1919
+ "license": "Apache-2.0",
1920
+ "optional": true,
1921
+ "dependencies": {
1922
+ "http-proxy-agent": "^5.0.0",
1923
+ "https-proxy-agent": "^5.0.0",
1924
+ "node-fetch": "^2.6.9",
1925
+ "stream-events": "^1.0.5",
1926
+ "uuid": "^9.0.0"
1927
+ },
1928
+ "engines": {
1929
+ "node": ">=14"
1930
+ }
1931
+ },
1932
+ "node_modules/teeny-request/node_modules/@tootallnate/once": {
1933
+ "version": "2.0.0",
1934
+ "integrity": "sha512-XCuKFP5PS55gnMVu3dty8KPatLqUoy/ZYzDzAGCQ8JNFCkLXzmI7vNHCR+XpbZaMWQK/vQubr7PkYq8g470J/A==",
1935
+ "license": "MIT",
1936
+ "optional": true,
1937
+ "engines": {
1938
+ "node": ">= 10"
1939
+ }
1940
+ },
1941
+ "node_modules/teeny-request/node_modules/agent-base": {
1942
+ "version": "6.0.2",
1943
+ "integrity": "sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==",
1944
+ "license": "MIT",
1945
+ "optional": true,
1946
+ "dependencies": {
1947
+ "debug": "4"
1948
+ },
1949
+ "engines": {
1950
+ "node": ">= 6.0.0"
1951
+ }
1952
+ },
1953
+ "node_modules/teeny-request/node_modules/http-proxy-agent": {
1954
+ "version": "5.0.0",
1955
+ "integrity": "sha512-n2hY8YdoRE1i7r6M0w9DIw5GgZN0G25P8zLCRQ8rjXtTU3vsNFBI/vWK/UIeE6g5MUUz6avwAPXmL6Fy9D/90w==",
1956
+ "license": "MIT",
1957
+ "optional": true,
1958
+ "dependencies": {
1959
+ "@tootallnate/once": "2",
1960
+ "agent-base": "6",
1961
+ "debug": "4"
1962
+ },
1963
+ "engines": {
1964
+ "node": ">= 6"
1965
+ }
1966
+ },
1967
+ "node_modules/teeny-request/node_modules/https-proxy-agent": {
1968
+ "version": "5.0.1",
1969
+ "integrity": "sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA==",
1970
+ "license": "MIT",
1971
+ "optional": true,
1972
+ "dependencies": {
1973
+ "agent-base": "6",
1974
+ "debug": "4"
1975
+ },
1976
+ "engines": {
1977
+ "node": ">= 6"
1978
+ }
1979
+ },
1980
+ "node_modules/teeny-request/node_modules/uuid": {
1981
+ "version": "9.0.1",
1982
+ "integrity": "sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==",
1983
+ "funding": [
1984
+ "https://github.com/sponsors/broofa",
1985
+ "https://github.com/sponsors/ctavan"
1986
+ ],
1987
+ "license": "MIT",
1988
+ "optional": true,
1989
+ "bin": {
1990
+ "uuid": "dist/bin/uuid"
1991
+ }
1992
+ },
779
1993
  "node_modules/through": {
780
1994
  "version": "2.3.8",
781
1995
  "integrity": "sha512-w89qg7PI8wAdvX60bMDP+bFoD5Dvhm9oLheFp5O4a2QF0cSBGsBX4qZmadPMvVqlLJBBci+WqGGOAPvcDeNSVg==",
782
1996
  "license": "MIT"
783
1997
  },
1998
+ "node_modules/tr46": {
1999
+ "version": "0.0.3",
2000
+ "integrity": "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==",
2001
+ "license": "MIT",
2002
+ "optional": true
2003
+ },
784
2004
  "node_modules/tslib": {
785
2005
  "version": "2.8.1",
786
2006
  "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==",
@@ -819,6 +2039,12 @@
819
2039
  "typescript": ">=4.8.0 <5.9.0"
820
2040
  }
821
2041
  },
2042
+ "node_modules/undici-types": {
2043
+ "version": "6.19.8",
2044
+ "integrity": "sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==",
2045
+ "license": "MIT",
2046
+ "optional": true
2047
+ },
822
2048
  "node_modules/util-deprecate": {
823
2049
  "version": "1.0.2",
824
2050
  "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==",
@@ -831,6 +2057,105 @@
831
2057
  "dependencies": {
832
2058
  "defaults": "^1.0.3"
833
2059
  }
2060
+ },
2061
+ "node_modules/webidl-conversions": {
2062
+ "version": "3.0.1",
2063
+ "integrity": "sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==",
2064
+ "license": "BSD-2-Clause",
2065
+ "optional": true
2066
+ },
2067
+ "node_modules/whatwg-url": {
2068
+ "version": "5.0.0",
2069
+ "integrity": "sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==",
2070
+ "license": "MIT",
2071
+ "optional": true,
2072
+ "dependencies": {
2073
+ "tr46": "~0.0.3",
2074
+ "webidl-conversions": "^3.0.0"
2075
+ }
2076
+ },
2077
+ "node_modules/wrappy": {
2078
+ "version": "1.0.2",
2079
+ "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==",
2080
+ "license": "ISC",
2081
+ "optional": true
2082
+ },
2083
+ "node_modules/y18n": {
2084
+ "version": "5.0.8",
2085
+ "integrity": "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==",
2086
+ "license": "ISC",
2087
+ "optional": true,
2088
+ "engines": {
2089
+ "node": ">=10"
2090
+ }
2091
+ },
2092
+ "node_modules/yargs": {
2093
+ "version": "17.7.2",
2094
+ "integrity": "sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==",
2095
+ "license": "MIT",
2096
+ "optional": true,
2097
+ "dependencies": {
2098
+ "cliui": "^8.0.1",
2099
+ "escalade": "^3.1.1",
2100
+ "get-caller-file": "^2.0.5",
2101
+ "require-directory": "^2.1.1",
2102
+ "string-width": "^4.2.3",
2103
+ "y18n": "^5.0.5",
2104
+ "yargs-parser": "^21.1.1"
2105
+ },
2106
+ "engines": {
2107
+ "node": ">=12"
2108
+ }
2109
+ },
2110
+ "node_modules/yargs-parser": {
2111
+ "version": "21.1.1",
2112
+ "integrity": "sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==",
2113
+ "license": "ISC",
2114
+ "optional": true,
2115
+ "engines": {
2116
+ "node": ">=12"
2117
+ }
2118
+ },
2119
+ "node_modules/yargs/node_modules/ansi-regex": {
2120
+ "version": "5.0.1",
2121
+ "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
2122
+ "license": "MIT",
2123
+ "optional": true,
2124
+ "engines": {
2125
+ "node": ">=8"
2126
+ }
2127
+ },
2128
+ "node_modules/yargs/node_modules/emoji-regex": {
2129
+ "version": "8.0.0",
2130
+ "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
2131
+ "license": "MIT",
2132
+ "optional": true
2133
+ },
2134
+ "node_modules/yargs/node_modules/string-width": {
2135
+ "version": "4.2.3",
2136
+ "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
2137
+ "license": "MIT",
2138
+ "optional": true,
2139
+ "dependencies": {
2140
+ "emoji-regex": "^8.0.0",
2141
+ "is-fullwidth-code-point": "^3.0.0",
2142
+ "strip-ansi": "^6.0.1"
2143
+ },
2144
+ "engines": {
2145
+ "node": ">=8"
2146
+ }
2147
+ },
2148
+ "node_modules/yargs/node_modules/strip-ansi": {
2149
+ "version": "6.0.1",
2150
+ "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
2151
+ "license": "MIT",
2152
+ "optional": true,
2153
+ "dependencies": {
2154
+ "ansi-regex": "^5.0.1"
2155
+ },
2156
+ "engines": {
2157
+ "node": ">=8"
2158
+ }
834
2159
  }
835
2160
  }
836
2161
  }