@visulima/cerebro 3.0.6 → 3.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (50) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/LICENSE.md +5 -811
  3. package/README.md +41 -0
  4. package/dist/commands/completion-command.d.ts +1 -1
  5. package/dist/commands/completion-command.js +5 -5
  6. package/dist/commands/help-command.d.ts +1 -1
  7. package/dist/commands/help-command.js +1 -1
  8. package/dist/commands/readme-command.d.ts +1 -1
  9. package/dist/commands/readme-command.js +20 -20
  10. package/dist/commands/version-command.d.ts +1 -1
  11. package/dist/commands/version-command.js +1 -1
  12. package/dist/index.d.ts +284 -7
  13. package/dist/index.js +1 -1
  14. package/dist/logger/create-pail-logger.d.ts +36 -1
  15. package/dist/logger/create-pail-logger.js +1 -1
  16. package/dist/packem_chunks/has-new-version.js +1 -1
  17. package/dist/packem_shared/Cerebro-B02RU3RC.js +4 -0
  18. package/dist/packem_shared/InvalidArgumentChoiceError-BpovuqrZ.js +1 -0
  19. package/dist/packem_shared/MissingArgumentError-D78kza2a.js +1 -0
  20. package/dist/packem_shared/SurplusArgumentError-BLwT9lo0.js +1 -0
  21. package/dist/packem_shared/VERBOSITY_DEBUG-D7HfSD5l.js +1 -0
  22. package/dist/packem_shared/VisulimaError-BDqtOVL5-Db_MJ_p7.js +1 -0
  23. package/dist/packem_shared/VisulimaError-CuhG0hlQ.js +76 -0
  24. package/dist/packem_shared/cerebro-error-Dv3FuXO8.js +1 -0
  25. package/dist/packem_shared/{command.d-B_G9vIYJ.d.ts → command.d-Dz7hkMI0.d.ts} +160 -4
  26. package/dist/packem_shared/constants-BKuEbBw1-BRv49X2l.js +1 -0
  27. package/dist/packem_shared/defineCommand-C_isHeEs.js +1 -0
  28. package/dist/packem_shared/format-positional-usage-DWL9qN10.js +6 -0
  29. package/dist/packem_shared/format-user-facing-error-Cb7ySnUi.js +2 -0
  30. package/dist/packem_shared/lazyNamed-BKSCmVsV.js +1 -0
  31. package/dist/packem_shared/renderError-CIIYTTfx-BdX-afLI.js +27 -0
  32. package/dist/packem_shared/runtime-process-BN-eTlwy.js +1 -0
  33. package/dist/plugins/error-handler-plugin.d.ts +1 -1
  34. package/dist/plugins/error-handler-plugin.js +1 -1
  35. package/dist/plugins/runtime-version-check-plugin.d.ts +1 -1
  36. package/dist/plugins/runtime-version-check-plugin.js +1 -1
  37. package/dist/plugins/update-notifier/update-notifier-plugin.d.ts +1 -1
  38. package/dist/plugins/update-notifier/update-notifier-plugin.js +1 -1
  39. package/dist/util/general/heap-tuning.js +1 -1
  40. package/package.json +4 -4
  41. package/dist/packem_shared/Cerebro-58LHN3_T.js +0 -4
  42. package/dist/packem_shared/VERBOSITY_DEBUG-XPultrIA.js +0 -1
  43. package/dist/packem_shared/VisulimaError-DTMgXonA-CzaryRgZ.js +0 -1
  44. package/dist/packem_shared/VisulimaError-k1qGkvab.js +0 -76
  45. package/dist/packem_shared/cerebro-error-DWpjBY_M.js +0 -1
  46. package/dist/packem_shared/index-Dpm7gUHe.js +0 -29
  47. package/dist/packem_shared/lazyNamed-DMUm8mZe.js +0 -1
  48. package/dist/packem_shared/renderError-BISXNU8L-B47ZikMV.js +0 -27
  49. package/dist/packem_shared/runtime-process-BEw54Ar-.js +0 -1
  50. package/dist/packem_shared/split-by-case-BZ6XOTIf.js +0 -1
package/LICENSE.md CHANGED
@@ -1733,194 +1733,14 @@ Repository: git+https://github.com/visulima/visulima.git
1733
1733
  >
1734
1734
  > ---------------------------------------
1735
1735
  >
1736
- > ## @visulima/inspector
1737
- > License: MIT
1738
- > By: Daniel Bannert
1739
- > Repository: git+https://github.com/visulima/visulima.git
1740
- >
1741
- > > MIT License
1742
- > >
1743
- > > Copyright (c) 2026 visulima
1744
- > >
1745
- > > Permission is hereby granted, free of charge, to any person obtaining a copy
1746
- > > of this software and associated documentation files (the "Software"), to deal
1747
- > > in the Software without restriction, including without limitation the rights
1748
- > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1749
- > > copies of the Software, and to permit persons to whom the Software is
1750
- > > furnished to do so, subject to the following conditions:
1751
- > >
1752
- > > The above copyright notice and this permission notice shall be included in all
1753
- > > copies or substantial portions of the Software.
1754
- > >
1755
- > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1756
- > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1757
- > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1758
- > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1759
- > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1760
- > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1761
- > > SOFTWARE.
1762
- > >
1763
- > > ---
1764
- > >
1765
- > > Modified code from the original [loupe](https://github.com/chaijs/loupe/tree/main) repository.
1766
- > >
1767
- > > (The MIT License)
1768
- > >
1769
- > > Copyright (c) 2011-2013 Jake Luer <jake@alogicalparadox.com> (http://alogicalparadox.com)
1770
- > >
1771
- > > 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:
1772
- > >
1773
- > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1774
- > >
1775
- > > 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.
1776
- > >
1777
- > >
1778
- > >
1779
- > >
1780
- > >
1781
- > >
1782
- > > # Licenses of bundled types
1783
- > > The published @visulima/inspector artifact additionally contains code with the following licenses:
1784
- > > (MIT OR CC0-1.0)
1785
- > >
1786
- > > # Bundled types:
1787
- > > ## type-fest
1788
- > > License: (MIT OR CC0-1.0)
1789
- > > By: Sindre Sorhus
1790
- > > Repository: sindresorhus/type-fest
1791
- > >
1792
- > > > Creative Commons Legal Code
1793
- > > >
1794
- > > > CC0 1.0 Universal
1795
- > > >
1796
- > > > CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE
1797
- > > > LEGAL SERVICES. DISTRIBUTION OF THIS DOCUMENT DOES NOT CREATE AN
1798
- > > > ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS
1799
- > > > INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES
1800
- > > > REGARDING THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS
1801
- > > > PROVIDED HEREUNDER, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM
1802
- > > > THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS PROVIDED
1803
- > > > HEREUNDER.
1804
- > > >
1805
- > > > Statement of Purpose
1806
- > > >
1807
- > > > The laws of most jurisdictions throughout the world automatically confer
1808
- > > > exclusive Copyright and Related Rights (defined below) upon the creator
1809
- > > > and subsequent owner(s) (each and all, an "owner") of an original work of
1810
- > > > authorship and/or a database (each, a "Work").
1811
- > > >
1812
- > > > Certain owners wish to permanently relinquish those rights to a Work for
1813
- > > > the purpose of contributing to a commons of creative, cultural and
1814
- > > > scientific works ("Commons") that the public can reliably and without fear
1815
- > > > of later claims of infringement build upon, modify, incorporate in other
1816
- > > > works, reuse and redistribute as freely as possible in any form whatsoever
1817
- > > > and for any purposes, including without limitation commercial purposes.
1818
- > > > These owners may contribute to the Commons to promote the ideal of a free
1819
- > > > culture and the further production of creative, cultural and scientific
1820
- > > > works, or to gain reputation or greater distribution for their Work in
1821
- > > > part through the use and efforts of others.
1822
- > > >
1823
- > > > For these and/or other purposes and motivations, and without any
1824
- > > > expectation of additional consideration or compensation, the person
1825
- > > > associating CC0 with a Work (the "Affirmer"), to the extent that he or she
1826
- > > > is an owner of Copyright and Related Rights in the Work, voluntarily
1827
- > > > elects to apply CC0 to the Work and publicly distribute the Work under its
1828
- > > > terms, with knowledge of his or her Copyright and Related Rights in the
1829
- > > > Work and the meaning and intended legal effect of CC0 on those rights.
1830
- > > >
1831
- > > > 1. Copyright and Related Rights. A Work made available under CC0 may be
1832
- > > > protected by copyright and related or neighboring rights ("Copyright and
1833
- > > > Related Rights"). Copyright and Related Rights include, but are not
1834
- > > > limited to, the following:
1835
- > > >
1836
- > > > i. the right to reproduce, adapt, distribute, perform, display,
1837
- > > > communicate, and translate a Work;
1838
- > > > ii. moral rights retained by the original author(s) and/or performer(s);
1839
- > > > iii. publicity and privacy rights pertaining to a person's image or
1840
- > > > likeness depicted in a Work;
1841
- > > > iv. rights protecting against unfair competition in regards to a Work,
1842
- > > > subject to the limitations in paragraph 4(a), below;
1843
- > > > v. rights protecting the extraction, dissemination, use and reuse of data
1844
- > > > in a Work;
1845
- > > > vi. database rights (such as those arising under Directive 96/9/EC of the
1846
- > > > European Parliament and of the Council of 11 March 1996 on the legal
1847
- > > > protection of databases, and under any national implementation
1848
- > > > thereof, including any amended or successor version of such
1849
- > > > directive); and
1850
- > > > vii. other similar, equivalent or corresponding rights throughout the
1851
- > > > world based on applicable law or treaty, and any national
1852
- > > > implementations thereof.
1853
- > > >
1854
- > > > 2. Waiver. To the greatest extent permitted by, but not in contravention
1855
- > > > of, applicable law, Affirmer hereby overtly, fully, permanently,
1856
- > > > irrevocably and unconditionally waives, abandons, and surrenders all of
1857
- > > > Affirmer's Copyright and Related Rights and associated claims and causes
1858
- > > > of action, whether now known or unknown (including existing as well as
1859
- > > > future claims and causes of action), in the Work (i) in all territories
1860
- > > > worldwide, (ii) for the maximum duration provided by applicable law or
1861
- > > > treaty (including future time extensions), (iii) in any current or future
1862
- > > > medium and for any number of copies, and (iv) for any purpose whatsoever,
1863
- > > > including without limitation commercial, advertising or promotional
1864
- > > > purposes (the "Waiver"). Affirmer makes the Waiver for the benefit of each
1865
- > > > member of the public at large and to the detriment of Affirmer's heirs and
1866
- > > > successors, fully intending that such Waiver shall not be subject to
1867
- > > > revocation, rescission, cancellation, termination, or any other legal or
1868
- > > > equitable action to disrupt the quiet enjoyment of the Work by the public
1869
- > > > as contemplated by Affirmer's express Statement of Purpose.
1870
- > > >
1871
- > > > 3. Public License Fallback. Should any part of the Waiver for any reason
1872
- > > > be judged legally invalid or ineffective under applicable law, then the
1873
- > > > Waiver shall be preserved to the maximum extent permitted taking into
1874
- > > > account Affirmer's express Statement of Purpose. In addition, to the
1875
- > > > extent the Waiver is so judged Affirmer hereby grants to each affected
1876
- > > > person a royalty-free, non transferable, non sublicensable, non exclusive,
1877
- > > > irrevocable and unconditional license to exercise Affirmer's Copyright and
1878
- > > > Related Rights in the Work (i) in all territories worldwide, (ii) for the
1879
- > > > maximum duration provided by applicable law or treaty (including future
1880
- > > > time extensions), (iii) in any current or future medium and for any number
1881
- > > > of copies, and (iv) for any purpose whatsoever, including without
1882
- > > > limitation commercial, advertising or promotional purposes (the
1883
- > > > "License"). The License shall be deemed effective as of the date CC0 was
1884
- > > > applied by Affirmer to the Work. Should any part of the License for any
1885
- > > > reason be judged legally invalid or ineffective under applicable law, such
1886
- > > > partial invalidity or ineffectiveness shall not invalidate the remainder
1887
- > > > of the License, and in such case Affirmer hereby affirms that he or she
1888
- > > > will not (i) exercise any of his or her remaining Copyright and Related
1889
- > > > Rights in the Work or (ii) assert any associated claims and causes of
1890
- > > > action with respect to the Work, in either case contrary to Affirmer's
1891
- > > > express Statement of Purpose.
1892
- > > >
1893
- > > > 4. Limitations and Disclaimers.
1894
- > > >
1895
- > > > a. No trademark or patent rights held by Affirmer are waived, abandoned,
1896
- > > > surrendered, licensed or otherwise affected by this document.
1897
- > > > b. Affirmer offers the Work as-is and makes no representations or
1898
- > > > warranties of any kind concerning the Work, express, implied,
1899
- > > > statutory or otherwise, including without limitation warranties of
1900
- > > > title, merchantability, fitness for a particular purpose, non
1901
- > > > infringement, or the absence of latent or other defects, accuracy, or
1902
- > > > the present or absence of errors, whether or not discoverable, all to
1903
- > > > the greatest extent permissible under applicable law.
1904
- > > > c. Affirmer disclaims responsibility for clearing rights of other persons
1905
- > > > that may apply to the Work or any use thereof, including without
1906
- > > > limitation any person's Copyright and Related Rights in the Work.
1907
- > > > Further, Affirmer disclaims responsibility for obtaining any necessary
1908
- > > > consents, permissions or other rights required for any use of the
1909
- > > > Work.
1910
- > > > d. Affirmer understands and acknowledges that Creative Commons is not a
1911
- > > > party to this document and has no duty or obligation with respect to
1912
- > > > this CC0 or use of the Work.
1913
- >
1914
- > ---------------------------------------
1915
- >
1916
- > ## @visulima/string
1736
+ > ## safe-stable-stringify
1917
1737
  > License: MIT
1918
- > By: Daniel Bannert
1919
- > Repository: git+https://github.com/visulima/visulima.git
1738
+ > By: Ruben Bridgewater
1739
+ > Repository: git+https://github.com/BridgeAR/safe-stable-stringify.git
1920
1740
  >
1921
- > > MIT License
1741
+ > > The MIT License (MIT)
1922
1742
  > >
1923
- > > Copyright (c) 2026 visulima
1743
+ > > Copyright (c) Ruben Bridgewater
1924
1744
  > >
1925
1745
  > > Permission is hereby granted, free of charge, to any person obtaining a copy
1926
1746
  > > of this software and associated documentation files (the "Software"), to deal
@@ -1939,632 +1759,6 @@ Repository: git+https://github.com/visulima/visulima.git
1939
1759
  > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1940
1760
  > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1941
1761
  > > SOFTWARE.
1942
- > >
1943
- > >
1944
- > >
1945
- > > # Licenses of bundled dependencies
1946
- > > The published @visulima/string artifact additionally contains code with the following licenses:
1947
- > > MIT
1948
- > >
1949
- > > # Bundled dependencies:
1950
- > > ## codsen-utils
1951
- > > License: MIT
1952
- > > By: Roy Revelt
1953
- > > Repository: git+https://github.com/codsen/codsen.git
1954
- > >
1955
- > > > MIT License
1956
- > > >
1957
- > > > Copyright © 2010-2025 Roy Revelt and other contributors
1958
- > > >
1959
- > > > Permission is hereby granted, free of charge, to any person obtaining
1960
- > > > a copy of this software and associated documentation files (the
1961
- > > > "Software"), to deal in the Software without restriction, including
1962
- > > > without limitation the rights to use, copy, modify, merge, publish,
1963
- > > > distribute, sublicense, and/or sell copies of the Software, and to
1964
- > > > permit persons to whom the Software is furnished to do so, subject to
1965
- > > > the following conditions:
1966
- > > >
1967
- > > > The above copyright notice and this permission notice shall be
1968
- > > > included in all copies or substantial portions of the Software.
1969
- > > >
1970
- > > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1971
- > > > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1972
- > > > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
1973
- > > > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
1974
- > > > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1975
- > > > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
1976
- > > > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1977
- > >
1978
- > > ---------------------------------------
1979
- > >
1980
- > > ## emoji-regex-xs
1981
- > > License: MIT
1982
- > > By: Steven Levithan
1983
- > > Repository: git+https://github.com/slevithan/emoji-regex-xs.git
1984
- > >
1985
- > > > MIT License
1986
- > > >
1987
- > > > Copyright (c) 2025 Steven Levithan
1988
- > > >
1989
- > > > Permission is hereby granted, free of charge, to any person obtaining a copy
1990
- > > > of this software and associated documentation files (the "Software"), to deal
1991
- > > > in the Software without restriction, including without limitation the rights
1992
- > > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1993
- > > > copies of the Software, and to permit persons to whom the Software is
1994
- > > > furnished to do so, subject to the following conditions:
1995
- > > >
1996
- > > > The above copyright notice and this permission notice shall be included in all
1997
- > > > copies or substantial portions of the Software.
1998
- > > >
1999
- > > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2000
- > > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2001
- > > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2002
- > > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2003
- > > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2004
- > > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2005
- > > > SOFTWARE.
2006
- > >
2007
- > > ---------------------------------------
2008
- > >
2009
- > > ## fastest-levenshtein
2010
- > > License: MIT
2011
- > > By: Kasper U. Weihe
2012
- > > Repository: git+https://github.com/ka-weihe/fastest-levenshtein.git
2013
- > >
2014
- > > > MIT License
2015
- > > >
2016
- > > > Copyright (c) 2020 Kasper Unn Weihe
2017
- > > >
2018
- > > > Permission is hereby granted, free of charge, to any person obtaining a copy
2019
- > > > of this software and associated documentation files (the "Software"), to deal
2020
- > > > in the Software without restriction, including without limitation the rights
2021
- > > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2022
- > > > copies of the Software, and to permit persons to whom the Software is
2023
- > > > furnished to do so, subject to the following conditions:
2024
- > > >
2025
- > > > The above copyright notice and this permission notice shall be included in all
2026
- > > > copies or substantial portions of the Software.
2027
- > > >
2028
- > > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2029
- > > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2030
- > > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2031
- > > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2032
- > > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2033
- > > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2034
- > > > SOFTWARE.
2035
- > >
2036
- > > ---------------------------------------
2037
- > >
2038
- > > ## get-east-asian-width
2039
- > > License: MIT
2040
- > > By: Sindre Sorhus
2041
- > > Repository: sindresorhus/get-east-asian-width
2042
- > >
2043
- > > > MIT License
2044
- > > >
2045
- > > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
2046
- > > >
2047
- > > > 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:
2048
- > > >
2049
- > > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
2050
- > > >
2051
- > > > 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.
2052
- > >
2053
- > > ---------------------------------------
2054
- > >
2055
- > > ## html-entities
2056
- > > License: MIT
2057
- > > By: Marat Dulin
2058
- > > Repository: https://github.com/mdevils/html-entities.git
2059
- > >
2060
- > > > Copyright (c) 2021 Dulin Marat
2061
- > > >
2062
- > > > Permission is hereby granted, free of charge, to any person obtaining a copy
2063
- > > > of this software and associated documentation files (the "Software"), to deal
2064
- > > > in the Software without restriction, including without limitation the rights
2065
- > > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2066
- > > > copies of the Software, and to permit persons to whom the Software is
2067
- > > > furnished to do so, subject to the following conditions:
2068
- > > >
2069
- > > > The above copyright notice and this permission notice shall be included in
2070
- > > > all copies or substantial portions of the Software.
2071
- > > >
2072
- > > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2073
- > > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2074
- > > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2075
- > > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2076
- > > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2077
- > > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2078
- > > > THE SOFTWARE.
2079
- > >
2080
- > > ---------------------------------------
2081
- > >
2082
- > > ## indent-string
2083
- > > License: MIT
2084
- > > By: Sindre Sorhus
2085
- > > Repository: sindresorhus/indent-string
2086
- > >
2087
- > > > MIT License
2088
- > > >
2089
- > > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
2090
- > > >
2091
- > > > 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:
2092
- > > >
2093
- > > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
2094
- > > >
2095
- > > > 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.
2096
- > >
2097
- > > ---------------------------------------
2098
- > >
2099
- > > ## lodash-es
2100
- > > License: MIT
2101
- > > By: John-David Dalton, Mathias Bynens
2102
- > > Repository: lodash/lodash
2103
- > >
2104
- > > > Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
2105
- > > >
2106
- > > > Based on Underscore.js, copyright Jeremy Ashkenas,
2107
- > > > DocumentCloud and Investigative Reporters & Editors <http://underscorejs.org/>
2108
- > > >
2109
- > > > This software consists of voluntary contributions made by many
2110
- > > > individuals. For exact contribution history, see the revision history
2111
- > > > available at https://github.com/lodash/lodash
2112
- > > >
2113
- > > > The following license applies to all parts of this software except as
2114
- > > > documented below:
2115
- > > >
2116
- > > > ====
2117
- > > >
2118
- > > > Permission is hereby granted, free of charge, to any person obtaining
2119
- > > > a copy of this software and associated documentation files (the
2120
- > > > "Software"), to deal in the Software without restriction, including
2121
- > > > without limitation the rights to use, copy, modify, merge, publish,
2122
- > > > distribute, sublicense, and/or sell copies of the Software, and to
2123
- > > > permit persons to whom the Software is furnished to do so, subject to
2124
- > > > the following conditions:
2125
- > > >
2126
- > > > The above copyright notice and this permission notice shall be
2127
- > > > included in all copies or substantial portions of the Software.
2128
- > > >
2129
- > > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
2130
- > > > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
2131
- > > > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
2132
- > > > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
2133
- > > > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
2134
- > > > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
2135
- > > > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2136
- > > >
2137
- > > > ====
2138
- > > >
2139
- > > > Copyright and related rights for sample code are waived via CC0. Sample
2140
- > > > code is defined as all source code displayed within the prose of the
2141
- > > > documentation.
2142
- > > >
2143
- > > > CC0: http://creativecommons.org/publicdomain/zero/1.0/
2144
- > > >
2145
- > > > ====
2146
- > > >
2147
- > > > Files located in the node_modules and vendor directories are externally
2148
- > > > maintained libraries used by this software which have their own
2149
- > > > licenses; we recommend you read them, as their terms may differ from the
2150
- > > > terms above.
2151
- > >
2152
- > > ---------------------------------------
2153
- > >
2154
- > > ## ranges-apply
2155
- > > License: MIT
2156
- > > By: Roy Revelt
2157
- > > Repository: git+https://github.com/codsen/codsen.git
2158
- > >
2159
- > > > MIT License
2160
- > > >
2161
- > > > Copyright © 2010-2025 Roy Revelt and other contributors
2162
- > > >
2163
- > > > Permission is hereby granted, free of charge, to any person obtaining
2164
- > > > a copy of this software and associated documentation files (the
2165
- > > > "Software"), to deal in the Software without restriction, including
2166
- > > > without limitation the rights to use, copy, modify, merge, publish,
2167
- > > > distribute, sublicense, and/or sell copies of the Software, and to
2168
- > > > permit persons to whom the Software is furnished to do so, subject to
2169
- > > > the following conditions:
2170
- > > >
2171
- > > > The above copyright notice and this permission notice shall be
2172
- > > > included in all copies or substantial portions of the Software.
2173
- > > >
2174
- > > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
2175
- > > > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
2176
- > > > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
2177
- > > > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
2178
- > > > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
2179
- > > > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
2180
- > > > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2181
- > >
2182
- > > ---------------------------------------
2183
- > >
2184
- > > ## ranges-merge
2185
- > > License: MIT
2186
- > > By: Roy Revelt
2187
- > > Repository: git+https://github.com/codsen/codsen.git
2188
- > >
2189
- > > > MIT License
2190
- > > >
2191
- > > > Copyright © 2010-2025 Roy Revelt and other contributors
2192
- > > >
2193
- > > > Permission is hereby granted, free of charge, to any person obtaining
2194
- > > > a copy of this software and associated documentation files (the
2195
- > > > "Software"), to deal in the Software without restriction, including
2196
- > > > without limitation the rights to use, copy, modify, merge, publish,
2197
- > > > distribute, sublicense, and/or sell copies of the Software, and to
2198
- > > > permit persons to whom the Software is furnished to do so, subject to
2199
- > > > the following conditions:
2200
- > > >
2201
- > > > The above copyright notice and this permission notice shall be
2202
- > > > included in all copies or substantial portions of the Software.
2203
- > > >
2204
- > > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
2205
- > > > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
2206
- > > > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
2207
- > > > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
2208
- > > > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
2209
- > > > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
2210
- > > > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2211
- > >
2212
- > > ---------------------------------------
2213
- > >
2214
- > > ## ranges-push
2215
- > > License: MIT
2216
- > > By: Roy Revelt
2217
- > > Repository: git+https://github.com/codsen/codsen.git
2218
- > >
2219
- > > > MIT License
2220
- > > >
2221
- > > > Copyright © 2010-2025 Roy Revelt and other contributors
2222
- > > >
2223
- > > > Permission is hereby granted, free of charge, to any person obtaining
2224
- > > > a copy of this software and associated documentation files (the
2225
- > > > "Software"), to deal in the Software without restriction, including
2226
- > > > without limitation the rights to use, copy, modify, merge, publish,
2227
- > > > distribute, sublicense, and/or sell copies of the Software, and to
2228
- > > > permit persons to whom the Software is furnished to do so, subject to
2229
- > > > the following conditions:
2230
- > > >
2231
- > > > The above copyright notice and this permission notice shall be
2232
- > > > included in all copies or substantial portions of the Software.
2233
- > > >
2234
- > > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
2235
- > > > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
2236
- > > > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
2237
- > > > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
2238
- > > > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
2239
- > > > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
2240
- > > > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2241
- > >
2242
- > > ---------------------------------------
2243
- > >
2244
- > > ## ranges-sort
2245
- > > License: MIT
2246
- > > By: Roy Revelt
2247
- > > Repository: git+https://github.com/codsen/codsen.git
2248
- > >
2249
- > > > MIT License
2250
- > > >
2251
- > > > Copyright © 2010-2025 Roy Revelt and other contributors
2252
- > > >
2253
- > > > Permission is hereby granted, free of charge, to any person obtaining
2254
- > > > a copy of this software and associated documentation files (the
2255
- > > > "Software"), to deal in the Software without restriction, including
2256
- > > > without limitation the rights to use, copy, modify, merge, publish,
2257
- > > > distribute, sublicense, and/or sell copies of the Software, and to
2258
- > > > permit persons to whom the Software is furnished to do so, subject to
2259
- > > > the following conditions:
2260
- > > >
2261
- > > > The above copyright notice and this permission notice shall be
2262
- > > > included in all copies or substantial portions of the Software.
2263
- > > >
2264
- > > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
2265
- > > > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
2266
- > > > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
2267
- > > > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
2268
- > > > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
2269
- > > > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
2270
- > > > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2271
- > >
2272
- > > ---------------------------------------
2273
- > >
2274
- > > ## redent
2275
- > > License: MIT
2276
- > > By: Sindre Sorhus
2277
- > > Repository: sindresorhus/redent
2278
- > >
2279
- > > > MIT License
2280
- > > >
2281
- > > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
2282
- > > >
2283
- > > > 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:
2284
- > > >
2285
- > > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
2286
- > > >
2287
- > > > 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.
2288
- > >
2289
- > > ---------------------------------------
2290
- > >
2291
- > > ## rfdc
2292
- > > License: MIT
2293
- > > By: David Mark Clements
2294
- > > Repository: git+https://github.com/davidmarkclements/rfdc.git
2295
- > >
2296
- > > > Copyright 2019 "David Mark Clements <david.mark.clements@gmail.com>"
2297
- > > >
2298
- > > > Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
2299
- > > > documentation files (the "Software"), to deal in the Software without restriction, including without limitation
2300
- > > > the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and
2301
- > > > to permit persons to whom the Software is furnished to do so, subject to the following conditions:
2302
- > > >
2303
- > > > The above copyright notice and this permission notice shall be included in all copies or substantial portions
2304
- > > > of the Software.
2305
- > > >
2306
- > > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
2307
- > > > TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
2308
- > > > THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
2309
- > > > CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
2310
- > > > IN THE SOFTWARE.
2311
- > >
2312
- > > ---------------------------------------
2313
- > >
2314
- > > ## string-collapse-leading-whitespace
2315
- > > License: MIT
2316
- > > By: Roy Revelt
2317
- > > Repository: git+https://github.com/codsen/codsen.git
2318
- > >
2319
- > > > MIT License
2320
- > > >
2321
- > > > Copyright © 2010-2025 Roy Revelt and other contributors
2322
- > > >
2323
- > > > Permission is hereby granted, free of charge, to any person obtaining
2324
- > > > a copy of this software and associated documentation files (the
2325
- > > > "Software"), to deal in the Software without restriction, including
2326
- > > > without limitation the rights to use, copy, modify, merge, publish,
2327
- > > > distribute, sublicense, and/or sell copies of the Software, and to
2328
- > > > permit persons to whom the Software is furnished to do so, subject to
2329
- > > > the following conditions:
2330
- > > >
2331
- > > > The above copyright notice and this permission notice shall be
2332
- > > > included in all copies or substantial portions of the Software.
2333
- > > >
2334
- > > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
2335
- > > > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
2336
- > > > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
2337
- > > > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
2338
- > > > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
2339
- > > > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
2340
- > > > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2341
- > >
2342
- > > ---------------------------------------
2343
- > >
2344
- > > ## string-left-right
2345
- > > License: MIT
2346
- > > By: Roy Revelt
2347
- > > Repository: git+https://github.com/codsen/codsen.git
2348
- > >
2349
- > > > MIT License
2350
- > > >
2351
- > > > Copyright © 2010-2025 Roy Revelt and other contributors
2352
- > > >
2353
- > > > Permission is hereby granted, free of charge, to any person obtaining
2354
- > > > a copy of this software and associated documentation files (the
2355
- > > > "Software"), to deal in the Software without restriction, including
2356
- > > > without limitation the rights to use, copy, modify, merge, publish,
2357
- > > > distribute, sublicense, and/or sell copies of the Software, and to
2358
- > > > permit persons to whom the Software is furnished to do so, subject to
2359
- > > > the following conditions:
2360
- > > >
2361
- > > > The above copyright notice and this permission notice shall be
2362
- > > > included in all copies or substantial portions of the Software.
2363
- > > >
2364
- > > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
2365
- > > > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
2366
- > > > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
2367
- > > > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
2368
- > > > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
2369
- > > > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
2370
- > > > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2371
- > >
2372
- > > ---------------------------------------
2373
- > >
2374
- > > ## string-strip-html
2375
- > > License: MIT
2376
- > > By: Roy Revelt
2377
- > > Repository: git+https://github.com/codsen/codsen.git
2378
- > >
2379
- > > > MIT License
2380
- > > >
2381
- > > > Copyright © 2010-2025 Roy Revelt and other contributors
2382
- > > >
2383
- > > > Permission is hereby granted, free of charge, to any person obtaining
2384
- > > > a copy of this software and associated documentation files (the
2385
- > > > "Software"), to deal in the Software without restriction, including
2386
- > > > without limitation the rights to use, copy, modify, merge, publish,
2387
- > > > distribute, sublicense, and/or sell copies of the Software, and to
2388
- > > > permit persons to whom the Software is furnished to do so, subject to
2389
- > > > the following conditions:
2390
- > > >
2391
- > > > The above copyright notice and this permission notice shall be
2392
- > > > included in all copies or substantial portions of the Software.
2393
- > > >
2394
- > > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
2395
- > > > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
2396
- > > > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
2397
- > > > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
2398
- > > > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
2399
- > > > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
2400
- > > > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2401
- > >
2402
- > > ---------------------------------------
2403
- > >
2404
- > > ## strip-indent
2405
- > > License: MIT
2406
- > > By: Sindre Sorhus
2407
- > > Repository: sindresorhus/strip-indent
2408
- > >
2409
- > > > MIT License
2410
- > > >
2411
- > > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
2412
- > > >
2413
- > > > 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:
2414
- > > >
2415
- > > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
2416
- > > >
2417
- > > > 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.
2418
- > >
2419
- > > ---------------------------------------
2420
- > >
2421
- > > ## tiny-invariant
2422
- > > License: MIT
2423
- > > By: Alex Reardon
2424
- > > Repository: https://github.com/alexreardon/tiny-invariant.git
2425
- > >
2426
- > > > MIT License
2427
- > > >
2428
- > > > Copyright (c) 2019 Alexander Reardon
2429
- > > >
2430
- > > > Permission is hereby granted, free of charge, to any person obtaining a copy
2431
- > > > of this software and associated documentation files (the "Software"), to deal
2432
- > > > in the Software without restriction, including without limitation the rights
2433
- > > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2434
- > > > copies of the Software, and to permit persons to whom the Software is
2435
- > > > furnished to do so, subject to the following conditions:
2436
- > > >
2437
- > > > The above copyright notice and this permission notice shall be included in all
2438
- > > > copies or substantial portions of the Software.
2439
- > > >
2440
- > > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2441
- > > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2442
- > > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2443
- > > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2444
- > > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2445
- > > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2446
- > > > SOFTWARE.
2447
- > >
2448
- > >
2449
- > >
2450
- > >
2451
- > >
2452
- > > # Licenses of bundled types
2453
- > > The published @visulima/string artifact additionally contains code with the following licenses:
2454
- > > MIT
2455
- > >
2456
- > > # Bundled types:
2457
- > > ## fastest-levenshtein
2458
- > > License: MIT
2459
- > > By: Kasper U. Weihe
2460
- > > Repository: git+https://github.com/ka-weihe/fastest-levenshtein.git
2461
- > >
2462
- > > > MIT License
2463
- > > >
2464
- > > > Copyright (c) 2020 Kasper Unn Weihe
2465
- > > >
2466
- > > > Permission is hereby granted, free of charge, to any person obtaining a copy
2467
- > > > of this software and associated documentation files (the "Software"), to deal
2468
- > > > in the Software without restriction, including without limitation the rights
2469
- > > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2470
- > > > copies of the Software, and to permit persons to whom the Software is
2471
- > > > furnished to do so, subject to the following conditions:
2472
- > > >
2473
- > > > The above copyright notice and this permission notice shall be included in all
2474
- > > > copies or substantial portions of the Software.
2475
- > > >
2476
- > > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2477
- > > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2478
- > > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2479
- > > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2480
- > > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2481
- > > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2482
- > > > SOFTWARE.
2483
- > >
2484
- > > ---------------------------------------
2485
- > >
2486
- > > ## get-east-asian-width
2487
- > > License: MIT
2488
- > > By: Sindre Sorhus
2489
- > > Repository: sindresorhus/get-east-asian-width
2490
- > >
2491
- > > > MIT License
2492
- > > >
2493
- > > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
2494
- > > >
2495
- > > > 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:
2496
- > > >
2497
- > > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
2498
- > > >
2499
- > > > 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.
2500
- > >
2501
- > > ---------------------------------------
2502
- > >
2503
- > > ## indent-string
2504
- > > License: MIT
2505
- > > By: Sindre Sorhus
2506
- > > Repository: sindresorhus/indent-string
2507
- > >
2508
- > > > MIT License
2509
- > > >
2510
- > > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
2511
- > > >
2512
- > > > 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:
2513
- > > >
2514
- > > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
2515
- > > >
2516
- > > > 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.
2517
- > >
2518
- > > ---------------------------------------
2519
- > >
2520
- > > ## redent
2521
- > > License: MIT
2522
- > > By: Sindre Sorhus
2523
- > > Repository: sindresorhus/redent
2524
- > >
2525
- > > > MIT License
2526
- > > >
2527
- > > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
2528
- > > >
2529
- > > > 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:
2530
- > > >
2531
- > > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
2532
- > > >
2533
- > > > 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.
2534
- > >
2535
- > > ---------------------------------------
2536
- > >
2537
- > > ## strip-indent
2538
- > > License: MIT
2539
- > > By: Sindre Sorhus
2540
- > > Repository: sindresorhus/strip-indent
2541
- > >
2542
- > > > MIT License
2543
- > > >
2544
- > > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
2545
- > > >
2546
- > > > 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:
2547
- > > >
2548
- > > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
2549
- > > >
2550
- > > > 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.
2551
- >
2552
- > ---------------------------------------
2553
- >
2554
- > ## terminal-size
2555
- > License: MIT
2556
- > By: Sindre Sorhus
2557
- > Repository: sindresorhus/terminal-size
2558
- >
2559
- > > MIT License
2560
- > >
2561
- > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
2562
- > >
2563
- > > 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:
2564
- > >
2565
- > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
2566
- > >
2567
- > > 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.
2568
1762
  >
2569
1763
  > <!-- /DEPENDENCIES -->
2570
1764
  >