@visulima/cerebro 3.0.0-alpha.1 → 3.0.0-alpha.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +199 -0
- package/LICENSE.md +1810 -98
- package/dist/cli.d.ts +22 -0
- package/dist/commands/completion-command.js +204 -5
- package/dist/commands/help-command.js +200 -1
- package/dist/commands/readme-command.js +326 -32
- package/dist/commands/version-command.js +18 -1
- package/dist/default-env.d.ts +1 -1
- package/dist/index.js +7 -1
- package/dist/logger/create-pail-logger.js +34 -1
- package/dist/packem_chunks/has-new-version.js +264 -1
- package/dist/packem_shared/Cerebro-bgCm5Tb1.js +3444 -0
- package/dist/packem_shared/VERBOSITY_QUIET-Dp46zlLW.js +10 -0
- package/dist/packem_shared/VisulimaError-DA7QsCxH.js +34 -0
- package/dist/packem_shared/cerebro-error-GmJ3jN7Q.js +16 -0
- package/dist/packem_shared/index-CS31xKFe.js +264 -0
- package/dist/packem_shared/runtime-process-B6ZplyWn.js +187 -0
- package/dist/plugins/error-handler-plugin.js +648 -1
- package/dist/plugins/runtime-version-check-plugin.js +77 -1
- package/dist/plugins/update-notifier/update-notifier-plugin.js +517 -1
- package/dist/types/cli.d.ts +11 -0
- package/dist/types/command-line-usage.d.ts +1 -1
- package/dist/types/command.d.ts +10 -10
- package/dist/util/command-processing/option-processor.d.ts +8 -8
- package/dist/util/general/compile-cache.d.ts +41 -0
- package/dist/util/general/compile-cache.js +16 -0
- package/dist/util/general/heap-tuning.d.ts +81 -0
- package/dist/util/general/heap-tuning.js +91 -0
- package/dist/util/general/register-exception-handler.d.ts +1 -1
- package/dist/util/process-env-variables.d.ts +1 -1
- package/package.json +15 -7
- package/dist/packem_shared/Cerebro-Bj2O5JeH.js +0 -4
- package/dist/packem_shared/VERBOSITY_QUIET-XPultrIA.js +0 -1
- package/dist/packem_shared/VisulimaError-BJideSBf.js +0 -76
- package/dist/packem_shared/cerebro-error-BnJTixb2.js +0 -1
- package/dist/packem_shared/help-command-CIRIXN03.js +0 -1
- package/dist/packem_shared/index-DQ3pvLQH.js +0 -6
- package/dist/packem_shared/isVisulimaError-jVZgumOU-C4fgdbWg.js +0 -1
- package/dist/packem_shared/renderError-ZMlMvw1N-eVUSdl6c.js +0 -24
- package/dist/packem_shared/runtime-process-G-n-wOub.js +0 -1
package/LICENSE.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
MIT License
|
|
2
2
|
|
|
3
|
-
Copyright (c)
|
|
3
|
+
Copyright (c) 2026 visulima
|
|
4
4
|
|
|
5
5
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
6
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -34,7 +34,7 @@ Repository: git+https://github.com/visulima/visulima.git
|
|
|
34
34
|
|
|
35
35
|
> MIT License
|
|
36
36
|
>
|
|
37
|
-
> Copyright (c)
|
|
37
|
+
> Copyright (c) 2026 visulima
|
|
38
38
|
>
|
|
39
39
|
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
40
40
|
> of this software and associated documentation files (the "Software"), to deal
|
|
@@ -92,7 +92,7 @@ Repository: git+https://github.com/visulima/visulima.git
|
|
|
92
92
|
>
|
|
93
93
|
> > MIT License
|
|
94
94
|
> >
|
|
95
|
-
> > Copyright (c)
|
|
95
|
+
> > Copyright (c) 2026 visulima
|
|
96
96
|
> >
|
|
97
97
|
> > Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
98
98
|
> > of this software and associated documentation files (the "Software"), to deal
|
|
@@ -126,7 +126,7 @@ Repository: git+https://github.com/visulima/visulima.git
|
|
|
126
126
|
> >
|
|
127
127
|
> > > MIT License
|
|
128
128
|
> > >
|
|
129
|
-
> > > Copyright (c)
|
|
129
|
+
> > > Copyright (c) 2026 visulima
|
|
130
130
|
> > >
|
|
131
131
|
> > > Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
132
132
|
> > > of this software and associated documentation files (the "Software"), to deal
|
|
@@ -278,7 +278,7 @@ Repository: git+https://github.com/visulima/visulima.git
|
|
|
278
278
|
>
|
|
279
279
|
> > MIT License
|
|
280
280
|
> >
|
|
281
|
-
> > Copyright (c)
|
|
281
|
+
> > Copyright (c) 2026 visulima
|
|
282
282
|
> >
|
|
283
283
|
> > Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
284
284
|
> > of this software and associated documentation files (the "Software"), to deal
|
|
@@ -312,7 +312,7 @@ Repository: git+https://github.com/visulima/visulima.git
|
|
|
312
312
|
>
|
|
313
313
|
> > MIT License
|
|
314
314
|
> >
|
|
315
|
-
> > Copyright (c)
|
|
315
|
+
> > Copyright (c) 2026 visulima
|
|
316
316
|
> >
|
|
317
317
|
> > Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
318
318
|
> > of this software and associated documentation files (the "Software"), to deal
|
|
@@ -346,7 +346,7 @@ Repository: git+https://github.com/visulima/visulima.git
|
|
|
346
346
|
> >
|
|
347
347
|
> > > MIT License
|
|
348
348
|
> > >
|
|
349
|
-
> > > Copyright (c)
|
|
349
|
+
> > > Copyright (c) 2026 visulima
|
|
350
350
|
> > >
|
|
351
351
|
> > > Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
352
352
|
> > > of this software and associated documentation files (the "Software"), to deal
|
|
@@ -488,7 +488,7 @@ Repository: git+https://github.com/visulima/visulima.git
|
|
|
488
488
|
|
|
489
489
|
> MIT License
|
|
490
490
|
>
|
|
491
|
-
> Copyright (c)
|
|
491
|
+
> Copyright (c) 2026 visulima
|
|
492
492
|
>
|
|
493
493
|
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
494
494
|
> of this software and associated documentation files (the "Software"), to deal
|
|
@@ -522,7 +522,7 @@ Repository: git+https://github.com/visulima/visulima.git
|
|
|
522
522
|
>
|
|
523
523
|
> > MIT License
|
|
524
524
|
> >
|
|
525
|
-
> > Copyright (c)
|
|
525
|
+
> > Copyright (c) 2026 visulima
|
|
526
526
|
> >
|
|
527
527
|
> > Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
528
528
|
> > of this software and associated documentation files (the "Software"), to deal
|
|
@@ -664,7 +664,7 @@ Repository: git+https://github.com/visulima/visulima.git
|
|
|
664
664
|
|
|
665
665
|
> MIT License
|
|
666
666
|
>
|
|
667
|
-
> Copyright (c)
|
|
667
|
+
> Copyright (c) 2026 visulima
|
|
668
668
|
>
|
|
669
669
|
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
670
670
|
> of this software and associated documentation files (the "Software"), to deal
|
|
@@ -789,7 +789,7 @@ Repository: git+https://github.com/visulima/visulima.git
|
|
|
789
789
|
|
|
790
790
|
> MIT License
|
|
791
791
|
>
|
|
792
|
-
> Copyright (c)
|
|
792
|
+
> Copyright (c) 2026 visulima
|
|
793
793
|
>
|
|
794
794
|
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
795
795
|
> of this software and associated documentation files (the "Software"), to deal
|
|
@@ -816,6 +816,36 @@ Repository: git+https://github.com/visulima/visulima.git
|
|
|
816
816
|
> MIT
|
|
817
817
|
>
|
|
818
818
|
> # Bundled dependencies:
|
|
819
|
+
> ## codsen-utils
|
|
820
|
+
> License: MIT
|
|
821
|
+
> By: Roy Revelt
|
|
822
|
+
> Repository: git+https://github.com/codsen/codsen.git
|
|
823
|
+
>
|
|
824
|
+
> > MIT License
|
|
825
|
+
> >
|
|
826
|
+
> > Copyright © 2010-2025 Roy Revelt and other contributors
|
|
827
|
+
> >
|
|
828
|
+
> > Permission is hereby granted, free of charge, to any person obtaining
|
|
829
|
+
> > a copy of this software and associated documentation files (the
|
|
830
|
+
> > "Software"), to deal in the Software without restriction, including
|
|
831
|
+
> > without limitation the rights to use, copy, modify, merge, publish,
|
|
832
|
+
> > distribute, sublicense, and/or sell copies of the Software, and to
|
|
833
|
+
> > permit persons to whom the Software is furnished to do so, subject to
|
|
834
|
+
> > the following conditions:
|
|
835
|
+
> >
|
|
836
|
+
> > The above copyright notice and this permission notice shall be
|
|
837
|
+
> > included in all copies or substantial portions of the Software.
|
|
838
|
+
> >
|
|
839
|
+
> > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
840
|
+
> > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
841
|
+
> > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
842
|
+
> > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
|
843
|
+
> > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
844
|
+
> > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
845
|
+
> > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
846
|
+
>
|
|
847
|
+
> ---------------------------------------
|
|
848
|
+
>
|
|
819
849
|
> ## emoji-regex-xs
|
|
820
850
|
> License: MIT
|
|
821
851
|
> By: Steven Levithan
|
|
@@ -889,16 +919,414 @@ Repository: git+https://github.com/visulima/visulima.git
|
|
|
889
919
|
> >
|
|
890
920
|
> > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
891
921
|
>
|
|
922
|
+
> ---------------------------------------
|
|
923
|
+
>
|
|
924
|
+
> ## html-entities
|
|
925
|
+
> License: MIT
|
|
926
|
+
> By: Marat Dulin
|
|
927
|
+
> Repository: https://github.com/mdevils/html-entities.git
|
|
928
|
+
>
|
|
929
|
+
> > Copyright (c) 2021 Dulin Marat
|
|
930
|
+
> >
|
|
931
|
+
> > Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
932
|
+
> > of this software and associated documentation files (the "Software"), to deal
|
|
933
|
+
> > in the Software without restriction, including without limitation the rights
|
|
934
|
+
> > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
935
|
+
> > copies of the Software, and to permit persons to whom the Software is
|
|
936
|
+
> > furnished to do so, subject to the following conditions:
|
|
937
|
+
> >
|
|
938
|
+
> > The above copyright notice and this permission notice shall be included in
|
|
939
|
+
> > all copies or substantial portions of the Software.
|
|
940
|
+
> >
|
|
941
|
+
> > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
942
|
+
> > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
943
|
+
> > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
944
|
+
> > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
945
|
+
> > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
946
|
+
> > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
947
|
+
> > THE SOFTWARE.
|
|
948
|
+
>
|
|
949
|
+
> ---------------------------------------
|
|
950
|
+
>
|
|
951
|
+
> ## indent-string
|
|
952
|
+
> License: MIT
|
|
953
|
+
> By: Sindre Sorhus
|
|
954
|
+
> Repository: sindresorhus/indent-string
|
|
955
|
+
>
|
|
956
|
+
> > MIT License
|
|
957
|
+
> >
|
|
958
|
+
> > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
959
|
+
> >
|
|
960
|
+
> > Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
961
|
+
> >
|
|
962
|
+
> > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
963
|
+
> >
|
|
964
|
+
> > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
965
|
+
>
|
|
966
|
+
> ---------------------------------------
|
|
967
|
+
>
|
|
968
|
+
> ## lodash-es
|
|
969
|
+
> License: MIT
|
|
970
|
+
> By: John-David Dalton, Mathias Bynens
|
|
971
|
+
> Repository: lodash/lodash
|
|
972
|
+
>
|
|
973
|
+
> > Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
|
|
974
|
+
> >
|
|
975
|
+
> > Based on Underscore.js, copyright Jeremy Ashkenas,
|
|
976
|
+
> > DocumentCloud and Investigative Reporters & Editors <http://underscorejs.org/>
|
|
977
|
+
> >
|
|
978
|
+
> > This software consists of voluntary contributions made by many
|
|
979
|
+
> > individuals. For exact contribution history, see the revision history
|
|
980
|
+
> > available at https://github.com/lodash/lodash
|
|
981
|
+
> >
|
|
982
|
+
> > The following license applies to all parts of this software except as
|
|
983
|
+
> > documented below:
|
|
984
|
+
> >
|
|
985
|
+
> > ====
|
|
986
|
+
> >
|
|
987
|
+
> > Permission is hereby granted, free of charge, to any person obtaining
|
|
988
|
+
> > a copy of this software and associated documentation files (the
|
|
989
|
+
> > "Software"), to deal in the Software without restriction, including
|
|
990
|
+
> > without limitation the rights to use, copy, modify, merge, publish,
|
|
991
|
+
> > distribute, sublicense, and/or sell copies of the Software, and to
|
|
992
|
+
> > permit persons to whom the Software is furnished to do so, subject to
|
|
993
|
+
> > the following conditions:
|
|
994
|
+
> >
|
|
995
|
+
> > The above copyright notice and this permission notice shall be
|
|
996
|
+
> > included in all copies or substantial portions of the Software.
|
|
997
|
+
> >
|
|
998
|
+
> > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
999
|
+
> > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
1000
|
+
> > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
1001
|
+
> > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
|
1002
|
+
> > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1003
|
+
> > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
1004
|
+
> > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
1005
|
+
> >
|
|
1006
|
+
> > ====
|
|
1007
|
+
> >
|
|
1008
|
+
> > Copyright and related rights for sample code are waived via CC0. Sample
|
|
1009
|
+
> > code is defined as all source code displayed within the prose of the
|
|
1010
|
+
> > documentation.
|
|
1011
|
+
> >
|
|
1012
|
+
> > CC0: http://creativecommons.org/publicdomain/zero/1.0/
|
|
1013
|
+
> >
|
|
1014
|
+
> > ====
|
|
1015
|
+
> >
|
|
1016
|
+
> > Files located in the node_modules and vendor directories are externally
|
|
1017
|
+
> > maintained libraries used by this software which have their own
|
|
1018
|
+
> > licenses; we recommend you read them, as their terms may differ from the
|
|
1019
|
+
> > terms above.
|
|
1020
|
+
>
|
|
1021
|
+
> ---------------------------------------
|
|
1022
|
+
>
|
|
1023
|
+
> ## ranges-apply
|
|
1024
|
+
> License: MIT
|
|
1025
|
+
> By: Roy Revelt
|
|
1026
|
+
> Repository: git+https://github.com/codsen/codsen.git
|
|
1027
|
+
>
|
|
1028
|
+
> > MIT License
|
|
1029
|
+
> >
|
|
1030
|
+
> > Copyright © 2010-2025 Roy Revelt and other contributors
|
|
1031
|
+
> >
|
|
1032
|
+
> > Permission is hereby granted, free of charge, to any person obtaining
|
|
1033
|
+
> > a copy of this software and associated documentation files (the
|
|
1034
|
+
> > "Software"), to deal in the Software without restriction, including
|
|
1035
|
+
> > without limitation the rights to use, copy, modify, merge, publish,
|
|
1036
|
+
> > distribute, sublicense, and/or sell copies of the Software, and to
|
|
1037
|
+
> > permit persons to whom the Software is furnished to do so, subject to
|
|
1038
|
+
> > the following conditions:
|
|
1039
|
+
> >
|
|
1040
|
+
> > The above copyright notice and this permission notice shall be
|
|
1041
|
+
> > included in all copies or substantial portions of the Software.
|
|
1042
|
+
> >
|
|
1043
|
+
> > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
1044
|
+
> > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
1045
|
+
> > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
1046
|
+
> > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
|
1047
|
+
> > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1048
|
+
> > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
1049
|
+
> > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
1050
|
+
>
|
|
1051
|
+
> ---------------------------------------
|
|
1052
|
+
>
|
|
1053
|
+
> ## ranges-merge
|
|
1054
|
+
> License: MIT
|
|
1055
|
+
> By: Roy Revelt
|
|
1056
|
+
> Repository: git+https://github.com/codsen/codsen.git
|
|
1057
|
+
>
|
|
1058
|
+
> > MIT License
|
|
1059
|
+
> >
|
|
1060
|
+
> > Copyright © 2010-2025 Roy Revelt and other contributors
|
|
1061
|
+
> >
|
|
1062
|
+
> > Permission is hereby granted, free of charge, to any person obtaining
|
|
1063
|
+
> > a copy of this software and associated documentation files (the
|
|
1064
|
+
> > "Software"), to deal in the Software without restriction, including
|
|
1065
|
+
> > without limitation the rights to use, copy, modify, merge, publish,
|
|
1066
|
+
> > distribute, sublicense, and/or sell copies of the Software, and to
|
|
1067
|
+
> > permit persons to whom the Software is furnished to do so, subject to
|
|
1068
|
+
> > the following conditions:
|
|
1069
|
+
> >
|
|
1070
|
+
> > The above copyright notice and this permission notice shall be
|
|
1071
|
+
> > included in all copies or substantial portions of the Software.
|
|
1072
|
+
> >
|
|
1073
|
+
> > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
1074
|
+
> > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
1075
|
+
> > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
1076
|
+
> > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
|
1077
|
+
> > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1078
|
+
> > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
1079
|
+
> > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
1080
|
+
>
|
|
1081
|
+
> ---------------------------------------
|
|
1082
|
+
>
|
|
1083
|
+
> ## ranges-push
|
|
1084
|
+
> License: MIT
|
|
1085
|
+
> By: Roy Revelt
|
|
1086
|
+
> Repository: git+https://github.com/codsen/codsen.git
|
|
1087
|
+
>
|
|
1088
|
+
> > MIT License
|
|
1089
|
+
> >
|
|
1090
|
+
> > Copyright © 2010-2025 Roy Revelt and other contributors
|
|
1091
|
+
> >
|
|
1092
|
+
> > Permission is hereby granted, free of charge, to any person obtaining
|
|
1093
|
+
> > a copy of this software and associated documentation files (the
|
|
1094
|
+
> > "Software"), to deal in the Software without restriction, including
|
|
1095
|
+
> > without limitation the rights to use, copy, modify, merge, publish,
|
|
1096
|
+
> > distribute, sublicense, and/or sell copies of the Software, and to
|
|
1097
|
+
> > permit persons to whom the Software is furnished to do so, subject to
|
|
1098
|
+
> > the following conditions:
|
|
1099
|
+
> >
|
|
1100
|
+
> > The above copyright notice and this permission notice shall be
|
|
1101
|
+
> > included in all copies or substantial portions of the Software.
|
|
1102
|
+
> >
|
|
1103
|
+
> > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
1104
|
+
> > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
1105
|
+
> > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
1106
|
+
> > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
|
1107
|
+
> > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1108
|
+
> > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
1109
|
+
> > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
1110
|
+
>
|
|
1111
|
+
> ---------------------------------------
|
|
1112
|
+
>
|
|
1113
|
+
> ## ranges-sort
|
|
1114
|
+
> License: MIT
|
|
1115
|
+
> By: Roy Revelt
|
|
1116
|
+
> Repository: git+https://github.com/codsen/codsen.git
|
|
1117
|
+
>
|
|
1118
|
+
> > MIT License
|
|
1119
|
+
> >
|
|
1120
|
+
> > Copyright © 2010-2025 Roy Revelt and other contributors
|
|
1121
|
+
> >
|
|
1122
|
+
> > Permission is hereby granted, free of charge, to any person obtaining
|
|
1123
|
+
> > a copy of this software and associated documentation files (the
|
|
1124
|
+
> > "Software"), to deal in the Software without restriction, including
|
|
1125
|
+
> > without limitation the rights to use, copy, modify, merge, publish,
|
|
1126
|
+
> > distribute, sublicense, and/or sell copies of the Software, and to
|
|
1127
|
+
> > permit persons to whom the Software is furnished to do so, subject to
|
|
1128
|
+
> > the following conditions:
|
|
1129
|
+
> >
|
|
1130
|
+
> > The above copyright notice and this permission notice shall be
|
|
1131
|
+
> > included in all copies or substantial portions of the Software.
|
|
1132
|
+
> >
|
|
1133
|
+
> > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
1134
|
+
> > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
1135
|
+
> > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
1136
|
+
> > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
|
1137
|
+
> > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1138
|
+
> > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
1139
|
+
> > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
1140
|
+
>
|
|
1141
|
+
> ---------------------------------------
|
|
1142
|
+
>
|
|
1143
|
+
> ## redent
|
|
1144
|
+
> License: MIT
|
|
1145
|
+
> By: Sindre Sorhus
|
|
1146
|
+
> Repository: sindresorhus/redent
|
|
1147
|
+
>
|
|
1148
|
+
> > MIT License
|
|
1149
|
+
> >
|
|
1150
|
+
> > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
1151
|
+
> >
|
|
1152
|
+
> > Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
1153
|
+
> >
|
|
1154
|
+
> > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
1155
|
+
> >
|
|
1156
|
+
> > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
1157
|
+
>
|
|
1158
|
+
> ---------------------------------------
|
|
1159
|
+
>
|
|
1160
|
+
> ## rfdc
|
|
1161
|
+
> License: MIT
|
|
1162
|
+
> By: David Mark Clements
|
|
1163
|
+
> Repository: git+https://github.com/davidmarkclements/rfdc.git
|
|
1164
|
+
>
|
|
1165
|
+
> > Copyright 2019 "David Mark Clements <david.mark.clements@gmail.com>"
|
|
1166
|
+
> >
|
|
1167
|
+
> > Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
|
|
1168
|
+
> > documentation files (the "Software"), to deal in the Software without restriction, including without limitation
|
|
1169
|
+
> > the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and
|
|
1170
|
+
> > to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
1171
|
+
> >
|
|
1172
|
+
> > The above copyright notice and this permission notice shall be included in all copies or substantial portions
|
|
1173
|
+
> > of the Software.
|
|
1174
|
+
> >
|
|
1175
|
+
> > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1176
|
+
> > TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
|
1177
|
+
> > THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
|
|
1178
|
+
> > CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
|
|
1179
|
+
> > IN THE SOFTWARE.
|
|
1180
|
+
>
|
|
1181
|
+
> ---------------------------------------
|
|
1182
|
+
>
|
|
1183
|
+
> ## string-collapse-leading-whitespace
|
|
1184
|
+
> License: MIT
|
|
1185
|
+
> By: Roy Revelt
|
|
1186
|
+
> Repository: git+https://github.com/codsen/codsen.git
|
|
1187
|
+
>
|
|
1188
|
+
> > MIT License
|
|
1189
|
+
> >
|
|
1190
|
+
> > Copyright © 2010-2025 Roy Revelt and other contributors
|
|
1191
|
+
> >
|
|
1192
|
+
> > Permission is hereby granted, free of charge, to any person obtaining
|
|
1193
|
+
> > a copy of this software and associated documentation files (the
|
|
1194
|
+
> > "Software"), to deal in the Software without restriction, including
|
|
1195
|
+
> > without limitation the rights to use, copy, modify, merge, publish,
|
|
1196
|
+
> > distribute, sublicense, and/or sell copies of the Software, and to
|
|
1197
|
+
> > permit persons to whom the Software is furnished to do so, subject to
|
|
1198
|
+
> > the following conditions:
|
|
1199
|
+
> >
|
|
1200
|
+
> > The above copyright notice and this permission notice shall be
|
|
1201
|
+
> > included in all copies or substantial portions of the Software.
|
|
1202
|
+
> >
|
|
1203
|
+
> > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
1204
|
+
> > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
1205
|
+
> > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
1206
|
+
> > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
|
1207
|
+
> > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1208
|
+
> > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
1209
|
+
> > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
1210
|
+
>
|
|
1211
|
+
> ---------------------------------------
|
|
1212
|
+
>
|
|
1213
|
+
> ## string-left-right
|
|
1214
|
+
> License: MIT
|
|
1215
|
+
> By: Roy Revelt
|
|
1216
|
+
> Repository: git+https://github.com/codsen/codsen.git
|
|
1217
|
+
>
|
|
1218
|
+
> > MIT License
|
|
1219
|
+
> >
|
|
1220
|
+
> > Copyright © 2010-2025 Roy Revelt and other contributors
|
|
1221
|
+
> >
|
|
1222
|
+
> > Permission is hereby granted, free of charge, to any person obtaining
|
|
1223
|
+
> > a copy of this software and associated documentation files (the
|
|
1224
|
+
> > "Software"), to deal in the Software without restriction, including
|
|
1225
|
+
> > without limitation the rights to use, copy, modify, merge, publish,
|
|
1226
|
+
> > distribute, sublicense, and/or sell copies of the Software, and to
|
|
1227
|
+
> > permit persons to whom the Software is furnished to do so, subject to
|
|
1228
|
+
> > the following conditions:
|
|
1229
|
+
> >
|
|
1230
|
+
> > The above copyright notice and this permission notice shall be
|
|
1231
|
+
> > included in all copies or substantial portions of the Software.
|
|
1232
|
+
> >
|
|
1233
|
+
> > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
1234
|
+
> > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
1235
|
+
> > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
1236
|
+
> > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
|
1237
|
+
> > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1238
|
+
> > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
1239
|
+
> > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
1240
|
+
>
|
|
1241
|
+
> ---------------------------------------
|
|
1242
|
+
>
|
|
1243
|
+
> ## string-strip-html
|
|
1244
|
+
> License: MIT
|
|
1245
|
+
> By: Roy Revelt
|
|
1246
|
+
> Repository: git+https://github.com/codsen/codsen.git
|
|
1247
|
+
>
|
|
1248
|
+
> > MIT License
|
|
1249
|
+
> >
|
|
1250
|
+
> > Copyright © 2010-2025 Roy Revelt and other contributors
|
|
1251
|
+
> >
|
|
1252
|
+
> > Permission is hereby granted, free of charge, to any person obtaining
|
|
1253
|
+
> > a copy of this software and associated documentation files (the
|
|
1254
|
+
> > "Software"), to deal in the Software without restriction, including
|
|
1255
|
+
> > without limitation the rights to use, copy, modify, merge, publish,
|
|
1256
|
+
> > distribute, sublicense, and/or sell copies of the Software, and to
|
|
1257
|
+
> > permit persons to whom the Software is furnished to do so, subject to
|
|
1258
|
+
> > the following conditions:
|
|
1259
|
+
> >
|
|
1260
|
+
> > The above copyright notice and this permission notice shall be
|
|
1261
|
+
> > included in all copies or substantial portions of the Software.
|
|
1262
|
+
> >
|
|
1263
|
+
> > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
1264
|
+
> > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
1265
|
+
> > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
1266
|
+
> > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
|
1267
|
+
> > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1268
|
+
> > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
1269
|
+
> > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
1270
|
+
>
|
|
1271
|
+
> ---------------------------------------
|
|
1272
|
+
>
|
|
1273
|
+
> ## strip-indent
|
|
1274
|
+
> License: MIT
|
|
1275
|
+
> By: Sindre Sorhus
|
|
1276
|
+
> Repository: sindresorhus/strip-indent
|
|
1277
|
+
>
|
|
1278
|
+
> > MIT License
|
|
1279
|
+
> >
|
|
1280
|
+
> > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
1281
|
+
> >
|
|
1282
|
+
> > Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
1283
|
+
> >
|
|
1284
|
+
> > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
1285
|
+
> >
|
|
1286
|
+
> > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
1287
|
+
>
|
|
1288
|
+
> ---------------------------------------
|
|
1289
|
+
>
|
|
1290
|
+
> ## tiny-invariant
|
|
1291
|
+
> License: MIT
|
|
1292
|
+
> By: Alex Reardon
|
|
1293
|
+
> Repository: https://github.com/alexreardon/tiny-invariant.git
|
|
1294
|
+
>
|
|
1295
|
+
> > MIT License
|
|
1296
|
+
> >
|
|
1297
|
+
> > Copyright (c) 2019 Alexander Reardon
|
|
1298
|
+
> >
|
|
1299
|
+
> > Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1300
|
+
> > of this software and associated documentation files (the "Software"), to deal
|
|
1301
|
+
> > in the Software without restriction, including without limitation the rights
|
|
1302
|
+
> > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1303
|
+
> > copies of the Software, and to permit persons to whom the Software is
|
|
1304
|
+
> > furnished to do so, subject to the following conditions:
|
|
1305
|
+
> >
|
|
1306
|
+
> > The above copyright notice and this permission notice shall be included in all
|
|
1307
|
+
> > copies or substantial portions of the Software.
|
|
1308
|
+
> >
|
|
1309
|
+
> > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1310
|
+
> > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1311
|
+
> > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1312
|
+
> > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1313
|
+
> > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1314
|
+
> > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1315
|
+
> > SOFTWARE.
|
|
1316
|
+
>
|
|
892
1317
|
>
|
|
893
1318
|
>
|
|
894
1319
|
>
|
|
895
1320
|
>
|
|
896
1321
|
> # Licenses of bundled types
|
|
1322
|
+
>
|
|
897
1323
|
> The published @visulima/string artifact additionally contains code with the following licenses:
|
|
898
1324
|
> MIT
|
|
899
1325
|
>
|
|
900
1326
|
> # Bundled types:
|
|
1327
|
+
>
|
|
901
1328
|
> ## fastest-levenshtein
|
|
1329
|
+
>
|
|
902
1330
|
> License: MIT
|
|
903
1331
|
> By: Kasper U. Weihe
|
|
904
1332
|
> Repository: git+https://github.com/ka-weihe/fastest-levenshtein.git
|
|
@@ -973,7 +1401,7 @@ Repository: git+https://github.com/visulima/visulima.git
|
|
|
973
1401
|
|
|
974
1402
|
> MIT License
|
|
975
1403
|
>
|
|
976
|
-
> Copyright (c)
|
|
1404
|
+
> Copyright (c) 2026 visulima
|
|
977
1405
|
>
|
|
978
1406
|
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
979
1407
|
> of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1031,7 +1459,7 @@ Repository: git+https://github.com/visulima/visulima.git
|
|
|
1031
1459
|
|
|
1032
1460
|
> MIT License
|
|
1033
1461
|
>
|
|
1034
|
-
> Copyright (c)
|
|
1462
|
+
> Copyright (c) 2026 visulima
|
|
1035
1463
|
>
|
|
1036
1464
|
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1037
1465
|
> of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1089,7 +1517,7 @@ Repository: git+https://github.com/visulima/visulima.git
|
|
|
1089
1517
|
>
|
|
1090
1518
|
> > MIT License
|
|
1091
1519
|
> >
|
|
1092
|
-
> > Copyright (c)
|
|
1520
|
+
> > Copyright (c) 2026 visulima
|
|
1093
1521
|
> >
|
|
1094
1522
|
> > Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1095
1523
|
> > of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1123,7 +1551,7 @@ Repository: git+https://github.com/visulima/visulima.git
|
|
|
1123
1551
|
> >
|
|
1124
1552
|
> > > MIT License
|
|
1125
1553
|
> > >
|
|
1126
|
-
> > > Copyright (c)
|
|
1554
|
+
> > > Copyright (c) 2026 visulima
|
|
1127
1555
|
> > >
|
|
1128
1556
|
> > > Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1129
1557
|
> > > of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1275,7 +1703,7 @@ Repository: git+https://github.com/visulima/visulima.git
|
|
|
1275
1703
|
>
|
|
1276
1704
|
> > MIT License
|
|
1277
1705
|
> >
|
|
1278
|
-
> > Copyright (c)
|
|
1706
|
+
> > Copyright (c) 2026 visulima
|
|
1279
1707
|
> >
|
|
1280
1708
|
> > Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1281
1709
|
> > of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1309,7 +1737,7 @@ Repository: git+https://github.com/visulima/visulima.git
|
|
|
1309
1737
|
>
|
|
1310
1738
|
> > MIT License
|
|
1311
1739
|
> >
|
|
1312
|
-
> > Copyright (c)
|
|
1740
|
+
> > Copyright (c) 2026 visulima
|
|
1313
1741
|
> >
|
|
1314
1742
|
> > Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1315
1743
|
> > of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1343,7 +1771,7 @@ Repository: git+https://github.com/visulima/visulima.git
|
|
|
1343
1771
|
> >
|
|
1344
1772
|
> > > MIT License
|
|
1345
1773
|
> > >
|
|
1346
|
-
> > > Copyright (c)
|
|
1774
|
+
> > > Copyright (c) 2026 visulima
|
|
1347
1775
|
> > >
|
|
1348
1776
|
> > > Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1349
1777
|
> > > of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1485,7 +1913,7 @@ Repository: git+https://github.com/visulima/visulima.git
|
|
|
1485
1913
|
|
|
1486
1914
|
> MIT License
|
|
1487
1915
|
>
|
|
1488
|
-
> Copyright (c)
|
|
1916
|
+
> Copyright (c) 2026 visulima
|
|
1489
1917
|
>
|
|
1490
1918
|
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1491
1919
|
> of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1519,7 +1947,7 @@ Repository: git+https://github.com/visulima/visulima.git
|
|
|
1519
1947
|
>
|
|
1520
1948
|
> > MIT License
|
|
1521
1949
|
> >
|
|
1522
|
-
> > Copyright (c)
|
|
1950
|
+
> > Copyright (c) 2026 visulima
|
|
1523
1951
|
> >
|
|
1524
1952
|
> > Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1525
1953
|
> > of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1661,7 +2089,7 @@ Repository: git+https://github.com/visulima/visulima.git
|
|
|
1661
2089
|
|
|
1662
2090
|
> MIT License
|
|
1663
2091
|
>
|
|
1664
|
-
> Copyright (c)
|
|
2092
|
+
> Copyright (c) 2026 visulima
|
|
1665
2093
|
>
|
|
1666
2094
|
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1667
2095
|
> of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1786,7 +2214,7 @@ Repository: git+https://github.com/visulima/visulima.git
|
|
|
1786
2214
|
|
|
1787
2215
|
> MIT License
|
|
1788
2216
|
>
|
|
1789
|
-
> Copyright (c)
|
|
2217
|
+
> Copyright (c) 2026 visulima
|
|
1790
2218
|
>
|
|
1791
2219
|
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1792
2220
|
> of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1813,6 +2241,36 @@ Repository: git+https://github.com/visulima/visulima.git
|
|
|
1813
2241
|
> MIT
|
|
1814
2242
|
>
|
|
1815
2243
|
> # Bundled dependencies:
|
|
2244
|
+
> ## codsen-utils
|
|
2245
|
+
> License: MIT
|
|
2246
|
+
> By: Roy Revelt
|
|
2247
|
+
> Repository: git+https://github.com/codsen/codsen.git
|
|
2248
|
+
>
|
|
2249
|
+
> > MIT License
|
|
2250
|
+
> >
|
|
2251
|
+
> > Copyright © 2010-2025 Roy Revelt and other contributors
|
|
2252
|
+
> >
|
|
2253
|
+
> > Permission is hereby granted, free of charge, to any person obtaining
|
|
2254
|
+
> > a copy of this software and associated documentation files (the
|
|
2255
|
+
> > "Software"), to deal in the Software without restriction, including
|
|
2256
|
+
> > without limitation the rights to use, copy, modify, merge, publish,
|
|
2257
|
+
> > distribute, sublicense, and/or sell copies of the Software, and to
|
|
2258
|
+
> > permit persons to whom the Software is furnished to do so, subject to
|
|
2259
|
+
> > the following conditions:
|
|
2260
|
+
> >
|
|
2261
|
+
> > The above copyright notice and this permission notice shall be
|
|
2262
|
+
> > included in all copies or substantial portions of the Software.
|
|
2263
|
+
> >
|
|
2264
|
+
> > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
2265
|
+
> > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
2266
|
+
> > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
2267
|
+
> > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
|
2268
|
+
> > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2269
|
+
> > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
2270
|
+
> > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
2271
|
+
>
|
|
2272
|
+
> ---------------------------------------
|
|
2273
|
+
>
|
|
1816
2274
|
> ## emoji-regex-xs
|
|
1817
2275
|
> License: MIT
|
|
1818
2276
|
> By: Steven Levithan
|
|
@@ -1886,23 +2344,14 @@ Repository: git+https://github.com/visulima/visulima.git
|
|
|
1886
2344
|
> >
|
|
1887
2345
|
> > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
1888
2346
|
>
|
|
2347
|
+
> ---------------------------------------
|
|
1889
2348
|
>
|
|
1890
|
-
>
|
|
1891
|
-
>
|
|
1892
|
-
>
|
|
1893
|
-
> # Licenses of bundled types
|
|
1894
|
-
> The published @visulima/string artifact additionally contains code with the following licenses:
|
|
1895
|
-
> MIT
|
|
1896
|
-
>
|
|
1897
|
-
> # Bundled types:
|
|
1898
|
-
> ## fastest-levenshtein
|
|
2349
|
+
> ## html-entities
|
|
1899
2350
|
> License: MIT
|
|
1900
|
-
> By:
|
|
1901
|
-
> Repository:
|
|
2351
|
+
> By: Marat Dulin
|
|
2352
|
+
> Repository: https://github.com/mdevils/html-entities.git
|
|
1902
2353
|
>
|
|
1903
|
-
> >
|
|
1904
|
-
> >
|
|
1905
|
-
> > Copyright (c) 2020 Kasper Unn Weihe
|
|
2354
|
+
> > Copyright (c) 2021 Dulin Marat
|
|
1906
2355
|
> >
|
|
1907
2356
|
> > Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1908
2357
|
> > of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1911,22 +2360,429 @@ Repository: git+https://github.com/visulima/visulima.git
|
|
|
1911
2360
|
> > copies of the Software, and to permit persons to whom the Software is
|
|
1912
2361
|
> > furnished to do so, subject to the following conditions:
|
|
1913
2362
|
> >
|
|
1914
|
-
> > The above copyright notice and this permission notice shall be included in
|
|
1915
|
-
> > copies or substantial portions of the Software.
|
|
2363
|
+
> > The above copyright notice and this permission notice shall be included in
|
|
2364
|
+
> > all copies or substantial portions of the Software.
|
|
1916
2365
|
> >
|
|
1917
2366
|
> > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1918
2367
|
> > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1919
2368
|
> > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1920
2369
|
> > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1921
2370
|
> > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1922
|
-
> > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1923
|
-
> > SOFTWARE.
|
|
1924
|
-
|
|
1925
|
-
---------------------------------------
|
|
1926
|
-
|
|
1927
|
-
##
|
|
1928
|
-
License: MIT
|
|
1929
|
-
By:
|
|
2371
|
+
> > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2372
|
+
> > THE SOFTWARE.
|
|
2373
|
+
>
|
|
2374
|
+
> ---------------------------------------
|
|
2375
|
+
>
|
|
2376
|
+
> ## indent-string
|
|
2377
|
+
> License: MIT
|
|
2378
|
+
> By: Sindre Sorhus
|
|
2379
|
+
> Repository: sindresorhus/indent-string
|
|
2380
|
+
>
|
|
2381
|
+
> > MIT License
|
|
2382
|
+
> >
|
|
2383
|
+
> > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
2384
|
+
> >
|
|
2385
|
+
> > Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
2386
|
+
> >
|
|
2387
|
+
> > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
2388
|
+
> >
|
|
2389
|
+
> > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
2390
|
+
>
|
|
2391
|
+
> ---------------------------------------
|
|
2392
|
+
>
|
|
2393
|
+
> ## lodash-es
|
|
2394
|
+
> License: MIT
|
|
2395
|
+
> By: John-David Dalton, Mathias Bynens
|
|
2396
|
+
> Repository: lodash/lodash
|
|
2397
|
+
>
|
|
2398
|
+
> > Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
|
|
2399
|
+
> >
|
|
2400
|
+
> > Based on Underscore.js, copyright Jeremy Ashkenas,
|
|
2401
|
+
> > DocumentCloud and Investigative Reporters & Editors <http://underscorejs.org/>
|
|
2402
|
+
> >
|
|
2403
|
+
> > This software consists of voluntary contributions made by many
|
|
2404
|
+
> > individuals. For exact contribution history, see the revision history
|
|
2405
|
+
> > available at https://github.com/lodash/lodash
|
|
2406
|
+
> >
|
|
2407
|
+
> > The following license applies to all parts of this software except as
|
|
2408
|
+
> > documented below:
|
|
2409
|
+
> >
|
|
2410
|
+
> > ====
|
|
2411
|
+
> >
|
|
2412
|
+
> > Permission is hereby granted, free of charge, to any person obtaining
|
|
2413
|
+
> > a copy of this software and associated documentation files (the
|
|
2414
|
+
> > "Software"), to deal in the Software without restriction, including
|
|
2415
|
+
> > without limitation the rights to use, copy, modify, merge, publish,
|
|
2416
|
+
> > distribute, sublicense, and/or sell copies of the Software, and to
|
|
2417
|
+
> > permit persons to whom the Software is furnished to do so, subject to
|
|
2418
|
+
> > the following conditions:
|
|
2419
|
+
> >
|
|
2420
|
+
> > The above copyright notice and this permission notice shall be
|
|
2421
|
+
> > included in all copies or substantial portions of the Software.
|
|
2422
|
+
> >
|
|
2423
|
+
> > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
2424
|
+
> > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
2425
|
+
> > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
2426
|
+
> > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
|
2427
|
+
> > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2428
|
+
> > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
2429
|
+
> > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
2430
|
+
> >
|
|
2431
|
+
> > ====
|
|
2432
|
+
> >
|
|
2433
|
+
> > Copyright and related rights for sample code are waived via CC0. Sample
|
|
2434
|
+
> > code is defined as all source code displayed within the prose of the
|
|
2435
|
+
> > documentation.
|
|
2436
|
+
> >
|
|
2437
|
+
> > CC0: http://creativecommons.org/publicdomain/zero/1.0/
|
|
2438
|
+
> >
|
|
2439
|
+
> > ====
|
|
2440
|
+
> >
|
|
2441
|
+
> > Files located in the node_modules and vendor directories are externally
|
|
2442
|
+
> > maintained libraries used by this software which have their own
|
|
2443
|
+
> > licenses; we recommend you read them, as their terms may differ from the
|
|
2444
|
+
> > terms above.
|
|
2445
|
+
>
|
|
2446
|
+
> ---------------------------------------
|
|
2447
|
+
>
|
|
2448
|
+
> ## ranges-apply
|
|
2449
|
+
> License: MIT
|
|
2450
|
+
> By: Roy Revelt
|
|
2451
|
+
> Repository: git+https://github.com/codsen/codsen.git
|
|
2452
|
+
>
|
|
2453
|
+
> > MIT License
|
|
2454
|
+
> >
|
|
2455
|
+
> > Copyright © 2010-2025 Roy Revelt and other contributors
|
|
2456
|
+
> >
|
|
2457
|
+
> > Permission is hereby granted, free of charge, to any person obtaining
|
|
2458
|
+
> > a copy of this software and associated documentation files (the
|
|
2459
|
+
> > "Software"), to deal in the Software without restriction, including
|
|
2460
|
+
> > without limitation the rights to use, copy, modify, merge, publish,
|
|
2461
|
+
> > distribute, sublicense, and/or sell copies of the Software, and to
|
|
2462
|
+
> > permit persons to whom the Software is furnished to do so, subject to
|
|
2463
|
+
> > the following conditions:
|
|
2464
|
+
> >
|
|
2465
|
+
> > The above copyright notice and this permission notice shall be
|
|
2466
|
+
> > included in all copies or substantial portions of the Software.
|
|
2467
|
+
> >
|
|
2468
|
+
> > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
2469
|
+
> > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
2470
|
+
> > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
2471
|
+
> > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
|
2472
|
+
> > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2473
|
+
> > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
2474
|
+
> > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
2475
|
+
>
|
|
2476
|
+
> ---------------------------------------
|
|
2477
|
+
>
|
|
2478
|
+
> ## ranges-merge
|
|
2479
|
+
> License: MIT
|
|
2480
|
+
> By: Roy Revelt
|
|
2481
|
+
> Repository: git+https://github.com/codsen/codsen.git
|
|
2482
|
+
>
|
|
2483
|
+
> > MIT License
|
|
2484
|
+
> >
|
|
2485
|
+
> > Copyright © 2010-2025 Roy Revelt and other contributors
|
|
2486
|
+
> >
|
|
2487
|
+
> > Permission is hereby granted, free of charge, to any person obtaining
|
|
2488
|
+
> > a copy of this software and associated documentation files (the
|
|
2489
|
+
> > "Software"), to deal in the Software without restriction, including
|
|
2490
|
+
> > without limitation the rights to use, copy, modify, merge, publish,
|
|
2491
|
+
> > distribute, sublicense, and/or sell copies of the Software, and to
|
|
2492
|
+
> > permit persons to whom the Software is furnished to do so, subject to
|
|
2493
|
+
> > the following conditions:
|
|
2494
|
+
> >
|
|
2495
|
+
> > The above copyright notice and this permission notice shall be
|
|
2496
|
+
> > included in all copies or substantial portions of the Software.
|
|
2497
|
+
> >
|
|
2498
|
+
> > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
2499
|
+
> > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
2500
|
+
> > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
2501
|
+
> > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
|
2502
|
+
> > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2503
|
+
> > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
2504
|
+
> > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
2505
|
+
>
|
|
2506
|
+
> ---------------------------------------
|
|
2507
|
+
>
|
|
2508
|
+
> ## ranges-push
|
|
2509
|
+
> License: MIT
|
|
2510
|
+
> By: Roy Revelt
|
|
2511
|
+
> Repository: git+https://github.com/codsen/codsen.git
|
|
2512
|
+
>
|
|
2513
|
+
> > MIT License
|
|
2514
|
+
> >
|
|
2515
|
+
> > Copyright © 2010-2025 Roy Revelt and other contributors
|
|
2516
|
+
> >
|
|
2517
|
+
> > Permission is hereby granted, free of charge, to any person obtaining
|
|
2518
|
+
> > a copy of this software and associated documentation files (the
|
|
2519
|
+
> > "Software"), to deal in the Software without restriction, including
|
|
2520
|
+
> > without limitation the rights to use, copy, modify, merge, publish,
|
|
2521
|
+
> > distribute, sublicense, and/or sell copies of the Software, and to
|
|
2522
|
+
> > permit persons to whom the Software is furnished to do so, subject to
|
|
2523
|
+
> > the following conditions:
|
|
2524
|
+
> >
|
|
2525
|
+
> > The above copyright notice and this permission notice shall be
|
|
2526
|
+
> > included in all copies or substantial portions of the Software.
|
|
2527
|
+
> >
|
|
2528
|
+
> > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
2529
|
+
> > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
2530
|
+
> > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
2531
|
+
> > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
|
2532
|
+
> > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2533
|
+
> > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
2534
|
+
> > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
2535
|
+
>
|
|
2536
|
+
> ---------------------------------------
|
|
2537
|
+
>
|
|
2538
|
+
> ## ranges-sort
|
|
2539
|
+
> License: MIT
|
|
2540
|
+
> By: Roy Revelt
|
|
2541
|
+
> Repository: git+https://github.com/codsen/codsen.git
|
|
2542
|
+
>
|
|
2543
|
+
> > MIT License
|
|
2544
|
+
> >
|
|
2545
|
+
> > Copyright © 2010-2025 Roy Revelt and other contributors
|
|
2546
|
+
> >
|
|
2547
|
+
> > Permission is hereby granted, free of charge, to any person obtaining
|
|
2548
|
+
> > a copy of this software and associated documentation files (the
|
|
2549
|
+
> > "Software"), to deal in the Software without restriction, including
|
|
2550
|
+
> > without limitation the rights to use, copy, modify, merge, publish,
|
|
2551
|
+
> > distribute, sublicense, and/or sell copies of the Software, and to
|
|
2552
|
+
> > permit persons to whom the Software is furnished to do so, subject to
|
|
2553
|
+
> > the following conditions:
|
|
2554
|
+
> >
|
|
2555
|
+
> > The above copyright notice and this permission notice shall be
|
|
2556
|
+
> > included in all copies or substantial portions of the Software.
|
|
2557
|
+
> >
|
|
2558
|
+
> > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
2559
|
+
> > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
2560
|
+
> > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
2561
|
+
> > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
|
2562
|
+
> > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2563
|
+
> > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
2564
|
+
> > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
2565
|
+
>
|
|
2566
|
+
> ---------------------------------------
|
|
2567
|
+
>
|
|
2568
|
+
> ## redent
|
|
2569
|
+
> License: MIT
|
|
2570
|
+
> By: Sindre Sorhus
|
|
2571
|
+
> Repository: sindresorhus/redent
|
|
2572
|
+
>
|
|
2573
|
+
> > MIT License
|
|
2574
|
+
> >
|
|
2575
|
+
> > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
2576
|
+
> >
|
|
2577
|
+
> > Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
2578
|
+
> >
|
|
2579
|
+
> > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
2580
|
+
> >
|
|
2581
|
+
> > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
2582
|
+
>
|
|
2583
|
+
> ---------------------------------------
|
|
2584
|
+
>
|
|
2585
|
+
> ## rfdc
|
|
2586
|
+
> License: MIT
|
|
2587
|
+
> By: David Mark Clements
|
|
2588
|
+
> Repository: git+https://github.com/davidmarkclements/rfdc.git
|
|
2589
|
+
>
|
|
2590
|
+
> > Copyright 2019 "David Mark Clements <david.mark.clements@gmail.com>"
|
|
2591
|
+
> >
|
|
2592
|
+
> > Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
|
|
2593
|
+
> > documentation files (the "Software"), to deal in the Software without restriction, including without limitation
|
|
2594
|
+
> > the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and
|
|
2595
|
+
> > to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
2596
|
+
> >
|
|
2597
|
+
> > The above copyright notice and this permission notice shall be included in all copies or substantial portions
|
|
2598
|
+
> > of the Software.
|
|
2599
|
+
> >
|
|
2600
|
+
> > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2601
|
+
> > TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
|
2602
|
+
> > THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
|
|
2603
|
+
> > CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
|
|
2604
|
+
> > IN THE SOFTWARE.
|
|
2605
|
+
>
|
|
2606
|
+
> ---------------------------------------
|
|
2607
|
+
>
|
|
2608
|
+
> ## string-collapse-leading-whitespace
|
|
2609
|
+
> License: MIT
|
|
2610
|
+
> By: Roy Revelt
|
|
2611
|
+
> Repository: git+https://github.com/codsen/codsen.git
|
|
2612
|
+
>
|
|
2613
|
+
> > MIT License
|
|
2614
|
+
> >
|
|
2615
|
+
> > Copyright © 2010-2025 Roy Revelt and other contributors
|
|
2616
|
+
> >
|
|
2617
|
+
> > Permission is hereby granted, free of charge, to any person obtaining
|
|
2618
|
+
> > a copy of this software and associated documentation files (the
|
|
2619
|
+
> > "Software"), to deal in the Software without restriction, including
|
|
2620
|
+
> > without limitation the rights to use, copy, modify, merge, publish,
|
|
2621
|
+
> > distribute, sublicense, and/or sell copies of the Software, and to
|
|
2622
|
+
> > permit persons to whom the Software is furnished to do so, subject to
|
|
2623
|
+
> > the following conditions:
|
|
2624
|
+
> >
|
|
2625
|
+
> > The above copyright notice and this permission notice shall be
|
|
2626
|
+
> > included in all copies or substantial portions of the Software.
|
|
2627
|
+
> >
|
|
2628
|
+
> > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
2629
|
+
> > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
2630
|
+
> > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
2631
|
+
> > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
|
2632
|
+
> > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2633
|
+
> > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
2634
|
+
> > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
2635
|
+
>
|
|
2636
|
+
> ---------------------------------------
|
|
2637
|
+
>
|
|
2638
|
+
> ## string-left-right
|
|
2639
|
+
> License: MIT
|
|
2640
|
+
> By: Roy Revelt
|
|
2641
|
+
> Repository: git+https://github.com/codsen/codsen.git
|
|
2642
|
+
>
|
|
2643
|
+
> > MIT License
|
|
2644
|
+
> >
|
|
2645
|
+
> > Copyright © 2010-2025 Roy Revelt and other contributors
|
|
2646
|
+
> >
|
|
2647
|
+
> > Permission is hereby granted, free of charge, to any person obtaining
|
|
2648
|
+
> > a copy of this software and associated documentation files (the
|
|
2649
|
+
> > "Software"), to deal in the Software without restriction, including
|
|
2650
|
+
> > without limitation the rights to use, copy, modify, merge, publish,
|
|
2651
|
+
> > distribute, sublicense, and/or sell copies of the Software, and to
|
|
2652
|
+
> > permit persons to whom the Software is furnished to do so, subject to
|
|
2653
|
+
> > the following conditions:
|
|
2654
|
+
> >
|
|
2655
|
+
> > The above copyright notice and this permission notice shall be
|
|
2656
|
+
> > included in all copies or substantial portions of the Software.
|
|
2657
|
+
> >
|
|
2658
|
+
> > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
2659
|
+
> > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
2660
|
+
> > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
2661
|
+
> > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
|
2662
|
+
> > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2663
|
+
> > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
2664
|
+
> > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
2665
|
+
>
|
|
2666
|
+
> ---------------------------------------
|
|
2667
|
+
>
|
|
2668
|
+
> ## string-strip-html
|
|
2669
|
+
> License: MIT
|
|
2670
|
+
> By: Roy Revelt
|
|
2671
|
+
> Repository: git+https://github.com/codsen/codsen.git
|
|
2672
|
+
>
|
|
2673
|
+
> > MIT License
|
|
2674
|
+
> >
|
|
2675
|
+
> > Copyright © 2010-2025 Roy Revelt and other contributors
|
|
2676
|
+
> >
|
|
2677
|
+
> > Permission is hereby granted, free of charge, to any person obtaining
|
|
2678
|
+
> > a copy of this software and associated documentation files (the
|
|
2679
|
+
> > "Software"), to deal in the Software without restriction, including
|
|
2680
|
+
> > without limitation the rights to use, copy, modify, merge, publish,
|
|
2681
|
+
> > distribute, sublicense, and/or sell copies of the Software, and to
|
|
2682
|
+
> > permit persons to whom the Software is furnished to do so, subject to
|
|
2683
|
+
> > the following conditions:
|
|
2684
|
+
> >
|
|
2685
|
+
> > The above copyright notice and this permission notice shall be
|
|
2686
|
+
> > included in all copies or substantial portions of the Software.
|
|
2687
|
+
> >
|
|
2688
|
+
> > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
2689
|
+
> > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
2690
|
+
> > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
2691
|
+
> > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
|
2692
|
+
> > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2693
|
+
> > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
2694
|
+
> > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
2695
|
+
>
|
|
2696
|
+
> ---------------------------------------
|
|
2697
|
+
>
|
|
2698
|
+
> ## strip-indent
|
|
2699
|
+
> License: MIT
|
|
2700
|
+
> By: Sindre Sorhus
|
|
2701
|
+
> Repository: sindresorhus/strip-indent
|
|
2702
|
+
>
|
|
2703
|
+
> > MIT License
|
|
2704
|
+
> >
|
|
2705
|
+
> > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
2706
|
+
> >
|
|
2707
|
+
> > Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
2708
|
+
> >
|
|
2709
|
+
> > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
2710
|
+
> >
|
|
2711
|
+
> > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
2712
|
+
>
|
|
2713
|
+
> ---------------------------------------
|
|
2714
|
+
>
|
|
2715
|
+
> ## tiny-invariant
|
|
2716
|
+
> License: MIT
|
|
2717
|
+
> By: Alex Reardon
|
|
2718
|
+
> Repository: https://github.com/alexreardon/tiny-invariant.git
|
|
2719
|
+
>
|
|
2720
|
+
> > MIT License
|
|
2721
|
+
> >
|
|
2722
|
+
> > Copyright (c) 2019 Alexander Reardon
|
|
2723
|
+
> >
|
|
2724
|
+
> > Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2725
|
+
> > of this software and associated documentation files (the "Software"), to deal
|
|
2726
|
+
> > in the Software without restriction, including without limitation the rights
|
|
2727
|
+
> > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2728
|
+
> > copies of the Software, and to permit persons to whom the Software is
|
|
2729
|
+
> > furnished to do so, subject to the following conditions:
|
|
2730
|
+
> >
|
|
2731
|
+
> > The above copyright notice and this permission notice shall be included in all
|
|
2732
|
+
> > copies or substantial portions of the Software.
|
|
2733
|
+
> >
|
|
2734
|
+
> > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2735
|
+
> > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2736
|
+
> > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2737
|
+
> > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2738
|
+
> > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2739
|
+
> > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2740
|
+
> > SOFTWARE.
|
|
2741
|
+
>
|
|
2742
|
+
>
|
|
2743
|
+
>
|
|
2744
|
+
>
|
|
2745
|
+
>
|
|
2746
|
+
> # Licenses of bundled types
|
|
2747
|
+
>
|
|
2748
|
+
> The published @visulima/string artifact additionally contains code with the following licenses:
|
|
2749
|
+
> MIT
|
|
2750
|
+
>
|
|
2751
|
+
> # Bundled types:
|
|
2752
|
+
>
|
|
2753
|
+
> ## fastest-levenshtein
|
|
2754
|
+
>
|
|
2755
|
+
> License: MIT
|
|
2756
|
+
> By: Kasper U. Weihe
|
|
2757
|
+
> Repository: git+https://github.com/ka-weihe/fastest-levenshtein.git
|
|
2758
|
+
>
|
|
2759
|
+
> > MIT License
|
|
2760
|
+
> >
|
|
2761
|
+
> > Copyright (c) 2020 Kasper Unn Weihe
|
|
2762
|
+
> >
|
|
2763
|
+
> > Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2764
|
+
> > of this software and associated documentation files (the "Software"), to deal
|
|
2765
|
+
> > in the Software without restriction, including without limitation the rights
|
|
2766
|
+
> > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2767
|
+
> > copies of the Software, and to permit persons to whom the Software is
|
|
2768
|
+
> > furnished to do so, subject to the following conditions:
|
|
2769
|
+
> >
|
|
2770
|
+
> > The above copyright notice and this permission notice shall be included in all
|
|
2771
|
+
> > copies or substantial portions of the Software.
|
|
2772
|
+
> >
|
|
2773
|
+
> > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2774
|
+
> > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2775
|
+
> > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2776
|
+
> > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2777
|
+
> > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2778
|
+
> > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2779
|
+
> > SOFTWARE.
|
|
2780
|
+
|
|
2781
|
+
---------------------------------------
|
|
2782
|
+
|
|
2783
|
+
## ci-info
|
|
2784
|
+
License: MIT
|
|
2785
|
+
By: Thomas Watson Steen, Sibiraj
|
|
1930
2786
|
Repository: github:watson/ci-info
|
|
1931
2787
|
|
|
1932
2788
|
> The MIT License (MIT)
|
|
@@ -1968,7 +2824,7 @@ Repository: github:watson/ci-info
|
|
|
1968
2824
|
>
|
|
1969
2825
|
> > MIT License
|
|
1970
2826
|
> >
|
|
1971
|
-
> > Copyright (c)
|
|
2827
|
+
> > Copyright (c) 2026 visulima
|
|
1972
2828
|
> >
|
|
1973
2829
|
> > Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1974
2830
|
> > of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2002,7 +2858,7 @@ Repository: git+https://github.com/visulima/visulima.git
|
|
|
2002
2858
|
|
|
2003
2859
|
> MIT License
|
|
2004
2860
|
>
|
|
2005
|
-
> Copyright (c)
|
|
2861
|
+
> Copyright (c) 2026 visulima
|
|
2006
2862
|
>
|
|
2007
2863
|
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2008
2864
|
> of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2060,7 +2916,7 @@ Repository: git+https://github.com/visulima/visulima.git
|
|
|
2060
2916
|
>
|
|
2061
2917
|
> > MIT License
|
|
2062
2918
|
> >
|
|
2063
|
-
> > Copyright (c)
|
|
2919
|
+
> > Copyright (c) 2026 visulima
|
|
2064
2920
|
> >
|
|
2065
2921
|
> > Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2066
2922
|
> > of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2094,7 +2950,7 @@ Repository: git+https://github.com/visulima/visulima.git
|
|
|
2094
2950
|
> >
|
|
2095
2951
|
> > > MIT License
|
|
2096
2952
|
> > >
|
|
2097
|
-
> > > Copyright (c)
|
|
2953
|
+
> > > Copyright (c) 2026 visulima
|
|
2098
2954
|
> > >
|
|
2099
2955
|
> > > Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2100
2956
|
> > > of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2246,7 +3102,7 @@ Repository: git+https://github.com/visulima/visulima.git
|
|
|
2246
3102
|
>
|
|
2247
3103
|
> > MIT License
|
|
2248
3104
|
> >
|
|
2249
|
-
> > Copyright (c)
|
|
3105
|
+
> > Copyright (c) 2026 visulima
|
|
2250
3106
|
> >
|
|
2251
3107
|
> > Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2252
3108
|
> > of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2280,7 +3136,7 @@ Repository: git+https://github.com/visulima/visulima.git
|
|
|
2280
3136
|
>
|
|
2281
3137
|
> > MIT License
|
|
2282
3138
|
> >
|
|
2283
|
-
> > Copyright (c)
|
|
3139
|
+
> > Copyright (c) 2026 visulima
|
|
2284
3140
|
> >
|
|
2285
3141
|
> > Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2286
3142
|
> > of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2314,7 +3170,7 @@ Repository: git+https://github.com/visulima/visulima.git
|
|
|
2314
3170
|
> >
|
|
2315
3171
|
> > > MIT License
|
|
2316
3172
|
> > >
|
|
2317
|
-
> > > Copyright (c)
|
|
3173
|
+
> > > Copyright (c) 2026 visulima
|
|
2318
3174
|
> > >
|
|
2319
3175
|
> > > Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2320
3176
|
> > > of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2456,7 +3312,7 @@ Repository: git+https://github.com/visulima/visulima.git
|
|
|
2456
3312
|
|
|
2457
3313
|
> MIT License
|
|
2458
3314
|
>
|
|
2459
|
-
> Copyright (c)
|
|
3315
|
+
> Copyright (c) 2026 visulima
|
|
2460
3316
|
>
|
|
2461
3317
|
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2462
3318
|
> of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2490,7 +3346,7 @@ Repository: git+https://github.com/visulima/visulima.git
|
|
|
2490
3346
|
>
|
|
2491
3347
|
> > MIT License
|
|
2492
3348
|
> >
|
|
2493
|
-
> > Copyright (c)
|
|
3349
|
+
> > Copyright (c) 2026 visulima
|
|
2494
3350
|
> >
|
|
2495
3351
|
> > Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2496
3352
|
> > of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2632,7 +3488,7 @@ Repository: git+https://github.com/visulima/visulima.git
|
|
|
2632
3488
|
|
|
2633
3489
|
> MIT License
|
|
2634
3490
|
>
|
|
2635
|
-
> Copyright (c)
|
|
3491
|
+
> Copyright (c) 2026 visulima
|
|
2636
3492
|
>
|
|
2637
3493
|
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2638
3494
|
> of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2757,7 +3613,7 @@ Repository: git+https://github.com/visulima/visulima.git
|
|
|
2757
3613
|
|
|
2758
3614
|
> MIT License
|
|
2759
3615
|
>
|
|
2760
|
-
> Copyright (c)
|
|
3616
|
+
> Copyright (c) 2026 visulima
|
|
2761
3617
|
>
|
|
2762
3618
|
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2763
3619
|
> of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2784,6 +3640,36 @@ Repository: git+https://github.com/visulima/visulima.git
|
|
|
2784
3640
|
> MIT
|
|
2785
3641
|
>
|
|
2786
3642
|
> # Bundled dependencies:
|
|
3643
|
+
> ## codsen-utils
|
|
3644
|
+
> License: MIT
|
|
3645
|
+
> By: Roy Revelt
|
|
3646
|
+
> Repository: git+https://github.com/codsen/codsen.git
|
|
3647
|
+
>
|
|
3648
|
+
> > MIT License
|
|
3649
|
+
> >
|
|
3650
|
+
> > Copyright © 2010-2025 Roy Revelt and other contributors
|
|
3651
|
+
> >
|
|
3652
|
+
> > Permission is hereby granted, free of charge, to any person obtaining
|
|
3653
|
+
> > a copy of this software and associated documentation files (the
|
|
3654
|
+
> > "Software"), to deal in the Software without restriction, including
|
|
3655
|
+
> > without limitation the rights to use, copy, modify, merge, publish,
|
|
3656
|
+
> > distribute, sublicense, and/or sell copies of the Software, and to
|
|
3657
|
+
> > permit persons to whom the Software is furnished to do so, subject to
|
|
3658
|
+
> > the following conditions:
|
|
3659
|
+
> >
|
|
3660
|
+
> > The above copyright notice and this permission notice shall be
|
|
3661
|
+
> > included in all copies or substantial portions of the Software.
|
|
3662
|
+
> >
|
|
3663
|
+
> > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
3664
|
+
> > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
3665
|
+
> > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
3666
|
+
> > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
|
3667
|
+
> > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
3668
|
+
> > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
3669
|
+
> > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
3670
|
+
>
|
|
3671
|
+
> ---------------------------------------
|
|
3672
|
+
>
|
|
2787
3673
|
> ## emoji-regex-xs
|
|
2788
3674
|
> License: MIT
|
|
2789
3675
|
> By: Steven Levithan
|
|
@@ -2800,27 +3686,439 @@ Repository: git+https://github.com/visulima/visulima.git
|
|
|
2800
3686
|
> > copies of the Software, and to permit persons to whom the Software is
|
|
2801
3687
|
> > furnished to do so, subject to the following conditions:
|
|
2802
3688
|
> >
|
|
2803
|
-
> > The above copyright notice and this permission notice shall be included in all
|
|
2804
|
-
> > copies or substantial portions of the Software.
|
|
3689
|
+
> > The above copyright notice and this permission notice shall be included in all
|
|
3690
|
+
> > copies or substantial portions of the Software.
|
|
3691
|
+
> >
|
|
3692
|
+
> > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3693
|
+
> > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3694
|
+
> > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3695
|
+
> > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3696
|
+
> > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3697
|
+
> > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3698
|
+
> > SOFTWARE.
|
|
3699
|
+
>
|
|
3700
|
+
> ---------------------------------------
|
|
3701
|
+
>
|
|
3702
|
+
> ## fastest-levenshtein
|
|
3703
|
+
> License: MIT
|
|
3704
|
+
> By: Kasper U. Weihe
|
|
3705
|
+
> Repository: git+https://github.com/ka-weihe/fastest-levenshtein.git
|
|
3706
|
+
>
|
|
3707
|
+
> > MIT License
|
|
3708
|
+
> >
|
|
3709
|
+
> > Copyright (c) 2020 Kasper Unn Weihe
|
|
3710
|
+
> >
|
|
3711
|
+
> > Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3712
|
+
> > of this software and associated documentation files (the "Software"), to deal
|
|
3713
|
+
> > in the Software without restriction, including without limitation the rights
|
|
3714
|
+
> > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3715
|
+
> > copies of the Software, and to permit persons to whom the Software is
|
|
3716
|
+
> > furnished to do so, subject to the following conditions:
|
|
3717
|
+
> >
|
|
3718
|
+
> > The above copyright notice and this permission notice shall be included in all
|
|
3719
|
+
> > copies or substantial portions of the Software.
|
|
3720
|
+
> >
|
|
3721
|
+
> > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3722
|
+
> > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3723
|
+
> > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3724
|
+
> > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3725
|
+
> > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3726
|
+
> > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3727
|
+
> > SOFTWARE.
|
|
3728
|
+
>
|
|
3729
|
+
> ---------------------------------------
|
|
3730
|
+
>
|
|
3731
|
+
> ## get-east-asian-width
|
|
3732
|
+
> License: MIT
|
|
3733
|
+
> By: Sindre Sorhus
|
|
3734
|
+
> Repository: sindresorhus/get-east-asian-width
|
|
3735
|
+
>
|
|
3736
|
+
> > MIT License
|
|
3737
|
+
> >
|
|
3738
|
+
> > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
3739
|
+
> >
|
|
3740
|
+
> > Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
3741
|
+
> >
|
|
3742
|
+
> > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
3743
|
+
> >
|
|
3744
|
+
> > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
3745
|
+
>
|
|
3746
|
+
> ---------------------------------------
|
|
3747
|
+
>
|
|
3748
|
+
> ## html-entities
|
|
3749
|
+
> License: MIT
|
|
3750
|
+
> By: Marat Dulin
|
|
3751
|
+
> Repository: https://github.com/mdevils/html-entities.git
|
|
3752
|
+
>
|
|
3753
|
+
> > Copyright (c) 2021 Dulin Marat
|
|
3754
|
+
> >
|
|
3755
|
+
> > Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3756
|
+
> > of this software and associated documentation files (the "Software"), to deal
|
|
3757
|
+
> > in the Software without restriction, including without limitation the rights
|
|
3758
|
+
> > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3759
|
+
> > copies of the Software, and to permit persons to whom the Software is
|
|
3760
|
+
> > furnished to do so, subject to the following conditions:
|
|
3761
|
+
> >
|
|
3762
|
+
> > The above copyright notice and this permission notice shall be included in
|
|
3763
|
+
> > all copies or substantial portions of the Software.
|
|
3764
|
+
> >
|
|
3765
|
+
> > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3766
|
+
> > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3767
|
+
> > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3768
|
+
> > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3769
|
+
> > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3770
|
+
> > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3771
|
+
> > THE SOFTWARE.
|
|
3772
|
+
>
|
|
3773
|
+
> ---------------------------------------
|
|
3774
|
+
>
|
|
3775
|
+
> ## indent-string
|
|
3776
|
+
> License: MIT
|
|
3777
|
+
> By: Sindre Sorhus
|
|
3778
|
+
> Repository: sindresorhus/indent-string
|
|
3779
|
+
>
|
|
3780
|
+
> > MIT License
|
|
3781
|
+
> >
|
|
3782
|
+
> > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
3783
|
+
> >
|
|
3784
|
+
> > Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
3785
|
+
> >
|
|
3786
|
+
> > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
3787
|
+
> >
|
|
3788
|
+
> > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
3789
|
+
>
|
|
3790
|
+
> ---------------------------------------
|
|
3791
|
+
>
|
|
3792
|
+
> ## lodash-es
|
|
3793
|
+
> License: MIT
|
|
3794
|
+
> By: John-David Dalton, Mathias Bynens
|
|
3795
|
+
> Repository: lodash/lodash
|
|
3796
|
+
>
|
|
3797
|
+
> > Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
|
|
3798
|
+
> >
|
|
3799
|
+
> > Based on Underscore.js, copyright Jeremy Ashkenas,
|
|
3800
|
+
> > DocumentCloud and Investigative Reporters & Editors <http://underscorejs.org/>
|
|
3801
|
+
> >
|
|
3802
|
+
> > This software consists of voluntary contributions made by many
|
|
3803
|
+
> > individuals. For exact contribution history, see the revision history
|
|
3804
|
+
> > available at https://github.com/lodash/lodash
|
|
3805
|
+
> >
|
|
3806
|
+
> > The following license applies to all parts of this software except as
|
|
3807
|
+
> > documented below:
|
|
3808
|
+
> >
|
|
3809
|
+
> > ====
|
|
3810
|
+
> >
|
|
3811
|
+
> > Permission is hereby granted, free of charge, to any person obtaining
|
|
3812
|
+
> > a copy of this software and associated documentation files (the
|
|
3813
|
+
> > "Software"), to deal in the Software without restriction, including
|
|
3814
|
+
> > without limitation the rights to use, copy, modify, merge, publish,
|
|
3815
|
+
> > distribute, sublicense, and/or sell copies of the Software, and to
|
|
3816
|
+
> > permit persons to whom the Software is furnished to do so, subject to
|
|
3817
|
+
> > the following conditions:
|
|
3818
|
+
> >
|
|
3819
|
+
> > The above copyright notice and this permission notice shall be
|
|
3820
|
+
> > included in all copies or substantial portions of the Software.
|
|
3821
|
+
> >
|
|
3822
|
+
> > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
3823
|
+
> > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
3824
|
+
> > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
3825
|
+
> > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
|
3826
|
+
> > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
3827
|
+
> > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
3828
|
+
> > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
3829
|
+
> >
|
|
3830
|
+
> > ====
|
|
3831
|
+
> >
|
|
3832
|
+
> > Copyright and related rights for sample code are waived via CC0. Sample
|
|
3833
|
+
> > code is defined as all source code displayed within the prose of the
|
|
3834
|
+
> > documentation.
|
|
3835
|
+
> >
|
|
3836
|
+
> > CC0: http://creativecommons.org/publicdomain/zero/1.0/
|
|
3837
|
+
> >
|
|
3838
|
+
> > ====
|
|
3839
|
+
> >
|
|
3840
|
+
> > Files located in the node_modules and vendor directories are externally
|
|
3841
|
+
> > maintained libraries used by this software which have their own
|
|
3842
|
+
> > licenses; we recommend you read them, as their terms may differ from the
|
|
3843
|
+
> > terms above.
|
|
3844
|
+
>
|
|
3845
|
+
> ---------------------------------------
|
|
3846
|
+
>
|
|
3847
|
+
> ## ranges-apply
|
|
3848
|
+
> License: MIT
|
|
3849
|
+
> By: Roy Revelt
|
|
3850
|
+
> Repository: git+https://github.com/codsen/codsen.git
|
|
3851
|
+
>
|
|
3852
|
+
> > MIT License
|
|
3853
|
+
> >
|
|
3854
|
+
> > Copyright © 2010-2025 Roy Revelt and other contributors
|
|
3855
|
+
> >
|
|
3856
|
+
> > Permission is hereby granted, free of charge, to any person obtaining
|
|
3857
|
+
> > a copy of this software and associated documentation files (the
|
|
3858
|
+
> > "Software"), to deal in the Software without restriction, including
|
|
3859
|
+
> > without limitation the rights to use, copy, modify, merge, publish,
|
|
3860
|
+
> > distribute, sublicense, and/or sell copies of the Software, and to
|
|
3861
|
+
> > permit persons to whom the Software is furnished to do so, subject to
|
|
3862
|
+
> > the following conditions:
|
|
3863
|
+
> >
|
|
3864
|
+
> > The above copyright notice and this permission notice shall be
|
|
3865
|
+
> > included in all copies or substantial portions of the Software.
|
|
3866
|
+
> >
|
|
3867
|
+
> > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
3868
|
+
> > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
3869
|
+
> > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
3870
|
+
> > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
|
3871
|
+
> > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
3872
|
+
> > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
3873
|
+
> > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
3874
|
+
>
|
|
3875
|
+
> ---------------------------------------
|
|
3876
|
+
>
|
|
3877
|
+
> ## ranges-merge
|
|
3878
|
+
> License: MIT
|
|
3879
|
+
> By: Roy Revelt
|
|
3880
|
+
> Repository: git+https://github.com/codsen/codsen.git
|
|
3881
|
+
>
|
|
3882
|
+
> > MIT License
|
|
3883
|
+
> >
|
|
3884
|
+
> > Copyright © 2010-2025 Roy Revelt and other contributors
|
|
3885
|
+
> >
|
|
3886
|
+
> > Permission is hereby granted, free of charge, to any person obtaining
|
|
3887
|
+
> > a copy of this software and associated documentation files (the
|
|
3888
|
+
> > "Software"), to deal in the Software without restriction, including
|
|
3889
|
+
> > without limitation the rights to use, copy, modify, merge, publish,
|
|
3890
|
+
> > distribute, sublicense, and/or sell copies of the Software, and to
|
|
3891
|
+
> > permit persons to whom the Software is furnished to do so, subject to
|
|
3892
|
+
> > the following conditions:
|
|
3893
|
+
> >
|
|
3894
|
+
> > The above copyright notice and this permission notice shall be
|
|
3895
|
+
> > included in all copies or substantial portions of the Software.
|
|
3896
|
+
> >
|
|
3897
|
+
> > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
3898
|
+
> > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
3899
|
+
> > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
3900
|
+
> > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
|
3901
|
+
> > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
3902
|
+
> > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
3903
|
+
> > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
3904
|
+
>
|
|
3905
|
+
> ---------------------------------------
|
|
3906
|
+
>
|
|
3907
|
+
> ## ranges-push
|
|
3908
|
+
> License: MIT
|
|
3909
|
+
> By: Roy Revelt
|
|
3910
|
+
> Repository: git+https://github.com/codsen/codsen.git
|
|
3911
|
+
>
|
|
3912
|
+
> > MIT License
|
|
3913
|
+
> >
|
|
3914
|
+
> > Copyright © 2010-2025 Roy Revelt and other contributors
|
|
3915
|
+
> >
|
|
3916
|
+
> > Permission is hereby granted, free of charge, to any person obtaining
|
|
3917
|
+
> > a copy of this software and associated documentation files (the
|
|
3918
|
+
> > "Software"), to deal in the Software without restriction, including
|
|
3919
|
+
> > without limitation the rights to use, copy, modify, merge, publish,
|
|
3920
|
+
> > distribute, sublicense, and/or sell copies of the Software, and to
|
|
3921
|
+
> > permit persons to whom the Software is furnished to do so, subject to
|
|
3922
|
+
> > the following conditions:
|
|
3923
|
+
> >
|
|
3924
|
+
> > The above copyright notice and this permission notice shall be
|
|
3925
|
+
> > included in all copies or substantial portions of the Software.
|
|
3926
|
+
> >
|
|
3927
|
+
> > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
3928
|
+
> > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
3929
|
+
> > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
3930
|
+
> > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
|
3931
|
+
> > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
3932
|
+
> > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
3933
|
+
> > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
3934
|
+
>
|
|
3935
|
+
> ---------------------------------------
|
|
3936
|
+
>
|
|
3937
|
+
> ## ranges-sort
|
|
3938
|
+
> License: MIT
|
|
3939
|
+
> By: Roy Revelt
|
|
3940
|
+
> Repository: git+https://github.com/codsen/codsen.git
|
|
3941
|
+
>
|
|
3942
|
+
> > MIT License
|
|
3943
|
+
> >
|
|
3944
|
+
> > Copyright © 2010-2025 Roy Revelt and other contributors
|
|
3945
|
+
> >
|
|
3946
|
+
> > Permission is hereby granted, free of charge, to any person obtaining
|
|
3947
|
+
> > a copy of this software and associated documentation files (the
|
|
3948
|
+
> > "Software"), to deal in the Software without restriction, including
|
|
3949
|
+
> > without limitation the rights to use, copy, modify, merge, publish,
|
|
3950
|
+
> > distribute, sublicense, and/or sell copies of the Software, and to
|
|
3951
|
+
> > permit persons to whom the Software is furnished to do so, subject to
|
|
3952
|
+
> > the following conditions:
|
|
3953
|
+
> >
|
|
3954
|
+
> > The above copyright notice and this permission notice shall be
|
|
3955
|
+
> > included in all copies or substantial portions of the Software.
|
|
3956
|
+
> >
|
|
3957
|
+
> > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
3958
|
+
> > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
3959
|
+
> > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
3960
|
+
> > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
|
3961
|
+
> > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
3962
|
+
> > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
3963
|
+
> > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
3964
|
+
>
|
|
3965
|
+
> ---------------------------------------
|
|
3966
|
+
>
|
|
3967
|
+
> ## redent
|
|
3968
|
+
> License: MIT
|
|
3969
|
+
> By: Sindre Sorhus
|
|
3970
|
+
> Repository: sindresorhus/redent
|
|
3971
|
+
>
|
|
3972
|
+
> > MIT License
|
|
3973
|
+
> >
|
|
3974
|
+
> > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
3975
|
+
> >
|
|
3976
|
+
> > Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
3977
|
+
> >
|
|
3978
|
+
> > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
3979
|
+
> >
|
|
3980
|
+
> > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
3981
|
+
>
|
|
3982
|
+
> ---------------------------------------
|
|
3983
|
+
>
|
|
3984
|
+
> ## rfdc
|
|
3985
|
+
> License: MIT
|
|
3986
|
+
> By: David Mark Clements
|
|
3987
|
+
> Repository: git+https://github.com/davidmarkclements/rfdc.git
|
|
3988
|
+
>
|
|
3989
|
+
> > Copyright 2019 "David Mark Clements <david.mark.clements@gmail.com>"
|
|
3990
|
+
> >
|
|
3991
|
+
> > Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
|
|
3992
|
+
> > documentation files (the "Software"), to deal in the Software without restriction, including without limitation
|
|
3993
|
+
> > the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and
|
|
3994
|
+
> > to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
3995
|
+
> >
|
|
3996
|
+
> > The above copyright notice and this permission notice shall be included in all copies or substantial portions
|
|
3997
|
+
> > of the Software.
|
|
3998
|
+
> >
|
|
3999
|
+
> > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
4000
|
+
> > TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
|
4001
|
+
> > THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
|
|
4002
|
+
> > CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
|
|
4003
|
+
> > IN THE SOFTWARE.
|
|
4004
|
+
>
|
|
4005
|
+
> ---------------------------------------
|
|
4006
|
+
>
|
|
4007
|
+
> ## string-collapse-leading-whitespace
|
|
4008
|
+
> License: MIT
|
|
4009
|
+
> By: Roy Revelt
|
|
4010
|
+
> Repository: git+https://github.com/codsen/codsen.git
|
|
4011
|
+
>
|
|
4012
|
+
> > MIT License
|
|
4013
|
+
> >
|
|
4014
|
+
> > Copyright © 2010-2025 Roy Revelt and other contributors
|
|
4015
|
+
> >
|
|
4016
|
+
> > Permission is hereby granted, free of charge, to any person obtaining
|
|
4017
|
+
> > a copy of this software and associated documentation files (the
|
|
4018
|
+
> > "Software"), to deal in the Software without restriction, including
|
|
4019
|
+
> > without limitation the rights to use, copy, modify, merge, publish,
|
|
4020
|
+
> > distribute, sublicense, and/or sell copies of the Software, and to
|
|
4021
|
+
> > permit persons to whom the Software is furnished to do so, subject to
|
|
4022
|
+
> > the following conditions:
|
|
4023
|
+
> >
|
|
4024
|
+
> > The above copyright notice and this permission notice shall be
|
|
4025
|
+
> > included in all copies or substantial portions of the Software.
|
|
4026
|
+
> >
|
|
4027
|
+
> > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
4028
|
+
> > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
4029
|
+
> > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
4030
|
+
> > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
|
4031
|
+
> > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
4032
|
+
> > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
4033
|
+
> > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
4034
|
+
>
|
|
4035
|
+
> ---------------------------------------
|
|
4036
|
+
>
|
|
4037
|
+
> ## string-left-right
|
|
4038
|
+
> License: MIT
|
|
4039
|
+
> By: Roy Revelt
|
|
4040
|
+
> Repository: git+https://github.com/codsen/codsen.git
|
|
4041
|
+
>
|
|
4042
|
+
> > MIT License
|
|
4043
|
+
> >
|
|
4044
|
+
> > Copyright © 2010-2025 Roy Revelt and other contributors
|
|
4045
|
+
> >
|
|
4046
|
+
> > Permission is hereby granted, free of charge, to any person obtaining
|
|
4047
|
+
> > a copy of this software and associated documentation files (the
|
|
4048
|
+
> > "Software"), to deal in the Software without restriction, including
|
|
4049
|
+
> > without limitation the rights to use, copy, modify, merge, publish,
|
|
4050
|
+
> > distribute, sublicense, and/or sell copies of the Software, and to
|
|
4051
|
+
> > permit persons to whom the Software is furnished to do so, subject to
|
|
4052
|
+
> > the following conditions:
|
|
4053
|
+
> >
|
|
4054
|
+
> > The above copyright notice and this permission notice shall be
|
|
4055
|
+
> > included in all copies or substantial portions of the Software.
|
|
4056
|
+
> >
|
|
4057
|
+
> > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
4058
|
+
> > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
4059
|
+
> > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
4060
|
+
> > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
|
4061
|
+
> > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
4062
|
+
> > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
4063
|
+
> > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
4064
|
+
>
|
|
4065
|
+
> ---------------------------------------
|
|
4066
|
+
>
|
|
4067
|
+
> ## string-strip-html
|
|
4068
|
+
> License: MIT
|
|
4069
|
+
> By: Roy Revelt
|
|
4070
|
+
> Repository: git+https://github.com/codsen/codsen.git
|
|
4071
|
+
>
|
|
4072
|
+
> > MIT License
|
|
4073
|
+
> >
|
|
4074
|
+
> > Copyright © 2010-2025 Roy Revelt and other contributors
|
|
4075
|
+
> >
|
|
4076
|
+
> > Permission is hereby granted, free of charge, to any person obtaining
|
|
4077
|
+
> > a copy of this software and associated documentation files (the
|
|
4078
|
+
> > "Software"), to deal in the Software without restriction, including
|
|
4079
|
+
> > without limitation the rights to use, copy, modify, merge, publish,
|
|
4080
|
+
> > distribute, sublicense, and/or sell copies of the Software, and to
|
|
4081
|
+
> > permit persons to whom the Software is furnished to do so, subject to
|
|
4082
|
+
> > the following conditions:
|
|
4083
|
+
> >
|
|
4084
|
+
> > The above copyright notice and this permission notice shall be
|
|
4085
|
+
> > included in all copies or substantial portions of the Software.
|
|
4086
|
+
> >
|
|
4087
|
+
> > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
4088
|
+
> > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
4089
|
+
> > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
4090
|
+
> > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
|
4091
|
+
> > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
4092
|
+
> > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
4093
|
+
> > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
4094
|
+
>
|
|
4095
|
+
> ---------------------------------------
|
|
4096
|
+
>
|
|
4097
|
+
> ## strip-indent
|
|
4098
|
+
> License: MIT
|
|
4099
|
+
> By: Sindre Sorhus
|
|
4100
|
+
> Repository: sindresorhus/strip-indent
|
|
4101
|
+
>
|
|
4102
|
+
> > MIT License
|
|
4103
|
+
> >
|
|
4104
|
+
> > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
2805
4105
|
> >
|
|
2806
|
-
> >
|
|
2807
|
-
> >
|
|
2808
|
-
> >
|
|
2809
|
-
> >
|
|
2810
|
-
> > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2811
|
-
> > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2812
|
-
> > SOFTWARE.
|
|
4106
|
+
> > Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
4107
|
+
> >
|
|
4108
|
+
> > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
4109
|
+
> >
|
|
4110
|
+
> > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
2813
4111
|
>
|
|
2814
4112
|
> ---------------------------------------
|
|
2815
4113
|
>
|
|
2816
|
-
> ##
|
|
4114
|
+
> ## tiny-invariant
|
|
2817
4115
|
> License: MIT
|
|
2818
|
-
> By:
|
|
2819
|
-
> Repository:
|
|
4116
|
+
> By: Alex Reardon
|
|
4117
|
+
> Repository: https://github.com/alexreardon/tiny-invariant.git
|
|
2820
4118
|
>
|
|
2821
4119
|
> > MIT License
|
|
2822
4120
|
> >
|
|
2823
|
-
> > Copyright (c)
|
|
4121
|
+
> > Copyright (c) 2019 Alexander Reardon
|
|
2824
4122
|
> >
|
|
2825
4123
|
> > Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2826
4124
|
> > of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2840,33 +4138,19 @@ Repository: git+https://github.com/visulima/visulima.git
|
|
|
2840
4138
|
> > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2841
4139
|
> > SOFTWARE.
|
|
2842
4140
|
>
|
|
2843
|
-
> ---------------------------------------
|
|
2844
|
-
>
|
|
2845
|
-
> ## get-east-asian-width
|
|
2846
|
-
> License: MIT
|
|
2847
|
-
> By: Sindre Sorhus
|
|
2848
|
-
> Repository: sindresorhus/get-east-asian-width
|
|
2849
|
-
>
|
|
2850
|
-
> > MIT License
|
|
2851
|
-
> >
|
|
2852
|
-
> > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
2853
|
-
> >
|
|
2854
|
-
> > Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
2855
|
-
> >
|
|
2856
|
-
> > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
2857
|
-
> >
|
|
2858
|
-
> > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
2859
|
-
>
|
|
2860
4141
|
>
|
|
2861
4142
|
>
|
|
2862
4143
|
>
|
|
2863
4144
|
>
|
|
2864
4145
|
> # Licenses of bundled types
|
|
4146
|
+
>
|
|
2865
4147
|
> The published @visulima/string artifact additionally contains code with the following licenses:
|
|
2866
4148
|
> MIT
|
|
2867
4149
|
>
|
|
2868
4150
|
> # Bundled types:
|
|
4151
|
+
>
|
|
2869
4152
|
> ## fastest-levenshtein
|
|
4153
|
+
>
|
|
2870
4154
|
> License: MIT
|
|
2871
4155
|
> By: Kasper U. Weihe
|
|
2872
4156
|
> Repository: git+https://github.com/ka-weihe/fastest-levenshtein.git
|
|
@@ -2934,7 +4218,7 @@ Repository: git+https://github.com/visulima/visulima.git
|
|
|
2934
4218
|
|
|
2935
4219
|
> MIT License
|
|
2936
4220
|
>
|
|
2937
|
-
> Copyright (c)
|
|
4221
|
+
> Copyright (c) 2026 visulima
|
|
2938
4222
|
>
|
|
2939
4223
|
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2940
4224
|
> of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2968,7 +4252,7 @@ Repository: git+https://github.com/visulima/visulima.git
|
|
|
2968
4252
|
|
|
2969
4253
|
> MIT License
|
|
2970
4254
|
>
|
|
2971
|
-
> Copyright (c)
|
|
4255
|
+
> Copyright (c) 2026 visulima
|
|
2972
4256
|
>
|
|
2973
4257
|
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2974
4258
|
> of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3026,7 +4310,7 @@ Repository: git+https://github.com/visulima/visulima.git
|
|
|
3026
4310
|
>
|
|
3027
4311
|
> > MIT License
|
|
3028
4312
|
> >
|
|
3029
|
-
> > Copyright (c)
|
|
4313
|
+
> > Copyright (c) 2026 visulima
|
|
3030
4314
|
> >
|
|
3031
4315
|
> > Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3032
4316
|
> > of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3060,7 +4344,7 @@ Repository: git+https://github.com/visulima/visulima.git
|
|
|
3060
4344
|
> >
|
|
3061
4345
|
> > > MIT License
|
|
3062
4346
|
> > >
|
|
3063
|
-
> > > Copyright (c)
|
|
4347
|
+
> > > Copyright (c) 2026 visulima
|
|
3064
4348
|
> > >
|
|
3065
4349
|
> > > Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3066
4350
|
> > > of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3212,7 +4496,7 @@ Repository: git+https://github.com/visulima/visulima.git
|
|
|
3212
4496
|
>
|
|
3213
4497
|
> > MIT License
|
|
3214
4498
|
> >
|
|
3215
|
-
> > Copyright (c)
|
|
4499
|
+
> > Copyright (c) 2026 visulima
|
|
3216
4500
|
> >
|
|
3217
4501
|
> > Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3218
4502
|
> > of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3246,7 +4530,7 @@ Repository: git+https://github.com/visulima/visulima.git
|
|
|
3246
4530
|
>
|
|
3247
4531
|
> > MIT License
|
|
3248
4532
|
> >
|
|
3249
|
-
> > Copyright (c)
|
|
4533
|
+
> > Copyright (c) 2026 visulima
|
|
3250
4534
|
> >
|
|
3251
4535
|
> > Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3252
4536
|
> > of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3280,7 +4564,7 @@ Repository: git+https://github.com/visulima/visulima.git
|
|
|
3280
4564
|
> >
|
|
3281
4565
|
> > > MIT License
|
|
3282
4566
|
> > >
|
|
3283
|
-
> > > Copyright (c)
|
|
4567
|
+
> > > Copyright (c) 2026 visulima
|
|
3284
4568
|
> > >
|
|
3285
4569
|
> > > Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3286
4570
|
> > > of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3422,7 +4706,7 @@ Repository: git+https://github.com/visulima/visulima.git
|
|
|
3422
4706
|
|
|
3423
4707
|
> MIT License
|
|
3424
4708
|
>
|
|
3425
|
-
> Copyright (c)
|
|
4709
|
+
> Copyright (c) 2026 visulima
|
|
3426
4710
|
>
|
|
3427
4711
|
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3428
4712
|
> of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3456,7 +4740,7 @@ Repository: git+https://github.com/visulima/visulima.git
|
|
|
3456
4740
|
>
|
|
3457
4741
|
> > MIT License
|
|
3458
4742
|
> >
|
|
3459
|
-
> > Copyright (c)
|
|
4743
|
+
> > Copyright (c) 2026 visulima
|
|
3460
4744
|
> >
|
|
3461
4745
|
> > Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3462
4746
|
> > of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3598,7 +4882,7 @@ Repository: git+https://github.com/visulima/visulima.git
|
|
|
3598
4882
|
|
|
3599
4883
|
> MIT License
|
|
3600
4884
|
>
|
|
3601
|
-
> Copyright (c)
|
|
4885
|
+
> Copyright (c) 2026 visulima
|
|
3602
4886
|
>
|
|
3603
4887
|
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3604
4888
|
> of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3723,7 +5007,7 @@ Repository: git+https://github.com/visulima/visulima.git
|
|
|
3723
5007
|
|
|
3724
5008
|
> MIT License
|
|
3725
5009
|
>
|
|
3726
|
-
> Copyright (c)
|
|
5010
|
+
> Copyright (c) 2026 visulima
|
|
3727
5011
|
>
|
|
3728
5012
|
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3729
5013
|
> of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3750,6 +5034,36 @@ Repository: git+https://github.com/visulima/visulima.git
|
|
|
3750
5034
|
> MIT
|
|
3751
5035
|
>
|
|
3752
5036
|
> # Bundled dependencies:
|
|
5037
|
+
> ## codsen-utils
|
|
5038
|
+
> License: MIT
|
|
5039
|
+
> By: Roy Revelt
|
|
5040
|
+
> Repository: git+https://github.com/codsen/codsen.git
|
|
5041
|
+
>
|
|
5042
|
+
> > MIT License
|
|
5043
|
+
> >
|
|
5044
|
+
> > Copyright © 2010-2025 Roy Revelt and other contributors
|
|
5045
|
+
> >
|
|
5046
|
+
> > Permission is hereby granted, free of charge, to any person obtaining
|
|
5047
|
+
> > a copy of this software and associated documentation files (the
|
|
5048
|
+
> > "Software"), to deal in the Software without restriction, including
|
|
5049
|
+
> > without limitation the rights to use, copy, modify, merge, publish,
|
|
5050
|
+
> > distribute, sublicense, and/or sell copies of the Software, and to
|
|
5051
|
+
> > permit persons to whom the Software is furnished to do so, subject to
|
|
5052
|
+
> > the following conditions:
|
|
5053
|
+
> >
|
|
5054
|
+
> > The above copyright notice and this permission notice shall be
|
|
5055
|
+
> > included in all copies or substantial portions of the Software.
|
|
5056
|
+
> >
|
|
5057
|
+
> > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
5058
|
+
> > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
5059
|
+
> > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
5060
|
+
> > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
|
5061
|
+
> > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
5062
|
+
> > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
5063
|
+
> > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
5064
|
+
>
|
|
5065
|
+
> ---------------------------------------
|
|
5066
|
+
>
|
|
3753
5067
|
> ## emoji-regex-xs
|
|
3754
5068
|
> License: MIT
|
|
3755
5069
|
> By: Steven Levithan
|
|
@@ -3823,16 +5137,414 @@ Repository: git+https://github.com/visulima/visulima.git
|
|
|
3823
5137
|
> >
|
|
3824
5138
|
> > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
3825
5139
|
>
|
|
5140
|
+
> ---------------------------------------
|
|
5141
|
+
>
|
|
5142
|
+
> ## html-entities
|
|
5143
|
+
> License: MIT
|
|
5144
|
+
> By: Marat Dulin
|
|
5145
|
+
> Repository: https://github.com/mdevils/html-entities.git
|
|
5146
|
+
>
|
|
5147
|
+
> > Copyright (c) 2021 Dulin Marat
|
|
5148
|
+
> >
|
|
5149
|
+
> > Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
5150
|
+
> > of this software and associated documentation files (the "Software"), to deal
|
|
5151
|
+
> > in the Software without restriction, including without limitation the rights
|
|
5152
|
+
> > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
5153
|
+
> > copies of the Software, and to permit persons to whom the Software is
|
|
5154
|
+
> > furnished to do so, subject to the following conditions:
|
|
5155
|
+
> >
|
|
5156
|
+
> > The above copyright notice and this permission notice shall be included in
|
|
5157
|
+
> > all copies or substantial portions of the Software.
|
|
5158
|
+
> >
|
|
5159
|
+
> > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
5160
|
+
> > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
5161
|
+
> > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
5162
|
+
> > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
5163
|
+
> > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
5164
|
+
> > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
5165
|
+
> > THE SOFTWARE.
|
|
5166
|
+
>
|
|
5167
|
+
> ---------------------------------------
|
|
5168
|
+
>
|
|
5169
|
+
> ## indent-string
|
|
5170
|
+
> License: MIT
|
|
5171
|
+
> By: Sindre Sorhus
|
|
5172
|
+
> Repository: sindresorhus/indent-string
|
|
5173
|
+
>
|
|
5174
|
+
> > MIT License
|
|
5175
|
+
> >
|
|
5176
|
+
> > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
5177
|
+
> >
|
|
5178
|
+
> > Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
5179
|
+
> >
|
|
5180
|
+
> > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
5181
|
+
> >
|
|
5182
|
+
> > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
5183
|
+
>
|
|
5184
|
+
> ---------------------------------------
|
|
5185
|
+
>
|
|
5186
|
+
> ## lodash-es
|
|
5187
|
+
> License: MIT
|
|
5188
|
+
> By: John-David Dalton, Mathias Bynens
|
|
5189
|
+
> Repository: lodash/lodash
|
|
5190
|
+
>
|
|
5191
|
+
> > Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
|
|
5192
|
+
> >
|
|
5193
|
+
> > Based on Underscore.js, copyright Jeremy Ashkenas,
|
|
5194
|
+
> > DocumentCloud and Investigative Reporters & Editors <http://underscorejs.org/>
|
|
5195
|
+
> >
|
|
5196
|
+
> > This software consists of voluntary contributions made by many
|
|
5197
|
+
> > individuals. For exact contribution history, see the revision history
|
|
5198
|
+
> > available at https://github.com/lodash/lodash
|
|
5199
|
+
> >
|
|
5200
|
+
> > The following license applies to all parts of this software except as
|
|
5201
|
+
> > documented below:
|
|
5202
|
+
> >
|
|
5203
|
+
> > ====
|
|
5204
|
+
> >
|
|
5205
|
+
> > Permission is hereby granted, free of charge, to any person obtaining
|
|
5206
|
+
> > a copy of this software and associated documentation files (the
|
|
5207
|
+
> > "Software"), to deal in the Software without restriction, including
|
|
5208
|
+
> > without limitation the rights to use, copy, modify, merge, publish,
|
|
5209
|
+
> > distribute, sublicense, and/or sell copies of the Software, and to
|
|
5210
|
+
> > permit persons to whom the Software is furnished to do so, subject to
|
|
5211
|
+
> > the following conditions:
|
|
5212
|
+
> >
|
|
5213
|
+
> > The above copyright notice and this permission notice shall be
|
|
5214
|
+
> > included in all copies or substantial portions of the Software.
|
|
5215
|
+
> >
|
|
5216
|
+
> > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
5217
|
+
> > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
5218
|
+
> > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
5219
|
+
> > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
|
5220
|
+
> > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
5221
|
+
> > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
5222
|
+
> > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
5223
|
+
> >
|
|
5224
|
+
> > ====
|
|
5225
|
+
> >
|
|
5226
|
+
> > Copyright and related rights for sample code are waived via CC0. Sample
|
|
5227
|
+
> > code is defined as all source code displayed within the prose of the
|
|
5228
|
+
> > documentation.
|
|
5229
|
+
> >
|
|
5230
|
+
> > CC0: http://creativecommons.org/publicdomain/zero/1.0/
|
|
5231
|
+
> >
|
|
5232
|
+
> > ====
|
|
5233
|
+
> >
|
|
5234
|
+
> > Files located in the node_modules and vendor directories are externally
|
|
5235
|
+
> > maintained libraries used by this software which have their own
|
|
5236
|
+
> > licenses; we recommend you read them, as their terms may differ from the
|
|
5237
|
+
> > terms above.
|
|
5238
|
+
>
|
|
5239
|
+
> ---------------------------------------
|
|
5240
|
+
>
|
|
5241
|
+
> ## ranges-apply
|
|
5242
|
+
> License: MIT
|
|
5243
|
+
> By: Roy Revelt
|
|
5244
|
+
> Repository: git+https://github.com/codsen/codsen.git
|
|
5245
|
+
>
|
|
5246
|
+
> > MIT License
|
|
5247
|
+
> >
|
|
5248
|
+
> > Copyright © 2010-2025 Roy Revelt and other contributors
|
|
5249
|
+
> >
|
|
5250
|
+
> > Permission is hereby granted, free of charge, to any person obtaining
|
|
5251
|
+
> > a copy of this software and associated documentation files (the
|
|
5252
|
+
> > "Software"), to deal in the Software without restriction, including
|
|
5253
|
+
> > without limitation the rights to use, copy, modify, merge, publish,
|
|
5254
|
+
> > distribute, sublicense, and/or sell copies of the Software, and to
|
|
5255
|
+
> > permit persons to whom the Software is furnished to do so, subject to
|
|
5256
|
+
> > the following conditions:
|
|
5257
|
+
> >
|
|
5258
|
+
> > The above copyright notice and this permission notice shall be
|
|
5259
|
+
> > included in all copies or substantial portions of the Software.
|
|
5260
|
+
> >
|
|
5261
|
+
> > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
5262
|
+
> > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
5263
|
+
> > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
5264
|
+
> > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
|
5265
|
+
> > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
5266
|
+
> > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
5267
|
+
> > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
5268
|
+
>
|
|
5269
|
+
> ---------------------------------------
|
|
5270
|
+
>
|
|
5271
|
+
> ## ranges-merge
|
|
5272
|
+
> License: MIT
|
|
5273
|
+
> By: Roy Revelt
|
|
5274
|
+
> Repository: git+https://github.com/codsen/codsen.git
|
|
5275
|
+
>
|
|
5276
|
+
> > MIT License
|
|
5277
|
+
> >
|
|
5278
|
+
> > Copyright © 2010-2025 Roy Revelt and other contributors
|
|
5279
|
+
> >
|
|
5280
|
+
> > Permission is hereby granted, free of charge, to any person obtaining
|
|
5281
|
+
> > a copy of this software and associated documentation files (the
|
|
5282
|
+
> > "Software"), to deal in the Software without restriction, including
|
|
5283
|
+
> > without limitation the rights to use, copy, modify, merge, publish,
|
|
5284
|
+
> > distribute, sublicense, and/or sell copies of the Software, and to
|
|
5285
|
+
> > permit persons to whom the Software is furnished to do so, subject to
|
|
5286
|
+
> > the following conditions:
|
|
5287
|
+
> >
|
|
5288
|
+
> > The above copyright notice and this permission notice shall be
|
|
5289
|
+
> > included in all copies or substantial portions of the Software.
|
|
5290
|
+
> >
|
|
5291
|
+
> > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
5292
|
+
> > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
5293
|
+
> > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
5294
|
+
> > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
|
5295
|
+
> > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
5296
|
+
> > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
5297
|
+
> > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
5298
|
+
>
|
|
5299
|
+
> ---------------------------------------
|
|
5300
|
+
>
|
|
5301
|
+
> ## ranges-push
|
|
5302
|
+
> License: MIT
|
|
5303
|
+
> By: Roy Revelt
|
|
5304
|
+
> Repository: git+https://github.com/codsen/codsen.git
|
|
5305
|
+
>
|
|
5306
|
+
> > MIT License
|
|
5307
|
+
> >
|
|
5308
|
+
> > Copyright © 2010-2025 Roy Revelt and other contributors
|
|
5309
|
+
> >
|
|
5310
|
+
> > Permission is hereby granted, free of charge, to any person obtaining
|
|
5311
|
+
> > a copy of this software and associated documentation files (the
|
|
5312
|
+
> > "Software"), to deal in the Software without restriction, including
|
|
5313
|
+
> > without limitation the rights to use, copy, modify, merge, publish,
|
|
5314
|
+
> > distribute, sublicense, and/or sell copies of the Software, and to
|
|
5315
|
+
> > permit persons to whom the Software is furnished to do so, subject to
|
|
5316
|
+
> > the following conditions:
|
|
5317
|
+
> >
|
|
5318
|
+
> > The above copyright notice and this permission notice shall be
|
|
5319
|
+
> > included in all copies or substantial portions of the Software.
|
|
5320
|
+
> >
|
|
5321
|
+
> > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
5322
|
+
> > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
5323
|
+
> > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
5324
|
+
> > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
|
5325
|
+
> > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
5326
|
+
> > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
5327
|
+
> > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
5328
|
+
>
|
|
5329
|
+
> ---------------------------------------
|
|
5330
|
+
>
|
|
5331
|
+
> ## ranges-sort
|
|
5332
|
+
> License: MIT
|
|
5333
|
+
> By: Roy Revelt
|
|
5334
|
+
> Repository: git+https://github.com/codsen/codsen.git
|
|
5335
|
+
>
|
|
5336
|
+
> > MIT License
|
|
5337
|
+
> >
|
|
5338
|
+
> > Copyright © 2010-2025 Roy Revelt and other contributors
|
|
5339
|
+
> >
|
|
5340
|
+
> > Permission is hereby granted, free of charge, to any person obtaining
|
|
5341
|
+
> > a copy of this software and associated documentation files (the
|
|
5342
|
+
> > "Software"), to deal in the Software without restriction, including
|
|
5343
|
+
> > without limitation the rights to use, copy, modify, merge, publish,
|
|
5344
|
+
> > distribute, sublicense, and/or sell copies of the Software, and to
|
|
5345
|
+
> > permit persons to whom the Software is furnished to do so, subject to
|
|
5346
|
+
> > the following conditions:
|
|
5347
|
+
> >
|
|
5348
|
+
> > The above copyright notice and this permission notice shall be
|
|
5349
|
+
> > included in all copies or substantial portions of the Software.
|
|
5350
|
+
> >
|
|
5351
|
+
> > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
5352
|
+
> > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
5353
|
+
> > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
5354
|
+
> > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
|
5355
|
+
> > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
5356
|
+
> > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
5357
|
+
> > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
5358
|
+
>
|
|
5359
|
+
> ---------------------------------------
|
|
5360
|
+
>
|
|
5361
|
+
> ## redent
|
|
5362
|
+
> License: MIT
|
|
5363
|
+
> By: Sindre Sorhus
|
|
5364
|
+
> Repository: sindresorhus/redent
|
|
5365
|
+
>
|
|
5366
|
+
> > MIT License
|
|
5367
|
+
> >
|
|
5368
|
+
> > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
5369
|
+
> >
|
|
5370
|
+
> > Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
5371
|
+
> >
|
|
5372
|
+
> > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
5373
|
+
> >
|
|
5374
|
+
> > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
5375
|
+
>
|
|
5376
|
+
> ---------------------------------------
|
|
5377
|
+
>
|
|
5378
|
+
> ## rfdc
|
|
5379
|
+
> License: MIT
|
|
5380
|
+
> By: David Mark Clements
|
|
5381
|
+
> Repository: git+https://github.com/davidmarkclements/rfdc.git
|
|
5382
|
+
>
|
|
5383
|
+
> > Copyright 2019 "David Mark Clements <david.mark.clements@gmail.com>"
|
|
5384
|
+
> >
|
|
5385
|
+
> > Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
|
|
5386
|
+
> > documentation files (the "Software"), to deal in the Software without restriction, including without limitation
|
|
5387
|
+
> > the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and
|
|
5388
|
+
> > to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
5389
|
+
> >
|
|
5390
|
+
> > The above copyright notice and this permission notice shall be included in all copies or substantial portions
|
|
5391
|
+
> > of the Software.
|
|
5392
|
+
> >
|
|
5393
|
+
> > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
5394
|
+
> > TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
|
5395
|
+
> > THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
|
|
5396
|
+
> > CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
|
|
5397
|
+
> > IN THE SOFTWARE.
|
|
5398
|
+
>
|
|
5399
|
+
> ---------------------------------------
|
|
5400
|
+
>
|
|
5401
|
+
> ## string-collapse-leading-whitespace
|
|
5402
|
+
> License: MIT
|
|
5403
|
+
> By: Roy Revelt
|
|
5404
|
+
> Repository: git+https://github.com/codsen/codsen.git
|
|
5405
|
+
>
|
|
5406
|
+
> > MIT License
|
|
5407
|
+
> >
|
|
5408
|
+
> > Copyright © 2010-2025 Roy Revelt and other contributors
|
|
5409
|
+
> >
|
|
5410
|
+
> > Permission is hereby granted, free of charge, to any person obtaining
|
|
5411
|
+
> > a copy of this software and associated documentation files (the
|
|
5412
|
+
> > "Software"), to deal in the Software without restriction, including
|
|
5413
|
+
> > without limitation the rights to use, copy, modify, merge, publish,
|
|
5414
|
+
> > distribute, sublicense, and/or sell copies of the Software, and to
|
|
5415
|
+
> > permit persons to whom the Software is furnished to do so, subject to
|
|
5416
|
+
> > the following conditions:
|
|
5417
|
+
> >
|
|
5418
|
+
> > The above copyright notice and this permission notice shall be
|
|
5419
|
+
> > included in all copies or substantial portions of the Software.
|
|
5420
|
+
> >
|
|
5421
|
+
> > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
5422
|
+
> > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
5423
|
+
> > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
5424
|
+
> > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
|
5425
|
+
> > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
5426
|
+
> > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
5427
|
+
> > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
5428
|
+
>
|
|
5429
|
+
> ---------------------------------------
|
|
5430
|
+
>
|
|
5431
|
+
> ## string-left-right
|
|
5432
|
+
> License: MIT
|
|
5433
|
+
> By: Roy Revelt
|
|
5434
|
+
> Repository: git+https://github.com/codsen/codsen.git
|
|
5435
|
+
>
|
|
5436
|
+
> > MIT License
|
|
5437
|
+
> >
|
|
5438
|
+
> > Copyright © 2010-2025 Roy Revelt and other contributors
|
|
5439
|
+
> >
|
|
5440
|
+
> > Permission is hereby granted, free of charge, to any person obtaining
|
|
5441
|
+
> > a copy of this software and associated documentation files (the
|
|
5442
|
+
> > "Software"), to deal in the Software without restriction, including
|
|
5443
|
+
> > without limitation the rights to use, copy, modify, merge, publish,
|
|
5444
|
+
> > distribute, sublicense, and/or sell copies of the Software, and to
|
|
5445
|
+
> > permit persons to whom the Software is furnished to do so, subject to
|
|
5446
|
+
> > the following conditions:
|
|
5447
|
+
> >
|
|
5448
|
+
> > The above copyright notice and this permission notice shall be
|
|
5449
|
+
> > included in all copies or substantial portions of the Software.
|
|
5450
|
+
> >
|
|
5451
|
+
> > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
5452
|
+
> > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
5453
|
+
> > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
5454
|
+
> > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
|
5455
|
+
> > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
5456
|
+
> > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
5457
|
+
> > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
5458
|
+
>
|
|
5459
|
+
> ---------------------------------------
|
|
5460
|
+
>
|
|
5461
|
+
> ## string-strip-html
|
|
5462
|
+
> License: MIT
|
|
5463
|
+
> By: Roy Revelt
|
|
5464
|
+
> Repository: git+https://github.com/codsen/codsen.git
|
|
5465
|
+
>
|
|
5466
|
+
> > MIT License
|
|
5467
|
+
> >
|
|
5468
|
+
> > Copyright © 2010-2025 Roy Revelt and other contributors
|
|
5469
|
+
> >
|
|
5470
|
+
> > Permission is hereby granted, free of charge, to any person obtaining
|
|
5471
|
+
> > a copy of this software and associated documentation files (the
|
|
5472
|
+
> > "Software"), to deal in the Software without restriction, including
|
|
5473
|
+
> > without limitation the rights to use, copy, modify, merge, publish,
|
|
5474
|
+
> > distribute, sublicense, and/or sell copies of the Software, and to
|
|
5475
|
+
> > permit persons to whom the Software is furnished to do so, subject to
|
|
5476
|
+
> > the following conditions:
|
|
5477
|
+
> >
|
|
5478
|
+
> > The above copyright notice and this permission notice shall be
|
|
5479
|
+
> > included in all copies or substantial portions of the Software.
|
|
5480
|
+
> >
|
|
5481
|
+
> > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
5482
|
+
> > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
5483
|
+
> > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
5484
|
+
> > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
|
5485
|
+
> > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
5486
|
+
> > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
5487
|
+
> > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
5488
|
+
>
|
|
5489
|
+
> ---------------------------------------
|
|
5490
|
+
>
|
|
5491
|
+
> ## strip-indent
|
|
5492
|
+
> License: MIT
|
|
5493
|
+
> By: Sindre Sorhus
|
|
5494
|
+
> Repository: sindresorhus/strip-indent
|
|
5495
|
+
>
|
|
5496
|
+
> > MIT License
|
|
5497
|
+
> >
|
|
5498
|
+
> > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
5499
|
+
> >
|
|
5500
|
+
> > Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
5501
|
+
> >
|
|
5502
|
+
> > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
5503
|
+
> >
|
|
5504
|
+
> > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
5505
|
+
>
|
|
5506
|
+
> ---------------------------------------
|
|
5507
|
+
>
|
|
5508
|
+
> ## tiny-invariant
|
|
5509
|
+
> License: MIT
|
|
5510
|
+
> By: Alex Reardon
|
|
5511
|
+
> Repository: https://github.com/alexreardon/tiny-invariant.git
|
|
5512
|
+
>
|
|
5513
|
+
> > MIT License
|
|
5514
|
+
> >
|
|
5515
|
+
> > Copyright (c) 2019 Alexander Reardon
|
|
5516
|
+
> >
|
|
5517
|
+
> > Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
5518
|
+
> > of this software and associated documentation files (the "Software"), to deal
|
|
5519
|
+
> > in the Software without restriction, including without limitation the rights
|
|
5520
|
+
> > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
5521
|
+
> > copies of the Software, and to permit persons to whom the Software is
|
|
5522
|
+
> > furnished to do so, subject to the following conditions:
|
|
5523
|
+
> >
|
|
5524
|
+
> > The above copyright notice and this permission notice shall be included in all
|
|
5525
|
+
> > copies or substantial portions of the Software.
|
|
5526
|
+
> >
|
|
5527
|
+
> > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
5528
|
+
> > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
5529
|
+
> > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
5530
|
+
> > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
5531
|
+
> > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
5532
|
+
> > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
5533
|
+
> > SOFTWARE.
|
|
5534
|
+
>
|
|
3826
5535
|
>
|
|
3827
5536
|
>
|
|
3828
5537
|
>
|
|
3829
5538
|
>
|
|
3830
5539
|
> # Licenses of bundled types
|
|
5540
|
+
>
|
|
3831
5541
|
> The published @visulima/string artifact additionally contains code with the following licenses:
|
|
3832
5542
|
> MIT
|
|
3833
5543
|
>
|
|
3834
5544
|
> # Bundled types:
|
|
5545
|
+
>
|
|
3835
5546
|
> ## fastest-levenshtein
|
|
5547
|
+
>
|
|
3836
5548
|
> License: MIT
|
|
3837
5549
|
> By: Kasper U. Weihe
|
|
3838
5550
|
> Repository: git+https://github.com/ka-weihe/fastest-levenshtein.git
|