hive-intelligence 0.1.1 → 0.3.1

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 (84) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +231 -77
  3. package/bin/hive.js +25 -0
  4. package/build/alias-INGXWFCG.js +41 -0
  5. package/build/alias-INGXWFCG.js.map +1 -0
  6. package/build/auth-PVT4GTAD.js +233 -0
  7. package/build/auth-PVT4GTAD.js.map +1 -0
  8. package/build/cache-US4LSZPI.js +52 -0
  9. package/build/cache-US4LSZPI.js.map +1 -0
  10. package/build/chunk-FAFUYZQS.js +280 -0
  11. package/build/chunk-FAFUYZQS.js.map +1 -0
  12. package/build/chunk-IWBWPHYY.js +212 -0
  13. package/build/chunk-IWBWPHYY.js.map +1 -0
  14. package/build/chunk-LBTLYTZS.js +115 -0
  15. package/build/chunk-LBTLYTZS.js.map +1 -0
  16. package/build/chunk-N43VRMVB.js +3108 -0
  17. package/build/chunk-N43VRMVB.js.map +1 -0
  18. package/build/chunk-NEKSTV6P.js +911 -0
  19. package/build/chunk-NEKSTV6P.js.map +1 -0
  20. package/build/chunk-OK3LSM73.js +22 -0
  21. package/build/chunk-OK3LSM73.js.map +1 -0
  22. package/build/chunk-QMRVH5ZP.js +44 -0
  23. package/build/chunk-QMRVH5ZP.js.map +1 -0
  24. package/build/chunk-WKVZVQTG.js +66 -0
  25. package/build/chunk-WKVZVQTG.js.map +1 -0
  26. package/build/chunk-XQJ6PB2L.js +95 -0
  27. package/build/chunk-XQJ6PB2L.js.map +1 -0
  28. package/build/cli.js +3858 -0
  29. package/build/cli.js.map +1 -0
  30. package/build/completion-N35TWBLT.js +274 -0
  31. package/build/completion-N35TWBLT.js.map +1 -0
  32. package/build/config-2VDB2ZHE.js +100 -0
  33. package/build/config-2VDB2ZHE.js.map +1 -0
  34. package/build/config-dir-IEOID7Q6.js +31 -0
  35. package/build/config-dir-IEOID7Q6.js.map +1 -0
  36. package/build/doctor-GYP6IHPP.js +231 -0
  37. package/build/doctor-GYP6IHPP.js.map +1 -0
  38. package/build/errors-HRGXEUZR.js +17 -0
  39. package/build/errors-HRGXEUZR.js.map +1 -0
  40. package/build/format-4OIUGZKY.js +43 -0
  41. package/build/format-4OIUGZKY.js.map +1 -0
  42. package/build/init-YOJK6CH2.js +102 -0
  43. package/build/init-YOJK6CH2.js.map +1 -0
  44. package/build/namespace-GWTS6U6J.js +13 -0
  45. package/build/namespace-GWTS6U6J.js.map +1 -0
  46. package/build/open-FUXYIHFO.js +37 -0
  47. package/build/open-FUXYIHFO.js.map +1 -0
  48. package/build/output-6TJ3JTZ7.js +41 -0
  49. package/build/output-6TJ3JTZ7.js.map +1 -0
  50. package/build/server.js +14763 -0
  51. package/build/server.js.map +1 -0
  52. package/build/telemetry-KNWMQURH.js +18 -0
  53. package/build/telemetry-KNWMQURH.js.map +1 -0
  54. package/build/tools-4W3GGCUC.js +178 -0
  55. package/build/tools-4W3GGCUC.js.map +1 -0
  56. package/build/version-3TZ3U4IR.js +9 -0
  57. package/build/version-3TZ3U4IR.js.map +1 -0
  58. package/build/watch-P2QWGFYV.js +67 -0
  59. package/build/watch-P2QWGFYV.js.map +1 -0
  60. package/package.json +56 -15
  61. package/.env,example +0 -1
  62. package/dist/client.d.ts +0 -7
  63. package/dist/client.js +0 -52
  64. package/dist/errors.d.ts +0 -7
  65. package/dist/errors.js +0 -15
  66. package/dist/index.d.ts +0 -3
  67. package/dist/index.js +0 -20
  68. package/dist/types.d.ts +0 -19
  69. package/dist/types.js +0 -2
  70. package/example.ts +0 -35
  71. package/jest.config.js +0 -7
  72. package/src/client.js +0 -52
  73. package/src/client.ts +0 -42
  74. package/src/errors.js +0 -15
  75. package/src/errors.ts +0 -11
  76. package/src/index.js +0 -20
  77. package/src/index.ts +0 -5
  78. package/src/types.js +0 -2
  79. package/src/types.ts +0 -21
  80. package/tests/client.test.js +0 -28
  81. package/tests/client.test.ts +0 -18
  82. package/tests/hive.test.js +0 -69
  83. package/tests/hive.test.ts +0 -63
  84. package/tsconfig.json +0 -117
@@ -0,0 +1,3108 @@
1
+ import { createRequire } from 'node:module'; const require = createRequire(import.meta.url);
2
+ import {
3
+ trackCommand
4
+ } from "./chunk-WKVZVQTG.js";
5
+ import {
6
+ executeRemoteTool
7
+ } from "./chunk-LBTLYTZS.js";
8
+ import {
9
+ debug,
10
+ shouldOutputJson,
11
+ writeOutput
12
+ } from "./chunk-FAFUYZQS.js";
13
+ import {
14
+ __commonJS,
15
+ __toESM
16
+ } from "./chunk-QMRVH5ZP.js";
17
+
18
+ // node_modules/cli-spinners/spinners.json
19
+ var require_spinners = __commonJS({
20
+ "node_modules/cli-spinners/spinners.json"(exports, module) {
21
+ module.exports = {
22
+ dots: {
23
+ interval: 80,
24
+ frames: [
25
+ "\u280B",
26
+ "\u2819",
27
+ "\u2839",
28
+ "\u2838",
29
+ "\u283C",
30
+ "\u2834",
31
+ "\u2826",
32
+ "\u2827",
33
+ "\u2807",
34
+ "\u280F"
35
+ ]
36
+ },
37
+ dots2: {
38
+ interval: 80,
39
+ frames: [
40
+ "\u28FE",
41
+ "\u28FD",
42
+ "\u28FB",
43
+ "\u28BF",
44
+ "\u287F",
45
+ "\u28DF",
46
+ "\u28EF",
47
+ "\u28F7"
48
+ ]
49
+ },
50
+ dots3: {
51
+ interval: 80,
52
+ frames: [
53
+ "\u280B",
54
+ "\u2819",
55
+ "\u281A",
56
+ "\u281E",
57
+ "\u2816",
58
+ "\u2826",
59
+ "\u2834",
60
+ "\u2832",
61
+ "\u2833",
62
+ "\u2813"
63
+ ]
64
+ },
65
+ dots4: {
66
+ interval: 80,
67
+ frames: [
68
+ "\u2804",
69
+ "\u2806",
70
+ "\u2807",
71
+ "\u280B",
72
+ "\u2819",
73
+ "\u2838",
74
+ "\u2830",
75
+ "\u2820",
76
+ "\u2830",
77
+ "\u2838",
78
+ "\u2819",
79
+ "\u280B",
80
+ "\u2807",
81
+ "\u2806"
82
+ ]
83
+ },
84
+ dots5: {
85
+ interval: 80,
86
+ frames: [
87
+ "\u280B",
88
+ "\u2819",
89
+ "\u281A",
90
+ "\u2812",
91
+ "\u2802",
92
+ "\u2802",
93
+ "\u2812",
94
+ "\u2832",
95
+ "\u2834",
96
+ "\u2826",
97
+ "\u2816",
98
+ "\u2812",
99
+ "\u2810",
100
+ "\u2810",
101
+ "\u2812",
102
+ "\u2813",
103
+ "\u280B"
104
+ ]
105
+ },
106
+ dots6: {
107
+ interval: 80,
108
+ frames: [
109
+ "\u2801",
110
+ "\u2809",
111
+ "\u2819",
112
+ "\u281A",
113
+ "\u2812",
114
+ "\u2802",
115
+ "\u2802",
116
+ "\u2812",
117
+ "\u2832",
118
+ "\u2834",
119
+ "\u2824",
120
+ "\u2804",
121
+ "\u2804",
122
+ "\u2824",
123
+ "\u2834",
124
+ "\u2832",
125
+ "\u2812",
126
+ "\u2802",
127
+ "\u2802",
128
+ "\u2812",
129
+ "\u281A",
130
+ "\u2819",
131
+ "\u2809",
132
+ "\u2801"
133
+ ]
134
+ },
135
+ dots7: {
136
+ interval: 80,
137
+ frames: [
138
+ "\u2808",
139
+ "\u2809",
140
+ "\u280B",
141
+ "\u2813",
142
+ "\u2812",
143
+ "\u2810",
144
+ "\u2810",
145
+ "\u2812",
146
+ "\u2816",
147
+ "\u2826",
148
+ "\u2824",
149
+ "\u2820",
150
+ "\u2820",
151
+ "\u2824",
152
+ "\u2826",
153
+ "\u2816",
154
+ "\u2812",
155
+ "\u2810",
156
+ "\u2810",
157
+ "\u2812",
158
+ "\u2813",
159
+ "\u280B",
160
+ "\u2809",
161
+ "\u2808"
162
+ ]
163
+ },
164
+ dots8: {
165
+ interval: 80,
166
+ frames: [
167
+ "\u2801",
168
+ "\u2801",
169
+ "\u2809",
170
+ "\u2819",
171
+ "\u281A",
172
+ "\u2812",
173
+ "\u2802",
174
+ "\u2802",
175
+ "\u2812",
176
+ "\u2832",
177
+ "\u2834",
178
+ "\u2824",
179
+ "\u2804",
180
+ "\u2804",
181
+ "\u2824",
182
+ "\u2820",
183
+ "\u2820",
184
+ "\u2824",
185
+ "\u2826",
186
+ "\u2816",
187
+ "\u2812",
188
+ "\u2810",
189
+ "\u2810",
190
+ "\u2812",
191
+ "\u2813",
192
+ "\u280B",
193
+ "\u2809",
194
+ "\u2808",
195
+ "\u2808"
196
+ ]
197
+ },
198
+ dots9: {
199
+ interval: 80,
200
+ frames: [
201
+ "\u28B9",
202
+ "\u28BA",
203
+ "\u28BC",
204
+ "\u28F8",
205
+ "\u28C7",
206
+ "\u2867",
207
+ "\u2857",
208
+ "\u284F"
209
+ ]
210
+ },
211
+ dots10: {
212
+ interval: 80,
213
+ frames: [
214
+ "\u2884",
215
+ "\u2882",
216
+ "\u2881",
217
+ "\u2841",
218
+ "\u2848",
219
+ "\u2850",
220
+ "\u2860"
221
+ ]
222
+ },
223
+ dots11: {
224
+ interval: 100,
225
+ frames: [
226
+ "\u2801",
227
+ "\u2802",
228
+ "\u2804",
229
+ "\u2840",
230
+ "\u2880",
231
+ "\u2820",
232
+ "\u2810",
233
+ "\u2808"
234
+ ]
235
+ },
236
+ dots12: {
237
+ interval: 80,
238
+ frames: [
239
+ "\u2880\u2800",
240
+ "\u2840\u2800",
241
+ "\u2804\u2800",
242
+ "\u2882\u2800",
243
+ "\u2842\u2800",
244
+ "\u2805\u2800",
245
+ "\u2883\u2800",
246
+ "\u2843\u2800",
247
+ "\u280D\u2800",
248
+ "\u288B\u2800",
249
+ "\u284B\u2800",
250
+ "\u280D\u2801",
251
+ "\u288B\u2801",
252
+ "\u284B\u2801",
253
+ "\u280D\u2809",
254
+ "\u280B\u2809",
255
+ "\u280B\u2809",
256
+ "\u2809\u2819",
257
+ "\u2809\u2819",
258
+ "\u2809\u2829",
259
+ "\u2808\u2899",
260
+ "\u2808\u2859",
261
+ "\u2888\u2829",
262
+ "\u2840\u2899",
263
+ "\u2804\u2859",
264
+ "\u2882\u2829",
265
+ "\u2842\u2898",
266
+ "\u2805\u2858",
267
+ "\u2883\u2828",
268
+ "\u2843\u2890",
269
+ "\u280D\u2850",
270
+ "\u288B\u2820",
271
+ "\u284B\u2880",
272
+ "\u280D\u2841",
273
+ "\u288B\u2801",
274
+ "\u284B\u2801",
275
+ "\u280D\u2809",
276
+ "\u280B\u2809",
277
+ "\u280B\u2809",
278
+ "\u2809\u2819",
279
+ "\u2809\u2819",
280
+ "\u2809\u2829",
281
+ "\u2808\u2899",
282
+ "\u2808\u2859",
283
+ "\u2808\u2829",
284
+ "\u2800\u2899",
285
+ "\u2800\u2859",
286
+ "\u2800\u2829",
287
+ "\u2800\u2898",
288
+ "\u2800\u2858",
289
+ "\u2800\u2828",
290
+ "\u2800\u2890",
291
+ "\u2800\u2850",
292
+ "\u2800\u2820",
293
+ "\u2800\u2880",
294
+ "\u2800\u2840"
295
+ ]
296
+ },
297
+ dots13: {
298
+ interval: 80,
299
+ frames: [
300
+ "\u28FC",
301
+ "\u28F9",
302
+ "\u28BB",
303
+ "\u283F",
304
+ "\u285F",
305
+ "\u28CF",
306
+ "\u28E7",
307
+ "\u28F6"
308
+ ]
309
+ },
310
+ dots8Bit: {
311
+ interval: 80,
312
+ frames: [
313
+ "\u2800",
314
+ "\u2801",
315
+ "\u2802",
316
+ "\u2803",
317
+ "\u2804",
318
+ "\u2805",
319
+ "\u2806",
320
+ "\u2807",
321
+ "\u2840",
322
+ "\u2841",
323
+ "\u2842",
324
+ "\u2843",
325
+ "\u2844",
326
+ "\u2845",
327
+ "\u2846",
328
+ "\u2847",
329
+ "\u2808",
330
+ "\u2809",
331
+ "\u280A",
332
+ "\u280B",
333
+ "\u280C",
334
+ "\u280D",
335
+ "\u280E",
336
+ "\u280F",
337
+ "\u2848",
338
+ "\u2849",
339
+ "\u284A",
340
+ "\u284B",
341
+ "\u284C",
342
+ "\u284D",
343
+ "\u284E",
344
+ "\u284F",
345
+ "\u2810",
346
+ "\u2811",
347
+ "\u2812",
348
+ "\u2813",
349
+ "\u2814",
350
+ "\u2815",
351
+ "\u2816",
352
+ "\u2817",
353
+ "\u2850",
354
+ "\u2851",
355
+ "\u2852",
356
+ "\u2853",
357
+ "\u2854",
358
+ "\u2855",
359
+ "\u2856",
360
+ "\u2857",
361
+ "\u2818",
362
+ "\u2819",
363
+ "\u281A",
364
+ "\u281B",
365
+ "\u281C",
366
+ "\u281D",
367
+ "\u281E",
368
+ "\u281F",
369
+ "\u2858",
370
+ "\u2859",
371
+ "\u285A",
372
+ "\u285B",
373
+ "\u285C",
374
+ "\u285D",
375
+ "\u285E",
376
+ "\u285F",
377
+ "\u2820",
378
+ "\u2821",
379
+ "\u2822",
380
+ "\u2823",
381
+ "\u2824",
382
+ "\u2825",
383
+ "\u2826",
384
+ "\u2827",
385
+ "\u2860",
386
+ "\u2861",
387
+ "\u2862",
388
+ "\u2863",
389
+ "\u2864",
390
+ "\u2865",
391
+ "\u2866",
392
+ "\u2867",
393
+ "\u2828",
394
+ "\u2829",
395
+ "\u282A",
396
+ "\u282B",
397
+ "\u282C",
398
+ "\u282D",
399
+ "\u282E",
400
+ "\u282F",
401
+ "\u2868",
402
+ "\u2869",
403
+ "\u286A",
404
+ "\u286B",
405
+ "\u286C",
406
+ "\u286D",
407
+ "\u286E",
408
+ "\u286F",
409
+ "\u2830",
410
+ "\u2831",
411
+ "\u2832",
412
+ "\u2833",
413
+ "\u2834",
414
+ "\u2835",
415
+ "\u2836",
416
+ "\u2837",
417
+ "\u2870",
418
+ "\u2871",
419
+ "\u2872",
420
+ "\u2873",
421
+ "\u2874",
422
+ "\u2875",
423
+ "\u2876",
424
+ "\u2877",
425
+ "\u2838",
426
+ "\u2839",
427
+ "\u283A",
428
+ "\u283B",
429
+ "\u283C",
430
+ "\u283D",
431
+ "\u283E",
432
+ "\u283F",
433
+ "\u2878",
434
+ "\u2879",
435
+ "\u287A",
436
+ "\u287B",
437
+ "\u287C",
438
+ "\u287D",
439
+ "\u287E",
440
+ "\u287F",
441
+ "\u2880",
442
+ "\u2881",
443
+ "\u2882",
444
+ "\u2883",
445
+ "\u2884",
446
+ "\u2885",
447
+ "\u2886",
448
+ "\u2887",
449
+ "\u28C0",
450
+ "\u28C1",
451
+ "\u28C2",
452
+ "\u28C3",
453
+ "\u28C4",
454
+ "\u28C5",
455
+ "\u28C6",
456
+ "\u28C7",
457
+ "\u2888",
458
+ "\u2889",
459
+ "\u288A",
460
+ "\u288B",
461
+ "\u288C",
462
+ "\u288D",
463
+ "\u288E",
464
+ "\u288F",
465
+ "\u28C8",
466
+ "\u28C9",
467
+ "\u28CA",
468
+ "\u28CB",
469
+ "\u28CC",
470
+ "\u28CD",
471
+ "\u28CE",
472
+ "\u28CF",
473
+ "\u2890",
474
+ "\u2891",
475
+ "\u2892",
476
+ "\u2893",
477
+ "\u2894",
478
+ "\u2895",
479
+ "\u2896",
480
+ "\u2897",
481
+ "\u28D0",
482
+ "\u28D1",
483
+ "\u28D2",
484
+ "\u28D3",
485
+ "\u28D4",
486
+ "\u28D5",
487
+ "\u28D6",
488
+ "\u28D7",
489
+ "\u2898",
490
+ "\u2899",
491
+ "\u289A",
492
+ "\u289B",
493
+ "\u289C",
494
+ "\u289D",
495
+ "\u289E",
496
+ "\u289F",
497
+ "\u28D8",
498
+ "\u28D9",
499
+ "\u28DA",
500
+ "\u28DB",
501
+ "\u28DC",
502
+ "\u28DD",
503
+ "\u28DE",
504
+ "\u28DF",
505
+ "\u28A0",
506
+ "\u28A1",
507
+ "\u28A2",
508
+ "\u28A3",
509
+ "\u28A4",
510
+ "\u28A5",
511
+ "\u28A6",
512
+ "\u28A7",
513
+ "\u28E0",
514
+ "\u28E1",
515
+ "\u28E2",
516
+ "\u28E3",
517
+ "\u28E4",
518
+ "\u28E5",
519
+ "\u28E6",
520
+ "\u28E7",
521
+ "\u28A8",
522
+ "\u28A9",
523
+ "\u28AA",
524
+ "\u28AB",
525
+ "\u28AC",
526
+ "\u28AD",
527
+ "\u28AE",
528
+ "\u28AF",
529
+ "\u28E8",
530
+ "\u28E9",
531
+ "\u28EA",
532
+ "\u28EB",
533
+ "\u28EC",
534
+ "\u28ED",
535
+ "\u28EE",
536
+ "\u28EF",
537
+ "\u28B0",
538
+ "\u28B1",
539
+ "\u28B2",
540
+ "\u28B3",
541
+ "\u28B4",
542
+ "\u28B5",
543
+ "\u28B6",
544
+ "\u28B7",
545
+ "\u28F0",
546
+ "\u28F1",
547
+ "\u28F2",
548
+ "\u28F3",
549
+ "\u28F4",
550
+ "\u28F5",
551
+ "\u28F6",
552
+ "\u28F7",
553
+ "\u28B8",
554
+ "\u28B9",
555
+ "\u28BA",
556
+ "\u28BB",
557
+ "\u28BC",
558
+ "\u28BD",
559
+ "\u28BE",
560
+ "\u28BF",
561
+ "\u28F8",
562
+ "\u28F9",
563
+ "\u28FA",
564
+ "\u28FB",
565
+ "\u28FC",
566
+ "\u28FD",
567
+ "\u28FE",
568
+ "\u28FF"
569
+ ]
570
+ },
571
+ sand: {
572
+ interval: 80,
573
+ frames: [
574
+ "\u2801",
575
+ "\u2802",
576
+ "\u2804",
577
+ "\u2840",
578
+ "\u2848",
579
+ "\u2850",
580
+ "\u2860",
581
+ "\u28C0",
582
+ "\u28C1",
583
+ "\u28C2",
584
+ "\u28C4",
585
+ "\u28CC",
586
+ "\u28D4",
587
+ "\u28E4",
588
+ "\u28E5",
589
+ "\u28E6",
590
+ "\u28EE",
591
+ "\u28F6",
592
+ "\u28F7",
593
+ "\u28FF",
594
+ "\u287F",
595
+ "\u283F",
596
+ "\u289F",
597
+ "\u281F",
598
+ "\u285B",
599
+ "\u281B",
600
+ "\u282B",
601
+ "\u288B",
602
+ "\u280B",
603
+ "\u280D",
604
+ "\u2849",
605
+ "\u2809",
606
+ "\u2811",
607
+ "\u2821",
608
+ "\u2881"
609
+ ]
610
+ },
611
+ line: {
612
+ interval: 130,
613
+ frames: [
614
+ "-",
615
+ "\\",
616
+ "|",
617
+ "/"
618
+ ]
619
+ },
620
+ line2: {
621
+ interval: 100,
622
+ frames: [
623
+ "\u2802",
624
+ "-",
625
+ "\u2013",
626
+ "\u2014",
627
+ "\u2013",
628
+ "-"
629
+ ]
630
+ },
631
+ pipe: {
632
+ interval: 100,
633
+ frames: [
634
+ "\u2524",
635
+ "\u2518",
636
+ "\u2534",
637
+ "\u2514",
638
+ "\u251C",
639
+ "\u250C",
640
+ "\u252C",
641
+ "\u2510"
642
+ ]
643
+ },
644
+ simpleDots: {
645
+ interval: 400,
646
+ frames: [
647
+ ". ",
648
+ ".. ",
649
+ "...",
650
+ " "
651
+ ]
652
+ },
653
+ simpleDotsScrolling: {
654
+ interval: 200,
655
+ frames: [
656
+ ". ",
657
+ ".. ",
658
+ "...",
659
+ " ..",
660
+ " .",
661
+ " "
662
+ ]
663
+ },
664
+ star: {
665
+ interval: 70,
666
+ frames: [
667
+ "\u2736",
668
+ "\u2738",
669
+ "\u2739",
670
+ "\u273A",
671
+ "\u2739",
672
+ "\u2737"
673
+ ]
674
+ },
675
+ star2: {
676
+ interval: 80,
677
+ frames: [
678
+ "+",
679
+ "x",
680
+ "*"
681
+ ]
682
+ },
683
+ flip: {
684
+ interval: 70,
685
+ frames: [
686
+ "_",
687
+ "_",
688
+ "_",
689
+ "-",
690
+ "`",
691
+ "`",
692
+ "'",
693
+ "\xB4",
694
+ "-",
695
+ "_",
696
+ "_",
697
+ "_"
698
+ ]
699
+ },
700
+ hamburger: {
701
+ interval: 100,
702
+ frames: [
703
+ "\u2631",
704
+ "\u2632",
705
+ "\u2634"
706
+ ]
707
+ },
708
+ growVertical: {
709
+ interval: 120,
710
+ frames: [
711
+ "\u2581",
712
+ "\u2583",
713
+ "\u2584",
714
+ "\u2585",
715
+ "\u2586",
716
+ "\u2587",
717
+ "\u2586",
718
+ "\u2585",
719
+ "\u2584",
720
+ "\u2583"
721
+ ]
722
+ },
723
+ growHorizontal: {
724
+ interval: 120,
725
+ frames: [
726
+ "\u258F",
727
+ "\u258E",
728
+ "\u258D",
729
+ "\u258C",
730
+ "\u258B",
731
+ "\u258A",
732
+ "\u2589",
733
+ "\u258A",
734
+ "\u258B",
735
+ "\u258C",
736
+ "\u258D",
737
+ "\u258E"
738
+ ]
739
+ },
740
+ balloon: {
741
+ interval: 140,
742
+ frames: [
743
+ " ",
744
+ ".",
745
+ "o",
746
+ "O",
747
+ "@",
748
+ "*",
749
+ " "
750
+ ]
751
+ },
752
+ balloon2: {
753
+ interval: 120,
754
+ frames: [
755
+ ".",
756
+ "o",
757
+ "O",
758
+ "\xB0",
759
+ "O",
760
+ "o",
761
+ "."
762
+ ]
763
+ },
764
+ noise: {
765
+ interval: 100,
766
+ frames: [
767
+ "\u2593",
768
+ "\u2592",
769
+ "\u2591"
770
+ ]
771
+ },
772
+ bounce: {
773
+ interval: 120,
774
+ frames: [
775
+ "\u2801",
776
+ "\u2802",
777
+ "\u2804",
778
+ "\u2802"
779
+ ]
780
+ },
781
+ boxBounce: {
782
+ interval: 120,
783
+ frames: [
784
+ "\u2596",
785
+ "\u2598",
786
+ "\u259D",
787
+ "\u2597"
788
+ ]
789
+ },
790
+ boxBounce2: {
791
+ interval: 100,
792
+ frames: [
793
+ "\u258C",
794
+ "\u2580",
795
+ "\u2590",
796
+ "\u2584"
797
+ ]
798
+ },
799
+ triangle: {
800
+ interval: 50,
801
+ frames: [
802
+ "\u25E2",
803
+ "\u25E3",
804
+ "\u25E4",
805
+ "\u25E5"
806
+ ]
807
+ },
808
+ binary: {
809
+ interval: 80,
810
+ frames: [
811
+ "010010",
812
+ "001100",
813
+ "100101",
814
+ "111010",
815
+ "111101",
816
+ "010111",
817
+ "101011",
818
+ "111000",
819
+ "110011",
820
+ "110101"
821
+ ]
822
+ },
823
+ arc: {
824
+ interval: 100,
825
+ frames: [
826
+ "\u25DC",
827
+ "\u25E0",
828
+ "\u25DD",
829
+ "\u25DE",
830
+ "\u25E1",
831
+ "\u25DF"
832
+ ]
833
+ },
834
+ circle: {
835
+ interval: 120,
836
+ frames: [
837
+ "\u25E1",
838
+ "\u2299",
839
+ "\u25E0"
840
+ ]
841
+ },
842
+ squareCorners: {
843
+ interval: 180,
844
+ frames: [
845
+ "\u25F0",
846
+ "\u25F3",
847
+ "\u25F2",
848
+ "\u25F1"
849
+ ]
850
+ },
851
+ circleQuarters: {
852
+ interval: 120,
853
+ frames: [
854
+ "\u25F4",
855
+ "\u25F7",
856
+ "\u25F6",
857
+ "\u25F5"
858
+ ]
859
+ },
860
+ circleHalves: {
861
+ interval: 50,
862
+ frames: [
863
+ "\u25D0",
864
+ "\u25D3",
865
+ "\u25D1",
866
+ "\u25D2"
867
+ ]
868
+ },
869
+ squish: {
870
+ interval: 100,
871
+ frames: [
872
+ "\u256B",
873
+ "\u256A"
874
+ ]
875
+ },
876
+ toggle: {
877
+ interval: 250,
878
+ frames: [
879
+ "\u22B6",
880
+ "\u22B7"
881
+ ]
882
+ },
883
+ toggle2: {
884
+ interval: 80,
885
+ frames: [
886
+ "\u25AB",
887
+ "\u25AA"
888
+ ]
889
+ },
890
+ toggle3: {
891
+ interval: 120,
892
+ frames: [
893
+ "\u25A1",
894
+ "\u25A0"
895
+ ]
896
+ },
897
+ toggle4: {
898
+ interval: 100,
899
+ frames: [
900
+ "\u25A0",
901
+ "\u25A1",
902
+ "\u25AA",
903
+ "\u25AB"
904
+ ]
905
+ },
906
+ toggle5: {
907
+ interval: 100,
908
+ frames: [
909
+ "\u25AE",
910
+ "\u25AF"
911
+ ]
912
+ },
913
+ toggle6: {
914
+ interval: 300,
915
+ frames: [
916
+ "\u101D",
917
+ "\u1040"
918
+ ]
919
+ },
920
+ toggle7: {
921
+ interval: 80,
922
+ frames: [
923
+ "\u29BE",
924
+ "\u29BF"
925
+ ]
926
+ },
927
+ toggle8: {
928
+ interval: 100,
929
+ frames: [
930
+ "\u25CD",
931
+ "\u25CC"
932
+ ]
933
+ },
934
+ toggle9: {
935
+ interval: 100,
936
+ frames: [
937
+ "\u25C9",
938
+ "\u25CE"
939
+ ]
940
+ },
941
+ toggle10: {
942
+ interval: 100,
943
+ frames: [
944
+ "\u3282",
945
+ "\u3280",
946
+ "\u3281"
947
+ ]
948
+ },
949
+ toggle11: {
950
+ interval: 50,
951
+ frames: [
952
+ "\u29C7",
953
+ "\u29C6"
954
+ ]
955
+ },
956
+ toggle12: {
957
+ interval: 120,
958
+ frames: [
959
+ "\u2617",
960
+ "\u2616"
961
+ ]
962
+ },
963
+ toggle13: {
964
+ interval: 80,
965
+ frames: [
966
+ "=",
967
+ "*",
968
+ "-"
969
+ ]
970
+ },
971
+ arrow: {
972
+ interval: 100,
973
+ frames: [
974
+ "\u2190",
975
+ "\u2196",
976
+ "\u2191",
977
+ "\u2197",
978
+ "\u2192",
979
+ "\u2198",
980
+ "\u2193",
981
+ "\u2199"
982
+ ]
983
+ },
984
+ arrow2: {
985
+ interval: 80,
986
+ frames: [
987
+ "\u2B06\uFE0F ",
988
+ "\u2197\uFE0F ",
989
+ "\u27A1\uFE0F ",
990
+ "\u2198\uFE0F ",
991
+ "\u2B07\uFE0F ",
992
+ "\u2199\uFE0F ",
993
+ "\u2B05\uFE0F ",
994
+ "\u2196\uFE0F "
995
+ ]
996
+ },
997
+ arrow3: {
998
+ interval: 120,
999
+ frames: [
1000
+ "\u25B9\u25B9\u25B9\u25B9\u25B9",
1001
+ "\u25B8\u25B9\u25B9\u25B9\u25B9",
1002
+ "\u25B9\u25B8\u25B9\u25B9\u25B9",
1003
+ "\u25B9\u25B9\u25B8\u25B9\u25B9",
1004
+ "\u25B9\u25B9\u25B9\u25B8\u25B9",
1005
+ "\u25B9\u25B9\u25B9\u25B9\u25B8"
1006
+ ]
1007
+ },
1008
+ bouncingBar: {
1009
+ interval: 80,
1010
+ frames: [
1011
+ "[ ]",
1012
+ "[= ]",
1013
+ "[== ]",
1014
+ "[=== ]",
1015
+ "[====]",
1016
+ "[ ===]",
1017
+ "[ ==]",
1018
+ "[ =]",
1019
+ "[ ]",
1020
+ "[ =]",
1021
+ "[ ==]",
1022
+ "[ ===]",
1023
+ "[====]",
1024
+ "[=== ]",
1025
+ "[== ]",
1026
+ "[= ]"
1027
+ ]
1028
+ },
1029
+ bouncingBall: {
1030
+ interval: 80,
1031
+ frames: [
1032
+ "( \u25CF )",
1033
+ "( \u25CF )",
1034
+ "( \u25CF )",
1035
+ "( \u25CF )",
1036
+ "( \u25CF)",
1037
+ "( \u25CF )",
1038
+ "( \u25CF )",
1039
+ "( \u25CF )",
1040
+ "( \u25CF )",
1041
+ "(\u25CF )"
1042
+ ]
1043
+ },
1044
+ smiley: {
1045
+ interval: 200,
1046
+ frames: [
1047
+ "\u{1F604} ",
1048
+ "\u{1F61D} "
1049
+ ]
1050
+ },
1051
+ monkey: {
1052
+ interval: 300,
1053
+ frames: [
1054
+ "\u{1F648} ",
1055
+ "\u{1F648} ",
1056
+ "\u{1F649} ",
1057
+ "\u{1F64A} "
1058
+ ]
1059
+ },
1060
+ hearts: {
1061
+ interval: 100,
1062
+ frames: [
1063
+ "\u{1F49B} ",
1064
+ "\u{1F499} ",
1065
+ "\u{1F49C} ",
1066
+ "\u{1F49A} ",
1067
+ "\u2764\uFE0F "
1068
+ ]
1069
+ },
1070
+ clock: {
1071
+ interval: 100,
1072
+ frames: [
1073
+ "\u{1F55B} ",
1074
+ "\u{1F550} ",
1075
+ "\u{1F551} ",
1076
+ "\u{1F552} ",
1077
+ "\u{1F553} ",
1078
+ "\u{1F554} ",
1079
+ "\u{1F555} ",
1080
+ "\u{1F556} ",
1081
+ "\u{1F557} ",
1082
+ "\u{1F558} ",
1083
+ "\u{1F559} ",
1084
+ "\u{1F55A} "
1085
+ ]
1086
+ },
1087
+ earth: {
1088
+ interval: 180,
1089
+ frames: [
1090
+ "\u{1F30D} ",
1091
+ "\u{1F30E} ",
1092
+ "\u{1F30F} "
1093
+ ]
1094
+ },
1095
+ material: {
1096
+ interval: 17,
1097
+ frames: [
1098
+ "\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581",
1099
+ "\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581",
1100
+ "\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581",
1101
+ "\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581",
1102
+ "\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581",
1103
+ "\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581",
1104
+ "\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581",
1105
+ "\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581",
1106
+ "\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581",
1107
+ "\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581",
1108
+ "\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581",
1109
+ "\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581",
1110
+ "\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581",
1111
+ "\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581",
1112
+ "\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581",
1113
+ "\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581",
1114
+ "\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581",
1115
+ "\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581",
1116
+ "\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581",
1117
+ "\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581",
1118
+ "\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581",
1119
+ "\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581",
1120
+ "\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581",
1121
+ "\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581",
1122
+ "\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581",
1123
+ "\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581",
1124
+ "\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588",
1125
+ "\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588",
1126
+ "\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588",
1127
+ "\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588",
1128
+ "\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588",
1129
+ "\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588",
1130
+ "\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588",
1131
+ "\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588",
1132
+ "\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588",
1133
+ "\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588",
1134
+ "\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588",
1135
+ "\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588",
1136
+ "\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588",
1137
+ "\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588",
1138
+ "\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588",
1139
+ "\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588",
1140
+ "\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588",
1141
+ "\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588",
1142
+ "\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588",
1143
+ "\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588",
1144
+ "\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588",
1145
+ "\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588",
1146
+ "\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588",
1147
+ "\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581",
1148
+ "\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581",
1149
+ "\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581",
1150
+ "\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581",
1151
+ "\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581",
1152
+ "\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581",
1153
+ "\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581",
1154
+ "\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581",
1155
+ "\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581",
1156
+ "\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581",
1157
+ "\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581",
1158
+ "\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581",
1159
+ "\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581",
1160
+ "\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581",
1161
+ "\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581",
1162
+ "\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581",
1163
+ "\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581",
1164
+ "\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581",
1165
+ "\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581",
1166
+ "\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581",
1167
+ "\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581",
1168
+ "\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581",
1169
+ "\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581",
1170
+ "\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581",
1171
+ "\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581",
1172
+ "\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588",
1173
+ "\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588",
1174
+ "\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588",
1175
+ "\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588",
1176
+ "\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588",
1177
+ "\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588",
1178
+ "\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588",
1179
+ "\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588",
1180
+ "\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588",
1181
+ "\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588",
1182
+ "\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588",
1183
+ "\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588",
1184
+ "\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588",
1185
+ "\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588",
1186
+ "\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581",
1187
+ "\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581",
1188
+ "\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581",
1189
+ "\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581"
1190
+ ]
1191
+ },
1192
+ moon: {
1193
+ interval: 80,
1194
+ frames: [
1195
+ "\u{1F311} ",
1196
+ "\u{1F312} ",
1197
+ "\u{1F313} ",
1198
+ "\u{1F314} ",
1199
+ "\u{1F315} ",
1200
+ "\u{1F316} ",
1201
+ "\u{1F317} ",
1202
+ "\u{1F318} "
1203
+ ]
1204
+ },
1205
+ runner: {
1206
+ interval: 140,
1207
+ frames: [
1208
+ "\u{1F6B6} ",
1209
+ "\u{1F3C3} "
1210
+ ]
1211
+ },
1212
+ pong: {
1213
+ interval: 80,
1214
+ frames: [
1215
+ "\u2590\u2802 \u258C",
1216
+ "\u2590\u2808 \u258C",
1217
+ "\u2590 \u2802 \u258C",
1218
+ "\u2590 \u2820 \u258C",
1219
+ "\u2590 \u2840 \u258C",
1220
+ "\u2590 \u2820 \u258C",
1221
+ "\u2590 \u2802 \u258C",
1222
+ "\u2590 \u2808 \u258C",
1223
+ "\u2590 \u2802 \u258C",
1224
+ "\u2590 \u2820 \u258C",
1225
+ "\u2590 \u2840 \u258C",
1226
+ "\u2590 \u2820 \u258C",
1227
+ "\u2590 \u2802 \u258C",
1228
+ "\u2590 \u2808 \u258C",
1229
+ "\u2590 \u2802\u258C",
1230
+ "\u2590 \u2820\u258C",
1231
+ "\u2590 \u2840\u258C",
1232
+ "\u2590 \u2820 \u258C",
1233
+ "\u2590 \u2802 \u258C",
1234
+ "\u2590 \u2808 \u258C",
1235
+ "\u2590 \u2802 \u258C",
1236
+ "\u2590 \u2820 \u258C",
1237
+ "\u2590 \u2840 \u258C",
1238
+ "\u2590 \u2820 \u258C",
1239
+ "\u2590 \u2802 \u258C",
1240
+ "\u2590 \u2808 \u258C",
1241
+ "\u2590 \u2802 \u258C",
1242
+ "\u2590 \u2820 \u258C",
1243
+ "\u2590 \u2840 \u258C",
1244
+ "\u2590\u2820 \u258C"
1245
+ ]
1246
+ },
1247
+ shark: {
1248
+ interval: 120,
1249
+ frames: [
1250
+ "\u2590|\\____________\u258C",
1251
+ "\u2590_|\\___________\u258C",
1252
+ "\u2590__|\\__________\u258C",
1253
+ "\u2590___|\\_________\u258C",
1254
+ "\u2590____|\\________\u258C",
1255
+ "\u2590_____|\\_______\u258C",
1256
+ "\u2590______|\\______\u258C",
1257
+ "\u2590_______|\\_____\u258C",
1258
+ "\u2590________|\\____\u258C",
1259
+ "\u2590_________|\\___\u258C",
1260
+ "\u2590__________|\\__\u258C",
1261
+ "\u2590___________|\\_\u258C",
1262
+ "\u2590____________|\\\u258C",
1263
+ "\u2590____________/|\u258C",
1264
+ "\u2590___________/|_\u258C",
1265
+ "\u2590__________/|__\u258C",
1266
+ "\u2590_________/|___\u258C",
1267
+ "\u2590________/|____\u258C",
1268
+ "\u2590_______/|_____\u258C",
1269
+ "\u2590______/|______\u258C",
1270
+ "\u2590_____/|_______\u258C",
1271
+ "\u2590____/|________\u258C",
1272
+ "\u2590___/|_________\u258C",
1273
+ "\u2590__/|__________\u258C",
1274
+ "\u2590_/|___________\u258C",
1275
+ "\u2590/|____________\u258C"
1276
+ ]
1277
+ },
1278
+ dqpb: {
1279
+ interval: 100,
1280
+ frames: [
1281
+ "d",
1282
+ "q",
1283
+ "p",
1284
+ "b"
1285
+ ]
1286
+ },
1287
+ weather: {
1288
+ interval: 100,
1289
+ frames: [
1290
+ "\u2600\uFE0F ",
1291
+ "\u2600\uFE0F ",
1292
+ "\u2600\uFE0F ",
1293
+ "\u{1F324} ",
1294
+ "\u26C5\uFE0F ",
1295
+ "\u{1F325} ",
1296
+ "\u2601\uFE0F ",
1297
+ "\u{1F327} ",
1298
+ "\u{1F328} ",
1299
+ "\u{1F327} ",
1300
+ "\u{1F328} ",
1301
+ "\u{1F327} ",
1302
+ "\u{1F328} ",
1303
+ "\u26C8 ",
1304
+ "\u{1F328} ",
1305
+ "\u{1F327} ",
1306
+ "\u{1F328} ",
1307
+ "\u2601\uFE0F ",
1308
+ "\u{1F325} ",
1309
+ "\u26C5\uFE0F ",
1310
+ "\u{1F324} ",
1311
+ "\u2600\uFE0F ",
1312
+ "\u2600\uFE0F "
1313
+ ]
1314
+ },
1315
+ christmas: {
1316
+ interval: 400,
1317
+ frames: [
1318
+ "\u{1F332}",
1319
+ "\u{1F384}"
1320
+ ]
1321
+ },
1322
+ grenade: {
1323
+ interval: 80,
1324
+ frames: [
1325
+ "\u060C ",
1326
+ "\u2032 ",
1327
+ " \xB4 ",
1328
+ " \u203E ",
1329
+ " \u2E0C",
1330
+ " \u2E0A",
1331
+ " |",
1332
+ " \u204E",
1333
+ " \u2055",
1334
+ " \u0DF4 ",
1335
+ " \u2053",
1336
+ " ",
1337
+ " ",
1338
+ " "
1339
+ ]
1340
+ },
1341
+ point: {
1342
+ interval: 125,
1343
+ frames: [
1344
+ "\u2219\u2219\u2219",
1345
+ "\u25CF\u2219\u2219",
1346
+ "\u2219\u25CF\u2219",
1347
+ "\u2219\u2219\u25CF",
1348
+ "\u2219\u2219\u2219"
1349
+ ]
1350
+ },
1351
+ layer: {
1352
+ interval: 150,
1353
+ frames: [
1354
+ "-",
1355
+ "=",
1356
+ "\u2261"
1357
+ ]
1358
+ },
1359
+ betaWave: {
1360
+ interval: 80,
1361
+ frames: [
1362
+ "\u03C1\u03B2\u03B2\u03B2\u03B2\u03B2\u03B2",
1363
+ "\u03B2\u03C1\u03B2\u03B2\u03B2\u03B2\u03B2",
1364
+ "\u03B2\u03B2\u03C1\u03B2\u03B2\u03B2\u03B2",
1365
+ "\u03B2\u03B2\u03B2\u03C1\u03B2\u03B2\u03B2",
1366
+ "\u03B2\u03B2\u03B2\u03B2\u03C1\u03B2\u03B2",
1367
+ "\u03B2\u03B2\u03B2\u03B2\u03B2\u03C1\u03B2",
1368
+ "\u03B2\u03B2\u03B2\u03B2\u03B2\u03B2\u03C1"
1369
+ ]
1370
+ },
1371
+ fingerDance: {
1372
+ interval: 160,
1373
+ frames: [
1374
+ "\u{1F918} ",
1375
+ "\u{1F91F} ",
1376
+ "\u{1F596} ",
1377
+ "\u270B ",
1378
+ "\u{1F91A} ",
1379
+ "\u{1F446} "
1380
+ ]
1381
+ },
1382
+ fistBump: {
1383
+ interval: 80,
1384
+ frames: [
1385
+ "\u{1F91C}\u3000\u3000\u3000\u3000\u{1F91B} ",
1386
+ "\u{1F91C}\u3000\u3000\u3000\u3000\u{1F91B} ",
1387
+ "\u{1F91C}\u3000\u3000\u3000\u3000\u{1F91B} ",
1388
+ "\u3000\u{1F91C}\u3000\u3000\u{1F91B}\u3000 ",
1389
+ "\u3000\u3000\u{1F91C}\u{1F91B}\u3000\u3000 ",
1390
+ "\u3000\u{1F91C}\u2728\u{1F91B}\u3000\u3000 ",
1391
+ "\u{1F91C}\u3000\u2728\u3000\u{1F91B}\u3000 "
1392
+ ]
1393
+ },
1394
+ soccerHeader: {
1395
+ interval: 80,
1396
+ frames: [
1397
+ " \u{1F9D1}\u26BD\uFE0F \u{1F9D1} ",
1398
+ "\u{1F9D1} \u26BD\uFE0F \u{1F9D1} ",
1399
+ "\u{1F9D1} \u26BD\uFE0F \u{1F9D1} ",
1400
+ "\u{1F9D1} \u26BD\uFE0F \u{1F9D1} ",
1401
+ "\u{1F9D1} \u26BD\uFE0F \u{1F9D1} ",
1402
+ "\u{1F9D1} \u26BD\uFE0F \u{1F9D1} ",
1403
+ "\u{1F9D1} \u26BD\uFE0F\u{1F9D1} ",
1404
+ "\u{1F9D1} \u26BD\uFE0F \u{1F9D1} ",
1405
+ "\u{1F9D1} \u26BD\uFE0F \u{1F9D1} ",
1406
+ "\u{1F9D1} \u26BD\uFE0F \u{1F9D1} ",
1407
+ "\u{1F9D1} \u26BD\uFE0F \u{1F9D1} ",
1408
+ "\u{1F9D1} \u26BD\uFE0F \u{1F9D1} "
1409
+ ]
1410
+ },
1411
+ mindblown: {
1412
+ interval: 160,
1413
+ frames: [
1414
+ "\u{1F610} ",
1415
+ "\u{1F610} ",
1416
+ "\u{1F62E} ",
1417
+ "\u{1F62E} ",
1418
+ "\u{1F626} ",
1419
+ "\u{1F626} ",
1420
+ "\u{1F627} ",
1421
+ "\u{1F627} ",
1422
+ "\u{1F92F} ",
1423
+ "\u{1F4A5} ",
1424
+ "\u2728 ",
1425
+ "\u3000 ",
1426
+ "\u3000 ",
1427
+ "\u3000 "
1428
+ ]
1429
+ },
1430
+ speaker: {
1431
+ interval: 160,
1432
+ frames: [
1433
+ "\u{1F508} ",
1434
+ "\u{1F509} ",
1435
+ "\u{1F50A} ",
1436
+ "\u{1F509} "
1437
+ ]
1438
+ },
1439
+ orangePulse: {
1440
+ interval: 100,
1441
+ frames: [
1442
+ "\u{1F538} ",
1443
+ "\u{1F536} ",
1444
+ "\u{1F7E0} ",
1445
+ "\u{1F7E0} ",
1446
+ "\u{1F536} "
1447
+ ]
1448
+ },
1449
+ bluePulse: {
1450
+ interval: 100,
1451
+ frames: [
1452
+ "\u{1F539} ",
1453
+ "\u{1F537} ",
1454
+ "\u{1F535} ",
1455
+ "\u{1F535} ",
1456
+ "\u{1F537} "
1457
+ ]
1458
+ },
1459
+ orangeBluePulse: {
1460
+ interval: 100,
1461
+ frames: [
1462
+ "\u{1F538} ",
1463
+ "\u{1F536} ",
1464
+ "\u{1F7E0} ",
1465
+ "\u{1F7E0} ",
1466
+ "\u{1F536} ",
1467
+ "\u{1F539} ",
1468
+ "\u{1F537} ",
1469
+ "\u{1F535} ",
1470
+ "\u{1F535} ",
1471
+ "\u{1F537} "
1472
+ ]
1473
+ },
1474
+ timeTravel: {
1475
+ interval: 100,
1476
+ frames: [
1477
+ "\u{1F55B} ",
1478
+ "\u{1F55A} ",
1479
+ "\u{1F559} ",
1480
+ "\u{1F558} ",
1481
+ "\u{1F557} ",
1482
+ "\u{1F556} ",
1483
+ "\u{1F555} ",
1484
+ "\u{1F554} ",
1485
+ "\u{1F553} ",
1486
+ "\u{1F552} ",
1487
+ "\u{1F551} ",
1488
+ "\u{1F550} "
1489
+ ]
1490
+ },
1491
+ aesthetic: {
1492
+ interval: 80,
1493
+ frames: [
1494
+ "\u25B0\u25B1\u25B1\u25B1\u25B1\u25B1\u25B1",
1495
+ "\u25B0\u25B0\u25B1\u25B1\u25B1\u25B1\u25B1",
1496
+ "\u25B0\u25B0\u25B0\u25B1\u25B1\u25B1\u25B1",
1497
+ "\u25B0\u25B0\u25B0\u25B0\u25B1\u25B1\u25B1",
1498
+ "\u25B0\u25B0\u25B0\u25B0\u25B0\u25B1\u25B1",
1499
+ "\u25B0\u25B0\u25B0\u25B0\u25B0\u25B0\u25B1",
1500
+ "\u25B0\u25B0\u25B0\u25B0\u25B0\u25B0\u25B0",
1501
+ "\u25B0\u25B1\u25B1\u25B1\u25B1\u25B1\u25B1"
1502
+ ]
1503
+ },
1504
+ dwarfFortress: {
1505
+ interval: 80,
1506
+ frames: [
1507
+ " \u2588\u2588\u2588\u2588\u2588\u2588\xA3\xA3\xA3 ",
1508
+ "\u263A\u2588\u2588\u2588\u2588\u2588\u2588\xA3\xA3\xA3 ",
1509
+ "\u263A\u2588\u2588\u2588\u2588\u2588\u2588\xA3\xA3\xA3 ",
1510
+ "\u263A\u2593\u2588\u2588\u2588\u2588\u2588\xA3\xA3\xA3 ",
1511
+ "\u263A\u2593\u2588\u2588\u2588\u2588\u2588\xA3\xA3\xA3 ",
1512
+ "\u263A\u2592\u2588\u2588\u2588\u2588\u2588\xA3\xA3\xA3 ",
1513
+ "\u263A\u2592\u2588\u2588\u2588\u2588\u2588\xA3\xA3\xA3 ",
1514
+ "\u263A\u2591\u2588\u2588\u2588\u2588\u2588\xA3\xA3\xA3 ",
1515
+ "\u263A\u2591\u2588\u2588\u2588\u2588\u2588\xA3\xA3\xA3 ",
1516
+ "\u263A \u2588\u2588\u2588\u2588\u2588\xA3\xA3\xA3 ",
1517
+ " \u263A\u2588\u2588\u2588\u2588\u2588\xA3\xA3\xA3 ",
1518
+ " \u263A\u2588\u2588\u2588\u2588\u2588\xA3\xA3\xA3 ",
1519
+ " \u263A\u2593\u2588\u2588\u2588\u2588\xA3\xA3\xA3 ",
1520
+ " \u263A\u2593\u2588\u2588\u2588\u2588\xA3\xA3\xA3 ",
1521
+ " \u263A\u2592\u2588\u2588\u2588\u2588\xA3\xA3\xA3 ",
1522
+ " \u263A\u2592\u2588\u2588\u2588\u2588\xA3\xA3\xA3 ",
1523
+ " \u263A\u2591\u2588\u2588\u2588\u2588\xA3\xA3\xA3 ",
1524
+ " \u263A\u2591\u2588\u2588\u2588\u2588\xA3\xA3\xA3 ",
1525
+ " \u263A \u2588\u2588\u2588\u2588\xA3\xA3\xA3 ",
1526
+ " \u263A\u2588\u2588\u2588\u2588\xA3\xA3\xA3 ",
1527
+ " \u263A\u2588\u2588\u2588\u2588\xA3\xA3\xA3 ",
1528
+ " \u263A\u2593\u2588\u2588\u2588\xA3\xA3\xA3 ",
1529
+ " \u263A\u2593\u2588\u2588\u2588\xA3\xA3\xA3 ",
1530
+ " \u263A\u2592\u2588\u2588\u2588\xA3\xA3\xA3 ",
1531
+ " \u263A\u2592\u2588\u2588\u2588\xA3\xA3\xA3 ",
1532
+ " \u263A\u2591\u2588\u2588\u2588\xA3\xA3\xA3 ",
1533
+ " \u263A\u2591\u2588\u2588\u2588\xA3\xA3\xA3 ",
1534
+ " \u263A \u2588\u2588\u2588\xA3\xA3\xA3 ",
1535
+ " \u263A\u2588\u2588\u2588\xA3\xA3\xA3 ",
1536
+ " \u263A\u2588\u2588\u2588\xA3\xA3\xA3 ",
1537
+ " \u263A\u2593\u2588\u2588\xA3\xA3\xA3 ",
1538
+ " \u263A\u2593\u2588\u2588\xA3\xA3\xA3 ",
1539
+ " \u263A\u2592\u2588\u2588\xA3\xA3\xA3 ",
1540
+ " \u263A\u2592\u2588\u2588\xA3\xA3\xA3 ",
1541
+ " \u263A\u2591\u2588\u2588\xA3\xA3\xA3 ",
1542
+ " \u263A\u2591\u2588\u2588\xA3\xA3\xA3 ",
1543
+ " \u263A \u2588\u2588\xA3\xA3\xA3 ",
1544
+ " \u263A\u2588\u2588\xA3\xA3\xA3 ",
1545
+ " \u263A\u2588\u2588\xA3\xA3\xA3 ",
1546
+ " \u263A\u2593\u2588\xA3\xA3\xA3 ",
1547
+ " \u263A\u2593\u2588\xA3\xA3\xA3 ",
1548
+ " \u263A\u2592\u2588\xA3\xA3\xA3 ",
1549
+ " \u263A\u2592\u2588\xA3\xA3\xA3 ",
1550
+ " \u263A\u2591\u2588\xA3\xA3\xA3 ",
1551
+ " \u263A\u2591\u2588\xA3\xA3\xA3 ",
1552
+ " \u263A \u2588\xA3\xA3\xA3 ",
1553
+ " \u263A\u2588\xA3\xA3\xA3 ",
1554
+ " \u263A\u2588\xA3\xA3\xA3 ",
1555
+ " \u263A\u2593\xA3\xA3\xA3 ",
1556
+ " \u263A\u2593\xA3\xA3\xA3 ",
1557
+ " \u263A\u2592\xA3\xA3\xA3 ",
1558
+ " \u263A\u2592\xA3\xA3\xA3 ",
1559
+ " \u263A\u2591\xA3\xA3\xA3 ",
1560
+ " \u263A\u2591\xA3\xA3\xA3 ",
1561
+ " \u263A \xA3\xA3\xA3 ",
1562
+ " \u263A\xA3\xA3\xA3 ",
1563
+ " \u263A\xA3\xA3\xA3 ",
1564
+ " \u263A\u2593\xA3\xA3 ",
1565
+ " \u263A\u2593\xA3\xA3 ",
1566
+ " \u263A\u2592\xA3\xA3 ",
1567
+ " \u263A\u2592\xA3\xA3 ",
1568
+ " \u263A\u2591\xA3\xA3 ",
1569
+ " \u263A\u2591\xA3\xA3 ",
1570
+ " \u263A \xA3\xA3 ",
1571
+ " \u263A\xA3\xA3 ",
1572
+ " \u263A\xA3\xA3 ",
1573
+ " \u263A\u2593\xA3 ",
1574
+ " \u263A\u2593\xA3 ",
1575
+ " \u263A\u2592\xA3 ",
1576
+ " \u263A\u2592\xA3 ",
1577
+ " \u263A\u2591\xA3 ",
1578
+ " \u263A\u2591\xA3 ",
1579
+ " \u263A \xA3 ",
1580
+ " \u263A\xA3 ",
1581
+ " \u263A\xA3 ",
1582
+ " \u263A\u2593 ",
1583
+ " \u263A\u2593 ",
1584
+ " \u263A\u2592 ",
1585
+ " \u263A\u2592 ",
1586
+ " \u263A\u2591 ",
1587
+ " \u263A\u2591 ",
1588
+ " \u263A ",
1589
+ " \u263A &",
1590
+ " \u263A \u263C&",
1591
+ " \u263A \u263C &",
1592
+ " \u263A\u263C &",
1593
+ " \u263A\u263C & ",
1594
+ " \u203C & ",
1595
+ " \u263A & ",
1596
+ " \u203C & ",
1597
+ " \u263A & ",
1598
+ " \u203C & ",
1599
+ " \u263A & ",
1600
+ "\u203C & ",
1601
+ " & ",
1602
+ " & ",
1603
+ " & \u2591 ",
1604
+ " & \u2592 ",
1605
+ " & \u2593 ",
1606
+ " & \xA3 ",
1607
+ " & \u2591\xA3 ",
1608
+ " & \u2592\xA3 ",
1609
+ " & \u2593\xA3 ",
1610
+ " & \xA3\xA3 ",
1611
+ " & \u2591\xA3\xA3 ",
1612
+ " & \u2592\xA3\xA3 ",
1613
+ "& \u2593\xA3\xA3 ",
1614
+ "& \xA3\xA3\xA3 ",
1615
+ " \u2591\xA3\xA3\xA3 ",
1616
+ " \u2592\xA3\xA3\xA3 ",
1617
+ " \u2593\xA3\xA3\xA3 ",
1618
+ " \u2588\xA3\xA3\xA3 ",
1619
+ " \u2591\u2588\xA3\xA3\xA3 ",
1620
+ " \u2592\u2588\xA3\xA3\xA3 ",
1621
+ " \u2593\u2588\xA3\xA3\xA3 ",
1622
+ " \u2588\u2588\xA3\xA3\xA3 ",
1623
+ " \u2591\u2588\u2588\xA3\xA3\xA3 ",
1624
+ " \u2592\u2588\u2588\xA3\xA3\xA3 ",
1625
+ " \u2593\u2588\u2588\xA3\xA3\xA3 ",
1626
+ " \u2588\u2588\u2588\xA3\xA3\xA3 ",
1627
+ " \u2591\u2588\u2588\u2588\xA3\xA3\xA3 ",
1628
+ " \u2592\u2588\u2588\u2588\xA3\xA3\xA3 ",
1629
+ " \u2593\u2588\u2588\u2588\xA3\xA3\xA3 ",
1630
+ " \u2588\u2588\u2588\u2588\xA3\xA3\xA3 ",
1631
+ " \u2591\u2588\u2588\u2588\u2588\xA3\xA3\xA3 ",
1632
+ " \u2592\u2588\u2588\u2588\u2588\xA3\xA3\xA3 ",
1633
+ " \u2593\u2588\u2588\u2588\u2588\xA3\xA3\xA3 ",
1634
+ " \u2588\u2588\u2588\u2588\u2588\xA3\xA3\xA3 ",
1635
+ " \u2591\u2588\u2588\u2588\u2588\u2588\xA3\xA3\xA3 ",
1636
+ " \u2592\u2588\u2588\u2588\u2588\u2588\xA3\xA3\xA3 ",
1637
+ " \u2593\u2588\u2588\u2588\u2588\u2588\xA3\xA3\xA3 ",
1638
+ " \u2588\u2588\u2588\u2588\u2588\u2588\xA3\xA3\xA3 ",
1639
+ " \u2588\u2588\u2588\u2588\u2588\u2588\xA3\xA3\xA3 "
1640
+ ]
1641
+ }
1642
+ };
1643
+ }
1644
+ });
1645
+
1646
+ // node_modules/cli-spinners/index.js
1647
+ var require_cli_spinners = __commonJS({
1648
+ "node_modules/cli-spinners/index.js"(exports, module) {
1649
+ "use strict";
1650
+ var spinners = Object.assign({}, require_spinners());
1651
+ var spinnersList = Object.keys(spinners);
1652
+ Object.defineProperty(spinners, "random", {
1653
+ get() {
1654
+ const randomIndex = Math.floor(Math.random() * spinnersList.length);
1655
+ const spinnerName = spinnersList[randomIndex];
1656
+ return spinners[spinnerName];
1657
+ }
1658
+ });
1659
+ module.exports = spinners;
1660
+ }
1661
+ });
1662
+
1663
+ // node_modules/ora/index.js
1664
+ import process9 from "process";
1665
+
1666
+ // node_modules/chalk/source/vendor/ansi-styles/index.js
1667
+ var ANSI_BACKGROUND_OFFSET = 10;
1668
+ var wrapAnsi16 = (offset = 0) => (code) => `\x1B[${code + offset}m`;
1669
+ var wrapAnsi256 = (offset = 0) => (code) => `\x1B[${38 + offset};5;${code}m`;
1670
+ var wrapAnsi16m = (offset = 0) => (red, green, blue) => `\x1B[${38 + offset};2;${red};${green};${blue}m`;
1671
+ var styles = {
1672
+ modifier: {
1673
+ reset: [0, 0],
1674
+ // 21 isn't widely supported and 22 does the same thing
1675
+ bold: [1, 22],
1676
+ dim: [2, 22],
1677
+ italic: [3, 23],
1678
+ underline: [4, 24],
1679
+ overline: [53, 55],
1680
+ inverse: [7, 27],
1681
+ hidden: [8, 28],
1682
+ strikethrough: [9, 29]
1683
+ },
1684
+ color: {
1685
+ black: [30, 39],
1686
+ red: [31, 39],
1687
+ green: [32, 39],
1688
+ yellow: [33, 39],
1689
+ blue: [34, 39],
1690
+ magenta: [35, 39],
1691
+ cyan: [36, 39],
1692
+ white: [37, 39],
1693
+ // Bright color
1694
+ blackBright: [90, 39],
1695
+ gray: [90, 39],
1696
+ // Alias of `blackBright`
1697
+ grey: [90, 39],
1698
+ // Alias of `blackBright`
1699
+ redBright: [91, 39],
1700
+ greenBright: [92, 39],
1701
+ yellowBright: [93, 39],
1702
+ blueBright: [94, 39],
1703
+ magentaBright: [95, 39],
1704
+ cyanBright: [96, 39],
1705
+ whiteBright: [97, 39]
1706
+ },
1707
+ bgColor: {
1708
+ bgBlack: [40, 49],
1709
+ bgRed: [41, 49],
1710
+ bgGreen: [42, 49],
1711
+ bgYellow: [43, 49],
1712
+ bgBlue: [44, 49],
1713
+ bgMagenta: [45, 49],
1714
+ bgCyan: [46, 49],
1715
+ bgWhite: [47, 49],
1716
+ // Bright color
1717
+ bgBlackBright: [100, 49],
1718
+ bgGray: [100, 49],
1719
+ // Alias of `bgBlackBright`
1720
+ bgGrey: [100, 49],
1721
+ // Alias of `bgBlackBright`
1722
+ bgRedBright: [101, 49],
1723
+ bgGreenBright: [102, 49],
1724
+ bgYellowBright: [103, 49],
1725
+ bgBlueBright: [104, 49],
1726
+ bgMagentaBright: [105, 49],
1727
+ bgCyanBright: [106, 49],
1728
+ bgWhiteBright: [107, 49]
1729
+ }
1730
+ };
1731
+ var modifierNames = Object.keys(styles.modifier);
1732
+ var foregroundColorNames = Object.keys(styles.color);
1733
+ var backgroundColorNames = Object.keys(styles.bgColor);
1734
+ var colorNames = [...foregroundColorNames, ...backgroundColorNames];
1735
+ function assembleStyles() {
1736
+ const codes = /* @__PURE__ */ new Map();
1737
+ for (const [groupName, group] of Object.entries(styles)) {
1738
+ for (const [styleName, style] of Object.entries(group)) {
1739
+ styles[styleName] = {
1740
+ open: `\x1B[${style[0]}m`,
1741
+ close: `\x1B[${style[1]}m`
1742
+ };
1743
+ group[styleName] = styles[styleName];
1744
+ codes.set(style[0], style[1]);
1745
+ }
1746
+ Object.defineProperty(styles, groupName, {
1747
+ value: group,
1748
+ enumerable: false
1749
+ });
1750
+ }
1751
+ Object.defineProperty(styles, "codes", {
1752
+ value: codes,
1753
+ enumerable: false
1754
+ });
1755
+ styles.color.close = "\x1B[39m";
1756
+ styles.bgColor.close = "\x1B[49m";
1757
+ styles.color.ansi = wrapAnsi16();
1758
+ styles.color.ansi256 = wrapAnsi256();
1759
+ styles.color.ansi16m = wrapAnsi16m();
1760
+ styles.bgColor.ansi = wrapAnsi16(ANSI_BACKGROUND_OFFSET);
1761
+ styles.bgColor.ansi256 = wrapAnsi256(ANSI_BACKGROUND_OFFSET);
1762
+ styles.bgColor.ansi16m = wrapAnsi16m(ANSI_BACKGROUND_OFFSET);
1763
+ Object.defineProperties(styles, {
1764
+ rgbToAnsi256: {
1765
+ value(red, green, blue) {
1766
+ if (red === green && green === blue) {
1767
+ if (red < 8) {
1768
+ return 16;
1769
+ }
1770
+ if (red > 248) {
1771
+ return 231;
1772
+ }
1773
+ return Math.round((red - 8) / 247 * 24) + 232;
1774
+ }
1775
+ return 16 + 36 * Math.round(red / 255 * 5) + 6 * Math.round(green / 255 * 5) + Math.round(blue / 255 * 5);
1776
+ },
1777
+ enumerable: false
1778
+ },
1779
+ hexToRgb: {
1780
+ value(hex) {
1781
+ const matches = /[a-f\d]{6}|[a-f\d]{3}/i.exec(hex.toString(16));
1782
+ if (!matches) {
1783
+ return [0, 0, 0];
1784
+ }
1785
+ let [colorString] = matches;
1786
+ if (colorString.length === 3) {
1787
+ colorString = [...colorString].map((character) => character + character).join("");
1788
+ }
1789
+ const integer = Number.parseInt(colorString, 16);
1790
+ return [
1791
+ /* eslint-disable no-bitwise */
1792
+ integer >> 16 & 255,
1793
+ integer >> 8 & 255,
1794
+ integer & 255
1795
+ /* eslint-enable no-bitwise */
1796
+ ];
1797
+ },
1798
+ enumerable: false
1799
+ },
1800
+ hexToAnsi256: {
1801
+ value: (hex) => styles.rgbToAnsi256(...styles.hexToRgb(hex)),
1802
+ enumerable: false
1803
+ },
1804
+ ansi256ToAnsi: {
1805
+ value(code) {
1806
+ if (code < 8) {
1807
+ return 30 + code;
1808
+ }
1809
+ if (code < 16) {
1810
+ return 90 + (code - 8);
1811
+ }
1812
+ let red;
1813
+ let green;
1814
+ let blue;
1815
+ if (code >= 232) {
1816
+ red = ((code - 232) * 10 + 8) / 255;
1817
+ green = red;
1818
+ blue = red;
1819
+ } else {
1820
+ code -= 16;
1821
+ const remainder = code % 36;
1822
+ red = Math.floor(code / 36) / 5;
1823
+ green = Math.floor(remainder / 6) / 5;
1824
+ blue = remainder % 6 / 5;
1825
+ }
1826
+ const value = Math.max(red, green, blue) * 2;
1827
+ if (value === 0) {
1828
+ return 30;
1829
+ }
1830
+ let result = 30 + (Math.round(blue) << 2 | Math.round(green) << 1 | Math.round(red));
1831
+ if (value === 2) {
1832
+ result += 60;
1833
+ }
1834
+ return result;
1835
+ },
1836
+ enumerable: false
1837
+ },
1838
+ rgbToAnsi: {
1839
+ value: (red, green, blue) => styles.ansi256ToAnsi(styles.rgbToAnsi256(red, green, blue)),
1840
+ enumerable: false
1841
+ },
1842
+ hexToAnsi: {
1843
+ value: (hex) => styles.ansi256ToAnsi(styles.hexToAnsi256(hex)),
1844
+ enumerable: false
1845
+ }
1846
+ });
1847
+ return styles;
1848
+ }
1849
+ var ansiStyles = assembleStyles();
1850
+ var ansi_styles_default = ansiStyles;
1851
+
1852
+ // node_modules/chalk/source/vendor/supports-color/index.js
1853
+ import process2 from "process";
1854
+ import os from "os";
1855
+ import tty from "tty";
1856
+ function hasFlag(flag, argv = globalThis.Deno ? globalThis.Deno.args : process2.argv) {
1857
+ const prefix = flag.startsWith("-") ? "" : flag.length === 1 ? "-" : "--";
1858
+ const position = argv.indexOf(prefix + flag);
1859
+ const terminatorPosition = argv.indexOf("--");
1860
+ return position !== -1 && (terminatorPosition === -1 || position < terminatorPosition);
1861
+ }
1862
+ var { env } = process2;
1863
+ var flagForceColor;
1864
+ if (hasFlag("no-color") || hasFlag("no-colors") || hasFlag("color=false") || hasFlag("color=never")) {
1865
+ flagForceColor = 0;
1866
+ } else if (hasFlag("color") || hasFlag("colors") || hasFlag("color=true") || hasFlag("color=always")) {
1867
+ flagForceColor = 1;
1868
+ }
1869
+ function envForceColor() {
1870
+ if ("FORCE_COLOR" in env) {
1871
+ if (env.FORCE_COLOR === "true") {
1872
+ return 1;
1873
+ }
1874
+ if (env.FORCE_COLOR === "false") {
1875
+ return 0;
1876
+ }
1877
+ return env.FORCE_COLOR.length === 0 ? 1 : Math.min(Number.parseInt(env.FORCE_COLOR, 10), 3);
1878
+ }
1879
+ }
1880
+ function translateLevel(level) {
1881
+ if (level === 0) {
1882
+ return false;
1883
+ }
1884
+ return {
1885
+ level,
1886
+ hasBasic: true,
1887
+ has256: level >= 2,
1888
+ has16m: level >= 3
1889
+ };
1890
+ }
1891
+ function _supportsColor(haveStream, { streamIsTTY, sniffFlags = true } = {}) {
1892
+ const noFlagForceColor = envForceColor();
1893
+ if (noFlagForceColor !== void 0) {
1894
+ flagForceColor = noFlagForceColor;
1895
+ }
1896
+ const forceColor = sniffFlags ? flagForceColor : noFlagForceColor;
1897
+ if (forceColor === 0) {
1898
+ return 0;
1899
+ }
1900
+ if (sniffFlags) {
1901
+ if (hasFlag("color=16m") || hasFlag("color=full") || hasFlag("color=truecolor")) {
1902
+ return 3;
1903
+ }
1904
+ if (hasFlag("color=256")) {
1905
+ return 2;
1906
+ }
1907
+ }
1908
+ if ("TF_BUILD" in env && "AGENT_NAME" in env) {
1909
+ return 1;
1910
+ }
1911
+ if (haveStream && !streamIsTTY && forceColor === void 0) {
1912
+ return 0;
1913
+ }
1914
+ const min = forceColor || 0;
1915
+ if (env.TERM === "dumb") {
1916
+ return min;
1917
+ }
1918
+ if (process2.platform === "win32") {
1919
+ const osRelease = os.release().split(".");
1920
+ if (Number(osRelease[0]) >= 10 && Number(osRelease[2]) >= 10586) {
1921
+ return Number(osRelease[2]) >= 14931 ? 3 : 2;
1922
+ }
1923
+ return 1;
1924
+ }
1925
+ if ("CI" in env) {
1926
+ if (["GITHUB_ACTIONS", "GITEA_ACTIONS", "CIRCLECI"].some((key) => key in env)) {
1927
+ return 3;
1928
+ }
1929
+ if (["TRAVIS", "APPVEYOR", "GITLAB_CI", "BUILDKITE", "DRONE"].some((sign) => sign in env) || env.CI_NAME === "codeship") {
1930
+ return 1;
1931
+ }
1932
+ return min;
1933
+ }
1934
+ if ("TEAMCITY_VERSION" in env) {
1935
+ return /^(9\.(0*[1-9]\d*)\.|\d{2,}\.)/.test(env.TEAMCITY_VERSION) ? 1 : 0;
1936
+ }
1937
+ if (env.COLORTERM === "truecolor") {
1938
+ return 3;
1939
+ }
1940
+ if (env.TERM === "xterm-kitty") {
1941
+ return 3;
1942
+ }
1943
+ if (env.TERM === "xterm-ghostty") {
1944
+ return 3;
1945
+ }
1946
+ if (env.TERM === "wezterm") {
1947
+ return 3;
1948
+ }
1949
+ if ("TERM_PROGRAM" in env) {
1950
+ const version = Number.parseInt((env.TERM_PROGRAM_VERSION || "").split(".")[0], 10);
1951
+ switch (env.TERM_PROGRAM) {
1952
+ case "iTerm.app": {
1953
+ return version >= 3 ? 3 : 2;
1954
+ }
1955
+ case "Apple_Terminal": {
1956
+ return 2;
1957
+ }
1958
+ }
1959
+ }
1960
+ if (/-256(color)?$/i.test(env.TERM)) {
1961
+ return 2;
1962
+ }
1963
+ if (/^screen|^xterm|^vt100|^vt220|^rxvt|color|ansi|cygwin|linux/i.test(env.TERM)) {
1964
+ return 1;
1965
+ }
1966
+ if ("COLORTERM" in env) {
1967
+ return 1;
1968
+ }
1969
+ return min;
1970
+ }
1971
+ function createSupportsColor(stream, options = {}) {
1972
+ const level = _supportsColor(stream, {
1973
+ streamIsTTY: stream && stream.isTTY,
1974
+ ...options
1975
+ });
1976
+ return translateLevel(level);
1977
+ }
1978
+ var supportsColor = {
1979
+ stdout: createSupportsColor({ isTTY: tty.isatty(1) }),
1980
+ stderr: createSupportsColor({ isTTY: tty.isatty(2) })
1981
+ };
1982
+ var supports_color_default = supportsColor;
1983
+
1984
+ // node_modules/chalk/source/utilities.js
1985
+ function stringReplaceAll(string, substring, replacer) {
1986
+ let index = string.indexOf(substring);
1987
+ if (index === -1) {
1988
+ return string;
1989
+ }
1990
+ const substringLength = substring.length;
1991
+ let endIndex = 0;
1992
+ let returnValue = "";
1993
+ do {
1994
+ returnValue += string.slice(endIndex, index) + substring + replacer;
1995
+ endIndex = index + substringLength;
1996
+ index = string.indexOf(substring, endIndex);
1997
+ } while (index !== -1);
1998
+ returnValue += string.slice(endIndex);
1999
+ return returnValue;
2000
+ }
2001
+ function stringEncaseCRLFWithFirstIndex(string, prefix, postfix, index) {
2002
+ let endIndex = 0;
2003
+ let returnValue = "";
2004
+ do {
2005
+ const gotCR = string[index - 1] === "\r";
2006
+ returnValue += string.slice(endIndex, gotCR ? index - 1 : index) + prefix + (gotCR ? "\r\n" : "\n") + postfix;
2007
+ endIndex = index + 1;
2008
+ index = string.indexOf("\n", endIndex);
2009
+ } while (index !== -1);
2010
+ returnValue += string.slice(endIndex);
2011
+ return returnValue;
2012
+ }
2013
+
2014
+ // node_modules/chalk/source/index.js
2015
+ var { stdout: stdoutColor, stderr: stderrColor } = supports_color_default;
2016
+ var GENERATOR = Symbol("GENERATOR");
2017
+ var STYLER = Symbol("STYLER");
2018
+ var IS_EMPTY = Symbol("IS_EMPTY");
2019
+ var levelMapping = [
2020
+ "ansi",
2021
+ "ansi",
2022
+ "ansi256",
2023
+ "ansi16m"
2024
+ ];
2025
+ var styles2 = /* @__PURE__ */ Object.create(null);
2026
+ var applyOptions = (object, options = {}) => {
2027
+ if (options.level && !(Number.isInteger(options.level) && options.level >= 0 && options.level <= 3)) {
2028
+ throw new Error("The `level` option should be an integer from 0 to 3");
2029
+ }
2030
+ const colorLevel = stdoutColor ? stdoutColor.level : 0;
2031
+ object.level = options.level === void 0 ? colorLevel : options.level;
2032
+ };
2033
+ var chalkFactory = (options) => {
2034
+ const chalk2 = (...strings) => strings.join(" ");
2035
+ applyOptions(chalk2, options);
2036
+ Object.setPrototypeOf(chalk2, createChalk.prototype);
2037
+ return chalk2;
2038
+ };
2039
+ function createChalk(options) {
2040
+ return chalkFactory(options);
2041
+ }
2042
+ Object.setPrototypeOf(createChalk.prototype, Function.prototype);
2043
+ for (const [styleName, style] of Object.entries(ansi_styles_default)) {
2044
+ styles2[styleName] = {
2045
+ get() {
2046
+ const builder = createBuilder(this, createStyler(style.open, style.close, this[STYLER]), this[IS_EMPTY]);
2047
+ Object.defineProperty(this, styleName, { value: builder });
2048
+ return builder;
2049
+ }
2050
+ };
2051
+ }
2052
+ styles2.visible = {
2053
+ get() {
2054
+ const builder = createBuilder(this, this[STYLER], true);
2055
+ Object.defineProperty(this, "visible", { value: builder });
2056
+ return builder;
2057
+ }
2058
+ };
2059
+ var getModelAnsi = (model, level, type, ...arguments_) => {
2060
+ if (model === "rgb") {
2061
+ if (level === "ansi16m") {
2062
+ return ansi_styles_default[type].ansi16m(...arguments_);
2063
+ }
2064
+ if (level === "ansi256") {
2065
+ return ansi_styles_default[type].ansi256(ansi_styles_default.rgbToAnsi256(...arguments_));
2066
+ }
2067
+ return ansi_styles_default[type].ansi(ansi_styles_default.rgbToAnsi(...arguments_));
2068
+ }
2069
+ if (model === "hex") {
2070
+ return getModelAnsi("rgb", level, type, ...ansi_styles_default.hexToRgb(...arguments_));
2071
+ }
2072
+ return ansi_styles_default[type][model](...arguments_);
2073
+ };
2074
+ var usedModels = ["rgb", "hex", "ansi256"];
2075
+ for (const model of usedModels) {
2076
+ styles2[model] = {
2077
+ get() {
2078
+ const { level } = this;
2079
+ return function(...arguments_) {
2080
+ const styler = createStyler(getModelAnsi(model, levelMapping[level], "color", ...arguments_), ansi_styles_default.color.close, this[STYLER]);
2081
+ return createBuilder(this, styler, this[IS_EMPTY]);
2082
+ };
2083
+ }
2084
+ };
2085
+ const bgModel = "bg" + model[0].toUpperCase() + model.slice(1);
2086
+ styles2[bgModel] = {
2087
+ get() {
2088
+ const { level } = this;
2089
+ return function(...arguments_) {
2090
+ const styler = createStyler(getModelAnsi(model, levelMapping[level], "bgColor", ...arguments_), ansi_styles_default.bgColor.close, this[STYLER]);
2091
+ return createBuilder(this, styler, this[IS_EMPTY]);
2092
+ };
2093
+ }
2094
+ };
2095
+ }
2096
+ var proto = Object.defineProperties(() => {
2097
+ }, {
2098
+ ...styles2,
2099
+ level: {
2100
+ enumerable: true,
2101
+ get() {
2102
+ return this[GENERATOR].level;
2103
+ },
2104
+ set(level) {
2105
+ this[GENERATOR].level = level;
2106
+ }
2107
+ }
2108
+ });
2109
+ var createStyler = (open, close, parent) => {
2110
+ let openAll;
2111
+ let closeAll;
2112
+ if (parent === void 0) {
2113
+ openAll = open;
2114
+ closeAll = close;
2115
+ } else {
2116
+ openAll = parent.openAll + open;
2117
+ closeAll = close + parent.closeAll;
2118
+ }
2119
+ return {
2120
+ open,
2121
+ close,
2122
+ openAll,
2123
+ closeAll,
2124
+ parent
2125
+ };
2126
+ };
2127
+ var createBuilder = (self, _styler, _isEmpty) => {
2128
+ const builder = (...arguments_) => applyStyle(builder, arguments_.length === 1 ? "" + arguments_[0] : arguments_.join(" "));
2129
+ Object.setPrototypeOf(builder, proto);
2130
+ builder[GENERATOR] = self;
2131
+ builder[STYLER] = _styler;
2132
+ builder[IS_EMPTY] = _isEmpty;
2133
+ return builder;
2134
+ };
2135
+ var applyStyle = (self, string) => {
2136
+ if (self.level <= 0 || !string) {
2137
+ return self[IS_EMPTY] ? "" : string;
2138
+ }
2139
+ let styler = self[STYLER];
2140
+ if (styler === void 0) {
2141
+ return string;
2142
+ }
2143
+ const { openAll, closeAll } = styler;
2144
+ if (string.includes("\x1B")) {
2145
+ while (styler !== void 0) {
2146
+ string = stringReplaceAll(string, styler.close, styler.open);
2147
+ styler = styler.parent;
2148
+ }
2149
+ }
2150
+ const lfIndex = string.indexOf("\n");
2151
+ if (lfIndex !== -1) {
2152
+ string = stringEncaseCRLFWithFirstIndex(string, closeAll, openAll, lfIndex);
2153
+ }
2154
+ return openAll + string + closeAll;
2155
+ };
2156
+ Object.defineProperties(createChalk.prototype, styles2);
2157
+ var chalk = createChalk();
2158
+ var chalkStderr = createChalk({ level: stderrColor ? stderrColor.level : 0 });
2159
+ var source_default = chalk;
2160
+
2161
+ // node_modules/cli-cursor/index.js
2162
+ import process5 from "process";
2163
+
2164
+ // node_modules/restore-cursor/index.js
2165
+ import process4 from "process";
2166
+
2167
+ // node_modules/mimic-function/index.js
2168
+ var copyProperty = (to, from, property, ignoreNonConfigurable) => {
2169
+ if (property === "length" || property === "prototype") {
2170
+ return;
2171
+ }
2172
+ if (property === "arguments" || property === "caller") {
2173
+ return;
2174
+ }
2175
+ const toDescriptor = Object.getOwnPropertyDescriptor(to, property);
2176
+ const fromDescriptor = Object.getOwnPropertyDescriptor(from, property);
2177
+ if (!canCopyProperty(toDescriptor, fromDescriptor) && ignoreNonConfigurable) {
2178
+ return;
2179
+ }
2180
+ Object.defineProperty(to, property, fromDescriptor);
2181
+ };
2182
+ var canCopyProperty = function(toDescriptor, fromDescriptor) {
2183
+ return toDescriptor === void 0 || toDescriptor.configurable || toDescriptor.writable === fromDescriptor.writable && toDescriptor.enumerable === fromDescriptor.enumerable && toDescriptor.configurable === fromDescriptor.configurable && (toDescriptor.writable || toDescriptor.value === fromDescriptor.value);
2184
+ };
2185
+ var changePrototype = (to, from) => {
2186
+ const fromPrototype = Object.getPrototypeOf(from);
2187
+ if (fromPrototype === Object.getPrototypeOf(to)) {
2188
+ return;
2189
+ }
2190
+ Object.setPrototypeOf(to, fromPrototype);
2191
+ };
2192
+ var wrappedToString = (withName, fromBody) => `/* Wrapped ${withName}*/
2193
+ ${fromBody}`;
2194
+ var toStringDescriptor = Object.getOwnPropertyDescriptor(Function.prototype, "toString");
2195
+ var toStringName = Object.getOwnPropertyDescriptor(Function.prototype.toString, "name");
2196
+ var changeToString = (to, from, name) => {
2197
+ const withName = name === "" ? "" : `with ${name.trim()}() `;
2198
+ const newToString = wrappedToString.bind(null, withName, from.toString());
2199
+ Object.defineProperty(newToString, "name", toStringName);
2200
+ const { writable, enumerable, configurable } = toStringDescriptor;
2201
+ Object.defineProperty(to, "toString", { value: newToString, writable, enumerable, configurable });
2202
+ };
2203
+ function mimicFunction(to, from, { ignoreNonConfigurable = false } = {}) {
2204
+ const { name } = to;
2205
+ for (const property of Reflect.ownKeys(from)) {
2206
+ copyProperty(to, from, property, ignoreNonConfigurable);
2207
+ }
2208
+ changePrototype(to, from);
2209
+ changeToString(to, from, name);
2210
+ return to;
2211
+ }
2212
+
2213
+ // node_modules/onetime/index.js
2214
+ var calledFunctions = /* @__PURE__ */ new WeakMap();
2215
+ var onetime = (function_, options = {}) => {
2216
+ if (typeof function_ !== "function") {
2217
+ throw new TypeError("Expected a function");
2218
+ }
2219
+ let returnValue;
2220
+ let callCount = 0;
2221
+ const functionName = function_.displayName || function_.name || "<anonymous>";
2222
+ const onetime2 = function(...arguments_) {
2223
+ calledFunctions.set(onetime2, ++callCount);
2224
+ if (callCount === 1) {
2225
+ returnValue = function_.apply(this, arguments_);
2226
+ function_ = void 0;
2227
+ } else if (options.throw === true) {
2228
+ throw new Error(`Function \`${functionName}\` can only be called once`);
2229
+ }
2230
+ return returnValue;
2231
+ };
2232
+ mimicFunction(onetime2, function_);
2233
+ calledFunctions.set(onetime2, callCount);
2234
+ return onetime2;
2235
+ };
2236
+ onetime.callCount = (function_) => {
2237
+ if (!calledFunctions.has(function_)) {
2238
+ throw new Error(`The given function \`${function_.name}\` is not wrapped by the \`onetime\` package`);
2239
+ }
2240
+ return calledFunctions.get(function_);
2241
+ };
2242
+ var onetime_default = onetime;
2243
+
2244
+ // node_modules/signal-exit/dist/mjs/signals.js
2245
+ var signals = [];
2246
+ signals.push("SIGHUP", "SIGINT", "SIGTERM");
2247
+ if (process.platform !== "win32") {
2248
+ signals.push(
2249
+ "SIGALRM",
2250
+ "SIGABRT",
2251
+ "SIGVTALRM",
2252
+ "SIGXCPU",
2253
+ "SIGXFSZ",
2254
+ "SIGUSR2",
2255
+ "SIGTRAP",
2256
+ "SIGSYS",
2257
+ "SIGQUIT",
2258
+ "SIGIOT"
2259
+ // should detect profiler and enable/disable accordingly.
2260
+ // see #21
2261
+ // 'SIGPROF'
2262
+ );
2263
+ }
2264
+ if (process.platform === "linux") {
2265
+ signals.push("SIGIO", "SIGPOLL", "SIGPWR", "SIGSTKFLT");
2266
+ }
2267
+
2268
+ // node_modules/signal-exit/dist/mjs/index.js
2269
+ var processOk = (process10) => !!process10 && typeof process10 === "object" && typeof process10.removeListener === "function" && typeof process10.emit === "function" && typeof process10.reallyExit === "function" && typeof process10.listeners === "function" && typeof process10.kill === "function" && typeof process10.pid === "number" && typeof process10.on === "function";
2270
+ var kExitEmitter = Symbol.for("signal-exit emitter");
2271
+ var global = globalThis;
2272
+ var ObjectDefineProperty = Object.defineProperty.bind(Object);
2273
+ var Emitter = class {
2274
+ emitted = {
2275
+ afterExit: false,
2276
+ exit: false
2277
+ };
2278
+ listeners = {
2279
+ afterExit: [],
2280
+ exit: []
2281
+ };
2282
+ count = 0;
2283
+ id = Math.random();
2284
+ constructor() {
2285
+ if (global[kExitEmitter]) {
2286
+ return global[kExitEmitter];
2287
+ }
2288
+ ObjectDefineProperty(global, kExitEmitter, {
2289
+ value: this,
2290
+ writable: false,
2291
+ enumerable: false,
2292
+ configurable: false
2293
+ });
2294
+ }
2295
+ on(ev, fn) {
2296
+ this.listeners[ev].push(fn);
2297
+ }
2298
+ removeListener(ev, fn) {
2299
+ const list = this.listeners[ev];
2300
+ const i = list.indexOf(fn);
2301
+ if (i === -1) {
2302
+ return;
2303
+ }
2304
+ if (i === 0 && list.length === 1) {
2305
+ list.length = 0;
2306
+ } else {
2307
+ list.splice(i, 1);
2308
+ }
2309
+ }
2310
+ emit(ev, code, signal) {
2311
+ if (this.emitted[ev]) {
2312
+ return false;
2313
+ }
2314
+ this.emitted[ev] = true;
2315
+ let ret = false;
2316
+ for (const fn of this.listeners[ev]) {
2317
+ ret = fn(code, signal) === true || ret;
2318
+ }
2319
+ if (ev === "exit") {
2320
+ ret = this.emit("afterExit", code, signal) || ret;
2321
+ }
2322
+ return ret;
2323
+ }
2324
+ };
2325
+ var SignalExitBase = class {
2326
+ };
2327
+ var signalExitWrap = (handler) => {
2328
+ return {
2329
+ onExit(cb, opts) {
2330
+ return handler.onExit(cb, opts);
2331
+ },
2332
+ load() {
2333
+ return handler.load();
2334
+ },
2335
+ unload() {
2336
+ return handler.unload();
2337
+ }
2338
+ };
2339
+ };
2340
+ var SignalExitFallback = class extends SignalExitBase {
2341
+ onExit() {
2342
+ return () => {
2343
+ };
2344
+ }
2345
+ load() {
2346
+ }
2347
+ unload() {
2348
+ }
2349
+ };
2350
+ var SignalExit = class extends SignalExitBase {
2351
+ // "SIGHUP" throws an `ENOSYS` error on Windows,
2352
+ // so use a supported signal instead
2353
+ /* c8 ignore start */
2354
+ #hupSig = process3.platform === "win32" ? "SIGINT" : "SIGHUP";
2355
+ /* c8 ignore stop */
2356
+ #emitter = new Emitter();
2357
+ #process;
2358
+ #originalProcessEmit;
2359
+ #originalProcessReallyExit;
2360
+ #sigListeners = {};
2361
+ #loaded = false;
2362
+ constructor(process10) {
2363
+ super();
2364
+ this.#process = process10;
2365
+ this.#sigListeners = {};
2366
+ for (const sig of signals) {
2367
+ this.#sigListeners[sig] = () => {
2368
+ const listeners = this.#process.listeners(sig);
2369
+ let { count } = this.#emitter;
2370
+ const p = process10;
2371
+ if (typeof p.__signal_exit_emitter__ === "object" && typeof p.__signal_exit_emitter__.count === "number") {
2372
+ count += p.__signal_exit_emitter__.count;
2373
+ }
2374
+ if (listeners.length === count) {
2375
+ this.unload();
2376
+ const ret = this.#emitter.emit("exit", null, sig);
2377
+ const s = sig === "SIGHUP" ? this.#hupSig : sig;
2378
+ if (!ret)
2379
+ process10.kill(process10.pid, s);
2380
+ }
2381
+ };
2382
+ }
2383
+ this.#originalProcessReallyExit = process10.reallyExit;
2384
+ this.#originalProcessEmit = process10.emit;
2385
+ }
2386
+ onExit(cb, opts) {
2387
+ if (!processOk(this.#process)) {
2388
+ return () => {
2389
+ };
2390
+ }
2391
+ if (this.#loaded === false) {
2392
+ this.load();
2393
+ }
2394
+ const ev = opts?.alwaysLast ? "afterExit" : "exit";
2395
+ this.#emitter.on(ev, cb);
2396
+ return () => {
2397
+ this.#emitter.removeListener(ev, cb);
2398
+ if (this.#emitter.listeners["exit"].length === 0 && this.#emitter.listeners["afterExit"].length === 0) {
2399
+ this.unload();
2400
+ }
2401
+ };
2402
+ }
2403
+ load() {
2404
+ if (this.#loaded) {
2405
+ return;
2406
+ }
2407
+ this.#loaded = true;
2408
+ this.#emitter.count += 1;
2409
+ for (const sig of signals) {
2410
+ try {
2411
+ const fn = this.#sigListeners[sig];
2412
+ if (fn)
2413
+ this.#process.on(sig, fn);
2414
+ } catch (_) {
2415
+ }
2416
+ }
2417
+ this.#process.emit = (ev, ...a) => {
2418
+ return this.#processEmit(ev, ...a);
2419
+ };
2420
+ this.#process.reallyExit = (code) => {
2421
+ return this.#processReallyExit(code);
2422
+ };
2423
+ }
2424
+ unload() {
2425
+ if (!this.#loaded) {
2426
+ return;
2427
+ }
2428
+ this.#loaded = false;
2429
+ signals.forEach((sig) => {
2430
+ const listener = this.#sigListeners[sig];
2431
+ if (!listener) {
2432
+ throw new Error("Listener not defined for signal: " + sig);
2433
+ }
2434
+ try {
2435
+ this.#process.removeListener(sig, listener);
2436
+ } catch (_) {
2437
+ }
2438
+ });
2439
+ this.#process.emit = this.#originalProcessEmit;
2440
+ this.#process.reallyExit = this.#originalProcessReallyExit;
2441
+ this.#emitter.count -= 1;
2442
+ }
2443
+ #processReallyExit(code) {
2444
+ if (!processOk(this.#process)) {
2445
+ return 0;
2446
+ }
2447
+ this.#process.exitCode = code || 0;
2448
+ this.#emitter.emit("exit", this.#process.exitCode, null);
2449
+ return this.#originalProcessReallyExit.call(this.#process, this.#process.exitCode);
2450
+ }
2451
+ #processEmit(ev, ...args) {
2452
+ const og = this.#originalProcessEmit;
2453
+ if (ev === "exit" && processOk(this.#process)) {
2454
+ if (typeof args[0] === "number") {
2455
+ this.#process.exitCode = args[0];
2456
+ }
2457
+ const ret = og.call(this.#process, ev, ...args);
2458
+ this.#emitter.emit("exit", this.#process.exitCode, null);
2459
+ return ret;
2460
+ } else {
2461
+ return og.call(this.#process, ev, ...args);
2462
+ }
2463
+ }
2464
+ };
2465
+ var process3 = globalThis.process;
2466
+ var {
2467
+ /**
2468
+ * Called when the process is exiting, whether via signal, explicit
2469
+ * exit, or running out of stuff to do.
2470
+ *
2471
+ * If the global process object is not suitable for instrumentation,
2472
+ * then this will be a no-op.
2473
+ *
2474
+ * Returns a function that may be used to unload signal-exit.
2475
+ */
2476
+ onExit,
2477
+ /**
2478
+ * Load the listeners. Likely you never need to call this, unless
2479
+ * doing a rather deep integration with signal-exit functionality.
2480
+ * Mostly exposed for the benefit of testing.
2481
+ *
2482
+ * @internal
2483
+ */
2484
+ load,
2485
+ /**
2486
+ * Unload the listeners. Likely you never need to call this, unless
2487
+ * doing a rather deep integration with signal-exit functionality.
2488
+ * Mostly exposed for the benefit of testing.
2489
+ *
2490
+ * @internal
2491
+ */
2492
+ unload
2493
+ } = signalExitWrap(processOk(process3) ? new SignalExit(process3) : new SignalExitFallback());
2494
+
2495
+ // node_modules/restore-cursor/index.js
2496
+ var terminal = process4.stderr.isTTY ? process4.stderr : process4.stdout.isTTY ? process4.stdout : void 0;
2497
+ var restoreCursor = terminal ? onetime_default(() => {
2498
+ onExit(() => {
2499
+ terminal.write("\x1B[?25h");
2500
+ }, { alwaysLast: true });
2501
+ }) : () => {
2502
+ };
2503
+ var restore_cursor_default = restoreCursor;
2504
+
2505
+ // node_modules/cli-cursor/index.js
2506
+ var isHidden = false;
2507
+ var cliCursor = {};
2508
+ cliCursor.show = (writableStream = process5.stderr) => {
2509
+ if (!writableStream.isTTY) {
2510
+ return;
2511
+ }
2512
+ isHidden = false;
2513
+ writableStream.write("\x1B[?25h");
2514
+ };
2515
+ cliCursor.hide = (writableStream = process5.stderr) => {
2516
+ if (!writableStream.isTTY) {
2517
+ return;
2518
+ }
2519
+ restore_cursor_default();
2520
+ isHidden = true;
2521
+ writableStream.write("\x1B[?25l");
2522
+ };
2523
+ cliCursor.toggle = (force, writableStream) => {
2524
+ if (force !== void 0) {
2525
+ isHidden = force;
2526
+ }
2527
+ if (isHidden) {
2528
+ cliCursor.show(writableStream);
2529
+ } else {
2530
+ cliCursor.hide(writableStream);
2531
+ }
2532
+ };
2533
+ var cli_cursor_default = cliCursor;
2534
+
2535
+ // node_modules/ora/index.js
2536
+ var import_cli_spinners = __toESM(require_cli_spinners(), 1);
2537
+
2538
+ // node_modules/log-symbols/node_modules/is-unicode-supported/index.js
2539
+ import process6 from "process";
2540
+ function isUnicodeSupported() {
2541
+ if (process6.platform !== "win32") {
2542
+ return process6.env.TERM !== "linux";
2543
+ }
2544
+ return Boolean(process6.env.CI) || Boolean(process6.env.WT_SESSION) || Boolean(process6.env.TERMINUS_SUBLIME) || process6.env.ConEmuTask === "{cmd::Cmder}" || process6.env.TERM_PROGRAM === "Terminus-Sublime" || process6.env.TERM_PROGRAM === "vscode" || process6.env.TERM === "xterm-256color" || process6.env.TERM === "alacritty" || process6.env.TERMINAL_EMULATOR === "JetBrains-JediTerm";
2545
+ }
2546
+
2547
+ // node_modules/log-symbols/index.js
2548
+ var main = {
2549
+ info: source_default.blue("\u2139"),
2550
+ success: source_default.green("\u2714"),
2551
+ warning: source_default.yellow("\u26A0"),
2552
+ error: source_default.red("\u2716")
2553
+ };
2554
+ var fallback = {
2555
+ info: source_default.blue("i"),
2556
+ success: source_default.green("\u221A"),
2557
+ warning: source_default.yellow("\u203C"),
2558
+ error: source_default.red("\xD7")
2559
+ };
2560
+ var logSymbols = isUnicodeSupported() ? main : fallback;
2561
+ var log_symbols_default = logSymbols;
2562
+
2563
+ // node_modules/ansi-regex/index.js
2564
+ function ansiRegex({ onlyFirst = false } = {}) {
2565
+ const ST = "(?:\\u0007|\\u001B\\u005C|\\u009C)";
2566
+ const osc = `(?:\\u001B\\][\\s\\S]*?${ST})`;
2567
+ const csi = "[\\u001B\\u009B][[\\]()#;?]*(?:\\d{1,4}(?:[;:]\\d{0,4})*)?[\\dA-PR-TZcf-nq-uy=><~]";
2568
+ const pattern = `${osc}|${csi}`;
2569
+ return new RegExp(pattern, onlyFirst ? void 0 : "g");
2570
+ }
2571
+
2572
+ // node_modules/strip-ansi/index.js
2573
+ var regex = ansiRegex();
2574
+ function stripAnsi(string) {
2575
+ if (typeof string !== "string") {
2576
+ throw new TypeError(`Expected a \`string\`, got \`${typeof string}\``);
2577
+ }
2578
+ return string.replace(regex, "");
2579
+ }
2580
+
2581
+ // node_modules/get-east-asian-width/lookup-data.js
2582
+ var ambiguousRanges = [161, 161, 164, 164, 167, 168, 170, 170, 173, 174, 176, 180, 182, 186, 188, 191, 198, 198, 208, 208, 215, 216, 222, 225, 230, 230, 232, 234, 236, 237, 240, 240, 242, 243, 247, 250, 252, 252, 254, 254, 257, 257, 273, 273, 275, 275, 283, 283, 294, 295, 299, 299, 305, 307, 312, 312, 319, 322, 324, 324, 328, 331, 333, 333, 338, 339, 358, 359, 363, 363, 462, 462, 464, 464, 466, 466, 468, 468, 470, 470, 472, 472, 474, 474, 476, 476, 593, 593, 609, 609, 708, 708, 711, 711, 713, 715, 717, 717, 720, 720, 728, 731, 733, 733, 735, 735, 768, 879, 913, 929, 931, 937, 945, 961, 963, 969, 1025, 1025, 1040, 1103, 1105, 1105, 8208, 8208, 8211, 8214, 8216, 8217, 8220, 8221, 8224, 8226, 8228, 8231, 8240, 8240, 8242, 8243, 8245, 8245, 8251, 8251, 8254, 8254, 8308, 8308, 8319, 8319, 8321, 8324, 8364, 8364, 8451, 8451, 8453, 8453, 8457, 8457, 8467, 8467, 8470, 8470, 8481, 8482, 8486, 8486, 8491, 8491, 8531, 8532, 8539, 8542, 8544, 8555, 8560, 8569, 8585, 8585, 8592, 8601, 8632, 8633, 8658, 8658, 8660, 8660, 8679, 8679, 8704, 8704, 8706, 8707, 8711, 8712, 8715, 8715, 8719, 8719, 8721, 8721, 8725, 8725, 8730, 8730, 8733, 8736, 8739, 8739, 8741, 8741, 8743, 8748, 8750, 8750, 8756, 8759, 8764, 8765, 8776, 8776, 8780, 8780, 8786, 8786, 8800, 8801, 8804, 8807, 8810, 8811, 8814, 8815, 8834, 8835, 8838, 8839, 8853, 8853, 8857, 8857, 8869, 8869, 8895, 8895, 8978, 8978, 9312, 9449, 9451, 9547, 9552, 9587, 9600, 9615, 9618, 9621, 9632, 9633, 9635, 9641, 9650, 9651, 9654, 9655, 9660, 9661, 9664, 9665, 9670, 9672, 9675, 9675, 9678, 9681, 9698, 9701, 9711, 9711, 9733, 9734, 9737, 9737, 9742, 9743, 9756, 9756, 9758, 9758, 9792, 9792, 9794, 9794, 9824, 9825, 9827, 9829, 9831, 9834, 9836, 9837, 9839, 9839, 9886, 9887, 9919, 9919, 9926, 9933, 9935, 9939, 9941, 9953, 9955, 9955, 9960, 9961, 9963, 9969, 9972, 9972, 9974, 9977, 9979, 9980, 9982, 9983, 10045, 10045, 10102, 10111, 11094, 11097, 12872, 12879, 57344, 63743, 65024, 65039, 65533, 65533, 127232, 127242, 127248, 127277, 127280, 127337, 127344, 127373, 127375, 127376, 127387, 127404, 917760, 917999, 983040, 1048573, 1048576, 1114109];
2583
+ var fullwidthRanges = [12288, 12288, 65281, 65376, 65504, 65510];
2584
+ var halfwidthRanges = [8361, 8361, 65377, 65470, 65474, 65479, 65482, 65487, 65490, 65495, 65498, 65500, 65512, 65518];
2585
+ var narrowRanges = [32, 126, 162, 163, 165, 166, 172, 172, 175, 175, 10214, 10221, 10629, 10630];
2586
+ var wideRanges = [4352, 4447, 8986, 8987, 9001, 9002, 9193, 9196, 9200, 9200, 9203, 9203, 9725, 9726, 9748, 9749, 9776, 9783, 9800, 9811, 9855, 9855, 9866, 9871, 9875, 9875, 9889, 9889, 9898, 9899, 9917, 9918, 9924, 9925, 9934, 9934, 9940, 9940, 9962, 9962, 9970, 9971, 9973, 9973, 9978, 9978, 9981, 9981, 9989, 9989, 9994, 9995, 10024, 10024, 10060, 10060, 10062, 10062, 10067, 10069, 10071, 10071, 10133, 10135, 10160, 10160, 10175, 10175, 11035, 11036, 11088, 11088, 11093, 11093, 11904, 11929, 11931, 12019, 12032, 12245, 12272, 12287, 12289, 12350, 12353, 12438, 12441, 12543, 12549, 12591, 12593, 12686, 12688, 12773, 12783, 12830, 12832, 12871, 12880, 42124, 42128, 42182, 43360, 43388, 44032, 55203, 63744, 64255, 65040, 65049, 65072, 65106, 65108, 65126, 65128, 65131, 94176, 94180, 94192, 94198, 94208, 101589, 101631, 101662, 101760, 101874, 110576, 110579, 110581, 110587, 110589, 110590, 110592, 110882, 110898, 110898, 110928, 110930, 110933, 110933, 110948, 110951, 110960, 111355, 119552, 119638, 119648, 119670, 126980, 126980, 127183, 127183, 127374, 127374, 127377, 127386, 127488, 127490, 127504, 127547, 127552, 127560, 127568, 127569, 127584, 127589, 127744, 127776, 127789, 127797, 127799, 127868, 127870, 127891, 127904, 127946, 127951, 127955, 127968, 127984, 127988, 127988, 127992, 128062, 128064, 128064, 128066, 128252, 128255, 128317, 128331, 128334, 128336, 128359, 128378, 128378, 128405, 128406, 128420, 128420, 128507, 128591, 128640, 128709, 128716, 128716, 128720, 128722, 128725, 128728, 128732, 128735, 128747, 128748, 128756, 128764, 128992, 129003, 129008, 129008, 129292, 129338, 129340, 129349, 129351, 129535, 129648, 129660, 129664, 129674, 129678, 129734, 129736, 129736, 129741, 129756, 129759, 129770, 129775, 129784, 131072, 196605, 196608, 262141];
2587
+
2588
+ // node_modules/get-east-asian-width/utilities.js
2589
+ var isInRange = (ranges, codePoint) => {
2590
+ let low = 0;
2591
+ let high = Math.floor(ranges.length / 2) - 1;
2592
+ while (low <= high) {
2593
+ const mid = Math.floor((low + high) / 2);
2594
+ const i = mid * 2;
2595
+ if (codePoint < ranges[i]) {
2596
+ high = mid - 1;
2597
+ } else if (codePoint > ranges[i + 1]) {
2598
+ low = mid + 1;
2599
+ } else {
2600
+ return true;
2601
+ }
2602
+ }
2603
+ return false;
2604
+ };
2605
+
2606
+ // node_modules/get-east-asian-width/lookup.js
2607
+ var minimumAmbiguousCodePoint = ambiguousRanges[0];
2608
+ var maximumAmbiguousCodePoint = ambiguousRanges.at(-1);
2609
+ var minimumFullWidthCodePoint = fullwidthRanges[0];
2610
+ var maximumFullWidthCodePoint = fullwidthRanges.at(-1);
2611
+ var minimumHalfWidthCodePoint = halfwidthRanges[0];
2612
+ var maximumHalfWidthCodePoint = halfwidthRanges.at(-1);
2613
+ var minimumNarrowCodePoint = narrowRanges[0];
2614
+ var maximumNarrowCodePoint = narrowRanges.at(-1);
2615
+ var minimumWideCodePoint = wideRanges[0];
2616
+ var maximumWideCodePoint = wideRanges.at(-1);
2617
+ var commonCjkCodePoint = 19968;
2618
+ var [wideFastPathStart, wideFastPathEnd] = findWideFastPathRange(wideRanges);
2619
+ function findWideFastPathRange(ranges) {
2620
+ let fastPathStart = ranges[0];
2621
+ let fastPathEnd = ranges[1];
2622
+ for (let index = 0; index < ranges.length; index += 2) {
2623
+ const start = ranges[index];
2624
+ const end = ranges[index + 1];
2625
+ if (commonCjkCodePoint >= start && commonCjkCodePoint <= end) {
2626
+ return [start, end];
2627
+ }
2628
+ if (end - start > fastPathEnd - fastPathStart) {
2629
+ fastPathStart = start;
2630
+ fastPathEnd = end;
2631
+ }
2632
+ }
2633
+ return [fastPathStart, fastPathEnd];
2634
+ }
2635
+ var isAmbiguous = (codePoint) => {
2636
+ if (codePoint < minimumAmbiguousCodePoint || codePoint > maximumAmbiguousCodePoint) {
2637
+ return false;
2638
+ }
2639
+ return isInRange(ambiguousRanges, codePoint);
2640
+ };
2641
+ var isFullWidth = (codePoint) => {
2642
+ if (codePoint < minimumFullWidthCodePoint || codePoint > maximumFullWidthCodePoint) {
2643
+ return false;
2644
+ }
2645
+ return isInRange(fullwidthRanges, codePoint);
2646
+ };
2647
+ var isWide = (codePoint) => {
2648
+ if (codePoint >= wideFastPathStart && codePoint <= wideFastPathEnd) {
2649
+ return true;
2650
+ }
2651
+ if (codePoint < minimumWideCodePoint || codePoint > maximumWideCodePoint) {
2652
+ return false;
2653
+ }
2654
+ return isInRange(wideRanges, codePoint);
2655
+ };
2656
+
2657
+ // node_modules/get-east-asian-width/index.js
2658
+ function validate(codePoint) {
2659
+ if (!Number.isSafeInteger(codePoint)) {
2660
+ throw new TypeError(`Expected a code point, got \`${typeof codePoint}\`.`);
2661
+ }
2662
+ }
2663
+ function eastAsianWidth(codePoint, { ambiguousAsWide = false } = {}) {
2664
+ validate(codePoint);
2665
+ if (isFullWidth(codePoint) || isWide(codePoint) || ambiguousAsWide && isAmbiguous(codePoint)) {
2666
+ return 2;
2667
+ }
2668
+ return 1;
2669
+ }
2670
+
2671
+ // node_modules/ora/node_modules/emoji-regex/index.mjs
2672
+ var emoji_regex_default = () => {
2673
+ return /[#*0-9]\uFE0F?\u20E3|[\xA9\xAE\u203C\u2049\u2122\u2139\u2194-\u2199\u21A9\u21AA\u231A\u231B\u2328\u23CF\u23ED-\u23EF\u23F1\u23F2\u23F8-\u23FA\u24C2\u25AA\u25AB\u25B6\u25C0\u25FB\u25FC\u25FE\u2600-\u2604\u260E\u2611\u2614\u2615\u2618\u2620\u2622\u2623\u2626\u262A\u262E\u262F\u2638-\u263A\u2640\u2642\u2648-\u2653\u265F\u2660\u2663\u2665\u2666\u2668\u267B\u267E\u267F\u2692\u2694-\u2697\u2699\u269B\u269C\u26A0\u26A7\u26AA\u26B0\u26B1\u26BD\u26BE\u26C4\u26C8\u26CF\u26D1\u26E9\u26F0-\u26F5\u26F7\u26F8\u26FA\u2702\u2708\u2709\u270F\u2712\u2714\u2716\u271D\u2721\u2733\u2734\u2744\u2747\u2757\u2763\u27A1\u2934\u2935\u2B05-\u2B07\u2B1B\u2B1C\u2B55\u3030\u303D\u3297\u3299]\uFE0F?|[\u261D\u270C\u270D](?:\uD83C[\uDFFB-\uDFFF]|\uFE0F)?|[\u270A\u270B](?:\uD83C[\uDFFB-\uDFFF])?|[\u23E9-\u23EC\u23F0\u23F3\u25FD\u2693\u26A1\u26AB\u26C5\u26CE\u26D4\u26EA\u26FD\u2705\u2728\u274C\u274E\u2753-\u2755\u2795-\u2797\u27B0\u27BF\u2B50]|\u26D3\uFE0F?(?:\u200D\uD83D\uDCA5)?|\u26F9(?:\uD83C[\uDFFB-\uDFFF]|\uFE0F)?(?:\u200D[\u2640\u2642]\uFE0F?)?|\u2764\uFE0F?(?:\u200D(?:\uD83D\uDD25|\uD83E\uDE79))?|\uD83C(?:[\uDC04\uDD70\uDD71\uDD7E\uDD7F\uDE02\uDE37\uDF21\uDF24-\uDF2C\uDF36\uDF7D\uDF96\uDF97\uDF99-\uDF9B\uDF9E\uDF9F\uDFCD\uDFCE\uDFD4-\uDFDF\uDFF5\uDFF7]\uFE0F?|[\uDF85\uDFC2\uDFC7](?:\uD83C[\uDFFB-\uDFFF])?|[\uDFC4\uDFCA](?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDFCB\uDFCC](?:\uD83C[\uDFFB-\uDFFF]|\uFE0F)?(?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDCCF\uDD8E\uDD91-\uDD9A\uDE01\uDE1A\uDE2F\uDE32-\uDE36\uDE38-\uDE3A\uDE50\uDE51\uDF00-\uDF20\uDF2D-\uDF35\uDF37-\uDF43\uDF45-\uDF4A\uDF4C-\uDF7C\uDF7E-\uDF84\uDF86-\uDF93\uDFA0-\uDFC1\uDFC5\uDFC6\uDFC8\uDFC9\uDFCF-\uDFD3\uDFE0-\uDFF0\uDFF8-\uDFFF]|\uDDE6\uD83C[\uDDE8-\uDDEC\uDDEE\uDDF1\uDDF2\uDDF4\uDDF6-\uDDFA\uDDFC\uDDFD\uDDFF]|\uDDE7\uD83C[\uDDE6\uDDE7\uDDE9-\uDDEF\uDDF1-\uDDF4\uDDF6-\uDDF9\uDDFB\uDDFC\uDDFE\uDDFF]|\uDDE8\uD83C[\uDDE6\uDDE8\uDDE9\uDDEB-\uDDEE\uDDF0-\uDDF7\uDDFA-\uDDFF]|\uDDE9\uD83C[\uDDEA\uDDEC\uDDEF\uDDF0\uDDF2\uDDF4\uDDFF]|\uDDEA\uD83C[\uDDE6\uDDE8\uDDEA\uDDEC\uDDED\uDDF7-\uDDFA]|\uDDEB\uD83C[\uDDEE-\uDDF0\uDDF2\uDDF4\uDDF7]|\uDDEC\uD83C[\uDDE6\uDDE7\uDDE9-\uDDEE\uDDF1-\uDDF3\uDDF5-\uDDFA\uDDFC\uDDFE]|\uDDED\uD83C[\uDDF0\uDDF2\uDDF3\uDDF7\uDDF9\uDDFA]|\uDDEE\uD83C[\uDDE8-\uDDEA\uDDF1-\uDDF4\uDDF6-\uDDF9]|\uDDEF\uD83C[\uDDEA\uDDF2\uDDF4\uDDF5]|\uDDF0\uD83C[\uDDEA\uDDEC-\uDDEE\uDDF2\uDDF3\uDDF5\uDDF7\uDDFC\uDDFE\uDDFF]|\uDDF1\uD83C[\uDDE6-\uDDE8\uDDEE\uDDF0\uDDF7-\uDDFB\uDDFE]|\uDDF2\uD83C[\uDDE6\uDDE8-\uDDED\uDDF0-\uDDFF]|\uDDF3\uD83C[\uDDE6\uDDE8\uDDEA-\uDDEC\uDDEE\uDDF1\uDDF4\uDDF5\uDDF7\uDDFA\uDDFF]|\uDDF4\uD83C\uDDF2|\uDDF5\uD83C[\uDDE6\uDDEA-\uDDED\uDDF0-\uDDF3\uDDF7-\uDDF9\uDDFC\uDDFE]|\uDDF6\uD83C\uDDE6|\uDDF7\uD83C[\uDDEA\uDDF4\uDDF8\uDDFA\uDDFC]|\uDDF8\uD83C[\uDDE6-\uDDEA\uDDEC-\uDDF4\uDDF7-\uDDF9\uDDFB\uDDFD-\uDDFF]|\uDDF9\uD83C[\uDDE6\uDDE8\uDDE9\uDDEB-\uDDED\uDDEF-\uDDF4\uDDF7\uDDF9\uDDFB\uDDFC\uDDFF]|\uDDFA\uD83C[\uDDE6\uDDEC\uDDF2\uDDF3\uDDF8\uDDFE\uDDFF]|\uDDFB\uD83C[\uDDE6\uDDE8\uDDEA\uDDEC\uDDEE\uDDF3\uDDFA]|\uDDFC\uD83C[\uDDEB\uDDF8]|\uDDFD\uD83C\uDDF0|\uDDFE\uD83C[\uDDEA\uDDF9]|\uDDFF\uD83C[\uDDE6\uDDF2\uDDFC]|\uDF44(?:\u200D\uD83D\uDFEB)?|\uDF4B(?:\u200D\uD83D\uDFE9)?|\uDFC3(?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D(?:[\u2640\u2642]\uFE0F?(?:\u200D\u27A1\uFE0F?)?|\u27A1\uFE0F?))?|\uDFF3\uFE0F?(?:\u200D(?:\u26A7\uFE0F?|\uD83C\uDF08))?|\uDFF4(?:\u200D\u2620\uFE0F?|\uDB40\uDC67\uDB40\uDC62\uDB40(?:\uDC65\uDB40\uDC6E\uDB40\uDC67|\uDC73\uDB40\uDC63\uDB40\uDC74|\uDC77\uDB40\uDC6C\uDB40\uDC73)\uDB40\uDC7F)?)|\uD83D(?:[\uDC3F\uDCFD\uDD49\uDD4A\uDD6F\uDD70\uDD73\uDD76-\uDD79\uDD87\uDD8A-\uDD8D\uDDA5\uDDA8\uDDB1\uDDB2\uDDBC\uDDC2-\uDDC4\uDDD1-\uDDD3\uDDDC-\uDDDE\uDDE1\uDDE3\uDDE8\uDDEF\uDDF3\uDDFA\uDECB\uDECD-\uDECF\uDEE0-\uDEE5\uDEE9\uDEF0\uDEF3]\uFE0F?|[\uDC42\uDC43\uDC46-\uDC50\uDC66\uDC67\uDC6B-\uDC6D\uDC72\uDC74-\uDC76\uDC78\uDC7C\uDC83\uDC85\uDC8F\uDC91\uDCAA\uDD7A\uDD95\uDD96\uDE4C\uDE4F\uDEC0\uDECC](?:\uD83C[\uDFFB-\uDFFF])?|[\uDC6E-\uDC71\uDC73\uDC77\uDC81\uDC82\uDC86\uDC87\uDE45-\uDE47\uDE4B\uDE4D\uDE4E\uDEA3\uDEB4\uDEB5](?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDD74\uDD90](?:\uD83C[\uDFFB-\uDFFF]|\uFE0F)?|[\uDC00-\uDC07\uDC09-\uDC14\uDC16-\uDC25\uDC27-\uDC3A\uDC3C-\uDC3E\uDC40\uDC44\uDC45\uDC51-\uDC65\uDC6A\uDC79-\uDC7B\uDC7D-\uDC80\uDC84\uDC88-\uDC8E\uDC90\uDC92-\uDCA9\uDCAB-\uDCFC\uDCFF-\uDD3D\uDD4B-\uDD4E\uDD50-\uDD67\uDDA4\uDDFB-\uDE2D\uDE2F-\uDE34\uDE37-\uDE41\uDE43\uDE44\uDE48-\uDE4A\uDE80-\uDEA2\uDEA4-\uDEB3\uDEB7-\uDEBF\uDEC1-\uDEC5\uDED0-\uDED2\uDED5-\uDED8\uDEDC-\uDEDF\uDEEB\uDEEC\uDEF4-\uDEFC\uDFE0-\uDFEB\uDFF0]|\uDC08(?:\u200D\u2B1B)?|\uDC15(?:\u200D\uD83E\uDDBA)?|\uDC26(?:\u200D(?:\u2B1B|\uD83D\uDD25))?|\uDC3B(?:\u200D\u2744\uFE0F?)?|\uDC41\uFE0F?(?:\u200D\uD83D\uDDE8\uFE0F?)?|\uDC68(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDC68\uDC69]\u200D\uD83D(?:\uDC66(?:\u200D\uD83D\uDC66)?|\uDC67(?:\u200D\uD83D[\uDC66\uDC67])?)|[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC66(?:\u200D\uD83D\uDC66)?|\uDC67(?:\u200D\uD83D[\uDC66\uDC67])?)|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]))|\uD83C(?:\uDFFB(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83D\uDC68\uD83C[\uDFFC-\uDFFF])|\uD83E(?:[\uDD1D\uDEEF]\u200D\uD83D\uDC68\uD83C[\uDFFC-\uDFFF]|[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3])))?|\uDFFC(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83D\uDC68\uD83C[\uDFFB\uDFFD-\uDFFF])|\uD83E(?:[\uDD1D\uDEEF]\u200D\uD83D\uDC68\uD83C[\uDFFB\uDFFD-\uDFFF]|[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3])))?|\uDFFD(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83D\uDC68\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])|\uD83E(?:[\uDD1D\uDEEF]\u200D\uD83D\uDC68\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF]|[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3])))?|\uDFFE(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83D\uDC68\uD83C[\uDFFB-\uDFFD\uDFFF])|\uD83E(?:[\uDD1D\uDEEF]\u200D\uD83D\uDC68\uD83C[\uDFFB-\uDFFD\uDFFF]|[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3])))?|\uDFFF(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83D\uDC68\uD83C[\uDFFB-\uDFFE])|\uD83E(?:[\uDD1D\uDEEF]\u200D\uD83D\uDC68\uD83C[\uDFFB-\uDFFE]|[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3])))?))?|\uDC69(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?[\uDC68\uDC69]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC66(?:\u200D\uD83D\uDC66)?|\uDC67(?:\u200D\uD83D[\uDC66\uDC67])?|\uDC69\u200D\uD83D(?:\uDC66(?:\u200D\uD83D\uDC66)?|\uDC67(?:\u200D\uD83D[\uDC66\uDC67])?))|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]))|\uD83C(?:\uDFFB(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83D\uDC69\uD83C[\uDFFC-\uDFFF])|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFC-\uDFFF]|\uDEEF\u200D\uD83D\uDC69\uD83C[\uDFFC-\uDFFF])))?|\uDFFC(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83D\uDC69\uD83C[\uDFFB\uDFFD-\uDFFF])|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFB\uDFFD-\uDFFF]|\uDEEF\u200D\uD83D\uDC69\uD83C[\uDFFB\uDFFD-\uDFFF])))?|\uDFFD(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83D\uDC69\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF]|\uDEEF\u200D\uD83D\uDC69\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])))?|\uDFFE(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83D\uDC69\uD83C[\uDFFB-\uDFFD\uDFFF])|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFB-\uDFFD\uDFFF]|\uDEEF\u200D\uD83D\uDC69\uD83C[\uDFFB-\uDFFD\uDFFF])))?|\uDFFF(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83D\uDC69\uD83C[\uDFFB-\uDFFE])|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFB-\uDFFE]|\uDEEF\u200D\uD83D\uDC69\uD83C[\uDFFB-\uDFFE])))?))?|\uDD75(?:\uD83C[\uDFFB-\uDFFF]|\uFE0F)?(?:\u200D[\u2640\u2642]\uFE0F?)?|\uDE2E(?:\u200D\uD83D\uDCA8)?|\uDE35(?:\u200D\uD83D\uDCAB)?|\uDE36(?:\u200D\uD83C\uDF2B\uFE0F?)?|\uDE42(?:\u200D[\u2194\u2195]\uFE0F?)?|\uDEB6(?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D(?:[\u2640\u2642]\uFE0F?(?:\u200D\u27A1\uFE0F?)?|\u27A1\uFE0F?))?)|\uD83E(?:[\uDD0C\uDD0F\uDD18-\uDD1F\uDD30-\uDD34\uDD36\uDD77\uDDB5\uDDB6\uDDBB\uDDD2\uDDD3\uDDD5\uDEC3-\uDEC5\uDEF0\uDEF2-\uDEF8](?:\uD83C[\uDFFB-\uDFFF])?|[\uDD26\uDD35\uDD37-\uDD39\uDD3C-\uDD3E\uDDB8\uDDB9\uDDCD\uDDCF\uDDD4\uDDD6-\uDDDD](?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDDDE\uDDDF](?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDD0D\uDD0E\uDD10-\uDD17\uDD20-\uDD25\uDD27-\uDD2F\uDD3A\uDD3F-\uDD45\uDD47-\uDD76\uDD78-\uDDB4\uDDB7\uDDBA\uDDBC-\uDDCC\uDDD0\uDDE0-\uDDFF\uDE70-\uDE7C\uDE80-\uDE8A\uDE8E-\uDEC2\uDEC6\uDEC8\uDECD-\uDEDC\uDEDF-\uDEEA\uDEEF]|\uDDCE(?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D(?:[\u2640\u2642]\uFE0F?(?:\u200D\u27A1\uFE0F?)?|\u27A1\uFE0F?))?|\uDDD1(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3\uDE70]|\uDD1D\u200D\uD83E\uDDD1|\uDDD1\u200D\uD83E\uDDD2(?:\u200D\uD83E\uDDD2)?|\uDDD2(?:\u200D\uD83E\uDDD2)?))|\uD83C(?:\uDFFB(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFC-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83E\uDDD1\uD83C[\uDFFC-\uDFFF])|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3\uDE70]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF]|\uDEEF\u200D\uD83E\uDDD1\uD83C[\uDFFC-\uDFFF])))?|\uDFFC(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFB\uDFFD-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83E\uDDD1\uD83C[\uDFFB\uDFFD-\uDFFF])|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3\uDE70]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF]|\uDEEF\u200D\uD83E\uDDD1\uD83C[\uDFFB\uDFFD-\uDFFF])))?|\uDFFD(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83E\uDDD1\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3\uDE70]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF]|\uDEEF\u200D\uD83E\uDDD1\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])))?|\uDFFE(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFB-\uDFFD\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFD\uDFFF])|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3\uDE70]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF]|\uDEEF\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFD\uDFFF])))?|\uDFFF(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFB-\uDFFE]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFE])|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3\uDE70]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF]|\uDEEF\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFE])))?))?|\uDEF1(?:\uD83C(?:\uDFFB(?:\u200D\uD83E\uDEF2\uD83C[\uDFFC-\uDFFF])?|\uDFFC(?:\u200D\uD83E\uDEF2\uD83C[\uDFFB\uDFFD-\uDFFF])?|\uDFFD(?:\u200D\uD83E\uDEF2\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])?|\uDFFE(?:\u200D\uD83E\uDEF2\uD83C[\uDFFB-\uDFFD\uDFFF])?|\uDFFF(?:\u200D\uD83E\uDEF2\uD83C[\uDFFB-\uDFFE])?))?)/g;
2674
+ };
2675
+
2676
+ // node_modules/ora/node_modules/string-width/index.js
2677
+ var segmenter = new Intl.Segmenter();
2678
+ var defaultIgnorableCodePointRegex = /^\p{Default_Ignorable_Code_Point}$/u;
2679
+ function stringWidth(string, options = {}) {
2680
+ if (typeof string !== "string" || string.length === 0) {
2681
+ return 0;
2682
+ }
2683
+ const {
2684
+ ambiguousIsNarrow = true,
2685
+ countAnsiEscapeCodes = false
2686
+ } = options;
2687
+ if (!countAnsiEscapeCodes) {
2688
+ string = stripAnsi(string);
2689
+ }
2690
+ if (string.length === 0) {
2691
+ return 0;
2692
+ }
2693
+ let width = 0;
2694
+ const eastAsianWidthOptions = { ambiguousAsWide: !ambiguousIsNarrow };
2695
+ for (const { segment: character } of segmenter.segment(string)) {
2696
+ const codePoint = character.codePointAt(0);
2697
+ if (codePoint <= 31 || codePoint >= 127 && codePoint <= 159) {
2698
+ continue;
2699
+ }
2700
+ if (codePoint >= 8203 && codePoint <= 8207 || codePoint === 65279) {
2701
+ continue;
2702
+ }
2703
+ if (codePoint >= 768 && codePoint <= 879 || codePoint >= 6832 && codePoint <= 6911 || codePoint >= 7616 && codePoint <= 7679 || codePoint >= 8400 && codePoint <= 8447 || codePoint >= 65056 && codePoint <= 65071) {
2704
+ continue;
2705
+ }
2706
+ if (codePoint >= 55296 && codePoint <= 57343) {
2707
+ continue;
2708
+ }
2709
+ if (codePoint >= 65024 && codePoint <= 65039) {
2710
+ continue;
2711
+ }
2712
+ if (defaultIgnorableCodePointRegex.test(character)) {
2713
+ continue;
2714
+ }
2715
+ if (emoji_regex_default().test(character)) {
2716
+ width += 2;
2717
+ continue;
2718
+ }
2719
+ width += eastAsianWidth(codePoint, eastAsianWidthOptions);
2720
+ }
2721
+ return width;
2722
+ }
2723
+
2724
+ // node_modules/is-interactive/index.js
2725
+ function isInteractive({ stream = process.stdout } = {}) {
2726
+ return Boolean(
2727
+ stream && stream.isTTY && process.env.TERM !== "dumb" && !("CI" in process.env)
2728
+ );
2729
+ }
2730
+
2731
+ // node_modules/is-unicode-supported/index.js
2732
+ import process7 from "process";
2733
+ function isUnicodeSupported2() {
2734
+ const { env: env2 } = process7;
2735
+ const { TERM, TERM_PROGRAM } = env2;
2736
+ if (process7.platform !== "win32") {
2737
+ return TERM !== "linux";
2738
+ }
2739
+ return Boolean(env2.WT_SESSION) || Boolean(env2.TERMINUS_SUBLIME) || env2.ConEmuTask === "{cmd::Cmder}" || TERM_PROGRAM === "Terminus-Sublime" || TERM_PROGRAM === "vscode" || TERM === "xterm-256color" || TERM === "alacritty" || TERM === "rxvt-unicode" || TERM === "rxvt-unicode-256color" || env2.TERMINAL_EMULATOR === "JetBrains-JediTerm";
2740
+ }
2741
+
2742
+ // node_modules/stdin-discarder/index.js
2743
+ import process8 from "process";
2744
+ var ASCII_ETX_CODE = 3;
2745
+ var StdinDiscarder = class {
2746
+ #activeCount = 0;
2747
+ start() {
2748
+ this.#activeCount++;
2749
+ if (this.#activeCount === 1) {
2750
+ this.#realStart();
2751
+ }
2752
+ }
2753
+ stop() {
2754
+ if (this.#activeCount <= 0) {
2755
+ throw new Error("`stop` called more times than `start`");
2756
+ }
2757
+ this.#activeCount--;
2758
+ if (this.#activeCount === 0) {
2759
+ this.#realStop();
2760
+ }
2761
+ }
2762
+ #realStart() {
2763
+ if (process8.platform === "win32" || !process8.stdin.isTTY) {
2764
+ return;
2765
+ }
2766
+ process8.stdin.setRawMode(true);
2767
+ process8.stdin.on("data", this.#handleInput);
2768
+ process8.stdin.resume();
2769
+ }
2770
+ #realStop() {
2771
+ if (!process8.stdin.isTTY) {
2772
+ return;
2773
+ }
2774
+ process8.stdin.off("data", this.#handleInput);
2775
+ process8.stdin.pause();
2776
+ process8.stdin.setRawMode(false);
2777
+ }
2778
+ #handleInput(chunk) {
2779
+ if (chunk[0] === ASCII_ETX_CODE) {
2780
+ process8.emit("SIGINT");
2781
+ }
2782
+ }
2783
+ };
2784
+ var stdinDiscarder = new StdinDiscarder();
2785
+ var stdin_discarder_default = stdinDiscarder;
2786
+
2787
+ // node_modules/ora/index.js
2788
+ var import_cli_spinners2 = __toESM(require_cli_spinners(), 1);
2789
+ var Ora = class {
2790
+ #linesToClear = 0;
2791
+ #isDiscardingStdin = false;
2792
+ #lineCount = 0;
2793
+ #frameIndex = -1;
2794
+ #lastSpinnerFrameTime = 0;
2795
+ #options;
2796
+ #spinner;
2797
+ #stream;
2798
+ #id;
2799
+ #initialInterval;
2800
+ #isEnabled;
2801
+ #isSilent;
2802
+ #indent;
2803
+ #text;
2804
+ #prefixText;
2805
+ #suffixText;
2806
+ color;
2807
+ constructor(options) {
2808
+ if (typeof options === "string") {
2809
+ options = {
2810
+ text: options
2811
+ };
2812
+ }
2813
+ this.#options = {
2814
+ color: "cyan",
2815
+ stream: process9.stderr,
2816
+ discardStdin: true,
2817
+ hideCursor: true,
2818
+ ...options
2819
+ };
2820
+ this.color = this.#options.color;
2821
+ this.spinner = this.#options.spinner;
2822
+ this.#initialInterval = this.#options.interval;
2823
+ this.#stream = this.#options.stream;
2824
+ this.#isEnabled = typeof this.#options.isEnabled === "boolean" ? this.#options.isEnabled : isInteractive({ stream: this.#stream });
2825
+ this.#isSilent = typeof this.#options.isSilent === "boolean" ? this.#options.isSilent : false;
2826
+ this.text = this.#options.text;
2827
+ this.prefixText = this.#options.prefixText;
2828
+ this.suffixText = this.#options.suffixText;
2829
+ this.indent = this.#options.indent;
2830
+ if (process9.env.NODE_ENV === "test") {
2831
+ this._stream = this.#stream;
2832
+ this._isEnabled = this.#isEnabled;
2833
+ Object.defineProperty(this, "_linesToClear", {
2834
+ get() {
2835
+ return this.#linesToClear;
2836
+ },
2837
+ set(newValue) {
2838
+ this.#linesToClear = newValue;
2839
+ }
2840
+ });
2841
+ Object.defineProperty(this, "_frameIndex", {
2842
+ get() {
2843
+ return this.#frameIndex;
2844
+ }
2845
+ });
2846
+ Object.defineProperty(this, "_lineCount", {
2847
+ get() {
2848
+ return this.#lineCount;
2849
+ }
2850
+ });
2851
+ }
2852
+ }
2853
+ get indent() {
2854
+ return this.#indent;
2855
+ }
2856
+ set indent(indent = 0) {
2857
+ if (!(indent >= 0 && Number.isInteger(indent))) {
2858
+ throw new Error("The `indent` option must be an integer from 0 and up");
2859
+ }
2860
+ this.#indent = indent;
2861
+ this.#updateLineCount();
2862
+ }
2863
+ get interval() {
2864
+ return this.#initialInterval ?? this.#spinner.interval ?? 100;
2865
+ }
2866
+ get spinner() {
2867
+ return this.#spinner;
2868
+ }
2869
+ set spinner(spinner) {
2870
+ this.#frameIndex = -1;
2871
+ this.#initialInterval = void 0;
2872
+ if (typeof spinner === "object") {
2873
+ if (spinner.frames === void 0) {
2874
+ throw new Error("The given spinner must have a `frames` property");
2875
+ }
2876
+ this.#spinner = spinner;
2877
+ } else if (!isUnicodeSupported2()) {
2878
+ this.#spinner = import_cli_spinners.default.line;
2879
+ } else if (spinner === void 0) {
2880
+ this.#spinner = import_cli_spinners.default.dots;
2881
+ } else if (spinner !== "default" && import_cli_spinners.default[spinner]) {
2882
+ this.#spinner = import_cli_spinners.default[spinner];
2883
+ } else {
2884
+ throw new Error(`There is no built-in spinner named '${spinner}'. See https://github.com/sindresorhus/cli-spinners/blob/main/spinners.json for a full list.`);
2885
+ }
2886
+ }
2887
+ get text() {
2888
+ return this.#text;
2889
+ }
2890
+ set text(value = "") {
2891
+ this.#text = value;
2892
+ this.#updateLineCount();
2893
+ }
2894
+ get prefixText() {
2895
+ return this.#prefixText;
2896
+ }
2897
+ set prefixText(value = "") {
2898
+ this.#prefixText = value;
2899
+ this.#updateLineCount();
2900
+ }
2901
+ get suffixText() {
2902
+ return this.#suffixText;
2903
+ }
2904
+ set suffixText(value = "") {
2905
+ this.#suffixText = value;
2906
+ this.#updateLineCount();
2907
+ }
2908
+ get isSpinning() {
2909
+ return this.#id !== void 0;
2910
+ }
2911
+ #getFullPrefixText(prefixText = this.#prefixText, postfix = " ") {
2912
+ if (typeof prefixText === "string" && prefixText !== "") {
2913
+ return prefixText + postfix;
2914
+ }
2915
+ if (typeof prefixText === "function") {
2916
+ return prefixText() + postfix;
2917
+ }
2918
+ return "";
2919
+ }
2920
+ #getFullSuffixText(suffixText = this.#suffixText, prefix = " ") {
2921
+ if (typeof suffixText === "string" && suffixText !== "") {
2922
+ return prefix + suffixText;
2923
+ }
2924
+ if (typeof suffixText === "function") {
2925
+ return prefix + suffixText();
2926
+ }
2927
+ return "";
2928
+ }
2929
+ #updateLineCount() {
2930
+ const columns = this.#stream.columns ?? 80;
2931
+ const fullPrefixText = this.#getFullPrefixText(this.#prefixText, "-");
2932
+ const fullSuffixText = this.#getFullSuffixText(this.#suffixText, "-");
2933
+ const fullText = " ".repeat(this.#indent) + fullPrefixText + "--" + this.#text + "--" + fullSuffixText;
2934
+ this.#lineCount = 0;
2935
+ for (const line of stripAnsi(fullText).split("\n")) {
2936
+ this.#lineCount += Math.max(1, Math.ceil(stringWidth(line, { countAnsiEscapeCodes: true }) / columns));
2937
+ }
2938
+ }
2939
+ get isEnabled() {
2940
+ return this.#isEnabled && !this.#isSilent;
2941
+ }
2942
+ set isEnabled(value) {
2943
+ if (typeof value !== "boolean") {
2944
+ throw new TypeError("The `isEnabled` option must be a boolean");
2945
+ }
2946
+ this.#isEnabled = value;
2947
+ }
2948
+ get isSilent() {
2949
+ return this.#isSilent;
2950
+ }
2951
+ set isSilent(value) {
2952
+ if (typeof value !== "boolean") {
2953
+ throw new TypeError("The `isSilent` option must be a boolean");
2954
+ }
2955
+ this.#isSilent = value;
2956
+ }
2957
+ frame() {
2958
+ const now = Date.now();
2959
+ if (this.#frameIndex === -1 || now - this.#lastSpinnerFrameTime >= this.interval) {
2960
+ this.#frameIndex = ++this.#frameIndex % this.#spinner.frames.length;
2961
+ this.#lastSpinnerFrameTime = now;
2962
+ }
2963
+ const { frames } = this.#spinner;
2964
+ let frame = frames[this.#frameIndex];
2965
+ if (this.color) {
2966
+ frame = source_default[this.color](frame);
2967
+ }
2968
+ const fullPrefixText = typeof this.#prefixText === "string" && this.#prefixText !== "" ? this.#prefixText + " " : "";
2969
+ const fullText = typeof this.text === "string" ? " " + this.text : "";
2970
+ const fullSuffixText = typeof this.#suffixText === "string" && this.#suffixText !== "" ? " " + this.#suffixText : "";
2971
+ return fullPrefixText + frame + fullText + fullSuffixText;
2972
+ }
2973
+ clear() {
2974
+ if (!this.#isEnabled || !this.#stream.isTTY) {
2975
+ return this;
2976
+ }
2977
+ this.#stream.cursorTo(0);
2978
+ for (let index = 0; index < this.#linesToClear; index++) {
2979
+ if (index > 0) {
2980
+ this.#stream.moveCursor(0, -1);
2981
+ }
2982
+ this.#stream.clearLine(1);
2983
+ }
2984
+ if (this.#indent || this.lastIndent !== this.#indent) {
2985
+ this.#stream.cursorTo(this.#indent);
2986
+ }
2987
+ this.lastIndent = this.#indent;
2988
+ this.#linesToClear = 0;
2989
+ return this;
2990
+ }
2991
+ render() {
2992
+ if (this.#isSilent) {
2993
+ return this;
2994
+ }
2995
+ this.clear();
2996
+ this.#stream.write(this.frame());
2997
+ this.#linesToClear = this.#lineCount;
2998
+ return this;
2999
+ }
3000
+ start(text) {
3001
+ if (text) {
3002
+ this.text = text;
3003
+ }
3004
+ if (this.#isSilent) {
3005
+ return this;
3006
+ }
3007
+ if (!this.#isEnabled) {
3008
+ if (this.text) {
3009
+ this.#stream.write(`- ${this.text}
3010
+ `);
3011
+ }
3012
+ return this;
3013
+ }
3014
+ if (this.isSpinning) {
3015
+ return this;
3016
+ }
3017
+ if (this.#options.hideCursor) {
3018
+ cli_cursor_default.hide(this.#stream);
3019
+ }
3020
+ if (this.#options.discardStdin && process9.stdin.isTTY) {
3021
+ this.#isDiscardingStdin = true;
3022
+ stdin_discarder_default.start();
3023
+ }
3024
+ this.render();
3025
+ this.#id = setInterval(this.render.bind(this), this.interval);
3026
+ return this;
3027
+ }
3028
+ stop() {
3029
+ if (!this.#isEnabled) {
3030
+ return this;
3031
+ }
3032
+ clearInterval(this.#id);
3033
+ this.#id = void 0;
3034
+ this.#frameIndex = 0;
3035
+ this.clear();
3036
+ if (this.#options.hideCursor) {
3037
+ cli_cursor_default.show(this.#stream);
3038
+ }
3039
+ if (this.#options.discardStdin && process9.stdin.isTTY && this.#isDiscardingStdin) {
3040
+ stdin_discarder_default.stop();
3041
+ this.#isDiscardingStdin = false;
3042
+ }
3043
+ return this;
3044
+ }
3045
+ succeed(text) {
3046
+ return this.stopAndPersist({ symbol: log_symbols_default.success, text });
3047
+ }
3048
+ fail(text) {
3049
+ return this.stopAndPersist({ symbol: log_symbols_default.error, text });
3050
+ }
3051
+ warn(text) {
3052
+ return this.stopAndPersist({ symbol: log_symbols_default.warning, text });
3053
+ }
3054
+ info(text) {
3055
+ return this.stopAndPersist({ symbol: log_symbols_default.info, text });
3056
+ }
3057
+ stopAndPersist(options = {}) {
3058
+ if (this.#isSilent) {
3059
+ return this;
3060
+ }
3061
+ const prefixText = options.prefixText ?? this.#prefixText;
3062
+ const fullPrefixText = this.#getFullPrefixText(prefixText, " ");
3063
+ const symbolText = options.symbol ?? " ";
3064
+ const text = options.text ?? this.text;
3065
+ const separatorText = symbolText ? " " : "";
3066
+ const fullText = typeof text === "string" ? separatorText + text : "";
3067
+ const suffixText = options.suffixText ?? this.#suffixText;
3068
+ const fullSuffixText = this.#getFullSuffixText(suffixText, " ");
3069
+ const textToWrite = fullPrefixText + symbolText + fullText + fullSuffixText + "\n";
3070
+ this.stop();
3071
+ this.#stream.write(textToWrite);
3072
+ return this;
3073
+ }
3074
+ };
3075
+ function ora(options) {
3076
+ return new Ora(options);
3077
+ }
3078
+
3079
+ // src/cli/execute.ts
3080
+ async function executeTool(toolName, args, timeoutMs = 3e4) {
3081
+ debug(`Executing ${toolName} remotely`);
3082
+ const showSpinner = !shouldOutputJson() && !!process.stderr.isTTY;
3083
+ const spinner = showSpinner ? ora({ text: `Calling ${toolName}...`, stream: process.stderr }).start() : null;
3084
+ const startMs = Date.now();
3085
+ let response;
3086
+ try {
3087
+ response = await executeRemoteTool(toolName, args, timeoutMs);
3088
+ spinner?.succeed(`${toolName} (${Date.now() - startMs}ms)`);
3089
+ } catch (err) {
3090
+ spinner?.fail(`${toolName} failed (${Date.now() - startMs}ms)`);
3091
+ throw err;
3092
+ }
3093
+ trackCommand(
3094
+ toolName,
3095
+ Date.now() - startMs,
3096
+ response.ok ? void 0 : response.error?.code
3097
+ );
3098
+ await writeOutput(response);
3099
+ if (!response.ok) {
3100
+ const exitCode = response.error?.code === "TOOL_NOT_FOUND" ? 3 : response.error?.code === "PROVIDER_UNAVAILABLE" ? 5 : response.error?.code === "RATE_LIMITED" ? 6 : response.error?.code === "TIMEOUT" ? 124 : 4;
3101
+ process.exit(exitCode);
3102
+ }
3103
+ }
3104
+
3105
+ export {
3106
+ executeTool
3107
+ };
3108
+ //# sourceMappingURL=chunk-N43VRMVB.js.map