aether-ai-agent-cli 1.1.4__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,794 @@
1
+ {
2
+ "name": "@krylo-60/aether-ai-cli",
3
+ "version": "1.0.0",
4
+ "lockfileVersion": 3,
5
+ "requires": true,
6
+ "packages": {
7
+ "": {
8
+ "name": "@krylo-60/aether-ai-cli",
9
+ "version": "1.0.0",
10
+ "license": "MIT",
11
+ "dependencies": {
12
+ "chalk": "^5.3.0",
13
+ "commander": "^12.1.0",
14
+ "marked": "^14.0.0",
15
+ "marked-terminal": "^7.2.0",
16
+ "ora": "^8.1.0"
17
+ },
18
+ "bin": {
19
+ "aether": "bin/aether.js"
20
+ },
21
+ "engines": {
22
+ "node": ">=18.0.0"
23
+ }
24
+ },
25
+ "node_modules/@colors/colors": {
26
+ "version": "1.5.0",
27
+ "resolved": "https://registry.npmjs.org/@colors/colors/-/colors-1.5.0.tgz",
28
+ "integrity": "sha512-ooWCrlZP11i8GImSjTHYHLkvFDP48nS4+204nGb1RiX/WXYHmJA2III9/e2DWVabCESdW7hBAEzHRqUn9OUVvQ==",
29
+ "license": "MIT",
30
+ "optional": true,
31
+ "engines": {
32
+ "node": ">=0.1.90"
33
+ }
34
+ },
35
+ "node_modules/@sindresorhus/is": {
36
+ "version": "4.6.0",
37
+ "resolved": "https://registry.npmjs.org/@sindresorhus/is/-/is-4.6.0.tgz",
38
+ "integrity": "sha512-t09vSN3MdfsyCHoFcTRCH/iUtG7OJ0CsjzB8cjAmKc/va/kIgeDI/TxsigdncE/4be734m0cvIYwNaV4i2XqAw==",
39
+ "license": "MIT",
40
+ "engines": {
41
+ "node": ">=10"
42
+ },
43
+ "funding": {
44
+ "url": "https://github.com/sindresorhus/is?sponsor=1"
45
+ }
46
+ },
47
+ "node_modules/ansi-escapes": {
48
+ "version": "7.3.0",
49
+ "resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-7.3.0.tgz",
50
+ "integrity": "sha512-BvU8nYgGQBxcmMuEeUEmNTvrMVjJNSH7RgW24vXexN4Ven6qCvy4TntnvlnwnMLTVlcRQQdbRY8NKnaIoeWDNg==",
51
+ "license": "MIT",
52
+ "dependencies": {
53
+ "environment": "^1.0.0"
54
+ },
55
+ "engines": {
56
+ "node": ">=18"
57
+ },
58
+ "funding": {
59
+ "url": "https://github.com/sponsors/sindresorhus"
60
+ }
61
+ },
62
+ "node_modules/ansi-regex": {
63
+ "version": "6.2.2",
64
+ "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.2.2.tgz",
65
+ "integrity": "sha512-Bq3SmSpyFHaWjPk8If9yc6svM8c56dB5BAtW4Qbw5jHTwwXXcTLoRMkpDJp6VL0XzlWaCHTXrkFURMYmD0sLqg==",
66
+ "license": "MIT",
67
+ "engines": {
68
+ "node": ">=12"
69
+ },
70
+ "funding": {
71
+ "url": "https://github.com/chalk/ansi-regex?sponsor=1"
72
+ }
73
+ },
74
+ "node_modules/ansi-styles": {
75
+ "version": "4.3.0",
76
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
77
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
78
+ "license": "MIT",
79
+ "dependencies": {
80
+ "color-convert": "^2.0.1"
81
+ },
82
+ "engines": {
83
+ "node": ">=8"
84
+ },
85
+ "funding": {
86
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
87
+ }
88
+ },
89
+ "node_modules/any-promise": {
90
+ "version": "1.3.0",
91
+ "resolved": "https://registry.npmjs.org/any-promise/-/any-promise-1.3.0.tgz",
92
+ "integrity": "sha512-7UvmKalWRt1wgjL1RrGxoSJW/0QZFIegpeGvZG9kjp8vrRu55XTHbwnqq2GpXm9uLbcuhxm3IqX9OB4MZR1b2A==",
93
+ "license": "MIT"
94
+ },
95
+ "node_modules/chalk": {
96
+ "version": "5.6.2",
97
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.6.2.tgz",
98
+ "integrity": "sha512-7NzBL0rN6fMUW+f7A6Io4h40qQlG+xGmtMxfbnH/K7TAtt8JQWVQK+6g0UXKMeVJoyV5EkkNsErQ8pVD3bLHbA==",
99
+ "license": "MIT",
100
+ "engines": {
101
+ "node": "^12.17.0 || ^14.13 || >=16.0.0"
102
+ },
103
+ "funding": {
104
+ "url": "https://github.com/chalk/chalk?sponsor=1"
105
+ }
106
+ },
107
+ "node_modules/char-regex": {
108
+ "version": "1.0.2",
109
+ "resolved": "https://registry.npmjs.org/char-regex/-/char-regex-1.0.2.tgz",
110
+ "integrity": "sha512-kWWXztvZ5SBQV+eRgKFeh8q5sLuZY2+8WUIzlxWVTg+oGwY14qylx1KbKzHd8P6ZYkAg0xyIDU9JMHhyJMZ1jw==",
111
+ "license": "MIT",
112
+ "engines": {
113
+ "node": ">=10"
114
+ }
115
+ },
116
+ "node_modules/cli-cursor": {
117
+ "version": "5.0.0",
118
+ "resolved": "https://registry.npmjs.org/cli-cursor/-/cli-cursor-5.0.0.tgz",
119
+ "integrity": "sha512-aCj4O5wKyszjMmDT4tZj93kxyydN/K5zPWSCe6/0AV/AA1pqe5ZBIw0a2ZfPQV7lL5/yb5HsUreJ6UFAF1tEQw==",
120
+ "license": "MIT",
121
+ "dependencies": {
122
+ "restore-cursor": "^5.0.0"
123
+ },
124
+ "engines": {
125
+ "node": ">=18"
126
+ },
127
+ "funding": {
128
+ "url": "https://github.com/sponsors/sindresorhus"
129
+ }
130
+ },
131
+ "node_modules/cli-highlight": {
132
+ "version": "2.1.11",
133
+ "resolved": "https://registry.npmjs.org/cli-highlight/-/cli-highlight-2.1.11.tgz",
134
+ "integrity": "sha512-9KDcoEVwyUXrjcJNvHD0NFc/hiwe/WPVYIleQh2O1N2Zro5gWJZ/K+3DGn8w8P/F6FxOgzyC5bxDyHIgCSPhGg==",
135
+ "license": "ISC",
136
+ "dependencies": {
137
+ "chalk": "^4.0.0",
138
+ "highlight.js": "^10.7.1",
139
+ "mz": "^2.4.0",
140
+ "parse5": "^5.1.1",
141
+ "parse5-htmlparser2-tree-adapter": "^6.0.0",
142
+ "yargs": "^16.0.0"
143
+ },
144
+ "bin": {
145
+ "highlight": "bin/highlight"
146
+ },
147
+ "engines": {
148
+ "node": ">=8.0.0",
149
+ "npm": ">=5.0.0"
150
+ }
151
+ },
152
+ "node_modules/cli-highlight/node_modules/chalk": {
153
+ "version": "4.1.2",
154
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
155
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
156
+ "license": "MIT",
157
+ "dependencies": {
158
+ "ansi-styles": "^4.1.0",
159
+ "supports-color": "^7.1.0"
160
+ },
161
+ "engines": {
162
+ "node": ">=10"
163
+ },
164
+ "funding": {
165
+ "url": "https://github.com/chalk/chalk?sponsor=1"
166
+ }
167
+ },
168
+ "node_modules/cli-spinners": {
169
+ "version": "2.9.2",
170
+ "resolved": "https://registry.npmjs.org/cli-spinners/-/cli-spinners-2.9.2.tgz",
171
+ "integrity": "sha512-ywqV+5MmyL4E7ybXgKys4DugZbX0FC6LnwrhjuykIjnK9k8OQacQ7axGKnjDXWNhns0xot3bZI5h55H8yo9cJg==",
172
+ "license": "MIT",
173
+ "engines": {
174
+ "node": ">=6"
175
+ },
176
+ "funding": {
177
+ "url": "https://github.com/sponsors/sindresorhus"
178
+ }
179
+ },
180
+ "node_modules/cli-table3": {
181
+ "version": "0.6.5",
182
+ "resolved": "https://registry.npmjs.org/cli-table3/-/cli-table3-0.6.5.tgz",
183
+ "integrity": "sha512-+W/5efTR7y5HRD7gACw9yQjqMVvEMLBHmboM/kPWam+H+Hmyrgjh6YncVKK122YZkXrLudzTuAukUw9FnMf7IQ==",
184
+ "license": "MIT",
185
+ "dependencies": {
186
+ "string-width": "^4.2.0"
187
+ },
188
+ "engines": {
189
+ "node": "10.* || >= 12.*"
190
+ },
191
+ "optionalDependencies": {
192
+ "@colors/colors": "1.5.0"
193
+ }
194
+ },
195
+ "node_modules/cliui": {
196
+ "version": "7.0.4",
197
+ "resolved": "https://registry.npmjs.org/cliui/-/cliui-7.0.4.tgz",
198
+ "integrity": "sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ==",
199
+ "license": "ISC",
200
+ "dependencies": {
201
+ "string-width": "^4.2.0",
202
+ "strip-ansi": "^6.0.0",
203
+ "wrap-ansi": "^7.0.0"
204
+ }
205
+ },
206
+ "node_modules/cliui/node_modules/ansi-regex": {
207
+ "version": "5.0.1",
208
+ "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
209
+ "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
210
+ "license": "MIT",
211
+ "engines": {
212
+ "node": ">=8"
213
+ }
214
+ },
215
+ "node_modules/cliui/node_modules/strip-ansi": {
216
+ "version": "6.0.1",
217
+ "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
218
+ "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
219
+ "license": "MIT",
220
+ "dependencies": {
221
+ "ansi-regex": "^5.0.1"
222
+ },
223
+ "engines": {
224
+ "node": ">=8"
225
+ }
226
+ },
227
+ "node_modules/color-convert": {
228
+ "version": "2.0.1",
229
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
230
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
231
+ "license": "MIT",
232
+ "dependencies": {
233
+ "color-name": "~1.1.4"
234
+ },
235
+ "engines": {
236
+ "node": ">=7.0.0"
237
+ }
238
+ },
239
+ "node_modules/color-name": {
240
+ "version": "1.1.4",
241
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
242
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
243
+ "license": "MIT"
244
+ },
245
+ "node_modules/commander": {
246
+ "version": "12.1.0",
247
+ "resolved": "https://registry.npmjs.org/commander/-/commander-12.1.0.tgz",
248
+ "integrity": "sha512-Vw8qHK3bZM9y/P10u3Vib8o/DdkvA2OtPtZvD871QKjy74Wj1WSKFILMPRPSdUSx5RFK1arlJzEtA4PkFgnbuA==",
249
+ "license": "MIT",
250
+ "engines": {
251
+ "node": ">=18"
252
+ }
253
+ },
254
+ "node_modules/emoji-regex": {
255
+ "version": "8.0.0",
256
+ "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
257
+ "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
258
+ "license": "MIT"
259
+ },
260
+ "node_modules/emojilib": {
261
+ "version": "2.4.0",
262
+ "resolved": "https://registry.npmjs.org/emojilib/-/emojilib-2.4.0.tgz",
263
+ "integrity": "sha512-5U0rVMU5Y2n2+ykNLQqMoqklN9ICBT/KsvC1Gz6vqHbz2AXXGkG+Pm5rMWk/8Vjrr/mY9985Hi8DYzn1F09Nyw==",
264
+ "license": "MIT"
265
+ },
266
+ "node_modules/environment": {
267
+ "version": "1.1.0",
268
+ "resolved": "https://registry.npmjs.org/environment/-/environment-1.1.0.tgz",
269
+ "integrity": "sha512-xUtoPkMggbz0MPyPiIWr1Kp4aeWJjDZ6SMvURhimjdZgsRuDplF5/s9hcgGhyXMhs+6vpnuoiZ2kFiu3FMnS8Q==",
270
+ "license": "MIT",
271
+ "engines": {
272
+ "node": ">=18"
273
+ },
274
+ "funding": {
275
+ "url": "https://github.com/sponsors/sindresorhus"
276
+ }
277
+ },
278
+ "node_modules/escalade": {
279
+ "version": "3.2.0",
280
+ "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.2.0.tgz",
281
+ "integrity": "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==",
282
+ "license": "MIT",
283
+ "engines": {
284
+ "node": ">=6"
285
+ }
286
+ },
287
+ "node_modules/get-caller-file": {
288
+ "version": "2.0.5",
289
+ "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz",
290
+ "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==",
291
+ "license": "ISC",
292
+ "engines": {
293
+ "node": "6.* || 8.* || >= 10.*"
294
+ }
295
+ },
296
+ "node_modules/get-east-asian-width": {
297
+ "version": "1.6.0",
298
+ "resolved": "https://registry.npmjs.org/get-east-asian-width/-/get-east-asian-width-1.6.0.tgz",
299
+ "integrity": "sha512-QRbvDIbx6YklUe6RxeTeleMR0yv3cYH6PsPZHcnVn7xv7zO1BHN8r0XETu8n6Ye3Q+ahtSarc3WgtNWmehIBfA==",
300
+ "license": "MIT",
301
+ "engines": {
302
+ "node": ">=18"
303
+ },
304
+ "funding": {
305
+ "url": "https://github.com/sponsors/sindresorhus"
306
+ }
307
+ },
308
+ "node_modules/has-flag": {
309
+ "version": "4.0.0",
310
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
311
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
312
+ "license": "MIT",
313
+ "engines": {
314
+ "node": ">=8"
315
+ }
316
+ },
317
+ "node_modules/highlight.js": {
318
+ "version": "10.7.3",
319
+ "resolved": "https://registry.npmjs.org/highlight.js/-/highlight.js-10.7.3.tgz",
320
+ "integrity": "sha512-tzcUFauisWKNHaRkN4Wjl/ZA07gENAjFl3J/c480dprkGTg5EQstgaNFqBfUqCq54kZRIEcreTsAgF/m2quD7A==",
321
+ "license": "BSD-3-Clause",
322
+ "engines": {
323
+ "node": "*"
324
+ }
325
+ },
326
+ "node_modules/is-fullwidth-code-point": {
327
+ "version": "3.0.0",
328
+ "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz",
329
+ "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==",
330
+ "license": "MIT",
331
+ "engines": {
332
+ "node": ">=8"
333
+ }
334
+ },
335
+ "node_modules/is-interactive": {
336
+ "version": "2.0.0",
337
+ "resolved": "https://registry.npmjs.org/is-interactive/-/is-interactive-2.0.0.tgz",
338
+ "integrity": "sha512-qP1vozQRI+BMOPcjFzrjXuQvdak2pHNUMZoeG2eRbiSqyvbEf/wQtEOTOX1guk6E3t36RkaqiSt8A/6YElNxLQ==",
339
+ "license": "MIT",
340
+ "engines": {
341
+ "node": ">=12"
342
+ },
343
+ "funding": {
344
+ "url": "https://github.com/sponsors/sindresorhus"
345
+ }
346
+ },
347
+ "node_modules/is-unicode-supported": {
348
+ "version": "2.1.0",
349
+ "resolved": "https://registry.npmjs.org/is-unicode-supported/-/is-unicode-supported-2.1.0.tgz",
350
+ "integrity": "sha512-mE00Gnza5EEB3Ds0HfMyllZzbBrmLOX3vfWoj9A9PEnTfratQ/BcaJOuMhnkhjXvb2+FkY3VuHqtAGpTPmglFQ==",
351
+ "license": "MIT",
352
+ "engines": {
353
+ "node": ">=18"
354
+ },
355
+ "funding": {
356
+ "url": "https://github.com/sponsors/sindresorhus"
357
+ }
358
+ },
359
+ "node_modules/log-symbols": {
360
+ "version": "6.0.0",
361
+ "resolved": "https://registry.npmjs.org/log-symbols/-/log-symbols-6.0.0.tgz",
362
+ "integrity": "sha512-i24m8rpwhmPIS4zscNzK6MSEhk0DUWa/8iYQWxhffV8jkI4Phvs3F+quL5xvS0gdQR0FyTCMMH33Y78dDTzzIw==",
363
+ "license": "MIT",
364
+ "dependencies": {
365
+ "chalk": "^5.3.0",
366
+ "is-unicode-supported": "^1.3.0"
367
+ },
368
+ "engines": {
369
+ "node": ">=18"
370
+ },
371
+ "funding": {
372
+ "url": "https://github.com/sponsors/sindresorhus"
373
+ }
374
+ },
375
+ "node_modules/log-symbols/node_modules/is-unicode-supported": {
376
+ "version": "1.3.0",
377
+ "resolved": "https://registry.npmjs.org/is-unicode-supported/-/is-unicode-supported-1.3.0.tgz",
378
+ "integrity": "sha512-43r2mRvz+8JRIKnWJ+3j8JtjRKZ6GmjzfaE/qiBJnikNnYv/6bagRJ1kUhNk8R5EX/GkobD+r+sfxCPJsiKBLQ==",
379
+ "license": "MIT",
380
+ "engines": {
381
+ "node": ">=12"
382
+ },
383
+ "funding": {
384
+ "url": "https://github.com/sponsors/sindresorhus"
385
+ }
386
+ },
387
+ "node_modules/marked": {
388
+ "version": "14.1.4",
389
+ "resolved": "https://registry.npmjs.org/marked/-/marked-14.1.4.tgz",
390
+ "integrity": "sha512-vkVZ8ONmUdPnjCKc5uTRvmkRbx4EAi2OkTOXmfTDhZz3OFqMNBM1oTTWwTr4HY4uAEojhzPf+Fy8F1DWa3Sndg==",
391
+ "license": "MIT",
392
+ "peer": true,
393
+ "bin": {
394
+ "marked": "bin/marked.js"
395
+ },
396
+ "engines": {
397
+ "node": ">= 18"
398
+ }
399
+ },
400
+ "node_modules/marked-terminal": {
401
+ "version": "7.3.0",
402
+ "resolved": "https://registry.npmjs.org/marked-terminal/-/marked-terminal-7.3.0.tgz",
403
+ "integrity": "sha512-t4rBvPsHc57uE/2nJOLmMbZCQ4tgAccAED3ngXQqW6g+TxA488JzJ+FK3lQkzBQOI1mRV/r/Kq+1ZlJ4D0owQw==",
404
+ "license": "MIT",
405
+ "dependencies": {
406
+ "ansi-escapes": "^7.0.0",
407
+ "ansi-regex": "^6.1.0",
408
+ "chalk": "^5.4.1",
409
+ "cli-highlight": "^2.1.11",
410
+ "cli-table3": "^0.6.5",
411
+ "node-emoji": "^2.2.0",
412
+ "supports-hyperlinks": "^3.1.0"
413
+ },
414
+ "engines": {
415
+ "node": ">=16.0.0"
416
+ },
417
+ "peerDependencies": {
418
+ "marked": ">=1 <16"
419
+ }
420
+ },
421
+ "node_modules/mimic-function": {
422
+ "version": "5.0.1",
423
+ "resolved": "https://registry.npmjs.org/mimic-function/-/mimic-function-5.0.1.tgz",
424
+ "integrity": "sha512-VP79XUPxV2CigYP3jWwAUFSku2aKqBH7uTAapFWCBqutsbmDo96KY5o8uh6U+/YSIn5OxJnXp73beVkpqMIGhA==",
425
+ "license": "MIT",
426
+ "engines": {
427
+ "node": ">=18"
428
+ },
429
+ "funding": {
430
+ "url": "https://github.com/sponsors/sindresorhus"
431
+ }
432
+ },
433
+ "node_modules/mz": {
434
+ "version": "2.7.0",
435
+ "resolved": "https://registry.npmjs.org/mz/-/mz-2.7.0.tgz",
436
+ "integrity": "sha512-z81GNO7nnYMEhrGh9LeymoE4+Yr0Wn5McHIZMK5cfQCl+NDX08sCZgUc9/6MHni9IWuFLm1Z3HTCXu2z9fN62Q==",
437
+ "license": "MIT",
438
+ "dependencies": {
439
+ "any-promise": "^1.0.0",
440
+ "object-assign": "^4.0.1",
441
+ "thenify-all": "^1.0.0"
442
+ }
443
+ },
444
+ "node_modules/node-emoji": {
445
+ "version": "2.2.0",
446
+ "resolved": "https://registry.npmjs.org/node-emoji/-/node-emoji-2.2.0.tgz",
447
+ "integrity": "sha512-Z3lTE9pLaJF47NyMhd4ww1yFTAP8YhYI8SleJiHzM46Fgpm5cnNzSl9XfzFNqbaz+VlJrIj3fXQ4DeN1Rjm6cw==",
448
+ "license": "MIT",
449
+ "dependencies": {
450
+ "@sindresorhus/is": "^4.6.0",
451
+ "char-regex": "^1.0.2",
452
+ "emojilib": "^2.4.0",
453
+ "skin-tone": "^2.0.0"
454
+ },
455
+ "engines": {
456
+ "node": ">=18"
457
+ }
458
+ },
459
+ "node_modules/object-assign": {
460
+ "version": "4.1.1",
461
+ "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",
462
+ "integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==",
463
+ "license": "MIT",
464
+ "engines": {
465
+ "node": ">=0.10.0"
466
+ }
467
+ },
468
+ "node_modules/onetime": {
469
+ "version": "7.0.0",
470
+ "resolved": "https://registry.npmjs.org/onetime/-/onetime-7.0.0.tgz",
471
+ "integrity": "sha512-VXJjc87FScF88uafS3JllDgvAm+c/Slfz06lorj2uAY34rlUu0Nt+v8wreiImcrgAjjIHp1rXpTDlLOGw29WwQ==",
472
+ "license": "MIT",
473
+ "dependencies": {
474
+ "mimic-function": "^5.0.0"
475
+ },
476
+ "engines": {
477
+ "node": ">=18"
478
+ },
479
+ "funding": {
480
+ "url": "https://github.com/sponsors/sindresorhus"
481
+ }
482
+ },
483
+ "node_modules/ora": {
484
+ "version": "8.2.0",
485
+ "resolved": "https://registry.npmjs.org/ora/-/ora-8.2.0.tgz",
486
+ "integrity": "sha512-weP+BZ8MVNnlCm8c0Qdc1WSWq4Qn7I+9CJGm7Qali6g44e/PUzbjNqJX5NJ9ljlNMosfJvg1fKEGILklK9cwnw==",
487
+ "license": "MIT",
488
+ "dependencies": {
489
+ "chalk": "^5.3.0",
490
+ "cli-cursor": "^5.0.0",
491
+ "cli-spinners": "^2.9.2",
492
+ "is-interactive": "^2.0.0",
493
+ "is-unicode-supported": "^2.0.0",
494
+ "log-symbols": "^6.0.0",
495
+ "stdin-discarder": "^0.2.2",
496
+ "string-width": "^7.2.0",
497
+ "strip-ansi": "^7.1.0"
498
+ },
499
+ "engines": {
500
+ "node": ">=18"
501
+ },
502
+ "funding": {
503
+ "url": "https://github.com/sponsors/sindresorhus"
504
+ }
505
+ },
506
+ "node_modules/ora/node_modules/emoji-regex": {
507
+ "version": "10.6.0",
508
+ "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.6.0.tgz",
509
+ "integrity": "sha512-toUI84YS5YmxW219erniWD0CIVOo46xGKColeNQRgOzDorgBi1v4D71/OFzgD9GO2UGKIv1C3Sp8DAn0+j5w7A==",
510
+ "license": "MIT"
511
+ },
512
+ "node_modules/ora/node_modules/string-width": {
513
+ "version": "7.2.0",
514
+ "resolved": "https://registry.npmjs.org/string-width/-/string-width-7.2.0.tgz",
515
+ "integrity": "sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==",
516
+ "license": "MIT",
517
+ "dependencies": {
518
+ "emoji-regex": "^10.3.0",
519
+ "get-east-asian-width": "^1.0.0",
520
+ "strip-ansi": "^7.1.0"
521
+ },
522
+ "engines": {
523
+ "node": ">=18"
524
+ },
525
+ "funding": {
526
+ "url": "https://github.com/sponsors/sindresorhus"
527
+ }
528
+ },
529
+ "node_modules/parse5": {
530
+ "version": "5.1.1",
531
+ "resolved": "https://registry.npmjs.org/parse5/-/parse5-5.1.1.tgz",
532
+ "integrity": "sha512-ugq4DFI0Ptb+WWjAdOK16+u/nHfiIrcE+sh8kZMaM0WllQKLI9rOUq6c2b7cwPkXdzfQESqvoqK6ug7U/Yyzug==",
533
+ "license": "MIT"
534
+ },
535
+ "node_modules/parse5-htmlparser2-tree-adapter": {
536
+ "version": "6.0.1",
537
+ "resolved": "https://registry.npmjs.org/parse5-htmlparser2-tree-adapter/-/parse5-htmlparser2-tree-adapter-6.0.1.tgz",
538
+ "integrity": "sha512-qPuWvbLgvDGilKc5BoicRovlT4MtYT6JfJyBOMDsKoiT+GiuP5qyrPCnR9HcPECIJJmZh5jRndyNThnhhb/vlA==",
539
+ "license": "MIT",
540
+ "dependencies": {
541
+ "parse5": "^6.0.1"
542
+ }
543
+ },
544
+ "node_modules/parse5-htmlparser2-tree-adapter/node_modules/parse5": {
545
+ "version": "6.0.1",
546
+ "resolved": "https://registry.npmjs.org/parse5/-/parse5-6.0.1.tgz",
547
+ "integrity": "sha512-Ofn/CTFzRGTTxwpNEs9PP93gXShHcTq255nzRYSKe8AkVpZY7e1fpmTfOyoIvjP5HG7Z2ZM7VS9PPhQGW2pOpw==",
548
+ "license": "MIT"
549
+ },
550
+ "node_modules/require-directory": {
551
+ "version": "2.1.1",
552
+ "resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz",
553
+ "integrity": "sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==",
554
+ "license": "MIT",
555
+ "engines": {
556
+ "node": ">=0.10.0"
557
+ }
558
+ },
559
+ "node_modules/restore-cursor": {
560
+ "version": "5.1.0",
561
+ "resolved": "https://registry.npmjs.org/restore-cursor/-/restore-cursor-5.1.0.tgz",
562
+ "integrity": "sha512-oMA2dcrw6u0YfxJQXm342bFKX/E4sG9rbTzO9ptUcR/e8A33cHuvStiYOwH7fszkZlZ1z/ta9AAoPk2F4qIOHA==",
563
+ "license": "MIT",
564
+ "dependencies": {
565
+ "onetime": "^7.0.0",
566
+ "signal-exit": "^4.1.0"
567
+ },
568
+ "engines": {
569
+ "node": ">=18"
570
+ },
571
+ "funding": {
572
+ "url": "https://github.com/sponsors/sindresorhus"
573
+ }
574
+ },
575
+ "node_modules/signal-exit": {
576
+ "version": "4.1.0",
577
+ "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
578
+ "integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==",
579
+ "license": "ISC",
580
+ "engines": {
581
+ "node": ">=14"
582
+ },
583
+ "funding": {
584
+ "url": "https://github.com/sponsors/isaacs"
585
+ }
586
+ },
587
+ "node_modules/skin-tone": {
588
+ "version": "2.0.0",
589
+ "resolved": "https://registry.npmjs.org/skin-tone/-/skin-tone-2.0.0.tgz",
590
+ "integrity": "sha512-kUMbT1oBJCpgrnKoSr0o6wPtvRWT9W9UKvGLwfJYO2WuahZRHOpEyL1ckyMGgMWh0UdpmaoFqKKD29WTomNEGA==",
591
+ "license": "MIT",
592
+ "dependencies": {
593
+ "unicode-emoji-modifier-base": "^1.0.0"
594
+ },
595
+ "engines": {
596
+ "node": ">=8"
597
+ }
598
+ },
599
+ "node_modules/stdin-discarder": {
600
+ "version": "0.2.2",
601
+ "resolved": "https://registry.npmjs.org/stdin-discarder/-/stdin-discarder-0.2.2.tgz",
602
+ "integrity": "sha512-UhDfHmA92YAlNnCfhmq0VeNL5bDbiZGg7sZ2IvPsXubGkiNa9EC+tUTsjBRsYUAz87btI6/1wf4XoVvQ3uRnmQ==",
603
+ "license": "MIT",
604
+ "engines": {
605
+ "node": ">=18"
606
+ },
607
+ "funding": {
608
+ "url": "https://github.com/sponsors/sindresorhus"
609
+ }
610
+ },
611
+ "node_modules/string-width": {
612
+ "version": "4.2.3",
613
+ "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
614
+ "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
615
+ "license": "MIT",
616
+ "dependencies": {
617
+ "emoji-regex": "^8.0.0",
618
+ "is-fullwidth-code-point": "^3.0.0",
619
+ "strip-ansi": "^6.0.1"
620
+ },
621
+ "engines": {
622
+ "node": ">=8"
623
+ }
624
+ },
625
+ "node_modules/string-width/node_modules/ansi-regex": {
626
+ "version": "5.0.1",
627
+ "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
628
+ "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
629
+ "license": "MIT",
630
+ "engines": {
631
+ "node": ">=8"
632
+ }
633
+ },
634
+ "node_modules/string-width/node_modules/strip-ansi": {
635
+ "version": "6.0.1",
636
+ "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
637
+ "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
638
+ "license": "MIT",
639
+ "dependencies": {
640
+ "ansi-regex": "^5.0.1"
641
+ },
642
+ "engines": {
643
+ "node": ">=8"
644
+ }
645
+ },
646
+ "node_modules/strip-ansi": {
647
+ "version": "7.2.0",
648
+ "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.2.0.tgz",
649
+ "integrity": "sha512-yDPMNjp4WyfYBkHnjIRLfca1i6KMyGCtsVgoKe/z1+6vukgaENdgGBZt+ZmKPc4gavvEZ5OgHfHdrazhgNyG7w==",
650
+ "license": "MIT",
651
+ "dependencies": {
652
+ "ansi-regex": "^6.2.2"
653
+ },
654
+ "engines": {
655
+ "node": ">=12"
656
+ },
657
+ "funding": {
658
+ "url": "https://github.com/chalk/strip-ansi?sponsor=1"
659
+ }
660
+ },
661
+ "node_modules/supports-color": {
662
+ "version": "7.2.0",
663
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
664
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
665
+ "license": "MIT",
666
+ "dependencies": {
667
+ "has-flag": "^4.0.0"
668
+ },
669
+ "engines": {
670
+ "node": ">=8"
671
+ }
672
+ },
673
+ "node_modules/supports-hyperlinks": {
674
+ "version": "3.2.0",
675
+ "resolved": "https://registry.npmjs.org/supports-hyperlinks/-/supports-hyperlinks-3.2.0.tgz",
676
+ "integrity": "sha512-zFObLMyZeEwzAoKCyu1B91U79K2t7ApXuQfo8OuxwXLDgcKxuwM+YvcbIhm6QWqz7mHUH1TVytR1PwVVjEuMig==",
677
+ "license": "MIT",
678
+ "dependencies": {
679
+ "has-flag": "^4.0.0",
680
+ "supports-color": "^7.0.0"
681
+ },
682
+ "engines": {
683
+ "node": ">=14.18"
684
+ },
685
+ "funding": {
686
+ "url": "https://github.com/chalk/supports-hyperlinks?sponsor=1"
687
+ }
688
+ },
689
+ "node_modules/thenify": {
690
+ "version": "3.3.1",
691
+ "resolved": "https://registry.npmjs.org/thenify/-/thenify-3.3.1.tgz",
692
+ "integrity": "sha512-RVZSIV5IG10Hk3enotrhvz0T9em6cyHBLkH/YAZuKqd8hRkKhSfCGIcP2KUY0EPxndzANBmNllzWPwak+bheSw==",
693
+ "license": "MIT",
694
+ "dependencies": {
695
+ "any-promise": "^1.0.0"
696
+ }
697
+ },
698
+ "node_modules/thenify-all": {
699
+ "version": "1.6.0",
700
+ "resolved": "https://registry.npmjs.org/thenify-all/-/thenify-all-1.6.0.tgz",
701
+ "integrity": "sha512-RNxQH/qI8/t3thXJDwcstUO4zeqo64+Uy/+sNVRBx4Xn2OX+OZ9oP+iJnNFqplFra2ZUVeKCSa2oVWi3T4uVmA==",
702
+ "license": "MIT",
703
+ "dependencies": {
704
+ "thenify": ">= 3.1.0 < 4"
705
+ },
706
+ "engines": {
707
+ "node": ">=0.8"
708
+ }
709
+ },
710
+ "node_modules/unicode-emoji-modifier-base": {
711
+ "version": "1.0.0",
712
+ "resolved": "https://registry.npmjs.org/unicode-emoji-modifier-base/-/unicode-emoji-modifier-base-1.0.0.tgz",
713
+ "integrity": "sha512-yLSH4py7oFH3oG/9K+XWrz1pSi3dfUrWEnInbxMfArOfc1+33BlGPQtLsOYwvdMy11AwUBetYuaRxSPqgkq+8g==",
714
+ "license": "MIT",
715
+ "engines": {
716
+ "node": ">=4"
717
+ }
718
+ },
719
+ "node_modules/wrap-ansi": {
720
+ "version": "7.0.0",
721
+ "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
722
+ "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
723
+ "license": "MIT",
724
+ "dependencies": {
725
+ "ansi-styles": "^4.0.0",
726
+ "string-width": "^4.1.0",
727
+ "strip-ansi": "^6.0.0"
728
+ },
729
+ "engines": {
730
+ "node": ">=10"
731
+ },
732
+ "funding": {
733
+ "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
734
+ }
735
+ },
736
+ "node_modules/wrap-ansi/node_modules/ansi-regex": {
737
+ "version": "5.0.1",
738
+ "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
739
+ "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
740
+ "license": "MIT",
741
+ "engines": {
742
+ "node": ">=8"
743
+ }
744
+ },
745
+ "node_modules/wrap-ansi/node_modules/strip-ansi": {
746
+ "version": "6.0.1",
747
+ "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
748
+ "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
749
+ "license": "MIT",
750
+ "dependencies": {
751
+ "ansi-regex": "^5.0.1"
752
+ },
753
+ "engines": {
754
+ "node": ">=8"
755
+ }
756
+ },
757
+ "node_modules/y18n": {
758
+ "version": "5.0.8",
759
+ "resolved": "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz",
760
+ "integrity": "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==",
761
+ "license": "ISC",
762
+ "engines": {
763
+ "node": ">=10"
764
+ }
765
+ },
766
+ "node_modules/yargs": {
767
+ "version": "16.2.2",
768
+ "resolved": "https://registry.npmjs.org/yargs/-/yargs-16.2.2.tgz",
769
+ "integrity": "sha512-Nt9ZJjXTv5R8MHbqby/wXQ6Gi0Bb3TcYZkR1bzuL4yB2OxWPkXknz513gEF0GoA6tn00UpbPvERW8rzCuWCA6w==",
770
+ "license": "MIT",
771
+ "dependencies": {
772
+ "cliui": "^7.0.2",
773
+ "escalade": "^3.1.1",
774
+ "get-caller-file": "^2.0.5",
775
+ "require-directory": "^2.1.1",
776
+ "string-width": "^4.2.0",
777
+ "y18n": "^5.0.5",
778
+ "yargs-parser": "^20.2.2"
779
+ },
780
+ "engines": {
781
+ "node": ">=10"
782
+ }
783
+ },
784
+ "node_modules/yargs-parser": {
785
+ "version": "20.2.9",
786
+ "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.2.9.tgz",
787
+ "integrity": "sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==",
788
+ "license": "ISC",
789
+ "engines": {
790
+ "node": ">=10"
791
+ }
792
+ }
793
+ }
794
+ }