@keetanetwork/anchor 0.0.28 → 0.0.30

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