@visulima/packem 2.0.0-alpha.93 → 2.0.0-alpha.95

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (29) hide show
  1. package/CHANGELOG.md +20 -0
  2. package/LICENSE.md +1211 -186
  3. package/dist/babel-runtime/packem_shared/transform-code-DtqOY-lW.js +1 -0
  4. package/dist/babel-runtime/plugins/babel/worker.js +1 -1
  5. package/dist/builder/typedoc/index.d.ts +1 -1
  6. package/dist/builder/typedoc/index.js +2 -2
  7. package/dist/cli/index.js +17 -17
  8. package/dist/config/index.d.ts +42 -42
  9. package/dist/config/preset/preact.d.ts +10 -10
  10. package/dist/config/preset/react.d.ts +45 -45
  11. package/dist/config/preset/solid.d.ts +75 -75
  12. package/dist/config/preset/svelte.d.ts +46 -46
  13. package/dist/config/preset/vue.d.ts +33 -33
  14. package/dist/index.d.ts +35 -35
  15. package/dist/index.js +61 -39
  16. package/dist/packem_shared/create-or-update-key-storage-BFOAEuWX.js +26 -0
  17. package/dist/packem_shared/default-BSbw_3ev.js +1 -0
  18. package/dist/packem_shared/index-BhmvQAG0.js +301 -0
  19. package/dist/packem_shared/oxcTransformPlugin-Dwvbw2jE-CI_T_eTp.js +168 -0
  20. package/dist/packem_shared/{types.d-BkLP91NJ.d.ts → types.d-CA4tXIce.d.ts} +178 -178
  21. package/dist/packem_shared/utils-DqCpIxDx.js +1 -0
  22. package/dist/rollup/plugins/oxc/oxc-transformer.js +1 -1
  23. package/package.json +16 -16
  24. package/dist/babel-runtime/packem_shared/transform-code-KNtowoK1.js +0 -1
  25. package/dist/packem_shared/create-or-update-key-storage-DHOKZmnD.js +0 -28
  26. package/dist/packem_shared/default-mHB0zin0.js +0 -1
  27. package/dist/packem_shared/index-DiAPKNwF.js +0 -249
  28. package/dist/packem_shared/oxcTransformPlugin-Dwvbw2jE-BsmmBg7q.js +0 -177
  29. package/dist/packem_shared/utils-Bsoe7qJG.js +0 -1
package/LICENSE.md CHANGED
@@ -277,11 +277,14 @@ Repository: git+https://github.com/visulima/visulima.git
277
277
  > > >
278
278
  > > >
279
279
  > > > # Licenses of bundled dependencies
280
+ > > >
280
281
  > > > The published @visulima/error artifact additionally contains code with the following licenses:
281
282
  > > > MIT
282
283
  > > >
283
284
  > > > # Bundled dependencies:
285
+ > > >
284
286
  > > > ## is-plain-obj
287
+ > > >
285
288
  > > > License: MIT
286
289
  > > > By: Sindre Sorhus
287
290
  > > > Repository: sindresorhus/is-plain-obj
@@ -295,6 +298,33 @@ Repository: git+https://github.com/visulima/visulima.git
295
298
  > > > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
296
299
  > > > >
297
300
  > > > > 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.
301
+ > > >
302
+ > > >
303
+ > > >
304
+ > > >
305
+ > > >
306
+ > > > # Licenses of bundled types
307
+ > > > The published @visulima/error artifact additionally contains code with the following licenses:
308
+ > > > Apache-2.0
309
+ > > >
310
+ > > > # Bundled types:
311
+ > > > ## ai
312
+ > > > License: Apache-2.0
313
+ > > > Repository: https://github.com/vercel/ai
314
+ > > >
315
+ > > > > Copyright 2023 Vercel, Inc.
316
+ > > > >
317
+ > > > > Licensed under the Apache License, Version 2.0 (the "License");
318
+ > > > > you may not use this file except in compliance with the License.
319
+ > > > > You may obtain a copy of the License at
320
+ > > > >
321
+ > > > > http://www.apache.org/licenses/LICENSE-2.0
322
+ > > > >
323
+ > > > > Unless required by applicable law or agreed to in writing, software
324
+ > > > > distributed under the License is distributed on an "AS IS" BASIS,
325
+ > > > > WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
326
+ > > > > See the License for the specific language governing permissions and
327
+ > > > > limitations under the License.
298
328
  > >
299
329
  > > ---------------------------------------
300
330
  > >
@@ -501,14 +531,11 @@ Repository: git+https://github.com/visulima/visulima.git
501
531
  > >
502
532
  > >
503
533
  > > # Licenses of bundled types
504
- > >
505
534
  > > The published @visulima/fs artifact additionally contains code with the following licenses:
506
- > > MIT
535
+ > > ISC, MIT
507
536
  > >
508
537
  > > # Bundled types:
509
- > >
510
538
  > > ## is-fs-case-sensitive
511
- > >
512
539
  > > License: MIT
513
540
  > > By: Hiroki Osame
514
541
  > > Repository: privatenumber/is-fs-case-sensitive
@@ -534,6 +561,56 @@ Repository: git+https://github.com/visulima/visulima.git
534
561
  > > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
535
562
  > > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
536
563
  > > > SOFTWARE.
564
+ > >
565
+ > > ---------------------------------------
566
+ > >
567
+ > > ## tinyglobby
568
+ > > License: MIT
569
+ > > By: Superchupu
570
+ > > Repository: git+https://github.com/SuperchupuDev/tinyglobby.git
571
+ > >
572
+ > > > MIT License
573
+ > > >
574
+ > > > Copyright (c) 2024 Madeline Gurriarán
575
+ > > >
576
+ > > > Permission is hereby granted, free of charge, to any person obtaining a copy
577
+ > > > of this software and associated documentation files (the "Software"), to deal
578
+ > > > in the Software without restriction, including without limitation the rights
579
+ > > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
580
+ > > > copies of the Software, and to permit persons to whom the Software is
581
+ > > > furnished to do so, subject to the following conditions:
582
+ > > >
583
+ > > > The above copyright notice and this permission notice shall be included in all
584
+ > > > copies or substantial portions of the Software.
585
+ > > >
586
+ > > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
587
+ > > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
588
+ > > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
589
+ > > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
590
+ > > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
591
+ > > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
592
+ > > > SOFTWARE.
593
+ > >
594
+ > > ---------------------------------------
595
+ > >
596
+ > > ## yaml
597
+ > > License: ISC
598
+ > > By: Eemeli Aro
599
+ > > Repository: github:eemeli/yaml
600
+ > >
601
+ > > > Copyright Eemeli Aro <eemeli@gmail.com>
602
+ > > >
603
+ > > > Permission to use, copy, modify, and/or distribute this software for any purpose
604
+ > > > with or without fee is hereby granted, provided that the above copyright notice
605
+ > > > and this permission notice appear in all copies.
606
+ > > >
607
+ > > > THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
608
+ > > > REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
609
+ > > > FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
610
+ > > > INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
611
+ > > > OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
612
+ > > > TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
613
+ > > > THIS SOFTWARE.
537
614
  >
538
615
  > ---------------------------------------
539
616
  >
@@ -1013,6 +1090,35 @@ Repository: git+https://github.com/visulima/visulima.git
1013
1090
  >
1014
1091
  > ---------------------------------------
1015
1092
  >
1093
+ > ## tinyglobby
1094
+ > License: MIT
1095
+ > By: Superchupu
1096
+ > Repository: git+https://github.com/SuperchupuDev/tinyglobby.git
1097
+ >
1098
+ > > MIT License
1099
+ > >
1100
+ > > Copyright (c) 2024 Madeline Gurriarán
1101
+ > >
1102
+ > > Permission is hereby granted, free of charge, to any person obtaining a copy
1103
+ > > of this software and associated documentation files (the "Software"), to deal
1104
+ > > in the Software without restriction, including without limitation the rights
1105
+ > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1106
+ > > copies of the Software, and to permit persons to whom the Software is
1107
+ > > furnished to do so, subject to the following conditions:
1108
+ > >
1109
+ > > The above copyright notice and this permission notice shall be included in all
1110
+ > > copies or substantial portions of the Software.
1111
+ > >
1112
+ > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1113
+ > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1114
+ > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1115
+ > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1116
+ > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1117
+ > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1118
+ > > SOFTWARE.
1119
+ >
1120
+ > ---------------------------------------
1121
+ >
1016
1122
  > ## yaml
1017
1123
  > License: ISC
1018
1124
  > By: Eemeli Aro
@@ -1171,23 +1277,6 @@ Repository: git+https://github.com/visulima/visulima.git
1171
1277
  > > ISC, MIT
1172
1278
  > >
1173
1279
  > > # Bundled dependencies:
1174
- > > ## ansi-regex
1175
- > > License: MIT
1176
- > > By: Sindre Sorhus
1177
- > > Repository: chalk/ansi-regex
1178
- > >
1179
- > > > MIT License
1180
- > > >
1181
- > > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
1182
- > > >
1183
- > > > 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:
1184
- > > >
1185
- > > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1186
- > > >
1187
- > > > 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.
1188
- > >
1189
- > > ---------------------------------------
1190
- > >
1191
1280
  > > ## mimic-function
1192
1281
  > > License: MIT
1193
1282
  > > By: Sindre Sorhus
@@ -1266,14 +1355,11 @@ Repository: git+https://github.com/visulima/visulima.git
1266
1355
  > >
1267
1356
  > >
1268
1357
  > > # Licenses of bundled types
1269
- > >
1270
1358
  > > The published @visulima/ansi artifact additionally contains code with the following licenses:
1271
1359
  > > MIT
1272
1360
  > >
1273
1361
  > > # Bundled types:
1274
- > >
1275
1362
  > > ## restore-cursor
1276
- > >
1277
1363
  > > License: MIT
1278
1364
  > > By: Sindre Sorhus
1279
1365
  > > Repository: sindresorhus/restore-cursor
@@ -1827,14 +1913,11 @@ Repository: git+https://github.com/visulima/visulima.git
1827
1913
  > >
1828
1914
  > >
1829
1915
  > > # Licenses of bundled types
1830
- > >
1831
1916
  > > The published @visulima/string artifact additionally contains code with the following licenses:
1832
1917
  > > MIT
1833
1918
  > >
1834
1919
  > > # Bundled types:
1835
- > >
1836
1920
  > > ## fastest-levenshtein
1837
- > >
1838
1921
  > > License: MIT
1839
1922
  > > By: Kasper U. Weihe
1840
1923
  > > Repository: git+https://github.com/ka-weihe/fastest-levenshtein.git
@@ -1860,6 +1943,74 @@ Repository: git+https://github.com/visulima/visulima.git
1860
1943
  > > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1861
1944
  > > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1862
1945
  > > > SOFTWARE.
1946
+ > >
1947
+ > > ---------------------------------------
1948
+ > >
1949
+ > > ## get-east-asian-width
1950
+ > > License: MIT
1951
+ > > By: Sindre Sorhus
1952
+ > > Repository: sindresorhus/get-east-asian-width
1953
+ > >
1954
+ > > > MIT License
1955
+ > > >
1956
+ > > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
1957
+ > > >
1958
+ > > > 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:
1959
+ > > >
1960
+ > > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1961
+ > > >
1962
+ > > > 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.
1963
+ > >
1964
+ > > ---------------------------------------
1965
+ > >
1966
+ > > ## indent-string
1967
+ > > License: MIT
1968
+ > > By: Sindre Sorhus
1969
+ > > Repository: sindresorhus/indent-string
1970
+ > >
1971
+ > > > MIT License
1972
+ > > >
1973
+ > > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
1974
+ > > >
1975
+ > > > 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:
1976
+ > > >
1977
+ > > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1978
+ > > >
1979
+ > > > 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.
1980
+ > >
1981
+ > > ---------------------------------------
1982
+ > >
1983
+ > > ## redent
1984
+ > > License: MIT
1985
+ > > By: Sindre Sorhus
1986
+ > > Repository: sindresorhus/redent
1987
+ > >
1988
+ > > > MIT License
1989
+ > > >
1990
+ > > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
1991
+ > > >
1992
+ > > > 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:
1993
+ > > >
1994
+ > > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1995
+ > > >
1996
+ > > > 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.
1997
+ > >
1998
+ > > ---------------------------------------
1999
+ > >
2000
+ > > ## strip-indent
2001
+ > > License: MIT
2002
+ > > By: Sindre Sorhus
2003
+ > > Repository: sindresorhus/strip-indent
2004
+ > >
2005
+ > > > MIT License
2006
+ > > >
2007
+ > > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
2008
+ > > >
2009
+ > > > 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:
2010
+ > > >
2011
+ > > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
2012
+ > > >
2013
+ > > > 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.
1863
2014
  >
1864
2015
  > ---------------------------------------
1865
2016
  >
@@ -2175,14 +2326,14 @@ Repository: git+https://github.com/visulima/visulima.git
2175
2326
  >
2176
2327
  > ---------------------------------------
2177
2328
  >
2178
- > ## safe-stable-stringify
2329
+ > ## @visulima/inspector
2179
2330
  > License: MIT
2180
- > By: Ruben Bridgewater
2181
- > Repository: git+https://github.com/BridgeAR/safe-stable-stringify.git
2331
+ > By: Daniel Bannert
2332
+ > Repository: git+https://github.com/visulima/visulima.git
2182
2333
  >
2183
- > > The MIT License (MIT)
2334
+ > > MIT License
2184
2335
  > >
2185
- > > Copyright (c) Ruben Bridgewater
2336
+ > > Copyright (c) 2026 visulima
2186
2337
  > >
2187
2338
  > > Permission is hereby granted, free of charge, to any person obtaining a copy
2188
2339
  > > of this software and associated documentation files (the "Software"), to deal
@@ -2201,86 +2352,921 @@ Repository: git+https://github.com/visulima/visulima.git
2201
2352
  > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2202
2353
  > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2203
2354
  > > SOFTWARE.
2204
- >
2205
- >
2206
- >
2207
- >
2208
- >
2209
- > # Licenses of bundled types
2210
- > The published @visulima/pail artifact additionally contains code with the following licenses:
2211
- > (MIT OR CC0-1.0)
2212
- >
2213
- > # Bundled types:
2214
- > ## type-fest
2215
- > License: (MIT OR CC0-1.0)
2216
- > By: Sindre Sorhus
2217
- > Repository: sindresorhus/type-fest
2218
- >
2219
- > > Creative Commons Legal Code
2220
2355
  > >
2221
- > > CC0 1.0 Universal
2356
+ > > ---
2222
2357
  > >
2223
- > > CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE
2224
- > > LEGAL SERVICES. DISTRIBUTION OF THIS DOCUMENT DOES NOT CREATE AN
2225
- > > ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS
2226
- > > INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES
2227
- > > REGARDING THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS
2228
- > > PROVIDED HEREUNDER, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM
2229
- > > THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS PROVIDED
2230
- > > HEREUNDER.
2358
+ > > Modified code from the original [loupe](https://github.com/chaijs/loupe/tree/main) repository.
2231
2359
  > >
2232
- > > Statement of Purpose
2360
+ > > (The MIT License)
2233
2361
  > >
2234
- > > The laws of most jurisdictions throughout the world automatically confer
2235
- > > exclusive Copyright and Related Rights (defined below) upon the creator
2236
- > > and subsequent owner(s) (each and all, an "owner") of an original work of
2237
- > > authorship and/or a database (each, a "Work").
2362
+ > > Copyright (c) 2011-2013 Jake Luer <jake@alogicalparadox.com> (http://alogicalparadox.com)
2238
2363
  > >
2239
- > > Certain owners wish to permanently relinquish those rights to a Work for
2240
- > > the purpose of contributing to a commons of creative, cultural and
2241
- > > scientific works ("Commons") that the public can reliably and without fear
2242
- > > of later claims of infringement build upon, modify, incorporate in other
2243
- > > works, reuse and redistribute as freely as possible in any form whatsoever
2244
- > > and for any purposes, including without limitation commercial purposes.
2245
- > > These owners may contribute to the Commons to promote the ideal of a free
2246
- > > culture and the further production of creative, cultural and scientific
2247
- > > works, or to gain reputation or greater distribution for their Work in
2248
- > > part through the use and efforts of others.
2364
+ > > 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:
2249
2365
  > >
2250
- > > For these and/or other purposes and motivations, and without any
2251
- > > expectation of additional consideration or compensation, the person
2252
- > > associating CC0 with a Work (the "Affirmer"), to the extent that he or she
2253
- > > is an owner of Copyright and Related Rights in the Work, voluntarily
2254
- > > elects to apply CC0 to the Work and publicly distribute the Work under its
2255
- > > terms, with knowledge of his or her Copyright and Related Rights in the
2256
- > > Work and the meaning and intended legal effect of CC0 on those rights.
2366
+ > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
2257
2367
  > >
2258
- > > 1. Copyright and Related Rights. A Work made available under CC0 may be
2259
- > > protected by copyright and related or neighboring rights ("Copyright and
2260
- > > Related Rights"). Copyright and Related Rights include, but are not
2261
- > > limited to, the following:
2368
+ > > 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.
2262
2369
  > >
2263
- > > i. the right to reproduce, adapt, distribute, perform, display,
2264
- > > communicate, and translate a Work;
2265
- > > ii. moral rights retained by the original author(s) and/or performer(s);
2266
- > > iii. publicity and privacy rights pertaining to a person's image or
2267
- > > likeness depicted in a Work;
2268
- > > iv. rights protecting against unfair competition in regards to a Work,
2269
- > > subject to the limitations in paragraph 4(a), below;
2270
- > > v. rights protecting the extraction, dissemination, use and reuse of data
2271
- > > in a Work;
2272
- > > vi. database rights (such as those arising under Directive 96/9/EC of the
2273
- > > European Parliament and of the Council of 11 March 1996 on the legal
2274
- > > protection of databases, and under any national implementation
2275
- > > thereof, including any amended or successor version of such
2276
- > > directive); and
2277
- > > vii. other similar, equivalent or corresponding rights throughout the
2278
- > > world based on applicable law or treaty, and any national
2279
- > > implementations thereof.
2280
2370
  > >
2281
- > > 2. Waiver. To the greatest extent permitted by, but not in contravention
2282
- > > of, applicable law, Affirmer hereby overtly, fully, permanently,
2283
- > > irrevocably and unconditionally waives, abandons, and surrenders all of
2371
+ > >
2372
+ > >
2373
+ > >
2374
+ > >
2375
+ > > # Licenses of bundled types
2376
+ > > The published @visulima/inspector artifact additionally contains code with the following licenses:
2377
+ > > (MIT OR CC0-1.0)
2378
+ > >
2379
+ > > # Bundled types:
2380
+ > > ## type-fest
2381
+ > > License: (MIT OR CC0-1.0)
2382
+ > > By: Sindre Sorhus
2383
+ > > Repository: sindresorhus/type-fest
2384
+ > >
2385
+ > > > Creative Commons Legal Code
2386
+ > > >
2387
+ > > > CC0 1.0 Universal
2388
+ > > >
2389
+ > > > CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE
2390
+ > > > LEGAL SERVICES. DISTRIBUTION OF THIS DOCUMENT DOES NOT CREATE AN
2391
+ > > > ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS
2392
+ > > > INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES
2393
+ > > > REGARDING THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS
2394
+ > > > PROVIDED HEREUNDER, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM
2395
+ > > > THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS PROVIDED
2396
+ > > > HEREUNDER.
2397
+ > > >
2398
+ > > > Statement of Purpose
2399
+ > > >
2400
+ > > > The laws of most jurisdictions throughout the world automatically confer
2401
+ > > > exclusive Copyright and Related Rights (defined below) upon the creator
2402
+ > > > and subsequent owner(s) (each and all, an "owner") of an original work of
2403
+ > > > authorship and/or a database (each, a "Work").
2404
+ > > >
2405
+ > > > Certain owners wish to permanently relinquish those rights to a Work for
2406
+ > > > the purpose of contributing to a commons of creative, cultural and
2407
+ > > > scientific works ("Commons") that the public can reliably and without fear
2408
+ > > > of later claims of infringement build upon, modify, incorporate in other
2409
+ > > > works, reuse and redistribute as freely as possible in any form whatsoever
2410
+ > > > and for any purposes, including without limitation commercial purposes.
2411
+ > > > These owners may contribute to the Commons to promote the ideal of a free
2412
+ > > > culture and the further production of creative, cultural and scientific
2413
+ > > > works, or to gain reputation or greater distribution for their Work in
2414
+ > > > part through the use and efforts of others.
2415
+ > > >
2416
+ > > > For these and/or other purposes and motivations, and without any
2417
+ > > > expectation of additional consideration or compensation, the person
2418
+ > > > associating CC0 with a Work (the "Affirmer"), to the extent that he or she
2419
+ > > > is an owner of Copyright and Related Rights in the Work, voluntarily
2420
+ > > > elects to apply CC0 to the Work and publicly distribute the Work under its
2421
+ > > > terms, with knowledge of his or her Copyright and Related Rights in the
2422
+ > > > Work and the meaning and intended legal effect of CC0 on those rights.
2423
+ > > >
2424
+ > > > 1. Copyright and Related Rights. A Work made available under CC0 may be
2425
+ > > > protected by copyright and related or neighboring rights ("Copyright and
2426
+ > > > Related Rights"). Copyright and Related Rights include, but are not
2427
+ > > > limited to, the following:
2428
+ > > >
2429
+ > > > i. the right to reproduce, adapt, distribute, perform, display,
2430
+ > > > communicate, and translate a Work;
2431
+ > > > ii. moral rights retained by the original author(s) and/or performer(s);
2432
+ > > > iii. publicity and privacy rights pertaining to a person's image or
2433
+ > > > likeness depicted in a Work;
2434
+ > > > iv. rights protecting against unfair competition in regards to a Work,
2435
+ > > > subject to the limitations in paragraph 4(a), below;
2436
+ > > > v. rights protecting the extraction, dissemination, use and reuse of data
2437
+ > > > in a Work;
2438
+ > > > vi. database rights (such as those arising under Directive 96/9/EC of the
2439
+ > > > European Parliament and of the Council of 11 March 1996 on the legal
2440
+ > > > protection of databases, and under any national implementation
2441
+ > > > thereof, including any amended or successor version of such
2442
+ > > > directive); and
2443
+ > > > vii. other similar, equivalent or corresponding rights throughout the
2444
+ > > > world based on applicable law or treaty, and any national
2445
+ > > > implementations thereof.
2446
+ > > >
2447
+ > > > 2. Waiver. To the greatest extent permitted by, but not in contravention
2448
+ > > > of, applicable law, Affirmer hereby overtly, fully, permanently,
2449
+ > > > irrevocably and unconditionally waives, abandons, and surrenders all of
2450
+ > > > Affirmer's Copyright and Related Rights and associated claims and causes
2451
+ > > > of action, whether now known or unknown (including existing as well as
2452
+ > > > future claims and causes of action), in the Work (i) in all territories
2453
+ > > > worldwide, (ii) for the maximum duration provided by applicable law or
2454
+ > > > treaty (including future time extensions), (iii) in any current or future
2455
+ > > > medium and for any number of copies, and (iv) for any purpose whatsoever,
2456
+ > > > including without limitation commercial, advertising or promotional
2457
+ > > > purposes (the "Waiver"). Affirmer makes the Waiver for the benefit of each
2458
+ > > > member of the public at large and to the detriment of Affirmer's heirs and
2459
+ > > > successors, fully intending that such Waiver shall not be subject to
2460
+ > > > revocation, rescission, cancellation, termination, or any other legal or
2461
+ > > > equitable action to disrupt the quiet enjoyment of the Work by the public
2462
+ > > > as contemplated by Affirmer's express Statement of Purpose.
2463
+ > > >
2464
+ > > > 3. Public License Fallback. Should any part of the Waiver for any reason
2465
+ > > > be judged legally invalid or ineffective under applicable law, then the
2466
+ > > > Waiver shall be preserved to the maximum extent permitted taking into
2467
+ > > > account Affirmer's express Statement of Purpose. In addition, to the
2468
+ > > > extent the Waiver is so judged Affirmer hereby grants to each affected
2469
+ > > > person a royalty-free, non transferable, non sublicensable, non exclusive,
2470
+ > > > irrevocable and unconditional license to exercise Affirmer's Copyright and
2471
+ > > > Related Rights in the Work (i) in all territories worldwide, (ii) for the
2472
+ > > > maximum duration provided by applicable law or treaty (including future
2473
+ > > > time extensions), (iii) in any current or future medium and for any number
2474
+ > > > of copies, and (iv) for any purpose whatsoever, including without
2475
+ > > > limitation commercial, advertising or promotional purposes (the
2476
+ > > > "License"). The License shall be deemed effective as of the date CC0 was
2477
+ > > > applied by Affirmer to the Work. Should any part of the License for any
2478
+ > > > reason be judged legally invalid or ineffective under applicable law, such
2479
+ > > > partial invalidity or ineffectiveness shall not invalidate the remainder
2480
+ > > > of the License, and in such case Affirmer hereby affirms that he or she
2481
+ > > > will not (i) exercise any of his or her remaining Copyright and Related
2482
+ > > > Rights in the Work or (ii) assert any associated claims and causes of
2483
+ > > > action with respect to the Work, in either case contrary to Affirmer's
2484
+ > > > express Statement of Purpose.
2485
+ > > >
2486
+ > > > 4. Limitations and Disclaimers.
2487
+ > > >
2488
+ > > > a. No trademark or patent rights held by Affirmer are waived, abandoned,
2489
+ > > > surrendered, licensed or otherwise affected by this document.
2490
+ > > > b. Affirmer offers the Work as-is and makes no representations or
2491
+ > > > warranties of any kind concerning the Work, express, implied,
2492
+ > > > statutory or otherwise, including without limitation warranties of
2493
+ > > > title, merchantability, fitness for a particular purpose, non
2494
+ > > > infringement, or the absence of latent or other defects, accuracy, or
2495
+ > > > the present or absence of errors, whether or not discoverable, all to
2496
+ > > > the greatest extent permissible under applicable law.
2497
+ > > > c. Affirmer disclaims responsibility for clearing rights of other persons
2498
+ > > > that may apply to the Work or any use thereof, including without
2499
+ > > > limitation any person's Copyright and Related Rights in the Work.
2500
+ > > > Further, Affirmer disclaims responsibility for obtaining any necessary
2501
+ > > > consents, permissions or other rights required for any use of the
2502
+ > > > Work.
2503
+ > > > d. Affirmer understands and acknowledges that Creative Commons is not a
2504
+ > > > party to this document and has no duty or obligation with respect to
2505
+ > > > this CC0 or use of the Work.
2506
+ >
2507
+ > ---------------------------------------
2508
+ >
2509
+ > ## @visulima/string
2510
+ > License: MIT
2511
+ > By: Daniel Bannert
2512
+ > Repository: git+https://github.com/visulima/visulima.git
2513
+ >
2514
+ > > MIT License
2515
+ > >
2516
+ > > Copyright (c) 2026 visulima
2517
+ > >
2518
+ > > Permission is hereby granted, free of charge, to any person obtaining a copy
2519
+ > > of this software and associated documentation files (the "Software"), to deal
2520
+ > > in the Software without restriction, including without limitation the rights
2521
+ > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2522
+ > > copies of the Software, and to permit persons to whom the Software is
2523
+ > > furnished to do so, subject to the following conditions:
2524
+ > >
2525
+ > > The above copyright notice and this permission notice shall be included in all
2526
+ > > copies or substantial portions of the Software.
2527
+ > >
2528
+ > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2529
+ > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2530
+ > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2531
+ > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2532
+ > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2533
+ > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2534
+ > > SOFTWARE.
2535
+ > >
2536
+ > >
2537
+ > >
2538
+ > > # Licenses of bundled dependencies
2539
+ > > The published @visulima/string artifact additionally contains code with the following licenses:
2540
+ > > MIT
2541
+ > >
2542
+ > > # Bundled dependencies:
2543
+ > > ## codsen-utils
2544
+ > > License: MIT
2545
+ > > By: Roy Revelt
2546
+ > > Repository: git+https://github.com/codsen/codsen.git
2547
+ > >
2548
+ > > > MIT License
2549
+ > > >
2550
+ > > > Copyright © 2010-2025 Roy Revelt and other contributors
2551
+ > > >
2552
+ > > > Permission is hereby granted, free of charge, to any person obtaining
2553
+ > > > a copy of this software and associated documentation files (the
2554
+ > > > "Software"), to deal in the Software without restriction, including
2555
+ > > > without limitation the rights to use, copy, modify, merge, publish,
2556
+ > > > distribute, sublicense, and/or sell copies of the Software, and to
2557
+ > > > permit persons to whom the Software is furnished to do so, subject to
2558
+ > > > the following conditions:
2559
+ > > >
2560
+ > > > The above copyright notice and this permission notice shall be
2561
+ > > > included in all copies or substantial portions of the Software.
2562
+ > > >
2563
+ > > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
2564
+ > > > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
2565
+ > > > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
2566
+ > > > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
2567
+ > > > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
2568
+ > > > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
2569
+ > > > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2570
+ > >
2571
+ > > ---------------------------------------
2572
+ > >
2573
+ > > ## emoji-regex-xs
2574
+ > > License: MIT
2575
+ > > By: Steven Levithan
2576
+ > > Repository: git+https://github.com/slevithan/emoji-regex-xs.git
2577
+ > >
2578
+ > > > MIT License
2579
+ > > >
2580
+ > > > Copyright (c) 2025 Steven Levithan
2581
+ > > >
2582
+ > > > Permission is hereby granted, free of charge, to any person obtaining a copy
2583
+ > > > of this software and associated documentation files (the "Software"), to deal
2584
+ > > > in the Software without restriction, including without limitation the rights
2585
+ > > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2586
+ > > > copies of the Software, and to permit persons to whom the Software is
2587
+ > > > furnished to do so, subject to the following conditions:
2588
+ > > >
2589
+ > > > The above copyright notice and this permission notice shall be included in all
2590
+ > > > copies or substantial portions of the Software.
2591
+ > > >
2592
+ > > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2593
+ > > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2594
+ > > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2595
+ > > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2596
+ > > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2597
+ > > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2598
+ > > > SOFTWARE.
2599
+ > >
2600
+ > > ---------------------------------------
2601
+ > >
2602
+ > > ## fastest-levenshtein
2603
+ > > License: MIT
2604
+ > > By: Kasper U. Weihe
2605
+ > > Repository: git+https://github.com/ka-weihe/fastest-levenshtein.git
2606
+ > >
2607
+ > > > MIT License
2608
+ > > >
2609
+ > > > Copyright (c) 2020 Kasper Unn Weihe
2610
+ > > >
2611
+ > > > Permission is hereby granted, free of charge, to any person obtaining a copy
2612
+ > > > of this software and associated documentation files (the "Software"), to deal
2613
+ > > > in the Software without restriction, including without limitation the rights
2614
+ > > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2615
+ > > > copies of the Software, and to permit persons to whom the Software is
2616
+ > > > furnished to do so, subject to the following conditions:
2617
+ > > >
2618
+ > > > The above copyright notice and this permission notice shall be included in all
2619
+ > > > copies or substantial portions of the Software.
2620
+ > > >
2621
+ > > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2622
+ > > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2623
+ > > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2624
+ > > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2625
+ > > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2626
+ > > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2627
+ > > > SOFTWARE.
2628
+ > >
2629
+ > > ---------------------------------------
2630
+ > >
2631
+ > > ## get-east-asian-width
2632
+ > > License: MIT
2633
+ > > By: Sindre Sorhus
2634
+ > > Repository: sindresorhus/get-east-asian-width
2635
+ > >
2636
+ > > > MIT License
2637
+ > > >
2638
+ > > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
2639
+ > > >
2640
+ > > > 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:
2641
+ > > >
2642
+ > > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
2643
+ > > >
2644
+ > > > 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.
2645
+ > >
2646
+ > > ---------------------------------------
2647
+ > >
2648
+ > > ## html-entities
2649
+ > > License: MIT
2650
+ > > By: Marat Dulin
2651
+ > > Repository: https://github.com/mdevils/html-entities.git
2652
+ > >
2653
+ > > > Copyright (c) 2021 Dulin Marat
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
2663
+ > > > all 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
2671
+ > > > THE SOFTWARE.
2672
+ > >
2673
+ > > ---------------------------------------
2674
+ > >
2675
+ > > ## indent-string
2676
+ > > License: MIT
2677
+ > > By: Sindre Sorhus
2678
+ > > Repository: sindresorhus/indent-string
2679
+ > >
2680
+ > > > MIT License
2681
+ > > >
2682
+ > > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
2683
+ > > >
2684
+ > > > 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:
2685
+ > > >
2686
+ > > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
2687
+ > > >
2688
+ > > > 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.
2689
+ > >
2690
+ > > ---------------------------------------
2691
+ > >
2692
+ > > ## lodash-es
2693
+ > > License: MIT
2694
+ > > By: John-David Dalton, Mathias Bynens
2695
+ > > Repository: lodash/lodash
2696
+ > >
2697
+ > > > Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
2698
+ > > >
2699
+ > > > Based on Underscore.js, copyright Jeremy Ashkenas,
2700
+ > > > DocumentCloud and Investigative Reporters & Editors <http://underscorejs.org/>
2701
+ > > >
2702
+ > > > This software consists of voluntary contributions made by many
2703
+ > > > individuals. For exact contribution history, see the revision history
2704
+ > > > available at https://github.com/lodash/lodash
2705
+ > > >
2706
+ > > > The following license applies to all parts of this software except as
2707
+ > > > documented below:
2708
+ > > >
2709
+ > > > ====
2710
+ > > >
2711
+ > > > Permission is hereby granted, free of charge, to any person obtaining
2712
+ > > > a copy of this software and associated documentation files (the
2713
+ > > > "Software"), to deal in the Software without restriction, including
2714
+ > > > without limitation the rights to use, copy, modify, merge, publish,
2715
+ > > > distribute, sublicense, and/or sell copies of the Software, and to
2716
+ > > > permit persons to whom the Software is furnished to do so, subject to
2717
+ > > > the following conditions:
2718
+ > > >
2719
+ > > > The above copyright notice and this permission notice shall be
2720
+ > > > included in all copies or substantial portions of the Software.
2721
+ > > >
2722
+ > > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
2723
+ > > > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
2724
+ > > > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
2725
+ > > > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
2726
+ > > > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
2727
+ > > > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
2728
+ > > > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2729
+ > > >
2730
+ > > > ====
2731
+ > > >
2732
+ > > > Copyright and related rights for sample code are waived via CC0. Sample
2733
+ > > > code is defined as all source code displayed within the prose of the
2734
+ > > > documentation.
2735
+ > > >
2736
+ > > > CC0: http://creativecommons.org/publicdomain/zero/1.0/
2737
+ > > >
2738
+ > > > ====
2739
+ > > >
2740
+ > > > Files located in the node_modules and vendor directories are externally
2741
+ > > > maintained libraries used by this software which have their own
2742
+ > > > licenses; we recommend you read them, as their terms may differ from the
2743
+ > > > terms above.
2744
+ > >
2745
+ > > ---------------------------------------
2746
+ > >
2747
+ > > ## ranges-apply
2748
+ > > License: MIT
2749
+ > > By: Roy Revelt
2750
+ > > Repository: git+https://github.com/codsen/codsen.git
2751
+ > >
2752
+ > > > MIT License
2753
+ > > >
2754
+ > > > Copyright © 2010-2025 Roy Revelt and other contributors
2755
+ > > >
2756
+ > > > Permission is hereby granted, free of charge, to any person obtaining
2757
+ > > > a copy of this software and associated documentation files (the
2758
+ > > > "Software"), to deal in the Software without restriction, including
2759
+ > > > without limitation the rights to use, copy, modify, merge, publish,
2760
+ > > > distribute, sublicense, and/or sell copies of the Software, and to
2761
+ > > > permit persons to whom the Software is furnished to do so, subject to
2762
+ > > > the following conditions:
2763
+ > > >
2764
+ > > > The above copyright notice and this permission notice shall be
2765
+ > > > included in all copies or substantial portions of the Software.
2766
+ > > >
2767
+ > > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
2768
+ > > > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
2769
+ > > > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
2770
+ > > > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
2771
+ > > > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
2772
+ > > > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
2773
+ > > > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2774
+ > >
2775
+ > > ---------------------------------------
2776
+ > >
2777
+ > > ## ranges-merge
2778
+ > > License: MIT
2779
+ > > By: Roy Revelt
2780
+ > > Repository: git+https://github.com/codsen/codsen.git
2781
+ > >
2782
+ > > > MIT License
2783
+ > > >
2784
+ > > > Copyright © 2010-2025 Roy Revelt and other contributors
2785
+ > > >
2786
+ > > > Permission is hereby granted, free of charge, to any person obtaining
2787
+ > > > a copy of this software and associated documentation files (the
2788
+ > > > "Software"), to deal in the Software without restriction, including
2789
+ > > > without limitation the rights to use, copy, modify, merge, publish,
2790
+ > > > distribute, sublicense, and/or sell copies of the Software, and to
2791
+ > > > permit persons to whom the Software is furnished to do so, subject to
2792
+ > > > the following conditions:
2793
+ > > >
2794
+ > > > The above copyright notice and this permission notice shall be
2795
+ > > > included in all copies or substantial portions of the Software.
2796
+ > > >
2797
+ > > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
2798
+ > > > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
2799
+ > > > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
2800
+ > > > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
2801
+ > > > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
2802
+ > > > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
2803
+ > > > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2804
+ > >
2805
+ > > ---------------------------------------
2806
+ > >
2807
+ > > ## ranges-push
2808
+ > > License: MIT
2809
+ > > By: Roy Revelt
2810
+ > > Repository: git+https://github.com/codsen/codsen.git
2811
+ > >
2812
+ > > > MIT License
2813
+ > > >
2814
+ > > > Copyright © 2010-2025 Roy Revelt and other contributors
2815
+ > > >
2816
+ > > > Permission is hereby granted, free of charge, to any person obtaining
2817
+ > > > a copy of this software and associated documentation files (the
2818
+ > > > "Software"), to deal in the Software without restriction, including
2819
+ > > > without limitation the rights to use, copy, modify, merge, publish,
2820
+ > > > distribute, sublicense, and/or sell copies of the Software, and to
2821
+ > > > permit persons to whom the Software is furnished to do so, subject to
2822
+ > > > the following conditions:
2823
+ > > >
2824
+ > > > The above copyright notice and this permission notice shall be
2825
+ > > > included in all copies or substantial portions of the Software.
2826
+ > > >
2827
+ > > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
2828
+ > > > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
2829
+ > > > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
2830
+ > > > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
2831
+ > > > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
2832
+ > > > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
2833
+ > > > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2834
+ > >
2835
+ > > ---------------------------------------
2836
+ > >
2837
+ > > ## ranges-sort
2838
+ > > License: MIT
2839
+ > > By: Roy Revelt
2840
+ > > Repository: git+https://github.com/codsen/codsen.git
2841
+ > >
2842
+ > > > MIT License
2843
+ > > >
2844
+ > > > Copyright © 2010-2025 Roy Revelt and other contributors
2845
+ > > >
2846
+ > > > Permission is hereby granted, free of charge, to any person obtaining
2847
+ > > > a copy of this software and associated documentation files (the
2848
+ > > > "Software"), to deal in the Software without restriction, including
2849
+ > > > without limitation the rights to use, copy, modify, merge, publish,
2850
+ > > > distribute, sublicense, and/or sell copies of the Software, and to
2851
+ > > > permit persons to whom the Software is furnished to do so, subject to
2852
+ > > > the following conditions:
2853
+ > > >
2854
+ > > > The above copyright notice and this permission notice shall be
2855
+ > > > included in all copies or substantial portions of the Software.
2856
+ > > >
2857
+ > > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
2858
+ > > > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
2859
+ > > > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
2860
+ > > > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
2861
+ > > > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
2862
+ > > > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
2863
+ > > > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2864
+ > >
2865
+ > > ---------------------------------------
2866
+ > >
2867
+ > > ## redent
2868
+ > > License: MIT
2869
+ > > By: Sindre Sorhus
2870
+ > > Repository: sindresorhus/redent
2871
+ > >
2872
+ > > > MIT License
2873
+ > > >
2874
+ > > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
2875
+ > > >
2876
+ > > > 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:
2877
+ > > >
2878
+ > > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
2879
+ > > >
2880
+ > > > 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.
2881
+ > >
2882
+ > > ---------------------------------------
2883
+ > >
2884
+ > > ## rfdc
2885
+ > > License: MIT
2886
+ > > By: David Mark Clements
2887
+ > > Repository: git+https://github.com/davidmarkclements/rfdc.git
2888
+ > >
2889
+ > > > Copyright 2019 "David Mark Clements <david.mark.clements@gmail.com>"
2890
+ > > >
2891
+ > > > Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
2892
+ > > > documentation files (the "Software"), to deal in the Software without restriction, including without limitation
2893
+ > > > the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and
2894
+ > > > to permit persons to whom the Software is furnished to do so, subject to the following conditions:
2895
+ > > >
2896
+ > > > The above copyright notice and this permission notice shall be included in all copies or substantial portions
2897
+ > > > of the Software.
2898
+ > > >
2899
+ > > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
2900
+ > > > TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
2901
+ > > > THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
2902
+ > > > CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
2903
+ > > > IN THE SOFTWARE.
2904
+ > >
2905
+ > > ---------------------------------------
2906
+ > >
2907
+ > > ## string-collapse-leading-whitespace
2908
+ > > License: MIT
2909
+ > > By: Roy Revelt
2910
+ > > Repository: git+https://github.com/codsen/codsen.git
2911
+ > >
2912
+ > > > MIT License
2913
+ > > >
2914
+ > > > Copyright © 2010-2025 Roy Revelt and other contributors
2915
+ > > >
2916
+ > > > Permission is hereby granted, free of charge, to any person obtaining
2917
+ > > > a copy of this software and associated documentation files (the
2918
+ > > > "Software"), to deal in the Software without restriction, including
2919
+ > > > without limitation the rights to use, copy, modify, merge, publish,
2920
+ > > > distribute, sublicense, and/or sell copies of the Software, and to
2921
+ > > > permit persons to whom the Software is furnished to do so, subject to
2922
+ > > > the following conditions:
2923
+ > > >
2924
+ > > > The above copyright notice and this permission notice shall be
2925
+ > > > included in all copies or substantial portions of the Software.
2926
+ > > >
2927
+ > > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
2928
+ > > > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
2929
+ > > > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
2930
+ > > > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
2931
+ > > > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
2932
+ > > > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
2933
+ > > > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2934
+ > >
2935
+ > > ---------------------------------------
2936
+ > >
2937
+ > > ## string-left-right
2938
+ > > License: MIT
2939
+ > > By: Roy Revelt
2940
+ > > Repository: git+https://github.com/codsen/codsen.git
2941
+ > >
2942
+ > > > MIT License
2943
+ > > >
2944
+ > > > Copyright © 2010-2025 Roy Revelt and other contributors
2945
+ > > >
2946
+ > > > Permission is hereby granted, free of charge, to any person obtaining
2947
+ > > > a copy of this software and associated documentation files (the
2948
+ > > > "Software"), to deal in the Software without restriction, including
2949
+ > > > without limitation the rights to use, copy, modify, merge, publish,
2950
+ > > > distribute, sublicense, and/or sell copies of the Software, and to
2951
+ > > > permit persons to whom the Software is furnished to do so, subject to
2952
+ > > > the following conditions:
2953
+ > > >
2954
+ > > > The above copyright notice and this permission notice shall be
2955
+ > > > included in all copies or substantial portions of the Software.
2956
+ > > >
2957
+ > > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
2958
+ > > > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
2959
+ > > > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
2960
+ > > > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
2961
+ > > > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
2962
+ > > > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
2963
+ > > > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2964
+ > >
2965
+ > > ---------------------------------------
2966
+ > >
2967
+ > > ## string-strip-html
2968
+ > > License: MIT
2969
+ > > By: Roy Revelt
2970
+ > > Repository: git+https://github.com/codsen/codsen.git
2971
+ > >
2972
+ > > > MIT License
2973
+ > > >
2974
+ > > > Copyright © 2010-2025 Roy Revelt and other contributors
2975
+ > > >
2976
+ > > > Permission is hereby granted, free of charge, to any person obtaining
2977
+ > > > a copy of this software and associated documentation files (the
2978
+ > > > "Software"), to deal in the Software without restriction, including
2979
+ > > > without limitation the rights to use, copy, modify, merge, publish,
2980
+ > > > distribute, sublicense, and/or sell copies of the Software, and to
2981
+ > > > permit persons to whom the Software is furnished to do so, subject to
2982
+ > > > the following conditions:
2983
+ > > >
2984
+ > > > The above copyright notice and this permission notice shall be
2985
+ > > > included in all copies or substantial portions of the Software.
2986
+ > > >
2987
+ > > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
2988
+ > > > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
2989
+ > > > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
2990
+ > > > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
2991
+ > > > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
2992
+ > > > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
2993
+ > > > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2994
+ > >
2995
+ > > ---------------------------------------
2996
+ > >
2997
+ > > ## strip-indent
2998
+ > > License: MIT
2999
+ > > By: Sindre Sorhus
3000
+ > > Repository: sindresorhus/strip-indent
3001
+ > >
3002
+ > > > MIT License
3003
+ > > >
3004
+ > > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
3005
+ > > >
3006
+ > > > 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:
3007
+ > > >
3008
+ > > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
3009
+ > > >
3010
+ > > > 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.
3011
+ > >
3012
+ > > ---------------------------------------
3013
+ > >
3014
+ > > ## tiny-invariant
3015
+ > > License: MIT
3016
+ > > By: Alex Reardon
3017
+ > > Repository: https://github.com/alexreardon/tiny-invariant.git
3018
+ > >
3019
+ > > > MIT License
3020
+ > > >
3021
+ > > > Copyright (c) 2019 Alexander Reardon
3022
+ > > >
3023
+ > > > Permission is hereby granted, free of charge, to any person obtaining a copy
3024
+ > > > of this software and associated documentation files (the "Software"), to deal
3025
+ > > > in the Software without restriction, including without limitation the rights
3026
+ > > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3027
+ > > > copies of the Software, and to permit persons to whom the Software is
3028
+ > > > furnished to do so, subject to the following conditions:
3029
+ > > >
3030
+ > > > The above copyright notice and this permission notice shall be included in all
3031
+ > > > copies or substantial portions of the Software.
3032
+ > > >
3033
+ > > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3034
+ > > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3035
+ > > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3036
+ > > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3037
+ > > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3038
+ > > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3039
+ > > > SOFTWARE.
3040
+ > >
3041
+ > >
3042
+ > >
3043
+ > >
3044
+ > >
3045
+ > > # Licenses of bundled types
3046
+ > > The published @visulima/string artifact additionally contains code with the following licenses:
3047
+ > > MIT
3048
+ > >
3049
+ > > # Bundled types:
3050
+ > > ## fastest-levenshtein
3051
+ > > License: MIT
3052
+ > > By: Kasper U. Weihe
3053
+ > > Repository: git+https://github.com/ka-weihe/fastest-levenshtein.git
3054
+ > >
3055
+ > > > MIT License
3056
+ > > >
3057
+ > > > Copyright (c) 2020 Kasper Unn Weihe
3058
+ > > >
3059
+ > > > Permission is hereby granted, free of charge, to any person obtaining a copy
3060
+ > > > of this software and associated documentation files (the "Software"), to deal
3061
+ > > > in the Software without restriction, including without limitation the rights
3062
+ > > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3063
+ > > > copies of the Software, and to permit persons to whom the Software is
3064
+ > > > furnished to do so, subject to the following conditions:
3065
+ > > >
3066
+ > > > The above copyright notice and this permission notice shall be included in all
3067
+ > > > copies or substantial portions of the Software.
3068
+ > > >
3069
+ > > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3070
+ > > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3071
+ > > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3072
+ > > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3073
+ > > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3074
+ > > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3075
+ > > > SOFTWARE.
3076
+ > >
3077
+ > > ---------------------------------------
3078
+ > >
3079
+ > > ## get-east-asian-width
3080
+ > > License: MIT
3081
+ > > By: Sindre Sorhus
3082
+ > > Repository: sindresorhus/get-east-asian-width
3083
+ > >
3084
+ > > > MIT License
3085
+ > > >
3086
+ > > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
3087
+ > > >
3088
+ > > > 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:
3089
+ > > >
3090
+ > > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
3091
+ > > >
3092
+ > > > 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.
3093
+ > >
3094
+ > > ---------------------------------------
3095
+ > >
3096
+ > > ## indent-string
3097
+ > > License: MIT
3098
+ > > By: Sindre Sorhus
3099
+ > > Repository: sindresorhus/indent-string
3100
+ > >
3101
+ > > > MIT License
3102
+ > > >
3103
+ > > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
3104
+ > > >
3105
+ > > > 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:
3106
+ > > >
3107
+ > > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
3108
+ > > >
3109
+ > > > 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.
3110
+ > >
3111
+ > > ---------------------------------------
3112
+ > >
3113
+ > > ## redent
3114
+ > > License: MIT
3115
+ > > By: Sindre Sorhus
3116
+ > > Repository: sindresorhus/redent
3117
+ > >
3118
+ > > > MIT License
3119
+ > > >
3120
+ > > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
3121
+ > > >
3122
+ > > > 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:
3123
+ > > >
3124
+ > > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
3125
+ > > >
3126
+ > > > 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.
3127
+ > >
3128
+ > > ---------------------------------------
3129
+ > >
3130
+ > > ## strip-indent
3131
+ > > License: MIT
3132
+ > > By: Sindre Sorhus
3133
+ > > Repository: sindresorhus/strip-indent
3134
+ > >
3135
+ > > > MIT License
3136
+ > > >
3137
+ > > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
3138
+ > > >
3139
+ > > > 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:
3140
+ > > >
3141
+ > > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
3142
+ > > >
3143
+ > > > 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.
3144
+ >
3145
+ > ---------------------------------------
3146
+ >
3147
+ > ## terminal-size
3148
+ > License: MIT
3149
+ > By: Sindre Sorhus
3150
+ > Repository: sindresorhus/terminal-size
3151
+ >
3152
+ > > MIT License
3153
+ > >
3154
+ > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
3155
+ > >
3156
+ > > 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:
3157
+ > >
3158
+ > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
3159
+ > >
3160
+ > > 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.
3161
+ >
3162
+ >
3163
+ >
3164
+ >
3165
+ >
3166
+ > # Licenses of bundled types
3167
+ > The published @visulima/pail artifact additionally contains code with the following licenses:
3168
+ > MIT, (MIT OR CC0-1.0)
3169
+ >
3170
+ > # Bundled types:
3171
+ > ## safe-stable-stringify
3172
+ > License: MIT
3173
+ > By: Ruben Bridgewater
3174
+ > Repository: git+https://github.com/BridgeAR/safe-stable-stringify.git
3175
+ >
3176
+ > > The MIT License (MIT)
3177
+ > >
3178
+ > > Copyright (c) Ruben Bridgewater
3179
+ > >
3180
+ > > Permission is hereby granted, free of charge, to any person obtaining a copy
3181
+ > > of this software and associated documentation files (the "Software"), to deal
3182
+ > > in the Software without restriction, including without limitation the rights
3183
+ > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3184
+ > > copies of the Software, and to permit persons to whom the Software is
3185
+ > > furnished to do so, subject to the following conditions:
3186
+ > >
3187
+ > > The above copyright notice and this permission notice shall be included in all
3188
+ > > copies or substantial portions of the Software.
3189
+ > >
3190
+ > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3191
+ > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3192
+ > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3193
+ > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3194
+ > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3195
+ > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3196
+ > > SOFTWARE.
3197
+ >
3198
+ > ---------------------------------------
3199
+ >
3200
+ > ## type-fest
3201
+ > License: (MIT OR CC0-1.0)
3202
+ > By: Sindre Sorhus
3203
+ > Repository: sindresorhus/type-fest
3204
+ >
3205
+ > > Creative Commons Legal Code
3206
+ > >
3207
+ > > CC0 1.0 Universal
3208
+ > >
3209
+ > > CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE
3210
+ > > LEGAL SERVICES. DISTRIBUTION OF THIS DOCUMENT DOES NOT CREATE AN
3211
+ > > ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS
3212
+ > > INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES
3213
+ > > REGARDING THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS
3214
+ > > PROVIDED HEREUNDER, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM
3215
+ > > THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS PROVIDED
3216
+ > > HEREUNDER.
3217
+ > >
3218
+ > > Statement of Purpose
3219
+ > >
3220
+ > > The laws of most jurisdictions throughout the world automatically confer
3221
+ > > exclusive Copyright and Related Rights (defined below) upon the creator
3222
+ > > and subsequent owner(s) (each and all, an "owner") of an original work of
3223
+ > > authorship and/or a database (each, a "Work").
3224
+ > >
3225
+ > > Certain owners wish to permanently relinquish those rights to a Work for
3226
+ > > the purpose of contributing to a commons of creative, cultural and
3227
+ > > scientific works ("Commons") that the public can reliably and without fear
3228
+ > > of later claims of infringement build upon, modify, incorporate in other
3229
+ > > works, reuse and redistribute as freely as possible in any form whatsoever
3230
+ > > and for any purposes, including without limitation commercial purposes.
3231
+ > > These owners may contribute to the Commons to promote the ideal of a free
3232
+ > > culture and the further production of creative, cultural and scientific
3233
+ > > works, or to gain reputation or greater distribution for their Work in
3234
+ > > part through the use and efforts of others.
3235
+ > >
3236
+ > > For these and/or other purposes and motivations, and without any
3237
+ > > expectation of additional consideration or compensation, the person
3238
+ > > associating CC0 with a Work (the "Affirmer"), to the extent that he or she
3239
+ > > is an owner of Copyright and Related Rights in the Work, voluntarily
3240
+ > > elects to apply CC0 to the Work and publicly distribute the Work under its
3241
+ > > terms, with knowledge of his or her Copyright and Related Rights in the
3242
+ > > Work and the meaning and intended legal effect of CC0 on those rights.
3243
+ > >
3244
+ > > 1. Copyright and Related Rights. A Work made available under CC0 may be
3245
+ > > protected by copyright and related or neighboring rights ("Copyright and
3246
+ > > Related Rights"). Copyright and Related Rights include, but are not
3247
+ > > limited to, the following:
3248
+ > >
3249
+ > > i. the right to reproduce, adapt, distribute, perform, display,
3250
+ > > communicate, and translate a Work;
3251
+ > > ii. moral rights retained by the original author(s) and/or performer(s);
3252
+ > > iii. publicity and privacy rights pertaining to a person's image or
3253
+ > > likeness depicted in a Work;
3254
+ > > iv. rights protecting against unfair competition in regards to a Work,
3255
+ > > subject to the limitations in paragraph 4(a), below;
3256
+ > > v. rights protecting the extraction, dissemination, use and reuse of data
3257
+ > > in a Work;
3258
+ > > vi. database rights (such as those arising under Directive 96/9/EC of the
3259
+ > > European Parliament and of the Council of 11 March 1996 on the legal
3260
+ > > protection of databases, and under any national implementation
3261
+ > > thereof, including any amended or successor version of such
3262
+ > > directive); and
3263
+ > > vii. other similar, equivalent or corresponding rights throughout the
3264
+ > > world based on applicable law or treaty, and any national
3265
+ > > implementations thereof.
3266
+ > >
3267
+ > > 2. Waiver. To the greatest extent permitted by, but not in contravention
3268
+ > > of, applicable law, Affirmer hereby overtly, fully, permanently,
3269
+ > > irrevocably and unconditionally waives, abandons, and surrenders all of
2284
3270
  > > Affirmer's Copyright and Related Rights and associated claims and causes
2285
3271
  > > of action, whether now known or unknown (including existing as well as
2286
3272
  > > future claims and causes of action), in the Work (i) in all territories
@@ -3199,14 +4185,11 @@ Repository: git+https://github.com/visulima/visulima.git
3199
4185
  > >
3200
4186
  > >
3201
4187
  > > # Licenses of bundled types
3202
- > >
3203
4188
  > > The published @visulima/string artifact additionally contains code with the following licenses:
3204
4189
  > > MIT
3205
4190
  > >
3206
4191
  > > # Bundled types:
3207
- > >
3208
4192
  > > ## fastest-levenshtein
3209
- > >
3210
4193
  > > License: MIT
3211
4194
  > > By: Kasper U. Weihe
3212
4195
  > > Repository: git+https://github.com/ka-weihe/fastest-levenshtein.git
@@ -3232,6 +4215,74 @@ Repository: git+https://github.com/visulima/visulima.git
3232
4215
  > > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3233
4216
  > > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3234
4217
  > > > SOFTWARE.
4218
+ > >
4219
+ > > ---------------------------------------
4220
+ > >
4221
+ > > ## get-east-asian-width
4222
+ > > License: MIT
4223
+ > > By: Sindre Sorhus
4224
+ > > Repository: sindresorhus/get-east-asian-width
4225
+ > >
4226
+ > > > MIT License
4227
+ > > >
4228
+ > > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
4229
+ > > >
4230
+ > > > 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:
4231
+ > > >
4232
+ > > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
4233
+ > > >
4234
+ > > > 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.
4235
+ > >
4236
+ > > ---------------------------------------
4237
+ > >
4238
+ > > ## indent-string
4239
+ > > License: MIT
4240
+ > > By: Sindre Sorhus
4241
+ > > Repository: sindresorhus/indent-string
4242
+ > >
4243
+ > > > MIT License
4244
+ > > >
4245
+ > > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
4246
+ > > >
4247
+ > > > 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:
4248
+ > > >
4249
+ > > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
4250
+ > > >
4251
+ > > > 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.
4252
+ > >
4253
+ > > ---------------------------------------
4254
+ > >
4255
+ > > ## redent
4256
+ > > License: MIT
4257
+ > > By: Sindre Sorhus
4258
+ > > Repository: sindresorhus/redent
4259
+ > >
4260
+ > > > MIT License
4261
+ > > >
4262
+ > > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
4263
+ > > >
4264
+ > > > 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:
4265
+ > > >
4266
+ > > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
4267
+ > > >
4268
+ > > > 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.
4269
+ > >
4270
+ > > ---------------------------------------
4271
+ > >
4272
+ > > ## strip-indent
4273
+ > > License: MIT
4274
+ > > By: Sindre Sorhus
4275
+ > > Repository: sindresorhus/strip-indent
4276
+ > >
4277
+ > > > MIT License
4278
+ > > >
4279
+ > > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
4280
+ > > >
4281
+ > > > 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:
4282
+ > > >
4283
+ > > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
4284
+ > > >
4285
+ > > > 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.
3235
4286
  >
3236
4287
  > ---------------------------------------
3237
4288
  >
@@ -3255,14 +4306,11 @@ Repository: git+https://github.com/visulima/visulima.git
3255
4306
  >
3256
4307
  >
3257
4308
  > # Licenses of bundled types
3258
- >
3259
4309
  > The published @visulima/tabular artifact additionally contains code with the following licenses:
3260
4310
  > MIT
3261
4311
  >
3262
4312
  > # Bundled types:
3263
- >
3264
4313
  > ## @visulima/string
3265
- >
3266
4314
  > License: MIT
3267
4315
  > By: Daniel Bannert
3268
4316
  > Repository: git+https://github.com/visulima/visulima.git
@@ -3290,40 +4338,6 @@ Repository: git+https://github.com/visulima/visulima.git
3290
4338
  > > SOFTWARE.
3291
4339
  > >
3292
4340
  > >
3293
- >
3294
- > # Licenses of bundled dependencies
3295
- > The published @visulima/tabular artifact additionally contains code with the following licenses:
3296
- > MIT
3297
- >
3298
- > # Bundled dependencies:
3299
- > ## @visulima/string
3300
- > License: MIT
3301
- > By: Daniel Bannert
3302
- > Repository: git+https://github.com/visulima/visulima.git
3303
- >
3304
- > > MIT License
3305
- > >
3306
- > > Copyright (c) 2026 visulima
3307
- > >
3308
- > > Permission is hereby granted, free of charge, to any person obtaining a copy
3309
- > > of this software and associated documentation files (the "Software"), to deal
3310
- > > in the Software without restriction, including without limitation the rights
3311
- > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3312
- > > copies of the Software, and to permit persons to whom the Software is
3313
- > > furnished to do so, subject to the following conditions:
3314
- > >
3315
- > > The above copyright notice and this permission notice shall be included in all
3316
- > > copies or substantial portions of the Software.
3317
- > >
3318
- > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3319
- > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3320
- > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3321
- > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3322
- > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3323
- > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3324
- > > SOFTWARE.
3325
- > >
3326
- > >
3327
4341
  > >
3328
4342
  > > # Licenses of bundled dependencies
3329
4343
  > > The published @visulima/string artifact additionally contains code with the following licenses:
@@ -3828,19 +4842,16 @@ Repository: git+https://github.com/visulima/visulima.git
3828
4842
  > > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3829
4843
  > > > SOFTWARE.
3830
4844
  > >
3831
- > >
4845
+ > >
3832
4846
  > >
3833
4847
  > >
3834
4848
  > >
3835
4849
  > > # Licenses of bundled types
3836
- > >
3837
4850
  > > The published @visulima/string artifact additionally contains code with the following licenses:
3838
4851
  > > MIT
3839
4852
  > >
3840
4853
  > > # Bundled types:
3841
- > >
3842
4854
  > > ## fastest-levenshtein
3843
- > >
3844
4855
  > > License: MIT
3845
4856
  > > By: Kasper U. Weihe
3846
4857
  > > Repository: git+https://github.com/ka-weihe/fastest-levenshtein.git
@@ -3866,60 +4877,74 @@ Repository: git+https://github.com/visulima/visulima.git
3866
4877
  > > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3867
4878
  > > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3868
4879
  > > > SOFTWARE.
3869
- >
3870
- > ---------------------------------------
3871
- >
3872
- > ## terminal-size
3873
- > License: MIT
3874
- > By: Sindre Sorhus
3875
- > Repository: sindresorhus/terminal-size
3876
- >
3877
- > > MIT License
3878
4880
  > >
3879
- > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
4881
+ > > ---------------------------------------
3880
4882
  > >
3881
- > > 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:
4883
+ > > ## get-east-asian-width
4884
+ > > License: MIT
4885
+ > > By: Sindre Sorhus
4886
+ > > Repository: sindresorhus/get-east-asian-width
3882
4887
  > >
3883
- > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
4888
+ > > > MIT License
4889
+ > > >
4890
+ > > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
4891
+ > > >
4892
+ > > > 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:
4893
+ > > >
4894
+ > > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
4895
+ > > >
4896
+ > > > 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.
3884
4897
  > >
3885
- > > 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.
3886
- >
3887
- >
3888
- >
3889
- > > # Licenses of bundled types
4898
+ > > ---------------------------------------
3890
4899
  > >
3891
- > > The published @visulima/string artifact additionally contains code with the following licenses:
3892
- > > MIT
4900
+ > > ## indent-string
4901
+ > > License: MIT
4902
+ > > By: Sindre Sorhus
4903
+ > > Repository: sindresorhus/indent-string
3893
4904
  > >
3894
- > > # Bundled types:
4905
+ > > > MIT License
4906
+ > > >
4907
+ > > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
4908
+ > > >
4909
+ > > > 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:
4910
+ > > >
4911
+ > > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
4912
+ > > >
4913
+ > > > 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.
3895
4914
  > >
3896
- > > ## fastest-levenshtein
4915
+ > > ---------------------------------------
3897
4916
  > >
4917
+ > > ## redent
3898
4918
  > > License: MIT
3899
- > > By: Kasper U. Weihe
3900
- > > Repository: git+https://github.com/ka-weihe/fastest-levenshtein.git
4919
+ > > By: Sindre Sorhus
4920
+ > > Repository: sindresorhus/redent
3901
4921
  > >
3902
4922
  > > > MIT License
3903
4923
  > > >
3904
- > > > Copyright (c) 2020 Kasper Unn Weihe
4924
+ > > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
3905
4925
  > > >
3906
- > > > Permission is hereby granted, free of charge, to any person obtaining a copy
3907
- > > > of this software and associated documentation files (the "Software"), to deal
3908
- > > > in the Software without restriction, including without limitation the rights
3909
- > > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3910
- > > > copies of the Software, and to permit persons to whom the Software is
3911
- > > > furnished to do so, subject to the following conditions:
4926
+ > > > 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:
3912
4927
  > > >
3913
- > > > The above copyright notice and this permission notice shall be included in all
3914
- > > > copies or substantial portions of the Software.
4928
+ > > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
3915
4929
  > > >
3916
- > > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3917
- > > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3918
- > > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3919
- > > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3920
- > > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3921
- > > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3922
- > > > SOFTWARE.
4930
+ > > > 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.
4931
+ > >
4932
+ > > ---------------------------------------
4933
+ > >
4934
+ > > ## strip-indent
4935
+ > > License: MIT
4936
+ > > By: Sindre Sorhus
4937
+ > > Repository: sindresorhus/strip-indent
4938
+ > >
4939
+ > > > MIT License
4940
+ > > >
4941
+ > > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
4942
+ > > >
4943
+ > > > 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:
4944
+ > > >
4945
+ > > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
4946
+ > > >
4947
+ > > > 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.
3923
4948
 
3924
4949
  ---------------------------------------
3925
4950