@visulima/cerebro 3.0.0-alpha.1 → 3.0.0-alpha.2

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/LICENSE.md CHANGED
@@ -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,6 +919,350 @@ 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
+ > ## lodash-es
952
+ > License: MIT
953
+ > By: John-David Dalton, Mathias Bynens
954
+ > Repository: lodash/lodash
955
+ >
956
+ > > Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
957
+ > >
958
+ > > Based on Underscore.js, copyright Jeremy Ashkenas,
959
+ > > DocumentCloud and Investigative Reporters & Editors <http://underscorejs.org/>
960
+ > >
961
+ > > This software consists of voluntary contributions made by many
962
+ > > individuals. For exact contribution history, see the revision history
963
+ > > available at https://github.com/lodash/lodash
964
+ > >
965
+ > > The following license applies to all parts of this software except as
966
+ > > documented below:
967
+ > >
968
+ > > ====
969
+ > >
970
+ > > Permission is hereby granted, free of charge, to any person obtaining
971
+ > > a copy of this software and associated documentation files (the
972
+ > > "Software"), to deal in the Software without restriction, including
973
+ > > without limitation the rights to use, copy, modify, merge, publish,
974
+ > > distribute, sublicense, and/or sell copies of the Software, and to
975
+ > > permit persons to whom the Software is furnished to do so, subject to
976
+ > > the following conditions:
977
+ > >
978
+ > > The above copyright notice and this permission notice shall be
979
+ > > included in all copies or substantial portions of the Software.
980
+ > >
981
+ > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
982
+ > > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
983
+ > > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
984
+ > > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
985
+ > > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
986
+ > > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
987
+ > > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
988
+ > >
989
+ > > ====
990
+ > >
991
+ > > Copyright and related rights for sample code are waived via CC0. Sample
992
+ > > code is defined as all source code displayed within the prose of the
993
+ > > documentation.
994
+ > >
995
+ > > CC0: http://creativecommons.org/publicdomain/zero/1.0/
996
+ > >
997
+ > > ====
998
+ > >
999
+ > > Files located in the node_modules and vendor directories are externally
1000
+ > > maintained libraries used by this software which have their own
1001
+ > > licenses; we recommend you read them, as their terms may differ from the
1002
+ > > terms above.
1003
+ >
1004
+ > ---------------------------------------
1005
+ >
1006
+ > ## ranges-apply
1007
+ > License: MIT
1008
+ > By: Roy Revelt
1009
+ > Repository: git+https://github.com/codsen/codsen.git
1010
+ >
1011
+ > > MIT License
1012
+ > >
1013
+ > > Copyright © 2010-2025 Roy Revelt and other contributors
1014
+ > >
1015
+ > > Permission is hereby granted, free of charge, to any person obtaining
1016
+ > > a copy of this software and associated documentation files (the
1017
+ > > "Software"), to deal in the Software without restriction, including
1018
+ > > without limitation the rights to use, copy, modify, merge, publish,
1019
+ > > distribute, sublicense, and/or sell copies of the Software, and to
1020
+ > > permit persons to whom the Software is furnished to do so, subject to
1021
+ > > the following conditions:
1022
+ > >
1023
+ > > The above copyright notice and this permission notice shall be
1024
+ > > included in all copies or substantial portions of the Software.
1025
+ > >
1026
+ > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1027
+ > > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1028
+ > > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
1029
+ > > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
1030
+ > > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1031
+ > > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
1032
+ > > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1033
+ >
1034
+ > ---------------------------------------
1035
+ >
1036
+ > ## ranges-merge
1037
+ > License: MIT
1038
+ > By: Roy Revelt
1039
+ > Repository: git+https://github.com/codsen/codsen.git
1040
+ >
1041
+ > > MIT License
1042
+ > >
1043
+ > > Copyright © 2010-2025 Roy Revelt and other contributors
1044
+ > >
1045
+ > > Permission is hereby granted, free of charge, to any person obtaining
1046
+ > > a copy of this software and associated documentation files (the
1047
+ > > "Software"), to deal in the Software without restriction, including
1048
+ > > without limitation the rights to use, copy, modify, merge, publish,
1049
+ > > distribute, sublicense, and/or sell copies of the Software, and to
1050
+ > > permit persons to whom the Software is furnished to do so, subject to
1051
+ > > the following conditions:
1052
+ > >
1053
+ > > The above copyright notice and this permission notice shall be
1054
+ > > included in all copies or substantial portions of the Software.
1055
+ > >
1056
+ > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1057
+ > > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1058
+ > > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
1059
+ > > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
1060
+ > > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1061
+ > > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
1062
+ > > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1063
+ >
1064
+ > ---------------------------------------
1065
+ >
1066
+ > ## ranges-push
1067
+ > License: MIT
1068
+ > By: Roy Revelt
1069
+ > Repository: git+https://github.com/codsen/codsen.git
1070
+ >
1071
+ > > MIT License
1072
+ > >
1073
+ > > Copyright © 2010-2025 Roy Revelt and other contributors
1074
+ > >
1075
+ > > Permission is hereby granted, free of charge, to any person obtaining
1076
+ > > a copy of this software and associated documentation files (the
1077
+ > > "Software"), to deal in the Software without restriction, including
1078
+ > > without limitation the rights to use, copy, modify, merge, publish,
1079
+ > > distribute, sublicense, and/or sell copies of the Software, and to
1080
+ > > permit persons to whom the Software is furnished to do so, subject to
1081
+ > > the following conditions:
1082
+ > >
1083
+ > > The above copyright notice and this permission notice shall be
1084
+ > > included in all copies or substantial portions of the Software.
1085
+ > >
1086
+ > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1087
+ > > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1088
+ > > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
1089
+ > > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
1090
+ > > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1091
+ > > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
1092
+ > > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1093
+ >
1094
+ > ---------------------------------------
1095
+ >
1096
+ > ## ranges-sort
1097
+ > License: MIT
1098
+ > By: Roy Revelt
1099
+ > Repository: git+https://github.com/codsen/codsen.git
1100
+ >
1101
+ > > MIT License
1102
+ > >
1103
+ > > Copyright © 2010-2025 Roy Revelt and other contributors
1104
+ > >
1105
+ > > Permission is hereby granted, free of charge, to any person obtaining
1106
+ > > a copy of this software and associated documentation files (the
1107
+ > > "Software"), to deal in the Software without restriction, including
1108
+ > > without limitation the rights to use, copy, modify, merge, publish,
1109
+ > > distribute, sublicense, and/or sell copies of the Software, and to
1110
+ > > permit persons to whom the Software is furnished to do so, subject to
1111
+ > > the following conditions:
1112
+ > >
1113
+ > > The above copyright notice and this permission notice shall be
1114
+ > > included in all copies or substantial portions of the Software.
1115
+ > >
1116
+ > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1117
+ > > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1118
+ > > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
1119
+ > > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
1120
+ > > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1121
+ > > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
1122
+ > > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1123
+ >
1124
+ > ---------------------------------------
1125
+ >
1126
+ > ## rfdc
1127
+ > License: MIT
1128
+ > By: David Mark Clements
1129
+ > Repository: git+https://github.com/davidmarkclements/rfdc.git
1130
+ >
1131
+ > > Copyright 2019 "David Mark Clements <david.mark.clements@gmail.com>"
1132
+ > >
1133
+ > > Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
1134
+ > > documentation files (the "Software"), to deal in the Software without restriction, including without limitation
1135
+ > > the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and
1136
+ > > to permit persons to whom the Software is furnished to do so, subject to the following conditions:
1137
+ > >
1138
+ > > The above copyright notice and this permission notice shall be included in all copies or substantial portions
1139
+ > > of the Software.
1140
+ > >
1141
+ > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
1142
+ > > TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
1143
+ > > THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
1144
+ > > CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
1145
+ > > IN THE SOFTWARE.
1146
+ >
1147
+ > ---------------------------------------
1148
+ >
1149
+ > ## string-collapse-leading-whitespace
1150
+ > License: MIT
1151
+ > By: Roy Revelt
1152
+ > Repository: git+https://github.com/codsen/codsen.git
1153
+ >
1154
+ > > MIT License
1155
+ > >
1156
+ > > Copyright © 2010-2025 Roy Revelt and other contributors
1157
+ > >
1158
+ > > Permission is hereby granted, free of charge, to any person obtaining
1159
+ > > a copy of this software and associated documentation files (the
1160
+ > > "Software"), to deal in the Software without restriction, including
1161
+ > > without limitation the rights to use, copy, modify, merge, publish,
1162
+ > > distribute, sublicense, and/or sell copies of the Software, and to
1163
+ > > permit persons to whom the Software is furnished to do so, subject to
1164
+ > > the following conditions:
1165
+ > >
1166
+ > > The above copyright notice and this permission notice shall be
1167
+ > > included in all copies or substantial portions of the Software.
1168
+ > >
1169
+ > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1170
+ > > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1171
+ > > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
1172
+ > > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
1173
+ > > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1174
+ > > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
1175
+ > > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1176
+ >
1177
+ > ---------------------------------------
1178
+ >
1179
+ > ## string-left-right
1180
+ > License: MIT
1181
+ > By: Roy Revelt
1182
+ > Repository: git+https://github.com/codsen/codsen.git
1183
+ >
1184
+ > > MIT License
1185
+ > >
1186
+ > > Copyright © 2010-2025 Roy Revelt and other contributors
1187
+ > >
1188
+ > > Permission is hereby granted, free of charge, to any person obtaining
1189
+ > > a copy of this software and associated documentation files (the
1190
+ > > "Software"), to deal in the Software without restriction, including
1191
+ > > without limitation the rights to use, copy, modify, merge, publish,
1192
+ > > distribute, sublicense, and/or sell copies of the Software, and to
1193
+ > > permit persons to whom the Software is furnished to do so, subject to
1194
+ > > the following conditions:
1195
+ > >
1196
+ > > The above copyright notice and this permission notice shall be
1197
+ > > included in all copies or substantial portions of the Software.
1198
+ > >
1199
+ > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1200
+ > > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1201
+ > > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
1202
+ > > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
1203
+ > > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1204
+ > > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
1205
+ > > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1206
+ >
1207
+ > ---------------------------------------
1208
+ >
1209
+ > ## string-strip-html
1210
+ > License: MIT
1211
+ > By: Roy Revelt
1212
+ > Repository: git+https://github.com/codsen/codsen.git
1213
+ >
1214
+ > > MIT License
1215
+ > >
1216
+ > > Copyright © 2010-2025 Roy Revelt and other contributors
1217
+ > >
1218
+ > > Permission is hereby granted, free of charge, to any person obtaining
1219
+ > > a copy of this software and associated documentation files (the
1220
+ > > "Software"), to deal in the Software without restriction, including
1221
+ > > without limitation the rights to use, copy, modify, merge, publish,
1222
+ > > distribute, sublicense, and/or sell copies of the Software, and to
1223
+ > > permit persons to whom the Software is furnished to do so, subject to
1224
+ > > the following conditions:
1225
+ > >
1226
+ > > The above copyright notice and this permission notice shall be
1227
+ > > included in all copies or substantial portions of the Software.
1228
+ > >
1229
+ > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1230
+ > > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1231
+ > > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
1232
+ > > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
1233
+ > > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1234
+ > > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
1235
+ > > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1236
+ >
1237
+ > ---------------------------------------
1238
+ >
1239
+ > ## tiny-invariant
1240
+ > License: MIT
1241
+ > By: Alex Reardon
1242
+ > Repository: https://github.com/alexreardon/tiny-invariant.git
1243
+ >
1244
+ > > MIT License
1245
+ > >
1246
+ > > Copyright (c) 2019 Alexander Reardon
1247
+ > >
1248
+ > > Permission is hereby granted, free of charge, to any person obtaining a copy
1249
+ > > of this software and associated documentation files (the "Software"), to deal
1250
+ > > in the Software without restriction, including without limitation the rights
1251
+ > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1252
+ > > copies of the Software, and to permit persons to whom the Software is
1253
+ > > furnished to do so, subject to the following conditions:
1254
+ > >
1255
+ > > The above copyright notice and this permission notice shall be included in all
1256
+ > > copies or substantial portions of the Software.
1257
+ > >
1258
+ > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1259
+ > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1260
+ > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1261
+ > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1262
+ > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1263
+ > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1264
+ > > SOFTWARE.
1265
+ >
892
1266
  >
893
1267
  >
894
1268
  >
@@ -1813,6 +2187,36 @@ Repository: git+https://github.com/visulima/visulima.git
1813
2187
  > MIT
1814
2188
  >
1815
2189
  > # Bundled dependencies:
2190
+ > ## codsen-utils
2191
+ > License: MIT
2192
+ > By: Roy Revelt
2193
+ > Repository: git+https://github.com/codsen/codsen.git
2194
+ >
2195
+ > > MIT License
2196
+ > >
2197
+ > > Copyright © 2010-2025 Roy Revelt and other contributors
2198
+ > >
2199
+ > > Permission is hereby granted, free of charge, to any person obtaining
2200
+ > > a copy of this software and associated documentation files (the
2201
+ > > "Software"), to deal in the Software without restriction, including
2202
+ > > without limitation the rights to use, copy, modify, merge, publish,
2203
+ > > distribute, sublicense, and/or sell copies of the Software, and to
2204
+ > > permit persons to whom the Software is furnished to do so, subject to
2205
+ > > the following conditions:
2206
+ > >
2207
+ > > The above copyright notice and this permission notice shall be
2208
+ > > included in all copies or substantial portions of the Software.
2209
+ > >
2210
+ > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
2211
+ > > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
2212
+ > > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
2213
+ > > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
2214
+ > > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
2215
+ > > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
2216
+ > > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2217
+ >
2218
+ > ---------------------------------------
2219
+ >
1816
2220
  > ## emoji-regex-xs
1817
2221
  > License: MIT
1818
2222
  > By: Steven Levithan
@@ -1886,23 +2290,14 @@ Repository: git+https://github.com/visulima/visulima.git
1886
2290
  > >
1887
2291
  > > 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
2292
  >
2293
+ > ---------------------------------------
1889
2294
  >
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
2295
+ > ## html-entities
1899
2296
  > License: MIT
1900
- > By: Kasper U. Weihe
1901
- > Repository: git+https://github.com/ka-weihe/fastest-levenshtein.git
2297
+ > By: Marat Dulin
2298
+ > Repository: https://github.com/mdevils/html-entities.git
1902
2299
  >
1903
- > > MIT License
1904
- > >
1905
- > > Copyright (c) 2020 Kasper Unn Weihe
2300
+ > > Copyright (c) 2021 Dulin Marat
1906
2301
  > >
1907
2302
  > > Permission is hereby granted, free of charge, to any person obtaining a copy
1908
2303
  > > of this software and associated documentation files (the "Software"), to deal
@@ -1911,77 +2306,430 @@ Repository: git+https://github.com/visulima/visulima.git
1911
2306
  > > copies of the Software, and to permit persons to whom the Software is
1912
2307
  > > furnished to do so, subject to the following conditions:
1913
2308
  > >
1914
- > > The above copyright notice and this permission notice shall be included in all
1915
- > > copies or substantial portions of the Software.
2309
+ > > The above copyright notice and this permission notice shall be included in
2310
+ > > all copies or substantial portions of the Software.
1916
2311
  > >
1917
2312
  > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1918
2313
  > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1919
2314
  > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1920
2315
  > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1921
2316
  > > 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 THE
1923
- > > SOFTWARE.
1924
-
1925
- ---------------------------------------
1926
-
1927
- ## ci-info
1928
- License: MIT
1929
- By: Thomas Watson Steen, Sibiraj
1930
- Repository: github:watson/ci-info
1931
-
1932
- > The MIT License (MIT)
1933
- >
1934
- > Copyright (c) 2016 Thomas Watson Steen
1935
- >
1936
- > Permission is hereby granted, free of charge, to any person obtaining a copy
1937
- > of this software and associated documentation files (the "Software"), to deal
1938
- > in the Software without restriction, including without limitation the rights
1939
- > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1940
- > copies of the Software, and to permit persons to whom the Software is
1941
- > furnished to do so, subject to the following conditions:
1942
- >
1943
- > The above copyright notice and this permission notice shall be included in all
1944
- > copies or substantial portions of the Software.
1945
- >
1946
- > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1947
- > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1948
- > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1949
- > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1950
- > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1951
- > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1952
- > SOFTWARE.
1953
-
1954
- <!-- /DEPENDENCIES -->
1955
-
1956
- > # Licenses of bundled types
1957
- >
1958
- > The published @visulima/command-line-args artifact additionally contains code with the following licenses:
1959
- > MIT
1960
- >
1961
- > # Bundled types:
2317
+ > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2318
+ > > THE SOFTWARE.
1962
2319
  >
1963
- > ## @visulima/error
2320
+ > ---------------------------------------
1964
2321
  >
2322
+ > ## lodash-es
1965
2323
  > License: MIT
1966
- > By: Daniel Bannert
1967
- > Repository: git+https://github.com/visulima/visulima.git
2324
+ > By: John-David Dalton, Mathias Bynens
2325
+ > Repository: lodash/lodash
1968
2326
  >
1969
- > > MIT License
2327
+ > > Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
1970
2328
  > >
1971
- > > Copyright (c) 2025 visulima
2329
+ > > Based on Underscore.js, copyright Jeremy Ashkenas,
2330
+ > > DocumentCloud and Investigative Reporters & Editors <http://underscorejs.org/>
1972
2331
  > >
1973
- > > Permission is hereby granted, free of charge, to any person obtaining a copy
1974
- > > of this software and associated documentation files (the "Software"), to deal
1975
- > > in the Software without restriction, including without limitation the rights
1976
- > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1977
- > > copies of the Software, and to permit persons to whom the Software is
1978
- > > furnished to do so, subject to the following conditions:
2332
+ > > This software consists of voluntary contributions made by many
2333
+ > > individuals. For exact contribution history, see the revision history
2334
+ > > available at https://github.com/lodash/lodash
1979
2335
  > >
1980
- > > The above copyright notice and this permission notice shall be included in all
1981
- > > copies or substantial portions of the Software.
2336
+ > > The following license applies to all parts of this software except as
2337
+ > > documented below:
1982
2338
  > >
1983
- > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1984
- > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2339
+ > > ====
2340
+ > >
2341
+ > > Permission is hereby granted, free of charge, to any person obtaining
2342
+ > > a copy of this software and associated documentation files (the
2343
+ > > "Software"), to deal in the Software without restriction, including
2344
+ > > without limitation the rights to use, copy, modify, merge, publish,
2345
+ > > distribute, sublicense, and/or sell copies of the Software, and to
2346
+ > > permit persons to whom the Software is furnished to do so, subject to
2347
+ > > the following conditions:
2348
+ > >
2349
+ > > The above copyright notice and this permission notice shall be
2350
+ > > included in all copies or substantial portions of the Software.
2351
+ > >
2352
+ > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
2353
+ > > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
2354
+ > > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
2355
+ > > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
2356
+ > > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
2357
+ > > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
2358
+ > > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2359
+ > >
2360
+ > > ====
2361
+ > >
2362
+ > > Copyright and related rights for sample code are waived via CC0. Sample
2363
+ > > code is defined as all source code displayed within the prose of the
2364
+ > > documentation.
2365
+ > >
2366
+ > > CC0: http://creativecommons.org/publicdomain/zero/1.0/
2367
+ > >
2368
+ > > ====
2369
+ > >
2370
+ > > Files located in the node_modules and vendor directories are externally
2371
+ > > maintained libraries used by this software which have their own
2372
+ > > licenses; we recommend you read them, as their terms may differ from the
2373
+ > > terms above.
2374
+ >
2375
+ > ---------------------------------------
2376
+ >
2377
+ > ## ranges-apply
2378
+ > License: MIT
2379
+ > By: Roy Revelt
2380
+ > Repository: git+https://github.com/codsen/codsen.git
2381
+ >
2382
+ > > MIT License
2383
+ > >
2384
+ > > Copyright © 2010-2025 Roy Revelt and other contributors
2385
+ > >
2386
+ > > Permission is hereby granted, free of charge, to any person obtaining
2387
+ > > a copy of this software and associated documentation files (the
2388
+ > > "Software"), to deal in the Software without restriction, including
2389
+ > > without limitation the rights to use, copy, modify, merge, publish,
2390
+ > > distribute, sublicense, and/or sell copies of the Software, and to
2391
+ > > permit persons to whom the Software is furnished to do so, subject to
2392
+ > > the following conditions:
2393
+ > >
2394
+ > > The above copyright notice and this permission notice shall be
2395
+ > > included in all copies or substantial portions of the Software.
2396
+ > >
2397
+ > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
2398
+ > > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
2399
+ > > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
2400
+ > > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
2401
+ > > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
2402
+ > > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
2403
+ > > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2404
+ >
2405
+ > ---------------------------------------
2406
+ >
2407
+ > ## ranges-merge
2408
+ > License: MIT
2409
+ > By: Roy Revelt
2410
+ > Repository: git+https://github.com/codsen/codsen.git
2411
+ >
2412
+ > > MIT License
2413
+ > >
2414
+ > > Copyright © 2010-2025 Roy Revelt and other contributors
2415
+ > >
2416
+ > > Permission is hereby granted, free of charge, to any person obtaining
2417
+ > > a copy of this software and associated documentation files (the
2418
+ > > "Software"), to deal in the Software without restriction, including
2419
+ > > without limitation the rights to use, copy, modify, merge, publish,
2420
+ > > distribute, sublicense, and/or sell copies of the Software, and to
2421
+ > > permit persons to whom the Software is furnished to do so, subject to
2422
+ > > the following conditions:
2423
+ > >
2424
+ > > The above copyright notice and this permission notice shall be
2425
+ > > included in all copies or substantial portions of the Software.
2426
+ > >
2427
+ > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
2428
+ > > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
2429
+ > > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
2430
+ > > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
2431
+ > > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
2432
+ > > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
2433
+ > > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2434
+ >
2435
+ > ---------------------------------------
2436
+ >
2437
+ > ## ranges-push
2438
+ > License: MIT
2439
+ > By: Roy Revelt
2440
+ > Repository: git+https://github.com/codsen/codsen.git
2441
+ >
2442
+ > > MIT License
2443
+ > >
2444
+ > > Copyright © 2010-2025 Roy Revelt and other contributors
2445
+ > >
2446
+ > > Permission is hereby granted, free of charge, to any person obtaining
2447
+ > > a copy of this software and associated documentation files (the
2448
+ > > "Software"), to deal in the Software without restriction, including
2449
+ > > without limitation the rights to use, copy, modify, merge, publish,
2450
+ > > distribute, sublicense, and/or sell copies of the Software, and to
2451
+ > > permit persons to whom the Software is furnished to do so, subject to
2452
+ > > the following conditions:
2453
+ > >
2454
+ > > The above copyright notice and this permission notice shall be
2455
+ > > included in all copies or substantial portions of the Software.
2456
+ > >
2457
+ > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
2458
+ > > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
2459
+ > > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
2460
+ > > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
2461
+ > > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
2462
+ > > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
2463
+ > > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2464
+ >
2465
+ > ---------------------------------------
2466
+ >
2467
+ > ## ranges-sort
2468
+ > License: MIT
2469
+ > By: Roy Revelt
2470
+ > Repository: git+https://github.com/codsen/codsen.git
2471
+ >
2472
+ > > MIT License
2473
+ > >
2474
+ > > Copyright © 2010-2025 Roy Revelt and other contributors
2475
+ > >
2476
+ > > Permission is hereby granted, free of charge, to any person obtaining
2477
+ > > a copy of this software and associated documentation files (the
2478
+ > > "Software"), to deal in the Software without restriction, including
2479
+ > > without limitation the rights to use, copy, modify, merge, publish,
2480
+ > > distribute, sublicense, and/or sell copies of the Software, and to
2481
+ > > permit persons to whom the Software is furnished to do so, subject to
2482
+ > > the following conditions:
2483
+ > >
2484
+ > > The above copyright notice and this permission notice shall be
2485
+ > > included in all copies or substantial portions of the Software.
2486
+ > >
2487
+ > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
2488
+ > > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
2489
+ > > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
2490
+ > > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
2491
+ > > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
2492
+ > > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
2493
+ > > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2494
+ >
2495
+ > ---------------------------------------
2496
+ >
2497
+ > ## rfdc
2498
+ > License: MIT
2499
+ > By: David Mark Clements
2500
+ > Repository: git+https://github.com/davidmarkclements/rfdc.git
2501
+ >
2502
+ > > Copyright 2019 "David Mark Clements <david.mark.clements@gmail.com>"
2503
+ > >
2504
+ > > Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
2505
+ > > documentation files (the "Software"), to deal in the Software without restriction, including without limitation
2506
+ > > the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and
2507
+ > > to permit persons to whom the Software is furnished to do so, subject to the following conditions:
2508
+ > >
2509
+ > > The above copyright notice and this permission notice shall be included in all copies or substantial portions
2510
+ > > of the Software.
2511
+ > >
2512
+ > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
2513
+ > > TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
2514
+ > > THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
2515
+ > > CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
2516
+ > > IN THE SOFTWARE.
2517
+ >
2518
+ > ---------------------------------------
2519
+ >
2520
+ > ## string-collapse-leading-whitespace
2521
+ > License: MIT
2522
+ > By: Roy Revelt
2523
+ > Repository: git+https://github.com/codsen/codsen.git
2524
+ >
2525
+ > > MIT License
2526
+ > >
2527
+ > > Copyright © 2010-2025 Roy Revelt and other contributors
2528
+ > >
2529
+ > > Permission is hereby granted, free of charge, to any person obtaining
2530
+ > > a copy of this software and associated documentation files (the
2531
+ > > "Software"), to deal in the Software without restriction, including
2532
+ > > without limitation the rights to use, copy, modify, merge, publish,
2533
+ > > distribute, sublicense, and/or sell copies of the Software, and to
2534
+ > > permit persons to whom the Software is furnished to do so, subject to
2535
+ > > the following conditions:
2536
+ > >
2537
+ > > The above copyright notice and this permission notice shall be
2538
+ > > included in all copies or substantial portions of the Software.
2539
+ > >
2540
+ > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
2541
+ > > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
2542
+ > > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
2543
+ > > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
2544
+ > > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
2545
+ > > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
2546
+ > > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2547
+ >
2548
+ > ---------------------------------------
2549
+ >
2550
+ > ## string-left-right
2551
+ > License: MIT
2552
+ > By: Roy Revelt
2553
+ > Repository: git+https://github.com/codsen/codsen.git
2554
+ >
2555
+ > > MIT License
2556
+ > >
2557
+ > > Copyright © 2010-2025 Roy Revelt and other contributors
2558
+ > >
2559
+ > > Permission is hereby granted, free of charge, to any person obtaining
2560
+ > > a copy of this software and associated documentation files (the
2561
+ > > "Software"), to deal in the Software without restriction, including
2562
+ > > without limitation the rights to use, copy, modify, merge, publish,
2563
+ > > distribute, sublicense, and/or sell copies of the Software, and to
2564
+ > > permit persons to whom the Software is furnished to do so, subject to
2565
+ > > the following conditions:
2566
+ > >
2567
+ > > The above copyright notice and this permission notice shall be
2568
+ > > included in all copies or substantial portions of the Software.
2569
+ > >
2570
+ > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
2571
+ > > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
2572
+ > > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
2573
+ > > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
2574
+ > > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
2575
+ > > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
2576
+ > > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2577
+ >
2578
+ > ---------------------------------------
2579
+ >
2580
+ > ## string-strip-html
2581
+ > License: MIT
2582
+ > By: Roy Revelt
2583
+ > Repository: git+https://github.com/codsen/codsen.git
2584
+ >
2585
+ > > MIT License
2586
+ > >
2587
+ > > Copyright © 2010-2025 Roy Revelt and other contributors
2588
+ > >
2589
+ > > Permission is hereby granted, free of charge, to any person obtaining
2590
+ > > a copy of this software and associated documentation files (the
2591
+ > > "Software"), to deal in the Software without restriction, including
2592
+ > > without limitation the rights to use, copy, modify, merge, publish,
2593
+ > > distribute, sublicense, and/or sell copies of the Software, and to
2594
+ > > permit persons to whom the Software is furnished to do so, subject to
2595
+ > > the following conditions:
2596
+ > >
2597
+ > > The above copyright notice and this permission notice shall be
2598
+ > > included in all copies or substantial portions of the Software.
2599
+ > >
2600
+ > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
2601
+ > > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
2602
+ > > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
2603
+ > > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
2604
+ > > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
2605
+ > > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
2606
+ > > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2607
+ >
2608
+ > ---------------------------------------
2609
+ >
2610
+ > ## tiny-invariant
2611
+ > License: MIT
2612
+ > By: Alex Reardon
2613
+ > Repository: https://github.com/alexreardon/tiny-invariant.git
2614
+ >
2615
+ > > MIT License
2616
+ > >
2617
+ > > Copyright (c) 2019 Alexander Reardon
2618
+ > >
2619
+ > > Permission is hereby granted, free of charge, to any person obtaining a copy
2620
+ > > of this software and associated documentation files (the "Software"), to deal
2621
+ > > in the Software without restriction, including without limitation the rights
2622
+ > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2623
+ > > copies of the Software, and to permit persons to whom the Software is
2624
+ > > furnished to do so, subject to the following conditions:
2625
+ > >
2626
+ > > The above copyright notice and this permission notice shall be included in all
2627
+ > > copies or substantial portions of the Software.
2628
+ > >
2629
+ > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2630
+ > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2631
+ > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2632
+ > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2633
+ > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2634
+ > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2635
+ > > SOFTWARE.
2636
+ >
2637
+ >
2638
+ >
2639
+ >
2640
+ >
2641
+ > # Licenses of bundled types
2642
+ > The published @visulima/string artifact additionally contains code with the following licenses:
2643
+ > MIT
2644
+ >
2645
+ > # Bundled types:
2646
+ > ## fastest-levenshtein
2647
+ > License: MIT
2648
+ > By: Kasper U. Weihe
2649
+ > Repository: git+https://github.com/ka-weihe/fastest-levenshtein.git
2650
+ >
2651
+ > > MIT License
2652
+ > >
2653
+ > > Copyright (c) 2020 Kasper Unn Weihe
2654
+ > >
2655
+ > > Permission is hereby granted, free of charge, to any person obtaining a copy
2656
+ > > of this software and associated documentation files (the "Software"), to deal
2657
+ > > in the Software without restriction, including without limitation the rights
2658
+ > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2659
+ > > copies of the Software, and to permit persons to whom the Software is
2660
+ > > furnished to do so, subject to the following conditions:
2661
+ > >
2662
+ > > The above copyright notice and this permission notice shall be included in all
2663
+ > > copies or substantial portions of the Software.
2664
+ > >
2665
+ > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2666
+ > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2667
+ > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2668
+ > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2669
+ > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2670
+ > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2671
+ > > SOFTWARE.
2672
+
2673
+ ---------------------------------------
2674
+
2675
+ ## ci-info
2676
+ License: MIT
2677
+ By: Thomas Watson Steen, Sibiraj
2678
+ Repository: github:watson/ci-info
2679
+
2680
+ > The MIT License (MIT)
2681
+ >
2682
+ > Copyright (c) 2016 Thomas Watson Steen
2683
+ >
2684
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
2685
+ > of this software and associated documentation files (the "Software"), to deal
2686
+ > in the Software without restriction, including without limitation the rights
2687
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2688
+ > copies of the Software, and to permit persons to whom the Software is
2689
+ > furnished to do so, subject to the following conditions:
2690
+ >
2691
+ > The above copyright notice and this permission notice shall be included in all
2692
+ > copies or substantial portions of the Software.
2693
+ >
2694
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2695
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2696
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2697
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2698
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2699
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2700
+ > SOFTWARE.
2701
+
2702
+ <!-- /DEPENDENCIES -->
2703
+
2704
+ > # Licenses of bundled types
2705
+ >
2706
+ > The published @visulima/command-line-args artifact additionally contains code with the following licenses:
2707
+ > MIT
2708
+ >
2709
+ > # Bundled types:
2710
+ >
2711
+ > ## @visulima/error
2712
+ >
2713
+ > License: MIT
2714
+ > By: Daniel Bannert
2715
+ > Repository: git+https://github.com/visulima/visulima.git
2716
+ >
2717
+ > > MIT License
2718
+ > >
2719
+ > > Copyright (c) 2025 visulima
2720
+ > >
2721
+ > > Permission is hereby granted, free of charge, to any person obtaining a copy
2722
+ > > of this software and associated documentation files (the "Software"), to deal
2723
+ > > in the Software without restriction, including without limitation the rights
2724
+ > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2725
+ > > copies of the Software, and to permit persons to whom the Software is
2726
+ > > furnished to do so, subject to the following conditions:
2727
+ > >
2728
+ > > The above copyright notice and this permission notice shall be included in all
2729
+ > > copies or substantial portions of the Software.
2730
+ > >
2731
+ > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2732
+ > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1985
2733
  > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1986
2734
  > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1987
2735
  > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
@@ -2734,93 +3482,484 @@ Repository: git+https://github.com/visulima/visulima.git
2734
3482
  > # Bundled dependencies:
2735
3483
  > ## binary-extensions
2736
3484
  > License: MIT
2737
- > By: Sindre Sorhus
2738
- > Repository: sindresorhus/binary-extensions
3485
+ > By: Sindre Sorhus
3486
+ > Repository: sindresorhus/binary-extensions
3487
+ >
3488
+ > > MIT License
3489
+ > >
3490
+ > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
3491
+ > > Copyright (c) Paul Miller (https://paulmillr.com)
3492
+ > >
3493
+ > > 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:
3494
+ > >
3495
+ > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
3496
+ > >
3497
+ > > 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.
3498
+
3499
+ ---------------------------------------
3500
+
3501
+ ## @visulima/string
3502
+ License: MIT
3503
+ By: Daniel Bannert
3504
+ Repository: git+https://github.com/visulima/visulima.git
3505
+
3506
+ > MIT License
3507
+ >
3508
+ > Copyright (c) 2025 visulima
3509
+ >
3510
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
3511
+ > of this software and associated documentation files (the "Software"), to deal
3512
+ > in the Software without restriction, including without limitation the rights
3513
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3514
+ > copies of the Software, and to permit persons to whom the Software is
3515
+ > furnished to do so, subject to the following conditions:
3516
+ >
3517
+ > The above copyright notice and this permission notice shall be included in all
3518
+ > copies or substantial portions of the Software.
3519
+ >
3520
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3521
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3522
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3523
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3524
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3525
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3526
+ > SOFTWARE.
3527
+ >
3528
+ >
3529
+ >
3530
+ > # Licenses of bundled dependencies
3531
+ > The published @visulima/string artifact additionally contains code with the following licenses:
3532
+ > MIT
3533
+ >
3534
+ > # Bundled dependencies:
3535
+ > ## codsen-utils
3536
+ > License: MIT
3537
+ > By: Roy Revelt
3538
+ > Repository: git+https://github.com/codsen/codsen.git
3539
+ >
3540
+ > > MIT License
3541
+ > >
3542
+ > > Copyright © 2010-2025 Roy Revelt and other contributors
3543
+ > >
3544
+ > > Permission is hereby granted, free of charge, to any person obtaining
3545
+ > > a copy of this software and associated documentation files (the
3546
+ > > "Software"), to deal in the Software without restriction, including
3547
+ > > without limitation the rights to use, copy, modify, merge, publish,
3548
+ > > distribute, sublicense, and/or sell copies of the Software, and to
3549
+ > > permit persons to whom the Software is furnished to do so, subject to
3550
+ > > the following conditions:
3551
+ > >
3552
+ > > The above copyright notice and this permission notice shall be
3553
+ > > included in all copies or substantial portions of the Software.
3554
+ > >
3555
+ > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
3556
+ > > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
3557
+ > > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
3558
+ > > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
3559
+ > > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
3560
+ > > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
3561
+ > > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3562
+ >
3563
+ > ---------------------------------------
3564
+ >
3565
+ > ## emoji-regex-xs
3566
+ > License: MIT
3567
+ > By: Steven Levithan
3568
+ > Repository: git+https://github.com/slevithan/emoji-regex-xs.git
3569
+ >
3570
+ > > MIT License
3571
+ > >
3572
+ > > Copyright (c) 2025 Steven Levithan
3573
+ > >
3574
+ > > Permission is hereby granted, free of charge, to any person obtaining a copy
3575
+ > > of this software and associated documentation files (the "Software"), to deal
3576
+ > > in the Software without restriction, including without limitation the rights
3577
+ > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3578
+ > > copies of the Software, and to permit persons to whom the Software is
3579
+ > > furnished to do so, subject to the following conditions:
3580
+ > >
3581
+ > > The above copyright notice and this permission notice shall be included in all
3582
+ > > copies or substantial portions of the Software.
3583
+ > >
3584
+ > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3585
+ > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3586
+ > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3587
+ > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3588
+ > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3589
+ > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3590
+ > > SOFTWARE.
3591
+ >
3592
+ > ---------------------------------------
3593
+ >
3594
+ > ## fastest-levenshtein
3595
+ > License: MIT
3596
+ > By: Kasper U. Weihe
3597
+ > Repository: git+https://github.com/ka-weihe/fastest-levenshtein.git
3598
+ >
3599
+ > > MIT License
3600
+ > >
3601
+ > > Copyright (c) 2020 Kasper Unn Weihe
3602
+ > >
3603
+ > > Permission is hereby granted, free of charge, to any person obtaining a copy
3604
+ > > of this software and associated documentation files (the "Software"), to deal
3605
+ > > in the Software without restriction, including without limitation the rights
3606
+ > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3607
+ > > copies of the Software, and to permit persons to whom the Software is
3608
+ > > furnished to do so, subject to the following conditions:
3609
+ > >
3610
+ > > The above copyright notice and this permission notice shall be included in all
3611
+ > > copies or substantial portions of the Software.
3612
+ > >
3613
+ > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3614
+ > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3615
+ > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3616
+ > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3617
+ > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3618
+ > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3619
+ > > SOFTWARE.
3620
+ >
3621
+ > ---------------------------------------
3622
+ >
3623
+ > ## get-east-asian-width
3624
+ > License: MIT
3625
+ > By: Sindre Sorhus
3626
+ > Repository: sindresorhus/get-east-asian-width
3627
+ >
3628
+ > > MIT License
3629
+ > >
3630
+ > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
3631
+ > >
3632
+ > > 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:
3633
+ > >
3634
+ > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
3635
+ > >
3636
+ > > 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.
3637
+ >
3638
+ > ---------------------------------------
3639
+ >
3640
+ > ## html-entities
3641
+ > License: MIT
3642
+ > By: Marat Dulin
3643
+ > Repository: https://github.com/mdevils/html-entities.git
3644
+ >
3645
+ > > Copyright (c) 2021 Dulin Marat
3646
+ > >
3647
+ > > Permission is hereby granted, free of charge, to any person obtaining a copy
3648
+ > > of this software and associated documentation files (the "Software"), to deal
3649
+ > > in the Software without restriction, including without limitation the rights
3650
+ > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3651
+ > > copies of the Software, and to permit persons to whom the Software is
3652
+ > > furnished to do so, subject to the following conditions:
3653
+ > >
3654
+ > > The above copyright notice and this permission notice shall be included in
3655
+ > > all copies or substantial portions of the Software.
3656
+ > >
3657
+ > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3658
+ > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3659
+ > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3660
+ > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3661
+ > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3662
+ > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
3663
+ > > THE SOFTWARE.
3664
+ >
3665
+ > ---------------------------------------
3666
+ >
3667
+ > ## lodash-es
3668
+ > License: MIT
3669
+ > By: John-David Dalton, Mathias Bynens
3670
+ > Repository: lodash/lodash
3671
+ >
3672
+ > > Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
3673
+ > >
3674
+ > > Based on Underscore.js, copyright Jeremy Ashkenas,
3675
+ > > DocumentCloud and Investigative Reporters & Editors <http://underscorejs.org/>
3676
+ > >
3677
+ > > This software consists of voluntary contributions made by many
3678
+ > > individuals. For exact contribution history, see the revision history
3679
+ > > available at https://github.com/lodash/lodash
3680
+ > >
3681
+ > > The following license applies to all parts of this software except as
3682
+ > > documented below:
3683
+ > >
3684
+ > > ====
3685
+ > >
3686
+ > > Permission is hereby granted, free of charge, to any person obtaining
3687
+ > > a copy of this software and associated documentation files (the
3688
+ > > "Software"), to deal in the Software without restriction, including
3689
+ > > without limitation the rights to use, copy, modify, merge, publish,
3690
+ > > distribute, sublicense, and/or sell copies of the Software, and to
3691
+ > > permit persons to whom the Software is furnished to do so, subject to
3692
+ > > the following conditions:
3693
+ > >
3694
+ > > The above copyright notice and this permission notice shall be
3695
+ > > included in all copies or substantial portions of the Software.
3696
+ > >
3697
+ > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
3698
+ > > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
3699
+ > > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
3700
+ > > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
3701
+ > > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
3702
+ > > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
3703
+ > > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3704
+ > >
3705
+ > > ====
3706
+ > >
3707
+ > > Copyright and related rights for sample code are waived via CC0. Sample
3708
+ > > code is defined as all source code displayed within the prose of the
3709
+ > > documentation.
3710
+ > >
3711
+ > > CC0: http://creativecommons.org/publicdomain/zero/1.0/
3712
+ > >
3713
+ > > ====
3714
+ > >
3715
+ > > Files located in the node_modules and vendor directories are externally
3716
+ > > maintained libraries used by this software which have their own
3717
+ > > licenses; we recommend you read them, as their terms may differ from the
3718
+ > > terms above.
3719
+ >
3720
+ > ---------------------------------------
3721
+ >
3722
+ > ## ranges-apply
3723
+ > License: MIT
3724
+ > By: Roy Revelt
3725
+ > Repository: git+https://github.com/codsen/codsen.git
3726
+ >
3727
+ > > MIT License
3728
+ > >
3729
+ > > Copyright © 2010-2025 Roy Revelt and other contributors
3730
+ > >
3731
+ > > Permission is hereby granted, free of charge, to any person obtaining
3732
+ > > a copy of this software and associated documentation files (the
3733
+ > > "Software"), to deal in the Software without restriction, including
3734
+ > > without limitation the rights to use, copy, modify, merge, publish,
3735
+ > > distribute, sublicense, and/or sell copies of the Software, and to
3736
+ > > permit persons to whom the Software is furnished to do so, subject to
3737
+ > > the following conditions:
3738
+ > >
3739
+ > > The above copyright notice and this permission notice shall be
3740
+ > > included in all copies or substantial portions of the Software.
3741
+ > >
3742
+ > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
3743
+ > > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
3744
+ > > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
3745
+ > > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
3746
+ > > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
3747
+ > > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
3748
+ > > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3749
+ >
3750
+ > ---------------------------------------
3751
+ >
3752
+ > ## ranges-merge
3753
+ > License: MIT
3754
+ > By: Roy Revelt
3755
+ > Repository: git+https://github.com/codsen/codsen.git
3756
+ >
3757
+ > > MIT License
3758
+ > >
3759
+ > > Copyright © 2010-2025 Roy Revelt and other contributors
3760
+ > >
3761
+ > > Permission is hereby granted, free of charge, to any person obtaining
3762
+ > > a copy of this software and associated documentation files (the
3763
+ > > "Software"), to deal in the Software without restriction, including
3764
+ > > without limitation the rights to use, copy, modify, merge, publish,
3765
+ > > distribute, sublicense, and/or sell copies of the Software, and to
3766
+ > > permit persons to whom the Software is furnished to do so, subject to
3767
+ > > the following conditions:
3768
+ > >
3769
+ > > The above copyright notice and this permission notice shall be
3770
+ > > included in all copies or substantial portions of the Software.
3771
+ > >
3772
+ > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
3773
+ > > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
3774
+ > > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
3775
+ > > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
3776
+ > > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
3777
+ > > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
3778
+ > > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3779
+ >
3780
+ > ---------------------------------------
3781
+ >
3782
+ > ## ranges-push
3783
+ > License: MIT
3784
+ > By: Roy Revelt
3785
+ > Repository: git+https://github.com/codsen/codsen.git
3786
+ >
3787
+ > > MIT License
3788
+ > >
3789
+ > > Copyright © 2010-2025 Roy Revelt and other contributors
3790
+ > >
3791
+ > > Permission is hereby granted, free of charge, to any person obtaining
3792
+ > > a copy of this software and associated documentation files (the
3793
+ > > "Software"), to deal in the Software without restriction, including
3794
+ > > without limitation the rights to use, copy, modify, merge, publish,
3795
+ > > distribute, sublicense, and/or sell copies of the Software, and to
3796
+ > > permit persons to whom the Software is furnished to do so, subject to
3797
+ > > the following conditions:
3798
+ > >
3799
+ > > The above copyright notice and this permission notice shall be
3800
+ > > included in all copies or substantial portions of the Software.
3801
+ > >
3802
+ > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
3803
+ > > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
3804
+ > > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
3805
+ > > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
3806
+ > > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
3807
+ > > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
3808
+ > > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3809
+ >
3810
+ > ---------------------------------------
3811
+ >
3812
+ > ## ranges-sort
3813
+ > License: MIT
3814
+ > By: Roy Revelt
3815
+ > Repository: git+https://github.com/codsen/codsen.git
3816
+ >
3817
+ > > MIT License
3818
+ > >
3819
+ > > Copyright © 2010-2025 Roy Revelt and other contributors
3820
+ > >
3821
+ > > Permission is hereby granted, free of charge, to any person obtaining
3822
+ > > a copy of this software and associated documentation files (the
3823
+ > > "Software"), to deal in the Software without restriction, including
3824
+ > > without limitation the rights to use, copy, modify, merge, publish,
3825
+ > > distribute, sublicense, and/or sell copies of the Software, and to
3826
+ > > permit persons to whom the Software is furnished to do so, subject to
3827
+ > > the following conditions:
3828
+ > >
3829
+ > > The above copyright notice and this permission notice shall be
3830
+ > > included in all copies or substantial portions of the Software.
3831
+ > >
3832
+ > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
3833
+ > > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
3834
+ > > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
3835
+ > > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
3836
+ > > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
3837
+ > > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
3838
+ > > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3839
+ >
3840
+ > ---------------------------------------
3841
+ >
3842
+ > ## rfdc
3843
+ > License: MIT
3844
+ > By: David Mark Clements
3845
+ > Repository: git+https://github.com/davidmarkclements/rfdc.git
3846
+ >
3847
+ > > Copyright 2019 "David Mark Clements <david.mark.clements@gmail.com>"
3848
+ > >
3849
+ > > Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
3850
+ > > documentation files (the "Software"), to deal in the Software without restriction, including without limitation
3851
+ > > the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and
3852
+ > > to permit persons to whom the Software is furnished to do so, subject to the following conditions:
3853
+ > >
3854
+ > > The above copyright notice and this permission notice shall be included in all copies or substantial portions
3855
+ > > of the Software.
3856
+ > >
3857
+ > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
3858
+ > > TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
3859
+ > > THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
3860
+ > > CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
3861
+ > > IN THE SOFTWARE.
3862
+ >
3863
+ > ---------------------------------------
3864
+ >
3865
+ > ## string-collapse-leading-whitespace
3866
+ > License: MIT
3867
+ > By: Roy Revelt
3868
+ > Repository: git+https://github.com/codsen/codsen.git
3869
+ >
3870
+ > > MIT License
3871
+ > >
3872
+ > > Copyright © 2010-2025 Roy Revelt and other contributors
3873
+ > >
3874
+ > > Permission is hereby granted, free of charge, to any person obtaining
3875
+ > > a copy of this software and associated documentation files (the
3876
+ > > "Software"), to deal in the Software without restriction, including
3877
+ > > without limitation the rights to use, copy, modify, merge, publish,
3878
+ > > distribute, sublicense, and/or sell copies of the Software, and to
3879
+ > > permit persons to whom the Software is furnished to do so, subject to
3880
+ > > the following conditions:
3881
+ > >
3882
+ > > The above copyright notice and this permission notice shall be
3883
+ > > included in all copies or substantial portions of the Software.
3884
+ > >
3885
+ > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
3886
+ > > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
3887
+ > > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
3888
+ > > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
3889
+ > > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
3890
+ > > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
3891
+ > > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3892
+ >
3893
+ > ---------------------------------------
3894
+ >
3895
+ > ## string-left-right
3896
+ > License: MIT
3897
+ > By: Roy Revelt
3898
+ > Repository: git+https://github.com/codsen/codsen.git
2739
3899
  >
2740
3900
  > > MIT License
2741
3901
  > >
2742
- > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
2743
- > > Copyright (c) Paul Miller (https://paulmillr.com)
3902
+ > > Copyright © 2010-2025 Roy Revelt and other contributors
2744
3903
  > >
2745
- > > 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:
3904
+ > > Permission is hereby granted, free of charge, to any person obtaining
3905
+ > > a copy of this software and associated documentation files (the
3906
+ > > "Software"), to deal in the Software without restriction, including
3907
+ > > without limitation the rights to use, copy, modify, merge, publish,
3908
+ > > distribute, sublicense, and/or sell copies of the Software, and to
3909
+ > > permit persons to whom the Software is furnished to do so, subject to
3910
+ > > the following conditions:
2746
3911
  > >
2747
- > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
3912
+ > > The above copyright notice and this permission notice shall be
3913
+ > > included in all copies or substantial portions of the Software.
2748
3914
  > >
2749
- > > 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.
2750
-
2751
- ---------------------------------------
2752
-
2753
- ## @visulima/string
2754
- License: MIT
2755
- By: Daniel Bannert
2756
- Repository: git+https://github.com/visulima/visulima.git
2757
-
2758
- > MIT License
2759
- >
2760
- > Copyright (c) 2025 visulima
2761
- >
2762
- > Permission is hereby granted, free of charge, to any person obtaining a copy
2763
- > of this software and associated documentation files (the "Software"), to deal
2764
- > in the Software without restriction, including without limitation the rights
2765
- > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2766
- > copies of the Software, and to permit persons to whom the Software is
2767
- > furnished to do so, subject to the following conditions:
2768
- >
2769
- > The above copyright notice and this permission notice shall be included in all
2770
- > copies or substantial portions of the Software.
2771
- >
2772
- > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2773
- > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2774
- > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2775
- > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2776
- > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2777
- > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2778
- > SOFTWARE.
2779
- >
2780
- >
3915
+ > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
3916
+ > > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
3917
+ > > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
3918
+ > > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
3919
+ > > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
3920
+ > > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
3921
+ > > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2781
3922
  >
2782
- > # Licenses of bundled dependencies
2783
- > The published @visulima/string artifact additionally contains code with the following licenses:
2784
- > MIT
3923
+ > ---------------------------------------
2785
3924
  >
2786
- > # Bundled dependencies:
2787
- > ## emoji-regex-xs
3925
+ > ## string-strip-html
2788
3926
  > License: MIT
2789
- > By: Steven Levithan
2790
- > Repository: git+https://github.com/slevithan/emoji-regex-xs.git
3927
+ > By: Roy Revelt
3928
+ > Repository: git+https://github.com/codsen/codsen.git
2791
3929
  >
2792
3930
  > > MIT License
2793
3931
  > >
2794
- > > Copyright (c) 2025 Steven Levithan
3932
+ > > Copyright © 2010-2025 Roy Revelt and other contributors
2795
3933
  > >
2796
- > > Permission is hereby granted, free of charge, to any person obtaining a copy
2797
- > > of this software and associated documentation files (the "Software"), to deal
2798
- > > in the Software without restriction, including without limitation the rights
2799
- > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2800
- > > copies of the Software, and to permit persons to whom the Software is
2801
- > > furnished to do so, subject to the following conditions:
3934
+ > > Permission is hereby granted, free of charge, to any person obtaining
3935
+ > > a copy of this software and associated documentation files (the
3936
+ > > "Software"), to deal in the Software without restriction, including
3937
+ > > without limitation the rights to use, copy, modify, merge, publish,
3938
+ > > distribute, sublicense, and/or sell copies of the Software, and to
3939
+ > > permit persons to whom the Software is furnished to do so, subject to
3940
+ > > the following conditions:
2802
3941
  > >
2803
- > > The above copyright notice and this permission notice shall be included in all
2804
- > > copies or substantial portions of the Software.
3942
+ > > The above copyright notice and this permission notice shall be
3943
+ > > included in all copies or substantial portions of the Software.
2805
3944
  > >
2806
- > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2807
- > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2808
- > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2809
- > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
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.
3945
+ > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
3946
+ > > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
3947
+ > > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
3948
+ > > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
3949
+ > > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
3950
+ > > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
3951
+ > > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2813
3952
  >
2814
3953
  > ---------------------------------------
2815
3954
  >
2816
- > ## fastest-levenshtein
3955
+ > ## tiny-invariant
2817
3956
  > License: MIT
2818
- > By: Kasper U. Weihe
2819
- > Repository: git+https://github.com/ka-weihe/fastest-levenshtein.git
3957
+ > By: Alex Reardon
3958
+ > Repository: https://github.com/alexreardon/tiny-invariant.git
2820
3959
  >
2821
3960
  > > MIT License
2822
3961
  > >
2823
- > > Copyright (c) 2020 Kasper Unn Weihe
3962
+ > > Copyright (c) 2019 Alexander Reardon
2824
3963
  > >
2825
3964
  > > Permission is hereby granted, free of charge, to any person obtaining a copy
2826
3965
  > > of this software and associated documentation files (the "Software"), to deal
@@ -2840,23 +3979,6 @@ Repository: git+https://github.com/visulima/visulima.git
2840
3979
  > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2841
3980
  > > SOFTWARE.
2842
3981
  >
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
3982
  >
2861
3983
  >
2862
3984
  >
@@ -3750,6 +4872,36 @@ Repository: git+https://github.com/visulima/visulima.git
3750
4872
  > MIT
3751
4873
  >
3752
4874
  > # Bundled dependencies:
4875
+ > ## codsen-utils
4876
+ > License: MIT
4877
+ > By: Roy Revelt
4878
+ > Repository: git+https://github.com/codsen/codsen.git
4879
+ >
4880
+ > > MIT License
4881
+ > >
4882
+ > > Copyright © 2010-2025 Roy Revelt and other contributors
4883
+ > >
4884
+ > > Permission is hereby granted, free of charge, to any person obtaining
4885
+ > > a copy of this software and associated documentation files (the
4886
+ > > "Software"), to deal in the Software without restriction, including
4887
+ > > without limitation the rights to use, copy, modify, merge, publish,
4888
+ > > distribute, sublicense, and/or sell copies of the Software, and to
4889
+ > > permit persons to whom the Software is furnished to do so, subject to
4890
+ > > the following conditions:
4891
+ > >
4892
+ > > The above copyright notice and this permission notice shall be
4893
+ > > included in all copies or substantial portions of the Software.
4894
+ > >
4895
+ > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
4896
+ > > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
4897
+ > > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
4898
+ > > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
4899
+ > > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
4900
+ > > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
4901
+ > > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
4902
+ >
4903
+ > ---------------------------------------
4904
+ >
3753
4905
  > ## emoji-regex-xs
3754
4906
  > License: MIT
3755
4907
  > By: Steven Levithan
@@ -3823,6 +4975,350 @@ Repository: git+https://github.com/visulima/visulima.git
3823
4975
  > >
3824
4976
  > > 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
4977
  >
4978
+ > ---------------------------------------
4979
+ >
4980
+ > ## html-entities
4981
+ > License: MIT
4982
+ > By: Marat Dulin
4983
+ > Repository: https://github.com/mdevils/html-entities.git
4984
+ >
4985
+ > > Copyright (c) 2021 Dulin Marat
4986
+ > >
4987
+ > > Permission is hereby granted, free of charge, to any person obtaining a copy
4988
+ > > of this software and associated documentation files (the "Software"), to deal
4989
+ > > in the Software without restriction, including without limitation the rights
4990
+ > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
4991
+ > > copies of the Software, and to permit persons to whom the Software is
4992
+ > > furnished to do so, subject to the following conditions:
4993
+ > >
4994
+ > > The above copyright notice and this permission notice shall be included in
4995
+ > > all copies or substantial portions of the Software.
4996
+ > >
4997
+ > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
4998
+ > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
4999
+ > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
5000
+ > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
5001
+ > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
5002
+ > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
5003
+ > > THE SOFTWARE.
5004
+ >
5005
+ > ---------------------------------------
5006
+ >
5007
+ > ## lodash-es
5008
+ > License: MIT
5009
+ > By: John-David Dalton, Mathias Bynens
5010
+ > Repository: lodash/lodash
5011
+ >
5012
+ > > Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
5013
+ > >
5014
+ > > Based on Underscore.js, copyright Jeremy Ashkenas,
5015
+ > > DocumentCloud and Investigative Reporters & Editors <http://underscorejs.org/>
5016
+ > >
5017
+ > > This software consists of voluntary contributions made by many
5018
+ > > individuals. For exact contribution history, see the revision history
5019
+ > > available at https://github.com/lodash/lodash
5020
+ > >
5021
+ > > The following license applies to all parts of this software except as
5022
+ > > documented below:
5023
+ > >
5024
+ > > ====
5025
+ > >
5026
+ > > Permission is hereby granted, free of charge, to any person obtaining
5027
+ > > a copy of this software and associated documentation files (the
5028
+ > > "Software"), to deal in the Software without restriction, including
5029
+ > > without limitation the rights to use, copy, modify, merge, publish,
5030
+ > > distribute, sublicense, and/or sell copies of the Software, and to
5031
+ > > permit persons to whom the Software is furnished to do so, subject to
5032
+ > > the following conditions:
5033
+ > >
5034
+ > > The above copyright notice and this permission notice shall be
5035
+ > > included in all copies or substantial portions of the Software.
5036
+ > >
5037
+ > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
5038
+ > > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
5039
+ > > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
5040
+ > > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
5041
+ > > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
5042
+ > > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
5043
+ > > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
5044
+ > >
5045
+ > > ====
5046
+ > >
5047
+ > > Copyright and related rights for sample code are waived via CC0. Sample
5048
+ > > code is defined as all source code displayed within the prose of the
5049
+ > > documentation.
5050
+ > >
5051
+ > > CC0: http://creativecommons.org/publicdomain/zero/1.0/
5052
+ > >
5053
+ > > ====
5054
+ > >
5055
+ > > Files located in the node_modules and vendor directories are externally
5056
+ > > maintained libraries used by this software which have their own
5057
+ > > licenses; we recommend you read them, as their terms may differ from the
5058
+ > > terms above.
5059
+ >
5060
+ > ---------------------------------------
5061
+ >
5062
+ > ## ranges-apply
5063
+ > License: MIT
5064
+ > By: Roy Revelt
5065
+ > Repository: git+https://github.com/codsen/codsen.git
5066
+ >
5067
+ > > MIT License
5068
+ > >
5069
+ > > Copyright © 2010-2025 Roy Revelt and other contributors
5070
+ > >
5071
+ > > Permission is hereby granted, free of charge, to any person obtaining
5072
+ > > a copy of this software and associated documentation files (the
5073
+ > > "Software"), to deal in the Software without restriction, including
5074
+ > > without limitation the rights to use, copy, modify, merge, publish,
5075
+ > > distribute, sublicense, and/or sell copies of the Software, and to
5076
+ > > permit persons to whom the Software is furnished to do so, subject to
5077
+ > > the following conditions:
5078
+ > >
5079
+ > > The above copyright notice and this permission notice shall be
5080
+ > > included in all copies or substantial portions of the Software.
5081
+ > >
5082
+ > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
5083
+ > > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
5084
+ > > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
5085
+ > > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
5086
+ > > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
5087
+ > > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
5088
+ > > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
5089
+ >
5090
+ > ---------------------------------------
5091
+ >
5092
+ > ## ranges-merge
5093
+ > License: MIT
5094
+ > By: Roy Revelt
5095
+ > Repository: git+https://github.com/codsen/codsen.git
5096
+ >
5097
+ > > MIT License
5098
+ > >
5099
+ > > Copyright © 2010-2025 Roy Revelt and other contributors
5100
+ > >
5101
+ > > Permission is hereby granted, free of charge, to any person obtaining
5102
+ > > a copy of this software and associated documentation files (the
5103
+ > > "Software"), to deal in the Software without restriction, including
5104
+ > > without limitation the rights to use, copy, modify, merge, publish,
5105
+ > > distribute, sublicense, and/or sell copies of the Software, and to
5106
+ > > permit persons to whom the Software is furnished to do so, subject to
5107
+ > > the following conditions:
5108
+ > >
5109
+ > > The above copyright notice and this permission notice shall be
5110
+ > > included in all copies or substantial portions of the Software.
5111
+ > >
5112
+ > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
5113
+ > > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
5114
+ > > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
5115
+ > > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
5116
+ > > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
5117
+ > > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
5118
+ > > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
5119
+ >
5120
+ > ---------------------------------------
5121
+ >
5122
+ > ## ranges-push
5123
+ > License: MIT
5124
+ > By: Roy Revelt
5125
+ > Repository: git+https://github.com/codsen/codsen.git
5126
+ >
5127
+ > > MIT License
5128
+ > >
5129
+ > > Copyright © 2010-2025 Roy Revelt and other contributors
5130
+ > >
5131
+ > > Permission is hereby granted, free of charge, to any person obtaining
5132
+ > > a copy of this software and associated documentation files (the
5133
+ > > "Software"), to deal in the Software without restriction, including
5134
+ > > without limitation the rights to use, copy, modify, merge, publish,
5135
+ > > distribute, sublicense, and/or sell copies of the Software, and to
5136
+ > > permit persons to whom the Software is furnished to do so, subject to
5137
+ > > the following conditions:
5138
+ > >
5139
+ > > The above copyright notice and this permission notice shall be
5140
+ > > included in all copies or substantial portions of the Software.
5141
+ > >
5142
+ > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
5143
+ > > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
5144
+ > > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
5145
+ > > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
5146
+ > > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
5147
+ > > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
5148
+ > > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
5149
+ >
5150
+ > ---------------------------------------
5151
+ >
5152
+ > ## ranges-sort
5153
+ > License: MIT
5154
+ > By: Roy Revelt
5155
+ > Repository: git+https://github.com/codsen/codsen.git
5156
+ >
5157
+ > > MIT License
5158
+ > >
5159
+ > > Copyright © 2010-2025 Roy Revelt and other contributors
5160
+ > >
5161
+ > > Permission is hereby granted, free of charge, to any person obtaining
5162
+ > > a copy of this software and associated documentation files (the
5163
+ > > "Software"), to deal in the Software without restriction, including
5164
+ > > without limitation the rights to use, copy, modify, merge, publish,
5165
+ > > distribute, sublicense, and/or sell copies of the Software, and to
5166
+ > > permit persons to whom the Software is furnished to do so, subject to
5167
+ > > the following conditions:
5168
+ > >
5169
+ > > The above copyright notice and this permission notice shall be
5170
+ > > included in all copies or substantial portions of the Software.
5171
+ > >
5172
+ > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
5173
+ > > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
5174
+ > > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
5175
+ > > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
5176
+ > > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
5177
+ > > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
5178
+ > > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
5179
+ >
5180
+ > ---------------------------------------
5181
+ >
5182
+ > ## rfdc
5183
+ > License: MIT
5184
+ > By: David Mark Clements
5185
+ > Repository: git+https://github.com/davidmarkclements/rfdc.git
5186
+ >
5187
+ > > Copyright 2019 "David Mark Clements <david.mark.clements@gmail.com>"
5188
+ > >
5189
+ > > Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
5190
+ > > documentation files (the "Software"), to deal in the Software without restriction, including without limitation
5191
+ > > the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and
5192
+ > > to permit persons to whom the Software is furnished to do so, subject to the following conditions:
5193
+ > >
5194
+ > > The above copyright notice and this permission notice shall be included in all copies or substantial portions
5195
+ > > of the Software.
5196
+ > >
5197
+ > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
5198
+ > > TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
5199
+ > > THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
5200
+ > > CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
5201
+ > > IN THE SOFTWARE.
5202
+ >
5203
+ > ---------------------------------------
5204
+ >
5205
+ > ## string-collapse-leading-whitespace
5206
+ > License: MIT
5207
+ > By: Roy Revelt
5208
+ > Repository: git+https://github.com/codsen/codsen.git
5209
+ >
5210
+ > > MIT License
5211
+ > >
5212
+ > > Copyright © 2010-2025 Roy Revelt and other contributors
5213
+ > >
5214
+ > > Permission is hereby granted, free of charge, to any person obtaining
5215
+ > > a copy of this software and associated documentation files (the
5216
+ > > "Software"), to deal in the Software without restriction, including
5217
+ > > without limitation the rights to use, copy, modify, merge, publish,
5218
+ > > distribute, sublicense, and/or sell copies of the Software, and to
5219
+ > > permit persons to whom the Software is furnished to do so, subject to
5220
+ > > the following conditions:
5221
+ > >
5222
+ > > The above copyright notice and this permission notice shall be
5223
+ > > included in all copies or substantial portions of the Software.
5224
+ > >
5225
+ > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
5226
+ > > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
5227
+ > > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
5228
+ > > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
5229
+ > > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
5230
+ > > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
5231
+ > > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
5232
+ >
5233
+ > ---------------------------------------
5234
+ >
5235
+ > ## string-left-right
5236
+ > License: MIT
5237
+ > By: Roy Revelt
5238
+ > Repository: git+https://github.com/codsen/codsen.git
5239
+ >
5240
+ > > MIT License
5241
+ > >
5242
+ > > Copyright © 2010-2025 Roy Revelt and other contributors
5243
+ > >
5244
+ > > Permission is hereby granted, free of charge, to any person obtaining
5245
+ > > a copy of this software and associated documentation files (the
5246
+ > > "Software"), to deal in the Software without restriction, including
5247
+ > > without limitation the rights to use, copy, modify, merge, publish,
5248
+ > > distribute, sublicense, and/or sell copies of the Software, and to
5249
+ > > permit persons to whom the Software is furnished to do so, subject to
5250
+ > > the following conditions:
5251
+ > >
5252
+ > > The above copyright notice and this permission notice shall be
5253
+ > > included in all copies or substantial portions of the Software.
5254
+ > >
5255
+ > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
5256
+ > > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
5257
+ > > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
5258
+ > > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
5259
+ > > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
5260
+ > > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
5261
+ > > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
5262
+ >
5263
+ > ---------------------------------------
5264
+ >
5265
+ > ## string-strip-html
5266
+ > License: MIT
5267
+ > By: Roy Revelt
5268
+ > Repository: git+https://github.com/codsen/codsen.git
5269
+ >
5270
+ > > MIT License
5271
+ > >
5272
+ > > Copyright © 2010-2025 Roy Revelt and other contributors
5273
+ > >
5274
+ > > Permission is hereby granted, free of charge, to any person obtaining
5275
+ > > a copy of this software and associated documentation files (the
5276
+ > > "Software"), to deal in the Software without restriction, including
5277
+ > > without limitation the rights to use, copy, modify, merge, publish,
5278
+ > > distribute, sublicense, and/or sell copies of the Software, and to
5279
+ > > permit persons to whom the Software is furnished to do so, subject to
5280
+ > > the following conditions:
5281
+ > >
5282
+ > > The above copyright notice and this permission notice shall be
5283
+ > > included in all copies or substantial portions of the Software.
5284
+ > >
5285
+ > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
5286
+ > > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
5287
+ > > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
5288
+ > > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
5289
+ > > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
5290
+ > > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
5291
+ > > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
5292
+ >
5293
+ > ---------------------------------------
5294
+ >
5295
+ > ## tiny-invariant
5296
+ > License: MIT
5297
+ > By: Alex Reardon
5298
+ > Repository: https://github.com/alexreardon/tiny-invariant.git
5299
+ >
5300
+ > > MIT License
5301
+ > >
5302
+ > > Copyright (c) 2019 Alexander Reardon
5303
+ > >
5304
+ > > Permission is hereby granted, free of charge, to any person obtaining a copy
5305
+ > > of this software and associated documentation files (the "Software"), to deal
5306
+ > > in the Software without restriction, including without limitation the rights
5307
+ > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
5308
+ > > copies of the Software, and to permit persons to whom the Software is
5309
+ > > furnished to do so, subject to the following conditions:
5310
+ > >
5311
+ > > The above copyright notice and this permission notice shall be included in all
5312
+ > > copies or substantial portions of the Software.
5313
+ > >
5314
+ > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
5315
+ > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
5316
+ > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
5317
+ > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
5318
+ > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
5319
+ > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
5320
+ > > SOFTWARE.
5321
+ >
3826
5322
  >
3827
5323
  >
3828
5324
  >