ccjk 12.0.7 → 12.0.9

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 (47) hide show
  1. package/dist/chunks/agents.mjs +1 -1
  2. package/dist/chunks/auto-fixer.mjs +93 -0
  3. package/dist/chunks/auto-updater.mjs +3 -2
  4. package/dist/chunks/boost.mjs +1 -1
  5. package/dist/chunks/ccr.mjs +4 -3
  6. package/dist/chunks/check-updates.mjs +3 -2
  7. package/dist/chunks/claude-code-incremental-manager.mjs +3 -2
  8. package/dist/chunks/codex-config-switch.mjs +2 -1
  9. package/dist/chunks/codex-provider-manager.mjs +2 -1
  10. package/dist/chunks/codex-uninstaller.mjs +1 -1
  11. package/dist/chunks/codex.mjs +1 -1
  12. package/dist/chunks/config-switch.mjs +2 -1
  13. package/dist/chunks/config2.mjs +2 -1
  14. package/dist/chunks/doctor.mjs +1 -0
  15. package/dist/chunks/features.mjs +3 -2
  16. package/dist/chunks/index10.mjs +569 -1061
  17. package/dist/chunks/index11.mjs +1076 -913
  18. package/dist/chunks/index12.mjs +951 -135
  19. package/dist/chunks/index13.mjs +184 -209
  20. package/dist/chunks/index14.mjs +210 -655
  21. package/dist/chunks/index4.mjs +1 -1
  22. package/dist/chunks/index7.mjs +201 -2182
  23. package/dist/chunks/init.mjs +5 -5
  24. package/dist/chunks/installer.mjs +2 -1
  25. package/dist/chunks/mcp-cli.mjs +2 -1
  26. package/dist/chunks/mcp.mjs +2 -1
  27. package/dist/chunks/menu.mjs +22 -11
  28. package/dist/chunks/onboarding-wizard.mjs +93 -0
  29. package/dist/chunks/onboarding.mjs +1 -0
  30. package/dist/chunks/package.mjs +1 -1
  31. package/dist/chunks/prompts.mjs +2 -1
  32. package/dist/chunks/quick-actions.mjs +1 -1
  33. package/dist/chunks/quick-provider.mjs +1 -0
  34. package/dist/chunks/quick-setup.mjs +3 -2
  35. package/dist/chunks/remote.mjs +1 -0
  36. package/dist/chunks/status.mjs +7 -2
  37. package/dist/chunks/uninstall.mjs +3 -2
  38. package/dist/chunks/update.mjs +3 -2
  39. package/dist/chunks/upgrade-manager.mjs +1 -1
  40. package/dist/chunks/wsl.mjs +1 -1
  41. package/dist/cli.mjs +19 -3
  42. package/dist/shared/{ccjk.DOwtZMk8.mjs → ccjk.BWFpnOr3.mjs} +7 -1831
  43. package/dist/shared/{ccjk.D5MFQT7w.mjs → ccjk.CNMWk_mE.mjs} +7 -7
  44. package/dist/shared/{ccjk.BRZ9ww8S.mjs → ccjk.CvChMYvB.mjs} +1 -1
  45. package/dist/shared/ccjk.DeWpAShp.mjs +1828 -0
  46. package/dist/shared/{ccjk.BwfbSKN2.mjs → ccjk.Dx-O9dWz.mjs} +1 -1
  47. package/package.json +2 -2
@@ -1,8 +1,9 @@
1
- import { a as getAugmentedNamespace, g as getDefaultExportFromCjs } from './ccjk.BAGoDD49.mjs';
2
- import require$$0$1 from 'node:async_hooks';
1
+ import { g as getDefaultExportFromCjs } from './ccjk.BAGoDD49.mjs';
2
+ import require$$0 from 'node:async_hooks';
3
+ import { r as requireCliSpinners } from './ccjk.DeWpAShp.mjs';
3
4
  import { r as requireCliWidth, a as requireWrapAnsi, b as requireStripAnsi } from '../chunks/index3.mjs';
4
5
  import readline__default from 'node:readline';
5
- import require$$0$2 from 'stream';
6
+ import require$$0$1 from 'stream';
6
7
  import process__default from 'node:process';
7
8
 
8
9
  var dist = {};
@@ -97,7 +98,7 @@ function requireHookEngine () {
97
98
  hookEngine.withUpdates = withUpdates;
98
99
  hookEngine.withPointer = withPointer;
99
100
  hookEngine.handleChange = handleChange;
100
- const node_async_hooks_1 = require$$0$1;
101
+ const node_async_hooks_1 = require$$0;
101
102
  const errors_mjs_1 = /*@__PURE__*/ requireErrors();
102
103
  const hookStorage = new node_async_hooks_1.AsyncLocalStorage();
103
104
  function createStore(rl) {
@@ -336,1831 +337,6 @@ function requirePicocolors () {
336
337
  return picocolors.exports;
337
338
  }
338
339
 
339
- const dots = {
340
- interval: 80,
341
- frames: [
342
- "⠋",
343
- "⠙",
344
- "⠹",
345
- "⠸",
346
- "⠼",
347
- "⠴",
348
- "⠦",
349
- "⠧",
350
- "⠇",
351
- "⠏"
352
- ]
353
- };
354
- const dots2 = {
355
- interval: 80,
356
- frames: [
357
- "⣾",
358
- "⣽",
359
- "⣻",
360
- "⢿",
361
- "⡿",
362
- "⣟",
363
- "⣯",
364
- "⣷"
365
- ]
366
- };
367
- const dots3 = {
368
- interval: 80,
369
- frames: [
370
- "⠋",
371
- "⠙",
372
- "⠚",
373
- "⠞",
374
- "⠖",
375
- "⠦",
376
- "⠴",
377
- "⠲",
378
- "⠳",
379
- "⠓"
380
- ]
381
- };
382
- const dots4 = {
383
- interval: 80,
384
- frames: [
385
- "⠄",
386
- "⠆",
387
- "⠇",
388
- "⠋",
389
- "⠙",
390
- "⠸",
391
- "⠰",
392
- "⠠",
393
- "⠰",
394
- "⠸",
395
- "⠙",
396
- "⠋",
397
- "⠇",
398
- "⠆"
399
- ]
400
- };
401
- const dots5 = {
402
- interval: 80,
403
- frames: [
404
- "⠋",
405
- "⠙",
406
- "⠚",
407
- "⠒",
408
- "⠂",
409
- "⠂",
410
- "⠒",
411
- "⠲",
412
- "⠴",
413
- "⠦",
414
- "⠖",
415
- "⠒",
416
- "⠐",
417
- "⠐",
418
- "⠒",
419
- "⠓",
420
- "⠋"
421
- ]
422
- };
423
- const dots6 = {
424
- interval: 80,
425
- frames: [
426
- "⠁",
427
- "⠉",
428
- "⠙",
429
- "⠚",
430
- "⠒",
431
- "⠂",
432
- "⠂",
433
- "⠒",
434
- "⠲",
435
- "⠴",
436
- "⠤",
437
- "⠄",
438
- "⠄",
439
- "⠤",
440
- "⠴",
441
- "⠲",
442
- "⠒",
443
- "⠂",
444
- "⠂",
445
- "⠒",
446
- "⠚",
447
- "⠙",
448
- "⠉",
449
- "⠁"
450
- ]
451
- };
452
- const dots7 = {
453
- interval: 80,
454
- frames: [
455
- "⠈",
456
- "⠉",
457
- "⠋",
458
- "⠓",
459
- "⠒",
460
- "⠐",
461
- "⠐",
462
- "⠒",
463
- "⠖",
464
- "⠦",
465
- "⠤",
466
- "⠠",
467
- "⠠",
468
- "⠤",
469
- "⠦",
470
- "⠖",
471
- "⠒",
472
- "⠐",
473
- "⠐",
474
- "⠒",
475
- "⠓",
476
- "⠋",
477
- "⠉",
478
- "⠈"
479
- ]
480
- };
481
- const dots8 = {
482
- interval: 80,
483
- frames: [
484
- "⠁",
485
- "⠁",
486
- "⠉",
487
- "⠙",
488
- "⠚",
489
- "⠒",
490
- "⠂",
491
- "⠂",
492
- "⠒",
493
- "⠲",
494
- "⠴",
495
- "⠤",
496
- "⠄",
497
- "⠄",
498
- "⠤",
499
- "⠠",
500
- "⠠",
501
- "⠤",
502
- "⠦",
503
- "⠖",
504
- "⠒",
505
- "⠐",
506
- "⠐",
507
- "⠒",
508
- "⠓",
509
- "⠋",
510
- "⠉",
511
- "⠈",
512
- "⠈"
513
- ]
514
- };
515
- const dots9 = {
516
- interval: 80,
517
- frames: [
518
- "⢹",
519
- "⢺",
520
- "⢼",
521
- "⣸",
522
- "⣇",
523
- "⡧",
524
- "⡗",
525
- "⡏"
526
- ]
527
- };
528
- const dots10 = {
529
- interval: 80,
530
- frames: [
531
- "⢄",
532
- "⢂",
533
- "⢁",
534
- "⡁",
535
- "⡈",
536
- "⡐",
537
- "⡠"
538
- ]
539
- };
540
- const dots11 = {
541
- interval: 100,
542
- frames: [
543
- "⠁",
544
- "⠂",
545
- "⠄",
546
- "⡀",
547
- "⢀",
548
- "⠠",
549
- "⠐",
550
- "⠈"
551
- ]
552
- };
553
- const dots12 = {
554
- interval: 80,
555
- frames: [
556
- "⢀⠀",
557
- "⡀⠀",
558
- "⠄⠀",
559
- "⢂⠀",
560
- "⡂⠀",
561
- "⠅⠀",
562
- "⢃⠀",
563
- "⡃⠀",
564
- "⠍⠀",
565
- "⢋⠀",
566
- "⡋⠀",
567
- "⠍⠁",
568
- "⢋⠁",
569
- "⡋⠁",
570
- "⠍⠉",
571
- "⠋⠉",
572
- "⠋⠉",
573
- "⠉⠙",
574
- "⠉⠙",
575
- "⠉⠩",
576
- "⠈⢙",
577
- "⠈⡙",
578
- "⢈⠩",
579
- "⡀⢙",
580
- "⠄⡙",
581
- "⢂⠩",
582
- "⡂⢘",
583
- "⠅⡘",
584
- "⢃⠨",
585
- "⡃⢐",
586
- "⠍⡐",
587
- "⢋⠠",
588
- "⡋⢀",
589
- "⠍⡁",
590
- "⢋⠁",
591
- "⡋⠁",
592
- "⠍⠉",
593
- "⠋⠉",
594
- "⠋⠉",
595
- "⠉⠙",
596
- "⠉⠙",
597
- "⠉⠩",
598
- "⠈⢙",
599
- "⠈⡙",
600
- "⠈⠩",
601
- "⠀⢙",
602
- "⠀⡙",
603
- "⠀⠩",
604
- "⠀⢘",
605
- "⠀⡘",
606
- "⠀⠨",
607
- "⠀⢐",
608
- "⠀⡐",
609
- "⠀⠠",
610
- "⠀⢀",
611
- "⠀⡀"
612
- ]
613
- };
614
- const dots13 = {
615
- interval: 80,
616
- frames: [
617
- "⣼",
618
- "⣹",
619
- "⢻",
620
- "⠿",
621
- "⡟",
622
- "⣏",
623
- "⣧",
624
- "⣶"
625
- ]
626
- };
627
- const dots8Bit = {
628
- interval: 80,
629
- frames: [
630
- "⠀",
631
- "⠁",
632
- "⠂",
633
- "⠃",
634
- "⠄",
635
- "⠅",
636
- "⠆",
637
- "⠇",
638
- "⡀",
639
- "⡁",
640
- "⡂",
641
- "⡃",
642
- "⡄",
643
- "⡅",
644
- "⡆",
645
- "⡇",
646
- "⠈",
647
- "⠉",
648
- "⠊",
649
- "⠋",
650
- "⠌",
651
- "⠍",
652
- "⠎",
653
- "⠏",
654
- "⡈",
655
- "⡉",
656
- "⡊",
657
- "⡋",
658
- "⡌",
659
- "⡍",
660
- "⡎",
661
- "⡏",
662
- "⠐",
663
- "⠑",
664
- "⠒",
665
- "⠓",
666
- "⠔",
667
- "⠕",
668
- "⠖",
669
- "⠗",
670
- "⡐",
671
- "⡑",
672
- "⡒",
673
- "⡓",
674
- "⡔",
675
- "⡕",
676
- "⡖",
677
- "⡗",
678
- "⠘",
679
- "⠙",
680
- "⠚",
681
- "⠛",
682
- "⠜",
683
- "⠝",
684
- "⠞",
685
- "⠟",
686
- "⡘",
687
- "⡙",
688
- "⡚",
689
- "⡛",
690
- "⡜",
691
- "⡝",
692
- "⡞",
693
- "⡟",
694
- "⠠",
695
- "⠡",
696
- "⠢",
697
- "⠣",
698
- "⠤",
699
- "⠥",
700
- "⠦",
701
- "⠧",
702
- "⡠",
703
- "⡡",
704
- "⡢",
705
- "⡣",
706
- "⡤",
707
- "⡥",
708
- "⡦",
709
- "⡧",
710
- "⠨",
711
- "⠩",
712
- "⠪",
713
- "⠫",
714
- "⠬",
715
- "⠭",
716
- "⠮",
717
- "⠯",
718
- "⡨",
719
- "⡩",
720
- "⡪",
721
- "⡫",
722
- "⡬",
723
- "⡭",
724
- "⡮",
725
- "⡯",
726
- "⠰",
727
- "⠱",
728
- "⠲",
729
- "⠳",
730
- "⠴",
731
- "⠵",
732
- "⠶",
733
- "⠷",
734
- "⡰",
735
- "⡱",
736
- "⡲",
737
- "⡳",
738
- "⡴",
739
- "⡵",
740
- "⡶",
741
- "⡷",
742
- "⠸",
743
- "⠹",
744
- "⠺",
745
- "⠻",
746
- "⠼",
747
- "⠽",
748
- "⠾",
749
- "⠿",
750
- "⡸",
751
- "⡹",
752
- "⡺",
753
- "⡻",
754
- "⡼",
755
- "⡽",
756
- "⡾",
757
- "⡿",
758
- "⢀",
759
- "⢁",
760
- "⢂",
761
- "⢃",
762
- "⢄",
763
- "⢅",
764
- "⢆",
765
- "⢇",
766
- "⣀",
767
- "⣁",
768
- "⣂",
769
- "⣃",
770
- "⣄",
771
- "⣅",
772
- "⣆",
773
- "⣇",
774
- "⢈",
775
- "⢉",
776
- "⢊",
777
- "⢋",
778
- "⢌",
779
- "⢍",
780
- "⢎",
781
- "⢏",
782
- "⣈",
783
- "⣉",
784
- "⣊",
785
- "⣋",
786
- "⣌",
787
- "⣍",
788
- "⣎",
789
- "⣏",
790
- "⢐",
791
- "⢑",
792
- "⢒",
793
- "⢓",
794
- "⢔",
795
- "⢕",
796
- "⢖",
797
- "⢗",
798
- "⣐",
799
- "⣑",
800
- "⣒",
801
- "⣓",
802
- "⣔",
803
- "⣕",
804
- "⣖",
805
- "⣗",
806
- "⢘",
807
- "⢙",
808
- "⢚",
809
- "⢛",
810
- "⢜",
811
- "⢝",
812
- "⢞",
813
- "⢟",
814
- "⣘",
815
- "⣙",
816
- "⣚",
817
- "⣛",
818
- "⣜",
819
- "⣝",
820
- "⣞",
821
- "⣟",
822
- "⢠",
823
- "⢡",
824
- "⢢",
825
- "⢣",
826
- "⢤",
827
- "⢥",
828
- "⢦",
829
- "⢧",
830
- "⣠",
831
- "⣡",
832
- "⣢",
833
- "⣣",
834
- "⣤",
835
- "⣥",
836
- "⣦",
837
- "⣧",
838
- "⢨",
839
- "⢩",
840
- "⢪",
841
- "⢫",
842
- "⢬",
843
- "⢭",
844
- "⢮",
845
- "⢯",
846
- "⣨",
847
- "⣩",
848
- "⣪",
849
- "⣫",
850
- "⣬",
851
- "⣭",
852
- "⣮",
853
- "⣯",
854
- "⢰",
855
- "⢱",
856
- "⢲",
857
- "⢳",
858
- "⢴",
859
- "⢵",
860
- "⢶",
861
- "⢷",
862
- "⣰",
863
- "⣱",
864
- "⣲",
865
- "⣳",
866
- "⣴",
867
- "⣵",
868
- "⣶",
869
- "⣷",
870
- "⢸",
871
- "⢹",
872
- "⢺",
873
- "⢻",
874
- "⢼",
875
- "⢽",
876
- "⢾",
877
- "⢿",
878
- "⣸",
879
- "⣹",
880
- "⣺",
881
- "⣻",
882
- "⣼",
883
- "⣽",
884
- "⣾",
885
- "⣿"
886
- ]
887
- };
888
- const sand = {
889
- interval: 80,
890
- frames: [
891
- "⠁",
892
- "⠂",
893
- "⠄",
894
- "⡀",
895
- "⡈",
896
- "⡐",
897
- "⡠",
898
- "⣀",
899
- "⣁",
900
- "⣂",
901
- "⣄",
902
- "⣌",
903
- "⣔",
904
- "⣤",
905
- "⣥",
906
- "⣦",
907
- "⣮",
908
- "⣶",
909
- "⣷",
910
- "⣿",
911
- "⡿",
912
- "⠿",
913
- "⢟",
914
- "⠟",
915
- "⡛",
916
- "⠛",
917
- "⠫",
918
- "⢋",
919
- "⠋",
920
- "⠍",
921
- "⡉",
922
- "⠉",
923
- "⠑",
924
- "⠡",
925
- "⢁"
926
- ]
927
- };
928
- const line = {
929
- interval: 130,
930
- frames: [
931
- "-",
932
- "\\",
933
- "|",
934
- "/"
935
- ]
936
- };
937
- const line2 = {
938
- interval: 100,
939
- frames: [
940
- "⠂",
941
- "-",
942
- "–",
943
- "—",
944
- "–",
945
- "-"
946
- ]
947
- };
948
- const pipe = {
949
- interval: 100,
950
- frames: [
951
- "┤",
952
- "┘",
953
- "┴",
954
- "└",
955
- "├",
956
- "┌",
957
- "┬",
958
- "┐"
959
- ]
960
- };
961
- const simpleDots = {
962
- interval: 400,
963
- frames: [
964
- ". ",
965
- ".. ",
966
- "...",
967
- " "
968
- ]
969
- };
970
- const simpleDotsScrolling = {
971
- interval: 200,
972
- frames: [
973
- ". ",
974
- ".. ",
975
- "...",
976
- " ..",
977
- " .",
978
- " "
979
- ]
980
- };
981
- const star = {
982
- interval: 70,
983
- frames: [
984
- "✶",
985
- "✸",
986
- "✹",
987
- "✺",
988
- "✹",
989
- "✷"
990
- ]
991
- };
992
- const star2 = {
993
- interval: 80,
994
- frames: [
995
- "+",
996
- "x",
997
- "*"
998
- ]
999
- };
1000
- const flip = {
1001
- interval: 70,
1002
- frames: [
1003
- "_",
1004
- "_",
1005
- "_",
1006
- "-",
1007
- "`",
1008
- "`",
1009
- "'",
1010
- "´",
1011
- "-",
1012
- "_",
1013
- "_",
1014
- "_"
1015
- ]
1016
- };
1017
- const hamburger = {
1018
- interval: 100,
1019
- frames: [
1020
- "☱",
1021
- "☲",
1022
- "☴"
1023
- ]
1024
- };
1025
- const growVertical = {
1026
- interval: 120,
1027
- frames: [
1028
- "▁",
1029
- "▃",
1030
- "▄",
1031
- "▅",
1032
- "▆",
1033
- "▇",
1034
- "▆",
1035
- "▅",
1036
- "▄",
1037
- "▃"
1038
- ]
1039
- };
1040
- const growHorizontal = {
1041
- interval: 120,
1042
- frames: [
1043
- "▏",
1044
- "▎",
1045
- "▍",
1046
- "▌",
1047
- "▋",
1048
- "▊",
1049
- "▉",
1050
- "▊",
1051
- "▋",
1052
- "▌",
1053
- "▍",
1054
- "▎"
1055
- ]
1056
- };
1057
- const balloon = {
1058
- interval: 140,
1059
- frames: [
1060
- " ",
1061
- ".",
1062
- "o",
1063
- "O",
1064
- "@",
1065
- "*",
1066
- " "
1067
- ]
1068
- };
1069
- const balloon2 = {
1070
- interval: 120,
1071
- frames: [
1072
- ".",
1073
- "o",
1074
- "O",
1075
- "°",
1076
- "O",
1077
- "o",
1078
- "."
1079
- ]
1080
- };
1081
- const noise = {
1082
- interval: 100,
1083
- frames: [
1084
- "▓",
1085
- "▒",
1086
- "░"
1087
- ]
1088
- };
1089
- const bounce = {
1090
- interval: 120,
1091
- frames: [
1092
- "⠁",
1093
- "⠂",
1094
- "⠄",
1095
- "⠂"
1096
- ]
1097
- };
1098
- const boxBounce = {
1099
- interval: 120,
1100
- frames: [
1101
- "▖",
1102
- "▘",
1103
- "▝",
1104
- "▗"
1105
- ]
1106
- };
1107
- const boxBounce2 = {
1108
- interval: 100,
1109
- frames: [
1110
- "▌",
1111
- "▀",
1112
- "▐",
1113
- "▄"
1114
- ]
1115
- };
1116
- const triangle = {
1117
- interval: 50,
1118
- frames: [
1119
- "◢",
1120
- "◣",
1121
- "◤",
1122
- "◥"
1123
- ]
1124
- };
1125
- const binary = {
1126
- interval: 80,
1127
- frames: [
1128
- "010010",
1129
- "001100",
1130
- "100101",
1131
- "111010",
1132
- "111101",
1133
- "010111",
1134
- "101011",
1135
- "111000",
1136
- "110011",
1137
- "110101"
1138
- ]
1139
- };
1140
- const arc = {
1141
- interval: 100,
1142
- frames: [
1143
- "◜",
1144
- "◠",
1145
- "◝",
1146
- "◞",
1147
- "◡",
1148
- "◟"
1149
- ]
1150
- };
1151
- const circle = {
1152
- interval: 120,
1153
- frames: [
1154
- "◡",
1155
- "⊙",
1156
- "◠"
1157
- ]
1158
- };
1159
- const squareCorners = {
1160
- interval: 180,
1161
- frames: [
1162
- "◰",
1163
- "◳",
1164
- "◲",
1165
- "◱"
1166
- ]
1167
- };
1168
- const circleQuarters = {
1169
- interval: 120,
1170
- frames: [
1171
- "◴",
1172
- "◷",
1173
- "◶",
1174
- "◵"
1175
- ]
1176
- };
1177
- const circleHalves = {
1178
- interval: 50,
1179
- frames: [
1180
- "◐",
1181
- "◓",
1182
- "◑",
1183
- "◒"
1184
- ]
1185
- };
1186
- const squish = {
1187
- interval: 100,
1188
- frames: [
1189
- "╫",
1190
- "╪"
1191
- ]
1192
- };
1193
- const toggle = {
1194
- interval: 250,
1195
- frames: [
1196
- "⊶",
1197
- "⊷"
1198
- ]
1199
- };
1200
- const toggle2 = {
1201
- interval: 80,
1202
- frames: [
1203
- "▫",
1204
- "▪"
1205
- ]
1206
- };
1207
- const toggle3 = {
1208
- interval: 120,
1209
- frames: [
1210
- "□",
1211
- "■"
1212
- ]
1213
- };
1214
- const toggle4 = {
1215
- interval: 100,
1216
- frames: [
1217
- "■",
1218
- "□",
1219
- "▪",
1220
- "▫"
1221
- ]
1222
- };
1223
- const toggle5 = {
1224
- interval: 100,
1225
- frames: [
1226
- "▮",
1227
- "▯"
1228
- ]
1229
- };
1230
- const toggle6 = {
1231
- interval: 300,
1232
- frames: [
1233
- "ဝ",
1234
- "၀"
1235
- ]
1236
- };
1237
- const toggle7 = {
1238
- interval: 80,
1239
- frames: [
1240
- "⦾",
1241
- "⦿"
1242
- ]
1243
- };
1244
- const toggle8 = {
1245
- interval: 100,
1246
- frames: [
1247
- "◍",
1248
- "◌"
1249
- ]
1250
- };
1251
- const toggle9 = {
1252
- interval: 100,
1253
- frames: [
1254
- "◉",
1255
- "◎"
1256
- ]
1257
- };
1258
- const toggle10 = {
1259
- interval: 100,
1260
- frames: [
1261
- "㊂",
1262
- "㊀",
1263
- "㊁"
1264
- ]
1265
- };
1266
- const toggle11 = {
1267
- interval: 50,
1268
- frames: [
1269
- "⧇",
1270
- "⧆"
1271
- ]
1272
- };
1273
- const toggle12 = {
1274
- interval: 120,
1275
- frames: [
1276
- "☗",
1277
- "☖"
1278
- ]
1279
- };
1280
- const toggle13 = {
1281
- interval: 80,
1282
- frames: [
1283
- "=",
1284
- "*",
1285
- "-"
1286
- ]
1287
- };
1288
- const arrow = {
1289
- interval: 100,
1290
- frames: [
1291
- "←",
1292
- "↖",
1293
- "↑",
1294
- "↗",
1295
- "→",
1296
- "↘",
1297
- "↓",
1298
- "↙"
1299
- ]
1300
- };
1301
- const arrow2 = {
1302
- interval: 80,
1303
- frames: [
1304
- "⬆️ ",
1305
- "↗️ ",
1306
- "➡️ ",
1307
- "↘️ ",
1308
- "⬇️ ",
1309
- "↙️ ",
1310
- "⬅️ ",
1311
- "↖️ "
1312
- ]
1313
- };
1314
- const arrow3 = {
1315
- interval: 120,
1316
- frames: [
1317
- "▹▹▹▹▹",
1318
- "▸▹▹▹▹",
1319
- "▹▸▹▹▹",
1320
- "▹▹▸▹▹",
1321
- "▹▹▹▸▹",
1322
- "▹▹▹▹▸"
1323
- ]
1324
- };
1325
- const bouncingBar = {
1326
- interval: 80,
1327
- frames: [
1328
- "[ ]",
1329
- "[= ]",
1330
- "[== ]",
1331
- "[=== ]",
1332
- "[====]",
1333
- "[ ===]",
1334
- "[ ==]",
1335
- "[ =]",
1336
- "[ ]",
1337
- "[ =]",
1338
- "[ ==]",
1339
- "[ ===]",
1340
- "[====]",
1341
- "[=== ]",
1342
- "[== ]",
1343
- "[= ]"
1344
- ]
1345
- };
1346
- const bouncingBall = {
1347
- interval: 80,
1348
- frames: [
1349
- "( ● )",
1350
- "( ● )",
1351
- "( ● )",
1352
- "( ● )",
1353
- "( ●)",
1354
- "( ● )",
1355
- "( ● )",
1356
- "( ● )",
1357
- "( ● )",
1358
- "(● )"
1359
- ]
1360
- };
1361
- const smiley = {
1362
- interval: 200,
1363
- frames: [
1364
- "😄 ",
1365
- "😝 "
1366
- ]
1367
- };
1368
- const monkey = {
1369
- interval: 300,
1370
- frames: [
1371
- "🙈 ",
1372
- "🙈 ",
1373
- "🙉 ",
1374
- "🙊 "
1375
- ]
1376
- };
1377
- const hearts = {
1378
- interval: 100,
1379
- frames: [
1380
- "💛 ",
1381
- "💙 ",
1382
- "💜 ",
1383
- "💚 ",
1384
- "❤️ "
1385
- ]
1386
- };
1387
- const clock = {
1388
- interval: 100,
1389
- frames: [
1390
- "🕛 ",
1391
- "🕐 ",
1392
- "🕑 ",
1393
- "🕒 ",
1394
- "🕓 ",
1395
- "🕔 ",
1396
- "🕕 ",
1397
- "🕖 ",
1398
- "🕗 ",
1399
- "🕘 ",
1400
- "🕙 ",
1401
- "🕚 "
1402
- ]
1403
- };
1404
- const earth = {
1405
- interval: 180,
1406
- frames: [
1407
- "🌍 ",
1408
- "🌎 ",
1409
- "🌏 "
1410
- ]
1411
- };
1412
- const material = {
1413
- interval: 17,
1414
- frames: [
1415
- "█▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁",
1416
- "██▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁",
1417
- "███▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁",
1418
- "████▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁",
1419
- "██████▁▁▁▁▁▁▁▁▁▁▁▁▁▁",
1420
- "██████▁▁▁▁▁▁▁▁▁▁▁▁▁▁",
1421
- "███████▁▁▁▁▁▁▁▁▁▁▁▁▁",
1422
- "████████▁▁▁▁▁▁▁▁▁▁▁▁",
1423
- "█████████▁▁▁▁▁▁▁▁▁▁▁",
1424
- "█████████▁▁▁▁▁▁▁▁▁▁▁",
1425
- "██████████▁▁▁▁▁▁▁▁▁▁",
1426
- "███████████▁▁▁▁▁▁▁▁▁",
1427
- "█████████████▁▁▁▁▁▁▁",
1428
- "██████████████▁▁▁▁▁▁",
1429
- "██████████████▁▁▁▁▁▁",
1430
- "▁██████████████▁▁▁▁▁",
1431
- "▁██████████████▁▁▁▁▁",
1432
- "▁██████████████▁▁▁▁▁",
1433
- "▁▁██████████████▁▁▁▁",
1434
- "▁▁▁██████████████▁▁▁",
1435
- "▁▁▁▁█████████████▁▁▁",
1436
- "▁▁▁▁██████████████▁▁",
1437
- "▁▁▁▁██████████████▁▁",
1438
- "▁▁▁▁▁██████████████▁",
1439
- "▁▁▁▁▁██████████████▁",
1440
- "▁▁▁▁▁██████████████▁",
1441
- "▁▁▁▁▁▁██████████████",
1442
- "▁▁▁▁▁▁██████████████",
1443
- "▁▁▁▁▁▁▁█████████████",
1444
- "▁▁▁▁▁▁▁█████████████",
1445
- "▁▁▁▁▁▁▁▁████████████",
1446
- "▁▁▁▁▁▁▁▁████████████",
1447
- "▁▁▁▁▁▁▁▁▁███████████",
1448
- "▁▁▁▁▁▁▁▁▁███████████",
1449
- "▁▁▁▁▁▁▁▁▁▁██████████",
1450
- "▁▁▁▁▁▁▁▁▁▁██████████",
1451
- "▁▁▁▁▁▁▁▁▁▁▁▁████████",
1452
- "▁▁▁▁▁▁▁▁▁▁▁▁▁███████",
1453
- "▁▁▁▁▁▁▁▁▁▁▁▁▁▁██████",
1454
- "▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁█████",
1455
- "▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁█████",
1456
- "█▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁████",
1457
- "██▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁███",
1458
- "██▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁███",
1459
- "███▁▁▁▁▁▁▁▁▁▁▁▁▁▁███",
1460
- "████▁▁▁▁▁▁▁▁▁▁▁▁▁▁██",
1461
- "█████▁▁▁▁▁▁▁▁▁▁▁▁▁▁█",
1462
- "█████▁▁▁▁▁▁▁▁▁▁▁▁▁▁█",
1463
- "██████▁▁▁▁▁▁▁▁▁▁▁▁▁█",
1464
- "████████▁▁▁▁▁▁▁▁▁▁▁▁",
1465
- "█████████▁▁▁▁▁▁▁▁▁▁▁",
1466
- "█████████▁▁▁▁▁▁▁▁▁▁▁",
1467
- "█████████▁▁▁▁▁▁▁▁▁▁▁",
1468
- "█████████▁▁▁▁▁▁▁▁▁▁▁",
1469
- "███████████▁▁▁▁▁▁▁▁▁",
1470
- "████████████▁▁▁▁▁▁▁▁",
1471
- "████████████▁▁▁▁▁▁▁▁",
1472
- "██████████████▁▁▁▁▁▁",
1473
- "██████████████▁▁▁▁▁▁",
1474
- "▁██████████████▁▁▁▁▁",
1475
- "▁██████████████▁▁▁▁▁",
1476
- "▁▁▁█████████████▁▁▁▁",
1477
- "▁▁▁▁▁████████████▁▁▁",
1478
- "▁▁▁▁▁████████████▁▁▁",
1479
- "▁▁▁▁▁▁███████████▁▁▁",
1480
- "▁▁▁▁▁▁▁▁█████████▁▁▁",
1481
- "▁▁▁▁▁▁▁▁█████████▁▁▁",
1482
- "▁▁▁▁▁▁▁▁▁█████████▁▁",
1483
- "▁▁▁▁▁▁▁▁▁█████████▁▁",
1484
- "▁▁▁▁▁▁▁▁▁▁█████████▁",
1485
- "▁▁▁▁▁▁▁▁▁▁▁████████▁",
1486
- "▁▁▁▁▁▁▁▁▁▁▁████████▁",
1487
- "▁▁▁▁▁▁▁▁▁▁▁▁███████▁",
1488
- "▁▁▁▁▁▁▁▁▁▁▁▁███████▁",
1489
- "▁▁▁▁▁▁▁▁▁▁▁▁▁███████",
1490
- "▁▁▁▁▁▁▁▁▁▁▁▁▁███████",
1491
- "▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁█████",
1492
- "▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁████",
1493
- "▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁████",
1494
- "▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁████",
1495
- "▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁███",
1496
- "▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁███",
1497
- "▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁██",
1498
- "▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁██",
1499
- "▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁██",
1500
- "▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁█",
1501
- "▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁█",
1502
- "▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁█",
1503
- "▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁",
1504
- "▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁",
1505
- "▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁",
1506
- "▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁"
1507
- ]
1508
- };
1509
- const moon = {
1510
- interval: 80,
1511
- frames: [
1512
- "🌑 ",
1513
- "🌒 ",
1514
- "🌓 ",
1515
- "🌔 ",
1516
- "🌕 ",
1517
- "🌖 ",
1518
- "🌗 ",
1519
- "🌘 "
1520
- ]
1521
- };
1522
- const runner = {
1523
- interval: 140,
1524
- frames: [
1525
- "🚶 ",
1526
- "🏃 "
1527
- ]
1528
- };
1529
- const pong = {
1530
- interval: 80,
1531
- frames: [
1532
- "▐⠂ ▌",
1533
- "▐⠈ ▌",
1534
- "▐ ⠂ ▌",
1535
- "▐ ⠠ ▌",
1536
- "▐ ⡀ ▌",
1537
- "▐ ⠠ ▌",
1538
- "▐ ⠂ ▌",
1539
- "▐ ⠈ ▌",
1540
- "▐ ⠂ ▌",
1541
- "▐ ⠠ ▌",
1542
- "▐ ⡀ ▌",
1543
- "▐ ⠠ ▌",
1544
- "▐ ⠂ ▌",
1545
- "▐ ⠈ ▌",
1546
- "▐ ⠂▌",
1547
- "▐ ⠠▌",
1548
- "▐ ⡀▌",
1549
- "▐ ⠠ ▌",
1550
- "▐ ⠂ ▌",
1551
- "▐ ⠈ ▌",
1552
- "▐ ⠂ ▌",
1553
- "▐ ⠠ ▌",
1554
- "▐ ⡀ ▌",
1555
- "▐ ⠠ ▌",
1556
- "▐ ⠂ ▌",
1557
- "▐ ⠈ ▌",
1558
- "▐ ⠂ ▌",
1559
- "▐ ⠠ ▌",
1560
- "▐ ⡀ ▌",
1561
- "▐⠠ ▌"
1562
- ]
1563
- };
1564
- const shark = {
1565
- interval: 120,
1566
- frames: [
1567
- "▐|\\____________▌",
1568
- "▐_|\\___________▌",
1569
- "▐__|\\__________▌",
1570
- "▐___|\\_________▌",
1571
- "▐____|\\________▌",
1572
- "▐_____|\\_______▌",
1573
- "▐______|\\______▌",
1574
- "▐_______|\\_____▌",
1575
- "▐________|\\____▌",
1576
- "▐_________|\\___▌",
1577
- "▐__________|\\__▌",
1578
- "▐___________|\\_▌",
1579
- "▐____________|\\▌",
1580
- "▐____________/|▌",
1581
- "▐___________/|_▌",
1582
- "▐__________/|__▌",
1583
- "▐_________/|___▌",
1584
- "▐________/|____▌",
1585
- "▐_______/|_____▌",
1586
- "▐______/|______▌",
1587
- "▐_____/|_______▌",
1588
- "▐____/|________▌",
1589
- "▐___/|_________▌",
1590
- "▐__/|__________▌",
1591
- "▐_/|___________▌",
1592
- "▐/|____________▌"
1593
- ]
1594
- };
1595
- const dqpb = {
1596
- interval: 100,
1597
- frames: [
1598
- "d",
1599
- "q",
1600
- "p",
1601
- "b"
1602
- ]
1603
- };
1604
- const weather = {
1605
- interval: 100,
1606
- frames: [
1607
- "☀️ ",
1608
- "☀️ ",
1609
- "☀️ ",
1610
- "🌤 ",
1611
- "⛅️ ",
1612
- "🌥 ",
1613
- "☁️ ",
1614
- "🌧 ",
1615
- "🌨 ",
1616
- "🌧 ",
1617
- "🌨 ",
1618
- "🌧 ",
1619
- "🌨 ",
1620
- "⛈ ",
1621
- "🌨 ",
1622
- "🌧 ",
1623
- "🌨 ",
1624
- "☁️ ",
1625
- "🌥 ",
1626
- "⛅️ ",
1627
- "🌤 ",
1628
- "☀️ ",
1629
- "☀️ "
1630
- ]
1631
- };
1632
- const christmas = {
1633
- interval: 400,
1634
- frames: [
1635
- "🌲",
1636
- "🎄"
1637
- ]
1638
- };
1639
- const grenade = {
1640
- interval: 80,
1641
- frames: [
1642
- "، ",
1643
- "′ ",
1644
- " ´ ",
1645
- " ‾ ",
1646
- " ⸌",
1647
- " ⸊",
1648
- " |",
1649
- " ⁎",
1650
- " ⁕",
1651
- " ෴ ",
1652
- " ⁓",
1653
- " ",
1654
- " ",
1655
- " "
1656
- ]
1657
- };
1658
- const point = {
1659
- interval: 125,
1660
- frames: [
1661
- "∙∙∙",
1662
- "●∙∙",
1663
- "∙●∙",
1664
- "∙∙●",
1665
- "∙∙∙"
1666
- ]
1667
- };
1668
- const layer = {
1669
- interval: 150,
1670
- frames: [
1671
- "-",
1672
- "=",
1673
- "≡"
1674
- ]
1675
- };
1676
- const betaWave = {
1677
- interval: 80,
1678
- frames: [
1679
- "ρββββββ",
1680
- "βρβββββ",
1681
- "ββρββββ",
1682
- "βββρβββ",
1683
- "ββββρββ",
1684
- "βββββρβ",
1685
- "ββββββρ"
1686
- ]
1687
- };
1688
- const fingerDance = {
1689
- interval: 160,
1690
- frames: [
1691
- "🤘 ",
1692
- "🤟 ",
1693
- "🖖 ",
1694
- "✋ ",
1695
- "🤚 ",
1696
- "👆 "
1697
- ]
1698
- };
1699
- const fistBump = {
1700
- interval: 80,
1701
- frames: [
1702
- "🤜    🤛 ",
1703
- "🤜    🤛 ",
1704
- "🤜    🤛 ",
1705
- " 🤜  🤛  ",
1706
- "  🤜🤛   ",
1707
- " 🤜✨🤛   ",
1708
- "🤜 ✨ 🤛  "
1709
- ]
1710
- };
1711
- const soccerHeader = {
1712
- interval: 80,
1713
- frames: [
1714
- " 🧑⚽️ 🧑 ",
1715
- "🧑 ⚽️ 🧑 ",
1716
- "🧑 ⚽️ 🧑 ",
1717
- "🧑 ⚽️ 🧑 ",
1718
- "🧑 ⚽️ 🧑 ",
1719
- "🧑 ⚽️ 🧑 ",
1720
- "🧑 ⚽️🧑 ",
1721
- "🧑 ⚽️ 🧑 ",
1722
- "🧑 ⚽️ 🧑 ",
1723
- "🧑 ⚽️ 🧑 ",
1724
- "🧑 ⚽️ 🧑 ",
1725
- "🧑 ⚽️ 🧑 "
1726
- ]
1727
- };
1728
- const mindblown = {
1729
- interval: 160,
1730
- frames: [
1731
- "😐 ",
1732
- "😐 ",
1733
- "😮 ",
1734
- "😮 ",
1735
- "😦 ",
1736
- "😦 ",
1737
- "😧 ",
1738
- "😧 ",
1739
- "🤯 ",
1740
- "💥 ",
1741
- "✨ ",
1742
- "  ",
1743
- "  ",
1744
- "  "
1745
- ]
1746
- };
1747
- const speaker = {
1748
- interval: 160,
1749
- frames: [
1750
- "🔈 ",
1751
- "🔉 ",
1752
- "🔊 ",
1753
- "🔉 "
1754
- ]
1755
- };
1756
- const orangePulse = {
1757
- interval: 100,
1758
- frames: [
1759
- "🔸 ",
1760
- "🔶 ",
1761
- "🟠 ",
1762
- "🟠 ",
1763
- "🔶 "
1764
- ]
1765
- };
1766
- const bluePulse = {
1767
- interval: 100,
1768
- frames: [
1769
- "🔹 ",
1770
- "🔷 ",
1771
- "🔵 ",
1772
- "🔵 ",
1773
- "🔷 "
1774
- ]
1775
- };
1776
- const orangeBluePulse = {
1777
- interval: 100,
1778
- frames: [
1779
- "🔸 ",
1780
- "🔶 ",
1781
- "🟠 ",
1782
- "🟠 ",
1783
- "🔶 ",
1784
- "🔹 ",
1785
- "🔷 ",
1786
- "🔵 ",
1787
- "🔵 ",
1788
- "🔷 "
1789
- ]
1790
- };
1791
- const timeTravel = {
1792
- interval: 100,
1793
- frames: [
1794
- "🕛 ",
1795
- "🕚 ",
1796
- "🕙 ",
1797
- "🕘 ",
1798
- "🕗 ",
1799
- "🕖 ",
1800
- "🕕 ",
1801
- "🕔 ",
1802
- "🕓 ",
1803
- "🕒 ",
1804
- "🕑 ",
1805
- "🕐 "
1806
- ]
1807
- };
1808
- const aesthetic = {
1809
- interval: 80,
1810
- frames: [
1811
- "▰▱▱▱▱▱▱",
1812
- "▰▰▱▱▱▱▱",
1813
- "▰▰▰▱▱▱▱",
1814
- "▰▰▰▰▱▱▱",
1815
- "▰▰▰▰▰▱▱",
1816
- "▰▰▰▰▰▰▱",
1817
- "▰▰▰▰▰▰▰",
1818
- "▰▱▱▱▱▱▱"
1819
- ]
1820
- };
1821
- const dwarfFortress = {
1822
- interval: 80,
1823
- frames: [
1824
- " ██████£££ ",
1825
- "☺██████£££ ",
1826
- "☺██████£££ ",
1827
- "☺▓█████£££ ",
1828
- "☺▓█████£££ ",
1829
- "☺▒█████£££ ",
1830
- "☺▒█████£££ ",
1831
- "☺░█████£££ ",
1832
- "☺░█████£££ ",
1833
- "☺ █████£££ ",
1834
- " ☺█████£££ ",
1835
- " ☺█████£££ ",
1836
- " ☺▓████£££ ",
1837
- " ☺▓████£££ ",
1838
- " ☺▒████£££ ",
1839
- " ☺▒████£££ ",
1840
- " ☺░████£££ ",
1841
- " ☺░████£££ ",
1842
- " ☺ ████£££ ",
1843
- " ☺████£££ ",
1844
- " ☺████£££ ",
1845
- " ☺▓███£££ ",
1846
- " ☺▓███£££ ",
1847
- " ☺▒███£££ ",
1848
- " ☺▒███£££ ",
1849
- " ☺░███£££ ",
1850
- " ☺░███£££ ",
1851
- " ☺ ███£££ ",
1852
- " ☺███£££ ",
1853
- " ☺███£££ ",
1854
- " ☺▓██£££ ",
1855
- " ☺▓██£££ ",
1856
- " ☺▒██£££ ",
1857
- " ☺▒██£££ ",
1858
- " ☺░██£££ ",
1859
- " ☺░██£££ ",
1860
- " ☺ ██£££ ",
1861
- " ☺██£££ ",
1862
- " ☺██£££ ",
1863
- " ☺▓█£££ ",
1864
- " ☺▓█£££ ",
1865
- " ☺▒█£££ ",
1866
- " ☺▒█£££ ",
1867
- " ☺░█£££ ",
1868
- " ☺░█£££ ",
1869
- " ☺ █£££ ",
1870
- " ☺█£££ ",
1871
- " ☺█£££ ",
1872
- " ☺▓£££ ",
1873
- " ☺▓£££ ",
1874
- " ☺▒£££ ",
1875
- " ☺▒£££ ",
1876
- " ☺░£££ ",
1877
- " ☺░£££ ",
1878
- " ☺ £££ ",
1879
- " ☺£££ ",
1880
- " ☺£££ ",
1881
- " ☺▓££ ",
1882
- " ☺▓££ ",
1883
- " ☺▒££ ",
1884
- " ☺▒££ ",
1885
- " ☺░££ ",
1886
- " ☺░££ ",
1887
- " ☺ ££ ",
1888
- " ☺££ ",
1889
- " ☺££ ",
1890
- " ☺▓£ ",
1891
- " ☺▓£ ",
1892
- " ☺▒£ ",
1893
- " ☺▒£ ",
1894
- " ☺░£ ",
1895
- " ☺░£ ",
1896
- " ☺ £ ",
1897
- " ☺£ ",
1898
- " ☺£ ",
1899
- " ☺▓ ",
1900
- " ☺▓ ",
1901
- " ☺▒ ",
1902
- " ☺▒ ",
1903
- " ☺░ ",
1904
- " ☺░ ",
1905
- " ☺ ",
1906
- " ☺ &",
1907
- " ☺ ☼&",
1908
- " ☺ ☼ &",
1909
- " ☺☼ &",
1910
- " ☺☼ & ",
1911
- " ‼ & ",
1912
- " ☺ & ",
1913
- " ‼ & ",
1914
- " ☺ & ",
1915
- " ‼ & ",
1916
- " ☺ & ",
1917
- "‼ & ",
1918
- " & ",
1919
- " & ",
1920
- " & ░ ",
1921
- " & ▒ ",
1922
- " & ▓ ",
1923
- " & £ ",
1924
- " & ░£ ",
1925
- " & ▒£ ",
1926
- " & ▓£ ",
1927
- " & ££ ",
1928
- " & ░££ ",
1929
- " & ▒££ ",
1930
- "& ▓££ ",
1931
- "& £££ ",
1932
- " ░£££ ",
1933
- " ▒£££ ",
1934
- " ▓£££ ",
1935
- " █£££ ",
1936
- " ░█£££ ",
1937
- " ▒█£££ ",
1938
- " ▓█£££ ",
1939
- " ██£££ ",
1940
- " ░██£££ ",
1941
- " ▒██£££ ",
1942
- " ▓██£££ ",
1943
- " ███£££ ",
1944
- " ░███£££ ",
1945
- " ▒███£££ ",
1946
- " ▓███£££ ",
1947
- " ████£££ ",
1948
- " ░████£££ ",
1949
- " ▒████£££ ",
1950
- " ▓████£££ ",
1951
- " █████£££ ",
1952
- " ░█████£££ ",
1953
- " ▒█████£££ ",
1954
- " ▓█████£££ ",
1955
- " ██████£££ ",
1956
- " ██████£££ "
1957
- ]
1958
- };
1959
- const spinners = {
1960
- dots: dots,
1961
- dots2: dots2,
1962
- dots3: dots3,
1963
- dots4: dots4,
1964
- dots5: dots5,
1965
- dots6: dots6,
1966
- dots7: dots7,
1967
- dots8: dots8,
1968
- dots9: dots9,
1969
- dots10: dots10,
1970
- dots11: dots11,
1971
- dots12: dots12,
1972
- dots13: dots13,
1973
- dots8Bit: dots8Bit,
1974
- sand: sand,
1975
- line: line,
1976
- line2: line2,
1977
- pipe: pipe,
1978
- simpleDots: simpleDots,
1979
- simpleDotsScrolling: simpleDotsScrolling,
1980
- star: star,
1981
- star2: star2,
1982
- flip: flip,
1983
- hamburger: hamburger,
1984
- growVertical: growVertical,
1985
- growHorizontal: growHorizontal,
1986
- balloon: balloon,
1987
- balloon2: balloon2,
1988
- noise: noise,
1989
- bounce: bounce,
1990
- boxBounce: boxBounce,
1991
- boxBounce2: boxBounce2,
1992
- triangle: triangle,
1993
- binary: binary,
1994
- arc: arc,
1995
- circle: circle,
1996
- squareCorners: squareCorners,
1997
- circleQuarters: circleQuarters,
1998
- circleHalves: circleHalves,
1999
- squish: squish,
2000
- toggle: toggle,
2001
- toggle2: toggle2,
2002
- toggle3: toggle3,
2003
- toggle4: toggle4,
2004
- toggle5: toggle5,
2005
- toggle6: toggle6,
2006
- toggle7: toggle7,
2007
- toggle8: toggle8,
2008
- toggle9: toggle9,
2009
- toggle10: toggle10,
2010
- toggle11: toggle11,
2011
- toggle12: toggle12,
2012
- toggle13: toggle13,
2013
- arrow: arrow,
2014
- arrow2: arrow2,
2015
- arrow3: arrow3,
2016
- bouncingBar: bouncingBar,
2017
- bouncingBall: bouncingBall,
2018
- smiley: smiley,
2019
- monkey: monkey,
2020
- hearts: hearts,
2021
- clock: clock,
2022
- earth: earth,
2023
- material: material,
2024
- moon: moon,
2025
- runner: runner,
2026
- pong: pong,
2027
- shark: shark,
2028
- dqpb: dqpb,
2029
- weather: weather,
2030
- christmas: christmas,
2031
- grenade: grenade,
2032
- point: point,
2033
- layer: layer,
2034
- betaWave: betaWave,
2035
- fingerDance: fingerDance,
2036
- fistBump: fistBump,
2037
- soccerHeader: soccerHeader,
2038
- mindblown: mindblown,
2039
- speaker: speaker,
2040
- orangePulse: orangePulse,
2041
- bluePulse: bluePulse,
2042
- orangeBluePulse: orangeBluePulse,
2043
- timeTravel: timeTravel,
2044
- aesthetic: aesthetic,
2045
- dwarfFortress: dwarfFortress
2046
- };
2047
-
2048
- const spinners$1 = {
2049
- __proto__: null,
2050
- aesthetic: aesthetic,
2051
- arc: arc,
2052
- arrow: arrow,
2053
- arrow2: arrow2,
2054
- arrow3: arrow3,
2055
- balloon: balloon,
2056
- balloon2: balloon2,
2057
- betaWave: betaWave,
2058
- binary: binary,
2059
- bluePulse: bluePulse,
2060
- bounce: bounce,
2061
- bouncingBall: bouncingBall,
2062
- bouncingBar: bouncingBar,
2063
- boxBounce: boxBounce,
2064
- boxBounce2: boxBounce2,
2065
- christmas: christmas,
2066
- circle: circle,
2067
- circleHalves: circleHalves,
2068
- circleQuarters: circleQuarters,
2069
- clock: clock,
2070
- default: spinners,
2071
- dots: dots,
2072
- dots10: dots10,
2073
- dots11: dots11,
2074
- dots12: dots12,
2075
- dots13: dots13,
2076
- dots2: dots2,
2077
- dots3: dots3,
2078
- dots4: dots4,
2079
- dots5: dots5,
2080
- dots6: dots6,
2081
- dots7: dots7,
2082
- dots8: dots8,
2083
- dots8Bit: dots8Bit,
2084
- dots9: dots9,
2085
- dqpb: dqpb,
2086
- dwarfFortress: dwarfFortress,
2087
- earth: earth,
2088
- fingerDance: fingerDance,
2089
- fistBump: fistBump,
2090
- flip: flip,
2091
- grenade: grenade,
2092
- growHorizontal: growHorizontal,
2093
- growVertical: growVertical,
2094
- hamburger: hamburger,
2095
- hearts: hearts,
2096
- layer: layer,
2097
- line: line,
2098
- line2: line2,
2099
- material: material,
2100
- mindblown: mindblown,
2101
- monkey: monkey,
2102
- moon: moon,
2103
- noise: noise,
2104
- orangeBluePulse: orangeBluePulse,
2105
- orangePulse: orangePulse,
2106
- pipe: pipe,
2107
- point: point,
2108
- pong: pong,
2109
- runner: runner,
2110
- sand: sand,
2111
- shark: shark,
2112
- simpleDots: simpleDots,
2113
- simpleDotsScrolling: simpleDotsScrolling,
2114
- smiley: smiley,
2115
- soccerHeader: soccerHeader,
2116
- speaker: speaker,
2117
- squareCorners: squareCorners,
2118
- squish: squish,
2119
- star: star,
2120
- star2: star2,
2121
- timeTravel: timeTravel,
2122
- toggle: toggle,
2123
- toggle10: toggle10,
2124
- toggle11: toggle11,
2125
- toggle12: toggle12,
2126
- toggle13: toggle13,
2127
- toggle2: toggle2,
2128
- toggle3: toggle3,
2129
- toggle4: toggle4,
2130
- toggle5: toggle5,
2131
- toggle6: toggle6,
2132
- toggle7: toggle7,
2133
- toggle8: toggle8,
2134
- toggle9: toggle9,
2135
- triangle: triangle,
2136
- weather: weather
2137
- };
2138
-
2139
- const require$$0 = /*@__PURE__*/getAugmentedNamespace(spinners$1);
2140
-
2141
- var cliSpinners;
2142
- var hasRequiredCliSpinners;
2143
-
2144
- function requireCliSpinners () {
2145
- if (hasRequiredCliSpinners) return cliSpinners;
2146
- hasRequiredCliSpinners = 1;
2147
-
2148
- const spinners = Object.assign({}, require$$0); // eslint-disable-line import/extensions
2149
-
2150
- const spinnersList = Object.keys(spinners);
2151
-
2152
- Object.defineProperty(spinners, 'random', {
2153
- get() {
2154
- const randomIndex = Math.floor(Math.random() * spinnersList.length);
2155
- const spinnerName = spinnersList[randomIndex];
2156
- return spinners[spinnerName];
2157
- }
2158
- });
2159
-
2160
- cliSpinners = spinners;
2161
- return cliSpinners;
2162
- }
2163
-
2164
340
  var hasRequiredTheme;
2165
341
 
2166
342
  function requireTheme () {
@@ -2239,7 +415,7 @@ function requireUsePrefix () {
2239
415
  hasRequiredUsePrefix = 1;
2240
416
  Object.defineProperty(usePrefix, "__esModule", { value: true });
2241
417
  usePrefix.usePrefix = usePrefix$1;
2242
- const node_async_hooks_1 = require$$0$1;
418
+ const node_async_hooks_1 = require$$0;
2243
419
  const use_state_mjs_1 = /*@__PURE__*/ requireUseState();
2244
420
  const use_effect_mjs_1 = /*@__PURE__*/ requireUseEffect();
2245
421
  const make_theme_mjs_1 = /*@__PURE__*/ requireMakeTheme();
@@ -2622,7 +798,7 @@ var hasRequiredLib;
2622
798
  function requireLib () {
2623
799
  if (hasRequiredLib) return lib;
2624
800
  hasRequiredLib = 1;
2625
- const Stream = require$$0$2;
801
+ const Stream = require$$0$1;
2626
802
 
2627
803
  class MuteStream extends Stream {
2628
804
  #isTTY = null